* * * * * * * * * * * * * * * * * * * * Below is a selection from the Seoul weather dataset from: Cho et al., 2020 https://www.kaggle.com/datasets/smokingkrils/temperature-forecast-project-using-ml The dataset below was modified from the Kaggle data set, by 1) retaining only the rows for weather station 1 2) removing rows with missing data 3) removing the weather station column 4) splitting the Date column into DayOfYear and Year columns. * * * * * * * * * * * * * * * * * * * * DayOfYear,Year,Present_Tmax,Present_Tmin,LDAPS_RHmin,LDAPS_RHmax,LDAPS_Tmax_lapse,LDAPS_Tmin_lapse,LDAPS_WS,LDAPS_LH,LDAPS_CC1,LDAPS_CC2,LDAPS_CC3,LDAPS_CC4,LDAPS_PPT1,LDAPS_PPT2,LDAPS_PPT3,LDAPS_PPT4,lat,lon,DEM,Slope,Solar radiation,Next_Tmax,Next_Tmin 181,2013,28.7,21.4,58.2557,91.1164,28.0741,23.0069,6.81889,69.4518,0.233947,0.203896,0.161697,0.130928,0,0,0,0,37.6046,126.991,212.335,2.785,5992.9,29.1,21.2 7,2013,28.3,21.2,72.7986,97.6428,25.2767,21.1426,15.608,64.9149,0.615612,0.843199,0.810455,0.62204,0.804222,9.93311,0.237004,0.848082,37.6046,126.991,212.335,2.785,5987.72,24.8,18.7 38,2013,24.4,20.6,55.6473,98.37,27.7855,19.5618,11.1686,74.6259,0.312105,0.273683,0.030997,0.0106166,0.000503279,0,0,0,37.6046,126.991,212.335,2.785,5981.98,28.1,17.8 66,2013,27.9,17.9,76.018,95.9905,28.1257,21.9826,10.5465,39.8099,0.187604,0.390579,0.438748,0.789554,0,0,0,0.0516951,37.6046,126.991,212.335,2.785,5975.68,25.2,20.8 97,2013,24.9,21.5,55.8886,97.4025,30.4583,22.0771,7.39314,63.5996,0.81498,0.430494,0.160574,0.00111601,0.0969973,0.0218711,0,0,37.6046,126.991,212.335,2.785,5968.81,28,19.7 127,2013,27.8,19.9,58.7274,99.1375,29.8558,21.1213,7.79509,59.4338,0.321885,0.258274,0.0564801,0.0108805,0.000996994,0.000254467,0,0,37.6046,126.991,212.335,2.785,5961.38,28.2,19.3 158,2013,27.6,19.6,67.762,97.2208,28.2281,21.6653,9.50051,54.5754,0.0230377,0.0799151,0.636301,0.857584,0,0,0.0439202,7.64833,37.6046,126.991,212.335,2.785,5953.38,27.1,19.9 188,2013,25.9,20.1,85.7085,96.843,25.8544,23.2798,14.014,35.9467,0.611415,0.789539,0.700002,0.614782,0.00915085,0.582034,0.016512,0.0201849,37.6046,126.991,212.335,2.785,5944.78,23.4,20.2 219,2013,23.1,20.5,88.8237,99.752,25.3683,22.2264,11.0857,25.2933,0.486661,0.383428,0.31452,0.299179,0.220251,0.0209418,0.0540493,0,37.6046,126.991,212.335,2.785,5935.62,23,21.6 280,2013,23.3,22,84.5944,99.6633,24.8121,22.7224,11.1341,22.7651,0.855552,0.648211,0.840916,0.738754,0.135891,0.118207,0.00218725,0,37.6046,126.991,212.335,2.785,5915.58,22.4,21.7 311,2013,22.4,21.7,95.8189,98.0206,23.3568,21.4472,11.5586,25.8034,0.882198,0.963207,0.971772,0.862037,0.621599,4.39893,3.58756,0.520114,37.6046,126.991,212.335,2.785,5904.71,21.8,21.1 194,2013,22.9,20.5,95.1716,98.9163,24.4087,23.3636,12.3648,21.8711,0.951899,0.883179,0.949593,0.77865,16.1815,1.10042,1.61427,0,37.6046,126.991,212.335,2.785,5881.22,23.2,21.2 195,2013,23.1,21.3,72.9856,98.9058,28.2317,22.6147,10.3747,54.3187,0.792033,0.789055,0.33695,0.385886,5.79943,0.874444,0,0,37.6046,126.991,212.335,2.785,5868.6,26.1,22 196,2013,25.8,22.1,82.1276,95.318,25.5548,23.3805,15.7061,33.9702,0.562678,0.732706,0.683003,0.712081,0,0,0.0668236,0.00195312,37.6046,126.991,212.335,2.785,5855.4,25.7,22.4 197,2013,25.2,23.3,65.7702,99.7464,27.0523,21.3642,12.7465,92.3794,0.950322,0.458469,0.0657111,0.268743,3.98912,0.0157125,0,0,37.6046,126.991,212.335,2.785,5841.62,23.1,21.2 198,2013,22.7,21.2,84.576,99.0077,25.064,22.9812,7.28766,33.4371,0.629637,0.565326,0.533598,0.37737,3.12189,0.259718,0,0,37.6046,126.991,212.335,2.785,5827.26,24.8,21.9 200,2013,27.3,21.8,73.2836,89.8316,28.0499,24.1075,12.5773,51.3235,0.213099,0.406164,0.262614,0.384802,0,0,0,0,37.6046,126.991,212.335,2.785,5796.75,27.5,22.5 201,2013,27.1,22.6,82.0736,96.8643,25.5534,23.8147,12.3614,37.854,0.69938,0.720927,0.67201,0.519501,0.00973528,1.24156,0.334992,0,37.6046,126.991,212.335,2.785,5780.61,25.6,22.9 202,2013,25.2,23,90.0909,98.4577,25.9942,23.4905,12.3769,34.377,0.836129,0.949387,0.651592,0.721352,9.53748,15.5812,0.0816944,0.83043,37.6046,126.991,212.335,2.785,5763.89,26.8,22.2 203,2013,26.2,22.3,93.7187,98.7362,24.7148,23.8067,13.3839,24.0864,0.818817,0.925857,0.566395,0.597515,0.115703,4.07056,0.123219,0.000689888,37.6046,126.991,212.335,2.785,5746.56,23.8,22.7 204,2013,23.7,22.8,72.3482,99.4617,26.104,21.9999,15.6101,68.7544,0.746192,0.480966,0.140292,0.279046,2.73908,0.161583,0,0,37.6046,126.991,212.335,2.785,5728.65,25.7,20.1 205,2013,25,20.5,62.974,95.6108,26.8457,21.4343,9.61096,78.318,0.259831,0.196464,0.0322118,0.145287,0,0,0,0,37.6046,126.991,212.335,2.785,5710.66,27.7,20.1 206,2013,27.2,20.1,56.3639,97.0976,29.0794,22.4771,7.19842,81.0269,0.101721,0.16376,0.0372972,0.0395855,0,0,0,0,37.6046,126.991,212.335,2.785,5691.5,29.1,20.6 207,2013,28.4,20.7,47.475,87.876,29.6093,22.398,6.36294,83.8065,0.0499493,0.071079,0.158515,0.269595,0,0,0,0,37.6046,126.991,212.335,2.785,5671.78,29.2,20.6 208,2013,28.8,20.7,81.3873,98.3591,26.544,22.6043,10.2118,56.7213,0.942927,0.768524,0.596807,0.875083,2.59538,1.92757,0.00231257,0.307688,37.6046,126.991,212.335,2.785,5651.47,24.1,21.2 209,2013,24,21.3,69.284,99.7506,29.1609,23.5391,10.5179,68.4974,0.593034,0.250715,0.125888,0.0621686,6.32388,0.0185083,0,0,37.6046,126.991,212.335,2.785,5630.51,26.8,21.5 210,2013,26,22.2,56.522,94.8132,29.8935,22.7069,7.65566,80.5444,0.275901,0.35543,0.472536,0.652408,0,0,0.104918,0.201049,37.6046,126.991,212.335,2.785,5608.97,27.9,20.9 211,2013,26.5,21.1,59.2069,99.002,28.1832,23.2412,9.30398,95.559,0.67664,0.281055,0.129873,0.0238909,2.14109,7.35E-05,0,0,37.6046,126.991,212.335,2.785,5586.85,26.9,22.1 212,2013,25.9,22.1,53.1667,88.1996,30.3619,22.5985,5.24004,75.9872,0.145537,0.0613484,0.230126,0.122,0,0,0,0,37.6046,126.991,212.335,2.785,5564.09,30.3,21.7 8,2013,29.7,21.8,77.8308,93.9647,27.2344,23.8458,7.67356,51.1071,0.491418,0.731356,0.481545,0.182709,0,2.823,0.412658,0,37.6046,126.991,212.335,2.785,5540.74,26.8,22.3 39,2013,26.3,22.6,70.7725,95.9303,27.698,25.0259,10.4412,46.3905,0.436193,0.329219,0.351168,0.248357,0.382113,0,0,0,37.6046,126.991,212.335,2.785,5516.81,29.5,23.8 67,2013,28.9,23.8,66.1088,95.9463,30.4373,23.9346,8.43135,72.5149,0.461566,0.437859,0.090524,0.132842,0.0463024,0,0,0,37.6046,126.991,212.335,2.785,5492.26,28.9,23.2 98,2013,28.1,23.3,73.936,95.3308,29.3345,25.1716,8.74426,48.3536,0.182259,0.262002,0.255488,0.235032,0,0,0.0157436,0,37.6046,126.991,212.335,2.785,5467.11,27.7,23.1 128,2013,26.5,23.4,89.754,98.2513,27.9263,24.8096,8.5395,37.453,0.235814,0.454941,0.528845,0.174651,0,0.340908,0.143538,0,37.6046,126.991,212.335,2.785,5441.39,24.8,20.5 159,2013,24.8,20.6,53.6774,95.8342,31.0443,23.93,7.51837,89.135,0.528153,0.26963,0.138351,0.0576998,0.00496811,0,0,0,37.6046,126.991,212.335,2.785,5415.06,29.9,22.9 189,2013,29.3,23.2,65.0905,95.792,31.2113,26.1377,11.7971,63.3784,0.338788,0.326767,0.138894,0.0466752,0,0,0,0,37.6046,126.991,212.335,2.785,5388.14,30.3,24.4 251,2013,28.4,25.1,51.7419,97.0058,31.3043,23.7177,10.0959,102.972,0.642683,0.333628,9.43E-05,0,11.4065,0,0,0,37.6046,126.991,212.335,2.785,5332.53,27.6,23.6 312,2013,30.7,22.4,51.6073,95.3468,32.1203,25.6017,7.40583,82.9071,0.235752,0.0809062,0,0.00285738,0,0,0,0,37.6046,126.991,212.335,2.785,5275.07,30.6,23.9 342,2013,30,24.4,47.1807,91.5368,31.3614,25.5606,8.25128,83.7448,0.141075,0.146577,0.0090232,0,0,0,0,0,37.6046,126.991,212.335,2.785,5245.2,30.8,23.6 225,2013,30.3,23.7,54.8234,91.052,29.7941,24.9861,6.78335,67.2394,0.12273,0.1719,0.159338,0.0262077,0,0,0,0,37.6046,126.991,212.335,2.785,5214.74,30.9,23.3 226,2013,29.7,23.4,64.6253,92.9106,30.0677,25.3678,8.46208,68.9163,0.276423,0.281878,0.0994392,0.15154,0,0.00317114,0,0,37.6046,126.991,212.335,2.785,5183.7,29.5,23.5 227,2013,28.8,23.6,57.0188,94.9381,30.4763,25.4827,8.74092,74.9601,0.492442,0.345959,0.0645436,0.0424235,0.0243473,0.0687699,0,0,37.6046,126.991,212.335,2.785,5152.12,29.1,23.5 228,2013,28.7,23.9,59.8597,94.3649,29.6929,25.1801,11.8481,84.1581,0.444038,0.294079,0.0884827,0.0597333,0.155442,0,0,0,37.6046,126.991,212.335,2.785,5119.92,29.3,24.3 229,2013,28.5,24.3,69.5582,98.316,29.189,25.1802,11.2994,63.3851,0.276558,0.553861,0.348863,0.560229,0,0,0.00551762,1.68786,37.6046,126.991,212.335,2.785,5087.2,29.6,23.2 230,2013,28.8,24.4,57.4113,97.0264,30.2696,23.982,7.53891,85.3127,0.454223,0.252555,0.0730348,0.0179913,15.3478,0,0.00166766,0,37.6046,126.991,212.335,2.785,5053.92,30.3,22.8 231,2013,29.4,23.2,41.6512,86.4298,31.2317,22.4565,5.68057,82.3988,0.110591,0.00681432,0.177076,0.00599568,0,0,0,0,37.6046,126.991,212.335,2.785,5020.1,30.1,21.4 232,2013,29.3,21.7,47.2418,80.4495,31.9184,23.7908,7.61014,81.8911,0.11291,0.278579,0.107095,0.123724,0,0,0,0,37.6046,126.991,212.335,2.785,4985.76,30.8,22.1 233,2013,29.8,22.2,51.2472,77.7074,32.0984,24.9495,7.16697,75.5297,0.148447,0.234425,0.103112,0.572716,0,0,0,0,37.6046,126.991,212.335,2.785,4950.87,30.4,24 234,2013,30,24,76.9046,94.8573,27.5818,23.622,5.25817,52.3849,0.898431,0.795597,0.608311,0.0712368,1.43779,4.26195,0.306635,0,37.6046,126.991,212.335,2.785,4915.48,26,21.1 235,2013,25.8,21.3,43.8689,95.1268,29.8475,21.6136,6.83492,82.3289,0.144627,0.0226633,0.0370343,0.00260417,0,0,0,0,37.6046,126.991,212.335,2.785,4879.56,29.1,20.1 236,2013,28.9,20.2,44.1358,82.9874,30.0844,21.0643,5.58165,80.7556,0.0860616,0.0304924,0.114798,0.0152494,0,0,0,0,37.6046,126.991,212.335,2.785,4843.14,29.6,19.8 237,2013,29.4,20.4,44.832,80.2712,29.5959,22.043,7.27426,85.1555,0.0299345,8.1E-05,9.8E-05,0,0,0,0,0,37.6046,126.991,212.335,2.785,4806.72,29.6,21.3 238,2013,28.7,21.4,56.2454,85.8465,27.8281,20.7158,7.05959,77.443,0,0.0155697,0.0750927,0.0111171,0,0,0,0,37.6046,126.991,212.335,2.785,4769.28,27.3,20.2 239,2013,26.3,20.6,63.8643,87.8827,27.0197,21.9161,7.06704,72.6873,0.162304,0.154011,0.278989,0.00061891,0,0,2.08854,0,37.6046,126.991,212.335,2.785,4731.35,28.3,20.2 240,2013,27.7,20.3,68.1432,96.9378,25.9776,22.9666,12.9887,43.6295,0.216913,0.776509,0.70523,0.244654,0,0.16543,7.02986,0,37.6046,126.991,212.335,2.785,4692.95,24.2,20.8 241,2013,24,21.3,55.516,97.2594,26.2491,21.5743,8.86192,74.211,0.183441,0.11156,0.056156,0.267312,0,0,0,0,37.6046,126.991,212.335,2.785,4654.09,25.6,19.5 242,2013,25.2,19.9,45.5127,92.0102,26.3721,19.6755,6.54005,77.8118,0.114627,0.125173,0.111727,0.14933,0,0,0,0,37.6046,126.991,212.335,2.785,4614.76,26.6,18.6 181,2014,26.7,18.8,42.4058,90.3813,29.7552,20.7907,6.87818,70.1403,0.0273755,0.0698783,0.0545774,0.0840128,0,0,0,0,37.6046,126.991,212.335,2.785,5992.9,28.6,18.6 7,2014,28.3,18.8,60.5379,90.4017,27.4913,21.8945,8.01467,52.3698,0.276388,0.275323,0.444252,0.620934,0,0,0,0.22866,37.6046,126.991,212.335,2.785,5987.72,27.7,19.5 38,2014,27.3,20.1,79.544,96.9196,21.5609,19.6122,9.76749,76.5683,0.766992,0.623945,0.737301,0.377346,0.837315,0.188556,0.537671,0.0106003,37.6046,126.991,212.335,2.785,5981.98,21.6,18.4 66,2014,21.2,18.4,41.0149,85.5165,29.2542,20.5598,5.99061,92.6196,0.493611,0.25607,0.2733,0.107045,0,0,0,0,37.6046,126.991,212.335,2.785,5975.68,30.3,19.3 97,2014,29.1,19.3,50.7912,79.583,28.4576,21.6818,8.12417,103.562,0.0252391,0.12374,0.471431,0.31362,0,0,0.049174,0,37.6046,126.991,212.335,2.785,5968.81,26.7,20.7 127,2014,26.1,20.9,38.0137,93.607,29.0691,21.0869,6.68606,88.1374,0.551385,0.594852,0.191734,0.0972358,0,0.338809,0,0,37.6046,126.991,212.335,2.785,5961.38,27.4,20.8 158,2014,27.4,20.9,33.2512,82.6551,30.787,20.74,5.99808,86.7451,0.349717,0.117671,0.00163349,0.0154191,0,0,0,0,37.6046,126.991,212.335,2.785,5953.38,31.2,19.5 188,2014,30.8,19.6,65.5149,96.1661,27.4436,21.8524,6.80347,56.7737,0.147556,0.583452,0.139032,0.199617,0,0.184466,0.0139,0,37.6046,126.991,212.335,2.785,5944.78,27.5,21 219,2014,25.7,21.4,56.0984,92.473,32.2092,23.4691,6.75681,94.5059,0.535732,0.29708,0.364871,0.589142,0,0.000190405,14.0464,0.820366,37.6046,126.991,212.335,2.785,5935.62,30.9,22.5 250,2014,28.6,22.6,33.6495,92.9854,31.9164,23.371,9.15492,155.24,0.505941,0.0767234,0.0234469,0.0226025,0.332665,0,0,0,37.6046,126.991,212.335,2.785,5925.88,31.4,22.4 280,2014,30.4,23.2,40.5088,95.8151,29.3673,21.0805,9.84621,87.304,0.0752422,0.0294277,0,0.0667258,0,0,0,0,37.6046,126.991,212.335,2.785,5915.58,30.5,19.9 311,2014,30.1,19.9,80.1724,96.648,25.0322,21.8167,9.46093,35.2305,0.0597088,0.374419,0.588851,0.522416,0,0,0,0,37.6046,126.991,212.335,2.785,5904.71,27,19.9 341,2014,26.3,20,63.4773,94.3573,26.3343,20.7976,9.66197,62.1285,0.809454,0.498704,0.0881926,0.0564619,0.0265857,0,0,0,37.6046,126.991,212.335,2.785,5893.27,27.4,20.9 194,2014,26.5,21,55.4408,96.2267,27.3217,21.4313,9.55017,66.6632,0.321916,0.157692,2.6E-05,0.0082931,0,0,0,0,37.6046,126.991,212.335,2.785,5881.22,28.3,20 195,2014,27.6,20,60.7025,93.5951,27.5982,21.7989,7.2969,54.9506,0.221179,0.49566,0.284912,0.138538,0,0.248188,0,0,37.6046,126.991,212.335,2.785,5868.6,29.5,20.7 196,2014,29.2,20.8,58.6995,89.7594,26.7307,20.7472,8.70151,62.6134,0.141173,0.203441,0.273626,0.123163,0,0,0,0,37.6046,126.991,212.335,2.785,5855.4,28.4,20.5 197,2014,28,20.7,58.3505,95.9486,28.0463,21.1882,8.84864,56.4582,0.121651,0.218546,0.314957,0.262319,0,0,0,0,37.6046,126.991,212.335,2.785,5841.62,26.1,20.8 198,2014,25.1,20.9,92.1743,99.4326,24.017,21.8112,8.56871,31.2111,0.671669,0.857578,0.376219,0.372798,1.05821,5.84471,0.180203,0.0229651,37.6046,126.991,212.335,2.785,5827.26,27.8,19.6 199,2014,27.8,19.8,57.1133,99.2706,30.0413,22.3147,8.99031,62.6102,0.304095,0.212441,0.0598703,0.119936,0.00031667,0,0,0,37.6046,126.991,212.335,2.785,5812.29,28.1,21.6 200,2014,26.7,21.6,59.1156,97.8245,29.7254,22.8533,8.29648,66.0791,0.158656,0.191253,0.138772,0.177277,0.00225369,0,0.0135903,0,37.6046,126.991,212.335,2.785,5796.75,29.8,21.6 201,2014,29.1,21.6,53.9738,93.6986,29.3031,22.4748,8.46153,56.589,0.0450991,0.215372,0.0822722,0.110785,0,0,0,0,37.6046,126.991,212.335,2.785,5780.61,29,21.6 202,2014,27.8,21.7,77.3353,98.4496,25.6985,22.6827,11.0025,32.241,0.227849,0.604883,0.68634,0.76387,0,0,0.00989483,0.686482,37.6046,126.991,212.335,2.785,5763.89,25.4,22 203,2014,24.9,22,61.4601,98.7769,27.2954,22.6432,12.0507,97.5132,0.945318,0.61636,0.118237,0.274447,2.69869,0.499999,0,0,37.6046,126.991,212.335,2.785,5746.56,23.2,18.4 204,2014,22.5,20.2,49.2924,97.96,27.9603,21.0187,5.26853,83.5053,0.734592,0.524417,0.162369,0.464102,0.785645,0.207764,0.092518,0.00894149,37.6046,126.991,212.335,2.785,5728.65,22.5,16.5 205,2014,21.7,16.5,77.1384,97.3321,29.2287,22.1799,11.4141,104.676,0.688907,0.511211,0.50898,0.68632,1.8081,0,3.79716,1.37229,37.6046,126.991,212.335,2.785,5710.66,31,19.9 206,2014,30.3,20.1,66.935,96.8349,25.5365,21.3057,20.8542,107.479,0.623848,0.378388,0.219811,0.00259703,0.335933,0.241699,0,0,37.6046,126.991,212.335,2.785,5691.5,24.4,17.9 207,2014,24.1,17.9,47.043,97.1861,28.8603,18.7321,6.23979,104.26,0.0878455,0.0253586,0.0147966,0.0362749,0,0,0,0,37.6046,126.991,212.335,2.785,5671.78,27.6,18.5 208,2014,26.7,18.5,49.2364,90.2801,29.5973,20.9106,6.02809,94.6894,0.0105839,0.0173289,0.220443,0.203288,0,0,0,0,37.6046,126.991,212.335,2.785,5651.47,28.6,19.6 209,2014,27.9,19.7,57.3233,98.4109,26.826,20.8522,7.20603,98.0731,0.865221,0.471345,0.234828,0.0614752,0.265694,0.0498268,0,0,37.6046,126.991,212.335,2.785,5630.51,27.8,20.1 210,2014,26.6,20.2,64.5171,86.998,29.1438,22.0865,6.24019,73.2724,0.070536,0.186335,0.179979,0.0103809,0,0,0,0,37.6046,126.991,212.335,2.785,5608.97,30.2,21.8 211,2014,29.3,21.9,54.6365,85.4873,30.9439,24.5473,6.50647,94.927,0.316518,0.297677,0.223457,0.205032,0.14007,0.0242699,0,0,37.6046,126.991,212.335,2.785,5586.85,31.1,22.7 212,2014,30.7,23,47.4366,87.7733,32.7696,24.3207,6.67862,114.161,0.323172,0.216399,0.238153,0.296065,0.0170073,0,0,0,37.6046,126.991,212.335,2.785,5564.09,32.3,22.6 8,2014,32.2,22.9,50.1108,85.483,33.015,25.4387,13.5892,140.053,0.343719,0.286979,0.32973,0.474259,0.0525768,0,0,0.336459,37.6046,126.991,212.335,2.785,5540.74,32.4,25.7 39,2014,32.2,26,60.6664,92.7165,28.8918,23.4593,14.6929,115.239,0.673663,0.443942,0.74355,0.73598,1.07357,0.0165576,1.10838,0.0835232,37.6046,126.991,212.335,2.785,5516.81,26.9,21.6 67,2014,26.9,21.7,84.6145,96.6191,26.2776,23.2532,5.86042,54.7264,0.54789,0.399901,0.498402,0.24327,0.361859,0.00443928,0.574811,0.0216892,37.6046,126.991,212.335,2.785,5492.26,26.6,22.2 98,2014,25.6,22.2,58.731,98.6505,28.9687,23.2197,8.74365,111.404,0.309681,0.0880061,0.079318,0.117145,0,0,0,0,37.6046,126.991,212.335,2.785,5467.11,25.9,21.9 128,2014,25.5,21.9,82.7629,97.115,24.9292,22.1167,4.77333,34.6255,0.306375,0.640601,0.711674,0.73943,0,0.0130818,0.0999302,0.0739505,37.6046,126.991,212.335,2.785,5441.39,23.1,20 159,2014,22.8,20.3,61.9834,98.2284,26.4994,21.0344,5.65845,77.7786,0.655144,0.567612,0.51397,0.16141,0.00439656,0.127559,0.398209,0,37.6046,126.991,212.335,2.785,5415.06,24.8,20.2 189,2014,24.4,20.3,41.4716,93.0611,29.9516,20.1613,8.37249,134.273,0.0155479,0,0.18208,0.000409031,0.0026767,0,0,0,37.6046,126.991,212.335,2.785,5388.14,27.8,19.5 220,2014,26.9,19.6,38.7523,73.9338,29.2819,20.3444,12.9552,123.612,0.0026345,0.0816398,0.179359,0.407059,0,0,0,0,37.6046,126.991,212.335,2.785,5360.64,28.1,19.8 251,2014,27.6,19.9,60.0451,91.6853,26.8945,20.5317,8.71483,68.0255,0.294185,0.393912,0.484505,0.376739,0,0,0.015003,0.333866,37.6046,126.991,212.335,2.785,5332.53,25.1,17.1 281,2014,24.4,17.6,61.0394,97.2457,26.0128,17.6601,7.76579,92.6677,0.0620419,0.00176532,0.0215187,0.14692,0.00166766,0,0,0,37.6046,126.991,212.335,2.785,5304.41,25.6,16.5 312,2014,25.5,17,56.2455,98.0032,27.8774,20.7781,7.74477,91.6361,0.247495,0.0812291,0.00876422,0.0514044,0,0,0,0,37.6046,126.991,212.335,2.785,5275.07,27.5,19.2 342,2014,27.1,19.3,70.9696,94.7051,24.7278,21.2783,4.64416,34.7671,0.24419,0.607644,0.605416,0.645781,0,0,0.00195312,0,37.6046,126.991,212.335,2.785,5245.2,24,19.4 225,2014,23.6,20,73.3261,96.5828,23.109,19.4276,4.3875,48.9274,0.636515,0.688504,0.485799,0.530906,0.425399,0.00516851,0.00707983,0,37.6046,126.991,212.335,2.785,5214.74,21.1,18.2 226,2014,20.6,18.2,61.6519,93.9237,26.8598,19.5059,5.69157,77.7636,0.306004,0.239713,0.257081,0.0745347,0,0.000836913,0.234512,0.00166112,37.6046,126.991,212.335,2.785,5183.7,26.2,18.3 227,2014,25.9,18.5,57.1693,94.2494,27.2691,21.1878,5.56308,70.4633,0.101454,0.112466,0.421967,0.121177,0,0.000384528,0.176447,0,37.6046,126.991,212.335,2.785,5152.12,28.3,20 228,2014,26.8,20.2,73.4576,97.9828,23.591,20.5607,4.34866,29.2174,0.474557,0.778956,0.734591,0.62778,0.0115415,0.524152,0.66174,0,37.6046,126.991,212.335,2.785,5119.92,23.7,20.3 229,2014,23.6,20.6,76.2643,93.5443,22.73,19.321,8.66445,76.9985,0.62746,0.655719,0.665881,0.87942,0.227687,0.618039,0.240937,4.26562,37.6046,126.991,212.335,2.785,5087.2,20.9,17.8 230,2014,20.4,17.9,80.6646,99.4912,23.5733,19.522,6.91112,49.5436,0.916523,0.840977,0.451432,0.297644,2.2103,3.70236,0.0281217,0,37.6046,126.991,212.335,2.785,5053.92,22.2,18 231,2014,21.9,18,66.1098,96.7361,26.1908,20.2829,4.45326,70.7201,0.387771,0.366049,0.368139,0.514313,0.0202142,0.0075096,0.0195888,0.000489613,37.6046,126.991,212.335,2.785,5020.1,25.7,19.7 232,2014,24.5,19.9,74.6447,98.3338,23.3033,20.3059,8.89617,46.5815,0.620727,0.883207,0.696178,0.534066,0.0359893,9.41324,9.57372,1.02047,37.6046,126.991,212.335,2.785,4985.76,22.1,18.9 233,2014,22,18.9,67.6274,99.1984,25.6492,20.1819,8.16477,63.3215,0.443577,0.315899,0.192056,0.203635,0,0.0107169,0.0440891,0,37.6046,126.991,212.335,2.785,4950.87,25.4,19.4 234,2014,25.1,19.5,75.7977,98.4966,25.3282,21.5117,7.16192,42.3836,0.310384,0.697961,0.360609,0.0855859,0,9.61E-05,0,0,37.6046,126.991,212.335,2.785,4915.48,26.3,20.5 235,2014,25.8,20.5,51.5058,92.4633,27.1642,19.9683,4.8862,75.6705,0.100169,0.237387,0.345751,0.509164,0,0,0,0,37.6046,126.991,212.335,2.785,4879.56,27.9,19.1 236,2014,26.7,19.5,64.562,91.4435,24.64,22.4976,8.55445,79.646,0.473829,0.419795,0.536665,0.680868,0,0.000226193,0.410421,0.740828,37.6046,126.991,212.335,2.785,4843.14,25.5,21.2 237,2014,25.2,21.3,63.4995,85.2444,26.976,21.6662,7.49779,93.0227,0.238518,0.225467,0.185712,0.292289,0,0,0,0.177606,37.6046,126.991,212.335,2.785,4806.72,27.2,18.8 238,2014,25.7,19,59.8768,81.2314,26.1646,19.512,6.3444,88.4214,0.0998661,0.163154,0.441426,0.265193,0,0,0.00498173,0,37.6046,126.991,212.335,2.785,4769.28,25.5,18.6 239,2014,25.1,18.7,56.9783,78.1236,26.3323,19.7713,6.95062,82.1097,0.0462131,0.0641231,0.189931,0.103127,0,0,0.0407084,0,37.6046,126.991,212.335,2.785,4731.35,28.3,17.5 240,2014,26.6,17.7,51.0967,87.785,26.8682,19.7453,5.71274,81.8813,0.038213,0.0416302,0.233209,0.38082,0,0,0.00200181,0.345138,37.6046,126.991,212.335,2.785,4692.95,27.9,18.8 241,2014,26.7,19,50.4277,86.8725,26.1264,19.6197,7.13822,109.251,0.0773391,0.00265422,0.157207,0.238596,0,0,0.0112808,0.00023574,37.6046,126.991,212.335,2.785,4654.09,27.4,18.4 242,2014,26.7,18.5,47.9518,87.2538,25.5938,18.7495,6.30418,93.001,0.11427,0.254935,0.156618,0.101194,0,0,0,0,37.6046,126.991,212.335,2.785,4614.76,25.4,18.3 181,2015,24.6,18.6,54.0482,98.9371,23.8893,18.7549,12.0407,102.583,0.506996,0.168827,0.0198094,0.140599,0.249823,0.0537813,0,0,37.6046,126.991,212.335,2.785,5992.9,25.5,17.8 7,2015,24.8,17.9,33.3995,96.9525,26.0448,18.8438,10.2854,78.4193,0.11971,0.31682,0.0255627,1.66E-05,0,0.799314,0.0143086,0,37.6046,126.991,212.335,2.785,5987.72,26.5,17.4 38,2015,25.4,17.6,37.1845,95.7608,25.7907,18.0774,9.72097,80.0057,0.0102716,0,0.0363273,0.00106812,0,0,0,0,37.6046,126.991,212.335,2.785,5981.98,25.5,16.4 66,2015,23.8,16.7,46.3902,85.2473,25.8732,17.157,5.89361,77.0627,0.068987,0.0111255,0.39665,0.275363,0,0,0.758154,0.0942264,37.6046,126.991,212.335,2.785,5975.68,27.2,15.9 97,2015,26.1,16.1,40.3372,80.9495,27.3171,18.9542,7.78583,76.5394,0.267611,0.161784,0.0644674,0.124365,0,0,0.000995248,0,37.6046,126.991,212.335,2.785,5968.81,25.9,17.6 127,2015,25.2,17.9,40.9303,84.2011,28.314,18.6417,6.78782,71.9198,0.07124,0.0696997,0.233625,0.282667,0,0,0.0509355,0,37.6046,126.991,212.335,2.785,5961.38,29.8,17.7 158,2015,27.8,18.2,42.623,81.0041,28.0354,20.466,6.06359,52.0603,0.270656,0.267389,0.323651,0.429783,0,0,0,0,37.6046,126.991,212.335,2.785,5953.38,27,19.2 188,2015,25.6,19.4,50.4944,79.6387,26.9781,21.0595,7.87304,58.4676,0.409171,0.388765,0.453253,0.373579,0,0,0,0,37.6046,126.991,212.335,2.785,5944.78,22.2,16.8 219,2015,21.9,16.9,57.9812,78.9849,26.9749,20.4212,8.47556,62.0815,0.489539,0.451002,0.250122,0.0581839,0,0,0,0,37.6046,126.991,212.335,2.785,5935.62,28.6,19.2 250,2015,27.8,19.2,46.9078,85.189,31.0538,22.3814,6.96101,71.7543,0.341818,0.150056,0.311949,0.0785228,0,0,0,0,37.6046,126.991,212.335,2.785,5925.88,30.7,20.6 280,2015,29.6,20.9,46.2076,85.5388,33.3605,24.5635,6.69907,73.5836,0.0566344,0.123283,0.43491,0.320541,0,0,0,0.00386155,37.6046,126.991,212.335,2.785,5915.58,33,23.5 311,2015,31.4,23.7,87.3344,96.1629,25.4695,22.9617,15.8643,119.979,0.879199,0.781332,0.851222,0.873614,1.39734,1.66421,1.45405,1.9398,37.6046,126.991,212.335,2.785,5904.71,24.6,21.2 341,2015,24.5,21.3,90.8308,99.2843,23.2412,21.0641,17.4221,60.7783,0.7434,0.420533,0.624535,0.654893,2.00365,0.591209,0.209784,1.91116,37.6046,126.991,212.335,2.785,5893.27,22,18.6 194,2015,22,18.8,57.991,98.9692,28.6736,20.763,9.37607,107.848,0.30853,0.0566751,0.00734462,0.0393656,0,0,0,0,37.6046,126.991,212.335,2.785,5881.22,28.9,19.6 195,2015,28.6,19.6,35.3942,90.717,32.4341,22.0289,7.64291,126.793,0.16338,0.249155,0.0169525,0.0681133,0,0,0,0,37.6046,126.991,212.335,2.785,5868.6,32,20.2 196,2015,31.1,20.2,44.8705,69.617,27.1553,19.4309,14.4132,130.328,0.142297,0.148995,0.0283407,0.0242096,0,0,0,0,37.6046,126.991,212.335,2.785,5855.4,25.4,17.6 197,2015,24.9,18.6,52.554,78.8468,25.3697,17.3831,8.04936,83.0917,0.117646,0.196007,0.151046,0.520985,0,0,0,0.00650293,37.6046,126.991,212.335,2.785,5841.62,25.2,15.6 198,2015,24.9,15.8,59.0036,84.6312,24.2277,20.3619,6.91267,62.023,0.194633,0.304831,0.614591,0.743847,0,0,0,0,37.6046,126.991,212.335,2.785,5827.26,25.1,19.4 199,2015,24.1,19.5,56.4643,94.2554,27.7735,20.8312,4.48506,66.9444,0.772927,0.362338,0.411098,0.498813,0.0303352,0,0,0,37.6046,126.991,212.335,2.785,5812.29,25.7,18.2 200,2015,25.5,18.2,58.1524,84.1568,29.5623,23.0097,6.9346,86.4652,0.331791,0.426075,0.166532,0.4447,0,0,0.110008,0.0499516,37.6046,126.991,212.335,2.785,5796.75,27.5,21.9 201,2015,26.8,22.6,69.2282,95.8604,28.5135,23.2494,7.37243,62.4315,0.509566,0.52015,0.195957,0.146403,0.00330251,0.00104026,0,0,37.6046,126.991,212.335,2.785,5780.61,26.7,21.4 202,2015,26.6,21.6,54.6081,91.4836,29.9098,23.8584,5.95745,78.1819,0.340621,0.184524,0.304957,0.220362,0.00023574,0.00374646,0.00525935,0,37.6046,126.991,212.335,2.785,5763.89,28.5,22.5 203,2015,28.3,22.8,61.0061,95.4707,28.1702,23.8396,6.28059,75.2517,0.363474,0.314018,0.284919,0.48144,0,0,0,0,37.6046,126.991,212.335,2.785,5746.56,27.7,22.5 204,2015,27.1,22.6,88.6492,99.33,24.6339,23.1426,8.35179,33.9391,0.84754,0.797328,0.645028,0.617486,1.42082,0.770859,0.0325018,0.200748,37.6046,126.991,212.335,2.785,5728.65,22.9,19.8 205,2015,22.8,20,93.9135,99.4476,24.7511,22.8917,10.9413,23.363,0.823279,0.618208,0.681549,0.619942,0.357392,1.06337,0.369393,0.0836202,37.6046,126.991,212.335,2.785,5710.66,23.4,21.8 206,2015,23.3,21.9,77.2318,99.2919,26.8119,22.5223,7.56187,50.2475,0.873008,0.767722,0.297103,0.0343401,0.685919,2.22556,0,0,37.6046,126.991,212.335,2.785,5691.5,27.5,21.2 207,2015,27,21.3,61.8444,97.2255,25.533,21.5844,7.60795,79.3728,0.455214,0.564728,0.208245,0.0047239,0.00582506,0.50482,0.00892282,0,37.6046,126.991,212.335,2.785,5671.78,26.1,21.6 208,2015,26,21.7,60.3023,94.1622,28.9958,22.6093,6.60183,98.0322,0.116191,0.0324159,0.308985,0.352166,0,0,0,0.00190555,37.6046,126.991,212.335,2.785,5651.47,28.9,21.8 209,2015,28.2,21.8,85.2204,99.9006,26.4537,24.1826,8.88168,31.1427,0.462651,0.798852,0.613644,0.422364,6.79E-05,0.755917,0.174299,0.126425,37.6046,126.991,212.335,2.785,5630.51,26,22.6 210,2015,25.9,22.7,76.7583,98.5411,28.911,24.5591,9.46649,63.9562,0.226967,0.570238,0.210247,0.136753,0.000237502,0.131607,0,0,37.6046,126.991,212.335,2.785,5608.97,30.5,23.2 211,2015,29.8,23.3,67.3176,98.3675,28.3964,23.9516,9.2941,55.5086,0.33535,0.363564,0.216373,0.0946722,0.0103846,0.004849,0.00919414,0,37.6046,126.991,212.335,2.785,5586.85,30,23.6 212,2015,30,23.6,76.8205,94.8956,27.6417,24.358,10.0616,58.2335,0.754718,0.859538,0.401603,0.255778,0.0128143,0.0222478,0.00656267,0,37.6046,126.991,212.335,2.785,5564.09,29.1,23.2 8,2015,28.4,23.3,73.6668,97.8332,27.7096,23.8506,12.4198,81.118,0.531972,0.541399,0.149707,0.282222,0.0136717,0.646156,0.000679731,0,37.6046,126.991,212.335,2.785,5540.74,26.6,21.4 39,2015,26.4,21.9,74.7475,95.5113,28.5948,24.2285,12.016,69.645,0.464132,0.730229,0.621906,0.186222,0,0.00259286,0,0,37.6046,126.991,212.335,2.785,5516.81,27.7,22.8 67,2015,27.7,23,62.7497,93.2196,29.481,23.4275,14.2208,98.0941,0.218038,0.390288,0.220702,0.284435,0,0,0,0,37.6046,126.991,212.335,2.785,5492.26,28.4,22.6 98,2015,27.6,22.7,84.8689,97.8956,27.0441,23.9458,10.3966,46.5263,0.659776,0.829897,0.603168,0.186918,0.0434184,1.89375,0.00425599,0,37.6046,126.991,212.335,2.785,5467.11,30.3,23.1 128,2015,29.2,23.3,54.0852,93.6692,31.4657,23.91,5.95609,111.656,0.125008,0.145894,0.0253698,0.0541392,0,0,0,0,37.6046,126.991,212.335,2.785,5441.39,32.2,23.1 159,2015,31.5,23.1,50.7404,87.999,33.0589,25.1031,6.08172,119.565,0.0317817,4.64E-05,0.143895,0.185216,0,0,0.0524734,0.100262,37.6046,126.991,212.335,2.785,5415.06,33.1,22.1 189,2015,31.4,23.1,76.8074,96.6528,27.555,23.0072,7.61292,50.4609,0.490416,0.652233,0.756118,0.384574,2.7492,2.00959,0.0306723,0,37.6046,126.991,212.335,2.785,5388.14,30.5,21.5 220,2015,29.3,22,62.0337,96.4343,28.1211,21.9684,6.77997,79.9624,0.285357,0.309293,0.239057,0.1935,0,0.0012331,0,0,37.6046,126.991,212.335,2.785,5360.64,28.2,21.3 251,2015,27.3,21.5,58.3774,94.0618,28.8678,22.6757,7.39098,72.9072,0.285043,0.51647,0.136137,0.167943,0,0,0,0,37.6046,126.991,212.335,2.785,5332.53,29.2,21.5 281,2015,28.8,21.7,44.1378,96.7454,29.7829,22.2802,6.12541,88.2947,0.101205,0.232417,0.267259,0.0834345,0,0,0,0,37.6046,126.991,212.335,2.785,5304.41,28.6,21.5 312,2015,27.7,21.9,41.1175,84.8224,30.457,21.2094,6.31766,103.991,0.0243855,0.079709,6.16E-05,1.35E-06,0,0,0,0,37.6046,126.991,212.335,2.785,5275.07,30.4,20.1 342,2015,29.3,20.2,52.3091,93.5633,28.8314,22.7036,7.43942,89.2181,0.0255171,0.0856086,0.0115998,0.0394738,0,0,0.0233046,0,37.6046,126.991,212.335,2.785,5245.2,28.2,21.5 225,2015,27.4,21.8,47.544,94.6067,29.2682,21.4258,6.88673,94.2571,0.0770007,0.0688148,0.0261628,0.0367806,0,0,0.0096472,0,37.6046,126.991,212.335,2.785,5214.74,30.2,20.5 226,2015,29.3,20.6,54.6404,90.485,29.7318,22.5483,6.56602,89.4544,0.0802824,0.0917836,0.224208,0.12162,0,0.028889,0,0,37.6046,126.991,212.335,2.785,5183.7,28.8,21.3 227,2015,28.6,21.5,69.8761,83.3748,25.3087,22.2257,4.47006,38.8424,0.390186,0.623916,0.527507,0.499087,0,1.34496,0.0270705,0,37.6046,126.991,212.335,2.785,5152.12,28.4,18.5 228,2015,26.8,19,36.7645,89.0688,30.4741,20.2795,5.9462,103.67,0.0395743,0.00574624,0.110396,0.129872,0,0,0.229352,0,37.6046,126.991,212.335,2.785,5119.92,30.1,18.5 229,2015,29.6,18.8,39.5596,79.8153,30.5298,21.9623,6.72038,108.73,0.261978,0.256673,0.0833898,0.130836,0,0,0,0,37.6046,126.991,212.335,2.785,5087.2,30.2,21.7 230,2015,29.1,21.8,62.9753,87.9779,27.0568,22.5717,5.25783,63.6024,0.188314,0.236872,0.568629,0.62655,0,0,0,0,37.6046,126.991,212.335,2.785,5053.92,26.9,21.9 231,2015,26.5,22,64.4354,90.2135,26.358,22.9297,6.98307,58.4455,0.466562,0.411627,0.371864,0.58892,0,0,0,0,37.6046,126.991,212.335,2.785,5020.1,25.4,21.5 232,2015,25.2,21.6,71.2959,94.8824,25.0305,20.9975,6.29756,68.8063,0.752995,0.540102,0.344272,0.0683683,3.32609,0.0130419,0.0575526,0,37.6046,126.991,212.335,2.785,4985.76,26.1,20.4 233,2015,25.7,20.6,41.529,99.252,28.1525,22.0378,7.12312,82.1857,0.246686,0.268458,0.128197,0.134326,0,1.78314,0,0,37.6046,126.991,212.335,2.785,4950.87,27.5,20.7 234,2015,26.3,20.8,43.8614,87.3558,29.4741,20.4123,5.30725,90.6788,0.215328,0.025959,0.0701213,0.150897,0,0,0.131279,0,37.6046,126.991,212.335,2.785,4915.48,28.3,19.1 235,2015,27.2,19.4,44.9076,81.2862,28.9259,21.4185,9.61266,93.1065,0.0635582,0.163687,0.341843,0.5148,0,0,0,0,37.6046,126.991,212.335,2.785,4879.56,27.5,21.7 236,2015,26.6,21.9,64.4915,92.8416,23.0095,18.3611,13.7025,81.1787,0.479001,0.665453,0.72609,0.740355,0,0.0247142,0.404767,1.04531,37.6046,126.991,212.335,2.785,4843.14,22.3,17.4 237,2015,22.2,17.5,64.9778,88.8736,21.7395,17.5465,6.79326,60.3276,0.359774,0.417046,0.377343,0.295019,0,0,0.00479383,0.0342647,37.6046,126.991,212.335,2.785,4806.72,22.3,17.6 238,2015,21.4,17.6,41.4982,97.9269,26.8033,20.1392,9.13094,79.9889,0.279033,0.129543,0.00264862,0.000304058,0.000248812,0,0,0,37.6046,126.991,212.335,2.785,4769.28,26.5,18.3 239,2015,26.3,18.4,43.283,82.3824,27.0138,18.9371,6.57781,76.2179,0.0522241,0.27068,0.0226287,0.000492175,0,0,0,0,37.6046,126.991,212.335,2.785,4731.35,25.8,17.5 240,2015,24.3,18.4,46.5613,94.1963,27.262,19.134,6.75083,68.6042,0.0135788,0.12808,0.0334584,0.00488673,0,0,0,0,37.6046,126.991,212.335,2.785,4692.95,26.8,17.7 241,2015,25.4,17.8,40.9078,89.6404,28.0374,19.4094,6.77064,80.842,0.0388919,0.0044181,0.0150198,0.0258568,0,0,0,0,37.6046,126.991,212.335,2.785,4654.09,28.3,19 242,2015,27.5,19.5,36.7318,89.4048,28.9584,20.0029,6.3283,107.322,0.0227607,0,0.074437,0.172632,1.51567,0,0,0.000101787,37.6046,126.991,212.335,2.785,4614.76,28.3,19.5 182,2016,23.8,20.5,81.3659,97.7768,25.1634,21.4912,10.0922,49.5735,0.538258,0.855428,0.760496,0.877225,0.00293866,1.40221,0.2245,7.32859,37.6046,126.991,212.335,2.785,5987.72,24.2,20.1 7,2016,23.8,20.9,65.8634,99.9492,25.8513,19.7141,10.2311,78.2132,0.692017,0.31509,0.115504,0.30973,0.40518,0.0475562,0,0,37.6046,126.991,212.335,2.785,5981.98,25.4,19.4 38,2016,24.5,19.5,72.1172,95.4896,23.288,20.0632,4.60148,40.5309,0.298857,0.353652,0.507902,0.301985,0,0,0.0534696,0,37.6046,126.991,212.335,2.785,5975.68,24.3,18.8 67,2016,23.3,18.8,68.778,97.0864,23.6954,19.0093,11.4662,91.4224,0.205139,0.371037,0.812366,0.922267,0,0,6.01113,5.90263,37.6046,126.991,212.335,2.785,5968.81,22,18.5 98,2016,21.6,19.1,94.8031,99.619,24.5117,19.0562,14.3664,25.5955,0.890799,0.9601,0.886497,0.74819,2.47543,3.18037,1.24837,4.99453,37.6046,126.991,212.335,2.785,5961.38,23.2,18.6 128,2016,23.1,18.6,75.0897,99.138,23.7375,19.2833,7.56093,60.7776,0.755727,0.579551,0.342324,0.371528,1.0163,0.0500339,0.0174046,0,37.6046,126.991,212.335,2.785,5953.38,24.7,18 159,2016,24.4,18.2,67.4364,96.6723,24.6921,19.7917,4.91868,52.6317,0.490847,0.666671,0.480121,0.33916,0,0,0,0,37.6046,126.991,212.335,2.785,5944.78,26.5,17.6 189,2016,25.5,17.9,53.0282,88.7466,29.7756,21.2312,5.46977,105.397,0.0233677,0.00800289,0.102364,0.000451911,0,0,0,0,37.6046,126.991,212.335,2.785,5935.62,30.1,19.9 220,2016,29.9,20.5,50.3954,88.2758,30.4326,22.2016,6.55813,109.698,0.00542962,0.00187675,0.026222,0.279165,0,0,0,0,37.6046,126.991,212.335,2.785,5925.88,30.6,22.4 251,2016,30.1,22.7,46.1244,92.9479,30.7371,22.0343,5.92707,102.664,0.235071,0.156788,0.211381,0.307897,0,0,0,0,37.6046,126.991,212.335,2.785,5915.58,31.1,21.1 281,2016,29.6,21.4,50.1469,88.8567,30.4393,23.491,6.85522,86.6175,0.272809,0.126926,0.54112,0.633448,0,0,0,0.176792,37.6046,126.991,212.335,2.785,5904.71,31.1,22.6 312,2016,30.4,23.2,79.1455,94.6691,25.6521,21.7266,5.49883,65.3445,0.822736,0.470222,0.747447,0.533063,0.62605,0,0.0523127,0.389447,37.6046,126.991,212.335,2.785,5893.27,28.2,20.5 342,2016,28,20.8,63.513,97.1906,27.1853,21.852,8.24254,64.8465,0.506009,0.254719,0.469511,0.555782,0.00556456,0,0,0,37.6046,126.991,212.335,2.785,5881.22,27,20.2 195,2016,26.5,20.6,51.3447,97.0022,28.9312,21.4451,8.49452,97.0973,0.206788,0.139106,0.119616,0.127886,0.00239831,0,0,0,37.6046,126.991,212.335,2.785,5868.6,28.9,20.8 196,2016,28.6,21.1,59.5511,76.0924,25.9503,21.9268,7.31269,72.7968,0.426275,0.530998,0.584913,0.649535,0,0,0,0.0497805,37.6046,126.991,212.335,2.785,5855.4,25.9,20.7 197,2016,25.5,21.5,87.101,97.6604,21.6984,18.2687,13.9536,85.4184,0.696931,0.783962,0.640537,0.398898,0.461906,4.69042,1.21783,0.417378,37.6046,126.991,212.335,2.785,5841.62,20.7,17.8 198,2016,20.7,17.8,83.4883,99.7199,22.351,19.8585,10.1318,36.2289,0.499747,0.342625,0.307581,0.324832,0.732259,0.377714,0.068617,0.103723,37.6046,126.991,212.335,2.785,5827.26,20.7,18.5 199,2016,20.6,18.5,66.7491,96.2456,25.9984,19.1954,5.71333,75.5752,0.248173,0.214863,0.135144,0.000825513,0,0.000902014,0.0280091,0,37.6046,126.991,212.335,2.785,5812.29,25.7,18.2 200,2016,24.7,18.3,45.5331,87.5207,30.444,20.4892,5.88677,111.565,0.0064227,0.0014334,0.0379979,0.146395,0,0,0,0.00338167,37.6046,126.991,212.335,2.785,5796.75,29.4,19.6 201,2016,28.5,19.9,48.8692,81.5947,30.7956,23.0648,8.34951,119.923,0.0448085,0.148916,0.293313,0.272595,0,0,0,0,37.6046,126.991,212.335,2.785,5780.61,30.5,21.6 202,2016,30,21.7,52.4618,79.4731,30.653,23.4198,8.41243,114.176,0.487519,0.352634,0.195819,0.0904213,0.01246,0,0,0,37.6046,126.991,212.335,2.785,5763.89,29.2,21.9 203,2016,28.6,22,56.1157,80.7454,30.4174,23.5518,8.49476,94.3792,0.222044,0.48965,0.254931,0.298078,0,0,0.0365442,0,37.6046,126.991,212.335,2.785,5746.56,30.4,22.5 204,2016,30.1,22.6,67.5527,86.6016,28.0378,23.3851,9.0335,87.3136,0.422547,0.761692,0.621088,0.568881,0.00203608,0.400114,0.456845,0,37.6046,126.991,212.335,2.785,5728.65,29,24 205,2016,28.9,24.1,87.5023,99.8922,25.8034,23.8243,10.2827,36.5685,0.833387,0.870944,0.783226,0.523774,0.568492,6.12509,0.845395,0.431538,37.6046,126.991,212.335,2.785,5710.66,26.7,23.5 206,2016,26.2,23.8,74.8295,97.877,27.6622,24.8137,6.74726,56.9611,0.642674,0.512822,0.473656,0.213263,2.85818,0.0338507,0.00955503,0,37.6046,126.991,212.335,2.785,5691.5,29.3,23.8 207,2016,28.3,23.9,59.8782,93.048,29.8686,25.0032,10.3548,97.0286,0.258008,0.121541,0.300114,0.11678,0.00262024,0,0,0,37.6046,126.991,212.335,2.785,5671.78,29.3,23 208,2016,28.5,23,78.9041,99.9927,26.3875,24.402,11.1539,30.5289,0.467956,0.848565,0.848384,0.490855,0.000186609,1.03375,1.12664,0.532018,37.6046,126.991,212.335,2.785,5651.47,26.5,23.9 209,2016,26,24,66.5778,99.4021,27.9639,22.8134,8.64045,95.1487,0.637006,0.507446,0.0485943,0.0321426,3.02962,0.0495577,0,0,37.6046,126.991,212.335,2.785,5630.51,28,23.1 210,2016,27.4,23.5,75.2052,97.3656,29.3607,22.8903,10.0229,79.1924,0.790168,0.6457,0.47524,0.511605,1.32209,7.17041,0.00524238,0.424491,37.6046,126.991,212.335,2.785,5608.97,25.7,21.3 211,2016,25.4,21.3,73.5055,98.984,28.4919,24.039,8.17335,68.0959,0.691361,0.738536,0.27746,0.295271,2.44269,4.63331,0,0,37.6046,126.991,212.335,2.785,5586.85,30.2,24.2 212,2016,29.7,24.2,76.3886,95.3987,29.2918,24.5748,7.52293,89.8934,0.656554,0.445597,0.184008,0.107225,3.84079,0.970618,0.684703,0,37.6046,126.991,212.335,2.785,5564.09,30.3,23.8 8,2016,29.6,23.3,79.995,96.5037,25.2947,22.9881,5.54236,44.6599,0.731758,0.787562,0.694426,0.768189,5.15608,1.00196,0,0.00540243,37.6046,126.991,212.335,2.785,5516.81,28.9,22.2 39,2016,28.2,22.4,56.8605,94.7945,31.1808,22.8759,6.06759,98.0036,0.330099,0.0658217,0.251659,0.222467,0.115357,0,0.0542229,0.0346067,37.6046,126.991,212.335,2.785,5492.26,30.6,22 68,2016,29.9,22.2,51.9562,87.9758,32.8393,24.9716,5.53708,114.608,0.361687,0.0396335,0.0689567,0.0610218,0.000290141,0,0,0,37.6046,126.991,212.335,2.785,5467.11,32.5,23.6 99,2016,31.9,24,54.9486,84.3779,32.8496,25.3339,6.54776,113.736,0.311652,0.138757,0.119103,0.0131361,0.0973041,0.0123636,0.0015268,0,37.6046,126.991,212.335,2.785,5441.39,32.9,23.9 129,2016,32.4,24.2,56.9972,90.3082,32.328,24.8016,6.88977,111.334,0.0326625,0.00154617,0.103598,0.0516305,0,0.00558143,0.00586278,0,37.6046,126.991,212.335,2.785,5415.06,32.2,24.3 160,2016,31.6,24.5,60.3173,94.7945,31.4452,26.218,7.03003,100.072,0.323138,0.192253,0.24812,0.0844431,0.663169,0,0,0,37.6046,126.991,212.335,2.785,5388.14,32.2,24 190,2016,32,24.1,49.4054,85.6498,33.1323,25.1003,6.38701,103.823,0.0824752,0.0109012,0.163402,0.402816,0,0,0,0,37.6046,126.991,212.335,2.785,5360.64,31.6,23.9 221,2016,31.4,24.1,56.5739,82.7189,31.3725,24.9615,7.73622,101.228,0.336943,0.159153,0.220736,0.0486946,0,0,0,0,37.6046,126.991,212.335,2.785,5332.53,30.3,23.8 252,2016,30.1,23.8,62.8539,90.5239,31.6532,25.3464,6.93937,86.1532,0.141341,0.076481,0.0694319,0.0370061,0,0,0.0440652,0,37.6046,126.991,212.335,2.785,5304.41,32.7,23.4 282,2016,32.1,23.7,51.7619,90.1109,33.3558,26.1294,6.92757,92.197,0.0892071,0.157219,0.042717,0.000203127,0,0.00465674,0,0,37.6046,126.991,212.335,2.785,5275.07,33.3,24.6 313,2016,32.9,25,46.6151,90.3759,33.1696,26.0045,7.15731,91.1546,0.156578,0.0514194,0.00183956,0.000380164,0,0,0,0,37.6046,126.991,212.335,2.785,5245.2,33,24.6 343,2016,32.3,24.8,50.7472,89.0023,33.2469,26.0925,7.63127,89.0253,0.045398,0.00456206,0.0111058,0.0136352,0,0,0,0,37.6046,126.991,212.335,2.785,5214.74,32.5,24 226,2016,31.6,24,86.5641,97.2973,26.9894,25.3658,4.96784,29.4714,0.30678,0.645461,0.887248,0.323528,0,0.0104215,4.12332,0,37.6046,126.991,212.335,2.785,5183.7,28.2,23.8 227,2016,27.5,24.7,59.8526,95.9491,31.2882,24.0561,5.83094,92.3817,0.037045,0.148402,0.176586,0.517607,0,0,0.0445693,0,37.6046,126.991,212.335,2.785,5152.12,31,23.6 228,2016,30.1,23.8,54.4748,93.4135,30.4801,24.0618,8.05951,77.8147,0.378095,0.182489,0.0764999,0.0322691,0.00952072,0.000290141,0.00177711,0,37.6046,126.991,212.335,2.785,5119.92,31.5,22.7 229,2016,30.4,23.5,45.5131,88.3873,31.0145,23.5073,6.45683,120.892,0.00682826,0.0108577,6.58E-05,0.0968333,0,0,0,0,37.6046,126.991,212.335,2.785,5087.2,31.5,22.9 230,2016,30.6,23,49.4521,92.4612,31.3992,23.5036,6.55007,111.208,0.0460521,0.116424,0.12902,0.328985,0,0,0,0.00290141,37.6046,126.991,212.335,2.785,5053.92,30.9,23.6 231,2016,29.6,23.9,66.2052,87.376,29.6837,24.8786,6.64795,85.8652,0.209551,0.321128,0.535216,0.634477,0,0,0,0,37.6046,126.991,212.335,2.785,5020.1,30.1,21.9 232,2016,29.5,24.1,65.1744,91.4808,29.1807,24.8874,7.41528,90.5926,0.570562,0.396271,0.398659,0.497754,0.0127278,0,0,0,37.6046,126.991,212.335,2.785,4985.76,31.3,24.3 234,2016,31.6,24,51.3719,83.726,31.6435,24.211,6.66419,108.434,0.00106333,0.0328937,0.114444,0.0479009,0,0,0,0,37.6046,126.991,212.335,2.785,4915.48,32.2,23.1 235,2016,31.8,23.2,46.9233,80.6965,30.971,22.9866,7.86966,138.417,0.0236858,0.00144576,0.0781397,0.300256,0,0,0,0,37.6046,126.991,212.335,2.785,4879.56,30.5,23.2 236,2016,29.3,23.3,62.3296,87.0981,28.5053,23.8818,6.46825,95.4767,0.388667,0.388748,0.22521,0.0518758,0,0,0,0,37.6046,126.991,212.335,2.785,4843.14,29.3,23.9 237,2016,28.7,24.1,54.3124,91.8998,29.0787,23.3798,7.33771,99.0891,0.0781699,0.065954,0.189637,0.715437,0,0,0,0.00535358,37.6046,126.991,212.335,2.785,4806.72,29.4,21.3 238,2016,28.9,22.1,54.5642,94.552,23.8156,19.7908,11.6925,109.698,0.804862,0.605869,0.278653,0.0858769,0.671014,0.0183641,0,0,37.6046,126.991,212.335,2.785,4769.28,24.5,17.5 239,2016,24.1,17.5,38.718,76.0035,26.501,15.8283,11.8061,141.536,0,0,0.0491044,0.411678,0,0,0,0,37.6046,126.991,212.335,2.785,4731.35,25.4,15.9 240,2016,24.9,16.2,64.0649,91.6509,22.8371,16.6736,11.0833,112.499,0.680147,0.410277,0.403557,0.641248,0.196569,0,0.802212,0.337035,37.6046,126.991,212.335,2.785,4692.95,20.8,15.5 241,2016,20.1,15.6,50.1969,83.4864,24.0944,15.992,11.1219,107.393,0.272154,0.0394225,0.205633,0.157259,0,0,0,0,37.6046,126.991,212.335,2.785,4654.09,23.7,16.4 242,2016,23.4,16.6,70.0459,97.5254,19.3883,14.7714,14.9699,65.4289,0.206504,0.238287,0.796015,0.870636,0,0,0.2924,0.25517,37.6046,126.991,212.335,2.785,4614.76,23.3,14.9 243,2016,21.8,15.2,95.8033,98.8091,17.625,14.72,17.7702,55.4423,0.757824,0.94198,0.980176,0.87336,0.558132,2.14612,4.88574,1.87793,37.6046,126.991,212.335,2.785,4575.03,17.4,14.4 181,2017,27.9,19.9,58.9641,97.8214,26.7984,20.8287,6.39783,75.3667,0.19758,0.30651,0.423613,0.842868,0,0,0,0.0258896,37.6046,126.991,212.335,2.785,5992.9,29.2,19.6 7,2017,29.2,19.8,91.3009,99.9924,24.3613,22.5987,9.32227,12.3226,0.937196,0.86749,0.898534,0.896398,3.31704,0.379959,0.527748,1.88509,37.6046,126.991,212.335,2.785,5987.72,24.1,20.4 38,2017,23.8,20.6,93.0918,100,23.8779,21.9943,10.6454,12.928,0.932563,0.83216,0.715486,0.763774,10.9194,9.31374,0.00596628,0.0788684,37.6046,126.991,212.335,2.785,5981.98,25.5,20.5 66,2017,25,20.5,59.2595,96.6002,29.2454,21.7214,7.26467,121.173,0.805899,0.143505,0.180662,0.167792,3.4749,0,0,0,37.6046,126.991,212.335,2.785,5975.68,29.9,20.6 97,2017,28.6,21.8,51.2116,88.4554,29.6111,22.4301,6.39356,118.625,0.0893112,0.131613,0.122671,0.0143129,0,0,0,0,37.6046,126.991,212.335,2.785,5968.81,30,20.5 127,2017,29.2,20.7,57.5791,88.7346,31.5104,22.6367,7.36413,112.57,0.00495608,0.00269675,0.148288,0.399157,0,0,0.00623804,0.000979227,37.6046,126.991,212.335,2.785,5961.38,31.2,21.5 158,2017,30.5,21.7,84.2797,93.265,26.2289,22.7327,8.00774,39.9162,0.228656,0.588747,0.905413,0.661356,0,0,0.0345652,0,37.6046,126.991,212.335,2.785,5953.38,25.2,22.1 188,2017,24.9,22.3,92.0369,98.7921,25.4608,23.7432,10.1052,23.2489,0.788079,0.953692,0.707167,0.652165,0.0207273,2.86308,0.0169649,0.000532321,37.6046,126.991,212.335,2.785,5944.78,25.2,22.6 219,2017,25,22.6,80.1325,95.0613,28.3834,23.7298,5.15452,44.4539,0.317809,0.380807,0.454398,0.662727,0,0,0,0.0404369,37.6046,126.991,212.335,2.785,5935.62,27.6,21.7 250,2017,27.2,22.8,86.8937,99.6198,25.9731,22.4432,12.6027,39.0585,0.817876,0.818045,0.915144,0.791414,1.91455,0.122284,0.081046,1.15016,37.6046,126.991,212.335,2.785,5925.88,23.5,20.7 280,2017,23.5,21.6,70.7824,98.6933,27.4207,21.1474,7.00031,72.8518,0.314137,0.285363,0.162448,0.111437,0,0,0,0,37.6046,126.991,212.335,2.785,5915.58,29.1,20.3 311,2017,28,20.5,76.5729,97.9905,26.6631,22.2671,6.60003,62.6608,0.27983,0.32611,0.197953,0.0647042,0,0,0,0,37.6046,126.991,212.335,2.785,5904.71,29.2,22.4 341,2017,28.6,22.6,58.7953,86.6279,28.6069,22.3568,5.96257,113.255,0,0,0,0.00382165,0,0,0,0,37.6046,126.991,212.335,2.785,5893.27,29.2,21.7 194,2017,28.6,21.7,63.8237,91.8085,29.9059,23.9894,7.38238,110.86,0.0868028,0.021884,0.054749,0.184023,0,0,0,0,37.6046,126.991,212.335,2.785,5881.22,30.7,23.7 195,2017,30.1,23.7,72.2344,96.6214,28.7661,22.5085,8.22077,80.2651,0.726672,0.58586,0.496703,0.354002,1.45905,0.174763,0,0,37.6046,126.991,212.335,2.785,5868.6,25.2,21.2 196,2017,24.5,21.4,90.835,99.4116,25.2716,22.9263,8.1953,22.4024,0.860365,0.959851,0.69141,0.653986,9.79805,8.9402,0.000186609,0,37.6046,126.991,212.335,2.785,5855.4,26.7,21.4 197,2017,26,21.5,73.3338,96.2965,28.2159,24.0906,6.95772,68.1768,0.394186,0.515578,0.505543,0.493432,0,0,0,0,37.6046,126.991,212.335,2.785,5841.62,26.7,21.9 198,2017,26.6,23.1,67.4079,96.0099,29.0442,22.2532,6.11554,93.9171,0.203154,0.157169,0.150066,0.107855,0,0,0,0,37.6046,126.991,212.335,2.785,5827.26,28,21.8 199,2017,27.1,21.8,68.791,96.9636,29.4745,22.4755,6.68544,97.8549,0.196739,0.091642,0.0688396,0.074631,0,0,0,0,37.6046,126.991,212.335,2.785,5812.29,31,21.8 200,2017,30.3,21.9,55.5723,88.1724,31.7235,23.8543,5.95588,119.479,4.83E-05,0.0344373,0.0544787,0.0862102,0,0,0,0,37.6046,126.991,212.335,2.785,5796.75,31.9,23.2 201,2017,31,23.5,70.4093,89.1961,30.1433,25.1678,6.80504,87.6253,0.331957,0.419722,0.38156,0.343512,0,0,0,0,37.6046,126.991,212.335,2.785,5780.61,29.7,24.6 202,2017,29.2,24.7,74.399,94.6946,29.0074,25.4701,6.14848,58.2951,0.484127,0.465882,0.519059,0.439499,0,0,0,0,37.6046,126.991,212.335,2.785,5763.89,29.7,24.7 203,2017,28.8,24.9,84.6513,96.6304,28.3278,25.0188,7.2019,39.3609,0.535085,0.539042,0.519223,0.372103,0.000231848,0.000135716,0,0,37.6046,126.991,212.335,2.785,5746.56,25.8,23.5 204,2017,25.6,24,77.4098,96.9301,28.8789,24.2885,4.74102,55.3858,0.258092,0.577565,0.3133,0.265555,0,0,0,0,37.6046,126.991,212.335,2.785,5728.65,24.9,22.5 205,2017,24.7,22.7,56.7018,92.5272,31.7741,23.8807,6.20121,120.598,0.30289,0.211888,0.22565,0.0220101,0,0,0,0,37.6046,126.991,212.335,2.785,5710.66,31.5,22.5 206,2017,31.2,22.5,50.5616,86.4564,30.4937,22.3359,9.1024,131.271,0.0680744,0.0268425,0.221027,0.0494484,0,0,0,0,37.6046,126.991,212.335,2.785,5691.5,30.5,21.7 207,2017,29.8,21.8,56.0543,89.4027,28.2016,22.2299,6.37648,84.9006,0.110354,0.169655,0.490079,0.416743,0,0,0,0,37.6046,126.991,212.335,2.785,5671.78,26.2,21.9 208,2017,25.7,22.1,82.8439,93.6257,24.9359,22.9655,6.85435,47.2552,0.769716,0.617127,0.787371,0.633488,0.0297743,1.56897,0.000135716,0,37.6046,126.991,212.335,2.785,5651.47,24.1,22 209,2017,23.9,22.3,66.195,94.4569,28.0129,23.2181,8.63514,81.1861,0.613361,0.538298,0.441214,0.264762,0,0,0,0,37.6046,126.991,212.335,2.785,5630.51,27.2,22.6 210,2017,26.7,22.7,71.1302,90.2148,28.7497,22.4702,7.6297,80.9705,0.328027,0.377259,0.404206,0.176043,0,0,0,0,37.6046,126.991,212.335,2.785,5608.97,29.5,22.1 211,2017,28.5,22.2,60.3594,92.3053,30.0793,23.5367,6.55582,85.2262,0.187603,0.178226,0.532535,0.655164,0,0,0,0,37.6046,126.991,212.335,2.785,5586.85,25.2,22.2 212,2017,25.3,22.4,56.9374,95.5953,30.5478,22.2254,5.21044,110.35,0.386522,0.195777,0.0647248,0.0688668,0,0,0,0,37.6046,126.991,212.335,2.785,5564.09,30,21.7 8,2017,29.3,22,65.607,91.6108,30.8887,24.8896,6.58089,97.6573,0.267963,0.236572,0.327375,0.28361,0,0,0,0,37.6046,126.991,212.335,2.785,5540.74,30.2,24.1 39,2017,29.4,24.1,44.1794,92.9318,31.7977,25.0502,8.31157,138.634,0.305286,0.406379,0.233878,0.0993163,0,0,0,0,37.6046,126.991,212.335,2.785,5516.81,31.4,24.4 67,2017,30.6,24.5,50.5014,85.7828,31.881,23.6191,7.32803,126.117,0.0461228,0.319472,0.187069,0.0789769,0,0,0,0,37.6046,126.991,212.335,2.785,5492.26,31.7,22.8 98,2017,30.7,23,48.803,86.8292,33.2503,25.5022,6.94946,136.15,0.0128819,0.0216547,0.0100024,0.0712686,0,0,0,0,37.6046,126.991,212.335,2.785,5467.11,33.4,25.3 128,2017,32.6,25.4,66.684,90.5644,32.1995,26.6255,7.10404,91.367,0.431674,0.511432,0.190684,0.156012,0,0,0,0.000217606,37.6046,126.991,212.335,2.785,5441.39,30.1,24.6 159,2017,29.3,24.8,57.8672,92.5301,31.7616,24.3248,6.78495,111.55,0.0477218,0.0499749,0.0223612,0.117063,0,0,0,0,37.6046,126.991,212.335,2.785,5415.06,31.1,23.1 189,2017,30.8,23.9,74.2046,91.7941,27.3535,24.0466,4.71811,53.3137,0.22657,0.332631,0.59727,0.458904,0,0,0,0,37.6046,126.991,212.335,2.785,5388.14,28.8,22.5 220,2017,27.9,22.6,54.1164,83.7818,30.7285,23.2841,8.44537,114.561,0.231281,0.164755,0.210048,0.410844,0,0,0,0,37.6046,126.991,212.335,2.785,5360.64,28.6,21.9 251,2017,28.3,22.6,73.6658,88.6718,26.6966,24.1904,6.49267,58.1704,0.408037,0.444255,0.482121,0.429082,0,0,0,0,37.6046,126.991,212.335,2.785,5332.53,23.5,21.6 281,2017,23.3,21.6,59.3733,90.434,30.1341,23.0977,8.65225,119.201,0.251321,0.120655,0.180945,0.174661,0,0,0,0,37.6046,126.991,212.335,2.785,5304.41,29.6,21.4 312,2017,29.2,21.5,59.2403,85.2831,29.9154,22.1321,7.29595,111.038,0.306907,0.0874518,0.480663,0.271983,0,0,0,0,37.6046,126.991,212.335,2.785,5275.07,29.6,21 342,2017,28.2,21.1,62.509,88.936,26.7904,21.7604,8.7821,88.3979,0.0290198,0.320157,0.519347,0.703042,0,0,0,0,37.6046,126.991,212.335,2.785,5245.2,25.2,21.3 225,2017,25.1,21.7,73.3994,90.2356,24.1817,20.4076,13.4847,80.0968,0.626689,0.451538,0.553507,0.609527,0.104191,0.0124898,0.000147025,0.00189385,37.6046,126.991,212.335,2.785,5214.74,24.2,20.4 226,2017,23.8,20.5,80.6449,95.8917,21.8673,19.6239,15.9462,78.7835,0.482975,0.736651,0.80777,0.854876,0,3.58705,8.95588,6.38388,37.6046,126.991,212.335,2.785,5183.7,21.9,19.2 227,2017,21.8,19.4,76.1939,89.447,22.5263,20.0843,14.0503,71.269,0.525959,0.546831,0.504894,0.455117,0.0877119,0.0039403,0.0053733,0,37.6046,126.991,212.335,2.785,5152.12,25,18.8 228,2017,24,18.8,71.9424,89.9282,26.1846,20.8869,10.173,84.5573,0.461498,0.167936,0.247144,0.298591,0.0540278,0,0,0,37.6046,126.991,212.335,2.785,5119.92,25.4,19.1 229,2017,25.2,19.2,70.2518,93.5237,26.1707,21.7973,6.14034,71.1751,0.21537,0.467884,0.432087,0.0743098,0,0,0,0,37.6046,126.991,212.335,2.785,5087.2,26.7,21.3 230,2017,26.3,21.4,60.7138,93.1558,28.2365,21.7114,7.61922,99.1827,0.302728,0.246376,0.408782,0.455212,0,0,0.579741,0.0281362,37.6046,126.991,212.335,2.785,5053.92,26,20.8 231,2017,25.4,20.9,87.7161,96.057,24.1436,21.0177,12.4908,56.0131,0.800064,0.753101,0.883321,0.761982,0.251808,0.601095,1.38983,0.0428703,37.6046,126.991,212.335,2.785,5020.1,23.3,20.2 232,2017,23.3,20.3,84.7698,95.7285,26.3919,22.5584,10.2853,49.0374,0.781808,0.648208,0.580281,0.415193,1.36195,0.0440977,1.07643,0,37.6046,126.991,212.335,2.785,4985.76,26.6,21.6 233,2017,25.9,21.6,62.8313,96.1101,28.2629,22.5929,5.93531,92.2637,0.296259,0.225434,0.057805,0.152244,0,0,0,0,37.6046,126.991,212.335,2.785,4950.87,29.6,20.8 234,2017,28.8,21.1,79.3718,97.2635,27.13,23.1468,9.01976,31.6242,0.34043,0.728317,0.77836,0.62234,0,0.311344,0,0.0915474,37.6046,126.991,212.335,2.785,4915.48,27.4,22.2 235,2017,27.2,22.7,87.0637,97.4382,26.6774,22.4915,14.3917,39.5619,0.833613,0.723819,0.782037,0.147638,8.04921,0,1.15111,0,37.6046,126.991,212.335,2.785,4879.56,25.5,21.8 236,2017,25.4,22.4,45.5174,96.3051,27.759,20.8881,6.74488,115.121,0.020732,0.0155902,0.0155756,0.0487467,0,0,0,0,37.6046,126.991,212.335,2.785,4843.14,28.1,19.2 237,2017,27.8,20,40.9519,80.2305,26.6396,19.3703,8.10024,138.144,0,0,0.0680105,0.0502913,0,0,0,0,37.6046,126.991,212.335,2.785,4806.72,25.8,17.8 238,2017,25.2,18.1,51.8699,79.7987,23.726,17.7605,5.79445,75.2915,0.0764327,0.407909,0.429026,0.578956,0,0,0,0,37.6046,126.991,212.335,2.785,4769.28,23.5,17.2 239,2017,23.2,17.7,66.1613,96.9715,24.1863,19.2625,7.98471,69.8106,0.489156,0.502348,0.834759,0.814414,0,0,0.586814,6.17949,37.6046,126.991,212.335,2.785,4731.35,24.2,15.9 240,2017,23.2,16,37.4989,88.8126,21.2537,14.9079,13.9775,130.884,0.372506,0.083947,0.0534881,0.100585,0,0,0,0,37.6046,126.991,212.335,2.785,4692.95,20.8,13.6 241,2017,20.3,15.7,47.4508,87.877,20.2831,14.2726,6.45267,68.7099,0.616098,0.648795,0.460766,0.0921632,0,0,0,0,37.6046,126.991,212.335,2.785,4654.09,20.4,14.6 242,2017,20,15.1,35.6522,89.9732,24.3237,16.1289,7.08733,108.981,0.0461824,0.0149555,0,0.000629825,0,0,0,0,37.6046,126.991,212.335,2.785,4614.76,23.8,15.1