From 9d879e314725e95db3774df4dc36ae6244df24ea Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:09:22 +0100 Subject: [PATCH 1/6] Move files only used in tests to `pvlib/tests/data` --- .gitignore | 5 +- pvlib/tests/conftest.py | 3 +- pvlib/{ => tests}/data/BIRD_08_16_2012.csv | 0 .../{ => tests}/data/BIRD_08_16_2012_patm.csv | 0 ...021 Lat_44_465 Lon_-73_205 TMY3 format.csv | 0 ...103 Lat_44_4675 Lon_-73_2075 SA format.csv | 0 ... Year Lat_44_465 Lon_-73_205 SA format.csv | 0 ...CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND | 0 .../data/CRNS0101-05-2019-AZ_Tucson_11_W.txt | 0 pvlib/{ => tests}/data/CRN_with_problems.txt | 0 pvlib/{ => tests}/data/ET-M772BH550GL.PAN | 0 .../data/NLD_Amsterdam062400_IWEC.epw | 0 pvlib/{ => tests}/data/PVsyst_demo.csv | 0 pvlib/{ => tests}/data/PVsyst_demo_model.csv | 0 pvlib/{ => tests}/data/SRML-day-EUPO1801.txt | 0 pvlib/{ => tests}/data/abq19056.dat | 0 .../data/bishop88_numerical_precision.csv | 0 .../{ => tests}/data/bsrn-lr0100-pay0616.dat | 0 pvlib/{ => tests}/data/bsrn-pay0616.dat.gz | Bin .../data/cams_mcclear_1min_verbose.csv | 0 .../{ => tests}/data/cams_mcclear_monthly.csv | 0 .../data/cams_radiation_1min_verbose.csv | 0 .../data/cams_radiation_monthly.csv | 0 .../{ => tests}/data/detect_clearsky_data.csv | 0 .../data/detect_clearsky_threshold_data.csv | 0 .../data/greensboro_kimber_soil_manwash.dat | 0 .../data/greensboro_kimber_soil_nowash.dat | 0 .../data/inverter_fit_snl_meas.csv | 0 .../{ => tests}/data/inverter_fit_snl_sim.csv | 0 pvlib/{ => tests}/data/ivtools_numdiff.csv | 0 pvlib/{ => tests}/data/midc_20181014.txt | 0 pvlib/{ => tests}/data/midc_raw_20181018.txt | 0 .../data/midc_raw_short_header_20191115.txt | 2880 ++++++++--------- pvlib/{ => tests}/data/msn19056.dat | 0 .../{ => tests}/data/precise_iv_curves1.json | 0 .../{ => tests}/data/precise_iv_curves2.json | 0 .../precise_iv_curves_parameter_sets1.csv | 66 +- .../precise_iv_curves_parameter_sets2.csv | 66 +- ...00_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json | 0 ...s_45.000_8.000_SA_30deg_0deg_2016_2016.csv | 0 pvlib/{ => tests}/data/pvgis_tmy_meta.json | 0 pvlib/{ => tests}/data/pvgis_tmy_test.dat | 0 .../data/pvwatts_8760_rackmount.csv | 0 .../data/pvwatts_8760_roofmount.csv | 0 .../data/singleaxis_tracker_wslope.csv | 0 .../data/spectrl2_example_spectra.csv | 0 pvlib/{ => tests}/data/surfrad-slv16001.dat | 0 pvlib/{ => tests}/data/test_psm3_2017.csv | 0 .../{ => tests}/data/test_psm3_2019_5min.csv | 0 pvlib/{ => tests}/data/test_psm3_tmy-2017.csv | 0 pvlib/{ => tests}/data/test_read_psm3.csv | 0 .../data/test_read_pvgis_horizon.csv | 0 .../data/tmy_45.000_8.000_2005_2020.csv | 0 .../data/tmy_45.000_8.000_2005_2020.epw | 0 .../data/tmy_45.000_8.000_2005_2020.json | 0 .../data/tmy_45.000_8.000_2005_2020.txt | 0 .../data/tmy_45.000_8.000_userhorizon.json | 0 pvlib/tests/iotools/test_bsrn.py | 10 +- pvlib/tests/iotools/test_crn.py | 6 +- pvlib/tests/iotools/test_epw.py | 4 +- pvlib/tests/iotools/test_midc.py | 8 +- pvlib/tests/iotools/test_panond.py | 6 +- pvlib/tests/iotools/test_psm3.py | 10 +- pvlib/tests/iotools/test_pvgis.py | 24 +- pvlib/tests/iotools/test_sodapro.py | 10 +- pvlib/tests/iotools/test_solaranywhere.py | 6 +- pvlib/tests/iotools/test_solrad.py | 6 +- pvlib/tests/iotools/test_srml.py | 4 +- pvlib/tests/iotools/test_surfrad.py | 4 +- pvlib/tests/iotools/test_tmy.py | 10 +- pvlib/tests/ivtools/test_sdm.py | 6 +- pvlib/tests/ivtools/test_utils.py | 4 +- pvlib/tests/spectrum/conftest.py | 4 +- pvlib/tests/test_clearsky.py | 10 +- pvlib/tests/test_inverter.py | 6 +- pvlib/tests/test_numerical_precision.py | 4 +- pvlib/tests/test_singlediode.py | 10 +- pvlib/tests/test_soiling.py | 8 +- pvlib/tests/test_temperature.py | 4 +- pvlib/tests/test_tracking.py | 4 +- 80 files changed, 1595 insertions(+), 1593 deletions(-) rename pvlib/{ => tests}/data/BIRD_08_16_2012.csv (100%) rename pvlib/{ => tests}/data/BIRD_08_16_2012_patm.csv (100%) rename pvlib/{ => tests}/data/Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv (100%) rename pvlib/{ => tests}/data/Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv (100%) rename pvlib/{ => tests}/data/Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv (100%) rename pvlib/{ => tests}/data/CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND (100%) rename pvlib/{ => tests}/data/CRNS0101-05-2019-AZ_Tucson_11_W.txt (100%) rename pvlib/{ => tests}/data/CRN_with_problems.txt (100%) rename pvlib/{ => tests}/data/ET-M772BH550GL.PAN (100%) rename pvlib/{ => tests}/data/NLD_Amsterdam062400_IWEC.epw (100%) rename pvlib/{ => tests}/data/PVsyst_demo.csv (100%) rename pvlib/{ => tests}/data/PVsyst_demo_model.csv (100%) rename pvlib/{ => tests}/data/SRML-day-EUPO1801.txt (100%) rename pvlib/{ => tests}/data/abq19056.dat (100%) rename pvlib/{ => tests}/data/bishop88_numerical_precision.csv (100%) rename pvlib/{ => tests}/data/bsrn-lr0100-pay0616.dat (100%) rename pvlib/{ => tests}/data/bsrn-pay0616.dat.gz (100%) rename pvlib/{ => tests}/data/cams_mcclear_1min_verbose.csv (100%) rename pvlib/{ => tests}/data/cams_mcclear_monthly.csv (100%) rename pvlib/{ => tests}/data/cams_radiation_1min_verbose.csv (100%) rename pvlib/{ => tests}/data/cams_radiation_monthly.csv (100%) rename pvlib/{ => tests}/data/detect_clearsky_data.csv (100%) rename pvlib/{ => tests}/data/detect_clearsky_threshold_data.csv (100%) rename pvlib/{ => tests}/data/greensboro_kimber_soil_manwash.dat (100%) rename pvlib/{ => tests}/data/greensboro_kimber_soil_nowash.dat (100%) rename pvlib/{ => tests}/data/inverter_fit_snl_meas.csv (100%) rename pvlib/{ => tests}/data/inverter_fit_snl_sim.csv (100%) rename pvlib/{ => tests}/data/ivtools_numdiff.csv (100%) rename pvlib/{ => tests}/data/midc_20181014.txt (100%) rename pvlib/{ => tests}/data/midc_raw_20181018.txt (100%) rename pvlib/{ => tests}/data/midc_raw_short_header_20191115.txt (99%) rename pvlib/{ => tests}/data/msn19056.dat (100%) rename pvlib/{ => tests}/data/precise_iv_curves1.json (100%) rename pvlib/{ => tests}/data/precise_iv_curves2.json (100%) rename pvlib/{ => tests}/data/precise_iv_curves_parameter_sets1.csv (96%) rename pvlib/{ => tests}/data/precise_iv_curves_parameter_sets2.csv (96%) rename pvlib/{ => tests}/data/pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json (100%) rename pvlib/{ => tests}/data/pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv (100%) rename pvlib/{ => tests}/data/pvgis_tmy_meta.json (100%) rename pvlib/{ => tests}/data/pvgis_tmy_test.dat (100%) rename pvlib/{ => tests}/data/pvwatts_8760_rackmount.csv (100%) rename pvlib/{ => tests}/data/pvwatts_8760_roofmount.csv (100%) rename pvlib/{ => tests}/data/singleaxis_tracker_wslope.csv (100%) rename pvlib/{ => tests}/data/spectrl2_example_spectra.csv (100%) rename pvlib/{ => tests}/data/surfrad-slv16001.dat (100%) rename pvlib/{ => tests}/data/test_psm3_2017.csv (100%) rename pvlib/{ => tests}/data/test_psm3_2019_5min.csv (100%) rename pvlib/{ => tests}/data/test_psm3_tmy-2017.csv (100%) rename pvlib/{ => tests}/data/test_read_psm3.csv (100%) rename pvlib/{ => tests}/data/test_read_pvgis_horizon.csv (100%) rename pvlib/{ => tests}/data/tmy_45.000_8.000_2005_2020.csv (100%) rename pvlib/{ => tests}/data/tmy_45.000_8.000_2005_2020.epw (100%) rename pvlib/{ => tests}/data/tmy_45.000_8.000_2005_2020.json (100%) rename pvlib/{ => tests}/data/tmy_45.000_8.000_2005_2020.txt (100%) rename pvlib/{ => tests}/data/tmy_45.000_8.000_userhorizon.json (100%) diff --git a/.gitignore b/.gitignore index 21c8d5a998..ce18e3d1e2 100644 --- a/.gitignore +++ b/.gitignore @@ -82,8 +82,9 @@ coverage.xml # Datafiles *.csv -# Ignore some csv -!pvlib/data/*.csv +# Do not exclude data directories +!pvlib/data/** +!pvlib/tests/data/** # vi *.swp diff --git a/pvlib/tests/conftest.py b/pvlib/tests/conftest.py index 21ee60f17b..428e7b54f3 100644 --- a/pvlib/tests/conftest.py +++ b/pvlib/tests/conftest.py @@ -70,7 +70,8 @@ def assert_frame_equal(left, right, **kwargs): # commonly used directories in the tests TEST_DIR = Path(__file__).parent -DATA_DIR = TEST_DIR.parent / 'data' +PVLIB_DATA_DIR = TEST_DIR.parent / 'data' +TESTS_DATA_DIR = TEST_DIR / 'data' # pytest-rerunfailures variables diff --git a/pvlib/data/BIRD_08_16_2012.csv b/pvlib/tests/data/BIRD_08_16_2012.csv similarity index 100% rename from pvlib/data/BIRD_08_16_2012.csv rename to pvlib/tests/data/BIRD_08_16_2012.csv diff --git a/pvlib/data/BIRD_08_16_2012_patm.csv b/pvlib/tests/data/BIRD_08_16_2012_patm.csv similarity index 100% rename from pvlib/data/BIRD_08_16_2012_patm.csv rename to pvlib/tests/data/BIRD_08_16_2012_patm.csv diff --git a/pvlib/data/Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv b/pvlib/tests/data/Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv similarity index 100% rename from pvlib/data/Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv rename to pvlib/tests/data/Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv diff --git a/pvlib/data/Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv b/pvlib/tests/data/Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv similarity index 100% rename from pvlib/data/Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv rename to pvlib/tests/data/Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv diff --git a/pvlib/data/Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv b/pvlib/tests/data/Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv similarity index 100% rename from pvlib/data/Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv rename to pvlib/tests/data/Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv diff --git a/pvlib/data/CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND b/pvlib/tests/data/CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND similarity index 100% rename from pvlib/data/CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND rename to pvlib/tests/data/CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND diff --git a/pvlib/data/CRNS0101-05-2019-AZ_Tucson_11_W.txt b/pvlib/tests/data/CRNS0101-05-2019-AZ_Tucson_11_W.txt similarity index 100% rename from pvlib/data/CRNS0101-05-2019-AZ_Tucson_11_W.txt rename to pvlib/tests/data/CRNS0101-05-2019-AZ_Tucson_11_W.txt diff --git a/pvlib/data/CRN_with_problems.txt b/pvlib/tests/data/CRN_with_problems.txt similarity index 100% rename from pvlib/data/CRN_with_problems.txt rename to pvlib/tests/data/CRN_with_problems.txt diff --git a/pvlib/data/ET-M772BH550GL.PAN b/pvlib/tests/data/ET-M772BH550GL.PAN similarity index 100% rename from pvlib/data/ET-M772BH550GL.PAN rename to pvlib/tests/data/ET-M772BH550GL.PAN diff --git a/pvlib/data/NLD_Amsterdam062400_IWEC.epw b/pvlib/tests/data/NLD_Amsterdam062400_IWEC.epw similarity index 100% rename from pvlib/data/NLD_Amsterdam062400_IWEC.epw rename to pvlib/tests/data/NLD_Amsterdam062400_IWEC.epw diff --git a/pvlib/data/PVsyst_demo.csv b/pvlib/tests/data/PVsyst_demo.csv similarity index 100% rename from pvlib/data/PVsyst_demo.csv rename to pvlib/tests/data/PVsyst_demo.csv diff --git a/pvlib/data/PVsyst_demo_model.csv b/pvlib/tests/data/PVsyst_demo_model.csv similarity index 100% rename from pvlib/data/PVsyst_demo_model.csv rename to pvlib/tests/data/PVsyst_demo_model.csv diff --git a/pvlib/data/SRML-day-EUPO1801.txt b/pvlib/tests/data/SRML-day-EUPO1801.txt similarity index 100% rename from pvlib/data/SRML-day-EUPO1801.txt rename to pvlib/tests/data/SRML-day-EUPO1801.txt diff --git a/pvlib/data/abq19056.dat b/pvlib/tests/data/abq19056.dat similarity index 100% rename from pvlib/data/abq19056.dat rename to pvlib/tests/data/abq19056.dat diff --git a/pvlib/data/bishop88_numerical_precision.csv b/pvlib/tests/data/bishop88_numerical_precision.csv similarity index 100% rename from pvlib/data/bishop88_numerical_precision.csv rename to pvlib/tests/data/bishop88_numerical_precision.csv diff --git a/pvlib/data/bsrn-lr0100-pay0616.dat b/pvlib/tests/data/bsrn-lr0100-pay0616.dat similarity index 100% rename from pvlib/data/bsrn-lr0100-pay0616.dat rename to pvlib/tests/data/bsrn-lr0100-pay0616.dat diff --git a/pvlib/data/bsrn-pay0616.dat.gz b/pvlib/tests/data/bsrn-pay0616.dat.gz similarity index 100% rename from pvlib/data/bsrn-pay0616.dat.gz rename to pvlib/tests/data/bsrn-pay0616.dat.gz diff --git a/pvlib/data/cams_mcclear_1min_verbose.csv b/pvlib/tests/data/cams_mcclear_1min_verbose.csv similarity index 100% rename from pvlib/data/cams_mcclear_1min_verbose.csv rename to pvlib/tests/data/cams_mcclear_1min_verbose.csv diff --git a/pvlib/data/cams_mcclear_monthly.csv b/pvlib/tests/data/cams_mcclear_monthly.csv similarity index 100% rename from pvlib/data/cams_mcclear_monthly.csv rename to pvlib/tests/data/cams_mcclear_monthly.csv diff --git a/pvlib/data/cams_radiation_1min_verbose.csv b/pvlib/tests/data/cams_radiation_1min_verbose.csv similarity index 100% rename from pvlib/data/cams_radiation_1min_verbose.csv rename to pvlib/tests/data/cams_radiation_1min_verbose.csv diff --git a/pvlib/data/cams_radiation_monthly.csv b/pvlib/tests/data/cams_radiation_monthly.csv similarity index 100% rename from pvlib/data/cams_radiation_monthly.csv rename to pvlib/tests/data/cams_radiation_monthly.csv diff --git a/pvlib/data/detect_clearsky_data.csv b/pvlib/tests/data/detect_clearsky_data.csv similarity index 100% rename from pvlib/data/detect_clearsky_data.csv rename to pvlib/tests/data/detect_clearsky_data.csv diff --git a/pvlib/data/detect_clearsky_threshold_data.csv b/pvlib/tests/data/detect_clearsky_threshold_data.csv similarity index 100% rename from pvlib/data/detect_clearsky_threshold_data.csv rename to pvlib/tests/data/detect_clearsky_threshold_data.csv diff --git a/pvlib/data/greensboro_kimber_soil_manwash.dat b/pvlib/tests/data/greensboro_kimber_soil_manwash.dat similarity index 100% rename from pvlib/data/greensboro_kimber_soil_manwash.dat rename to pvlib/tests/data/greensboro_kimber_soil_manwash.dat diff --git a/pvlib/data/greensboro_kimber_soil_nowash.dat b/pvlib/tests/data/greensboro_kimber_soil_nowash.dat similarity index 100% rename from pvlib/data/greensboro_kimber_soil_nowash.dat rename to pvlib/tests/data/greensboro_kimber_soil_nowash.dat diff --git a/pvlib/data/inverter_fit_snl_meas.csv b/pvlib/tests/data/inverter_fit_snl_meas.csv similarity index 100% rename from pvlib/data/inverter_fit_snl_meas.csv rename to pvlib/tests/data/inverter_fit_snl_meas.csv diff --git a/pvlib/data/inverter_fit_snl_sim.csv b/pvlib/tests/data/inverter_fit_snl_sim.csv similarity index 100% rename from pvlib/data/inverter_fit_snl_sim.csv rename to pvlib/tests/data/inverter_fit_snl_sim.csv diff --git a/pvlib/data/ivtools_numdiff.csv b/pvlib/tests/data/ivtools_numdiff.csv similarity index 100% rename from pvlib/data/ivtools_numdiff.csv rename to pvlib/tests/data/ivtools_numdiff.csv diff --git a/pvlib/data/midc_20181014.txt b/pvlib/tests/data/midc_20181014.txt similarity index 100% rename from pvlib/data/midc_20181014.txt rename to pvlib/tests/data/midc_20181014.txt diff --git a/pvlib/data/midc_raw_20181018.txt b/pvlib/tests/data/midc_raw_20181018.txt similarity index 100% rename from pvlib/data/midc_raw_20181018.txt rename to pvlib/tests/data/midc_raw_20181018.txt diff --git a/pvlib/data/midc_raw_short_header_20191115.txt b/pvlib/tests/data/midc_raw_short_header_20191115.txt similarity index 99% rename from pvlib/data/midc_raw_short_header_20191115.txt rename to pvlib/tests/data/midc_raw_short_header_20191115.txt index cb6972dc2e..2c1569c57b 100644 --- a/pvlib/data/midc_raw_short_header_20191115.txt +++ b/pvlib/tests/data/midc_raw_short_header_20191115.txt @@ -1,1441 +1,1441 @@ ,Year,DOY,CST,CR1000 Battery [VDC],Direct Normal [W/m^2],Direct (stdev) [W/m^2],CHP1 Temp [deg C],CHP1 Temp (stdev) [deg C],Global Horizontal [W/m^2],Global (stdev) [W/m^2],Diffuse Horizontal [W/m^2],Diffuse (stdev) [W/m^2],CR1000 Temp [deg C],Downwelling IR [W/m^2],IR (stdev) [W/m^2],Pyrgeometer Net [W/m^2],Net (stdev) [W/m^2],CGR3 Temp [deg C],CGR3 Temp (stdev) [deg C] -0,2019,319,0,13.52,0,0,13.81,0.013,-1.04992,0.102,-0.710553,0,14.23,358.3,0.082,-8.33,0.088,10.41,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1,13.5,0,0,13.82,0.013,-1.08379,0.135,-0.710553,0,14.23,358.3,0.084,-8.29,0,10.42,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2,13.52,0,0,13.83,0.013,-1.07250,0.126,-0.710553,0,14.23,358.4,0.124,-8.29,0,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,3,13.52,0,0,13.82,0.014,-1.15153,0.166,-0.710553,0,14.23,358.4,0.123,-8.29,0,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,4,13.02,0,0,13.83,0.013,-1.16282,0.168,-0.769765,0.132,14.23,358.3,0.041,-8.29,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,5,13.51,0,0,13.82,0.013,-1.17411,0.169,-0.793450,0.15,14.23,358.3,0.041,-8.29,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,6,13.51,0,0,13.83,0.013,-1.11766,0.155,-0.710553,0,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,7,13.52,0,0,13.82,0.014,-1.12895,0.16,-0.710553,0,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,8,13.53,0,0,13.82,0.014,-1.08379,0.135,-0.757923,0.121,14.23,358.5,0.11,-8.1,0.11,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,9,13.52,0,0,13.81,0.012,-1.06121,0.115,-0.734238,0.089,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,10,13,0,0,13.81,0.012,-1.09508,0.143,-0.722395,0.064,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,11,13.5,0,0,13.81,0.009,-1.09508,0.143,-0.710553,0,14.23,358.2,0.125,-8.39,0.125,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,12,13.53,0,0,13.81,0.005,-1.18540,0.169,-0.746080,0.107,14.23,358,0.047,-8.56,0.047,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,13,13.53,0,0,13.81,0.005,-1.12895,0.16,-0.746080,0.107,14.23,358,0,-8.55,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,14,13.49,0,0,13.81,0,-1.15153,0.166,-0.734238,0.089,14.22,358,0.078,-8.58,0.078,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,15,13.51,0,0,13.81,0,-1.20798,0.168,-0.769765,0.132,14.22,358.1,0.127,-8.45,0.127,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,16,13.01,0,0,13.81,0,-1.19669,0.169,-0.840821,0.171,14.22,358.1,0.115,-8.48,0.115,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,17,13.53,0,0,13.81,0,-1.18540,0.169,-0.852663,0.174,14.22,358,0,-8.55,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,18,13.51,0,0,13.81,0,-1.14024,0.163,-0.793450,0.15,14.21,357.9,0.129,-8.67,0.129,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,19,13.5,0,0,13.8,0.013,-1.17411,0.169,-0.911876,0.176,14.21,357.8,0,-8.81,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,20,13.53,0,0,13.78,0.018,-1.17411,0.169,-0.971089,0.157,14.21,357.7,0.078,-8.84,0.078,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,21,12.97,0,0,13.76,0.019,-1.16282,0.168,-0.959246,0.163,14.21,357.7,0.125,-8.91,0.125,10.41,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,22,13.13,0,0,13.75,0.007,-1.07250,0.126,-0.911876,0.176,14.21,357.7,0.089,-8.81,0,10.4,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,23,13.53,0,0,13.75,0,-1.14024,0.163,-0.828978,0.167,14.21,357.6,0.11,-8.82,0.047,10.37,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,24,13.53,0,0,13.75,0,-1.14024,0.163,-0.900033,0.177,14.19,357.4,0.052,-8.81,0,10.34,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,25,13.54,0,0,13.75,0.005,-1.15153,0.166,-0.900033,0.177,14.18,357.4,0.128,-8.84,0.078,10.34,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,26,13.51,0,0,13.73,0.018,-1.15153,0.166,-0.923719,0.174,14.18,357.2,0.157,-8.86,0.097,10.3,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,27,13.03,0,0,13.71,0.019,-1.10637,0.15,-0.840821,0.171,14.18,357.1,0.066,-8.81,0,10.29,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,28,13.51,0,0,13.7,0.017,-1.11766,0.155,-0.746080,0.107,14.18,357.2,0.082,-8.81,0,10.29,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,29,13.54,0,0,13.7,0.01,-1.10637,0.15,-0.722395,0.064,14.18,357.1,0.078,-8.79,0.078,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,30,13.52,0,0,13.69,0,-1.16282,0.168,-0.757923,0.121,14.18,357.1,0.061,-8.8,0.047,10.28,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,31,13.52,0,0,13.69,0,-1.16282,0.168,-0.793450,0.15,14.18,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,32,13.51,0,0,13.69,0,-1.15153,0.166,-0.805293,0.157,14.16,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,33,13.03,0,0,13.69,0,-1.11766,0.155,-0.817136,0.163,14.16,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,34,13.52,0,0,13.69,0.002,-1.09508,0.143,-0.840821,0.171,14.16,357.1,0.013,-8.81,0,10.28,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,35,13.53,0,0,13.68,0,-1.14024,0.163,-0.888191,0.178,14.16,357.1,0,-8.81,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,36,13.54,0,0,13.68,0.002,-1.17411,0.169,-0.911876,0.176,14.16,357.2,0.124,-8.72,0.125,10.27,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,37,13.54,0,0,13.68,0.007,-1.11766,0.155,-0.828978,0.167,14.15,357.3,0,-8.55,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,38,13.03,0,0,13.67,0.011,-1.09508,0.143,-0.722395,0.064,14.14,357.3,0.064,-8.57,0.065,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,39,13.02,0,0,13.67,0.013,-1.09508,0.143,-0.710553,0,14.13,357.3,0,-8.55,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,40,13.54,0,0,13.67,0.012,-1.07250,0.126,-0.710553,0,14.13,357.5,0.107,-8.36,0.115,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,41,13.49,0,0,13.67,0.014,-1.11766,0.155,-0.710553,0,14.13,357.5,0.047,-8.3,0.047,10.26,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,42,13.52,0,0,13.66,0.013,-1.14024,0.163,-0.722395,0.064,14.13,357.5,0.012,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,43,13.53,0,0,13.66,0.013,-1.09508,0.143,-0.734238,0.089,14.13,357.5,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,44,13.04,0,0,13.67,0.012,-1.08379,0.135,-0.710553,0,14.13,357.5,0.01,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,45,13.52,0,0,13.67,0.009,-1.04992,0.102,-0.710553,0,14.13,357.6,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,46,13.53,0,0,13.67,0.012,-1.11766,0.155,-0.710553,0,14.11,357.5,0.012,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,47,13.54,0,0,13.67,0.007,-1.04992,0.102,-0.734238,0.089,14.11,357.5,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,48,13.51,0,0,13.67,0.005,-1.02734,0.061,-0.710553,0,14.11,357.5,0.06,-8.29,0,10.26,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,49,13.5,0,0,13.66,0,-1.08379,0.135,-0.710553,0,14.11,357.6,0.132,-8.21,0.122,10.25,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,50,13.53,0,0,13.66,0.007,-1.07250,0.126,-0.710553,0,14.11,357.5,0.13,-8.22,0.119,10.25,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,51,13.03,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,357.5,0.087,-8.29,0,10.25,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,52,13.03,0,0,13.66,0,-1.07250,0.126,-0.710553,0,14.11,357.5,0.119,-8.29,0,10.26,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,53,13.52,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,357.6,0.12,-8.29,0,10.28,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,54,13.51,0,0,13.66,0,-1.09508,0.143,-0.710553,0,14.11,357.8,0.174,-8.18,0.128,10.3,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,55,13.54,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,358,0.078,-8.04,0.047,10.3,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,56,13.53,0,0,13.66,0,-1.07250,0.126,-0.710553,0,14.11,358,0.079,-8.05,0.065,10.31,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,57,12.99,0,0,13.66,0,-1.04992,0.102,-0.710553,0,14.11,358.1,0.106,-8.04,0,10.33,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,58,13.52,0,0,13.66,0,-1.02734,0.061,-0.710553,0,14.11,358.2,0.131,-8.17,0.13,10.36,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,59,13.52,0,0,13.66,0,-1.02734,0.061,-0.710553,0,14.11,358.1,0.088,-8.26,0.088,10.37,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,100,13.53,0,0,13.66,0.009,-1.03863,0.084,-0.710553,0,14.11,358.1,0,-8.29,0,10.37,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,101,13.54,0,0,13.67,0.018,-1.02734,0.061,-0.710553,0,14.11,358.1,0.01,-8.29,0,10.37,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,102,13.52,0,0,13.68,0.016,-1.01605,0,-0.710553,0,14.11,358.1,0,-8.29,0,10.36,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,103,13.03,0,0,13.7,0.017,-1.04992,0.102,-0.710553,0,14.11,358.1,0.016,-8.29,0,10.36,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,104,13.52,0,0,13.71,0.005,-1.04992,0.102,-0.710553,0,14.11,358.1,0,-8.29,0,10.37,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,105,13.52,0,0,13.72,0.005,-1.02734,0.061,-0.710553,0,14.11,358.1,0.035,-8.29,0,10.37,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,106,13.53,0,0,13.71,0.01,-1.02734,0.061,-0.710553,0,14.11,358.3,0.192,-8.14,0.127,10.38,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,107,13.5,0,0,13.73,0.018,-1.02734,0.061,-0.710553,0,14.11,358.5,0.146,-8.12,0.122,10.41,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,108,13.54,0,0,13.76,0.013,-1.03863,0.084,-0.710553,0,14.12,358.4,0.097,-8.24,0.104,10.43,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,109,13,0,0,13.77,0,-1.02734,0.061,-0.710553,0,14.13,358.5,0.118,-8.22,0.119,10.43,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,110,13.52,0,0,13.77,0,-1.01605,0,-0.710553,0,14.13,358.4,0.056,-8.29,0,10.43,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,111,13.51,0,0,13.77,0.004,-1.01605,0,-0.710553,0,14.13,358.5,0.093,-8.29,0,10.44,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,112,13.54,0,0,13.78,0,-1.01605,0,-0.710553,0,14.13,358.7,0.116,-8.29,0,10.48,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,113,13.52,0,0,13.78,0,-1.01605,0,-0.710553,0,14.13,358.7,0.07,-8.31,0.065,10.5,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,114,12.99,0,0,13.78,0.015,-1.03863,0.084,-0.710553,0,14.13,358.5,0.047,-8.55,0.047,10.5,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,115,13.38,0,0,13.8,0.018,-1.02734,0.061,-0.710553,0,14.13,358.7,0.119,-8.36,0.115,10.5,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,116,13.52,0,0,13.81,0.019,-1.09508,0.143,-0.710553,0,14.13,358.6,0.119,-8.55,0,10.51,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,117,13.52,0,0,13.82,0.024,-1.03863,0.084,-0.710553,0,14.13,358.8,0.12,-8.56,0.047,10.55,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,118,13.54,0,0,13.85,0.015,-1.04992,0.102,-0.710553,0,14.14,358.8,0.102,-8.55,0,10.56,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,119,13.53,0,0,13.88,0.004,-1.01605,0,-0.710553,0,14.15,358.8,0.142,-8.65,0.125,10.57,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,120,13,0,0,13.88,0,-1.01605,0,-0.710553,0,14.16,358.7,0.12,-8.82,0.047,10.58,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,121,13.49,0,0,13.88,0.003,-1.04992,0.102,-0.710553,0,14.16,358.4,0.168,-9.23,0.172,10.6,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,122,13.53,0,0,13.88,0,-1.02734,0.061,-0.710553,0,14.16,357.8,0.196,-9.82,0.205,10.61,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,123,13.51,0,0,13.87,0.005,-1.11766,0.155,-0.710553,0,14.16,357.2,0.142,-10.45,0.139,10.61,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,124,13.52,0,0,13.88,0.013,-1.15153,0.166,-0.710553,0,14.16,356.6,0.186,-11.02,0.186,10.61,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,125,13.49,0,0,13.88,0.013,-1.03863,0.084,-0.734238,0.089,14.18,355.9,0.205,-11.73,0.2,10.6,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,126,12.99,0,0,13.88,0.02,-1.08379,0.135,-0.722395,0.064,14.18,354.9,0.504,-12.74,0.504,10.6,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,127,13.5,0,0,13.89,0.013,-1.18540,0.169,-0.734238,0.089,14.18,353.5,0.188,-14.15,0.196,10.61,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,128,13.53,0,0,13.89,0.016,-1.12895,0.16,-0.746080,0.107,14.18,353.2,0.173,-14.46,0.173,10.62,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,129,13.49,0,0,13.89,0.011,-1.24184,0.16,-0.828978,0.167,14.18,352.5,0.279,-15.24,0.279,10.62,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,130,13.53,0,0,13.91,0.019,-1.21927,0.166,-0.864506,0.176,14.18,352,0.132,-15.69,0.129,10.62,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,131,13.54,0,0,13.91,0.019,-1.18540,0.169,-0.864506,0.176,14.18,352.2,0.065,-15.54,0.065,10.63,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,132,13.03,0,0,13.9,0.014,-1.24184,0.16,-0.817136,0.163,14.18,351.8,0.294,-15.92,0.296,10.63,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,133,13.53,0,0,13.91,0.015,-1.25313,0.155,-0.900033,0.177,14.19,350.9,0.18,-16.8,0.14,10.63,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,134,13.52,0,0,13.91,0.012,-1.27571,0.143,-0.935561,0.171,14.2,351,0.111,-16.59,0,10.61,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,135,13.54,0,0,13.9,0.005,-1.27571,0.143,-0.994774,0.142,14.21,351,0.091,-16.59,0,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,136,13.52,0,0,13.9,0.004,-1.27571,0.143,-0.923719,0.174,14.21,350.1,0.421,-17.39,0.375,10.59,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,137,12.99,0,0,13.89,0,-1.30958,0.115,-0.982931,0.15,14.21,349.2,0.158,-18.32,0.122,10.58,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,138,13.51,0,0,13.89,0.001,-1.18540,0.169,-0.947404,0.167,14.21,349.4,0.262,-18.15,0.236,10.59,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,139,13.52,0,0,13.89,0,-1.25313,0.155,-0.994774,0.142,14.21,347.7,0.646,-19.79,0.636,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,140,13.52,0,0,13.89,0.003,-1.34345,0.061,-0.971089,0.157,14.21,346.6,0.17,-20.94,0.14,10.58,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,141,13.54,0,0,13.89,0.007,-1.33216,0.084,-1.06583,0,14.21,346.4,0.156,-21.16,0.125,10.59,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,142,13.53,0,0,13.9,0.01,-1.34345,0.061,-1.06583,0,14.21,345.7,0.488,-21.8,0.484,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,143,13,0,0,13.89,0.014,-1.32087,0.102,-1.06583,0,14.21,344.3,0.218,-23.23,0.185,10.58,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,144,13.53,0,0,13.88,0.017,-1.33216,0.084,-1.06583,0,14.21,344.7,0.309,-22.82,0.338,10.59,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,145,13.52,0,0,13.87,0.017,-1.34345,0.061,-1.06583,0,14.21,345.2,0.121,-22.25,0.097,10.58,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,146,13.53,0,0,13.85,0.026,-1.34345,0.061,-1.05399,0.064,14.22,344.8,0.346,-22.59,0.307,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,147,13.5,0,0,13.83,0.017,-1.35474,0,-1.06583,0,14.22,343.6,0.489,-23.76,0.414,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,148,13.52,0,0,13.82,0.026,-1.35474,0,-1.06583,0,14.22,341,0.82,-26.26,0.781,10.54,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,149,13.03,0,0,13.81,0.018,-1.37732,0.084,-1.06583,0,14.22,339.1,0.46,-28.12,0.411,10.53,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,150,13.52,0,0,13.8,0.012,-1.37732,0.084,-1.06583,0,14.22,338.1,0.181,-29.09,0.186,10.52,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,151,13.54,0,0,13.8,0.009,-1.43377,0.143,-1.06583,0,14.21,337,0.517,-30.19,0.517,10.52,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,152,13.52,0,0,13.79,0.001,-1.52408,0.169,-1.06583,0,14.21,335.7,0.178,-31.47,0.185,10.52,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,153,13.53,0,0,13.72,0.056,-1.50150,0.168,-1.06583,0,14.21,336.3,0.392,-30.7,0.437,10.49,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,154,13,0,0,13.68,0.01,-1.53537,0.169,-1.06583,0,14.21,338.1,0.572,-28.86,0.549,10.47,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,155,13.26,0,0,13.67,0.014,-1.51279,0.169,-1.06583,0,14.21,339.3,0.2,-27.62,0.186,10.47,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,156,13.5,0,0,13.66,0.011,-1.54666,0.168,-1.06583,0,14.21,339.7,0.201,-27.28,0.186,10.47,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,157,13.51,0,0,13.66,0,-1.50150,0.168,-1.06583,0,14.21,340.4,0.347,-26.54,0.352,10.47,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,158,13.49,0,0,13.66,0,-1.46763,0.16,-1.06583,0,14.21,341.9,0.538,-25,0.521,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,159,13.52,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.4,0.294,-23.6,0.28,10.48,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,200,13,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.7,0.135,-23.33,0,10.49,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,201,13.52,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.5,0.156,-23.48,0.128,10.49,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,202,13.52,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.3,0.124,-23.79,0.11,10.51,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,203,13.51,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.1,0.124,-24.06,0.097,10.52,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,204,13.49,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.5,0.216,-23.69,0.196,10.52,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,205,13.54,0,0,13.66,0.007,-1.35474,0,-1.05399,0.064,14.21,344.1,0.285,-23.02,0.254,10.51,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,206,13.02,0,0,13.66,0.011,-1.35474,0,-1.06583,0,14.21,345.4,0.494,-21.83,0.472,10.52,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,207,13.5,0,0,13.66,0.007,-1.35474,0,-1.05399,0.064,14.2,346.6,0.211,-20.61,0.186,10.53,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,208,13.51,0,0,13.66,0.011,-1.35474,0,-1.03030,0.107,14.2,346.6,0.231,-20.67,0.231,10.53,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,209,13.52,0,0,13.66,0,-1.29829,0.126,-0.959246,0.163,14.19,345.1,0.637,-22.17,0.638,10.53,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,210,13.51,0,0,13.66,0,-1.34345,0.061,-0.994774,0.142,14.19,342.5,0.765,-24.69,0.765,10.53,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,211,13.03,0,0,13.66,0.008,-1.35474,0,-1.06583,0,14.19,340.5,0.381,-26.7,0.367,10.53,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,212,13.32,0,0,13.65,0.011,-1.41119,0.126,-1.06583,0,14.19,340.1,0.119,-27.14,0.119,10.53,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,213,13.53,0,0,13.65,0.012,-1.36603,0.061,-1.06583,0,14.18,340.6,0.206,-26.55,0.219,10.52,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,214,13.54,0,0,13.65,0.009,-1.43377,0.143,-1.06583,0,14.18,341.5,0.325,-25.64,0.327,10.52,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,215,13.52,0,0,13.65,0.005,-1.37732,0.084,-1.06583,0,14.18,343,0.527,-24.28,0.507,10.53,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,216,13.51,0,0,13.64,0.007,-1.35474,0,-1.06583,0,14.18,344.8,0.508,-22.52,0.495,10.54,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,217,13.03,0,0,13.64,0.012,-1.35474,0,-1.06583,0,14.18,346,0.276,-21.24,0.241,10.53,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,218,13.52,0,0,13.64,0.011,-1.35474,0,-1.05399,0.064,14.18,346.6,0.249,-20.75,0.163,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,219,13.53,0,0,13.65,0.007,-1.35474,0,-1.03030,0.107,14.18,347.5,0.413,-19.92,0.377,10.57,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,220,13.52,0,0,13.65,0,-1.29829,0.126,-0.959246,0.163,14.18,349.2,0.585,-18.33,0.519,10.59,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,221,13.5,0,0,13.65,0.002,-1.23056,0.163,-0.840821,0.171,14.18,350.9,0.458,-16.62,0.422,10.59,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,222,13.52,0,0,13.65,0,-1.21927,0.166,-0.840821,0.171,14.18,352.4,0.389,-15.19,0.376,10.6,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,223,13.03,0,0,13.65,0.001,-1.24184,0.16,-0.805293,0.157,14.19,353.3,0.221,-14.22,0.239,10.59,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,224,13.49,0,0,13.65,0,-1.16282,0.168,-0.757923,0.121,14.19,354,0.19,-13.58,0.127,10.61,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,225,13.53,0,0,13.65,0.007,-1.12895,0.16,-0.722395,0.064,14.2,354.8,0.281,-12.94,0.211,10.64,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,226,13.52,0,0,13.68,0.016,-1.09508,0.143,-0.710553,0,14.21,355.5,0.145,-12.33,0.145,10.65,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,227,13.51,0,0,13.72,0.018,-1.17411,0.169,-0.710553,0,14.21,355.9,0.103,-11.97,0.097,10.65,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,228,13.03,0,0,13.74,0.014,-1.15153,0.166,-0.722395,0.064,14.21,356.5,0.28,-11.44,0.198,10.68,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,229,13,0,0,13.76,0.009,-1.12895,0.16,-0.710553,0,14.21,357,0.09,-11.13,0.065,10.71,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,230,13.52,0,0,13.77,0.001,-1.12895,0.16,-0.710553,0,14.21,357.3,0.041,-10.89,0,10.71,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,231,13.5,0,0,13.77,0.005,-1.10637,0.15,-0.710553,0,14.21,357.3,0.078,-10.89,0,10.72,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,232,13.5,0,0,13.77,0.006,-1.17411,0.169,-0.710553,0,14.22,357.3,0.092,-10.89,0,10.72,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,233,13.53,0,0,13.77,0.011,-1.15153,0.166,-0.710553,0,14.22,357.3,0.061,-10.89,0,10.71,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,234,12.99,0,0,13.77,0.009,-1.14024,0.163,-0.710553,0,14.23,357.4,0.14,-10.73,0.127,10.71,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,235,13.51,0,0,13.77,0.011,-1.14024,0.163,-0.710553,0,14.23,357.7,0.135,-10.54,0.122,10.72,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,236,13.53,0,0,13.77,0.009,-1.09508,0.143,-0.722395,0.064,14.23,357.8,0.055,-10.37,0,10.72,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,237,13.52,0,0,13.77,0.01,-1.09508,0.143,-0.722395,0.064,14.23,357.8,0.094,-10.37,0,10.72,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,238,13.52,0,0,13.77,0.007,-1.15153,0.166,-0.710553,0,14.23,357.9,0.123,-10.29,0.119,10.72,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,239,13.53,0,0,13.77,0.012,-1.16282,0.168,-0.710553,0,14.23,358.1,0.061,-10.11,0,10.71,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,240,13,0,0,13.76,0.01,-1.19669,0.169,-0.734238,0.089,14.24,358,0.14,-10.15,0.097,10.71,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,241,13.54,0,0,13.76,0.011,-1.17411,0.169,-0.722395,0.064,14.24,357.8,0.13,-10.29,0.119,10.7,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,242,13.53,0,0,13.77,0.013,-1.18540,0.169,-0.757923,0.121,14.25,357.8,0.072,-10.37,0,10.71,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,243,13.54,0,0,13.76,0.007,-1.15153,0.166,-0.793450,0.15,14.25,357.8,0.088,-10.33,0.088,10.7,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,244,13.52,0,0,13.76,0.01,-1.18540,0.169,-0.746080,0.107,14.25,357.9,0.12,-10.14,0.078,10.69,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,245,13.02,0,0,13.76,0,-1.11766,0.155,-0.805293,0.157,14.25,357.8,0.137,-10.14,0.088,10.67,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,246,13.03,0,0,13.76,0.005,-1.23056,0.163,-0.923719,0.174,14.25,357.5,0.119,-10.29,0.119,10.65,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,247,13.54,0,0,13.75,0.016,-1.18540,0.169,-0.828978,0.167,14.25,357.5,0.047,-10.36,0.047,10.65,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,248,13.49,0,0,13.72,0.015,-1.16282,0.168,-0.828978,0.167,14.25,357.5,0.007,-10.37,0,10.65,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,249,13.52,0,0,13.7,0.011,-1.20798,0.168,-0.911876,0.176,14.25,357.4,0.065,-10.37,0,10.64,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,250,13.53,0,0,13.69,0.014,-1.14024,0.163,-0.876348,0.177,14.25,357.3,0.131,-10.37,0,10.62,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,251,13.03,0,0,13.66,0.01,-1.08379,0.135,-0.840821,0.171,14.25,357.3,0.141,-10.25,0.129,10.6,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,252,13.54,0,0,13.66,0.001,-1.09508,0.143,-0.781608,0.142,14.25,357.5,0.118,-10.11,0,10.6,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,253,13.51,0,0,13.66,0,-1.11766,0.155,-0.793450,0.15,14.25,357.5,0.111,-10.13,0.065,10.61,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,254,13.52,0,0,13.66,0.007,-1.10637,0.15,-0.793450,0.15,14.25,357.5,0.125,-10.12,0.047,10.6,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,255,13.52,0,0,13.65,0.013,-1.10637,0.15,-0.781608,0.142,14.25,357.2,0.179,-10.23,0.129,10.58,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,256,13.54,0,0,13.63,0.009,-1.12895,0.16,-0.793450,0.15,14.25,357.1,0.112,-10.15,0.097,10.54,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,257,13.03,0,0,13.62,0.014,-1.14024,0.163,-0.746080,0.107,14.25,357.1,0.041,-10.11,0,10.53,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,258,13.51,0,0,13.6,0,-1.18540,0.169,-0.769765,0.132,14.25,357.2,0.127,-10.01,0.127,10.53,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,259,13.52,0,0,13.6,0.012,-1.16282,0.168,-0.793450,0.15,14.25,357.4,0.012,-9.85,0,10.53,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,300,13.49,0,0,13.57,0.011,-1.18540,0.169,-0.852663,0.174,14.25,357.3,0,-9.85,0,10.52,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,301,13.53,0,0,13.57,0.001,-1.19669,0.169,-0.876348,0.177,14.25,357.3,0.082,-9.83,0.065,10.51,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,302,13.5,0,0,13.57,0,-1.17411,0.169,-0.852663,0.174,14.25,357.4,0.114,-9.6,0.047,10.49,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,303,13,0,0,13.57,0.008,-1.14024,0.163,-0.781608,0.142,14.25,357.4,0.129,-9.59,0,10.49,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,304,13.52,0,0,13.56,0.013,-1.08379,0.135,-0.769765,0.132,14.25,357.4,0.125,-9.5,0.122,10.48,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,305,13.53,0,0,13.55,0.013,-1.15153,0.166,-0.734238,0.089,14.25,357.6,0.081,-9.33,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,306,13.52,0,0,13.59,0.054,-1.15153,0.166,-0.722395,0.064,14.25,357.8,0.128,-9.1,0.078,10.47,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,307,13.51,0,0,13.66,0,-1.12895,0.16,-0.710553,0,14.25,357.8,0.09,-9.1,0.078,10.47,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,308,13,0,0,13.66,0,-1.10637,0.15,-0.722395,0.064,14.25,357.7,0.15,-9.21,0.129,10.47,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,309,13.54,0,0,13.63,0.021,-1.17411,0.169,-0.722395,0.064,14.25,357.6,0.082,-9.33,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,310,13.52,0,0,13.62,0.014,-1.09508,0.143,-0.710553,0,14.25,357.5,0.117,-9.39,0.11,10.47,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,311,13.5,0,0,13.61,0.014,-1.07250,0.126,-0.722395,0.064,14.25,357.4,0.11,-9.56,0.078,10.48,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,312,13.53,0,0,13.6,0.009,-1.09508,0.143,-0.722395,0.064,14.25,357.3,0.081,-9.59,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,313,13.52,0,0,13.59,0.014,-1.10637,0.15,-0.746080,0.107,14.25,357.3,0.051,-9.59,0,10.46,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,314,13,0,0,13.58,0.014,-1.16282,0.168,-0.757923,0.121,14.24,357.3,0.066,-9.59,0,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,315,13.49,0,0,13.58,0.014,-1.12895,0.16,-0.722395,0.064,14.23,357.3,0.073,-9.59,0,10.47,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,316,13.52,0,0,13.58,0.014,-1.14024,0.163,-0.746080,0.107,14.24,357.3,0.041,-9.59,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,317,13.52,0,0,13.57,0.009,-1.16282,0.168,-0.734238,0.089,14.23,357.3,0.105,-9.56,0.078,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,318,13.52,0,0,13.57,0.005,-1.14024,0.163,-0.722395,0.064,14.24,357.3,0.054,-9.58,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,319,13.04,0,0,13.56,0.002,-1.16282,0.168,-0.769765,0.132,14.24,357.5,0.087,-9.37,0.097,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,320,13.04,0,0,13.56,0,-1.12895,0.16,-0.769765,0.132,14.23,357.5,0.047,-9.34,0.047,10.45,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,321,13.53,0,0,13.57,0.001,-1.11766,0.155,-0.722395,0.064,14.23,357.5,0.046,-9.34,0.047,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,322,13.53,0,0,13.57,0,-1.19669,0.169,-0.746080,0.107,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,323,13.53,0,0,13.56,0.001,-1.16282,0.168,-0.746080,0.107,14.23,357.5,0.031,-9.33,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,324,13.54,0,0,13.56,0,-1.12895,0.16,-0.722395,0.064,14.23,357.5,0.03,-9.33,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,325,13.03,0,0,13.56,0,-1.08379,0.135,-0.710553,0,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,326,13.52,0,0,13.56,0.001,-1.15153,0.166,-0.710553,0,14.23,357.5,0.065,-9.31,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,327,13.49,0,0,13.57,0,-1.16282,0.168,-0.710553,0,14.23,357.5,0.056,-9.33,0,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,328,13.5,0,0,13.57,0.001,-1.14024,0.163,-0.722395,0.064,14.23,357.6,0.115,-9.26,0.115,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,329,13.46,0,0,13.57,0,-1.09508,0.143,-0.710553,0,14.23,357.5,0.056,-9.32,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,330,13.52,0,0,13.57,0.002,-1.11766,0.155,-0.710553,0,14.23,357.5,0.012,-9.33,0,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,331,13.02,0,0,13.56,0,-1.11766,0.155,-0.734238,0.089,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,332,13.49,0,0,13.56,0.001,-1.12895,0.16,-0.734238,0.089,14.23,357.5,0.007,-9.33,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,333,13.54,0,0,13.56,0.009,-1.14024,0.163,-0.722395,0.064,14.23,357.5,0.029,-9.33,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,334,13.5,0,0,13.57,0.001,-1.18540,0.169,-0.722395,0.064,14.23,357.5,0.006,-9.33,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,335,13.52,0,0,13.57,0.007,-1.15153,0.166,-0.710553,0,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,336,12.99,0,0,13.57,0.006,-1.15153,0.166,-0.757923,0.121,14.23,357.5,0.014,-9.33,0,10.46,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,337,13.04,0,0,13.56,0.005,-1.09508,0.143,-0.710553,0,14.23,357.6,0.119,-9.25,0.119,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,338,13.51,0,0,13.56,0.007,-1.14024,0.163,-0.722395,0.064,14.23,357.6,0.108,-9.28,0.104,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,339,13.5,0,0,13.57,0,-1.17411,0.169,-0.710553,0,14.23,357.7,0.129,-9.19,0.129,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,340,13.52,0,0,13.57,0.005,-1.12895,0.16,-0.710553,0,14.23,357.8,0.031,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,341,13.52,0,0,13.57,0,-1.12895,0.16,-0.710553,0,14.23,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,342,13.03,0,0,13.57,0.005,-1.11766,0.155,-0.710553,0,14.23,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,343,13.51,0,0,13.57,0.005,-1.10637,0.15,-0.710553,0,14.23,357.8,0.054,-9.06,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,344,13.5,0,0,13.57,0.005,-1.12895,0.16,-0.710553,0,14.23,357.8,0.048,-9.07,0,10.46,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,345,13.5,0,0,13.56,0.007,-1.12895,0.16,-0.710553,0,14.23,357.8,0.03,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,346,13.54,0,0,13.56,0.007,-1.15153,0.166,-0.734238,0.089,14.23,357.8,0.006,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,347,13.51,0,0,13.56,0.013,-1.11766,0.155,-0.769765,0.132,14.23,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,348,13,0,0,13.56,0.013,-1.11766,0.155,-0.746080,0.107,14.23,357.8,0.065,-9.06,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,349,13.52,0,0,13.56,0.013,-1.10637,0.15,-0.722395,0.064,14.23,357.9,0.125,-8.98,0.125,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,350,13.53,0,0,13.56,0.013,-1.11766,0.155,-0.710553,0,14.23,357.8,0.065,-9.06,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,351,13.52,0,0,13.55,0.014,-1.14024,0.163,-0.722395,0.064,14.23,357.9,0.11,-9.01,0.11,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,352,13.54,0,0,13.56,0.014,-1.12895,0.16,-0.734238,0.089,14.23,358.1,0.046,-8.82,0.047,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,353,13.03,0,0,13.56,0.016,-1.03863,0.084,-0.710553,0,14.23,358.1,0,-8.81,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,354,13.03,0,0,13.54,0.014,-1.16282,0.168,-0.710553,0,14.23,357.9,0.104,-8.87,0.104,10.45,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,355,13.5,0,0,13.54,0.014,-1.11766,0.155,-0.722395,0.064,14.23,357.8,0.109,-9.01,0.11,10.45,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,356,13.5,0,0,13.54,0.015,-1.14024,0.163,-0.722395,0.064,14.23,357.8,0.03,-9.07,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,357,13.52,0,0,13.54,0.02,-1.09508,0.143,-0.769765,0.132,14.23,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,358,13.51,0,0,13.54,0.017,-1.03863,0.084,-0.710553,0,14.22,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,359,13.03,0,0,13.54,0.017,-1.06121,0.115,-0.710553,0,14.22,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,400,13.52,0,0,13.54,0.017,-1.11766,0.155,-0.710553,0,14.22,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,401,13.52,0,0,13.52,0.02,-1.08379,0.135,-0.710553,0,14.22,357.8,0.013,-9.07,0,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,402,13.49,0,0,13.5,0.021,-1.14024,0.163,-0.710553,0,14.23,357.8,0.125,-8.99,0.122,10.45,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,403,13.52,0,0,13.5,0.019,-1.06121,0.115,-0.710553,0,14.22,357.8,0.041,-9.07,0,10.45,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,404,13.53,0,0,13.49,0.014,-1.12895,0.16,-0.710553,0,14.21,357.8,0.065,-9.06,0.065,10.46,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,405,13.04,0,0,13.5,0.019,-1.12895,0.16,-0.710553,0,14.21,357.8,0.071,-9.06,0.065,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,406,13.52,0,0,13.49,0.015,-1.09508,0.143,-0.710553,0,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,407,13.51,0,0,13.49,0.012,-1.11766,0.155,-0.710553,0,14.21,357.8,0.058,-9.07,0,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,408,13.53,0,0,13.49,0.01,-1.04992,0.102,-0.710553,0,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,409,13.53,0,0,13.49,0.007,-1.10637,0.15,-0.710553,0,14.21,357.8,0.029,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,410,13.52,0,0,13.49,0.011,-1.12895,0.16,-0.710553,0,14.21,357.8,0.066,-9.07,0,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,411,13.02,0,0,13.49,0.009,-1.07250,0.126,-0.722395,0.064,14.21,357.8,0.11,-9.04,0.088,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,412,13.52,0,0,13.49,0.01,-1.14024,0.163,-0.722395,0.064,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,413,13.49,0,0,13.49,0.011,-1.10637,0.15,-0.710553,0,14.21,357.8,0.03,-9.07,0,10.47,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,414,13.51,0,0,13.49,0.009,-1.15153,0.166,-0.710553,0,14.21,357.8,0.049,-9.07,0,10.46,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,415,13.52,0,0,13.49,0.012,-1.14024,0.163,-0.710553,0,14.21,357.8,0.081,-9.07,0,10.45,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,416,13.03,0,0,13.5,0.014,-1.12895,0.16,-0.746080,0.107,14.21,357.7,0.108,-9.07,0,10.45,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,417,13.38,0,0,13.49,0.014,-1.12895,0.16,-0.746080,0.107,14.21,357.6,0.108,-9.07,0,10.42,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,418,13.52,0,0,13.48,0.015,-1.10637,0.15,-0.746080,0.107,14.21,357.5,0.154,-9.11,0.088,10.42,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,419,13.49,0,0,13.49,0.018,-1.06121,0.115,-0.710553,0,14.21,357.6,0.115,-9.08,0.047,10.43,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,420,13.54,0,0,13.49,0.014,-1.07250,0.126,-0.722395,0.064,14.21,357.6,0.121,-9.08,0.047,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,421,13.51,0,0,13.48,0.016,-1.15153,0.166,-0.769765,0.132,14.21,357.5,0.121,-9.13,0.11,10.42,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,422,13.03,0,0,13.47,0.018,-1.18540,0.169,-0.805293,0.157,14.21,357.5,0.101,-9.07,0,10.41,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,423,13.51,0,0,13.46,0.014,-1.14024,0.163,-0.781608,0.142,14.21,357.5,0.07,-9.07,0,10.4,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,424,13.52,0,0,13.45,0.005,-1.12895,0.16,-0.805293,0.157,14.21,357.4,0.003,-9.07,0,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,425,13.53,0,0,13.45,0,-1.11766,0.155,-0.781608,0.142,14.21,357.5,0,-9.07,0,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,426,13.53,0,0,13.45,0.002,-1.08379,0.135,-0.746080,0.107,14.21,357.5,0.043,-9.07,0,10.4,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,427,13.54,0,0,13.45,0,-1.11766,0.155,-0.746080,0.107,14.21,357.4,0.041,-9.07,0,10.39,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,428,13.03,0,0,13.45,0.005,-1.01605,0,-0.710553,0,14.21,357.5,0.193,-9.07,0.15,10.41,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,429,13.52,0,0,13.45,0.005,-1.10637,0.15,-0.710553,0,14.21,357.4,0.133,-9.29,0.097,10.42,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,430,13.52,0,0,13.45,0.005,-1.14024,0.163,-0.722395,0.064,14.21,357.3,0.11,-9.33,0,10.41,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,431,13.52,0,0,13.45,0.005,-1.19669,0.169,-0.840821,0.171,14.21,357.2,0.084,-9.33,0,10.41,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,432,13.5,0,0,13.45,0.001,-1.14024,0.163,-0.793450,0.15,14.21,357.2,0.064,-9.33,0,10.4,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,433,12.99,0,0,13.45,0.007,-1.15153,0.166,-0.793450,0.15,14.21,357.2,0.065,-9.31,0.065,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,434,13.41,0,0,13.44,0.014,-1.14024,0.163,-0.757923,0.121,14.21,357.5,0.015,-9.07,0,10.4,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,435,13.54,0,0,13.43,0.014,-1.10637,0.15,-0.710553,0,14.21,357.4,0.047,-9.08,0.047,10.39,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,436,13.49,0,0,13.43,0.014,-1.16282,0.168,-0.722395,0.064,14.2,357.3,0.133,-9.18,0.128,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,437,13.54,0,0,13.42,0.012,-1.09508,0.143,-0.734238,0.089,14.2,357.3,0.127,-9.23,0.127,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,438,13.5,0,0,13.41,0.02,-1.12895,0.16,-0.722395,0.064,14.2,357.4,0.101,-9.12,0.097,10.39,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,439,13.04,0,0,13.41,0.015,-1.15153,0.166,-0.722395,0.064,14.2,357.2,0,-9.33,0,10.39,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,440,13.52,0,0,13.4,0.013,-1.11766,0.155,-0.746080,0.107,14.19,357.2,0.119,-9.26,0.115,10.39,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,441,13.52,0,0,13.39,0.011,-1.17411,0.169,-0.757923,0.121,14.19,357.4,0,-9.07,0,10.39,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,442,13.51,0,0,13.39,0.011,-1.12895,0.16,-0.793450,0.15,14.18,357.5,0.006,-9.07,0,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,443,13.53,0,0,13.39,0.012,-1.08379,0.135,-0.746080,0.107,14.18,357.4,0.047,-9.08,0.047,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,444,13.51,0,0,13.42,0.02,-1.19669,0.169,-0.734238,0.089,14.18,357.3,0.128,-9.21,0.129,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,445,12.98,0,0,13.41,0.016,-1.12895,0.16,-0.757923,0.121,14.18,357.4,0.115,-9.14,0.115,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,446,13.53,0,0,13.4,0.013,-1.10637,0.15,-0.757923,0.121,14.18,357.4,0.095,-9.12,0.097,10.39,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,447,13.52,0,0,13.39,0.005,-1.08379,0.135,-0.793450,0.15,14.18,357.2,0.104,-9.28,0.104,10.39,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,448,13.52,0,0,13.39,0.011,-1.12895,0.16,-0.828978,0.167,14.18,357.2,0.101,-9.28,0.104,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,449,13.51,0,0,13.39,0.015,-1.15153,0.166,-0.852663,0.174,14.18,357.4,0.065,-9.09,0.065,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,450,12.98,0,0,13.38,0.015,-1.14024,0.163,-0.852663,0.174,14.18,357.5,0.03,-9.07,0,10.4,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,451,13.07,0,0,13.38,0.016,-1.17411,0.169,-0.805293,0.157,14.18,357.4,0.066,-9.07,0,10.39,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,452,13.51,0,0,13.37,0.01,-1.16282,0.168,-0.817136,0.163,14.18,357.4,0.087,-9.07,0,10.39,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,453,13.53,0,0,13.37,0.009,-1.17411,0.169,-0.864506,0.176,14.18,357.3,0.127,-9.07,0,10.36,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,454,13.52,0,0,13.37,0,-1.12895,0.16,-0.769765,0.132,14.18,357.2,0.041,-9.07,0,10.34,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,455,13.52,0,0,13.37,0.007,-1.21927,0.166,-0.793450,0.15,14.18,357.1,0.041,-9.07,0,10.34,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,456,13.02,0,0,13.37,0.01,-1.12895,0.16,-0.757923,0.121,14.18,357.1,0.089,-9.07,0,10.33,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,457,13.54,0,0,13.35,0.014,-1.16282,0.168,-0.817136,0.163,14.18,357,0.095,-9.07,0,10.31,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,458,13.54,0,0,13.35,0.007,-1.19669,0.169,-0.840821,0.171,14.18,356.9,0.122,-9.03,0.097,10.29,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,459,13.5,0,0,13.34,0.01,-1.14024,0.163,-0.734238,0.089,14.18,356.9,0.088,-9.06,0.065,10.28,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,500,13.51,0,0,13.32,0.014,-1.12895,0.16,-0.722395,0.064,14.18,356.8,0.03,-9.07,0,10.27,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,501,12.24,0,0,13.31,0.011,-1.10637,0.15,-0.698710,0.112,14.16,356.8,0.09,-9.04,0.088,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,502,12.15,0,0,13.31,0,-1.01605,0,-0.461859,0.163,14.16,356.9,0.115,-9,0.115,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,503,12.15,0,0,13.31,0.005,-1.02734,0.061,-0.509229,0.176,14.16,356.8,0.004,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,504,12.18,0,0,13.31,0,-1.17411,0.169,-0.651340,0.132,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,505,12.19,0,0,13.31,0.001,-1.30958,0.145,-0.757923,0.121,14.16,356.8,0.004,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,506,12.23,0,0,13.31,0.009,-1.49021,0.166,-0.947404,0.167,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,507,12.21,0,0,13.3,0.013,-1.55795,0.166,-1.06583,0,14.16,356.8,0.003,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,508,12.22,0,0,13.29,0.013,-1.61440,0.143,-1.06583,0,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,509,12.22,0,0,13.29,0.011,-1.55795,0.166,-1.06583,0,14.18,356.8,0.002,-9.07,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,510,12.23,0,0,13.28,0.028,-1.62569,0.135,-1.06583,0,14.18,356.8,0,-9.07,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,511,12.23,0,0,13.27,0.025,-1.63698,0.126,-1.06583,0,14.18,356.8,0.035,-9.07,0,10.27,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,512,12.24,0,0,13.28,0.013,-1.68213,0.061,-1.06583,0,14.18,356.7,0.092,-9.07,0,10.25,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,513,12.23,0,0,13.28,0.01,-1.67084,0.084,-1.06583,0,14.18,356.7,0.121,-9.06,0.047,10.24,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,514,12.23,0,0,13.28,0.018,-1.68213,0.061,-1.06583,0,14.18,356.6,0.128,-9.07,0,10.22,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,515,12.23,0,0,13.27,0.019,-1.69342,0,-1.06583,0,14.18,356.5,0.096,-9.07,0,10.22,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,516,12.24,0,0,13.26,0.016,-1.69342,0,-1.06583,0,14.18,356.5,0.102,-9.07,0,10.21,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,517,12.23,0,0,13.25,0.013,-1.68213,0.061,-1.06583,0,14.18,356.5,0.072,-9.07,0,10.21,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,518,12.22,0,0,13.25,0.005,-1.65956,0.102,-1.06583,0,14.2,356.5,0.065,-9.06,0.065,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,519,12.22,0,0,13.24,0.009,-1.67084,0.084,-1.06583,0,14.21,356.5,0.117,-9.02,0.104,10.2,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,520,12.23,0,0,13.23,0.013,-1.69342,0,-1.06583,0,14.21,356.4,0,-9.07,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,521,12.23,0,0,13.22,0.018,-1.69342,0,-1.06583,0,14.21,356.4,0.047,-9.06,0.047,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,522,12.2,0,0,13.19,0.012,-1.69342,0,-1.06583,0,14.22,356.4,0.095,-9.02,0.104,10.18,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,523,12.21,0,0,13.19,0.005,-1.65956,0.102,-1.06583,0,14.22,356.5,0.151,-8.86,0.097,10.16,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,524,12.23,0,0,13.19,0.004,-1.65956,0.102,-1.06583,0,14.23,356.5,0.114,-8.81,0,10.15,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,525,12.22,0,0,13.18,0,-1.60311,0.15,-1.06583,0,14.23,356.3,0.11,-8.84,0.078,10.14,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,526,12.19,0,0,13.18,0.01,-1.65956,0.102,-1.06583,0,14.23,356.3,0.049,-8.81,0,10.13,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,527,12.22,0,0,13.17,0.019,-1.65956,0.102,-1.06583,0,14.23,356.3,0,-8.81,0,10.13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,528,12.22,0,0,13.14,0.02,-1.69342,0,-1.06583,0,14.23,356.4,0.009,-8.81,0,10.13,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,529,12.21,0,0,13.14,0.015,-1.53537,0.169,-1.06583,0,14.24,356.4,0,-8.81,0,10.13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,530,12.21,0,0,13.13,0.01,-1.56924,0.163,-1.06583,0,14.25,356.4,0.008,-8.81,0,10.14,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,531,12.18,0,0,13.14,0.011,-1.59182,0.155,-1.06583,0,14.25,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,532,12.18,0,0,13.14,0.01,-1.62569,0.135,-1.06583,0,14.25,356.4,0.007,-8.81,0,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,533,12.19,0,0,13.13,0,-1.65956,0.102,-1.06583,0,14.25,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,534,12.19,0,0,13.14,0.001,-1.60311,0.15,-1.06583,0,14.27,356.4,0.006,-8.81,0,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,535,12.2,0,0,13.14,0,-1.62569,0.135,-1.06583,0,14.27,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,536,12.16,0,0,13.14,0.001,-1.68213,0.061,-1.06583,0,14.28,356.3,0.12,-8.9,0.122,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,537,12.15,0,0,13.14,0,-1.63698,0.126,-1.06583,0,14.28,356.3,0.123,-8.92,0.127,10.14,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,538,12.17,0,0,13.14,0.005,-1.69342,0,-1.06583,0,14.28,356.2,0.16,-8.99,0.119,10.13,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,539,12.16,0,0,13.13,0.014,-1.69342,0,-1.06583,0,14.28,356.2,0.146,-8.84,0.078,10.11,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,540,12.17,0,0,13.1,0.019,-1.67084,0.084,-1.06583,0,14.28,356.2,0.106,-8.82,0.047,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,541,12.14,0,0,13.09,0.011,-1.64827,0.115,-1.06583,0,14.29,356.1,0.114,-8.83,0.065,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,542,12.13,0,0,13.08,0,-1.64827,0.115,-1.06583,0,14.3,356,0.164,-8.93,0.128,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,543,12.11,0,0,13.08,0,-1.68213,0.061,-1.06583,0,14.3,356,0.124,-9,0.115,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,544,12.1,0,0,13.08,0,-1.63698,0.126,-1.06583,0,14.3,356,0.134,-8.98,0.125,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,545,12.1,0,0,13.08,0,-1.61440,0.143,-1.06583,0,14.3,356,0.155,-9.01,0.11,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,546,11.65,0,0,13.08,0,-1.62569,0.135,-1.06583,0,14.3,355.9,0.136,-9.06,0.047,10.1,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,547,11.53,0,0,13.08,0.009,-1.67084,0.084,-1.06583,0,14.31,356,0.132,-9.04,0.088,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,548,11.47,0,0,13.08,0.012,-1.68213,0.061,-1.06583,0,14.32,356.1,0.144,-8.85,0.088,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,549,11.35,0,0,13.08,0.012,-1.69342,0,-1.13688,0.142,14.32,356,0.11,-9.07,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,550,11.36,0,0,13.07,0.014,-1.69342,0,-1.23163,0.177,14.32,355.9,0.092,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,551,11.4,0,0,13.06,0.014,-1.68213,0.061,-1.10136,0.107,14.32,355.9,0.087,-9.07,0,10.1,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,552,11.42,0,0,13.06,0.009,-1.56924,0.163,-1.06583,0,14.32,355.9,0.102,-9.07,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,553,11.41,0,0,13.05,0.01,-1.37732,0.084,-1.06583,0,14.32,355.9,0.102,-9.07,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,554,11.33,0,0,13.06,0.012,-1.34345,0.061,-1.06583,0,14.32,355.9,0.093,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,555,11.3,0,0,13.06,0.016,-1.23056,0.163,-1.06583,0,14.32,356,0.164,-9.02,0.104,10.1,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,556,11.34,0,0,13.05,0.014,-1.17411,0.169,-1.06583,0,14.32,355.9,0.093,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,557,11.4,0,0,13.06,0.016,-1.03863,0.084,-1.06583,0,14.32,355.8,0.178,-9.14,0.176,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,558,11.35,0,0,13.06,0.012,-1.08379,0.135,-1.06583,0,14.32,355.8,0.137,-9.25,0.119,10.1,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,559,11.14,0,0,13.06,0.02,-1.16282,0.168,-1.06583,0,14.32,355.7,0.123,-9.31,0.078,10.1,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,600,11.29,0,0,13.05,0.016,-1.21927,0.166,-1.06583,0,14.31,355.8,0.171,-9.23,0.127,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,601,11.31,0,0,13.04,0.015,-1.18540,0.169,-1.06583,0,14.3,355.9,0.161,-9.14,0.115,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,602,11.27,0,0,13.04,0.021,-1.06121,0.115,-1.06583,0,14.3,355.8,0.124,-9.16,0.122,10.1,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,603,11.38,0,0,13.03,0.012,-1.01605,0,-1.04214,0.089,14.3,355.8,0.129,-9.18,0.127,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,604,11.21,0,0,13.04,0.016,-1.01605,0,-0.911876,0.176,14.28,355.7,0.16,-9.25,0.119,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,605,11.36,0,0,13.03,0.016,-1.01605,0,-0.888191,0.178,14.28,355.7,0.132,-9.31,0.078,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,606,11.33,0,0,13.03,0.015,-1.01605,0,-0.769765,0.132,14.28,355.7,0.101,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,607,11.37,0,0,13.03,0.009,-1.01605,0,-0.710553,0,14.26,355.7,0.106,-9.32,0.047,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,608,11.38,0,0,13.03,0.014,-1.01605,0,-0.710553,0,14.25,355.7,0.103,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,609,11.37,0,0,13.04,0.016,-1.01605,0,-0.710553,0,14.24,355.7,0.152,-9.29,0.097,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,610,11.27,0,0,13.04,0.022,-1.01605,0,-0.710553,0,14.23,355.7,0.103,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,611,11.39,0,0,13.02,0.016,-1.01605,0,-0.710553,0,14.23,355.6,0.109,-9.33,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,612,11.32,0,0,13.02,0.02,-1.01605,0,-0.710553,0,14.21,355.6,0.093,-9.33,0,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,613,11.35,0,0,13.03,0.017,-1.01605,0,-0.710553,0,14.21,355.6,0.1,-9.33,0,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,614,11.22,0,0,13.02,0.017,-1.01605,0,-0.710553,0,14.19,355.6,0.073,-9.33,0,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,615,11.35,0,0,13.01,0.017,-1.01605,0,-0.710553,0,14.18,355.6,0.102,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,616,11.35,0,0,13.01,0.019,-1.01605,0,-0.710553,0,14.18,355.6,0.075,-9.33,0,10.09,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,617,11.38,0,0,13.02,0.021,-1.01605,0,-0.710553,0,14.16,355.6,0.102,-9.34,0.047,10.09,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,618,11.32,0,0,13.02,0.016,-1.01605,0,-0.710553,0,14.16,355.6,0.144,-9.39,0.11,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,619,11.32,0,0,13.03,0.024,-1.01605,0,-0.710553,0,14.15,355.5,0.141,-9.4,0.115,10.08,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,620,11.24,0,0,13.03,0.025,-1.01605,0,-0.710553,0,14.13,355.6,0.11,-9.34,0.047,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,621,11.24,0,0,13.03,0.023,-1.01605,0,-0.710553,0,14.13,355.5,0.163,-9.5,0.125,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,622,11.26,0,0,13.04,0.013,-1.01605,0,-0.710553,0,14.13,355.4,0.111,-9.59,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,623,11.35,0,0,13.04,0.016,-1.01605,0,-0.710553,0,14.11,355.5,0.141,-9.58,0.047,10.11,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,624,11.37,0,0,13.04,0.022,-1.01605,0,-0.710553,0,14.11,355.4,0.133,-9.59,0,10.11,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,625,11.35,0,0,13.03,0.022,-1.01605,0,-0.710553,0,14.1,355.4,0.116,-9.59,0,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,626,11.41,0,0,13.02,0.023,-1.01605,0,-0.698710,0.064,14.09,355.4,0.113,-9.59,0,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,627,11.31,0,0,13.03,0.022,-1.01605,0,-0.675025,0.107,14.09,355.5,0.132,-9.58,0.047,10.11,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,628,11.35,0,0,13.02,0.026,-1.01605,0,-0.686868,0.089,14.09,355.5,0.117,-9.59,0,10.11,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,629,11.45,0,0,13.02,0.021,-1.01605,0,-0.651340,0.132,14.08,355.5,0.109,-9.59,0,10.11,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,630,11.29,0,0,13,0.023,-1.01605,0,-0.698710,0.064,14.06,355.5,0.125,-9.56,0.088,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,631,11.36,0,0,13,0.021,-1.01605,0,-0.710553,0,14.06,355.5,0.12,-9.57,0.065,10.11,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,632,11.35,0,0,13.01,0.027,-1.01605,0,-0.686868,0.089,14.06,355.5,0.066,-9.59,0,10.11,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,633,11.22,0,0,12.98,0.02,-1.01605,0,-0.663183,0.121,14.05,355.5,0.095,-9.56,0.088,10.11,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,634,11.27,0,0,12.99,0.018,-1.01605,0,-0.615812,0.157,14.04,355.5,0.03,-9.59,0,10.11,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,635,11.26,0,0,12.97,0.016,-1.01605,0,-0.568442,0.174,14.04,355.5,0.136,-9.5,0.122,10.11,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,636,11.36,0,0,12.97,0.02,-1.01605,0,-0.450017,0.157,14.04,355.4,0.075,-9.59,0,10.1,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,637,11.3,0,0,12.97,0.014,-0.914449,0.155,-0.367119,0.064,14.04,355.4,0.1,-9.59,0,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,638,11.25,0,0,12.96,0.011,-0.722527,0.115,-0.355276,0,14.04,355.3,0.094,-9.59,0,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,639,11.35,0,0,12.95,0.009,-0.587054,0.15,-0.355276,0,14.04,355.4,0.075,-9.59,0,10.09,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,640,11.33,0,0,12.95,0.009,-0.406424,0.135,-0.355278,0,14.03,355.4,0.114,-9.56,0.078,10.09,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,641,11.34,0,0,12.95,0.008,-0.338687,0,-0.319751,0.107,14.02,355.3,0.097,-9.59,0,10.08,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,642,11.35,0,0,12.94,0.009,-0.338688,0,-0.153955,0.176,14.01,355.3,0.057,-9.59,0,10.09,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,643,11.28,0,0,12.94,0.01,-0.338688,0,0,0,14.01,355.3,0.078,-9.59,0,10.08,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,644,11.35,0,0,12.95,0.008,-0.316110,0.084,0.201326,0.176,14.01,355.4,0.056,-9.59,0,10.09,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,645,11.35,0,0,12.94,0.007,-0.079027,0.143,0.355281,0,14.01,355.4,0,-9.59,0,10.09,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,646,11.35,0,0,12.96,0.006,0.169345,0.169,0.355281,0,14.01,355.4,0.078,-9.62,0.078,10.11,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,647,11.37,0,0,12.96,0.005,0.338689,0,0.438180,0.15,14,355.2,0.11,-9.79,0.11,10.11,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,648,11.35,0,0,12.95,0.008,0.338689,0,0.675034,0.107,13.99,355.3,0.129,-9.73,0.129,10.1,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,649,11.25,0,0,12.95,0.009,0.440296,0.155,0.923731,0.174,13.99,355.1,0.006,-9.85,0,10.1,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,650,11.25,0,0,12.95,0.009,0.666089,0.163,1.06584,0,13.99,355.1,0.047,-9.84,0.047,10.09,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,651,11.37,0,0,12.95,0.009,1.00478,0.061,1.10137,0.107,13.99,355.1,0.066,-9.83,0.065,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,652,11.36,0,0,12.95,0.01,1.08380,0.135,1.46849,0.121,13.99,355.1,0,-9.85,0,10.09,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,653,11.39,0,0,12.95,0.009,1.41120,0.177,1.77640,0,13.99,355.1,0.007,-9.85,0,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,654,11.24,0,0,12.94,0.009,1.70473,0.061,1.95404,0.178,13.99,355.1,0.047,-9.84,0.047,10.09,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,655,11.24,0,0,12.95,0.013,2.09987,0.183,2.43959,0.121,13.99,355.1,0.048,-9.84,0.047,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,656,11.29,0,0,12.95,0.015,2.40469,0.102,2.67644,0.177,13.97,355.1,0.03,-9.85,0,10.09,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,657,11.35,0,0,12.95,0.017,2.68693,0.084,2.84224,0,13.97,355.1,0.005,-9.85,0,10.08,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,658,11.35,0,0,12.95,0.015,2.89014,0.19,3.13830,0.207,13.97,355.1,0.041,-9.85,0,10.09,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,659,11.36,0,0,12.96,0.015,3.42075,0.16,3.65938,0.163,13.97,355.1,0.082,-9.85,0,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,700,11.21,0,0,12.96,0.014,3.90620,0.169,4.19230,0.142,13.97,355.1,0.111,-9.85,0,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,701,11.36,0,0,12.96,0.016,4.23359,0.169,4.55941,0.161,13.96,355.2,0.097,-9.85,0,10.1,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,702,13.14,0,0,12.96,0.013,4.68517,0.177,5.00943,0.141,13.96,355.2,0.121,-9.85,0,10.11,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,703,13.25,0,0,12.96,0.015,5.22707,0.189,5.54235,0.174,13.95,355.3,0.089,-9.85,0,10.12,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,704,13.26,0,0,12.96,0.012,5.78026,0.23,6.05158,0.234,13.94,355.3,0.102,-9.85,0,10.13,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,705,13.22,0,0,12.97,0.014,6.28828,0.189,6.58449,0.2,13.94,355.3,0.097,-9.88,0.078,10.14,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,706,13.24,0,0,12.97,0.014,6.77373,0.124,7.08188,0.128,13.94,355.4,0.072,-9.87,0.065,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,707,13.23,0,0,12.97,0.018,7.21402,0.155,7.55558,0.157,13.94,355.3,0.116,-9.9,0.104,10.14,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,708,13.23,0,0,12.97,0.02,7.53013,0.143,7.88717,0.142,13.94,355.4,0.03,-9.85,0,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,709,13.21,0,0,12.98,0.017,7.99299,0.166,8.36087,0.177,13.94,355.4,0.063,-9.86,0.047,10.14,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,710,13.22,0,0,12.99,0.016,8.28652,0.169,8.65694,0.171,13.94,355.3,0.092,-9.88,0.088,10.14,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,711,13.22,0,0,12.99,0.01,8.73810,0.161,9.14248,0.157,13.95,355.2,0.134,-10.02,0.122,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,712,13.23,0,0,12.99,0.015,9.18968,0.258,9.59249,0.225,13.95,355.2,0.101,-10.09,0.065,10.15,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,713,13.19,0,0,12.99,0.013,9.78802,0.202,10.1136,0.177,13.96,355.2,0.143,-10.07,0.088,10.16,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,714,13.21,0,0,13,0.027,10.3186,0.209,10.6938,0.212,13.97,355.2,0.104,-10.11,0,10.16,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,715,13.22,0,0,13.11,0.02,10.9283,0.194,11.2978,0.169,13.97,355.4,0.08,-10.11,0,10.19,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,716,13.23,0,0,13.12,0.016,11.5379,0.173,11.9373,0.174,13.97,355.4,0.076,-10.11,0,10.19,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,717,13.22,0,0,13.13,0.01,12.1024,0.173,12.5531,0.231,13.97,355.4,0.05,-10.11,0,10.2,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,718,13.25,0,0,13.13,0.01,12.712,0.169,13.0979,0.238,13.97,355.4,0.091,-10.14,0.088,10.2,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,719,13.18,0,0,13.13,0,13.2313,0.213,13.6545,0.176,13.99,355.4,0.088,-10.14,0.088,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,720,13.22,0,0,13.13,0,13.7281,0.19,14.1163,0.157,13.99,355.2,0.078,-10.34,0.078,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,721,13.2,0,0,13.13,0,14.2586,0.202,14.6256,0.244,13.99,355.2,0.065,-10.35,0.065,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,722,13.23,0,0,13.13,0,14.9247,0.23,15.3124,0.28,13.99,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,723,13.21,0,0,13.13,0,15.6586,0.208,16.0822,0.258,13.99,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,724,13.24,0,0,13.13,0.005,16.4150,0.243,16.8046,0.262,14.01,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,725,13.22,0,0,13.14,0.012,17.1826,0.23,17.6336,0.234,14.01,355.2,0.07,-10.37,0,10.21,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,726,13.22,0,0,13.15,0.02,17.9729,0.261,18.4152,0.276,14.01,355.4,0.118,-10.37,0,10.24,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,727,13.27,0,0,13.16,0.018,18.8422,0.309,19.2678,0.27,14.03,355.4,0.104,-10.37,0,10.24,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,728,13.25,0,0,13.16,0.016,19.7679,0.296,20.2152,0.295,14.04,355.5,0.056,-10.37,0,10.26,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,729,13.23,0,0,13.17,0.016,20.7050,0.3,21.1271,0.314,14.04,355.5,0,-10.37,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,730,13.23,0,0,13.17,0.015,21.6645,0.255,22.0508,0.242,14.04,355.5,0.056,-10.37,0,10.27,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,731,13.19,0,0,13.17,0.014,22.4774,0.239,22.8561,0.231,14.04,355.7,0.12,-10.37,0,10.3,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,732,13.23,0,0,13.19,0.026,23.0645,0.134,23.4601,0.145,14.05,355.7,0.127,-10.41,0.097,10.32,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,733,13.25,0,0,13.23,0.017,23.6515,0.154,24.0759,0.176,14.06,355.6,0.103,-10.57,0.11,10.33,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,734,13.23,0,0,13.24,0.016,24.3063,0.189,24.7509,0.212,14.07,355.6,0.065,-10.61,0.065,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,735,13.28,0,0,13.25,0.007,25.1417,0.272,25.5444,0.265,14.08,355.6,0.078,-10.6,0.078,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,736,13.25,0,0,13.25,0,26.0675,0.269,26.4918,0.285,14.09,355.6,0.047,-10.64,0.047,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,737,13.26,0,0,13.25,0,26.9368,0.243,27.3800,0.274,14.09,355.5,0.122,-10.71,0.122,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,738,13.23,0,0,13.25,0,27.8173,0.258,28.1971,0.251,14.1,355.6,0.047,-10.64,0.047,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,739,13.25,0,0,13.25,0,28.5963,0.272,28.9906,0.253,14.11,355.5,0.11,-10.69,0.11,10.33,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,740,13.27,0,0,13.26,0.003,29.3753,0.246,29.7603,0.237,14.11,355.4,0.092,-10.85,0.088,10.34,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,741,13.25,0,0,13.26,0,30.1204,0.302,30.5301,0.258,14.13,355.4,0.03,-10.89,0,10.34,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,742,13.26,0,0,13.26,0,30.9445,0.283,31.3946,0.282,14.13,355.4,0.056,-10.89,0,10.34,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,743,13.27,0,0,13.26,0,31.8590,0.289,32.2709,0.291,14.13,355.5,0.115,-10.89,0,10.37,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,744,13.22,0,0,13.27,0.014,32.7734,0.335,33.1591,0.309,14.14,355.6,0.079,-10.89,0,10.4,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,745,13.26,0,0,13.28,0.013,33.8572,0.376,34.2723,0.364,14.16,355.7,0.041,-10.89,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,746,13.22,0,0,13.29,0.007,35.0539,0.358,35.4211,0.391,14.16,355.7,0.056,-10.9,0.047,10.41,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,747,13.25,0,0,13.29,0.015,36.2506,0.396,36.7119,0.335,14.18,355.5,0.09,-11.14,0.047,10.41,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,748,13.26,0,0,13.31,0.013,37.3908,0.367,37.8370,0.375,14.18,355.5,0.061,-11.15,0,10.42,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,749,13.26,0,0,13.32,0.009,38.5198,0.36,38.9383,0.351,14.18,355.6,0.096,-11.15,0,10.44,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,750,13.27,0,0,13.33,0.012,39.6487,0.326,40.0634,0.363,14.2,355.7,0.137,-11.18,0.088,10.46,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,751,13.25,0,0,13.33,0.016,40.7551,0.331,41.1292,0.327,14.21,355.8,0.063,-11.15,0.047,10.48,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,752,13.27,0,0,13.35,0.014,41.7373,0.335,42.2069,0.31,14.21,355.7,0.1,-11.19,0.097,10.47,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,753,13.25,0,0,13.36,0.014,42.7759,0.292,43.1069,0.322,14.23,355.8,0.027,-11.15,0,10.48,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,754,13.26,0,0,13.39,0.007,43.7129,0.289,44.1253,0.323,14.23,355.7,0.119,-11.33,0.119,10.49,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,755,13.29,0,0,13.39,0.004,44.7177,0.333,45.1201,0.318,14.23,355.6,0.023,-11.41,0,10.49,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,756,13.27,0,0,13.4,0,45.8015,0.335,46.2689,0.363,14.24,355.7,0.11,-11.34,0.11,10.5,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,757,13.27,0,0,13.4,0,47.0659,0.396,47.4650,0.406,14.25,355.8,0.127,-11.25,0.127,10.5,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,758,13.25,0,0,13.4,0.005,48.4771,0.408,48.8505,0.408,14.26,355.8,0.15,-11.41,0,10.53,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,759,13.27,0,0,13.42,0.016,49.9335,0.443,50.3427,0.441,14.27,356.1,0.139,-11.41,0,10.59,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,800,13.29,0,0,13.43,0.013,51.4575,0.494,51.8349,0.48,14.28,356.1,0.122,-11.41,0,10.59,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,801,13.29,0,0,13.46,0.027,52.9929,0.461,53.3625,0.471,14.28,356.1,0.091,-11.41,0,10.58,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,802,13.3,0,0,13.49,0.015,54.5057,0.419,54.8902,0.483,14.29,356.3,0.096,-11.41,0,10.62,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,803,13.3,0,0,13.5,0.015,55.9169,0.404,56.3587,0.394,14.3,356.2,0.128,-11.56,0.127,10.63,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,804,13.28,0,0,13.52,0.007,57.3732,0.459,57.7680,0.455,14.3,356.2,0.111,-11.6,0.11,10.64,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,805,13.27,0,0,13.53,0.002,58.8635,0.432,59.2246,0.422,14.32,356.3,0.128,-11.66,0,10.66,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,806,13.29,0,0,13.53,0.009,60.3085,0.454,60.6576,0.41,14.32,356.4,0.099,-11.65,0.065,10.69,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,807,13.28,0,0,13.55,0.014,61.6971,0.447,62.0905,0.363,14.34,356.5,0.009,-11.66,0,10.71,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,808,13.29,0,0,13.56,0.005,63.0067,0.415,63.4524,0.374,14.35,356.5,0.074,-11.69,0.078,10.71,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,809,13.28,0,0,13.58,0.015,64.3163,0.404,64.7195,0.401,14.36,356.5,0.07,-11.66,0,10.72,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,810,13.3,0,0,13.61,0.014,65.5130,0.378,65.8564,0.349,14.37,356.4,0.138,-11.79,0.13,10.72,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,811,13.27,0,0,13.63,0.009,66.6419,0.346,67.0407,0.345,14.37,356.5,0.129,-11.92,0.047,10.76,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,812,13.27,0,0,13.65,0.013,67.8950,0.368,68.3789,0.397,14.39,356.6,0,-11.92,0,10.78,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,813,13.28,0,0,13.66,0,69.3175,0.413,69.6934,0.441,14.4,356.6,0.003,-11.92,0,10.78,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,814,13.34,0,0,13.66,0,70.7964,0.441,71.2329,0.456,14.42,356.7,0.109,-11.92,0,10.8,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,815,13.32,0,0,13.68,0.019,72.5237,0.493,72.9264,0.557,14.42,356.9,0.097,-11.92,0,10.83,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,816,13.33,0,0,13.7,0.013,74.3865,0.514,74.7739,0.548,14.43,357,0.101,-11.92,0,10.86,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,817,13.32,0,0,13.71,0.015,76.2944,0.58,76.6568,0.556,14.44,357,0.098,-12.16,0.078,10.9,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,818,13.33,0,0,13.76,0.018,78.1685,0.549,78.5398,0.557,14.46,357,0.002,-12.18,0,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,819,13.33,0,0,13.77,0,79.9297,0.525,80.3636,0.53,14.47,356.9,0.11,-12.24,0.11,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,820,13.31,0,0,13.77,0,81.4086,0.376,81.8439,0.415,14.48,357,0.047,-12.19,0.047,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,821,13.31,0,0,13.77,0,82.5262,0.307,82.9097,0.337,14.49,357,0.089,-12.2,0.065,10.91,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,822,13.3,0,0,13.78,0.013,83.6665,0.296,83.9992,0.375,14.51,357,0.119,-12.41,0.088,10.94,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,823,13.33,0,0,13.8,0,84.7390,0.365,85.1243,0.326,14.52,357.1,0,-12.44,0,10.97,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,824,13.32,0,0,13.82,0.014,85.9018,0.366,86.3322,0.355,14.52,357.1,0.001,-12.44,0,10.97,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,825,13.31,0.012767,0.069,13.84,0.013,87.3356,0.5,87.7415,0.445,14.54,357.1,0.054,-12.47,0.078,10.98,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,826,13.34,0,0,13.86,0.013,89.1419,0.569,89.5297,0.58,14.56,357.2,0.103,-12.61,0.122,11.02,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,827,13.32,0,0,13.88,0.014,91.0046,0.568,91.4363,0.546,14.56,357.2,0.142,-12.69,0.142,11.04,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,828,13.34,0,0,13.89,0,92.8448,0.493,93.1890,0.52,14.58,357.2,0.148,-12.71,0.17,11.04,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,829,13.35,0,0,13.9,0.014,94.3576,0.459,94.7759,0.456,14.6,357.2,0.14,-12.87,0.122,11.09,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,830,13.37,0,0,13.94,0.03,96.0059,0.469,96.3865,0.52,14.61,357.3,0.106,-12.96,0,11.11,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,831,13.35,0,0,13.98,0.011,97.8235,0.574,98.2458,0.571,14.62,357.4,0.123,-12.96,0,11.14,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,832,13.37,0.012767,0.069,14,0.007,99.8326,0.591,100.271,0.592,14.64,357.5,0.111,-13.06,0.127,11.17,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,833,13.35,0.025534,0.096,14.01,0.011,101.774,0.565,102.189,0.569,14.66,357.5,0.123,-13.22,0,11.2,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,834,13.33,0.102136,0.169,14.03,0.011,103.569,0.535,103.989,0.495,14.66,357.6,0.078,-13.25,0.078,11.22,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,835,13.35,0.204272,0.191,14.06,0.011,105.194,0.459,105.634,0.471,14.68,357.5,0.129,-13.36,0.129,11.22,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,836,13.35,0.319172,0.143,14.06,0.012,106.865,0.468,107.221,0.453,14.7,357.7,0.167,-13.08,0.174,11.22,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,837,13.38,0.344705,0.115,14.07,0.015,108.592,0.577,108.985,0.54,14.71,357.6,0.082,-13.2,0.065,11.21,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,838,13.37,0.319168,0.143,14.11,0.017,110.453,0.53,110.855,0.514,14.73,357.6,0.086,-13.23,0.082,11.22,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,839,13.36,0.331935,0.13,14.12,0.005,112.158,0.48,112.560,0.45,14.74,357.5,0.172,-13.35,0.174,11.23,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,840,13.37,0.204266,0.191,14.12,0,113.613,0.388,113.980,0.368,14.75,357.5,0.142,-13.33,0.128,11.23,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,841,13.37,0.204266,0.191,14.12,0,114.889,0.378,115.307,0.386,14.77,357.5,0.16,-13.39,0.122,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,842,13.37,0.242564,0.185,14.14,0.014,116.130,0.294,116.525,0.355,14.78,357.4,0.138,-13.45,0.078,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,843,13.37,0.370229,0.069,14.14,0.019,117.191,0.321,117.626,0.309,14.8,357.5,0.147,-13.41,0.115,11.23,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,844,13.37,0.382991,0,14.15,0.015,118.172,0.289,118.62,0.249,14.81,357.4,0.074,-13.48,0,11.23,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,845,13.34,0.382991,0,14.15,0.021,118.905,0.281,119.307,0.276,14.83,357.6,0.058,-13.22,0.067,11.23,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,846,13.37,0.382987,0,14.15,0.018,119.954,0.395,120.336,0.342,14.83,357.7,0.149,-13.19,0.155,11.23,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,847,13.39,0.382986,0,14.16,0.014,121.196,0.443,121.579,0.385,14.85,357.5,0.156,-13.38,0.125,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,848,13.37,0.382983,0,14.17,0.015,122.526,0.441,122.904,0.472,14.85,357.5,0.169,-13.38,0.125,11.24,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,849,13.35,0.370216,0.069,14.18,0.019,123.994,0.46,124.372,0.479,14.87,357.4,0.105,-13.46,0.065,11.24,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,850,13.4,0.382978,0,14.19,0.017,125.539,0.48,125.863,0.469,14.88,357.6,0.167,-13.43,0.104,11.26,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,851,13.36,0.382977,0,14.22,0.022,127.074,0.434,127.319,0.445,14.9,357.7,0.032,-13.48,0,11.3,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,852,13.38,0.382975,0,14.24,0,128.507,0.46,128.810,0.473,14.9,358,0.141,-13.59,0.128,11.37,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,853,13.4,0.382973,0,14.26,0.014,130.188,0.577,130.574,0.555,14.92,358,0.118,-13.91,0.122,11.43,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,854,13.38,0.382971,0,14.28,0.01,132.118,0.585,132.575,0.611,14.92,357.9,0.054,-13.99,0.047,11.43,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,855,13.4,0.382970,0,14.3,0.012,134.172,0.582,134.575,0.595,14.95,358.1,0.14,-14,0,11.46,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,856,13.4,0.382968,0,14.32,0.014,135.966,0.508,136.363,0.5,14.95,358.2,0.065,-14.01,0.065,11.49,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,857,13.37,0.382967,0,14.33,0.015,137.670,0.515,138.067,0.505,14.97,358.2,0.076,-13.98,0.065,11.49,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,858,13.4,0.382965,0,14.35,0.014,139.532,0.528,139.878,0.516,14.99,358.1,0.138,-14.16,0.125,11.5,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,859,13.41,0.382965,0,14.37,0.013,141.169,0.46,141.536,0.483,15,358.2,0.137,-14.31,0.104,11.55,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,900,13.38,0.382965,0,14.42,0.023,142.715,0.443,143.04,0.393,15.02,358.5,0.199,-14.19,0.115,11.59,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,901,13.4,0.382965,0,14.47,0.015,144.149,0.473,144.425,0.446,15.03,358.9,0.115,-14.09,0.125,11.63,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,902,13.41,0.382965,0,14.49,0.008,145.729,0.482,146.024,0.467,15.04,358.6,0.144,-14.44,0.133,11.65,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,903,13.41,0.382966,0,14.51,0.015,147.287,0.479,147.611,0.492,15.07,358.8,0.03,-14.51,0,11.7,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,904,13.42,0.382966,0,14.56,0.018,149.048,0.452,149.281,0.556,15.09,358.9,0.2,-14.67,0.127,11.74,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,905,13.41,0.382966,0,14.6,0.016,150.798,0.496,151.069,0.526,15.1,359.1,0.123,-14.87,0.157,11.82,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,906,13.4,0.382966,0,14.64,0.017,152.288,0.447,152.584,0.386,15.12,359,0.06,-15.02,0.047,11.83,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,907,13.44,0.382966,0,14.66,0.025,153.608,0.397,153.863,0.397,15.14,359.2,0.122,-15.08,0.118,11.88,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,908,13.44,0.395732,0.069,14.72,0.008,154.850,0.349,155.106,0.349,15.16,359.4,0.175,-15.2,0.183,11.95,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,909,13.42,0.472324,0.162,14.73,0.01,156.182,0.458,156.468,0.407,15.19,359.4,0.111,-15.21,0.119,11.96,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,910,13.41,0.446792,0.143,14.77,0.014,157.751,0.503,157.995,0.508,15.21,359.3,0.124,-15.45,0.127,11.97,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,911,13.42,0.395732,0.069,14.81,0.013,159.298,0.468,159.594,0.439,15.23,359.5,0.168,-15.43,0.146,12.01,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,912,13.42,0.446794,0.143,14.82,0.01,160.822,0.44,161.134,0.491,15.25,359.5,0.115,-15.48,0.115,12.02,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,913,13.44,0.523387,0.185,14.84,0.007,162.436,0.505,162.685,0.506,15.27,359.7,0.103,-15.32,0.103,12.02,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,914,13.43,0.548918,0.19,14.84,0,164.298,0.587,164.544,0.568,15.29,359.7,0.183,-15.34,0.182,12.02,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,915,13.44,0.497855,0.175,14.85,0.005,166.093,0.551,166.391,0.555,15.31,359.7,0.204,-15.27,0.211,12.02,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,916,13.43,0.497855,0.175,14.86,0.013,167.899,0.49,168.155,0.554,15.34,359.7,0.106,-15.3,0.105,12.02,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,917,13.44,0.421261,0.115,14.9,0.022,169.840,0.698,170.108,0.66,15.35,359.8,0.164,-15.46,0.139,12.07,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,918,13.46,0.382965,0,14.95,0.014,172.030,0.637,172.335,0.653,15.38,359.9,0.124,-15.9,0.155,12.17,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,919,13.47,0.382966,0,15,0.011,174.232,0.676,174.490,0.683,15.39,360,0.141,-16.03,0.097,12.22,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,920,13.44,0.382966,0,15.04,0.02,176.286,0.507,176.586,0.522,15.42,360.2,0.159,-16.22,0.128,12.29,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,921,13.43,0.459559,0.153,15.07,0.015,177.799,0.405,178.114,0.416,15.44,360.4,0.146,-16.19,0.146,12.32,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,922,13.46,0.612745,0.188,15.12,0.02,179.199,0.372,179.369,0.33,15.46,360.2,0.118,-16.53,0.11,12.35,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,923,13.47,0.753165,0.069,15.15,0.022,180.598,0.48,180.813,0.44,15.49,360.3,0.171,-16.5,0.122,12.36,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,924,13.47,0.740399,0.096,15.18,0.005,182.246,0.503,182.471,0.575,15.51,360.6,0.062,-16.54,0.097,12.44,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,925,13.5,0.663805,0.169,15.22,0.015,184.040,0.53,184.258,0.504,15.54,360.7,0.155,-16.69,0.127,12.48,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,926,13.47,0.740396,0.096,15.23,0.01,185.609,0.384,185.75,0.382,15.57,360.9,0.238,-16.55,0.209,12.49,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,927,13.48,0.765926,0,15.26,0.02,187.189,0.492,187.277,0.471,15.59,360.9,0.126,-16.61,0.155,12.5,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,928,13.47,0.765924,0,15.3,0.014,188.961,0.612,189.088,0.636,15.62,360.8,0.2,-16.84,0.183,12.51,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,929,13.43,0.765923,0,15.3,0.014,191.500,0.873,191.634,0.874,15.64,360.8,0.121,-16.85,0.095,12.52,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,930,13.48,0.765921,0,15.33,0.019,194.773,1.046,194.878,1.052,15.67,360.9,0.218,-16.96,0.229,12.56,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,931,13.46,0.76592,0,15.35,0.014,198.306,1.069,198.442,1.068,15.69,360.8,0.055,-17.11,0.047,12.57,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,932,13.48,0.765918,0,15.37,0.012,201.703,0.902,201.768,0.875,15.72,361,0.183,-17.18,0.152,12.63,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,933,13.47,0.765917,0,15.38,0.013,204.198,0.606,204.196,0.581,15.74,361.2,0.128,-17.1,0.125,12.64,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,934,13.47,0.765915,0,15.39,0.005,205.868,0.39,205.888,0.362,15.77,361.1,0.184,-17.14,0.129,12.64,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,935,13.48,0.765915,0,15.39,0,206.940,0.319,206.966,0.361,15.82,361.2,0.273,-17.02,0.262,12.64,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,936,13.48,0.765913,0,15.41,0.017,207.843,0.335,207.877,0.336,15.84,361,0.181,-17.44,0.179,12.68,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,937,13.47,0.765912,0,15.45,0.007,208.734,0.241,208.895,0.223,15.87,361.3,0.144,-17.23,0.146,12.69,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,938,13.51,0.765911,0,15.45,0,209.400,0.185,209.593,0.171,15.89,361.3,0.126,-17.22,0.128,12.69,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,939,13.49,0.765910,0,15.45,0,210.156,0.285,210.304,0.297,15.91,361.3,0.141,-17.38,0.065,12.71,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,940,13.47,0.765908,0,15.48,0.025,211.205,0.34,211.487,0.349,15.94,361.4,0.161,-17.42,0.182,12.75,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,941,13.48,0.765908,0,15.52,0.019,212.65,0.467,212.849,0.444,15.97,361.5,0.084,-17.55,0.119,12.78,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,942,13.5,0.765907,0,15.57,0.018,214.196,0.46,214.388,0.508,16,361.7,0.188,-17.68,0.11,12.85,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,943,13.5,0.765907,0,15.61,0.008,215.912,0.543,216.128,0.548,16.02,361.7,0.129,-18.02,0.129,12.92,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,944,13.47,0.765905,0,15.66,0.016,218.248,0.828,218.437,0.825,16.05,361.7,0.182,-18.22,0.166,12.95,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,945,13.47,0.765905,0,15.68,0.019,221.284,0.932,221.480,0.916,16.08,361.7,0.186,-18.34,0.185,12.98,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,946,13.45,0.765904,0,15.71,0.023,224.557,0.965,224.570,0.901,16.1,361.9,0.209,-18.35,0.182,13.01,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,947,13.5,0.765904,0,15.79,0.023,227.244,0.704,227.222,0.706,16.14,361.8,0.23,-18.93,0.236,13.11,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,948,13.51,0.765903,0,15.84,0.019,229.366,0.52,229.353,0.545,16.16,362.2,0.186,-18.82,0.158,13.16,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,949,13.47,0.765903,0,15.88,0.011,230.709,0.264,230.655,0.28,16.19,362.2,0.229,-19.12,0.185,13.22,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,950,13.49,0.765902,0,15.92,0.023,231.566,0.264,231.496,0.262,16.23,362.6,0.154,-19.02,0.196,13.26,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,951,13.48,0.765900,0,15.98,0.021,232.548,0.314,232.49,0.327,16.25,362.6,0.174,-19.25,0.115,13.31,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,952,13.49,0.765896,0,16.03,0.02,233.687,0.404,233.590,0.374,16.29,362.7,0.129,-19.51,0.163,13.38,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,953,13.5,0.765892,0,16.06,0.023,234.916,0.516,234.844,0.473,16.32,362.9,0.159,-19.49,0.169,13.41,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,954,13.48,0.765887,0,16.11,0.015,236.889,0.61,236.737,0.66,16.35,362.9,0.135,-19.75,0.14,13.46,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,955,13.47,0.765882,0,16.12,0.014,239.416,0.848,239.222,0.828,16.39,362.8,0.175,-19.64,0.11,13.43,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,956,13.49,0.765876,0,16.14,0.023,241.965,0.629,241.695,0.653,16.42,363,0.163,-19.37,0.163,13.41,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,957,13.47,0.765871,0,16.17,0.011,243.826,0.444,243.528,0.425,16.45,363,0.18,-19.48,0.178,13.44,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,958,13.48,0.765865,0,16.2,0.018,245.303,0.452,245.018,0.462,16.48,363,0.148,-19.51,0.149,13.44,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,959,13.47,0.765859,0,16.24,0.01,246.328,0.226,246.082,0.28,16.51,363.1,0.169,-19.62,0.119,13.48,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1000,13.47,0.765854,0,16.27,0.015,246.959,0.22,246.814,0.238,16.54,363.2,0.204,-19.64,0.245,13.51,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1001,13.47,0.765847,0,16.29,0.007,248.074,0.414,247.807,0.504,16.57,363.2,0.211,-19.88,0.202,13.54,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1002,13.46,0.765844,0,16.34,0.017,249.946,0.547,249.783,0.62,16.6,363.2,0.153,-20.03,0.191,13.58,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1003,13.46,0.765837,0,16.35,0.007,251.863,0.566,251.793,0.63,16.63,363.3,0.14,-20.32,0.127,13.64,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1004,13.47,0.765834,0,16.39,0.024,254.525,0.913,254.468,0.92,16.66,363.6,0.207,-20.38,0.157,13.71,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1005,13.49,0.765827,0,16.46,0.019,257.491,0.652,257.461,0.633,16.69,363.6,0.132,-20.62,0.128,13.76,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1006,13.47,0.765825,0,16.49,0.013,258.631,0.126,258.514,0.132,16.73,363.7,0.297,-20.65,0.316,13.78,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1007,13.48,0.765818,0,16.5,0.013,257.917,0.41,257.718,0.427,16.76,363.8,0.234,-20.29,0.233,13.73,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1008,13.46,0.765817,0,16.49,0.012,256.472,0.435,256.238,0.417,16.79,363.8,0.147,-20.15,0.11,13.71,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1009,13.48,0.765810,0,16.52,0.02,255.748,0.182,255.455,0.199,16.82,364,0.137,-20.2,0.176,13.75,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1010,13.47,0.765810,0,16.58,0.022,255.003,0.347,254.720,0.319,16.84,364.1,0.206,-20.7,0.29,13.86,0.047,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1011,13.43,0.765804,0,16.64,0.016,253.093,0.72,252.836,0.76,16.88,363.9,0.158,-21.09,0.158,13.9,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1012,13.45,0.880674,0.175,16.63,0.014,250.836,0.672,250.350,0.697,16.91,364.1,0.171,-20.83,0.247,13.89,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1013,13.48,0.842378,0.153,16.61,0.015,248.927,0.474,248.501,0.462,16.93,363.9,0.114,-20.67,0.128,13.82,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1014,13.45,0.765798,0,16.58,0.016,247.990,0.168,247.814,0.157,16.97,363.8,0.141,-20.54,0.211,13.78,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1015,13.46,0.765793,0,16.57,0.007,248.711,0.378,248.251,0.311,16.99,363.9,0.103,-20.23,0.133,13.75,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1016,13.48,0.765792,0,16.57,0.008,250.178,0.613,249.647,0.537,17.02,364.1,0.211,-20.05,0.217,13.74,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1017,13.43,0.765784,0,16.6,0.017,252.500,0.75,251.930,0.724,17.04,364.1,0.117,-20.27,0.11,13.79,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1018,13.48,0.765781,0,16.62,0,254.993,0.713,254.379,0.689,17.06,364.3,0.161,-20.09,0.16,13.79,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1019,13.45,0.765772,0,16.67,0.016,257.642,0.639,256.993,0.702,17.09,364.3,0.152,-20.48,0.17,13.85,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1020,13.46,0.765768,0,16.69,0.015,260.496,0.95,259.821,0.946,17.11,364.4,0.169,-20.48,0.195,13.88,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1021,13.49,0.765760,0,16.76,0.025,263.540,0.729,262.979,0.798,17.14,364.5,0.128,-20.78,0.155,13.95,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1022,13.48,0.765754,0,16.78,0.003,265.401,0.447,264.824,0.451,17.16,364.7,0.109,-20.79,0.128,13.99,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1023,13.46,0.765746,0,16.84,0.033,266.899,0.534,266.407,0.517,17.19,364.9,0.22,-20.99,0.15,14.07,0.033,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1024,13.46,0.765740,0,16.91,0.021,269.064,0.719,268.631,0.826,17.21,365,0.178,-21.19,0.238,14.13,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1025,13.45,0.765734,0,16.95,0.01,271.600,0.664,271.055,0.646,17.24,365.2,0.268,-21.15,0.317,14.15,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1026,13.47,0.765727,0,16.97,0.021,273.731,0.645,273.267,0.658,17.26,365.1,0.239,-20.99,0.212,14.11,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1027,13.47,0.765722,0,16.96,0.017,276.178,0.819,275.739,0.803,17.29,365.2,0.223,-20.54,0.211,14.05,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1028,13.46,0.765715,0,16.94,0.011,278.478,0.475,278.021,0.515,17.31,365.2,0.184,-20.09,0.174,13.97,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1029,13.47,0.765710,0,16.94,0.013,279.119,0.169,278.682,0.157,17.34,365,0.103,-20.26,0.123,13.96,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1030,13.46,0.765704,0,16.96,0.011,279.309,0.238,278.822,0.237,17.35,365.6,0.219,-19.86,0.27,13.98,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1031,13.48,0.778462,0.069,16.94,0.016,280.549,0.488,280.040,0.524,17.38,365.7,0.185,-19.54,0.185,13.94,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1032,13.48,0.803979,0.115,16.93,0.014,281.878,0.184,281.328,0.212,17.39,365.5,0.099,-19.7,0.105,13.95,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1033,13.47,0.867784,0.169,16.97,0.029,282.012,0.138,281.493,0.191,17.41,365.5,0.247,-20.11,0.143,14.01,0.04,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1034,13.46,0.765685,0,17.04,0.016,282.450,0.353,282.224,0.316,17.43,365.7,0.148,-20.58,0.185,14.15,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1035,13.46,0.765684,0,17.11,0.021,283.973,0.587,283.845,0.566,17.45,365.9,0.188,-20.57,0.196,14.18,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1036,13.47,0.765678,0,17.11,0.02,285.528,0.367,285.418,0.388,17.47,366.3,0.244,-19.94,0.236,14.13,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1037,13.48,0.765677,0,17.11,0.026,287.175,0.643,287.039,0.643,17.49,365.9,0.126,-20.42,0.216,14.14,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1038,13.45,0.765671,0,17.15,0.019,289.43,0.712,289.345,0.67,17.51,366.1,0.155,-20.51,0.19,14.2,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1039,13.47,0.765671,0,17.22,0.023,291.585,0.505,291.286,0.502,17.54,366.2,0.105,-20.93,0.159,14.3,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1040,13.47,0.765666,0,17.28,0.042,293.569,0.701,293.356,0.741,17.55,366.1,0.17,-21.63,0.248,14.42,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1041,13.43,0.765665,0,17.34,0.014,296.345,0.919,296.066,0.893,17.58,366.3,0.176,-21.76,0.116,14.48,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1042,13.47,0.765661,0,17.42,0.022,300.315,1.353,299.935,1.352,17.61,366.3,0.2,-22.31,0.262,14.57,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1043,13.44,0.803944,0.115,17.45,0.02,305.968,1.837,305.404,1.835,17.64,366.2,0.156,-22.61,0.176,14.62,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1044,13.47,0.995355,0.188,17.48,0.01,312.636,2.027,311.960,1.905,17.66,365.9,0.202,-22.87,0.176,14.61,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1045,13.47,1.18677,0.115,17.52,0.022,319.463,1.917,318.529,1.901,17.69,365.4,0.311,-23.6,0.369,14.64,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1046,13.47,1.33990,0.191,17.54,0.009,326.345,2.131,325.157,2.028,17.72,364.7,0.255,-24.22,0.198,14.63,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1047,13.47,1.68444,0.29,17.54,0.007,334.345,2.461,332.519,2.135,17.74,363.7,0.46,-25.23,0.456,14.63,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1048,13.45,1.93965,0.341,17.55,0.021,342.604,2.286,339.916,2.13,17.78,362,0.655,-27.17,0.741,14.67,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1049,13.45,2.38628,0.162,17.63,0.02,350.638,2.296,347.101,2.112,17.8,359.6,0.652,-30.06,0.842,14.77,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1050,13.47,2.90947,0.703,17.66,0.025,360.251,3.7,355.551,2.817,17.83,356.7,0.994,-33.49,1.105,14.86,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1051,13.47,13.0798,7.88,17.73,0.012,379.275,8.1,363.671,1.584,17.85,353.1,1.355,-37.32,1.46,14.92,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1052,13.47,31.634,22.82,17.77,0.023,399.574,16.82,368.429,0.849,17.88,348.9,1.26,-42.23,1.436,15.04,0.038,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1053,13.46,94.8381,31.42,17.83,0.016,450.329,23.1,368.712,0.807,17.91,344,1.367,-47.43,1.482,15.1,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1054,13.47,214.253,62.9,17.85,0,535.522,43.4,366.570,1.213,17.94,338.9,1.6,-52.75,1.714,15.14,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1055,13.43,104.460,48.7,17.91,0.04,458.046,33.5,364.012,0.505,17.96,334.6,1.045,-57.92,1.179,15.29,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1056,13.44,105.021,12.78,17.99,0.041,458.836,9.16,361.301,1.236,18,330.5,1.318,-62.58,1.545,15.39,0.045,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1057,13.47,210.565,75.89,18.1,0.045,529.111,50.26,353.240,3.82,18.03,325.9,1.429,-68.05,1.634,15.55,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1058,13.48,336.832,134.7,18.2,0.042,599.996,89.3,335,6.825,18.06,320.8,1.639,-73.98,1.991,15.7,0.067,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1059,13.46,301.995,104.2,18.3,0.043,549.308,64.58,307.444,8.61,18.1,316.8,1.48,-78.72,1.53,15.84,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1100,13.46,428.364,113.1,18.41,0.042,600.830,78.69,276.740,8.63,18.14,312.8,0.732,-83.3,0.843,15.96,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1101,13.47,643.024,171.1,18.49,0.042,712.675,126.3,245.953,9.88,18.19,309.5,0.471,-87.1,0.76,16.05,0.057,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1102,13.46,576.541,133,18.59,0.04,641.090,92.2,216.113,8.47,18.24,307.6,0.827,-89.6,1.092,16.15,0.054,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1103,13.47,449.469,69.63,18.66,0.004,524.630,48.95,183.301,9.77,18.29,306.2,0.406,-91.1,0.381,16.18,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1104,13.46,748.120,134.7,18.69,0.031,680.481,75.99,148.407,9.5,18.34,304,0.885,-93.2,1.047,16.16,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1105,13.44,926.833,3.522,18.81,0.041,761.002,5.409,120.757,6.199,18.4,302.5,0.21,-95.6,0.279,16.32,0.053,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1106,13.46,928.288,0.904,18.88,0.016,745.983,3.6,105.014,3.352,18.45,301.9,0.36,-96.7,0.397,16.4,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1107,13.46,928.466,1.298,18.98,0.022,737.949,0.983,96.0656,1.957,18.52,301.4,0.191,-97.6,0.217,16.48,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1108,13.44,931.452,0.646,19.05,0.024,735.433,0.578,90.6208,1.193,18.58,301.5,0.292,-97.9,0.093,16.56,0.047,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1109,13.45,932.140,0.43,19.15,0.05,733.694,0.425,87.6379,0.604,18.65,302,0.192,-98.1,0.334,16.68,0.05,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1110,13.42,931.579,0.482,19.32,0.049,732.769,0.489,86.1228,0.447,18.74,302.3,0.18,-99,0.309,16.9,0.07,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1111,13.43,931.425,0.43,19.44,0.018,731.855,0.223,84.5012,0.454,18.82,302.8,0.285,-99.2,0.263,17.02,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1112,13.44,931.769,0.843,19.51,0.028,731.888,0.618,83.4358,0.297,18.9,302.6,0.107,-99.5,0.102,17.04,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1113,13.43,930.883,0.553,19.62,0.036,731.173,0.344,82.4884,0.187,18.98,302.7,0.383,-100,0.47,17.13,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1114,13.42,931.621,0.527,19.69,0.016,731.668,0.271,81.4939,0.34,19.06,302.7,0.236,-100.4,0.247,17.21,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1115,13.42,933.131,0.529,19.74,0.018,732.891,0.4,80.8777,0.15,19.14,302.4,0.33,-100.4,0.256,17.18,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1116,13.44,933.906,0.365,19.81,0.036,733.983,0.29,80.3566,0.163,19.22,303.3,0.302,-100.1,0.229,17.27,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1117,13.44,934.216,0.416,19.87,0.004,734.574,0.36,79.7522,0.269,19.3,303.6,0.261,-99.8,0.369,17.28,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1118,13.44,934.569,0.556,19.87,0.004,735.371,0.387,79.5269,0.064,19.38,303.9,0.288,-99.1,0.359,17.21,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1119,13.43,935.236,0.548,19.87,0.015,736.301,0.535,79.2066,0.157,19.46,303.9,0.564,-98.6,0.565,17.11,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1120,13.44,936.239,0.677,19.89,0.017,737.843,0.704,78.9576,0.171,19.53,303.1,0.089,-99.5,0.081,17.13,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1121,13.43,936.920,0.511,19.96,0.021,739.145,0.255,78.9215,0.157,19.61,302.9,0.186,-100.1,0.257,17.21,0.033,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1122,13.43,936.873,0.347,20.03,0.035,739.804,0.486,78.8260,0.001,19.68,303.3,0.311,-100.2,0.2,17.3,0.038,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1123,13.44,936.468,1.653,20.12,0.032,740.586,0.445,78.8252,0,19.75,302.9,0.333,-101.5,0.514,17.45,0.053,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1124,13.44,937.464,0.364,20.22,0.027,741.852,0.432,78.8124,0.064,19.83,303.4,0.182,-101.6,0.19,17.56,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1125,13.44,937.084,0.347,20.31,0.021,742.284,0.276,78.6458,0.178,19.91,303.6,0.309,-101.9,0.346,17.66,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1126,13.42,936.304,0.392,20.38,0.03,742.352,0.257,78.4671,0.001,19.98,304.2,0.319,-101.6,0.338,17.71,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1127,13.44,936.461,0.539,20.4,0.016,743.123,0.508,78.4782,0.064,20.05,304.1,0.312,-101.4,0.399,17.65,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1128,13.44,936.14,0.426,20.34,0.016,743.348,0.191,78.1929,0.151,20.13,303.9,0.338,-100.7,0.193,17.49,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1129,13.42,936.770,0.63,20.31,0.015,744.650,0.588,78.1094,0,20.2,304.1,0.287,-100.2,0.33,17.43,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1130,13.43,937.533,0.343,20.31,0.013,745.969,0.203,78.2146,0.163,20.26,303.3,0.372,-101,0.383,17.44,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1131,13.4,937.744,0.37,20.34,0.015,746.912,0.411,78.1076,0,20.33,303.1,0.209,-101.7,0.248,17.52,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1132,13.43,937.684,0.377,20.38,0.016,747.606,0.451,78.1059,0.001,20.39,303.4,0.201,-101.6,0.122,17.57,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1133,13.43,937.909,0.324,20.44,0.012,748.629,0.185,78.2001,0.157,20.46,304.2,0.279,-101,0.316,17.59,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1134,13.44,936.333,0.603,20.44,0.012,748.433,0.273,78.7074,0.162,20.52,303.7,0.49,-101.5,0.649,17.6,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1135,13.43,936.713,0.574,20.5,0.021,749.423,0.542,78.7426,0.142,20.58,303.8,0.247,-101.9,0.219,17.67,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1136,13.43,938.463,0.723,20.56,0.02,751.187,0.56,78.4803,0.127,20.65,304.4,0.21,-101.7,0.228,17.76,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1137,13.43,938.730,0.236,20.6,0.015,751.773,0.405,78.3500,0.163,20.71,304.1,0.176,-102.1,0.142,17.78,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1138,13.38,938.462,0.338,20.62,0.014,752.339,0.281,78.5609,0.187,20.76,304.1,0.278,-102.3,0.327,17.81,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1139,13.44,939.098,0.376,20.6,0.011,753.082,0.339,78.2176,0.167,20.82,304.2,0.307,-102,0.306,17.77,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1140,13.41,938.092,0.529,20.57,0.011,752.973,0.296,78.1328,0.106,20.88,304.7,0.398,-101.3,0.487,17.73,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1141,13.43,938.778,0.625,20.6,0.013,754.098,0.682,78.1207,0.089,20.93,304.5,0.306,-101.9,0.235,17.81,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1142,13.44,939.115,0.376,20.58,0.032,754.702,0.203,78.0953,0,20.99,304.4,0.369,-101.5,0.176,17.72,0.044,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1143,13.42,939.404,0.244,20.52,0.001,755.308,0.193,78.0950,0.001,21.04,304.1,0.198,-101.5,0.197,17.67,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1144,13.43,939.361,0.268,20.56,0.017,755.756,0.283,78.0344,0.132,21.09,304.2,0.38,-101.7,0.297,17.72,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1145,13.41,939.904,0.784,20.64,0.038,756.858,0.499,78.0813,0.064,21.14,304.3,0.18,-102.2,0.325,17.83,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1146,13.43,940.081,0.63,20.74,0.018,757.647,0.445,78.0919,0,21.2,304.6,0.413,-102.6,0.376,17.96,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1147,13.4,940.088,0.491,20.77,0.015,757.969,0.205,78.0914,0.001,21.25,305.1,0.229,-101.9,0.243,17.9,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1148,13.4,940.306,0.59,20.81,0.021,758.851,0.557,78.2087,0.167,21.3,304.6,0.182,-102.5,0.152,17.92,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1149,13.42,940.309,0.59,20.86,0.014,759.385,0.272,78.4446,0.159,21.36,305,0.348,-102.4,0.345,18,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1150,13.44,939.888,0.545,20.88,0.013,759.510,0.467,78.4909,0.121,21.41,305.3,0.274,-102.2,0.274,18,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1151,13.39,939.226,0.491,20.92,0.013,759.455,0.413,78.5609,0.168,21.46,305.4,0.219,-102.2,0.28,18.02,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1152,13.4,938.895,0.507,21.02,0.043,760.009,0.273,78.7965,0,21.51,305.8,0.179,-102.6,0.145,18.16,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1153,13.38,937.683,0.479,21.14,0.031,759.750,0.423,78.7954,0.001,21.57,305.4,0.508,-103.5,0.557,18.26,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1154,13.4,939.062,0.663,21.22,0.025,760.926,0.588,78.7945,0,21.62,305.4,0.261,-103.6,0.267,18.27,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1155,13.41,938.959,0.549,21.24,0.014,760.903,0.514,78.3437,0.29,21.67,305.5,0.193,-103.2,0.266,18.22,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1156,13.4,939.638,0.937,21.23,0.011,761.527,0.741,78.1182,0.106,21.72,305.3,0.29,-103.3,0.289,18.21,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1157,13.38,940.682,0.686,21.25,0.009,762.384,0.563,78.0815,0.001,21.77,305.1,0.339,-103.7,0.42,18.24,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1158,13.41,941.453,0.539,21.29,0.033,763.325,0.202,78.0808,0,21.82,305.4,0.268,-103.9,0.417,18.32,0.04,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1159,13.41,940.328,0.673,21.35,0.018,762.670,1.421,78.1151,0.106,21.87,305.3,0.245,-104.5,0.369,18.42,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1200,13.41,940.973,0.399,21.4,0.007,763.625,0.365,78.0792,0,21.92,305.7,0.288,-104.3,0.302,18.46,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1201,13.39,940.895,0.485,21.43,0.029,763.962,0.244,78.1253,0.121,21.97,305.5,0.199,-104.5,0.197,18.46,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1202,13.37,940.739,0.52,21.47,0.008,764.050,0.431,78.0777,0,22.01,305.2,0.33,-104.7,0.4,18.45,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1203,13.4,940.163,0.41,21.52,0.028,763.948,0.453,78.2658,0.177,22.06,305.5,0.192,-104.7,0.326,18.49,0.052,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1204,13.4,941.398,0.428,21.6,0.011,765.085,0.367,78.1355,0.132,22.11,305.9,0.277,-104.6,0.33,18.54,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1205,13.41,940.926,0.477,21.62,0.018,764.669,0.396,78.1107,0.106,22.15,306,0.295,-104.6,0.38,18.56,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1206,13.4,941.282,0.503,21.69,0.029,765.435,0.435,78.4655,0.231,22.2,306.5,0.231,-104.5,0.207,18.63,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1207,13.4,941.091,0.468,21.73,0.01,765.684,0.338,78.6892,0.157,22.24,305.8,0.489,-105.1,0.529,18.61,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1208,13.41,940.261,0.537,21.71,0.011,765.187,0.355,78.6892,0.157,22.29,305.4,0.26,-105.1,0.229,18.53,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1209,13.41,939.894,0.61,21.72,0.009,765.303,0.471,78.7830,0,22.33,305.3,0.163,-105.1,0.181,18.53,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1210,13.4,940.875,0.463,21.73,0.012,765.854,0.343,78.5699,0.197,22.36,305.3,0.25,-105.2,0.318,18.54,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1211,13.4,940.510,0.456,21.81,0.044,765.949,0.281,78.6047,0.177,22.4,305.2,0.32,-106.2,0.195,18.7,0.067,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1212,13.37,940.087,0.583,21.91,0.011,765.610,0.45,78.4863,0.226,22.44,306.1,0.421,-106.1,0.42,18.83,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1213,13.41,940.055,0.577,21.99,0.033,765.819,0.338,78.6751,0.163,22.48,306,0.293,-106.8,0.405,18.95,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1214,13.39,940.46,0.458,22.08,0.02,765.895,0.237,78.2134,0.174,22.52,306.6,0.405,-106.6,0.396,19.03,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1215,13.4,940.999,0.497,22.12,0.016,766.135,0.411,78.0944,0.089,22.57,306.4,0.231,-106.9,0.262,19.04,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1216,13.4,940.802,0.446,22.11,0.02,766.086,0.3,78.1412,0.142,22.6,306.9,0.328,-105.9,0.461,18.96,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1217,13.37,940.192,0.402,22.1,0.004,765.930,0.209,78.7318,0.121,22.64,306.1,0.612,-106.6,0.57,18.92,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1218,13.38,939.407,0.434,22.09,0.009,765.293,0.386,78.5419,0.167,22.67,306,0.41,-106.5,0.478,18.89,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1219,13.4,940.596,0.542,22.09,0.011,765.950,0.335,78.1507,0.15,22.71,306,0.296,-106.6,0.25,18.92,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1220,13.38,939.912,0.744,22.16,0.029,765.865,0.373,78.6350,0.173,22.74,306.3,0.213,-106.8,0.338,18.99,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1221,13.4,940.043,0.551,22.15,0.04,765.790,0.423,78.3385,0.15,22.78,306.1,0.313,-106.2,0.606,18.85,0.068,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1222,13.38,939.588,0.501,22.11,0.018,765.399,0.352,78.4325,0.064,22.8,305.9,0.272,-105.8,0.236,18.76,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1223,13.39,939.912,0.383,22.12,0.021,765.708,0.241,78.6092,0.177,22.84,305.8,0.178,-105.9,0.281,18.74,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1224,13.39,939.622,0.517,22.08,0.006,765.543,0.419,78.7740,0.001,22.86,306,0.224,-105.4,0.211,18.71,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1225,13.42,939.424,0.491,22.06,0.013,765.561,0.295,78.7735,0,22.88,306.1,0.255,-105.4,0.239,18.72,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1226,13.4,938.816,0.5,22.07,0.013,764.989,0.419,78.8082,0.107,22.9,305.8,0.227,-106,0.255,18.77,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1227,13.39,939.691,0.717,22.08,0.008,765.053,0.641,78.7723,0,22.92,305.8,0.215,-106.3,0.197,18.81,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1228,13.4,938.636,0.364,22.09,0.002,764.076,0.298,78.4522,0.248,22.95,305.8,0.26,-106.2,0.3,18.82,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1229,13.4,939.525,0.423,22.1,0.011,764.321,0.334,78.0853,0.089,22.96,306.1,0.335,-106,0.323,18.82,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1230,13.42,940.396,0.478,22.12,0.009,764.877,0.368,78.1436,0.15,22.98,306.4,0.325,-105.7,0.376,18.83,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1231,13.41,940.432,0.45,22.1,0.009,764.673,0.403,78.1671,0.163,23.01,306.2,0.342,-105.9,0.505,18.83,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1232,13.38,940.563,0.509,22.15,0.029,764.451,0.307,78.2137,0.176,23.01,305.9,0.242,-107.1,0.325,18.98,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1233,13.38,939.976,0.387,22.18,0.005,763.492,0.404,78.0598,0,23.04,306.9,0.296,-106.2,0.235,19,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1234,13.4,941.319,0.645,22.19,0.013,764.274,0.387,78.0592,0,23.05,306.6,0.619,-106.4,0.594,18.99,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1235,13.4,940.681,0.319,22.19,0.012,763.643,0.294,78.0591,0,23.08,305.9,0.212,-107.1,0.251,18.99,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1236,13.39,940.227,0.468,22.24,0.017,763.005,0.413,78.0703,0.064,23.1,305.9,0.421,-107.4,0.35,19.04,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1237,13.4,939.857,0.355,22.28,0.011,762.543,0.258,78.1176,0.132,23.12,305.9,0.244,-107.8,0.219,19.12,0.033,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1238,13.39,940.322,0.409,22.32,0.007,762.357,0.237,78.0580,0,23.14,306.1,0.174,-108.1,0.173,19.21,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1239,13.4,939.990,0.521,22.31,0.027,761.612,0.554,78.0579,0,23.17,307.5,0.546,-106.9,0.667,19.22,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1240,13.4,939.437,0.37,22.28,0.009,760.752,0.304,77.8091,0.306,23.2,307,0.34,-107.2,0.362,19.2,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1241,13.4,939.844,0.311,22.28,0.004,760.277,0.323,77.3478,0,23.23,306.8,0.241,-107.1,0.19,19.15,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1242,13.37,940.274,0.467,22.29,0.018,760.161,0.514,77.3475,0,23.24,307.4,0.409,-106.8,0.471,19.19,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1243,13.37,940.298,0.511,22.33,0.015,759.89,0.375,77.2883,0.161,23.27,306.7,0.473,-107.5,0.592,19.2,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1244,13.39,940.793,0.582,22.27,0.017,759.538,0.577,77.0870,0.241,23.3,307,0.282,-106.9,0.416,19.13,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1245,13.38,941.620,0.382,22.27,0.016,759.830,0.379,77.3470,0,23.33,306.7,0.237,-107.4,0.251,19.17,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1246,13.4,940.955,0.889,22.24,0.026,758.814,0.719,77.2404,0.187,23.35,306.8,0.271,-107.6,0.333,19.22,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1247,13.35,940.492,0.361,22.23,0.036,758.225,0.337,77.2283,0.191,23.39,306.5,0.341,-107.9,0.48,19.23,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1248,13.37,940.385,0.324,22.31,0.02,757.916,0.304,77.3461,0,23.42,307,0.229,-108.1,0.245,19.35,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1249,13.37,939.920,0.765,22.33,0.006,756.998,0.718,77.3338,0.064,23.45,307.1,0.294,-108.2,0.351,19.38,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1250,13.34,939.110,0.274,22.43,0.036,756.079,0.323,77.2741,0.142,23.48,307.4,0.253,-108.7,0.216,19.53,0.044,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1251,13.4,939.179,0.465,22.55,0.045,755.487,0.337,77.2143,0.171,23.51,307.9,0.236,-108.9,0.256,19.66,0.058,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1252,13.37,938.343,0.647,22.67,0.019,754.444,0.738,77.2966,0.121,23.54,308.6,0.281,-108.9,0.269,19.77,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1253,13.38,937.200,0.518,22.73,0.027,752.870,0.563,76.9411,0.255,23.59,308.9,0.591,-108.7,0.472,19.79,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1254,13.36,938.201,0.616,22.86,0.046,753.463,0.387,77.3427,0,23.62,308.8,0.428,-109.7,0.663,19.96,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1255,13.37,936.840,1.02,22.94,0.009,751.674,0.948,77.3064,0.107,23.67,308.4,0.344,-110.2,0.413,19.98,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1256,13.36,937.830,1.907,22.93,0.012,751.523,1.155,77.0695,0.176,23.7,307.7,0.299,-110.8,0.323,19.95,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1257,13.36,938.750,0.995,22.96,0.02,751.617,0.857,76.9386,0.219,23.74,307.5,0.379,-111.2,0.362,19.99,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1258,13.36,937.510,0.918,23.01,0.021,750.205,0.743,76.7964,0.177,23.78,307.5,0.371,-111.5,0.302,20.04,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1259,13.35,935.549,0.497,23.05,0.001,748.460,0.349,76.9848,0.129,23.82,308.1,0.178,-110.6,0.297,19.98,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1300,13.36,934.463,0.512,23.04,0.01,747.241,0.468,77.2092,0.171,23.85,308.5,0.209,-109.7,0.186,19.9,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1301,13.36,934.530,0.546,23.07,0.021,746.793,0.438,77.2794,0.132,23.88,308.8,0.39,-109.9,0.339,19.98,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1302,13.39,934.044,0.362,23.12,0.015,745.823,0.382,77.3384,0,23.92,308.9,0.401,-109.8,0.384,19.99,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1303,13.37,934.136,0.745,23.15,0.011,745.409,0.712,77.3494,0.064,23.94,309.3,0.152,-109.8,0.17,20.06,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1304,13.35,933.192,0.523,23.2,0.027,743.650,1.179,77.3375,0,23.98,309.7,0.201,-109.6,0.289,20.1,0.05,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1305,13.37,933.986,0.434,23.25,0.015,743.767,0.478,77.3368,0,24.01,309.4,0.349,-110.3,0.392,20.15,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1306,13.36,933.042,0.589,23.24,0.015,741.963,0.82,77.3249,0.064,24.04,309,0.263,-110.5,0.262,20.13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1307,13.37,932.576,0.788,23.23,0,740.751,0.65,77.0050,0.329,24.07,308.9,0.162,-110.8,0.194,20.17,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1308,13.36,933.722,0.749,23.27,0.013,740.592,0.431,76.6265,0,24.1,308.5,0.25,-111.3,0.26,20.19,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1309,13.37,934.073,0.436,23.26,0.017,739.483,0.696,76.2831,0.297,24.14,309,0.378,-110.9,0.545,20.19,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1310,13.37,935.270,0.521,23.26,0.017,739.324,0.574,76.0584,0.174,24.16,308.5,0.326,-111.1,0.38,20.16,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1311,13.36,934.819,0.84,23.29,0.013,738.294,0.476,75.9988,0.15,24.2,309,0.276,-110.8,0.276,20.18,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1312,13.37,935.048,0.699,23.35,0.021,737.730,0.653,75.9987,0.15,24.23,309.4,0.355,-110.5,0.409,20.2,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1313,13.37,933.501,0.333,23.37,0,735.878,0.338,76.1876,0.198,24.26,309.7,0.216,-109.8,0.216,20.13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1314,13.37,933.372,0.49,23.36,0.014,734.930,0.343,76.1520,0.167,24.28,310,0.405,-109.6,0.415,20.14,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1315,13.34,934.988,0.78,23.32,0.013,734.905,0.425,75.9153,0,24.31,309.1,0.268,-110.3,0.259,20.1,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1316,13.33,933.725,0.566,23.37,0.005,733.213,0.704,75.9152,0,24.34,309.2,0.26,-110.4,0.288,20.14,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1317,13.38,933.379,0.818,23.38,0.004,731.881,0.816,75.8322,0.176,24.37,309,0.414,-110.4,0.48,20.12,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1318,13.34,932.943,1.038,23.37,0.012,730.527,0.504,75.5719,0.194,24.39,309.2,0.245,-109.6,0.173,20.02,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1319,13.35,933.515,0.335,23.4,0.013,730.199,0.335,75.7255,0.177,24.42,309.5,0.507,-109.8,0.269,20.09,0.053,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1320,13.37,932.873,0.516,23.4,0.015,728.493,0.675,75.3822,0.2,24.44,309.8,0.256,-109.8,0.201,20.14,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1321,13.38,932.487,0.33,23.32,0.017,727.058,0.423,75.2755,0.142,24.46,310,0.481,-109.5,0.496,20.14,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1322,13.36,931.255,0.615,23.3,0.018,725.474,0.466,75.6414,0.313,24.48,309.9,0.267,-109.9,0.498,20.18,0.057,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1323,13.35,930.741,0.323,23.33,0.014,724.208,0.459,75.5582,0.259,24.51,309.6,0.341,-110.5,0.364,20.23,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1324,13.36,930.349,0.571,23.31,0.005,722.758,0.293,75.2028,0.001,24.52,309.2,0.236,-110.5,0.245,20.17,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1325,13.34,930.816,0.395,23.37,0.033,722.326,0.466,75.3443,0.174,24.54,309.5,0.307,-110.7,0.208,20.23,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1326,13.36,930.181,0.471,23.39,0.017,720.604,0.636,75.2606,0.133,24.57,309.5,0.202,-110.7,0.197,20.24,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1327,13.37,929.590,0.343,23.4,0.004,719.226,0.319,75.2012,0,24.59,309.6,0.269,-110.5,0.276,20.22,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1328,13.35,928.814,0.569,23.41,0.001,717.774,0.564,75.2476,0.12,24.61,310.1,0.204,-109.9,0.227,20.21,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1329,13.37,927.524,0.63,23.46,0.028,716.149,0.437,75.5903,0.248,24.63,310.6,0.34,-109.9,0.232,20.32,0.038,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1330,13.35,925.868,0.823,23.5,0.012,714.213,0.82,75.9086,0,24.65,310.8,0.478,-110.1,0.476,20.37,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1331,13.35,925.025,0.527,23.42,0.052,712.363,0.473,75.9084,0,24.67,310.5,0.464,-109.7,0.476,20.24,0.071,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1332,13.37,926.428,0.552,23.22,0.052,711.452,0.339,75.3281,0.194,24.69,310.2,0.341,-108.7,0.555,20.01,0.048,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1333,13.37,926.886,0.481,23.15,0.01,710.933,0.543,75.3398,0.196,24.71,309.8,0.25,-108.7,0.226,19.96,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1334,13.37,924.81,0.653,23.19,0.013,708.862,0.728,75.7764,0.171,24.72,309.7,0.26,-109,0.313,19.98,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1335,13.37,924.733,0.355,23.18,0.012,707.621,0.305,75.3271,0.171,24.74,309.4,0.267,-109.3,0.307,19.98,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1336,13.38,924.558,0.408,23.11,0.032,706.036,0.626,75.2199,0.088,24.75,309.8,0.554,-108.7,0.724,19.96,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1337,13.33,924.455,0.828,23,0.049,704.390,0.339,75.1725,0.089,24.75,310.2,0.272,-107.4,0.324,19.79,0.063,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1338,13.37,925.645,0.371,22.85,0.025,703.775,0.458,74.8763,0.106,24.78,309.1,0.279,-107.8,0.272,19.67,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1339,13.34,924.598,0.363,22.82,0.013,702.016,0.402,74.6752,0.177,24.78,309.1,0.284,-107.8,0.237,19.67,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1340,13.34,923.534,0.507,22.81,0.014,700.005,0.724,74.5682,0.15,24.78,309.8,0.314,-107.3,0.358,19.7,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1341,13.36,923.545,0.492,22.79,0.032,698.459,0.583,74.4853,0,24.8,309.9,0.236,-107.1,0.242,19.67,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1342,13.38,923.119,0.379,22.78,0.03,696.720,0.564,74.4495,0.106,24.81,309.4,0.362,-107.1,0.426,19.6,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1343,13.37,922.888,0.428,22.69,0.03,695.028,0.523,74.1537,0.223,24.81,309.5,0.297,-106.3,0.348,19.48,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1344,13.34,922.502,0.46,22.63,0.01,693.548,0.546,73.8342,0.132,24.81,309.1,0.171,-106.5,0.148,19.45,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1345,13.33,921.709,0.613,22.64,0.005,691.755,0.435,73.8577,0.15,24.81,308.8,0.211,-107.2,0.208,19.51,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1346,13.34,923.006,0.46,22.63,0.017,691.268,0.484,73.7747,0,24.81,308.9,0.307,-107.4,0.295,19.57,0.039,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1347,13.34,922.737,0.395,22.66,0.018,689.745,0.4,73.7745,0,24.81,309.3,0.293,-107.2,0.38,19.61,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1348,13.36,922.161,0.89,22.63,0.01,687.928,0.774,73.7743,0,24.83,309.7,0.244,-106.6,0.294,19.57,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1349,13.37,921.840,0.577,22.67,0.026,686.293,0.579,73.7742,0,24.84,309.5,0.147,-107.2,0.064,19.63,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1350,13.37,921.163,0.452,22.65,0.025,684.556,0.563,73.7741,0,24.84,309.8,0.345,-106.7,0.43,19.6,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1351,13.37,920.269,0.369,22.64,0.007,682.774,0.489,73.7739,0,24.84,309.1,0.2,-107.5,0.207,19.62,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1352,13.37,919.885,0.369,22.68,0.03,681.398,0.314,73.9157,0.174,24.84,308.7,0.326,-108.2,0.465,19.66,0.033,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1353,13.37,919.539,0.803,22.74,0.014,679.807,0.823,73.7855,0.064,24.84,308.8,0.237,-108.2,0.275,19.69,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1354,13.37,918.353,0.452,22.8,0.03,677.846,0.357,74.0337,0.274,24.84,308.8,0.226,-108.8,0.32,19.78,0.039,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1355,13.36,918.263,0.623,22.88,0.021,676.210,0.842,73.7734,0,24.84,308.8,0.231,-109,0.288,19.84,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1356,13.37,916.541,0.356,22.9,0.006,673.245,0.654,73.7734,0,24.84,309.2,0.156,-108.8,0.223,19.87,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1357,13.34,917.126,0.52,22.92,0.011,672.050,0.576,73.7496,0.088,24.84,309.6,0.327,-108.8,0.398,19.93,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1358,13.37,915.545,0.716,22.89,0.027,669.525,1,73.7733,0,24.86,309.3,0.376,-108.9,0.32,19.9,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1359,13.38,913.989,0.741,22.85,0.021,667.011,0.687,73.6904,0.15,24.87,309.3,0.391,-108.8,0.452,19.88,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1400,13.38,914.103,0.571,22.78,0.014,665.421,0.673,73.3948,0.157,24.86,309.2,0.268,-108.8,0.289,19.87,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1401,13.37,913.592,0.505,22.77,0.004,663.426,0.543,73.0873,0.088,24.87,309.9,0.187,-107.9,0.263,19.84,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1402,13.36,913.120,0.512,22.79,0.021,661.836,0.557,73.2055,0.174,24.87,309.8,0.442,-108.4,0.522,19.9,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1403,13.34,912.393,0.593,22.8,0.019,659.818,0.784,73.0754,0.064,24.87,309.7,0.289,-108.4,0.241,19.9,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1404,13.36,911.883,0.298,22.78,0.018,657.587,0.663,73.0163,0.121,24.87,309.6,0.285,-108.4,0.357,19.87,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1405,13.34,912.456,0.487,22.74,0.015,656.166,0.403,72.7443,0.14,24.87,309.3,0.286,-108.4,0.286,19.82,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1406,13.36,912.366,0.347,22.71,0.01,654.565,0.572,72.6024,0.208,24.89,309.1,0.22,-108.6,0.218,19.81,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1407,13.37,912.136,0.292,22.64,0.035,652.649,0.585,72.3541,0,24.89,309.6,0.247,-107.5,0.494,19.7,0.05,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1408,13.36,911.244,0.533,22.57,0.011,650.485,0.708,72.3541,0,24.89,309.4,0.24,-107.1,0.24,19.59,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1409,13.33,910.160,0.595,22.55,0.021,648.501,0.653,72.3895,0.106,24.89,309.6,0.274,-106.8,0.278,19.58,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1410,13.37,908.580,0.348,22.57,0.02,646.089,0.713,72.3540,0,24.89,309.1,0.252,-107.2,0.332,19.56,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1411,13.37,907.496,0.694,22.5,0.018,643.733,0.896,72.4013,0.121,24.89,308.8,0.299,-107.3,0.311,19.53,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1412,13.36,906.272,0.357,22.46,0.021,641.186,0.662,72.4249,0.142,24.89,308.8,0.302,-107.3,0.318,19.53,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1413,13.37,905.52,0.673,22.39,0.019,638.808,0.962,72.3540,0,24.89,309,0.201,-106.7,0.295,19.46,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1414,13.37,903.876,0.445,22.31,0.019,636.159,0.703,72.3540,0,24.89,308.9,0.182,-106.1,0.176,19.34,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1415,13.34,904.092,0.427,22.27,0.026,634.931,0.312,72.3776,0.088,24.88,309.1,0.194,-106.2,0.218,19.39,0.046,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1416,13.38,904.181,0.602,22.37,0.03,634.209,0.611,73.0515,0.144,24.87,309.1,0.281,-106.9,0.357,19.51,0.043,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1417,13.34,899.975,0.856,22.47,0.037,630.478,0.949,73.7017,0.142,24.87,309.3,0.197,-107.5,0.183,19.65,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1418,13.37,897.591,1.335,22.58,0.03,627.525,1.189,73.7490,0.088,24.87,309.6,0.208,-107.8,0.304,19.76,0.043,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1419,13.37,896.125,0.554,22.65,0.025,624.606,0.848,73.3115,0.292,24.87,309.3,0.167,-108.7,0,19.87,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1420,13.37,897.030,0.957,22.71,0.014,622.724,0.507,72.8386,0.233,24.87,309.7,0.468,-108.6,0.476,19.93,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1421,13.37,897.591,0.638,22.71,0.006,620.876,0.86,72.3539,0,24.87,309.9,0.299,-108.4,0.302,19.92,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1422,13.37,896.164,0.452,22.75,0.019,618.351,0.41,72.4012,0.121,24.87,309.4,0.292,-108.9,0.348,19.91,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1423,13.37,895.335,1.327,22.78,0.005,615.691,1.345,72.2002,0.176,24.87,309.5,0.229,-108.3,0.309,19.84,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1424,13.37,893.665,0.852,22.77,0.012,612.693,0.394,71.6800,0.106,24.88,309.6,0.315,-107.8,0.221,19.76,0.039,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1425,13.33,894.978,0.829,22.71,0.022,611.296,0.466,71.6445,0,24.87,309.6,0.145,-107.6,0.145,19.72,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1426,13.31,896.737,0.323,22.72,0.025,610.371,0.64,71.4672,0.22,24.87,309.5,0.142,-108.3,0.271,19.82,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1427,13.34,897.081,0.416,22.82,0.033,608.760,0.492,71.0652,0.171,24.87,309.2,0.22,-109.2,0.35,19.94,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1428,13.37,897.540,0.36,22.82,0.033,606.641,0.582,70.9351,0,24.87,309.5,0.354,-108.8,0.562,19.91,0.052,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1429,13.36,897.795,0.452,22.73,0.026,604.702,0.697,70.9351,0,24.87,309.5,0.258,-108.1,0.294,19.79,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1430,13.36,894.799,1.261,22.68,0.02,601.276,1.143,70.9351,0,24.87,309.1,0.178,-108.3,0.197,19.75,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1431,13.35,890.491,1.266,22.71,0.022,597.455,1.14,70.9351,0,24.87,309.1,0.205,-108.7,0.133,19.83,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1432,13.37,888.006,0.919,22.78,0.016,594.525,0.909,71.3371,0.271,24.87,309.6,0.169,-108.5,0.228,19.89,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1433,13.35,884.437,1.313,22.9,0.03,591.155,1.186,71.6445,0,24.87,310.1,0.49,-108.7,0.493,20.01,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1434,13.36,880.766,1.271,22.88,0.021,587.312,1.224,71.9164,0.237,24.87,310,0.499,-108.3,0.388,19.93,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1435,13.36,880.919,0.71,22.87,0.02,585.159,0.431,71.6445,0,24.87,309.8,0.219,-108.7,0.259,19.95,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1436,13.34,880.817,0.519,22.91,0.023,582.793,0.973,71.1952,0.316,24.87,310,0.382,-108.5,0.562,19.95,0.047,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1437,13.35,879.874,0.757,22.81,0.039,579.851,0.527,70.9351,0,24.87,309.9,0.244,-107.7,0.319,19.79,0.057,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1438,13.34,880.537,0.52,22.69,0.042,577.879,0.68,70.5568,0.342,24.88,309.2,0.245,-107.4,0.235,19.61,0.039,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1439,13.33,881.99,0.553,22.63,0.014,576.729,0.478,70.2258,0,24.87,309.1,0.147,-107.5,0.197,19.62,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1440,13.35,881.862,0.374,22.66,0.016,574.734,0.715,70.2258,0,24.87,309.4,0.184,-107.8,0.249,19.73,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1441,13.37,881.824,0.403,22.68,0.012,572.311,0.607,69.6228,0.208,24.87,309.6,0.274,-108.1,0.278,19.8,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1442,13.35,881.480,0.507,22.66,0.015,569.696,0.899,69.4928,0.088,24.87,309.2,0.213,-108.3,0.184,19.78,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1443,13.36,880.422,0.48,22.65,0.01,566.856,0.832,68.9608,0.198,24.87,309.3,0.216,-107.8,0.228,19.71,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1444,13.34,879.543,0.531,22.61,0.012,564.061,0.877,68.8071,0,24.87,309.2,0.19,-107.8,0.173,19.68,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1445,13.35,878.460,0.556,22.64,0.014,561.367,0.878,68.7716,0.106,24.87,309.2,0.26,-108,0.26,19.72,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1446,13.36,878.969,0.438,22.64,0.007,559.452,0.728,68.2041,0.187,24.87,309.4,0.269,-107.8,0.269,19.72,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1447,13.37,878.523,0.681,22.65,0.013,557.006,0.943,68.0977,0,24.87,308.8,0.275,-108.6,0.331,19.75,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1448,13.37,878.727,0.379,22.71,0.023,555.011,0.622,68.0977,0,24.86,309.2,0.156,-108.6,0.133,19.83,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1449,13.37,876.611,0.897,22.73,0.004,551.697,1.073,68.0977,0,24.84,309.5,0.206,-108.5,0.215,19.86,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1450,13.33,873.667,0.579,22.75,0.02,548.384,0.722,68.1214,0.088,24.84,309.9,0.101,-108.2,0.11,19.88,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1451,13.36,871.347,1.109,22.84,0.025,545.375,1.148,68.5233,0.169,24.84,309.8,0.151,-108.8,0.271,19.97,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1452,13.34,868.607,0.917,22.91,0.012,541.870,1.06,68.7598,0.121,24.84,309.4,0.185,-109.4,0.185,20.01,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1453,13.31,868.837,1.313,22.93,0,539.683,0.263,68.2160,0.167,24.84,309.4,0.227,-109.5,0.226,20.02,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1454,13.35,869.996,0.633,22.9,0.027,537.655,1.052,68.0150,0.15,24.84,309.9,0.2,-108.8,0.265,19.98,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1455,13.38,869.079,0.65,22.84,0.023,534.769,0.918,67.5066,0.211,24.83,309.7,0.158,-108.5,0.263,19.91,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1456,13.36,868.735,0.442,22.75,0.02,532.064,0.576,67.3765,0.064,24.83,309.6,0.292,-108.2,0.291,19.82,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1457,13.36,868.607,0.497,22.75,0.01,529.867,0.739,67.1046,0.142,24.81,309.6,0.104,-108.1,0.102,19.82,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1458,13.36,867.231,0.382,22.75,0.015,526.993,0.778,67.0219,0.194,24.81,309.8,0.199,-108,0.304,19.85,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1459,13.37,865.994,0.706,22.73,0.008,524.130,1.022,66.8327,0.176,24.81,309.8,0.307,-108,0.314,19.82,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1500,13.35,864.669,0.666,22.7,0.012,521.132,0.925,66.6790,0,24.81,310.1,0.163,-107.6,0.163,19.82,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1501,13.36,863.114,0.443,22.66,0.01,517.999,0.83,66.6081,0.142,24.81,309.8,0.264,-107.8,0.247,19.79,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1502,13.37,862.222,0.518,22.7,0.022,515.407,0.901,66.4780,0.176,24.8,309.4,0.38,-108.3,0.465,19.8,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1503,13.36,859.928,1.158,22.75,0.016,512.026,1.233,66.3125,0.171,24.81,309.1,0.146,-108.7,0.096,19.83,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1504,13.32,857.340,0.902,22.79,0.019,508.476,1.12,66.0288,0.132,24.79,309.4,0.154,-108.7,0.081,19.88,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1505,13.36,855.607,0.487,22.83,0.017,505.331,0.876,65.9697,0,24.78,309.7,0.126,-108.7,0.078,19.93,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1506,13.36,853.708,0.706,22.89,0.018,502.018,0.939,65.9697,0,24.78,309.6,0.191,-109.1,0.272,19.99,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1507,13.31,855.186,1.224,22.86,0.008,500.226,0.346,65.9224,0.121,24.78,309.2,0.237,-109.3,0.228,19.96,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1508,13.34,855.008,0.714,22.84,0.014,497.678,0.936,65.4495,0.255,24.76,309.5,0.208,-109.1,0.225,19.97,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1509,13.36,853.185,0.544,22.78,0.027,494.286,0.843,65.2603,0,24.75,309.9,0.192,-108.3,0.185,19.89,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1510,13.36,851.171,0.684,22.7,0.029,491.040,0.933,65.2603,0,24.75,309.6,0.21,-108.1,0.251,19.81,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1511,13.36,850.177,0.653,22.63,0.017,488.211,0.903,65.2603,0,24.75,309.3,0.26,-107.9,0.235,19.73,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1512,13.36,848.253,0.653,22.64,0.009,485.101,1.025,65.0239,0.167,24.74,309.4,0.308,-107.9,0.235,19.74,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1513,13.35,845.869,0.728,22.63,0.015,481.584,0.989,64.8465,0.132,24.72,309.4,0.194,-107.7,0.154,19.72,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1514,13.36,844.416,0.572,22.58,0.006,478.350,0.774,64.5983,0.121,24.72,309.2,0.273,-107.5,0.196,19.64,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1515,13.34,843.983,0.549,22.53,0.028,475.667,0.928,64.4682,0.15,24.71,308.9,0.297,-107.4,0.341,19.57,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1516,13.37,841.345,1.115,22.56,0.024,472.309,1.067,64.4919,0.132,24.69,308.4,0.183,-108.3,0.208,19.65,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1517,13.33,838.528,0.55,22.62,0.021,468.714,0.924,64.1017,0.223,24.69,308.9,0.201,-108.3,0.196,19.72,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1518,13.35,836.998,0.861,22.7,0.036,465.682,0.984,64.2790,0.176,24.68,309.7,0.245,-108.2,0.195,19.84,0.048,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1519,13.35,837.139,3.806,22.78,0.01,463.146,1.613,63.9598,0.167,24.66,310,0.189,-108.6,0.219,19.96,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1520,13.36,839.369,0.423,22.77,0.01,461.095,0.73,63.2741,0.217,24.66,309.6,0.194,-108.6,0.181,19.9,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1521,13.37,837.712,0.682,22.75,0.016,457.702,0.996,63.0850,0.121,24.66,310.1,0.21,-107.8,0.197,19.84,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1522,13.37,835.877,0.957,22.74,0.01,454.490,1.119,62.8367,0.26,24.64,310,0.268,-107.9,0.248,19.84,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1523,13.37,833.876,0.559,22.77,0.024,451.166,0.753,62.4347,0.064,24.63,310.4,0.114,-107.7,0.088,19.88,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1524,13.35,831.581,1.073,22.87,0.024,447.987,1.239,62.5766,0.218,24.63,310.4,0.288,-108.3,0.399,19.99,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1525,13.37,829.198,0.793,22.91,0.012,444.144,1.068,62.3756,0.121,24.63,310.3,0.133,-108.6,0.135,20.02,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1526,13.37,828.969,0.632,22.92,0.009,441.315,0.764,61.8672,0.176,24.63,310.1,0.108,-108.7,0.105,20,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1527,13.34,827.427,0.729,22.91,0.018,437.968,1.027,61.7017,0.064,24.63,309.5,0.203,-109.2,0.256,19.99,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1528,13.36,827.108,0.491,22.86,0.008,435.274,0.788,61.2998,0.206,24.63,309.5,0.286,-109,0.299,19.95,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1529,13.34,826.139,0.629,22.89,0.025,432.502,0.957,61.0988,0.157,24.63,309.4,0.174,-109.2,0.139,19.97,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1530,13.35,824.151,0.716,22.92,0.005,429.121,1.066,61.0279,0.088,24.63,309.7,0.359,-109.3,0.398,20.04,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1531,13.37,823.348,0.602,22.89,0.014,426.179,0.906,61.0042,0,24.63,309.8,0.203,-109,0.185,20,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1532,13.34,821.513,0.582,22.86,0.029,422.899,0.983,60.6968,0.271,24.63,309.8,0.304,-108.6,0.426,19.95,0.042,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1533,13.39,820.174,0.677,22.82,0.011,419.834,0.949,60.3658,0.142,24.63,309.7,0.226,-108.5,0.238,19.91,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1534,13.34,817.638,0.835,22.77,0.015,416.227,1.067,60.2949,0,24.63,309.8,0.101,-108.2,0.067,19.86,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1535,13.33,815.433,0.546,22.73,0.011,412.869,0.929,60.2830,0.064,24.63,310.1,0.185,-107.6,0.218,19.82,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1536,13.36,813.776,0.54,22.72,0.01,409.758,0.9,60.0229,0.176,24.63,310,0.156,-107.7,0.156,19.81,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1537,13.36,811.851,0.859,22.74,0.011,406.535,1.123,59.7628,0.177,24.63,309.9,0.206,-107.8,0.168,19.82,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1538,13.37,809.608,0.498,22.74,0.011,403.176,0.931,59.5855,0,24.63,310.2,0.124,-107.6,0,19.85,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1539,13.38,808.053,0.867,22.76,0.011,399.953,1.109,59.5855,0,24.63,310.3,0.245,-107.8,0.231,19.89,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1540,13.37,806.498,0.5,22.75,0.019,396.493,0.816,59.1835,0.255,24.63,309.9,0.231,-108,0.299,19.85,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1541,13.37,806.549,0.612,22.68,0.019,393.687,1.009,58.8052,0.142,24.63,309.6,0.283,-107.8,0.186,19.76,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1542,13.36,804.472,0.957,22.64,0.023,390.215,1.208,58.2496,0.15,24.63,309.3,0.222,-107.7,0.245,19.68,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1543,13.37,801.833,0.468,22.55,0.035,386.496,0.938,58.1668,0,24.63,309.4,0.209,-106.8,0.332,19.55,0.053,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1544,13.37,799.616,0.876,22.47,0.02,383.149,0.974,58.0013,0.177,24.63,309.1,0.23,-106.5,0.197,19.45,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1545,13.37,797.118,0.862,22.4,0.013,379.689,0.614,57.6348,0.2,24.63,309.4,0.202,-106.1,0.129,19.42,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1546,13.35,796.200,0.815,22.38,0.01,376.894,0.899,57.4575,0,24.6,309.2,0.206,-106.4,0.226,19.44,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1547,13.36,793.205,0.788,22.4,0.004,373.265,1.02,57.4575,0,24.6,309.2,0.014,-106.6,0,19.48,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1548,13.37,791.063,0.352,22.4,0,369.996,0.86,57.4456,0.064,24.6,309.4,0.046,-106.6,0,19.52,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1549,13.37,789.636,0.682,22.43,0.024,366.930,0.943,57.1974,0.258,24.59,309.4,0.19,-106.9,0.215,19.57,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1550,13.36,786.857,0.8,22.43,0.019,363.065,1.113,56.7481,0,24.57,309.1,0.16,-107.1,0.14,19.55,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1551,13.36,784.028,0.813,22.41,0.011,359.458,1.065,56.7481,0,24.57,309.1,0.216,-107,0.208,19.53,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1552,13.37,782.447,0.933,22.42,0.016,356.325,1.025,56.4525,0.161,24.57,308.9,0.063,-107.2,0.11,19.53,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1553,13.37,779.771,0.721,22.47,0.013,352.865,1.053,56.2516,0.196,24.56,308.8,0.129,-107.7,0.114,19.6,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1554,13.38,776.890,0.846,22.48,0.007,349.067,1.085,56.0388,0,24.54,309.3,0.218,-107,0.297,19.57,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1555,13.35,773.984,1.611,22.47,0.013,345.483,1.348,55.8851,0.198,24.54,309.3,0.136,-106.6,0.125,19.51,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1556,13.36,770.938,0.47,22.47,0.011,341.899,0.811,55.4122,0.15,24.54,309.1,0.295,-106.9,0.321,19.51,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1557,13.35,770.785,0.431,22.5,0.012,339.171,0.78,55.3176,0.064,24.51,309,0.098,-107.1,0,19.54,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1558,13.35,769.026,1.039,22.5,0.016,335.813,1.275,54.9038,0.265,24.51,308.8,0.26,-107.3,0.219,19.53,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1559,13.37,766.388,0.672,22.52,0.028,332.297,0.966,54.6200,0,24.51,308.6,0.13,-107.6,0.117,19.54,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1600,13.33,764.604,0.969,22.57,0.001,329.175,1.017,54.6200,0,24.51,308.7,0.219,-107.7,0.228,19.58,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1601,13.36,760.971,1.471,22.57,0,325.196,1.379,54.3599,0.289,24.48,308.6,0.236,-108,0.24,19.62,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1602,13.37,759.442,0.371,22.54,0.021,321.849,0.711,53.9107,0,24.48,308.6,0.335,-107.8,0.311,19.58,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1603,13.37,757.135,1.236,22.54,0.012,318.535,1.26,53.6506,0.289,24.47,308.5,0.124,-108.1,0.185,19.61,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1604,13.37,753.872,0.858,22.53,0.017,314.749,0.997,53.2013,0,24.45,308.6,0.208,-107.7,0.206,19.57,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1605,13.37,751.909,0.638,22.48,0.014,311.367,0.917,52.9176,0.192,24.45,308.9,0.253,-106.9,0.201,19.48,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1606,13.37,749.092,0.754,22.47,0.015,307.840,1.01,52.5038,0.064,24.43,308.9,0.16,-106.6,0.155,19.43,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1607,13.37,746.607,0.985,22.41,0.018,304.526,0.989,52.492,0,24.42,308.7,0.207,-106.4,0.366,19.37,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1608,13.37,742.936,0.921,22.4,0,300.841,0.897,52.4684,0.088,24.41,308.9,0.079,-106.1,0.088,19.34,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1609,13.33,740.476,0.924,22.41,0.016,297.516,0.991,52.2555,0.167,24.39,308.8,0.254,-106.4,0.213,19.37,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1610,13.36,736.183,1.267,22.41,0.018,293.561,1.314,51.9956,0.196,24.39,309.1,0.191,-106,0.144,19.36,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1611,13.37,732.452,0.991,22.35,0.03,289.640,1.082,51.7712,0.064,24.37,308.9,0.178,-105.9,0.196,19.3,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1612,13.37,730.643,0.69,22.3,0.015,286.383,1.029,51.2511,0.177,24.36,308.7,0.195,-105.9,0.253,19.27,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1613,13.37,728.287,0.901,22.2,0.031,282.822,1.054,50.9911,0.15,24.34,308.6,0.15,-105.3,0.242,19.14,0.039,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1614,13.37,724.974,0.758,22.09,0.032,279.070,0.997,50.3882,0.088,24.33,308.3,0.114,-105,0.184,19.03,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1615,13.34,722.094,0.919,22.02,0.019,275.554,0.978,50.3173,0.121,24.32,307.9,0.219,-104.7,0.159,18.92,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1616,13.37,718.019,1.597,21.95,0.022,271.745,1.28,49.8564,0.254,24.29,307.9,0.133,-104.6,0.128,18.89,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1617,13.33,713.802,0.859,21.87,0.02,267.847,1.059,49.6556,0,24.28,307.9,0.164,-104.4,0.204,18.85,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1618,13.37,710.493,1.08,21.85,0.012,264.298,0.965,49.2776,0.181,24.26,308,0.204,-104.2,0.209,18.83,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1619,13.37,707.105,1.029,21.85,0.004,260.794,1.034,48.9586,0.064,24.24,307.9,0.168,-104.5,0.096,18.87,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1620,13.37,703.084,1.093,21.85,0.003,257.043,1.098,48.9472,0,24.22,308.1,0.229,-104.3,0.24,18.88,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1621,13.36,699.161,1.137,21.81,0.03,253.302,1.093,48.4745,0.264,24.2,308.3,0.17,-104,0.078,18.85,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1622,13.36,694.503,1.507,21.76,0.012,249.315,1.152,48.2385,0,24.18,308,0.097,-104.1,0.097,18.83,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1623,13.36,690.783,0.976,21.76,0,245.686,1.046,48.0258,0.298,24.16,308,0.135,-104,0.081,18.81,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1624,13.36,687.132,1.106,21.74,0.017,242.127,1.025,47.5298,0,24.14,307.7,0.121,-104,0,18.77,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1625,13.37,684.010,0.996,21.74,0.017,238.769,0.998,47.4944,0.106,24.12,307.5,0.071,-104,0.065,18.73,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1626,13.35,680.373,1.578,21.75,0.005,235.210,1.202,47.0220,0.218,24.1,307.6,0.137,-103.9,0.145,18.73,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1627,13.37,676.154,0.885,21.75,0,231.468,0.975,46.8210,0,24.08,307.6,0.125,-103.9,0.125,18.72,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1628,13.36,672.618,0.977,21.71,0.022,227.965,0.992,46.5141,0.286,24.06,307.8,0.162,-103.7,0.166,18.71,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1629,13.34,668.540,1.112,21.71,0.021,224.539,0.938,46.1121,0,24.04,308,0.184,-103.6,0.172,18.73,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1630,13.33,664.492,1.157,21.75,0,220.878,1.074,46.0889,0.088,24.02,308.1,0.147,-103.8,0.211,18.8,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1631,13.35,661.855,0.944,21.77,0.018,217.598,1.032,45.4742,0.169,24.01,308,0.213,-104.3,0.25,18.86,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1632,13.36,657.526,1.371,21.82,0.018,213.779,1.166,45.2026,0.27,23.99,307.8,0.075,-104.6,0,18.87,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1633,13.37,653.359,1.307,21.84,0.001,210.048,1.069,44.7297,0.106,23.98,307.8,0.174,-104.7,0.198,18.9,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1634,13.36,648.634,1.276,21.83,0,206.138,1.157,44.2925,0.3,23.96,307.9,0.103,-104.6,0,18.89,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1635,13.37,644.225,1.078,21.83,0.001,202.362,0.986,43.9379,0.121,23.95,307.8,0.083,-104.5,0.078,18.86,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1636,13.33,640.149,1.486,21.82,0.017,198.858,1.018,43.2996,0.088,23.93,307.5,0.161,-104.5,0.123,18.82,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1637,13.37,635.931,1.282,21.78,0.03,195.251,1.042,43.1223,0.198,23.93,307.5,0.106,-104.4,0.182,18.79,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1638,13.36,630.414,1.721,21.74,0,191.476,1.1,42.5668,0,23.91,307.6,0.121,-104,0.046,18.74,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1639,13.36,625.202,1.387,21.74,0.001,187.745,0.973,42.4959,0.142,23.9,307.7,0.169,-103.6,0.133,18.69,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1640,13.36,621.278,1.224,21.7,0.027,184.308,0.966,41.9167,0.132,23.87,307.6,0.11,-103.5,0.046,18.65,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1641,13.36,616.065,1.915,21.64,0.016,180.532,1.17,41.3965,0.261,23.87,307.6,0.184,-103.1,0.156,18.57,0.04,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1642,13.36,610.433,1.286,21.57,0.013,176.757,0.981,41.1128,0.106,23.85,307.2,0.173,-102.9,0.179,18.48,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1643,13.37,606.355,1.075,21.49,0.025,173.308,1.017,40.4862,0.121,23.83,307.3,0.124,-102.5,0,18.42,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1644,13.37,601.512,1.366,21.46,0.017,169.836,1.025,40.2380,0.254,23.81,307.1,0.086,-102.5,0,18.38,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1645,13.37,595.917,1.636,21.39,0.016,166.072,1.049,39.7296,0,23.79,306.9,0.151,-102.5,0,18.34,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1646,13.35,591.367,1.308,21.37,0.011,162.600,1,39.2331,0.196,23.77,306.8,0.096,-102.4,0.096,18.32,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1647,13.35,586.702,1.451,21.3,0.019,159.208,0.989,38.973,0.121,23.75,306.7,0.152,-102.3,0.128,18.29,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1648,13.36,581.502,2.287,21.28,0.011,155.567,1.189,38.37,0.132,23.72,306.9,0.158,-102.1,0.172,18.27,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1649,13.34,575.626,1.629,21.22,0.026,151.926,0.96,37.8498,0.261,23.7,306.8,0.098,-101.9,0.096,18.22,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1650,13.34,569.725,1.949,21.2,0.007,148.285,1.11,37.4714,0.214,23.68,306.7,0.088,-101.9,0.088,18.22,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1651,13.36,564.295,1.936,21.16,0.02,144.791,1.07,36.9039,0.064,23.65,306.6,0.124,-101.9,0.096,18.19,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1652,13.37,558.355,2.205,21.11,0.006,141.196,1.072,36.5729,0.295,23.63,306.6,0.119,-101.6,0.145,18.13,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1653,13.34,551.488,1.82,21.1,0.011,137.578,1.077,36.1001,0.15,23.6,306.6,0.088,-101.5,0.088,18.12,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1654,13.35,545.281,1.75,21.06,0.017,134.016,1.011,35.5090,0.106,23.58,306.6,0.057,-101.5,0.046,18.12,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1655,13.36,539.257,1.88,21.02,0.008,130.535,1.022,34.9773,0.269,23.55,306.4,0.052,-101.5,0,18.07,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1656,13.36,532.833,1.977,21.01,0.01,127.097,1.059,34.5871,0.238,23.52,306.4,0.025,-101.5,0,18.07,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1657,13.35,525.405,2.088,20.99,0.004,123.502,1.056,34.0552,0,23.5,306.2,0.1,-101.5,0,18.03,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1658,13.39,517.947,2.153,20.99,0.006,119.906,1.068,33.4995,0.237,23.47,306.1,0.138,-101.4,0.129,18.02,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1659,13.37,510.849,1.952,20.99,0.01,116.479,1.017,33.1448,0.254,23.45,306.1,0,-101.5,0,18.02,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1700,13.36,502.780,2.59,20.97,0.022,112.782,1.117,32.5418,0.182,23.42,306.1,0.042,-101.5,0,18.02,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1701,13.36,495.313,2.03,20.92,0.009,109.232,0.972,31.9154,0.064,23.39,305.9,0.158,-101.4,0.11,17.98,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1702,13.36,487.741,2.048,20.9,0,105.794,1.018,31.2887,0.169,23.36,306.1,0.239,-101.2,0.244,17.96,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1703,13.37,479.737,2.468,20.87,0.024,102.322,0.979,30.8394,0.241,23.34,306.1,0,-100.9,0,17.92,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1704,13.33,471.999,2.312,20.83,0.009,98.9969,0.995,30.2718,0.248,23.3,306,0.089,-100.9,0.078,17.9,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1705,13.38,463.841,2.308,20.82,0.012,95.5926,1.016,29.7161,0.15,23.28,305.9,0.124,-100.9,0.114,17.87,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1706,13.36,455.848,2.358,20.81,0.019,92.2671,0.973,29.1012,0.144,23.24,305.8,0.145,-100.6,0.128,17.82,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1707,13.37,447.332,2.667,20.82,0.004,88.9755,1.016,28.4863,0.187,23.22,305.7,0.133,-100.6,0.129,17.8,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1708,13.36,438.128,2.71,20.8,0.026,85.5375,1.007,27.8714,0.237,23.18,305.4,0.201,-100.6,0.125,17.73,0.038,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1709,13.38,429.053,2.309,20.72,0.008,82.2348,0.933,27.2803,0.295,23.16,305.3,0.096,-100.5,0.096,17.7,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1710,13.37,420.448,2.821,20.72,0.003,79.0672,0.934,26.6890,0.27,23.13,305.1,0.15,-100.4,0,17.66,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1711,13.35,410.862,2.772,20.69,0.025,75.8320,0.927,26.0741,0.238,23.1,305.1,0.111,-100.3,0.127,17.63,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1712,13.37,401.111,3.21,20.63,0.012,72.5969,0.973,25.4593,0.15,23.06,305.1,0.108,-100,0.103,17.58,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1713,13.38,390.735,5.006,20.61,0.008,69.5422,0.853,24.8209,0.112,23.03,304.9,0.048,-99.9,0,17.53,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1714,13.39,382.272,2.72,20.55,0.03,66.5214,0.891,24.1588,0.14,23,304.7,0.145,-99.9,0,17.49,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1715,13.38,371.718,3.138,20.52,0.006,63.3089,0.901,23.5085,0.203,22.97,304.6,0.181,-99.7,0.168,17.44,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1716,13.36,361.317,2.911,20.47,0.026,60.3107,0.879,22.8346,0.194,22.94,304.8,0.049,-99.4,0,17.42,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1717,13.36,351.069,2.993,20.43,0.007,57.4250,0.905,22.2552,0.289,22.91,304.7,0.121,-99.4,0,17.4,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1718,13.36,340.503,3.028,20.41,0.015,54.4155,0.87,21.5577,0.313,22.88,304.5,0.008,-99.4,0,17.37,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1719,13.4,329.438,3.094,20.35,0.022,51.4733,0.826,20.8246,0.292,22.84,304.5,0.127,-99.3,0.114,17.34,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1720,13.38,318.298,3.326,20.33,0.001,48.6780,0.851,20.1862,0.309,22.81,304.3,0.134,-99.3,0.125,17.31,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1721,13.4,306.940,3.523,20.31,0.018,45.8259,0.845,19.4767,0.335,22.78,304,0.131,-99.4,0.096,17.27,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1722,13.4,294.653,3.001,20.25,0.017,42.9742,0.79,18.6372,0.255,22.74,304,0.185,-99.2,0.114,17.24,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1723,13.38,280.527,8.54,20.21,0.021,40.2461,0.756,17.8804,0.269,22.71,304,0.156,-99,0.152,17.2,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1724,13.39,271.21,3.651,20.15,0.016,37.6648,0.723,17.1237,0.223,22.68,303.8,0.114,-98.9,0,17.15,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1725,13.38,258.525,3.664,20.13,0.01,35.0944,0.744,16.4497,0.215,22.65,303.7,0.108,-98.8,0.125,17.1,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1726,13.4,245.396,3.44,20.09,0.024,32.6145,0.697,15.6929,0.218,22.61,303.7,0.135,-98.5,0.142,17.06,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1727,13.38,232.188,3.976,20.04,0.011,30.2133,0.684,14.9006,0.183,22.57,303.6,0.131,-98.4,0.078,17.02,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1728,13.41,219.504,3.727,19.97,0.025,27.8911,0.634,14.1557,0.168,22.54,303.5,0.101,-98.4,0,16.99,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1729,13.4,206.908,3.409,19.94,0.013,25.6815,0.659,13.4225,0.244,22.5,303.2,0.002,-98.4,0,16.95,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1730,13.4,194.338,4.168,19.88,0.02,23.5622,0.62,12.6066,0.199,22.46,303.3,0.199,-98,0.174,16.89,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1731,13.37,180.633,3.795,19.84,0.023,21.5216,0.576,11.8024,0.274,22.43,303.1,0.123,-97.9,0.103,16.83,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1732,13.4,166.890,4.119,19.76,0.016,19.5939,0.565,11.1047,0.306,22.39,302.9,0.095,-97.8,0.088,16.79,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1733,13.4,151.884,4.681,19.68,0.037,17.6999,0.601,10.3715,0.313,22.35,302.9,0.157,-97.6,0.094,16.75,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1734,13.39,135.884,4.518,19.64,0.011,15.8060,0.559,9.60286,0.316,22.3,302.9,0.123,-97.4,0.078,16.71,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1735,13.39,119.769,4.8,19.6,0.028,14.0360,0.537,8.85782,0.324,22.26,302.6,0.143,-97.5,0.146,16.67,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1736,13.38,104.674,4.18,19.54,0.013,12.3901,0.474,8.06549,0.289,22.22,302.5,0.107,-97.3,0.096,16.61,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1737,13.39,90.9044,4.162,19.49,0.021,10.8230,0.486,7.39142,0.305,22.18,302.5,0.107,-97,0.109,16.57,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1738,13.36,76.1919,4.611,19.42,0.022,9.35747,0.457,6.70554,0.309,22.13,302.4,0.239,-96.9,0.128,16.53,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1739,13.37,54.2501,6.233,19.36,0.022,7.97081,0.443,5.94869,0.299,22.09,302.3,0.103,-96.8,0.11,16.5,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1740,13.39,31.9128,5.862,19.32,0.011,6.60669,0.425,5.23915,0.299,22.05,302.2,0.158,-96.7,0.152,16.47,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1741,13.41,17.4547,2.158,19.27,0.03,5.33275,0.425,4.5769,0.309,22,301.9,0.145,-96.7,0.127,16.4,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1742,13.4,10.7483,2.117,19.22,0.008,4.10388,0.416,3.91464,0.31,21.95,302,0.133,-96.5,0.129,16.39,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1743,13.38,1.92526,1.779,19.16,0.023,3.02156,0.326,3.22872,0.322,21.9,301.9,0.103,-96.4,0.109,16.35,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1744,13.39,0,0,19.12,0.014,2.54805,0.169,2.72019,0.167,21.86,301.8,0.127,-96.3,0.065,16.31,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1745,13.38,0,0,19.06,0.02,2.07454,0.299,2.43637,0.121,21.81,301.6,0.174,-96.2,0.127,16.26,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1746,13.4,-0.012750,0.069,19,0.022,1.53337,0.227,1.84503,0.142,21.76,301.3,0.075,-96.3,0.065,16.22,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1747,13.41,-0.165758,0.19,18.93,0.016,1.00346,0.106,1.50206,0.285,21.71,301.3,0.215,-96.2,0.144,16.2,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1748,13.41,-0.242262,0.184,18.9,0.017,0.484822,0.242,1.06445,0,21.65,301.2,0.131,-96.1,0.148,16.17,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1749,13.41,-0.344271,0.115,18.83,0.015,0.293151,0.115,0.603196,0.262,21.58,301,0.137,-96.1,0.065,16.13,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1750,13.38,-0.369773,0.069,18.77,0.02,-0.281877,0.153,0.354823,0,21.53,301.1,0.115,-95.8,0.104,16.1,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1751,12.9,-0.382528,0.099,18.72,0.017,-0.383357,0.144,-0.011828,0.31,21.48,300.8,0.123,-95.9,0.122,16.06,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1752,13.32,-0.382529,0,18.66,0.016,-0.879467,0.166,-0.354827,0,21.43,300.8,0.361,-95.6,0.159,16.01,0.043,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1753,13.4,-0.395284,0.069,18.61,0.022,-1.01478,0,-0.425797,0.142,21.37,300.5,0.221,-95.6,0.221,15.95,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1754,13.4,-0.408036,0.095,18.55,0.021,-1.10498,0.15,-0.851595,0.217,21.32,300.5,0.116,-95.5,0.133,15.95,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1755,13.4,-0.382537,0,18.5,0.015,-1.47709,0.163,-1.06451,0,21.27,300.5,0.137,-95.3,0.096,15.89,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1756,13.39,-0.446294,0.143,18.43,0.016,-1.68005,0.061,-1.06451,0,21.22,300.5,0.046,-95.3,0.046,15.89,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1757,13.38,-0.446297,0.143,18.41,0.02,-1.69133,0,-1.17097,0.163,21.17,300.5,0.088,-95.3,0.088,15.89,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1758,12.9,-0.420795,0.115,18.37,0.013,-1.71389,0.084,-1.45484,0.14,21.11,300.4,0.112,-95.3,0.104,15.88,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1759,13.2,-0.408046,0.095,18.33,0.016,-1.89431,0.166,-1.72689,0.121,21.06,300.3,0.135,-95.3,0.096,15.86,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1800,13.4,-0.433550,0.13,18.31,0.011,-2.17620,0.189,-1.77421,0,21.01,300.2,0.084,-95.3,0.065,15.83,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1801,13.4,-0.408049,0.095,18.26,0.017,-2.32280,0.115,-1.77421,0,20.96,300.1,0,-95.3,0,15.82,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1802,13.4,-0.382547,0,18.23,0.015,-2.36790,0,-1.77422,0,20.91,299.9,0.118,-95.3,0.046,15.78,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1803,13.42,-0.382548,0,18.18,0.021,-2.36791,0,-1.83337,0.132,20.86,299.8,0.044,-95.3,0,15.76,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1804,13.44,-0.382549,0,18.14,0.016,-2.36792,0,-1.93982,0.177,20.8,299.6,0.133,-95.3,0,15.73,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1805,13.41,-0.382550,0,18.1,0.012,-2.36793,0,-2.17639,0.177,20.76,299.4,0.07,-95.3,0,15.69,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1806,13.39,-0.382552,0,18.08,0.016,-2.49197,0.163,-2.37748,0.163,20.71,299.1,0.083,-95.3,0.001,15.64,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1807,13.37,-0.382554,0,18.03,0.023,-2.46943,0.155,-2.40116,0.15,20.66,299,0.118,-95.3,0,15.62,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1808,13.44,-0.382557,0,17.98,0.013,-2.53711,0.169,-2.48397,0,20.61,298.9,0.133,-95.1,0.129,15.57,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1809,13.43,-0.369808,0.069,17.93,0.02,-2.51457,0.168,-2.47216,0.064,20.56,298.7,0.133,-95.1,0.155,15.53,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1810,13.41,-0.318802,0.143,17.87,0.017,-2.51460,0.168,-2.48401,0,20.51,298.6,0.108,-94.9,0.124,15.47,0.034,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1811,13.43,-0.204035,0.191,17.83,0.031,-2.57100,0.166,-2.48403,0,20.46,298.3,0.091,-94.8,0,15.4,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1812,13.46,-0.318808,0.143,17.77,0.015,-2.49209,0.163,-2.48405,0,20.42,298.2,0.107,-94.7,0.124,15.35,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1813,13.42,-0.369820,0.069,17.71,0.024,-2.52593,0.169,-2.48407,0,20.37,298.1,0.152,-94.5,0.078,15.3,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1814,13.4,-0.344318,0.115,17.66,0.014,-2.50341,0.166,-2.47227,0.064,20.32,297.9,0.119,-94.4,0.114,15.26,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1815,13.43,-0.382578,0,17.63,0.011,-2.51470,0.168,-2.48411,0,20.27,297.8,0.07,-94.2,0,15.2,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1816,13.4,-0.306066,0.153,17.57,0.017,-2.52600,0.169,-2.48414,0,20.22,297.5,0.074,-94.2,0.046,15.15,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1817,13.44,-0.357078,0.095,17.54,0.012,-2.44707,0.143,-2.48415,0,20.18,297.4,0.109,-94.1,0.159,15.12,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1818,13.4,-0.382588,0,17.47,0.03,-2.48093,0.159,-2.47234,0.064,20.13,297.6,0.12,-93.8,0.114,15.08,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1819,13.43,-0.382589,0,17.43,0.012,-2.55988,0.168,-2.48418,0,20.08,297.2,0.134,-93.7,0,15.01,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1820,13.43,-0.331583,0.13,17.37,0.031,-2.52609,0.169,-2.48422,0,20.03,297,0.117,-93.6,0.159,14.94,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1821,13.43,-0.382597,0,17.35,0.006,-2.49226,0.163,-2.46057,0.089,19.98,297.1,0.121,-93.4,0.115,14.92,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1822,13.44,-0.369851,0.069,17.3,0.038,-2.53742,0.169,-2.47245,0.064,19.93,297,0.122,-93.2,0.077,14.88,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1823,13.42,-0.369851,0.069,17.24,0.009,-2.48104,0.159,-2.47245,0.064,19.89,296.9,0.106,-93.2,0,14.85,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1824,12.91,-0.382611,0,17.21,0.008,-2.42469,0.126,-2.41334,0.142,19.84,296.7,0.116,-93.2,0.104,14.81,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1825,13.42,-0.382611,0,17.18,0.021,-2.36831,0,-2.35419,0.171,19.8,296.8,0.157,-93.1,0.129,14.81,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1826,13.44,-0.369864,0.069,17.14,0.012,-2.39090,0.084,-2.38973,0.157,19.75,296.7,0.136,-92.8,0.127,14.74,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1827,13.41,-0.344357,0.115,17.12,0.012,-2.36835,0,-2.35424,0.171,19.7,296.7,0.124,-92.7,0.104,14.7,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1828,13.42,-0.382626,0,17.06,0.032,-2.36839,0,-2.23598,0.163,19.66,296.6,0.105,-92.7,0.104,14.69,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1829,13.43,-0.382627,0,17.03,0.005,-2.39096,0.084,-2.17683,0.121,19.61,296.5,0.108,-92.4,0.001,14.64,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1830,13.43,-0.382633,0,17,0.01,-2.37972,0.061,-2.25968,0.171,19.57,296.7,0.088,-92.2,0.088,14.63,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1831,13.43,-0.382635,0,16.94,0.024,-2.37973,0.061,-2.31885,0.177,19.52,296.6,0.142,-92.2,0.001,14.6,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1832,13.39,-0.382640,0,16.92,0.005,-2.36848,0,-2.25972,0.171,19.48,296.3,0.128,-92.2,0,14.54,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1833,13.41,-0.382642,0,16.91,0.017,-2.36850,0,-2.30706,0.177,19.43,296.3,0.114,-92,0.122,14.51,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1834,13.41,-0.382646,0,16.84,0.029,-2.36852,0,-2.23610,0.163,19.39,296.4,0.12,-91.9,0.119,14.51,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1835,13.42,-0.382648,0,16.81,0.003,-2.36854,0,-2.16512,0.106,19.34,296.2,0.152,-91.9,0.109,14.48,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1836,12.89,-0.382652,0,16.8,0.014,-2.36856,0,-2.15331,0.089,19.3,296.2,0.037,-91.7,0,14.45,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1837,13.23,-0.382654,0,16.77,0.018,-2.36857,0,-2.14149,0.112,19.26,296,0.155,-91.7,0.104,14.42,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1838,13.43,-0.382657,0,16.73,0.013,-2.36859,0,-2.09418,0.106,19.22,295.9,0.075,-91.7,0,14.39,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1839,13.42,-0.382660,0,16.7,0.015,-2.36860,0,-2.11786,0.064,19.17,295.9,0.025,-91.7,0.001,14.37,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1840,13.43,-0.382662,0,16.69,0,-2.36862,0,-2.11787,0.064,19.14,295.8,0.106,-91.5,0.122,14.34,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1841,13.4,-0.357155,0.095,16.66,0.017,-2.36864,0,-2.12972,0,19.09,295.9,0.119,-91.3,0.122,14.32,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1842,13.43,-0.357157,0.095,16.62,0.022,-2.36866,0,-2.08241,0.121,19.06,295.9,0.158,-91.4,0.145,14.31,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1843,13.41,-0.382672,0,16.6,0.023,-2.36868,0,-1.96411,0.177,19.02,295.8,0.196,-91.4,0.188,14.31,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1844,13.43,-0.382673,0,16.58,0.012,-2.36869,0,-1.96412,0.177,18.98,295.8,0.119,-91.4,0.095,14.31,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1845,13.41,-0.382678,0,16.57,0.009,-2.36872,0,-1.94048,0.177,18.94,295.7,0.15,-91.5,0.119,14.3,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1846,13.41,-0.382680,0,16.57,0.005,-2.36873,0,-1.95232,0.177,18.9,295.5,0.138,-91.5,0.125,14.28,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1847,13.42,-0.382686,0,16.56,0.001,-2.36877,0,-1.96418,0.177,18.86,295.5,0.113,-91.4,0.114,14.24,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1848,13.42,-0.369931,0.069,16.55,0.013,-2.36877,0,-2.02335,0.163,18.83,295.5,0.127,-91.3,0.127,14.24,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1849,13.43,-0.331667,0.13,16.51,0.013,-2.36881,0,-1.90506,0.171,18.79,295.4,0.11,-91.2,0.096,14.21,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1850,13.42,-0.382694,0,16.49,0.019,-2.36882,0,-1.97606,0.176,18.76,295.2,0.134,-91.3,0.127,14.18,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1851,13.43,-0.382701,0,16.46,0.012,-2.36886,0,-2.02342,0.163,18.72,295.2,0.129,-91.3,0.129,14.18,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1852,13.43,-0.382701,0,16.45,0.008,-2.36886,0,-2.02343,0.163,18.68,295.2,0.108,-91.2,0,14.16,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1853,13.45,-0.369951,0.069,16.45,0.005,-2.36890,0,-2.07079,0.132,18.65,295,0,-91.2,0,14.12,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1854,13.46,-0.318923,0.143,16.42,0.018,-2.36891,0,-2.07079,0.132,18.62,295.1,0.118,-91.1,0.122,14.12,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1855,13.44,-0.306171,0.153,16.36,0.016,-2.36894,0,-1.96433,0.177,18.59,295,0.13,-91.1,0.128,14.09,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1856,13.45,-0.318929,0.143,16.34,0,-2.36895,0,-1.95250,0.177,18.55,294.8,0.139,-90.9,0.088,14.05,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1857,13.44,-0.267904,0.175,16.34,0.014,-2.36897,0,-2.10636,0.089,18.52,294.9,0.069,-90.7,0.065,14,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1858,13.47,-0.293419,0.162,16.29,0.01,-2.36898,0,-2.03536,0.157,18.49,294.7,0.126,-90.7,0,13.97,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1859,13.44,-0.331694,0.13,16.26,0.018,-2.36901,0,-2.08272,0.121,18.45,294.6,0.046,-90.6,0.046,13.94,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1900,13.47,-0.369968,0.069,16.24,0.007,-2.36901,0,-2.10639,0.089,18.42,294.6,0.118,-90.5,0.127,13.91,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1901,13.44,-0.344456,0.115,16.22,0.019,-2.36903,0,-2.03540,0.157,18.39,294.5,0.086,-90.4,0.078,13.88,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1902,13.46,-0.344457,0.115,16.17,0.025,-2.36904,0,-2.08275,0.121,18.36,294.4,0.16,-90.3,0.125,13.84,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1903,13.46,-0.357217,0.095,16.13,0.014,-2.36905,0,-2.13009,0,18.32,294.4,0.136,-90.2,0.104,13.82,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1904,13.46,-0.382734,0,16.11,0.015,-2.36906,0,-2.10643,0.089,18.29,294.1,0.1,-90.1,0,13.76,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1905,13.46,-0.369978,0.069,16.06,0.014,-2.36908,0,-2.07094,0.132,18.26,293.9,0.156,-90.1,0.046,13.72,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1906,13.44,-0.344463,0.115,16.01,0.025,-2.36908,0,-2.10645,0.089,18.23,293.7,0.088,-90.1,0.088,13.69,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1907,13.43,-0.280675,0.169,15.99,0.013,-2.36909,0,-2.13013,0,18.19,293.7,0.119,-89.9,0.065,13.63,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1908,13.48,-0.357225,0.095,15.94,0.011,-2.36911,0,-2.13014,0,18.16,293.5,0.124,-90,0.115,13.62,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1909,13.46,-0.369985,0.069,15.89,0.017,-2.36912,0,-2.10649,0.089,18.13,293.5,0.124,-89.8,0.127,13.58,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1910,13.46,-0.357231,0.095,15.86,0.016,-2.36915,0,-2.07101,0.132,18.09,293.3,0.088,-89.8,0.145,13.54,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1911,13.46,-0.331716,0.13,15.83,0.013,-2.36916,0,-1.94084,0.177,18.06,293,0.125,-89.8,0.125,13.5,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1912,13.47,-0.357237,0.095,15.83,0.013,-2.36919,0,-2.13022,0,18.03,292.9,0.113,-89.9,0.078,13.49,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1913,13.45,-0.369998,0.069,15.78,0.016,-2.36920,0,-2.15390,0.089,18,292.9,0.028,-89.7,0.078,13.44,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1914,12.88,-0.382761,0,15.75,0.014,-2.36923,0,-2.13026,0,17.96,292.8,0.126,-89.6,0.001,13.41,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1915,13.46,-0.370005,0.069,15.71,0.02,-2.36925,0,-2.14210,0.064,17.93,292.5,0.055,-89.6,0.046,13.37,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1916,13.45,-0.382769,0,15.66,0.014,-2.36928,0,-2.13030,0,17.9,292.3,0.135,-89.6,0.109,13.32,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1917,13.45,-0.382770,0,15.64,0.013,-2.36929,0,-2.10663,0.089,17.86,292.2,0.105,-89.6,0,13.31,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1918,13.46,-0.382775,0,15.61,0.015,-2.38060,0.061,-2.13033,0,17.83,292.2,0.115,-89.3,0.114,13.25,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1919,13.46,-0.344498,0.115,15.56,0.019,-2.38061,0.061,-2.14217,0.064,17.8,292.1,0.123,-89.2,0.128,13.21,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1920,12.92,-0.331744,0.13,15.53,0.015,-2.38064,0.061,-2.15404,0.089,17.76,292.1,0.077,-89.1,0.078,13.19,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1921,13.35,-0.357263,0.095,15.51,0.007,-2.36936,0,-2.13037,0,17.73,291.8,0.058,-89.1,0,13.14,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1922,13.45,-0.357268,0.095,15.45,0.026,-2.36939,0,-2.10673,0.089,17.69,291.7,0.122,-89.2,0.122,13.13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1923,13.44,-0.382787,0,15.42,0.011,-2.36939,0,-2.11856,0.064,17.66,291.7,0.088,-89.2,0.088,13.13,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1924,13.46,-0.370032,0.069,15.4,0.007,-2.36942,0,-2.11859,0.064,17.63,291.6,0.118,-89.1,0,13.11,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1925,13.46,-0.370032,0.069,15.38,0.014,-2.36942,0,-2.11859,0.064,17.59,291.4,0.132,-89.1,0,13.06,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1926,12.93,-0.370036,0.069,15.35,0.014,-2.36944,0,-2.11861,0.064,17.55,291.1,0.104,-89.1,0.104,13,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1927,13.44,-0.357276,0.095,15.3,0.016,-2.36945,0,-2.13045,0,17.53,291.1,0.174,-88.9,0.109,12.96,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1928,13.46,-0.357279,0.095,15.27,0.007,-2.36947,0,-2.07129,0.132,17.49,291,0.117,-88.8,0.065,12.94,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1929,13.46,-0.331760,0.13,15.24,0.023,-2.36947,0,-2.11863,0.064,17.45,291,0.168,-88.7,0.115,12.9,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1930,13.47,-0.331762,0.13,15.19,0.02,-2.38077,0.061,-2.13048,0,17.43,290.8,0,-88.6,0,12.86,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1931,13.43,-0.280722,0.169,15.15,0.009,-2.36949,0,-2.07131,0.132,17.39,290.6,0.129,-88.6,0.078,12.82,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1932,12.94,-0.370044,0.069,15.14,0,-2.36950,0,-1.97663,0.176,17.35,290.5,0.088,-88.6,0.065,12.8,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1933,13.05,-0.370045,0.069,15.13,0.014,-2.36951,0,-2.03581,0.157,17.32,290.5,0.093,-88.6,0.078,12.79,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1934,13.47,-0.370047,0.069,15.08,0.028,-2.36951,0,-2.01215,0.167,17.29,290.5,0.087,-88.5,0.125,12.78,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1935,13.47,-0.357287,0.095,15.05,0.021,-2.36952,0,-1.97664,0.176,17.25,290.2,0.13,-88.5,0.125,12.73,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1936,13.46,-0.382809,0,15.02,0,-2.36953,0,-1.89379,0.167,17.22,290.3,0,-88.3,0,12.72,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1937,13.43,-0.382810,0,15.01,0.004,-2.36953,0,-1.98849,0.174,17.19,290.1,0.141,-88.3,0.065,12.67,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1938,13.46,-0.344529,0.115,14.98,0.034,-2.36954,0,-2.01217,0.167,17.16,290.2,0.131,-88.2,0.122,12.65,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1939,12.94,-0.357290,0.095,14.9,0.01,-2.36954,0,-2.00033,0.171,17.13,290.1,0.165,-88.1,0,12.62,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1940,13.47,-0.382812,0,14.89,0,-2.36955,0,-2.04768,0.15,17.1,289.9,0.104,-88,0.104,12.58,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1941,13.47,-0.370052,0.069,14.89,0.003,-2.36955,0,-2.08319,0.121,17.06,290.1,0.15,-87.8,0.097,12.56,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1942,13.46,-0.382813,0,14.86,0.025,-2.36955,0,-1.94116,0.177,17.03,289.8,0.071,-87.8,0,12.52,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1943,13.46,-0.382813,0,14.79,0.018,-2.36956,0,-1.96484,0.177,17,289.8,0.112,-87.7,0.127,12.49,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1944,13.47,-0.357293,0.095,14.77,0,-2.36956,0,-2.03586,0.157,16.97,289.7,0.047,-87.6,0.047,12.45,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1945,12.96,-0.357293,0.095,14.75,0.021,-2.36956,0,-2.08321,0.121,16.94,289.7,0.124,-87.5,0.127,12.42,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1946,13.47,-0.370054,0.069,14.71,0.021,-2.36956,0,-2.02403,0.163,16.9,289.6,0.122,-87.4,0.122,12.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1947,13.48,-0.382815,0,14.67,0.013,-2.36957,0,-2.04770,0.15,16.87,289.6,0.108,-87.2,0.128,12.37,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1948,13.46,-0.382815,0,14.67,0,-2.36957,0,-1.95301,0.178,16.82,289.4,0,-87.3,0,12.34,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1949,13.48,-0.382816,0,14.65,0.024,-2.36957,0,-2.05954,0.142,16.79,289.5,0.135,-87.1,0.088,12.33,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1950,13.47,-0.382816,0,14.59,0.021,-2.36957,0,-1.98852,0.174,16.76,289.3,0.095,-87.1,0.078,12.29,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1951,13.46,-0.382816,0,14.6,0.056,-2.36958,0,-1.98853,0.174,16.72,289.3,0.132,-87.1,0.115,12.28,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1952,13.45,-0.382816,0,14.66,0.003,-2.36958,0,-1.92934,0.176,16.7,289.3,0.086,-87.1,0,12.28,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1953,13.44,-0.382817,0,14.64,0.017,-2.36958,0,-1.89384,0.167,16.67,289.1,0.138,-87.1,0,12.23,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1954,13.47,-0.382817,0,14.59,0.02,-2.36958,0,-1.94118,0.177,16.63,289.1,0.12,-86.9,0.127,12.21,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1955,13.49,-0.382817,0,14.57,0.01,-2.36958,0,-1.88200,0.163,16.6,289,0.121,-86.9,0.129,12.19,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1956,13.46,-0.382817,0,14.57,0.014,-2.36958,0,-1.85833,0.15,16.57,288.8,0.108,-87,0.097,12.18,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1957,13.47,-0.382817,0,14.54,0.015,-2.36958,0,-1.85833,0.15,16.55,288.7,0.13,-87,0.11,12.15,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1958,13.47,-0.382817,0,14.53,0.003,-2.36958,0,-1.85833,0.15,16.51,288.8,0.089,-86.8,0.088,12.13,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,1959,13.47,-0.382818,0,14.52,0.016,-2.36958,0,-1.82282,0.121,16.48,288.8,0.111,-86.8,0.116,12.13,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2000,13.47,-0.382818,0,14.47,0.021,-2.36958,0,-1.78731,0.064,16.45,288.7,0.15,-86.7,0.129,12.09,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2001,13.5,-0.382818,0,14.44,0.007,-2.36958,0,-1.84650,0.142,16.42,288.7,0.065,-86.5,0.065,12.06,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2002,13.47,-0.370057,0.069,14.43,0.012,-2.36958,0,-1.77548,0,16.4,288.5,0.134,-86.7,0.127,12.06,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2003,13.5,-0.382818,0,14.42,0.014,-2.36959,0,-1.77548,0,16.37,288.5,0.125,-86.7,0.125,12.06,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2004,13.46,-0.382818,0,14.4,0.002,-2.36959,0,-1.77548,0,16.33,288.6,0.085,-86.6,0.088,12.06,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2005,13.49,-0.382818,0,14.4,0,-2.36959,0,-1.77548,0,16.31,288.6,0.094,-86.5,0.065,12.05,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2006,13.51,-0.382820,0,14.39,0.02,-2.36959,0,-1.81099,0.107,16.28,288.4,0.116,-86.6,0.088,12.01,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2007,13.46,-0.382821,0,14.35,0.009,-2.36960,0,-1.77549,0,16.25,288.3,0.029,-86.5,0,11.99,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2008,13.49,-0.382823,0,14.32,0.023,-2.36962,0,-1.84652,0.142,16.22,288.2,0.114,-86.5,0.114,11.95,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2009,13.5,-0.382825,0,14.3,0.016,-2.36963,0,-1.89388,0.167,16.2,288.1,0.125,-86.4,0.125,11.93,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2010,13.5,-0.382828,0,14.28,0.001,-2.36965,0,-1.82287,0.121,16.17,288.1,0.13,-86.4,0.127,11.93,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2011,13.47,-0.382830,0,14.28,0,-2.36966,0,-1.77553,0,16.15,288,0.047,-86.5,0.047,11.93,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2012,13.49,-0.382834,0,14.28,0.005,-2.36969,0,-1.77555,0,16.12,288,0.167,-86.4,0.129,11.91,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2013,13.49,-0.382836,0,14.26,0.018,-2.36969,0,-1.78740,0.064,16.09,287.9,0.1,-86.3,0.088,11.87,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2014,12.99,-0.382840,0,14.23,0.011,-2.36972,0,-1.79925,0.089,16.07,287.7,0.103,-86.5,0.104,11.86,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2015,13.49,-0.382841,0,14.23,0.009,-2.36973,0,-1.79926,0.089,16.04,287.8,0.128,-86.4,0.128,11.86,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2016,13.49,-0.382845,0,14.2,0.017,-2.36975,0,-1.79928,0.089,16.02,287.9,0.029,-86.3,0,11.86,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2017,13.45,-0.382846,0,14.17,0.011,-2.36976,0,-1.82296,0.121,15.99,287.8,0.14,-86.3,0.151,11.84,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2018,13.5,-0.382850,0,14.17,0,-2.36979,0,-1.77563,0,15.97,287.5,0.153,-86.4,0.125,11.81,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2019,13.49,-0.382851,0,14.17,0,-2.36979,0,-1.77563,0,15.94,287.6,0.093,-86.3,0,11.81,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2020,12.96,-0.382855,0,14.17,0,-2.36982,0,-1.77565,0,15.92,287.6,0.105,-86.2,0.104,11.8,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2021,13.5,-0.382855,0,14.16,0.012,-2.36982,0,-1.78749,0.064,15.89,287.6,0.065,-86.3,0.065,11.8,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2022,13.5,-0.382859,0,14.15,0.018,-2.36984,0,-1.77567,0,15.87,287.6,0.065,-86.3,0.065,11.8,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2023,13.49,-0.382860,0,14.13,0.02,-2.36984,0,-1.77567,0,15.84,287.6,0.09,-86.2,0.088,11.8,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2024,13.46,-0.382863,0,14.11,0.018,-2.36986,0,-1.78752,0.064,15.82,287.8,0.059,-86,0,11.79,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2025,13.5,-0.382863,0,14.09,0.014,-2.36986,0,-1.77569,0,15.79,287.6,0.126,-86,0.097,11.74,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2026,12.98,-0.370103,0.069,14.06,0.016,-2.36988,0,-1.77570,0,15.77,287.5,0.107,-86,0.088,11.74,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2027,13.49,-0.382867,0,14.06,0.019,-2.36989,0,-1.77570,0,15.75,287.5,0.055,-86,0.001,11.74,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2028,13.49,-0.382871,0,14.05,0.01,-2.36991,0,-1.77572,0,15.73,287.5,0.082,-86,0.047,11.74,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2029,13.49,-0.382873,0,14.04,0.006,-2.36993,0,-1.77573,0,15.7,287.7,0.145,-85.9,0.124,11.74,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2030,13.45,-0.382877,0,14.04,0,-2.36995,0,-1.77575,0,15.68,287.5,0.174,-86,0.115,11.73,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2031,13.03,-0.382879,0,14.03,0.005,-2.36996,0,-1.77576,0,15.66,287.5,0.14,-85.9,0.122,11.72,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2032,12.99,-0.382882,0,14.03,0,-2.36998,0,-1.77577,0,15.63,287.5,0.135,-85.9,0.129,11.72,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2033,13.46,-0.382884,0,14.02,0.004,-2.37000,0,-1.77578,0,15.62,287.6,0.203,-85.8,0.178,11.71,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2034,13.49,-0.382887,0,14.02,0,-2.37001,0,-1.77580,0,15.59,287.7,0.195,-85.7,0.181,11.72,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2035,13.5,-0.382891,0,14.01,0.015,-2.37003,0,-1.77581,0,15.57,287.6,0.179,-85.6,0.128,11.68,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2036,13.49,-0.382893,0,13.98,0.011,-2.37005,0,-1.77583,0,15.55,287.4,0.107,-85.6,0.097,11.64,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2037,12.96,-0.382897,0,13.97,0.016,-2.37007,0,-1.77584,0,15.53,287.4,0.083,-85.5,0.078,11.63,0.003,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2038,12.98,-0.382899,0,13.95,0.012,-2.37009,0,-1.77585,0,15.51,287.4,0.029,-85.5,0,11.63,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2039,13.47,-0.382903,0,13.94,0.016,-2.37011,0,-1.77587,0,15.49,287.4,0.094,-85.5,0.065,11.62,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2040,13.47,-0.382905,0,13.9,0.014,-2.37012,0,-1.77588,0,15.47,287.3,0.139,-85.3,0.117,11.57,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2041,13.49,-0.382909,0,13.89,0.007,-2.37015,0,-1.77590,0,15.45,287.2,0.135,-85.5,0.001,11.59,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2042,13.5,-0.382911,0,13.89,0.013,-2.37016,0,-1.77591,0,15.43,287.4,0.103,-85.5,0.097,11.61,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2043,12.97,-0.382915,0,13.88,0.001,-2.37018,0,-1.77592,0,15.41,287.5,0.129,-85.1,0.129,11.57,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2044,13.06,-0.382916,0,13.88,0,-2.37019,0,-1.77593,0,15.39,287.6,0.029,-85,0,11.56,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2045,13.47,-0.382920,0,13.88,0.005,-2.37021,0,-1.77595,0,15.38,287.5,0.084,-85,0.088,11.55,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2046,13.45,-0.382920,0,13.88,0.007,-2.37022,0,-1.77595,0,15.36,287.5,0.029,-85,0,11.55,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2047,13.49,-0.382924,0,13.87,0.012,-2.37024,0,-1.77597,0,15.34,287.5,0.003,-85,0,11.55,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2048,13.51,-0.382924,0,13.85,0.016,-2.37024,0,-1.77597,0,15.32,287.5,0.107,-85,0.047,11.53,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2049,12.96,-0.382928,0,13.83,0.016,-2.37026,0,-1.77598,0,15.3,287.5,0.086,-85,0,11.54,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2050,13.35,-0.382928,0,13.83,0.013,-2.37026,0,-1.77599,0,15.29,287.5,0.076,-85,0,11.54,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2051,13.51,-0.382931,0,13.84,0.017,-2.37028,0,-1.77600,0,15.27,287.6,0.098,-85,0.097,11.55,0.005,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2052,13.51,-0.382931,0,13.83,0.016,-2.37029,0,-1.77600,0,15.24,287.6,0.1,-85,0.097,11.55,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2053,13.49,-0.382933,0,13.82,0.007,-2.3703,0,-1.77601,0,15.24,287.6,0.128,-84.9,0.129,11.54,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2054,13.49,-0.382934,0,13.81,0.013,-2.37030,0,-1.77601,0,15.21,287.5,0.158,-84.7,0.105,11.5,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2055,12.96,-0.382936,0,13.8,0.017,-2.37031,0,-1.77602,0,15.19,287.5,0.159,-84.8,0.119,11.52,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2056,13.48,-0.382936,0,13.79,0.022,-2.37032,0,-1.77603,0,15.18,287.7,0.171,-84.7,0.195,11.53,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2057,13.48,-0.382938,0,13.78,0.02,-2.37033,0,-1.77603,0,15.16,287.7,0.132,-84.7,0.136,11.51,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2058,13.49,-0.382938,0,13.76,0.007,-2.37033,0,-1.77604,0,15.14,287.7,0.088,-84.5,0.088,11.48,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2059,13.49,-0.382939,0,13.76,0,-2.37034,0,-1.77604,0,15.13,287.8,0.128,-84.4,0.128,11.48,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2100,13.48,-0.382940,0,13.76,0.003,-2.37034,0,-1.77604,0,15.12,287.9,0.104,-84.3,0.111,11.48,0.004,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2101,13.51,-0.382941,0,13.75,0,-2.37035,0,-1.77605,0,15.1,288.1,0.112,-84,0.065,11.46,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2102,13.49,-0.382941,0,13.75,0.007,-2.37035,0,-1.77605,0,15.09,287.9,0.096,-84,0,11.43,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2103,13.49,-0.382942,0,13.74,0.016,-2.37035,0,-1.77605,0,15.07,287.7,0.129,-84.1,0.129,11.42,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2104,13.47,-0.382943,0,13.69,0.026,-2.37036,0,-1.77605,0,15.05,287.8,0.164,-83.8,0.128,11.39,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2105,13.5,-0.382943,0,13.66,0.015,-2.37036,0,-1.77606,0,15.04,287.6,0.125,-83.9,0.125,11.35,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2106,13.49,-0.382945,0,13.66,0.016,-2.37037,0,-1.77607,0,15.03,287.6,0.247,-83.9,0.242,11.35,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2107,13.49,-0.382947,0,13.64,0.007,-2.37038,0,-1.77607,0,15.01,287.7,0.171,-83.6,0.125,11.32,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2108,13.5,-0.382948,0,13.63,0.008,-2.37039,0,-1.78792,0.064,15,287.5,0.204,-83.6,0.128,11.27,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2109,13.5,-0.382949,0,13.58,0.025,-2.37040,0,-1.77608,0,14.98,287.4,0.054,-83.4,0.047,11.23,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2110,13.49,-0.38295,0,13.53,0.014,-2.37040,0,-1.77609,0,14.96,287.4,0.115,-83.3,0.204,11.2,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2111,13.49,-0.382950,0,13.52,0,-2.37040,0,-1.77609,0,14.95,287.4,0.126,-83.1,0.115,11.17,0.022,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2112,13.47,-0.382953,0,13.52,0.015,-2.37042,0,-1.77610,0,14.93,287.4,0.136,-82.9,0.117,11.11,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2113,13.48,-0.382954,0,13.46,0.029,-2.37043,0,-1.77611,0,14.91,287.5,0.143,-82.6,0.217,11.07,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2114,13.47,-0.382956,0,13.41,0,-2.37044,0,-1.77611,0,14.9,287.4,0.158,-82.4,0.082,11.03,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2115,13.51,-0.382956,0,13.39,0.027,-2.37044,0,-1.79980,0.089,14.88,287.4,0.201,-82.2,0.201,10.98,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2116,13.48,-0.382957,0,13.33,0.024,-2.32529,0.115,-1.77612,0,14.85,287.5,0.154,-82,0.158,10.98,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2117,13.48,-0.382957,0,13.3,0.007,-2.30272,0.135,-1.77612,0,14.84,287.4,0.194,-81.9,0.146,10.93,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2118,13.52,-0.382957,0,13.3,0,-2.35916,0.061,-1.77612,0,14.81,287.4,0.177,-81.7,0.157,10.89,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2119,13.5,-0.382957,0,13.29,0.012,-2.35916,0.061,-1.77612,0,14.8,287.3,0.203,-81.7,0.221,10.86,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2120,13.53,-0.382960,0,13.26,0.018,-2.28016,0.15,-1.77613,0,14.78,287.3,0.223,-81.5,0.125,10.83,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2121,13.49,-0.38296,0,13.22,0.027,-2.28016,0.15,-1.77614,0,14.75,287.1,0.156,-81.5,0.17,10.8,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2122,13.49,-0.382963,0,13.19,0.015,-2.32533,0.115,-1.77615,0,14.74,287,0.102,-81.6,0.093,10.8,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2123,13.52,-0.382964,0,13.19,0.011,-2.31405,0.126,-1.77615,0,14.72,287,0.103,-81.7,0.093,10.8,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2124,13.51,-0.382965,0,13.19,0.013,-2.34792,0.084,-1.77616,0,14.7,286.9,0.155,-81.7,0.151,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2125,13.51,-0.382965,0,13.18,0.009,-2.37050,0,-1.77616,0,14.68,287.1,0.144,-81.6,0.178,10.81,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2126,13.51,-0.382966,0,13.18,0,-2.37050,0,-1.77616,0,14.66,287.2,0.07,-81.4,0.065,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2127,13.51,-0.382966,0,13.18,0.003,-2.35921,0.061,-1.77616,0,14.65,287.1,0.132,-81.5,0.133,10.79,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2128,13.53,-0.382968,0,13.17,0.005,-2.37051,0,-1.77617,0,14.63,286.8,0.131,-81.8,0.127,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2129,13.53,-0.382968,0,13.17,0.012,-2.37051,0,-1.77617,0,14.61,287.1,0.105,-81.4,0.104,10.79,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2130,13.53,-0.382968,0,13.16,0.013,-2.37052,0,-1.77617,0,14.59,287.2,0.041,-81.4,0,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2131,13.5,-0.382968,0,13.14,0.013,-2.34794,0.084,-1.77617,0,14.57,287.2,0.065,-81.4,0.047,10.79,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2132,12.96,-0.382968,0,13.16,0.012,-2.37051,0,-1.77617,0,14.56,286.8,0.133,-81.8,0.133,10.8,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2133,13.07,-0.382967,0,13.14,0.025,-2.37051,0,-1.77617,0,14.54,287,0.187,-81.6,0.198,10.79,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2134,13.5,-0.382967,0,13.12,0.02,-2.35922,0.061,-1.77617,0,14.52,286.8,0.151,-81.7,0.125,10.79,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2135,13.51,-0.382966,0,13.12,0.019,-2.37050,0,-1.77616,0,14.51,286.8,0.128,-81.7,0.125,10.78,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2136,13.52,-0.382966,0,13.13,0.015,-2.34792,0.084,-1.77616,0,14.49,286.8,0.125,-81.9,0.088,10.81,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2137,13.51,-0.382964,0,13.14,0.014,-2.37049,0,-1.77616,0,14.47,286.9,0.031,-81.9,0,10.83,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2138,13.52,-0.382964,0,13.15,0.014,-2.37049,0,-1.77615,0,14.46,286.9,0.049,-81.9,0,10.84,0.009,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2139,13.51,-0.382963,0,13.15,0.007,-2.37048,0,-1.77615,0,14.44,287,0.151,-82,0.185,10.86,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2140,13.03,-0.382962,0,13.15,0,-2.37048,0,-1.77615,0,14.43,287.1,0.084,-81.9,0.078,10.89,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2141,13.51,-0.382963,0,13.14,0.003,-2.37048,0,-1.77615,0,14.42,287.2,0.073,-81.9,0.065,10.88,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2142,13.54,-0.382963,0,13.14,0,-2.37049,0,-1.77615,0,14.4,287.1,0.121,-82,0.119,10.88,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2143,13.53,-0.382963,0,13.14,0.002,-2.37049,0,-1.77615,0,14.39,287.3,0.157,-81.8,0.146,10.88,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2144,13.52,-0.382963,0,13.14,0,-2.35920,0.061,-1.77615,0,14.37,287.2,0.165,-82,0.129,10.91,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2145,13.53,-0.382965,0,13.13,0.001,-2.37050,0,-1.77616,0,14.37,287.6,0.199,-81.7,0.195,10.93,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2146,13.53,-0.382965,0,13.13,0,-2.37050,0,-1.77616,0,14.35,287.4,0.113,-81.8,0.11,10.91,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2147,13.52,-0.382969,0,13.13,0,-2.37052,0,-1.77617,0,14.34,287.3,0.072,-81.7,0.065,10.87,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2148,13.53,-0.382969,0,13.13,0.008,-2.37052,0,-1.77617,0,14.32,287.3,0.15,-81.5,0.129,10.84,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2149,13.53,-0.382970,0,13.12,0.013,-2.37052,0,-1.77618,0,14.32,287.3,0.136,-81.4,0.122,10.82,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2150,12.99,-0.382970,0,13.1,0.012,-2.34795,0.084,-1.77618,0,14.3,287.3,0.104,-81.3,0.11,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2151,13.53,-0.382972,0,13.09,0.017,-2.37054,0,-1.77619,0,14.3,287.2,0.065,-81.4,0.065,10.8,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2152,13.51,-0.382973,0,13.06,0.025,-2.37054,0,-1.77620,0,14.28,287.3,0.13,-81.3,0.115,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2153,13.51,-0.382976,0,13.02,0.022,-2.37056,0,-1.77621,0,14.28,287.3,0.143,-81.2,0.11,10.78,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2154,13.52,-0.382977,0,13.02,0.016,-2.35928,0.061,-1.77621,0,14.26,287.2,0.127,-81.4,0.078,10.78,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2155,13,-0.382979,0,13.02,0.018,-2.37058,0,-1.77622,0,14.25,287.2,0.151,-81.3,0.128,10.77,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2156,13.07,-0.382980,0,13.01,0.016,-2.37059,0,-1.77623,0,14.24,287.2,0.131,-81.1,0.082,10.75,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2157,13.52,-0.382983,0,13.01,0.01,-2.37061,0,-1.77624,0,14.23,287.3,0.115,-81.1,0.065,10.77,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2158,13.49,-0.382983,0,13,0.005,-2.37061,0,-1.77624,0,14.22,287.5,0.143,-80.9,0.104,10.75,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2159,13.53,-0.382984,0,13.01,0.01,-2.26901,0.155,-1.77625,0,14.21,287.3,0.119,-81.3,0.16,10.78,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2200,13.53,-0.382985,0,13.01,0.015,-2.31417,0.126,-1.77625,0,14.2,287.3,0.147,-81.3,0.127,10.79,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2201,12.99,-0.382986,0,13.01,0.013,-2.34804,0.084,-1.77625,0,14.18,287.3,0.139,-81.3,0.11,10.8,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2202,13.51,-0.382987,0,13.01,0.018,-2.33676,0.102,-1.77626,0,14.18,287.4,0.148,-81.4,0.17,10.83,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2203,13.53,-0.382988,0,13.03,0.018,-2.33677,0.102,-1.77626,0,14.18,287.3,0.108,-81.6,0.104,10.86,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2204,13.55,-0.382989,0,13.04,0.017,-2.37065,0,-1.77627,0,14.16,287.6,0.118,-81.3,0.119,10.85,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2205,13.52,-0.382990,0,13.02,0.016,-2.37065,0,-1.77628,0,14.16,287.6,0.164,-81.2,0.173,10.83,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2206,13.52,-0.382992,0,13.04,0.022,-2.32551,0.115,-1.77628,0,14.14,287.5,0.083,-81.5,0.142,10.87,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2207,12.98,-0.382993,0,13.1,0.02,-2.37067,0,-1.77629,0,14.13,287.6,0.191,-81.6,0.191,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2208,13.49,-0.382995,0,13.11,0.013,-2.3481,0.084,-1.77630,0,14.13,287.7,0.128,-81.5,0.128,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2209,13.51,-0.382995,0,13.12,0,-2.35939,0.061,-1.77630,0,14.12,287.7,0.127,-81.5,0.127,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2210,13.53,-0.382997,0,13.12,0,-2.35940,0.061,-1.77631,0,14.11,287.6,0.093,-81.6,0.093,10.91,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2211,13.51,-0.382997,0,13.11,0.005,-2.37070,0,-1.77631,0,14.11,287.7,0.115,-81.5,0.115,10.91,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2212,13.49,-0.382999,0,13.11,0.007,-2.37071,0,-1.77632,0,14.09,287.6,0.156,-81.4,0.047,10.88,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2213,13.02,-0.383000,0,13.1,0.015,-2.37071,0,-1.77632,0,14.09,287.4,0.149,-81.5,0.128,10.87,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2214,13.52,-0.383001,0,13.08,0.022,-2.37072,0,-1.77633,0,14.09,287.5,0.047,-81.4,0.065,10.85,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2215,13.51,-0.383001,0,13.05,0.017,-2.37072,0,-1.77633,0,14.09,287.4,0.029,-81.4,0,10.84,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2216,13.49,-0.383003,0,13.04,0.016,-2.35944,0.061,-1.77634,0,14.07,287.5,0.088,-81.4,0.088,10.84,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2217,13.51,-0.383003,0,13.04,0.019,-2.33686,0.102,-1.77634,0,14.06,287.4,0.142,-81.5,0.128,10.85,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2218,13.02,-0.383005,0,13.02,0.016,-2.37074,0,-1.77634,0,14.06,287.5,0.029,-81.4,0,10.85,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2219,13.53,-0.383005,0,13.01,0.017,-2.31430,0.126,-1.77634,0,14.04,287.5,0.071,-81.4,0.065,10.85,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2220,13.53,-0.383006,0,13,0.015,-2.37075,0,-1.77635,0,14.04,287.4,0.196,-81.3,0.129,10.81,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2221,13.54,-0.383006,0,13,0.012,-2.37075,0,-1.77635,0,14.04,287.5,0.146,-81,0.145,10.78,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2222,13.51,-0.383007,0,13,0.005,-2.28044,0.15,-1.77635,0,14.01,287.3,0.175,-81.1,0.211,10.76,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2223,13.5,-0.383007,0,13,0,-2.3256,0.115,-1.77635,0,14.01,287.3,0.142,-81.1,0.152,10.75,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2224,12.98,-0.383008,0,12.99,0.009,-2.28045,0.15,-1.77636,0,13.99,287.4,0.12,-80.9,0.047,10.73,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2225,13.52,-0.383008,0,12.97,0.022,-2.31432,0.126,-1.77636,0,13.99,287.5,0.207,-80.7,0.231,10.72,0.011,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2226,13.52,-0.383009,0,12.93,0.013,-2.20143,0.169,-1.77636,0,13.99,287.6,0.174,-80.5,0.145,10.71,0.014,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2227,13.52,-0.383009,0,12.91,0.014,-2.25787,0.16,-1.77636,0,13.97,287.3,0.198,-80.6,0.146,10.66,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2228,13.52,-0.383010,0,12.89,0.01,-2.37077,0,-1.77637,0,13.96,287.4,0.118,-80.3,0.078,10.63,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2229,13.51,-0.383010,0,12.86,0.008,-2.37077,0,-1.77637,0,13.95,287.2,0.135,-80.3,0.136,10.57,0.032,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2230,13.52,-0.383010,0,12.79,0.028,-2.37077,0,-1.89479,0.167,13.94,287.1,0.204,-79.84,0.288,10.49,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2231,13.52,-0.383010,0,12.74,0.021,-2.37078,0,-2.1198,0.064,13.92,286.9,0.136,-79.75,0.122,10.42,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2232,13.52,-0.383011,0,12.66,0.025,-2.37078,0,-2.14349,0.064,13.91,287,0.159,-79.39,0.115,10.37,0.033,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2233,13.05,-0.383011,0,12.61,0.026,-2.37078,0,-2.21454,0.15,13.9,286.8,0.188,-79.04,0.221,10.26,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2234,12.99,-0.383011,0,12.52,0.021,-2.37078,0,-2.13165,0,13.89,286.6,0.102,-78.75,0.104,10.18,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2235,13.51,-0.383011,0,12.45,0.042,-2.37078,0,-2.07244,0.132,13.87,286.6,0.125,-78.37,0.122,10.1,0.031,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2236,13.53,-0.383012,0,12.4,0.015,-2.37078,0,-1.94217,0.177,13.85,286.5,0.117,-78.19,0.125,10.04,0.036,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2237,13.53,-0.383012,0,12.34,0.025,-2.37078,0,-1.77638,0,13.84,286.4,0.148,-77.94,0.122,9.97,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2238,13.54,-0.383012,0,12.26,0.024,-2.32563,0.115,-1.77638,0,13.82,286.4,0.124,-77.66,0.127,9.91,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2239,12.99,-0.383012,0,12.22,0.024,-2.24660,0.163,-1.77638,0,13.8,286.1,0.106,-77.6,0.142,9.85,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2240,13.53,-0.383012,0,12.15,0.017,-2.23531,0.166,-1.77638,0,13.78,286.4,0.047,-77.25,0.047,9.84,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2241,13.53,-0.383012,0,12.12,0.019,-2.19016,0.169,-1.77638,0,13.76,286,0.205,-77.22,0.078,9.76,0.04,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2242,13.51,-0.383012,0,12.07,0.025,-2.26918,0.155,-1.77638,0,13.74,285.8,0.119,-77.17,0.119,9.71,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2243,13.53,-0.383012,0,12.02,0.018,-2.31434,0.126,-1.77638,0,13.72,286,0.114,-76.77,0.19,9.67,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2244,13.53,-0.383012,0,11.98,0.017,-2.12242,0.15,-1.77638,0,13.71,286.2,0.078,-76.49,0.078,9.64,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2245,13,-0.383015,0,11.93,0.026,-2.22404,0.168,-1.77639,0,13.68,286,0.12,-76.34,0.13,9.59,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2246,13.49,-0.383015,0,11.9,0.001,-2.07728,0.115,-1.77639,0,13.66,286.2,0.137,-76.11,0.125,9.57,0.01,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2247,13.49,-0.383017,0,11.87,0.027,-2.07729,0.115,-1.77640,0,13.65,286,0.143,-76.05,0.127,9.52,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2248,13.53,-0.383017,0,11.84,0.012,-2.04342,0.061,-1.77640,0,13.62,286.1,0.215,-75.93,0.176,9.52,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2249,13.51,-0.383020,0,11.81,0.018,-2.08860,0.126,-1.77642,0,13.61,286.3,0.136,-75.67,0.078,9.51,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2250,13.5,-0.383021,0,11.76,0.015,-2.02086,0.107,-1.72905,0.121,13.59,286.1,0.122,-75.6,0.155,9.47,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2251,13.03,-0.383025,0,11.75,0.008,-1.88540,0.168,-1.51589,0.157,13.56,286.2,0.193,-75.58,0.128,9.48,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2252,13.55,-0.383026,0,11.75,0.011,-1.77251,0.143,-1.45668,0.107,13.52,286.3,0.133,-75.61,0.136,9.49,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2253,13.53,-0.383027,0,11.74,0.012,-1.86284,0.169,-1.46853,0.121,13.5,286.3,0.154,-75.51,0.136,9.48,0.016,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2254,13.53,-0.383028,0,11.72,0.017,-1.97574,0.126,-1.57512,0.176,13.49,286.3,0.168,-75.54,0.127,9.48,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2255,13.53,-0.383028,0,11.71,0,-1.98703,0.115,-1.64618,0.171,13.47,286.5,0.197,-75.36,0.166,9.48,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2256,13,-0.383030,0,11.71,0.009,-1.76124,0.135,-1.33826,0.176,13.45,286.5,0.158,-75.41,0.14,9.51,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2257,13.52,-0.383031,0,11.74,0.018,-1.82898,0.166,-1.36196,0.132,13.43,286.5,0.158,-75.53,0.125,9.52,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2258,13.54,-0.383033,0,11.74,0.012,-1.87415,0.169,-1.38565,0.107,13.41,286.6,0.112,-75.62,0.119,9.55,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2259,13.5,-0.383035,0,11.74,0.011,-1.87416,0.169,-1.37381,0.121,13.4,286.6,0.105,-75.67,0.078,9.57,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2300,13.53,-0.383037,0,11.8,0.014,-1.72740,0.102,-1.17248,0.163,13.38,286.7,0.127,-75.81,0.129,9.62,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2301,13.54,-0.383039,0,11.84,0.018,-1.70483,0.061,-1.18433,0.167,13.37,286.7,0.119,-76.07,0.198,9.66,0.03,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2302,13.03,-0.383041,0,11.88,0.011,-1.80645,0.16,-1.25540,0.177,13.35,286.7,0.063,-76.22,0.046,9.69,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2303,13.53,-0.383043,0,11.89,0.009,-1.88549,0.168,-1.37384,0.121,13.34,286.8,0.182,-76.52,0.165,9.76,0.041,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2304,13.55,-0.383046,0,11.95,0.014,-1.94196,0.15,-1.42123,0,13.33,286.8,0.047,-76.72,0.047,9.82,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2305,13.54,-0.383047,0,11.99,0.019,-1.84035,0.168,-1.39754,0.089,13.31,286.7,0.125,-77.06,0.211,9.87,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2306,13.53,-0.383050,0,12.02,0.023,-1.97585,0.126,-1.42124,0.092,13.3,286.8,0.138,-77.29,0.088,9.93,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2307,13.53,-0.383051,0,12.07,0.017,-2.08876,0.126,-1.64628,0.171,13.3,286.9,0.135,-77.33,0.119,9.95,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2308,13.53,-0.383054,0,12.1,0.015,-2.22426,0.168,-1.76472,0.064,13.29,287,0.154,-77.56,0.097,10.01,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2309,13.5,-0.383054,0,12.11,0.014,-2.26943,0.155,-1.77657,0,13.28,286.8,0.121,-77.71,0.11,10.01,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2310,13.03,-0.383057,0,12.12,0.012,-2.21299,0.169,-1.77659,0,13.28,286.9,0.146,-77.82,0.169,10.05,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2311,13.54,-0.383058,0,12.18,0.018,-2.22429,0.168,-1.76474,0.064,13.28,286.9,0.176,-78,0.219,10.07,0.024,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2312,13.51,-0.383060,0,12.21,0.01,-2.08881,0.126,-1.76476,0.064,13.26,286.9,0.155,-78.33,0.118,10.15,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2313,13.53,-0.383061,0,12.26,0.02,-2.06623,0.102,-1.63447,0.174,13.26,286.8,0.146,-78.73,0.152,10.2,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2314,13.53,-0.383063,0,12.3,0.017,-2.17916,0.168,-1.77661,0,13.26,287,0.142,-78.81,0,10.26,0.028,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2315,13.54,-0.383063,0,12.32,0.015,-2.22432,0.168,-1.76477,0.064,13.26,287.3,0.125,-78.72,0.125,10.3,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2316,13.5,-0.383065,0,12.33,0.005,-2.22433,0.168,-1.77662,0,13.28,287.2,0.088,-78.78,0.088,10.29,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2317,13.54,-0.383066,0,12.34,0.013,-2.23563,0.166,-1.77663,0,13.24,287.4,0.181,-78.85,0.146,10.33,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2318,13.53,-0.383067,0,12.38,0.02,-2.30338,0.135,-1.77663,0,13.23,287.5,0.128,-78.8,0.125,10.36,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2319,13.52,-0.383068,0,12.4,0.014,-2.35984,0.061,-1.77663,0,13.24,287.4,0.134,-78.88,0.133,10.36,0.007,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2320,13.56,-0.383069,0,12.41,0.013,-2.33726,0.102,-1.77664,0,13.26,287.6,0.195,-78.66,0.185,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2321,13.53,-0.383069,0,12.41,0.001,-2.33727,0.102,-1.77664,0,13.26,287.6,0.189,-78.71,0.172,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2322,13.54,-0.383070,0,12.42,0,-2.29211,0.143,-1.77665,0,13.24,287.6,0.126,-78.69,0.129,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2323,13.51,-0.383071,0,12.41,0.003,-2.20178,0.169,-1.76480,0.064,13.23,287.6,0.191,-78.69,0.174,10.36,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2324,13.49,-0.383072,0,12.41,0.009,-2.05500,0.15,-1.67005,0.163,13.23,287.6,0.164,-78.92,0.127,10.4,0.015,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2325,13.51,-0.383072,0,12.43,0.02,-1.98726,0.115,-1.55161,0.171,13.23,287.7,0.143,-78.84,0.14,10.41,0.002,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2326,13.56,-0.383073,0,12.44,0.012,-2.16792,0.188,-1.68190,0.157,13.23,287.8,0.157,-78.74,0.176,10.41,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2327,13.51,-0.383073,0,12.44,0.012,-2.11146,0.143,-1.68190,0.157,13.23,287.9,0.145,-78.77,0.135,10.43,0.025,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2328,13.57,-0.383074,0,12.45,0.017,-2.24696,0.163,-1.77666,0,13.23,287.9,0.155,-78.82,0.125,10.44,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2329,13.53,-0.383074,0,12.45,0.017,-2.25826,0.16,-1.76482,0.064,13.23,288,0.113,-78.8,0.065,10.44,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2330,13.04,-0.383074,0,12.44,0.01,-2.37117,0,-1.77666,0,13.23,287.8,0.074,-78.84,0.078,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2331,13.52,-0.383075,0,12.45,0.014,-2.37117,0,-1.77667,0,13.22,287.8,0.148,-78.81,0.116,10.42,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2332,13.53,-0.383075,0,12.45,0.014,-2.32601,0.115,-1.77667,0,13.21,287.9,0.179,-78.7,0.186,10.41,0.012,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2333,13.53,-0.383075,0,12.46,0.019,-2.11148,0.143,-1.71745,0.132,13.21,288,0.183,-78.8,0.047,10.45,0.037,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2334,13.53,-0.383076,0,12.47,0.018,-2.26956,0.155,-1.77667,0,13.21,288.2,0.163,-78.65,0.183,10.47,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2335,13.53,-0.383076,0,12.44,0.014,-2.37118,0,-1.77667,0,13.21,288.3,0.088,-78.34,0.097,10.41,0.027,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2336,13.53,-0.383076,0,12.43,0.019,-2.35989,0.061,-1.77667,0,13.21,288.3,0.103,-78.27,0.103,10.4,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2337,13.54,-0.383076,0,12.42,0.02,-2.31473,0.126,-1.77667,0,13.21,288.1,0.132,-78.43,0.129,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2338,13.53,-0.383076,0,12.41,0.014,-2.31473,0.126,-1.76483,0.064,13.21,288.4,0.163,-78.1,0.128,10.38,0.017,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2339,13.54,-0.383077,0,12.4,0.016,-2.05503,0.122,-1.53979,0.168,13.21,288.2,0.194,-78.35,0.194,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2340,13.56,-0.383077,0,12.4,0.014,-2.13407,0.155,-1.75299,0.089,13.21,288.5,0.209,-77.99,0.202,10.38,0.019,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2341,13.54,-0.383077,0,12.39,0.01,-2.35990,0.061,-1.77668,0,13.21,288.4,0.084,-77.75,0.078,10.33,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2342,13.53,-0.383077,0,12.33,0.027,-2.37119,0,-1.77668,0,13.21,288.2,0.171,-77.71,0.149,10.28,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2343,13.02,-0.383077,0,12.3,0.013,-2.37119,0,-1.77668,0,13.21,288.2,0.119,-77.59,0.119,10.26,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2344,13.56,-0.383077,0,12.26,0.015,-2.37119,0,-1.77668,0,13.2,288,0.116,-77.43,0.122,10.18,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2345,13.52,-0.383077,0,12.2,0.029,-2.37119,0,-1.77668,0,13.19,288,0.109,-77.18,0.119,10.13,0.008,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2346,13.51,-0.383077,0,12.14,0.019,-2.37119,0,-1.80037,0.089,13.19,287.9,0.121,-76.88,0.129,10.07,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2347,13.53,-0.383078,0,12.08,0.028,-2.37119,0,-1.78852,0.064,13.19,287.7,0.07,-76.76,0.065,10,0.006,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2348,13.54,-0.383078,0,12.02,0.019,-2.37119,0,-1.84775,0.142,13.17,287.6,0.16,-76.63,0.128,9.95,0.02,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2349,13.01,-0.383078,0,11.96,0.024,-2.37119,0,-1.93066,0.176,13.16,287.5,0.135,-76.35,0.13,9.88,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2350,13.55,-0.383078,0,11.9,0.022,-2.37119,0,-1.93066,0.176,13.16,287.5,0.149,-76.07,0.158,9.82,0.021,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2351,13.53,-0.383078,0,11.84,0.026,-2.37119,0,-1.89513,0.168,13.14,287.4,0.16,-75.84,0.129,9.75,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2352,13.53,-0.383078,0,11.79,0.028,-2.32603,0.115,-1.87144,0.157,13.14,287.4,0.237,-75.65,0.123,9.71,0.035,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2353,13.54,-0.383078,0,11.72,0.031,-2.32603,0.115,-1.77668,0,13.12,287.2,0.148,-75.34,0.172,9.61,0.013,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2354,13.55,-0.383078,0,11.65,0.019,-2.20182,0.169,-1.77668,0,13.11,287.1,0.151,-75.18,0,9.58,0.029,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2355,12.95,-0.383078,0,11.61,0.029,-2.20182,0.169,-1.77668,0,13.09,287.3,0.138,-74.72,0.104,9.53,0.026,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2356,13.56,-0.395847,0.069,11.56,0.019,-2.11149,0.168,-1.77668,0,13.09,287.1,0.064,-74.68,0.065,9.48,0,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2357,13.53,-0.651233,0.176,11.52,0.013,-2.02116,0.061,-1.77668,0,13.07,286.9,0.118,-74.67,0,9.43,0.023,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2358,13.54,-0.740618,0.096,11.51,0.005,-1.98729,0.115,-1.77668,0,13.05,286.9,0.092,-74.67,0,9.42,0.018,-7999,-7999,-7999,-7999,0,-7999 -0,2019,319,2359,13.56,-0.740618,0.096,11.47,0.023,-2.10020,0.135,-1.77668,0,13.05,286.8,0.097,-74.67,0,9.41,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,0,13.52,0,0,13.81,0.013,-1.04992,0.102,-0.710553,0,14.23,358.3,0.082,-8.33,0.088,10.41,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1,13.5,0,0,13.82,0.013,-1.08379,0.135,-0.710553,0,14.23,358.3,0.084,-8.29,0,10.42,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2,13.52,0,0,13.83,0.013,-1.07250,0.126,-0.710553,0,14.23,358.4,0.124,-8.29,0,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,3,13.52,0,0,13.82,0.014,-1.15153,0.166,-0.710553,0,14.23,358.4,0.123,-8.29,0,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,4,13.02,0,0,13.83,0.013,-1.16282,0.168,-0.769765,0.132,14.23,358.3,0.041,-8.29,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,5,13.51,0,0,13.82,0.013,-1.17411,0.169,-0.793450,0.15,14.23,358.3,0.041,-8.29,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,6,13.51,0,0,13.83,0.013,-1.11766,0.155,-0.710553,0,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,7,13.52,0,0,13.82,0.014,-1.12895,0.16,-0.710553,0,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,8,13.53,0,0,13.82,0.014,-1.08379,0.135,-0.757923,0.121,14.23,358.5,0.11,-8.1,0.11,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,9,13.52,0,0,13.81,0.012,-1.06121,0.115,-0.734238,0.089,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,10,13,0,0,13.81,0.012,-1.09508,0.143,-0.722395,0.064,14.23,358.3,0,-8.29,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,11,13.5,0,0,13.81,0.009,-1.09508,0.143,-0.710553,0,14.23,358.2,0.125,-8.39,0.125,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,12,13.53,0,0,13.81,0.005,-1.18540,0.169,-0.746080,0.107,14.23,358,0.047,-8.56,0.047,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,13,13.53,0,0,13.81,0.005,-1.12895,0.16,-0.746080,0.107,14.23,358,0,-8.55,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,14,13.49,0,0,13.81,0,-1.15153,0.166,-0.734238,0.089,14.22,358,0.078,-8.58,0.078,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,15,13.51,0,0,13.81,0,-1.20798,0.168,-0.769765,0.132,14.22,358.1,0.127,-8.45,0.127,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,16,13.01,0,0,13.81,0,-1.19669,0.169,-0.840821,0.171,14.22,358.1,0.115,-8.48,0.115,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,17,13.53,0,0,13.81,0,-1.18540,0.169,-0.852663,0.174,14.22,358,0,-8.55,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,18,13.51,0,0,13.81,0,-1.14024,0.163,-0.793450,0.15,14.21,357.9,0.129,-8.67,0.129,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,19,13.5,0,0,13.8,0.013,-1.17411,0.169,-0.911876,0.176,14.21,357.8,0,-8.81,0,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,20,13.53,0,0,13.78,0.018,-1.17411,0.169,-0.971089,0.157,14.21,357.7,0.078,-8.84,0.078,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,21,12.97,0,0,13.76,0.019,-1.16282,0.168,-0.959246,0.163,14.21,357.7,0.125,-8.91,0.125,10.41,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,22,13.13,0,0,13.75,0.007,-1.07250,0.126,-0.911876,0.176,14.21,357.7,0.089,-8.81,0,10.4,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,23,13.53,0,0,13.75,0,-1.14024,0.163,-0.828978,0.167,14.21,357.6,0.11,-8.82,0.047,10.37,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,24,13.53,0,0,13.75,0,-1.14024,0.163,-0.900033,0.177,14.19,357.4,0.052,-8.81,0,10.34,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,25,13.54,0,0,13.75,0.005,-1.15153,0.166,-0.900033,0.177,14.18,357.4,0.128,-8.84,0.078,10.34,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,26,13.51,0,0,13.73,0.018,-1.15153,0.166,-0.923719,0.174,14.18,357.2,0.157,-8.86,0.097,10.3,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,27,13.03,0,0,13.71,0.019,-1.10637,0.15,-0.840821,0.171,14.18,357.1,0.066,-8.81,0,10.29,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,28,13.51,0,0,13.7,0.017,-1.11766,0.155,-0.746080,0.107,14.18,357.2,0.082,-8.81,0,10.29,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,29,13.54,0,0,13.7,0.01,-1.10637,0.15,-0.722395,0.064,14.18,357.1,0.078,-8.79,0.078,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,30,13.52,0,0,13.69,0,-1.16282,0.168,-0.757923,0.121,14.18,357.1,0.061,-8.8,0.047,10.28,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,31,13.52,0,0,13.69,0,-1.16282,0.168,-0.793450,0.15,14.18,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,32,13.51,0,0,13.69,0,-1.15153,0.166,-0.805293,0.157,14.16,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,33,13.03,0,0,13.69,0,-1.11766,0.155,-0.817136,0.163,14.16,357.1,0,-8.81,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,34,13.52,0,0,13.69,0.002,-1.09508,0.143,-0.840821,0.171,14.16,357.1,0.013,-8.81,0,10.28,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,35,13.53,0,0,13.68,0,-1.14024,0.163,-0.888191,0.178,14.16,357.1,0,-8.81,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,36,13.54,0,0,13.68,0.002,-1.17411,0.169,-0.911876,0.176,14.16,357.2,0.124,-8.72,0.125,10.27,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,37,13.54,0,0,13.68,0.007,-1.11766,0.155,-0.828978,0.167,14.15,357.3,0,-8.55,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,38,13.03,0,0,13.67,0.011,-1.09508,0.143,-0.722395,0.064,14.14,357.3,0.064,-8.57,0.065,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,39,13.02,0,0,13.67,0.013,-1.09508,0.143,-0.710553,0,14.13,357.3,0,-8.55,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,40,13.54,0,0,13.67,0.012,-1.07250,0.126,-0.710553,0,14.13,357.5,0.107,-8.36,0.115,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,41,13.49,0,0,13.67,0.014,-1.11766,0.155,-0.710553,0,14.13,357.5,0.047,-8.3,0.047,10.26,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,42,13.52,0,0,13.66,0.013,-1.14024,0.163,-0.722395,0.064,14.13,357.5,0.012,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,43,13.53,0,0,13.66,0.013,-1.09508,0.143,-0.734238,0.089,14.13,357.5,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,44,13.04,0,0,13.67,0.012,-1.08379,0.135,-0.710553,0,14.13,357.5,0.01,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,45,13.52,0,0,13.67,0.009,-1.04992,0.102,-0.710553,0,14.13,357.6,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,46,13.53,0,0,13.67,0.012,-1.11766,0.155,-0.710553,0,14.11,357.5,0.012,-8.29,0,10.26,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,47,13.54,0,0,13.67,0.007,-1.04992,0.102,-0.734238,0.089,14.11,357.5,0,-8.29,0,10.26,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,48,13.51,0,0,13.67,0.005,-1.02734,0.061,-0.710553,0,14.11,357.5,0.06,-8.29,0,10.26,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,49,13.5,0,0,13.66,0,-1.08379,0.135,-0.710553,0,14.11,357.6,0.132,-8.21,0.122,10.25,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,50,13.53,0,0,13.66,0.007,-1.07250,0.126,-0.710553,0,14.11,357.5,0.13,-8.22,0.119,10.25,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,51,13.03,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,357.5,0.087,-8.29,0,10.25,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,52,13.03,0,0,13.66,0,-1.07250,0.126,-0.710553,0,14.11,357.5,0.119,-8.29,0,10.26,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,53,13.52,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,357.6,0.12,-8.29,0,10.28,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,54,13.51,0,0,13.66,0,-1.09508,0.143,-0.710553,0,14.11,357.8,0.174,-8.18,0.128,10.3,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,55,13.54,0,0,13.66,0,-1.06121,0.115,-0.710553,0,14.11,358,0.078,-8.04,0.047,10.3,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,56,13.53,0,0,13.66,0,-1.07250,0.126,-0.710553,0,14.11,358,0.079,-8.05,0.065,10.31,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,57,12.99,0,0,13.66,0,-1.04992,0.102,-0.710553,0,14.11,358.1,0.106,-8.04,0,10.33,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,58,13.52,0,0,13.66,0,-1.02734,0.061,-0.710553,0,14.11,358.2,0.131,-8.17,0.13,10.36,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,59,13.52,0,0,13.66,0,-1.02734,0.061,-0.710553,0,14.11,358.1,0.088,-8.26,0.088,10.37,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,100,13.53,0,0,13.66,0.009,-1.03863,0.084,-0.710553,0,14.11,358.1,0,-8.29,0,10.37,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,101,13.54,0,0,13.67,0.018,-1.02734,0.061,-0.710553,0,14.11,358.1,0.01,-8.29,0,10.37,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,102,13.52,0,0,13.68,0.016,-1.01605,0,-0.710553,0,14.11,358.1,0,-8.29,0,10.36,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,103,13.03,0,0,13.7,0.017,-1.04992,0.102,-0.710553,0,14.11,358.1,0.016,-8.29,0,10.36,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,104,13.52,0,0,13.71,0.005,-1.04992,0.102,-0.710553,0,14.11,358.1,0,-8.29,0,10.37,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,105,13.52,0,0,13.72,0.005,-1.02734,0.061,-0.710553,0,14.11,358.1,0.035,-8.29,0,10.37,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,106,13.53,0,0,13.71,0.01,-1.02734,0.061,-0.710553,0,14.11,358.3,0.192,-8.14,0.127,10.38,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,107,13.5,0,0,13.73,0.018,-1.02734,0.061,-0.710553,0,14.11,358.5,0.146,-8.12,0.122,10.41,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,108,13.54,0,0,13.76,0.013,-1.03863,0.084,-0.710553,0,14.12,358.4,0.097,-8.24,0.104,10.43,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,109,13,0,0,13.77,0,-1.02734,0.061,-0.710553,0,14.13,358.5,0.118,-8.22,0.119,10.43,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,110,13.52,0,0,13.77,0,-1.01605,0,-0.710553,0,14.13,358.4,0.056,-8.29,0,10.43,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,111,13.51,0,0,13.77,0.004,-1.01605,0,-0.710553,0,14.13,358.5,0.093,-8.29,0,10.44,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,112,13.54,0,0,13.78,0,-1.01605,0,-0.710553,0,14.13,358.7,0.116,-8.29,0,10.48,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,113,13.52,0,0,13.78,0,-1.01605,0,-0.710553,0,14.13,358.7,0.07,-8.31,0.065,10.5,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,114,12.99,0,0,13.78,0.015,-1.03863,0.084,-0.710553,0,14.13,358.5,0.047,-8.55,0.047,10.5,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,115,13.38,0,0,13.8,0.018,-1.02734,0.061,-0.710553,0,14.13,358.7,0.119,-8.36,0.115,10.5,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,116,13.52,0,0,13.81,0.019,-1.09508,0.143,-0.710553,0,14.13,358.6,0.119,-8.55,0,10.51,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,117,13.52,0,0,13.82,0.024,-1.03863,0.084,-0.710553,0,14.13,358.8,0.12,-8.56,0.047,10.55,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,118,13.54,0,0,13.85,0.015,-1.04992,0.102,-0.710553,0,14.14,358.8,0.102,-8.55,0,10.56,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,119,13.53,0,0,13.88,0.004,-1.01605,0,-0.710553,0,14.15,358.8,0.142,-8.65,0.125,10.57,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,120,13,0,0,13.88,0,-1.01605,0,-0.710553,0,14.16,358.7,0.12,-8.82,0.047,10.58,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,121,13.49,0,0,13.88,0.003,-1.04992,0.102,-0.710553,0,14.16,358.4,0.168,-9.23,0.172,10.6,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,122,13.53,0,0,13.88,0,-1.02734,0.061,-0.710553,0,14.16,357.8,0.196,-9.82,0.205,10.61,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,123,13.51,0,0,13.87,0.005,-1.11766,0.155,-0.710553,0,14.16,357.2,0.142,-10.45,0.139,10.61,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,124,13.52,0,0,13.88,0.013,-1.15153,0.166,-0.710553,0,14.16,356.6,0.186,-11.02,0.186,10.61,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,125,13.49,0,0,13.88,0.013,-1.03863,0.084,-0.734238,0.089,14.18,355.9,0.205,-11.73,0.2,10.6,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,126,12.99,0,0,13.88,0.02,-1.08379,0.135,-0.722395,0.064,14.18,354.9,0.504,-12.74,0.504,10.6,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,127,13.5,0,0,13.89,0.013,-1.18540,0.169,-0.734238,0.089,14.18,353.5,0.188,-14.15,0.196,10.61,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,128,13.53,0,0,13.89,0.016,-1.12895,0.16,-0.746080,0.107,14.18,353.2,0.173,-14.46,0.173,10.62,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,129,13.49,0,0,13.89,0.011,-1.24184,0.16,-0.828978,0.167,14.18,352.5,0.279,-15.24,0.279,10.62,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,130,13.53,0,0,13.91,0.019,-1.21927,0.166,-0.864506,0.176,14.18,352,0.132,-15.69,0.129,10.62,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,131,13.54,0,0,13.91,0.019,-1.18540,0.169,-0.864506,0.176,14.18,352.2,0.065,-15.54,0.065,10.63,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,132,13.03,0,0,13.9,0.014,-1.24184,0.16,-0.817136,0.163,14.18,351.8,0.294,-15.92,0.296,10.63,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,133,13.53,0,0,13.91,0.015,-1.25313,0.155,-0.900033,0.177,14.19,350.9,0.18,-16.8,0.14,10.63,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,134,13.52,0,0,13.91,0.012,-1.27571,0.143,-0.935561,0.171,14.2,351,0.111,-16.59,0,10.61,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,135,13.54,0,0,13.9,0.005,-1.27571,0.143,-0.994774,0.142,14.21,351,0.091,-16.59,0,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,136,13.52,0,0,13.9,0.004,-1.27571,0.143,-0.923719,0.174,14.21,350.1,0.421,-17.39,0.375,10.59,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,137,12.99,0,0,13.89,0,-1.30958,0.115,-0.982931,0.15,14.21,349.2,0.158,-18.32,0.122,10.58,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,138,13.51,0,0,13.89,0.001,-1.18540,0.169,-0.947404,0.167,14.21,349.4,0.262,-18.15,0.236,10.59,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,139,13.52,0,0,13.89,0,-1.25313,0.155,-0.994774,0.142,14.21,347.7,0.646,-19.79,0.636,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,140,13.52,0,0,13.89,0.003,-1.34345,0.061,-0.971089,0.157,14.21,346.6,0.17,-20.94,0.14,10.58,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,141,13.54,0,0,13.89,0.007,-1.33216,0.084,-1.06583,0,14.21,346.4,0.156,-21.16,0.125,10.59,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,142,13.53,0,0,13.9,0.01,-1.34345,0.061,-1.06583,0,14.21,345.7,0.488,-21.8,0.484,10.59,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,143,13,0,0,13.89,0.014,-1.32087,0.102,-1.06583,0,14.21,344.3,0.218,-23.23,0.185,10.58,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,144,13.53,0,0,13.88,0.017,-1.33216,0.084,-1.06583,0,14.21,344.7,0.309,-22.82,0.338,10.59,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,145,13.52,0,0,13.87,0.017,-1.34345,0.061,-1.06583,0,14.21,345.2,0.121,-22.25,0.097,10.58,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,146,13.53,0,0,13.85,0.026,-1.34345,0.061,-1.05399,0.064,14.22,344.8,0.346,-22.59,0.307,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,147,13.5,0,0,13.83,0.017,-1.35474,0,-1.06583,0,14.22,343.6,0.489,-23.76,0.414,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,148,13.52,0,0,13.82,0.026,-1.35474,0,-1.06583,0,14.22,341,0.82,-26.26,0.781,10.54,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,149,13.03,0,0,13.81,0.018,-1.37732,0.084,-1.06583,0,14.22,339.1,0.46,-28.12,0.411,10.53,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,150,13.52,0,0,13.8,0.012,-1.37732,0.084,-1.06583,0,14.22,338.1,0.181,-29.09,0.186,10.52,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,151,13.54,0,0,13.8,0.009,-1.43377,0.143,-1.06583,0,14.21,337,0.517,-30.19,0.517,10.52,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,152,13.52,0,0,13.79,0.001,-1.52408,0.169,-1.06583,0,14.21,335.7,0.178,-31.47,0.185,10.52,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,153,13.53,0,0,13.72,0.056,-1.50150,0.168,-1.06583,0,14.21,336.3,0.392,-30.7,0.437,10.49,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,154,13,0,0,13.68,0.01,-1.53537,0.169,-1.06583,0,14.21,338.1,0.572,-28.86,0.549,10.47,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,155,13.26,0,0,13.67,0.014,-1.51279,0.169,-1.06583,0,14.21,339.3,0.2,-27.62,0.186,10.47,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,156,13.5,0,0,13.66,0.011,-1.54666,0.168,-1.06583,0,14.21,339.7,0.201,-27.28,0.186,10.47,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,157,13.51,0,0,13.66,0,-1.50150,0.168,-1.06583,0,14.21,340.4,0.347,-26.54,0.352,10.47,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,158,13.49,0,0,13.66,0,-1.46763,0.16,-1.06583,0,14.21,341.9,0.538,-25,0.521,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,159,13.52,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.4,0.294,-23.6,0.28,10.48,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,200,13,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.7,0.135,-23.33,0,10.49,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,201,13.52,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.5,0.156,-23.48,0.128,10.49,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,202,13.52,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.3,0.124,-23.79,0.11,10.51,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,203,13.51,0,0,13.66,0,-1.36603,0.061,-1.06583,0,14.21,343.1,0.124,-24.06,0.097,10.52,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,204,13.49,0,0,13.66,0,-1.35474,0,-1.06583,0,14.21,343.5,0.216,-23.69,0.196,10.52,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,205,13.54,0,0,13.66,0.007,-1.35474,0,-1.05399,0.064,14.21,344.1,0.285,-23.02,0.254,10.51,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,206,13.02,0,0,13.66,0.011,-1.35474,0,-1.06583,0,14.21,345.4,0.494,-21.83,0.472,10.52,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,207,13.5,0,0,13.66,0.007,-1.35474,0,-1.05399,0.064,14.2,346.6,0.211,-20.61,0.186,10.53,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,208,13.51,0,0,13.66,0.011,-1.35474,0,-1.03030,0.107,14.2,346.6,0.231,-20.67,0.231,10.53,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,209,13.52,0,0,13.66,0,-1.29829,0.126,-0.959246,0.163,14.19,345.1,0.637,-22.17,0.638,10.53,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,210,13.51,0,0,13.66,0,-1.34345,0.061,-0.994774,0.142,14.19,342.5,0.765,-24.69,0.765,10.53,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,211,13.03,0,0,13.66,0.008,-1.35474,0,-1.06583,0,14.19,340.5,0.381,-26.7,0.367,10.53,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,212,13.32,0,0,13.65,0.011,-1.41119,0.126,-1.06583,0,14.19,340.1,0.119,-27.14,0.119,10.53,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,213,13.53,0,0,13.65,0.012,-1.36603,0.061,-1.06583,0,14.18,340.6,0.206,-26.55,0.219,10.52,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,214,13.54,0,0,13.65,0.009,-1.43377,0.143,-1.06583,0,14.18,341.5,0.325,-25.64,0.327,10.52,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,215,13.52,0,0,13.65,0.005,-1.37732,0.084,-1.06583,0,14.18,343,0.527,-24.28,0.507,10.53,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,216,13.51,0,0,13.64,0.007,-1.35474,0,-1.06583,0,14.18,344.8,0.508,-22.52,0.495,10.54,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,217,13.03,0,0,13.64,0.012,-1.35474,0,-1.06583,0,14.18,346,0.276,-21.24,0.241,10.53,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,218,13.52,0,0,13.64,0.011,-1.35474,0,-1.05399,0.064,14.18,346.6,0.249,-20.75,0.163,10.56,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,219,13.53,0,0,13.65,0.007,-1.35474,0,-1.03030,0.107,14.18,347.5,0.413,-19.92,0.377,10.57,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,220,13.52,0,0,13.65,0,-1.29829,0.126,-0.959246,0.163,14.18,349.2,0.585,-18.33,0.519,10.59,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,221,13.5,0,0,13.65,0.002,-1.23056,0.163,-0.840821,0.171,14.18,350.9,0.458,-16.62,0.422,10.59,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,222,13.52,0,0,13.65,0,-1.21927,0.166,-0.840821,0.171,14.18,352.4,0.389,-15.19,0.376,10.6,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,223,13.03,0,0,13.65,0.001,-1.24184,0.16,-0.805293,0.157,14.19,353.3,0.221,-14.22,0.239,10.59,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,224,13.49,0,0,13.65,0,-1.16282,0.168,-0.757923,0.121,14.19,354,0.19,-13.58,0.127,10.61,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,225,13.53,0,0,13.65,0.007,-1.12895,0.16,-0.722395,0.064,14.2,354.8,0.281,-12.94,0.211,10.64,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,226,13.52,0,0,13.68,0.016,-1.09508,0.143,-0.710553,0,14.21,355.5,0.145,-12.33,0.145,10.65,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,227,13.51,0,0,13.72,0.018,-1.17411,0.169,-0.710553,0,14.21,355.9,0.103,-11.97,0.097,10.65,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,228,13.03,0,0,13.74,0.014,-1.15153,0.166,-0.722395,0.064,14.21,356.5,0.28,-11.44,0.198,10.68,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,229,13,0,0,13.76,0.009,-1.12895,0.16,-0.710553,0,14.21,357,0.09,-11.13,0.065,10.71,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,230,13.52,0,0,13.77,0.001,-1.12895,0.16,-0.710553,0,14.21,357.3,0.041,-10.89,0,10.71,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,231,13.5,0,0,13.77,0.005,-1.10637,0.15,-0.710553,0,14.21,357.3,0.078,-10.89,0,10.72,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,232,13.5,0,0,13.77,0.006,-1.17411,0.169,-0.710553,0,14.22,357.3,0.092,-10.89,0,10.72,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,233,13.53,0,0,13.77,0.011,-1.15153,0.166,-0.710553,0,14.22,357.3,0.061,-10.89,0,10.71,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,234,12.99,0,0,13.77,0.009,-1.14024,0.163,-0.710553,0,14.23,357.4,0.14,-10.73,0.127,10.71,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,235,13.51,0,0,13.77,0.011,-1.14024,0.163,-0.710553,0,14.23,357.7,0.135,-10.54,0.122,10.72,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,236,13.53,0,0,13.77,0.009,-1.09508,0.143,-0.722395,0.064,14.23,357.8,0.055,-10.37,0,10.72,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,237,13.52,0,0,13.77,0.01,-1.09508,0.143,-0.722395,0.064,14.23,357.8,0.094,-10.37,0,10.72,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,238,13.52,0,0,13.77,0.007,-1.15153,0.166,-0.710553,0,14.23,357.9,0.123,-10.29,0.119,10.72,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,239,13.53,0,0,13.77,0.012,-1.16282,0.168,-0.710553,0,14.23,358.1,0.061,-10.11,0,10.71,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,240,13,0,0,13.76,0.01,-1.19669,0.169,-0.734238,0.089,14.24,358,0.14,-10.15,0.097,10.71,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,241,13.54,0,0,13.76,0.011,-1.17411,0.169,-0.722395,0.064,14.24,357.8,0.13,-10.29,0.119,10.7,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,242,13.53,0,0,13.77,0.013,-1.18540,0.169,-0.757923,0.121,14.25,357.8,0.072,-10.37,0,10.71,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,243,13.54,0,0,13.76,0.007,-1.15153,0.166,-0.793450,0.15,14.25,357.8,0.088,-10.33,0.088,10.7,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,244,13.52,0,0,13.76,0.01,-1.18540,0.169,-0.746080,0.107,14.25,357.9,0.12,-10.14,0.078,10.69,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,245,13.02,0,0,13.76,0,-1.11766,0.155,-0.805293,0.157,14.25,357.8,0.137,-10.14,0.088,10.67,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,246,13.03,0,0,13.76,0.005,-1.23056,0.163,-0.923719,0.174,14.25,357.5,0.119,-10.29,0.119,10.65,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,247,13.54,0,0,13.75,0.016,-1.18540,0.169,-0.828978,0.167,14.25,357.5,0.047,-10.36,0.047,10.65,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,248,13.49,0,0,13.72,0.015,-1.16282,0.168,-0.828978,0.167,14.25,357.5,0.007,-10.37,0,10.65,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,249,13.52,0,0,13.7,0.011,-1.20798,0.168,-0.911876,0.176,14.25,357.4,0.065,-10.37,0,10.64,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,250,13.53,0,0,13.69,0.014,-1.14024,0.163,-0.876348,0.177,14.25,357.3,0.131,-10.37,0,10.62,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,251,13.03,0,0,13.66,0.01,-1.08379,0.135,-0.840821,0.171,14.25,357.3,0.141,-10.25,0.129,10.6,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,252,13.54,0,0,13.66,0.001,-1.09508,0.143,-0.781608,0.142,14.25,357.5,0.118,-10.11,0,10.6,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,253,13.51,0,0,13.66,0,-1.11766,0.155,-0.793450,0.15,14.25,357.5,0.111,-10.13,0.065,10.61,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,254,13.52,0,0,13.66,0.007,-1.10637,0.15,-0.793450,0.15,14.25,357.5,0.125,-10.12,0.047,10.6,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,255,13.52,0,0,13.65,0.013,-1.10637,0.15,-0.781608,0.142,14.25,357.2,0.179,-10.23,0.129,10.58,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,256,13.54,0,0,13.63,0.009,-1.12895,0.16,-0.793450,0.15,14.25,357.1,0.112,-10.15,0.097,10.54,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,257,13.03,0,0,13.62,0.014,-1.14024,0.163,-0.746080,0.107,14.25,357.1,0.041,-10.11,0,10.53,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,258,13.51,0,0,13.6,0,-1.18540,0.169,-0.769765,0.132,14.25,357.2,0.127,-10.01,0.127,10.53,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,259,13.52,0,0,13.6,0.012,-1.16282,0.168,-0.793450,0.15,14.25,357.4,0.012,-9.85,0,10.53,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,300,13.49,0,0,13.57,0.011,-1.18540,0.169,-0.852663,0.174,14.25,357.3,0,-9.85,0,10.52,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,301,13.53,0,0,13.57,0.001,-1.19669,0.169,-0.876348,0.177,14.25,357.3,0.082,-9.83,0.065,10.51,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,302,13.5,0,0,13.57,0,-1.17411,0.169,-0.852663,0.174,14.25,357.4,0.114,-9.6,0.047,10.49,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,303,13,0,0,13.57,0.008,-1.14024,0.163,-0.781608,0.142,14.25,357.4,0.129,-9.59,0,10.49,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,304,13.52,0,0,13.56,0.013,-1.08379,0.135,-0.769765,0.132,14.25,357.4,0.125,-9.5,0.122,10.48,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,305,13.53,0,0,13.55,0.013,-1.15153,0.166,-0.734238,0.089,14.25,357.6,0.081,-9.33,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,306,13.52,0,0,13.59,0.054,-1.15153,0.166,-0.722395,0.064,14.25,357.8,0.128,-9.1,0.078,10.47,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,307,13.51,0,0,13.66,0,-1.12895,0.16,-0.710553,0,14.25,357.8,0.09,-9.1,0.078,10.47,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,308,13,0,0,13.66,0,-1.10637,0.15,-0.722395,0.064,14.25,357.7,0.15,-9.21,0.129,10.47,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,309,13.54,0,0,13.63,0.021,-1.17411,0.169,-0.722395,0.064,14.25,357.6,0.082,-9.33,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,310,13.52,0,0,13.62,0.014,-1.09508,0.143,-0.710553,0,14.25,357.5,0.117,-9.39,0.11,10.47,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,311,13.5,0,0,13.61,0.014,-1.07250,0.126,-0.722395,0.064,14.25,357.4,0.11,-9.56,0.078,10.48,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,312,13.53,0,0,13.6,0.009,-1.09508,0.143,-0.722395,0.064,14.25,357.3,0.081,-9.59,0,10.47,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,313,13.52,0,0,13.59,0.014,-1.10637,0.15,-0.746080,0.107,14.25,357.3,0.051,-9.59,0,10.46,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,314,13,0,0,13.58,0.014,-1.16282,0.168,-0.757923,0.121,14.24,357.3,0.066,-9.59,0,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,315,13.49,0,0,13.58,0.014,-1.12895,0.16,-0.722395,0.064,14.23,357.3,0.073,-9.59,0,10.47,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,316,13.52,0,0,13.58,0.014,-1.14024,0.163,-0.746080,0.107,14.24,357.3,0.041,-9.59,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,317,13.52,0,0,13.57,0.009,-1.16282,0.168,-0.734238,0.089,14.23,357.3,0.105,-9.56,0.078,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,318,13.52,0,0,13.57,0.005,-1.14024,0.163,-0.722395,0.064,14.24,357.3,0.054,-9.58,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,319,13.04,0,0,13.56,0.002,-1.16282,0.168,-0.769765,0.132,14.24,357.5,0.087,-9.37,0.097,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,320,13.04,0,0,13.56,0,-1.12895,0.16,-0.769765,0.132,14.23,357.5,0.047,-9.34,0.047,10.45,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,321,13.53,0,0,13.57,0.001,-1.11766,0.155,-0.722395,0.064,14.23,357.5,0.046,-9.34,0.047,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,322,13.53,0,0,13.57,0,-1.19669,0.169,-0.746080,0.107,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,323,13.53,0,0,13.56,0.001,-1.16282,0.168,-0.746080,0.107,14.23,357.5,0.031,-9.33,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,324,13.54,0,0,13.56,0,-1.12895,0.16,-0.722395,0.064,14.23,357.5,0.03,-9.33,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,325,13.03,0,0,13.56,0,-1.08379,0.135,-0.710553,0,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,326,13.52,0,0,13.56,0.001,-1.15153,0.166,-0.710553,0,14.23,357.5,0.065,-9.31,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,327,13.49,0,0,13.57,0,-1.16282,0.168,-0.710553,0,14.23,357.5,0.056,-9.33,0,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,328,13.5,0,0,13.57,0.001,-1.14024,0.163,-0.722395,0.064,14.23,357.6,0.115,-9.26,0.115,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,329,13.46,0,0,13.57,0,-1.09508,0.143,-0.710553,0,14.23,357.5,0.056,-9.32,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,330,13.52,0,0,13.57,0.002,-1.11766,0.155,-0.710553,0,14.23,357.5,0.012,-9.33,0,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,331,13.02,0,0,13.56,0,-1.11766,0.155,-0.734238,0.089,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,332,13.49,0,0,13.56,0.001,-1.12895,0.16,-0.734238,0.089,14.23,357.5,0.007,-9.33,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,333,13.54,0,0,13.56,0.009,-1.14024,0.163,-0.722395,0.064,14.23,357.5,0.029,-9.33,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,334,13.5,0,0,13.57,0.001,-1.18540,0.169,-0.722395,0.064,14.23,357.5,0.006,-9.33,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,335,13.52,0,0,13.57,0.007,-1.15153,0.166,-0.710553,0,14.23,357.5,0,-9.33,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,336,12.99,0,0,13.57,0.006,-1.15153,0.166,-0.757923,0.121,14.23,357.5,0.014,-9.33,0,10.46,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,337,13.04,0,0,13.56,0.005,-1.09508,0.143,-0.710553,0,14.23,357.6,0.119,-9.25,0.119,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,338,13.51,0,0,13.56,0.007,-1.14024,0.163,-0.722395,0.064,14.23,357.6,0.108,-9.28,0.104,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,339,13.5,0,0,13.57,0,-1.17411,0.169,-0.710553,0,14.23,357.7,0.129,-9.19,0.129,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,340,13.52,0,0,13.57,0.005,-1.12895,0.16,-0.710553,0,14.23,357.8,0.031,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,341,13.52,0,0,13.57,0,-1.12895,0.16,-0.710553,0,14.23,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,342,13.03,0,0,13.57,0.005,-1.11766,0.155,-0.710553,0,14.23,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,343,13.51,0,0,13.57,0.005,-1.10637,0.15,-0.710553,0,14.23,357.8,0.054,-9.06,0.047,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,344,13.5,0,0,13.57,0.005,-1.12895,0.16,-0.710553,0,14.23,357.8,0.048,-9.07,0,10.46,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,345,13.5,0,0,13.56,0.007,-1.12895,0.16,-0.710553,0,14.23,357.8,0.03,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,346,13.54,0,0,13.56,0.007,-1.15153,0.166,-0.734238,0.089,14.23,357.8,0.006,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,347,13.51,0,0,13.56,0.013,-1.11766,0.155,-0.769765,0.132,14.23,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,348,13,0,0,13.56,0.013,-1.11766,0.155,-0.746080,0.107,14.23,357.8,0.065,-9.06,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,349,13.52,0,0,13.56,0.013,-1.10637,0.15,-0.722395,0.064,14.23,357.9,0.125,-8.98,0.125,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,350,13.53,0,0,13.56,0.013,-1.11766,0.155,-0.710553,0,14.23,357.8,0.065,-9.06,0.065,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,351,13.52,0,0,13.55,0.014,-1.14024,0.163,-0.722395,0.064,14.23,357.9,0.11,-9.01,0.11,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,352,13.54,0,0,13.56,0.014,-1.12895,0.16,-0.734238,0.089,14.23,358.1,0.046,-8.82,0.047,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,353,13.03,0,0,13.56,0.016,-1.03863,0.084,-0.710553,0,14.23,358.1,0,-8.81,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,354,13.03,0,0,13.54,0.014,-1.16282,0.168,-0.710553,0,14.23,357.9,0.104,-8.87,0.104,10.45,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,355,13.5,0,0,13.54,0.014,-1.11766,0.155,-0.722395,0.064,14.23,357.8,0.109,-9.01,0.11,10.45,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,356,13.5,0,0,13.54,0.015,-1.14024,0.163,-0.722395,0.064,14.23,357.8,0.03,-9.07,0,10.45,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,357,13.52,0,0,13.54,0.02,-1.09508,0.143,-0.769765,0.132,14.23,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,358,13.51,0,0,13.54,0.017,-1.03863,0.084,-0.710553,0,14.22,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,359,13.03,0,0,13.54,0.017,-1.06121,0.115,-0.710553,0,14.22,357.8,0.005,-9.07,0,10.46,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,400,13.52,0,0,13.54,0.017,-1.11766,0.155,-0.710553,0,14.22,357.8,0,-9.07,0,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,401,13.52,0,0,13.52,0.02,-1.08379,0.135,-0.710553,0,14.22,357.8,0.013,-9.07,0,10.46,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,402,13.49,0,0,13.5,0.021,-1.14024,0.163,-0.710553,0,14.23,357.8,0.125,-8.99,0.122,10.45,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,403,13.52,0,0,13.5,0.019,-1.06121,0.115,-0.710553,0,14.22,357.8,0.041,-9.07,0,10.45,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,404,13.53,0,0,13.49,0.014,-1.12895,0.16,-0.710553,0,14.21,357.8,0.065,-9.06,0.065,10.46,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,405,13.04,0,0,13.5,0.019,-1.12895,0.16,-0.710553,0,14.21,357.8,0.071,-9.06,0.065,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,406,13.52,0,0,13.49,0.015,-1.09508,0.143,-0.710553,0,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,407,13.51,0,0,13.49,0.012,-1.11766,0.155,-0.710553,0,14.21,357.8,0.058,-9.07,0,10.46,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,408,13.53,0,0,13.49,0.01,-1.04992,0.102,-0.710553,0,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,409,13.53,0,0,13.49,0.007,-1.10637,0.15,-0.710553,0,14.21,357.8,0.029,-9.07,0,10.46,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,410,13.52,0,0,13.49,0.011,-1.12895,0.16,-0.710553,0,14.21,357.8,0.066,-9.07,0,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,411,13.02,0,0,13.49,0.009,-1.07250,0.126,-0.722395,0.064,14.21,357.8,0.11,-9.04,0.088,10.46,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,412,13.52,0,0,13.49,0.01,-1.14024,0.163,-0.722395,0.064,14.21,357.8,0.041,-9.07,0,10.46,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,413,13.49,0,0,13.49,0.011,-1.10637,0.15,-0.710553,0,14.21,357.8,0.03,-9.07,0,10.47,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,414,13.51,0,0,13.49,0.009,-1.15153,0.166,-0.710553,0,14.21,357.8,0.049,-9.07,0,10.46,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,415,13.52,0,0,13.49,0.012,-1.14024,0.163,-0.710553,0,14.21,357.8,0.081,-9.07,0,10.45,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,416,13.03,0,0,13.5,0.014,-1.12895,0.16,-0.746080,0.107,14.21,357.7,0.108,-9.07,0,10.45,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,417,13.38,0,0,13.49,0.014,-1.12895,0.16,-0.746080,0.107,14.21,357.6,0.108,-9.07,0,10.42,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,418,13.52,0,0,13.48,0.015,-1.10637,0.15,-0.746080,0.107,14.21,357.5,0.154,-9.11,0.088,10.42,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,419,13.49,0,0,13.49,0.018,-1.06121,0.115,-0.710553,0,14.21,357.6,0.115,-9.08,0.047,10.43,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,420,13.54,0,0,13.49,0.014,-1.07250,0.126,-0.722395,0.064,14.21,357.6,0.121,-9.08,0.047,10.43,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,421,13.51,0,0,13.48,0.016,-1.15153,0.166,-0.769765,0.132,14.21,357.5,0.121,-9.13,0.11,10.42,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,422,13.03,0,0,13.47,0.018,-1.18540,0.169,-0.805293,0.157,14.21,357.5,0.101,-9.07,0,10.41,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,423,13.51,0,0,13.46,0.014,-1.14024,0.163,-0.781608,0.142,14.21,357.5,0.07,-9.07,0,10.4,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,424,13.52,0,0,13.45,0.005,-1.12895,0.16,-0.805293,0.157,14.21,357.4,0.003,-9.07,0,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,425,13.53,0,0,13.45,0,-1.11766,0.155,-0.781608,0.142,14.21,357.5,0,-9.07,0,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,426,13.53,0,0,13.45,0.002,-1.08379,0.135,-0.746080,0.107,14.21,357.5,0.043,-9.07,0,10.4,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,427,13.54,0,0,13.45,0,-1.11766,0.155,-0.746080,0.107,14.21,357.4,0.041,-9.07,0,10.39,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,428,13.03,0,0,13.45,0.005,-1.01605,0,-0.710553,0,14.21,357.5,0.193,-9.07,0.15,10.41,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,429,13.52,0,0,13.45,0.005,-1.10637,0.15,-0.710553,0,14.21,357.4,0.133,-9.29,0.097,10.42,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,430,13.52,0,0,13.45,0.005,-1.14024,0.163,-0.722395,0.064,14.21,357.3,0.11,-9.33,0,10.41,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,431,13.52,0,0,13.45,0.005,-1.19669,0.169,-0.840821,0.171,14.21,357.2,0.084,-9.33,0,10.41,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,432,13.5,0,0,13.45,0.001,-1.14024,0.163,-0.793450,0.15,14.21,357.2,0.064,-9.33,0,10.4,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,433,12.99,0,0,13.45,0.007,-1.15153,0.166,-0.793450,0.15,14.21,357.2,0.065,-9.31,0.065,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,434,13.41,0,0,13.44,0.014,-1.14024,0.163,-0.757923,0.121,14.21,357.5,0.015,-9.07,0,10.4,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,435,13.54,0,0,13.43,0.014,-1.10637,0.15,-0.710553,0,14.21,357.4,0.047,-9.08,0.047,10.39,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,436,13.49,0,0,13.43,0.014,-1.16282,0.168,-0.722395,0.064,14.2,357.3,0.133,-9.18,0.128,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,437,13.54,0,0,13.42,0.012,-1.09508,0.143,-0.734238,0.089,14.2,357.3,0.127,-9.23,0.127,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,438,13.5,0,0,13.41,0.02,-1.12895,0.16,-0.722395,0.064,14.2,357.4,0.101,-9.12,0.097,10.39,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,439,13.04,0,0,13.41,0.015,-1.15153,0.166,-0.722395,0.064,14.2,357.2,0,-9.33,0,10.39,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,440,13.52,0,0,13.4,0.013,-1.11766,0.155,-0.746080,0.107,14.19,357.2,0.119,-9.26,0.115,10.39,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,441,13.52,0,0,13.39,0.011,-1.17411,0.169,-0.757923,0.121,14.19,357.4,0,-9.07,0,10.39,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,442,13.51,0,0,13.39,0.011,-1.12895,0.16,-0.793450,0.15,14.18,357.5,0.006,-9.07,0,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,443,13.53,0,0,13.39,0.012,-1.08379,0.135,-0.746080,0.107,14.18,357.4,0.047,-9.08,0.047,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,444,13.51,0,0,13.42,0.02,-1.19669,0.169,-0.734238,0.089,14.18,357.3,0.128,-9.21,0.129,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,445,12.98,0,0,13.41,0.016,-1.12895,0.16,-0.757923,0.121,14.18,357.4,0.115,-9.14,0.115,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,446,13.53,0,0,13.4,0.013,-1.10637,0.15,-0.757923,0.121,14.18,357.4,0.095,-9.12,0.097,10.39,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,447,13.52,0,0,13.39,0.005,-1.08379,0.135,-0.793450,0.15,14.18,357.2,0.104,-9.28,0.104,10.39,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,448,13.52,0,0,13.39,0.011,-1.12895,0.16,-0.828978,0.167,14.18,357.2,0.101,-9.28,0.104,10.4,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,449,13.51,0,0,13.39,0.015,-1.15153,0.166,-0.852663,0.174,14.18,357.4,0.065,-9.09,0.065,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,450,12.98,0,0,13.38,0.015,-1.14024,0.163,-0.852663,0.174,14.18,357.5,0.03,-9.07,0,10.4,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,451,13.07,0,0,13.38,0.016,-1.17411,0.169,-0.805293,0.157,14.18,357.4,0.066,-9.07,0,10.39,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,452,13.51,0,0,13.37,0.01,-1.16282,0.168,-0.817136,0.163,14.18,357.4,0.087,-9.07,0,10.39,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,453,13.53,0,0,13.37,0.009,-1.17411,0.169,-0.864506,0.176,14.18,357.3,0.127,-9.07,0,10.36,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,454,13.52,0,0,13.37,0,-1.12895,0.16,-0.769765,0.132,14.18,357.2,0.041,-9.07,0,10.34,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,455,13.52,0,0,13.37,0.007,-1.21927,0.166,-0.793450,0.15,14.18,357.1,0.041,-9.07,0,10.34,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,456,13.02,0,0,13.37,0.01,-1.12895,0.16,-0.757923,0.121,14.18,357.1,0.089,-9.07,0,10.33,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,457,13.54,0,0,13.35,0.014,-1.16282,0.168,-0.817136,0.163,14.18,357,0.095,-9.07,0,10.31,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,458,13.54,0,0,13.35,0.007,-1.19669,0.169,-0.840821,0.171,14.18,356.9,0.122,-9.03,0.097,10.29,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,459,13.5,0,0,13.34,0.01,-1.14024,0.163,-0.734238,0.089,14.18,356.9,0.088,-9.06,0.065,10.28,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,500,13.51,0,0,13.32,0.014,-1.12895,0.16,-0.722395,0.064,14.18,356.8,0.03,-9.07,0,10.27,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,501,12.24,0,0,13.31,0.011,-1.10637,0.15,-0.698710,0.112,14.16,356.8,0.09,-9.04,0.088,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,502,12.15,0,0,13.31,0,-1.01605,0,-0.461859,0.163,14.16,356.9,0.115,-9,0.115,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,503,12.15,0,0,13.31,0.005,-1.02734,0.061,-0.509229,0.176,14.16,356.8,0.004,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,504,12.18,0,0,13.31,0,-1.17411,0.169,-0.651340,0.132,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,505,12.19,0,0,13.31,0.001,-1.30958,0.145,-0.757923,0.121,14.16,356.8,0.004,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,506,12.23,0,0,13.31,0.009,-1.49021,0.166,-0.947404,0.167,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,507,12.21,0,0,13.3,0.013,-1.55795,0.166,-1.06583,0,14.16,356.8,0.003,-9.07,0,10.27,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,508,12.22,0,0,13.29,0.013,-1.61440,0.143,-1.06583,0,14.16,356.8,0,-9.07,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,509,12.22,0,0,13.29,0.011,-1.55795,0.166,-1.06583,0,14.18,356.8,0.002,-9.07,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,510,12.23,0,0,13.28,0.028,-1.62569,0.135,-1.06583,0,14.18,356.8,0,-9.07,0,10.28,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,511,12.23,0,0,13.27,0.025,-1.63698,0.126,-1.06583,0,14.18,356.8,0.035,-9.07,0,10.27,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,512,12.24,0,0,13.28,0.013,-1.68213,0.061,-1.06583,0,14.18,356.7,0.092,-9.07,0,10.25,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,513,12.23,0,0,13.28,0.01,-1.67084,0.084,-1.06583,0,14.18,356.7,0.121,-9.06,0.047,10.24,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,514,12.23,0,0,13.28,0.018,-1.68213,0.061,-1.06583,0,14.18,356.6,0.128,-9.07,0,10.22,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,515,12.23,0,0,13.27,0.019,-1.69342,0,-1.06583,0,14.18,356.5,0.096,-9.07,0,10.22,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,516,12.24,0,0,13.26,0.016,-1.69342,0,-1.06583,0,14.18,356.5,0.102,-9.07,0,10.21,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,517,12.23,0,0,13.25,0.013,-1.68213,0.061,-1.06583,0,14.18,356.5,0.072,-9.07,0,10.21,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,518,12.22,0,0,13.25,0.005,-1.65956,0.102,-1.06583,0,14.2,356.5,0.065,-9.06,0.065,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,519,12.22,0,0,13.24,0.009,-1.67084,0.084,-1.06583,0,14.21,356.5,0.117,-9.02,0.104,10.2,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,520,12.23,0,0,13.23,0.013,-1.69342,0,-1.06583,0,14.21,356.4,0,-9.07,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,521,12.23,0,0,13.22,0.018,-1.69342,0,-1.06583,0,14.21,356.4,0.047,-9.06,0.047,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,522,12.2,0,0,13.19,0.012,-1.69342,0,-1.06583,0,14.22,356.4,0.095,-9.02,0.104,10.18,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,523,12.21,0,0,13.19,0.005,-1.65956,0.102,-1.06583,0,14.22,356.5,0.151,-8.86,0.097,10.16,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,524,12.23,0,0,13.19,0.004,-1.65956,0.102,-1.06583,0,14.23,356.5,0.114,-8.81,0,10.15,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,525,12.22,0,0,13.18,0,-1.60311,0.15,-1.06583,0,14.23,356.3,0.11,-8.84,0.078,10.14,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,526,12.19,0,0,13.18,0.01,-1.65956,0.102,-1.06583,0,14.23,356.3,0.049,-8.81,0,10.13,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,527,12.22,0,0,13.17,0.019,-1.65956,0.102,-1.06583,0,14.23,356.3,0,-8.81,0,10.13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,528,12.22,0,0,13.14,0.02,-1.69342,0,-1.06583,0,14.23,356.4,0.009,-8.81,0,10.13,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,529,12.21,0,0,13.14,0.015,-1.53537,0.169,-1.06583,0,14.24,356.4,0,-8.81,0,10.13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,530,12.21,0,0,13.13,0.01,-1.56924,0.163,-1.06583,0,14.25,356.4,0.008,-8.81,0,10.14,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,531,12.18,0,0,13.14,0.011,-1.59182,0.155,-1.06583,0,14.25,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,532,12.18,0,0,13.14,0.01,-1.62569,0.135,-1.06583,0,14.25,356.4,0.007,-8.81,0,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,533,12.19,0,0,13.13,0,-1.65956,0.102,-1.06583,0,14.25,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,534,12.19,0,0,13.14,0.001,-1.60311,0.15,-1.06583,0,14.27,356.4,0.006,-8.81,0,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,535,12.2,0,0,13.14,0,-1.62569,0.135,-1.06583,0,14.27,356.4,0,-8.81,0,10.14,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,536,12.16,0,0,13.14,0.001,-1.68213,0.061,-1.06583,0,14.28,356.3,0.12,-8.9,0.122,10.14,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,537,12.15,0,0,13.14,0,-1.63698,0.126,-1.06583,0,14.28,356.3,0.123,-8.92,0.127,10.14,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,538,12.17,0,0,13.14,0.005,-1.69342,0,-1.06583,0,14.28,356.2,0.16,-8.99,0.119,10.13,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,539,12.16,0,0,13.13,0.014,-1.69342,0,-1.06583,0,14.28,356.2,0.146,-8.84,0.078,10.11,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,540,12.17,0,0,13.1,0.019,-1.67084,0.084,-1.06583,0,14.28,356.2,0.106,-8.82,0.047,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,541,12.14,0,0,13.09,0.011,-1.64827,0.115,-1.06583,0,14.29,356.1,0.114,-8.83,0.065,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,542,12.13,0,0,13.08,0,-1.64827,0.115,-1.06583,0,14.3,356,0.164,-8.93,0.128,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,543,12.11,0,0,13.08,0,-1.68213,0.061,-1.06583,0,14.3,356,0.124,-9,0.115,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,544,12.1,0,0,13.08,0,-1.63698,0.126,-1.06583,0,14.3,356,0.134,-8.98,0.125,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,545,12.1,0,0,13.08,0,-1.61440,0.143,-1.06583,0,14.3,356,0.155,-9.01,0.11,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,546,11.65,0,0,13.08,0,-1.62569,0.135,-1.06583,0,14.3,355.9,0.136,-9.06,0.047,10.1,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,547,11.53,0,0,13.08,0.009,-1.67084,0.084,-1.06583,0,14.31,356,0.132,-9.04,0.088,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,548,11.47,0,0,13.08,0.012,-1.68213,0.061,-1.06583,0,14.32,356.1,0.144,-8.85,0.088,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,549,11.35,0,0,13.08,0.012,-1.69342,0,-1.13688,0.142,14.32,356,0.11,-9.07,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,550,11.36,0,0,13.07,0.014,-1.69342,0,-1.23163,0.177,14.32,355.9,0.092,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,551,11.4,0,0,13.06,0.014,-1.68213,0.061,-1.10136,0.107,14.32,355.9,0.087,-9.07,0,10.1,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,552,11.42,0,0,13.06,0.009,-1.56924,0.163,-1.06583,0,14.32,355.9,0.102,-9.07,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,553,11.41,0,0,13.05,0.01,-1.37732,0.084,-1.06583,0,14.32,355.9,0.102,-9.07,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,554,11.33,0,0,13.06,0.012,-1.34345,0.061,-1.06583,0,14.32,355.9,0.093,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,555,11.3,0,0,13.06,0.016,-1.23056,0.163,-1.06583,0,14.32,356,0.164,-9.02,0.104,10.1,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,556,11.34,0,0,13.05,0.014,-1.17411,0.169,-1.06583,0,14.32,355.9,0.093,-9.07,0,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,557,11.4,0,0,13.06,0.016,-1.03863,0.084,-1.06583,0,14.32,355.8,0.178,-9.14,0.176,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,558,11.35,0,0,13.06,0.012,-1.08379,0.135,-1.06583,0,14.32,355.8,0.137,-9.25,0.119,10.1,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,559,11.14,0,0,13.06,0.02,-1.16282,0.168,-1.06583,0,14.32,355.7,0.123,-9.31,0.078,10.1,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,600,11.29,0,0,13.05,0.016,-1.21927,0.166,-1.06583,0,14.31,355.8,0.171,-9.23,0.127,10.1,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,601,11.31,0,0,13.04,0.015,-1.18540,0.169,-1.06583,0,14.3,355.9,0.161,-9.14,0.115,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,602,11.27,0,0,13.04,0.021,-1.06121,0.115,-1.06583,0,14.3,355.8,0.124,-9.16,0.122,10.1,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,603,11.38,0,0,13.03,0.012,-1.01605,0,-1.04214,0.089,14.3,355.8,0.129,-9.18,0.127,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,604,11.21,0,0,13.04,0.016,-1.01605,0,-0.911876,0.176,14.28,355.7,0.16,-9.25,0.119,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,605,11.36,0,0,13.03,0.016,-1.01605,0,-0.888191,0.178,14.28,355.7,0.132,-9.31,0.078,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,606,11.33,0,0,13.03,0.015,-1.01605,0,-0.769765,0.132,14.28,355.7,0.101,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,607,11.37,0,0,13.03,0.009,-1.01605,0,-0.710553,0,14.26,355.7,0.106,-9.32,0.047,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,608,11.38,0,0,13.03,0.014,-1.01605,0,-0.710553,0,14.25,355.7,0.103,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,609,11.37,0,0,13.04,0.016,-1.01605,0,-0.710553,0,14.24,355.7,0.152,-9.29,0.097,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,610,11.27,0,0,13.04,0.022,-1.01605,0,-0.710553,0,14.23,355.7,0.103,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,611,11.39,0,0,13.02,0.016,-1.01605,0,-0.710553,0,14.23,355.6,0.109,-9.33,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,612,11.32,0,0,13.02,0.02,-1.01605,0,-0.710553,0,14.21,355.6,0.093,-9.33,0,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,613,11.35,0,0,13.03,0.017,-1.01605,0,-0.710553,0,14.21,355.6,0.1,-9.33,0,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,614,11.22,0,0,13.02,0.017,-1.01605,0,-0.710553,0,14.19,355.6,0.073,-9.33,0,10.09,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,615,11.35,0,0,13.01,0.017,-1.01605,0,-0.710553,0,14.18,355.6,0.102,-9.33,0,10.1,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,616,11.35,0,0,13.01,0.019,-1.01605,0,-0.710553,0,14.18,355.6,0.075,-9.33,0,10.09,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,617,11.38,0,0,13.02,0.021,-1.01605,0,-0.710553,0,14.16,355.6,0.102,-9.34,0.047,10.09,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,618,11.32,0,0,13.02,0.016,-1.01605,0,-0.710553,0,14.16,355.6,0.144,-9.39,0.11,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,619,11.32,0,0,13.03,0.024,-1.01605,0,-0.710553,0,14.15,355.5,0.141,-9.4,0.115,10.08,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,620,11.24,0,0,13.03,0.025,-1.01605,0,-0.710553,0,14.13,355.6,0.11,-9.34,0.047,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,621,11.24,0,0,13.03,0.023,-1.01605,0,-0.710553,0,14.13,355.5,0.163,-9.5,0.125,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,622,11.26,0,0,13.04,0.013,-1.01605,0,-0.710553,0,14.13,355.4,0.111,-9.59,0,10.1,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,623,11.35,0,0,13.04,0.016,-1.01605,0,-0.710553,0,14.11,355.5,0.141,-9.58,0.047,10.11,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,624,11.37,0,0,13.04,0.022,-1.01605,0,-0.710553,0,14.11,355.4,0.133,-9.59,0,10.11,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,625,11.35,0,0,13.03,0.022,-1.01605,0,-0.710553,0,14.1,355.4,0.116,-9.59,0,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,626,11.41,0,0,13.02,0.023,-1.01605,0,-0.698710,0.064,14.09,355.4,0.113,-9.59,0,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,627,11.31,0,0,13.03,0.022,-1.01605,0,-0.675025,0.107,14.09,355.5,0.132,-9.58,0.047,10.11,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,628,11.35,0,0,13.02,0.026,-1.01605,0,-0.686868,0.089,14.09,355.5,0.117,-9.59,0,10.11,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,629,11.45,0,0,13.02,0.021,-1.01605,0,-0.651340,0.132,14.08,355.5,0.109,-9.59,0,10.11,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,630,11.29,0,0,13,0.023,-1.01605,0,-0.698710,0.064,14.06,355.5,0.125,-9.56,0.088,10.1,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,631,11.36,0,0,13,0.021,-1.01605,0,-0.710553,0,14.06,355.5,0.12,-9.57,0.065,10.11,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,632,11.35,0,0,13.01,0.027,-1.01605,0,-0.686868,0.089,14.06,355.5,0.066,-9.59,0,10.11,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,633,11.22,0,0,12.98,0.02,-1.01605,0,-0.663183,0.121,14.05,355.5,0.095,-9.56,0.088,10.11,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,634,11.27,0,0,12.99,0.018,-1.01605,0,-0.615812,0.157,14.04,355.5,0.03,-9.59,0,10.11,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,635,11.26,0,0,12.97,0.016,-1.01605,0,-0.568442,0.174,14.04,355.5,0.136,-9.5,0.122,10.11,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,636,11.36,0,0,12.97,0.02,-1.01605,0,-0.450017,0.157,14.04,355.4,0.075,-9.59,0,10.1,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,637,11.3,0,0,12.97,0.014,-0.914449,0.155,-0.367119,0.064,14.04,355.4,0.1,-9.59,0,10.09,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,638,11.25,0,0,12.96,0.011,-0.722527,0.115,-0.355276,0,14.04,355.3,0.094,-9.59,0,10.09,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,639,11.35,0,0,12.95,0.009,-0.587054,0.15,-0.355276,0,14.04,355.4,0.075,-9.59,0,10.09,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,640,11.33,0,0,12.95,0.009,-0.406424,0.135,-0.355278,0,14.03,355.4,0.114,-9.56,0.078,10.09,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,641,11.34,0,0,12.95,0.008,-0.338687,0,-0.319751,0.107,14.02,355.3,0.097,-9.59,0,10.08,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,642,11.35,0,0,12.94,0.009,-0.338688,0,-0.153955,0.176,14.01,355.3,0.057,-9.59,0,10.09,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,643,11.28,0,0,12.94,0.01,-0.338688,0,0,0,14.01,355.3,0.078,-9.59,0,10.08,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,644,11.35,0,0,12.95,0.008,-0.316110,0.084,0.201326,0.176,14.01,355.4,0.056,-9.59,0,10.09,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,645,11.35,0,0,12.94,0.007,-0.079027,0.143,0.355281,0,14.01,355.4,0,-9.59,0,10.09,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,646,11.35,0,0,12.96,0.006,0.169345,0.169,0.355281,0,14.01,355.4,0.078,-9.62,0.078,10.11,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,647,11.37,0,0,12.96,0.005,0.338689,0,0.438180,0.15,14,355.2,0.11,-9.79,0.11,10.11,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,648,11.35,0,0,12.95,0.008,0.338689,0,0.675034,0.107,13.99,355.3,0.129,-9.73,0.129,10.1,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,649,11.25,0,0,12.95,0.009,0.440296,0.155,0.923731,0.174,13.99,355.1,0.006,-9.85,0,10.1,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,650,11.25,0,0,12.95,0.009,0.666089,0.163,1.06584,0,13.99,355.1,0.047,-9.84,0.047,10.09,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,651,11.37,0,0,12.95,0.009,1.00478,0.061,1.10137,0.107,13.99,355.1,0.066,-9.83,0.065,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,652,11.36,0,0,12.95,0.01,1.08380,0.135,1.46849,0.121,13.99,355.1,0,-9.85,0,10.09,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,653,11.39,0,0,12.95,0.009,1.41120,0.177,1.77640,0,13.99,355.1,0.007,-9.85,0,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,654,11.24,0,0,12.94,0.009,1.70473,0.061,1.95404,0.178,13.99,355.1,0.047,-9.84,0.047,10.09,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,655,11.24,0,0,12.95,0.013,2.09987,0.183,2.43959,0.121,13.99,355.1,0.048,-9.84,0.047,10.09,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,656,11.29,0,0,12.95,0.015,2.40469,0.102,2.67644,0.177,13.97,355.1,0.03,-9.85,0,10.09,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,657,11.35,0,0,12.95,0.017,2.68693,0.084,2.84224,0,13.97,355.1,0.005,-9.85,0,10.08,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,658,11.35,0,0,12.95,0.015,2.89014,0.19,3.13830,0.207,13.97,355.1,0.041,-9.85,0,10.09,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,659,11.36,0,0,12.96,0.015,3.42075,0.16,3.65938,0.163,13.97,355.1,0.082,-9.85,0,10.09,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,700,11.21,0,0,12.96,0.014,3.90620,0.169,4.19230,0.142,13.97,355.1,0.111,-9.85,0,10.1,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,701,11.36,0,0,12.96,0.016,4.23359,0.169,4.55941,0.161,13.96,355.2,0.097,-9.85,0,10.1,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,702,13.14,0,0,12.96,0.013,4.68517,0.177,5.00943,0.141,13.96,355.2,0.121,-9.85,0,10.11,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,703,13.25,0,0,12.96,0.015,5.22707,0.189,5.54235,0.174,13.95,355.3,0.089,-9.85,0,10.12,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,704,13.26,0,0,12.96,0.012,5.78026,0.23,6.05158,0.234,13.94,355.3,0.102,-9.85,0,10.13,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,705,13.22,0,0,12.97,0.014,6.28828,0.189,6.58449,0.2,13.94,355.3,0.097,-9.88,0.078,10.14,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,706,13.24,0,0,12.97,0.014,6.77373,0.124,7.08188,0.128,13.94,355.4,0.072,-9.87,0.065,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,707,13.23,0,0,12.97,0.018,7.21402,0.155,7.55558,0.157,13.94,355.3,0.116,-9.9,0.104,10.14,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,708,13.23,0,0,12.97,0.02,7.53013,0.143,7.88717,0.142,13.94,355.4,0.03,-9.85,0,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,709,13.21,0,0,12.98,0.017,7.99299,0.166,8.36087,0.177,13.94,355.4,0.063,-9.86,0.047,10.14,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,710,13.22,0,0,12.99,0.016,8.28652,0.169,8.65694,0.171,13.94,355.3,0.092,-9.88,0.088,10.14,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,711,13.22,0,0,12.99,0.01,8.73810,0.161,9.14248,0.157,13.95,355.2,0.134,-10.02,0.122,10.14,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,712,13.23,0,0,12.99,0.015,9.18968,0.258,9.59249,0.225,13.95,355.2,0.101,-10.09,0.065,10.15,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,713,13.19,0,0,12.99,0.013,9.78802,0.202,10.1136,0.177,13.96,355.2,0.143,-10.07,0.088,10.16,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,714,13.21,0,0,13,0.027,10.3186,0.209,10.6938,0.212,13.97,355.2,0.104,-10.11,0,10.16,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,715,13.22,0,0,13.11,0.02,10.9283,0.194,11.2978,0.169,13.97,355.4,0.08,-10.11,0,10.19,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,716,13.23,0,0,13.12,0.016,11.5379,0.173,11.9373,0.174,13.97,355.4,0.076,-10.11,0,10.19,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,717,13.22,0,0,13.13,0.01,12.1024,0.173,12.5531,0.231,13.97,355.4,0.05,-10.11,0,10.2,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,718,13.25,0,0,13.13,0.01,12.712,0.169,13.0979,0.238,13.97,355.4,0.091,-10.14,0.088,10.2,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,719,13.18,0,0,13.13,0,13.2313,0.213,13.6545,0.176,13.99,355.4,0.088,-10.14,0.088,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,720,13.22,0,0,13.13,0,13.7281,0.19,14.1163,0.157,13.99,355.2,0.078,-10.34,0.078,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,721,13.2,0,0,13.13,0,14.2586,0.202,14.6256,0.244,13.99,355.2,0.065,-10.35,0.065,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,722,13.23,0,0,13.13,0,14.9247,0.23,15.3124,0.28,13.99,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,723,13.21,0,0,13.13,0,15.6586,0.208,16.0822,0.258,13.99,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,724,13.24,0,0,13.13,0.005,16.4150,0.243,16.8046,0.262,14.01,355.2,0,-10.37,0,10.2,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,725,13.22,0,0,13.14,0.012,17.1826,0.23,17.6336,0.234,14.01,355.2,0.07,-10.37,0,10.21,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,726,13.22,0,0,13.15,0.02,17.9729,0.261,18.4152,0.276,14.01,355.4,0.118,-10.37,0,10.24,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,727,13.27,0,0,13.16,0.018,18.8422,0.309,19.2678,0.27,14.03,355.4,0.104,-10.37,0,10.24,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,728,13.25,0,0,13.16,0.016,19.7679,0.296,20.2152,0.295,14.04,355.5,0.056,-10.37,0,10.26,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,729,13.23,0,0,13.17,0.016,20.7050,0.3,21.1271,0.314,14.04,355.5,0,-10.37,0,10.27,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,730,13.23,0,0,13.17,0.015,21.6645,0.255,22.0508,0.242,14.04,355.5,0.056,-10.37,0,10.27,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,731,13.19,0,0,13.17,0.014,22.4774,0.239,22.8561,0.231,14.04,355.7,0.12,-10.37,0,10.3,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,732,13.23,0,0,13.19,0.026,23.0645,0.134,23.4601,0.145,14.05,355.7,0.127,-10.41,0.097,10.32,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,733,13.25,0,0,13.23,0.017,23.6515,0.154,24.0759,0.176,14.06,355.6,0.103,-10.57,0.11,10.33,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,734,13.23,0,0,13.24,0.016,24.3063,0.189,24.7509,0.212,14.07,355.6,0.065,-10.61,0.065,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,735,13.28,0,0,13.25,0.007,25.1417,0.272,25.5444,0.265,14.08,355.6,0.078,-10.6,0.078,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,736,13.25,0,0,13.25,0,26.0675,0.269,26.4918,0.285,14.09,355.6,0.047,-10.64,0.047,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,737,13.26,0,0,13.25,0,26.9368,0.243,27.3800,0.274,14.09,355.5,0.122,-10.71,0.122,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,738,13.23,0,0,13.25,0,27.8173,0.258,28.1971,0.251,14.1,355.6,0.047,-10.64,0.047,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,739,13.25,0,0,13.25,0,28.5963,0.272,28.9906,0.253,14.11,355.5,0.11,-10.69,0.11,10.33,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,740,13.27,0,0,13.26,0.003,29.3753,0.246,29.7603,0.237,14.11,355.4,0.092,-10.85,0.088,10.34,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,741,13.25,0,0,13.26,0,30.1204,0.302,30.5301,0.258,14.13,355.4,0.03,-10.89,0,10.34,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,742,13.26,0,0,13.26,0,30.9445,0.283,31.3946,0.282,14.13,355.4,0.056,-10.89,0,10.34,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,743,13.27,0,0,13.26,0,31.8590,0.289,32.2709,0.291,14.13,355.5,0.115,-10.89,0,10.37,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,744,13.22,0,0,13.27,0.014,32.7734,0.335,33.1591,0.309,14.14,355.6,0.079,-10.89,0,10.4,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,745,13.26,0,0,13.28,0.013,33.8572,0.376,34.2723,0.364,14.16,355.7,0.041,-10.89,0,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,746,13.22,0,0,13.29,0.007,35.0539,0.358,35.4211,0.391,14.16,355.7,0.056,-10.9,0.047,10.41,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,747,13.25,0,0,13.29,0.015,36.2506,0.396,36.7119,0.335,14.18,355.5,0.09,-11.14,0.047,10.41,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,748,13.26,0,0,13.31,0.013,37.3908,0.367,37.8370,0.375,14.18,355.5,0.061,-11.15,0,10.42,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,749,13.26,0,0,13.32,0.009,38.5198,0.36,38.9383,0.351,14.18,355.6,0.096,-11.15,0,10.44,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,750,13.27,0,0,13.33,0.012,39.6487,0.326,40.0634,0.363,14.2,355.7,0.137,-11.18,0.088,10.46,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,751,13.25,0,0,13.33,0.016,40.7551,0.331,41.1292,0.327,14.21,355.8,0.063,-11.15,0.047,10.48,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,752,13.27,0,0,13.35,0.014,41.7373,0.335,42.2069,0.31,14.21,355.7,0.1,-11.19,0.097,10.47,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,753,13.25,0,0,13.36,0.014,42.7759,0.292,43.1069,0.322,14.23,355.8,0.027,-11.15,0,10.48,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,754,13.26,0,0,13.39,0.007,43.7129,0.289,44.1253,0.323,14.23,355.7,0.119,-11.33,0.119,10.49,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,755,13.29,0,0,13.39,0.004,44.7177,0.333,45.1201,0.318,14.23,355.6,0.023,-11.41,0,10.49,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,756,13.27,0,0,13.4,0,45.8015,0.335,46.2689,0.363,14.24,355.7,0.11,-11.34,0.11,10.5,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,757,13.27,0,0,13.4,0,47.0659,0.396,47.4650,0.406,14.25,355.8,0.127,-11.25,0.127,10.5,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,758,13.25,0,0,13.4,0.005,48.4771,0.408,48.8505,0.408,14.26,355.8,0.15,-11.41,0,10.53,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,759,13.27,0,0,13.42,0.016,49.9335,0.443,50.3427,0.441,14.27,356.1,0.139,-11.41,0,10.59,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,800,13.29,0,0,13.43,0.013,51.4575,0.494,51.8349,0.48,14.28,356.1,0.122,-11.41,0,10.59,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,801,13.29,0,0,13.46,0.027,52.9929,0.461,53.3625,0.471,14.28,356.1,0.091,-11.41,0,10.58,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,802,13.3,0,0,13.49,0.015,54.5057,0.419,54.8902,0.483,14.29,356.3,0.096,-11.41,0,10.62,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,803,13.3,0,0,13.5,0.015,55.9169,0.404,56.3587,0.394,14.3,356.2,0.128,-11.56,0.127,10.63,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,804,13.28,0,0,13.52,0.007,57.3732,0.459,57.7680,0.455,14.3,356.2,0.111,-11.6,0.11,10.64,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,805,13.27,0,0,13.53,0.002,58.8635,0.432,59.2246,0.422,14.32,356.3,0.128,-11.66,0,10.66,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,806,13.29,0,0,13.53,0.009,60.3085,0.454,60.6576,0.41,14.32,356.4,0.099,-11.65,0.065,10.69,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,807,13.28,0,0,13.55,0.014,61.6971,0.447,62.0905,0.363,14.34,356.5,0.009,-11.66,0,10.71,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,808,13.29,0,0,13.56,0.005,63.0067,0.415,63.4524,0.374,14.35,356.5,0.074,-11.69,0.078,10.71,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,809,13.28,0,0,13.58,0.015,64.3163,0.404,64.7195,0.401,14.36,356.5,0.07,-11.66,0,10.72,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,810,13.3,0,0,13.61,0.014,65.5130,0.378,65.8564,0.349,14.37,356.4,0.138,-11.79,0.13,10.72,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,811,13.27,0,0,13.63,0.009,66.6419,0.346,67.0407,0.345,14.37,356.5,0.129,-11.92,0.047,10.76,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,812,13.27,0,0,13.65,0.013,67.8950,0.368,68.3789,0.397,14.39,356.6,0,-11.92,0,10.78,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,813,13.28,0,0,13.66,0,69.3175,0.413,69.6934,0.441,14.4,356.6,0.003,-11.92,0,10.78,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,814,13.34,0,0,13.66,0,70.7964,0.441,71.2329,0.456,14.42,356.7,0.109,-11.92,0,10.8,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,815,13.32,0,0,13.68,0.019,72.5237,0.493,72.9264,0.557,14.42,356.9,0.097,-11.92,0,10.83,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,816,13.33,0,0,13.7,0.013,74.3865,0.514,74.7739,0.548,14.43,357,0.101,-11.92,0,10.86,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,817,13.32,0,0,13.71,0.015,76.2944,0.58,76.6568,0.556,14.44,357,0.098,-12.16,0.078,10.9,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,818,13.33,0,0,13.76,0.018,78.1685,0.549,78.5398,0.557,14.46,357,0.002,-12.18,0,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,819,13.33,0,0,13.77,0,79.9297,0.525,80.3636,0.53,14.47,356.9,0.11,-12.24,0.11,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,820,13.31,0,0,13.77,0,81.4086,0.376,81.8439,0.415,14.48,357,0.047,-12.19,0.047,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,821,13.31,0,0,13.77,0,82.5262,0.307,82.9097,0.337,14.49,357,0.089,-12.2,0.065,10.91,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,822,13.3,0,0,13.78,0.013,83.6665,0.296,83.9992,0.375,14.51,357,0.119,-12.41,0.088,10.94,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,823,13.33,0,0,13.8,0,84.7390,0.365,85.1243,0.326,14.52,357.1,0,-12.44,0,10.97,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,824,13.32,0,0,13.82,0.014,85.9018,0.366,86.3322,0.355,14.52,357.1,0.001,-12.44,0,10.97,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,825,13.31,0.012767,0.069,13.84,0.013,87.3356,0.5,87.7415,0.445,14.54,357.1,0.054,-12.47,0.078,10.98,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,826,13.34,0,0,13.86,0.013,89.1419,0.569,89.5297,0.58,14.56,357.2,0.103,-12.61,0.122,11.02,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,827,13.32,0,0,13.88,0.014,91.0046,0.568,91.4363,0.546,14.56,357.2,0.142,-12.69,0.142,11.04,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,828,13.34,0,0,13.89,0,92.8448,0.493,93.1890,0.52,14.58,357.2,0.148,-12.71,0.17,11.04,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,829,13.35,0,0,13.9,0.014,94.3576,0.459,94.7759,0.456,14.6,357.2,0.14,-12.87,0.122,11.09,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,830,13.37,0,0,13.94,0.03,96.0059,0.469,96.3865,0.52,14.61,357.3,0.106,-12.96,0,11.11,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,831,13.35,0,0,13.98,0.011,97.8235,0.574,98.2458,0.571,14.62,357.4,0.123,-12.96,0,11.14,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,832,13.37,0.012767,0.069,14,0.007,99.8326,0.591,100.271,0.592,14.64,357.5,0.111,-13.06,0.127,11.17,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,833,13.35,0.025534,0.096,14.01,0.011,101.774,0.565,102.189,0.569,14.66,357.5,0.123,-13.22,0,11.2,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,834,13.33,0.102136,0.169,14.03,0.011,103.569,0.535,103.989,0.495,14.66,357.6,0.078,-13.25,0.078,11.22,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,835,13.35,0.204272,0.191,14.06,0.011,105.194,0.459,105.634,0.471,14.68,357.5,0.129,-13.36,0.129,11.22,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,836,13.35,0.319172,0.143,14.06,0.012,106.865,0.468,107.221,0.453,14.7,357.7,0.167,-13.08,0.174,11.22,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,837,13.38,0.344705,0.115,14.07,0.015,108.592,0.577,108.985,0.54,14.71,357.6,0.082,-13.2,0.065,11.21,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,838,13.37,0.319168,0.143,14.11,0.017,110.453,0.53,110.855,0.514,14.73,357.6,0.086,-13.23,0.082,11.22,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,839,13.36,0.331935,0.13,14.12,0.005,112.158,0.48,112.560,0.45,14.74,357.5,0.172,-13.35,0.174,11.23,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,840,13.37,0.204266,0.191,14.12,0,113.613,0.388,113.980,0.368,14.75,357.5,0.142,-13.33,0.128,11.23,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,841,13.37,0.204266,0.191,14.12,0,114.889,0.378,115.307,0.386,14.77,357.5,0.16,-13.39,0.122,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,842,13.37,0.242564,0.185,14.14,0.014,116.130,0.294,116.525,0.355,14.78,357.4,0.138,-13.45,0.078,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,843,13.37,0.370229,0.069,14.14,0.019,117.191,0.321,117.626,0.309,14.8,357.5,0.147,-13.41,0.115,11.23,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,844,13.37,0.382991,0,14.15,0.015,118.172,0.289,118.62,0.249,14.81,357.4,0.074,-13.48,0,11.23,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,845,13.34,0.382991,0,14.15,0.021,118.905,0.281,119.307,0.276,14.83,357.6,0.058,-13.22,0.067,11.23,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,846,13.37,0.382987,0,14.15,0.018,119.954,0.395,120.336,0.342,14.83,357.7,0.149,-13.19,0.155,11.23,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,847,13.39,0.382986,0,14.16,0.014,121.196,0.443,121.579,0.385,14.85,357.5,0.156,-13.38,0.125,11.24,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,848,13.37,0.382983,0,14.17,0.015,122.526,0.441,122.904,0.472,14.85,357.5,0.169,-13.38,0.125,11.24,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,849,13.35,0.370216,0.069,14.18,0.019,123.994,0.46,124.372,0.479,14.87,357.4,0.105,-13.46,0.065,11.24,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,850,13.4,0.382978,0,14.19,0.017,125.539,0.48,125.863,0.469,14.88,357.6,0.167,-13.43,0.104,11.26,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,851,13.36,0.382977,0,14.22,0.022,127.074,0.434,127.319,0.445,14.9,357.7,0.032,-13.48,0,11.3,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,852,13.38,0.382975,0,14.24,0,128.507,0.46,128.810,0.473,14.9,358,0.141,-13.59,0.128,11.37,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,853,13.4,0.382973,0,14.26,0.014,130.188,0.577,130.574,0.555,14.92,358,0.118,-13.91,0.122,11.43,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,854,13.38,0.382971,0,14.28,0.01,132.118,0.585,132.575,0.611,14.92,357.9,0.054,-13.99,0.047,11.43,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,855,13.4,0.382970,0,14.3,0.012,134.172,0.582,134.575,0.595,14.95,358.1,0.14,-14,0,11.46,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,856,13.4,0.382968,0,14.32,0.014,135.966,0.508,136.363,0.5,14.95,358.2,0.065,-14.01,0.065,11.49,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,857,13.37,0.382967,0,14.33,0.015,137.670,0.515,138.067,0.505,14.97,358.2,0.076,-13.98,0.065,11.49,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,858,13.4,0.382965,0,14.35,0.014,139.532,0.528,139.878,0.516,14.99,358.1,0.138,-14.16,0.125,11.5,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,859,13.41,0.382965,0,14.37,0.013,141.169,0.46,141.536,0.483,15,358.2,0.137,-14.31,0.104,11.55,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,900,13.38,0.382965,0,14.42,0.023,142.715,0.443,143.04,0.393,15.02,358.5,0.199,-14.19,0.115,11.59,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,901,13.4,0.382965,0,14.47,0.015,144.149,0.473,144.425,0.446,15.03,358.9,0.115,-14.09,0.125,11.63,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,902,13.41,0.382965,0,14.49,0.008,145.729,0.482,146.024,0.467,15.04,358.6,0.144,-14.44,0.133,11.65,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,903,13.41,0.382966,0,14.51,0.015,147.287,0.479,147.611,0.492,15.07,358.8,0.03,-14.51,0,11.7,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,904,13.42,0.382966,0,14.56,0.018,149.048,0.452,149.281,0.556,15.09,358.9,0.2,-14.67,0.127,11.74,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,905,13.41,0.382966,0,14.6,0.016,150.798,0.496,151.069,0.526,15.1,359.1,0.123,-14.87,0.157,11.82,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,906,13.4,0.382966,0,14.64,0.017,152.288,0.447,152.584,0.386,15.12,359,0.06,-15.02,0.047,11.83,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,907,13.44,0.382966,0,14.66,0.025,153.608,0.397,153.863,0.397,15.14,359.2,0.122,-15.08,0.118,11.88,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,908,13.44,0.395732,0.069,14.72,0.008,154.850,0.349,155.106,0.349,15.16,359.4,0.175,-15.2,0.183,11.95,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,909,13.42,0.472324,0.162,14.73,0.01,156.182,0.458,156.468,0.407,15.19,359.4,0.111,-15.21,0.119,11.96,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,910,13.41,0.446792,0.143,14.77,0.014,157.751,0.503,157.995,0.508,15.21,359.3,0.124,-15.45,0.127,11.97,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,911,13.42,0.395732,0.069,14.81,0.013,159.298,0.468,159.594,0.439,15.23,359.5,0.168,-15.43,0.146,12.01,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,912,13.42,0.446794,0.143,14.82,0.01,160.822,0.44,161.134,0.491,15.25,359.5,0.115,-15.48,0.115,12.02,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,913,13.44,0.523387,0.185,14.84,0.007,162.436,0.505,162.685,0.506,15.27,359.7,0.103,-15.32,0.103,12.02,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,914,13.43,0.548918,0.19,14.84,0,164.298,0.587,164.544,0.568,15.29,359.7,0.183,-15.34,0.182,12.02,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,915,13.44,0.497855,0.175,14.85,0.005,166.093,0.551,166.391,0.555,15.31,359.7,0.204,-15.27,0.211,12.02,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,916,13.43,0.497855,0.175,14.86,0.013,167.899,0.49,168.155,0.554,15.34,359.7,0.106,-15.3,0.105,12.02,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,917,13.44,0.421261,0.115,14.9,0.022,169.840,0.698,170.108,0.66,15.35,359.8,0.164,-15.46,0.139,12.07,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,918,13.46,0.382965,0,14.95,0.014,172.030,0.637,172.335,0.653,15.38,359.9,0.124,-15.9,0.155,12.17,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,919,13.47,0.382966,0,15,0.011,174.232,0.676,174.490,0.683,15.39,360,0.141,-16.03,0.097,12.22,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,920,13.44,0.382966,0,15.04,0.02,176.286,0.507,176.586,0.522,15.42,360.2,0.159,-16.22,0.128,12.29,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,921,13.43,0.459559,0.153,15.07,0.015,177.799,0.405,178.114,0.416,15.44,360.4,0.146,-16.19,0.146,12.32,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,922,13.46,0.612745,0.188,15.12,0.02,179.199,0.372,179.369,0.33,15.46,360.2,0.118,-16.53,0.11,12.35,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,923,13.47,0.753165,0.069,15.15,0.022,180.598,0.48,180.813,0.44,15.49,360.3,0.171,-16.5,0.122,12.36,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,924,13.47,0.740399,0.096,15.18,0.005,182.246,0.503,182.471,0.575,15.51,360.6,0.062,-16.54,0.097,12.44,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,925,13.5,0.663805,0.169,15.22,0.015,184.040,0.53,184.258,0.504,15.54,360.7,0.155,-16.69,0.127,12.48,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,926,13.47,0.740396,0.096,15.23,0.01,185.609,0.384,185.75,0.382,15.57,360.9,0.238,-16.55,0.209,12.49,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,927,13.48,0.765926,0,15.26,0.02,187.189,0.492,187.277,0.471,15.59,360.9,0.126,-16.61,0.155,12.5,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,928,13.47,0.765924,0,15.3,0.014,188.961,0.612,189.088,0.636,15.62,360.8,0.2,-16.84,0.183,12.51,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,929,13.43,0.765923,0,15.3,0.014,191.500,0.873,191.634,0.874,15.64,360.8,0.121,-16.85,0.095,12.52,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,930,13.48,0.765921,0,15.33,0.019,194.773,1.046,194.878,1.052,15.67,360.9,0.218,-16.96,0.229,12.56,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,931,13.46,0.76592,0,15.35,0.014,198.306,1.069,198.442,1.068,15.69,360.8,0.055,-17.11,0.047,12.57,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,932,13.48,0.765918,0,15.37,0.012,201.703,0.902,201.768,0.875,15.72,361,0.183,-17.18,0.152,12.63,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,933,13.47,0.765917,0,15.38,0.013,204.198,0.606,204.196,0.581,15.74,361.2,0.128,-17.1,0.125,12.64,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,934,13.47,0.765915,0,15.39,0.005,205.868,0.39,205.888,0.362,15.77,361.1,0.184,-17.14,0.129,12.64,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,935,13.48,0.765915,0,15.39,0,206.940,0.319,206.966,0.361,15.82,361.2,0.273,-17.02,0.262,12.64,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,936,13.48,0.765913,0,15.41,0.017,207.843,0.335,207.877,0.336,15.84,361,0.181,-17.44,0.179,12.68,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,937,13.47,0.765912,0,15.45,0.007,208.734,0.241,208.895,0.223,15.87,361.3,0.144,-17.23,0.146,12.69,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,938,13.51,0.765911,0,15.45,0,209.400,0.185,209.593,0.171,15.89,361.3,0.126,-17.22,0.128,12.69,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,939,13.49,0.765910,0,15.45,0,210.156,0.285,210.304,0.297,15.91,361.3,0.141,-17.38,0.065,12.71,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,940,13.47,0.765908,0,15.48,0.025,211.205,0.34,211.487,0.349,15.94,361.4,0.161,-17.42,0.182,12.75,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,941,13.48,0.765908,0,15.52,0.019,212.65,0.467,212.849,0.444,15.97,361.5,0.084,-17.55,0.119,12.78,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,942,13.5,0.765907,0,15.57,0.018,214.196,0.46,214.388,0.508,16,361.7,0.188,-17.68,0.11,12.85,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,943,13.5,0.765907,0,15.61,0.008,215.912,0.543,216.128,0.548,16.02,361.7,0.129,-18.02,0.129,12.92,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,944,13.47,0.765905,0,15.66,0.016,218.248,0.828,218.437,0.825,16.05,361.7,0.182,-18.22,0.166,12.95,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,945,13.47,0.765905,0,15.68,0.019,221.284,0.932,221.480,0.916,16.08,361.7,0.186,-18.34,0.185,12.98,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,946,13.45,0.765904,0,15.71,0.023,224.557,0.965,224.570,0.901,16.1,361.9,0.209,-18.35,0.182,13.01,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,947,13.5,0.765904,0,15.79,0.023,227.244,0.704,227.222,0.706,16.14,361.8,0.23,-18.93,0.236,13.11,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,948,13.51,0.765903,0,15.84,0.019,229.366,0.52,229.353,0.545,16.16,362.2,0.186,-18.82,0.158,13.16,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,949,13.47,0.765903,0,15.88,0.011,230.709,0.264,230.655,0.28,16.19,362.2,0.229,-19.12,0.185,13.22,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,950,13.49,0.765902,0,15.92,0.023,231.566,0.264,231.496,0.262,16.23,362.6,0.154,-19.02,0.196,13.26,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,951,13.48,0.765900,0,15.98,0.021,232.548,0.314,232.49,0.327,16.25,362.6,0.174,-19.25,0.115,13.31,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,952,13.49,0.765896,0,16.03,0.02,233.687,0.404,233.590,0.374,16.29,362.7,0.129,-19.51,0.163,13.38,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,953,13.5,0.765892,0,16.06,0.023,234.916,0.516,234.844,0.473,16.32,362.9,0.159,-19.49,0.169,13.41,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,954,13.48,0.765887,0,16.11,0.015,236.889,0.61,236.737,0.66,16.35,362.9,0.135,-19.75,0.14,13.46,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,955,13.47,0.765882,0,16.12,0.014,239.416,0.848,239.222,0.828,16.39,362.8,0.175,-19.64,0.11,13.43,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,956,13.49,0.765876,0,16.14,0.023,241.965,0.629,241.695,0.653,16.42,363,0.163,-19.37,0.163,13.41,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,957,13.47,0.765871,0,16.17,0.011,243.826,0.444,243.528,0.425,16.45,363,0.18,-19.48,0.178,13.44,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,958,13.48,0.765865,0,16.2,0.018,245.303,0.452,245.018,0.462,16.48,363,0.148,-19.51,0.149,13.44,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,959,13.47,0.765859,0,16.24,0.01,246.328,0.226,246.082,0.28,16.51,363.1,0.169,-19.62,0.119,13.48,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1000,13.47,0.765854,0,16.27,0.015,246.959,0.22,246.814,0.238,16.54,363.2,0.204,-19.64,0.245,13.51,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1001,13.47,0.765847,0,16.29,0.007,248.074,0.414,247.807,0.504,16.57,363.2,0.211,-19.88,0.202,13.54,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1002,13.46,0.765844,0,16.34,0.017,249.946,0.547,249.783,0.62,16.6,363.2,0.153,-20.03,0.191,13.58,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1003,13.46,0.765837,0,16.35,0.007,251.863,0.566,251.793,0.63,16.63,363.3,0.14,-20.32,0.127,13.64,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1004,13.47,0.765834,0,16.39,0.024,254.525,0.913,254.468,0.92,16.66,363.6,0.207,-20.38,0.157,13.71,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1005,13.49,0.765827,0,16.46,0.019,257.491,0.652,257.461,0.633,16.69,363.6,0.132,-20.62,0.128,13.76,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1006,13.47,0.765825,0,16.49,0.013,258.631,0.126,258.514,0.132,16.73,363.7,0.297,-20.65,0.316,13.78,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1007,13.48,0.765818,0,16.5,0.013,257.917,0.41,257.718,0.427,16.76,363.8,0.234,-20.29,0.233,13.73,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1008,13.46,0.765817,0,16.49,0.012,256.472,0.435,256.238,0.417,16.79,363.8,0.147,-20.15,0.11,13.71,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1009,13.48,0.765810,0,16.52,0.02,255.748,0.182,255.455,0.199,16.82,364,0.137,-20.2,0.176,13.75,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1010,13.47,0.765810,0,16.58,0.022,255.003,0.347,254.720,0.319,16.84,364.1,0.206,-20.7,0.29,13.86,0.047,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1011,13.43,0.765804,0,16.64,0.016,253.093,0.72,252.836,0.76,16.88,363.9,0.158,-21.09,0.158,13.9,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1012,13.45,0.880674,0.175,16.63,0.014,250.836,0.672,250.350,0.697,16.91,364.1,0.171,-20.83,0.247,13.89,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1013,13.48,0.842378,0.153,16.61,0.015,248.927,0.474,248.501,0.462,16.93,363.9,0.114,-20.67,0.128,13.82,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1014,13.45,0.765798,0,16.58,0.016,247.990,0.168,247.814,0.157,16.97,363.8,0.141,-20.54,0.211,13.78,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1015,13.46,0.765793,0,16.57,0.007,248.711,0.378,248.251,0.311,16.99,363.9,0.103,-20.23,0.133,13.75,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1016,13.48,0.765792,0,16.57,0.008,250.178,0.613,249.647,0.537,17.02,364.1,0.211,-20.05,0.217,13.74,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1017,13.43,0.765784,0,16.6,0.017,252.500,0.75,251.930,0.724,17.04,364.1,0.117,-20.27,0.11,13.79,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1018,13.48,0.765781,0,16.62,0,254.993,0.713,254.379,0.689,17.06,364.3,0.161,-20.09,0.16,13.79,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1019,13.45,0.765772,0,16.67,0.016,257.642,0.639,256.993,0.702,17.09,364.3,0.152,-20.48,0.17,13.85,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1020,13.46,0.765768,0,16.69,0.015,260.496,0.95,259.821,0.946,17.11,364.4,0.169,-20.48,0.195,13.88,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1021,13.49,0.765760,0,16.76,0.025,263.540,0.729,262.979,0.798,17.14,364.5,0.128,-20.78,0.155,13.95,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1022,13.48,0.765754,0,16.78,0.003,265.401,0.447,264.824,0.451,17.16,364.7,0.109,-20.79,0.128,13.99,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1023,13.46,0.765746,0,16.84,0.033,266.899,0.534,266.407,0.517,17.19,364.9,0.22,-20.99,0.15,14.07,0.033,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1024,13.46,0.765740,0,16.91,0.021,269.064,0.719,268.631,0.826,17.21,365,0.178,-21.19,0.238,14.13,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1025,13.45,0.765734,0,16.95,0.01,271.600,0.664,271.055,0.646,17.24,365.2,0.268,-21.15,0.317,14.15,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1026,13.47,0.765727,0,16.97,0.021,273.731,0.645,273.267,0.658,17.26,365.1,0.239,-20.99,0.212,14.11,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1027,13.47,0.765722,0,16.96,0.017,276.178,0.819,275.739,0.803,17.29,365.2,0.223,-20.54,0.211,14.05,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1028,13.46,0.765715,0,16.94,0.011,278.478,0.475,278.021,0.515,17.31,365.2,0.184,-20.09,0.174,13.97,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1029,13.47,0.765710,0,16.94,0.013,279.119,0.169,278.682,0.157,17.34,365,0.103,-20.26,0.123,13.96,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1030,13.46,0.765704,0,16.96,0.011,279.309,0.238,278.822,0.237,17.35,365.6,0.219,-19.86,0.27,13.98,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1031,13.48,0.778462,0.069,16.94,0.016,280.549,0.488,280.040,0.524,17.38,365.7,0.185,-19.54,0.185,13.94,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1032,13.48,0.803979,0.115,16.93,0.014,281.878,0.184,281.328,0.212,17.39,365.5,0.099,-19.7,0.105,13.95,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1033,13.47,0.867784,0.169,16.97,0.029,282.012,0.138,281.493,0.191,17.41,365.5,0.247,-20.11,0.143,14.01,0.04,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1034,13.46,0.765685,0,17.04,0.016,282.450,0.353,282.224,0.316,17.43,365.7,0.148,-20.58,0.185,14.15,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1035,13.46,0.765684,0,17.11,0.021,283.973,0.587,283.845,0.566,17.45,365.9,0.188,-20.57,0.196,14.18,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1036,13.47,0.765678,0,17.11,0.02,285.528,0.367,285.418,0.388,17.47,366.3,0.244,-19.94,0.236,14.13,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1037,13.48,0.765677,0,17.11,0.026,287.175,0.643,287.039,0.643,17.49,365.9,0.126,-20.42,0.216,14.14,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1038,13.45,0.765671,0,17.15,0.019,289.43,0.712,289.345,0.67,17.51,366.1,0.155,-20.51,0.19,14.2,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1039,13.47,0.765671,0,17.22,0.023,291.585,0.505,291.286,0.502,17.54,366.2,0.105,-20.93,0.159,14.3,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1040,13.47,0.765666,0,17.28,0.042,293.569,0.701,293.356,0.741,17.55,366.1,0.17,-21.63,0.248,14.42,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1041,13.43,0.765665,0,17.34,0.014,296.345,0.919,296.066,0.893,17.58,366.3,0.176,-21.76,0.116,14.48,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1042,13.47,0.765661,0,17.42,0.022,300.315,1.353,299.935,1.352,17.61,366.3,0.2,-22.31,0.262,14.57,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1043,13.44,0.803944,0.115,17.45,0.02,305.968,1.837,305.404,1.835,17.64,366.2,0.156,-22.61,0.176,14.62,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1044,13.47,0.995355,0.188,17.48,0.01,312.636,2.027,311.960,1.905,17.66,365.9,0.202,-22.87,0.176,14.61,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1045,13.47,1.18677,0.115,17.52,0.022,319.463,1.917,318.529,1.901,17.69,365.4,0.311,-23.6,0.369,14.64,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1046,13.47,1.33990,0.191,17.54,0.009,326.345,2.131,325.157,2.028,17.72,364.7,0.255,-24.22,0.198,14.63,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1047,13.47,1.68444,0.29,17.54,0.007,334.345,2.461,332.519,2.135,17.74,363.7,0.46,-25.23,0.456,14.63,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1048,13.45,1.93965,0.341,17.55,0.021,342.604,2.286,339.916,2.13,17.78,362,0.655,-27.17,0.741,14.67,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1049,13.45,2.38628,0.162,17.63,0.02,350.638,2.296,347.101,2.112,17.8,359.6,0.652,-30.06,0.842,14.77,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1050,13.47,2.90947,0.703,17.66,0.025,360.251,3.7,355.551,2.817,17.83,356.7,0.994,-33.49,1.105,14.86,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1051,13.47,13.0798,7.88,17.73,0.012,379.275,8.1,363.671,1.584,17.85,353.1,1.355,-37.32,1.46,14.92,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1052,13.47,31.634,22.82,17.77,0.023,399.574,16.82,368.429,0.849,17.88,348.9,1.26,-42.23,1.436,15.04,0.038,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1053,13.46,94.8381,31.42,17.83,0.016,450.329,23.1,368.712,0.807,17.91,344,1.367,-47.43,1.482,15.1,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1054,13.47,214.253,62.9,17.85,0,535.522,43.4,366.570,1.213,17.94,338.9,1.6,-52.75,1.714,15.14,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1055,13.43,104.460,48.7,17.91,0.04,458.046,33.5,364.012,0.505,17.96,334.6,1.045,-57.92,1.179,15.29,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1056,13.44,105.021,12.78,17.99,0.041,458.836,9.16,361.301,1.236,18,330.5,1.318,-62.58,1.545,15.39,0.045,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1057,13.47,210.565,75.89,18.1,0.045,529.111,50.26,353.240,3.82,18.03,325.9,1.429,-68.05,1.634,15.55,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1058,13.48,336.832,134.7,18.2,0.042,599.996,89.3,335,6.825,18.06,320.8,1.639,-73.98,1.991,15.7,0.067,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1059,13.46,301.995,104.2,18.3,0.043,549.308,64.58,307.444,8.61,18.1,316.8,1.48,-78.72,1.53,15.84,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1100,13.46,428.364,113.1,18.41,0.042,600.830,78.69,276.740,8.63,18.14,312.8,0.732,-83.3,0.843,15.96,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1101,13.47,643.024,171.1,18.49,0.042,712.675,126.3,245.953,9.88,18.19,309.5,0.471,-87.1,0.76,16.05,0.057,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1102,13.46,576.541,133,18.59,0.04,641.090,92.2,216.113,8.47,18.24,307.6,0.827,-89.6,1.092,16.15,0.054,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1103,13.47,449.469,69.63,18.66,0.004,524.630,48.95,183.301,9.77,18.29,306.2,0.406,-91.1,0.381,16.18,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1104,13.46,748.120,134.7,18.69,0.031,680.481,75.99,148.407,9.5,18.34,304,0.885,-93.2,1.047,16.16,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1105,13.44,926.833,3.522,18.81,0.041,761.002,5.409,120.757,6.199,18.4,302.5,0.21,-95.6,0.279,16.32,0.053,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1106,13.46,928.288,0.904,18.88,0.016,745.983,3.6,105.014,3.352,18.45,301.9,0.36,-96.7,0.397,16.4,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1107,13.46,928.466,1.298,18.98,0.022,737.949,0.983,96.0656,1.957,18.52,301.4,0.191,-97.6,0.217,16.48,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1108,13.44,931.452,0.646,19.05,0.024,735.433,0.578,90.6208,1.193,18.58,301.5,0.292,-97.9,0.093,16.56,0.047,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1109,13.45,932.140,0.43,19.15,0.05,733.694,0.425,87.6379,0.604,18.65,302,0.192,-98.1,0.334,16.68,0.05,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1110,13.42,931.579,0.482,19.32,0.049,732.769,0.489,86.1228,0.447,18.74,302.3,0.18,-99,0.309,16.9,0.07,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1111,13.43,931.425,0.43,19.44,0.018,731.855,0.223,84.5012,0.454,18.82,302.8,0.285,-99.2,0.263,17.02,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1112,13.44,931.769,0.843,19.51,0.028,731.888,0.618,83.4358,0.297,18.9,302.6,0.107,-99.5,0.102,17.04,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1113,13.43,930.883,0.553,19.62,0.036,731.173,0.344,82.4884,0.187,18.98,302.7,0.383,-100,0.47,17.13,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1114,13.42,931.621,0.527,19.69,0.016,731.668,0.271,81.4939,0.34,19.06,302.7,0.236,-100.4,0.247,17.21,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1115,13.42,933.131,0.529,19.74,0.018,732.891,0.4,80.8777,0.15,19.14,302.4,0.33,-100.4,0.256,17.18,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1116,13.44,933.906,0.365,19.81,0.036,733.983,0.29,80.3566,0.163,19.22,303.3,0.302,-100.1,0.229,17.27,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1117,13.44,934.216,0.416,19.87,0.004,734.574,0.36,79.7522,0.269,19.3,303.6,0.261,-99.8,0.369,17.28,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1118,13.44,934.569,0.556,19.87,0.004,735.371,0.387,79.5269,0.064,19.38,303.9,0.288,-99.1,0.359,17.21,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1119,13.43,935.236,0.548,19.87,0.015,736.301,0.535,79.2066,0.157,19.46,303.9,0.564,-98.6,0.565,17.11,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1120,13.44,936.239,0.677,19.89,0.017,737.843,0.704,78.9576,0.171,19.53,303.1,0.089,-99.5,0.081,17.13,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1121,13.43,936.920,0.511,19.96,0.021,739.145,0.255,78.9215,0.157,19.61,302.9,0.186,-100.1,0.257,17.21,0.033,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1122,13.43,936.873,0.347,20.03,0.035,739.804,0.486,78.8260,0.001,19.68,303.3,0.311,-100.2,0.2,17.3,0.038,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1123,13.44,936.468,1.653,20.12,0.032,740.586,0.445,78.8252,0,19.75,302.9,0.333,-101.5,0.514,17.45,0.053,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1124,13.44,937.464,0.364,20.22,0.027,741.852,0.432,78.8124,0.064,19.83,303.4,0.182,-101.6,0.19,17.56,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1125,13.44,937.084,0.347,20.31,0.021,742.284,0.276,78.6458,0.178,19.91,303.6,0.309,-101.9,0.346,17.66,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1126,13.42,936.304,0.392,20.38,0.03,742.352,0.257,78.4671,0.001,19.98,304.2,0.319,-101.6,0.338,17.71,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1127,13.44,936.461,0.539,20.4,0.016,743.123,0.508,78.4782,0.064,20.05,304.1,0.312,-101.4,0.399,17.65,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1128,13.44,936.14,0.426,20.34,0.016,743.348,0.191,78.1929,0.151,20.13,303.9,0.338,-100.7,0.193,17.49,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1129,13.42,936.770,0.63,20.31,0.015,744.650,0.588,78.1094,0,20.2,304.1,0.287,-100.2,0.33,17.43,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1130,13.43,937.533,0.343,20.31,0.013,745.969,0.203,78.2146,0.163,20.26,303.3,0.372,-101,0.383,17.44,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1131,13.4,937.744,0.37,20.34,0.015,746.912,0.411,78.1076,0,20.33,303.1,0.209,-101.7,0.248,17.52,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1132,13.43,937.684,0.377,20.38,0.016,747.606,0.451,78.1059,0.001,20.39,303.4,0.201,-101.6,0.122,17.57,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1133,13.43,937.909,0.324,20.44,0.012,748.629,0.185,78.2001,0.157,20.46,304.2,0.279,-101,0.316,17.59,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1134,13.44,936.333,0.603,20.44,0.012,748.433,0.273,78.7074,0.162,20.52,303.7,0.49,-101.5,0.649,17.6,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1135,13.43,936.713,0.574,20.5,0.021,749.423,0.542,78.7426,0.142,20.58,303.8,0.247,-101.9,0.219,17.67,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1136,13.43,938.463,0.723,20.56,0.02,751.187,0.56,78.4803,0.127,20.65,304.4,0.21,-101.7,0.228,17.76,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1137,13.43,938.730,0.236,20.6,0.015,751.773,0.405,78.3500,0.163,20.71,304.1,0.176,-102.1,0.142,17.78,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1138,13.38,938.462,0.338,20.62,0.014,752.339,0.281,78.5609,0.187,20.76,304.1,0.278,-102.3,0.327,17.81,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1139,13.44,939.098,0.376,20.6,0.011,753.082,0.339,78.2176,0.167,20.82,304.2,0.307,-102,0.306,17.77,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1140,13.41,938.092,0.529,20.57,0.011,752.973,0.296,78.1328,0.106,20.88,304.7,0.398,-101.3,0.487,17.73,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1141,13.43,938.778,0.625,20.6,0.013,754.098,0.682,78.1207,0.089,20.93,304.5,0.306,-101.9,0.235,17.81,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1142,13.44,939.115,0.376,20.58,0.032,754.702,0.203,78.0953,0,20.99,304.4,0.369,-101.5,0.176,17.72,0.044,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1143,13.42,939.404,0.244,20.52,0.001,755.308,0.193,78.0950,0.001,21.04,304.1,0.198,-101.5,0.197,17.67,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1144,13.43,939.361,0.268,20.56,0.017,755.756,0.283,78.0344,0.132,21.09,304.2,0.38,-101.7,0.297,17.72,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1145,13.41,939.904,0.784,20.64,0.038,756.858,0.499,78.0813,0.064,21.14,304.3,0.18,-102.2,0.325,17.83,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1146,13.43,940.081,0.63,20.74,0.018,757.647,0.445,78.0919,0,21.2,304.6,0.413,-102.6,0.376,17.96,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1147,13.4,940.088,0.491,20.77,0.015,757.969,0.205,78.0914,0.001,21.25,305.1,0.229,-101.9,0.243,17.9,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1148,13.4,940.306,0.59,20.81,0.021,758.851,0.557,78.2087,0.167,21.3,304.6,0.182,-102.5,0.152,17.92,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1149,13.42,940.309,0.59,20.86,0.014,759.385,0.272,78.4446,0.159,21.36,305,0.348,-102.4,0.345,18,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1150,13.44,939.888,0.545,20.88,0.013,759.510,0.467,78.4909,0.121,21.41,305.3,0.274,-102.2,0.274,18,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1151,13.39,939.226,0.491,20.92,0.013,759.455,0.413,78.5609,0.168,21.46,305.4,0.219,-102.2,0.28,18.02,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1152,13.4,938.895,0.507,21.02,0.043,760.009,0.273,78.7965,0,21.51,305.8,0.179,-102.6,0.145,18.16,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1153,13.38,937.683,0.479,21.14,0.031,759.750,0.423,78.7954,0.001,21.57,305.4,0.508,-103.5,0.557,18.26,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1154,13.4,939.062,0.663,21.22,0.025,760.926,0.588,78.7945,0,21.62,305.4,0.261,-103.6,0.267,18.27,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1155,13.41,938.959,0.549,21.24,0.014,760.903,0.514,78.3437,0.29,21.67,305.5,0.193,-103.2,0.266,18.22,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1156,13.4,939.638,0.937,21.23,0.011,761.527,0.741,78.1182,0.106,21.72,305.3,0.29,-103.3,0.289,18.21,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1157,13.38,940.682,0.686,21.25,0.009,762.384,0.563,78.0815,0.001,21.77,305.1,0.339,-103.7,0.42,18.24,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1158,13.41,941.453,0.539,21.29,0.033,763.325,0.202,78.0808,0,21.82,305.4,0.268,-103.9,0.417,18.32,0.04,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1159,13.41,940.328,0.673,21.35,0.018,762.670,1.421,78.1151,0.106,21.87,305.3,0.245,-104.5,0.369,18.42,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1200,13.41,940.973,0.399,21.4,0.007,763.625,0.365,78.0792,0,21.92,305.7,0.288,-104.3,0.302,18.46,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1201,13.39,940.895,0.485,21.43,0.029,763.962,0.244,78.1253,0.121,21.97,305.5,0.199,-104.5,0.197,18.46,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1202,13.37,940.739,0.52,21.47,0.008,764.050,0.431,78.0777,0,22.01,305.2,0.33,-104.7,0.4,18.45,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1203,13.4,940.163,0.41,21.52,0.028,763.948,0.453,78.2658,0.177,22.06,305.5,0.192,-104.7,0.326,18.49,0.052,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1204,13.4,941.398,0.428,21.6,0.011,765.085,0.367,78.1355,0.132,22.11,305.9,0.277,-104.6,0.33,18.54,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1205,13.41,940.926,0.477,21.62,0.018,764.669,0.396,78.1107,0.106,22.15,306,0.295,-104.6,0.38,18.56,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1206,13.4,941.282,0.503,21.69,0.029,765.435,0.435,78.4655,0.231,22.2,306.5,0.231,-104.5,0.207,18.63,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1207,13.4,941.091,0.468,21.73,0.01,765.684,0.338,78.6892,0.157,22.24,305.8,0.489,-105.1,0.529,18.61,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1208,13.41,940.261,0.537,21.71,0.011,765.187,0.355,78.6892,0.157,22.29,305.4,0.26,-105.1,0.229,18.53,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1209,13.41,939.894,0.61,21.72,0.009,765.303,0.471,78.7830,0,22.33,305.3,0.163,-105.1,0.181,18.53,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1210,13.4,940.875,0.463,21.73,0.012,765.854,0.343,78.5699,0.197,22.36,305.3,0.25,-105.2,0.318,18.54,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1211,13.4,940.510,0.456,21.81,0.044,765.949,0.281,78.6047,0.177,22.4,305.2,0.32,-106.2,0.195,18.7,0.067,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1212,13.37,940.087,0.583,21.91,0.011,765.610,0.45,78.4863,0.226,22.44,306.1,0.421,-106.1,0.42,18.83,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1213,13.41,940.055,0.577,21.99,0.033,765.819,0.338,78.6751,0.163,22.48,306,0.293,-106.8,0.405,18.95,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1214,13.39,940.46,0.458,22.08,0.02,765.895,0.237,78.2134,0.174,22.52,306.6,0.405,-106.6,0.396,19.03,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1215,13.4,940.999,0.497,22.12,0.016,766.135,0.411,78.0944,0.089,22.57,306.4,0.231,-106.9,0.262,19.04,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1216,13.4,940.802,0.446,22.11,0.02,766.086,0.3,78.1412,0.142,22.6,306.9,0.328,-105.9,0.461,18.96,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1217,13.37,940.192,0.402,22.1,0.004,765.930,0.209,78.7318,0.121,22.64,306.1,0.612,-106.6,0.57,18.92,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1218,13.38,939.407,0.434,22.09,0.009,765.293,0.386,78.5419,0.167,22.67,306,0.41,-106.5,0.478,18.89,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1219,13.4,940.596,0.542,22.09,0.011,765.950,0.335,78.1507,0.15,22.71,306,0.296,-106.6,0.25,18.92,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1220,13.38,939.912,0.744,22.16,0.029,765.865,0.373,78.6350,0.173,22.74,306.3,0.213,-106.8,0.338,18.99,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1221,13.4,940.043,0.551,22.15,0.04,765.790,0.423,78.3385,0.15,22.78,306.1,0.313,-106.2,0.606,18.85,0.068,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1222,13.38,939.588,0.501,22.11,0.018,765.399,0.352,78.4325,0.064,22.8,305.9,0.272,-105.8,0.236,18.76,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1223,13.39,939.912,0.383,22.12,0.021,765.708,0.241,78.6092,0.177,22.84,305.8,0.178,-105.9,0.281,18.74,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1224,13.39,939.622,0.517,22.08,0.006,765.543,0.419,78.7740,0.001,22.86,306,0.224,-105.4,0.211,18.71,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1225,13.42,939.424,0.491,22.06,0.013,765.561,0.295,78.7735,0,22.88,306.1,0.255,-105.4,0.239,18.72,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1226,13.4,938.816,0.5,22.07,0.013,764.989,0.419,78.8082,0.107,22.9,305.8,0.227,-106,0.255,18.77,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1227,13.39,939.691,0.717,22.08,0.008,765.053,0.641,78.7723,0,22.92,305.8,0.215,-106.3,0.197,18.81,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1228,13.4,938.636,0.364,22.09,0.002,764.076,0.298,78.4522,0.248,22.95,305.8,0.26,-106.2,0.3,18.82,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1229,13.4,939.525,0.423,22.1,0.011,764.321,0.334,78.0853,0.089,22.96,306.1,0.335,-106,0.323,18.82,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1230,13.42,940.396,0.478,22.12,0.009,764.877,0.368,78.1436,0.15,22.98,306.4,0.325,-105.7,0.376,18.83,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1231,13.41,940.432,0.45,22.1,0.009,764.673,0.403,78.1671,0.163,23.01,306.2,0.342,-105.9,0.505,18.83,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1232,13.38,940.563,0.509,22.15,0.029,764.451,0.307,78.2137,0.176,23.01,305.9,0.242,-107.1,0.325,18.98,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1233,13.38,939.976,0.387,22.18,0.005,763.492,0.404,78.0598,0,23.04,306.9,0.296,-106.2,0.235,19,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1234,13.4,941.319,0.645,22.19,0.013,764.274,0.387,78.0592,0,23.05,306.6,0.619,-106.4,0.594,18.99,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1235,13.4,940.681,0.319,22.19,0.012,763.643,0.294,78.0591,0,23.08,305.9,0.212,-107.1,0.251,18.99,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1236,13.39,940.227,0.468,22.24,0.017,763.005,0.413,78.0703,0.064,23.1,305.9,0.421,-107.4,0.35,19.04,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1237,13.4,939.857,0.355,22.28,0.011,762.543,0.258,78.1176,0.132,23.12,305.9,0.244,-107.8,0.219,19.12,0.033,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1238,13.39,940.322,0.409,22.32,0.007,762.357,0.237,78.0580,0,23.14,306.1,0.174,-108.1,0.173,19.21,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1239,13.4,939.990,0.521,22.31,0.027,761.612,0.554,78.0579,0,23.17,307.5,0.546,-106.9,0.667,19.22,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1240,13.4,939.437,0.37,22.28,0.009,760.752,0.304,77.8091,0.306,23.2,307,0.34,-107.2,0.362,19.2,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1241,13.4,939.844,0.311,22.28,0.004,760.277,0.323,77.3478,0,23.23,306.8,0.241,-107.1,0.19,19.15,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1242,13.37,940.274,0.467,22.29,0.018,760.161,0.514,77.3475,0,23.24,307.4,0.409,-106.8,0.471,19.19,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1243,13.37,940.298,0.511,22.33,0.015,759.89,0.375,77.2883,0.161,23.27,306.7,0.473,-107.5,0.592,19.2,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1244,13.39,940.793,0.582,22.27,0.017,759.538,0.577,77.0870,0.241,23.3,307,0.282,-106.9,0.416,19.13,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1245,13.38,941.620,0.382,22.27,0.016,759.830,0.379,77.3470,0,23.33,306.7,0.237,-107.4,0.251,19.17,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1246,13.4,940.955,0.889,22.24,0.026,758.814,0.719,77.2404,0.187,23.35,306.8,0.271,-107.6,0.333,19.22,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1247,13.35,940.492,0.361,22.23,0.036,758.225,0.337,77.2283,0.191,23.39,306.5,0.341,-107.9,0.48,19.23,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1248,13.37,940.385,0.324,22.31,0.02,757.916,0.304,77.3461,0,23.42,307,0.229,-108.1,0.245,19.35,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1249,13.37,939.920,0.765,22.33,0.006,756.998,0.718,77.3338,0.064,23.45,307.1,0.294,-108.2,0.351,19.38,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1250,13.34,939.110,0.274,22.43,0.036,756.079,0.323,77.2741,0.142,23.48,307.4,0.253,-108.7,0.216,19.53,0.044,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1251,13.4,939.179,0.465,22.55,0.045,755.487,0.337,77.2143,0.171,23.51,307.9,0.236,-108.9,0.256,19.66,0.058,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1252,13.37,938.343,0.647,22.67,0.019,754.444,0.738,77.2966,0.121,23.54,308.6,0.281,-108.9,0.269,19.77,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1253,13.38,937.200,0.518,22.73,0.027,752.870,0.563,76.9411,0.255,23.59,308.9,0.591,-108.7,0.472,19.79,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1254,13.36,938.201,0.616,22.86,0.046,753.463,0.387,77.3427,0,23.62,308.8,0.428,-109.7,0.663,19.96,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1255,13.37,936.840,1.02,22.94,0.009,751.674,0.948,77.3064,0.107,23.67,308.4,0.344,-110.2,0.413,19.98,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1256,13.36,937.830,1.907,22.93,0.012,751.523,1.155,77.0695,0.176,23.7,307.7,0.299,-110.8,0.323,19.95,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1257,13.36,938.750,0.995,22.96,0.02,751.617,0.857,76.9386,0.219,23.74,307.5,0.379,-111.2,0.362,19.99,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1258,13.36,937.510,0.918,23.01,0.021,750.205,0.743,76.7964,0.177,23.78,307.5,0.371,-111.5,0.302,20.04,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1259,13.35,935.549,0.497,23.05,0.001,748.460,0.349,76.9848,0.129,23.82,308.1,0.178,-110.6,0.297,19.98,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1300,13.36,934.463,0.512,23.04,0.01,747.241,0.468,77.2092,0.171,23.85,308.5,0.209,-109.7,0.186,19.9,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1301,13.36,934.530,0.546,23.07,0.021,746.793,0.438,77.2794,0.132,23.88,308.8,0.39,-109.9,0.339,19.98,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1302,13.39,934.044,0.362,23.12,0.015,745.823,0.382,77.3384,0,23.92,308.9,0.401,-109.8,0.384,19.99,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1303,13.37,934.136,0.745,23.15,0.011,745.409,0.712,77.3494,0.064,23.94,309.3,0.152,-109.8,0.17,20.06,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1304,13.35,933.192,0.523,23.2,0.027,743.650,1.179,77.3375,0,23.98,309.7,0.201,-109.6,0.289,20.1,0.05,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1305,13.37,933.986,0.434,23.25,0.015,743.767,0.478,77.3368,0,24.01,309.4,0.349,-110.3,0.392,20.15,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1306,13.36,933.042,0.589,23.24,0.015,741.963,0.82,77.3249,0.064,24.04,309,0.263,-110.5,0.262,20.13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1307,13.37,932.576,0.788,23.23,0,740.751,0.65,77.0050,0.329,24.07,308.9,0.162,-110.8,0.194,20.17,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1308,13.36,933.722,0.749,23.27,0.013,740.592,0.431,76.6265,0,24.1,308.5,0.25,-111.3,0.26,20.19,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1309,13.37,934.073,0.436,23.26,0.017,739.483,0.696,76.2831,0.297,24.14,309,0.378,-110.9,0.545,20.19,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1310,13.37,935.270,0.521,23.26,0.017,739.324,0.574,76.0584,0.174,24.16,308.5,0.326,-111.1,0.38,20.16,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1311,13.36,934.819,0.84,23.29,0.013,738.294,0.476,75.9988,0.15,24.2,309,0.276,-110.8,0.276,20.18,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1312,13.37,935.048,0.699,23.35,0.021,737.730,0.653,75.9987,0.15,24.23,309.4,0.355,-110.5,0.409,20.2,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1313,13.37,933.501,0.333,23.37,0,735.878,0.338,76.1876,0.198,24.26,309.7,0.216,-109.8,0.216,20.13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1314,13.37,933.372,0.49,23.36,0.014,734.930,0.343,76.1520,0.167,24.28,310,0.405,-109.6,0.415,20.14,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1315,13.34,934.988,0.78,23.32,0.013,734.905,0.425,75.9153,0,24.31,309.1,0.268,-110.3,0.259,20.1,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1316,13.33,933.725,0.566,23.37,0.005,733.213,0.704,75.9152,0,24.34,309.2,0.26,-110.4,0.288,20.14,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1317,13.38,933.379,0.818,23.38,0.004,731.881,0.816,75.8322,0.176,24.37,309,0.414,-110.4,0.48,20.12,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1318,13.34,932.943,1.038,23.37,0.012,730.527,0.504,75.5719,0.194,24.39,309.2,0.245,-109.6,0.173,20.02,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1319,13.35,933.515,0.335,23.4,0.013,730.199,0.335,75.7255,0.177,24.42,309.5,0.507,-109.8,0.269,20.09,0.053,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1320,13.37,932.873,0.516,23.4,0.015,728.493,0.675,75.3822,0.2,24.44,309.8,0.256,-109.8,0.201,20.14,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1321,13.38,932.487,0.33,23.32,0.017,727.058,0.423,75.2755,0.142,24.46,310,0.481,-109.5,0.496,20.14,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1322,13.36,931.255,0.615,23.3,0.018,725.474,0.466,75.6414,0.313,24.48,309.9,0.267,-109.9,0.498,20.18,0.057,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1323,13.35,930.741,0.323,23.33,0.014,724.208,0.459,75.5582,0.259,24.51,309.6,0.341,-110.5,0.364,20.23,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1324,13.36,930.349,0.571,23.31,0.005,722.758,0.293,75.2028,0.001,24.52,309.2,0.236,-110.5,0.245,20.17,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1325,13.34,930.816,0.395,23.37,0.033,722.326,0.466,75.3443,0.174,24.54,309.5,0.307,-110.7,0.208,20.23,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1326,13.36,930.181,0.471,23.39,0.017,720.604,0.636,75.2606,0.133,24.57,309.5,0.202,-110.7,0.197,20.24,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1327,13.37,929.590,0.343,23.4,0.004,719.226,0.319,75.2012,0,24.59,309.6,0.269,-110.5,0.276,20.22,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1328,13.35,928.814,0.569,23.41,0.001,717.774,0.564,75.2476,0.12,24.61,310.1,0.204,-109.9,0.227,20.21,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1329,13.37,927.524,0.63,23.46,0.028,716.149,0.437,75.5903,0.248,24.63,310.6,0.34,-109.9,0.232,20.32,0.038,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1330,13.35,925.868,0.823,23.5,0.012,714.213,0.82,75.9086,0,24.65,310.8,0.478,-110.1,0.476,20.37,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1331,13.35,925.025,0.527,23.42,0.052,712.363,0.473,75.9084,0,24.67,310.5,0.464,-109.7,0.476,20.24,0.071,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1332,13.37,926.428,0.552,23.22,0.052,711.452,0.339,75.3281,0.194,24.69,310.2,0.341,-108.7,0.555,20.01,0.048,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1333,13.37,926.886,0.481,23.15,0.01,710.933,0.543,75.3398,0.196,24.71,309.8,0.25,-108.7,0.226,19.96,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1334,13.37,924.81,0.653,23.19,0.013,708.862,0.728,75.7764,0.171,24.72,309.7,0.26,-109,0.313,19.98,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1335,13.37,924.733,0.355,23.18,0.012,707.621,0.305,75.3271,0.171,24.74,309.4,0.267,-109.3,0.307,19.98,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1336,13.38,924.558,0.408,23.11,0.032,706.036,0.626,75.2199,0.088,24.75,309.8,0.554,-108.7,0.724,19.96,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1337,13.33,924.455,0.828,23,0.049,704.390,0.339,75.1725,0.089,24.75,310.2,0.272,-107.4,0.324,19.79,0.063,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1338,13.37,925.645,0.371,22.85,0.025,703.775,0.458,74.8763,0.106,24.78,309.1,0.279,-107.8,0.272,19.67,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1339,13.34,924.598,0.363,22.82,0.013,702.016,0.402,74.6752,0.177,24.78,309.1,0.284,-107.8,0.237,19.67,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1340,13.34,923.534,0.507,22.81,0.014,700.005,0.724,74.5682,0.15,24.78,309.8,0.314,-107.3,0.358,19.7,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1341,13.36,923.545,0.492,22.79,0.032,698.459,0.583,74.4853,0,24.8,309.9,0.236,-107.1,0.242,19.67,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1342,13.38,923.119,0.379,22.78,0.03,696.720,0.564,74.4495,0.106,24.81,309.4,0.362,-107.1,0.426,19.6,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1343,13.37,922.888,0.428,22.69,0.03,695.028,0.523,74.1537,0.223,24.81,309.5,0.297,-106.3,0.348,19.48,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1344,13.34,922.502,0.46,22.63,0.01,693.548,0.546,73.8342,0.132,24.81,309.1,0.171,-106.5,0.148,19.45,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1345,13.33,921.709,0.613,22.64,0.005,691.755,0.435,73.8577,0.15,24.81,308.8,0.211,-107.2,0.208,19.51,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1346,13.34,923.006,0.46,22.63,0.017,691.268,0.484,73.7747,0,24.81,308.9,0.307,-107.4,0.295,19.57,0.039,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1347,13.34,922.737,0.395,22.66,0.018,689.745,0.4,73.7745,0,24.81,309.3,0.293,-107.2,0.38,19.61,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1348,13.36,922.161,0.89,22.63,0.01,687.928,0.774,73.7743,0,24.83,309.7,0.244,-106.6,0.294,19.57,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1349,13.37,921.840,0.577,22.67,0.026,686.293,0.579,73.7742,0,24.84,309.5,0.147,-107.2,0.064,19.63,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1350,13.37,921.163,0.452,22.65,0.025,684.556,0.563,73.7741,0,24.84,309.8,0.345,-106.7,0.43,19.6,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1351,13.37,920.269,0.369,22.64,0.007,682.774,0.489,73.7739,0,24.84,309.1,0.2,-107.5,0.207,19.62,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1352,13.37,919.885,0.369,22.68,0.03,681.398,0.314,73.9157,0.174,24.84,308.7,0.326,-108.2,0.465,19.66,0.033,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1353,13.37,919.539,0.803,22.74,0.014,679.807,0.823,73.7855,0.064,24.84,308.8,0.237,-108.2,0.275,19.69,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1354,13.37,918.353,0.452,22.8,0.03,677.846,0.357,74.0337,0.274,24.84,308.8,0.226,-108.8,0.32,19.78,0.039,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1355,13.36,918.263,0.623,22.88,0.021,676.210,0.842,73.7734,0,24.84,308.8,0.231,-109,0.288,19.84,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1356,13.37,916.541,0.356,22.9,0.006,673.245,0.654,73.7734,0,24.84,309.2,0.156,-108.8,0.223,19.87,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1357,13.34,917.126,0.52,22.92,0.011,672.050,0.576,73.7496,0.088,24.84,309.6,0.327,-108.8,0.398,19.93,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1358,13.37,915.545,0.716,22.89,0.027,669.525,1,73.7733,0,24.86,309.3,0.376,-108.9,0.32,19.9,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1359,13.38,913.989,0.741,22.85,0.021,667.011,0.687,73.6904,0.15,24.87,309.3,0.391,-108.8,0.452,19.88,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1400,13.38,914.103,0.571,22.78,0.014,665.421,0.673,73.3948,0.157,24.86,309.2,0.268,-108.8,0.289,19.87,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1401,13.37,913.592,0.505,22.77,0.004,663.426,0.543,73.0873,0.088,24.87,309.9,0.187,-107.9,0.263,19.84,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1402,13.36,913.120,0.512,22.79,0.021,661.836,0.557,73.2055,0.174,24.87,309.8,0.442,-108.4,0.522,19.9,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1403,13.34,912.393,0.593,22.8,0.019,659.818,0.784,73.0754,0.064,24.87,309.7,0.289,-108.4,0.241,19.9,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1404,13.36,911.883,0.298,22.78,0.018,657.587,0.663,73.0163,0.121,24.87,309.6,0.285,-108.4,0.357,19.87,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1405,13.34,912.456,0.487,22.74,0.015,656.166,0.403,72.7443,0.14,24.87,309.3,0.286,-108.4,0.286,19.82,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1406,13.36,912.366,0.347,22.71,0.01,654.565,0.572,72.6024,0.208,24.89,309.1,0.22,-108.6,0.218,19.81,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1407,13.37,912.136,0.292,22.64,0.035,652.649,0.585,72.3541,0,24.89,309.6,0.247,-107.5,0.494,19.7,0.05,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1408,13.36,911.244,0.533,22.57,0.011,650.485,0.708,72.3541,0,24.89,309.4,0.24,-107.1,0.24,19.59,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1409,13.33,910.160,0.595,22.55,0.021,648.501,0.653,72.3895,0.106,24.89,309.6,0.274,-106.8,0.278,19.58,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1410,13.37,908.580,0.348,22.57,0.02,646.089,0.713,72.3540,0,24.89,309.1,0.252,-107.2,0.332,19.56,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1411,13.37,907.496,0.694,22.5,0.018,643.733,0.896,72.4013,0.121,24.89,308.8,0.299,-107.3,0.311,19.53,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1412,13.36,906.272,0.357,22.46,0.021,641.186,0.662,72.4249,0.142,24.89,308.8,0.302,-107.3,0.318,19.53,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1413,13.37,905.52,0.673,22.39,0.019,638.808,0.962,72.3540,0,24.89,309,0.201,-106.7,0.295,19.46,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1414,13.37,903.876,0.445,22.31,0.019,636.159,0.703,72.3540,0,24.89,308.9,0.182,-106.1,0.176,19.34,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1415,13.34,904.092,0.427,22.27,0.026,634.931,0.312,72.3776,0.088,24.88,309.1,0.194,-106.2,0.218,19.39,0.046,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1416,13.38,904.181,0.602,22.37,0.03,634.209,0.611,73.0515,0.144,24.87,309.1,0.281,-106.9,0.357,19.51,0.043,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1417,13.34,899.975,0.856,22.47,0.037,630.478,0.949,73.7017,0.142,24.87,309.3,0.197,-107.5,0.183,19.65,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1418,13.37,897.591,1.335,22.58,0.03,627.525,1.189,73.7490,0.088,24.87,309.6,0.208,-107.8,0.304,19.76,0.043,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1419,13.37,896.125,0.554,22.65,0.025,624.606,0.848,73.3115,0.292,24.87,309.3,0.167,-108.7,0,19.87,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1420,13.37,897.030,0.957,22.71,0.014,622.724,0.507,72.8386,0.233,24.87,309.7,0.468,-108.6,0.476,19.93,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1421,13.37,897.591,0.638,22.71,0.006,620.876,0.86,72.3539,0,24.87,309.9,0.299,-108.4,0.302,19.92,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1422,13.37,896.164,0.452,22.75,0.019,618.351,0.41,72.4012,0.121,24.87,309.4,0.292,-108.9,0.348,19.91,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1423,13.37,895.335,1.327,22.78,0.005,615.691,1.345,72.2002,0.176,24.87,309.5,0.229,-108.3,0.309,19.84,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1424,13.37,893.665,0.852,22.77,0.012,612.693,0.394,71.6800,0.106,24.88,309.6,0.315,-107.8,0.221,19.76,0.039,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1425,13.33,894.978,0.829,22.71,0.022,611.296,0.466,71.6445,0,24.87,309.6,0.145,-107.6,0.145,19.72,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1426,13.31,896.737,0.323,22.72,0.025,610.371,0.64,71.4672,0.22,24.87,309.5,0.142,-108.3,0.271,19.82,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1427,13.34,897.081,0.416,22.82,0.033,608.760,0.492,71.0652,0.171,24.87,309.2,0.22,-109.2,0.35,19.94,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1428,13.37,897.540,0.36,22.82,0.033,606.641,0.582,70.9351,0,24.87,309.5,0.354,-108.8,0.562,19.91,0.052,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1429,13.36,897.795,0.452,22.73,0.026,604.702,0.697,70.9351,0,24.87,309.5,0.258,-108.1,0.294,19.79,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1430,13.36,894.799,1.261,22.68,0.02,601.276,1.143,70.9351,0,24.87,309.1,0.178,-108.3,0.197,19.75,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1431,13.35,890.491,1.266,22.71,0.022,597.455,1.14,70.9351,0,24.87,309.1,0.205,-108.7,0.133,19.83,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1432,13.37,888.006,0.919,22.78,0.016,594.525,0.909,71.3371,0.271,24.87,309.6,0.169,-108.5,0.228,19.89,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1433,13.35,884.437,1.313,22.9,0.03,591.155,1.186,71.6445,0,24.87,310.1,0.49,-108.7,0.493,20.01,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1434,13.36,880.766,1.271,22.88,0.021,587.312,1.224,71.9164,0.237,24.87,310,0.499,-108.3,0.388,19.93,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1435,13.36,880.919,0.71,22.87,0.02,585.159,0.431,71.6445,0,24.87,309.8,0.219,-108.7,0.259,19.95,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1436,13.34,880.817,0.519,22.91,0.023,582.793,0.973,71.1952,0.316,24.87,310,0.382,-108.5,0.562,19.95,0.047,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1437,13.35,879.874,0.757,22.81,0.039,579.851,0.527,70.9351,0,24.87,309.9,0.244,-107.7,0.319,19.79,0.057,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1438,13.34,880.537,0.52,22.69,0.042,577.879,0.68,70.5568,0.342,24.88,309.2,0.245,-107.4,0.235,19.61,0.039,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1439,13.33,881.99,0.553,22.63,0.014,576.729,0.478,70.2258,0,24.87,309.1,0.147,-107.5,0.197,19.62,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1440,13.35,881.862,0.374,22.66,0.016,574.734,0.715,70.2258,0,24.87,309.4,0.184,-107.8,0.249,19.73,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1441,13.37,881.824,0.403,22.68,0.012,572.311,0.607,69.6228,0.208,24.87,309.6,0.274,-108.1,0.278,19.8,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1442,13.35,881.480,0.507,22.66,0.015,569.696,0.899,69.4928,0.088,24.87,309.2,0.213,-108.3,0.184,19.78,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1443,13.36,880.422,0.48,22.65,0.01,566.856,0.832,68.9608,0.198,24.87,309.3,0.216,-107.8,0.228,19.71,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1444,13.34,879.543,0.531,22.61,0.012,564.061,0.877,68.8071,0,24.87,309.2,0.19,-107.8,0.173,19.68,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1445,13.35,878.460,0.556,22.64,0.014,561.367,0.878,68.7716,0.106,24.87,309.2,0.26,-108,0.26,19.72,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1446,13.36,878.969,0.438,22.64,0.007,559.452,0.728,68.2041,0.187,24.87,309.4,0.269,-107.8,0.269,19.72,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1447,13.37,878.523,0.681,22.65,0.013,557.006,0.943,68.0977,0,24.87,308.8,0.275,-108.6,0.331,19.75,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1448,13.37,878.727,0.379,22.71,0.023,555.011,0.622,68.0977,0,24.86,309.2,0.156,-108.6,0.133,19.83,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1449,13.37,876.611,0.897,22.73,0.004,551.697,1.073,68.0977,0,24.84,309.5,0.206,-108.5,0.215,19.86,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1450,13.33,873.667,0.579,22.75,0.02,548.384,0.722,68.1214,0.088,24.84,309.9,0.101,-108.2,0.11,19.88,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1451,13.36,871.347,1.109,22.84,0.025,545.375,1.148,68.5233,0.169,24.84,309.8,0.151,-108.8,0.271,19.97,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1452,13.34,868.607,0.917,22.91,0.012,541.870,1.06,68.7598,0.121,24.84,309.4,0.185,-109.4,0.185,20.01,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1453,13.31,868.837,1.313,22.93,0,539.683,0.263,68.2160,0.167,24.84,309.4,0.227,-109.5,0.226,20.02,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1454,13.35,869.996,0.633,22.9,0.027,537.655,1.052,68.0150,0.15,24.84,309.9,0.2,-108.8,0.265,19.98,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1455,13.38,869.079,0.65,22.84,0.023,534.769,0.918,67.5066,0.211,24.83,309.7,0.158,-108.5,0.263,19.91,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1456,13.36,868.735,0.442,22.75,0.02,532.064,0.576,67.3765,0.064,24.83,309.6,0.292,-108.2,0.291,19.82,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1457,13.36,868.607,0.497,22.75,0.01,529.867,0.739,67.1046,0.142,24.81,309.6,0.104,-108.1,0.102,19.82,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1458,13.36,867.231,0.382,22.75,0.015,526.993,0.778,67.0219,0.194,24.81,309.8,0.199,-108,0.304,19.85,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1459,13.37,865.994,0.706,22.73,0.008,524.130,1.022,66.8327,0.176,24.81,309.8,0.307,-108,0.314,19.82,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1500,13.35,864.669,0.666,22.7,0.012,521.132,0.925,66.6790,0,24.81,310.1,0.163,-107.6,0.163,19.82,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1501,13.36,863.114,0.443,22.66,0.01,517.999,0.83,66.6081,0.142,24.81,309.8,0.264,-107.8,0.247,19.79,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1502,13.37,862.222,0.518,22.7,0.022,515.407,0.901,66.4780,0.176,24.8,309.4,0.38,-108.3,0.465,19.8,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1503,13.36,859.928,1.158,22.75,0.016,512.026,1.233,66.3125,0.171,24.81,309.1,0.146,-108.7,0.096,19.83,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1504,13.32,857.340,0.902,22.79,0.019,508.476,1.12,66.0288,0.132,24.79,309.4,0.154,-108.7,0.081,19.88,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1505,13.36,855.607,0.487,22.83,0.017,505.331,0.876,65.9697,0,24.78,309.7,0.126,-108.7,0.078,19.93,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1506,13.36,853.708,0.706,22.89,0.018,502.018,0.939,65.9697,0,24.78,309.6,0.191,-109.1,0.272,19.99,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1507,13.31,855.186,1.224,22.86,0.008,500.226,0.346,65.9224,0.121,24.78,309.2,0.237,-109.3,0.228,19.96,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1508,13.34,855.008,0.714,22.84,0.014,497.678,0.936,65.4495,0.255,24.76,309.5,0.208,-109.1,0.225,19.97,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1509,13.36,853.185,0.544,22.78,0.027,494.286,0.843,65.2603,0,24.75,309.9,0.192,-108.3,0.185,19.89,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1510,13.36,851.171,0.684,22.7,0.029,491.040,0.933,65.2603,0,24.75,309.6,0.21,-108.1,0.251,19.81,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1511,13.36,850.177,0.653,22.63,0.017,488.211,0.903,65.2603,0,24.75,309.3,0.26,-107.9,0.235,19.73,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1512,13.36,848.253,0.653,22.64,0.009,485.101,1.025,65.0239,0.167,24.74,309.4,0.308,-107.9,0.235,19.74,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1513,13.35,845.869,0.728,22.63,0.015,481.584,0.989,64.8465,0.132,24.72,309.4,0.194,-107.7,0.154,19.72,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1514,13.36,844.416,0.572,22.58,0.006,478.350,0.774,64.5983,0.121,24.72,309.2,0.273,-107.5,0.196,19.64,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1515,13.34,843.983,0.549,22.53,0.028,475.667,0.928,64.4682,0.15,24.71,308.9,0.297,-107.4,0.341,19.57,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1516,13.37,841.345,1.115,22.56,0.024,472.309,1.067,64.4919,0.132,24.69,308.4,0.183,-108.3,0.208,19.65,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1517,13.33,838.528,0.55,22.62,0.021,468.714,0.924,64.1017,0.223,24.69,308.9,0.201,-108.3,0.196,19.72,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1518,13.35,836.998,0.861,22.7,0.036,465.682,0.984,64.2790,0.176,24.68,309.7,0.245,-108.2,0.195,19.84,0.048,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1519,13.35,837.139,3.806,22.78,0.01,463.146,1.613,63.9598,0.167,24.66,310,0.189,-108.6,0.219,19.96,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1520,13.36,839.369,0.423,22.77,0.01,461.095,0.73,63.2741,0.217,24.66,309.6,0.194,-108.6,0.181,19.9,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1521,13.37,837.712,0.682,22.75,0.016,457.702,0.996,63.0850,0.121,24.66,310.1,0.21,-107.8,0.197,19.84,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1522,13.37,835.877,0.957,22.74,0.01,454.490,1.119,62.8367,0.26,24.64,310,0.268,-107.9,0.248,19.84,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1523,13.37,833.876,0.559,22.77,0.024,451.166,0.753,62.4347,0.064,24.63,310.4,0.114,-107.7,0.088,19.88,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1524,13.35,831.581,1.073,22.87,0.024,447.987,1.239,62.5766,0.218,24.63,310.4,0.288,-108.3,0.399,19.99,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1525,13.37,829.198,0.793,22.91,0.012,444.144,1.068,62.3756,0.121,24.63,310.3,0.133,-108.6,0.135,20.02,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1526,13.37,828.969,0.632,22.92,0.009,441.315,0.764,61.8672,0.176,24.63,310.1,0.108,-108.7,0.105,20,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1527,13.34,827.427,0.729,22.91,0.018,437.968,1.027,61.7017,0.064,24.63,309.5,0.203,-109.2,0.256,19.99,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1528,13.36,827.108,0.491,22.86,0.008,435.274,0.788,61.2998,0.206,24.63,309.5,0.286,-109,0.299,19.95,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1529,13.34,826.139,0.629,22.89,0.025,432.502,0.957,61.0988,0.157,24.63,309.4,0.174,-109.2,0.139,19.97,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1530,13.35,824.151,0.716,22.92,0.005,429.121,1.066,61.0279,0.088,24.63,309.7,0.359,-109.3,0.398,20.04,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1531,13.37,823.348,0.602,22.89,0.014,426.179,0.906,61.0042,0,24.63,309.8,0.203,-109,0.185,20,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1532,13.34,821.513,0.582,22.86,0.029,422.899,0.983,60.6968,0.271,24.63,309.8,0.304,-108.6,0.426,19.95,0.042,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1533,13.39,820.174,0.677,22.82,0.011,419.834,0.949,60.3658,0.142,24.63,309.7,0.226,-108.5,0.238,19.91,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1534,13.34,817.638,0.835,22.77,0.015,416.227,1.067,60.2949,0,24.63,309.8,0.101,-108.2,0.067,19.86,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1535,13.33,815.433,0.546,22.73,0.011,412.869,0.929,60.2830,0.064,24.63,310.1,0.185,-107.6,0.218,19.82,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1536,13.36,813.776,0.54,22.72,0.01,409.758,0.9,60.0229,0.176,24.63,310,0.156,-107.7,0.156,19.81,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1537,13.36,811.851,0.859,22.74,0.011,406.535,1.123,59.7628,0.177,24.63,309.9,0.206,-107.8,0.168,19.82,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1538,13.37,809.608,0.498,22.74,0.011,403.176,0.931,59.5855,0,24.63,310.2,0.124,-107.6,0,19.85,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1539,13.38,808.053,0.867,22.76,0.011,399.953,1.109,59.5855,0,24.63,310.3,0.245,-107.8,0.231,19.89,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1540,13.37,806.498,0.5,22.75,0.019,396.493,0.816,59.1835,0.255,24.63,309.9,0.231,-108,0.299,19.85,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1541,13.37,806.549,0.612,22.68,0.019,393.687,1.009,58.8052,0.142,24.63,309.6,0.283,-107.8,0.186,19.76,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1542,13.36,804.472,0.957,22.64,0.023,390.215,1.208,58.2496,0.15,24.63,309.3,0.222,-107.7,0.245,19.68,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1543,13.37,801.833,0.468,22.55,0.035,386.496,0.938,58.1668,0,24.63,309.4,0.209,-106.8,0.332,19.55,0.053,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1544,13.37,799.616,0.876,22.47,0.02,383.149,0.974,58.0013,0.177,24.63,309.1,0.23,-106.5,0.197,19.45,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1545,13.37,797.118,0.862,22.4,0.013,379.689,0.614,57.6348,0.2,24.63,309.4,0.202,-106.1,0.129,19.42,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1546,13.35,796.200,0.815,22.38,0.01,376.894,0.899,57.4575,0,24.6,309.2,0.206,-106.4,0.226,19.44,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1547,13.36,793.205,0.788,22.4,0.004,373.265,1.02,57.4575,0,24.6,309.2,0.014,-106.6,0,19.48,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1548,13.37,791.063,0.352,22.4,0,369.996,0.86,57.4456,0.064,24.6,309.4,0.046,-106.6,0,19.52,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1549,13.37,789.636,0.682,22.43,0.024,366.930,0.943,57.1974,0.258,24.59,309.4,0.19,-106.9,0.215,19.57,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1550,13.36,786.857,0.8,22.43,0.019,363.065,1.113,56.7481,0,24.57,309.1,0.16,-107.1,0.14,19.55,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1551,13.36,784.028,0.813,22.41,0.011,359.458,1.065,56.7481,0,24.57,309.1,0.216,-107,0.208,19.53,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1552,13.37,782.447,0.933,22.42,0.016,356.325,1.025,56.4525,0.161,24.57,308.9,0.063,-107.2,0.11,19.53,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1553,13.37,779.771,0.721,22.47,0.013,352.865,1.053,56.2516,0.196,24.56,308.8,0.129,-107.7,0.114,19.6,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1554,13.38,776.890,0.846,22.48,0.007,349.067,1.085,56.0388,0,24.54,309.3,0.218,-107,0.297,19.57,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1555,13.35,773.984,1.611,22.47,0.013,345.483,1.348,55.8851,0.198,24.54,309.3,0.136,-106.6,0.125,19.51,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1556,13.36,770.938,0.47,22.47,0.011,341.899,0.811,55.4122,0.15,24.54,309.1,0.295,-106.9,0.321,19.51,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1557,13.35,770.785,0.431,22.5,0.012,339.171,0.78,55.3176,0.064,24.51,309,0.098,-107.1,0,19.54,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1558,13.35,769.026,1.039,22.5,0.016,335.813,1.275,54.9038,0.265,24.51,308.8,0.26,-107.3,0.219,19.53,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1559,13.37,766.388,0.672,22.52,0.028,332.297,0.966,54.6200,0,24.51,308.6,0.13,-107.6,0.117,19.54,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1600,13.33,764.604,0.969,22.57,0.001,329.175,1.017,54.6200,0,24.51,308.7,0.219,-107.7,0.228,19.58,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1601,13.36,760.971,1.471,22.57,0,325.196,1.379,54.3599,0.289,24.48,308.6,0.236,-108,0.24,19.62,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1602,13.37,759.442,0.371,22.54,0.021,321.849,0.711,53.9107,0,24.48,308.6,0.335,-107.8,0.311,19.58,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1603,13.37,757.135,1.236,22.54,0.012,318.535,1.26,53.6506,0.289,24.47,308.5,0.124,-108.1,0.185,19.61,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1604,13.37,753.872,0.858,22.53,0.017,314.749,0.997,53.2013,0,24.45,308.6,0.208,-107.7,0.206,19.57,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1605,13.37,751.909,0.638,22.48,0.014,311.367,0.917,52.9176,0.192,24.45,308.9,0.253,-106.9,0.201,19.48,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1606,13.37,749.092,0.754,22.47,0.015,307.840,1.01,52.5038,0.064,24.43,308.9,0.16,-106.6,0.155,19.43,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1607,13.37,746.607,0.985,22.41,0.018,304.526,0.989,52.492,0,24.42,308.7,0.207,-106.4,0.366,19.37,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1608,13.37,742.936,0.921,22.4,0,300.841,0.897,52.4684,0.088,24.41,308.9,0.079,-106.1,0.088,19.34,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1609,13.33,740.476,0.924,22.41,0.016,297.516,0.991,52.2555,0.167,24.39,308.8,0.254,-106.4,0.213,19.37,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1610,13.36,736.183,1.267,22.41,0.018,293.561,1.314,51.9956,0.196,24.39,309.1,0.191,-106,0.144,19.36,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1611,13.37,732.452,0.991,22.35,0.03,289.640,1.082,51.7712,0.064,24.37,308.9,0.178,-105.9,0.196,19.3,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1612,13.37,730.643,0.69,22.3,0.015,286.383,1.029,51.2511,0.177,24.36,308.7,0.195,-105.9,0.253,19.27,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1613,13.37,728.287,0.901,22.2,0.031,282.822,1.054,50.9911,0.15,24.34,308.6,0.15,-105.3,0.242,19.14,0.039,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1614,13.37,724.974,0.758,22.09,0.032,279.070,0.997,50.3882,0.088,24.33,308.3,0.114,-105,0.184,19.03,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1615,13.34,722.094,0.919,22.02,0.019,275.554,0.978,50.3173,0.121,24.32,307.9,0.219,-104.7,0.159,18.92,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1616,13.37,718.019,1.597,21.95,0.022,271.745,1.28,49.8564,0.254,24.29,307.9,0.133,-104.6,0.128,18.89,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1617,13.33,713.802,0.859,21.87,0.02,267.847,1.059,49.6556,0,24.28,307.9,0.164,-104.4,0.204,18.85,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1618,13.37,710.493,1.08,21.85,0.012,264.298,0.965,49.2776,0.181,24.26,308,0.204,-104.2,0.209,18.83,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1619,13.37,707.105,1.029,21.85,0.004,260.794,1.034,48.9586,0.064,24.24,307.9,0.168,-104.5,0.096,18.87,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1620,13.37,703.084,1.093,21.85,0.003,257.043,1.098,48.9472,0,24.22,308.1,0.229,-104.3,0.24,18.88,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1621,13.36,699.161,1.137,21.81,0.03,253.302,1.093,48.4745,0.264,24.2,308.3,0.17,-104,0.078,18.85,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1622,13.36,694.503,1.507,21.76,0.012,249.315,1.152,48.2385,0,24.18,308,0.097,-104.1,0.097,18.83,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1623,13.36,690.783,0.976,21.76,0,245.686,1.046,48.0258,0.298,24.16,308,0.135,-104,0.081,18.81,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1624,13.36,687.132,1.106,21.74,0.017,242.127,1.025,47.5298,0,24.14,307.7,0.121,-104,0,18.77,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1625,13.37,684.010,0.996,21.74,0.017,238.769,0.998,47.4944,0.106,24.12,307.5,0.071,-104,0.065,18.73,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1626,13.35,680.373,1.578,21.75,0.005,235.210,1.202,47.0220,0.218,24.1,307.6,0.137,-103.9,0.145,18.73,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1627,13.37,676.154,0.885,21.75,0,231.468,0.975,46.8210,0,24.08,307.6,0.125,-103.9,0.125,18.72,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1628,13.36,672.618,0.977,21.71,0.022,227.965,0.992,46.5141,0.286,24.06,307.8,0.162,-103.7,0.166,18.71,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1629,13.34,668.540,1.112,21.71,0.021,224.539,0.938,46.1121,0,24.04,308,0.184,-103.6,0.172,18.73,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1630,13.33,664.492,1.157,21.75,0,220.878,1.074,46.0889,0.088,24.02,308.1,0.147,-103.8,0.211,18.8,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1631,13.35,661.855,0.944,21.77,0.018,217.598,1.032,45.4742,0.169,24.01,308,0.213,-104.3,0.25,18.86,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1632,13.36,657.526,1.371,21.82,0.018,213.779,1.166,45.2026,0.27,23.99,307.8,0.075,-104.6,0,18.87,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1633,13.37,653.359,1.307,21.84,0.001,210.048,1.069,44.7297,0.106,23.98,307.8,0.174,-104.7,0.198,18.9,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1634,13.36,648.634,1.276,21.83,0,206.138,1.157,44.2925,0.3,23.96,307.9,0.103,-104.6,0,18.89,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1635,13.37,644.225,1.078,21.83,0.001,202.362,0.986,43.9379,0.121,23.95,307.8,0.083,-104.5,0.078,18.86,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1636,13.33,640.149,1.486,21.82,0.017,198.858,1.018,43.2996,0.088,23.93,307.5,0.161,-104.5,0.123,18.82,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1637,13.37,635.931,1.282,21.78,0.03,195.251,1.042,43.1223,0.198,23.93,307.5,0.106,-104.4,0.182,18.79,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1638,13.36,630.414,1.721,21.74,0,191.476,1.1,42.5668,0,23.91,307.6,0.121,-104,0.046,18.74,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1639,13.36,625.202,1.387,21.74,0.001,187.745,0.973,42.4959,0.142,23.9,307.7,0.169,-103.6,0.133,18.69,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1640,13.36,621.278,1.224,21.7,0.027,184.308,0.966,41.9167,0.132,23.87,307.6,0.11,-103.5,0.046,18.65,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1641,13.36,616.065,1.915,21.64,0.016,180.532,1.17,41.3965,0.261,23.87,307.6,0.184,-103.1,0.156,18.57,0.04,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1642,13.36,610.433,1.286,21.57,0.013,176.757,0.981,41.1128,0.106,23.85,307.2,0.173,-102.9,0.179,18.48,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1643,13.37,606.355,1.075,21.49,0.025,173.308,1.017,40.4862,0.121,23.83,307.3,0.124,-102.5,0,18.42,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1644,13.37,601.512,1.366,21.46,0.017,169.836,1.025,40.2380,0.254,23.81,307.1,0.086,-102.5,0,18.38,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1645,13.37,595.917,1.636,21.39,0.016,166.072,1.049,39.7296,0,23.79,306.9,0.151,-102.5,0,18.34,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1646,13.35,591.367,1.308,21.37,0.011,162.600,1,39.2331,0.196,23.77,306.8,0.096,-102.4,0.096,18.32,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1647,13.35,586.702,1.451,21.3,0.019,159.208,0.989,38.973,0.121,23.75,306.7,0.152,-102.3,0.128,18.29,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1648,13.36,581.502,2.287,21.28,0.011,155.567,1.189,38.37,0.132,23.72,306.9,0.158,-102.1,0.172,18.27,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1649,13.34,575.626,1.629,21.22,0.026,151.926,0.96,37.8498,0.261,23.7,306.8,0.098,-101.9,0.096,18.22,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1650,13.34,569.725,1.949,21.2,0.007,148.285,1.11,37.4714,0.214,23.68,306.7,0.088,-101.9,0.088,18.22,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1651,13.36,564.295,1.936,21.16,0.02,144.791,1.07,36.9039,0.064,23.65,306.6,0.124,-101.9,0.096,18.19,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1652,13.37,558.355,2.205,21.11,0.006,141.196,1.072,36.5729,0.295,23.63,306.6,0.119,-101.6,0.145,18.13,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1653,13.34,551.488,1.82,21.1,0.011,137.578,1.077,36.1001,0.15,23.6,306.6,0.088,-101.5,0.088,18.12,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1654,13.35,545.281,1.75,21.06,0.017,134.016,1.011,35.5090,0.106,23.58,306.6,0.057,-101.5,0.046,18.12,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1655,13.36,539.257,1.88,21.02,0.008,130.535,1.022,34.9773,0.269,23.55,306.4,0.052,-101.5,0,18.07,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1656,13.36,532.833,1.977,21.01,0.01,127.097,1.059,34.5871,0.238,23.52,306.4,0.025,-101.5,0,18.07,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1657,13.35,525.405,2.088,20.99,0.004,123.502,1.056,34.0552,0,23.5,306.2,0.1,-101.5,0,18.03,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1658,13.39,517.947,2.153,20.99,0.006,119.906,1.068,33.4995,0.237,23.47,306.1,0.138,-101.4,0.129,18.02,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1659,13.37,510.849,1.952,20.99,0.01,116.479,1.017,33.1448,0.254,23.45,306.1,0,-101.5,0,18.02,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1700,13.36,502.780,2.59,20.97,0.022,112.782,1.117,32.5418,0.182,23.42,306.1,0.042,-101.5,0,18.02,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1701,13.36,495.313,2.03,20.92,0.009,109.232,0.972,31.9154,0.064,23.39,305.9,0.158,-101.4,0.11,17.98,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1702,13.36,487.741,2.048,20.9,0,105.794,1.018,31.2887,0.169,23.36,306.1,0.239,-101.2,0.244,17.96,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1703,13.37,479.737,2.468,20.87,0.024,102.322,0.979,30.8394,0.241,23.34,306.1,0,-100.9,0,17.92,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1704,13.33,471.999,2.312,20.83,0.009,98.9969,0.995,30.2718,0.248,23.3,306,0.089,-100.9,0.078,17.9,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1705,13.38,463.841,2.308,20.82,0.012,95.5926,1.016,29.7161,0.15,23.28,305.9,0.124,-100.9,0.114,17.87,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1706,13.36,455.848,2.358,20.81,0.019,92.2671,0.973,29.1012,0.144,23.24,305.8,0.145,-100.6,0.128,17.82,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1707,13.37,447.332,2.667,20.82,0.004,88.9755,1.016,28.4863,0.187,23.22,305.7,0.133,-100.6,0.129,17.8,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1708,13.36,438.128,2.71,20.8,0.026,85.5375,1.007,27.8714,0.237,23.18,305.4,0.201,-100.6,0.125,17.73,0.038,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1709,13.38,429.053,2.309,20.72,0.008,82.2348,0.933,27.2803,0.295,23.16,305.3,0.096,-100.5,0.096,17.7,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1710,13.37,420.448,2.821,20.72,0.003,79.0672,0.934,26.6890,0.27,23.13,305.1,0.15,-100.4,0,17.66,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1711,13.35,410.862,2.772,20.69,0.025,75.8320,0.927,26.0741,0.238,23.1,305.1,0.111,-100.3,0.127,17.63,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1712,13.37,401.111,3.21,20.63,0.012,72.5969,0.973,25.4593,0.15,23.06,305.1,0.108,-100,0.103,17.58,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1713,13.38,390.735,5.006,20.61,0.008,69.5422,0.853,24.8209,0.112,23.03,304.9,0.048,-99.9,0,17.53,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1714,13.39,382.272,2.72,20.55,0.03,66.5214,0.891,24.1588,0.14,23,304.7,0.145,-99.9,0,17.49,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1715,13.38,371.718,3.138,20.52,0.006,63.3089,0.901,23.5085,0.203,22.97,304.6,0.181,-99.7,0.168,17.44,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1716,13.36,361.317,2.911,20.47,0.026,60.3107,0.879,22.8346,0.194,22.94,304.8,0.049,-99.4,0,17.42,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1717,13.36,351.069,2.993,20.43,0.007,57.4250,0.905,22.2552,0.289,22.91,304.7,0.121,-99.4,0,17.4,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1718,13.36,340.503,3.028,20.41,0.015,54.4155,0.87,21.5577,0.313,22.88,304.5,0.008,-99.4,0,17.37,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1719,13.4,329.438,3.094,20.35,0.022,51.4733,0.826,20.8246,0.292,22.84,304.5,0.127,-99.3,0.114,17.34,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1720,13.38,318.298,3.326,20.33,0.001,48.6780,0.851,20.1862,0.309,22.81,304.3,0.134,-99.3,0.125,17.31,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1721,13.4,306.940,3.523,20.31,0.018,45.8259,0.845,19.4767,0.335,22.78,304,0.131,-99.4,0.096,17.27,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1722,13.4,294.653,3.001,20.25,0.017,42.9742,0.79,18.6372,0.255,22.74,304,0.185,-99.2,0.114,17.24,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1723,13.38,280.527,8.54,20.21,0.021,40.2461,0.756,17.8804,0.269,22.71,304,0.156,-99,0.152,17.2,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1724,13.39,271.21,3.651,20.15,0.016,37.6648,0.723,17.1237,0.223,22.68,303.8,0.114,-98.9,0,17.15,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1725,13.38,258.525,3.664,20.13,0.01,35.0944,0.744,16.4497,0.215,22.65,303.7,0.108,-98.8,0.125,17.1,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1726,13.4,245.396,3.44,20.09,0.024,32.6145,0.697,15.6929,0.218,22.61,303.7,0.135,-98.5,0.142,17.06,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1727,13.38,232.188,3.976,20.04,0.011,30.2133,0.684,14.9006,0.183,22.57,303.6,0.131,-98.4,0.078,17.02,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1728,13.41,219.504,3.727,19.97,0.025,27.8911,0.634,14.1557,0.168,22.54,303.5,0.101,-98.4,0,16.99,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1729,13.4,206.908,3.409,19.94,0.013,25.6815,0.659,13.4225,0.244,22.5,303.2,0.002,-98.4,0,16.95,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1730,13.4,194.338,4.168,19.88,0.02,23.5622,0.62,12.6066,0.199,22.46,303.3,0.199,-98,0.174,16.89,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1731,13.37,180.633,3.795,19.84,0.023,21.5216,0.576,11.8024,0.274,22.43,303.1,0.123,-97.9,0.103,16.83,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1732,13.4,166.890,4.119,19.76,0.016,19.5939,0.565,11.1047,0.306,22.39,302.9,0.095,-97.8,0.088,16.79,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1733,13.4,151.884,4.681,19.68,0.037,17.6999,0.601,10.3715,0.313,22.35,302.9,0.157,-97.6,0.094,16.75,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1734,13.39,135.884,4.518,19.64,0.011,15.8060,0.559,9.60286,0.316,22.3,302.9,0.123,-97.4,0.078,16.71,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1735,13.39,119.769,4.8,19.6,0.028,14.0360,0.537,8.85782,0.324,22.26,302.6,0.143,-97.5,0.146,16.67,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1736,13.38,104.674,4.18,19.54,0.013,12.3901,0.474,8.06549,0.289,22.22,302.5,0.107,-97.3,0.096,16.61,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1737,13.39,90.9044,4.162,19.49,0.021,10.8230,0.486,7.39142,0.305,22.18,302.5,0.107,-97,0.109,16.57,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1738,13.36,76.1919,4.611,19.42,0.022,9.35747,0.457,6.70554,0.309,22.13,302.4,0.239,-96.9,0.128,16.53,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1739,13.37,54.2501,6.233,19.36,0.022,7.97081,0.443,5.94869,0.299,22.09,302.3,0.103,-96.8,0.11,16.5,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1740,13.39,31.9128,5.862,19.32,0.011,6.60669,0.425,5.23915,0.299,22.05,302.2,0.158,-96.7,0.152,16.47,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1741,13.41,17.4547,2.158,19.27,0.03,5.33275,0.425,4.5769,0.309,22,301.9,0.145,-96.7,0.127,16.4,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1742,13.4,10.7483,2.117,19.22,0.008,4.10388,0.416,3.91464,0.31,21.95,302,0.133,-96.5,0.129,16.39,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1743,13.38,1.92526,1.779,19.16,0.023,3.02156,0.326,3.22872,0.322,21.9,301.9,0.103,-96.4,0.109,16.35,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1744,13.39,0,0,19.12,0.014,2.54805,0.169,2.72019,0.167,21.86,301.8,0.127,-96.3,0.065,16.31,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1745,13.38,0,0,19.06,0.02,2.07454,0.299,2.43637,0.121,21.81,301.6,0.174,-96.2,0.127,16.26,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1746,13.4,-0.012750,0.069,19,0.022,1.53337,0.227,1.84503,0.142,21.76,301.3,0.075,-96.3,0.065,16.22,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1747,13.41,-0.165758,0.19,18.93,0.016,1.00346,0.106,1.50206,0.285,21.71,301.3,0.215,-96.2,0.144,16.2,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1748,13.41,-0.242262,0.184,18.9,0.017,0.484822,0.242,1.06445,0,21.65,301.2,0.131,-96.1,0.148,16.17,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1749,13.41,-0.344271,0.115,18.83,0.015,0.293151,0.115,0.603196,0.262,21.58,301,0.137,-96.1,0.065,16.13,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1750,13.38,-0.369773,0.069,18.77,0.02,-0.281877,0.153,0.354823,0,21.53,301.1,0.115,-95.8,0.104,16.1,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1751,12.9,-0.382528,0.099,18.72,0.017,-0.383357,0.144,-0.011828,0.31,21.48,300.8,0.123,-95.9,0.122,16.06,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1752,13.32,-0.382529,0,18.66,0.016,-0.879467,0.166,-0.354827,0,21.43,300.8,0.361,-95.6,0.159,16.01,0.043,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1753,13.4,-0.395284,0.069,18.61,0.022,-1.01478,0,-0.425797,0.142,21.37,300.5,0.221,-95.6,0.221,15.95,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1754,13.4,-0.408036,0.095,18.55,0.021,-1.10498,0.15,-0.851595,0.217,21.32,300.5,0.116,-95.5,0.133,15.95,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1755,13.4,-0.382537,0,18.5,0.015,-1.47709,0.163,-1.06451,0,21.27,300.5,0.137,-95.3,0.096,15.89,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1756,13.39,-0.446294,0.143,18.43,0.016,-1.68005,0.061,-1.06451,0,21.22,300.5,0.046,-95.3,0.046,15.89,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1757,13.38,-0.446297,0.143,18.41,0.02,-1.69133,0,-1.17097,0.163,21.17,300.5,0.088,-95.3,0.088,15.89,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1758,12.9,-0.420795,0.115,18.37,0.013,-1.71389,0.084,-1.45484,0.14,21.11,300.4,0.112,-95.3,0.104,15.88,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1759,13.2,-0.408046,0.095,18.33,0.016,-1.89431,0.166,-1.72689,0.121,21.06,300.3,0.135,-95.3,0.096,15.86,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1800,13.4,-0.433550,0.13,18.31,0.011,-2.17620,0.189,-1.77421,0,21.01,300.2,0.084,-95.3,0.065,15.83,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1801,13.4,-0.408049,0.095,18.26,0.017,-2.32280,0.115,-1.77421,0,20.96,300.1,0,-95.3,0,15.82,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1802,13.4,-0.382547,0,18.23,0.015,-2.36790,0,-1.77422,0,20.91,299.9,0.118,-95.3,0.046,15.78,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1803,13.42,-0.382548,0,18.18,0.021,-2.36791,0,-1.83337,0.132,20.86,299.8,0.044,-95.3,0,15.76,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1804,13.44,-0.382549,0,18.14,0.016,-2.36792,0,-1.93982,0.177,20.8,299.6,0.133,-95.3,0,15.73,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1805,13.41,-0.382550,0,18.1,0.012,-2.36793,0,-2.17639,0.177,20.76,299.4,0.07,-95.3,0,15.69,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1806,13.39,-0.382552,0,18.08,0.016,-2.49197,0.163,-2.37748,0.163,20.71,299.1,0.083,-95.3,0.001,15.64,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1807,13.37,-0.382554,0,18.03,0.023,-2.46943,0.155,-2.40116,0.15,20.66,299,0.118,-95.3,0,15.62,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1808,13.44,-0.382557,0,17.98,0.013,-2.53711,0.169,-2.48397,0,20.61,298.9,0.133,-95.1,0.129,15.57,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1809,13.43,-0.369808,0.069,17.93,0.02,-2.51457,0.168,-2.47216,0.064,20.56,298.7,0.133,-95.1,0.155,15.53,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1810,13.41,-0.318802,0.143,17.87,0.017,-2.51460,0.168,-2.48401,0,20.51,298.6,0.108,-94.9,0.124,15.47,0.034,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1811,13.43,-0.204035,0.191,17.83,0.031,-2.57100,0.166,-2.48403,0,20.46,298.3,0.091,-94.8,0,15.4,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1812,13.46,-0.318808,0.143,17.77,0.015,-2.49209,0.163,-2.48405,0,20.42,298.2,0.107,-94.7,0.124,15.35,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1813,13.42,-0.369820,0.069,17.71,0.024,-2.52593,0.169,-2.48407,0,20.37,298.1,0.152,-94.5,0.078,15.3,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1814,13.4,-0.344318,0.115,17.66,0.014,-2.50341,0.166,-2.47227,0.064,20.32,297.9,0.119,-94.4,0.114,15.26,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1815,13.43,-0.382578,0,17.63,0.011,-2.51470,0.168,-2.48411,0,20.27,297.8,0.07,-94.2,0,15.2,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1816,13.4,-0.306066,0.153,17.57,0.017,-2.52600,0.169,-2.48414,0,20.22,297.5,0.074,-94.2,0.046,15.15,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1817,13.44,-0.357078,0.095,17.54,0.012,-2.44707,0.143,-2.48415,0,20.18,297.4,0.109,-94.1,0.159,15.12,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1818,13.4,-0.382588,0,17.47,0.03,-2.48093,0.159,-2.47234,0.064,20.13,297.6,0.12,-93.8,0.114,15.08,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1819,13.43,-0.382589,0,17.43,0.012,-2.55988,0.168,-2.48418,0,20.08,297.2,0.134,-93.7,0,15.01,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1820,13.43,-0.331583,0.13,17.37,0.031,-2.52609,0.169,-2.48422,0,20.03,297,0.117,-93.6,0.159,14.94,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1821,13.43,-0.382597,0,17.35,0.006,-2.49226,0.163,-2.46057,0.089,19.98,297.1,0.121,-93.4,0.115,14.92,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1822,13.44,-0.369851,0.069,17.3,0.038,-2.53742,0.169,-2.47245,0.064,19.93,297,0.122,-93.2,0.077,14.88,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1823,13.42,-0.369851,0.069,17.24,0.009,-2.48104,0.159,-2.47245,0.064,19.89,296.9,0.106,-93.2,0,14.85,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1824,12.91,-0.382611,0,17.21,0.008,-2.42469,0.126,-2.41334,0.142,19.84,296.7,0.116,-93.2,0.104,14.81,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1825,13.42,-0.382611,0,17.18,0.021,-2.36831,0,-2.35419,0.171,19.8,296.8,0.157,-93.1,0.129,14.81,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1826,13.44,-0.369864,0.069,17.14,0.012,-2.39090,0.084,-2.38973,0.157,19.75,296.7,0.136,-92.8,0.127,14.74,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1827,13.41,-0.344357,0.115,17.12,0.012,-2.36835,0,-2.35424,0.171,19.7,296.7,0.124,-92.7,0.104,14.7,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1828,13.42,-0.382626,0,17.06,0.032,-2.36839,0,-2.23598,0.163,19.66,296.6,0.105,-92.7,0.104,14.69,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1829,13.43,-0.382627,0,17.03,0.005,-2.39096,0.084,-2.17683,0.121,19.61,296.5,0.108,-92.4,0.001,14.64,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1830,13.43,-0.382633,0,17,0.01,-2.37972,0.061,-2.25968,0.171,19.57,296.7,0.088,-92.2,0.088,14.63,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1831,13.43,-0.382635,0,16.94,0.024,-2.37973,0.061,-2.31885,0.177,19.52,296.6,0.142,-92.2,0.001,14.6,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1832,13.39,-0.382640,0,16.92,0.005,-2.36848,0,-2.25972,0.171,19.48,296.3,0.128,-92.2,0,14.54,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1833,13.41,-0.382642,0,16.91,0.017,-2.36850,0,-2.30706,0.177,19.43,296.3,0.114,-92,0.122,14.51,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1834,13.41,-0.382646,0,16.84,0.029,-2.36852,0,-2.23610,0.163,19.39,296.4,0.12,-91.9,0.119,14.51,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1835,13.42,-0.382648,0,16.81,0.003,-2.36854,0,-2.16512,0.106,19.34,296.2,0.152,-91.9,0.109,14.48,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1836,12.89,-0.382652,0,16.8,0.014,-2.36856,0,-2.15331,0.089,19.3,296.2,0.037,-91.7,0,14.45,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1837,13.23,-0.382654,0,16.77,0.018,-2.36857,0,-2.14149,0.112,19.26,296,0.155,-91.7,0.104,14.42,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1838,13.43,-0.382657,0,16.73,0.013,-2.36859,0,-2.09418,0.106,19.22,295.9,0.075,-91.7,0,14.39,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1839,13.42,-0.382660,0,16.7,0.015,-2.36860,0,-2.11786,0.064,19.17,295.9,0.025,-91.7,0.001,14.37,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1840,13.43,-0.382662,0,16.69,0,-2.36862,0,-2.11787,0.064,19.14,295.8,0.106,-91.5,0.122,14.34,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1841,13.4,-0.357155,0.095,16.66,0.017,-2.36864,0,-2.12972,0,19.09,295.9,0.119,-91.3,0.122,14.32,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1842,13.43,-0.357157,0.095,16.62,0.022,-2.36866,0,-2.08241,0.121,19.06,295.9,0.158,-91.4,0.145,14.31,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1843,13.41,-0.382672,0,16.6,0.023,-2.36868,0,-1.96411,0.177,19.02,295.8,0.196,-91.4,0.188,14.31,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1844,13.43,-0.382673,0,16.58,0.012,-2.36869,0,-1.96412,0.177,18.98,295.8,0.119,-91.4,0.095,14.31,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1845,13.41,-0.382678,0,16.57,0.009,-2.36872,0,-1.94048,0.177,18.94,295.7,0.15,-91.5,0.119,14.3,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1846,13.41,-0.382680,0,16.57,0.005,-2.36873,0,-1.95232,0.177,18.9,295.5,0.138,-91.5,0.125,14.28,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1847,13.42,-0.382686,0,16.56,0.001,-2.36877,0,-1.96418,0.177,18.86,295.5,0.113,-91.4,0.114,14.24,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1848,13.42,-0.369931,0.069,16.55,0.013,-2.36877,0,-2.02335,0.163,18.83,295.5,0.127,-91.3,0.127,14.24,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1849,13.43,-0.331667,0.13,16.51,0.013,-2.36881,0,-1.90506,0.171,18.79,295.4,0.11,-91.2,0.096,14.21,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1850,13.42,-0.382694,0,16.49,0.019,-2.36882,0,-1.97606,0.176,18.76,295.2,0.134,-91.3,0.127,14.18,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1851,13.43,-0.382701,0,16.46,0.012,-2.36886,0,-2.02342,0.163,18.72,295.2,0.129,-91.3,0.129,14.18,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1852,13.43,-0.382701,0,16.45,0.008,-2.36886,0,-2.02343,0.163,18.68,295.2,0.108,-91.2,0,14.16,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1853,13.45,-0.369951,0.069,16.45,0.005,-2.36890,0,-2.07079,0.132,18.65,295,0,-91.2,0,14.12,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1854,13.46,-0.318923,0.143,16.42,0.018,-2.36891,0,-2.07079,0.132,18.62,295.1,0.118,-91.1,0.122,14.12,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1855,13.44,-0.306171,0.153,16.36,0.016,-2.36894,0,-1.96433,0.177,18.59,295,0.13,-91.1,0.128,14.09,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1856,13.45,-0.318929,0.143,16.34,0,-2.36895,0,-1.95250,0.177,18.55,294.8,0.139,-90.9,0.088,14.05,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1857,13.44,-0.267904,0.175,16.34,0.014,-2.36897,0,-2.10636,0.089,18.52,294.9,0.069,-90.7,0.065,14,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1858,13.47,-0.293419,0.162,16.29,0.01,-2.36898,0,-2.03536,0.157,18.49,294.7,0.126,-90.7,0,13.97,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1859,13.44,-0.331694,0.13,16.26,0.018,-2.36901,0,-2.08272,0.121,18.45,294.6,0.046,-90.6,0.046,13.94,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1900,13.47,-0.369968,0.069,16.24,0.007,-2.36901,0,-2.10639,0.089,18.42,294.6,0.118,-90.5,0.127,13.91,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1901,13.44,-0.344456,0.115,16.22,0.019,-2.36903,0,-2.03540,0.157,18.39,294.5,0.086,-90.4,0.078,13.88,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1902,13.46,-0.344457,0.115,16.17,0.025,-2.36904,0,-2.08275,0.121,18.36,294.4,0.16,-90.3,0.125,13.84,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1903,13.46,-0.357217,0.095,16.13,0.014,-2.36905,0,-2.13009,0,18.32,294.4,0.136,-90.2,0.104,13.82,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1904,13.46,-0.382734,0,16.11,0.015,-2.36906,0,-2.10643,0.089,18.29,294.1,0.1,-90.1,0,13.76,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1905,13.46,-0.369978,0.069,16.06,0.014,-2.36908,0,-2.07094,0.132,18.26,293.9,0.156,-90.1,0.046,13.72,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1906,13.44,-0.344463,0.115,16.01,0.025,-2.36908,0,-2.10645,0.089,18.23,293.7,0.088,-90.1,0.088,13.69,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1907,13.43,-0.280675,0.169,15.99,0.013,-2.36909,0,-2.13013,0,18.19,293.7,0.119,-89.9,0.065,13.63,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1908,13.48,-0.357225,0.095,15.94,0.011,-2.36911,0,-2.13014,0,18.16,293.5,0.124,-90,0.115,13.62,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1909,13.46,-0.369985,0.069,15.89,0.017,-2.36912,0,-2.10649,0.089,18.13,293.5,0.124,-89.8,0.127,13.58,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1910,13.46,-0.357231,0.095,15.86,0.016,-2.36915,0,-2.07101,0.132,18.09,293.3,0.088,-89.8,0.145,13.54,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1911,13.46,-0.331716,0.13,15.83,0.013,-2.36916,0,-1.94084,0.177,18.06,293,0.125,-89.8,0.125,13.5,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1912,13.47,-0.357237,0.095,15.83,0.013,-2.36919,0,-2.13022,0,18.03,292.9,0.113,-89.9,0.078,13.49,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1913,13.45,-0.369998,0.069,15.78,0.016,-2.36920,0,-2.15390,0.089,18,292.9,0.028,-89.7,0.078,13.44,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1914,12.88,-0.382761,0,15.75,0.014,-2.36923,0,-2.13026,0,17.96,292.8,0.126,-89.6,0.001,13.41,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1915,13.46,-0.370005,0.069,15.71,0.02,-2.36925,0,-2.14210,0.064,17.93,292.5,0.055,-89.6,0.046,13.37,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1916,13.45,-0.382769,0,15.66,0.014,-2.36928,0,-2.13030,0,17.9,292.3,0.135,-89.6,0.109,13.32,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1917,13.45,-0.382770,0,15.64,0.013,-2.36929,0,-2.10663,0.089,17.86,292.2,0.105,-89.6,0,13.31,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1918,13.46,-0.382775,0,15.61,0.015,-2.38060,0.061,-2.13033,0,17.83,292.2,0.115,-89.3,0.114,13.25,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1919,13.46,-0.344498,0.115,15.56,0.019,-2.38061,0.061,-2.14217,0.064,17.8,292.1,0.123,-89.2,0.128,13.21,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1920,12.92,-0.331744,0.13,15.53,0.015,-2.38064,0.061,-2.15404,0.089,17.76,292.1,0.077,-89.1,0.078,13.19,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1921,13.35,-0.357263,0.095,15.51,0.007,-2.36936,0,-2.13037,0,17.73,291.8,0.058,-89.1,0,13.14,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1922,13.45,-0.357268,0.095,15.45,0.026,-2.36939,0,-2.10673,0.089,17.69,291.7,0.122,-89.2,0.122,13.13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1923,13.44,-0.382787,0,15.42,0.011,-2.36939,0,-2.11856,0.064,17.66,291.7,0.088,-89.2,0.088,13.13,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1924,13.46,-0.370032,0.069,15.4,0.007,-2.36942,0,-2.11859,0.064,17.63,291.6,0.118,-89.1,0,13.11,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1925,13.46,-0.370032,0.069,15.38,0.014,-2.36942,0,-2.11859,0.064,17.59,291.4,0.132,-89.1,0,13.06,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1926,12.93,-0.370036,0.069,15.35,0.014,-2.36944,0,-2.11861,0.064,17.55,291.1,0.104,-89.1,0.104,13,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1927,13.44,-0.357276,0.095,15.3,0.016,-2.36945,0,-2.13045,0,17.53,291.1,0.174,-88.9,0.109,12.96,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1928,13.46,-0.357279,0.095,15.27,0.007,-2.36947,0,-2.07129,0.132,17.49,291,0.117,-88.8,0.065,12.94,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1929,13.46,-0.331760,0.13,15.24,0.023,-2.36947,0,-2.11863,0.064,17.45,291,0.168,-88.7,0.115,12.9,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1930,13.47,-0.331762,0.13,15.19,0.02,-2.38077,0.061,-2.13048,0,17.43,290.8,0,-88.6,0,12.86,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1931,13.43,-0.280722,0.169,15.15,0.009,-2.36949,0,-2.07131,0.132,17.39,290.6,0.129,-88.6,0.078,12.82,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1932,12.94,-0.370044,0.069,15.14,0,-2.36950,0,-1.97663,0.176,17.35,290.5,0.088,-88.6,0.065,12.8,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1933,13.05,-0.370045,0.069,15.13,0.014,-2.36951,0,-2.03581,0.157,17.32,290.5,0.093,-88.6,0.078,12.79,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1934,13.47,-0.370047,0.069,15.08,0.028,-2.36951,0,-2.01215,0.167,17.29,290.5,0.087,-88.5,0.125,12.78,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1935,13.47,-0.357287,0.095,15.05,0.021,-2.36952,0,-1.97664,0.176,17.25,290.2,0.13,-88.5,0.125,12.73,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1936,13.46,-0.382809,0,15.02,0,-2.36953,0,-1.89379,0.167,17.22,290.3,0,-88.3,0,12.72,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1937,13.43,-0.382810,0,15.01,0.004,-2.36953,0,-1.98849,0.174,17.19,290.1,0.141,-88.3,0.065,12.67,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1938,13.46,-0.344529,0.115,14.98,0.034,-2.36954,0,-2.01217,0.167,17.16,290.2,0.131,-88.2,0.122,12.65,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1939,12.94,-0.357290,0.095,14.9,0.01,-2.36954,0,-2.00033,0.171,17.13,290.1,0.165,-88.1,0,12.62,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1940,13.47,-0.382812,0,14.89,0,-2.36955,0,-2.04768,0.15,17.1,289.9,0.104,-88,0.104,12.58,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1941,13.47,-0.370052,0.069,14.89,0.003,-2.36955,0,-2.08319,0.121,17.06,290.1,0.15,-87.8,0.097,12.56,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1942,13.46,-0.382813,0,14.86,0.025,-2.36955,0,-1.94116,0.177,17.03,289.8,0.071,-87.8,0,12.52,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1943,13.46,-0.382813,0,14.79,0.018,-2.36956,0,-1.96484,0.177,17,289.8,0.112,-87.7,0.127,12.49,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1944,13.47,-0.357293,0.095,14.77,0,-2.36956,0,-2.03586,0.157,16.97,289.7,0.047,-87.6,0.047,12.45,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1945,12.96,-0.357293,0.095,14.75,0.021,-2.36956,0,-2.08321,0.121,16.94,289.7,0.124,-87.5,0.127,12.42,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1946,13.47,-0.370054,0.069,14.71,0.021,-2.36956,0,-2.02403,0.163,16.9,289.6,0.122,-87.4,0.122,12.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1947,13.48,-0.382815,0,14.67,0.013,-2.36957,0,-2.04770,0.15,16.87,289.6,0.108,-87.2,0.128,12.37,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1948,13.46,-0.382815,0,14.67,0,-2.36957,0,-1.95301,0.178,16.82,289.4,0,-87.3,0,12.34,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1949,13.48,-0.382816,0,14.65,0.024,-2.36957,0,-2.05954,0.142,16.79,289.5,0.135,-87.1,0.088,12.33,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1950,13.47,-0.382816,0,14.59,0.021,-2.36957,0,-1.98852,0.174,16.76,289.3,0.095,-87.1,0.078,12.29,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1951,13.46,-0.382816,0,14.6,0.056,-2.36958,0,-1.98853,0.174,16.72,289.3,0.132,-87.1,0.115,12.28,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1952,13.45,-0.382816,0,14.66,0.003,-2.36958,0,-1.92934,0.176,16.7,289.3,0.086,-87.1,0,12.28,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1953,13.44,-0.382817,0,14.64,0.017,-2.36958,0,-1.89384,0.167,16.67,289.1,0.138,-87.1,0,12.23,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1954,13.47,-0.382817,0,14.59,0.02,-2.36958,0,-1.94118,0.177,16.63,289.1,0.12,-86.9,0.127,12.21,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1955,13.49,-0.382817,0,14.57,0.01,-2.36958,0,-1.88200,0.163,16.6,289,0.121,-86.9,0.129,12.19,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1956,13.46,-0.382817,0,14.57,0.014,-2.36958,0,-1.85833,0.15,16.57,288.8,0.108,-87,0.097,12.18,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1957,13.47,-0.382817,0,14.54,0.015,-2.36958,0,-1.85833,0.15,16.55,288.7,0.13,-87,0.11,12.15,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1958,13.47,-0.382817,0,14.53,0.003,-2.36958,0,-1.85833,0.15,16.51,288.8,0.089,-86.8,0.088,12.13,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,1959,13.47,-0.382818,0,14.52,0.016,-2.36958,0,-1.82282,0.121,16.48,288.8,0.111,-86.8,0.116,12.13,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2000,13.47,-0.382818,0,14.47,0.021,-2.36958,0,-1.78731,0.064,16.45,288.7,0.15,-86.7,0.129,12.09,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2001,13.5,-0.382818,0,14.44,0.007,-2.36958,0,-1.84650,0.142,16.42,288.7,0.065,-86.5,0.065,12.06,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2002,13.47,-0.370057,0.069,14.43,0.012,-2.36958,0,-1.77548,0,16.4,288.5,0.134,-86.7,0.127,12.06,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2003,13.5,-0.382818,0,14.42,0.014,-2.36959,0,-1.77548,0,16.37,288.5,0.125,-86.7,0.125,12.06,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2004,13.46,-0.382818,0,14.4,0.002,-2.36959,0,-1.77548,0,16.33,288.6,0.085,-86.6,0.088,12.06,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2005,13.49,-0.382818,0,14.4,0,-2.36959,0,-1.77548,0,16.31,288.6,0.094,-86.5,0.065,12.05,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2006,13.51,-0.382820,0,14.39,0.02,-2.36959,0,-1.81099,0.107,16.28,288.4,0.116,-86.6,0.088,12.01,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2007,13.46,-0.382821,0,14.35,0.009,-2.36960,0,-1.77549,0,16.25,288.3,0.029,-86.5,0,11.99,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2008,13.49,-0.382823,0,14.32,0.023,-2.36962,0,-1.84652,0.142,16.22,288.2,0.114,-86.5,0.114,11.95,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2009,13.5,-0.382825,0,14.3,0.016,-2.36963,0,-1.89388,0.167,16.2,288.1,0.125,-86.4,0.125,11.93,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2010,13.5,-0.382828,0,14.28,0.001,-2.36965,0,-1.82287,0.121,16.17,288.1,0.13,-86.4,0.127,11.93,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2011,13.47,-0.382830,0,14.28,0,-2.36966,0,-1.77553,0,16.15,288,0.047,-86.5,0.047,11.93,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2012,13.49,-0.382834,0,14.28,0.005,-2.36969,0,-1.77555,0,16.12,288,0.167,-86.4,0.129,11.91,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2013,13.49,-0.382836,0,14.26,0.018,-2.36969,0,-1.78740,0.064,16.09,287.9,0.1,-86.3,0.088,11.87,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2014,12.99,-0.382840,0,14.23,0.011,-2.36972,0,-1.79925,0.089,16.07,287.7,0.103,-86.5,0.104,11.86,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2015,13.49,-0.382841,0,14.23,0.009,-2.36973,0,-1.79926,0.089,16.04,287.8,0.128,-86.4,0.128,11.86,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2016,13.49,-0.382845,0,14.2,0.017,-2.36975,0,-1.79928,0.089,16.02,287.9,0.029,-86.3,0,11.86,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2017,13.45,-0.382846,0,14.17,0.011,-2.36976,0,-1.82296,0.121,15.99,287.8,0.14,-86.3,0.151,11.84,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2018,13.5,-0.382850,0,14.17,0,-2.36979,0,-1.77563,0,15.97,287.5,0.153,-86.4,0.125,11.81,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2019,13.49,-0.382851,0,14.17,0,-2.36979,0,-1.77563,0,15.94,287.6,0.093,-86.3,0,11.81,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2020,12.96,-0.382855,0,14.17,0,-2.36982,0,-1.77565,0,15.92,287.6,0.105,-86.2,0.104,11.8,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2021,13.5,-0.382855,0,14.16,0.012,-2.36982,0,-1.78749,0.064,15.89,287.6,0.065,-86.3,0.065,11.8,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2022,13.5,-0.382859,0,14.15,0.018,-2.36984,0,-1.77567,0,15.87,287.6,0.065,-86.3,0.065,11.8,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2023,13.49,-0.382860,0,14.13,0.02,-2.36984,0,-1.77567,0,15.84,287.6,0.09,-86.2,0.088,11.8,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2024,13.46,-0.382863,0,14.11,0.018,-2.36986,0,-1.78752,0.064,15.82,287.8,0.059,-86,0,11.79,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2025,13.5,-0.382863,0,14.09,0.014,-2.36986,0,-1.77569,0,15.79,287.6,0.126,-86,0.097,11.74,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2026,12.98,-0.370103,0.069,14.06,0.016,-2.36988,0,-1.77570,0,15.77,287.5,0.107,-86,0.088,11.74,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2027,13.49,-0.382867,0,14.06,0.019,-2.36989,0,-1.77570,0,15.75,287.5,0.055,-86,0.001,11.74,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2028,13.49,-0.382871,0,14.05,0.01,-2.36991,0,-1.77572,0,15.73,287.5,0.082,-86,0.047,11.74,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2029,13.49,-0.382873,0,14.04,0.006,-2.36993,0,-1.77573,0,15.7,287.7,0.145,-85.9,0.124,11.74,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2030,13.45,-0.382877,0,14.04,0,-2.36995,0,-1.77575,0,15.68,287.5,0.174,-86,0.115,11.73,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2031,13.03,-0.382879,0,14.03,0.005,-2.36996,0,-1.77576,0,15.66,287.5,0.14,-85.9,0.122,11.72,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2032,12.99,-0.382882,0,14.03,0,-2.36998,0,-1.77577,0,15.63,287.5,0.135,-85.9,0.129,11.72,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2033,13.46,-0.382884,0,14.02,0.004,-2.37000,0,-1.77578,0,15.62,287.6,0.203,-85.8,0.178,11.71,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2034,13.49,-0.382887,0,14.02,0,-2.37001,0,-1.77580,0,15.59,287.7,0.195,-85.7,0.181,11.72,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2035,13.5,-0.382891,0,14.01,0.015,-2.37003,0,-1.77581,0,15.57,287.6,0.179,-85.6,0.128,11.68,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2036,13.49,-0.382893,0,13.98,0.011,-2.37005,0,-1.77583,0,15.55,287.4,0.107,-85.6,0.097,11.64,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2037,12.96,-0.382897,0,13.97,0.016,-2.37007,0,-1.77584,0,15.53,287.4,0.083,-85.5,0.078,11.63,0.003,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2038,12.98,-0.382899,0,13.95,0.012,-2.37009,0,-1.77585,0,15.51,287.4,0.029,-85.5,0,11.63,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2039,13.47,-0.382903,0,13.94,0.016,-2.37011,0,-1.77587,0,15.49,287.4,0.094,-85.5,0.065,11.62,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2040,13.47,-0.382905,0,13.9,0.014,-2.37012,0,-1.77588,0,15.47,287.3,0.139,-85.3,0.117,11.57,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2041,13.49,-0.382909,0,13.89,0.007,-2.37015,0,-1.77590,0,15.45,287.2,0.135,-85.5,0.001,11.59,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2042,13.5,-0.382911,0,13.89,0.013,-2.37016,0,-1.77591,0,15.43,287.4,0.103,-85.5,0.097,11.61,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2043,12.97,-0.382915,0,13.88,0.001,-2.37018,0,-1.77592,0,15.41,287.5,0.129,-85.1,0.129,11.57,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2044,13.06,-0.382916,0,13.88,0,-2.37019,0,-1.77593,0,15.39,287.6,0.029,-85,0,11.56,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2045,13.47,-0.382920,0,13.88,0.005,-2.37021,0,-1.77595,0,15.38,287.5,0.084,-85,0.088,11.55,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2046,13.45,-0.382920,0,13.88,0.007,-2.37022,0,-1.77595,0,15.36,287.5,0.029,-85,0,11.55,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2047,13.49,-0.382924,0,13.87,0.012,-2.37024,0,-1.77597,0,15.34,287.5,0.003,-85,0,11.55,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2048,13.51,-0.382924,0,13.85,0.016,-2.37024,0,-1.77597,0,15.32,287.5,0.107,-85,0.047,11.53,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2049,12.96,-0.382928,0,13.83,0.016,-2.37026,0,-1.77598,0,15.3,287.5,0.086,-85,0,11.54,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2050,13.35,-0.382928,0,13.83,0.013,-2.37026,0,-1.77599,0,15.29,287.5,0.076,-85,0,11.54,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2051,13.51,-0.382931,0,13.84,0.017,-2.37028,0,-1.77600,0,15.27,287.6,0.098,-85,0.097,11.55,0.005,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2052,13.51,-0.382931,0,13.83,0.016,-2.37029,0,-1.77600,0,15.24,287.6,0.1,-85,0.097,11.55,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2053,13.49,-0.382933,0,13.82,0.007,-2.3703,0,-1.77601,0,15.24,287.6,0.128,-84.9,0.129,11.54,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2054,13.49,-0.382934,0,13.81,0.013,-2.37030,0,-1.77601,0,15.21,287.5,0.158,-84.7,0.105,11.5,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2055,12.96,-0.382936,0,13.8,0.017,-2.37031,0,-1.77602,0,15.19,287.5,0.159,-84.8,0.119,11.52,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2056,13.48,-0.382936,0,13.79,0.022,-2.37032,0,-1.77603,0,15.18,287.7,0.171,-84.7,0.195,11.53,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2057,13.48,-0.382938,0,13.78,0.02,-2.37033,0,-1.77603,0,15.16,287.7,0.132,-84.7,0.136,11.51,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2058,13.49,-0.382938,0,13.76,0.007,-2.37033,0,-1.77604,0,15.14,287.7,0.088,-84.5,0.088,11.48,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2059,13.49,-0.382939,0,13.76,0,-2.37034,0,-1.77604,0,15.13,287.8,0.128,-84.4,0.128,11.48,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2100,13.48,-0.382940,0,13.76,0.003,-2.37034,0,-1.77604,0,15.12,287.9,0.104,-84.3,0.111,11.48,0.004,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2101,13.51,-0.382941,0,13.75,0,-2.37035,0,-1.77605,0,15.1,288.1,0.112,-84,0.065,11.46,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2102,13.49,-0.382941,0,13.75,0.007,-2.37035,0,-1.77605,0,15.09,287.9,0.096,-84,0,11.43,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2103,13.49,-0.382942,0,13.74,0.016,-2.37035,0,-1.77605,0,15.07,287.7,0.129,-84.1,0.129,11.42,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2104,13.47,-0.382943,0,13.69,0.026,-2.37036,0,-1.77605,0,15.05,287.8,0.164,-83.8,0.128,11.39,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2105,13.5,-0.382943,0,13.66,0.015,-2.37036,0,-1.77606,0,15.04,287.6,0.125,-83.9,0.125,11.35,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2106,13.49,-0.382945,0,13.66,0.016,-2.37037,0,-1.77607,0,15.03,287.6,0.247,-83.9,0.242,11.35,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2107,13.49,-0.382947,0,13.64,0.007,-2.37038,0,-1.77607,0,15.01,287.7,0.171,-83.6,0.125,11.32,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2108,13.5,-0.382948,0,13.63,0.008,-2.37039,0,-1.78792,0.064,15,287.5,0.204,-83.6,0.128,11.27,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2109,13.5,-0.382949,0,13.58,0.025,-2.37040,0,-1.77608,0,14.98,287.4,0.054,-83.4,0.047,11.23,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2110,13.49,-0.38295,0,13.53,0.014,-2.37040,0,-1.77609,0,14.96,287.4,0.115,-83.3,0.204,11.2,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2111,13.49,-0.382950,0,13.52,0,-2.37040,0,-1.77609,0,14.95,287.4,0.126,-83.1,0.115,11.17,0.022,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2112,13.47,-0.382953,0,13.52,0.015,-2.37042,0,-1.77610,0,14.93,287.4,0.136,-82.9,0.117,11.11,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2113,13.48,-0.382954,0,13.46,0.029,-2.37043,0,-1.77611,0,14.91,287.5,0.143,-82.6,0.217,11.07,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2114,13.47,-0.382956,0,13.41,0,-2.37044,0,-1.77611,0,14.9,287.4,0.158,-82.4,0.082,11.03,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2115,13.51,-0.382956,0,13.39,0.027,-2.37044,0,-1.79980,0.089,14.88,287.4,0.201,-82.2,0.201,10.98,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2116,13.48,-0.382957,0,13.33,0.024,-2.32529,0.115,-1.77612,0,14.85,287.5,0.154,-82,0.158,10.98,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2117,13.48,-0.382957,0,13.3,0.007,-2.30272,0.135,-1.77612,0,14.84,287.4,0.194,-81.9,0.146,10.93,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2118,13.52,-0.382957,0,13.3,0,-2.35916,0.061,-1.77612,0,14.81,287.4,0.177,-81.7,0.157,10.89,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2119,13.5,-0.382957,0,13.29,0.012,-2.35916,0.061,-1.77612,0,14.8,287.3,0.203,-81.7,0.221,10.86,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2120,13.53,-0.382960,0,13.26,0.018,-2.28016,0.15,-1.77613,0,14.78,287.3,0.223,-81.5,0.125,10.83,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2121,13.49,-0.38296,0,13.22,0.027,-2.28016,0.15,-1.77614,0,14.75,287.1,0.156,-81.5,0.17,10.8,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2122,13.49,-0.382963,0,13.19,0.015,-2.32533,0.115,-1.77615,0,14.74,287,0.102,-81.6,0.093,10.8,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2123,13.52,-0.382964,0,13.19,0.011,-2.31405,0.126,-1.77615,0,14.72,287,0.103,-81.7,0.093,10.8,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2124,13.51,-0.382965,0,13.19,0.013,-2.34792,0.084,-1.77616,0,14.7,286.9,0.155,-81.7,0.151,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2125,13.51,-0.382965,0,13.18,0.009,-2.37050,0,-1.77616,0,14.68,287.1,0.144,-81.6,0.178,10.81,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2126,13.51,-0.382966,0,13.18,0,-2.37050,0,-1.77616,0,14.66,287.2,0.07,-81.4,0.065,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2127,13.51,-0.382966,0,13.18,0.003,-2.35921,0.061,-1.77616,0,14.65,287.1,0.132,-81.5,0.133,10.79,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2128,13.53,-0.382968,0,13.17,0.005,-2.37051,0,-1.77617,0,14.63,286.8,0.131,-81.8,0.127,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2129,13.53,-0.382968,0,13.17,0.012,-2.37051,0,-1.77617,0,14.61,287.1,0.105,-81.4,0.104,10.79,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2130,13.53,-0.382968,0,13.16,0.013,-2.37052,0,-1.77617,0,14.59,287.2,0.041,-81.4,0,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2131,13.5,-0.382968,0,13.14,0.013,-2.34794,0.084,-1.77617,0,14.57,287.2,0.065,-81.4,0.047,10.79,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2132,12.96,-0.382968,0,13.16,0.012,-2.37051,0,-1.77617,0,14.56,286.8,0.133,-81.8,0.133,10.8,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2133,13.07,-0.382967,0,13.14,0.025,-2.37051,0,-1.77617,0,14.54,287,0.187,-81.6,0.198,10.79,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2134,13.5,-0.382967,0,13.12,0.02,-2.35922,0.061,-1.77617,0,14.52,286.8,0.151,-81.7,0.125,10.79,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2135,13.51,-0.382966,0,13.12,0.019,-2.37050,0,-1.77616,0,14.51,286.8,0.128,-81.7,0.125,10.78,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2136,13.52,-0.382966,0,13.13,0.015,-2.34792,0.084,-1.77616,0,14.49,286.8,0.125,-81.9,0.088,10.81,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2137,13.51,-0.382964,0,13.14,0.014,-2.37049,0,-1.77616,0,14.47,286.9,0.031,-81.9,0,10.83,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2138,13.52,-0.382964,0,13.15,0.014,-2.37049,0,-1.77615,0,14.46,286.9,0.049,-81.9,0,10.84,0.009,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2139,13.51,-0.382963,0,13.15,0.007,-2.37048,0,-1.77615,0,14.44,287,0.151,-82,0.185,10.86,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2140,13.03,-0.382962,0,13.15,0,-2.37048,0,-1.77615,0,14.43,287.1,0.084,-81.9,0.078,10.89,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2141,13.51,-0.382963,0,13.14,0.003,-2.37048,0,-1.77615,0,14.42,287.2,0.073,-81.9,0.065,10.88,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2142,13.54,-0.382963,0,13.14,0,-2.37049,0,-1.77615,0,14.4,287.1,0.121,-82,0.119,10.88,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2143,13.53,-0.382963,0,13.14,0.002,-2.37049,0,-1.77615,0,14.39,287.3,0.157,-81.8,0.146,10.88,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2144,13.52,-0.382963,0,13.14,0,-2.35920,0.061,-1.77615,0,14.37,287.2,0.165,-82,0.129,10.91,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2145,13.53,-0.382965,0,13.13,0.001,-2.37050,0,-1.77616,0,14.37,287.6,0.199,-81.7,0.195,10.93,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2146,13.53,-0.382965,0,13.13,0,-2.37050,0,-1.77616,0,14.35,287.4,0.113,-81.8,0.11,10.91,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2147,13.52,-0.382969,0,13.13,0,-2.37052,0,-1.77617,0,14.34,287.3,0.072,-81.7,0.065,10.87,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2148,13.53,-0.382969,0,13.13,0.008,-2.37052,0,-1.77617,0,14.32,287.3,0.15,-81.5,0.129,10.84,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2149,13.53,-0.382970,0,13.12,0.013,-2.37052,0,-1.77618,0,14.32,287.3,0.136,-81.4,0.122,10.82,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2150,12.99,-0.382970,0,13.1,0.012,-2.34795,0.084,-1.77618,0,14.3,287.3,0.104,-81.3,0.11,10.8,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2151,13.53,-0.382972,0,13.09,0.017,-2.37054,0,-1.77619,0,14.3,287.2,0.065,-81.4,0.065,10.8,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2152,13.51,-0.382973,0,13.06,0.025,-2.37054,0,-1.77620,0,14.28,287.3,0.13,-81.3,0.115,10.79,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2153,13.51,-0.382976,0,13.02,0.022,-2.37056,0,-1.77621,0,14.28,287.3,0.143,-81.2,0.11,10.78,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2154,13.52,-0.382977,0,13.02,0.016,-2.35928,0.061,-1.77621,0,14.26,287.2,0.127,-81.4,0.078,10.78,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2155,13,-0.382979,0,13.02,0.018,-2.37058,0,-1.77622,0,14.25,287.2,0.151,-81.3,0.128,10.77,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2156,13.07,-0.382980,0,13.01,0.016,-2.37059,0,-1.77623,0,14.24,287.2,0.131,-81.1,0.082,10.75,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2157,13.52,-0.382983,0,13.01,0.01,-2.37061,0,-1.77624,0,14.23,287.3,0.115,-81.1,0.065,10.77,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2158,13.49,-0.382983,0,13,0.005,-2.37061,0,-1.77624,0,14.22,287.5,0.143,-80.9,0.104,10.75,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2159,13.53,-0.382984,0,13.01,0.01,-2.26901,0.155,-1.77625,0,14.21,287.3,0.119,-81.3,0.16,10.78,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2200,13.53,-0.382985,0,13.01,0.015,-2.31417,0.126,-1.77625,0,14.2,287.3,0.147,-81.3,0.127,10.79,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2201,12.99,-0.382986,0,13.01,0.013,-2.34804,0.084,-1.77625,0,14.18,287.3,0.139,-81.3,0.11,10.8,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2202,13.51,-0.382987,0,13.01,0.018,-2.33676,0.102,-1.77626,0,14.18,287.4,0.148,-81.4,0.17,10.83,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2203,13.53,-0.382988,0,13.03,0.018,-2.33677,0.102,-1.77626,0,14.18,287.3,0.108,-81.6,0.104,10.86,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2204,13.55,-0.382989,0,13.04,0.017,-2.37065,0,-1.77627,0,14.16,287.6,0.118,-81.3,0.119,10.85,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2205,13.52,-0.382990,0,13.02,0.016,-2.37065,0,-1.77628,0,14.16,287.6,0.164,-81.2,0.173,10.83,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2206,13.52,-0.382992,0,13.04,0.022,-2.32551,0.115,-1.77628,0,14.14,287.5,0.083,-81.5,0.142,10.87,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2207,12.98,-0.382993,0,13.1,0.02,-2.37067,0,-1.77629,0,14.13,287.6,0.191,-81.6,0.191,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2208,13.49,-0.382995,0,13.11,0.013,-2.3481,0.084,-1.77630,0,14.13,287.7,0.128,-81.5,0.128,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2209,13.51,-0.382995,0,13.12,0,-2.35939,0.061,-1.77630,0,14.12,287.7,0.127,-81.5,0.127,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2210,13.53,-0.382997,0,13.12,0,-2.35940,0.061,-1.77631,0,14.11,287.6,0.093,-81.6,0.093,10.91,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2211,13.51,-0.382997,0,13.11,0.005,-2.37070,0,-1.77631,0,14.11,287.7,0.115,-81.5,0.115,10.91,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2212,13.49,-0.382999,0,13.11,0.007,-2.37071,0,-1.77632,0,14.09,287.6,0.156,-81.4,0.047,10.88,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2213,13.02,-0.383000,0,13.1,0.015,-2.37071,0,-1.77632,0,14.09,287.4,0.149,-81.5,0.128,10.87,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2214,13.52,-0.383001,0,13.08,0.022,-2.37072,0,-1.77633,0,14.09,287.5,0.047,-81.4,0.065,10.85,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2215,13.51,-0.383001,0,13.05,0.017,-2.37072,0,-1.77633,0,14.09,287.4,0.029,-81.4,0,10.84,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2216,13.49,-0.383003,0,13.04,0.016,-2.35944,0.061,-1.77634,0,14.07,287.5,0.088,-81.4,0.088,10.84,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2217,13.51,-0.383003,0,13.04,0.019,-2.33686,0.102,-1.77634,0,14.06,287.4,0.142,-81.5,0.128,10.85,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2218,13.02,-0.383005,0,13.02,0.016,-2.37074,0,-1.77634,0,14.06,287.5,0.029,-81.4,0,10.85,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2219,13.53,-0.383005,0,13.01,0.017,-2.31430,0.126,-1.77634,0,14.04,287.5,0.071,-81.4,0.065,10.85,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2220,13.53,-0.383006,0,13,0.015,-2.37075,0,-1.77635,0,14.04,287.4,0.196,-81.3,0.129,10.81,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2221,13.54,-0.383006,0,13,0.012,-2.37075,0,-1.77635,0,14.04,287.5,0.146,-81,0.145,10.78,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2222,13.51,-0.383007,0,13,0.005,-2.28044,0.15,-1.77635,0,14.01,287.3,0.175,-81.1,0.211,10.76,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2223,13.5,-0.383007,0,13,0,-2.3256,0.115,-1.77635,0,14.01,287.3,0.142,-81.1,0.152,10.75,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2224,12.98,-0.383008,0,12.99,0.009,-2.28045,0.15,-1.77636,0,13.99,287.4,0.12,-80.9,0.047,10.73,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2225,13.52,-0.383008,0,12.97,0.022,-2.31432,0.126,-1.77636,0,13.99,287.5,0.207,-80.7,0.231,10.72,0.011,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2226,13.52,-0.383009,0,12.93,0.013,-2.20143,0.169,-1.77636,0,13.99,287.6,0.174,-80.5,0.145,10.71,0.014,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2227,13.52,-0.383009,0,12.91,0.014,-2.25787,0.16,-1.77636,0,13.97,287.3,0.198,-80.6,0.146,10.66,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2228,13.52,-0.383010,0,12.89,0.01,-2.37077,0,-1.77637,0,13.96,287.4,0.118,-80.3,0.078,10.63,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2229,13.51,-0.383010,0,12.86,0.008,-2.37077,0,-1.77637,0,13.95,287.2,0.135,-80.3,0.136,10.57,0.032,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2230,13.52,-0.383010,0,12.79,0.028,-2.37077,0,-1.89479,0.167,13.94,287.1,0.204,-79.84,0.288,10.49,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2231,13.52,-0.383010,0,12.74,0.021,-2.37078,0,-2.1198,0.064,13.92,286.9,0.136,-79.75,0.122,10.42,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2232,13.52,-0.383011,0,12.66,0.025,-2.37078,0,-2.14349,0.064,13.91,287,0.159,-79.39,0.115,10.37,0.033,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2233,13.05,-0.383011,0,12.61,0.026,-2.37078,0,-2.21454,0.15,13.9,286.8,0.188,-79.04,0.221,10.26,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2234,12.99,-0.383011,0,12.52,0.021,-2.37078,0,-2.13165,0,13.89,286.6,0.102,-78.75,0.104,10.18,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2235,13.51,-0.383011,0,12.45,0.042,-2.37078,0,-2.07244,0.132,13.87,286.6,0.125,-78.37,0.122,10.1,0.031,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2236,13.53,-0.383012,0,12.4,0.015,-2.37078,0,-1.94217,0.177,13.85,286.5,0.117,-78.19,0.125,10.04,0.036,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2237,13.53,-0.383012,0,12.34,0.025,-2.37078,0,-1.77638,0,13.84,286.4,0.148,-77.94,0.122,9.97,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2238,13.54,-0.383012,0,12.26,0.024,-2.32563,0.115,-1.77638,0,13.82,286.4,0.124,-77.66,0.127,9.91,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2239,12.99,-0.383012,0,12.22,0.024,-2.24660,0.163,-1.77638,0,13.8,286.1,0.106,-77.6,0.142,9.85,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2240,13.53,-0.383012,0,12.15,0.017,-2.23531,0.166,-1.77638,0,13.78,286.4,0.047,-77.25,0.047,9.84,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2241,13.53,-0.383012,0,12.12,0.019,-2.19016,0.169,-1.77638,0,13.76,286,0.205,-77.22,0.078,9.76,0.04,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2242,13.51,-0.383012,0,12.07,0.025,-2.26918,0.155,-1.77638,0,13.74,285.8,0.119,-77.17,0.119,9.71,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2243,13.53,-0.383012,0,12.02,0.018,-2.31434,0.126,-1.77638,0,13.72,286,0.114,-76.77,0.19,9.67,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2244,13.53,-0.383012,0,11.98,0.017,-2.12242,0.15,-1.77638,0,13.71,286.2,0.078,-76.49,0.078,9.64,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2245,13,-0.383015,0,11.93,0.026,-2.22404,0.168,-1.77639,0,13.68,286,0.12,-76.34,0.13,9.59,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2246,13.49,-0.383015,0,11.9,0.001,-2.07728,0.115,-1.77639,0,13.66,286.2,0.137,-76.11,0.125,9.57,0.01,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2247,13.49,-0.383017,0,11.87,0.027,-2.07729,0.115,-1.77640,0,13.65,286,0.143,-76.05,0.127,9.52,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2248,13.53,-0.383017,0,11.84,0.012,-2.04342,0.061,-1.77640,0,13.62,286.1,0.215,-75.93,0.176,9.52,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2249,13.51,-0.383020,0,11.81,0.018,-2.08860,0.126,-1.77642,0,13.61,286.3,0.136,-75.67,0.078,9.51,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2250,13.5,-0.383021,0,11.76,0.015,-2.02086,0.107,-1.72905,0.121,13.59,286.1,0.122,-75.6,0.155,9.47,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2251,13.03,-0.383025,0,11.75,0.008,-1.88540,0.168,-1.51589,0.157,13.56,286.2,0.193,-75.58,0.128,9.48,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2252,13.55,-0.383026,0,11.75,0.011,-1.77251,0.143,-1.45668,0.107,13.52,286.3,0.133,-75.61,0.136,9.49,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2253,13.53,-0.383027,0,11.74,0.012,-1.86284,0.169,-1.46853,0.121,13.5,286.3,0.154,-75.51,0.136,9.48,0.016,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2254,13.53,-0.383028,0,11.72,0.017,-1.97574,0.126,-1.57512,0.176,13.49,286.3,0.168,-75.54,0.127,9.48,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2255,13.53,-0.383028,0,11.71,0,-1.98703,0.115,-1.64618,0.171,13.47,286.5,0.197,-75.36,0.166,9.48,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2256,13,-0.383030,0,11.71,0.009,-1.76124,0.135,-1.33826,0.176,13.45,286.5,0.158,-75.41,0.14,9.51,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2257,13.52,-0.383031,0,11.74,0.018,-1.82898,0.166,-1.36196,0.132,13.43,286.5,0.158,-75.53,0.125,9.52,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2258,13.54,-0.383033,0,11.74,0.012,-1.87415,0.169,-1.38565,0.107,13.41,286.6,0.112,-75.62,0.119,9.55,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2259,13.5,-0.383035,0,11.74,0.011,-1.87416,0.169,-1.37381,0.121,13.4,286.6,0.105,-75.67,0.078,9.57,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2300,13.53,-0.383037,0,11.8,0.014,-1.72740,0.102,-1.17248,0.163,13.38,286.7,0.127,-75.81,0.129,9.62,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2301,13.54,-0.383039,0,11.84,0.018,-1.70483,0.061,-1.18433,0.167,13.37,286.7,0.119,-76.07,0.198,9.66,0.03,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2302,13.03,-0.383041,0,11.88,0.011,-1.80645,0.16,-1.25540,0.177,13.35,286.7,0.063,-76.22,0.046,9.69,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2303,13.53,-0.383043,0,11.89,0.009,-1.88549,0.168,-1.37384,0.121,13.34,286.8,0.182,-76.52,0.165,9.76,0.041,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2304,13.55,-0.383046,0,11.95,0.014,-1.94196,0.15,-1.42123,0,13.33,286.8,0.047,-76.72,0.047,9.82,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2305,13.54,-0.383047,0,11.99,0.019,-1.84035,0.168,-1.39754,0.089,13.31,286.7,0.125,-77.06,0.211,9.87,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2306,13.53,-0.383050,0,12.02,0.023,-1.97585,0.126,-1.42124,0.092,13.3,286.8,0.138,-77.29,0.088,9.93,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2307,13.53,-0.383051,0,12.07,0.017,-2.08876,0.126,-1.64628,0.171,13.3,286.9,0.135,-77.33,0.119,9.95,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2308,13.53,-0.383054,0,12.1,0.015,-2.22426,0.168,-1.76472,0.064,13.29,287,0.154,-77.56,0.097,10.01,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2309,13.5,-0.383054,0,12.11,0.014,-2.26943,0.155,-1.77657,0,13.28,286.8,0.121,-77.71,0.11,10.01,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2310,13.03,-0.383057,0,12.12,0.012,-2.21299,0.169,-1.77659,0,13.28,286.9,0.146,-77.82,0.169,10.05,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2311,13.54,-0.383058,0,12.18,0.018,-2.22429,0.168,-1.76474,0.064,13.28,286.9,0.176,-78,0.219,10.07,0.024,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2312,13.51,-0.383060,0,12.21,0.01,-2.08881,0.126,-1.76476,0.064,13.26,286.9,0.155,-78.33,0.118,10.15,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2313,13.53,-0.383061,0,12.26,0.02,-2.06623,0.102,-1.63447,0.174,13.26,286.8,0.146,-78.73,0.152,10.2,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2314,13.53,-0.383063,0,12.3,0.017,-2.17916,0.168,-1.77661,0,13.26,287,0.142,-78.81,0,10.26,0.028,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2315,13.54,-0.383063,0,12.32,0.015,-2.22432,0.168,-1.76477,0.064,13.26,287.3,0.125,-78.72,0.125,10.3,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2316,13.5,-0.383065,0,12.33,0.005,-2.22433,0.168,-1.77662,0,13.28,287.2,0.088,-78.78,0.088,10.29,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2317,13.54,-0.383066,0,12.34,0.013,-2.23563,0.166,-1.77663,0,13.24,287.4,0.181,-78.85,0.146,10.33,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2318,13.53,-0.383067,0,12.38,0.02,-2.30338,0.135,-1.77663,0,13.23,287.5,0.128,-78.8,0.125,10.36,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2319,13.52,-0.383068,0,12.4,0.014,-2.35984,0.061,-1.77663,0,13.24,287.4,0.134,-78.88,0.133,10.36,0.007,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2320,13.56,-0.383069,0,12.41,0.013,-2.33726,0.102,-1.77664,0,13.26,287.6,0.195,-78.66,0.185,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2321,13.53,-0.383069,0,12.41,0.001,-2.33727,0.102,-1.77664,0,13.26,287.6,0.189,-78.71,0.172,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2322,13.54,-0.383070,0,12.42,0,-2.29211,0.143,-1.77665,0,13.24,287.6,0.126,-78.69,0.129,10.35,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2323,13.51,-0.383071,0,12.41,0.003,-2.20178,0.169,-1.76480,0.064,13.23,287.6,0.191,-78.69,0.174,10.36,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2324,13.49,-0.383072,0,12.41,0.009,-2.05500,0.15,-1.67005,0.163,13.23,287.6,0.164,-78.92,0.127,10.4,0.015,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2325,13.51,-0.383072,0,12.43,0.02,-1.98726,0.115,-1.55161,0.171,13.23,287.7,0.143,-78.84,0.14,10.41,0.002,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2326,13.56,-0.383073,0,12.44,0.012,-2.16792,0.188,-1.68190,0.157,13.23,287.8,0.157,-78.74,0.176,10.41,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2327,13.51,-0.383073,0,12.44,0.012,-2.11146,0.143,-1.68190,0.157,13.23,287.9,0.145,-78.77,0.135,10.43,0.025,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2328,13.57,-0.383074,0,12.45,0.017,-2.24696,0.163,-1.77666,0,13.23,287.9,0.155,-78.82,0.125,10.44,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2329,13.53,-0.383074,0,12.45,0.017,-2.25826,0.16,-1.76482,0.064,13.23,288,0.113,-78.8,0.065,10.44,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2330,13.04,-0.383074,0,12.44,0.01,-2.37117,0,-1.77666,0,13.23,287.8,0.074,-78.84,0.078,10.41,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2331,13.52,-0.383075,0,12.45,0.014,-2.37117,0,-1.77667,0,13.22,287.8,0.148,-78.81,0.116,10.42,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2332,13.53,-0.383075,0,12.45,0.014,-2.32601,0.115,-1.77667,0,13.21,287.9,0.179,-78.7,0.186,10.41,0.012,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2333,13.53,-0.383075,0,12.46,0.019,-2.11148,0.143,-1.71745,0.132,13.21,288,0.183,-78.8,0.047,10.45,0.037,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2334,13.53,-0.383076,0,12.47,0.018,-2.26956,0.155,-1.77667,0,13.21,288.2,0.163,-78.65,0.183,10.47,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2335,13.53,-0.383076,0,12.44,0.014,-2.37118,0,-1.77667,0,13.21,288.3,0.088,-78.34,0.097,10.41,0.027,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2336,13.53,-0.383076,0,12.43,0.019,-2.35989,0.061,-1.77667,0,13.21,288.3,0.103,-78.27,0.103,10.4,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2337,13.54,-0.383076,0,12.42,0.02,-2.31473,0.126,-1.77667,0,13.21,288.1,0.132,-78.43,0.129,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2338,13.53,-0.383076,0,12.41,0.014,-2.31473,0.126,-1.76483,0.064,13.21,288.4,0.163,-78.1,0.128,10.38,0.017,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2339,13.54,-0.383077,0,12.4,0.016,-2.05503,0.122,-1.53979,0.168,13.21,288.2,0.194,-78.35,0.194,10.39,0.001,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2340,13.56,-0.383077,0,12.4,0.014,-2.13407,0.155,-1.75299,0.089,13.21,288.5,0.209,-77.99,0.202,10.38,0.019,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2341,13.54,-0.383077,0,12.39,0.01,-2.35990,0.061,-1.77668,0,13.21,288.4,0.084,-77.75,0.078,10.33,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2342,13.53,-0.383077,0,12.33,0.027,-2.37119,0,-1.77668,0,13.21,288.2,0.171,-77.71,0.149,10.28,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2343,13.02,-0.383077,0,12.3,0.013,-2.37119,0,-1.77668,0,13.21,288.2,0.119,-77.59,0.119,10.26,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2344,13.56,-0.383077,0,12.26,0.015,-2.37119,0,-1.77668,0,13.2,288,0.116,-77.43,0.122,10.18,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2345,13.52,-0.383077,0,12.2,0.029,-2.37119,0,-1.77668,0,13.19,288,0.109,-77.18,0.119,10.13,0.008,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2346,13.51,-0.383077,0,12.14,0.019,-2.37119,0,-1.80037,0.089,13.19,287.9,0.121,-76.88,0.129,10.07,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2347,13.53,-0.383078,0,12.08,0.028,-2.37119,0,-1.78852,0.064,13.19,287.7,0.07,-76.76,0.065,10,0.006,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2348,13.54,-0.383078,0,12.02,0.019,-2.37119,0,-1.84775,0.142,13.17,287.6,0.16,-76.63,0.128,9.95,0.02,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2349,13.01,-0.383078,0,11.96,0.024,-2.37119,0,-1.93066,0.176,13.16,287.5,0.135,-76.35,0.13,9.88,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2350,13.55,-0.383078,0,11.9,0.022,-2.37119,0,-1.93066,0.176,13.16,287.5,0.149,-76.07,0.158,9.82,0.021,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2351,13.53,-0.383078,0,11.84,0.026,-2.37119,0,-1.89513,0.168,13.14,287.4,0.16,-75.84,0.129,9.75,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2352,13.53,-0.383078,0,11.79,0.028,-2.32603,0.115,-1.87144,0.157,13.14,287.4,0.237,-75.65,0.123,9.71,0.035,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2353,13.54,-0.383078,0,11.72,0.031,-2.32603,0.115,-1.77668,0,13.12,287.2,0.148,-75.34,0.172,9.61,0.013,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2354,13.55,-0.383078,0,11.65,0.019,-2.20182,0.169,-1.77668,0,13.11,287.1,0.151,-75.18,0,9.58,0.029,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2355,12.95,-0.383078,0,11.61,0.029,-2.20182,0.169,-1.77668,0,13.09,287.3,0.138,-74.72,0.104,9.53,0.026,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2356,13.56,-0.395847,0.069,11.56,0.019,-2.11149,0.168,-1.77668,0,13.09,287.1,0.064,-74.68,0.065,9.48,0,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2357,13.53,-0.651233,0.176,11.52,0.013,-2.02116,0.061,-1.77668,0,13.07,286.9,0.118,-74.67,0,9.43,0.023,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2358,13.54,-0.740618,0.096,11.51,0.005,-1.98729,0.115,-1.77668,0,13.05,286.9,0.092,-74.67,0,9.42,0.018,-7999,-7999,-7999,-7999,0,-7999 +0,2019,319,2359,13.56,-0.740618,0.096,11.47,0.023,-2.10020,0.135,-1.77668,0,13.05,286.8,0.097,-74.67,0,9.41,0.019,-7999,-7999,-7999,-7999,0,-7999 diff --git a/pvlib/data/msn19056.dat b/pvlib/tests/data/msn19056.dat similarity index 100% rename from pvlib/data/msn19056.dat rename to pvlib/tests/data/msn19056.dat diff --git a/pvlib/data/precise_iv_curves1.json b/pvlib/tests/data/precise_iv_curves1.json similarity index 100% rename from pvlib/data/precise_iv_curves1.json rename to pvlib/tests/data/precise_iv_curves1.json diff --git a/pvlib/data/precise_iv_curves2.json b/pvlib/tests/data/precise_iv_curves2.json similarity index 100% rename from pvlib/data/precise_iv_curves2.json rename to pvlib/tests/data/precise_iv_curves2.json diff --git a/pvlib/data/precise_iv_curves_parameter_sets1.csv b/pvlib/tests/data/precise_iv_curves_parameter_sets1.csv similarity index 96% rename from pvlib/data/precise_iv_curves_parameter_sets1.csv rename to pvlib/tests/data/precise_iv_curves_parameter_sets1.csv index 11a0732eca..3d9a5357f7 100644 --- a/pvlib/data/precise_iv_curves_parameter_sets1.csv +++ b/pvlib/tests/data/precise_iv_curves_parameter_sets1.csv @@ -1,33 +1,33 @@ -Index,photocurrent,saturation_current,resistance_series,resistance_shunt,n,cells_in_series -1,1.0,5e-10,0.1,300,1.01,72 -2,1.0,5e-10,0.1,300,1.3,72 -3,1.0,5e-10,0.1,3000,1.01,72 -4,1.0,5e-10,0.1,3000,1.3,72 -5,1.0,5e-10,1.0,300,1.01,72 -6,1.0,5e-10,1.0,300,1.3,72 -7,1.0,5e-10,1.0,3000,1.01,72 -8,1.0,5e-10,1.0,3000,1.3,72 -9,1.0,3e-08,0.1,300,1.01,72 -10,1.0,3e-08,0.1,300,1.3,72 -11,1.0,3e-08,0.1,3000,1.01,72 -12,1.0,3e-08,0.1,3000,1.3,72 -13,1.0,3e-08,1.0,300,1.01,72 -14,1.0,3e-08,1.0,300,1.3,72 -15,1.0,3e-08,1.0,3000,1.01,72 -16,1.0,3e-08,1.0,3000,1.3,72 -17,8.0,5e-10,0.1,300,1.01,72 -18,8.0,5e-10,0.1,300,1.3,72 -19,8.0,5e-10,0.1,3000,1.01,72 -20,8.0,5e-10,0.1,3000,1.3,72 -21,8.0,5e-10,1.0,300,1.01,72 -22,8.0,5e-10,1.0,300,1.3,72 -23,8.0,5e-10,1.0,3000,1.01,72 -24,8.0,5e-10,1.0,3000,1.3,72 -25,8.0,3e-08,0.1,300,1.01,72 -26,8.0,3e-08,0.1,300,1.3,72 -27,8.0,3e-08,0.1,3000,1.01,72 -28,8.0,3e-08,0.1,3000,1.3,72 -29,8.0,3e-08,1.0,300,1.01,72 -30,8.0,3e-08,1.0,300,1.3,72 -31,8.0,3e-08,1.0,3000,1.01,72 -32,8.0,3e-08,1.0,3000,1.3,72 +Index,photocurrent,saturation_current,resistance_series,resistance_shunt,n,cells_in_series +1,1.0,5e-10,0.1,300,1.01,72 +2,1.0,5e-10,0.1,300,1.3,72 +3,1.0,5e-10,0.1,3000,1.01,72 +4,1.0,5e-10,0.1,3000,1.3,72 +5,1.0,5e-10,1.0,300,1.01,72 +6,1.0,5e-10,1.0,300,1.3,72 +7,1.0,5e-10,1.0,3000,1.01,72 +8,1.0,5e-10,1.0,3000,1.3,72 +9,1.0,3e-08,0.1,300,1.01,72 +10,1.0,3e-08,0.1,300,1.3,72 +11,1.0,3e-08,0.1,3000,1.01,72 +12,1.0,3e-08,0.1,3000,1.3,72 +13,1.0,3e-08,1.0,300,1.01,72 +14,1.0,3e-08,1.0,300,1.3,72 +15,1.0,3e-08,1.0,3000,1.01,72 +16,1.0,3e-08,1.0,3000,1.3,72 +17,8.0,5e-10,0.1,300,1.01,72 +18,8.0,5e-10,0.1,300,1.3,72 +19,8.0,5e-10,0.1,3000,1.01,72 +20,8.0,5e-10,0.1,3000,1.3,72 +21,8.0,5e-10,1.0,300,1.01,72 +22,8.0,5e-10,1.0,300,1.3,72 +23,8.0,5e-10,1.0,3000,1.01,72 +24,8.0,5e-10,1.0,3000,1.3,72 +25,8.0,3e-08,0.1,300,1.01,72 +26,8.0,3e-08,0.1,300,1.3,72 +27,8.0,3e-08,0.1,3000,1.01,72 +28,8.0,3e-08,0.1,3000,1.3,72 +29,8.0,3e-08,1.0,300,1.01,72 +30,8.0,3e-08,1.0,300,1.3,72 +31,8.0,3e-08,1.0,3000,1.01,72 +32,8.0,3e-08,1.0,3000,1.3,72 diff --git a/pvlib/data/precise_iv_curves_parameter_sets2.csv b/pvlib/tests/data/precise_iv_curves_parameter_sets2.csv similarity index 96% rename from pvlib/data/precise_iv_curves_parameter_sets2.csv rename to pvlib/tests/data/precise_iv_curves_parameter_sets2.csv index cf62bb1704..95bd326679 100644 --- a/pvlib/data/precise_iv_curves_parameter_sets2.csv +++ b/pvlib/tests/data/precise_iv_curves_parameter_sets2.csv @@ -1,33 +1,33 @@ -Index,photocurrent,saturation_current,resistance_series,resistance_shunt,n,cells_in_series -1,0.5,1e-09,0.1,300,1.3,140 -2,0.5,1e-09,0.1,300,1.5,140 -3,0.5,1e-09,0.1,3000,1.3,140 -4,0.5,1e-09,0.1,3000,1.5,140 -5,0.5,1e-09,1.0,300,1.3,140 -6,0.5,1e-09,1.0,300,1.5,140 -7,0.5,1e-09,1.0,3000,1.3,140 -8,0.5,1e-09,1.0,3000,1.5,140 -9,0.5,1e-08,0.1,300,1.3,140 -10,0.5,1e-08,0.1,300,1.5,140 -11,0.5,1e-08,0.1,3000,1.3,140 -12,0.5,1e-08,0.1,3000,1.5,140 -13,0.5,1e-08,1.0,300,1.3,140 -14,0.5,1e-08,1.0,300,1.5,140 -15,0.5,1e-08,1.0,3000,1.3,140 -16,0.5,1e-08,1.0,3000,1.5,140 -17,2.5,1e-09,0.1,300,1.3,140 -18,2.5,1e-09,0.1,300,1.5,140 -19,2.5,1e-09,0.1,3000,1.3,140 -20,2.5,1e-09,0.1,3000,1.5,140 -21,2.5,1e-09,1.0,300,1.3,140 -22,2.5,1e-09,1.0,300,1.5,140 -23,2.5,1e-09,1.0,3000,1.3,140 -24,2.5,1e-09,1.0,3000,1.5,140 -25,2.5,1e-08,0.1,300,1.3,140 -26,2.5,1e-08,0.1,300,1.5,140 -27,2.5,1e-08,0.1,3000,1.3,140 -28,2.5,1e-08,0.1,3000,1.5,140 -29,2.5,1e-08,1.0,300,1.3,140 -30,2.5,1e-08,1.0,300,1.5,140 -31,2.5,1e-08,1.0,3000,1.3,140 -32,2.5,1e-08,1.0,3000,1.5,140 +Index,photocurrent,saturation_current,resistance_series,resistance_shunt,n,cells_in_series +1,0.5,1e-09,0.1,300,1.3,140 +2,0.5,1e-09,0.1,300,1.5,140 +3,0.5,1e-09,0.1,3000,1.3,140 +4,0.5,1e-09,0.1,3000,1.5,140 +5,0.5,1e-09,1.0,300,1.3,140 +6,0.5,1e-09,1.0,300,1.5,140 +7,0.5,1e-09,1.0,3000,1.3,140 +8,0.5,1e-09,1.0,3000,1.5,140 +9,0.5,1e-08,0.1,300,1.3,140 +10,0.5,1e-08,0.1,300,1.5,140 +11,0.5,1e-08,0.1,3000,1.3,140 +12,0.5,1e-08,0.1,3000,1.5,140 +13,0.5,1e-08,1.0,300,1.3,140 +14,0.5,1e-08,1.0,300,1.5,140 +15,0.5,1e-08,1.0,3000,1.3,140 +16,0.5,1e-08,1.0,3000,1.5,140 +17,2.5,1e-09,0.1,300,1.3,140 +18,2.5,1e-09,0.1,300,1.5,140 +19,2.5,1e-09,0.1,3000,1.3,140 +20,2.5,1e-09,0.1,3000,1.5,140 +21,2.5,1e-09,1.0,300,1.3,140 +22,2.5,1e-09,1.0,300,1.5,140 +23,2.5,1e-09,1.0,3000,1.3,140 +24,2.5,1e-09,1.0,3000,1.5,140 +25,2.5,1e-08,0.1,300,1.3,140 +26,2.5,1e-08,0.1,300,1.5,140 +27,2.5,1e-08,0.1,3000,1.3,140 +28,2.5,1e-08,0.1,3000,1.5,140 +29,2.5,1e-08,1.0,300,1.3,140 +30,2.5,1e-08,1.0,300,1.5,140 +31,2.5,1e-08,1.0,3000,1.3,140 +32,2.5,1e-08,1.0,3000,1.5,140 diff --git a/pvlib/data/pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json b/pvlib/tests/data/pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json similarity index 100% rename from pvlib/data/pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json rename to pvlib/tests/data/pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json diff --git a/pvlib/data/pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv b/pvlib/tests/data/pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv similarity index 100% rename from pvlib/data/pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv rename to pvlib/tests/data/pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv diff --git a/pvlib/data/pvgis_tmy_meta.json b/pvlib/tests/data/pvgis_tmy_meta.json similarity index 100% rename from pvlib/data/pvgis_tmy_meta.json rename to pvlib/tests/data/pvgis_tmy_meta.json diff --git a/pvlib/data/pvgis_tmy_test.dat b/pvlib/tests/data/pvgis_tmy_test.dat similarity index 100% rename from pvlib/data/pvgis_tmy_test.dat rename to pvlib/tests/data/pvgis_tmy_test.dat diff --git a/pvlib/data/pvwatts_8760_rackmount.csv b/pvlib/tests/data/pvwatts_8760_rackmount.csv similarity index 100% rename from pvlib/data/pvwatts_8760_rackmount.csv rename to pvlib/tests/data/pvwatts_8760_rackmount.csv diff --git a/pvlib/data/pvwatts_8760_roofmount.csv b/pvlib/tests/data/pvwatts_8760_roofmount.csv similarity index 100% rename from pvlib/data/pvwatts_8760_roofmount.csv rename to pvlib/tests/data/pvwatts_8760_roofmount.csv diff --git a/pvlib/data/singleaxis_tracker_wslope.csv b/pvlib/tests/data/singleaxis_tracker_wslope.csv similarity index 100% rename from pvlib/data/singleaxis_tracker_wslope.csv rename to pvlib/tests/data/singleaxis_tracker_wslope.csv diff --git a/pvlib/data/spectrl2_example_spectra.csv b/pvlib/tests/data/spectrl2_example_spectra.csv similarity index 100% rename from pvlib/data/spectrl2_example_spectra.csv rename to pvlib/tests/data/spectrl2_example_spectra.csv diff --git a/pvlib/data/surfrad-slv16001.dat b/pvlib/tests/data/surfrad-slv16001.dat similarity index 100% rename from pvlib/data/surfrad-slv16001.dat rename to pvlib/tests/data/surfrad-slv16001.dat diff --git a/pvlib/data/test_psm3_2017.csv b/pvlib/tests/data/test_psm3_2017.csv similarity index 100% rename from pvlib/data/test_psm3_2017.csv rename to pvlib/tests/data/test_psm3_2017.csv diff --git a/pvlib/data/test_psm3_2019_5min.csv b/pvlib/tests/data/test_psm3_2019_5min.csv similarity index 100% rename from pvlib/data/test_psm3_2019_5min.csv rename to pvlib/tests/data/test_psm3_2019_5min.csv diff --git a/pvlib/data/test_psm3_tmy-2017.csv b/pvlib/tests/data/test_psm3_tmy-2017.csv similarity index 100% rename from pvlib/data/test_psm3_tmy-2017.csv rename to pvlib/tests/data/test_psm3_tmy-2017.csv diff --git a/pvlib/data/test_read_psm3.csv b/pvlib/tests/data/test_read_psm3.csv similarity index 100% rename from pvlib/data/test_read_psm3.csv rename to pvlib/tests/data/test_read_psm3.csv diff --git a/pvlib/data/test_read_pvgis_horizon.csv b/pvlib/tests/data/test_read_pvgis_horizon.csv similarity index 100% rename from pvlib/data/test_read_pvgis_horizon.csv rename to pvlib/tests/data/test_read_pvgis_horizon.csv diff --git a/pvlib/data/tmy_45.000_8.000_2005_2020.csv b/pvlib/tests/data/tmy_45.000_8.000_2005_2020.csv similarity index 100% rename from pvlib/data/tmy_45.000_8.000_2005_2020.csv rename to pvlib/tests/data/tmy_45.000_8.000_2005_2020.csv diff --git a/pvlib/data/tmy_45.000_8.000_2005_2020.epw b/pvlib/tests/data/tmy_45.000_8.000_2005_2020.epw similarity index 100% rename from pvlib/data/tmy_45.000_8.000_2005_2020.epw rename to pvlib/tests/data/tmy_45.000_8.000_2005_2020.epw diff --git a/pvlib/data/tmy_45.000_8.000_2005_2020.json b/pvlib/tests/data/tmy_45.000_8.000_2005_2020.json similarity index 100% rename from pvlib/data/tmy_45.000_8.000_2005_2020.json rename to pvlib/tests/data/tmy_45.000_8.000_2005_2020.json diff --git a/pvlib/data/tmy_45.000_8.000_2005_2020.txt b/pvlib/tests/data/tmy_45.000_8.000_2005_2020.txt similarity index 100% rename from pvlib/data/tmy_45.000_8.000_2005_2020.txt rename to pvlib/tests/data/tmy_45.000_8.000_2005_2020.txt diff --git a/pvlib/data/tmy_45.000_8.000_userhorizon.json b/pvlib/tests/data/tmy_45.000_8.000_userhorizon.json similarity index 100% rename from pvlib/data/tmy_45.000_8.000_userhorizon.json rename to pvlib/tests/data/tmy_45.000_8.000_userhorizon.json diff --git a/pvlib/tests/iotools/test_bsrn.py b/pvlib/tests/iotools/test_bsrn.py index 815b5d84c9..d2233c2880 100644 --- a/pvlib/tests/iotools/test_bsrn.py +++ b/pvlib/tests/iotools/test_bsrn.py @@ -7,7 +7,7 @@ import os import tempfile from pvlib.iotools import read_bsrn, get_bsrn -from ..conftest import (DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, +from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, requires_bsrn_credentials) @@ -33,7 +33,7 @@ def expected_index(): ('bsrn-lr0100-pay0616.dat'), ]) def test_read_bsrn(testfile, expected_index): - data, metadata = read_bsrn(DATA_DIR / testfile) + data, metadata = read_bsrn(TESTS_DATA_DIR / testfile) assert_index_equal(expected_index, data.index) assert 'ghi' in data.columns assert 'dni_std' in data.columns @@ -45,7 +45,7 @@ def test_read_bsrn(testfile, expected_index): def test_read_bsrn_logical_records(expected_index): # Test if logical records 0300 and 0500 are correct parsed # and that 0100 is not passed when not specified - data, metadata = read_bsrn(DATA_DIR / 'bsrn-pay0616.dat.gz', + data, metadata = read_bsrn(TESTS_DATA_DIR / 'bsrn-pay0616.dat.gz', logical_records=['0300', '0500']) assert_index_equal(expected_index, data.index) assert 'lwu' in data.columns @@ -57,13 +57,13 @@ def test_read_bsrn_logical_records(expected_index): def test_read_bsrn_bad_logical_record(): # Test if ValueError is raised if an unsupported logical record is passed with pytest.raises(ValueError, match='not in'): - read_bsrn(DATA_DIR / 'bsrn-lr0100-pay0616.dat', + read_bsrn(TESTS_DATA_DIR / 'bsrn-lr0100-pay0616.dat', logical_records=['dummy']) def test_read_bsrn_logical_records_not_found(): # Test if an empty dataframe is returned if specified LRs are not present - data, metadata = read_bsrn(DATA_DIR / 'bsrn-lr0100-pay0616.dat', + data, metadata = read_bsrn(TESTS_DATA_DIR / 'bsrn-lr0100-pay0616.dat', logical_records=['0300', '0500']) assert data.empty # assert that the dataframe is empty assert 'uva_global' in data.columns diff --git a/pvlib/tests/iotools/test_crn.py b/pvlib/tests/iotools/test_crn.py index 8d880e0432..f7069511ba 100644 --- a/pvlib/tests/iotools/test_crn.py +++ b/pvlib/tests/iotools/test_crn.py @@ -3,7 +3,7 @@ from numpy import dtype, nan import pytest from pvlib.iotools import crn -from ..conftest import DATA_DIR, assert_frame_equal, assert_index_equal +from ..conftest import TESTS_DATA_DIR, assert_frame_equal, assert_index_equal @pytest.fixture @@ -41,12 +41,12 @@ def dtypes(): @pytest.fixture def testfile(): - return DATA_DIR / 'CRNS0101-05-2019-AZ_Tucson_11_W.txt' + return TESTS_DATA_DIR / 'CRNS0101-05-2019-AZ_Tucson_11_W.txt' @pytest.fixture def testfile_problems(): - return DATA_DIR / 'CRN_with_problems.txt' + return TESTS_DATA_DIR / 'CRN_with_problems.txt' def test_read_crn(testfile, columns_mapped, dtypes): diff --git a/pvlib/tests/iotools/test_epw.py b/pvlib/tests/iotools/test_epw.py index f9e9ccba39..9664ffccee 100644 --- a/pvlib/tests/iotools/test_epw.py +++ b/pvlib/tests/iotools/test_epw.py @@ -1,9 +1,9 @@ import pytest from pvlib.iotools import epw -from ..conftest import DATA_DIR, RERUNS, RERUNS_DELAY +from ..conftest import TESTS_DATA_DIR, RERUNS, RERUNS_DELAY -epw_testfile = DATA_DIR / 'NLD_Amsterdam062400_IWEC.epw' +epw_testfile = TESTS_DATA_DIR / 'NLD_Amsterdam062400_IWEC.epw' def test_read_epw(): diff --git a/pvlib/tests/iotools/test_midc.py b/pvlib/tests/iotools/test_midc.py index 96992babba..1815987252 100644 --- a/pvlib/tests/iotools/test_midc.py +++ b/pvlib/tests/iotools/test_midc.py @@ -3,7 +3,7 @@ import pytz from pvlib.iotools import midc -from ..conftest import DATA_DIR, RERUNS, RERUNS_DELAY +from ..conftest import TESTS_DATA_DIR, RERUNS, RERUNS_DELAY @pytest.fixture @@ -17,10 +17,10 @@ def test_mapping(): } -MIDC_TESTFILE = DATA_DIR / 'midc_20181014.txt' -MIDC_RAW_TESTFILE = DATA_DIR / 'midc_raw_20181018.txt' +MIDC_TESTFILE = TESTS_DATA_DIR / 'midc_20181014.txt' +MIDC_RAW_TESTFILE = TESTS_DATA_DIR / 'midc_raw_20181018.txt' MIDC_RAW_SHORT_HEADER_TESTFILE = ( - DATA_DIR / 'midc_raw_short_header_20191115.txt') + TESTS_DATA_DIR / 'midc_raw_short_header_20191115.txt') # TODO: not used, remove? # midc_network_testfile = ('https://midcdmz.nrel.gov/apps/data_api.pl' diff --git a/pvlib/tests/iotools/test_panond.py b/pvlib/tests/iotools/test_panond.py index a692d3e119..fdb73866ae 100644 --- a/pvlib/tests/iotools/test_panond.py +++ b/pvlib/tests/iotools/test_panond.py @@ -3,10 +3,10 @@ """ from pvlib.iotools import read_panond -from pvlib.tests.conftest import DATA_DIR +from pvlib.tests.conftest import TESTS_DATA_DIR -PAN_FILE = DATA_DIR / 'ET-M772BH550GL.PAN' -OND_FILE = DATA_DIR / 'CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND' +PAN_FILE = TESTS_DATA_DIR / 'ET-M772BH550GL.PAN' +OND_FILE = TESTS_DATA_DIR / 'CPS SCH275KTL-DO-US-800-250kW_275kVA_1.OND' def test_read_panond(): diff --git a/pvlib/tests/iotools/test_psm3.py b/pvlib/tests/iotools/test_psm3.py index b68671696b..aec5355791 100644 --- a/pvlib/tests/iotools/test_psm3.py +++ b/pvlib/tests/iotools/test_psm3.py @@ -4,7 +4,7 @@ import os from pvlib.iotools import psm3 -from ..conftest import DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal +from ..conftest import TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal import numpy as np import pandas as pd import pytest @@ -13,10 +13,10 @@ import warnings from pvlib._deprecation import pvlibDeprecationWarning -TMY_TEST_DATA = DATA_DIR / 'test_psm3_tmy-2017.csv' -YEAR_TEST_DATA = DATA_DIR / 'test_psm3_2017.csv' -YEAR_TEST_DATA_5MIN = DATA_DIR / 'test_psm3_2019_5min.csv' -MANUAL_TEST_DATA = DATA_DIR / 'test_read_psm3.csv' +TMY_TEST_DATA = TESTS_DATA_DIR / 'test_psm3_tmy-2017.csv' +YEAR_TEST_DATA = TESTS_DATA_DIR / 'test_psm3_2017.csv' +YEAR_TEST_DATA_5MIN = TESTS_DATA_DIR / 'test_psm3_2019_5min.csv' +MANUAL_TEST_DATA = TESTS_DATA_DIR / 'test_read_psm3.csv' LATITUDE, LONGITUDE = 40.5137, -108.5449 METADATA_FIELDS = [ 'Source', 'Location ID', 'City', 'State', 'Country', 'Latitude', diff --git a/pvlib/tests/iotools/test_pvgis.py b/pvlib/tests/iotools/test_pvgis.py index 88a46ac5cc..960d7ee126 100644 --- a/pvlib/tests/iotools/test_pvgis.py +++ b/pvlib/tests/iotools/test_pvgis.py @@ -10,16 +10,16 @@ from pvlib.iotools import get_pvgis_tmy, read_pvgis_tmy from pvlib.iotools import get_pvgis_hourly, read_pvgis_hourly from pvlib.iotools import get_pvgis_horizon -from ..conftest import (DATA_DIR, RERUNS, RERUNS_DELAY, assert_frame_equal, +from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_frame_equal, assert_series_equal) # PVGIS Hourly tests # The test files are actual files from PVGIS where the data section have been # reduced to only a few lines -testfile_radiation_csv = DATA_DIR / \ +testfile_radiation_csv = TESTS_DATA_DIR / \ 'pvgis_hourly_Timeseries_45.000_8.000_SA_30deg_0deg_2016_2016.csv' -testfile_pv_json = DATA_DIR / \ +testfile_pv_json = TESTS_DATA_DIR / \ 'pvgis_hourly_Timeseries_45.000_8.000_SA2_10kWp_CIS_5_2a_2013_2014.json' index_radiation_csv = \ @@ -304,12 +304,12 @@ def test_read_pvgis_hourly_empty_file(): # PVGIS TMY tests @pytest.fixture def expected(): - return pd.read_csv(DATA_DIR / 'pvgis_tmy_test.dat', index_col='time(UTC)') + return pd.read_csv(TESTS_DATA_DIR / 'pvgis_tmy_test.dat', index_col='time(UTC)') @pytest.fixture def userhorizon_expected(): - return pd.read_json(DATA_DIR / 'tmy_45.000_8.000_userhorizon.json') + return pd.read_json(TESTS_DATA_DIR / 'tmy_45.000_8.000_userhorizon.json') @pytest.fixture @@ -348,7 +348,7 @@ def epw_meta(): @pytest.fixture def meta_expected(): - with (DATA_DIR / 'pvgis_tmy_meta.json').open() as f: + with (TESTS_DATA_DIR / 'pvgis_tmy_meta.json').open() as f: return json.load(f) @@ -550,7 +550,7 @@ def test_get_pvgis_map_variables(pvgis_tmy_mapped_columns): @pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY) def test_read_pvgis_horizon(): pvgis_data, _ = get_pvgis_horizon(35.171051, -106.465158) - horizon_data = pd.read_csv(DATA_DIR / 'test_read_pvgis_horizon.csv', + horizon_data = pd.read_csv(TESTS_DATA_DIR / 'test_read_pvgis_horizon.csv', index_col=0) horizon_data = horizon_data['horizon_elevation'] assert_series_equal(pvgis_data, horizon_data) @@ -564,14 +564,14 @@ def test_read_pvgis_horizon_invalid_coords(): def test_read_pvgis_tmy_map_variables(pvgis_tmy_mapped_columns): - fn = DATA_DIR / 'tmy_45.000_8.000_2005_2020.json' + fn = TESTS_DATA_DIR / 'tmy_45.000_8.000_2005_2020.json' actual, _, _, _ = read_pvgis_tmy(fn, map_variables=True) assert all(c in pvgis_tmy_mapped_columns for c in actual.columns) def test_read_pvgis_tmy_json(expected, month_year_expected, inputs_expected, meta_expected): - fn = DATA_DIR / 'tmy_45.000_8.000_2005_2020.json' + fn = TESTS_DATA_DIR / 'tmy_45.000_8.000_2005_2020.json' # infer outputformat from file extensions pvgis_data = read_pvgis_tmy(fn, map_variables=False) _compare_pvgis_tmy_json(expected, month_year_expected, inputs_expected, @@ -588,7 +588,7 @@ def test_read_pvgis_tmy_json(expected, month_year_expected, inputs_expected, def test_read_pvgis_tmy_epw(expected, epw_meta): - fn = DATA_DIR / 'tmy_45.000_8.000_2005_2020.epw' + fn = TESTS_DATA_DIR / 'tmy_45.000_8.000_2005_2020.epw' # infer outputformat from file extensions pvgis_data = read_pvgis_tmy(fn, map_variables=False) _compare_pvgis_tmy_epw(expected, epw_meta, pvgis_data) @@ -603,7 +603,7 @@ def test_read_pvgis_tmy_epw(expected, epw_meta): def test_read_pvgis_tmy_csv(expected, month_year_expected, inputs_expected, meta_expected, csv_meta): - fn = DATA_DIR / 'tmy_45.000_8.000_2005_2020.csv' + fn = TESTS_DATA_DIR / 'tmy_45.000_8.000_2005_2020.csv' # infer outputformat from file extensions pvgis_data = read_pvgis_tmy(fn, map_variables=False) _compare_pvgis_tmy_csv(expected, month_year_expected, inputs_expected, @@ -620,7 +620,7 @@ def test_read_pvgis_tmy_csv(expected, month_year_expected, inputs_expected, def test_read_pvgis_tmy_basic(expected, meta_expected): - fn = DATA_DIR / 'tmy_45.000_8.000_2005_2020.txt' + fn = TESTS_DATA_DIR / 'tmy_45.000_8.000_2005_2020.txt' # XXX: can't infer outputformat from file extensions for basic with pytest.raises(ValueError, match="pvgis format 'txt' was unknown"): read_pvgis_tmy(fn, map_variables=False) diff --git a/pvlib/tests/iotools/test_sodapro.py b/pvlib/tests/iotools/test_sodapro.py index 83983d2b68..d83c514941 100644 --- a/pvlib/tests/iotools/test_sodapro.py +++ b/pvlib/tests/iotools/test_sodapro.py @@ -8,13 +8,13 @@ import pytest from pvlib.iotools import sodapro -from ..conftest import DATA_DIR, assert_frame_equal +from ..conftest import TESTS_DATA_DIR, assert_frame_equal -testfile_mcclear_verbose = DATA_DIR / 'cams_mcclear_1min_verbose.csv' -testfile_mcclear_monthly = DATA_DIR / 'cams_mcclear_monthly.csv' -testfile_radiation_verbose = DATA_DIR / 'cams_radiation_1min_verbose.csv' -testfile_radiation_monthly = DATA_DIR / 'cams_radiation_monthly.csv' +testfile_mcclear_verbose = TESTS_DATA_DIR / 'cams_mcclear_1min_verbose.csv' +testfile_mcclear_monthly = TESTS_DATA_DIR / 'cams_mcclear_monthly.csv' +testfile_radiation_verbose = TESTS_DATA_DIR / 'cams_radiation_1min_verbose.csv' +testfile_radiation_monthly = TESTS_DATA_DIR / 'cams_radiation_monthly.csv' index_verbose = pd.date_range('2020-06-01 12', periods=4, freq='1min', diff --git a/pvlib/tests/iotools/test_solaranywhere.py b/pvlib/tests/iotools/test_solaranywhere.py index 018c583be8..be4d43b0ca 100644 --- a/pvlib/tests/iotools/test_solaranywhere.py +++ b/pvlib/tests/iotools/test_solaranywhere.py @@ -2,14 +2,14 @@ import pytest import pvlib import os -from ..conftest import (DATA_DIR, RERUNS, RERUNS_DELAY, +from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, requires_solaranywhere_credentials) # High spatial resolution and 5-min data, true dynamics enabled -TESTFILE_HIGH_RESOLUTION = DATA_DIR / 'Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv' # noqa: E501 +TESTFILE_HIGH_RESOLUTION = TESTS_DATA_DIR / 'Burlington, United States SolarAnywhere Time Series 20210101 to 20210103 Lat_44_4675 Lon_-73_2075 SA format.csv' # noqa: E501 # TGY test file (v3.6) containing GHI/DHI and temperature. # Note, the test file only contains the first three days. -TESTFILE_TMY = DATA_DIR / 'Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv' # noqa: E501 +TESTFILE_TMY = TESTS_DATA_DIR / 'Burlington, United States SolarAnywhere Typical GHI Year Lat_44_465 Lon_-73_205 SA format.csv' # noqa: E501 @pytest.fixture(scope="module") diff --git a/pvlib/tests/iotools/test_solrad.py b/pvlib/tests/iotools/test_solrad.py index 963014302b..b922f0beab 100644 --- a/pvlib/tests/iotools/test_solrad.py +++ b/pvlib/tests/iotools/test_solrad.py @@ -5,11 +5,11 @@ import pytest from pvlib.iotools import solrad -from ..conftest import DATA_DIR, assert_frame_equal, RERUNS, RERUNS_DELAY +from ..conftest import TESTS_DATA_DIR, assert_frame_equal, RERUNS, RERUNS_DELAY -testfile = DATA_DIR / 'abq19056.dat' -testfile_mad = DATA_DIR / 'msn19056.dat' +testfile = TESTS_DATA_DIR / 'abq19056.dat' +testfile_mad = TESTS_DATA_DIR / 'msn19056.dat' https_testfile = ('https://gml.noaa.gov/aftp/data/radiation/solrad/msn/' '2019/msn19056.dat') diff --git a/pvlib/tests/iotools/test_srml.py b/pvlib/tests/iotools/test_srml.py index 80e76d4635..38720f84af 100644 --- a/pvlib/tests/iotools/test_srml.py +++ b/pvlib/tests/iotools/test_srml.py @@ -3,10 +3,10 @@ import pytest from pvlib.iotools import srml -from ..conftest import (DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, +from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, assert_frame_equal) -srml_testfile = DATA_DIR / 'SRML-day-EUPO1801.txt' +srml_testfile = TESTS_DATA_DIR / 'SRML-day-EUPO1801.txt' def test_read_srml(): diff --git a/pvlib/tests/iotools/test_surfrad.py b/pvlib/tests/iotools/test_surfrad.py index 83f7ec7645..27e23edab7 100644 --- a/pvlib/tests/iotools/test_surfrad.py +++ b/pvlib/tests/iotools/test_surfrad.py @@ -2,9 +2,9 @@ import pytest from pvlib.iotools import surfrad -from ..conftest import DATA_DIR, RERUNS, RERUNS_DELAY +from ..conftest import TESTS_DATA_DIR, RERUNS, RERUNS_DELAY -testfile = DATA_DIR / 'surfrad-slv16001.dat' +testfile = TESTS_DATA_DIR / 'surfrad-slv16001.dat' network_testfile = ('ftp://aftp.cmdl.noaa.gov/data/radiation/surfrad/' 'Alamosa_CO/2016/slv16001.dat') https_testfile = ('https://gml.noaa.gov/aftp/data/radiation/surfrad/' diff --git a/pvlib/tests/iotools/test_tmy.py b/pvlib/tests/iotools/test_tmy.py index 9107f78b33..9469281cc3 100644 --- a/pvlib/tests/iotools/test_tmy.py +++ b/pvlib/tests/iotools/test_tmy.py @@ -2,19 +2,19 @@ import pandas as pd from pvlib.iotools import tmy from pvlib._deprecation import pvlibDeprecationWarning -from ..conftest import DATA_DIR +from ..conftest import TESTS_DATA_DIR, PVLIB_DATA_DIR import pytest import warnings # test the API works from pvlib.iotools import read_tmy3 -TMY2_TESTFILE = DATA_DIR / '12839.tm2' +TMY2_TESTFILE = PVLIB_DATA_DIR / '12839.tm2' # TMY3 format (two files below) represents midnight as 24:00 -TMY3_TESTFILE = DATA_DIR / '703165TY.csv' -TMY3_FEB_LEAPYEAR = DATA_DIR / '723170TYA.CSV' +TMY3_TESTFILE = PVLIB_DATA_DIR / '703165TY.csv' +TMY3_FEB_LEAPYEAR = PVLIB_DATA_DIR / '723170TYA.CSV' # The SolarAnywhere TMY3 format (file below) represents midnight as 00:00 -TMY3_SOLARANYWHERE = DATA_DIR / 'Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv' # noqa: E501 +TMY3_SOLARANYWHERE = TESTS_DATA_DIR / 'Burlington, United States SolarAnywhere Time Series 2021 Lat_44_465 Lon_-73_205 TMY3 format.csv' # noqa: E501 def test_read_tmy3(): diff --git a/pvlib/tests/ivtools/test_sdm.py b/pvlib/tests/ivtools/test_sdm.py index d4cc7db141..2eac41c5ff 100644 --- a/pvlib/tests/ivtools/test_sdm.py +++ b/pvlib/tests/ivtools/test_sdm.py @@ -10,7 +10,7 @@ from pvlib.tests.conftest import requires_pysam, requires_statsmodels -from ..conftest import DATA_DIR +from ..conftest import TESTS_DATA_DIR @pytest.fixture @@ -130,7 +130,7 @@ def _read_iv_curves_for_test(datafile, npts): ivcurves = dict.fromkeys(['i_sc', 'i_mp', 'v_mp', 'v_oc', 'poa', 'tc', 'ee']) - infilen = DATA_DIR / datafile + infilen = TESTS_DATA_DIR / datafile with infilen.open(mode='r') as f: Ns, aIsc, bVoc, descr = f.readline().split(',') @@ -194,7 +194,7 @@ def _read_pvsyst_expected(datafile): varlist = ['iph', 'io', 'rs', 'rsh', 'u'] pvsyst = dict.fromkeys(paramlist + varlist) - infilen = DATA_DIR / datafile + infilen = TESTS_DATA_DIR / datafile with infilen.open(mode='r') as f: Ns, aIsc, bVoc, descr = f.readline().split(',') diff --git a/pvlib/tests/ivtools/test_utils.py b/pvlib/tests/ivtools/test_utils.py index d8a35e554d..e72ff1062b 100644 --- a/pvlib/tests/ivtools/test_utils.py +++ b/pvlib/tests/ivtools/test_utils.py @@ -4,7 +4,7 @@ from pvlib.ivtools.utils import _numdiff, rectify_iv_curve, astm_e1036 from pvlib.ivtools.utils import _schumaker_qspline -from ..conftest import DATA_DIR +from ..conftest import TESTS_DATA_DIR @pytest.fixture @@ -17,7 +17,7 @@ def ivcurve(): def test__numdiff(): - iv = pd.read_csv(DATA_DIR / 'ivtools_numdiff.csv', + iv = pd.read_csv(TESTS_DATA_DIR / 'ivtools_numdiff.csv', names=['I', 'V', 'dIdV', 'd2IdV2'], dtype=float) df, d2f = _numdiff(iv.V, iv.I) assert np.allclose(iv.dIdV, df, equal_nan=True) diff --git a/pvlib/tests/spectrum/conftest.py b/pvlib/tests/spectrum/conftest.py index 6e2a42c05c..296d87da86 100644 --- a/pvlib/tests/spectrum/conftest.py +++ b/pvlib/tests/spectrum/conftest.py @@ -2,9 +2,9 @@ import pytest import pandas as pd -from ..conftest import DATA_DIR +from ..conftest import TESTS_DATA_DIR -SPECTRL2_TEST_DATA = DATA_DIR / 'spectrl2_example_spectra.csv' +SPECTRL2_TEST_DATA = TESTS_DATA_DIR / 'spectrl2_example_spectra.csv' @pytest.fixture diff --git a/pvlib/tests/test_clearsky.py b/pvlib/tests/test_clearsky.py index 23d39a5205..4d98720f32 100644 --- a/pvlib/tests/test_clearsky.py +++ b/pvlib/tests/test_clearsky.py @@ -16,7 +16,7 @@ from pvlib import atmosphere from pvlib import irradiance -from .conftest import DATA_DIR +from .conftest import TESTS_DATA_DIR def test_ineichen_series(): @@ -513,7 +513,7 @@ def monthly_lt_nointerp(lat, lon, time=months): @pytest.fixture def detect_clearsky_data(): - data_file = DATA_DIR / 'detect_clearsky_data.csv' + data_file = TESTS_DATA_DIR / 'detect_clearsky_data.csv' expected = pd.read_csv( data_file, index_col=0, parse_dates=True, comment='#') expected = expected.tz_localize('UTC').tz_convert('Etc/GMT+7') @@ -537,7 +537,7 @@ def detect_clearsky_data(): def detect_clearsky_threshold_data(): # this is (roughly) just a 2 hour period of the same data in # detect_clearsky_data (which only spans 30 minutes) - data_file = DATA_DIR / 'detect_clearsky_threshold_data.csv' + data_file = TESTS_DATA_DIR / 'detect_clearsky_threshold_data.csv' expected = pd.read_csv( data_file, index_col=0, parse_dates=True, comment='#') expected = expected.tz_localize('UTC').tz_convert('Etc/GMT+7') @@ -781,7 +781,7 @@ def test_bird(): etr, b_a, alb ) Eb, Ebh, Gh, Dh = (irrads[_] for _ in field_names) - data_path = DATA_DIR / 'BIRD_08_16_2012.csv' + data_path = TESTS_DATA_DIR / 'BIRD_08_16_2012.csv' testdata = pd.read_csv(data_path, usecols=range(1, 26), header=1).dropna() testdata[['DEC', 'EQT']] = testdata[['DEC', 'EQT']].shift(tz) testdata = testdata[:tz] @@ -842,7 +842,7 @@ def test_bird(): zenith, airmass, aod_380nm, aod_500nm, h2o_cm, dni_extra=etr ) Eb2, Ebh2, Gh2, Dh2 = (irrads2[_] for _ in field_names) - data_path = DATA_DIR / 'BIRD_08_16_2012_patm.csv' + data_path = TESTS_DATA_DIR / 'BIRD_08_16_2012_patm.csv' testdata2 = pd.read_csv(data_path, usecols=range(1, 26), header=1).dropna() testdata2[['DEC', 'EQT']] = testdata2[['DEC', 'EQT']].shift(tz) testdata2 = testdata2[:tz] diff --git a/pvlib/tests/test_inverter.py b/pvlib/tests/test_inverter.py index 6c854efba2..5794669ec9 100644 --- a/pvlib/tests/test_inverter.py +++ b/pvlib/tests/test_inverter.py @@ -4,7 +4,7 @@ from .conftest import assert_series_equal from numpy.testing import assert_allclose -from .conftest import DATA_DIR +from .conftest import TESTS_DATA_DIR import pytest from pvlib import inverter @@ -190,8 +190,8 @@ def test_pvwatts_multi(): assert_series_equal(pd.Series(expected), out) -INVERTER_TEST_MEAS = DATA_DIR / 'inverter_fit_snl_meas.csv' -INVERTER_TEST_SIM = DATA_DIR / 'inverter_fit_snl_sim.csv' +INVERTER_TEST_MEAS = TESTS_DATA_DIR / 'inverter_fit_snl_meas.csv' +INVERTER_TEST_SIM = TESTS_DATA_DIR / 'inverter_fit_snl_sim.csv' @pytest.mark.parametrize('infilen, expected', [ diff --git a/pvlib/tests/test_numerical_precision.py b/pvlib/tests/test_numerical_precision.py index 53f535401a..9cdf210ab9 100644 --- a/pvlib/tests/test_numerical_precision.py +++ b/pvlib/tests/test_numerical_precision.py @@ -21,13 +21,13 @@ import pandas as pd from pvlib import pvsystem from pvlib.singlediode import bishop88, estimate_voc -from .conftest import DATA_DIR +from .conftest import TESTS_DATA_DIR logging.basicConfig() LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.DEBUG) TEST_DATA = 'bishop88_numerical_precision.csv' -DATA_PATH = DATA_DIR / TEST_DATA +DATA_PATH = TESTS_DATA_DIR / TEST_DATA POA = 888 TCELL = 55 # module parameters from CEC module SunPower SPR-E20-327 diff --git a/pvlib/tests/test_singlediode.py b/pvlib/tests/test_singlediode.py index 0271e53e90..efded9ff3c 100644 --- a/pvlib/tests/test_singlediode.py +++ b/pvlib/tests/test_singlediode.py @@ -10,7 +10,7 @@ bishop88, bishop88_i_from_v, bishop88_v_from_i) import pytest from numpy.testing import assert_array_equal -from .conftest import DATA_DIR +from .conftest import TESTS_DATA_DIR POA = 888 TCELL = 55 @@ -128,12 +128,12 @@ def build_precise_iv_curve_dataframe(file_csv, file_json): @pytest.fixture(scope='function', params=[ { - 'csv': f'{DATA_DIR}/precise_iv_curves_parameter_sets1.csv', - 'json': f'{DATA_DIR}/precise_iv_curves1.json' + 'csv': f'{TESTS_DATA_DIR}/precise_iv_curves_parameter_sets1.csv', + 'json': f'{TESTS_DATA_DIR}/precise_iv_curves1.json' }, { - 'csv': f'{DATA_DIR}/precise_iv_curves_parameter_sets2.csv', - 'json': f'{DATA_DIR}/precise_iv_curves2.json' + 'csv': f'{TESTS_DATA_DIR}/precise_iv_curves_parameter_sets2.csv', + 'json': f'{TESTS_DATA_DIR}/precise_iv_curves2.json' } ], ids=[1, 2]) def precise_iv_curves(request): diff --git a/pvlib/tests/test_soiling.py b/pvlib/tests/test_soiling.py index e774e62963..c5fb6a642f 100644 --- a/pvlib/tests/test_soiling.py +++ b/pvlib/tests/test_soiling.py @@ -6,7 +6,7 @@ from .conftest import assert_series_equal from pvlib.soiling import hsu, kimber from pvlib.iotools import read_tmy3 -from .conftest import DATA_DIR +from .conftest import TESTS_DATA_DIR, PVLIB_DATA_DIR import pytest @@ -147,7 +147,7 @@ def test_hsu_variable_time_intervals(rainfall_input, expected_output_3): @pytest.fixture def greensboro_rain(): # get TMY3 data with rain - greensboro, _ = read_tmy3(DATA_DIR / '723170TYA.CSV', coerce_year=1990, + greensboro, _ = read_tmy3(PVLIB_DATA_DIR / '723170TYA.CSV', coerce_year=1990, map_variables=True) return greensboro['Lprecip depth (mm)'] @@ -155,7 +155,7 @@ def greensboro_rain(): @pytest.fixture def expected_kimber_nowash(): return pd.read_csv( - DATA_DIR / 'greensboro_kimber_soil_nowash.dat', + TESTS_DATA_DIR / 'greensboro_kimber_soil_nowash.dat', parse_dates=True, index_col='timestamp') @@ -172,7 +172,7 @@ def test_kimber_nowash(greensboro_rain, expected_kimber_nowash): @pytest.fixture def expected_kimber_manwash(): return pd.read_csv( - DATA_DIR / 'greensboro_kimber_soil_manwash.dat', + TESTS_DATA_DIR / 'greensboro_kimber_soil_manwash.dat', parse_dates=True, index_col='timestamp') diff --git a/pvlib/tests/test_temperature.py b/pvlib/tests/test_temperature.py index 1cc32a732a..9b68e146f0 100644 --- a/pvlib/tests/test_temperature.py +++ b/pvlib/tests/test_temperature.py @@ -2,7 +2,7 @@ import numpy as np import pytest -from .conftest import DATA_DIR, assert_series_equal +from .conftest import TESTS_DATA_DIR, assert_series_equal from numpy.testing import assert_allclose from pvlib import temperature, tools @@ -196,7 +196,7 @@ def _read_pvwatts_8760(filename): ]) def test_fuentes(filename, inoct): # Test against data exported from pvwatts.nrel.gov - data = _read_pvwatts_8760(DATA_DIR / filename) + data = _read_pvwatts_8760(TESTS_DATA_DIR / filename) data = data.iloc[:24*7, :] # just use one week inputs = { 'poa_global': data['Plane of Array Irradiance (W/m^2)'], diff --git a/pvlib/tests/test_tracking.py b/pvlib/tests/test_tracking.py index 03536762b5..88169a084f 100644 --- a/pvlib/tests/test_tracking.py +++ b/pvlib/tests/test_tracking.py @@ -7,7 +7,7 @@ import pvlib from pvlib import tracking -from .conftest import DATA_DIR, assert_frame_equal, assert_series_equal +from .conftest import TESTS_DATA_DIR, assert_frame_equal, assert_series_equal from pvlib._deprecation import pvlibDeprecationWarning SINGLEAXIS_COL_ORDER = ['tracker_theta', 'aoi', @@ -310,7 +310,7 @@ def test_calc_axis_tilt(): # expected values expected_axis_tilt = 2.239 # [degrees] expected_side_slope = 9.86649274360294 # [degrees] - expected = DATA_DIR / 'singleaxis_tracker_wslope.csv' + expected = TESTS_DATA_DIR / 'singleaxis_tracker_wslope.csv' expected = pd.read_csv(expected, index_col='timestamp', parse_dates=True) # solar positions starttime = '2017-01-01T00:30:00-0300' From 4da5107735fb2c8e272a18aef411c721f24788fb Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:26:59 +0100 Subject: [PATCH 2/6] Attemp # 1 --- .gitignore | 1 - pyproject.toml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce18e3d1e2..0451c00530 100644 --- a/.gitignore +++ b/.gitignore @@ -81,7 +81,6 @@ coverage.xml # Datafiles -*.csv # Do not exclude data directories !pvlib/data/** !pvlib/tests/data/** diff --git a/pyproject.toml b/pyproject.toml index f8283a42eb..72271ea8d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,11 @@ Documentation = "https://pvlib-python.readthedocs.io/" [tool.setuptools.packages.find] include = ["pvlib*"] +exclude = ["pvlib.tests*"] + +[tool.setuptools.exclude-package-data] +pvlib = ["tests/data/*"] + [tool.setuptools_scm] From b22eec0160908be93bb40f13f972689bbdfd7181 Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:08:19 +0100 Subject: [PATCH 3/6] Fine-tune inclusion via no-automatic data inclusion --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72271ea8d0..df4fdeeaee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,13 +84,17 @@ all = ["pvlib[test,optional,doc]"] Documentation = "https://pvlib-python.readthedocs.io/" "Source Code" = "https://github.com/pvlib/pvlib-python" +[tool.setuptools] +# do not include all non-python files in the bdist by default, but select them manually +# https://setuptools.pypa.io/en/latest/userguide/datafiles.html#interplay-between-these-keywords (2024-10-22) +include-package-data = false # true by default + [tool.setuptools.packages.find] include = ["pvlib*"] exclude = ["pvlib.tests*"] -[tool.setuptools.exclude-package-data] -pvlib = ["tests/data/*"] - +[tool.setuptools.package-data] +pvlib = ["data/*"] [tool.setuptools_scm] From 10e27cbbb82bd8126754c0f6b92bf66ea98a2cf6 Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:13:58 +0100 Subject: [PATCH 4/6] Update v0.11.2.rst --- docs/sphinx/source/whatsnew/v0.11.2.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.2.rst b/docs/sphinx/source/whatsnew/v0.11.2.rst index e192ebe18a..05e0cbc022 100644 --- a/docs/sphinx/source/whatsnew/v0.11.2.rst +++ b/docs/sphinx/source/whatsnew/v0.11.2.rst @@ -10,7 +10,10 @@ Deprecations Enhancements ~~~~~~~~~~~~ - +* Reduced space requirements by removing tests and test files from wheel. + Zipped wheel is now 66% of the previous size, and installed size is 50% of + the previous size. + (:issue:`2271`, :pull:`2277`) Documentation ~~~~~~~~~~~~~ @@ -21,7 +24,8 @@ Documentation Testing ~~~~~~~ - +* Moved data exclusively used in tests to ``pvlib/tests/data``. + (:issue:`2271`, :pull:`2277`) Requirements ~~~~~~~~~~~~ From a9e23c7e19bd17ea31927a1be6fb6cb5bb47d053 Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:22:24 +0100 Subject: [PATCH 5/6] Fix flake8 warnings --- pvlib/tests/iotools/test_bsrn.py | 9 +++++++-- pvlib/tests/iotools/test_psm3.py | 1 - pvlib/tests/iotools/test_pvgis.py | 13 ++++++++++--- pvlib/tests/iotools/test_srml.py | 9 +++++++-- pvlib/tests/test_soiling.py | 7 ++++--- pvlib/tests/test_tracking.py | 1 - 6 files changed, 28 insertions(+), 12 deletions(-) diff --git a/pvlib/tests/iotools/test_bsrn.py b/pvlib/tests/iotools/test_bsrn.py index d2233c2880..0d54d41aae 100644 --- a/pvlib/tests/iotools/test_bsrn.py +++ b/pvlib/tests/iotools/test_bsrn.py @@ -7,8 +7,13 @@ import os import tempfile from pvlib.iotools import read_bsrn, get_bsrn -from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, - requires_bsrn_credentials) +from ..conftest import ( + TESTS_DATA_DIR, + RERUNS, + RERUNS_DELAY, + assert_index_equal, + requires_bsrn_credentials, +) @pytest.fixture(scope="module") diff --git a/pvlib/tests/iotools/test_psm3.py b/pvlib/tests/iotools/test_psm3.py index aec5355791..0cb33c4a7f 100644 --- a/pvlib/tests/iotools/test_psm3.py +++ b/pvlib/tests/iotools/test_psm3.py @@ -11,7 +11,6 @@ from requests import HTTPError from io import StringIO import warnings -from pvlib._deprecation import pvlibDeprecationWarning TMY_TEST_DATA = TESTS_DATA_DIR / 'test_psm3_tmy-2017.csv' YEAR_TEST_DATA = TESTS_DATA_DIR / 'test_psm3_2017.csv' diff --git a/pvlib/tests/iotools/test_pvgis.py b/pvlib/tests/iotools/test_pvgis.py index 960d7ee126..1fc0402578 100644 --- a/pvlib/tests/iotools/test_pvgis.py +++ b/pvlib/tests/iotools/test_pvgis.py @@ -10,8 +10,13 @@ from pvlib.iotools import get_pvgis_tmy, read_pvgis_tmy from pvlib.iotools import get_pvgis_hourly, read_pvgis_hourly from pvlib.iotools import get_pvgis_horizon -from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_frame_equal, - assert_series_equal) +from ..conftest import ( + TESTS_DATA_DIR, + RERUNS, + RERUNS_DELAY, + assert_frame_equal, + assert_series_equal, +) # PVGIS Hourly tests @@ -304,7 +309,9 @@ def test_read_pvgis_hourly_empty_file(): # PVGIS TMY tests @pytest.fixture def expected(): - return pd.read_csv(TESTS_DATA_DIR / 'pvgis_tmy_test.dat', index_col='time(UTC)') + return pd.read_csv( + TESTS_DATA_DIR / "pvgis_tmy_test.dat", index_col="time(UTC)" + ) @pytest.fixture diff --git a/pvlib/tests/iotools/test_srml.py b/pvlib/tests/iotools/test_srml.py index 38720f84af..f7568ebed6 100644 --- a/pvlib/tests/iotools/test_srml.py +++ b/pvlib/tests/iotools/test_srml.py @@ -3,8 +3,13 @@ import pytest from pvlib.iotools import srml -from ..conftest import (TESTS_DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal, - assert_frame_equal) +from ..conftest import ( + TESTS_DATA_DIR, + RERUNS, + RERUNS_DELAY, + assert_index_equal, + assert_frame_equal, +) srml_testfile = TESTS_DATA_DIR / 'SRML-day-EUPO1801.txt' diff --git a/pvlib/tests/test_soiling.py b/pvlib/tests/test_soiling.py index c5fb6a642f..53acc1c723 100644 --- a/pvlib/tests/test_soiling.py +++ b/pvlib/tests/test_soiling.py @@ -147,9 +147,10 @@ def test_hsu_variable_time_intervals(rainfall_input, expected_output_3): @pytest.fixture def greensboro_rain(): # get TMY3 data with rain - greensboro, _ = read_tmy3(PVLIB_DATA_DIR / '723170TYA.CSV', coerce_year=1990, - map_variables=True) - return greensboro['Lprecip depth (mm)'] + greensboro, _ = read_tmy3( + PVLIB_DATA_DIR / "723170TYA.CSV", coerce_year=1990, map_variables=True + ) + return greensboro["Lprecip depth (mm)"] @pytest.fixture diff --git a/pvlib/tests/test_tracking.py b/pvlib/tests/test_tracking.py index 88169a084f..8f3cb5824d 100644 --- a/pvlib/tests/test_tracking.py +++ b/pvlib/tests/test_tracking.py @@ -8,7 +8,6 @@ import pvlib from pvlib import tracking from .conftest import TESTS_DATA_DIR, assert_frame_equal, assert_series_equal -from pvlib._deprecation import pvlibDeprecationWarning SINGLEAXIS_COL_ORDER = ['tracker_theta', 'aoi', 'surface_azimuth', 'surface_tilt'] From c8c2e97c477790d0fe8da56f3138c81d1d2d49a4 Mon Sep 17 00:00:00 2001 From: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:05:35 +0100 Subject: [PATCH 6/6] Update docs/sphinx/source/whatsnew/v0.11.2.rst Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- docs/sphinx/source/whatsnew/v0.11.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.2.rst b/docs/sphinx/source/whatsnew/v0.11.2.rst index 05e0cbc022..f168922554 100644 --- a/docs/sphinx/source/whatsnew/v0.11.2.rst +++ b/docs/sphinx/source/whatsnew/v0.11.2.rst @@ -10,7 +10,7 @@ Deprecations Enhancements ~~~~~~~~~~~~ -* Reduced space requirements by removing tests and test files from wheel. +* Reduced space requirements by excluding tests and test files from wheel. Zipped wheel is now 66% of the previous size, and installed size is 50% of the previous size. (:issue:`2271`, :pull:`2277`)