[Python-modules-commits] [python-pysolar] 34/42: Fixed buffer/str issues in query_usno, and added new USNO validation output CSV

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:37:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag 0.6
in repository python-pysolar.

commit 32edafc781f9fea26882a883c98083156da51b8f
Author: Robin Wilson <robin at rtwilson.com>
Date:   Sat Apr 19 12:17:42 2014 +0000

    Fixed buffer/str issues in query_usno, and added new USNO validation output CSV
---
 Pysolar/query_usno.py |   2 +-
 pysolar_v_usno.csv    | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 311 insertions(+), 1 deletion(-)

diff --git a/Pysolar/query_usno.py b/Pysolar/query_usno.py
index 0b4f676..53e1939 100644
--- a/Pysolar/query_usno.py
+++ b/Pysolar/query_usno.py
@@ -71,7 +71,7 @@ def RequestEphemerisData(datum):
     #print lines
     #print lines[21] # should not we do some try catch here?
     result = lines[21]
-    tokens = [x for x in result.split(' ') if x not in ' ']
+    tokens = [x for x in result.split(b' ') if x not in b' ']
     print('Tokens: \n', tokens)
 
     usno_alt = float(tokens[4]) + float(tokens[5])/60.0 + float(tokens[6])/3600.0
diff --git a/pysolar_v_usno.csv b/pysolar_v_usno.csv
index 3caeba7..c6d05aa 100644
--- a/pysolar_v_usno.csv
+++ b/pysolar_v_usno.csv
@@ -6257,3 +6257,313 @@
 "2008/10/16 04:15:37",1,216,0,103.571617934,103.513083333,0.0585346014664,260.977496218,260.9775,3.78218629749e-06
 "2008/03/06 10:58:58",74,228,0,109.234056993,109.189166667,0.04489032561,31.7412768141,31.7443611111,0.0030842970207
 "2008/11/04 17:29:35",88,265,0,103.727727393,103.666194444,0.0615329493417,171.574431036,171.577472222,0.00304118627346
+2013-03-10 06:25:46,50,339,0.0,104.100745951,104.038583333,0.062162618211,79.307681801,79.3109722222,0.00329042120198
+2013-02-23 15:57:57,-83,83,0.0,85.548183719,85.7209166667,0.172732947716,220.283331964,220.279138889,0.00419307547511
+2013-03-07 16:31:20,62,257,0.0,72.9959838759,73.0463055556,0.0503216796613,140.230031226,140.234083333,0.00405210748835
+2013-06-09 00:46:24,12,263,0.0,89.2666130617,89.6884444444,0.421831382733,293.395675025,293.396305556,0.000630531217325
+2013-01-06 03:22:15,6,124,0.0,29.2588356999,29.26775,0.00891430008424,166.902400183,166.91025,0.00784981721162
+2013-03-19 22:46:47,-68,245,0.0,74.3366834054,74.3938055556,0.0571221501572,312.980003068,312.976138889,0.00386417903138
+2013-11-27 13:09:36,-23,348,0.0,8.05250979933,8.05677777778,0.00426797845242,281.236069856,281.224,0.0120698559018
+2013-07-24 15:11:40,-79,12,0.0,103.778944175,103.719166667,0.0597775082092,304.491031661,304.4875,0.0035316611087
+2013-03-26 03:05:33,88,39,0.0,87.7139829038,87.9813333333,0.267350429464,83.8809949877,83.8847777778,0.00378279006569
+2013-07-27 12:24:27,-26,168,0.0,170.222604256,170.221527778,0.00107647811055,226.686078223,226.666222222,0.0198560009351
+2013-11-17 18:16:07,-75,51,0.0,83.6840409946,83.81525,0.131209005383,209.520544228,209.518222222,0.00232200645851
+2013-11-18 17:31:02,-73,90,0.0,87.3474956445,87.5937777778,0.246282133274,183.358353941,183.355916667,0.00243727397103
+2013-12-02 02:52:06,6,271,0.0,135.274470204,135.261166667,0.0133035370086,244.654015673,244.653916667,9.90059874368e-05
+2013-07-25 20:55:20,-61,71,0.0,135.387530608,135.369611111,0.0179194972865,148.081296989,148.076805556,0.00449143263819
+2013-01-06 02:48:39,-88,305,0.0,69.4142868939,69.4576111111,0.043324217168,194.090216905,194.086111111,0.00410579350086
+2013-04-19 18:53:01,-73,54,0.0,117.046660696,117.015388889,0.0312718071045,204.90170197,204.897805556,0.0038964142465
+2013-11-24 17:14:56,14,46,0.0,130.166128175,130.149722222,0.0164059532837,254.589758276,254.590305556,0.000547280391203
+2013-09-15 23:18:19,37,120,0.0,71.7876941056,71.8331388889,0.0454447832942,100.710437949,100.712611111,0.00217316210791
+2013-10-11 04:00:34,26,224,0.0,108.789248344,108.746166667,0.0430816772654,271.204846208,271.206194444,0.00134823640894
+2013-10-07 12:47:09,49,336,0.0,55.2435857843,55.2663333333,0.0227475490175,168.891047197,168.894416667,0.00336947020529
+2013-07-03 11:49:38,-65,255,0.0,118.5523871,118.521166667,0.0312204326562,96.6964082708,96.6933333333,0.00307493751161
+2013-12-21 20:39:54,-34,72,0.0,118.775053976,118.746333333,0.028720643143,156.510608797,156.507222222,0.00338657463533
+2013-12-13 10:14:48,-19,197,0.0,137.156010082,137.142833333,0.0131767491667,190.650336094,190.646944444,0.00339165025858
+2013-04-07 11:59:07,-72,161,0.0,113.898287787,113.862666667,0.0356211196674,201.503284859,201.499305556,0.00397930329052
+2013-12-16 00:06:03,-33,206,0.0,26.9370391198,26.9468888889,0.00984976911325,283.678845142,283.674083333,0.00476180891116
+2013-01-18 08:58:02,77,126,0.0,107.303463391,107.254805556,0.048657835088,253.567453409,253.571583333,0.00412992366512
+2013-04-17 02:02:10,33,116,0.0,38.0016806393,38.0116666667,0.00998602736929,118.585680903,118.589166667,0.0034857642909
+2013-02-13 06:18:57,-12,340,0.0,105.08399452,105.023861111,0.0601334093387,107.474093726,107.472611111,0.00148261520546
+2013-10-09 05:09:29,3,269,0.0,169.066778377,169.066583333,0.000195044478886,251.931738637,251.928444444,0.00329419267607
+2013-07-14 02:06:48,-31,98,0.0,72.323142865,72.3708055556,0.0476626905877,49.9907328947,49.9877222222,0.00301067249459
+2013-06-24 14:25:45,-82,225,0.0,114.468876171,114.433333333,0.0355428383002,95.6597937313,95.6562777778,0.00351595351779
+2013-02-07 04:50:40,43,277,0.0,149.834800596,149.826972222,0.00782837433132,332.617799958,332.625861111,0.00806115342328
+2013-05-23 07:15:06,-78,103,0.0,100.479262693,100.406444444,0.0728182490308,329.165427759,329.162527778,0.00289998076096
+2013-10-17 04:29:37,49,98,0.0,59.0631139362,59.0894166667,0.0263027304926,167.386968742,167.390083333,0.00311459088505
+2013-12-13 07:37:02,-45,294,0.0,98.2610490255,98.1811666667,0.079882358835,134.884410384,134.88175,0.0026603836522
+2013-02-16 19:24:02,-3,41,0.0,145.267777388,145.260722222,0.0070551657094,243.71329477,243.711027778,0.00226699174627
+2013-10-11 22:45:43,83,156,0.0,91.2106997782,91.9187777778,0.708077999614,141.139645954,141.142527778,0.00288182355774
+2013-04-20 19:52:48,-86,236,0.0,97.8798057151,97.8016111111,0.0781946039849,5.43550769431,5.43211111111,0.0033965831976
+2013-12-07 13:21:07,48,134,0.0,148.447702773,148.43925,0.00845277303139,315.074627289,315.078861111,0.00423382171203
+2013-01-07 19:28:42,-54,202,0.0,47.5785483221,47.5932777778,0.0147294557354,67.42118505,67.4176388889,0.00354616112702
+2013-09-27 02:59:53,-62,123,0.0,60.7641996712,60.7924166667,0.0282169954978,11.2297353887,11.2262222222,0.00351316653032
+2013-09-06 14:45:27,62,58,0.0,88.7133644342,89.0660833333,0.352718899093,281.555860233,281.558888889,0.00302865623377
+2013-07-10 14:51:47,-83,300,0.0,105.556017774,105.502083333,0.0539344408136,17.6693009855,17.6657222222,0.00357876330427
+2013-09-02 00:40:40,89,54,0.0,82.405548789,82.51625,0.110701211026,64.1021412005,64.1056944444,0.00355324385225
+2013-01-16 19:29:05,-59,111,0.0,93.1359471335,93.4663333333,0.330386199762,142.282711057,142.278555556,0.00415550066478
+2013-12-21 19:17:49,51,102,0.0,143.087991228,143.074555556,0.0134356723523,53.7522495728,53.7560555556,0.00380598281433
+2013-09-11 23:24:12,2,218,0.0,29.9753561963,29.9878888889,0.0125326926149,274.947376104,274.947305556,7.05476803091e-05
+2013-12-19 02:21:19,70,57,0.0,110.924823092,110.882861111,0.0419619808209,101.250304571,101.252861111,0.00255653990773
+2013-05-06 15:29:47,-76,17,0.0,101.649504923,101.581305556,0.068199366776,292.999699162,292.996638889,0.00306027332726
+2013-08-25 00:02:45,-77,223,0.0,90.5522409616,91.1994444444,0.647203482768,317.783548757,317.780138889,0.00340986817446
+2013-06-25 03:24:24,-59,222,0.0,111.167151746,111.128277778,0.0388739679271,280.548716171,280.545722222,0.00299394902413
+2013-08-07 15:49:48,-77,89,0.0,116.747992507,116.71625,0.0317425074603,218.040603532,218.036472222,0.00413131015523
+2013-12-18 17:22:57,-19,95,0.0,137.480470772,137.46725,0.0132207723615,184.701012236,184.697222222,0.00379001433694
+2013-11-20 18:49:33,-34,284,0.0,30.053574842,30.0643333333,0.0107584913402,290.357729066,290.353388889,0.00434017677975
+2013-02-20 17:31:36,20,258,0.0,37.8339664165,37.8442777778,0.0103113612899,142.157696046,142.163361111,0.00566506493854
+2013-02-22 23:34:20,51,159,0.0,66.4016716091,66.4366944444,0.0350228353025,146.643615195,146.647861111,0.00424591641143
+2013-05-05 23:50:45,-10,338,0.0,156.275769026,156.272027778,0.00374124800075,288.43637125,288.436361111,1.01393645764e-05
+2013-05-15 01:10:24,9,223,0.0,60.216947303,60.2479722222,0.0310249191842,286.648762672,286.649111111,0.000348438665014
+2013-05-26 11:17:56,38,133,0.0,100.444344123,100.372361111,0.0719830123294,307.542737678,307.545027778,0.0022900999449
+2013-12-26 00:44:26,-32,182,0.0,14.3727366936,14.378,0.00526330637557,303.691193706,303.680722222,0.0104714843686
+2013-10-17 04:21:03,66,221,0.0,106.570347922,106.519944444,0.050403478333,284.582246488,284.584888889,0.00264240105247
+2013-08-02 10:22:44,-50,191,0.0,145.53571163,145.524694444,0.0110171855729,205.610889013,205.60425,0.0066390127862
+2013-04-18 03:32:50,-47,281,0.0,137.886017058,137.872472222,0.0135448357509,219.303918943,219.298888889,0.0050300535554
+2013-04-02 12:35:12,-35,137,0.0,135.97039258,135.957222222,0.0131703582986,235.41377195,235.409611111,0.0041608388668
+2013-06-24 08:34:49,-83,48,0.0,106.470285911,106.419361111,0.050924800008,3.73512198475,3.73172222222,0.0033997625322
+2013-08-24 14:04:53,-45,155,0.0,145.585253229,145.573083333,0.0121698961019,170.156267906,170.150083333,0.00618457339488
+2013-09-07 13:28:52,-52,128,0.0,127.966761881,127.947222222,0.0195396592903,218.074400227,218.07025,0.00415022738613
+2013-07-02 11:20:58,29,198,0.0,127.557981703,127.537055556,0.0209261470758,8.39272829391,8.39694444444,0.0042161505255
+2013-01-18 17:41:32,-18,221,0.0,52.910856027,52.9281388889,0.0172828619199,102.343975351,102.344,2.46493034979e-05
+2013-09-27 07:04:26,29,230,0.0,145.825387677,145.816277778,0.00910989902397,319.006343418,319.011055556,0.00471213770561
+2013-10-08 12:21:33,2,214,0.0,137.428896649,137.41125,0.0176466493887,96.7791923071,96.7786388889,0.000553418196873
+2013-09-05 08:02:32,-16,299,0.0,120.698657125,120.668333333,0.0303237919992,91.6525775824,91.65175,0.000827582378562
+2013-10-03 10:45:08,-31,5,0.0,28.7938542118,28.8015,0.00764578823859,23.1873672838,23.1818333333,0.00553395047428
+2013-04-08 17:02:03,-64,278,0.0,71.5926001141,71.6403611111,0.0477609970206,7.2338830598,7.23016666667,0.00371639312921
+2013-05-03 08:26:59,56,253,0.0,106.245363932,106.191944444,0.053419487619,20.5784596545,20.5817777778,0.00331812329577
+2013-05-14 03:39:41,-32,191,0.0,81.4725138946,81.57525,0.102736105366,298.280559395,298.278972222,0.00158717314497
+2013-04-24 17:08:47,2,172,0.0,109.324252717,109.276555556,0.0476971609897,75.3994657235,75.4001111111,0.000645387600812
+2013-11-21 02:30:09,-22,163,0.0,22.557741007,22.5666388889,0.0088978819456,270.84842588,270.844861111,0.00356476933445
+2013-07-12 13:26:14,-35,313,0.0,62.3119033529,62.3419166667,0.0300133138292,28.2508921709,28.2469444444,0.00394772646042
+2013-12-12 10:29:05,1,282,0.0,98.9081320879,98.8268333333,0.081298754571,113.227426004,113.227111111,0.000314893349753
+2013-02-21 02:17:54,75,1,0.0,113.139061503,113.101805556,0.0372559473767,34.5700245366,34.5746111111,0.00458657454367
+2013-09-02 22:06:24,-34,150,0.0,68.9676435755,69.0064722222,0.0388286466622,64.5582398394,64.5556111111,0.00262872826147
+2013-04-20 10:56:27,-18,138,0.0,124.178858653,124.158527778,0.0203308754921,272.076964204,272.075583333,0.00138087114993
+2013-02-18 16:41:20,51,302,0.0,62.8474706659,62.8790555556,0.0315848896611,189.767237581,189.771833333,0.00459575239245
+2013-10-01 06:53:33,-51,238,0.0,124.042698682,124.019861111,0.0228375707441,199.426950178,199.423305556,0.00364462177129
+2013-12-06 10:37:58,-89,280,0.0,67.5795054124,67.6182777778,0.0387723654179,98.6898186872,98.6870833333,0.00273535389675
+2013-06-19 17:26:31,10,49,0.0,121.029319508,121.00575,0.0235695077195,305.237599699,305.238805556,0.00120585691127
+2013-06-26 14:45:17,-39,333,0.0,63.5897956811,63.6238333333,0.0340376521922,346.060409488,346.057166667,0.00324282062928
+2013-06-15 10:14:32,35,274,0.0,93.1584424663,93.4812777778,0.322835311473,58.2131935744,58.2153888889,0.00219531453399
+2013-11-27 10:48:09,13,265,0.0,113.006783177,112.967194444,0.0395887329826,107.763415551,107.763416667,1.11582340878e-06
+2013-03-01 05:24:23,40,280,0.0,147.48304504,147.472972222,0.0100728177284,356.326180335,356.333861111,0.00768077609689
+2013-01-15 06:54:14,-24,112,0.0,30.7242795118,30.7376111111,0.0133315993419,268.777020393,268.773611111,0.00340928228087
+2013-06-01 07:29:00,-32,18,0.0,71.641826103,71.6879722222,0.0461461191833,47.6384890576,47.6355555556,0.00293350202711
+2013-04-23 20:56:35,21,123,0.0,96.7439056493,96.6721944444,0.0717112049475,73.5090504778,73.5104444444,0.00139396659092
+2013-02-21 03:33:01,80,157,0.0,90.8861827391,91.5793333333,0.693150594223,206.369600724,206.373805556,0.00420483231593
+2013-11-17 08:38:02,16,286,0.0,123.69211921,123.665722222,0.0263969882854,102.534039496,102.534027778,1.17182162285e-05
+2013-11-22 10:46:02,-6,251,0.0,119.122685811,119.091944444,0.0307413672939,117.128574843,117.127027778,0.00154706526946
+2013-02-26 13:36:53,39,169,0.0,148.238287574,148.227222222,0.011065352089,19.0552513577,19.063,0.00774864231427
+2013-08-06 20:36:32,-48,298,0.0,86.7151157524,86.9313611111,0.216245358662,298.943255384,298.940666667,0.00258871678994
+2013-08-24 19:20:07,79,35,0.0,87.8842152808,88.1633888889,0.279173608143,325.178592835,325.182138889,0.00354605402254
+2013-09-21 18:49:39,-17,359,0.0,102.792897862,102.731388889,0.0615089729143,266.49185991,266.490861111,0.000998799419108
+2013-09-20 20:44:41,60,211,0.0,60.5013199238,60.5291111111,0.0277911872892,161.384300173,161.387888889,0.00358871586434
+2013-03-26 09:04:28,1,220,0.0,173.745777275,173.747361111,0.00158383638191,302.171828261,302.189805556,0.0179772948921
+2013-09-07 06:39:21,-81,316,0.0,100.978397032,100.905805556,0.0725914760977,122.549836108,122.546444444,0.0033916643234
+2013-12-16 11:06:07,24,235,0.0,141.136662952,141.121138889,0.0155240630861,97.9545340247,97.9546111111,7.70863613155e-05
+2013-03-10 06:25:46,50,339,0.0,104.10074595121097,104.038583333,0.06216261821096225,79.30768180099801,79.3109722222,0.0032904212019815304
+2013-02-23 15:57:57,-83,83,0.0,85.54818371898389,85.7209166667,0.17273294771611347,220.2833319644751,220.279138889,0.004193075475114938
+2013-03-07 16:31:20,62,257,0.0,72.99598387593869,73.0463055556,0.05032167966130885,140.23003122551165,140.234083333,0.004052107488348611
+2013-06-09 00:46:24,12,263,0.0,89.26661306166744,89.6884444444,0.42183138273256304,293.3956750247827,293.396305556,0.0006305312173253697
+2013-01-06 03:22:15,6,124,0.0,29.258835699915757,29.26775,0.008914300084242655,166.90240018278837,166.91025,0.007849817211621257
+2013-03-19 22:46:47,-68,245,0.0,74.33668340544281,74.3938055556,0.05712215015718414,312.9800030680314,312.976138889,0.003864179031381809
+2013-11-27 13:09:36,-23,348,0.0,8.05250979932758,8.05677777778,0.004267978452419996,281.23606985590175,281.224,0.01206985590175691
+2013-07-24 15:11:40,-79,12,0.0,103.77894417520922,103.719166667,0.059777508209222674,304.4910316611087,304.4875,0.0035316611086955163
+2013-03-26 03:05:33,88,39,0.0,87.71398290383559,87.9813333333,0.2673504294644147,83.88099498773431,83.8847777778,0.003782790065685049
+2013-07-27 12:24:27,-26,168,0.0,170.22260425611054,170.221527778,0.001076478110547896,226.68607822293504,226.666222222,0.019856000935050133
+2013-11-17 18:16:07,-75,51,0.0,83.68404099461699,83.81525,0.13120900538301328,209.5205442284585,209.518222222,0.002322006458513215
+2013-11-18 17:31:02,-73,90,0.0,87.34749564452582,87.5937777778,0.24628213327417825,183.35835394097103,183.355916667,0.0024372739710258884
+2013-12-02 02:52:06,6,271,0.0,135.27447020400862,135.261166667,0.013303537008624744,244.65401567298744,244.653916667,9.900598743683986e-05
+2013-07-25 20:55:20,-61,71,0.0,135.3875306082865,135.369611111,0.01791949728649911,148.0812969886382,148.076805556,0.004491432638189963
+2013-01-06 02:48:39,-88,305,0.0,69.41428689393203,69.4576111111,0.04332421716796375,194.09021690450086,194.086111111,0.00410579350085527
+2013-04-19 18:53:01,-73,54,0.0,117.0466606961045,117.015388889,0.031271807104502614,204.9017019702465,204.897805556,0.0038964142464976703
+2013-11-24 17:14:56,14,46,0.0,130.1661281752837,130.149722222,0.01640595328368022,254.5897582756088,254.590305556,0.0005472803912027757
+2013-09-15 23:18:19,37,120,0.0,71.78769410560578,71.8331388889,0.045444783294215085,100.71043794889209,100.712611111,0.0021731621079084107
+2013-10-11 04:00:34,26,224,0.0,108.78924834426537,108.746166667,0.04308167726537704,271.20484620759106,271.206194444,0.0013482364089441035
+2013-10-07 12:47:09,49,336,0.0,55.24358578428252,55.2663333333,0.022747549017474,168.89104719679472,168.894416667,0.003369470205285552
+2013-07-03 11:49:38,-65,255,0.0,118.55238709965622,118.521166667,0.031220432656212438,96.69640827081162,96.6933333333,0.0030749375116130295
+2013-12-21 20:39:54,-34,72,0.0,118.77505397614298,118.746333333,0.028720643142989388,156.51060879663532,156.507222222,0.003386574635328543
+2013-12-13 10:14:48,-19,197,0.0,137.15601008216674,137.142833333,0.013176749166746049,190.6503360942586,190.646944444,0.003391650258578238
+2013-04-07 11:59:07,-72,161,0.0,113.89828778666735,113.862666667,0.03562111966735415,201.50328485929052,201.499305556,0.003979303290520875
+2013-12-16 00:06:03,-33,206,0.0,26.937039119786753,26.9468888889,0.009849769113245088,283.67884514191115,283.674083333,0.004761808911155185
+2013-01-18 08:58:02,77,126,0.0,107.30346339108796,107.254805556,0.048657835087965395,253.5674534093349,253.571583333,0.00412992366511844
+2013-04-17 02:02:10,33,116,0.0,38.001680639330715,38.0116666667,0.009986027369286887,118.5856809027091,118.589166667,0.003485764290900306
+2013-02-13 06:18:57,-12,340,0.0,105.0839945203387,105.023861111,0.060133409338703814,107.47409372620547,107.472611111,0.001482615205461002
+2013-10-09 05:09:29,3,269,0.0,169.0667783774789,169.066583333,0.000195044478886075,251.93173863667607,251.928444444,0.003294192676065677
+2013-07-14 02:06:48,-31,98,0.0,72.32314286501227,72.3708055556,0.04766269058772821,49.99073289469459,49.9877222222,0.003010672494589528
+2013-06-24 14:25:45,-82,225,0.0,114.46887617130015,114.433333333,0.035542838300159474,95.65979373131779,95.6562777778,0.003515953517791104
+2013-02-07 04:50:40,43,277,0.0,149.83480059633132,149.826972222,0.007828374331324994,332.6177999575767,332.625861111,0.008061153423284395
+2013-05-23 07:15:06,-78,103,0.0,100.4792626930308,100.406444444,0.07281824903080292,329.165427758761,329.162527778,0.0028999807609579875
+2013-10-17 04:29:37,49,98,0.0,59.06311393620741,59.0894166667,0.026302730492588466,167.38696874211496,167.390083333,0.003114590885047619
+2013-12-13 07:37:02,-45,294,0.0,98.26104902553496,98.1811666667,0.07988235883496486,134.8844103836522,134.88175,0.0026603836521985613
+2013-02-16 19:24:02,-3,41,0.0,145.2677773877094,145.260722222,0.0070551657094029,243.71329476974626,243.711027778,0.002266991746267877
+2013-10-11 22:45:43,83,156,0.0,91.21069977818627,91.9187777778,0.7080779996137352,141.13964595444224,141.142527778,0.002881823557743246
+2013-04-20 19:52:48,-86,236,0.0,97.87980571508488,97.8016111111,0.07819460398488332,5.435507694307603,5.43211111111,0.0033965831976026095
+2013-12-07 13:21:07,48,134,0.0,148.44770277303138,148.43925,0.00845277303139369,315.07462728928795,315.078861111,0.004233821712034569
+2013-01-07 19:28:42,-54,202,0.0,47.57854832206457,47.5932777778,0.014729455735427166,67.42118505002702,67.4176388889,0.0035461611270193316
+2013-09-27 02:59:53,-62,123,0.0,60.76419967120215,60.7924166667,0.02821699549784995,11.229735388730319,11.2262222222,0.0035131665303183013
+2013-09-06 14:45:27,62,58,0.0,88.71336443420678,89.0660833333,0.35271889909321885,281.55586023276624,281.558888889,0.003028656233766469
+2013-07-10 14:51:47,-83,300,0.0,105.55601777381364,105.502083333,0.05393444081363441,17.669300985504265,17.6657222222,0.003578763304265209
+2013-09-02 00:40:40,89,54,0.0,82.40554878897375,82.51625,0.11070121102625308,64.10214120054775,64.1056944444,0.003553243852252308
+2013-01-16 19:29:05,-59,111,0.0,93.13594713353818,93.4663333333,0.3303861997618185,142.28271105666477,142.278555556,0.004155500664779765
+2013-12-21 19:17:49,51,102,0.0,143.0879912283523,143.074555556,0.013435672352301253,53.75224957278567,53.7560555556,0.0038059828143275354
+2013-09-11 23:24:12,2,218,0.0,29.97535619628514,29.9878888889,0.01253269261485812,274.9473761036803,274.947305556,7.054768030911873e-05
+2013-12-19 02:21:19,70,57,0.0,110.92482309182094,110.882861111,0.04196198082094327,101.25030457109227,101.252861111,0.002556539907729416
+2013-05-06 15:29:47,-76,17,0.0,101.64950492277599,101.581305556,0.06819936677598548,292.99969916232726,292.996638889,0.00306027332726444
+2013-08-25 00:02:45,-77,223,0.0,90.55224096163208,91.1994444444,0.647203482767921,317.78354875717446,317.780138889,0.003409868174458097
+2013-06-25 03:24:24,-59,222,0.0,111.16715174592713,111.128277778,0.03887396792713105,280.5487161710241,280.545722222,0.0029939490241304156
+2013-08-07 15:49:48,-77,89,0.0,116.74799250746027,116.71625,0.0317425074602653,218.04060353215522,218.036472222,0.004131310155230494
+2013-12-18 17:22:57,-19,95,0.0,137.4804707723615,137.46725,0.01322077236150676,184.70101223633694,184.697222222,0.003790014336942704
+2013-11-20 18:49:33,-34,284,0.0,30.05357484195978,30.0643333333,0.010758491340219223,290.3577290657797,290.353388889,0.004340176779749072
+2013-02-20 17:31:36,20,258,0.0,37.833966416510115,37.8442777778,0.010311361289886634,142.15769604606146,142.163361111,0.005665064938540354
+2013-02-22 23:34:20,51,159,0.0,66.40167160909755,66.4366944444,0.0350228353024562,146.64361519458856,146.647861111,0.004245916411434791
+2013-05-05 23:50:45,-10,338,0.0,156.27576902600075,156.272027778,0.0037412480007503746,288.4363712503646,288.436361111,1.0139364576389198e-05
+2013-05-15 01:10:24,9,223,0.0,60.21694730301577,60.2479722222,0.031024919184226007,286.648762672335,286.649111111,0.00034843866501432785
+2013-05-26 11:17:56,38,133,0.0,100.44434412332936,100.372361111,0.07198301232935478,307.5427376780551,307.545027778,0.002290099944900703
+2013-12-26 00:44:26,-32,182,0.0,14.372736693624432,14.378,0.005263306375567822,303.6911937063686,303.680722222,0.010471484368622441
+2013-10-17 04:21:03,66,221,0.0,106.57034792233301,106.519944444,0.050403478333009843,284.58224648794754,284.584888889,0.0026424010524692676
+2013-08-02 10:22:44,-50,191,0.0,145.53571162957286,145.524694444,0.011017185572853805,205.6108890127862,205.60425,0.006639012786195053
+2013-04-18 03:32:50,-47,281,0.0,137.88601705775088,137.872472222,0.013544835750877837,219.3039189425554,219.298888889,0.005030053555401537
+2013-04-02 12:35:12,-35,137,0.0,135.9703925802986,135.957222222,0.01317035829859492,235.4137719498668,235.409611111,0.004160838866795302
+2013-06-24 08:34:49,-83,48,0.0,106.47028591100796,106.419361111,0.05092480000796229,3.7351219847521975,3.73172222222,0.0033997625321973146
+2013-08-24 14:04:53,-45,155,0.0,145.58525322910194,145.573083333,0.012169896101937638,170.15626790639487,170.150083333,0.00618457339487577
+2013-09-07 13:28:52,-52,128,0.0,127.96676188129027,127.947222222,0.019539659290273903,218.07440022738612,218.07025,0.00415022738613402
+2013-07-02 11:20:58,29,198,0.0,127.55798170307575,127.537055556,0.020926147075755352,8.392728293914502,8.39694444444,0.004216150525499174
+2013-01-18 17:41:32,-18,221,0.0,52.910856026980134,52.9281388889,0.017282861919866832,102.3439753506965,102.344,2.4649303497881192e-05
+2013-09-27 07:04:26,29,230,0.0,145.82538767702397,145.816277778,0.009109899023968637,319.00634341829436,319.011055556,0.0047121377056100755
+2013-10-08 12:21:33,2,214,0.0,137.42889664938866,137.41125,0.017646649388666447,96.77919230709688,96.7786388889,0.0005534181968727125
+2013-09-05 08:02:32,-16,299,0.0,120.6986571249992,120.668333333,0.030323791999194327,91.65257758237857,91.65175,0.000827582378562397
+2013-10-03 10:45:08,-31,5,0.0,28.793854211761413,28.8015,0.007645788238587414,23.18736728377428,23.1818333333,0.005533950474280402
+2013-04-08 17:02:03,-64,278,0.0,71.59260011407939,71.6403611111,0.047760997020617424,7.233883059799211,7.23016666667,0.0037163931292116814
+2013-05-03 08:26:59,56,253,0.0,106.24536393161902,106.191944444,0.05341948761902415,20.57845965450423,20.5817777778,0.0033181232957701923
+2013-05-14 03:39:41,-32,191,0.0,81.47251389463372,81.57525,0.10273610536627586,298.28055939514496,298.278972222,0.001587173144969256
+2013-04-24 17:08:47,2,172,0.0,109.32425271698975,109.276555556,0.04769716098974186,75.39946572349919,75.4001111111,0.0006453876008123416
+2013-11-21 02:30:09,-22,163,0.0,22.5577410069544,22.5666388889,0.008897881945596708,270.84842588033445,270.844861111,0.0035647693344458276
+2013-07-12 13:26:14,-35,313,0.0,62.31190335287077,62.3419166667,0.03001331382922956,28.250892170860425,28.2469444444,0.0039477264604244056
+2013-12-12 10:29:05,1,282,0.0,98.90813208787104,98.8268333333,0.08129875457103708,113.22742600434975,113.227111111,0.00031489334975276506
+2013-02-21 02:17:54,75,1,0.0,113.13906150337671,113.101805556,0.0372559473767069,34.57002453655633,34.5746111111,0.0045865745436657335
+2013-09-02 22:06:24,-34,150,0.0,68.9676435755378,69.0064722222,0.03882864666219632,64.55823983936148,64.5556111111,0.0026287282614703145
+2013-04-20 10:56:27,-18,138,0.0,124.17885865349213,124.158527778,0.02033087549212098,272.07696420414993,272.075583333,0.0013808711499336823
+2013-02-18 16:41:20,51,302,0.0,62.847470665938864,62.8790555556,0.03158488966113282,189.76723758060754,189.771833333,0.004595752392447139
+2013-10-01 06:53:33,-51,238,0.0,124.0426986817441,124.019861111,0.022837570744101754,199.4269501777713,199.423305556,0.003644621771286438
+2013-12-06 10:37:58,-89,280,0.0,67.57950541238215,67.6182777778,0.03877236541785578,98.68981868719675,98.6870833333,0.0027353538967531676
+2013-06-19 17:26:31,10,49,0.0,121.02931950771948,121.00575,0.02356950771947197,305.2375996990887,305.238805556,0.0012058569112696205
+2013-06-26 14:45:17,-39,333,0.0,63.58979568110776,63.6238333333,0.03403765219223942,346.0604094876293,346.057166667,0.0032428206292820505
+2013-06-15 10:14:32,35,274,0.0,93.1584424663265,93.4812777778,0.3228353114734972,58.21319357436602,58.2153888889,0.0021953145339850266
+2013-11-27 10:48:09,13,265,0.0,113.00678317698257,112.967194444,0.03958873298256549,107.76341555117659,107.763416667,1.11582340878158e-06
+2013-03-01 05:24:23,40,280,0.0,147.48304503972844,147.472972222,0.010072817728428163,356.3261803349031,356.333861111,0.00768077609689044
+2013-01-15 06:54:14,-24,112,0.0,30.724279511758127,30.7376111111,0.013331599341874778,268.77702039328085,268.773611111,0.0034092822808702294
+2013-06-01 07:29:00,-32,18,0.0,71.64182610301668,71.6879722222,0.046146119183319456,47.63848905762711,47.6355555556,0.002933502027111956
+2013-04-23 20:56:35,21,123,0.0,96.74390564934754,96.6721944444,0.07171120494753325,73.50905047780907,73.5104444444,0.0013939665909248333
+2013-02-21 03:33:01,80,157,0.0,90.88618273907716,91.5793333333,0.6931505942228426,206.36960072368407,206.373805556,0.0042048323159349366
+2013-11-17 08:38:02,16,286,0.0,123.6921192102854,123.665722222,0.026396988285398493,102.53403949621622,102.534027778,1.1718216228473466e-05
+2013-11-22 10:46:02,-6,251,0.0,119.1226858112939,119.091944444,0.030741367293899202,117.12857484326946,117.127027778,0.0015470652694631326
+2013-02-26 13:36:53,39,169,0.0,148.23828757408901,148.227222222,0.011065352089019598,19.055251357685734,19.063,0.007748642314265197
+2013-08-06 20:36:32,-48,298,0.0,86.71511575243836,86.9313611111,0.21624535866163797,298.94325538378996,298.940666667,0.002588716789944101
+2013-08-24 19:20:07,79,35,0.0,87.88421528075705,88.1633888889,0.2791736081429548,325.17859283497745,325.182138889,0.0035460540225358272
+2013-09-21 18:49:39,-17,359,0.0,102.79289786191428,102.731388889,0.06150897291428237,266.4918599104191,266.490861111,0.0009987994191078542
+2013-09-20 20:44:41,60,211,0.0,60.50131992381076,60.5291111111,0.027791187289238906,161.38430017313567,161.387888889,0.003588715864339065
+2013-03-26 09:04:28,1,220,0.0,173.7457772746181,173.747361111,0.0015838363819113965,302.17182826110786,302.189805556,0.017977294892148166
+2013-09-07 06:39:21,-81,316,0.0,100.9783970320977,100.905805556,0.07259147609769911,122.5498361083234,122.546444444,0.0033916643234022104
+2013-12-16 11:06:07,24,235,0.0,141.13666295208614,141.121138889,0.015524063086132855,97.95453402473868,97.9546111111,7.708636131553703e-05
+2013-04-14 15:29:52,-18,198,0.0,111.50672372604743,111.46347222222222,0.043251503825203486,86.50078014651945,86.5,0.0007801465194461343
+2013-01-26 07:53:32,3,90,0.0,32.937689113627904,32.95177777777778,0.014088664149873864,227.98613320687173,227.98988888888888,0.003755682017157369
+2013-08-18 01:58:41,17,198,0.0,45.14947128534829,45.16902777777778,0.019556492429487093,271.70924862796596,271.71052777777777,0.001279149811807656
+2013-10-10 15:05:12,24,356,0.0,54.0787120119294,54.10322222222222,0.024510210292824297,241.0731402793422,241.0751111111111,0.0019708317689151045
+2013-05-07 22:38:10,20,265,0.0,61.67607317981015,61.70866666666667,0.03259348685651986,279.1218265356674,279.1228611111111,0.0010345754436684729
+2013-07-14 16:18:14,50,337,0.0,42.333277717266995,42.35002777777778,0.016750060510787534,242.7256102818517,242.72941666666668,0.00380638481499318
+2013-06-04 20:03:11,-63,68,0.0,139.06116256963165,139.04555555555555,0.015607014076095993,166.9822823850368,166.97780555555556,0.00447682948123429
+2013-06-02 05:15:15,-11,355,0.0,108.57103083829064,108.52158333333334,0.04944750495729977,70.06819225752957,70.06830555555555,0.00011329802597970229
+2013-10-05 15:01:18,-37,257,0.0,59.23941930381997,59.26405555555556,0.024636251735586256,71.19686738327539,71.19486111111111,0.002006272164280176
+2013-03-20 22:47:40,70,306,0.0,95.26467132247411,95.26130555555555,0.00336576691856294,285.23298718814476,285.2366666666667,0.00367947852191719
+2013-12-10 09:38:00,75,272,0.0,120.14285774050794,120.11513888888888,0.027718851619056295,64.91894774089644,64.92188888888889,0.002941147992444826
+2013-07-22 17:36:32,27,80,0.0,129.93488370445036,129.91730555555554,0.01757814889481324,338.41968674081573,338.4239166666667,0.004229925850950167
+2013-11-07 10:12:36,31,353,0.0,55.330582421971094,55.352694444444445,0.02211202247335109,144.60901924482704,144.61169444444445,0.002675199617414137
+2013-12-12 07:55:42,-6,102,0.0,44.297557893241915,44.31586111111111,0.018303217869195976,242.81534271648076,242.81525000000002,9.271648073649885e-05
+2013-02-09 01:09:42,-14,38,0.0,121.24236917663826,121.21247222222223,0.029896954416031463,117.14869308077596,117.14591666666668,0.0027764141092774253
+2013-08-06 14:38:45,-51,271,0.0,80.68842486170564,80.7795,0.09107513829435732,48.79584963074751,48.79241666666667,0.0034329640808437034
+2013-10-10 20:52:12,-78,302,0.0,80.69760008048789,80.7906111111111,0.09301103062321658,279.98674308194063,279.98386111111114,0.00288197082949182
+2013-02-12 09:34:28,6,354,0.0,49.610155697416786,49.625277777777775,0.015122080360988832,113.5225389656656,113.52483333333333,0.0022943676677300573
+2013-01-12 03:34:31,-65,185,0.0,56.57734540014327,56.602833333333336,0.025487933190063927,291.69139650408016,291.68669444444447,0.004702059635690148
+2013-11-18 14:26:46,-28,64,0.0,92.43825703498635,92.95086111111111,0.5126040761247594,246.22808391592713,246.22702777777778,0.001056138149351682
+2013-12-16 10:44:52,72,226,0.0,128.80971327482973,128.78986111111112,0.019852163718610427,33.94735865595612,33.950694444444444,0.0033357884883216116
+2013-10-16 04:05:10,-1,183,0.0,67.97135666323697,68.0135,0.042143336763018624,260.77573852053797,260.7757222222222,1.6298315756557713e-05
+2013-11-13 11:45:40,-67,193,0.0,94.25356968931465,94.35372222222222,0.10015253290757187,167.29522792213197,167.2926111111111,0.0026168110208573125
+2013-01-17 01:13:10,-44,69,0.0,79.27281391119924,79.35105555555555,0.07824164435631076,108.62091710040875,108.618,0.002917100408751594
+2013-04-18 15:28:35,3,357,0.0,49.53026476169872,49.55244444444444,0.022179682745722573,281.9521640327565,281.9521111111111,5.2921645419701235e-05
+2013-11-06 17:54:55,23,286,0.0,43.27422010940618,43.290749999999996,0.01652989059381582,206.85184833973193,206.85483333333332,0.0029849936013874867
+2013-06-25 17:12:36,17,232,0.0,47.60788203132455,47.622166666666665,0.014284635342114882,73.59359030940624,73.59327777777777,0.0003125316284666724
+2013-12-19 10:14:29,-15,86,0.0,57.188809270431406,57.21627777777778,0.02746850734637718,251.53306008929442,251.53219444444446,0.0008656448499664293
+2013-02-07 06:53:57,51,165,0.0,98.75233869478294,98.67597222222223,0.07636647256070717,256.4712238659591,256.4745277777777,0.0033039118186479755
+2013-06-16 12:40:18,60,274,0.0,62.99779632200722,63.02752777777778,0.029731455770559023,89.5237173554221,89.52674999999999,0.003032644577899646
+2013-04-24 07:08:34,-12,230,0.0,158.13011802308446,158.12697222222224,0.003145800862228043,274.882780263594,274.8811111111111,0.0016691524828615911
+2013-04-07 11:51:41,49,66,0.0,67.41790840838986,67.45847222222223,0.04056381383236385,253.93843346916503,253.94141666666667,0.0029831975016350043
+2013-06-19 22:33:09,21,337,0.0,117.57020582244034,117.54230555555556,0.027900266884785196,312.8820087915443,312.884,0.001991208455706328
+2013-04-17 12:59:24,-36,90,0.0,108.3482929310609,108.30422222222222,0.04407070883867448,270.01381286341166,270.0116111111111,0.002201752300550197
+2013-12-18 22:31:42,44,331,0.0,134.25480613728,134.24041666666665,0.014389470613366484,279.7611469484005,279.7635,0.002353051599527589
+2013-05-08 19:59:18,56,286,0.0,52.206601719628026,52.228972222222225,0.022370502594199593,241.55605985301546,241.5592777777778,0.003217924762338953
+2013-05-07 04:08:03,-76,334,0.0,117.83313722009032,117.80175,0.03138722009032335,139.5114935370117,139.5081111111111,0.003382425900582575
+2013-06-15 21:28:30,-49,169,0.0,84.3500496118953,84.49175,0.1417003881046952,44.143979311040425,44.14083333333333,0.003145977707092129
+2013-07-19 22:28:59,-12,0,0.0,155.1291082130576,155.12525,0.0038582130576116924,293.5631248853743,293.56325000000004,0.0001251146257459368
+2013-02-03 04:20:37,-9,180,0.0,60.41268256097716,60.44499999999999,0.03231743902283313,256.091883055712,256.0913611111111,0.0005219446009050444
+2013-07-12 01:51:58,-55,307,0.0,141.53001093622984,141.5175277777778,0.012483158452056387,221.52416081441905,221.51830555555557,0.00585525886347682
+2013-07-16 16:27:57,-81,195,0.0,112.5101493332111,112.47127777777779,0.03887155543331744,95.95500247044424,95.95147222222222,0.0035302482220203046
+2013-10-19 23:23:26,5,140,0.0,47.67505966588453,47.690305555555554,0.015245889671021473,108.81427693276385,108.81563888888888,0.0013619561250379775
+2013-05-01 08:53:53,14,226,0.0,150.8385242629189,150.82999999999998,0.008524262918911063,0.40160569252680034,0.40850000000000003,0.00689430747319969
+2013-02-13 01:33:02,-72,139,0.0,59.99224624514757,60.01886111111111,0.02661486596353768,24.075995432805144,24.071305555555554,0.004689877249589358
+2013-08-23 17:01:21,1,197,0.0,87.8570243276001,88.13061111111111,0.27358678351100707,78.80985897834944,78.80991666666667,5.7688317227189145e-05
+2013-08-02 09:10:12,29,123,0.0,72.11176879699505,72.16386111111112,0.05209231411606652,280.7322748219681,280.7339166666667,0.0016418446986108393
+2013-06-23 21:15:36,-54,306,0.0,105.60367293467496,105.55111111111111,0.052561823563848975,288.58569371325444,288.5831111111111,0.0025826021433204005
+2013-02-26 22:55:39,34,270,0.0,79.00858538296191,79.0911111111111,0.0825257281491929,251.99721908345492,251.9997222222222,0.0025031387672811434
+2013-01-05 13:34:02,-71,200,0.0,81.87411006004444,81.97869444444444,0.10458438439999895,141.27589442099105,141.2718888888889,0.004005532102155485
+2013-11-25 23:11:29,-26,7,0.0,133.06417342625875,133.04830555555554,0.015867870703203835,182.46022530956867,182.45680555555555,0.0034197540131231108
+2013-08-27 22:09:17,-85,3,0.0,104.33872894258928,104.27963888888888,0.05909005370040177,205.46845144374925,205.46480555555556,0.0036458881936880516
+2013-07-22 04:34:42,27,214,0.0,89.70415619570586,90.1945,0.4903438042941417,292.95448576345217,292.9561111111111,0.0016253476589440652
+2013-05-15 22:10:18,-70,352,0.0,125.00958199424221,124.98661111111112,0.02297088313109441,220.8136833137108,220.8096666666667,0.004016647044124966
+2013-02-26 13:28:21,-81,349,0.0,72.51400611346597,72.56388888888888,0.049882775422915415,351.8328905853922,351.82852777777777,0.004362807614427311
+2013-03-24 15:06:01,-62,23,0.0,81.23232220212418,81.33163888888889,0.09931668676470906,290.40673058161246,290.40327777777776,0.0034528038347048096
+2013-05-21 02:33:01,-90,320,0.0,110.23853725223988,110.19516666666667,0.04337058557321427,180.8881310284885,180.8848888888889,0.0032421395995925195
+2013-10-06 02:20:08,7,202,0.0,61.0534553080053,61.08519444444445,0.03173913643914972,260.16466550438037,260.16516666666666,0.0005011622862980403
+2013-11-26 10:51:22,42,128,0.0,121.50411708211857,121.48011111111111,0.02400597100745472,269.1758026024174,269.17758333333336,0.0017807309159820761
+2013-08-14 06:44:02,16,266,0.0,149.18090054368025,149.17102777777777,0.00987276590248598,11.084424560926948,11.0915,0.007075439073052081
+2013-02-21 17:24:40,-17,237,0.0,44.34170372756274,44.35333333333333,0.011629605770593798,87.42499432496925,87.42408333333334,0.000910991635905134
+2013-09-06 05:37:07,-12,260,0.0,163.8773324603819,163.87583333333333,0.001499127048560922,250.93073854766436,250.92505555555556,0.005682992108802409
+2013-10-25 03:30:10,-75,87,0.0,65.99041871715053,66.02530555555555,0.03488683840501494,39.51028322316313,39.5075,0.002783223163127957
+2013-11-13 03:14:44,-44,52,0.0,67.19208979108345,67.22797222222222,0.03588243113877354,93.43847134857486,93.43688888888889,0.0015824596859772555
+2013-05-23 16:36:53,84,212,0.0,68.13145452921756,68.17091666666667,0.03946213744910665,99.73422187676891,99.73744444444445,0.00322256767553597
+2013-07-10 11:01:34,61,137,0.0,84.201975106228,84.34277777777777,0.1408026715497641,307.1277260558567,307.1309444444444,0.0032183885876975182
+2013-01-11 19:07:07,25,112,0.0,146.2141503622375,146.19933333333333,0.014817028904161589,92.07493003314971,92.07591666666666,0.0009866335169448348
+2013-01-07 00:39:35,15,40,0.0,133.81661389100304,133.79602777777777,0.020586113225277813,106.7969640644065,106.79627777777777,0.0006862866287207225
+2013-07-09 06:58:32,8,88,0.0,17.99182286737664,17.999694444444444,0.00787157706780306,323.98347218902853,323.97669444444443,0.006777744584098855
+2013-12-15 09:56:02,86,91,0.0,111.35230299430461,111.31194444444444,0.04035854986017284,239.7842303482906,239.78694444444443,0.002714096153823675
+2013-07-13 03:17:19,76,296,0.0,81.58215424185084,81.68294444444444,0.1007902025936005,344.9110536306314,344.9145555555555,0.0035019249241372563
+2013-11-01 00:54:32,72,211,0.0,91.57823365336529,92.26311111111112,0.6848774577458272,226.76411109561624,226.7666111111111,0.0025000154948600084
+2013-08-21 04:31:25,-83,219,0.0,103.97489724763501,103.91502777777778,0.05986946985723307,255.49890763683885,255.49516666666665,0.003740970172202651
+2013-05-27 08:52:05,-34,350,0.0,76.91494932465032,76.98013888888889,0.06518956423856537,52.6558746926093,52.653166666666664,0.0027080259426384146
+2013-02-09 01:55:57,28,108,0.0,62.03571627952846,62.06294444444444,0.027228164915982234,127.3307898487381,127.33422222222222,0.0034323734841166242
+2013-10-09 06:10:18,-20,143,0.0,58.492475229003574,58.52122222222222,0.02874699321864682,274.88220155137475,274.8808888888889,0.0013126624858728064
+2013-08-09 14:48:23,-76,262,0.0,97.91963717571598,97.84047222222222,0.07916495349375907,54.8411063991835,54.837500000000006,0.003606399183496478
+2013-01-18 08:03:37,-55,350,0.0,62.892089820761164,62.92069444444444,0.028604623683278874,87.41526591630918,87.41194444444444,0.003321471864737191
+2013-03-04 13:20:33,-39,227,0.0,105.57152090695915,105.51408333333333,0.05743757362581903,111.71928243441437,111.71625,0.0030324344143650706
+2013-09-04 05:08:09,26,73,0.0,34.012854571265486,34.02088888888889,0.00803431762340523,118.42620659364286,118.42975,0.0035434063571386787
+2013-01-08 02:44:09,82,267,0.0,116.84242262071021,116.81205555555556,0.03036706515464971,303.3773895278038,303.38166666666666,0.004277138862846641
+2013-02-20 20:37:04,45,343,0.0,110.83277044316895,110.79463888888888,0.038131554280070645,275.7793529305448,275.78249999999997,0.003147069455167184
+2013-05-04 10:41:23,31,112,0.0,84.28056692644135,84.42444444444445,0.14387751800309445,285.41991581700375,285.4215555555556,0.0016397385518303054
+2013-03-17 06:50:33,30,135,0.0,61.36028178213283,61.39272222222222,0.03244044008938829,249.8942789666924,249.89680555555555,0.0025265888631338385
+2013-08-13 06:34:51,-53,154,0.0,90.33453125293455,90.94286111111111,0.6083298581765604,293.39169035573303,293.3889722222222,0.0027181335108252824
+2013-07-14 19:26:28,17,227,0.0,22.03127942644157,22.034555555555556,0.0032761291139848936,74.4144575198631,74.41191666666667,0.0025408531964359327
+2013-12-09 14:04:34,20,256,0.0,81.31340092315192,81.40969444444445,0.09629352129253732,118.23802964294032,118.23927777777777,0.0012481348374535628
+2013-01-12 12:30:48,70,269,0.0,108.70366467029412,108.65627777777779,0.04738689251632877,101.91991105943782,101.9238888888889,0.003977829451073944
+2013-07-17 07:58:41,-24,58,0.0,45.285064112027335,45.30208333333333,0.017019221305993426,5.082777371210341,5.078055555555555,0.004721815654785466
+2013-09-09 01:38:49,29,343,0.0,144.77868262574876,144.76666666666668,0.012015959082077643,14.514075697320436,14.51988888888889,0.005813191568453391
+2013-03-13 20:55:39,-23,200,0.0,34.251143273570904,34.259,0.007856726429096739,57.62018918501798,57.616055555555555,0.004133629462423016
+2013-08-11 00:03:54,-86,163,0.0,101.52820026214187,101.45902777777778,0.0691724843640884,17.058846180415344,17.055222222222223,0.0036239581931205578
+2013-03-25 10:44:33,27,147,0.0,121.0940619577535,121.07086111111111,0.02320084664238209,290.6028634154317,290.60530555555556,0.0024421401238328144
+2013-12-22 21:52:35,58,170,0.0,88.17923618857222,88.47969444444445,0.3004582558722291,142.4792615181746,142.4816111111111,0.002349592936496947
+2013-09-24 01:38:19,53,70,0.0,86.24409569260887,86.43708333333333,0.19298764072446772,95.52411517962173,95.52663888888888,0.0025237092671517303
+2013-05-13 19:08:59,-6,158,0.0,95.56045011738867,95.5291388888889,0.0313112284997743,71.85430762812655,71.85416666666666,0.00014096145989128672
+2013-11-08 14:27:29,-58,108,0.0,101.06300445045034,100.993,0.07000445045034098,210.23556606874791,210.23325,0.0023160687479162334
+2013-10-22 01:36:43,47,125,0.0,62.812173648249995,62.84238888888889,0.03021524063889558,150.0054352705717,150.00816666666665,0.002731396094958427
+2013-11-23 22:45:11,-81,137,0.0,64.93790204591627,64.97122222222222,0.03332017630594919,61.62745249646355,61.624805555555554,0.0026469409079936668
+2013-11-22 17:42:59,-10,287,0.0,18.66827144668784,18.67625,0.00797855331216013,234.76084712405006,234.76219444444445,0.0013473203943874523

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list