diff -Nru goldencheetah-3.5~DEV1810/debian/changelog goldencheetah-3.5~DEV1903/debian/changelog --- goldencheetah-3.5~DEV1810/debian/changelog 2019-10-01 20:29:31.000000000 +0000 +++ goldencheetah-3.5~DEV1903/debian/changelog 2019-10-03 08:35:32.000000000 +0000 @@ -1,9 +1,11 @@ -goldencheetah (1:3.5~DEV1810-1ubuntu1) eoan; urgency=medium +goldencheetah (1:3.5~DEV1903-1) unstable; urgency=medium - * Build-depend on texlive-plain-generic instead of obsolete texlive- - generic-recommended. + * New upstream dev release. + * New Standards-Version: 4.4.1 + * Update build-dep: texlive-plain-generic. (Closes: #941528) + * Fix d/watch opts. - -- Steve Langasek Tue, 01 Oct 2019 13:29:31 -0700 + -- KURASHIKI Satoru Thu, 03 Oct 2019 17:35:32 +0900 goldencheetah (1:3.5~DEV1810-1) unstable; urgency=medium diff -Nru goldencheetah-3.5~DEV1810/debian/control goldencheetah-3.5~DEV1903/debian/control --- goldencheetah-3.5~DEV1810/debian/control 2019-10-01 20:29:31.000000000 +0000 +++ goldencheetah-3.5~DEV1903/debian/control 2019-10-03 08:35:32.000000000 +0000 @@ -1,8 +1,7 @@ Source: goldencheetah Section: misc Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: KURASHIKI Satoru +Maintainer: KURASHIKI Satoru Uploaders: Tatsuya Kinoshita Build-Depends: debhelper (>= 12), debhelper-compat (= 12), dpkg-dev (>= 1.16.1~) , bison @@ -36,7 +35,7 @@ , texlive-latex-base , texlive-fonts-recommended , texlive-plain-generic -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/debian/goldencheetah.git Vcs-Browser: https://salsa.debian.org/debian/goldencheetah Homepage: https://www.goldencheetah.org/ diff -Nru goldencheetah-3.5~DEV1810/debian/watch goldencheetah-3.5~DEV1903/debian/watch --- goldencheetah-3.5~DEV1810/debian/watch 2019-01-05 04:30:31.000000000 +0000 +++ goldencheetah-3.5~DEV1903/debian/watch 2019-10-03 08:35:32.000000000 +0000 @@ -1,3 +1,3 @@ version=4 -opts="uversionmangle=s/[-_]?(RC|PRE|ALPHA|BETA)/~$1/" \ +opts="uversionmangle=s/[-_]?(DEV)/~$1/" \ https://github.com/GoldenCheetah/@PACKAGE@/tags .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/doc/contrib/CdA and Crr from data.pdf and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/doc/contrib/CdA and Crr from data.pdf differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/doc/contrib/Clarke_Rationale_2013s.xlsx and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/doc/contrib/Clarke_Rationale_2013s.xlsx differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/doc/user/CP Model Explainer.pptx and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/doc/user/CP Model Explainer.pptx differ diff -Nru goldencheetah-3.5~DEV1810/.gitignore goldencheetah-3.5~DEV1903/.gitignore --- goldencheetah-3.5~DEV1810/.gitignore 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/.gitignore 2019-02-22 09:38:21.000000000 +0000 @@ -50,4 +50,6 @@ qwt/textengines/mathml/debug/ qwt/textengines/mathml/release/ build.pro.user +build.pro.user.* doc/contrib/WASP Packet Protocol.pdf + diff -Nru goldencheetah-3.5~DEV1810/INSTALL-LINUX goldencheetah-3.5~DEV1903/INSTALL-LINUX --- goldencheetah-3.5~DEV1810/INSTALL-LINUX 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/INSTALL-LINUX 2019-02-22 09:38:21.000000000 +0000 @@ -21,7 +21,6 @@ - FTDI D2XX - SRMIO - liboauth - - QwtPlot3d - libkml 3. ADDING OPTIONAL DEPENDENCIES WHEN BUILDING VERSION 3 @@ -193,96 +192,6 @@ You now have SRM support built in. -OAUTH/CRYPT - For Tweet my ride (twitter) support -------------------------------------------------- - -You should be able to install liboauth and dependencies -directly with: -$ sudo apt-get install liboauth-dev - -If this does not work then: - - Download the source from: http://sourceforge.net/projects/liboauth/files/liboauth-0.9.4.tar.gz/download and - unpack it into ~/Projects/liboauth-0.9.4 using archive manager - - $ cd ~/Projects/liboauth-0.9.4 - - You may find that libcurl is not installed (which liboauth depends upon) so download it - from http://curl.haxx.se/download/curl-7.21.6.tar.gz and unpack it into ~/Projects/curl-7.21.6 - using archive manager to drag and drop into your Projects folder - - $ cd ~/Projects/curl-7.21.6 - $ ./configure - $ make - $ sudo make install - - You should now have libcurl and friends installed in /usr/local - - You may find that liboauth also requires the openssl libs installed, these are available - pre-packaged thankfully so: - $ sudo apt-get install libssl-dev - - This will also install zlibg which liboauth also desires. - - $ cd ~/Projects/liboauth-0.9.4 - $ ./configure - $ make - $ sudo make install - -Now we have liboauth and libcurl in /usr/local and libssl in /usr/lib, so we can go back to -GoldenCheetah and update the gcconfig.pri to point at the right places: - -$ cd ~/Projects/Live/GoldenCheetah/src -$ vi gcconfig.pri - -Make sure the following are set: -LIBOAUTH_INSTALL = /usr/local -LIBCRYPTO_INSTALL = -lcrypto -LIBCURL_INSTALL=-lcurl - -Make clean is needed if you have previously built, since source files examine #defines before -including this feature. You can skip it if you know why ;) -$ make clean -$ qmake -$ make - -You can now tweet your rides and amaze your friends, or alternatively tweet your rides but -omit to mention average power to hide your weaknesses. - -LIBQWTPLOT3D - For 3D plot --------------------------- - -Download the tarball from http://qwtplot3d.svn.sourceforge.net/viewvc/qwtplot3d/branches/maintain_0_2_x/qwtplot3d/?view=tar -and unarchive it into your Projects directory using archive manager. There is no version number it just creates a -subdirectory called qwtplot3d - -You will need to install libgl and extensions, this can be done with; -$ sudo apt-get install libgl1-mesa-dev -$ sudo apt-get install libglu-dev - -On Ubuntu 12.10 I also ran -$ sudo apt-get install freeglut3 freeglut3-dev - -$ cd ~/Projects/qwtplot3d -Edit the qwtplot3d.pri and add -CONFIG += staticlib - -You will find that on modern Linuxes you also need to fix include/qwt3d_global.h by adding the line: -#include - -then build -$ qmake -$ make - -Then to let gc know where the qwtplot3d libs are you need to edit gcconfig.pri; -$ cd ~/Projects/Live/GoldenCheetah/src -$ vi gcconfig.pri - -And uncomment the following line and set the install directory to where you build -QWT3D_INSTALL = ~/Projects/qwtplot3d - - - LIBKML - For export to Google Earth ----------------------------------- diff -Nru goldencheetah-3.5~DEV1810/INSTALL-MAC goldencheetah-3.5~DEV1903/INSTALL-MAC --- goldencheetah-3.5~DEV1810/INSTALL-MAC 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/INSTALL-MAC 2019-02-22 09:38:21.000000000 +0000 @@ -20,8 +20,6 @@ 2. ADDING OPTIONAL DEPENDENCIES - FTDI D2XX - SRMIO - - kQOAuth - - QwtPlot3d - libkml - libusb - libical @@ -238,8 +236,6 @@ =============================== - SRMIO - - kQOAuth - - QwtPlot3d - libkml - libusb - libical @@ -255,24 +251,7 @@ SRMIO (git) ./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" CPPFLAGS=-I/usr/local/D2XX/ --disable-dependency-tracking -2.2 kQOAuth - For OAuth Authentication --------------------------------------- - -kQOauth (0.98) - -qmake - - -2.3 QwtPlot3d - For 3d plot support ------------------------------------ - -qwtplot3d (maintain_0_2_x) - -Add the following to qwtplot3d.pro: -CONFIG += x86_64 static -QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.7.sdk - -2.4 libkml - For export to Google Earth +2.2 libkml - For export to Google Earth --------------------------------------- expat (2.0.1) @@ -284,7 +263,7 @@ note: the added CXXFLAGS helped clear the -Werror flag that stopped compilation. -2.5 libusb - For Garmin USB2 stick support +2.3 libusb - For Garmin USB2 stick support ------------------------------------------ libusb (0.1.12) @@ -301,7 +280,7 @@ note: that the sed line updates some commands in libtool. not sure why the arch clags are not getting passed. -2.6 libical +2.4 libical ----------- libical (0.46) diff -Nru goldencheetah-3.5~DEV1810/INSTALL-WIN32 goldencheetah-3.5~DEV1903/INSTALL-WIN32 --- goldencheetah-3.5~DEV1810/INSTALL-WIN32 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/INSTALL-WIN32 2019-02-22 09:38:21.000000000 +0000 @@ -157,12 +157,6 @@ The version currently used is: "CDM v2.10.00 WHQL Certified" - while there are more recent version available for download. -- Qt Oauth library - kQoAuth - -- Is part of the official build as a .dll - build is done with Qt - the build uses Release 0.98 - -- Qt 3D plotting - qwtplot3d - -- Is part of the official build as a static lib - build is done with Qt - the build uses Release 0.3.0 - - Google Earth .kml files (export) -- Is part of the official build as a static lib - build is done with MSVC2015 - the build uses Release 1.2 (path of source code has changed to https://github.com/google/libkml) @@ -185,7 +179,7 @@ Building with integration to external services (via APIs) -As of today a number of integrations with external services like Twitter, Strava, Cyclinganalytics, +As of today a number of integrations with external services like Strava, Cyclinganalytics, Google Calendar, Dropbox, Today's Plan, Google Drive, CloudDB) exist in the official GoldenCheetah builds. The permission to use API's of such services requires a dedicated registration (in this case for "GoldenCheetah" as the consumer of the services) where in return the GoldenCheetah team get's @@ -211,4 +205,3 @@ - \ No newline at end of file diff -Nru goldencheetah-3.5~DEV1810/qtsolutions/qwtcurve/qwt_plot_gapped_curve.cpp goldencheetah-3.5~DEV1903/qtsolutions/qwtcurve/qwt_plot_gapped_curve.cpp --- goldencheetah-3.5~DEV1810/qtsolutions/qwtcurve/qwt_plot_gapped_curve.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qtsolutions/qwtcurve/qwt_plot_gapped_curve.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -38,7 +38,11 @@ // First non-missed point will be the start of curve section. double x = sample(i).x(); double y = sample(i).y(); - if ((y < (naValue_ + -0.001) || y > (naValue_ + 0.001)) && x - last <= gapValue_) { + double yprev = 0; + if (i>0) yprev = sample(i-1).y(); + + if ((y < (naValue_ + -0.001) || y > (naValue_ + 0.001)) && (x - last <= gapValue_) && + (yprev < (naValue_ + -0.001) || yprev > (naValue_ + 0.001))) { int start = i-1; int end = i; diff -Nru goldencheetah-3.5~DEV1810/qwt/examples/stockchart/plot.cpp goldencheetah-3.5~DEV1903/qwt/examples/stockchart/plot.cpp --- goldencheetah-3.5~DEV1810/qwt/examples/stockchart/plot.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/examples/stockchart/plot.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -71,7 +71,7 @@ ZoneItem( const QString &title ) { setTitle( title ); - setZ( 11 ); // on top the the grid + setZ( 11 ); // on top the grid setOrientation( Qt::Vertical ); setItemAttribute( QwtPlotItem::Legend, true ); } diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_layout.cpp goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_layout.cpp --- goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_layout.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_layout.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -1177,7 +1177,7 @@ The axisId parameter is somehow confusing as it identifies a border of the plot and not the axes, that are aligned. F.e when QwtAxis::yLeft - is set, the left end of the the x-axes ( QwtAxis::xTop, QwtAxis::xBottom ) + is set, the left end of the x-axes ( QwtAxis::xTop, QwtAxis::xBottom ) is aligned. \param axisId Axis index diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_textlabel.cpp goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_textlabel.cpp --- goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_textlabel.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_textlabel.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -243,7 +243,7 @@ \param rect Canvas rectangle with margins subtracted \param textSize Size required to draw the text - \return A rectangle aligned according the the alignment flags of + \return A rectangle aligned according the alignment flags of the text. \sa setMargin(), QwtText::renderFlags(), QwtText::textSize() diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_zoomer.cpp goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_zoomer.cpp --- goldencheetah-3.5~DEV1810/qwt/src/qwt_plot_zoomer.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_plot_zoomer.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -452,7 +452,7 @@ } /*! - Move the the current zoom rectangle. + Move the current zoom rectangle. \param pos New position diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_scale_widget.cpp goldencheetah-3.5~DEV1903/qwt/src/qwt_scale_widget.cpp --- goldencheetah-3.5~DEV1810/qwt/src/qwt_scale_widget.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_scale_widget.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -451,7 +451,7 @@ } /*! - Calculate the the rectangle for the color bar + Calculate the rectangle for the color bar \param rect Bounding rectangle for all components of the scale \return Rectangle for the color bar diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_series_data.h goldencheetah-3.5~DEV1903/qwt/src/qwt_series_data.h --- goldencheetah-3.5~DEV1810/qwt/src/qwt_series_data.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_series_data.h 2019-02-22 09:38:21.000000000 +0000 @@ -267,7 +267,7 @@ Binary search for a sorted series of samples qwtUpperSampleIndex returns the index of sample that is the upper bound - of value. Is the the value smaller than the smallest value the return + of value. Is the value smaller than the smallest value the return value will be 0. Is the value greater or equal than the largest value the return value will be -1. diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_series_store.h goldencheetah-3.5~DEV1903/qwt/src/qwt_series_store.h --- goldencheetah-3.5~DEV1810/qwt/src/qwt_series_store.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_series_store.h 2019-02-22 09:38:21.000000000 +0000 @@ -75,10 +75,10 @@ */ void setData( QwtSeriesData *series ); - //! \return the the series data + //! \return the series data QwtSeriesData *data(); - //! \return the the series data + //! \return the series data const QwtSeriesData *data() const; /*! diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_slider.cpp goldencheetah-3.5~DEV1903/qwt/src/qwt_slider.cpp --- goldencheetah-3.5~DEV1810/qwt/src/qwt_slider.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_slider.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -125,7 +125,7 @@ Construct a slider in QwtSlider::Trough style When orientation is Qt::Vertical the scale will be aligned to - the left - otherwise at the the top of the slider. + the left - otherwise at the top of the slider. The scale is initialized to [0.0, 100.0] and the value set to 0.0. diff -Nru goldencheetah-3.5~DEV1810/qwt/src/qwt_symbol.h goldencheetah-3.5~DEV1903/qwt/src/qwt_symbol.h --- goldencheetah-3.5~DEV1810/qwt/src/qwt_symbol.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/qwt/src/qwt_symbol.h 2019-02-22 09:38:21.000000000 +0000 @@ -132,7 +132,7 @@ F.e. the raster paint engine is a pure software renderer where in cache mode a draw operation usually ends in - raster operation with the the backing store, that are usually + raster operation with the backing store, that are usually faster, than the algorithms for rendering polygons. But the opposite can be expected for graphic pipelines that can make use of hardware acceleration. diff -Nru goldencheetah-3.5~DEV1810/src/Charts/Aerolab.cpp goldencheetah-3.5~DEV1903/src/Charts/Aerolab.cpp --- goldencheetah-3.5~DEV1810/src/Charts/Aerolab.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/Aerolab.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -91,7 +91,7 @@ int number ) const { - if (number >= 0 && aerolab->rideItem->intervalsSelected().count() > number) + if (aerolab->rideItem && number >= 0 && aerolab->rideItem->intervalsSelected().count() > number) return aerolab->rideItem->intervalsSelected().at(number); return NULL; @@ -102,7 +102,8 @@ // ------------------------------------------------------------------------------------------------------------ int IntervalAerolabData::intervalCount() const { - return aerolab->rideItem->intervalsSelected().count(); + if (aerolab->rideItem) return aerolab->rideItem->intervalsSelected().count(); + return 0; } /* * INTERVAL HIGHLIGHTING CURVE @@ -285,6 +286,8 @@ double small_number = 0.00001; rideItem = _rideItem; + if (rideItem == NULL || rideItem->ride() == NULL) return; + RideFile *ride = rideItem->ride(); veArray.clear(); @@ -770,6 +773,8 @@ // HARD-CODED DATA: p1->kph const double vfactor = 3.600; const double g = KG_FORCE_PER_METER; + + if (rideItem == NULL || rideItem->ride() == NULL) return (tr("No ride selected")); RideFile *ride = rideItem->ride(); QString errMsg; diff -Nru goldencheetah-3.5~DEV1810/src/Charts/AerolabWindow.cpp goldencheetah-3.5~DEV1903/src/Charts/AerolabWindow.cpp --- goldencheetah-3.5~DEV1810/src/Charts/AerolabWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/AerolabWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -53,7 +53,7 @@ crrLabel = new QLabel(tr("Crr"), this); crrLabel->setFixedWidth(labelWidth1); crrLineEdit = new QLineEdit(); - crrLineEdit->setFixedWidth(75); + crrLineEdit->setFixedWidth(75*dpiXFactor); crrLineEdit->setText(QString("%1").arg(aerolab->getCrr()) ); /*crrQLCDNumber = new QLCDNumber(7); crrQLCDNumber->setMode(QLCDNumber::Dec); @@ -76,7 +76,7 @@ cdaLabel = new QLabel(tr("CdA"), this); cdaLabel->setFixedWidth(labelWidth1); cdaLineEdit = new QLineEdit(); - cdaLineEdit->setFixedWidth(75); + cdaLineEdit->setFixedWidth(75*dpiXFactor); cdaLineEdit->setText(QString("%1").arg(aerolab->getCda()) ); /*cdaQLCDNumber = new QLCDNumber(7); cdaQLCDNumber->setMode(QLCDNumber::Dec); @@ -99,7 +99,7 @@ etaLabel = new QLabel(tr("Eta"), this); etaLabel->setFixedWidth(labelWidth1); etaLineEdit = new QLineEdit(); - etaLineEdit->setFixedWidth(75); + etaLineEdit->setFixedWidth(75*dpiXFactor); etaLineEdit->setText(QString("%1").arg(aerolab->getEta()) ); /*etaQLCDNumber = new QLCDNumber(7); etaQLCDNumber->setMode(QLCDNumber::Dec); @@ -140,7 +140,7 @@ mLabel = new QLabel(tr("Total Mass (kg)"), this); mLabel->setFixedWidth(labelWidth2); mLineEdit = new QLineEdit(); - mLineEdit->setFixedWidth(70); + mLineEdit->setFixedWidth(70 * dpiXFactor); mLineEdit->setText(QString("%1").arg(aerolab->getTotalMass()) ); /*mQLCDNumber = new QLCDNumber(7); mQLCDNumber->setMode(QLCDNumber::Dec); @@ -163,7 +163,7 @@ rhoLabel = new QLabel(tr("Rho (kg/m^3)"), this); rhoLabel->setFixedWidth(labelWidth2); rhoLineEdit = new QLineEdit(); - rhoLineEdit->setFixedWidth(70); + rhoLineEdit->setFixedWidth(70*dpiXFactor); rhoLineEdit->setText(QString("%1").arg(aerolab->getRho()) ); /*rhoQLCDNumber = new QLCDNumber(7); rhoQLCDNumber->setMode(QLCDNumber::Dec); @@ -186,7 +186,7 @@ eoffsetLabel = new QLabel(tr("Eoffset (m)"), this); eoffsetLabel->setFixedWidth(labelWidth2); eoffsetLineEdit = new QLineEdit(); - eoffsetLineEdit->setFixedWidth(70); + eoffsetLineEdit->setFixedWidth(70 * dpiXFactor); eoffsetLineEdit->setText(QString("%1").arg(aerolab->getEoffset()) ); /*eoffsetQLCDNumber = new QLCDNumber(7); eoffsetQLCDNumber->setMode(QLCDNumber::Dec); @@ -369,9 +369,8 @@ void AerolabWindow::rideSelected() { - if (!amVisible()) return; - RideItem *ride = myRideItem; + if (!amVisible() || ride == NULL || ride->ride() == NULL) return; commentEdit->setText(""); @@ -661,10 +660,7 @@ void AerolabWindow::intervalSelected() { RideItem *ride = myRideItem; - if ( !ride ) - { - return; - } + if (!amVisible() || ride == NULL || ride->ride() == NULL) return; // set the elevation data refresh(ride, true); @@ -701,6 +697,8 @@ bool AerolabWindow::hasNewParametersInRide() { + if (rideItem() == NULL || rideItem()->ride() == NULL) return false; + bool newValues = false; if (rideItem()->ride()->getTag("Total Weight", "0").toDouble() != aerolab->getTotalMass()) { diff -Nru goldencheetah-3.5~DEV1810/src/Charts/CPPlot.cpp goldencheetah-3.5~DEV1903/src/Charts/CPPlot.cpp --- goldencheetah-3.5~DEV1810/src/Charts/CPPlot.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/CPPlot.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -23,7 +23,9 @@ #include "Zones.h" #include "Colors.h" #include "CPPlot.h" +#include "PowerProfile.h" #include "RideCache.h" +#include "Banister.h" #include #include @@ -37,6 +39,7 @@ #include #include #include +#include #include // for std::lower_bound #include "CriticalPowerWindow.h" @@ -57,14 +60,14 @@ CPPlot::CPPlot(CriticalPowerWindow *parent, Context *context, bool rangemode) : QwtPlot(parent), parent(parent), // model - model(0), modelVariant(0), fit(0), fitdata(0), + model(0), modelVariant(0), fit(0), fitdata(0), modelDecay(false), // state context(context), bestsCache(NULL), dateCV(0.0), isRun(false), isSwim(false), rideSeries(RideFile::watts), isFiltered(false), shadeMode(2), shadeIntervals(true), rangemode(rangemode), - showTest(true), showBest(true), filterBest(false), showPercent(false), showHeat(false), showHeatByDate(false), showDelta(false), showDeltaPercent(false), + showTest(true), showBest(true), filterBest(false), showPowerIndex(false), showPercent(false), showHeat(false), showPP(false), showHeatByDate(false), showDelta(false), showDeltaPercent(false), plotType(0), xAxisLinearOnSpeed(true), @@ -151,7 +154,7 @@ // change the date range for the 'bests' curve void -CPPlot::setDateRange(const QDate &start, const QDate &end) +CPPlot::setDateRange(const QDate &start, const QDate &end, bool stale) { // wipe out current - calculate will reinstate @@ -160,7 +163,7 @@ // check they actually changed, to avoid ridefilecache aggregation // which is an expensive function - if (startDate != istart || endDate != iend) { + if (startDate != istart || endDate != iend || stale) { startDate = istart; endDate = iend; @@ -355,6 +358,7 @@ break; case 2 : // 3 param pdModel = new CP3Model(context); + static_cast(pdModel)->modelDecay = modelDecay; break; case 3 : // extended model pdModel = new ExtendedModel(context); @@ -669,7 +673,7 @@ heatCurve->attach(this); } - setAxisVisible(yRight, showHeat || (showPercent && rideCurve)); + setAxisVisible(yRight, showHeat || ((showPowerIndex||showPercent) && rideCurve)); // setAxisVisible(yRight, showHeat || showPercent); @@ -712,7 +716,15 @@ // Pmax is often higher than the test values (they're for // 3-20 mins typically so well short of pmax). if (!showDelta && rideSeries == RideFile::watts && pdModel && pdModel->PMax() > ymax) { - if (pdModel->PMax() > ymax) setAxisScale(yLeft, 0, pdModel->PMax() * 1.1f); + if (pdModel->PMax() > ymax) setAxisScale(yLeft, 0, (ymax=pdModel->PMax() * 1.1f)); + } + + // if we're showing the power profile, must be at least 1500 + if (ymax < 20 && showPP && rideSeries == RideFile::wattsKg) { + setAxisScale(yLeft, 0, (ymax=20)); + } + if (ymax < 1500 && showPP && rideSeries == RideFile::watts) { + setAxisScale(yLeft, 0, (ymax=1500)); } } @@ -726,29 +738,28 @@ if (criticalSeries == CriticalPowerWindow::work || rideSeries == RideFile::watts || rideSeries == RideFile::aPower) { // Reset Rank - cpw->titleRank->setText(tr("Rank")); + cpw->titleRank->setText(tr("Percentile")); //WPrime cpw->wprimeTitle->setText(tr("W'")); - if (pdModel->hasWPrime()) cpw->wprimeValue->setText(QString(tr("%1 kJ")).arg(pdModel->WPrime() / 1000.0, 0, 'f', 1)); - else cpw->wprimeValue->setText(tr("n/a")); + if (pdModel->hasWPrime()) { + cpw->wprimeValue->setText(QString(tr("%1 kJ")).arg(pdModel->WPrime() / 1000.0, 0, 'f', 1)); + cpw->wprimeRank->setText(PowerPercentile::rank(PowerPercentile::abs_w,pdModel->WPrime())); + } else { + cpw->wprimeValue->setText(""); + cpw->wprimeRank->setText(""); + } //CP cpw->cpTitle->setText(tr("CP")); cpw->cpValue->setText(QString(tr("%1 w")).arg(pdModel->CP(), 0, 'f', 0)); - cpw->cpRank->setText(tr("n/a")); + cpw->cpRank->setText(PowerPercentile::rank(PowerPercentile::abs_cp,pdModel->CP())); // P-MAX and P-MAX ranking cpw->pmaxTitle->setText(tr("Pmax")); if (pdModel->hasPMax()) { cpw->pmaxValue->setText(QString(tr("%1 w")).arg(pdModel->PMax(), 0, 'f', 0)); - - // Reference 22.5W/kg -> untrained 8W/kg - int _pMaxLevel = 15 * (pdModel->PMax() / context->athlete->getWeight(QDate::currentDate()) - 8) / (23-8) ; - if (_pMaxLevel > 0 && _pMaxLevel < 16) // check bounds - cpw->pmaxRank->setText(QString("%1").arg(_pMaxLevel)); - else - cpw->pmaxRank->setText(tr("n/a")); + cpw->pmaxRank->setText(PowerPercentile::rank(PowerPercentile::abs_pmax, pdModel->PMax())); } else { cpw->pmaxValue->setText(tr("n/a")); @@ -763,29 +774,29 @@ } else if (rideSeries == RideFile::wattsKg || rideSeries == RideFile::aPowerKg) { // Reset Rank - cpw->titleRank->setText(tr("Rank")); + cpw->titleRank->setText(tr("Percentile")); //WPrime cpw->wprimeTitle->setText(tr("W'")); - if (pdModel->hasWPrime()) cpw->wprimeValue->setText(QString(tr("%1 J/kg")).arg(pdModel->WPrime(), 0, 'f', 0)); - else cpw->wprimeValue->setText(tr("n/a")); + if (pdModel->hasWPrime()) { + cpw->wprimeValue->setText(QString(tr("%1 J/kg")).arg(pdModel->WPrime(), 0, 'f', 0)); + cpw->wprimeRank->setText(PowerPercentile::rank(PowerPercentile::wpk_w,pdModel->WPrime())); + } else { + cpw->wprimeValue->setText(tr("n/a")); + cpw->wprimeRank->setText(tr("n/a")); + } //CP cpw->cpTitle->setText(tr("CP")); cpw->cpValue->setText(QString(tr("%1 w/kg")).arg(pdModel->CP(), 0, 'f', 2)); - cpw->cpRank->setText(tr("n/a")); + cpw->cpRank->setText(PowerPercentile::rank(PowerPercentile::wpk_cp, pdModel->CP())); // P-MAX and P-MAX ranking cpw->pmaxTitle->setText(tr("Pmax")); if (pdModel->hasPMax()) { cpw->pmaxValue->setText(QString(tr("%1 w/kg")).arg(pdModel->PMax(), 0, 'f', 2)); + cpw->pmaxRank->setText(PowerPercentile::rank(PowerPercentile::wpk_pmax, pdModel->PMax())); - // Reference 22.5W/kg -> untrained 8W/kg - int _pMaxLevel = 15 * (pdModel->PMax() - 8) / (23-8) ; - if (_pMaxLevel > 0 && _pMaxLevel < 16) // check bounds - cpw->pmaxRank->setText(QString("%1").arg(_pMaxLevel)); - else - cpw->pmaxRank->setText(tr("n/a")); } else { cpw->pmaxValue->setText(tr("n/a")); cpw->pmaxRank->setText(tr("n/a")); @@ -858,7 +869,7 @@ }; // in compare mode we can plot models and compare them... -void +void CPPlot::plotModel(QVector vector, QColor plotColor, PDModel *baseline) { // first lets clear any curves we shouldn't be displaying @@ -972,6 +983,11 @@ allZoneLabels.clear(); } + if (profileCurves.count()) { + foreach (QwtPlotCurve *curve, profileCurves) delete curve; + profileCurves.clear(); + } + // heat curves if (heatCurve) { delete heatCurve; @@ -1052,6 +1068,7 @@ // honoring chart settings and filters, lets set the list of // rides we will search for performance tests... FilterSet fs; + fs.addFilter(parent->searchBox->isFiltered(), SearchFilterBox::matches(context, parent->searchBox->filter())); // chart settings fs.addFilter(context->isfiltered, context->filters); fs.addFilter(context->ishomefiltered, context->homeFilters); Specification spec; @@ -1060,7 +1077,8 @@ foreach(RideItem *r, context->athlete->rideCache->rides()) { // does it match ? - if (spec.pass(r)) rides << r; + if ((r->isSwim == isSwim) && (r->isRun == isRun) && spec.pass(r)) + rides << r; } foreach (RideItem *item, rides) { @@ -1128,6 +1146,45 @@ } } +// plot the power profile curves +void +CPPlot::plotPowerProfile() +{ + // lots of reasons not to ! + if ((rideSeries != RideFile::watts && rideSeries != RideFile::wattsKg) || showPP == false || profileCurves.count()) return; + + // plot the power profile curves + struct PowerProfile *p = rideSeries == RideFile::watts ? &powerProfile : &powerProfileWPK; + foreach (double percentile, p->percentiles) { + + // for now we don't bother with upper and lower bounds + //if (percentile > 95 || percentile < 5) continue; + + QwtPlotCurve *curve = new QwtPlotCurve(""); + if (appsettings->value(this, GC_ANTIALIAS, true).toBool() == true) curve->setRenderHint(QwtPlotItem::RenderAntialiased); + curve->setStyle(QwtPlotCurve::Lines); + + QColor color; + if (percentile > 95 || percentile < 5) color = GColor(CPLOTGRID); + else if (percentile < 51 && percentile > 49) { + color = GColor(CPLOTGRID); + color.setRed(color.red() + 30); + } else { + color = GColor(CPLOTGRID); + color.setBlue(color.blue() + 50); + } + + QPen gridpen(color); + gridpen.setWidthF(1.0 * dpiXFactor); + if (percentile > 51 || percentile < 49) gridpen.setStyle(Qt::DotLine); + curve->setCurveFitter(new QwtSplineCurveFitter()); + curve->setPen(gridpen); + curve->setSamples(p->seconds.constData(), p->values.value(percentile).constData(), p->seconds.count()); + curve->attach(this); + profileCurves << curve; + } +} + // plot the bests curve and refresh the data if needed too void CPPlot::plotBests(RideItem *rideItem) @@ -1158,7 +1215,7 @@ // we can only do shading of the bests curve // when we have power or speed and the user wants it to // be a rainbow curve. Otherwise its gonna be plain - int shadingCP = 0; + int shadingCP = 0; double shadingRatio = 1.0; if ((rideSeries == RideFile::wattsKg || rideSeries == RideFile::watts || rideSeries == RideFile::aPowerKg || rideSeries == RideFile::aPower) && shadeMode) shadingCP = dateCP; if ((rideSeries == RideFile::wattsKg || rideSeries == RideFile::aPowerKg) && shadeMode) shadingRatio = context->athlete->getWeight(QDate::currentDate()); @@ -1328,7 +1385,7 @@ // away from a linear regression // the best we found is stored in here - struct { int i; double p, t, d; } keep; + struct { int i; double p, t, d, pix; } keep; for(int i=0; i0) { // always keep pmax point @@ -1357,8 +1415,10 @@ // if its beloe the line multiply distance by -1 double d = (p[x] * t[x] * 60.0f) - ((slope * t[x] * 60.00f) + intercept); + double pix = powerIndex(p[x],t[x]); - if (keep.d < d) { + // use the regression for shorter durations and 3p for longer + if ((keep.t < 120 && keep.d < d) || (keep.t >= 120 && keep.pix < pix)) { keep.d = d; keep.i = x; keep.p = p[x]; @@ -1496,7 +1556,7 @@ label_mark->attach(this); allZoneLabels.append(label_mark); } - + high = low; ++zone; } @@ -1638,15 +1698,22 @@ // set ymax to nearest 100 if power int max = ymax * 1.1f; max = ((max/100) + 1) * 100; + if (rideSeries == RideFile::watts && showPP && max<1500) max=1500; setAxisScale(yLeft, 0, max); - } - else if (criticalSeries == CriticalPowerWindow::veloclinicplot) { + + } else if (criticalSeries == CriticalPowerWindow::veloclinicplot) { setAxisScale(yLeft, 0, 1.5*pdModel->WPrime()); - } - else if (criticalSeries == CriticalPowerWindow::vam) { + + } else if (criticalSeries == CriticalPowerWindow::vam) { // VAM is very big anyway - so just 5% headroom setAxisScale(yLeft, 0, 1.05*ymax); + + } else if (rideSeries == RideFile::wattsKg && showPP) { + ymax *= 1.1; + if (ymax<20) ymax = 20; + setAxisScale(yLeft, 0, ymax); + } else { // or just add 10% headroom @@ -1855,6 +1922,30 @@ if (showHeat) setAxisTitle(yRight, tr("Percent of Best / Heat Activities")); else setAxisTitle(yRight, tr("Percent of Best")); + } else if (showPowerIndex && bestsCache && (rideSeries == RideFile::wattsKg || rideSeries == RideFile::watts)) { + + // plot as power index if its a power series + QVector samples(timeArray.size()); + + // power index ify from the cache and always use watts regardless + for(int i=0; i fileCache()->meanMaxArray(RideFile::watts).size() && + i meanMaxArray(rideSeries).size(); i++) { + + samples[i] = powerIndex(rideItem->fileCache()->meanMaxArray(rideSeries)[i], i+1); + } + rideCurve->setSamples(timeArray.data() + 1, samples.data() + 1, + maxNonZero > 0 ? maxNonZero-1 : 0); + + // did we get over 100% .. because if so + // we need to set the maxY on the RHS to reflect that + int max = rideCurve->maxYValue(); + if (max < 1) max = 1; + else max = max * 1.05f; + setAxisScale(yRight, 0, max); // always 100 + + // set the right titles in case both Heat and Percent of best is show + setAxisTitle(yRight, tr("Power Index")); + } else { // JUST A NORMAL CURVE @@ -1869,8 +1960,8 @@ // which axis should it be on? // and also make sure its visible - rideCurve->setYAxis(showPercent ? yRight : yLeft); - setAxisVisible(yRight, showPercent || showHeat); + rideCurve->setYAxis((showPercent||showPowerIndex) ? yRight : yLeft); + setAxisVisible(yRight, showPercent || showPowerIndex || showHeat); rideCurve->attach(this); zoomer->setZoomBase(false); @@ -1930,6 +2021,9 @@ plotBests(NULL); } + // plot the powerprofile + plotPowerProfile(); + // plot tests (in ride, or across date range) plotTests(rangemode ? NULL : rideItem); @@ -2055,10 +2149,13 @@ } else { // eg: "### watts" - units2 = tr("%1 %2").arg(yvalue, 0, 'f', RideFile::decimalsFor(rideSeries)) + if (showPercent) units2 = tr("%1 Percent").arg(yvalue, 0, 'f', RideFile::decimalsFor(rideSeries)); + else if (showPowerIndex) units2 = tr("%1 Power Index").arg(yvalue, 0, 'f', RideFile::decimalsFor(rideSeries)); + else units2 = tr("%1 %2").arg(yvalue, 0, 'f', RideFile::decimalsFor(rideSeries)) .arg(RideFile::unitName(rideSeries, context)); } - + +#if 0 // for the current ride curve, add a percent of rider's actual best. if (!showPercent && curve == rideCurve && index >= 0 && getBests().count() > index) { @@ -2070,7 +2167,8 @@ .arg((yvalue *100)/ bestY, 0, 'f', 0) .arg(tr("Percent of Best")); } - } + } +#endif // for speed series add pace with units according to settings @@ -2186,6 +2284,21 @@ } void +CPPlot::setShowPowerIndex(bool x) +{ + showPowerIndex = x; + showPercent = showPowerIndex ? false : showPercent; + clearCurves(); +} + +void +CPPlot::setShowPP(bool x) +{ + showPP = x; + clearCurves(); +} + +void CPPlot::setShowEffort(bool x) { showEffort = x; @@ -2217,6 +2330,7 @@ CPPlot::setShowPercent(bool x) { showPercent = x; + showPowerIndex = showPercent ? false : showPowerIndex; } void @@ -2267,7 +2381,7 @@ // model parameters! void -CPPlot::setModel(int sanI1, int sanI2, int anI1, int anI2, int aeI1, int aeI2, int laeI1, int laeI2, int model, int variant, int fit, int fitdata) +CPPlot::setModel(int sanI1, int sanI2, int anI1, int anI2, int aeI1, int aeI2, int laeI1, int laeI2, int model, int variant, int fit, int fitdata, bool decay) { this->anI1 = double(anI1); this->anI2 = double(anI2); @@ -2283,6 +2397,7 @@ this->modelVariant = variant; this->fit = fit; this->fitdata = fitdata; + this->modelDecay = decay; clearCurves(); } @@ -2819,14 +2934,22 @@ int max = ymax * 1.1f; max = ((max/100) + 1) * 100; + if (showPP && max < 1500) max=1500; setAxisScale(yLeft, 0, max); + } else if (showPP && rideSeries == RideFile::wattsKg) { + ymax *=1.1; + if (ymax<20) ymax = 20; + + setAxisScale(yLeft, 0, ymax); } else { // or just add 10% headroom setAxisScale(yLeft, ymin *1.1, 1.1*ymax); } + plotPowerProfile(); + // phew replot(); } @@ -2962,14 +3085,24 @@ // set ymax to nearest 100 if power ymax = ymax * 1.1f; ymax = ((ymax/100) + 1) * 100; + if (showPP && ymax<1500) ymax=1500; setAxisScale(yLeft, ymin, ymax); + } else if (showPP && rideSeries == RideFile::wattsKg) { + ymax *=1.1; + if (ymax<20) ymax = 20; + + setAxisScale(yLeft, 0, ymax); + } else { // or just add 10% headroom setAxisScale(yLeft, ymin *1.1, 1.1*ymax); } + + plotPowerProfile(); + replot(); } diff -Nru goldencheetah-3.5~DEV1810/src/Charts/CPPlot.h goldencheetah-3.5~DEV1903/src/Charts/CPPlot.h --- goldencheetah-3.5~DEV1810/src/Charts/CPPlot.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/CPPlot.h 2019-02-22 09:38:21.000000000 +0000 @@ -64,13 +64,15 @@ // setters void setRide(RideItem *rideItem); - void setDateRange(const QDate &start, const QDate &end); + void setDateRange(const QDate &start, const QDate &end, bool stale=false); void setShowPercent(bool x); + void setShowPowerIndex(bool x); void setShowTest(bool x); void setShowBest(bool x); void setFilterBest(bool x); void setShowHeat(bool x); void setShowEffort(bool x); + void setShowPP(bool x); void setShowHeatByDate(bool x); void setShowDelta(bool delta, bool percent); void setShadeMode(int x); @@ -83,7 +85,7 @@ void setPlotType(int index); void showXAxisLinear(bool x); void setModel(int sanI1, int sanI2, int anI1, int anI2, - int aeI1, int aeI2, int laeI1, int laeI2, int model, int variant, int fit, int fitdata); + int aeI1, int aeI2, int laeI1, int laeI2, int model, int variant, int fit, int fitdata, bool modelDecay); // getters QVector getBests(); @@ -131,6 +133,7 @@ void plotTests(RideItem *); void plotEfforts(); void plotModel(); + void plotPowerProfile(); void plotLinearWorkModel(); void plotModel(QVector vector, QColor plotColor, PDModel *baseline); // for compare date range models void updateModelHelper(); // overlay window with parameter estimates from fit @@ -150,6 +153,7 @@ // Models and Extended Models int model, modelVariant; int fit, fitdata; + bool modelDecay; double sanI1, sanI2, anI1, anI2, aeI1, aeI2, laeI1, laeI2; // Data and State @@ -172,9 +176,11 @@ bool showTest; bool showBest; bool filterBest; + bool showPowerIndex; bool showPercent; bool showHeat; bool showEffort; + bool showPP; bool showHeatByDate; bool showDelta; // only in compare mode bool showDeltaPercent; // only in compare mode @@ -186,6 +192,7 @@ QList bestsCurves; QList centileCurves; QList intervalCurves; + QList profileCurves; QList modelCurves; QList modelIntCurves; diff -Nru goldencheetah-3.5~DEV1810/src/Charts/CriticalPowerWindow.cpp goldencheetah-3.5~DEV1903/src/Charts/CriticalPowerWindow.cpp --- goldencheetah-3.5~DEV1810/src/Charts/CriticalPowerWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/CriticalPowerWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include "Season.h" @@ -121,7 +122,7 @@ mainLayout->addLayout(cpediting); connect(CPEdit, SIGNAL(textChanged(QString)), this, SLOT(setSliderFromEdit())); connect(CPSlider, SIGNAL(valueChanged(int)), this, SLOT(setEditFromSlider())); - + // // Chart settings // @@ -204,6 +205,11 @@ shadeCheck->setChecked(true); cl->addRow(shading, shadeCheck); + showPPCheck = new QCheckBox(this); + showPPCheck->setChecked(false); // default off + QLabel *pp = new QLabel(tr("Show Power Profile")); + cl->addRow(pp, showPPCheck); + showGridCheck = new QCheckBox(this); showGridCheck->setChecked(true); // default on QLabel *gridify = new QLabel(tr("Show grid")); @@ -229,6 +235,11 @@ QLabel *heaties = new QLabel(tr("Show Sustained Efforts")); cl->addRow(heaties, showEffortCheck); + showPowerIndexCheck = new QCheckBox(this); + showPowerIndexCheck->setChecked(false); // default off + QLabel *indexify = new QLabel(tr("Show as Power Index")); + cl->addRow(indexify, showPowerIndexCheck); + showPercentCheck = new QCheckBox(this); showPercentCheck->setChecked(false); // default off QLabel *percentify = new QLabel(tr("Show as percentage")); @@ -291,6 +302,12 @@ mcl->addRow(new QLabel(tr("Data to fit")), fitdataCombo); mcl->addRow(new QLabel(tr(" "))); + + modelDecayLabel = new QLabel(tr("CP and W' Decay")); + modelDecayCheck = new QCheckBox(this); + mcl->addRow(modelDecayLabel, modelDecayCheck); + mcl->addRow(new QLabel(tr(" "))); + intervalLabel = new QLabel(tr("Search Interval")); secondsLabel = new QLabel(tr("(seconds)")); mcl->addRow(intervalLabel, secondsLabel); @@ -402,6 +419,9 @@ grid->enableX(false); // not needed grid->enableY(true); grid->setZ(-20); + QwtValueList ytick[QwtScaleDiv::NTickTypes]; + for (double i=0.0; i<=2500; i+= 100) ytick[QwtScaleDiv::MajorTick]<setAxisScaleDiv(QwtPlot::yLeft,QwtScaleDiv(0.0,2500.0,ytick)); grid->attach(cpPlot); // the model helper -- showing model parameters etc @@ -495,8 +515,8 @@ // when working on a ride we can select intervals! connect(cComboSeason, SIGNAL(currentIndexChanged(int)), this, SLOT(seasonSelected(int))); connect(context, SIGNAL(intervalSelected()), this, SLOT(intervalSelected())); - connect(context, SIGNAL(intervalsChanged()), this, SLOT(intervalsChanged())); - connect(context, SIGNAL(intervalHover(IntervalItem*)), this, SLOT(intervalHover(IntervalItem*))); + connect(context, SIGNAL(intervalsChanged()), this, SLOT(intervalsChanged())); + connect(context, SIGNAL(intervalHover(IntervalItem*)), this, SLOT(intervalHover(IntervalItem*))); // Compare connect(context, SIGNAL(compareIntervalsStateChanged(bool)), SLOT(forceReplot())); @@ -522,6 +542,7 @@ connect(sanI2SpinBox, SIGNAL(valueChanged(double)), this, SLOT(modelParametersChanged())); connect(laeI1SpinBox, SIGNAL(valueChanged(double)), this, SLOT(modelParametersChanged())); connect(laeI2SpinBox, SIGNAL(valueChanged(double)), this, SLOT(modelParametersChanged())); + connect(modelDecayCheck, SIGNAL(toggled(bool)), this, SLOT(modelParametersChanged())); connect(velo1, SIGNAL(toggled(bool)), this, SLOT(modelParametersChanged())); connect(velo2, SIGNAL(toggled(bool)), this, SLOT(modelParametersChanged())); connect(velo3, SIGNAL(toggled(bool)), this, SLOT(modelParametersChanged())); @@ -537,6 +558,7 @@ connect(shadeCheck, SIGNAL(stateChanged(int)), this, SLOT(shadingSelected(int))); connect(shadeIntervalsCheck, SIGNAL(stateChanged(int)), this, SLOT(shadeIntervalsChanged(int))); connect(showEffortCheck, SIGNAL(stateChanged(int)), this, SLOT(showEffortChanged(int))); + connect(showPPCheck, SIGNAL(stateChanged(int)), this, SLOT(showPPChanged(int))); connect(showHeatCheck, SIGNAL(stateChanged(int)), this, SLOT(showHeatChanged(int))); connect(showCSLinearCheck, SIGNAL(stateChanged(int)), this, SLOT(showCSLinearChanged(int))); connect(rHeat, SIGNAL(stateChanged(int)), this, SLOT(rHeatChanged(int))); @@ -544,6 +566,7 @@ connect(rDeltaPercent, SIGNAL(stateChanged(int)), this, SLOT(rDeltaChanged())); connect(showHeatByDateCheck, SIGNAL(stateChanged(int)), this, SLOT(showHeatByDateChanged(int))); connect(showPercentCheck, SIGNAL(stateChanged(int)), this, SLOT(showPercentChanged(int))); + connect(showPowerIndexCheck, SIGNAL(stateChanged(int)), this, SLOT(showPowerIndexChanged(int))); connect(showTestCheck, SIGNAL(stateChanged(int)), this, SLOT(showTestChanged(int))); connect(showBestCheck, SIGNAL(stateChanged(int)), this, SLOT(showBestChanged(int))); connect(filterBestCheck, SIGNAL(stateChanged(int)), this, SLOT(filterBestChanged(int))); @@ -567,14 +590,14 @@ } // veloclinic stuff -void +void CriticalPowerWindow::setSliderFromEdit() { int value = CPEdit->text().toInt(); CPSlider->setValue(value); } -void +void CriticalPowerWindow::setEditFromSlider() { CPEdit->setText(QString("%1").arg(CPSlider->value())); @@ -758,16 +781,20 @@ laeLabel->hide(); laeI1SpinBox->hide(); laeI2SpinBox->hide(); + modelDecayCheck->hide(); + modelDecayLabel->hide(); // No default values ! break; - case 4 : // Veloclinic Model uses 2 parameter classic but + case 4 : // Veloclinic Model uses 2 parameter classic but // also lets you select a variation .. vlabel->show(); velo1->show(); velo2->show(); velo3->show(); + modelDecayCheck->hide(); + modelDecayLabel->hide(); // intentional fallthrough // and drop through into case 1 below ... @@ -789,6 +816,8 @@ laeLabel->hide(); laeI1SpinBox->hide(); laeI2SpinBox->hide(); + modelDecayCheck->hide(); + modelDecayLabel->hide(); // Default values: class 2-3mins 10-20 model anI1SpinBox->setValue(120); @@ -815,6 +844,8 @@ laeLabel->hide(); laeI1SpinBox->hide(); laeI2SpinBox->hide(); + modelDecayLabel->show(); + modelDecayCheck->show(); // Default values anI1SpinBox->setValue(180); @@ -839,7 +870,9 @@ aeI2SpinBox->show(); laeLabel->show(); laeI1SpinBox->show(); - laeI2SpinBox->show(); + laeI2SpinBox->show(); + modelDecayCheck->hide(); + modelDecayLabel->hide(); // Default values sanI1SpinBox->setValue(20); @@ -859,9 +892,9 @@ modelParametersChanged(); } -// kind of tedious but return index into a radio button group +// kind of tedious but return index into a radio button group // for the button that is actually checked. -int +int CriticalPowerWindow::variant() const { if (velo1->isChecked()) return 0; @@ -903,7 +936,8 @@ modelCombo->currentIndex(), variant(), fitCombo->currentIndex(), - fitdataCombo->currentIndex()); + fitdataCombo->currentIndex(), + modelDecay()); // and apply if (amVisible() && myRideItem != NULL) { @@ -964,7 +998,7 @@ if (rangemode) { // force replot... - dateRangeChanged(myDateRange); + dateRangeChanged(myDateRange); } else { @@ -1147,8 +1181,8 @@ // make a ridefile RideFile f(myRideItem->ride()); - - foreach(RideFilePoint *p, myRideItem->ride()->dataPoints()) { + + foreach(RideFilePoint *p, myRideItem->ride()->dataPoints()) { if ((p->secs+f.recIntSecs()) >= current->start && p->secs <= (current->stop+f.recIntSecs())) { f.appendPoint(p->secs, p->cad, p->hr, p->km, p->kph, p->nm, p->watts, p->alt, p->lon, p->lat, p->headwind, @@ -1305,7 +1339,7 @@ CriticalPowerWindow::event(QEvent *event) { // nasty nasty nasty hack to move widgets as soon as the widget geometry - // is set properly by the layout system, by default the width is 100 and + // is set properly by the layout system, by default the width is 100 and // we wait for it to be set properly then put our helper widget on the RHS if (event->type() == QEvent::Resize && geometry().width() != 100) { @@ -1690,7 +1724,7 @@ } else dateRange = myDateRange; - // only change date range if its actually changed! + // only change date range if its actually changed! if (series() == veloclinicplot || dateRange.from != cfrom || dateRange.to != cto || stale) { cfrom = dateRange.from; @@ -1738,7 +1772,7 @@ cpPlot->setSport(false, false); } - cpPlot->setDateRange(dateRange.from, dateRange.to); + cpPlot->setDateRange(dateRange.from, dateRange.to, stale); } // always refresh though @@ -1812,6 +1846,7 @@ void CriticalPowerWindow::showPercentChanged(int state) { + if (state) showPowerIndexCheck->setChecked(false); cpPlot->setShowPercent(state); rPercent->setChecked(state); @@ -1820,7 +1855,18 @@ else cpPlot->setRide(currentRide); } -void +void +CriticalPowerWindow::showPowerIndexChanged(int state) +{ + if (state) showPercentCheck->setChecked(false); + cpPlot->setShowPowerIndex(state); + + // redraw + if (rangemode) dateRangeChanged(DateRange()); + else cpPlot->setRide(currentRide); +} + +void CriticalPowerWindow::rPercentChanged(int check) { showPercentCheck->setChecked(check); @@ -1837,6 +1883,16 @@ } void +CriticalPowerWindow::showPPChanged(int state) +{ + cpPlot->setShowPP(state); + + // redraw + if (rangemode) dateRangeChanged(DateRange()); + else cpPlot->setRide(currentRide); +} + +void CriticalPowerWindow::showHeatChanged(int state) { cpPlot->setShowHeat(state); @@ -1856,7 +1912,7 @@ if (rangemode) dateRangeChanged(DateRange()); } -void +void CriticalPowerWindow::rHeatChanged(int check) { showHeatCheck->setChecked(check); diff -Nru goldencheetah-3.5~DEV1810/src/Charts/CriticalPowerWindow.h goldencheetah-3.5~DEV1903/src/Charts/CriticalPowerWindow.h --- goldencheetah-3.5~DEV1810/src/Charts/CriticalPowerWindow.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/CriticalPowerWindow.h 2019-02-22 09:38:21.000000000 +0000 @@ -53,6 +53,7 @@ Q_PROPERTY(bool showTest READ showTest WRITE setShowTest USER true) Q_PROPERTY(bool filterBest READ filterBest WRITE setFilterBest USER true) Q_PROPERTY(bool showPercent READ showPercent WRITE setShowPercent USER true) + Q_PROPERTY(bool showPowerIndex READ showPowerIndex WRITE setShowPowerIndex USER true) Q_PROPERTY(bool showGrid READ showGrid WRITE setShowGrid USER true) // for retro compatibility @@ -62,6 +63,7 @@ Q_PROPERTY(int fit READ fit WRITE setFit USER true) Q_PROPERTY(int fitdata READ fitdata WRITE setFitdata USER true) Q_PROPERTY(int variant READ variant WRITE setVariant USER true) + Q_PROPERTY(bool modelDecay READ modelDecay WRITE setModelDecay USER true) Q_PROPERTY(int ani1 READ anI1 WRITE setAnI1 USER true) Q_PROPERTY(int ani2 READ anI2 WRITE setAnI2 USER true) Q_PROPERTY(int aei1 READ aeI1 WRITE setAeI1 USER true) @@ -70,6 +72,7 @@ Q_PROPERTY(int sani2 READ sanI2 WRITE setSanI2 USER true) Q_PROPERTY(int laei1 READ laeI1 WRITE setLaeI1 USER true) Q_PROPERTY(int laei2 READ laeI2 WRITE setLaeI2 USER true) + Q_PROPERTY(bool showPP READ showPP WRITE setShowPP USER true) Q_PROPERTY(QDate fromDate READ fromDate WRITE setFromDate USER true) Q_PROPERTY(QDate toDate READ toDate WRITE setToDate USER true) @@ -107,6 +110,9 @@ int cpModel() const { return modelCombo->currentIndex(); } void setCPModel(int x) { modelCombo->setCurrentIndex(x); } + bool modelDecay() const { return modelDecayCheck->isChecked(); } + void setModelDecay(bool x) { modelDecayCheck->setChecked(x); } + int fit() const { return fitCombo->currentIndex(); } void setFit(int x) { fitCombo->setCurrentIndex(x); } @@ -219,9 +225,15 @@ bool showTest() { return showTestCheck->isChecked(); } void setShowTest(bool x) { return showTestCheck->setChecked(x); } + bool showPowerIndex() { return showPowerIndexCheck->isChecked(); } + void setShowPowerIndex(bool x) { return showPowerIndexCheck->setChecked(x); } + bool showPercent() { return showPercentCheck->isChecked(); } void setShowPercent(bool x) { return showPercentCheck->setChecked(x); } + bool showPP() { return showPPCheck->isChecked(); } + void setShowPP(bool x) { return showPPCheck->setChecked(x); } + protected slots: void forceReplot(); void newRideAdded(RideItem*); @@ -233,10 +245,12 @@ void seasonSelected(int season); void shadingSelected(int shading); void showEffortChanged(int check); + void showPPChanged(int check); void showHeatChanged(int check); void showCSLinearChanged(int state); void showHeatByDateChanged(int check); void showPercentChanged(int check); + void showPowerIndexChanged(int check); void showBestChanged(int check); void showTestChanged(int check); void filterBestChanged(int check); @@ -294,6 +308,7 @@ QLabel *cpintTodayValue; QLabel *cpintAllValue; QLabel *cpintCPValue; + QLabel *modelDecayLabel; QComboBox *seriesCombo; QComboBox *modelCombo; QComboBox *fitCombo; @@ -305,15 +320,18 @@ QCheckBox *shadeCheck; QCheckBox *shadeIntervalsCheck; QCheckBox *showEffortCheck; + QCheckBox *showPPCheck; QCheckBox *showHeatCheck; QCheckBox *showHeatByDateCheck; QCheckBox *showPercentCheck; + QCheckBox *showPowerIndexCheck; QCheckBox *showBestCheck; QCheckBox *showTestCheck; QCheckBox *filterBestCheck; QCheckBox *showGridCheck; QCheckBox *rPercent, *rHeat, *rDelta, *rDeltaPercent; QCheckBox *showCSLinearCheck; + QCheckBox *modelDecayCheck; QLabel *showCSLinearLabel; QwtPlotPicker *picker; QwtPlotGrid *grid; diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMPlot.cpp goldencheetah-3.5~DEV1903/src/Charts/LTMPlot.cpp --- goldencheetah-3.5~DEV1810/src/Charts/LTMPlot.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMPlot.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -27,12 +27,16 @@ #include "RideMetric.h" #include "RideCache.h" #include "RideFileCache.h" +#include "Banister.h" +#include "Estimator.h" #include "Settings.h" #include "Colors.h" #include "IndendPlotMarker.h" #include "DataFilter.h" // formulas #include "Utils.h" +#include "IntervalItem.h" + #include "PMCData.h" // for LTS/STS calculation #include "Zones.h" #include "HrZones.h" @@ -226,6 +230,8 @@ isolation = false; int user=0; + bool haveBanister=false; // do we want to show the banister helper? + //qDebug()<<"Starting.."<metrics) { + // if we have at least one banister curve visible then helper is relevant + if (metricDetail.hidden == false && metricDetail.type == METRIC_BANISTER) haveBanister=true; + if (metricDetail.stack == true) { // register this data @@ -440,14 +449,15 @@ if (count <= 0) continue; // Create a curve - QwtPlotCurve *current = metricDetail.type == METRIC_ESTIMATE + QwtPlotCurve *current = (metricDetail.type == METRIC_ESTIMATE || metricDetail.type == METRIC_BANISTER || metricDetail.type == METRIC_D_MEASURE) ? new QwtPlotGappedCurve(metricDetail.uname, 1) : new QwtPlotCurve(metricDetail.uname); current->setVisible(!metricDetail.hidden); settings->metrics[m].curve = current; - if (metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) + if (metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS || metricDetail.type == METRIC_BANISTER) { + //fprintf(stderr, "insert curve %s, %s\n", metricDetail.uname.toStdString().c_str(), metricDetail.bestSymbol.toStdString().c_str()); fflush(stderr); curves.insert(metricDetail.bestSymbol, current); - else + } else curves.insert(metricDetail.symbol, current); stacks.insert(current, stackcounter+1); if (appsettings->value(this, GC_ANTIALIAS, true).toBool() == true) @@ -594,14 +604,15 @@ //qDebug()<<"Create curve data.."<setVisible(!metricDetail.hidden); settings->metrics[m].curve = current; - if (metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) + if (metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS || metricDetail.type == METRIC_BANISTER) { + //fprintf(stderr, "insert curve %s, %s\n", metricDetail.uname.toStdString().c_str(), metricDetail.bestSymbol.toStdString().c_str()); fflush(stderr); curves.insert(metricDetail.bestSymbol, current); - else + } else curves.insert(metricDetail.symbol, current); if (appsettings->value(this, GC_ANTIALIAS, true).toBool() == true) current->setRenderHint(QwtPlotItem::RenderAntialiased); @@ -650,7 +661,7 @@ QString trendName = QString(tr("%1 trend")).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -688,7 +699,7 @@ if (metricDetail.trendtype == 2 && count > 3) { QString trendName = QString(tr("%1 trend")).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -730,7 +741,7 @@ if (metricDetail.trendtype == 3 && count > 5) { QString trendName = QString(tr("%1 trend")).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -963,7 +974,7 @@ topName = QString(tr("Best %1")).arg(metricDetail.uname); QString topSymbol = QString("%1_%2") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol).arg(topName); QwtPlotCurve *top = new QwtPlotCurve(topName); top->setItemAttribute(QwtPlotItem::Legend, false); @@ -1141,7 +1152,8 @@ if (metricDetail.symbolStyle != QwtSymbol::NoSymbol) { QwtSymbol *sym = new QwtSymbol; - sym->setSize(6*dpiXFactor); + double testfactor = metricDetail.type == METRIC_PERFORMANCE ? 2 : 1; + sym->setSize(6*dpiXFactor*testfactor); sym->setStyle(metricDetail.symbolStyle); sym->setPen(QPen(metricDetail.penColor)); sym->setBrush(QBrush(metricDetail.penColor)); @@ -1368,6 +1380,9 @@ // update colours etc for plot chrome will also save state configChanged(CONFIG_APPEARANCE); + // we have banister? + parent->showBanister(haveBanister); + // plot replot(); @@ -1818,7 +1833,7 @@ QString trendName = QString(tr("%1 %2 trend")).arg(cd.name).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -1854,7 +1869,7 @@ if (metricDetail.trendtype == 2 && count > 3) { QString trendName = QString(tr("%1 %2 trend")).arg(cd.name).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -1895,7 +1910,7 @@ if (metricDetail.trendtype == 3 && count > 5) { QString trendName = QString(tr("%1 trend")).arg(metricDetail.uname); QString trendSymbol = QString("%1_trend") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol); QwtPlotCurve *trend = new QwtPlotCurve(trendName); @@ -2076,7 +2091,7 @@ // lets setup a curve with this data then! QString topName = QString(tr("%1 %2 Best")).arg(cd.name).arg(metricDetail.uname); QString topSymbol = QString("%1_%2") - .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? + .arg((metricDetail.type == METRIC_BEST || metricDetail.type == METRIC_STRESS) ? metricDetail.bestSymbol : metricDetail.symbol).arg(topName); QwtPlotCurve *top = new QwtPlotCurve(topName); top->setItemAttribute(QwtPlotItem::Legend, false); @@ -2602,6 +2617,9 @@ if (metricDetail.type == METRIC_DB || metricDetail.type == METRIC_META) { createMetricData(context, settings, metricDetail, x,y,n, forceZero); return; + } else if (metricDetail.type == METRIC_BANISTER) { + createBanisterData(context, settings, metricDetail, x,y,n, forceZero); + return; } else if (metricDetail.type == METRIC_STRESS || metricDetail.type == METRIC_PM) { createPMCData(context, settings, metricDetail, x,y,n, forceZero); return; @@ -2617,6 +2635,9 @@ } else if (metricDetail.type == METRIC_D_MEASURE) { createMeasureData(context, settings, metricDetail, x,y,n, forceZero); return; + } else if (metricDetail.type == METRIC_PERFORMANCE) { + createPerformanceData(context, settings, metricDetail, x,y,n, forceZero); + return; } } @@ -3532,6 +3553,105 @@ } void +LTMPlot::createBanisterData(Context *context, LTMSettings *settings, MetricDetail metricDetail, + QVector&x,QVector&y,int&n, bool) +{ + // banister model + Banister *banister = context->athlete->getBanisterFor(metricDetail.symbol, 50,11); + + // should never happen... + if (banister==NULL) { + n=0; + return; + } + + int maxdays = groupForDate(settings->end.date(), settings->groupBy) + - groupForDate(settings->start.date(), settings->groupBy); + + // skip for negative or empty time periods. + if (maxdays <=0) return; + + x.resize(maxdays+3); // one for start from zero plus two for 0 value added at head and tail + y.resize(maxdays+3); // one for start from zero plus two for 0 value added at head and tail + + // iterate over it and create curve... + n=-1; + int lastDay=0; + unsigned long secondsPerGroupBy=0; + bool wantZero = true; + + + for (QDate date=settings->start.date(); date <= settings->end.date(); date = date.addDays(1)) { + bool plotData = true; + // past ? + bool past = date.daysTo(QDate::currentDate())>0; + + // day we are on + int currentDay = groupForDate(date, settings->groupBy); + + // value for day + double value = banister->value(date, metricDetail.stressType); + + if (plotData && (value || wantZero)) { + unsigned long seconds = 1; + if (currentDay > lastDay) { + if (lastDay && wantZero) { + while (lastDaystart.date(), settings->groupBy); + y[n]=0; + } + } else { + n++; + } + + y[n] = value; + x[n] = currentDay - groupForDate(settings->start.date(), settings->groupBy); + + // only increment counter if nonzero or we aggregate zeroes + secondsPerGroupBy = seconds; + + } else { + // sum totals, average averages and choose best for Peaks + int type = RideMetric::Average; + + if (metricDetail.uunits == "Ramp" || + metricDetail.uunits == tr("Ramp")) type = RideMetric::Total; + + // first time thru + if (n<0) n++; + + switch (type) { + case RideMetric::Total: + y[n] += value; + break; + case RideMetric::Average: + { + // average should be calculated taking into account + // the duration of the ride, otherwise high value but + // short rides will skew the overall average + y[n] = ((y[n]*secondsPerGroupBy)+(seconds*value)) / (secondsPerGroupBy+seconds); + break; + } + case RideMetric::Low: + if (value < y[n]) y[n] = value; + break; + case RideMetric::Peak: + if (value > y[n]) y[n] = value; + break; + case RideMetric::MeanSquareRoot: + if (value) y[n] = sqrt((pow(y[n],2)*secondsPerGroupBy + pow(value,2)*value)/(secondsPerGroupBy+seconds)); + break; + } + secondsPerGroupBy += seconds; // increment for same group + } + lastDay = currentDay; + } + } +} + +void LTMPlot::createMeasureData(Context *context, LTMSettings *settings, MetricDetail metricDetail, QVector&x,QVector&y,int&n, bool) { int maxdays = groupForDate(settings->end.date(), settings->groupBy) @@ -3559,6 +3679,131 @@ if (value || wantZero) { unsigned long seconds = 1; + if (currentDay > lastDay) { + if (lastDay && wantZero) { + while (lastDaystart.date(), settings->groupBy); + y[n]=0; + } + } else { + n++; + } + + y[n] = value; + x[n] = currentDay - groupForDate(settings->start.date(), settings->groupBy); + + // only increment counter if nonzero or we aggregate zeroes + secondsPerGroupBy = seconds; + + } else { + // sum totals, average averages and choose best for Peaks + int type = RideMetric::Average; + + // first time thru + if (n<0) n++; + + switch (type) { + case RideMetric::Total: + y[n] += value; + break; + case RideMetric::Average: + { + // average should be calculated taking into account + // the duration of the ride, otherwise high value but + // short rides will skew the overall average + y[n] = ((y[n]*secondsPerGroupBy)+(seconds*value)) / (secondsPerGroupBy+seconds); + break; + } + case RideMetric::Low: + if (value < y[n]) y[n] = value; + break; + case RideMetric::Peak: + if (value > y[n]) y[n] = value; + break; + case RideMetric::MeanSquareRoot: + if (value) y[n] = sqrt((pow(y[n],2)*secondsPerGroupBy + pow(value,2)*value)/(secondsPerGroupBy+seconds)); + break; + } + secondsPerGroupBy += seconds; // increment for same group + } + lastDay = currentDay; + } + } +} + +void +LTMPlot::createPerformanceData(Context *context, LTMSettings *settings, MetricDetail metricDetail, QVector&x,QVector&y,int&n, bool) +{ + int maxdays = groupForDate(settings->end.date(), settings->groupBy) + - groupForDate(settings->start.date(), settings->groupBy); + + // skip for negative or empty time periods. + if (maxdays <=0) return; + + x.resize(maxdays+3); // one for start from zero plus two for 0 value added at head and tail + y.resize(maxdays+3); // one for start from zero plus two for 0 value added at head and tail + + // iterate over it and create curve... + n=-1; + int lastDay=0; + unsigned long secondsPerGroupBy=0; + bool wantZero = false; + + // scan for performance tests and create a map so we can lookup quickly + QHash tests; + foreach (RideItem *item, context->athlete->rideCache->rides()) { + if (item->dateTime.date() >= settings->start.date() && item->dateTime.date() <= settings->end.date()) { + foreach(IntervalItem *i, item->intervals()) { + if (i->istest()) { + Performance p(item->dateTime.date(), 0,0,0); + p=tests.value(item->dateTime.date(), p); + + // work out interval duration and power + double secs=i->getForSymbol("workout_time"); + double power=i->getForSymbol("average_power"); + double pix=i->getForSymbol("power_index"); + + if (pix > p.powerIndex) { + // we have a better one + p.when = item->dateTime.date(); + p.weekcommencing = item->dateTime.date(); //XXX + p.powerIndex = pix; + p.power = power; + p.duration = secs; + + tests.insert(item->dateTime.date(), p); + } + } + } + } + } + + + for (QDate date=settings->start.date(); date <= settings->end.date(); date = date.addDays(1)) { + // day we are on + int currentDay = groupForDate(date, settings->groupBy); + double value=0; + + // is there a performance test today? + if (metricDetail.tests) { + Performance t = tests.value(date, Performance(QDate(), 0,0,0)); + value = t.powerIndex; + } + if (metricDetail.perfs && value <= 0) { + // is there a weekly performance today? + Performance p = context->athlete->rideCache->estimator->getPerformanceForDate(date); + if (!p.submaximal) value = p.powerIndex; + } + if (metricDetail.submax && value <= 0) { + // is there a submax weekly performance today? + Performance p = context->athlete->rideCache->estimator->getPerformanceForDate(date); + if (p.submaximal) value = p.powerIndex; + } + + if (value || wantZero) { + unsigned long seconds = 1; if (currentDay > lastDay) { if (lastDay && wantZero) { while (lastDay&, QVector&, int&, bool=false); + // create curve data from Banister + void createBanisterData(Context *,LTMSettings *, MetricDetail, QVector&, QVector&, int&, bool=false); + // create curve data from PMCData void createPMCData(Context *,LTMSettings *, MetricDetail, QVector&, QVector&, int&, bool=false); @@ -134,6 +137,9 @@ // create curve data from Measure (Body, Hrv) void createMeasureData(Context *,LTMSettings *, MetricDetail, QVector&, QVector&, int&, bool=false); + // create curve data from Measure (Body, Hrv) + void createPerformanceData(Context *,LTMSettings *, MetricDetail, QVector&, QVector&, int&, bool=false); + // create a curve based upon TOD void createTODCurveData(Context *,LTMSettings *, MetricDetail, QVector&, QVector&, int&, bool=false); diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMPopup.cpp goldencheetah-3.5~DEV1903/src/Charts/LTMPopup.cpp --- goldencheetah-3.5~DEV1810/src/Charts/LTMPopup.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMPopup.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -511,7 +511,8 @@ metrics->setText(setSummaryHTML(have)); notes->setText(""); //! stop crash (?) - notes->setText(have->getText("Notes", "")); + // Use calendar text for more information and to allow customization + notes->setText(have->getText("Calendar Text", "")); } } resizeEvent(NULL); diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMSettings.cpp goldencheetah-3.5~DEV1903/src/Charts/LTMSettings.cpp --- goldencheetah-3.5~DEV1810/src/Charts/LTMSettings.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMSettings.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -229,6 +229,9 @@ out<> m.measureGroup; in >> m.measureField; } + if (version >= 18) { + in >> m.tests; + in >> m.perfs; + } + if (version >= 19) in >> m.submax; + bool keep=true; // check for deprecated things and set keep=false if // we don't support this any more ! diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMSettings.h goldencheetah-3.5~DEV1903/src/Charts/LTMSettings.h --- goldencheetah-3.5~DEV1810/src/Charts/LTMSettings.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMSettings.h 2019-02-22 09:38:21.000000000 +0000 @@ -51,8 +51,10 @@ // 15 13 Aug 2015 Mark Liversedge Added formula aggregation type Avg, Total, Low etc // 16 14 Aug 2015 Mark Liversedge Added curve specific filter // 17 01 Nov 2017 Ale Martinez Added Daily Measure type (Body/Hrv) +// 18 05 Jan 2018 Mark Liversedge Performance tests and weekly performances +// 19 07 Jan 2018 Mark Liversedge Flagged as possibly submaximal weekly best -#define LTM_VERSION_NUMBER 17 +#define LTM_VERSION_NUMBER 19 // group by settings #define LTM_DAY 1 @@ -63,15 +65,17 @@ #define LTM_ALL 6 // type of metric -#define METRIC_DB 1 -#define METRIC_PM 2 -#define METRIC_META 3 -#define METRIC_MEASURE 4 // DEPRECATED DO NOT USE -#define METRIC_BEST 5 -#define METRIC_ESTIMATE 6 -#define METRIC_STRESS 7 -#define METRIC_FORMULA 8 -#define METRIC_D_MEASURE 9 +#define METRIC_DB 1 +#define METRIC_PM 2 +#define METRIC_META 3 +#define METRIC_MEASURE 4 // DEPRECATED DO NOT USE +#define METRIC_BEST 5 +#define METRIC_ESTIMATE 6 +#define METRIC_STRESS 7 +#define METRIC_FORMULA 8 +#define METRIC_D_MEASURE 9 +#define METRIC_PERFORMANCE 10 +#define METRIC_BANISTER 11 // type of estimate #define ESTIMATE_WPRIME 0 @@ -96,6 +100,12 @@ #define STRESS_EXPECTED_SB 10 #define STRESS_EXPECTED_RR 11 +// type of banister curve +#define BANISTER_NTE 0 +#define BANISTER_PTE 1 +#define BANISTER_PERFORMANCE 2 +#define BANISTER_CP 3 + // type of values #define VALUES_CALCULATED 0 #define VALUES_PLANNED 1 @@ -106,7 +116,7 @@ public: MetricDetail() : type(METRIC_DB), stack(false), hidden(false), model(""), formulaType(RideMetric::Average), name(""), - metric(NULL), stressType(0), measureGroup(0), measureField(0), + metric(NULL), stressType(0), measureGroup(0), measureField(0), tests(true), perfs(true), smooth(false), trendtype(0), topN(0), lowestN(0), topOut(0), baseline(0.0), curveStyle(QwtPlotCurve::Lines), symbolStyle(QwtSymbol::NoSymbol), penColor(Qt::black), penAlpha(0), penWidth(1.0), penStyle(0), @@ -146,6 +156,11 @@ int measureGroup; // 0-BODY 1-HRV int measureField; // Weight, RMSSD, etc. + // for PERFORMANCES + bool tests; + bool perfs; + bool submax; + // GENERAL SETTINGS FOR A METRIC QString uname, uunits; // user specified name and units (axis choice) diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMTool.cpp goldencheetah-3.5~DEV1903/src/Charts/LTMTool.cpp --- goldencheetah-3.5~DEV1810/src/Charts/LTMTool.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMTool.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -112,6 +112,10 @@ showEvents = new QCheckBox(tr("Show Events")); basicsettingsLayout->addRow(new QLabel(""), showEvents); + showBanister = new QCheckBox(tr("Show Banister Helper")); + showBanister->setChecked(true); //enable by default + basicsettingsLayout->addRow(new QLabel(""), showBanister); + stackSlider = new QSlider(Qt::Horizontal,this); stackSlider->setMinimum(0); stackSlider->setMaximum(7); @@ -1312,6 +1316,11 @@ t->setText(tr("Formula")); else if (metricDetail.type == 9) t->setText(tr("Measure")); + else if (metricDetail.type == 10) + t->setText(tr("Performance")); + else if (metricDetail.type == 11) + t->setText(tr("Banister")); + t->setFlags(t->flags() & (~Qt::ItemIsEditable)); customTable->setItem(i,0,t); @@ -1319,7 +1328,7 @@ t = new QTableWidgetItem(); if (metricDetail.type == 8) { t->setText(metricDetail.formula); - } else if (metricDetail.type != 5 && metricDetail.type != 6 && metricDetail.type != 9) + } else if (metricDetail.type != 5 && metricDetail.type != 6 && metricDetail.type != 9 && metricDetail.type != 10 && metricDetail.type != 11) t->setText(metricDetail.name); else { // text description for peak && measure @@ -1601,9 +1610,11 @@ chooseMetric = new QRadioButton(tr("Metric"), this); chooseBest = new QRadioButton(tr("Best"), this); chooseEstimate = new QRadioButton(tr("Estimate"), this); - chooseStress = new QRadioButton(tr("Stress"), this); + chooseStress = new QRadioButton(tr("PMC"), this); chooseFormula = new QRadioButton(tr("Formula"), this); chooseMeasure = new QRadioButton(tr("Measure"), this); + choosePerformance = new QRadioButton(tr("Performance"), this); + chooseBanister = new QRadioButton(tr("Banister"), this); // put them into a button group because we // also have radio buttons for watts per kilo / absolute @@ -1612,6 +1623,8 @@ group->addButton(chooseBest); group->addButton(chooseEstimate); group->addButton(chooseStress); + group->addButton(chooseBanister); + group->addButton(choosePerformance); group->addButton(chooseFormula); group->addButton(chooseMeasure); @@ -1622,6 +1635,8 @@ chooseStress->setChecked(false); chooseFormula->setChecked(false); chooseMeasure->setChecked(false); + choosePerformance->setChecked(false); + chooseBanister->setChecked(false); // which one ? switch (metricDetail->type) { @@ -1643,6 +1658,11 @@ case 9: chooseMeasure->setChecked(true); break; + case 10: + choosePerformance->setChecked(true); + break; + case 11: + chooseBanister->setChecked(true); } QVBoxLayout *radioButtons = new QVBoxLayout; @@ -1651,6 +1671,8 @@ radioButtons->addWidget(chooseBest); radioButtons->addWidget(chooseEstimate); radioButtons->addWidget(chooseStress); + radioButtons->addWidget(chooseBanister); + radioButtons->addWidget(choosePerformance); radioButtons->addWidget(chooseFormula); radioButtons->addWidget(chooseMeasure); radioButtons->addStretch(); @@ -1816,6 +1838,22 @@ formulaEdit->setText(metricDetail->formula); formulaType->setCurrentIndex(formulaType->findData(metricDetail->formulaType)); + // performance settings + performanceWidget=new QWidget(this); + QVBoxLayout *perfLayout = new QVBoxLayout(performanceWidget); + weeklyPerfCheck = new QCheckBox(tr("Weekly Best Performances")); + submaxWeeklyPerfCheck = new QCheckBox(tr("Submaximal Weekly Best")); + performanceTestCheck = new QCheckBox(tr("Performance Tests")); + perfLayout->addStretch(); + perfLayout->addWidget(performanceTestCheck); + perfLayout->addWidget(weeklyPerfCheck); + perfLayout->addWidget(submaxWeeklyPerfCheck); + perfLayout->addStretch(); + + performanceTestCheck->setChecked(metricDetail->tests); + weeklyPerfCheck->setChecked(metricDetail->perfs); + submaxWeeklyPerfCheck->setChecked(metricDetail->submax); + // get suitably formated list QList list; QString last; @@ -1907,6 +1945,23 @@ stressLayout->addWidget(new QLabel(tr("Stress Type"), this)); stressLayout->addWidget(stressTypeSelect); + // banister selection + banisterTypeSelect = new QComboBox(this); + banisterTypeSelect->addItem(tr("Negative Training Effect (NTE)"), BANISTER_NTE); + banisterTypeSelect->addItem(tr("Positive Training Effect (PTE)"), BANISTER_PTE); + banisterTypeSelect->addItem(tr("Performance (Power Index)"), BANISTER_PERFORMANCE); + banisterTypeSelect->addItem(tr("Predicted CP (Watts)"), BANISTER_CP); + banisterTypeSelect->setCurrentIndex(metricDetail->stressType < 4 ? metricDetail->stressType : 2); + + banisterWidget = new QWidget(this); + banisterWidget->setContentsMargins(0,0,0,0); + QHBoxLayout *banisterLayout = new QHBoxLayout(banisterWidget); + banisterLayout->setContentsMargins(0,0,0,0); + banisterLayout->setSpacing(5 *dpiXFactor); + banisterLayout->addWidget(new QLabel(tr("Curve Type"), this)); + banisterLayout->addWidget(banisterTypeSelect); + + metricWidget = new QWidget(this); metricWidget->setContentsMargins(0,0,0,0); QVBoxLayout *metricLayout = new QVBoxLayout(metricWidget); @@ -1918,6 +1973,7 @@ // and add the stress selector to this widget // too as we reuse it for stress selection metricLayout->addWidget(stressWidget); + metricLayout->addWidget(banisterWidget); #ifdef Q_OS_MAC metricTree->setAttribute(Qt::WA_MacShowFocusRect, 0); @@ -1980,6 +2036,7 @@ typeStack->addWidget(estimateWidget); typeStack->addWidget(formulaWidget); typeStack->addWidget(measureWidget); + typeStack->addWidget(performanceWidget); typeStack->setCurrentIndex(chooseMetric->isChecked() ? 0 : (chooseBest->isChecked() ? 1 : 2)); // Grid @@ -2142,6 +2199,8 @@ connect(chooseStress, SIGNAL(toggled(bool)), this, SLOT(typeChanged())); connect(chooseFormula, SIGNAL(toggled(bool)), this, SLOT(typeChanged())); connect(chooseMeasure, SIGNAL(toggled(bool)), this, SLOT(typeChanged())); + connect(choosePerformance, SIGNAL(toggled(bool)), this, SLOT(typeChanged())); + connect(chooseBanister, SIGNAL(toggled(bool)), this, SLOT(typeChanged())); connect(modelSelect, SIGNAL(currentIndexChanged(int)), this, SLOT(modelChanged())); connect(estimateSelect, SIGNAL(currentIndexChanged(int)), this, SLOT(estimateChanged())); connect(estimateDuration, SIGNAL(valueChanged(double)), this, SLOT(estimateName())); @@ -2153,7 +2212,9 @@ connect(chooseStress, SIGNAL(toggled(bool)), this, SLOT(stressName())); connect(chooseEstimate, SIGNAL(toggled(bool)), this, SLOT(estimateName())); connect(chooseMeasure, SIGNAL(toggled(bool)), this, SLOT(measureName())); + connect(choosePerformance, SIGNAL(toggled(bool)), this, SLOT(performanceName())); connect(stressTypeSelect, SIGNAL(currentIndexChanged(int)), this, SLOT(stressName())); + connect(banisterTypeSelect, SIGNAL(currentIndexChanged(int)), this, SLOT(banisterName())); connect(chooseMetric, SIGNAL(toggled(bool)), this, SLOT(metricSelected())); connect(duration, SIGNAL(valueChanged(double)), this, SLOT(bestName())); connect(durationUnits, SIGNAL(currentIndexChanged(int)), this, SLOT(bestName())); @@ -2182,6 +2243,8 @@ stressWidget->hide(); formulaWidget->hide(); measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(0); } @@ -2192,6 +2255,8 @@ stressWidget->hide(); formulaWidget->hide(); measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(1); } @@ -2202,6 +2267,8 @@ stressWidget->hide(); formulaWidget->hide(); measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(2); } @@ -2212,6 +2279,8 @@ stressWidget->show(); formulaWidget->hide(); measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(0); } @@ -2222,6 +2291,8 @@ estimateWidget->hide(); stressWidget->hide(); measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(3); } @@ -2232,8 +2303,33 @@ metricWidget->hide(); estimateWidget->hide(); stressWidget->hide(); + performanceWidget->hide(); + banisterWidget->hide(); typeStack->setCurrentIndex(4); } + + if (choosePerformance->isChecked()) { + performanceWidget->show(); + formulaWidget->hide(); + bestWidget->hide(); + metricWidget->hide(); + estimateWidget->hide(); + stressWidget->hide(); + banisterWidget->hide(); + typeStack->setCurrentIndex(5); + } + + if (chooseBanister->isChecked()) { + bestWidget->hide(); + metricWidget->show(); + estimateWidget->hide(); + stressWidget->hide(); + formulaWidget->hide(); + measureWidget->hide(); + performanceWidget->hide(); + banisterWidget->show(); + typeStack->setCurrentIndex(0); + } adjustSize(); } @@ -2262,6 +2358,30 @@ } void +EditMetricDetailDialog::banisterName() +{ + // used when adding the generated curve to the curves + // map in LTMPlot, we need to be able to differentiate + // between adding the metric to a chart and adding + // a stress series to a chart + + // only for bests! + if (chooseBanister->isChecked() == false) return; + + // re-use bestSymbol like PMC does + metricDetail->bestSymbol = metricDetail->symbol; + + // append type + switch(banisterTypeSelect->currentIndex()) { + case 0: metricDetail->bestSymbol += "_nte"; break; + case 1: metricDetail->bestSymbol += "_pte"; break; + case 2: metricDetail->bestSymbol += "_perf"; break; + case 3: metricDetail->bestSymbol += "_cp"; break; + } + +} + +void EditMetricDetailDialog::bestName() { // only for bests! @@ -2305,10 +2425,20 @@ } void +EditMetricDetailDialog::performanceName() +{ + // only for performances! + if (choosePerformance->isChecked() == false) return; + + if (userName->text() == "") userName->setText(tr("Performances")); + if (userUnits->text() == "") userUnits->setText(tr("Power Index")); +} + +void EditMetricDetailDialog::metricSelected() { // only in metric mode - if (!chooseMetric->isChecked() && !chooseStress->isChecked()) return; + if (!chooseMetric->isChecked() && !chooseStress->isChecked() && !chooseBanister->isChecked()) return; // user selected a different metric // so update accordingly @@ -2317,71 +2447,76 @@ // out of bounds ! if (index < 0 || index >= ltmTool->metrics.count()) return; - userName->setText(ltmTool->metrics[index].uname); - userUnits->setText(ltmTool->metrics[index].uunits); - curveSmooth->setChecked(ltmTool->metrics[index].smooth); - fillCurve->setChecked(ltmTool->metrics[index].fillCurve); - labels->setChecked(ltmTool->metrics[index].labels); - stack->setChecked(ltmTool->metrics[index].stack); - showBest->setValue(ltmTool->metrics[index].topN); - showOut->setValue(ltmTool->metrics[index].topOut); - baseLine->setValue(ltmTool->metrics[index].baseline); - penColor = ltmTool->metrics[index].penColor; - trendType->setCurrentIndex(ltmTool->metrics[index].trendtype); - setButtonIcon(penColor); + if (!chooseBanister->isChecked()) { + + userName->setText(ltmTool->metrics[index].uname); + userUnits->setText(ltmTool->metrics[index].uunits); + curveSmooth->setChecked(ltmTool->metrics[index].smooth); + fillCurve->setChecked(ltmTool->metrics[index].fillCurve); + labels->setChecked(ltmTool->metrics[index].labels); + stack->setChecked(ltmTool->metrics[index].stack); + showBest->setValue(ltmTool->metrics[index].topN); + showOut->setValue(ltmTool->metrics[index].topOut); + baseLine->setValue(ltmTool->metrics[index].baseline); + penColor = ltmTool->metrics[index].penColor; + trendType->setCurrentIndex(ltmTool->metrics[index].trendtype); + setButtonIcon(penColor); - // curve style - switch (ltmTool->metrics[index].curveStyle) { + // curve style + switch (ltmTool->metrics[index].curveStyle) { - case QwtPlotCurve::Steps: - curveStyle->setCurrentIndex(0); - break; - case QwtPlotCurve::Lines: - curveStyle->setCurrentIndex(1); - break; - case QwtPlotCurve::Sticks: - curveStyle->setCurrentIndex(2); - break; - case QwtPlotCurve::Dots: - default: - curveStyle->setCurrentIndex(3); - break; + case QwtPlotCurve::Steps: + curveStyle->setCurrentIndex(0); + break; + case QwtPlotCurve::Lines: + curveStyle->setCurrentIndex(1); + break; + case QwtPlotCurve::Sticks: + curveStyle->setCurrentIndex(2); + break; + case QwtPlotCurve::Dots: + default: + curveStyle->setCurrentIndex(3); + break; - } + } - // curveSymbol - switch (ltmTool->metrics[index].symbolStyle) { + // curveSymbol + switch (ltmTool->metrics[index].symbolStyle) { - case QwtSymbol::NoSymbol: - curveSymbol->setCurrentIndex(0); - break; - case QwtSymbol::Ellipse: - curveSymbol->setCurrentIndex(1); - break; - case QwtSymbol::Rect: - curveSymbol->setCurrentIndex(2); - break; - case QwtSymbol::Diamond: - curveSymbol->setCurrentIndex(3); - break; - case QwtSymbol::Triangle: - curveSymbol->setCurrentIndex(4); - break; - case QwtSymbol::XCross: - curveSymbol->setCurrentIndex(5); - break; - case QwtSymbol::Hexagon: - curveSymbol->setCurrentIndex(6); - break; - case QwtSymbol::Star1: - default: - curveSymbol->setCurrentIndex(7); - break; + case QwtSymbol::NoSymbol: + curveSymbol->setCurrentIndex(0); + break; + case QwtSymbol::Ellipse: + curveSymbol->setCurrentIndex(1); + break; + case QwtSymbol::Rect: + curveSymbol->setCurrentIndex(2); + break; + case QwtSymbol::Diamond: + curveSymbol->setCurrentIndex(3); + break; + case QwtSymbol::Triangle: + curveSymbol->setCurrentIndex(4); + break; + case QwtSymbol::XCross: + curveSymbol->setCurrentIndex(5); + break; + case QwtSymbol::Hexagon: + curveSymbol->setCurrentIndex(6); + break; + case QwtSymbol::Star1: + default: + curveSymbol->setCurrentIndex(7); + break; + } } (*metricDetail) = ltmTool->metrics[index]; // overwrite! + // make the banister name + if (chooseBanister->isChecked()) banisterName(); // make the stress name if (chooseStress->isChecked()) stressName(); } @@ -2409,7 +2544,15 @@ else if (chooseStress->isChecked()) metricDetail->type = 7; // stress else if (chooseFormula->isChecked()) metricDetail->type = 8; // stress else if (chooseMeasure->isChecked()) metricDetail->type = 9; // measure + else if (choosePerformance->isChecked()) metricDetail->type = 10; // measure + else if (chooseBanister->isChecked()) metricDetail->type = 11; // banister + if (choosePerformance->isChecked()) { + metricDetail->symbol=QString(tr("Performances_%1_%2_%3")) + .arg(performanceTestCheck->isChecked() ? 'Y' : 'N') + .arg(submaxWeeklyPerfCheck->isChecked() ? 'Y' : 'N') + .arg(weeklyPerfCheck->isChecked() ? 'Y' : 'N'); + } metricDetail->estimateDuration = estimateDuration->value(); switch (estimateDurationUnits->currentIndex()) { case 0 : metricDetail->estimateDuration_units = 1; break; @@ -2425,6 +2568,7 @@ case 2 : default: metricDetail->duration_units = 3600; break; } + metricDetail->datafilter = dataFilter->filter(); metricDetail->wpk = wpk->isChecked(); metricDetail->series = seriesList.at(dataSeries->currentIndex()); @@ -2444,11 +2588,15 @@ metricDetail->uunits = userUnits->text(); metricDetail->stack = stack->isChecked(); metricDetail->trendtype = trendType->currentIndex(); - metricDetail->stressType = stressTypeSelect->currentIndex(); + if (chooseStress->isChecked()) metricDetail->stressType = stressTypeSelect->currentIndex(); + if (chooseBanister->isChecked()) metricDetail->stressType = banisterTypeSelect->currentIndex(); metricDetail->formula = formulaEdit->toPlainText(); metricDetail->formulaType = static_cast(formulaType->itemData(formulaType->currentIndex()).toInt()); metricDetail->measureGroup = measureGroupSelect->currentIndex(); metricDetail->measureField = measureFieldSelect->currentIndex(); + metricDetail->tests = performanceTestCheck->isChecked(); + metricDetail->perfs = weeklyPerfCheck->isChecked(); + metricDetail->submax = submaxWeeklyPerfCheck->isChecked(); accept(); } diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMTool.h goldencheetah-3.5~DEV1903/src/Charts/LTMTool.h --- goldencheetah-3.5~DEV1810/src/Charts/LTMTool.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMTool.h 2019-02-22 09:38:21.000000000 +0000 @@ -83,6 +83,7 @@ QCheckBox *showLegend; QCheckBox *showData; QCheckBox *showEvents; + QCheckBox *showBanister; QCheckBox *showStack; QSlider *stackSlider; @@ -170,6 +171,8 @@ void stressName(); void estimateName(); void measureName(); + void performanceName(); + void banisterName(); void modelChanged(); void estimateChanged(); @@ -181,9 +184,9 @@ LTMTool *ltmTool; MetricDetail *metricDetail; - QRadioButton *chooseMetric, *chooseBest, *chooseEstimate, *chooseStress, *chooseFormula, *chooseMeasure; + QRadioButton *chooseMetric, *chooseBest, *chooseEstimate, *chooseStress, *chooseFormula, *chooseMeasure, *choosePerformance, *chooseBanister; QButtonGroup *group; - QWidget *metricWidget, *bestWidget, *estimateWidget, *stressWidget, *formulaWidget, *measureWidget; + QWidget *metricWidget, *bestWidget, *estimateWidget, *stressWidget, *formulaWidget, *measureWidget, *performanceWidget, *banisterWidget; QStackedWidget *typeStack; // filter @@ -210,6 +213,9 @@ // stress QComboBox *stressTypeSelect; // STS, LTS, SB, RR et al + // banister + QComboBox *banisterTypeSelect; // PTE, NTE, Performance + // formula DataFilterEdit *formulaEdit; // edit your formula QComboBox *formulaType; // Average etc @@ -218,6 +224,11 @@ QComboBox *measureGroupSelect; // Body, Hrv QComboBox *measureFieldSelect; // Weight, RMSSD, etc. + // performances + QCheckBox *weeklyPerfCheck; + QCheckBox *performanceTestCheck; + QCheckBox *submaxWeeklyPerfCheck; + QComboBox *curveStyle, *curveSymbol; QCheckBox *stack; diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMWindow.cpp goldencheetah-3.5~DEV1903/src/Charts/LTMWindow.cpp --- goldencheetah-3.5~DEV1810/src/Charts/LTMWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -25,6 +25,7 @@ #include "Context.h" #include "Context.h" #include "Athlete.h" +#include "Banister.h" #include "RideCache.h" #include "RideFileCache.h" #include "Settings.h" @@ -32,6 +33,7 @@ #include "float.h" #include "Units.h" // for MILES_PER_KM #include "HelpWhatsThis.h" +#include "GcOverlayWidget.h" #ifdef NOWEBKIT #include @@ -57,7 +59,7 @@ #include LTMWindow::LTMWindow(Context *context) : - GcChartWindow(context), context(context), dirty(true), stackDirty(true), compareDirty(true) + GcChartWindow(context), context(context), dirty(true), stackDirty(true), compareDirty(true), firstshow(true) { useToToday = useCustom = false; plotted = DateRange(QDate(01,01,01), QDate(01,01,01)); @@ -215,6 +217,7 @@ << tr("All"); rGroupBy->setStrings(strings); rGroupBy->setValue(0); + rGroupBy->setMinimumWidth(100); revealLayout->addWidget(rGroupBy); rData = new QCheckBox(tr("Data Table"), this); @@ -252,6 +255,45 @@ ltmTool = new LTMTool(context, &settings); + // the banister overlay + QWidget *ban=new QWidget(this); + addHelper(tr("Banister Model"), ban); + + QGridLayout *bang= new QGridLayout(ban); + bang->setColumnStretch(0, 40); + bang->setColumnStretch(1, 30); + bang->setColumnStretch(2, 20); + + // interactive elements + banCombo = new QComboBox(this); + banT1 = new QDoubleSpinBox(this); + banT2 = new QDoubleSpinBox(this); + + // labels etc + ilabel = new QLabel(tr("Impulse Metric"), this); + plabel = new QLabel(tr("Peak"), this); + peaklabel = new QLabel(this); + peaklabel->setText("296w on 3rd July"); + t1label1 = new QLabel(tr("Positive decay"), this); + t1label2 = new QLabel(tr("days"), this); + t2label1 = new QLabel(tr("Negative decay"), this); + t2label2 = new QLabel(tr("days"), this); + RMSElabel = new QLabel(this); + RMSElabel->setText("RMSE 2.9 for 22 tests."); + + // add to layout + bang->addWidget(ilabel,0,0); + bang->addWidget(banCombo,0,1,1,2,Qt::AlignLeft); + bang->addWidget(plabel, 1,0); + bang->addWidget(peaklabel,1,1,1,2,Qt::AlignLeft); + bang->addWidget(t1label1,2,0); + bang->addWidget(banT1,2,1); + bang->addWidget(t1label2,2,2); + bang->addWidget(t2label1,3,0); + bang->addWidget(banT2,3,1); + bang->addWidget(t2label2,3,2); + bang->addWidget(RMSElabel,4,0,1,3); + // initialise settings.ltmTool = ltmTool; settings.groupBy = LTM_DAY; @@ -274,6 +316,7 @@ connect(ltmTool->applyButton, SIGNAL(clicked(bool)), this, SLOT(applyClicked(void))); connect(ltmTool->shadeZones, SIGNAL(stateChanged(int)), this, SLOT(shadeZonesClicked(int))); connect(ltmTool->showData, SIGNAL(stateChanged(int)), this, SLOT(showDataClicked(int))); + connect(ltmTool->showBanister, SIGNAL(stateChanged(int)), this, SLOT(refresh())); connect(rData, SIGNAL(stateChanged(int)), this, SLOT(showDataClicked(int))); connect(ltmTool->showStack, SIGNAL(stateChanged(int)), this, SLOT(showStackClicked(int))); connect(rStack, SIGNAL(stateChanged(int)), this, SLOT(showStackClicked(int))); @@ -309,6 +352,10 @@ connect(scrollLeft, SIGNAL(clicked()), this, SLOT(moveLeft())); connect(scrollRight, SIGNAL(clicked()), this, SLOT(moveRight())); + // refresh banister data when combo changes + connect(banCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(refreshBanister(int))); + connect(banT1, SIGNAL(valueChanged(double)), this, SLOT(tuneBanister())); + connect(banT2, SIGNAL(valueChanged(double)), this, SLOT(tuneBanister())); configChanged(CONFIG_APPEARANCE); } @@ -324,9 +371,174 @@ } void +LTMWindow::showBanister(bool relevant) +{ + RideMetricFactory &factory = RideMetricFactory::instance(); + + if (relevant && banister()) { + + // we reset the combo so lets remember where we were at + int remember=0; + if (banCombo->count()) remember=banCombo->currentIndex(); + + QStringList symbols; + + // lets setup the widgets + banCombo->clear(); + foreach(MetricDetail metricDetail, settings.metrics) { + if (metricDetail.type == METRIC_BANISTER) { + if (!symbols.contains(metricDetail.symbol)) { + const RideMetric *m = factory.rideMetric(metricDetail.symbol); + if (m) { + symbols << metricDetail.symbol; + + // bloody TM in bikescore is TEE DEE US + QString name=m->name(); + if (name.startsWith("BikeScore")) name = QString("BikeScore"); + + banCombo->addItem(name, QVariant(metricDetail.symbol)); + } + } + } + } + + // go back to remembered value + if (remember < banCombo->count()) banCombo->setCurrentIndex(remember); + + // now get the metric values etc + refreshBanister(banCombo->currentIndex()); + overlayWidget->show(); + + } else { + + // ignore it + overlayWidget->hide(); + } +} + +bool +LTMWindow::event(QEvent *event) +{ + // nasty nasty nasty hack to move widgets as soon as the widget geometry + // is set properly by the layout system, by default the width is 100 and + // we wait for it to be set properly then put our helper widget on the RHS + if (event->type() == QEvent::Resize && geometry().width() != 100) { + + // put somewhere nice on first show + if (firstshow) { + firstshow = false; + helperWidget()->resize(400*dpiXFactor, 150*dpiYFactor); + helperWidget()->move(mainWidget()->geometry().width()-(500*dpiXFactor), 90*dpiYFactor); + } + + // if off the screen move on screen + if (helperWidget()->geometry().x() > geometry().width()) { + helperWidget()->move(mainWidget()->geometry().width()-(500*dpiXFactor), 90*dpiYFactor); + } + } + return QWidget::event(event); +} + +void +LTMWindow::tuneBanister() +{ + + // if we have a banister... + if (banCombo->count() && banT1->value() >0 && banT2->value()>0) { + + // lookup and set + Banister *banister = context->athlete->getBanisterFor(banCombo->currentData().toString(),0,0); + + // when user adjusts the t1/t2 parameters we need to refit + if (banT1->value() < banister->t1 || banT1->value() > banister->t1 || + banT2->value() < banister->t2 || banT2->value() > banister->t2) { + + // lets adjust it them + banister->setDecay(banT1->value(), banT2->value()); + } + + // replot + refreshPlot(); + } +} +void +LTMWindow::refreshBanister(int index) +{ + if (index >= 0 && index < banCombo->count()) { + + // lookup and set + Banister *banister = context->athlete->getBanisterFor(banCombo->currentData().toString(),0,0); + banT1->setValue(banister->t1); + banT2->setValue(banister->t2); + + int CP=0; + QDate when = banister->getPeakCP(settings.start.date(), settings.end.date(), CP); + + // set peak label + if (CP >0 && when != QDate()) peaklabel ->setText(QString("%1 watts on %2").arg(CP).arg(when.toString("d MMM yyyy"))); + else peaklabel->setText(""); + + // set RMSE for current view + int count; + double RMSE = banister->RMSE(settings.start.date(), settings.end.date(), count); + if (count && RMSE >0) RMSElabel->setText(QString("RMSE %1 for %2 tests.").arg(RMSE, 0, 'f', 2).arg(count)); + else RMSElabel->setText(""); + + } else { + // clear + peaklabel->setText(""); + RMSElabel->setText(""); + } +} + +void LTMWindow::configChanged(qint32) { + // tinted palette for headings etc + QPalette palette; + palette.setBrush(QPalette::Window, QBrush(GColor(CTRENDPLOTBACKGROUND))); + palette.setColor(QPalette::WindowText, GColor(CPLOTMARKER)); + palette.setColor(QPalette::Text, GColor(CPLOTMARKER)); + palette.setColor(QPalette::Base, GCColor::alternateColor(GColor(CPLOTBACKGROUND))); + setPalette(palette); + + // inverted palette for data etc + QPalette whitepalette; + whitepalette.setBrush(QPalette::Window, QBrush(GColor(CTRENDPLOTBACKGROUND))); + whitepalette.setBrush(QPalette::Background, QBrush(GColor(CTRENDPLOTBACKGROUND))); + whitepalette.setColor(QPalette::WindowText, GCColor::invertColor(GColor(CTRENDPLOTBACKGROUND))); + whitepalette.setColor(QPalette::Base, GCColor::alternateColor(GColor(CPLOTBACKGROUND))); + whitepalette.setColor(QPalette::Text, GCColor::invertColor(GColor(CTRENDPLOTBACKGROUND))); + + QFont font; + font.setPointSize(12); // reasonably big + ilabel->setFont(font); + plabel->setFont(font); + t1label1->setFont(font); + t1label2->setFont(font); + plabel->setFont(font); + peaklabel->setFont(font); + t2label1->setFont(font); + t2label2->setFont(font); + RMSElabel->setFont(font); + banT1->setFont(font); + banT2->setFont(font); + banCombo->setFont(font); + + ilabel->setPalette(palette); + plabel->setPalette(palette); + t1label1->setPalette(palette); + t1label2->setPalette(palette); + plabel->setPalette(palette); + peaklabel->setPalette(whitepalette); + t2label1->setPalette(palette); + t2label2->setPalette(palette); + RMSElabel->setPalette(whitepalette); + #ifndef Q_OS_MAC + banT1->setStyleSheet(TabView::ourStyleSheet()); + banT2->setStyleSheet(TabView::ourStyleSheet()); + banCombo->setStyleSheet(TabView::ourStyleSheet()); plotArea->setStyleSheet(TabView::ourStyleSheet()); compareplotArea->setStyleSheet(TabView::ourStyleSheet()); #endif @@ -477,12 +689,14 @@ if (isCompare()) { // COMPARE PLOTS + showBanister(false); // never stackWidget->setCurrentIndex(3); refreshCompare(); } else if (ltmTool->showData->isChecked()) { // DATA TABLE + showBanister(false); // never stackWidget->setCurrentIndex(1); refreshDataTable(); @@ -1342,7 +1556,7 @@ summary = summary.arg(v); } else { // no precision - summary = summary.arg(QString("%1").arg(columns[j].y[row], 0, 'f', 0)); + summary = summary.arg(QString("%1").arg(columns[j].y[row], 0, 'f', 1)); } // diff -Nru goldencheetah-3.5~DEV1810/src/Charts/LTMWindow.h goldencheetah-3.5~DEV1903/src/Charts/LTMWindow.h --- goldencheetah-3.5~DEV1810/src/Charts/LTMWindow.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/LTMWindow.h 2019-02-22 09:38:21.000000000 +0000 @@ -110,6 +110,7 @@ Q_PROPERTY(int stackWidth READ stackW WRITE setStackW USER true) Q_PROPERTY(bool legend READ legend WRITE setLegend USER true) Q_PROPERTY(bool events READ events WRITE setEvents USER true) + Q_PROPERTY(bool banister READ banister WRITE setBanister USER true) Q_PROPERTY(QString filter READ filter WRITE setFilter USER true) Q_PROPERTY(QDate fromDate READ fromDate WRITE setFromDate USER true) Q_PROPERTY(QDate toDate READ toDate WRITE setToDate USER true) @@ -146,6 +147,8 @@ void setLegend(bool x) { ltmTool->showLegend->setChecked(x); } bool events() const { return ltmTool->showEvents->isChecked(); } void setEvents(bool x) { ltmTool->showEvents->setChecked(x); } + bool banister() const { return ltmTool->showBanister->isChecked(); } + void setBanister(bool x) { ltmTool->showBanister->setChecked(x); } bool stack() const { return ltmTool->showStack->isChecked(); } void setStack(bool x) { ltmTool->showStack->setChecked(x); } int stackW() const { return ltmTool->stackSlider->value(); } @@ -193,6 +196,12 @@ void rideSelected(); // notification to refresh void presetSelected(int index); // when a preset is selected in the sidebar + + // show the banister helper + void showBanister(bool relevant); // show banister helper if relevant to plot + void tuneBanister(); // when t1/t2 change + void refreshBanister(int); // refresh banister helper + void refreshPlot(); // normal mode void refreshCompare(); // compare mode void refreshStackPlots(); // stacked plots @@ -232,6 +241,11 @@ void configChanged(qint32); + protected: + + // receive events + bool event(QEvent *event); + private: // passed from Context * DateRange plotted; @@ -290,7 +304,14 @@ QCheckBox *rData, *rStack; + // banister helper + QComboBox *banCombo; + QDoubleSpinBox *banT1; + QDoubleSpinBox *banT2; + QLabel *ilabel, *plabel, *peaklabel, *t1label1, *t1label2, *t2label1, *t2label2, *RMSElabel; + QTime lastRefresh; + bool firstshow; }; #endif // _GC_LTMWindow_h diff -Nru goldencheetah-3.5~DEV1810/src/Charts/PythonChart.cpp goldencheetah-3.5~DEV1903/src/Charts/PythonChart.cpp --- goldencheetah-3.5~DEV1810/src/Charts/PythonChart.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/PythonChart.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -197,7 +197,7 @@ line = line.replace("$$", chartid); python->cancelled = false; - python->runline(ScriptContext(context), line); + python->runline(ScriptContext(context, nullptr, nullptr, Specification(), true), line); // the run command should result in some messages being generated putData(GColor(CPLOTMARKER), python->messages.join("")); diff -Nru goldencheetah-3.5~DEV1810/src/Charts/RideMapWindow.cpp goldencheetah-3.5~DEV1903/src/Charts/RideMapWindow.cpp --- goldencheetah-3.5~DEV1810/src/Charts/RideMapWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/RideMapWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -1,7 +1,8 @@ /* * Copyright (c) 2009 Greg Lonnon (greg.lonnon@gmail.com) * 2011 Mark Liversedge (liversedge@gmail.com) - * 2016 Damien Grauser (Damien.Grauser@gmail.com) + * 2016,2018 Damien Grauser (Damien.Grauser@gmail.com) + * 2018 Michael Beaulieu (michael.beaulieu@notiotechnologies.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -94,6 +95,9 @@ osmTSUrl = new QLineEdit(""); osmTSUrl->setFixedWidth(250); + gkey = new QLineEdit(""); + gkeylabel = new QLabel(tr("Google API key")); + // set default Tile Server and URL tileCombo->setCurrentIndex(0); setTileServerUrlForTileType(0); @@ -101,6 +105,7 @@ commonLayout->addRow(osmTSTitle); commonLayout->addRow(osmTSLabel, tileCombo); commonLayout->addRow(osmTSUrlLabel, osmTSUrl); + commonLayout->addRow(gkeylabel, gkey); connect(mapCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(mapTypeSelected(int))); connect(showMarkersCk, SIGNAL(stateChanged(int)), this, SLOT(showMarkersChanged(int))); @@ -203,6 +208,8 @@ osmTSUrlLabel->setVisible(value); osmTSUrl->setVisible(value); tileCombo->setVisible(value); + gkeylabel->setVisible(!value); + gkey->setVisible(!value); } void @@ -284,7 +291,7 @@ forceReplot(); } -void +void RideMapWindow::configChanged(qint32) { setProperty("color", GColor(CPLOTBACKGROUND)); @@ -315,7 +322,7 @@ // nothing to plot if (!ride || !ride->ride()) return; else if (!stale && ride == current) return; - + // remember what we last plotted current = ride; @@ -391,23 +398,27 @@ setIsBlank(false); } - // load the Map API + // html page currentPage = QString(" \n" "\n" "\n" " \n" "\n" "Golden Cheetah Map\n" - " \n" "\n"); - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + // load the js API + if (mapCombo->currentIndex() == OSM) { + // Load leaflet (1.3.4) API + currentPage += QString(" \n"); + currentPage += QString(" \n"); + } else if (mapCombo->currentIndex() == GOOGLE) { // Load Google Map v3 API - currentPage += QString(" \n"); + currentPage += QString(" \n").arg(gkey->text()); } #ifdef NOWEBKIT @@ -416,7 +427,7 @@ currentPage += QString(""); // fg/bg currentPage += QString("") .arg(bgColor.name()).arg(fgColor.name()); + currentPage += QString("\n" + "\n" + "
\n"); + // local functions currentPage += QString("\n"); + } else if (mapCombo->currentIndex() == GOOGLE) { currentPage += QString("function drawInterval(latlons) { \n" // intervals will be drawn with these options " var polyOptions = {\n" @@ -544,57 +682,38 @@ // initialise function called when map loaded "function initialize() {\n"); - if (mapCombo->currentIndex() == GOOGLE) { + if (styleoptions == "") { - if (styleoptions == "") { + // TERRAIN style map please and make it draggable + // note that because QT webkit offers touch/gesture + // support the Google API only supports dragging + // via gestures - this is alrady registered as a bug + // with the google map team + currentPage += QString("" + " var controlOptions = {\n" + " style: google.maps.MapTypeControlStyle.DEFAULT\n" + " };\n"); - // TERRAIN style map please and make it draggable - // note that because QT webkit offers touch/gesture - // support the Google API only supports dragging - // via gestures - this is alrady registered as a bug - // with the google map team - currentPage += QString("" - " var controlOptions = {\n" - " style: google.maps.MapTypeControlStyle.DEFAULT\n" - " };\n"); + } else { - } else { + // USER DEFINED STYLE OPTIONS + currentPage += QString("" + "var styledMapType = new google.maps.StyledMapType( %1 " + " , {name: 'Styled Map'} );\n" ).arg(styleoptions); + } - // USER DEFINED STYLE OPTIONS - currentPage += QString("" - "var styledMapType = new google.maps.StyledMapType( %1 " - " , {name: 'Styled Map'} );\n" ).arg(styleoptions); - } + currentPage += QString( + " var myOptions = {\n" + " draggable: true,\n" + " mapTypeControlOptions: { mapTypeIds: ['roadmap', 'satellite', 'hybrid', 'terrain', 'styled_map'] },\n" + " mapTypeId: %1,\n" + " disableDefaultUI: %2,\n" + " tilt: 45,\n" + " streetViewControl: false,\n" + " };\n").arg(styleoptions != "" ? "'styled_map'" : "google.maps.MapTypeId.TERRAIN") + .arg(styleoptions != "" ? "true" : "false"); - currentPage += QString( - " var myOptions = {\n" - " draggable: true,\n" - " mapTypeControlOptions: { mapTypeIds: ['roadmap', 'satellite', 'hybrid', 'terrain', 'styled_map'] },\n" - " mapTypeId: %1,\n" - " disableDefaultUI: %2,\n" - " tilt: 45,\n" - " streetViewControl: false,\n" - " };\n").arg(styleoptions != "" ? "'styled_map'" : "google.maps.MapTypeId.TERRAIN") - .arg(styleoptions != "" ? "true" : "false"); - } else if (mapCombo->currentIndex() == OSM) { - currentPage += QString("" - // TERRAIN style map please and make it draggable - // note that because QT webkit offers touch/gesture - // support the Google API only supports dragging - // via gestures - this is alrady registered as a bug - // with the google map team - " var controlOptions = {\n" - " style: google.maps.MapTypeControlStyle.DEFAULT\n" - " };\n" - " var myOptions = {\n" - " draggable: true,\n" - " mapTypeId: \"OSM\",\n" - " mapTypeControl: false,\n" - " streetViewControl: false,\n" - " tilt: 45,\n" - " };\n"); - } currentPage += QString("" // setup the map, and fit to contain the limits of the route @@ -608,43 +727,20 @@ arg(maxLon,0,'g',GPS_COORD_TO_STRING); - if (mapCombo->currentIndex() == OSM) { - currentPage += QString("" - " map.mapTypes.set(\"OSM\", new google.maps.ImageMapType({\n" - " getTileUrl: function(coord, zoom) {\n" - // "Wrap" x (logitude) at 180th meridian properly - // NB: Don't touch coord.x because coord param is by reference, and changing its x property breakes something in Google's lib - " var tilesPerGlobe = 1 << zoom; \n" - " var x = coord.x % tilesPerGlobe; \n" - " if (x < 0) { \n" - " x = tilesPerGlobe+x; \n" - " } \n" - // Wrap y (latitude) in a like manner if you want to enable vertical infinite scroll - - " return \""+osmTSUrl->text()+"/\" + zoom + \"/\" + x + \"/\" + coord.y + \".png\"; \n" - " }, \n" - " tileSize: new google.maps.Size(256, 256), \n" - " name: \"OpenStreetMap\", \n" - " maxZoom: 18 \n" - " }));\n"); - } - - if (mapCombo->currentIndex() == GOOGLE) { - - if (styleoptions != "") { - currentPage += QString("" - " map.mapTypes.set('styled_map', styledMapType);\n" - " map.setMapTypeId('styled_map');\n"); - } - + if (styleoptions != "") { currentPage += QString("" - // add the bike layer, useful in some areas, but coverage - // is limited, US gets best coverage at this point (Summer 2011) - " var bikeLayer = new google.maps.BicyclingLayer();\n" - " bikeLayer.setMap(map);\n"); + " map.mapTypes.set('styled_map', styledMapType);\n" + " map.setMapTypeId('styled_map');\n"); } currentPage += QString("" + // add the bike layer, useful in some areas, but coverage + // is limited, US gets best coverage at this point (Summer 2011) + " var bikeLayer = new google.maps.BicyclingLayer();\n" + " bikeLayer.setMap(map);\n"); + + + currentPage += QString("" // initialise local variables " markerList = new Array();\n" " intervalList = new Array();\n" @@ -668,14 +764,13 @@ "}\n" "\n"); - // the main page is rather trivial - currentPage += QString("\n" - "\n" - "
\n" - "\n" - "\n"); } + + // the main page is rather trivial + currentPage += QString("\n" + "\n"); + } @@ -698,7 +793,17 @@ QString code; foreach(RideFilePoint *rfp, myRideItem->ride()->dataPoints()) { - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + // Get GPS coordinates. + if (count == 0) { + // Start of segment. + code = QString("{\n" + "var latLons = ["); + } + + if (rfp->lat || rfp->lon) + code += QString("[%1, %2], ").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING); + } else if (mapCombo->currentIndex() == GOOGLE) { if (count == 0) { code = QString("{\nvar polyline = new google.maps.Polyline();\n" " polyline.setMap(map);\n" @@ -722,6 +827,12 @@ // end of segment if (rtime >= intervalTime) { + if (mapCombo->currentIndex() == OSM) { + // Finalize variable "latLons" for the segment. + if (code.endsWith(", ")) + code.resize(code.length() - 2); + code += QString("];\n"); + } int avgWatts = rwatts / count; QColor color = GetColor(avgWatts); @@ -729,7 +840,23 @@ // add tooltip junk count = rwatts = rtime = 0; - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + // Create and color a polyline for the segment. + code += QString("var polyOptions = {\n" + " stroke: true,\n" + " color: '%1',\n" + " weight: 3,\n" + " opacity: %2,\n" // for out and backs, we need both + " zIndex: 0\n" + "};\n" + "var polyline = new L.Polyline(latLons, polyOptions).addTo(map);\n" + "polyline.on('mousedown', function(event) { map.dragging.disable();L.DomEvent.stopPropagation(event);webBridge.clickPath(event.latlng.lat, event.latlng.lng); });\n" // map.setOptions({draggable: false, zoomControl: false, scrollwheel: false, disableDoubleClickZoom: true}); + "polyline.on('mouseup', function(event) { map.dragging.enable();L.DomEvent.stopPropagation(event);webBridge.mouseup(); });\n" // setOptions ? + "polyline.on('mouseover', function(event) { webBridge.hoverPath(event.latlng.lat, event.latlng.lng); });\n" + "path = polyline.getLatLngs();\n" + "}\n").arg(styleoptions == "" ? color.name() : GColor(CPLOTMARKER).name()) + .arg(styleoptions == "" ? 0.5 : 1.0); + } else if (mapCombo->currentIndex() == GOOGLE) { // color the polyline code += QString("var polyOptions = {\n" " strokeColor: '%1',\n" @@ -742,13 +869,11 @@ .arg(styleoptions == "" ? 0.5f : 1.0f); } - - #ifdef NOWEBKIT +#ifdef NOWEBKIT view->page()->runJavaScript(code); - #else +#else view->page()->mainFrame()->evaluateJavaScript(code); - #endif - +#endif } } @@ -756,9 +881,17 @@ void RideMapWindow::clearTempInterval() { - QString code = QString( "{ \n" + QString code; + if (mapCombo->currentIndex() == OSM) { + code = QString( "{ \n" + " if (tmpIntervalHighlighter)\n" + " tmpIntervalHighlighter.setLatLngs([]);\n" + "}\n" ); + } else if (mapCombo->currentIndex() == GOOGLE) { + code = QString( "{ \n" " tmpIntervalHighlighter.getPath().clear();\n" "}\n" ); + } #ifdef NOWEBKIT view->page()->runJavaScript(code); @@ -769,8 +902,29 @@ void RideMapWindow::drawTempInterval(IntervalItem *current) { + QString code; + + if (mapCombo->currentIndex() == OSM) { + code = QString( "{ \n" + // interval will be drawn with these options + " var polyOptions = {\n" + " stroke: true,\n" + " color: '#00FFFF',\n" + " opacity: 0.6,\n" + " weight: 10,\n" + " zIndex: -1\n" // put at the bottom + " };\n" - QString code = QString( "{ \n" + " if (!tmpIntervalHighlighter) {\n" + " tmpIntervalHighlighter = new L.Polyline([], polyOptions);\n" + " tmpIntervalHighlighter.addTo(map);\n" + " tmpIntervalHighlighter.on('mouseup', function(event) { map.dragging.enable();L.DomEvent.stopPropagation(event); webBridge.mouseup(); });\n" // map.setOptions({draggable: true, zoomControl: true, scrollwheel: true, disableDoubleClickZoom: false}); + " } \n" + " tmpIntervalHighlighter.setLatLngs([]);\n" + " var latLons = [" + "\n"); + } else if (mapCombo->currentIndex() == GOOGLE) { + code = QString( "{ \n" // interval will be drawn with these options " var polyOptions = {\n" " strokeColor: '#00FFFF',\n" @@ -787,21 +941,32 @@ " var path = tmpIntervalHighlighter.getPath();\n" " path.clear();\n"); + } foreach(RideFilePoint *rfp, myRideItem->ride()->dataPoints()) { if (rfp->secs+myRideItem->ride()->recIntSecs() > current->start && rfp->secs< current->stop) { if (rfp->lat || rfp->lon) { + if (mapCombo->currentIndex() == OSM) { + code += QString("[%1, %2], ").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING); + } + } else if (mapCombo->currentIndex() == GOOGLE) { code += QString(" path.push(new google.maps.LatLng(%1,%2));\n").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING); } } } - - - code += QString("}\n" ); - + if (mapCombo->currentIndex() == OSM) { + // Finalize variable "latLons" for the segment. + if (code.endsWith(", ")) + code.resize(code.length() - 2); + code += QString("];\n" + "path = latLons\n" // Set the path to the current interval. + "}\n" ); + } else if (mapCombo->currentIndex() == GOOGLE) { + code += QString("}\n" ); + } #ifdef NOWEBKIT view->page()->runJavaScript(code); #else @@ -853,11 +1018,16 @@ points[points.count()-1]->lon) < 100 ? true : false; if (loop) { - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + code = QString("{ var latlng = new L.LatLng(%1,%2);" + "var image = new L.icon({iconUrl:'qrc:images/maps/loop.png'});" + "var marker = new L.marker(latlng, { icon: image });" + "marker.addTo(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING); + } else if (mapCombo->currentIndex() == GOOGLE) { code = QString("{ var latlng = new google.maps.LatLng(%1,%2);" - "var image = new google.maps.MarkerImage('qrc:images/maps/loop.png');" - "var marker = new google.maps.Marker({ icon: image, animation: google.maps.Animation.DROP, position: latlng });" - "marker.setMap(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING); + "var image = new google.maps.MarkerImage('qrc:images/maps/loop.png');" + "var marker = new google.maps.Marker({ icon: image, animation: google.maps.Animation.DROP, position: latlng });" + "marker.setMap(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING); } #ifdef NOWEBKIT view->page()->runJavaScript(code); @@ -866,19 +1036,32 @@ #endif } else { // start / finish markers - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + QString marker = "qrc:images/maps/cycling.png"; + if (myRideItem->isRun) + marker = "qrc:images/maps/running.png"; + + if (mapCombo->currentIndex() == OSM) { + code = QString("{ var latlng = new L.LatLng(%1,%2);" + "var image = new L.icon({iconUrl:'%3'});" + "var marker = new L.marker(latlng, { icon: image });" + "marker.addTo(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING).arg(marker); + } else if (mapCombo->currentIndex() == GOOGLE) { code = QString("{ var latlng = new google.maps.LatLng(%1,%2);" - "var image = new google.maps.MarkerImage('qrc:images/maps/cycling.png');" + "var image = new google.maps.MarkerImage('%3');" "var marker = new google.maps.Marker({ icon: image, animation: google.maps.Animation.DROP, position: latlng });" - "marker.setMap(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING); + "marker.setMap(map); }").arg(points[0]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[0]->lon,0,'g',GPS_COORD_TO_STRING).arg(marker); } #ifdef NOWEBKIT view->page()->runJavaScript(code); #else view->page()->mainFrame()->evaluateJavaScript(code); #endif - - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + code = QString("{ var latlng = new L.LatLng(%1,%2);" + "var image = new L.icon({iconUrl:'qrc:images/maps/finish.png'});" + "var marker = new L.marker(latlng, { icon: image });" + "marker.addTo(map); }").arg(points[points.count()-1]->lat,0,'g',GPS_COORD_TO_STRING).arg(points[points.count()-1]->lon,0,'g',GPS_COORD_TO_STRING); + } else if (mapCombo->currentIndex() == GOOGLE) { code = QString("{ var latlng = new google.maps.LatLng(%1,%2);" "var image = new google.maps.MarkerImage('qrc:images/maps/finish.png');" "var marker = new google.maps.Marker({ icon: image, animation: google.maps.Animation.DROP, position: latlng });" @@ -923,21 +1106,29 @@ stoplon = rfp->lon; } + QString marker = "qrc:images/maps/cycling_feed.png"; + if (myRideItem->isRun) + marker = "qrc:images/maps/running_feed.png"; + if (stoptime > BEERANDBURRITO) { // 3 minutes is more than a traffic light stop dude. if ((!lastlat && !lastlon) || distanceBetween(lastlat, lastlon, stoplat, stoplon)>100) { lastlat = stoplat; lastlon = stoplon; - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + code = QString("{ var latlng = new L.LatLng(%1,%2);" + "var image = new L.icon({iconUrl:'%3'});" + "var marker = new L.marker(latlng, { icon: image });" + "marker.addTo(map); }").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING).arg(marker); + } else if (mapCombo->currentIndex() == GOOGLE) { code = QString( "{ var latlng = new google.maps.LatLng(%1,%2);" - "var image = new google.maps.MarkerImage('qrc:images/maps/cycling_feed.png');" + "var image = new google.maps.MarkerImage('%3');" "var marker = new google.maps.Marker({ icon: image, animation: google.maps.Animation.DROP, position: latlng });" "marker.setMap(map);" - "}").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING); + "}").arg(rfp->lat,0,'g',GPS_COORD_TO_STRING).arg(rfp->lon,0,'g',GPS_COORD_TO_STRING).arg(marker); } - #ifdef NOWEBKIT view->page()->runJavaScript(code); #else @@ -959,7 +1150,21 @@ int offset = myRideItem->ride()->intervalBeginSecs(x->start); - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == OSM) { + QString wPopupText = tr("Interval"); + code = QString("{ var latlng = new L.LatLng(%1,%2);" + "var marker = new L.marker(latlng);" + "marker.bindTooltip('%3: %4').openTooltip();" + "marker.on('click', function(event) { webBridge.toggleInterval(%5); });" + "marker.on('mouseover', function(event) { webBridge.hoverInterval(%5); });" + "marker.addTo(map);" + "markerList.push(marker);" + "}").arg(myRideItem->ride()->dataPoints()[offset]->lat,0,'g',GPS_COORD_TO_STRING) + .arg(myRideItem->ride()->dataPoints()[offset]->lon,0,'g',GPS_COORD_TO_STRING) + .arg(wPopupText) + .arg(x->name) + .arg(interval); + } else if (mapCombo->currentIndex() == GOOGLE) { code = QString( "{" " var latlng = new google.maps.LatLng(%1,%2);" @@ -1021,7 +1226,7 @@ // now zoom to interval QString code; - if (mapCombo->currentIndex() == GOOGLE || mapCombo->currentIndex() == OSM) { + if (mapCombo->currentIndex() == GOOGLE) { code= QString("{ var southwest = new google.maps.LatLng(%1, %2);\n" "var northeast = new google.maps.LatLng(%3, %4);\n" "var bounds = new google.maps.LatLngBounds(southwest, northeast);\n" @@ -1031,6 +1236,7 @@ .arg(maxLat,0,'g',GPS_COORD_TO_STRING) .arg(maxLon,0,'g',GPS_COORD_TO_STRING); } + #ifdef NOWEBKIT view->page()->runJavaScript(code); #else @@ -1042,7 +1248,7 @@ void MapWebBridge::call(int count) { Q_UNUSED(count); - //qDebug()<<"webBridge call:"<getStyleOptions() == "") mw->drawShadedRoute(); + + // Get the latest new selection lap number. + RideItem *rideItem = mw->property("ride").value(); + if (rideItem) + { + QList wIntervalNames; + for(auto wInterval : rideItem->intervals()) + { + wIntervalNames.append(wInterval->name); + } + + // Get all intervals with name containing "Selection #". + QVector wNameSelectionIndexList; + for(auto &wNameItr : wIntervalNames) + { + // Extract the number after the specified string. + QString wNameEx = tr("Selection #"); + if (wNameItr.contains(wNameEx, Qt::CaseSensitive)) + { + int wSelCount = wNameItr.count() - wNameEx.count(); + wNameSelectionIndexList.append(wNameItr.right(wSelCount).toInt()); + } + } + + // Get the highest value and set the next selection number. + selection = *std::max_element(wNameSelectionIndexList.constBegin(), wNameSelectionIndexList.constEnd()) + 1; + } + else + selection = 1; } // interval marker was clicked on the map, toggle its display @@ -1117,7 +1352,7 @@ } } -void +void MapWebBridge::hoverInterval(int n) { RideItem *rideItem = mw->property("ride").value(); @@ -1126,7 +1361,7 @@ } } -void +void MapWebBridge::clearHover() { } @@ -1145,7 +1380,7 @@ if (((p1->lat-lat> 0 && p1->lat-lat< 0.0001) || (p1->lat-lat< 0 && p1->lat-lat> -0.0001)) && ((p1->lon-lng> 0 && p1->lon-lng< 0.0001) || (p1->lon-lng< 0 && p1->lon-lng> -0.0001))) { - // Vérifie distance avec dernier candidat + // Verifie distance avec dernier candidat candidat = p1; } else if (candidat) { list.append(candidat); @@ -1164,17 +1399,34 @@ RideItem *rideItem = mw->property("ride").value(); QString name = QString(tr("Selection #%1 ")).arg(selection); + // Check if we are starting to drag a new selection to create a lap. + if (m_startDrag && !m_drag) + { + m_startDrag = false; + + // Create interval. + IntervalItem *add = rideItem->newInterval(name, point->secs, point->secs, 0, 0, Qt::black, false); + add->selected = true; + + // rebuild list in sidebar + context->notifyIntervalsUpdate(rideItem); + + m_drag = true; + } + if (rideItem->intervals(RideFileInterval::USER).count()) { IntervalItem *last = rideItem->intervals(RideFileInterval::USER).last(); - if (last->name.startsWith(name) && last->rideInterval) { + if (last->name.startsWith(name) && last->rideInterval) { QList list = searchPoint(lat, lng); + if (list.count() > 0) { RideFilePoint* secondPoint = list.at(0); + //qDebug()<< "hoverPath" << secondPoint->lat << secondPoint->lon; if (secondPoint->secs>point->secs) { last->rideInterval->start = last->start = point->secs; @@ -1197,7 +1449,8 @@ // update charts etc context->notifyIntervalsChanged(); - } + } else + qDebug()<< "hoverPath no point"; } } @@ -1213,22 +1466,15 @@ void MapWebBridge::clickPath(double lat, double lng) { - selection++; - RideItem *rideItem = mw->property("ride").value(); - QString name = QString(tr("Selection #%1 ")).arg(selection); QList list = searchPoint(lat, lng); if (list.count() > 0) { point = list.at(0); - - IntervalItem *add = rideItem->newInterval(name, point->secs, point->secs, 0, 0, Qt::black, false); - add->selected = true; - - // rebuild list in sidebar - context->notifyIntervalsUpdate(rideItem); + m_startDrag = true; } else { + qDebug()<< "clickPath: no point"; point = NULL; } } @@ -1240,7 +1486,13 @@ if (point) { mw->clearTempInterval(); point = NULL; - } + if (m_drag) + { + selection++; + m_drag = false; + } + m_startDrag = false; + } } @@ -1248,7 +1500,7 @@ RideMapWindow::event(QEvent *event) { // nasty nasty nasty hack to move widgets as soon as the widget geometry - // is set properly by the layout system, by default the width is 100 and + // is set properly by the layout system, by default the width is 100 and // we wait for it to be set properly then put our helper widget on the RHS if (event->type() == QEvent::Resize && geometry().width() != 100) { diff -Nru goldencheetah-3.5~DEV1810/src/Charts/RideMapWindow.h goldencheetah-3.5~DEV1903/src/Charts/RideMapWindow.h --- goldencheetah-3.5~DEV1810/src/Charts/RideMapWindow.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/RideMapWindow.h 2019-02-22 09:38:21.000000000 +0000 @@ -81,7 +81,9 @@ RideMapWindow *mw; RideFilePoint* point; - int selection; + bool m_startDrag = false; + bool m_drag = false; + int selection = 1; QList searchPoint(double lat, double lng); @@ -126,6 +128,7 @@ Q_PROPERTY(bool showfullplot READ showFullPlot WRITE setFullPlot USER true) Q_PROPERTY(bool showintervals READ showIntervals WRITE setShowIntervals USER true) Q_PROPERTY(int osmts READ osmTS WRITE setOsmTS USER true) + Q_PROPERTY(QString googleKey READ googleKey WRITE setGoogleKey USER true) Q_PROPERTY(QString styleoptions READ getStyleOptions WRITE setStyleOptions USER false) public: @@ -164,6 +167,10 @@ QString getStyleOptions() const { return styleoptions; } void setStyleOptions(QString x) { styleoptions=x; } + QString googleKey() const { return gkey->text(); } + void setGoogleKey(QString x) { gkey->setText(x); } + + public slots: void mapTypeSelected(int x); void tileTypeSelected(int x); @@ -184,7 +191,7 @@ void clearTempInterval(); private: - + bool first; QString styleoptions; @@ -193,6 +200,9 @@ QLabel *osmTSTitle, *osmTSLabel, *osmTSUrlLabel; QLineEdit *osmTSUrl; + QLineEdit *gkey; + QLabel *gkeylabel; + Context *context; QVBoxLayout *layout; diff -Nru goldencheetah-3.5~DEV1810/src/Charts/ScatterPlot.cpp goldencheetah-3.5~DEV1903/src/Charts/ScatterPlot.cpp --- goldencheetah-3.5~DEV1810/src/Charts/ScatterPlot.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Charts/ScatterPlot.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -136,7 +136,7 @@ case MODEL_INTERVAL : return (tr("Interval Number")); case MODEL_LAT : return (tr("Latitude (degree offset)")); case MODEL_LONG : return (tr("Longitude (degree offset)")); - case MODEL_CPV : return (tr("Circumferential Pedal Velocity (cm/s)")); + case MODEL_CPV : return (tr("Circumferential Pedal Velocity (m/s)")); case MODEL_AEPF : return (tr("Average Effective Pedal Force (N)")); // these you need to do yourself cause there is some diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/BodyMeasuresDownload.cpp goldencheetah-3.5~DEV1903/src/Cloud/BodyMeasuresDownload.cpp --- goldencheetah-3.5~DEV1810/src/Cloud/BodyMeasuresDownload.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/BodyMeasuresDownload.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -37,7 +37,7 @@ QVBoxLayout *mainLayout = new QVBoxLayout(this); QGroupBox *groupBox1 = new QGroupBox(tr("Choose the download or import source")); - downloadWithings = new QRadioButton(tr("Nokia Health (Withings)")); + downloadWithings = new QRadioButton(tr("Withings")); downloadTP = new QRadioButton(tr("Today's Plan")); downloadCSV = new QRadioButton(tr("Import CSV file")); QVBoxLayout *vbox1 = new QVBoxLayout; diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/OAuthDialog.cpp goldencheetah-3.5~DEV1903/src/Cloud/OAuthDialog.cpp --- goldencheetah-3.5~DEV1810/src/Cloud/OAuthDialog.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/OAuthDialog.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -189,7 +189,7 @@ } else if (site == WITHINGS) { - urlstr = QString("https://account.health.nokia.com/oauth2_user/authorize2?"); + urlstr = QString("https://account.withings.com/oauth2_user/authorize2?"); urlstr.append("redirect_uri=http://www.goldencheetah.org&"); urlstr.append("scope=user.info,user.metrics&"); urlstr.append("response_type=code&"); @@ -327,7 +327,7 @@ authheader = QString("%1:%1").arg("xert_public"); } else if (site == WITHINGS) { - urlstr = QString("https://account.health.nokia.com/oauth2/token?"); + urlstr = QString("https://account.withings.com/oauth2/token?"); params.addQueryItem("client_id", GC_NOKIA_CLIENT_ID); params.addQueryItem("client_secret", GC_NOKIA_CLIENT_SECRET); params.addQueryItem("redirect_uri","http://www.goldencheetah.org"); @@ -629,7 +629,7 @@ - QString info = QString(tr("Withings/Nokia authorization was successful.")); + QString info = QString(tr("Withings authorization was successful.")); QMessageBox information(QMessageBox::Information, tr("Information"), info); information.exec(); diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/SportTracks.cpp goldencheetah-3.5~DEV1903/src/Cloud/SportTracks.cpp --- goldencheetah-3.5~DEV1810/src/Cloud/SportTracks.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/SportTracks.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -430,6 +430,21 @@ } } + // Add Laps + if (ride["laps"].isArray()) { + for(int i=0; iaddInterval(RideFileInterval::DEVICE, start, stop, QString("#%1").arg(number)); + } + } + // we now work through the tracks combining them into samples // with a common offset (ie, by row, not column). int index=0; @@ -514,7 +529,6 @@ rolling_secs = add.secs; rolling_km = add.km; - // don't add blanks if (updated) ret->appendPoint(add); index++; diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/Strava.cpp goldencheetah-3.5~DEV1903/src/Cloud/Strava.cpp --- goldencheetah-3.5~DEV1810/src/Cloud/Strava.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/Strava.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -178,7 +178,8 @@ //Strava has full path, we just want the file name add->label = QFileInfo(each["name"].toString()).fileName(); - add->id = QString("%1").arg(each["id"].toInt()); + add->id = QString("%1").arg(each["id"].toVariant().toULongLong()); + add->isDir = false; add->distance = each["distance"].toDouble()/1000.0; add->duration = each["elapsed_time"].toInt(); @@ -829,7 +830,7 @@ } } else { - addSamples(ride, QString("%1").arg(each["id"].toInt())); + addSamples(ride, QString("%1").arg(each["id"].toVariant().toULongLong())); // laps? if (!each["laps"].isNull()) { QJsonArray laps = each["laps"].toArray(); diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/WithingsDownload.cpp goldencheetah-3.5~DEV1903/src/Cloud/WithingsDownload.cpp --- goldencheetah-3.5~DEV1810/src/Cloud/WithingsDownload.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/WithingsDownload.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -139,7 +139,7 @@ params.addQueryItem("enddate", QString::number(to.toMSecsSinceEpoch()/1000)); - QUrl url = QUrl( "https://api.health.nokia.com/measure?" + params.toString() ); + QUrl url = QUrl( "https://wbsapi.withings.net/measure?" + params.toString() ); printd("URL: %s\n", url.url().toStdString().c_str()); diff -Nru goldencheetah-3.5~DEV1810/src/Cloud/Withings.h goldencheetah-3.5~DEV1903/src/Cloud/Withings.h --- goldencheetah-3.5~DEV1810/src/Cloud/Withings.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Cloud/Withings.h 2019-02-22 09:38:21.000000000 +0000 @@ -34,7 +34,7 @@ CloudService *clone(Context *context) { return new Withings(context); } QString id() const { return "Withings"; } - QString uiName() const { return tr("Nokia Health (Withings)"); } + QString uiName() const { return tr("Withings"); } QString description() const { return (tr("Download weight, body fat etc from the connected health specialists.")); } QImage logo() const { return QImage(":images/services/withings.png"); } diff -Nru goldencheetah-3.5~DEV1810/src/Core/Athlete.cpp goldencheetah-3.5~DEV1903/src/Core/Athlete.cpp --- goldencheetah-3.5~DEV1810/src/Core/Athlete.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/Athlete.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -36,6 +36,7 @@ #include "WithingsDownload.h" #include "CalendarDownload.h" #include "PMCData.h" +#include "Banister.h" #include "ErgDB.h" #ifdef GC_HAVE_ICAL #include "ICalendar.h" @@ -398,6 +399,7 @@ athlete_quarantine = "quarantine"; athlete_planned = "planned"; athlete_snippets = "snippets"; + athlete_media = "media"; } @@ -425,6 +427,7 @@ myhome.mkdir(athlete_quarantine); myhome.mkdir(athlete_planned); myhome.mkdir(athlete_snippets); + myhome.mkdir(athlete_media); } @@ -445,7 +448,8 @@ temp().exists() && quarantine().exists()&& planned().exists() && - snippets().exists() + snippets().exists() && + media().exists() ); } @@ -519,6 +523,27 @@ return height; } +// working with Banister data series +Banister * +Athlete::getBanisterFor(QString metricName, int t1 , int t2) +{ + Banister *returning = NULL; + + // if we don't already have one, create it + returning = banisterData.value(metricName, NULL); // we do + if (!returning) { + + // specification is blank and passes for all + returning = new Banister(context, metricName, t1, t2); // we don't seed t1/t2 yet. (maybe never will) + + // add to our collection + banisterData.insert(metricName, returning); + } + + return returning; + +} + // working with PMC data series PMCData * Athlete::getPMCFor(QString metricName, int stsdays, int ltsdays) diff -Nru goldencheetah-3.5~DEV1810/src/Core/Athlete.h goldencheetah-3.5~DEV1903/src/Core/Athlete.h --- goldencheetah-3.5~DEV1810/src/Core/Athlete.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/Athlete.h 2019-02-22 09:38:21.000000000 +0000 @@ -62,6 +62,7 @@ class Leaf; class DataFilterRuntime; class CloudServiceAutoDownload; +class Banister; class Athlete : public QObject { @@ -111,6 +112,10 @@ PMCData *getPMCFor(Leaf *expr, DataFilterRuntime *df, int stsDays = -1, int ltsDays = -1); // no Specification used! QMap pmcData; // all the different PMC series + // Banister Data + Banister *getBanisterFor(QString metricName, int t1, int t2); // t1/t2 not used yet + QMap banisterData; + // athlete measures // note ride can override if passed double getWeight(QDate date, RideFile *ride=NULL); @@ -188,6 +193,7 @@ QDir quarantine() { return QDir(myhome.absolutePath()+"/"+athlete_quarantine);} QDir planned() { return QDir(myhome.absolutePath()+"/"+athlete_planned);} QDir snippets() { return QDir(myhome.absolutePath()+"/"+athlete_snippets);} + QDir media() { return QDir(myhome.absolutePath()+"/"+athlete_media);} QDir root() { return myhome; } // supporting functions to work with the subDirs @@ -214,6 +220,7 @@ QString athlete_quarantine; QString athlete_planned; QString athlete_snippets; + QString athlete_media; }; diff -Nru goldencheetah-3.5~DEV1810/src/Core/BodyMeasures.cpp goldencheetah-3.5~DEV1903/src/Core/BodyMeasures.cpp --- goldencheetah-3.5~DEV1810/src/Core/BodyMeasures.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/BodyMeasures.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -32,12 +32,12 @@ { quint64 x = 0; - x += weightkg; - x += fatkg; - x += musclekg; - x += boneskg; - x += leankg; - x += fatpercent; + x += 1000.0 * weightkg; + x += 1000.0 * fatkg; + x += 1000.0 * musclekg; + x += 1000.0 * boneskg; + x += 1000.0 * leankg; + x += 1000.0 * fatpercent; QByteArray ba = QByteArray::number(x); diff -Nru goldencheetah-3.5~DEV1810/src/Core/DataFilter.cpp goldencheetah-3.5~DEV1903/src/Core/DataFilter.cpp --- goldencheetah-3.5~DEV1810/src/Core/DataFilter.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/DataFilter.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -24,6 +24,8 @@ #include "RideNavigator.h" #include "RideFileCache.h" #include "PMCData.h" +#include "Banister.h" +#include "LTMSettings.h" #include "VDOTCalculator.h" #include "DataProcessor.h" #include @@ -128,6 +130,10 @@ // how many performance tests in the ride? { "tests", 0 }, + + // banister function + { "banister", 2 }, // banister(metric, nte|pte|perf|cp) + // add new ones above this line { "", -1 } }; @@ -171,6 +177,9 @@ for (int g=0; gfparms) validateFilter(context, df, p); + } else if (leaf->function == "banister") { + + // 2 or more + if (leaf->fparms.count() != 2) { + leaf->inerror = true; + DataFiltererrors << QString(tr("should be banister(metric, nte|pte|perf|cp)")); + } else { + + Leaf *first=leaf->fparms[0]; + Leaf *second=leaf->fparms[1]; + + // check metric name is valid + QString metric = first->signature(); + QString lookup = df->lookupMap.value(metric, ""); + if (lookup == "") { + leaf->inerror = true; + DataFiltererrors << QString("unknown metric '%1'.").arg(metric); + } + + // check value + QString value = second->signature(); + QRegExp banSymbols("^(nte|pte|perf|cp)$", Qt::CaseInsensitive); + if (!banSymbols.exactMatch(value)) { + leaf->inerror = true; + DataFiltererrors << QString("unknown %1, should be nte,pte,perf or cp.").arg(value); + } + } + } else if (leaf->function == "XDATA") { leaf->dynamic = false; @@ -1890,6 +1928,27 @@ } } + // banister + if (leaf->function == "banister") { + Leaf *first=leaf->fparms[0]; + Leaf *second=leaf->fparms[1]; + + // check metric name is valid + QString metric = df->lookupMap.value(first->signature(), ""); + QString value = second->signature(); + QDate when = m->dateTime.date(); + Banister *banister = m->context->athlete->getBanisterFor(metric, 0,0); + int type = BANISTER_PERFORMANCE; + + if (value == "nte") type = BANISTER_NTE; + if (value == "pte") type = BANISTER_PTE; + if (value == "perf") type = BANISTER_PERFORMANCE; + if (value == "cp") type = BANISTER_CP; + + // value for the date.. + return Result(banister->value(when, type)); + } + // get here for tiz and best if (leaf->function == "best" || leaf->function == "tiz") { diff -Nru goldencheetah-3.5~DEV1810/src/Core/GcUpgrade.h goldencheetah-3.5~DEV1903/src/Core/GcUpgrade.h --- goldencheetah-3.5~DEV1810/src/Core/GcUpgrade.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/GcUpgrade.h 2019-02-22 09:38:21.000000000 +0000 @@ -92,6 +92,8 @@ // 3966 - V3.5 DEVELOPMENT 1804 // 3967 - V3.5 DEVELOPMENT 1806 // 3968 - V3.5 DEVELOPMENT 1810 +// 3969 - V3.5 DEVELOPMENT 1901 +// 3970 - V3.5 DEVELOPMENT 1903 #define VERSION3_BUILD 3010 // released @@ -102,14 +104,14 @@ #define VERSION32_BUILD 3200 // released #define VERSION33_BUILD 3933 // development release #define VERSION34_BUILD 3955 // released -#define VERSION35_BUILD 3968 // development release +#define VERSION35_BUILD 3970 // development release // will keep changing during testing and before final release #define VERSION31_BUILD VERSION31_UPG // the next two will with each build/release -#define VERSION_LATEST 3968 -#define VERSION_STRING "DEV-V3.5 1810" +#define VERSION_LATEST 3970 +#define VERSION_STRING "DEV-V3.5 1903" // default config for this release cycle #define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/4.0" diff -Nru goldencheetah-3.5~DEV1810/src/Core/HrvMeasures.cpp goldencheetah-3.5~DEV1903/src/Core/HrvMeasures.cpp --- goldencheetah-3.5~DEV1810/src/Core/HrvMeasures.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/HrvMeasures.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -32,14 +32,14 @@ { quint64 x = 0; - x += hr; - x += avnn; - x += sdnn; - x += rmssd; - x += pnn50; - x += lf; - x += hf; - x += recovery_points; + x += 1000.0 * hr; + x += 1000.0 * avnn; + x += 1000.0 * sdnn; + x += 1000.0 * rmssd; + x += 1000.0 * pnn50; + x += 1000.0 * lf; + x += 1000.0 * hf; + x += 1000.0 * recovery_points; QByteArray ba = QByteArray::number(x); diff -Nru goldencheetah-3.5~DEV1810/src/Core/main.cpp goldencheetah-3.5~DEV1903/src/Core/main.cpp --- goldencheetah-3.5~DEV1810/src/Core/main.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/main.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -25,6 +25,7 @@ #include "Colors.h" #include "GcUpgrade.h" #include "IdleTimer.h" +#include "PowerProfile.h" #include #include @@ -324,6 +325,9 @@ //XXXIdleEventFilter idleFilter; //XXXapplication->installEventFilter(&idleFilter); + // read defaults + initPowerProfile(); + // set default colors GCColor::setupColors(); appsettings->migrateQSettingsSystem(); // colors must be setup before migration can take place, but reading has to be from the migrated ones diff -Nru goldencheetah-3.5~DEV1810/src/Core/Measures.cpp goldencheetah-3.5~DEV1903/src/Core/Measures.cpp --- goldencheetah-3.5~DEV1810/src/Core/Measures.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/Measures.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -40,7 +40,7 @@ case Measure::Manual: return tr("Manual entry"); case Measure::Withings: - return tr("Nokia Health (Withings)"); + return tr("Withings"); case Measure::TodaysPlan: return tr("Today's Plan"); case Measure::CSV: diff -Nru goldencheetah-3.5~DEV1810/src/Core/RideCache.h goldencheetah-3.5~DEV1903/src/Core/RideCache.h --- goldencheetah-3.5~DEV1810/src/Core/RideCache.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/RideCache.h 2019-02-22 09:38:21.000000000 +0000 @@ -37,11 +37,13 @@ #endif class Context; +class LTMPlot; class RideCacheBackgroundRefresh; class Specification; class AthleteBest; class RideCacheModel; class Estimator; +class Banister; class RideCache : public QObject { @@ -134,6 +136,8 @@ friend class ::Athlete; friend class ::MainWindow; // save dialog friend class ::RideCacheBackgroundRefresh; + friend class ::LTMPlot; // get weekly performances + friend class ::Banister; // get weekly performances Context *context; QDir directory, plannedDirectory; diff -Nru goldencheetah-3.5~DEV1810/src/Core/Settings.h goldencheetah-3.5~DEV1903/src/Core/Settings.h --- goldencheetah-3.5~DEV1810/src/Core/Settings.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Core/Settings.h 2019-02-22 09:38:21.000000000 +0000 @@ -134,7 +134,6 @@ // Location of Python Installation - follows PYTHONHOME semantics #define GC_PYTHON_HOME "pythonhome" - // -------------------------------------------------------------------- // Global Properties - Stored in "root" of the active Athlete Directory // -------------------------------------------------------------------- diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/AthleteBackup.cpp goldencheetah-3.5~DEV1903/src/FileIO/AthleteBackup.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/AthleteBackup.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/AthleteBackup.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -49,6 +49,7 @@ sourceFolderList.append(athleteDirs->config()); sourceFolderList.append(athleteDirs->calendar()); sourceFolderList.append(athleteDirs->workouts()); + sourceFolderList.append(athleteDirs->media()); } AthleteBackup::~AthleteBackup() diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/CsvRideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/CsvRideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/CsvRideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/CsvRideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -128,6 +128,7 @@ XDataSeries *rowSeries=NULL; XDataSeries *trainSeries=NULL; XDataSeries *rrSeries=NULL; + XDataSeries *ibikeSeries=NULL; /* Joule 1.0 Version,Date/Time,Km,Minutes,RPE,Tags,"Weight, kg","Work, kJ",FTP,"Sample Rate, s",Device Type,Firmware Version,Last Updated,Category 1,Category 2 @@ -163,6 +164,19 @@ QRegExp wahooMACSV("GroundContactTime,MotionCount,MotionPowerZ,Cadence,MotionPowerX,WorkoutActive,Timestamp,Smoothness,MotionPowerY,_ID,VerticalOscillation,", Qt::CaseInsensitive); QRegExp rp3CSV ("\"id\",\"workout_interval_id\",\"ref\",\"stroke_number\",\"power\",\"avg_power\",\"stroke_rate\",\"time\",\"stroke_length\",\"distance\",\"distance_per_stroke\",\"estimated_500m_time\",\"energy_per_stroke\",\"energy_sum\",\"pulse\",\"work_per_pulse\",\"peak_force\",\"peak_force_pos\",\"rel_peak_force_pos\",\"drive_time\",\"recover_time\",\"k\",\"curve_data\",\"stroke_number_in_interval\",\"avg_calculated_power\"", Qt::CaseSensitive); + + // X-trainer format + //starting with: + //ver,4,113,848 + //col,time,pulse,rpm,watt,climb%,km/t + //1,97,88,186,0,29 + //2,99,91,192,0,29 + //3,102,92,196,0,30 + //4,103,92,195,0,30 + // note the first column after the header is the time + + QRegExp xtrainCSV("ver,[0-9]+,[0-9]+,[0-9]+"); + int recInterval = 1; if (!file.open(QFile::ReadOnly)) { @@ -178,6 +192,8 @@ bool dfpmExists = false; int iBikeVersion = 0; + int xTrainVersion = 0; + //UNUSED int timestampIndex=-1; int secsIndex=-1; //UNUSED int minutesIndex = -1; @@ -203,7 +219,7 @@ bool eof = false; while (!is.atEnd() && !eof) { // the readLine() method doesn't handle old Macintosh CR line endings - // this workaround will load the the entire file if it has CR endings + // this workaround will load the entire file if it has CR endings // then split and loop through each line // otherwise, there will be nothing to split and it will read each line as expected. QString linesIn = is.readLine(); @@ -243,9 +259,23 @@ rideFile->setFileFormat("iBike CSV (csv)"); unitsHeader = 5; iBikeVersion = line.section( ',', 1, 1 ).toInt(); + + ++lineno; + continue; + } + + else if(xtrainCSV.indexIn(line) != -1) { + csvType = xtrain; + rideFile->setDeviceType("xtrainCSV"); + rideFile->setFileFormat("xtrainCSV"); + unitsHeader = 2; + xTrainVersion = line.section( ',', 1, 1 ).toInt(); + ++lineno; continue; } + + else if(motoActvCSV.indexIn(line) != -1) { csvType = motoactv; rideFile->setDeviceType("MotoACTV"); @@ -421,6 +451,13 @@ recInterval = (int)line.section(',',4,4).toDouble(); rideFile->setDeviceType(line.section(',',26,26)); rideFile->setTag("Device Info", line.section(',',20,21).remove(QChar('"'))); + + ibikeSeries = new XDataSeries(); + ibikeSeries->name = "AERO"; + ibikeSeries->valuename << "CALC-POWER"; + ibikeSeries->unitname << "W"; + //ibikeSeries->valuename << "CdA"; + //ibikeSeries->unitname << "m^2"; } } @@ -699,18 +736,32 @@ // For iBike software version 11 or higher: // use "power" field until a the "dfpm" field becomes non-zero. minutes = (recInterval * lineno - unitsHeader)/60.0; + QString timestamp = line.section( ',', 14, 14); + if (timestamp.length()>0){ + minutes = startTime.secsTo(QDateTime::fromString(timestamp, Qt::ISODate))/60.0; + } nm = 0; //no torque kph = line.section(',', 0, 0).toDouble(); dfpm = line.section( ',', 11, 11).toDouble(); headwind = line.section(',', 1, 1).toDouble(); + km = line.section(',', 3, 3).toDouble(); + if( iBikeVersion >= 11 && ( dfpm > 0.0 || dfpmExists ) ) { dfpmExists = true; watts = dfpm; + + XDataPoint *p = new XDataPoint(); + p->secs = minutes*60.0; + p->km = km; + p->number[0] = line.section(',', 2, 2).toDouble(); + p->number[1] = line.section(',', 16, 16).toDouble(); + + ibikeSeries->datapoints.append(p); } else { watts = line.section(',', 2, 2).toDouble(); } - km = line.section(',', 3, 3).toDouble(); + cad = line.section(',', 4, 4).toDouble(); hr = line.section(',', 5, 5).toDouble(); alt = line.section(',', 6, 6).toDouble(); @@ -732,6 +783,26 @@ headwind *= KM_PER_MILE; } + + } else if (csvType == xtrain) { + // this must be xtrain + // ignore lines with wrong number of entries + if (line.split(",").count() != 6) continue; + + minutes = (recInterval * lineno - unitsHeader)/60.0; + nm = 0; //no torque + hr = line.section(',', 1, 1).toDouble(); + cad = line.section(',', 2, 2).toDouble(); + watts = line.section(',', 3, 3).toDouble(); + slope = line.section(',', 4, 4).toDouble()/10; + kph = line.section(',', 5, 5).toDouble(); + + // derive distance from speed + km = lastKM + (kph/3600.0f); + lastKM = km; + + + } else if (csvType == moxy) { // we get crappy lines with no data so ignore them @@ -1115,7 +1186,7 @@ } // less than 2 data points is not a valid ride file else { - errors << "Insufficient valid data in file \"" + file.fileName() + "\"."; + errors << "Insufficient valid data in file \"" + file.fileName() + "\". "; delete rideFile; file.close(); return NULL; @@ -1155,6 +1226,18 @@ rideFile->setStartTime(datetime); } else { + // Could be Tryyyyddmmhhmm.csv (case insensitive) + // X-trainer file + rideTime.setPattern("Tr(\\d\\d\\d\\d)(\\d\\d)(\\d\\d)(\\d\\d)(\\d\\d)[^\\.]*\\.csv$"); + if (rideTime.indexIn(file.fileName()) >= 0) { + QDateTime datetime(QDate(rideTime.cap(1).toInt(), + rideTime.cap(2).toInt(), + rideTime.cap(3).toInt()), + QTime(rideTime.cap(4).toInt(), + rideTime.cap(5).toInt())); + rideFile->setStartTime(datetime); + } else { + // is it in poweragent format "name yyyy-mm-dd hh-mm-ss.csv" rideTime.setPattern("(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d) (\\d\\d)-(\\d\\d)-(\\d\\d)\\.csv$"); if (rideTime.indexIn(file.fileName()) >=0) { @@ -1180,7 +1263,7 @@ } } } - + } if (csvType == rowpro) rideFile->setTag("Sport","Row"); if (trainSeries != NULL) { @@ -1190,6 +1273,13 @@ delete trainSeries; } + if (ibikeSeries != NULL) { + if (ibikeSeries->datapoints.count()>0) + rideFile->addXData("AERO", ibikeSeries); + else + delete ibikeSeries; + } + // did we actually read any samples? if (rideFile->dataPoints().count() == 0) { errors << "No samples present."; diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/CsvRideFile.h goldencheetah-3.5~DEV1903/src/FileIO/CsvRideFile.h --- goldencheetah-3.5~DEV1810/src/FileIO/CsvRideFile.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/CsvRideFile.h 2019-02-22 09:38:21.000000000 +0000 @@ -23,7 +23,7 @@ #include "RideFile.h" struct CsvFileReader : public RideFileReader { - enum csvtypes { generic, gc, powertap, joule, ergomo, motoactv, ibike, moxy, freemotion, peripedal, cpexport, bsx, rowpro, wprime, wahooMA, rp3, opendata }; + enum csvtypes { generic, gc, powertap, joule, ergomo, motoactv, ibike, xtrain, moxy, freemotion, peripedal, cpexport, bsx, rowpro, wprime, wahooMA, rp3, opendata }; typedef enum csvtypes CsvType; virtual RideFile *openRideFile(QFile &file, QStringList &errors, QList* = 0) const; diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/FitRideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/FitRideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/FitRideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/FitRideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -403,6 +403,16 @@ default: return QString("Quarq %1").arg(prod); } + } else if (manu == 8 ) { + // iBike + if (prod == -1) + return "iBike"; + + switch (prod) { + case 2054: return "iBike AeroPod"; + + default: return QString("iBike %1").arg(prod); + } } else if (manu == 9 ) { // Powertap if (prod == -1) @@ -483,6 +493,15 @@ case 2: return "BSX Insight 2"; default: return QString("BSX %1").arg(prod); } + } else if (manu == 115) { + // igpsport + if (prod == -1) + return "igpsport"; + + switch(prod) { + case 2: return "BSX Insight 2"; + default: return QString("igpsport %1").arg(prod); + } } else if (manu == 260) { // Zwift return "Zwift"; @@ -670,6 +689,62 @@ rideFile->setDeviceType(getManuProd(manu, prod)); } + + void decodePhysiologicalMetrics(const FitDefinition &def, int, + const std::vector& values) { + int i = 0; + + foreach(const FitField &field, def.fields) { + fit_value_t value = values[i++].v; + + + if( value == NA_VALUE ) + continue; + + switch (field.num) { + case 7: // METmax: 1 METmax = VO2max * 3.5, scale 65536 + rideFile->setTag("VO2max detected", QString::number(round(value / 65536.0 * 3.5 * 10.0) / 10.0)); + break; + + case 4: // Aerobic Training Effect, scale 10 + rideFile->setTag("Aerobic Training Effect", QString::number(value/10.0)); + break; + + case 20: // Anaerobic Training Effect, scale 10 + rideFile->setTag("Anaerobic Training Effect", QString::number(value/10.0)); + break; + + case 9: // Recovery Time, minutes + rideFile->setTag("Recovery Time", QString::number(round(value/60.0))); + break; + + case 17: // Performance Condition + rideFile->setTag("Performance Condition", QString::number(value)); + break; + + case 14: // If watch detected Running Lactate Threshold Heart Rate, bpm + if(rideFile->isRun() && value > 0){ + rideFile->setTag("LTHR detected", QString::number(value)); + } + break; + + case 15: // If watch detected Running Lactate Threshold Speed, m/s + if(rideFile->isRun() && value > 0){ + rideFile->setTag("LTS detected", QString::number(value/100.0)); + } + break; + + + default: ; // do nothing + } + + + if (FIT_DEBUG && FIT_DEBUG_LEVEL>1) { + printf("decodePhysiologicalMetrics field %d: %d bytes, num %d, type %d\n", i, field.size, field.num, field.type ); + } + } + } + void decodeSession(const FitDefinition &def, int, const std::vector& values) { int i = 0; @@ -1266,14 +1341,17 @@ void decodeLap(const FitDefinition &def, int time_offset, const std::vector& values) { - time_t time = 0; + time_t iniTime; if (time_offset > 0) - time = last_time + time_offset; + iniTime = last_time + time_offset; else - time = last_time; + iniTime = last_time; + + time_t time = 0; int i = 0; time_t this_start_time = 0; double total_distance = 0.0; + double total_elapsed_time = 0.0; QString lap_name; @@ -1306,16 +1384,20 @@ case 9: total_distance = value.v / 100000.0; break; + case 7: + total_elapsed_time = value.v / 1000.0; + break; case 24: //lap_trigger = value.v; + // other data (ignored at present): case 254: // lap nbr case 3: // start_position_lat case 4: // start_position_lon case 5: // end_position_lat case 6: // end_position_lon - case 7: // total_elapsed_time = value.v / 1000.0; + case 8: // total_timer_time case 10: // total_cycles case 11: // total calories @@ -1336,6 +1418,11 @@ default: ; // ignore it } } + + if (time == 0 && total_elapsed_time > 0) { + time = iniTime + total_elapsed_time - 1; + } + if (this_start_time == 0 || this_start_time-start_time < 0) { //errors << QString("lap %1 has invalid start time").arg(interval); this_start_time = start_time; // time was corrected after lap start @@ -1344,7 +1431,8 @@ errors << QString("lap %1 is ignored (invalid end time)").arg(interval); return; } - } + } + if (isLapSwim) { // Fill empty laps due to false starts or pauses in some devices // s.t. Garmin 910xt - cap to avoid crashes on bad data @@ -2705,6 +2793,11 @@ RideFile::SeriesType series = getSeriesForNative(field.num); nativeName = rideFile->symbolForSeries(series); } + if (field.deve_idx>-1) { + QString key = QString("%1.%2").arg(field.deve_idx).arg(field.num); + FitDeveField deveField = local_deve_fields[key]; + nativeName = deveField.name.c_str(); + } printf( " field: type=%d num=%d %s size=%d(%d) ", field.type, field.num, nativeName.toStdString().c_str(), field.size, size); if (value.type == SingleValue) { @@ -2715,6 +2808,8 @@ } else if (value.type == StringValue) printf( "value=%s\n", value.s.c_str() ); + else if (value.type == FloatValue) + printf( "value=%f\n", value.f ); else if (value.type == ListValue) { printf( "values="); for (int i=0;iisRun() ? 1 : ride->isSwim() ? 5 : 2; + write_int8(array, sport); // 7. sub sport write_int8(array, 0); @@ -3427,7 +3527,7 @@ num_fields ++; write_field_definition(fields, 3, 1, 2); // heart_rate (3) } - if ( withCad && ride->areDataPresent()->cad ) { + if ( withCad && (ride->areDataPresent()->cad || (ride->isRun() && ride->areDataPresent()->rcad)) ) { num_fields ++; write_field_definition(fields, 4, 1, 2); // cadence (4) } @@ -3448,7 +3548,7 @@ num_fields ++; write_field_definition(fields, 13, 1, 2); // temperature (13) } - if ( (type&2)==1 ) { + if ( (type&2)==2 ) { num_fields ++; write_field_definition(fields, 30, 1, 2); // left_right_balance (30) } @@ -3500,6 +3600,10 @@ if ( withCad && ride->areDataPresent()->cad ) { write_int8(ridePoint, point->cad); } + // In runs, cadence is saved in 'rcad' instead of 'cad' + else if (withCad && ride->isRun() && ride->areDataPresent()->rcad){ + write_int8(ridePoint, point->rcad); + } if ( ride->areDataPresent()->km ) { write_int32(ridePoint, point->km * 100000, true); } @@ -3514,7 +3618,7 @@ if ( (type&1)==1) { write_int8(ridePoint, point->temp); } - if ( (type&2)==1 ) { + if ( (type&2)==2 ) { write_int8(ridePoint, point->lrbalance); } diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/FixAeroPod.cpp goldencheetah-3.5~DEV1903/src/FileIO/FixAeroPod.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/FixAeroPod.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/FixAeroPod.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,172 @@ +/* + * Copyright (c) 2018 Damien.Grauser@pev-geneve.ch + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include "DataProcessor.h" +#include "LTMOutliers.h" +#include "Settings.h" +#include "Units.h" +#include "HelpWhatsThis.h" +#include +#include +#include + +// Config widget used by the Preferences/Options config panes +class FixAeroPod; +class FixAeroPodConfig : public DataProcessorConfig +{ + Q_DECLARE_TR_FUNCTIONS(FixAeroPodConfig) + + friend class ::FixAeroPod; + protected: + QHBoxLayout *layout; + QLabel *paLabel; + QLabel *percentLabel; + QLineEdit *pa; + QCheckBox *hrConv; + + public: + FixAeroPodConfig(QWidget *parent) : DataProcessorConfig(parent) { + + HelpWhatsThis *help = new HelpWhatsThis(parent); + parent->setWhatsThis(help->getWhatsThisText(HelpWhatsThis::MenuBar_Edit_FixMoxy)); + + layout = new QHBoxLayout(this); + + layout->setContentsMargins(0,0,0,0); + setContentsMargins(0,0,0,0); + //paLabel = new QLabel(tr("Field Adjustment")); + + //hrConv = new QCheckBox(tr("Heartrate to XData.CdA")); + + //layout->addWidget(paLabel); + //layout->addWidget(hrConv); + layout->addStretch(); + } + + //~FixAeroPodConfig() {} // deliberately not declared since Qt will delete + // the widget and its children when the config pane is deleted + + QString explain() { + return(QString(tr("When recording with an iBike AeroPod (in HR" + " mode) the CdA data is sent as HR. This tool will" + " update the activity file to move the values from HR" + " into the XData.CdA series." + ))); + } + void readConfig() { + //bool isHr = appsettings->value(NULL, GC_HR2XDATACDA, Qt::Checked).toBool(); + //hrConv->setCheckState(isHr ? Qt::Checked : Qt::Unchecked); + + } + void saveConfig() { + //appsettings->setValue(GC_CAD2SMO2, hrConv->checkState()); + } +}; + + +// RideFile Dataprocessor -- used to handle gaps in recording +// by inserting interpolated/zero samples +// to ensure dataPoints are contiguous in time +// +class FixAeroPod : public DataProcessor { + Q_DECLARE_TR_FUNCTIONS(FixAeroPod) + + public: + FixAeroPod() {} + ~FixAeroPod() {} + + // the processor + bool postProcess(RideFile *, DataProcessorConfig* config, QString op); + + // the config widget + DataProcessorConfig* processorConfig(QWidget *parent) { + return new FixAeroPodConfig(parent); + } + + // Localized Name + QString name() { + return tr("Set XData.CdA from HR"); + } +}; + +static bool FixAeroPodAdded = DataProcessorFactory::instance().registerProcessor(QString("FixAeroPod"), new FixAeroPod()); + +bool +FixAeroPod::postProcess(RideFile *ride, DataProcessorConfig *config=0, QString op="") +{ + Q_UNUSED(config) + Q_UNUSED(op) + + bool isHr = true; + + if (config == NULL) { // being called automatically + //isHr = appsettings->value(NULL, GC_HR2XDATACDA, Qt::Checked).toBool(); + } else { // being called manually + //isHr = ((FixMoxyConfig*)(config))->cadConv->checkState(); + } + + // does this ride have power? + if (ride->areDataPresent()->hr == false) + return false; + + bool createXData = false; + int index = -1; + XDataSeries *aero = ride->xdata("AERO"); + if (aero == NULL) { + createXData = true; + aero = new XDataSeries(); + aero->name = "AERO"; + + ride->addXData("AERO", aero); + } + + index = aero->valuename.indexOf("CdA"); + + if (index==-1) { + aero->valuename << "CdA"; + aero->unitname << "m^2"; + + index = aero->valuename.length()-1; + } + + + + // apply the change + ride->command->startLUW("Fix AeroPod CdA"); + for (int i=0; idataPoints().count(); i++) { + RideFilePoint *point = ride->dataPoints()[i]; + + if (isHr) { + if (createXData) { + ride->command->setXDataPointValue("AERO", i, 0, point->secs); + ride->command->setXDataPointValue("AERO", i, 1, point->km); + } + ride->command->setXDataPointValue("AERO", i, index+2, point->hr*4/1000.0); + ride->command->setPointValue(i, RideFile::hr, 0.00f); + } + } + + // shift the data present flags + if (isHr) { + ride->command->setDataPresent(RideFile::hr, false); + } + + ride->command->endLUW(); + + return true; +} diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/FixElevation.cpp goldencheetah-3.5~DEV1903/src/FileIO/FixElevation.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/FixElevation.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/FixElevation.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -165,6 +165,8 @@ QMessageBox oops(QMessageBox::Critical, tr("Fix Elevation Data not possible"), tr("The following problem occured: %1").arg(err)); oops.exec(); + // close LUW + ride->command->endLUW(); return false; } @@ -286,6 +288,8 @@ throw QString(QObject::tr("Monthly free plan limit exceeded")); if (elevationJSON.contains("Bad Request")) throw QString(QObject::tr("Bad request")); + if (elevationJSON.contains("Gateway Timeout")) + throw QString(QObject::tr("Gateway Timeout")); if (error != QNetworkReply::NoError) throw QString(QObject::tr("Networkerror: %1")).arg(error); diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/LocationInterpolation.cpp goldencheetah-3.5~DEV1903/src/FileIO/LocationInterpolation.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/LocationInterpolation.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/LocationInterpolation.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,249 @@ +/* +* Copyright (c) 2019 Eric Christoffersen (impolexg@outlook.com) +* +* This program is free software; you can redistribute it and/or modify it +* under the terms of the GNU General Public License as published by the Free +* Software Foundation; either version 2 of the License, or (at your option) +* any later version. +* +* This program is distributed in the hope that it will be useful, but WITHOUT +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +* more details. +* +* You should have received a copy of the GNU General Public License along +* with this program; if not, write to the Free Software Foundation, Inc., 51 +* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +#include "LocationInterpolation.h" + +static double radianstodegrees(double r) { return r * (360.0 / (2 * M_PI)); } +static double degreestoradians(double d) { return d * (2 * M_PI / 360.0); } + +xyz geolocation::toxyz() +{ + // Approach developed by: + // + // (Olson, D.K. (1996). + // "Converting earth-Centered, Earth-Fixed Coordinates to Geodetic Coordinates," + // IEEE Transactions on Aerospace and Electronic Systems, Vol. 32, No. 1, January 1996, pp. 473 - 476). + // + // + // Java implementation: + // + // D. Rose (2014). + // "Converting between Earth-Centered, Earth Fixed and Geodetic Coordinates" + // + + //Convert Lat, Lon, Altitude to Earth-Centered-Earth-Fixed (ECEF) + //Input is a three element array containing lat, lon (rads) and alt (m) + //Returned array contains x, y, z in meters + static const double a = 6378137.0; //WGS-84 semi-major axis + static const double e2 = 6.6943799901377997e-3; //WGS-84 first eccentricity squared + + double lat = degreestoradians(Lat()); + double lon = degreestoradians(Long()); + double alt = Alt(); + double n = a / sqrt(1 - e2*sin(lat)*sin(lat)); + double dx = ((n + alt)*cos(lat)*cos(lon)); //ECEF x + double dy = ((n + alt)*cos(lat)*sin(lon)); //ECEF y + double dz = ((n*(1 - e2) + alt)*sin(lat)); //ECEF z + return(xyz(dx, dy, dz)); //Return x, y, z in ECEF +} + +geolocation xyz::togeolocation() +{ + // Approach developed by: + // (Olson, D.K. (1996). + // "Converting earth-Centered, Earth-Fixed Coordinates to Geodetic Coordinates," + // IEEE Transactions on Aerospace and Electronic Systems, Vol. 32, No. 1, January 1996, pp. 473 - 476). + // + // Java implementation: + // + // D. Rose (2014). + // "Converting between Earth-Centered, Earth Fixed and Geodetic Coordinates" + // + + //Convert Earth-Centered-Earth-Fixed (ECEF) to lat, Lon, Altitude + //Input is a three element array containing x, y, z in meters + //Returned array contains lat and lon in radians, and altitude in meters + + static const double a = 6378137.0; //WGS-84 semi-major axis + static const double e2 = 6.6943799901377997e-3; //WGS-84 first eccentricity squared + static const double a1 = 4.2697672707157535e+4; //a1 = a*e2 + static const double a2 = 1.8230912546075455e+9; //a2 = a1*a1 + static const double a3 = 1.4291722289812413e+2; //a3 = a1*e2/2 + static const double a4 = 4.5577281365188637e+9; //a4 = 2.5*a2 + static const double a5 = 4.2840589930055659e+4; //a5 = a1+a3 + static const double a6 = 9.9330562000986220e-1; //a6 = 1-e2 + + double x = xyz::x(); + double y = xyz::y(); + double z = xyz::z(); + double zp = abs(z); + double w2 = x*x + y*y; + double w = sqrt(w2); + double r2 = w2 + z*z; + double r = sqrt(r2); + + double retLong; + double retLat; + double retAlt; + + retLong = atan2(y, x); // Lon (final) + double s2 = z*z / r2; + double c2 = w2 / r2; + double u = a2 / r; + double v = a3 - a4 / r; + double s, ss, c; + if (c2 > 0.3) { + s = (zp / r)*(1.0 + c2*(a1 + u + s2*v) / r); + retLat = asin(s); //Lat + ss = s*s; + c = sqrt(1.0 - ss); + } + else { + c = (w / r)*(1.0 - s2*(a5 - u - c2*v) / r); + retLat = acos(c); //Lat + ss = 1.0 - c*c; + s = sqrt(ss); + } + double g = 1.0 - e2*ss; + double rg = a / sqrt(g); + double rf = a6*rg; + u = w - rg*c; + v = zp - rf*s; + double f = c*u + s*v; + double m = c*v - s*u; + double p = m / (rf / g + f); + retLat = retLat + p; //Lat + retAlt = f + m*p / 2.0; //Altitude + if (z < 0.0) { + retLat = retLat * -1.0; //Lat + } + + return geolocation(radianstodegrees(retLat), radianstodegrees(retLong), retAlt); +} + +xyz Slerper::Slerp(double frac) +{ + double scale = sin(frac * m_angle) / m_sin_angle; + return m_x0_norm.scale(sin((1 - frac) * m_angle) / m_sin_angle).add(m_x1_norm.scale(scale)); +} + +// Precompute invariant values needed to geoslerp +Slerper::Slerper(geolocation g0, geolocation g1) : + m_g0(g0), + m_g1(g1), + m_x0(m_g0.toxyz()), + m_x1(m_g1.toxyz()), + m_x0_norm(m_x0.normalize()), + m_x1_norm(m_x1.normalize()), + m_x0_magnitude(m_x0.magnitude()) +{ + m_angle = atan2(m_x0_norm.cross(m_x1_norm).magnitude(), m_x0_norm.dot(m_x1_norm)); + m_sin_angle = sin(m_angle); + m_altitude_delta = (m_g1.Alt() - m_g0.Alt()); +} + +// Interpolate fractional arc between two wgs84 vectors. +// This models the earths ellipsoid. +geolocation Slerper::GeoSlerp(double frac) +{ + // Generate normalized ECEF vector + xyz slerp = Slerp(frac); + + // Scale ecef unit vector so its roughly at earth surface + double interpaltitudestep = m_altitude_delta * frac; + slerp = slerp.scale(m_x0_magnitude + interpaltitudestep); + + // Convert ecef back to wgs84 + geolocation slerpgeo = slerp.togeolocation(); + + // Set linear interpolated altitude on slerped wgs84 vector + double interpaltitude = m_altitude_delta * frac; + slerpgeo.Alt() = m_g0.Alt() + interpaltitude; + + return slerpgeo; +} + +xyz LinearTwoPointInterpolator::InterpolateNext(xyz p0, xyz p1) +{ + xyz delta = p1.subtract(p0); + xyz retval = p1.add(delta); + return retval; +} + +xyz SphericalTwoPointInterpolator::InterpolateNext(xyz p0, xyz p1) +{ + Slerper slerper(p0.togeolocation(), p1.togeolocation()); + + geolocation geo = slerper.GeoSlerp(2.0); + + return geo.toxyz(); +} + +void UnitCatmullRomInterpolator::Init(double pm1, double p0, double p1, double p2) +{ + std::get<0>(m_p) = pm1; + std::get<1>(m_p) = p0; + std::get<2>(m_p) = p1; + std::get<3>(m_p) = p2; +} + +UnitCatmullRomInterpolator::UnitCatmullRomInterpolator() +{ + Init(0.0, 0.0, 0.0, 0.0); +} + +UnitCatmullRomInterpolator::UnitCatmullRomInterpolator(double pm1, double p0, double p1, double p2) +{ + Init(pm1, p0, p1, p2); +} + +double UnitCatmullRomInterpolator::Interpolate(double u) +{ + // assert u in range 0 <= u <= 1.0 + + double p0 = std::get<0>(m_p); + double p1 = std::get<1>(m_p); + double p2 = std::get<2>(m_p); + double p3 = std::get<3>(m_p); + + // Curvature-parameterized CatmullRom equation courtesy of wolfram alpha: + // [1, u, u ^ 2, u ^ 3] * [[0, 1, 0, 0], [-t, 0, t, 0], [2 * t, t - 3, 3 - 2t, -t], [-t, 2 - t, t - 2, t]] * [p0, p1, p2, p3] + + static const double t = 0.5; // Control curvature: 0 is linear, 1 is pretty loopy, most people like 0.5. + double retval = p0 * u * (u * (2 * t - t * u) - t) + + u * (u * (u * (p1 * (-t) + 2 * p1 + p2 * (t - 2) + p3 * t) + p1 * t - 3 * p1 + p2 * (3 - 2 * t) - p3 * t) + p2 * t) + p1; + + return retval; +} + +void UnitCatmullRomInterpolator3D::Init(xyz pm1, xyz p0, xyz p1, xyz p2) +{ + x.Init(pm1.x(), p0.x(), p1.x(), p2.x()); + y.Init(pm1.y(), p0.y(), p1.y(), p2.y()); + z.Init(pm1.z(), p0.z(), p1.z(), p2.z()); +} + +UnitCatmullRomInterpolator3D::UnitCatmullRomInterpolator3D(xyz pm1, xyz p0, xyz p1, xyz p2) +{ + Init(pm1, p0, p1, p2); +} + +xyz UnitCatmullRomInterpolator3D::Interpolate(double frac) +{ + return xyz(x.Interpolate(frac), y.Interpolate(frac), z.Interpolate(frac)); +} + +geolocation GeoPointInterpolator::Interpolate(double distance) +{ + return DistancePointInterpolator::Interpolate(distance).togeolocation(); +} + +void GeoPointInterpolator::Push(double distance, geolocation point) +{ + DistancePointInterpolator::Push(distance, point.toxyz()); +} diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/LocationInterpolation.h goldencheetah-3.5~DEV1903/src/FileIO/LocationInterpolation.h --- goldencheetah-3.5~DEV1810/src/FileIO/LocationInterpolation.h 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/LocationInterpolation.h 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,499 @@ +/* +* Copyright (c) 2019 Eric Christoffersen (impolexg@outlook.com) +* +* This program is free software; you can redistribute it and/or modify it +* under the terms of the GNU General Public License as published by the Free +* Software Foundation; either version 2 of the License, or (at your option) +* any later version. +* +* This program is distributed in the hope that it will be useful, but WITHOUT +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +* more details. +* +* You should have received a copy of the GNU General Public License along +* with this program; if not, write to the Free Software Foundation, Inc., 51 +* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +#if !defined(_LOCATION_INTERPOLATION_H) +#define _LOCATION_INTERPOLATION_H + +#include +#include +#include "qwt_math.h" + +struct geolocation; + +class v3 +{ + std::tuple m_t; + +public: + + v3(double a, double b, double c) : m_t(a, b, c) {}; + + v3(const v3& o) : m_t(o.m_t) {} + + double x() const { return std::get<0>(m_t); } + double y() const { return std::get<1>(m_t); } + double z() const { return std::get<2>(m_t); } + + double& x() { return std::get<0>(m_t); } + double& y() { return std::get<1>(m_t); } + double& z() { return std::get<2>(m_t); } + + v3 add(const v3 &a) const { return v3(x() + a.x(), y() + a.y(), z() + a.z()); } + v3 subtract(const v3 &a) const { return v3(x() - a.x(), y() - a.y(), z() - a.z()); } + v3 scale(double d) const { return v3(x() * d, y() * d, z() * d); } + + double magnitude() const { return sqrt(dot(*this)); } + + v3 normalize() const + { + double mag = magnitude(); + + if (mag == 0) { + // assert? + mag = 1.0; + } + + return scale(1.0 / mag); + } + + double dot(const v3 &a) const { return x() * a.x() + y() * a.y() + z() * a.z(); } + v3 cross(const v3 &a) const + { + return v3( + y()*a.z() - z()*a.y(), + z()*a.x() - x()*a.z(), + x()*a.y() - y()*a.x()); + } +}; + +struct xyz : public v3 +{ + xyz(double x, double y, double z) : v3(x, y, z) {} + xyz(const v3 &a) : v3(a) {} + xyz() : v3(0.0, 0.0, 0.0) {} + + //void Print(){ + // qDebug() << "< X:" << x() << " y:" << y() << " z:" << z() << " >"; + //} + + geolocation togeolocation(); +}; + +struct geolocation : v3 +{ + double Lat() const { return x(); } + double Long() const { return y(); } + double Alt() const { return z(); } + + double &Lat() { return x(); } + double &Long() { return y(); } + double &Alt() { return z(); } + + geolocation(double la, double lo, double al) : v3(la, lo, al) {} + geolocation(const v3 &a) : v3(a) { } + geolocation() :v3(0, 0, 0) {} + + //void Print() { + // qDebug() << "< Lat:" << Lat() << " Long:" << Long() << " Alt:" << Alt() << " >"; + //} + + xyz toxyz(); +}; + +// Class to wrap classic game spherical interpolation +class Slerper +{ + geolocation m_g0; // start location (wgs84) + geolocation m_g1; // end location (wgs84) + xyz m_x0; // start location (ecef) + xyz m_x1; // end location (ecef) + xyz m_x0_norm; // start location unit vector + xyz m_x1_norm; // end location unit vector + double m_x0_magnitude; // magnitude of ecef start location vector + double m_angle; // angle between start and end locations + double m_sin_angle; // sin of angle betweeen start and end locations + double m_altitude_delta; // delta between start and end altitudes + + // Spherical interpolate using normalized start and end locations, returns normalized interpolated + // unit vector that lies 'frac' from the two vectors. + xyz Slerp(double frac); + +public: + + // Precompute invariant values needed to geoslerp + Slerper(geolocation g0, geolocation g1); + + // Interpolate fractional arc between two wgs84 vectors. + // This models the earths ellipsoid. + geolocation GeoSlerp(double frac); +}; + +class TwoPointInterpolator +{ +public: + virtual xyz InterpolateNext(xyz p0, xyz p1) = 0; +}; + +struct LinearTwoPointInterpolator : public TwoPointInterpolator +{ + xyz InterpolateNext(xyz p0, xyz p1); +}; + +struct SphericalTwoPointInterpolator : public TwoPointInterpolator +{ + xyz InterpolateNext(xyz p0, xyz p1); +}; + +class UnitCatmullRomInterpolator +{ + std::tuple m_p; + +public: + + void Init(double pm1, double p0, double p1, double p2); + UnitCatmullRomInterpolator(); + UnitCatmullRomInterpolator(double pm1, double p0, double p1, double p2); + double Interpolate(double u); +}; + +class UnitCatmullRomInterpolator3D +{ + UnitCatmullRomInterpolator x, y, z; + +public: + + void Init(xyz pm1, xyz p0, xyz p1, xyz p2); + UnitCatmullRomInterpolator3D() : x(), y(), z() {} + UnitCatmullRomInterpolator3D(xyz pm1, xyz p0, xyz p1, xyz p2); + xyz Interpolate(double frac); +}; + +// 4 element sliding window to hold interpolation points +template class SlidingWindow +{ + std::tuple m_Window; + std::bitset<4> m_ElementExists; + +public: + + SlidingWindow() : m_ElementExists(0) {} + + void Reset() { + m_ElementExists.reset(); + } + + unsigned Count() const { return (unsigned)m_ElementExists.count(); } + + T& pm1() { return std::get<0>(m_Window); } + T& p0() { return std::get<1>(m_Window); } + T& p1() { return std::get<2>(m_Window); } + T& p2() { return std::get<3>(m_Window); } + + T pm1() const { return std::get<0>(m_Window); } + T p0() const { return std::get<1>(m_Window); } + T p1() const { return std::get<2>(m_Window); } + T p2() const { return std::get<3>(m_Window); } + + bool haspm1() const { return m_ElementExists.test(3); } + bool hasp0() const { return m_ElementExists.test(2); } + bool hasp1() const { return m_ElementExists.test(1); } + bool hasp2() const { return m_ElementExists.test(0); } + + void Push(const T& t) + { + m_ElementExists <<= 1; + m_ElementExists.set(0); // set p2 existing + + pm1() = p0(); + p0() = p1(); + p1() = p2(); + p2() = t; + } + + void Advance() + { + m_ElementExists <<= 1; + + pm1() = p0(); + p0() = p1(); + p1() = p2(); + + // p2 left alone + } +}; + +// Class maintains queue of user points and interpolator. Interpolator has +// separate copy of points since it may operate on synthesized points when +// window is not full. Window only holds user points. +template class UnitCatmullRomInterpolator3DWindow : public T_TwoPointInterpolator +{ + UnitCatmullRomInterpolator3D m_Interpolator; + SlidingWindow m_PointWindow; + bool m_DidChange; + +public: + + UnitCatmullRomInterpolator3DWindow() : m_DidChange(true) {} + + void Reset() { + m_PointWindow.Reset(); + m_DidChange = true; + } + + // Add points to interpolation queue. + // Do something reasonable with partially filled queue. + void Push(const xyz& point) + { + m_PointWindow.Push(point); + m_DidChange = true; + } + + void Advance() + { + m_PointWindow.Advance(); + m_DidChange = true; + } + + // Update interpolator if input state has changed + // This method synthesizes fake points to allow interpolation on partially filled point queue + // which occurs when there are insufficient points or at the start and end of the interpolation. + void update() + { + // Queue changed, update interpolator with new points, interpolate new points if necessary + if (m_DidChange) { + xyz pm1(m_PointWindow.pm1()); + xyz p0(m_PointWindow.p0()); + xyz p1(m_PointWindow.p1()); + xyz p2(m_PointWindow.p2()); + + switch (m_PointWindow.Count()) { + case 4: + // All points are set. + break; + + case 3: + // Either pm1 or p2 is missing, interpolate the missing one. + { + xyz *s, *e, *pr; + if (!m_PointWindow.haspm1()) { + s = &p1; + e = &p0; + pr = &pm1; + } else { + s = &p0; + e = &p1; + pr = &p2; + } + *pr = this->InterpolateNext(*s, *e); + } + break; + + case 2: + + { + xyz *pr0, *pr1, *s0, *s1, *e0, *e1; + + // pm1 and p2 + // p1 and p2 + if (!m_PointWindow.haspm1() && !m_PointWindow.hasp0()) { + pr0 = &p0; + s0 = &p2; + e0 = &p1; + + pr1 = &pm1; + s1 = &p1; + e1 = pr0; + } else if (!m_PointWindow.haspm1()) { + // interpolate to pm1 and p2 + pr0 = &pm1; + s0 = &p1; + e0 = &p0; + + pr1 = &p2; + s1 = &p0; + e1 = &p1; + } else { + // interpolate to p1 and p2 + pr0 = &p1; + s0 = &pm1; + e0 = &p0; + + pr1 = &p2; + s1 = &p0; + e1 = pr0; + } + + *pr0 = this->InterpolateNext(*s0, *e0); + *pr1 = this->InterpolateNext(*s1, *e1); + } + break; + + case 1: + // one point is present, propagate it to remaining entries. + { + xyz t = p2; + if (m_PointWindow.hasp1()) t = p1; + else if (m_PointWindow.hasp0()) t = p0; + else if (m_PointWindow.haspm1()) t = pm1; + + pm1 = t; + p0 = t; + p1 = t; + p2 = t; + } + break; + + case 0: + { + // no points, default 0.0 is as good as anything. + // or assert? + xyz zero(0, 0, 0); + pm1 = zero; + p0 = zero; + p1 = zero; + p2 = zero; + } + break; + } + + m_Interpolator.Init(pm1, p0, p1, p2); + m_DidChange = false; + } + } + + // Interpolate between points[1] and points[2]. + // If points[0] and points[3] dont exist then + // create them. + xyz Interpolate(double frac) + { + // Ensure interpolator has current state - synthesize fake points if needed. + update(); + + // assert frac in range 0-1. + + return m_Interpolator.Interpolate(frac); + } +}; + +template class DistancePointInterpolator +{ + UnitCatmullRomInterpolator3DWindow m_Interpolator; + SlidingWindow m_DistanceWindow; + bool m_fInputComplete; + + static double OffsetInRangeToFraction(double distance, double start, double end) + { + // assert distance >= start && distance <= end + return (distance - start) / (end - start); + } + +public: + + DistancePointInterpolator() : m_fInputComplete(false) {} + + void Push(double pointdistance, xyz point) + { + m_Interpolator.Push(point); + m_DistanceWindow.Push(pointdistance); + } + + void NotifyInputComplete() + { + m_fInputComplete = true; + } + + void Reset() + { + m_fInputComplete = false; + m_Interpolator.Reset(); + m_DistanceWindow.Reset(); + } + + bool WantsInput(double distance) const + { + if (m_fInputComplete) return false; + + bool r = false; + switch (m_DistanceWindow.Count()) { + case 0: + case 1: + r = true; + break; + case 2: + case 3: + case 4: + r = distance >= m_DistanceWindow.p1(); + break; + } + return r; + } + + bool GetBracket(double &d0, double &d1) + { + if (!m_DistanceWindow.hasp0() || !m_DistanceWindow.hasp1()) + return false; + + d0 = m_DistanceWindow.p0(); + d1 = m_DistanceWindow.p1(); + + return true; + } + + xyz Interpolate(double distance) + { + // Continue to advance queue after input is complete. + if (m_fInputComplete) { + // When input is finished we must continue to advance the point state based on distance + while (m_DistanceWindow.hasp1() && distance >= m_DistanceWindow.p1()) { + m_DistanceWindow.Advance(); + m_Interpolator.Advance(); + } + } + + // Determine fraction of range that this distance specifies (frac must be 0-1.) + double frac = 0.0; + switch (m_DistanceWindow.Count()) + { + case 0: + case 1: + break; + case 2: + if (!m_DistanceWindow.haspm1() && !m_DistanceWindow.hasp0()) { + // missing: pm1 && p0 + // Query distance comes before any known range. + frac = 1.0; + } else if (!m_DistanceWindow.haspm1()) { + // missing: pm1 && p2 + frac = OffsetInRangeToFraction(distance, m_DistanceWindow.p0(), m_DistanceWindow.p1()); + } else { + // missing: p1 && p2 + frac = 0.0; + } + break; + case 3: + case 4: + frac = OffsetInRangeToFraction(distance, m_DistanceWindow.p0(), m_DistanceWindow.p1()); + break; + } + + return m_Interpolator.Interpolate(frac); + } +}; + +class GeoPointInterpolator : public DistancePointInterpolator +{ +public: + + GeoPointInterpolator() : DistancePointInterpolator() {} + + geolocation Interpolate(double distance); + + void Push(double distance, geolocation point); +}; + +#endif diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/ManualRideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/ManualRideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/ManualRideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/ManualRideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -56,7 +56,7 @@ RideFile *rideFile = new RideFile(); while (!is.atEnd()) { // the readLine() method doesn't handle old Macintosh CR line endings - // this workaround will load the the entire file if it has CR endings + // this workaround will load the entire file if it has CR endings // then split and loop through each line // otherwise, there will be nothing to split and it will read each line as expected. QString linesIn = is.readLine(); diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/PolarRideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/PolarRideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/PolarRideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/PolarRideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -63,7 +63,7 @@ while (!is.atEnd()) { // the readLine() method doesn't handle old Macintosh CR line - // endings this workaround will load the the entire file if it + // endings this workaround will load the entire file if it // has CR endings then split and loop through each line // otherwise, there will be nothing to split and it will read // each line as expected. @@ -212,7 +212,7 @@ while (!is.atEnd()) { // the readLine() method doesn't handle old Macintosh CR line - // endings this workaround will load the the entire file if it + // endings this workaround will load the entire file if it // has CR endings then split and loop through each line // otherwise, there will be nothing to split and it will read // each line as expected. diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/RideFileCache.cpp goldencheetah-3.5~DEV1903/src/FileIO/RideFileCache.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/RideFileCache.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/RideFileCache.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -303,7 +303,7 @@ return 0; } -QVector RideFileCache::meanMaxPowerFor(Context *context, QVector &wpk, QDate from, QDate to, bool wantruns) +QVector RideFileCache::meanMaxPowerFor(Context *context, QVector &wpk, QDate from, QDate to, QVector*dates, bool wantruns) { QVector returning; QVector returningwpk; @@ -321,6 +321,12 @@ // first time through the whole thing is going to be best returning = meanMaxPowerFor(context, returningwpk, context->athlete->home->activities().canonicalPath() + "/" + item->fileName); + + // set a;; dates to this + if (dates) { + dates->resize(returning.size()); + for(int i=0; isize(); i++) (*dates)[i]=item->dateTime.date(); + } first = false; } else { @@ -332,10 +338,15 @@ // do we need to increase the returning array? if (returning.size() < ridebest.size()) returning.resize(ridebest.size()); + if (dates && dates->size() < ridebest.size()) dates->resize(ridebest.size()); // now update where its a better number - for (int i=0; i returning[i]) returning[i] = ridebest[i]; + for (int i=0; i returning[i]) { + returning[i] = ridebest[i]; + (*dates)[i]=item->dateTime.date(); + } + } // do we need to increase the returning array? if (returningwpk.size() < thiswpk.size()) returningwpk.resize(thiswpk.size()); diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/RideFileCache.h goldencheetah-3.5~DEV1903/src/FileIO/RideFileCache.h --- goldencheetah-3.5~DEV1810/src/FileIO/RideFileCache.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/RideFileCache.h 2019-02-22 09:38:21.000000000 +0000 @@ -170,7 +170,7 @@ static bool checkStale(Context *context, RideItem*item); // Just get mean max values for power & wpk for a ride - static QVector meanMaxPowerFor(Context *context, QVector&wpk, QDate from, QDate to, bool wantruns=true); + static QVector meanMaxPowerFor(Context *context, QVector&wpk, QDate from, QDate to, QVector *dates, bool wantruns=true); static QVector meanMaxPowerFor(Context *context, QVector&wpk, QString filename); // Fast standalone search reads input and outputs into ride_bests diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/RideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/RideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/RideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/RideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -678,6 +678,7 @@ { QStringList returning = readFuncs_.keys(); returning += "zip"; + returning += "gz"; return returning; } diff -Nru goldencheetah-3.5~DEV1810/src/FileIO/TxtRideFile.cpp goldencheetah-3.5~DEV1903/src/FileIO/TxtRideFile.cpp --- goldencheetah-3.5~DEV1810/src/FileIO/TxtRideFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/FileIO/TxtRideFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -155,7 +155,7 @@ while (!is.atEnd()) { // the readLine() method doesn't handle old Macintosh CR line endings - // this workaround will load the the entire file if it has CR endings + // this workaround will load the entire file if it has CR endings // then split and loop through each line // otherwise, there will be nothing to split and it will read each line as expected. QString linesIn = is.readLine(); diff -Nru goldencheetah-3.5~DEV1810/src/Gui/AnalysisSidebar.cpp goldencheetah-3.5~DEV1903/src/Gui/AnalysisSidebar.cpp --- goldencheetah-3.5~DEV1810/src/Gui/AnalysisSidebar.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/AnalysisSidebar.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -727,7 +727,7 @@ if (activeInterval && context->currentRideItem()) { // just clone it as a user interval - const_cast(context->currentRideItem())->newInterval("Performance Test", + const_cast(context->currentRideItem())->newInterval(tr("Performance Test"), activeInterval->start, activeInterval->stop, activeInterval->startKM, activeInterval->stopKM, Qt::red, true); diff -Nru goldencheetah-3.5~DEV1810/src/Gui/GcCrashDialog.cpp goldencheetah-3.5~DEV1903/src/Gui/GcCrashDialog.cpp --- goldencheetah-3.5~DEV1810/src/Gui/GcCrashDialog.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/GcCrashDialog.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -43,10 +43,6 @@ #include "QtMacVideoWindow.h" #endif -#ifdef GC_HAVE_QWTPLOT3D -#include "qwt3d_global.h" -#endif - #ifdef GC_HAVE_ICAL #include "ICalendar.h" #endif @@ -213,15 +209,6 @@ d2xx = "yes"; #endif - // -- QWTPLOT3D ---- - QString qwtplot3d = "none"; - - #ifdef GC_HAVE_QWTPLOT3D - qwtplot3d = QString::number(QWT3D_MAJOR_VERSION) + "." - + QString::number(QWT3D_MINOR_VERSION) + "." - + QString::number(QWT3D_PATCH_VERSION); - #endif - // -- KML ---- QString kml = "none"; @@ -293,7 +280,6 @@ "%3%4" "SRMIO%5" "D2XX%6" - "QWTPLOT3D%7" "KML%8" "ICAL%9" "USBXPRESS%10" @@ -315,7 +301,6 @@ .arg(COMPILER_VERSION) .arg(srmio) .arg(d2xx) - .arg(qwtplot3d) .arg(kml) .arg(ical) .arg(usbxpress) diff -Nru goldencheetah-3.5~DEV1810/src/Gui/HelpWhatsThis.h goldencheetah-3.5~DEV1903/src/Gui/HelpWhatsThis.h --- goldencheetah-3.5~DEV1810/src/Gui/HelpWhatsThis.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/HelpWhatsThis.h 2019-02-22 09:38:21.000000000 +0000 @@ -89,6 +89,7 @@ MenuBar_Edit_FixMoxy, MenuBar_Edit_FilterHrv, MenuBar_Edit_FixSmO2, + MenuBar_Edit_FixCdA, MenuBar_View, diff -Nru goldencheetah-3.5~DEV1810/src/Gui/LTMSidebar.cpp goldencheetah-3.5~DEV1903/src/Gui/LTMSidebar.cpp --- goldencheetah-3.5~DEV1810/src/Gui/LTMSidebar.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/LTMSidebar.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -44,7 +44,9 @@ #include "SeasonParser.h" #include #include +#ifdef GC_HAVE_ICAL #include "CalDAV.h" // upload Events to remote calendar +#endif // named searchs #include "FreeSearch.h" diff -Nru goldencheetah-3.5~DEV1810/src/Gui/MergeActivityWizard.cpp goldencheetah-3.5~DEV1903/src/Gui/MergeActivityWizard.cpp --- goldencheetah-3.5~DEV1810/src/Gui/MergeActivityWizard.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/MergeActivityWizard.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -23,6 +23,7 @@ #include "RideCache.h" #include "MainWindow.h" #include "HelpWhatsThis.h" +#include "LocationInterpolation.h" // minimum R-squared fit when trying to find offsets to // merge ride files. Lower numbers mean happier to take @@ -258,6 +259,7 @@ break; case 3: // align end + { int offset = ride1->dataPoints().count() - ride2->dataPoints().count(); if (offset < 0) { offset1 = abs(offset); @@ -266,7 +268,143 @@ offset2 = abs(offset); offset1 = 0; } - break; + } + break; + + case 4: // merge (and interpolate) on distance + // In this case merge iterator will find its own way populating samples with data + // from ride2 samples that have overlapped distance. + offset1 = 0; + offset2 = 0; + break; + } +} + +// Distance merge: +// Each data point in both rides has a distance. This merge pulls selected properties +// from ride2 data onto ride1, keeping distance in sync and interpolating location +// from ride1's distance and ride2's location data. +void +MergeActivityWizard::mergeRideSamplesByDistance() +{ + offset1 = 0; + offset2 = 0; + + RideFilePoint last; + + GeoPointInterpolator gpi; + + int j = 0; // copy index + int ii = 0; // interpolation index + int ride1nextdistanceindex = 0; + double ride1nextdistance = 0.0; + + for (int i = 0; i < ride1->dataPoints().count(); i++) { + + // fresh point + RideFilePoint add; + add.secs = i * recIntSecs; + add.km = last.km; // if not getting copied at least stay in same place! + + // fold in ride 1 values + if (offset1 <= i && i < ride1->dataPoints().count() + offset1) { + + RideFilePoint source = *(ride1->dataPoints()[i - offset1]); + + // copy across the data we want + QMapIterator io(leftSeries); + while (io.hasNext()) { + io.next(); + // we want this series ! + if (io.value()->isChecked()) { + add.setValue(io.key(), source.value(io.key())); + } + } + } + + // maintain ride1 'nextdistance' index and distance (used for interpolating slope.) + if (add.km >= ride1nextdistance) { + while (offset1 <= ride1nextdistanceindex && ride1nextdistanceindex < ride1->dataPoints().count() + offset1) { + RideFilePoint* point = (ride1->dataPoints()[ride1nextdistanceindex - offset1]); + if (point->km != add.km) { + ride1nextdistance = point->km; + break; + } + + ride1nextdistanceindex++; + } + } + + // Additional samples to interpolator + while (gpi.WantsInput(add.km)) { + if (ii < ride2->dataPoints().count()) { + const RideFilePoint * pii = (ride2->dataPoints()[ii]); + geolocation geo(pii->lat, pii->lon, pii->alt); + gpi.Push(pii->km, geo); + + ii++; + } else { + gpi.NotifyInputComplete(); + break; + } + } + + // Maintain ride2 copy index + while ((j < ride2->dataPoints().count()) && (ride2->dataPoints()[j]->km < add.km)) { + j++; + } + + // Compute interpolated location from current distance. + geolocation interpLoc = gpi.Interpolate(add.km); + + RideFilePoint source = *(ride2->dataPoints()[j]); + + // fold in ride 2 values + { + // copy across the data we want + QMapIterator io(rightSeries); + while (io.hasNext()) { + io.next(); + // we want this series ! + if (io.value()->isChecked()) { + // For location data substitute interpolated value for ride2 value. + switch (io.key()) { + case RideFile::lat: + add.setValue(io.key(), interpLoc.Lat()); + break; + case RideFile::lon: + add.setValue(io.key(), interpLoc.Long()); + break; + case RideFile::alt: + add.setValue(io.key(), interpLoc.Alt()); + break; + case RideFile::slope: + { + // Obtain interpolated future altitude using next unique ride1 distance + // since that location is of the next altitude that will be recorded. + // This is more stable than using the actual point slope at current + // location and ensures that slope will match recorded altitudes. + double slope = 0.0; + if (ride1nextdistance != add.km) + { + geolocation interpLocE = gpi.Interpolate(ride1nextdistance); + double altitudeDeltaM = (interpLocE.Alt() - interpLoc.Alt()); + double distanceDeltaM = 1000 * (ride1nextdistance - add.km); + slope = 100.0 * (altitudeDeltaM / distanceDeltaM); + } + add.setValue(io.key(), slope); + } + break; + default: + add.setValue(io.key(), source.value(io.key())); + break; + } + } + } + } + + combined->appendPoint(add); + last = add; } } @@ -360,7 +498,11 @@ interval->name); } - } else { // MERGE + } + else if(strategy == 4) { + mergeRideSamplesByDistance(); + } + else { // MERGE RideFilePoint last; @@ -878,6 +1020,12 @@ mapper->setMapping(p, "right"); layout->addWidget(p); + // start at same time + p = new QCommandLinkButton(tr("Interpolate location data based upon distance"), + tr("Merge the two activity streams, interpolating location and slope values based upon mutual distance."), this); + connect(p, SIGNAL(clicked()), mapper, SLOT(map())); + mapper->setMapping(p, "distance"); + layout->addWidget(p); label = new QLabel("", this); layout->addWidget(label); @@ -916,6 +1064,8 @@ wizard->strategy = 2; // merge ... } else if (p == "right" ) { wizard->strategy = 3; // merge ... + } else if (p == "distance") { + wizard->strategy = 4; // merge ... } // now run strategy and get on @@ -931,7 +1081,7 @@ MergeAdjust::MergeAdjust(MergeActivityWizard *parent) : QWizardPage(parent), wizard(parent) { setTitle(tr("Adjust Alignment")); - setSubTitle(tr("Adjust merge alignment in time")); + setSubTitle(tr("Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment)")); // need more space on this page! setContentsMargins(0,0,0,0); @@ -1032,6 +1182,11 @@ adjustSlider->setMinimum(-1 * wizard->combined->dataPoints().count()); adjustSlider->setMaximum(wizard->combined->dataPoints().count()); adjustSlider->setValue(wizard->offset2 - wizard->offset1); + + // allow slider to be controlled by keyboard + adjustSlider->setSingleStep(1); + adjustSlider->setPageStep(10); + adjustSlider->setFocusPolicy(Qt::StrongFocus); } void diff -Nru goldencheetah-3.5~DEV1810/src/Gui/MergeActivityWizard.h goldencheetah-3.5~DEV1903/src/Gui/MergeActivityWizard.h --- goldencheetah-3.5~DEV1810/src/Gui/MergeActivityWizard.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/MergeActivityWizard.h 2019-02-22 09:38:21.000000000 +0000 @@ -82,7 +82,7 @@ // method for combining int mode; // 0 = merge, 1 = join - int strategy; // 0=clock, 1=shared, 2=start, 3=end + int strategy; // 0=clock, 1=shared, 2=start, 3=end, 4=distance // recording interval to use double recIntSecs; @@ -109,6 +109,8 @@ private: + void mergeRideSamplesByDistance(); + SmallPlot *smallPlot1, *smallPlot2; QPushButton *mergeButton; diff -Nru goldencheetah-3.5~DEV1810/src/Gui/Pages.cpp goldencheetah-3.5~DEV1903/src/Gui/Pages.cpp --- goldencheetah-3.5~DEV1810/src/Gui/Pages.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/Pages.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -364,6 +364,7 @@ appsettings->setValue(GC_EMBED_PYTHON, embedPython->isChecked()); #endif + qint32 state=0; // general stuff changed ? diff -Nru goldencheetah-3.5~DEV1810/src/Gui/Pages.h goldencheetah-3.5~DEV1903/src/Gui/Pages.h --- goldencheetah-3.5~DEV1810/src/Gui/Pages.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/Pages.h 2019-02-22 09:38:21.000000000 +0000 @@ -133,7 +133,6 @@ QLineEdit *rDirectory; QLabel *rLabel; #endif - QLabel *langLabel; QLabel *warningLabel; QLabel *workoutLabel; diff -Nru goldencheetah-3.5~DEV1810/src/Gui/RideNavigator.cpp goldencheetah-3.5~DEV1903/src/Gui/RideNavigator.cpp --- goldencheetah-3.5~DEV1810/src/Gui/RideNavigator.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/RideNavigator.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -1333,9 +1333,9 @@ } scrollarea->setWidget(but); - but->setFixedWidth(230* dpiXFactor); - scrollarea->setFixedWidth(250* dpiXFactor); - setFixedWidth(250* dpiXFactor); + but->setFixedWidth((but->width()+10)* dpiXFactor); + scrollarea->setFixedWidth((but->width()+20)* dpiXFactor); + setFixedWidth((but->width()+20)* dpiXFactor); } void diff -Nru goldencheetah-3.5~DEV1810/src/Gui/SearchBox.cpp goldencheetah-3.5~DEV1903/src/Gui/SearchBox.cpp --- goldencheetah-3.5~DEV1810/src/Gui/SearchBox.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Gui/SearchBox.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -456,7 +456,7 @@ } // -// Working with the the autocompleter +// Working with the autocompleter // void SearchBox::setCompleter(DataFilterCompleter *completer) { diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/Banister.cpp goldencheetah-3.5~DEV1903/src/Metrics/Banister.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/Banister.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/Banister.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,651 @@ +/* + * Copyright (c) 2019 Mark Liversedge (liversedge@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +// +// for info on Banister impulse response modeling see: +// "Modeling human performance in running" (1990) +// R. Hugh Morton, John R. Fitz Clarke and Eric W. Banister. +// +// for advice on implementation and optimization see: +// "Rationale and resources for teaching the mathematical modeling +// of athletic training and performance" (2013) +// David C. Clarke, Philip F. Skiba +// +// see the spreadsheet "Clarke_Rationale_2013s.xlsx" in this repo +// in the doc/contrib folder. +// + +#include "Banister.h" + +#include "RideMetric.h" +#include "Athlete.h" +#include "Context.h" +#include "Settings.h" +#include "RideCache.h" +#include "RideItem.h" +#include "IntervalItem.h" +#include "IntervalItem.h" +#include "LTMOutliers.h" +#include "LTMSettings.h" +#include "Units.h" +#include "Zones.h" +#include "cmath" +#include +#include +#include +#include +#include +#include "lmcurve.h" + +// the mean athlete from opendata analysis +const double typical_CP = 261, + typical_WPrime = 15500, + typical_Pmax = 1100; + +// used to control breaking into windows, but the performance is good enough +// that we don't need to, and more data stops the fit from going bad. +const int typical_SeasonBreak = 42; +const int typical_SeasonSize = 700; // a good couple of years needed + +// for debugging +#ifndef BANISTER_DEBUG +#define BANISTER_DEBUG false +#endif +#ifdef Q_CC_MSVC +#define printd(fmt, ...) do { \ + if (BANISTER_DEBUG) { \ + printf("[%s:%d %s] " fmt , __FILE__, __LINE__, \ + __FUNCTION__, __VA_ARGS__); \ + fflush(stdout); \ + } \ +} while(0) +#else +#define printd(fmt, args...) \ + do { \ + if (BANISTER_DEBUG) { \ + printf("[%s:%d %s] " fmt , __FILE__, __LINE__, \ + __FUNCTION__, ##args); \ + fflush(stdout); \ + } \ + } while(0) +#endif +// +// Banister IR model +// +// Translates training impulse (I) for e.g. BikeScore into performance response (R) e.g. CP +// +// Two curves Negative Training Effect (NTE) and Positive Training Effect (PTE) +// are computed and added together give a Performance Response P(t) +// +// Each curve has two parameters; a coefficient to map I to R (k) and a decay (t) +// +// This class collects data and performs a model fit to estimate k1,k2,t1,t2. +// +// At present the Response is fixed (Power Index) and the Impulse is user definable +// we are likely to expand this to allow multiple performance measures to allow +// the model to look at IR between specific type of impulse and a specific response +// e.g. supramaximal work to pmax, above threshold to v02max etc. +// +// +Banister::Banister(Context *context, QString symbol, double t1, double t2, double k1, double k2) : + symbol(symbol), k1(k1), k2(k2), t1(t1), t2(t2), days(0), context(context), isstale(true) +{ + // when they all change we are ready to invalidate and refresh + // don't worry about upstream events, this is what we are dependant on + connect(context, SIGNAL(estimatesRefreshed()), this, SLOT(invalidate())); + + // if not passed set to a default + if (t1==0) t1=50; + if (t2==0) t2=11; + + // refresh + refresh(); +} + +// get at the computed value +double +Banister::value(QDate date, int type) +{ + // check in range + if (date > stop || date < start) return 0; + + // triger refresh on read. + if (isstale) refresh(); + + // offset, bouinds check just in case. + long index=date.toJulianDay()-start.toJulianDay(); + if (index <0 || index>=data.length()) return 0; + + switch(type) { + case BANISTER_NTE: return data[index].h; + case BANISTER_PTE: return data[index].g; + case BANISTER_CP: return data[index].perf > 0 ? data[index].perf * typical_CP / 100 : 0; // avoid -ve values and divzero + default: + case BANISTER_PERFORMANCE: return data[index].perf; + } +} + +double +Banister::RMSE(QDate from, QDate to, int &count) +{ + // not sure it makes much sense to only look at + // a portion of the curve, but lets do as asked + long starti = from.toJulianDay() - start.toJulianDay(); + long stopi = to.toJulianDay() - start.toJulianDay(); + + // check bounds + if ((stopi-starti)<= 0 || starti < 0 || starti > data.length() || stopi < 0 || stopi > data.length()) return 0; + + double se=0; + count=0; + while(starti < stopi) { + if (data[starti].test > 0) { + se += pow(data[starti].perf - data[starti].test, 2); + count++; + } + + starti++; + } + + // RMSE + return count > 0 ? sqrt(se / count) : 0; +} + +QDate +Banister::getPeakCP(QDate from, QDate to, int &CP) +{ + // not sure it makes much sense to only look at + // a portion of the curve, but lets do as asked + long starti = from.toJulianDay() - start.toJulianDay(); + long stopi = to.toJulianDay() - start.toJulianDay(); + + // check bounds + if ((stopi-starti)<= 0 || starti < 0 || starti > data.length() || stopi < 0 || stopi > data.length()) return QDate(); + + int max=0; + int index=-1; + while(starti < stopi) { + if ((data[starti].perf * typical_CP / 100) > max) { + max = (data[starti].perf * typical_CP / 100); + index = starti; + } + starti++; + } + CP = max; + + // RMSE + return start.addDays(index); +} + +void +Banister::init() +{ + // ok we can initialise properly + start = QDate(); + stop = QDate(); + rides = 0; + meanscore = 0; + days = 0; + data.resize(0); + windows.clear(); + + // default values + k1=0.2; + k2=0.2; + + // t1,t2 if set to zero? + if (t1<=0) t1=50; + if (t2<=0) t2=11; +} + +void +Banister::invalidate() +{ + isstale=true; +} +void +Banister::refresh() +{ + // not stale + if (!isstale) return; + + // unstale + isstale=false; + + // clear + init(); + + // all data + QDate f, l; + if (context->athlete->rideCache->rides().count()) { + + // always start on first ride + f= context->athlete->rideCache->rides().first()->dateTime.date(); + + // set date range - extend to a year after last ride + // or a year from today whichever is later + QDate lastride = context->athlete->rideCache->rides().last()->dateTime.date().addYears(1); + QDate yearaway = QDate::currentDate().addYears(1); + l = yearaway > lastride ? yearaway : lastride; + + } else + return; + + // resize the data + if (l.toJulianDay() - f.toJulianDay() <= 0) return; + + // ok we can initialise properly + start = f; + stop = l; + days = stop.toJulianDay() - start.toJulianDay(); + data.resize(days); + + // now initialise with zero values + data.fill(banisterData()); + + // guess we will have only half as performances + performanceDay.resize(days/2); + performanceScore.resize(days/2); + performances=0; + + // + // 1. COLLECT IMPULSE AND RESPONSE DATA + // + + // we can now fill with ride values + foreach(RideItem *item, context->athlete->rideCache->rides()) { + + // load measure + double score = item->getForSymbol(symbol); + long day = item->dateTime.date().toJulianDay() - start.toJulianDay(); + data[day].score = score; + + // average out measures + if (score>0) { + rides++; + meanscore += score; // averaged at end + } + + // get best scoring performance *test* in the ride + double todaybest=0; + foreach(IntervalItem *i, item->intervals()) { + if (i->istest()) { + double pix=i->getForSymbol("power_index"); + if (pix > todaybest) todaybest = pix; + } + } + + // is there a performance test already there for today? + if (todaybest > 0) { + if (performances > 0 && performanceDay[performances-1] == day) { + if (performanceScore[performances-1] < todaybest) + performanceScore[performances-1] = todaybest; + } else { + performanceDay[performances] = day; + performanceScore[performances] = todaybest; + performances++; + } + } + + // if we didn't find a performance test in the ride lets see if there + // is a weekly performance already identified + if (!(todaybest > 0)) { + Performance p = context->athlete->rideCache->estimator->getPerformanceForDate(item->dateTime.date()); + if (!p.submaximal && p.powerIndex > 0) { + + // its not submax + todaybest = p.powerIndex; + if (performances > 0 && performanceDay[performances-1] == day) { + if (performanceScore[performances-1] < todaybest) // validating with '<=' not '<' is vital for 2-a-days + performanceScore[performances-1] = todaybest; + } else { + performanceDay[performances] = day; + performanceScore[performances] = todaybest; + performances++; + } + } + } + + // add more space + if (performances == performanceDay.size()) { + performanceDay.resize(performanceDay.size() + (days/2)); + performanceScore.resize(performanceDay.size() + (days/2)); + } + } + + // average out meanscore after accumulated above + meanscore /= double(rides); + + // add performances to the banister data, might be useful later + // the performanceDay and performanceScore vectors are just there + // for model fitting calls to lmcurve. + for(int i=0; i0) lastworkoutday=i; + + // found the beginning of a season + if (!inwindow && data[i].score > 0) { + inwindow=true; + lastworkoutday=i; + adding=banisterFit(this); + adding.startIndex=i; + adding.startDate=start.addDays(i); + } + + // found a test in this season + if (inwindow && data[i].test >0) { + if (adding.testoffset==-1) adding.testoffset=testoffset; + adding.tests++; + } + + // move testoffset on + if (data[i].test >0) testoffset++; + + // found the end of a season + if (inwindow && ((data[i].score <= 0 && i-lastworkoutday > typical_SeasonBreak) || (i-adding.startIndex) > typical_SeasonSize)) { + + // only useful if we have 2 or more tests to fit to + if (adding.tests >= 2) { + adding.stopIndex=i; + adding.stopDate=adding.startDate.addDays(adding.stopIndex-adding.startIndex); + windows<0 && windows.count() > 1; i--) { + + // combine and remove prior + if (windows[i].tests < 5 || windows[i].stopIndex-windows[i].startIndex < typical_SeasonSize) { + windows[i].combine(windows[i-1]); + windows.removeAt(i-1); + } + } + + // make them contiguous + for(int i=0; i parms[0] || k1 < parms[0] || + k2 > parms[1] || k2 < parms[1] || + p0 > parms[2] || p0 < parms[2]) { + + // we'll keep the parameters passed + k1 = parms[0]; + k2 = parms[1]; + p0 = parms[2]; + // we fixed t1/t2 (for now) + t1 = parent->t1; + t2 = parent->t2; + + //printd("fit iter %s to %s [k1=%g k2=%g t1=%g t2=%g p0=%g]\n", startDate.toString().toStdString().c_str(), stopDate.toString().toStdString().c_str(), k1,k2,t1,t2,p0); // too much info even in debug, unless you want it + compute(startIndex, stopIndex); + } + + // return previously computed + //printd("result perf(%s)=%g vs test=%g\n", parent->start.addDays(d).toString().toStdString().c_str(),parent->data[int(d)].perf, parent->data[int(d)].test); + return parent->data[int(d)].perf; +} + +void +banisterFit::compute(long start, long stop) +{ + // ack, we need to recompute our window using the parameters supplied + bool first = true; + for (int index=start; index < stop; index++) { + + // g and h are just accumulated training load with different decay parameters + if (first) { + parent->data[index].g = parent->data[index].h = 0; + first = false; + } else { + parent->data[index].g = (parent->data[index-1].g * exp (-1/parent->t1)) + parent->data[index].score; + parent->data[index].h = (parent->data[index-1].h * exp (-1/parent->t2)) + parent->data[index].score; + } + + // apply coefficients + parent->data[index].pte = parent->data[index].g * k1; + parent->data[index].nte = parent->data[index].h * k2; + parent->data[index].perf = p0 + (parent->data[index].pte - parent->data[index].nte); + } +} + +void +banisterFit::combine(banisterFit other) +{ + if (other.startIndex < startIndex) { // before + // after + startIndex = other.startIndex; + startDate = other.startDate; + tests += other.tests; + testoffset = other.testoffset; + + } else if (other.startIndex > startIndex){ // after + // before + } +} + +// used to wrap a function call when deriving parameters +static QMutex calllmfit; +static banisterFit *calllmfitmodel = NULL; +static double calllmfitf(double t, const double *p) { +return static_cast(calllmfitmodel)->f(t, p); + +} + +void Banister::setDecay(double one, double two) +{ + // we will need to refit too... + t1 = one; + t2 = two; + + // no need to refresh, just refit + fit(); + +} +void Banister::fit() +{ + for(int i=0; i= 0) { + int n=0; + double x=RMSE(windows[i].startDate, windows[i].stopDate, n); + printd("RMSE %g for %d points: window %d %s [k1=%g k2=%g p0=%g]\n", x, n, i, lm_infmsg[status.outcome], prior[0], prior[1], prior[2]); + } + } + +#if 0 // doesn't really make sense for now + // fill curves + for(int i=0; i100 is above average +// +// For TTE tests in the 2-20 minute range we would expect the scores to +// be largely similar; so useful for evaluating a set of maximal efforts +// and also useful to normalise TTEs for use in the Banister model as a +// performance measurement. +// + +// power index metric +double powerIndex(double averagepower, double duration) +{ + // so now lets work out what the 3p model says the + // typical athlete would do for the same duration + // + // P(t) = W' / (t - (W'/(CP-Pmax))) + CP + double typicalpower = (typical_WPrime / (duration - (typical_WPrime/(typical_CP-typical_Pmax)))) + typical_CP; + + // make sure we got a sensible value + if (typicalpower < 0 || typicalpower > 2500) return 0; + + // we could convert to linear work time model before + // indexing, but they cancel out so no value in doing so + return(100.0 * averagepower/typicalpower); +} + +class PowerIndex : public RideMetric { + Q_DECLARE_TR_FUNCTIONS(PowerIndex) + public: + + PowerIndex() + { + setSymbol("power_index"); + setInternalName("Power Index"); + setPrecision(1); + setType(Peak); // not even sure aggregation makes sense + } + void initialize() { + setName(tr("Power Index")); + setMetricUnits(tr("%")); + setImperialUnits(tr("%")); + setDescription(tr("Power Index")); + } + + void compute(RideItem *item, Specification spec, const QHash &) { + + // no ride or no samples + if (spec.isEmpty(item->ride())) { + setValue(RideFile::NIL); + setCount(0); + return; + } + + // calculate for this interval/ride + double duration=0, averagepower=0; + if (item->ride()->areDataPresent()->watts) { + + // loop through and count + RideFileIterator it(item->ride(), spec); + while (it.hasNext()) { + struct RideFilePoint *point = it.next(); + // use duration as count for now, and accumulate power + duration++; + averagepower += point->watts; + } + if (duration >0) { + averagepower /= duration; // convert to AP + duration *= item->ride()->recIntSecs(); // convert to seconds + } + } + + // failed to get duration and average power + if (duration <= 0 || averagepower <= 0) { + setValue(RideFile::NIL); + setCount(0); + return; + } + + // calculate power index, 0=out of bounds + double pix = powerIndex(averagepower, duration); + + // we could convert to linear work time model before + // indexing, but they cancel out so no value in doing so + setValue(pix); + setCount(pix > 0 ? 1 : 0); + } + + MetricClass classification() const { return Undefined; } + MetricValidity validity() const { return Unknown; } + RideMetric *clone() const { return new PowerIndex(*this); } +}; + +static bool countAdded = RideMetricFactory::instance().addMetric(PowerIndex()); diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/Banister.h goldencheetah-3.5~DEV1903/src/Metrics/Banister.h --- goldencheetah-3.5~DEV1810/src/Metrics/Banister.h 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/Banister.h 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,125 @@ +/* + * Copyright (c) 2019 Mark Liversedge (liversedge@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include "RideMetric.h" +#include "Context.h" +#include "Estimator.h" +#include +#include +#include + +#ifndef GC_Banister_h +#define GC_Banister_h 1 + +// typical athlete as defined by the opendata analysis +// using floats because they are typically used in calculations +// that require float precision (the actual values are integers) +extern const double typical_CP, typical_WPrime, typical_Pmax; + +// calculate power index, used to model in cp plot too +extern double powerIndex(double averagepower, double duration); + +// gap with no training that constitutes break in seasons +extern const int typical_SeasonBreak; + +class banisterData{ +public: + banisterData() : score(0), g(0), h(0), nte(0), pte(0), perf(0), test(0) {} + double score, // TRIMP, BikeScore etc for day + g, // accumulated load with t1 decay for pte + h, // accumulated load with t2 decay for nte + nte, // Negative Training Effect + pte, // Positive Training Effect + perf, // Performance (nte+pte) + test; // test value +}; + +class Banister; +class banisterFit { +public: + banisterFit(Banister *parent) : p0(0),k1(0),k2(0),t1(0),t2(0),tests(0),testoffset(-1),parent(parent) {} + + double f(double t, const double *p); + void combine(banisterFit other); + void compute(long startIndex, long stopIndex); + + long startIndex, stopIndex; + QDate startDate, stopDate; + + double p0,k1,k2,t1,t2; + + // for indexing into banister::performanceDay and banister::performanceScore + int tests; + int testoffset; + + Banister *parent; +}; + +class Banister : public QObject { + + Q_OBJECT + +public: + + Banister(Context *context, QString symbol, double t1, double t2, double k1=0, double k2=0); + double value(QDate date, int type); + + // utility + QDate getPeakCP(QDate from, QDate to, int &CP); + double RMSE(QDate from, QDate to, int &n); // only look at it for a date range + + // model parameters - initial 'priors' to use + QString symbol; // load metric + double k1, k2; // nte/pte coefficients + double t1, t2; // nte/pte decay constants + + // metric + RideMetric *metric; + + QDate start, stop; + long long days; + + // curves + double meanscore; // whats the average non-zero ride score (used for scaling) + long rides; // how many rides are there with a non-zero score + + // time series data + QVector data; + + // fitting windows with parameter estimates + // window effectively a season + QList windows; + + // performances as double + int performances; + QVector performanceDay, performanceScore; + +public slots: + + void init(); // reset previous fits + void invalidate(); // mark as stale + void refresh(); // collect data from rides etc + void setDecay(double t1, double t2); // adjust the t1/t2 parameters + void fit(); // perform fits along windows + +private: + Context *context; + bool isstale; + +}; +#endif diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/BikeScore.cpp goldencheetah-3.5~DEV1903/src/Metrics/BikeScore.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/BikeScore.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/BikeScore.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -406,8 +406,9 @@ void compute(RideItem *item, Specification, const QHash &deps) { - // no zones - if (item->context->athlete->zones(item->isRun)==NULL || item->zoneRange < 0) { + // run, swim or no zones + if (item->isSwim || item->isRun || + !item->context->athlete->zones(item->isRun) || item->zoneRange < 0) { setValue(RideFile::NIL); setCount(0); return; diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/Estimator.cpp goldencheetah-3.5~DEV1903/src/Metrics/Estimator.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/Estimator.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/Estimator.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -24,6 +24,8 @@ #include "RideCacheModel.h" #include "Specification.h" +#include "Banister.h" + #ifndef ESTIMATOR_DEBUG #define ESTIMATOR_DEBUG false #endif @@ -166,12 +168,13 @@ // this needs to be done once all the other metrics // Calculate a *monthly* estimate of CP, W' etc using - // bests data from the previous 12 weeks - RollingBests bests(12); - RollingBests bestsWPK(12); + // bests data from the previous 6 weeks + RollingBests bests(6); + RollingBests bestsWPK(6); // clear any previous calculations QList est; + QList perfs; // we do this by aggregating power data into bests // for each month, and having a rolling set of 3 aggregates @@ -240,8 +243,32 @@ // months is a rolling 3 months sets of bests QVector wpk; // for getting the wpk values - // don't include RUNS ..................................................vvvvv - bests.addBests(RideFileCache::meanMaxPowerFor(context, wpk, begin, end, false)); + // don't include RUNS .....................................................................vvvvv + QVector weekdates; + QVector week = RideFileCache::meanMaxPowerFor(context, wpk, begin, end, &weekdates, false); + + // lets extract the best performance of the week first. + // only care about performances between 3-20 minutes. + Performance bestperformance(end,0,0,0); + for (int t=240; t bestperformance.powerIndex) { + bestperformance.duration = t; + bestperformance.power = p; + bestperformance.powerIndex = pix; + bestperformance.when = weekdates[t]; + + // for filter, saves having to convert as we go + bestperformance.x = bestperformance.when.toJulianDay(); + } + } + if (bestperformance.duration > 0) perfs << bestperformance; + + bests.addBests(week); bestsWPK.addBests(wpk); // we now have the data @@ -305,10 +332,108 @@ // add a dummy entry if we have no estimates to stop constantly trying to refresh if (est.count() == 0) est << PDEstimate(); + // filter performances + perfs = filter(perfs); + // now update them lock.lock(); estimates = est; + performances = perfs; lock.unlock(); + // debug dump peak performances + foreach(Performance p, performances) { + printd("%f Peak: %f for %f secs on %s\n", p.powerIndex, p.power, p.duration, p.when.toString().toStdString().c_str()); + } printd("Estimates end\n"); } + +Performance Estimator::getPerformanceForDate(QDate date) +{ + // serial search is ok as low numberish - always takes first as should be no dupes + foreach(Performance p, performances) { + if (p.when == date) return p; + } + return Performance(QDate(),0,0,0); +} + +// +// Filter will mark performances as submaximal but does not remove them +// + +// fast mechanism for vector without needing to calculate angles +// basic idea stolen from the graham's scan algorithm (it may also predate that) +// see: https://en.wikipedia.org/wiki/Graham_scan +// 0 means colinear (straight), +ve means left turn -ve means right turn +static double crossProduct(const Performance &origin, const Performance &A, const Performance &B) +{ + return (A.x - origin.x) * (B.powerIndex - origin.powerIndex) - (A.powerIndex - origin.powerIndex) * (B.x - origin.x); +} + +// +// Adapted convex hull, but only upper hull using monotone search +// search ahead is limited too, so we do keep intermediate points in the hull +// +QList +Estimator::filter(QList perfs) +{ + QList returning; + + if (perfs.length() < 3) return perfs; + + int index = 2; + Performance origin = perfs[0]; + Performance last = perfs[1]; + returning << origin; + returning << last; + + while (index< perfs.length()) { + + // you get the first 2 regardless, we could tidy up later (todo) + if (index < 2) returning << perfs[index]; + else { + // is the next point a left or right turn? + double cross = crossProduct(origin, last, perfs[index]); + + // is it higher? no brainer + if (perfs[index].powerIndex > perfs[index-1].powerIndex) { // collinear or better + returning << perfs[index]; + origin=last; + last=perfs[index]; + } else { + + // worse, so lets look at the next 4 points and + // pick whichever is best + double max=cross; + int chosen=0; + for (int k=1; k<8 && index+k < perfs.length(); k++) { + cross = crossProduct(origin, last, perfs[index+k]); + // 2% or higher -or- heading in right direction + if (cross >= 0) { + chosen=k; // use this one and stop looking + break; + } else if (cross > max) { + max = cross; + chosen=k; + } + } + + // skip forward to chosen marking submax + for(int j=0; j #include +class Performance { + + public: + Performance(QDate wc, double power, double duration, double powerIndex) : + weekcommencing(wc), power(power), duration(duration), powerIndex(powerIndex), submaximal(false) {} + + QDate when, weekcommencing; + double power, duration, powerIndex; + bool submaximal; // set by the filter, user can choose to include. + + double x; // different units, but basically when as a julian day +}; + +class Banister; class Estimator : public QThread { Q_OBJECT @@ -49,18 +63,26 @@ // cancel any pending/running and kick off with 15 sec delay void refresh(); + // filter marks performances as submax + QList filter(QList); + public slots: // setup and run estimators void calculate(); + // get a performance for a given day + Performance getPerformanceForDate(QDate date); + protected: friend class ::Athlete; + friend class ::Banister; Context *context; QMutex lock; QList estimates; + QList performances; QVector rides; // worklist QTimer singleshot; diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/HrvMetrics.cpp goldencheetah-3.5~DEV1903/src/Metrics/HrvMetrics.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/HrvMetrics.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/HrvMetrics.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -741,6 +741,7 @@ setName(tr("Rest LF")); setMetricUnits(tr("msec^2")); setImperialUnits(tr("msec^2")); + setPrecision(4); setType(RideMetric::Average); setDescription(tr("Low Frequency Power HRV, measured at rest")); } @@ -778,6 +779,7 @@ setName(tr("Rest HF")); setMetricUnits(tr("msec^2")); setImperialUnits(tr("msec^2")); + setPrecision(4); setType(RideMetric::Average); setDescription(tr("High Frequency Power HRV, measured at rest")); } diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/HrZones.cpp goldencheetah-3.5~DEV1903/src/Metrics/HrZones.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/HrZones.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/HrZones.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -707,6 +707,7 @@ if (file.open(QFile::WriteOnly)) { QTextStream stream(&file); + stream.setCodec("UTF-8"); stream << strzones; file.close(); } else { diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/PaceZones.cpp goldencheetah-3.5~DEV1903/src/Metrics/PaceZones.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/PaceZones.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/PaceZones.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -820,6 +820,7 @@ QFile file(home.canonicalPath() + "/" + fileName_); if (file.open(QFile::WriteOnly)) { QTextStream stream(&file); + stream.setCodec("UTF-8"); stream << strzones; file.close(); } else { diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/PDModel.cpp goldencheetah-3.5~DEV1903/src/Metrics/PDModel.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/PDModel.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/PDModel.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2014 Mark Liversedge (liversedge@gmail.com) * * This program is free software; you can redistribute it and/or modify it @@ -20,6 +20,7 @@ #include "LTMTrend.h" #include "lmcurve.h" +//extern ztable PD_ZTABLE; // base class for all models PDModel::PDModel(Context *context) : QwtSyntheticPointData(PDMODEL_MAXT), @@ -543,6 +544,7 @@ aeI2=1200; model = 1; + modelDecay = false; connect (this, SIGNAL(dataChanged()), this, SLOT(onDataChanged())); connect (this, SIGNAL(intervalsChanged()), this, SLOT(onIntervalsChanged())); @@ -558,8 +560,20 @@ // adjust to seconds if (minutes) t *= 60.00f; + // decay value (75% at 10 hrs) + double cpdecay=1.0; + double wdecay=1.0; + + // just use a constant for now - it modifies CP/W' so should adjust to + // athlete without needing to be fitted (?) + if (modelDecay) { + cpdecay = 2.0-(1.0/exp(-0.000009*t)); + wdecay = 2.0-(1.0/exp(-0.000025*t)); + } + // typical values: CP=285.355547 tau=0.500000 t0=0.381158 + // classic model - W' / t + CP - return cp * (double(1.00f)+tau /(((double(t)/double(60))+t0))); + return (cp*cpdecay) * (double(1.00f)+(tau*wdecay) /(((double(t)/double(60))+t0))); } // 2 parameter model can calculate these diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/PDModel.h goldencheetah-3.5~DEV1903/src/Metrics/PDModel.h --- goldencheetah-3.5~DEV1810/src/Metrics/PDModel.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/PDModel.h 2019-02-22 09:38:21.000000000 +0000 @@ -33,7 +33,7 @@ // // 1. setData is used to provide 'bests' power data in 1s intervals // -// 2. PDModels can be used as a data provider to a QwtPlotCurve +// 2. PDModels can be used as a data provider to a QwtPlotCurve // since (QwtPlotCurve::setData(*QwtSyntheticPointData) // the data is returned via double y(double x) const which // the sub-classes must implement @@ -58,13 +58,13 @@ #define PDMODEL_MAXT 18000 // maximum value for t we will provide p(t) for #define PDMODEL_INTERVAL 1 // intervals used in seconds; 0t, 1t, 2t .. 18000t + class PDModel : public QObject, public QwtSyntheticPointData { Q_OBJECT public: - enum fittype { Envelope=0, // envelope fit LeastSquares=1, // uses Levenberg-Marquardt Damped Least Squares LinearRegression=2 // using slope and intercept of linear regression @@ -142,7 +142,6 @@ // calculate the fit summary void calcSummary(); - QString fitsummary; protected: @@ -252,6 +251,8 @@ public: CP3Model(Context *context); + bool modelDecay; // should we apply CP + W' decay constants? + // synthetic data for a curve virtual double y(double t) const; @@ -481,4 +482,4 @@ void deriveExtCPParameters(); }; -#endif +#endif diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/PMCData.cpp goldencheetah-3.5~DEV1903/src/Metrics/PMCData.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/PMCData.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/PMCData.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -624,7 +624,7 @@ // User descriptions for the 4 series QString PMCData::ltsDescription() { - return tr("CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness."); + return tr("CTL/LTS : Chronic Training Load/Long Term Stress. The dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness."); } QString PMCData::stsDescription() diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/PowerProfile.cpp goldencheetah-3.5~DEV1903/src/Metrics/PowerProfile.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/PowerProfile.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/PowerProfile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,147 @@ +/* + * Copyright (c) 2018 Mark Liversedge (liversedge@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +#include "PowerProfile.h" + +#include +#include + +struct PowerPercentile powerPercentile[]={ + +// based upon V0.2 of the OpenData Power profile +{ 99.99,593.3736,8.511083789,540.6868,7.28851235,492.9682,6.873482126,459.8246216,6.39594671,436.4760517,6.267013201,39929.81539,661.8325434,2495.3434,39.4455708 }, +{ 99,516.48,7.442829332,453.24,6.416262295,438.24,6.136744928,414.4469154,5.8191388,401.9391371,5.671368232,37949.52507,526.9470541,2451.24,34.09693072 }, +{ 98,504,7.115806452,440.48,6.199790105,410.24,5.873734266,397.1888316,5.5906764,378.4551804,5.36084711,36252.91351,498.9983697,2395.36,33.06969395 }, +{ 95,475.2,6.62504867,407.2,5.804530319,383,5.477230769,367.665045,5.259987,351.772508,4.983962631,32177.61056,442.8424905,2128.3,29.72908576 }, +{ 90,446.2,6.284169884,387,5.43251311,363,5.093714286,347.4375,4.883274,332.7666377,4.614217173,28717.99565,393.922918,1932.4,25.92047167 }, +{ 85,428.3,5.97338843,369.3,5.153253169,347,4.821903968,335.589169,4.670734,319.7532853,4.437054365,26410.59251,361.8326987,1717.2,23.27294337 }, +{ 80,412,5.784285714,356,4.955685624,335,4.680879065,321.606502,4.488434,308.0188973,4.281274492,24281.06186,337.9441078,1489,20.84863362 }, +{ 75,399,5.551119403,344,4.834084084,325,4.548088518,313.42792,4.37803,298.845795,4.161000332,22558.67185,316.3123818,1399.5,19.44322992 }, +{ 70,387.6,5.401463415,336,4.69396728,318,4.413378026,304.012918,4.232546,289.5113431,4.011858016,21537.10107,294.7501785,1329,18.2034371 }, +{ 65,378,5.256818182,330,4.577460467,311,4.305830973,297.52703,4.14874,282.6207701,3.912565095,20453.01805,275.2567854,1266,17.34846154 }, +{ 60,372,5.108607079,322,4.455961875,305,4.186619718,292.96867,4.024048,277.1309134,3.814979977,19368.50974,261.6989624,1201,16.43307576 }, +{ 55,363,4.96106088,317.9,4.329325735,298,4.071344538,285.933962,3.88735,269.2429466,3.695022723,18423.4887,251.8202718,1160,15.86292898 }, +{ 50,354,4.817073171,309,4.207792208,289,3.984375,276.55,3.78647,261.4774677,3.576334131,17279.58259,236.4562234,1120,15.03125 }, +{ 45,345,4.702744932,300,4.08385914,282,3.846524785,268.060583,3.693006,254.6373505,3.488324083,16271.61241,224.5534225,1072.08,14.4734879 }, +{ 40,335,4.534371513,292,3.986409517,275,3.746516432,262.56617,3.580864,248.752736,3.391197883,15443.15691,211.3098027,1015.2,13.81834851 }, +{ 35,325.3,4.376516425,284,3.849315068,266,3.649344054,255.287,3.48246,242.3614973,3.283477464,14439.95701,194.8085742,967.3,13.28068241 }, +{ 30,311,4.26407644,274,3.75,258,3.519184613,245.910502,3.374102,233.6858191,3.187564461,13429.78285,176.3658671,927,12.6242049 }, +{ 25,301,4.079416623,266,3.619452786,250,3.408604452,239.27083,3.273685,225.986018,3.076581297,12211.28783,163.6486562,867.5,11.79395207 }, +{ 20,288.6,3.90972549,256.6,3.462034739,240,3.290151515,229.24517,3.118474,216.91052,2.893825896,10741.54876,146.244684,808.7828,11.00553652 }, +{ 15,275.7,3.743016555,245,3.301874235,228.7,3.096475926,218.346829,2.957496,206.7232226,2.766966507,9436.101133,128.6555223,753.4,10.17099286 }, +{ 10,257,3.418423665,226.8,3.027478916,213,2.82431746,202.345666,2.697628,191.2953882,2.560877734,8002.893643,108.5086484,667.1616,9.048702554 }, +{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }}; + +QString +PowerPercentile::rank(type x, double value) +{ + for(int i=0; powerPercentile[i].percentile > 0; i++) { + if (value > powerPercentile[i].value(x)) { + return QString("%1%").arg(powerPercentile[i].percentile); + } + } + return "10%"; +} + +PowerProfile powerProfile, powerProfileWPK; +void initPowerProfile() +{ + // read in data from resources + int lineno=0; + QFile pp(":data/powerprofile.csv"); + if (pp.open(QIODevice::ReadOnly)) { + + QTextStream is(&pp); + + while (!is.atEnd()) { + + // readit and setup structures + QString row=is.readLine(); + lineno++; + + // first line is headers, Percentile followed by 1,2,3 ... 36000 + switch (lineno) { + + case 1: + { + foreach(QString head, row.split(",")) { + if (head != "Percentile") { + powerProfile.seconds << head.toDouble() / 60.0f; // cpplot wants in minutes + } + } + } + break; + + default: + { + QVector values; + QStringList tokens = row.split(","); + double percentile = tokens[0].toDouble(); + powerProfile.percentiles << percentile; + for(int i=1; i values; + QStringList tokens = row.split(","); + double percentile = tokens[0].toDouble(); + powerProfileWPK.percentiles << percentile; + for(int i=1; i +#include +#include + +#ifndef GC_PowerProfile +#define GC_PowerProfile 1 +struct PowerPercentile { + + public: + + // when trying to reference the series + enum type { wpk_3min, wpk_7min, wpk_12min, wpk_cp, wpk_w,wpk_pmax, + abs_3min, abs_7min, abs_12min, abs_cp, abs_w, abs_pmax }; + + double percentile, + _3_min_Power, // members cannot start with a number + _3_min_WPK, + _7_min_Power, + _7_min_WPK, + _12_min_Power, + _12_min_WPK, + _20min_Power, + _20min_WPK, + CP, + CP_wpk, + W, + W_jpk, + Pmax, + Pmax_wpk; + + // which value? + double value(type x) { + switch(x) { + case wpk_3min: return _3_min_WPK; + case wpk_7min: return _7_min_WPK; + case wpk_12min: return _12_min_WPK; + case wpk_cp: return CP_wpk; + case wpk_w: return W_jpk; + case wpk_pmax: return Pmax_wpk; + case abs_3min: return _3_min_Power; + case abs_7min: return _7_min_Power; + case abs_12min: return _12_min_Power; + case abs_cp: return CP; + case abs_w: return W; + case abs_pmax: return Pmax; + default: return 0; + } + } + // return a string that ranks the value for the type + static QString rank(type x, double value); +}; + +typedef PowerPercentile PowerPercentile; +extern PowerPercentile powerPercentile[]; + +struct PowerProfile { + QList percentiles; // list of percentiles we have data for + QVector seconds; // t values from 1 .. 36000 + QMap > values; // key is percentile; 99.99, 1, 95 etc +}; +typedef PowerProfile PowerProfile; +extern PowerProfile powerProfile, powerProfileWPK; +extern void initPowerProfile(); + +#endif diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/RideMetric.cpp goldencheetah-3.5~DEV1903/src/Metrics/RideMetric.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/RideMetric.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/RideMetric.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -156,7 +156,8 @@ // 146 21 Apr 2018 Ale Martinez TriScore Fallback to TRIMP Zonal Points // 147 06 May 2018 Ale Martinez Added PeakHr metrics and HrZone // 148 27 Jul 2018 Ale Martinez Changed Hrv Measures to retrun 0 when no record for the date -int DBSchemaVersion = 148; +// 149 04 Jan 2019 Mark Liversedge PowerIndex metric to score performance tests/intervals/rides vs typical athlete PD curve +int DBSchemaVersion = 149; RideMetricFactory *RideMetricFactory::_instance; QVector RideMetricFactory::noDeps; diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/WPrime.cpp goldencheetah-3.5~DEV1903/src/Metrics/WPrime.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/WPrime.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/WPrime.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -491,7 +491,7 @@ } // no data or no power data then forget it. - bool bydist = (input->format == CRS) ? true : false; + bool bydist = (input->format == CRS || input->format == CRS_LOC) ? true : false; if (!input->isValid() || bydist) { return; // needs to be a valid erg file... } diff -Nru goldencheetah-3.5~DEV1810/src/Metrics/Zones.cpp goldencheetah-3.5~DEV1903/src/Metrics/Zones.cpp --- goldencheetah-3.5~DEV1810/src/Metrics/Zones.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Metrics/Zones.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -865,6 +865,7 @@ if (file.open(QFile::WriteOnly)) { QTextStream stream(&file); + stream.setCodec("UTF-8"); stream << strzones; file.close(); } else { diff -Nru goldencheetah-3.5~DEV1810/src/Python/PythonEmbed.cpp goldencheetah-3.5~DEV1903/src/Python/PythonEmbed.cpp --- goldencheetah-3.5~DEV1810/src/Python/PythonEmbed.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Python/PythonEmbed.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -311,7 +311,17 @@ // run and generate errors etc messages.clear(); - PyRun_SimpleString(line.toStdString().c_str()); + + if (scriptContext.interactiveShell) { + PyObject *m, *d, *v; + m = PyImport_AddModule("__main__"); + d = PyModule_GetDict(m); + v = PyRun_StringFlags(line.toStdString().c_str(), Py_single_input, d, d, 0); + if (v) Py_DECREF(v); + } else { + PyRun_SimpleString(line.toStdString().c_str()); + } + PyErr_Print(); PyErr_Clear(); //and clear them ! diff -Nru goldencheetah-3.5~DEV1810/src/Python/PythonEmbed.h goldencheetah-3.5~DEV1903/src/Python/PythonEmbed.h --- goldencheetah-3.5~DEV1810/src/Python/PythonEmbed.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Python/PythonEmbed.h 2019-02-22 09:38:21.000000000 +0000 @@ -36,12 +36,14 @@ class ScriptContext { public: - ScriptContext(Context *context=NULL, RideItem *item=NULL, const QHash *metrics=NULL, Specification spec=Specification()) : context(context), item(item), metrics(metrics), spec(spec) {} + ScriptContext(Context *context=NULL, RideItem *item=NULL, const QHash *metrics=NULL, Specification spec=Specification(), bool interactiveShell=false) + : context(context), item(item), metrics(metrics), spec(spec), interactiveShell(interactiveShell) {} Context *context; RideItem *item; const QHash *metrics; Specification spec; + bool interactiveShell; }; // a plain C++ class, no QObject stuff diff -Nru goldencheetah-3.5~DEV1810/src/Python/SIP/Bindings.cpp goldencheetah-3.5~DEV1903/src/Python/SIP/Bindings.cpp --- goldencheetah-3.5~DEV1810/src/Python/SIP/Bindings.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Python/SIP/Bindings.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -773,7 +773,12 @@ PythonDataSeries::PythonDataSeries() : name(QString()), count(0), data(NULL) {} PythonDataSeries::PythonDataSeries(PythonDataSeries *clone) { - *this = *clone; + if (clone) *this = *clone; + else { + name = QString(); + count = 0; + data = NULL; + } } PythonDataSeries::~PythonDataSeries() diff -Nru goldencheetah-3.5~DEV1810/src/R/RLibrary.cpp goldencheetah-3.5~DEV1903/src/R/RLibrary.cpp --- goldencheetah-3.5~DEV1810/src/R/RLibrary.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/R/RLibrary.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -309,10 +309,10 @@ // PLATFORM SPECIFIC PATH AND NAME #ifdef Q_OS_LINUX + name = "lib/libR.so"; // look in the standard locations for debian/ubuntu or fedora if not set if (home == "") { home = "/usr/lib/R"; - name = "lib/libR.so"; // look in the usual place for debian/ubuntu, if not try fedora QString path = QString("%1/%2").arg(home).arg(name); diff -Nru goldencheetah-3.5~DEV1810/src/Resources/application.qrc goldencheetah-3.5~DEV1903/src/Resources/application.qrc --- goldencheetah-3.5~DEV1810/src/Resources/application.qrc 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/application.qrc 2019-02-22 09:38:21.000000000 +0000 @@ -42,6 +42,8 @@ images/maps/loop.png images/maps/cycling.png images/maps/cycling_sprint.png + images/maps/running.png + images/maps/running_feed.png images/maps/finish.png images/IconAltitude.png images/IconBike.png @@ -179,5 +181,7 @@ images/services/sporttracks.png python/library.py images/devices/imagic.png + data/powerprofile.csv + data/powerprofilewpk.csv diff -Nru goldencheetah-3.5~DEV1810/src/Resources/data/powerprofile.csv goldencheetah-3.5~DEV1903/src/Resources/data/powerprofile.csv --- goldencheetah-3.5~DEV1810/src/Resources/data/powerprofile.csv 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/data/powerprofile.csv 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,14 @@ +Percentile,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,30,35,40,45,60,90,120,150,180,210,240,270,300,360,420,480,540,600,660,720,780,840,900,960,1020,1080,1140,1200,1260,1320,1380,1440,1500,1560,1620,1680,1740,1800,1920,2040,2160,2280,2400,2520,2640,2760,2880,3000,3120,3240,3360,3480,3600,3900,4200,4500,4800,5220,5520,5820,6120,6420,6720,7020,7200,10800,14400,18000,21600,25200,28800,32400,36000 +99.99,2341,2293,2267,2140,1928,1759,1705,1583,1565,1547,1522,1463,1391,1336,1314,1295,1275,1251,1227,1215,1202,1187,1177,1167,1154,1100,1025,963,907,766,659,600,577,530,515,509,497,485,467,451,449,444,444,441,436,435,432,430,424,419,420,416,412,411,411,410,410,408,408,408,407,406,406,405,398,395,394,394,394,392,391,390,390,390,391,391,389,388,386,373,372,371,368,368,367,365,365,358,357,357,310,299,268,254,242,234,231,220 +1,374,373,366,359,359,353,348,347,340,340,338,334,332,329,323,322,319,314,309,305,303,301,297,294,292,283,272,268,260,248,227,216,209,200,197,190,186,184,181,178,173,170,170,165,164,164,163,162,160,160,159,156,155,153,153,153,151,151,150,148,148,147,147,145,143,141,137,137,136,134,133,134,133,131,129,127,124,122,119,117,115,113,108,106,106,104,104,106,103,103,84,60,34,20,16,11,7,5 +95,1353,1317,1300,1272,1248,1226,1202,1178,1157,1135,1109,1084,1065,1047,1032,1014,1001,988,972,960,948,930,915,902,886,824,772,732,697,623,534,497,474,455,441,432,424,417,407,399,392,385,381,378,374,371,369,367,364,363,361,359,357,354,352,349,347,344,342,341,340,338,337,335,334,333,331,328,325,323,322,320,318,315,314,312,310,310,304,301,296,294,289,287,285,282,280,278,276,275,251,233,218,207,198,188,184,183 +90,1269,1235,1206,1186,1165,1141,1117,1094,1070,1051,1029,1009,993,975,960,943,931,917,903,887,873,861,850,839,828,776,725,686,656,587,506,469,445,431,419,411,403,399,384,376,370,365,361,356,354,351,349,346,344,342,341,339,338,334,331,329,326,325,323,322,320,319,319,316,314,312,310,308,307,305,302,301,299,296,295,293,292,290,286,284,280,278,273,270,268,265,263,262,259,258,235,217,202,193,186,180,172,172 +80,1162,1129,1107,1088,1066,1045,1023,1004,984,965,951,932,916,901,887,873,860,847,833,821,807,794,780,767,756,707,664,627,601,539,469,435,414,401,388,380,374,368,356,349,343,338,334,331,328,326,324,322,319,318,316,315,314,310,307,305,303,302,300,298,297,295,294,293,291,289,287,285,284,283,282,280,279,277,276,275,273,272,267,264,260,257,253,251,248,246,242,241,238,237,216,198,183,172,164,163,156,154 +70,1088,1056,1037,1017,1000,982,963,945,928,913,893,875,861,846,832,817,802,792,780,767,755,742,733,720,711,664,624,591,564,510,443,410,392,378,367,359,353,347,336,330,325,320,316,313,310,309,306,304,302,301,299,298,296,294,292,290,288,286,284,283,282,281,280,277,276,274,272,271,269,268,266,264,263,262,261,260,258,257,252,249,245,243,239,237,234,233,230,228,225,224,202,185,170,160,152,150,145,139 +60,1022,994,976,961,941,925,906,888,872,859,840,827,809,795,781,771,758,746,733,722,710,699,688,680,671,626,590,559,534,482,421,391,373,361,351,343,338,332,322,316,311,306,303,300,297,295,293,291,290,288,286,285,284,281,279,277,275,273,272,271,270,269,268,266,264,262,261,260,258,256,254,253,251,249,248,247,246,244,240,237,233,231,227,225,222,220,218,216,214,213,190,174,162,151,142,140,135,128 +50,966,944,924,909,889,871,853,835,820,804,788,773,759,746,735,724,712,700,688,679,668,659,648,641,634,592,558,528,506,457,401,373,356,345,336,329,322,318,309,303,298,294,291,287,284,281,279,277,275,274,273,272,271,268,266,264,263,261,260,259,258,256,255,254,251,250,248,247,245,244,242,240,239,238,237,235,233,233,228,226,222,220,217,215,212,210,208,206,203,202,181,165,152,143,134,130,122,117 +40,908,888,866,852,832,815,800,783,767,751,737,722,711,699,689,677,664,653,645,638,627,618,609,601,592,554,522,495,476,433,381,356,340,330,320,314,308,303,294,287,283,279,275,273,270,268,266,265,263,261,259,258,257,255,253,251,249,247,246,245,244,243,242,240,238,236,235,233,232,230,229,228,226,225,224,223,222,221,217,215,212,209,206,204,201,199,197,195,193,192,172,155,143,132,124,121,113,102 +30,842,818,803,784,770,753,735,723,709,696,685,672,663,650,640,630,620,608,599,591,581,574,565,558,551,514,485,464,445,405,359,335,320,310,302,296,289,285,278,273,269,265,261,258,256,253,251,250,248,246,245,245,243,241,240,238,236,234,233,232,230,229,228,227,224,223,222,220,218,218,216,214,213,212,211,210,209,208,205,202,199,197,194,192,190,188,186,184,182,181,160,146,133,123,114,111,102,96 +20,766,744,726,712,700,688,672,659,646,636,621,607,594,584,574,567,559,550,544,535,528,521,514,507,500,471,445,424,408,373,330,307,294,286,279,273,269,265,258,254,250,246,243,240,237,236,234,232,232,230,228,227,226,224,222,220,219,218,217,216,215,214,213,211,209,208,207,206,204,203,202,200,199,198,197,195,194,193,190,187,184,182,179,178,176,175,173,171,168,167,148,134,122,111,101,100,93,80 +10,648,629,616,607,589,573,560,550,542,531,521,515,509,500,492,484,475,471,466,460,455,449,444,437,431,409,388,373,363,334,295,277,267,258,251,246,242,240,232,228,225,221,219,216,214,213,212,210,209,207,206,206,205,203,201,199,198,197,196,194,194,193,193,191,189,187,185,185,183,182,181,180,179,178,177,176,174,173,170,168,165,163,161,159,156,155,154,153,151,151,133,117,105,90,79,77,67,31 +5,542,525,516,507,499,490,483,473,467,460,453,449,441,433,429,425,420,415,409,404,400,395,391,386,383,368,350,336,327,303,271,256,244,236,231,227,222,218,213,208,206,202,200,197,195,194,192,190,189,189,187,186,186,184,182,182,180,179,178,176,176,175,175,174,172,171,169,168,167,167,165,164,163,161,160,160,159,158,154,151,149,147,145,143,141,139,137,137,135,134,117,100,87,69,59,56,22,15 diff -Nru goldencheetah-3.5~DEV1810/src/Resources/data/powerprofilewpk.csv goldencheetah-3.5~DEV1903/src/Resources/data/powerprofilewpk.csv --- goldencheetah-3.5~DEV1810/src/Resources/data/powerprofilewpk.csv 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/data/powerprofilewpk.csv 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,14 @@ +Percentile,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,30,35,40,45,60,90,120,150,180,210,240,270,300,360,420,480,540,600,660,720,780,840,900,960,1020,1080,1140,1200,1260,1320,1380,1440,1500,1560,1620,1680,1740,1800,1920,2040,2160,2280,2400,2520,2640,2760,2880,3000,3120,3240,3360,3480,3600,3900,4200,4500,4800,5220,5520,5820,6120,6420,6720,7020,7200,10800,14400,18000,21600,25200,28800,32400,36000 +99.5,31.95,31.55,30.25,28.67,28.27,26.66,26.55,26.4,26.31,25.55,25.28,23.89,23.12,22.37,21.62,21.08,20.99,20.94,20.97,20.83,20.45,19.98,19.48,19.03,18.54,16.56,15.62,15.15,14.34,11.78,10.22,9.19,8.75,8.06,7.82,7.65,7.44,7.35,7.19,6.97,6.74,6.65,6.55,6.52,6.52,6.48,6.44,6.39,6.29,6.21,6.2,6.19,6.17,6.12,6.1,6.09,6.06,6.03,6,6,5.98,5.92,5.91,5.86,5.83,5.84,5.71,5.69,5.62,5.56,5.41,5.4,5.34,5.31,5.29,5.27,5.21,5.17,5.06,5.02,4.94,4.88,4.7,4.7,4.67,4.66,4.61,4.59,4.57,4.54,4.24,4,3.72,3.42,3.25,3.05,3,2.71 +1,4.8,4.68,4.61,4.55,4.53,4.44,4.38,4.33,4.3,4.28,4.26,4.21,4.21,4.14,4.12,4.1,4.09,4.03,3.96,3.94,3.88,3.84,3.8,3.8,3.75,3.63,3.51,3.45,3.39,3.15,2.89,2.72,2.59,2.55,2.47,2.42,2.37,2.37,2.25,2.19,2.14,2.11,2.09,2.05,2.03,2.01,1.99,1.97,1.97,1.96,1.96,1.95,1.92,1.9,1.88,1.85,1.82,1.82,1.82,1.81,1.81,1.8,1.78,1.78,1.75,1.74,1.74,1.73,1.73,1.7,1.68,1.69,1.67,1.67,1.66,1.65,1.58,1.57,1.51,1.45,1.41,1.35,1.28,1.25,1.22,1.21,1.19,1.19,1.17,1.19,0.89,0.57,0.39,0.2,0.15,0.08,0.08,0.06 +95,19.68,19.11,18.73,18.38,17.94,17.51,17.18,16.91,16.49,16.2,15.87,15.51,15.25,15.01,14.73,14.49,14.25,13.96,13.7,13.52,13.32,13.05,12.87,12.65,12.43,11.7,10.96,10.37,9.94,9.07,7.72,7.18,6.74,6.5,6.29,6.17,6.05,5.97,5.77,5.65,5.57,5.47,5.42,5.35,5.32,5.28,5.25,5.22,5.18,5.14,5.13,5.11,5.09,5.05,4.99,4.95,4.92,4.86,4.83,4.81,4.81,4.78,4.77,4.71,4.69,4.67,4.65,4.63,4.6,4.55,4.52,4.49,4.47,4.44,4.43,4.4,4.39,4.36,4.28,4.22,4.16,4.14,4.05,4.03,4,3.96,3.92,3.9,3.87,3.87,3.51,3.27,3.06,2.91,2.74,2.6,2.48,2.44 +90,18.18,17.63,17.33,17.07,16.75,16.44,16.1,15.8,15.45,15.11,14.81,14.5,14.23,13.97,13.75,13.52,13.28,13.05,12.82,12.58,12.39,12.16,12,11.8,11.67,10.88,10.15,9.69,9.24,8.31,7.17,6.67,6.34,6.12,5.92,5.81,5.71,5.63,5.42,5.32,5.2,5.14,5.09,5.04,5,4.96,4.92,4.89,4.85,4.82,4.8,4.77,4.76,4.72,4.67,4.64,4.61,4.59,4.57,4.54,4.53,4.51,4.49,4.46,4.43,4.41,4.38,4.35,4.33,4.3,4.27,4.25,4.22,4.21,4.19,4.16,4.13,4.11,4.03,4,3.92,3.89,3.82,3.79,3.76,3.72,3.69,3.66,3.61,3.6,3.28,3.03,2.83,2.67,2.53,2.4,2.31,2.26 +80,16.43,15.97,15.69,15.41,15.15,14.86,14.56,14.28,14.03,13.78,13.5,13.24,13,12.77,12.56,12.32,12.1,11.89,11.68,11.51,11.32,11.13,10.94,10.77,10.64,9.97,9.38,8.85,8.48,7.64,6.6,6.14,5.84,5.63,5.46,5.34,5.25,5.17,5,4.88,4.8,4.75,4.69,4.63,4.6,4.55,4.52,4.5,4.48,4.45,4.44,4.4,4.39,4.34,4.3,4.27,4.24,4.22,4.2,4.17,4.15,4.13,4.12,4.09,4.06,4.04,4.02,3.99,3.96,3.94,3.92,3.9,3.88,3.87,3.85,3.83,3.81,3.79,3.72,3.69,3.64,3.6,3.54,3.52,3.48,3.45,3.41,3.38,3.34,3.33,3.01,2.75,2.59,2.43,2.29,2.22,2.14,2.07 +70,15.27,14.85,14.59,14.32,14.05,13.78,13.5,13.21,12.95,12.79,12.55,12.3,12.08,11.86,11.67,11.5,11.3,11.1,10.92,10.75,10.55,10.38,10.22,10.09,9.95,9.31,8.76,8.28,7.92,7.12,6.19,5.75,5.47,5.29,5.15,5.06,4.97,4.89,4.73,4.63,4.56,4.49,4.44,4.39,4.36,4.33,4.29,4.27,4.23,4.21,4.19,4.18,4.16,4.12,4.08,4.05,4.02,4,3.99,3.96,3.94,3.93,3.91,3.89,3.87,3.84,3.81,3.79,3.77,3.75,3.72,3.7,3.68,3.65,3.64,3.62,3.6,3.58,3.51,3.48,3.43,3.4,3.34,3.31,3.27,3.24,3.21,3.18,3.15,3.14,2.84,2.59,2.43,2.28,2.15,2.06,2,1.86 +60,14.3,13.92,13.67,13.41,13.15,12.9,12.68,12.45,12.19,11.98,11.76,11.55,11.33,11.14,10.96,10.79,10.6,10.41,10.26,10.09,9.94,9.79,9.64,9.49,9.35,8.73,8.19,7.77,7.44,6.7,5.87,5.44,5.2,5.03,4.89,4.79,4.71,4.64,4.49,4.41,4.35,4.29,4.23,4.18,4.14,4.1,4.08,4.05,4.02,4,3.98,3.97,3.94,3.9,3.87,3.84,3.82,3.79,3.77,3.76,3.75,3.73,3.71,3.69,3.65,3.64,3.61,3.59,3.57,3.54,3.52,3.5,3.49,3.47,3.45,3.43,3.4,3.39,3.34,3.3,3.25,3.21,3.16,3.13,3.09,3.07,3.04,3.01,2.98,2.97,2.67,2.46,2.27,2.14,2,1.94,1.85,1.75 +50,13.33,13.06,12.84,12.59,12.33,12.06,11.83,11.62,11.43,11.21,10.99,10.8,10.62,10.45,10.24,10.06,9.85,9.71,9.54,9.39,9.25,9.13,8.99,8.85,8.71,8.17,7.64,7.26,6.92,6.28,5.56,5.16,4.92,4.77,4.65,4.55,4.46,4.39,4.28,4.17,4.1,4.04,3.99,3.96,3.92,3.88,3.85,3.84,3.81,3.78,3.76,3.75,3.73,3.69,3.67,3.64,3.61,3.59,3.57,3.56,3.55,3.54,3.53,3.5,3.47,3.45,3.42,3.41,3.38,3.35,3.33,3.3,3.28,3.26,3.25,3.24,3.22,3.2,3.15,3.12,3.07,3.04,2.99,2.97,2.93,2.91,2.87,2.84,2.82,2.81,2.53,2.3,2.13,2,1.88,1.83,1.75,1.62 +40,12.53,12.2,11.93,11.73,11.49,11.27,11.05,10.83,10.63,10.44,10.25,10.06,9.86,9.68,9.51,9.34,9.18,9.06,8.9,8.76,8.61,8.49,8.35,8.23,8.13,7.56,7.11,6.76,6.47,5.91,5.2,4.86,4.65,4.51,4.39,4.3,4.22,4.16,4.04,3.96,3.89,3.84,3.79,3.75,3.71,3.67,3.65,3.63,3.6,3.58,3.55,3.54,3.52,3.49,3.47,3.44,3.41,3.39,3.38,3.36,3.35,3.34,3.33,3.3,3.27,3.24,3.22,3.2,3.19,3.17,3.15,3.13,3.12,3.1,3.09,3.07,3.05,3.03,2.97,2.94,2.89,2.86,2.81,2.79,2.76,2.74,2.71,2.69,2.66,2.65,2.37,2.16,2.02,1.87,1.76,1.71,1.61,1.48 +30,11.62,11.34,11.11,10.85,10.63,10.42,10.21,10,9.83,9.65,9.47,9.29,9.14,8.96,8.82,8.64,8.46,8.31,8.18,8.06,7.94,7.8,7.67,7.56,7.45,7.03,6.61,6.32,6.07,5.53,4.86,4.55,4.37,4.23,4.12,4.03,3.96,3.9,3.79,3.73,3.66,3.6,3.56,3.52,3.48,3.45,3.42,3.4,3.39,3.37,3.35,3.33,3.31,3.28,3.26,3.24,3.21,3.19,3.18,3.16,3.15,3.13,3.12,3.09,3.07,3.05,3.03,3.01,3,2.98,2.96,2.94,2.92,2.91,2.89,2.88,2.86,2.84,2.79,2.76,2.72,2.69,2.64,2.62,2.59,2.57,2.53,2.51,2.47,2.46,2.19,2.01,1.84,1.72,1.58,1.54,1.46,1.35 +20,10.55,10.29,10.08,9.85,9.62,9.39,9.23,9.01,8.83,8.67,8.45,8.32,8.12,7.99,7.86,7.75,7.63,7.54,7.44,7.34,7.22,7.13,7,6.89,6.81,6.36,6.01,5.74,5.51,5.07,4.5,4.22,4.04,3.91,3.82,3.74,3.67,3.61,3.51,3.44,3.38,3.34,3.3,3.27,3.24,3.2,3.18,3.16,3.13,3.12,3.1,3.08,3.06,3.03,3.01,2.99,2.97,2.95,2.94,2.92,2.91,2.89,2.89,2.86,2.84,2.82,2.8,2.77,2.75,2.73,2.72,2.7,2.68,2.66,2.65,2.64,2.62,2.61,2.55,2.52,2.47,2.45,2.42,2.39,2.37,2.34,2.31,2.3,2.27,2.26,2.01,1.83,1.68,1.53,1.38,1.37,1.22,1.02 +10,8.9,8.61,8.38,8.24,8.05,7.9,7.73,7.59,7.44,7.32,7.2,7.1,7,6.91,6.77,6.63,6.51,6.45,6.34,6.25,6.15,6.08,6.02,5.95,5.88,5.56,5.3,5.09,4.92,4.49,4.04,3.79,3.63,3.51,3.41,3.35,3.29,3.23,3.13,3.07,3.02,2.98,2.92,2.88,2.85,2.81,2.8,2.77,2.76,2.75,2.73,2.72,2.7,2.68,2.66,2.64,2.62,2.61,2.59,2.58,2.56,2.55,2.54,2.52,2.49,2.48,2.45,2.43,2.41,2.39,2.38,2.36,2.35,2.33,2.32,2.31,2.29,2.29,2.23,2.21,2.17,2.15,2.11,2.09,2.07,2.05,2.03,2.01,1.97,1.97,1.75,1.58,1.41,1.24,1.1,1.05,0.75,0.31 +5,7.31,7.18,7.03,6.91,6.77,6.64,6.5,6.36,6.27,6.14,6.06,5.91,5.86,5.74,5.68,5.56,5.47,5.39,5.33,5.28,5.23,5.19,5.14,5.09,5.06,4.85,4.63,4.52,4.37,4.07,3.63,3.36,3.24,3.15,3.07,3.03,2.98,2.93,2.82,2.76,2.7,2.66,2.61,2.57,2.54,2.53,2.52,2.49,2.47,2.45,2.43,2.41,2.41,2.38,2.37,2.35,2.34,2.33,2.33,2.32,2.31,2.29,2.28,2.25,2.24,2.23,2.21,2.2,2.18,2.16,2.15,2.14,2.13,2.12,2.1,2.08,2.06,2.04,2.01,1.98,1.94,1.91,1.88,1.86,1.83,1.83,1.81,1.78,1.74,1.73,1.51,1.31,1.18,0.91,0.69,0.4,0.25,0.16 Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/src/Resources/images/maps/running_feed.png and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/src/Resources/images/maps/running_feed.png differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/src/Resources/images/maps/running.png and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/src/Resources/images/maps/running.png differ diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_cs.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_cs.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_cs.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_cs.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower - - + + watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max - + Power as percent of Pmax according to Power Zones @@ -49,22 +73,17 @@ O aplikaci GoldenCheetah - + About - + Version - - Config - - - - + Contributors @@ -72,22 +91,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) STS průměr (dny) - + LTS average (days) LTS průměr (days) - + PMC Stress Balance Today @@ -95,69 +114,69 @@ AboutPage - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname Jméno - + Date of Birth Datum narození - + Sex - - - + + + Height (%1) - - + + cm - - + + in - + Male Muž - + Female Žena - + Crank Length - + Wheelsize - + mm @@ -166,12 +185,12 @@ Najít - + Choose Picture Vyber si fotku kde vypadáš hezky :-D - + Images (*.png *.jpg *.bmp) @@ -218,12 +237,12 @@ ActivityCRC - + Checksum - + A checksum for the activity, can be used to trigger cache refresh in R scripts. @@ -231,12 +250,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -244,49 +263,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise - + URL - + Key (optional) - + Username - + Password - + Token - + + Message + + + + %1 Credentials and authorisation @@ -294,63 +318,81 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures + + Measurements - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. - - Sync planned workouts to WebDAV and CalDAV calendars. + + Calendar AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard @@ -358,409 +400,409 @@ AddFinal - + Done Hotovo - + Confirm configuration and add device - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. - + Name* - + Port - + Profile Profil - + Virtual - + mm - + Wheel Size - + None - + Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 - + Power - BT Advanced Training System - + Power - LeMond Revolution - + Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) - + Power - Tacx Satori (4) - + Power - Tacx Satori (6) - + Power - Tacx Satori (8) - + Power - Tacx Satori (10) - + Power - Tacx Flow (0) - + Power - Tacx Flow (2) - + Power - Tacx Flow (4) - + Power - Tacx Flow (6) - + Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) - + Stride Length (cm) - + Selected by default - + Power - + Heartrate - + Speed Rychlost - + Cadence Kadence @@ -768,58 +810,58 @@ AddFinish - + Done Hotovo - + Add Cloud Account - + URL - + Key - + Username - - + + Password - + Token - + Folder - + Athlete ID - + Sync on start - + Sync on import @@ -827,27 +869,27 @@ AddFirmware - + Select Firmware - + Select Firmware for Tacx Fortius - + Browse Najít - + Copy to Library - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -860,22 +902,74 @@ - + File: - + Open File - + Intel Firmware File (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Najít + + + + Copy to Library + + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + + + + + Open File + + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1070,63 +1164,63 @@ AddPair - + Pair Devices - + Search for and pair ANT+ devices - + Sensor - + ANT+ Id - + Value Hodnota - + Status - - + + none - + Un-Paired - + Unused - + Master - + Searching... - + Paired @@ -1134,58 +1228,58 @@ AddPairBTLE - + Pair Devices - + Search for and pair Bluetooth 4.0 devices - + Sensor - + BLE Id - + Value Hodnota - + Status - - + + none - + Un-Paired - + Unused - + Searching... - + Paired @@ -1193,29 +1287,29 @@ AddSearch - + Scan for connected devices - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. - + Search - + If your device is not found you can select the device port manually by using the selection box below. - + Device found. Click Next to Continue @@ -1223,22 +1317,22 @@ - + %1 Search - + Select COM port - + Search Again - + Device found (%1). Press Next to Continue @@ -1246,7 +1340,7 @@ - + Device found. Press Next to Continue @@ -1254,12 +1348,12 @@ - + Stop Searching - + Search again @@ -1267,12 +1361,12 @@ AddService - + Account Type - + Select the cloud service type @@ -1280,42 +1374,42 @@ AddSettings - + Cloud Service Settings - + Folder - + Browse Najít - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory @@ -1323,12 +1417,12 @@ AddType - + Select Device - + What kind of device to add @@ -1363,63 +1457,68 @@ Aerolab - - + + Elevation (m) - + Distance (km) - + V-Elevation V-Výška - + Elevation Výška - + Elevation (') - + Distance Vzdálenost - + Time (minutes) Čas (minuty) - + + No ride selected + + + + Estimates out-of-range - + At least two segments must be independent - + At least two segments must be defined - + Altitude and Power data must be present - + No activity selected @@ -1492,7 +1591,7 @@ - + Estimate CdA and Crr @@ -1500,22 +1599,21 @@ AllPlot - - - + + + Power Výkon - + Heart Rate Tep - - - - + + + Speed Rychlost @@ -1526,90 +1624,90 @@ - - - + + + Cadence Kadence - - + + Heartrate - - - + + + Acceleration - - - + + + Power Delta - - - + + + Cadence Delta - - - + + + Torque Delta - - - + + + Heartrate Delta - - + + W'bal - - - + + + Altitude Nadmořská výška - - + + Headwind Protivítr - - - + + + Temperature - - - + + + Torque - + W' Balance (kJ) @@ -1626,24 +1724,24 @@ - - - + + + SmO2 - - - + + + Slope - + Hb @@ -1668,233 +1766,238 @@ - - - + + + Core Temp - - - - + + + + R-R - - - + + + Alt/Slope - - - + + + Anaerobic TISS - - - + + + Aerobic TISS - - - + + + IsoPower - - - + + + Vertical Oscillation - - - + + + Run Cadence - - - + + + GCT - - - - + + + + Gear Ratio - - - + + + tHb - - - + + + O2Hb - - - + + + HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness - - - + + + Right Pedal Smoothness - - - + + + Left Torque Efficiency - - - + + + Right Torque Efficiency - - + + Left/Right Pedal Center Offset - - + + Left Power Phase - - + + Right Power Phase - - + + Left Peak Power Phase - - + + Right Peak Power Phase - - + + L/R Balance - - - + + + aPower - + Matches - + Left Pedal Center Offset - + Right Pedal Center Offset - + Left Balance - + Right Balance - + min/km - + min/mile - - + + %1 %2 - + min/100m - + min/100yd + + W' + + + Match @@ -2205,7 +2308,7 @@ - + Smooth @@ -2360,58 +2463,62 @@ - - SmO2 + + Cadence - Moxy + SmO2 + Moxy + + + + tHb - + O2Hb - + HHb - + Heart Rate Srdeční tep - + Data series - + R-R Rate - + Core Temperature - + Speed Rychlost - - + Cadence Kadence @@ -2432,13 +2539,13 @@ - + Name - + Formula @@ -2458,143 +2565,143 @@ - + Altitude Nadm. výška - + Temperature - + Headwind Protivítr - + Torque - + Gear Ratio - + Slope - + No Alt/Slope - + 0.1km|mi - 1min - + 0.5km|mi - 5min - + 1.0km|mi - 10min - - + + Alt/Slope - + Anaerobic TISS - + Metrics Metrika - + Aerobic TISS - + Iso Power - + Skiba xPower - + Altitude Power - + W' balance - + Time of day - + Intervals Intervaly - + Selection #%1 - + Power + shade Výkon a zóny - + Power - shade Výkon - + No Power Bez výkonu - + Shading - + Time Čas - + Distance Vzdálenost - + X Axis @@ -2614,113 +2721,128 @@ AnalysisSidebar - + Calendar - + Activities - - + + Menu - + Intervals Intervaly - + Save Changes - + Revert to Saved version - + Delete Activity - + Split Activity - + Show Column Chooser - + Do Not Show In Groups - + Group By - + Expand All - + Collapse All - + Reset to default - + Sort User Intervals - + + Mark as a performance test + + + + Rename route - + Stop tracking this segment - + + Create a performance test + + + + Create a route segment - + No activity selected - + Current activity contains no data - + + Performance Test + + + + Delete Interval - + Unable to delete interval @@ -2737,48 +2859,48 @@ Smazat záznam - - + + Find Intervals... - + Zoom out - - + + Zoom to interval Zoom intervalu - - + + Edit interval - - + + Delete interval Smazat interval - - + + Rename selected intervals - - + + Delete selected intervals - + Zoom Out @@ -2791,8 +2913,8 @@ Do pozadí - - + + Find Intervals @@ -2875,7 +2997,7 @@ AppendXDataPointsCommand - + Append XData Points @@ -2899,202 +3021,202 @@ Nelze přejmenovat %1 na %2 - + Pace Zones File %1 Error - + Athlete Weight - + Time In HR Zone - + Power Distribution - + Vo2max Estimation - + KPI Tracker - + Critical Power Trend - + Aerobic Power - + Power Variance - + Power Profile - + Anaerobic Power - + Power & Speed Trend - + Tempo & Threshold Time - + Training Mix - + Time & Distance - + Time In Power Zone - + Zones File %1 Error - + Reading Zones File %1 - + HR Zones File %1 Error - + Reading HR Zones File %1 - + Sustained Time In Zone - + Time in W' Zone - + BikeScore and Intensity - - BikeStress and IF + + BikeStress and BikeIntensity - + Stress and Distance - + Calories vs Duration - + Stress (TISS) - + Aerobic Response - + Anaerobic Response - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) - + PMC (Duration) - + CP History - + CP Analysis - + PMC (TriScore) - + Time in Pace Zones - + Run Pace - + Swim Pace @@ -3102,129 +3224,157 @@ AthleteBackup - + Abort Backup and Reset Counter - + Select Backup Directory - - - - - - - - + + + + + + + + Athlete Backup - + No backup directory selected - backup aborted - + Any unsaved data will not be included into the backup .zip file. - + Do you want to proceed? - + Abort Backup - + Backup successfully stored in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. - + Not enough space available on disk: %1 - no backup .zip file created - - + + Directory %1 not available. No backup .zip file created for athlete %2. - + Backup file %1 cannot be created. - + Adding files to backup %1 for athlete %2 ... - AthleteConfig + AthleteBones - - About + + Athlete Bones + + + + + kg + kg + + + + lbs + + + + + Athlete bones in kg or lbs from body measurements + + + AthleteConfig - - Measures + + About - + Power Zones Zóny výkonu - + Heartrate Zones - + Pace Zones - + Model - - Zones + + Measurements - - Accounts + + HRV - - Auto Import + + Zones - + + Accounts + + + + + Auto Import + + + + Backup @@ -3248,49 +3398,72 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements AthleteFatP - + Athlete Bodyfat Percent - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements AthleteLean - + Athlete Lean Weight - + + kg + kg + + + + lbs + + + + + Lean Weight in kg or lbs from body measurements + + + + + AthleteMuscles + + + Athlete Muscles + + + + kg kg - + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Athlete muscles in kg or lbs from body measurements @@ -3313,59 +3486,59 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default AutoImportPage - + + - + - - + Browse Najít - + Add - + Delete - + Up - + Down - + Directory - + Import Rule - + Enter directory or press [Browse] to select @@ -3392,18 +3565,18 @@ AvgCadence - + Average Cadence Průměrná kadence - - + + rpm ot/m - + Average Cadence, computed when Cadence > 0 @@ -3411,18 +3584,18 @@ AvgCoreTemp - + Average Core Temperature - - + + C - + Average Core Temperature. The core body temperature estimate is based on HR data @@ -3430,18 +3603,18 @@ AvgHeartRate - + Average Heart Rate Průměrný tep - - + + bpm bpm - + Average Heart Rate computed for samples when hr is greater than zero @@ -3449,22 +3622,22 @@ AvgLPCO - + Average Left Pedal Center Offset - + mm - + in - + Platform center offset is the location on the left pedal platform where you apply force, on average. @@ -3472,17 +3645,17 @@ AvgLPP - + Average Left Power Phase Length - + ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3490,17 +3663,17 @@ AvgLPPB - + Average Left Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3508,17 +3681,17 @@ AvgLPPE - + Average Left Power Phase End - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3526,17 +3699,17 @@ AvgLPPP - + Average Left Peak Power Phase Length - + ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3544,17 +3717,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3562,17 +3735,17 @@ AvgLPPPE - + Average Left Peak Power Phase End - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3580,18 +3753,18 @@ AvgLPS - + Average Left Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3599,18 +3772,18 @@ AvgLTE - + Average Left Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3618,18 +3791,18 @@ AvgPower - + Average Power Průměrný výkon - - + + watts Waty - + Average Power from all samples with power greater than or equal to zero @@ -3637,22 +3810,22 @@ AvgRPCO - + Average Right Pedal Center Offset - + mm - + in - + Platform center offset is the location on the right pedal platform where you apply force, on average. @@ -3660,17 +3833,17 @@ AvgRPP - + Average Right Power Phase Length - + ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3678,17 +3851,17 @@ AvgRPPE - + Average Right Power Phase End - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3696,17 +3869,17 @@ AvgRPPP - + Average Right Peak Power Phase Length - + ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3714,17 +3887,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3732,17 +3905,17 @@ AvgRPPPE - + Average Right Peak Power Phase End - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3750,18 +3923,18 @@ AvgRPS - + Average Right Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3769,18 +3942,18 @@ AvgRTE - + Average Right Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3788,17 +3961,17 @@ AvgRTPP - + Average Right Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3859,18 +4032,18 @@ AvgSmO2 - + Average SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -3878,22 +4051,22 @@ AvgSpeed - + Average Speed Průměrná rychlost - + kph km/h - + mph mi/h - + Average Speed in kph or mph, computed from distance over time when speed not zero @@ -3920,22 +4093,22 @@ AvgTemp - + Average Temp - + C - + F - + Average Temp from activity data @@ -3943,18 +4116,18 @@ AvgtHb - + Average tHb - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -3962,27 +4135,27 @@ BackupPage - + Auto Backup Folder - + Browse Najít - + Auto Backup execution every - + times the athlete is closed - 0 means never - + Choose Backup Directory @@ -4459,22 +4632,22 @@ BestsMetricsPage - + Available Metrics Dostupná metrika - + Selected Metrics Vybraná metrika - + Up - + Down @@ -4500,6 +4673,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BingMap No GPS Data Present @@ -4666,15 +4847,69 @@ + BodyMeasures + + + Weight + + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4719,7 +4954,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4767,7 +5002,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4802,43 +5037,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download + + Download completed. - - Close - Zavřít + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input + + Download - - Downloading of body measures failed with error: %1 + + Close + Zavřít + + + + Invalid date range - please check your input @@ -4884,122 +5124,122 @@ Smaž zónu - - + + Update - - + + + - - + + - - - + + Add - - + + Delete - + Def - - + + From Date Od - - + + Critical Power Kriticky výkon CP - - + + FTP - - + + W' - - + + Pmax - - - + + + MMM d, yyyy - + Short Setřiď - + Use CP for all metrics - + Use FTP for Coggan metrics - + Long Dlouhý - + From Watts Od watů - - + + CP must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5007,368 +5247,384 @@ CPPlot - - + + Interval Length Délka intervalu - + Average Power (watts) Průměrný výkon (watty) - - - + + + Percent of Best - + Total work - + + kJ kJ - + Power - - - - + + + + watts - + Veloclinic Plot - + + J - + Cadence Kadence - + rpm ot/m - + Heartrate - + bpm bpm - + Watts delta - + watts/s - + Cadence delta - + rpm/s - + Torque delta - + nm/s - + Heartrate delta - + bpm/s - + Acceleration - + m/s/s - + Speed Rychlost - + kph km/h - + Pedal Force - + nm - + Iso Power - + Altitude Power - + xPower xPower - + Watts per kilogram - - + + w/kg - + Watts per lb - - + + w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour - + Power (W) - - - - Rank - - - - - + + W' - + %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP - - - + + %1 w - - - FTP - - - - - + + Pmax - + %1 J/kg - - - + + %1 w/kg - + D' - - kph %1 mph + + + %1 mph - - %1 mph + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi - + %1 km - + %1 mi - + + + + + %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV - - %1 kph - + + % + % - - FTV + + + %1 kph - + Vmax - - + + Percent of Best / Heat Activities - - + + Heat Activities - + Activities - + ddd MMM d, yyyy hh:mm @@ -5381,7 +5637,7 @@ Délka intervalu (minuty) - + Bests @@ -5390,25 +5646,13 @@ ddd MMM d, yyyy h:mm AP - + ddd, dd MMM yyyy - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + %10 % @@ -5429,98 +5673,98 @@ CVPage - - + + Update - - + + + - - + + - - - + + Add - - + + Delete - + Def - - + + From Date - - + + Critical Velocity - + Metric Pace - - - + + + MMM d, yyyy - + Short - + Long - + From - + CV must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5528,60 +5772,78 @@ CalDAV - - - + + + Missing Preferences - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + SSL error(s) has occurred: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5607,35 +5869,35 @@ Card - + Time In Zone - - - - + + + + seconds - + Form - + Fitness - + Fatigue - + Risk @@ -5846,162 +6108,172 @@ CloudDBChartListDialog - + First - + Next %1 - + Prev %1 - + My Charts - + All - + Curated Only - + Uncurated Only - + Any Sport - + Any Language - - + + Search Keyword - + Select charts to download - + unknown - + Trends - + Activities - + Diary - + Train - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance - + Do you really want to delete this chart definition ? - - + + Delete selected chart - - + + Edit selected chart - - - + + + Close Zavřít - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Download selected chart(s) - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + Reset Search @@ -6009,99 +6281,99 @@ CloudDBChartObjectDialog - + Chart Name - + <Chart Name> - + Sport - + Language - + Nickname Jméno - + E-Mail - + Version Details - + Creator UUid - + <Enter the description of the chart here> - + Upload - - - - - - + + + + + + Upload Chart - - + + Please enter a valid chart name with min. 5 characters length. - + Please enter a nickname for this athlete. - - + + Please enter a valid e-mail address. - + Please enter a sensible chart description. - + Cloud Upload - + Do you want to upload this chart definition ? - + Cancel @@ -6109,7 +6381,7 @@ CloudDBChartShowPictureDialog - + Close Zavřít @@ -6219,84 +6491,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + + + + + Checking + + + + + Last 30 days + Posledních 28 dnů {30 ?} + CloudServiceDialog - - + + Folder - + Name - + Type Typ - + Modified - + Create Folder - + Cancel - + Open - + d MMM yyyy @@ -6304,267 +6604,285 @@ CloudServiceSyncDialog - + Synchronise - + + Sync with - + Unable to connect, check your configuration in preferences. - - - - - - - + + + + + + + Download - - - - + + + + Upload - - - + + + Synchronize - + From: - + To: - + Refresh List - + Close Zavřít - - - + + + Select all - + Workout Name - - - + + + Date Datum - - - + + + Time Čas - - + + Exists - - - + + + Status - - + + Workout Id - + File - - + + Duration - - + + Distance Vzdálenost - + Keep all do not delete - + Keep %1 but delete Local - + Keep Local but delete %1 - + Source - + Action - + Initial - + Overwrite existing files - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy - - + + Abort Přerušit - - - + + + %1 of %2 selected - + Processed %1 of %2 - - + + Downloading - - + + Uploading - - + + Parse failure - + Sync complete - + Processed %1 of %2 successfully - - - + + + File exists - + Downloaded %1 of %2 - + Downloads complete - + Downloaded %1 of %2 successfully - - + + Aborted - + Saved - + Uploaded %1 of %2 - + Uploads complete - + Uploaded %1 of %2 successfully - + Completed. Hotovo. @@ -6572,27 +6890,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... - + Cancel - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK OK @@ -6608,42 +6943,42 @@ ColorsPage - + Color - + Select - + Activity Scrollbar - + Activity Headings - + Line Width - + Font - + Font Scaling - + Antialias @@ -6652,27 +6987,27 @@ Schovej zónu - + Swatch - + Name - + Apply Theme - + Theme - + Colors Barvy @@ -6680,7 +7015,7 @@ ColumnChooser - + Column Chooser @@ -6741,52 +7076,52 @@ ConfigDialog - + General - + Appearance - + Data Fields - + Metrics Metrika - + Intervals Intervaly - + Training - + Close Zavřít - + Save Uložit - + You changed the location of the athlete library - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6795,24 +7130,24 @@ - + No, Keep current - + Yes, Apply and Restart - - + + Preferences Možnosti - - + + Options Volby @@ -6821,7 +7156,7 @@ Nastavení - + Athlete Sportovec @@ -7023,37 +7358,37 @@ Najít - + + - + - - + Edit - + Add - + Delete - + Service - + Description Popis @@ -7086,9 +7421,9 @@ Dnes: - - - + + + no data nejsou data @@ -7105,366 +7440,420 @@ Ulož hodnoty CP - + Percentage of Best - + Show Heat - + Delta compare - + as percentage - + Critical Power - + Basic - + Export Chart Data... - + Filter - + Date range - + Data series - + Activity Mean Max - + Activity Centile - + No Activity - + Current Activity - + None - - - + + + Model - + Zone Shading - + + Show Power Profile + + + + Show grid - + + Show Performance Tests + + + + Show Bests - + + Filter Unique Bests + + + + Show Sustained Efforts - + Show as percentage - + Show curve heat - + Show curve heat by date - + Shade Intervals - + + Show time scale linear + + + + 2 parameter - + 3 parameter - + Extended CP - + Multicomponent - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + . - + + CP and W' Decay + + + + Search Interval - + (seconds) - + Anaerobic - + Aerobic - + Short anaerobic - + Long aerobic - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value Hodnota - + Rank - + W' - + 0 kJ - - - - - + + + + n/a - + CP - - - + + 0 w - + Pmax - - FTP - - - - + Endurance Index - + Motor Unit Model - + Power - + Watts per Kilogram - + xPower xPower - + Iso Power - + Heartrate - + Speed Rychlost - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Cadence Kadence - + Torque - + VAM - + aPower - + aPower per Kilogram - + Work Práce - + Veloclinic Plot - + Unknown Neznámý - + Save Best Data as CSV @@ -7491,12 +7880,12 @@ Zóny nebyly změněny. - + no date žádné datum - + MM/dd/yyyy mm/dd/rrrr @@ -7508,47 +7897,47 @@ CustomMetricsPage - + Symbol - + Name - + Edit - + + - + - - + Add - + Delete - + Are you sure you want to delete this metric? - + Remove @@ -7556,28 +7945,45 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + + + + + + Notes + Poznámky + + + + Completed. Hotovo. - + Network Error - Upload failed. - + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. @@ -7587,51 +7993,6 @@ OK OK - - - CyclingAnalytics - - - - - no CyclingAnalytics token set. Please authorize in Settings. - - - - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - CyclistPage @@ -7688,18 +8049,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts watty - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7707,12 +8068,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7720,8 +8081,8 @@ DataFilter - - + + malformed expression. @@ -7756,87 +8117,95 @@ DateSettingsEdit - + Current selection - + Current selection thru today - + From - + to today - + Between Mezi - + and a - + Last - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7877,62 +8246,62 @@ DefaultsPage - + + - + - - + Add - + Delete - + Up - + Down - + Field Pole - + Value Hodnota - + Linked field - + Default Value - + New - + New (%1) @@ -7953,7 +8322,7 @@ Odstranit body - + Remove XDATA Points @@ -7989,12 +8358,12 @@ Profil zařízení - + Add Přidej - + Delete Smaž @@ -8003,12 +8372,12 @@ Navaž spojení - + + - + - @@ -8046,12 +8415,27 @@ - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + Kettler Racer serial device + + + + + Daum Serial Device + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. @@ -8077,76 +8461,23 @@ - - Summary - - - - - Day Summary - - - - Weekly Summary - Tydení přehled - - - - Monthly Summary - - - - - Totals - - - - - Averages - - - - - Maximums - + Tydení přehled - Metrics - Metrika - - - - ^(Average|Max) - - - - - seconds - - - - - Day of - + Metrika - - + dddd MMMM d - + Week Commencing %1 - - - MMMM yyyy - - DistanceSwim @@ -8234,62 +8565,62 @@ - + Getting list ... - + Get list failed - + The activity %1 could not be converted to GoldenCheetah .JSON file format. - + Starting Download ... - + Download cancelled - + File %1 has no valid timestamp, falling back to 'now' - + Activity Already Downloaded - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? - + Failed to rename %1 to %2 - + .JSON conversion error: file %1 - + Download completed - + Cleaned data @@ -8327,13 +8658,13 @@ Stahování zrušeno - + Cancel clicked by user. Zrušeno uživatelem. - - + + Download failed Chyba stahování @@ -8342,17 +8673,17 @@ Záznam již existuje - + Failed to remove existing file %1: %2 - + failed to rename %1 to %2 - + Failed to rename %1 to %2: %3 @@ -8369,24 +8700,24 @@ přepsat předešle stažené soubory? - + &Overwrite &Přepsat - + &Skip - + skipped file %1 - - - + + + Error Chyba @@ -8414,48 +8745,38 @@ Dropbox - - Network Problem reading Dropbox data - - - - - invalid root path. - - - - - root is not a directory. + + Problem accessing Dropbox data - - problem parsing Dropbox data + + You must authorise with Dropbox first - - You must authorise with Dropbox first + + Parsing Error: %1 - - + + Completed. Hotovo. - + Network Error - Upload failed. - + Dropbox - + Sync activities via your cloud storage. @@ -8463,12 +8784,12 @@ EOA - + Effect of Altitude - + Relationship between altitude adjusted power and recorded power @@ -8510,17 +8831,22 @@ EditIntervalDialog - + Edit Interval - + + Performance Test + + + + &OK - + &Cancel @@ -8532,121 +8858,136 @@ Nastavení - + Name - + Axis Label / Units - + Curve Settings - + Estimate %1 %2 Power - + Endurance Index - + Vo2Max Estimate - + Metric - + Best - + Estimate - - Stress + + PMC - + Formula - - + + Measure + + + + + Performance + + + + + Banister + + + + + seconds - - + + minutes minuty - - + + hours hodiny - - + + Peak - + Absolute - + Per Kilogram - + Total - + Running Total - + Average - + Low - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8655,217 +8996,287 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) - + Long Term Stress (LTS/CTL) - + Stress Balance (SB/TSB) - + Stress Ramp Rate (RR) - + Stress Type - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field - + PMC metric - + + Measure Group + + + + + Measure Field + + + + Filter - + Style - + Bar Sloupcový graf - + Line - + Sticks - + Dots Spojnicový - + Stack - + Symbol - + None - + Circle - + Square - + Diamond - + Triangle - + Cross - + Hexagon - + Star - + Color - + Fill curve - + Data labels - + Highlight Highest - + Highlight Lowest - + Highlight Outliers - + Baseline - + Smooth Curve - + No trend Line - + Linear Trend - + Quadratic Trend - + Moving Average - + Simple Average - + &OK & OK - + &Cancel &Zrušit - + Peak %1 - + second - + minute - + hour - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color @@ -8912,72 +9323,72 @@ EditPhaseDialog - + Edit Date Range Uprav časový rozsah - + Name - + Type Typ - + From - + To - + Starting LTS Začátek LTS - + Lowest SB - + Phase - + Prep - + Base - + Build - + Camp - + &OK - + &Cancel @@ -8985,62 +9396,62 @@ EditSeasonDialog - + Edit Date Range Uprav časový rozsah - + Name - + Type Typ - + From - + To - + Starting LTS Začátek LTS - + Lowest SB - + Season - + Cycle - + Adhoc - + &OK &OK - + &Cancel &Zrušit @@ -9048,27 +9459,37 @@ EditSeasonEventDialog - + Edit Event - + Name - + Date Datum - + + Priority + + + + + Description + Popis + + + &OK - + &Cancel @@ -9290,13 +9711,13 @@ ElevationGain - + Elevation Gain Získané převýšení - + meters metry @@ -9307,7 +9728,7 @@ - + feet stopy @@ -9317,7 +9738,7 @@ - + Elevation Gain in meters of feets @@ -9325,22 +9746,22 @@ ElevationLoss - + Elevation Loss - + meters metry - + feet stopy - + Elevation Loss in meters of feets @@ -9714,107 +10135,107 @@ Přejmenovat - + Delete Odstranit - + Up - + Down - + + - + Text - + Textbox - + ShortText - + Integer - + Double - + Date Datum - + Time Čas - + Checkbox - + - - + Add - + Screen Tab Obrazovka Tab Nerovný - + Field Pole - + Type Typ - + Values - + Diary - + New - + New (%1) @@ -9859,7 +10280,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -9867,31 +10288,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -9990,6 +10417,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10038,7 +10481,7 @@ FixDerivePower - + Estimate Power Values @@ -10046,32 +10489,47 @@ FixDerivePowerConfig - + Bike Weight (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + + + + Wind (kph) - - , direction + + , heading - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -10098,15 +10556,25 @@ FixElevation - + Fix Elevation errors + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10274,7 +10742,7 @@ FixPower - + Adjust Power Values @@ -10282,20 +10750,34 @@ FixPowerConfig - - Power Adjustment + + Percent Adjustment - + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. @@ -10361,12 +10843,40 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: -This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + @@ -10401,11 +10911,6 @@ Fix Power Spikes - - - Fix SmO2 Anomaly - - FixSpikesConfig @@ -10471,17 +10976,17 @@ FolderNameDialog - + Folder Name - + Cancel - + Create @@ -10500,12 +11005,12 @@ - + seconds - + You entered '%1' which is not an expected value. @@ -11022,53 +11527,6 @@ OK OK - - - Garmin Connect - - - - - Error uploading to Garmin Connect - - - - - Successfully uploaded to Garmin Connect - - - - - - Login to Garmin Connect... - - - - - - Login to Garmin Connect finished. - - - - - Upload to Garmin Connect... - - - - - Upload... Sending to Garmin Connect - - - - - Upload to Garmin Connect finished. - - - - - Error from Garmin Connect: - - GcCalendar @@ -11175,42 +11633,42 @@ GcCrashDialog - + %1 Crash Recovery - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... - + Close Zavřít - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics - + Text File (*.txt) @@ -11218,42 +11676,42 @@ GcMiniCalendar - + Mon - + Tue - + Wed - + Thu - + Fri - + Sat - + Sun - + MMMM yyyy @@ -11315,11 +11773,6 @@ - - BikeStress - - - Start creating of: Directories... @@ -11360,6 +11813,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11557,17 +12015,17 @@ GcWindowDialog - + Chart Setup - + Cancel - + OK OK @@ -11644,63 +12102,67 @@ - - 2d Plot + + Python Chart - - 3d Plot + + Python Chart - Aerolab Chung Analysis + 2d Plot - Calendar + Aerolab Chung Analysis - Navigator + Calendar - Summary + Navigator - Telemetry + Summary - Workout + Telemetry - Realtime + Workout + Realtime + + + + Pedal Stroke - + Web page - Map Mapa @@ -11720,17 +12182,12 @@ - - StreetView - - - - + Video Player - + Workout Editor @@ -11749,132 +12206,147 @@ Jazyk: - + Language - + English Angličtina - + French Francouština - + Japanese Japonština - + Portugese (Brazil) - + Italian - + German - + Russian - + Czech - + Spanish - + Portugese - + Chinese (Simplified) - + Chinese (Traditional) - + Dutch - + Swedish - + Unit - + Metric - + Imperial - + Smart Recording Threshold (secs) - + Elevation hysteresis (meters) - + W' bal formula - + Enable R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library - + Workout and VideoSync Library - + R Installation Directory - + + Python Home + + + + R Installation (R_HOME) @@ -11883,32 +12355,48 @@ Délka klik: - + Use Garmin Smart Recording - + Differential - + Integral - + Warn for unsaved activities on exit - + Enable API Web Services - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library @@ -11921,9 +12409,10 @@ vzdálenosti - - - + + + + Browse Najít @@ -11948,7 +12437,7 @@ SB - + Select Workout Library Vyber adresář @@ -12062,33 +12551,33 @@ GoogleDrive - + You must authorise with GoogleDrive first - + No such directory, try setting a new location in options. - - + + Completed. Hotovo. - + Upload failed - + Google Drive - + Sync your data via your cloud storage. @@ -12123,12 +12612,12 @@ Gradient - + Gradient - + Elevation Gain to Total Distance percent ratio @@ -12186,186 +12675,186 @@ GroupByModel - - - - - + + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Undefined - + Best 10 - + Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% - + Date Datum - + This week - + This month - + Last month - + yyyy-MM (MMMM) @@ -12402,18 +12891,18 @@ HeartBeats - + Heartbeats - - + + beats - + Total Heartbeats @@ -12538,11 +13027,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula @@ -12639,300 +13123,310 @@ - Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + Fix SmO2/tHb outliers + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + + + + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General - + Athlete Sportovec - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport - + Passwords - + Appearance - + Data Fields - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics Metrika - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training - + Remote Controls - + Train Devices @@ -12953,12 +13447,12 @@ HistogramWindow - + Bin width Bin width - + Log Y Log Y @@ -12973,18 +13467,18 @@ Metrika - + Show - + With zeros S nulama - + Shade zones Skryj zóny @@ -12995,7 +13489,7 @@ - + Show in zones @@ -13020,32 +13514,32 @@ - + Total (x-axis) - + Distribution (y-axis) - + Color - + Absolute Time Celkový čas - + Percentage Time Procento času - + Use polarised zones @@ -13090,218 +13584,218 @@ - + Unable to process chart file - + Bad chart type (%1). - + Are you sure you want to remove the chart? - + Remove - + Problem Saving Chart Bar Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + Ride Log - + Aerobic Power - + Anaerobic Power - + Cadence Kadence - + Calendar - + CP - + Details - + Distance Vzdálenost - + Edit - + Elapsed Time - + Heartrate - + Lap - + Map Mapa - + Performance - + PMC - + Power - + QA - + Ride - + Speed Rychlost - + Summary - + Target Power - + Time and Distance - + Time In Zone - + W' In Zone - + Sustained In Zone - + Training Mix - + Navigator - + W/kg - + Workout - + Stress - + Scatter - - + + HrPw - + Activity Log - + Tracker - + CP History - + Library - + CV @@ -13309,12 +13803,12 @@ HrNp - + HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm @@ -13322,12 +13816,12 @@ HrPw - + HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm @@ -13382,7 +13876,7 @@ HrSchemePage - + Add Přidej @@ -13391,61 +13885,74 @@ Přejmenuj - + Delete Smaž - + + - + - - + Short Třiď - + Long Délka - + Percent of LT いまいち Procento z LT - + Trimp k でいいのかな? Trimp k - + Maximum of 10 zones reached. - - + + New - - + + New (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13590,27 +14097,27 @@ Laktátový práh - + Sport - + Bike - + Run - + Lactate Threshold - + Default @@ -13946,12 +14453,12 @@ - + Problem Saving Heartrate Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -13984,232 +14491,541 @@ - ICalendar + HrvMeasures - - Action + + HR - - Allow Conflict + + AVNN - - Attachment + + SDNN - - Attendee + + RMSSD - - Calendar Identifier + + PNN50 - - Master + + LF - - Scale + + HF - - - Version + + Recovery Points - - Level - + + bpm + bpm - - Event Identifier + + msec - - Category - + + % + % - - Class + + msec^2 - - Command + + Rec.Points - - Comment + + Hrv + + + HrvMeasuresCsvImport - - Completed + + Select HRV measurements file to import - - Contact + + CSV Files (*.csv) - - Date Created + + No file selected. - - CSID? + + Selected file %1 cannot be opened for reading. - - - No later than + + Column header contains duplicate identifier - - No earlier than + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. - - Decreed + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. - - Default character set + + Number of data columns: %1 in line %2 lower than header columns: %3 - - Default locale + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 - - Default timezone + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 - - Default VCar + + Invalid 'rMSSD' - in line %1 - - Deny + + Invalid 'HR' - in line %1 - - Description - Popis + + Invalid 'AVNN' - in line %1 + - - End Date & Time + + Invalid 'SDNN' - in line %1 - - Timestamp + + Invalid 'pNN50' - in line %1 - - Start Date & Time + + Invalid 'LF' - in line %1 - - Due Date + + Invalid 'HF' - in line %1 - - Duration + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + HrvMeasuresDownload - - Expiry Date + + HRV Measurements download - - Expand + + Choose the download or import source - - Exclusive rule - + + Import CSV file + Import CSV souboru - - Freebusy + + Choose date range for download - - Geo + + From date of first recorded activity to today - - Grant + + From date of last downloaded measurement to today - - ITIP Version + + Enter manually: - - Modified Date + + Discard all existing measurements - - Location + + Download - - Max component size + + Close + Zavřít + + + + Body Measurements - - Maximum results + + Invalid date range - please check your input - - Maximum results size + + Download completed. - - Method + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + + + + + + Update + + + + + + + + + + + - + + + + + Add + + + + + Delete + + + + + Source + + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + + ICalendar + + + Action + + + + + Allow Conflict + + + + + Attachment + + + + + Attendee + + + + + Calendar Identifier + + + + + Master + + + + + Scale + + + + + + Version + + + + + Level + + + + + Event Identifier + + + + + Category + + + + + Class + + + + + Command + + + + + Comment + + + + + Completed + + + + + Contact + + + + + Date Created + + + + + CSID? + + + + + + No later than + + + + + No earlier than + + + + + Decreed + + + + + Default character set + + + + + Default locale + + + + + Default timezone + + + + + Default VCar + + + + + Deny + + + + + Description + Popis + + + + End Date & Time + + + + + Timestamp + + + + + Start Date & Time + + + + + Due Date + + + + + Duration + + + + + Expiry Date + + + + + Expand + + + + + Exclusive rule + + + + + Freebusy + + + + + Geo + + + + + Grant + + + + + ITIP Version + + + + + Modified Date + + + + + Location + + + + + Max component size + + + + + Maximum results + + + + + Maximum results size + + + + + Method @@ -14477,52 +15293,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts - + Cancel - + Import - - - - - - - + + + + + + + Diary - - - - - - + + + + + + Trends - - + + Activities - - + + Train @@ -14636,7 +15460,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14659,22 +15483,22 @@ IntervalMetricsPage - + Available Metrics Dostupná metrika - + Selected Metrics Vybraná metrika - + Up - + Down @@ -14745,12 +15569,20 @@ IntervalsPage - + Enable interval auto-discovery + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + + JouleDevice @@ -14790,7 +15622,7 @@ - Version + Version @@ -14897,6 +15729,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + + + + + + Completed. + Hotovo. + + + + Upload failed + + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Poznámky + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + Hotovo + + + KettlerController @@ -14907,63 +15833,63 @@ KeywordsPage - + Field Pole - + Use for Background - + Add - + Up - + Down - + Keyword - + Color - + Related Notes Words - - + + New - + New (%1) - + + - + - @@ -14984,7 +15910,7 @@ Přejmenovat - + Delete Smazat @@ -15203,142 +16129,143 @@ LTMPlot - - - + + + Date Datum - - + + Time of Day - - - - + + + + %1 trend - + %1 average - + %1 Top %2 Outliers - + %1 Outlier - + %1 Best - + Best %1 - + watts waty - - + + Best - + Day - + Week - + Month - + Year - - + + All - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today Dnes - + minutes minuty - - - - - - - - - + + + + + + + + + seconds - - - - + + + + + Ramp - + hours hodiny - + Week Commencing %1 @@ -15445,8 +16372,8 @@ LTMSidebar - - + + Date Ranges @@ -15455,37 +16382,37 @@ Přejmenovat rozsah - - - + + + Events - - - - - - + + + + + + Add season - - + + Edit season - - + + Delete season - - + + Edit details Editovat detaily @@ -15494,230 +16421,205 @@ Smazat rozsah - - - - + + + + Menu - + Charts - - + + Filters - + Autofilter - - Summary - - - - - + + Edit phase - - + + Delete phase - - - - - - + + + + + + + Add Event - - - - - - + + + + + + Add Phase - - + + Delete event - - + + Add event - + Workout Code|Sport - - - + + + (blank) - + Manage Filters - + Delete Filter%1 - + Edit Season - + You can only edit user defined seasons. Please select a season you have created for editing. - + Delete Season - + You can only delete user defined seasons. Please select a season you have created for deletion. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. - - - You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - - - - - Totals - - - - - Averages + + The new event could not be uploaded to your remote calendar. - - Maximums + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - Metrics - Metrika - - - - ^(Average|Max) - - - - - seconds - + Metrika - + Add Chart - + Edit Chart - + Delete Chart - + Delete Selected Charts - + Export Chart - + Export Selected Charts - + Import Charts - + Reset to default - + Export Charts - - + + Chart File (*.xml) Soubor s grafem (*.xml) - + Entry Error - + Selected file (%1) does not exist - + You are about to reset the chart sidebar to the default setup - + Do you want to continue? @@ -15729,7 +16631,7 @@ Časový rozsah - + Metric Metrika @@ -15858,340 +16760,340 @@ Spravovat - + Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress - + Skiba Short Term Stress - + Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance - + Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp - + Skiba LTS Ramp - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress - + Daniels Short Term Stress - + Daniels Stress Balance - + Daniels STS Ramp - + Daniels LTS Ramp - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress - + TRIMP Short Term Stress - + TRIMP Stress Balance - + TRIMP STS Ramp - + TRIMP LTS Ramp @@ -16200,37 +17102,52 @@ Chyba - + Edit - + Use sidebar chart settings - + Basic - + Preset - + Estimate - + Formula - + + Measure + + + + + Performance + + + + + Banister + + + + Chart %1 @@ -16257,7 +17174,7 @@ - + Stack Zoom @@ -16270,72 +17187,77 @@ Export... - + Add Current - + Charts - + + Show Banister Helper + + + + Apply Provést - + Up - + Down - + Curves - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type Typ - + Details - + Peak @@ -16355,115 +17277,146 @@ Graf - + Days Dny - + Weeks Týdny - + Months Měsíce - + Years Roky - - + + All - + Data Table - + Stacked - + Export Chart Data... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + grouped by - + day - + week - + month - + year - + time of day - - + + seconds - - + + Date Datum - + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours hodiny - + Export Chart Config - + Save Chart Data as CSV @@ -16472,12 +17425,12 @@ Schovej zónu - + Group by - + Time Of Day @@ -16505,66 +17458,66 @@ Smaž zónu - - + + Update - - + + + - - + + - - - + + Add - - + + Delete - + Def - - + + From Date Od data - - + + Lactate Threshold - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -16573,41 +17526,41 @@ Laktátový práh - - + + Rest HR Klidový tep - - + + Max HR Maximální tep - - - + + + MMM d, yyyy - + Short Krátký - + Long Dlouhý - + From BPM Od bpm - + Trimp k Trimp k @@ -16668,161 +17621,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -16872,7 +17825,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -16970,7 +17923,7 @@ LocalFileStore - + You must define a network folder first @@ -16985,24 +17938,24 @@ - - + + Completed. Hotovo. - - + + Write to folder %1 failed - + Local Store - + Sync with a local folder or thumbdrive. @@ -17212,8 +18165,8 @@ &Nový... - - + + Ctrl+N Ctrl+N @@ -17249,17 +18202,17 @@ &Stáhnout z přístroje... - + Diary - + Train - + Add Chart @@ -17269,7 +18222,7 @@ - + Delete Activity @@ -17324,148 +18277,143 @@ - + CP and W' Solver... - + VDOT and T-Pace Calculator... - - Get &Body Measures... - - - - + Download workouts from Today's Plan... - + Import workouts, videos, videoSyncs... - + Scan disk for workouts, videos, videoSyncs... - + Maintain charts - + Curate charts - - - + + + Activity Import - - - + + + Closing of athlete window not possible while background activity import is in progress... - + Chart Import - + Failed to export activity, please check permissions - + No Activity To Save - + There is no currently selected activity to save. - - + - + + Split Activity - - + + No activity selected - + Current activity contains no data to split - + Current activity contains no data to merge - + Are you sure you want to delete the activity: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Create Heat Map... - + Export Metrics as CSV... - + Create a new workout... - + Download workouts from ErgDB... - + Air Density (Rho) Estimator... @@ -17515,38 +18463,38 @@ - + CP and W' Estimator... - + Activities - + Tabbed not Tiled - + You are about to reset all charts to the default setup - + Do you want to continue? - + Imported %1 metric charts - - + + &New Athlete... @@ -17556,23 +18504,23 @@ - + Select Activity - - + + No activity selected! - + Export Activity - + Export Failed @@ -17690,12 +18638,12 @@ &Uložit záznam - + &Tools &Nástroje - + &Options... &Volby... @@ -17704,28 +18652,28 @@ Výpočet kritického výkonu - + &View &Pohled - - + + Toggle Full Screen - + Show Left Sidebar - + Show Compare Pane - + Show Toolbar @@ -17750,77 +18698,107 @@ - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + Cloud Status... - + Cloud Contributions - + Cloud Curator - + &Edit - + Show Athlete Tabs - + Trends - + Upload Chart... - + Download Chart... - + Reset Layout - + &Help &Nápověda - + &Help Overview - + &User Guide - + &Log a bug or feature request - + &Discussion and Support Forum - + &About GoldenCheetah & O aplikaci GoldenCheetah @@ -17893,29 +18871,29 @@ Soubor %1 nelze otevřít pro zápis - - + + Import from File Import ze soubouru - + Refresh in Progress - + Export Metrics - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid @@ -18020,12 +18998,12 @@ Opravdu chceš smazat záznam?: - + Delete Smazat - + Changes on Změna na @@ -18333,8 +19311,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 @@ -18355,18 +19337,18 @@ MaxCT - + Max Core Temperature - - + + C - + Maximum Core Temperature. The core body temperature estimate is based on HR data @@ -18374,18 +19356,18 @@ MaxCadence - + Max Cadence - - + + rpm ot/m - + Maximum Cadence @@ -18393,18 +19375,18 @@ MaxHr - + Max Heartrate Max tepová frekvence - - + + bpm bpm - + Maximum Heart Rate. @@ -18431,18 +19413,18 @@ MaxPower - + Max Power Maximální výkon - - + + watts watty - + Maximum Power @@ -18450,12 +19432,12 @@ MaxPowerVariance - + Max Power Variance - + Maximum Power Deviation with respect to 30sec Moving Average @@ -18482,18 +19464,18 @@ MaxSmO2 - + Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -18501,22 +19483,22 @@ MaxSpeed - + Max Speed - + kph km/h - + mph mi/h - + Maximum Speed @@ -18524,22 +19506,22 @@ MaxTemp - + Max Temp - + C - + F - + Maximum Temperature @@ -18566,33 +19548,61 @@ MaxtHb - + Max tHb - - + + g/dL - - Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + + + + MeanPowerVariance + + + Average Power Variance + + + + + Mean Power Deviation with respect to 30sec Moving Average + + + + + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan - - - MeanPowerVariance - - Average Power Variance + + CSV Upload - - Mean Power Deviation with respect to 30sec Moving Average - + + Unknown + Neznámý @@ -18621,22 +19631,22 @@ MergeAdjust - + Adjust Alignment - - Adjust merge alignment in time + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) - + Adjust: - + Reset @@ -18644,32 +19654,32 @@ MergeChoose - + Choose an Activity - + Choose an Existing activity to Combine - + Filename Název souboru - + Date Datum - + Time Čas - + dd MMM yyyy dd MMM yyyy @@ -18677,17 +19687,17 @@ MergeConfirm - + Confirm - + Complete and Save - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18699,17 +19709,17 @@ MergeDownload - + Download Activity - + Download Activity to Combine - + Error - Unknown file type Chyba - neznámý typ souboru @@ -18717,32 +19727,32 @@ MergeMode - + Select Mode - + How would you like to combine the data ? - + Merge Data to add another data series - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - + Join Data to form a longer activity - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. @@ -18762,75 +19772,91 @@ Bez výkonu - + Merge Data Series - + Select the series to merge together + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source - + Where is the data you want to combine ? - + Import from a File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. - + Download from Device - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - + Existing Activity - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - + All Supported Formats (%1) - + All files (*.*) - + Import from File Import ze soubouru - + Error - Unknown file type Chyba - neznámý typ souboru @@ -18838,52 +19864,52 @@ MergeStrategy - + Select Strategy - + How should we align the data ? - + Align using start time - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - + Align using shared data series - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - + Align starting together - + Regardless of the timestamp on the activity, align with both activities starting at the same time. - + Align ending together - + Regardless of the timestamp on the activity, align with both activities ending at the same time. @@ -18909,17 +19935,17 @@ MergeWelcome - + Combine Activities - + Lets get started - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18929,22 +19955,22 @@ MetadataPage - + Fields Položky - + Notes Keywords Klíčová slova - + Defaults - + Processing Zpracovávám @@ -18963,22 +19989,22 @@ MetricConfig - + Custom - + Bests - + Summary - + Intervals Intervaly @@ -18986,18 +20012,18 @@ MinHr - + Min Heartrate - - + + bpm bpm - + Minimum Heart Rate. @@ -19005,18 +20031,18 @@ MinSmO2 - + Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -19024,22 +20050,22 @@ MinTemp - + Min Temp - + C - + F - + Minimum Temperature @@ -19066,18 +20092,18 @@ MintHb - + Min tHb - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -19085,473 +20111,179 @@ ModelDataProvider - Power (watts) - Výkon (watty) + Výkon (watty) - Cadence (rpm) - Kadence (ot/m) + Kadence (ot/m) - Heartrate (bpm) - Tepové frekvence (tepy/m) - - - - Speed (kph) - - - - - Speed (mph) - - - - - Altitude (meters) - - - - - Altitude (feet) - - - - - Torque (N) - - - - - Elapsed Time (secs) - - - - - Elapsed Distance (km) - - - - - Elapsed Distance (mi) - - - - - Interval Number - - - - - Latitude (degree x 1000) - - - - - Longitude (degree x 1000) - + Tepové frekvence (tepy/m) - - Circumferential Pedal Velocity (cm/s) - - - - Average Effective Pedal Force (N) - Průměrná efektivní síla na pedál (N) - - - - Time at X/Y (%) - + Průměrná efektivní síla na pedál (N) - Power Zone - Zóny výkonu - - - - L/R Balance - - - - - Running Vertical Oscillation - - - - - Running Ground Contact Time - - - - - Running Cadence - - - - - Gear Ratio - - - - - Muscle Oxygen - - - - - Haemoglobin Mass - - - - - Slope (gradient) - + Zóny výkonu - Unknown - Neznámý - - - - Power - + Neznámý - Cadence - Kadence - - - - Heartrate - + Kadence - Speed - Rychlost - - - - Altitude - - - - - Pedal Force - + Rychlost - Time - Čas + Čas - Distance - Vzdálenost + Vzdálenost - Interval - Interval + Interval - Latitude - Zeměpisná šířka + Zeměpisná šířka - Longitude - Zeměpisná délka - - - - Time at X/Y - - - - - Zone - + Zeměpisná délka - CPV - CPV + CPV - AEPF - AEPF - - - - Balance - - - - - RV - - - - - GCT - - - - - Run Cad - - - - - Gear - - - - - SmO2 - - - - - tHb - - - - - Slope - - - - - None - - - - - No data or bin size too large - + AEPF ModelWindow - Power - výkon + výkon - Cadence - Kadence + Kadence - Heartrate - Tepová frekvence + Tepová frekvence - Speed - Rychlost + Rychlost - Altitude - Nadmořská výška + Nadmořská výška - Torque - Točivý moment + Točivý moment - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Čas + Čas - Distance - Vzdálenost - - - - Slope - + Vzdálenost - Latitude - Zeměpisná šířka + Zeměpisná šířka - Longitude - Zeměpisná délka - - - - L/R Balance - - - - - Running Vertical Oscillation - - - - - Running Cadence - - - - - Running GCT - - - - - Gear Ratio - - - - - Muscle Oxygen - - - - - Haemoglobin Mass - + Zeměpisná délka - Analyse - Analyzovat + Analyzovat - X-Axis: - Osa-X: + Osa-X: - Y-Axis: - Osa-Y: + Osa-Y: - Z-Axis: - Osa-Z: + Osa-Z: - Color: - Barva: + Barva: - Bin Width: - Šířka sloupce: - - - - User Defined - - - - - Natural Cadence Selection - - - - - Route Visualisation - - - - - Power Fatigue - - - - - Impact of Altitude - + Šířka sloupce: - - Time at X&Y - Čas na X & Y + Čas na X & Y - Power Zone - Zóny výkonu + Zóny výkonu - Bar - Sloupcový graf + Sloupcový graf - Grid - Spojnicový + Spojnicový - Surface - Povrchový + Povrchový - Dots - Spojnicový + Spojnicový - Ignore Zero - Ignorovat nuly + Ignorovat nuly - Show Grid - Zobrazit mřížku + Zobrazit mřížku - Frame Intervals - Označit intervaly + Označit intervaly - Legend - Legenda + Legenda Reset View @@ -19696,18 +20428,10 @@ - MultiDeviceDialog - - - Multiple Device Configuration - - - - - IsoPower + MultiDeviceDialog - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + Multiple Device Configuration @@ -19732,27 +20456,27 @@ NavigatorCellDelegate - + Date Datum - + MMM d, yyyy - + Time Čas - + Last updated - + ddd MMM d, yyyy hh:mm @@ -19969,18 +20693,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% maximálni TF - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values @@ -19988,18 +20712,18 @@ NonZeroPower - + Nonzero Average Power - - + + watts - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -20007,235 +20731,347 @@ OAuthDialog - + OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. - - - + + Authorization Error - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - - - - - Twitter authorization was successful. - - - - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information - - Error in authorization - - - - - There was an error during authorization. Please check the error description. - - - - + Dropbox authorization was successful. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. - + Cycling Analytics authorization was successful. - + Google Calendar authorization was successful. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Hotovo + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport - + Workout Code - + Duration - + Notes Poznámky - - HRV + + HRV rMSSD - + Heartrate - + Heartrate Zones - + Climbing - + Cadence Kadence - + Equivalent Power - + RPE - + Stress - + Fatigue Zones - + Intervals Intervaly - + Intensity - + Power - + Power Zones Zóny výkonu - + Power Model - + Distance Vzdálenost - + Speed Rychlost - + Pace Zones - + Route + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -20261,54 +21097,54 @@ PaceSchemePage - + + - + - - + Add - + Delete - + Short - + Long - + Percent of CV - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -20469,27 +21305,27 @@ PaceZonePage - + Sport - + Run - + Swim - + Critical Velocity - + Default @@ -20733,40 +21569,40 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range line %1: read zone without preceding date range NEJASNE - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. Setting end date of range %1 to start date of range %2. @@ -20774,7 +21610,7 @@ - + Extending final range %1 to infinite to include present date. Extending final range %1 to infinite to include present date. @@ -20782,88 +21618,88 @@ - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Popis</td> - + <td align="center">Low (%1)</td> - + <td align="center">High (%1)</td> - + <td align="center">Time</td> <td align="center">Čas</td> - + <td align="center">%</td> - + Problem Saving Pace Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - + + min/100m - - + + min/100yd - - + + min/km - - + + min/mile @@ -21004,78 +21840,218 @@ Tepová frekvence - - Torque - Točivý moment + + Torque + Točivý moment + + + + Latitude + Zeměpisná šířka + + + + Longitude + Zeměpisná délka + + + + Altitude + Nadmořská výška + + + + Headwind + Protivítr + + + + Slope + + + + + Temperature + + + + + SmO2 + + + + + tHb + + + + + Interval + Interval + + + + Paste error + Chyba vložení + + + + Please select target cell or cells to paste values into. + Prosím vyber buňku nebo buňky pro vložení hodnot. + + + + Copy/Paste Mismatch + いまいち + Neshoda mezi Copy a Paste + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + Zvolený rozsah a dostupné data mají různou velikost, může dojít ke ztrátě dat. +Chcete pokračovat? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + PeakHr2m - - Latitude - Zeměpisná šířka + + 2 min Peak Hr + - - Longitude - Zeměpisná délka + + + bpm + bpm + + + PeakHr30m - - Altitude - Nadmořská výška + + 30 min Peak Hr + - - Headwind - Protivítr + + + bpm + bpm + + + PeakHr3m - - Slope + + 3 min Peak Hr - - Temperature - + + + bpm + bpm + + + PeakHr5m - - SmO2 + + 5 min Peak Hr - - tHb + + + bpm + bpm + + + + PeakHr60m + + + 60 min Peak Hr - - Interval - Interval + + + bpm + bpm + + + PeakHr8m - - Paste error - Chyba vložení + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - Prosím vyber buňku nebo buňky pro vložení hodnot. + + + bpm + bpm + + + PeakHr90m - - Copy/Paste Mismatch - いまいち - Neshoda mezi Copy a Paste + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - Zvolený rozsah a dostupné data mají různou velikost, může dojít ke ztrátě dat. -Chcete pokračovat? + + + bpm + bpm @@ -22353,12 +23329,12 @@ Hotovo. - + PolarFlow - + Download from the popular Polar website. @@ -22367,184 +23343,199 @@ PowerHist - + Time (minutes) Čas (min) - + Time (percent) Čas (%) - + Power (watts) Výkon (watty) - - + + Power zone Zóna výkonu - + Heartrate (bpm) Tepové frekvence (tepy/m) - + Heartrate zone Zóna tepové frekvence - - - - - + + + + + seconds - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) - + %1 of Activity - + W'bal zone - + W'Bal Consumed (%) - + Power (watts/kg) - + aPower (watts) - + Cadence (rpm) Kadence (ot/m) - + Pace zone - + Speed (%1) Rychlost (%1) - + kph km/h - + mph mi/h - + Torque (%1) Točivý moment (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio - + SmO2 - + Unknown data series - + min/km - + min/mile - - + + %1 Pace (%2) - + min/100m - + min/100yd - - - - + + + + minutes minuty - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -22692,32 +23683,32 @@ ProcessorPage - + Processor Procesor - + Apply Provést - + Settings Nastavení - + Manual Ruční - + Import - + Save Uložit @@ -22727,6 +23718,22 @@ + PythonChart + + + Show Console + + + + + PythonConsole + + + Python Console (%1) + + + + QObject Unknown ride metric "%1". @@ -22754,20 +23761,21 @@ - - + + + Lap %1 - - + + MMM dd yyyy - + All @@ -22847,62 +23855,44 @@ - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - Neznámý + Neznámý - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -22927,7 +23917,7 @@ - + Problem Saving Seasons @@ -23023,68 +24013,261 @@ - + Unsupported file format - + Rest - + Very, very easy - + Easy - + Moderate - + Somewhat hard - - Hard + + Hard + + + + + Hard+ + + + + + Very hard + + + + + Very hard+ + + + + + Very hard++ + + + + + Maximum + + + + + Invalid + + + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D grafy {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D grafy {3 ?} + + + + 4 + 3D grafy {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D grafy {6 ?} + + + + 7 Very fatigued+ + + + + + 8 + 3D grafy {8 ?} + + + + 9 + 3D grafy {9 ?} + + + + 10 Total Fatigue, Nothing Left + + + + + Problem Saving HRV Measurements + + + + + Problem Reading HRV Measurements + + + + + Problem Parsing HRV Measurements + + + + + Developer limit exceeded + + + + + Monthly free plan limit exceeded + + + + + Bad request + + + + + Gateway Timeout + + + + + Networkerror: %1 + + + + + Distance %1 + + + + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -23156,205 +24339,220 @@ RealtimeData - + None - + Time Čas - + Lap - + Lap Time - + Lap Time Remaining - + + Section Time Remaining + + + + BikeStress - + kJoules - + W' bal - + XPower - + Iso Power - + Intensity Factor - + Relative Intensity Relativní intenzita - + Skiba Variability Index - + Variability Index - + Distance Vzdálenost - + Alternate Power - + Power - + Speed Rychlost - + Virtual Speed - + Cadence Kadence - + Heart Rate - + Target Power - + Average Power Průměrný výkon - + Average Speed Průměrná rychlost - + Average Heartrate - + Average Cadence Průměrná kadence - + Lap Power - + Lap Speed - + Lap Heartrate - + Lap Cadence - + Left/Right Balance - + Total Hb Mass - + Hb O2 Saturation - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness - + Right Torque Effectiveness - + Left Pedal Smoothness - + Right Pedal Smoothness - + Slope + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -23630,12 +24828,12 @@ RemotePage - + Action - + ANT+ Command @@ -23659,17 +24857,17 @@ RenameIntervalDialog - + Rename Intervals - + &OK - + &Cancel @@ -23738,22 +24936,22 @@ RideCache - + Can't rename %1 to %2 in %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + seconds @@ -24166,464 +25364,459 @@ RideFile - + Run - + Swim - + Time Čas - + Cadence Kadence - + Heartrate Tepová frekvence - + Distance Vzdálenost - + Speed Rychlost - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Torque Točivý moment - + Power Výkon - + xPower xPower - + aPower - + aTISS - + anTISS - + Iso Power - + Altitude Nadmořská výška - + Longitude Zeměpisná délka - + Latitude Zeměpisná šířka - + Headwind Protivítr - + Slope - + Temperature - + Left/Right Balance - + Left Torque Efficiency - + Right Torque Efficiency - + Left Pedal Smoothness - + Left Platform Center Offset - + Right Platform Center Offset - + Left Power Phase Start - + Right Power Phase Start - + Left Power Phase End - + Right Power Phase End - + Left Peak Power Phase Start - + Right Peak Power Phase Start - + Left Peak Power Phase End - + Right Peak Power Phase End - - + + Interval Interval - + VAM - + Watts per Kilogram - + W' balance - + SmO2 - + THb - + O2Hb - + HHb - + Vertical Oscillation - + Run Cadence - + GCT - + Gear Ratio - + W' Consumed - + Sample Index - + R-R - - + + Unknown Neznámý - - + + seconds - + rpm ot/m - + rpm/s - + bpm bpm - + bpm/s - + km km - + miles míle - - + + kph km/h - + mph mi/h - + m/s/s - + N - + N/s - - - - + + + + watts - + watts/s - - + + TISS - + metres - + feet stopy - + lon - + lat - - - - - - - + + + + + + + % % - + °C - - - - - - - - + + + + + + + + ° - - Invalid File Name - - - - - + + mm - + Right Pedal Smoothness - + meters per hour - + watts/kg - + joules - + g/dL - + spm - + cm - + ms - + ratio @@ -24632,16 +25825,15 @@ Špatný název souboru se záznamem - Invalid date/time in filename: %1 Skipping file... - Špatný datum/čas v souboru: + Špatný datum/čas v souboru: %1 Přeskakuji soubor... - + Wheelsize @@ -24649,107 +25841,107 @@ RideFileInterval - + ALL - + DEVICE - + USER - + PEAK PACE - + PEAK POWER - + SEGMENTS - + CLIMBING - + EFFORTS - + The entire activity - + Device specific intervals - + User defined laps or marked intervals - + Peak pace for running and swimming - + Peak powers for cycling 1s thru 1hr - + Route segments using GPS data - + Ascents for hills and mountains - + Sustained efforts and matches using power - + Peak - + Find - + Match - + Climb - + Best @@ -24930,69 +26122,69 @@ RideImportWizard - + Select Date... Vyber datum... - + Today Dnes - + Last Monday Minulé pondělí - + Last Tuesday Minulé úterý - + Last Wednesday Minulou středu - + Last Thursday Minulý čtvrtek - + Last Friday Minulý pátek - + Last Saturday Minulou sobotu - + Last Sunday Minulou neděli - + Choose Date Vyberte datum - + Cancel Zrušit - - - + + + Abort Přerušit - + Error - File does not exist. @@ -25005,57 +26197,67 @@ Import souboru se záznamem - + Filename Název souboru - + Date Datum - + Time Čas - + Duration Délka - + Distance Vzdálenost - + Import Status Stav importu - + Step 1 of 4: Check file permissions Krok 1. z 4: Kontrola práv souboru - + Error - Not a file. - + Error - File is not readable. - + + Error - Opendata summary. + + + + + undefined + + + + Queued Čekejte - + Error - Unknown file type Chyba - neznámý typ souboru @@ -25064,47 +26266,47 @@ Chyba - neplatný obsah soubor - + Step 2 of 4: Validating Files Krok 2. ze 4: Ověřování souborů - - - - - + + + + + Error Chyba - + Parsing... Analyzuji... - + Validated Ověřeno - + Warning - Varování - - - + + ; - + Step 3 of 4: %1 ride(s) are missing the date and time. - + Step 3 of 4: Change Date/Time or Save to continue. @@ -25113,52 +26315,57 @@ dd MMM yyyy - + No files for automatic import selected. - + More than 24hrs of activities to fit into a day - + Auto Import - + Automatic import from defined directories is completed. - + Error - Activity file exists - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed - + + Processing... + + + + Error - Moving %1 to activities folder - + Error - .JSON creation failed - + Error - Import of activitiy file failed @@ -25167,7 +26374,7 @@ hh:mm:ss ap - + Error - Chyba - @@ -25176,57 +26383,57 @@ . - + Directory - + Import Rule - + Directory Status - + No import - + No directory - + Directory not available - + Directory not readable - + %1 files for import selected - + No files in requested time range - + No activity files found - + Import Files @@ -25235,7 +26442,7 @@ Krok 3. ze 4: Potvrďte Datum a čas - + Save Uložit @@ -25244,7 +26451,7 @@ hh:mm:ss - + Invalid Selection Špatný výběr @@ -25257,12 +26464,12 @@ hh:mm:ss a - + Step 4 of 4: Save to Library Krok 4. z 4: Uložit do adresáře se záznamy - + Saving... Ukládám záznamy... @@ -25295,12 +26502,12 @@ Chyba - soubor již existuje - + Saving file... Ukládání souboru... - + File Saved Soubor byl uložen @@ -25321,14 +26528,14 @@ Hotovo. - + Import Complete. %1 of %2 successful. Import dokončen. %1 z %2 úspěšné. - - - + + + Finish Skončit @@ -25336,128 +26543,128 @@ RideItem - + Entire Activity - + 1 second - + 5 seconds - - + + 10 seconds - - + + 15 seconds - - + + 20 seconds - - + + 30 seconds - - + + 1 minute - - + + 5 minutes - - + + 10 minutes - - + + 20 minutes - - + + 30 minutes - - + + 45 minutes - - + + 1 hour - + %1 (%2 watts) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH - + MATCH @@ -25465,87 +26672,92 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map Mapa - + Show Markers - + Show Full Plot - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - + OpenStreetMap (default) - - OpenCycleMap + + Custom Tile Server A + + + + + Custom Tile Server B - - Mapquest + + Custom Tile Server C - - Custom + + Google API key - + + Interval + Interval + + + Intervals Intervaly - + Route - + No GPS Data Present Chybějící GPS údaje. @@ -25553,12 +26765,12 @@ RideMetadata - + Problem Saving Meta Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -25567,57 +26779,57 @@ RideNavigator - + *|Workout Code|Date| - + File - + Last updated - + Date Datum - + Time Čas - + Config Checksum - + Remove Column Odstranit sloupec - + Column Chooser - + Do Not Show in Groups - + Show In Groups @@ -25625,7 +26837,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Nelze načíst soubor " @@ -25644,316 +26856,286 @@ - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Device Type: Typ zařízení: - - + + Totals - - - Averages + + + Averages + + + + + + Maximums + + + + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> - - - Maximums + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> - - + <h3>Model</h3> - + W' - + CP - - + + watts - - + + w/kg - + FTP (watts) - + FTP (w/kg) - + P-max - + Interval Name - - - + + + %1 of %2 - - - + + + dd MMM yyyy dd MMM yyyy - - - - + + + + N/A - + Metrics* - - - + + + ^(Average|Max) - - <h3>Modeling<br>%1</h3> - - - + - Compare - + Summary - + Metrics Metrika - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds - + <h3>Athlete Bests</h3> - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> - - - + + + <h3>Power Zones</h3> <h2> Zóny výkon </ h2> {3>?} {3>?} - - + + <h3>W'bal Zones</h3> - + <h3>Heart Rate Zones</h3> - - + + ride - - + + rides - - - + + + <td align="center">Date</td> - - - + + + <td align="center"></td> - - + + run - - + + runs - - + + swim - - + + swims - - + + <h3>Heartrate Zones</h3> @@ -25966,12 +27148,12 @@ <h2>TF zóny</h2> - + Intervals Intervaly - + <p><h2>Errors reading file:</h2><ul> <p> <h2> Chyby při čtení ze souboru: </ h2> <ul> @@ -25998,12 +27180,12 @@ - + RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -26021,46 +27203,6 @@ OK OK - - - Ride With GPS - - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - - RiderPage @@ -26132,106 +27274,85 @@ LTS průměr (days) - - + + kg - - + + lb - - From Date - - - - - Weight - - - - - Fat - - - - - Muscle - - - - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment - - + + Update - + + - + - - + Add - + Delete - + + + MMM d, yyyy - hh:mm:ss + + + Time - Čas + Čas - + Source - + Original Source - - - MMM d, yyyy - - - - + Manual entry @@ -26244,6 +27365,11 @@ + + Season + + + &All Selected @@ -26272,7 +27398,7 @@ Routes - + Route #%1 @@ -26325,7 +27451,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -26336,22 +27462,22 @@ Jejich seznam je uveden níže. - + &Save and Exit & Uložit a Exit - + &Discard and Exit & Neukládat a Exit - + &Cancel Exit &Storno - + Always check for unsaved changes on exit Před ukončením vždy zkontroluj neuložené věci @@ -26359,7 +27485,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -26368,7 +27494,7 @@ Provedl jsi změny - + Save and Conversion Uložit a převést @@ -26383,7 +27509,7 @@ - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -26391,22 +27517,22 @@ - + &Save and Convert & Uložit a převést do *.gc - + &Discard Changes Zrušit změny - + &Cancel Save Zrušit ukládání - + Always warn me about file conversions Vždy upozornit na konverzi souborů @@ -26485,8 +27611,8 @@ - Circumferential Pedal Velocity (cm/s) - + Circumferential Pedal Velocity (m/s) + Obvodová rychlost (m/s) @@ -26966,7 +28092,7 @@ SchemePage - + Add Přidat @@ -26975,49 +28101,49 @@ Přejmenovat - + Delete Smazat - + + - + - - + Short Krátký - + Long Délka - + Percent of CP Procento z CP - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -27025,46 +28151,46 @@ SearchBox - - + + Search... - + Filter... - - + + Add to Named Filters - - + + Manage Filters - - + + Column Chooser - + and - + Add new search - + Name: @@ -27078,75 +28204,113 @@ + Season + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + Seasons - - + + All Dates Celá historie - + This Year Tento rok - + This Month Tento měsíc - + Last Month - + This Week Tento týden - + Last Week - + + Last 24 hours + + + + Last 7 days Posledních 7 dnů - + Last 14 days Posledních 14 dnů - + Last 21 days Posledních 28 dnů {21 ?} - + Last 28 days Posledních 28 dnů - + + Last 6 weeks + + + + Last 2 months Posledních 12 měsíců {2 ?} - + Last 3 months Poslední 3 měsíce - + Last 6 months Posledních 6 měsíců - + Last 12 months Posledních 12 měsíců @@ -27154,64 +28318,64 @@ SeasonsPage - + Up - + Down - + + - + - - - + + Name - - + + Type Typ - - + + From - - + + To - + Add - + Delete - - - - + + + + ddd MMM d, yyyy @@ -27222,46 +28386,6 @@ OK OK - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - Selfloops @@ -27271,190 +28395,73 @@ - - Completed. - Hotovo. - - - - Network Error - Upload failed. - - - - - Selfloops - - - - - Upload and track your training and progress. - - - - - SessionRPE - - - Session RPE - - - - - Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. - - - - - SetDataPresentCommand - - - Set Data Present - 自信なし - Ulož Data Present - - - - SetPointValueCommand - - - Set Value - Nastav hodnotu - - - - SetXDataPointValueCommand - - - Set XData point value - - - - - ShareDialog - - - Share your activity - - - - - Choose which sites you wish to share on: - - - - - Strava - - - - - Ride With GPS - - - - - Today's Plan - - - - - Cycling Analytics - - - - - Selfloops - - - - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - - - - - Choose a name for your activity: - - - - - Private - - - - - Commute - - - - - Trainer - + + Completed. + Hotovo. - - &Upload Activity + + Network Error - Upload failed. - - This activity is marked as already on %1. Are you sure you want to upload it? + + Selfloops - - Choose which data series you wish to send: + + Upload and track your training and progress. + + + SessionRPE - - Altitude + + Session RPE - - Power + + Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. + + + SetDataPresentCommand - - Cadence - Kadence + + Set Data Present + 自信なし + Ulož Data Present + + + SetPointValueCommand - - Heartrate - + + Set Value + Nastav hodnotu + + + SetXDataPointValueCommand - - &Close + + Set XData point value + + + ShareDialog - - No share site selected ! - + Cadence + Kadence - OK - OK - - - - Cancel - + OK @@ -27485,23 +28492,23 @@ - - + + Completed. Hotovo. - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -27879,7 +28886,7 @@ - + Confirm @@ -27889,29 +28896,29 @@ - + %1 file(s) will be created. Are you sure you wish to proceed? - + Removed - + Saved - + Completed - + Split Activity Completed @@ -28037,51 +29044,6 @@ - SportPlusHealthUploader - - - SportPlusHealth - - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to upload file (cod. %1) - - - - - successfully uploaded to SportPlusHealth - - - - SportTracks @@ -28094,23 +29056,23 @@ - - + + Completed. Hotovo. - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -28128,12 +29090,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -28310,39 +29272,39 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. - - + + Completed. Hotovo. - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. @@ -28405,62 +29367,6 @@ OK OK - - - Strava - - - - - no Strava token set. Please authorize in Settings. - - - - - Strava support isn't enabled in this build - - - - - Error uploading to Strava - - - - - Successfully uploaded to Strava - - - - - - Upload activity to Strava... - - - - - Upload... Sending to Strava - - - - - Processing... - - - - - Upload to Strava finished. - - - - - invalid response or parser exception. - - - - - Error from Strava: - - StrokeRate @@ -28503,22 +29409,22 @@ SummaryMetricsPage - + Available Metrics Dostupná metrika - + Selected Metrics Vybraná metrika - + Up - + Down @@ -28730,14 +29636,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -28784,57 +29682,57 @@ Themes - + Default - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -28922,72 +29820,37 @@ - - + + Completed. Hotovo. - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - + TodaysPlanBodyMeasures - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -29266,18 +30129,18 @@ TotalCalories - + Calories (HR) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age @@ -29308,18 +30171,18 @@ TotalWork - + Work Práce - - + + kJ kJ - + Total Work in kJ computed from power data @@ -29327,17 +30190,17 @@ TrainConfig - + Train Devices - + Preferences Možnosti - + Remote Controls @@ -29381,22 +30244,22 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Allow multiple devices in Train View - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -29404,291 +30267,314 @@ TrainSidebar - + Save workout data - + Devices Zařízení - - - - + + + + Menu - + Workouts - + Media - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos - - - + + + Delete - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured Není nakonfigurováno žádné zařízení - + Please configure a device in Preferences. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. @@ -29698,19 +30584,19 @@ Hotovo - - + + Add Device - - + + Delete Device - + Are you sure you want to delete this device? @@ -29752,150 +30638,59 @@ TrainingStageBuch - + Completed. + Hotovo. + + + + TrainingsTageBuch + + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - + Completed. Hotovo. - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. - TrainingstagebuchUploader - - - Trainingstagebuch.org - - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - - - - - Error uploading to Trainingstagebuch.org - - - - - successfully uploaded to Trainingstagebuch.org as %1 - - - - - getting Settings from Trainingstagebuch.org... - - - - - getting new Trainingstagebuch.org Session... - - - - - preparing Trainingstagebuch.org data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to Trainingstagebuch.org ... - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - TreeMapPlot @@ -29920,30 +30715,30 @@ - + Metric - + Date range - - - - + + + + (unknown) - + %1 activities - + None @@ -29952,219 +30747,107 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. TwitterDialog - Choose which metrics you wish to tweet: - Vyber hodnoty, které si přeješ poslat na Twetter: + Vyber hodnoty, které si přeješ poslat na Twetter: - Workout Time - Délka tréninku - - - Time Riding - Délka jízdy - - - - Tweet Activity - + Délka tréninku - - Time Moving - + Time Riding + Délka jízdy - Total Distance - Vzdálenost + Vzdálenost - Elevation Gain - Převýšení + Převýšení - Total Work (kJ) - Celková práce (kJ) + Celková práce (kJ) - Average Speed - Průměrná rychlost + Průměrná rychlost - Average Power - Průměrný výkon + Průměrný výkon - Average Heart Rate - Průměrná tepová frekvence + Průměrná tepová frekvence - Average Cadence - Průměrná kadence + Průměrná kadence - Max Power - Maximální výkon + Maximální výkon - Max Heart Rate - Maximální tep + Maximální tep - Twitter Message: - Zpráva z Twitter.com: + Zpráva z Twitter.com: - Message Length: - Délka zprávy: - - - - &Tweet Activity - - - - - Time Moving: %1 - + Délka zprávy: &Tweet Ride &Poslat na Twitter - &Cancel - &Zrušit + &Zrušit - Golden Cheetah->Preferences - Golden Cheetah->Předvolby + Golden Cheetah->Předvolby - Tools->Options - Nástroje->Volby + Nástroje->Volby - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Chyba přenosu OAuth kreditu. K dokončení ověření na Twitteru se ujisti , že byl klíč nalezen pod %1. + Chyba přenosu OAuth kreditu. K dokončení ověření na Twitteru se ujisti , že byl klíč nalezen pod %1. - - OAuth Error - Chyba v OAuth ověření + Chyba v OAuth ověření - Tweet Length Error - Chybná délka textu - - - - Tweet must be 140 characters or less. - - - - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - - - - - Tweet sent - - - - - Tweet successfully sent. - + Chybná délka textu Tweet must be 140 characters or fewer. Text na Twitter musí být menší než 140 znaků - Error Posting Tweet - Chyba zaslání na Twitter + Chyba zaslání na Twitter - There was an error connecting to Twitter. Check your network connection and try again. - Chyba spojení s Twitterem. Zkontroluj síťové spojení a opakuj akci. - - - - Duration: %1 - - - - - Distance: %1 - - - - - Climbing: %1 - - - - - Work: %1 - - - - - Avg Speed: %1 - - - - - Avg Power: %1 - - - - - Avg HR: %1 - - - - - Avg Cadence: %1 - - - - - Max Power: %1 - - - - - Max HR: %1 - + Chyba spojení s Twitterem. Zkontroluj síťové spojení a opakuj akci. km @@ -30207,10 +30890,8 @@ ot/m - - Message Length: %1 - Délka zprávy: %1 + Délka zprávy: %1 @@ -30249,12 +30930,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour @@ -30415,89 +31096,6 @@ - VeloHeroUploader - - - VeloHero - - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - Velohero @@ -30525,12 +31123,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -30582,18 +31180,18 @@ ViewSplitter - + Clear - - + + OFF - + ON @@ -30982,12 +31580,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -31031,12 +31629,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -31064,17 +31662,18 @@ Chyba v OAuth ověření - - Withings Data Download + + Error parsing Withings API response. Please check the error description. - + + Error Chyba - + There was an error during fetching. Please check the error description. @@ -31082,12 +31681,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -31234,12 +31833,12 @@ WorkoutWidget - + File save failed. - + Intensity @@ -31330,24 +31929,24 @@ XDataDialog - + xData - + Data Series - - + + Add - - + + Delete @@ -31426,32 +32025,32 @@ XDataSeriesSettingsDialog - + Name - + Units - + Cancel - + OK OK - + Error Chyba - + Name is blank @@ -31459,48 +32058,48 @@ XDataSettingsDialog - + xData - + Data Series - + Units - + Series %1 - + Cancel - + OK OK - - + + Error Chyba - + XData name is blank - + Must have at least one data series. @@ -31603,6 +32202,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Hotovo. + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -31743,27 +32376,27 @@ Výchozí zóny - + Sport - + Bike - + Run - + Critical Power - + Default @@ -32007,29 +32640,29 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one line %1: read new range without reading any zones for previous one NEJASNE - + line %1: read zone without preceding date range line %1: read zone without preceding date range NEJASNE - - + + attempt to set zone based on % of CP without setting CP in line number %1. attempt to set zone based on % of CP without setting CP in line number %1. @@ -32037,12 +32670,12 @@ - + file ended without reading any zones for last range soubor skončil bez načtení nějaké zóny v danném rozsah - + Setting end date of range %1 to start date of range %2. Setting end date of range %1 to start date of range %2. @@ -32050,7 +32683,7 @@ - + Extending final range %1 to infinite to include present date. Extending final range %1 to infinite to include present date. @@ -32058,7 +32691,7 @@ - + CP must be greater than zero in zone range %1 of %2 @@ -32067,46 +32700,46 @@ CP musí být větší než nula v zóně rozmezí %1 z zóny výkonu - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Rozsah %1: odpovídá od horní části zóny %2 (%3) do spodní části zóny %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Rozsah %1: nastavení stropu zóny %2 z %3 do MAX. - + Critical Power (watts): %1 - + <td align="center">Low (watts)</td> - + <td align="center">High (watts)</td> - + <td align="center">%</td> - + Problem Saving Power Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -32115,12 +32748,12 @@ Kritický výkon: %1 - + <td align="center">Zone</td> <td align="center">Zóny</td> - + <td align="center">Description</td> <td align="center">Popis</td> @@ -32133,7 +32766,7 @@ <td align="center">do</td> - + <td align="center">Time</td> <td align="center">Čas</td> @@ -32147,6 +32780,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -32225,14 +32866,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -32324,32 +32957,45 @@ deviceModel - + Device Name Jméno zařízení - + Device Type Typ zařízení - + Port Spec Specifikace portu - + Profile Profil - + Virtual + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -32368,6 +33014,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + Klidový tep + + + + + bpm + bpm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_de.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_de.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_de.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_de.ts 2019-02-22 09:38:21.000000000 +0000 @@ -78,22 +78,17 @@ Über GoldenCheetah - + About Über - + Version Version - - Config - Konfiguration - - - + Contributors Mitwirkende @@ -101,22 +96,22 @@ AboutModelPage - + W'bal tau (s) W'Bilanz tau (s) - + STS average (days) STS Durchschnitt (Tage) - + LTS average (days) LTS Durchschnitt (Tage) - + PMC Stress Balance Today PMC Belastungsbilanz heute @@ -124,7 +119,7 @@ AboutPage - + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Software zur Leistungsanalyse<br>für Linux, Mac, and Windows<p>GoldenCheetah ist lizensiert unter der<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Der Quellcode ist verfügbar über<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Aktivitätsdateien und andere Daten werden gespeichert in<br><a href="%1">%2</a><p>Athleten ID %3<br><p>Mit Erlaubnis verwendete Trademarks<br>BikeScore, xPower, SwimScore mit freundlicher Genehmigung von <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed mit freundlicher Genehmigung von Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Das Körperkerntemperaturmodul wurde entwickelt vom <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> und das Patent ist angemeldet<br></center> @@ -132,71 +127,71 @@ AboutRiderPage - + Nickname Spitzname - + Date of Birth Geburtsdatum - + Sex Geschlecht - - - + + + Height (%1) Körpergröße (%1) - - + + cm cm - - + + in - + Male männlich - + Female weiblich - + Crank Length Kurbelarmlänge - + Wheelsize Laufradgröße - + mm mm - + Choose Picture Bild wählen - + Images (*.png *.jpg *.bmp) Bilder (*.png, *.jpg, *.bmp) @@ -256,12 +251,12 @@ AddAthlete - + Coached Athletes Betreute Athleten - + Select Athlete for this account Athleten für dieses Benutzerkonto auswählen @@ -269,54 +264,54 @@ AddAuth - + Service Credentials Service Anmeldeinformationen - - + + Credentials and authorisation Anmeldeinformationen und Autorisierung - - + + Authorise Autorisieren - + URL URL - + Key (optional) Key (optional) - + Username Benutzername - + Password Passwort - + Token - + Message Message - + %1 Credentials and authorisation %1 Anmeldeinformationen und Autorisierung @@ -324,55 +319,55 @@ AddClass - + Service Type Service Typ - + What type of Service are you adding an account for ? Für welchen Typ von Service wollen Sie ein Benutzerkonto hinzufügen ? - + Activities Aktivitäten - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive Synchronisieren von Aktivitäten mit Services wie Today's Plan, Strava, Dropbox und Google Drive - + Measurements Körperwerte - + Sync measurements such as weight, body fat, HRV and sleep. Synchronisieren von Körperwerten wie Gewicht, Körperfett, HRV und Schlaf. - + Calendar Kalender - - Sync planned workouts to WebDAV and CalDAV calendars. - Synchronisieren von geplanten Workouts mit WebDAV und CalDAV Kalendern. + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + Synchronisieren geplanter Workouts mit WebDAV und CaldDAV Kalenders wie z.B. Google Kalender. AddCloudWizard - + Add Cloud Wizard Assistent zum Hinzufügen von Cloud Services - + Edit Account Details Benutzerkontodetails bearbeiten @@ -380,17 +375,17 @@ AddConsent - + Terms of Service Nutzungsbedingungen - + Your consent is needed Sie müssen ihre Zustimmung geben - + Accept Akzeptieren @@ -406,17 +401,17 @@ AddFinal - + Done Fertig - + Confirm configuration and add device Konfiguration bestätigen und Gerät hinzufügen - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. @@ -425,392 +420,392 @@ - + Name* Name* - + Port Port - + Profile Profil - + Virtual Virtuell - + Power - Cyclops Magneto Pro (Road) Leistung - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Leistung - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Leistung - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Leistung - Elite Arion Mag (2) - + mm mm - + Wheel Size Laufradgröße - + None Kein - + Power - Kurt Kinetic Cyclone Leistung - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Leistung - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Leistung - Cyclops Fluid 2 - + Power - BT Advanced Training System Leistung - BT Advanced Training System - + Power - LeMond Revolution Leistung - LeMond Revolution - + Power - 1UP USA Trainer Leistung - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Leistung - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Leistung - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Leistung - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Leistung - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Leistung - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Leistung - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Leistung - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Leistung - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Leistung - Saris Powerbeam Pro - + Power - Tacx Satori (2) Leistung - Tacx Satori (2) - + Power - Tacx Satori (4) Leistung - Tacx Satori (4) - + Power - Tacx Satori (6) Leistung - Tacx Satori (6) - + Power - Tacx Satori (8) Leistung - Tacx Satori (8) - + Power - Tacx Satori (10) Leistung - Tacx Satori (10) - + Power - Tacx Flow (0) Leistung - Tacx Flow (0) - + Power - Tacx Flow (2) Leistung - Tacx Flow (2) - + Power - Tacx Flow (4) Leistung - Tacx Flow (4) - + Power - Tacx Flow (6) Leistung - Tacx Flow (6) - + Power - Tacx Flow (8) Leistung - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Leistung - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Leistung - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Leistung - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Leistung - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Leistung - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Leistung - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Leistung - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Leistung - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Leistung - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Leistung - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Leistung - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Leistung - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Leistung - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Leistung - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Leistung - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Leistung - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Leistung - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Leistung - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Leistung - Elite Qubo Power Fluid - + Power - Blackburn Tech Fluid Leistung - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Leistung - Tacx Sirius (1) - + Power - Tacx Sirius (2) Leistung - Tacx Sirius (2) - + Power - Tacx Sirius (3) Leistung - Tacx Sirius (3) - + Power - Tacx Sirius (4) Leistung - Tacx Sirius (4) - + Power - Tacx Sirius (5) Leistung - Tacx Sirius (5) - + Power - Tacx Sirius (6) Leistung - Tacx Sirius (6) - + Power - Tacx Sirius (7) Leistung - Tacx Sirius (7) - + Power - Tacx Sirius (8) Leistung - Tacx Sirius (8) - + Power - Tacx Sirius (9) Leistung - Tacx Sirius (9) - + Power - Tacx Sirius (10) Leistung - Tacx Sirius (10) - + Stride Length (cm) Schrittlänge (cm) - + Selected by default Standardauswahl - + Power Leistung - + Heartrate Herzfrequenz - + Speed Geschwindigkeit - + Cadence Trittfrequenz @@ -818,58 +813,58 @@ AddFinish - + Done Fertig - + Add Cloud Account Cloud Benutzerkonto hinzufügen - + URL URL - + Key Key - + Username Benutzername - - + + Password Passwort - + Token Token - + Folder Verzeichnis - + Athlete ID Athleten ID - + Sync on start Beim Start synchronisieren - + Sync on import Beim Import synchronisieren @@ -877,27 +872,27 @@ AddFirmware - + Select Firmware Firmware auswählen - + Select Firmware for Tacx Fortius Firmware für Tacx Fortius auswählen - + Browse Durchsuchen - + Copy to Library Zur Bibliothek kopieren - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -918,17 +913,17 @@ Bei Auswahl von "Zur Bibliothek hinzu kopieren" wird die Datei in die GoldenCheetah Bibliothek kopiert, andernfalls wird auf den ursprünglichen Speicherort verwiesen. - + File: Datei: - + Open File Datei öffnen - + Intel Firmware File (*.hex) Intel Firmware File (*.hex) @@ -936,27 +931,27 @@ AddImagic - + Select Device driver Gerätetreiber auswählen - + Select Driver for Tacx Imagic Gerätetreiber für Tacx Imagic auswählen - + Browse Durchsuchen - + Copy to Library Zur Bibliothek kopieren - + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. @@ -970,17 +965,17 @@ - + File: Datei: - + Open File Datei öffnen - + Tacx Device driver (*.sys) Tacx Gerätetreiber (*sys) @@ -1164,63 +1159,63 @@ AddPair - + Pair Devices Geräte koppeln - + Search for and pair ANT+ devices ANT+-Geräte suchen und koppeln - + Sensor Sensor - + ANT+ Id ANT+-Id - + Value Wert - + Status Status - - + + none kein - + Un-Paired Nicht gekoppelt - + Unused Nicht verwendet - + Master - + Searching... Suche... - + Paired Gekoppelt @@ -1228,58 +1223,58 @@ AddPairBTLE - + Pair Devices Geräte koppeln - + Search for and pair Bluetooth 4.0 devices Bluetooth 4.0 Geräte suchen und kopppeln - + Sensor Sensor - + BLE Id BLE Id - + Value Wert - + Status Status - - + + none kein - + Un-Paired Nicht gekoppelt - + Unused Nicht verwendet - + Searching... Suche... - + Paired Gekoppelt @@ -1287,12 +1282,12 @@ AddSearch - + Scan for connected devices Suche nach verbundenen Geräten - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. @@ -1301,17 +1296,17 @@ - + Search Suchen - + If your device is not found you can select the device port manually by using the selection box below. Wenn das Gerät nicht gefunden wird, kann der Geräteport manuell über die Auswahlbox eingestellt werden. - + Device found. Click Next to Continue @@ -1322,22 +1317,22 @@ - + %1 Search Suche %1 - + Select COM port COM Port auswählen - + Search Again Erneut suchen - + Device found (%1). Press Next to Continue @@ -1348,7 +1343,7 @@ - + Device found. Press Next to Continue @@ -1359,12 +1354,12 @@ - + Stop Searching Suche abbrechen - + Search again Erneut suchen @@ -1372,12 +1367,12 @@ AddService - + Account Type Benutzerkontotyp - + Select the cloud service type Wählen Sie die Art Ihres Cloud Services @@ -1385,42 +1380,42 @@ AddSettings - + Cloud Service Settings Cloud Service Einstellungen - + Folder Verzeichnis - + Browse Durchsuchen - + Sync on startup Beim Start synchronisieren - + Sync on import Beim Import synchronisieren - + Service Settings Service Einstellungen - + Connection Failed Verbindung nicht möglich - + Choose Athlete Directory Wähle Athletenverzeichnis @@ -1462,69 +1457,74 @@ Aerobic decoupling is a measure of how much heart rate rises or how much power/pace falls off during the course of a long ride/run. - Aerobe Entkopplung (Aerobic decoupling) ist eine Kennzahl, wie stark die Herzfrequenz steigt oder wieviel Leistung/Pace während einer langen Trainingseinheit sinken. + Aerobe Entkopplung (Aerobic decoupling) ist eine Kennzahl, wie stark die Herzfrequenz steigt oder wieviel Leistung/Pace während einer langen Aktivität sinken. Aerolab - - + + Elevation (m) Höhe (m) - + Distance (km) Distanz (km) - + V-Elevation Virtuelle Höhe - + Elevation Höhe - + Elevation (') Höhe (Fuß) - + Distance Distanz - + Time (minutes) Zeit (min) - + + No ride selected + Keine Radaktivität ausgewählt + + + Estimates out-of-range Schätzungen ausserhalb des gültigen Bereichs - + At least two segments must be independent Mindestends zwei Segmente müssen unabhängig sein - + At least two segments must be defined Mindestens zwei Segmente müssen festgelegt sein - + Altitude and Power data must be present Daten für Höhe und Leistung sind erforderlich, aber nicht vorhanden - + No activity selected Keine Aktivität ausgewählt @@ -1598,7 +1598,7 @@ Einstellungen &sichern - + Estimate CdA and Crr CdA und Crr schätzen @@ -1628,7 +1628,7 @@ Percent - Prozentanteil + Prozent @@ -2722,144 +2722,159 @@ Intervalle - + Save Changes Änderungen speichern - + Revert to Saved version Änderungen verwerfen - + Delete Activity Aktivität löschen - + Split Activity Aktivität aufteilen - + Show Column Chooser Spalten auswählen... - + Do Not Show In Groups Gruppierung aufheben - + Group By Gruppieren nach - + Expand All Alles erweitern - + Collapse All Alles reduzieren - + Reset to default Auf Vorschlagswerte zurücksetzen - + Sort User Intervals Sortiere Benutzerintervalle - + + Mark as a performance test + Als Leistungstest kennzeichnen + + + Rename route Route umbenennen - + Stop tracking this segment Beende das Tracking des Segments - + + Create a performance test + Erstelle einen Leistungstest + + + Create a route segment Erstelle ein Routensegment - + No activity selected Keine Aktivität ausgewählt - + Current activity contains no data Aktuelle Aktivität enthält keine Daten - + + Performance Test + Leistungstest + + + Delete Interval Intervall löschen - + Unable to delete interval Löschen des Intervalls nicht möglich - - + + Find Intervals... Intervalle suchen... - + Zoom out Gesamtes Training anzeigen - - + + Zoom to interval Zoom zum Intervall - - + + Edit interval Intervall bearbeiten - - + + Delete interval Intervall löschen - - + + Rename selected intervals Ausgewählte Intervalle umbenennen - - + + Delete selected intervals Ausgewählte Intervalle löschen - + Zoom Out Gesamtes Training anzeigen - - + + Find Intervals Intervalle suchen @@ -2937,7 +2952,7 @@ AppendXDataPointsCommand - + Append XData Points XData Punkte hinzufügen @@ -2945,202 +2960,202 @@ Athlete - + Pace Zones File %1 Error Fehler beim Lesen der Pace-Zonendatei %1 - + Athlete Weight Athleten Gewicht - + Time In HR Zone Zeitdauer in HF-Zone - + Power Distribution Leistungsverteilung - + Vo2max Estimation VO2max Schätzung - + KPI Tracker Kennzahlen (KPI) - + Critical Power Trend Critical Power Trend - + Aerobic Power Aerobe Leistung - + Power Variance Leistungsvariabilität - + Power Profile Leistungsprofil - + Anaerobic Power Anaerobe Leistung - + Power & Speed Trend Leistungs- und Geschwindigkeitstrend - + Tempo & Threshold Time Zeit im Tempo- und Schwellenbereich - + Training Mix Trainingsmix - + Time & Distance Zeit und Distanz - + Time In Power Zone Zeit in Leistungszone - + Zones File %1 Error Fehler beim Lesen der Zonendatei: %1 - + Reading Zones File %1 Warnung beim Lesen der Zonendatei: %1 - + HR Zones File %1 Error Fehler beim Lesen der HF-Zonendatei: %1 - + Reading HR Zones File %1 Warnung beim Lesen der HF-Zonendatei: %1 - + Sustained Time In Zone Dauerzeit in Zone - + Time in W' Zone Zeit in W' Zone - + BikeScore and Intensity BikeScore und Intensität - + BikeStress and BikeIntensity BikeStress und BikeIntensität - + Stress and Distance Belastung und Distanz - + Calories vs Duration Kalorien vs. Zeitdauer - + Stress (TISS) Belastung (TISS) - + Aerobic Response Aerobe Response - + Anaerobic Response Anaerobe Response - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (Distanz) - + PMC (Duration) PMC (Dauer) - + CP History CP Historie - + CP Analysis CP Analyse - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Zeit in Pace Zonen - + Run Pace Lauf Pace - + Swim Pace Schwimm Pace @@ -3148,49 +3163,49 @@ AthleteBackup - + Abort Backup and Reset Counter Backup beenden und Zähler zurücksetzen - + Select Backup Directory Backup Verzeichnis wählen - - - - - - - - + + + + + + + + Athlete Backup Athleten Backup - + No backup directory selected - backup aborted Kein Backup Verzeichnis gewählt - Backup wird abgebrochen - + Any unsaved data will not be included into the backup .zip file. Ungesicherte Daten werden nicht in der Backup .ZIP Datei gespeichert. - + Do you want to proceed? Wollen Sie das Backup durchführen ? - + Abort Backup Backup abbrechen - + Backup successfully stored in %1 Backup wurde erfolgreich in Verzeichnis @@ -3198,28 +3213,28 @@ gespeichert - + No files found for athlete %1 - all athlete sub-directories are empty. Keine Dateien für Athlet %1 gefunden - alle Unterverzeichnisse zum Athleten sind leer. - + Not enough space available on disk: %1 - no backup .zip file created Nicht genug Platz auf Disk: %1 verfügbar - keine Backup .ZIP Datei erzeugt - - + + Directory %1 not available. No backup .zip file created for athlete %2. Verheichnis %1 nicht zugreifbar. Keine Backup .ZIP Datei fürden Athleten %2 erzeugt. - + Backup file %1 cannot be created. Backup Datei %1 kann nicht angelegt werden. - + Adding files to backup %1 for athlete %2 ... Dateien werden zum Backup %1 von Athlet %2 hinzugefügt... @@ -3419,52 +3434,52 @@ AutoImportPage - + + + - + - - - + Browse Durchsuchen - + Add Hinzufügen - + Delete Löschen - + Up Hoch - + Down Runter - + Directory Verzeichnis - + Import Rule Import Regel - + Enter directory or press [Browse] to select Verzeichnis eingeben oder [Durchsuchen] @@ -4061,27 +4076,27 @@ BackupPage - + Auto Backup Folder Verzeichnis für automatische Backups - + Browse Durchsuchen - + Auto Backup execution every Automatisches Backup bei jedem - + times the athlete is closed - 0 means never .ten Schließen durchführen - 0 bedeutet nie - + Choose Backup Directory Wähle Backup Verzeichnis @@ -4511,22 +4526,22 @@ BestsMetricsPage - + Available Metrics Vorhandene Metriken - + Selected Metrics Ausgewählte Metriken - + Up Hoch - + Down Runter @@ -4536,7 +4551,7 @@ Skiba's stress score taking into account both the intensity and the duration of the training session, similar to BikeStress it can be computed as 100 * hours * (Relative Intensity)^2 - Skiba's Belastungskennzahl berücksichtigt sowohl die Intensität als auch die Dauer einer Trainingseinheit + Skiba's Belastungskennzahl berücksichtigt sowohl die Intensität als auch die Dauer einer Aktivität @@ -4713,48 +4728,48 @@ BodyMeasures - + Weight Gewicht - + Fat Mass Fettmasse - + Muscle Mass Muskelmasse - + Bones Mass Knochenmasse - + Lean Mass Magermasse - + Fat Percent Prozentsatz Körperfett - + kg kg - + % % - + lbs lbs @@ -4875,6 +4890,11 @@ Quelle für Download oder Import auswählen + + Withings + + + Today's Plan Today's Plan @@ -4926,9 +4946,8 @@ Manuelle Eingabe: - Nokia Health (Withings) - Nokia Health (Withings) + Nokia Health (Withings) @@ -4968,123 +4987,123 @@ CPPage - - + + Update Aktualisieren - - + + + + - - + + - - - - + + Add Hinzufügen - - + + Delete Löschen - + Def ??? Def - - + + From Date Ab Datum - - + + Critical Power Critical Power - - + + FTP FTP - - + + W' - - + + Pmax Pmax - - - + + + MMM d, yyyy dd.MMM yyyy - + Short Zone - + Use CP for all metrics CP für alle Metriken verwenden - + Use FTP for Coggan metrics FTP für Coggan Metriken verwenden - + Long Langtext - + From Watts Ab Leistung (Watt) - - + + CP must be > 0 CP muss > 0 sein - + Maximum of 10 zones reached. Maximale Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) @@ -5092,417 +5111,406 @@ CPPlot - - + + Interval Length Intervalldauer - + Average Power (watts) ø Leistung (Watt) - - - + + + Percent of Best Prozent des Bestwertes - + Total work Gesamtarbeit - + + kJ kJ - + Power Leistung - - - - + + + + watts Watt - + Veloclinic Plot Veloclinic Diagramm - - + + J J - + Cadence Trittfrequenz - + rpm 1/min - + Heartrate Herzfrequenz - + bpm 1/min - + Watts delta Watt Δ - + watts/s Watt/s - + Cadence delta Trittfrequenz Δ - + rpm/s 1/min/s - + Torque delta Drehmoment Δ - + nm/s Nm/s - + Heartrate delta Herzfrequenz Δ - + bpm/s 1/min/s - + Acceleration Beschleunigung - + m/s/s m/s/s - + Speed Geschwindigkeit - + kph km/h - + Pedal Force Pedalkraft - + nm Nm - + Iso Power Normalisierte Leistung (IsoPower) - + Altitude Power Höhenkorrigierte Leistung - + xPower xPower - + Watts per kilogram Spezifische Leistung - - + + w/kg W/kg - + Watts per lb Spezifische Leistung - - + + w/lb W/lb - + Altitude Power per kilogram Höhenkorrigierte Spezifische Leistung - + Altitude Power per lb Höhenkorrigierte Spezifische Leistung - + VAM Aufstiegsrate (VAM) - + m/hour m/Stunde - + Power (W) Leistung (W) - - - + + Energy/Time + Energie/Zeit + + + + No Model + Kein Modell + + + + + Percentile + Perzentil + + Rank - Rang + Rang - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a n.v. - - + + CP CP - - - + + %1 w %1 W - - - FTP - FTP - - - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 W/kg - + D' D' - - + + %1 mph - + %1 m - + %1 yd - + %1 km - + %1 mi %1 Meilen - + %1 km %1 km - + %1 mi %1 Meilen - - - - - + + + + + %1 %2 - + m m - + yd yd - + CV CV - + % % - - + + %1 kph %1 km/h - - FTV - FTV - - - + Vmax Vmax - + Bests Bestwerte - + ddd MMM d, yyyy hh:mm ddd, dd.MMM yyyy hh:mm - + ddd, dd MMM yyyy ddd, dd.MMM yyyy - - + + Percent of Best / Heat Activities Prozent des Bestwertes / "Heat" Aktivitäten - - + + Heat Activities Heat Aktvitäten - + Activities Aktivitäten - + %10 % ??? seem ok not to translate @@ -5524,98 +5532,98 @@ CVPage - - + + Update Aktualisieren - - + + + + - - + + - - - - + + Add Hinzufügen - - + + Delete Löschen - + Def Def - - + + From Date Ab Datum - - + + Critical Velocity Critical Velocity - + Metric Pace Pace metrisch - - - + + + MMM d, yyyy dd.MMM yyyy - + Short Zone - + Long Langtext - + From Von - + CV must be > 0 CV muss > 0 sein - + Maximum of 10 zones reached. Maximale Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) @@ -5623,60 +5631,78 @@ CalDAV - - - + + + Missing Preferences Einstellungen fehlen - - + + CalID or CalDAV Url is missing in preferences CalID oder CalDAV Url fehlen in den Einstellungen - + CalDAV REPORT url error CalDAV REPORT url Fehler - + CalDAV Calendar API reply error CalDAV Kalender API antwortet mit Fehler - + HTTP HTTP - + SSL error(s) has occurred: %1 Folgende SSL Fehler sind aufgetreten: %1 - + Authorization for Google CalDAV is missing in preferences Autorisierung für Google CalDAV fehlt in den Einstellungen - + Authorization Error Autorisierungsfehler - + Error requesting access token Fehler bei der Anforderung des "access token" - + CalDAV Calendar url error CalDAV Kalender url Fehler + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + Google Kalender über CalDAV Protokoll und Authentisierung mittels Google Konto + + + + Web Calendar using iCal format as a web resource + Web Kalender mittels iCal Format als Webressource + + + + Generic CalDAV Calendar such as Apple iCloud calendar + Generischer CalDAV Kalender wie z.B. Apple iCloud Kalender + + + CalendarDownload @@ -5702,35 +5728,35 @@ Card - + Time In Zone Zeit in Zone - - - - + + + + seconds Sekunden - + Form Form - + Fitness Fitness - + Fatigue Erschöpfung - + Risk Risiko @@ -5880,162 +5906,172 @@ CloudDBChartListDialog - + First Erste - + Next %1 Nächste %1 - + Prev %1 Vorherige %1 - + My Charts Meine Diagramme - + All Alle - + Curated Only Nur Geprüfte - + Uncurated Only Nur Ungeprüfte - + Any Sport Alle Sportarten - + Any Language Alle Sprachen - - + + Search Keyword Suchbegriff - + Select charts to download Diagramm zum Download auswählen - + unknown unbekannt - + Trends Trends - + Activities Aktivitäten - + Diary Tagebuch - + Train Trainieren - + All Views All Arten - + Chart requires 'R' Diagramm benötigt 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. Das Diagramm, dass Sie downloaden wollen benötigt 'R'. Entweder ist 'R' in den Einstellungen/Optionen nicht aktiviert oder 'R' ist bisher nicht installiert.<br><br> Um dieses Diagramm verwenden zu können, stellen Sie sicher, das 'R' installiert und aktiviert ist. - + + Chart requires 'Python' + Diagramm benötigt 'Python' + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + Das Diagramm, dass Sie downloaden wollen benötigt 'Python'. Entweder ist 'Python' in den Einstellungen/Optionen nicht aktiviert oder 'Python' ist bisher nicht installiert.<br><br> Um dieses Diagramm verwenden zu können, stellen Sie sicher, das 'Python' installiert und aktiviert ist. + + + Chart Maintenance Diagramme bearbeiten - + Do you really want to delete this chart definition ? Wollen Sie die Diagrammdefinition wirklich löschen ? - - + + Delete selected chart Ausgewähltes Diagramm löschen - - + + Edit selected chart Ausgewähltes Diagramm ändern - - - + + + Close Schließen - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 Zeige %1 bis %2 of %3 Diagramme für %4 / Gesamtanzahl %5 - + Download selected chart(s) Gewählte(s) Diagramm(e) downloaden - + Set selected chart 'Curated' Ausgewähltes Diagramm auf 'Geprüft' setzen - + Chart maintenance - Edit or Delete your Charts Diagrammpflege - Ändern oder Löschen - + Curator chart maintenance - Curate, Edit or Delete Charts Verwalter Diagramm Pflege - Überprüfen, Ändern oder Löschen - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>Letzte Änderung am: %2 - Urheber: %3</h4>%4 - + Reset Search Suche zurücksetzen @@ -6043,99 +6079,99 @@ CloudDBChartObjectDialog - + Chart Name Diagrammname - + <Chart Name> <Diagrammname> - + Sport Sport - + Language Sprache - + Nickname Spitzname - + E-Mail E-Mail - + Version Details Versionsdetails - + Creator UUid Urheber UUid - + <Enter the description of the chart here> <Hier bitte eine Beschreibung für das Diagramm eingeben> - + Upload Upload - - - - - - + + + + + + Upload Chart Diagramm uploaden - - + + Please enter a valid chart name with min. 5 characters length. Bitte geben Sie einen gültigen Diagrammnamen mit mind. 5 Zeichen Länge ein. - + Please enter a nickname for this athlete. Bitte geben Sie für diesen Athleten einen Spitznamen ein. - - + + Please enter a valid e-mail address. Bitte geben Sie eine gültige e-mail Adresse ein. - + Please enter a sensible chart description. Bitte geben Sie eine sinnvolle Diagrammbeschreibung ein. - + Cloud Upload Cloud Upload - + Do you want to upload this chart definition ? Wollen Sie diese Diagrammdefinition uploaden ? - + Cancel Abbrechen @@ -6143,7 +6179,7 @@ CloudDBChartShowPictureDialog - + Close Schließen @@ -6291,7 +6327,7 @@ CloudService - + expected compressed activity file. Komprimierte Aktivitätsdatei erwartet. @@ -6304,17 +6340,17 @@ CloudServiceAutoDownloadWidget - + Downloading Download läuft - + Checking Prüfe - + Last 30 days Letzte 30 Tage @@ -6322,43 +6358,43 @@ CloudServiceDialog - - + + Folder Verzeichnis - + Name Name - + Type Typ - + Modified Modifiziert - + Create Folder Verzeichnis anlegen - + Cancel Abbrechen - + Open Öffnen - + d MMM yyyy dd.MMM yyyy @@ -6366,267 +6402,287 @@ CloudServiceSyncDialog - + Synchronise Synchronisiere - + + Sync with Synchronisiere mit - + Unable to connect, check your configuration in preferences. Kann keine Verbindung herstellen, prüfen Sie Ihre Konfiguration/Einstellungen. - - - - - - - + + + + + + + Download Download - - - - + + + + Upload Upload - - - + + + Synchronize Synchronisieren - + From: Von: - + To: Bis: - + Refresh List Liste aktualisieren - + Close Schließen - - - + + + Select all Alles auswählen - + Workout Name Aktivität - - - + + + Date Datum - - - + + + Time Zeit - - + + Exists Vorhanden - - - + + + Status Status - - + + Workout Id AktivitätsID - + File Datei - - + + Duration Dauer - - + + Distance Distanz - + Keep all do not delete Alles behalten, keine Aktivitäten löschen - + Keep %1 but delete Local Behalte in %1, aber lokal löschen - + Keep Local but delete %1 Behalte lokal, aber in %1 löschen - + Source Quelle - + Action Aktion - + Initial Initial - + Overwrite existing files Bestehende Dateien überschreiben - - - - + + One of your activities has unsaved changes. + Eine ihrer Aktiväten hat ungesicherte Änderungen. + + + + %1 of your activities have unsaved changes. + %1 ihrer Aktivitäten haben ungesicherte Änderungen. + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + Änderungen in Aktivitäten die nicht gesichert sind werden nicht sychronisiert. + +Dies kann zu Inkonsistenzen zwischen ihren lokalen GoldenCheetah Aktivitäten und den hochgeladenen Aktivitäten führen. Wir empfehlen die Sicherung der geänderten Aktiväten bevor Sie fortfahren. + + + + + + MMM d, yyyy dd.MMM yyyy - - + + Abort Abbrechen - - - + + + %1 of %2 selected %1 von %2 ausgewählt - + Processed %1 of %2 Fortschritt: %1 von %2 - - + + Downloading Download läuft - - + + Uploading Upload läuft - - + + Parse failure Verarbeitungsfehler - + Sync complete Synchronisation abgeschlossen - + Processed %1 of %2 successfully Verarbeitung %1 von %2 erfolgreich abgeschlossen - - - + + + File exists Datei ist bereits vorhanden - + Downloaded %1 of %2 %1 von %2 heruntergeladen - + Downloads complete Downloads abgeschlossen - + Downloaded %1 of %2 successfully %1 von %2 erfolgreich heruntergeladen - - + + Aborted Abgebrochen - + Saved Gespeichert - + Uploaded %1 of %2 %1 von %2 hochgeladen - + Uploads complete Uploads abgeschlossen - + Uploaded %1 of %2 successfully %1 von %2 erfolgreich hochgeladen - + Completed. Abgeschlossen. @@ -6634,27 +6690,46 @@ CloudServiceUploadDialog - + Uploading %1 bytes... Upload läuft (%1 Byte)... - - Cancel - Abbrechen + + Cancel + Abbrechen + + + + Upload to + Upload nach + + + + The activity you want to upload has unsaved changes. + Die Aktivität die Sie uploaden wollen hat ungesicherte Änderungen. + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + Ungesicherte Änderungen in Aktivitäten werden ebenfalls hochgeladen. + +Dies kann zu Inkonsistenzen zwischen ihren lokalen GoldenCheetah Aktivitäten und den hochgeladenen Aktivitäten führen. Wir empfehlen die Sicherung der geänderten Aktiväten bevor Sie fortfahren. - + Upload Failed Upload fehlgeschlagen - + Unable to upload, check your configuration in preferences. Upload nicht möglich, bitte überprüfen Sie ihre Konfiguration in den Einstellungen. - + OK OK @@ -6670,67 +6745,67 @@ ColorsPage - + Color Farbe - + Select Auswählen - + Activity Scrollbar Aktivitäten Scrollbar - + Activity Headings Aktivitäten Überschriften - + Line Width Linienbreite - + Font Schriftart - + Font Scaling Skalierung - + Antialias Antialiasing - + Swatch Farben - + Name Name - + Apply Theme Farbschema anwenden - + Theme Farbschema - + Colors Farben @@ -6887,37 +6962,37 @@ CredentialsPage - + + + - + - - - + Edit Bearbeiten - + Add Hinzufügen - + Delete Löschen - + Service Service - + Description Beschreibung @@ -6938,393 +7013,437 @@ CriticalPowerWindow - - - + + + no data Keine Daten - + Percentage of Best Prozent des besten Wertes - + Show Heat "Heat" anzeigen - + Delta compare Differenz(en) - + as percentage als Prozentwert - + Critical Power Critical Power - + Basic Grundeinstellungen - + Export Chart Data... Diagrammdaten exportieren... - + Filter Filter - + Date range Datumsbereich - + Data series Datenreihe - + Zone Shading Zonen anzeigen - + Show Sustained Efforts Zeige anhaltende Anstrengungen - + Activity Mean Max Maximalleistung - + Activity Centile In 10% Schritten - + No Activity Keine Aktivität - + Current Activity Aktuelle Aktivität - + None Keine - - - + + + Model Modell - + + Show Power Profile + Leistungsprofil anzeigen + + + Show grid Raster anzeigen - + + Show Performance Tests + Leistungstests anzeigen + + + Show Bests Bestwerte anzeigen - + Filter Unique Bests Filtere einmalige Bestwerte - + Show as percentage Prozent des Bestwertes - + Show curve heat "Heat" Kurve anzeigen - + Show curve heat by date "Heat" Kurve nach Datum anzeigen - + Shade Intervals Ausgewählte Intervalle markieren - + Show time scale linear Zeitachse linear anzeigen - + 2 parameter 2 Parameter - + 3 parameter 3 Parameter - + Extended CP Extended CP - + Multicomponent Multicomponent - + Ward-Smith Ward-Smith - + + Envelope + Hülle + + + + Least Squares (LMA) + Methode der kleinsten Quadaten (LMA) + + + + Linear Regression (Work) + Lineare Regressen (Arbeit) + + + + Curve Fit + Kurveneinpassung + + + + MMP bests + MMP Bestwerte + + + + Performance tests + Leistungstests + + + + Data to fit + Daten zur Einpassung + + + + - + + CP and W' Decay + + + + Search Interval Analysierte Intervalle - + (seconds) (Sekunden) - + Anaerobic Anaerob - + Aerobic Aerob - + Short anaerobic Kurz anaerob - + Long aerobic Lang aerob - + Exponential Exponentiell - + Variant Variante - + Linear feedback Lineares Feedback - + Regeneration Regeneration - + Value Wert - + Rank Rang - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a n.v. - + CP CP - - - + + 0 w 0 Watt - + Pmax Pmax - - FTP - FTP - - - + Endurance Index Ausdauerindex - + Motor Unit Model Motor Unit Model - + Power Leistung - + Watts per Kilogram Spezifische Leistung(Watt/kg) - + xPower xPower - + Iso Power Normalisierte Leistung (IsoPower) - + Heartrate Herzfrequenz - + Speed Geschwindigkeit - + Acceleration Beschleunigung - + Power %1 Leistung %1 - + Cadence %1 Trittfrequenz %1 - + Torque %1 Drehmoment %1 - + Heartrate %1 Herzfrequenz %1 - + Cadence Trittfrequenz - + Torque Drehmoment - + VAM Aufstiegsrate (VAM) - + aPower aPower - + aPower per Kilogram aPower (Watt/kg) - + Work Arbeit - + Veloclinic Plot Veloclinic Diagramm - + Unknown Unbekannt - + Save Best Data as CSV Beste Werte als CSV-Datei speichern - + no date Kein Datum - + MM/dd/yyyy dd.MM. yyyy @@ -7332,47 +7451,47 @@ CustomMetricsPage - + Symbol Symbol - + Name Name - + Edit Bearbeiten - + + + - + - - - + Add Hinzufügen - + Delete Löschen - + Are you sure you want to delete this metric? Wollen Sie diese Metrik wirklich löschen ? - + Remove Entfernen @@ -7457,8 +7576,8 @@ DataFilter - - + + malformed expression. falsch gebildeter Ausdruck. @@ -7466,87 +7585,95 @@ DateSettingsEdit - + Current selection Aktuelle Auswahl - + Current selection thru today Aktuelle Auswahl bis heute - + From Vom - + to today Bis heute - + Between Zwischen - + and und - + Last Letzte - + days Tage - + weeks Wochen - + months Monate - + years Jahre - + This Diese(r) - + week Woche - + month Monat - + year Jahr - + prior Vorige + DaumController + + + Cannot Connect to Daum + Keine Verbindung zum Daum + + + DaysScaleDraw @@ -7587,62 +7714,62 @@ DefaultsPage - + + + - + - - - + Add Hinzufügen - + Delete Löschen - + Up Hoch - + Down Runter - + Field Feld - + Value Wert - + Linked field Verbundenes Feld - + Default Value Vorschlagswert - + New Neu - + New (%1) Neu (%1) @@ -7663,7 +7790,7 @@ Entferne Punkte - + Remove XDATA Points XData Punkte entfernen @@ -7679,22 +7806,22 @@ DevicePage - + Add Hinzufügen - + Delete Löschen - + + + - + - - @@ -7737,17 +7864,22 @@ Kettler Racer - Serielles Gerät - + + Daum Serial Device + Daum - Serielles Gerät + + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. Tacx Fortius Radtrainer bei dem das Steuergerät über USB verbunden ist. Tacx Firmware wird benötigt. - + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. Tacx iMagic Radtrainer bei dem das Steuergerät über USB verbunden ist. - + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Testgerät nur für Entwicklungszwecke. Wenn eine ERG-Datei ausgewählt ist, wird sie mit zufälligen Veränderungen wiedergegeben. @@ -7773,78 +7905,15 @@ Kalender - - Summary - Zusammenfassung - - - - Day Summary - Tageswerte - - - - Weekly Summary - Wochenwerte - - - - Monthly Summary - Monatswerte - - - - Totals - Summen - - - - Averages - Durchschnittswerte - - - - Maximums - Maxima - - - - Metrics - Metriken - - - - ^(Average|Max) - Since Metrics use the "Average" sign in DE, added here. - ^(Durchschnitt|Maximale|ø) - - - - seconds - Sekunden - - - - Day of - Datum - - - - + dddd MMMM d dddd, d.MMMM - + Week Commencing %1 Woche vom %1 - - - MMMM yyyy - Same format in EN and DE - MMMM yyyy - DistanceSwim @@ -8156,17 +8225,22 @@ EditIntervalDialog - + Edit Interval Intervall bearbeiten - + + Performance Test + Leistungstest + + + &OK &OK - + &Cancel Abbre&chen @@ -8174,126 +8248,140 @@ EditMetricDetailDialog - + Name Name - + Axis Label / Units Achsenbeschriftung / Einheiten - + Curve Settings Kurven Einstellungen - + Estimate %1 %2 Power Schätzung %1 %2 Leistung - + Endurance Index Ausdauer Index - + Vo2Max Estimate Vo2Max Schätzung - + Metric Metrik - + Best Beste - + Estimate Schätzung - Stress - Belastung + Belastung + + + + PMC + PMC - + Formula Formel - + Measure Messwert - - + + Performance + Leistung + + + + Banister + + + + + seconds Sekunden - - + + minutes Minuten - - + + hours Stunden - - + + Peak Spitze - + Absolute Absolut - + Per Kilogram Per Kilogramm - + Total Summe - + Running Total Summe Laufen - + Average Durchschnitt - + Low Niedrigster - + Aggregate: Aggregiere: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8308,235 +8396,290 @@ - + + Weekly Best Performances + Wochenbestleistungen + + + + Submaximal Weekly Best + Submaximale Wochenbestleistungen + + + + Performance Tests + Leistungstests + + + Short Term Stress (STS/ATL) Kurzzeitbelastung (STS/ATL) - + Long Term Stress (LTS/CTL) Langzeitbelastung (LTS/CTL) - + Stress Balance (SB/TSB) Belastungsbílanz (SB/TSB) - + Stress Ramp Rate (RR) Belastungssteigerungsrate (RR) - + Stress Type Belastungstyp - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field Metadatenfeld - + PMC metric PMC Metrik - + Measure Group Messwert Gruppe - + Measure Field Messwert Feld - + Filter Filter - + Style Darstellung - + Bar Balken - + Line Linie - + Sticks ??? Stöcke - + Dots Punkte - + Stack Stapel - + Symbol Symbol - + None Kein(e) - + Circle Kreis - + Square Quadrat - + Diamond Raute - + Triangle Dreieck - + Cross Kreuz - + Hexagon Sechseck - + Star Stern - + Color Farbe - + Fill curve Kurve füllen - + Data labels ??? Beschriftungen - + Highlight Highest Höchste hervorheben - + Highlight Lowest Niedrigste hervorheben - + Highlight Outliers Ausreißer hervorheben - + Baseline ??? Grundwert - + Smooth Curve Kurve glätten - + No trend Line Keine Trendlinie - + Linear Trend Linearer Trend - + Quadratic Trend Quadratischer Trend - + Moving Average Gleitender Durchschnitt - + Simple Average Einfacher Durchschnitt - + &OK &OK - + &Cancel Abbre&chen - + Peak %1 Spitze %1 - + second Sekunde - + minute Minute - + hour Stunde - + %1 - %2 %1 - %2 - + + Performances + + + + + Power Index + Leistungsindex + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Metrikfarbe auswählen @@ -8583,72 +8726,72 @@ EditPhaseDialog - + Edit Date Range Datumsbereich bearbeiten - + Name Name - + Type Typ - + From Von - + To Bis - + Starting LTS Anfangswert Langzeitbelastung (LTS) - + Lowest SB Niedrigste SB (Belastungsbílanz) - + Phase Phase - + Prep Vorbereitung - + Base Basis - + Build Aufbau - + Camp Trainingslager - + &OK &OK - + &Cancel Abbre&chen @@ -8656,62 +8799,62 @@ EditSeasonDialog - + Edit Date Range Datumsbereich bearbeiten - + Name Name - + Type Typ - + From Von - + To Bis - + Starting LTS Anfangswert Langzeitbelastung (LTS) - + Lowest SB Niedrigste SB (Belastungsbílanz) - + Season Saison - + Cycle Zyklus - + Adhoc Adhoc - + &OK &OK - + &Cancel Abbre&chen @@ -8719,27 +8862,37 @@ EditSeasonEventDialog - + Edit Event Event bearbeiten - + Name Name - + Date Datum - + + Priority + Priorität + + + + Description + Beschreibung + + + &OK &OK - + &Cancel Abbre&chen @@ -9376,107 +9529,107 @@ FieldsPage - + Delete Löschen - + Up Hoch - + Down Runter - + + + - + Text Text - + Textbox Textbox - + ShortText Kurztext - + Integer Integer - + Double Double - + Date Datum - + Time Zeit - + Checkbox Checkbox - + - - - + Add Hinzufügen - + Screen Tab Reiter - + Field Feld - + Type Typ - + Values Werte - + Diary Tagebuch - + New Neu - + New (%1) Neu (%1) @@ -9622,6 +9775,22 @@ + FixAeroPod + + + Set XData.CdA from HR + Setze XData.CdA aus der HF + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + In der Aufzeichnung eines iBike AreoPod (in HF Mode) werden CdA Daten als HF gespeichert. Dieses Werkzeug aktualisiert die Aktivität und verschiebt die Werte aus der HF in die XData.CdA Datenreihe. + + + FixDeriveDistance @@ -10212,17 +10381,17 @@ FolderNameDialog - + Folder Name Verzeichnisname - + Cancel Abbrechen - + Create Anlegen @@ -10246,7 +10415,7 @@ Sekunden - + You entered '%1' which is not an expected value. Der Eingabewert '%1' ist kein erwarteter Wert. @@ -10849,42 +11018,42 @@ GcCrashDialog - + %1 Crash Recovery %1 Wiederherstellung nach Absturz - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>GoldenCheetah ist anscheinend abgestürzt, als dieser Athlet zuletzt bearbeitet wurde. </b><br><br>Der unten stehende Bericht enthält einige Informationen, die den Entwicklern helfen können, das Problem zu beheben. Bitte sende diesen Bericht mit einer kurzen Beschreibung an das <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah Forum</href><br><b><br>Datenschutzhinweis: Dieser Bericht enthält keine IDs, Passwörter oder persönliche Informationen.</b><br><b><br>Nach Schließen dieses Dialogs wird der Athlet in GoldenCheetah geöffnet.</b> - + Save Crash Report... Absturzbericht speichern... - + Close Schließen - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">Python</td><td>%20</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics Diagnoseinformationen speichern - + Text File (*.txt) Textdatei (*.txt) @@ -10892,42 +11061,42 @@ GcMiniCalendar - + Mon Mo - + Tue Di - + Wed Mi - + Thu Do - + Fri Fr - + Sat Sa - + Sun So - + MMMM yyyy MMMM yyyy @@ -11516,27 +11685,32 @@ Python Aktivieren - + + Share to the OpenData project + Teile mit dem OpenData Projekt + + + Athlete Library Athleten Bibliothek - + Workout and VideoSync Library Workout und VideoSync Bibliothek - + R Installation Directory R Installationsverzeichnis - + Python Home Python Home Verzeichnis - + R Installation (R_HOME) R Installation (R_HOME) @@ -11561,32 +11735,32 @@ Web Services API aktivieren - + Python Installation (PYTHONHOME) Python Installation (PYTHONHOME) - + Invalid Folder Ungültiges Verzeichnis - + Python does not appear to be installed in that location. Python scheint nicht in dem Verzeichnis installiert zu sein. - + Select Athlete Library Athleten Bibliothek auswählen - - - - + + + + Browse Durchsuchen @@ -11596,7 +11770,7 @@ Beim Beenden warnen, falls ungesicherte Aktivitäten existieren - + Select Workout Library Workout Bibliothek auswählen @@ -12712,7 +12886,7 @@ Ride Log - Liste der Trainingseinheiten + Aktivitätenliste @@ -12797,7 +12971,7 @@ Ride - Trainingseinheit + Aktivität @@ -12873,7 +13047,7 @@ Activity Log - Trainingseinheiten + Aktivitätenliste @@ -12972,64 +13146,77 @@ HrSchemePage - + Add Hinzufügen - + Delete Löschen - + + + - + - - - + Short Zone - + Long Langtext - + Percent of LT Prozent der iANS - + Trimp k TRIMP k - + Maximum of 10 zones reached. Maximal Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) + HrZone + + + Hr Zone + HF Zone + + + + Hr Zone fractional number determined from Average Hr. + HF Zone ermittelt als Prozentsatz der Durchschnittsherzfrequenz. + + + HrZonePTime1 @@ -13039,7 +13226,7 @@ Percent of Time in Heart Rate Zone 1. - Prozentanteil der Zeit in der Herzfrequenzzone 1. + Prozent der Zeit in der Herzfrequenzzone 1. @@ -13052,7 +13239,7 @@ Percent of Time in Heart Rate Zone 10. - Prozentanteil der Zeit in der Herzfrequenzzone 10. + Prozent der Zeit in der Herzfrequenzzone 10. @@ -13065,7 +13252,7 @@ Percent of Time in Heart Rate Zone 2. - Prozentanteil der Zeit in der Herzfrequenzzone 2. + Prozent der Zeit in der Herzfrequenzzone 2. @@ -13078,7 +13265,7 @@ Percent of Time in Heart Rate Zone 3. - Prozentanteil der Zeit in der Herzfrequenzzone 3. + Prozent der Zeit in der Herzfrequenzzone 3. @@ -13091,7 +13278,7 @@ Percent of Time in Heart Rate Zone 4. - Prozentanteil der Zeit in der Herzfrequenzzone 4. + Prozent der Zeit in der Herzfrequenzzone 4. @@ -13104,7 +13291,7 @@ Percent of Time in Heart Rate Zone 5. - Prozentanteil der Zeit in der Herzfrequenzzone 5. + Prozent der Zeit in der Herzfrequenzzone 5. @@ -13117,7 +13304,7 @@ Percent of Time in Heart Rate Zone 6. - Prozentanteil der Zeit in der Herzfrequenzzone 6. + Prozent der Zeit in der Herzfrequenzzone 6. @@ -13130,7 +13317,7 @@ Percent of Time in Heart Rate Zone 7. - Prozentanteil der Zeit in der Herzfrequenzzone 7. + Prozent der Zeit in der Herzfrequenzzone 7. @@ -13143,7 +13330,7 @@ Percent of Time in Heart Rate Zone 8. - Prozentanteil der Zeit in der Herzfrequenzzone 8. + Prozent der Zeit in der Herzfrequenzzone 8. @@ -13156,33 +13343,33 @@ Percent of Time in Heart Rate Zone 9. - Prozentanteil der Zeit in der Herzfrequenzzone 9. + Prozent der Zeit in der Herzfrequenzzone 9. HrZonePage - + Sport Sport - + Bike Radfahren - + Run Laufen - + Lactate Threshold Individuelle anaerobe Schwelle (iANS) - + Default Vorschlagswerte @@ -13502,12 +13689,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones Problem beim Speichern der HF Zonen - + File: %1 cannot be opened for 'Writing'. Please check file properties. Datei: %1 kann nicht zum 'Schreiben' geöffnet werden. Bitte die Dateieigenschaften prüfen. @@ -13530,67 +13717,67 @@ HrvMeasures - + HR HF - + AVNN - + SDNN - + RMSSD - + PNN50 - + LF - + HF - + Recovery Points - + bpm 1/min - + msec ms - + % % - + msec^2 ms^2 - + Rec.Points @@ -13643,52 +13830,52 @@ Anzahl der Datenspalten: %1 in Zeile %2 ist kleiner als die Anzahl Kopfspalten: %3 - + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 Ungültiger 'timestamp' - Datum/Uhrzeit nicht im ISO 8601 Format - in Zeile %1 - + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 Ungültiges 'date' - Datum nicht im yyyy-dd-MM Format - in Zeile %1 - + Invalid 'rMSSD' - in line %1 Ungültiger 'rMSSD' Wert - in Zeile %1 - + Invalid 'HR' - in line %1 Ungültiger 'HR' Wert - in Zeile %1 - + Invalid 'AVNN' - in line %1 Ungültiger 'AVNN' Wert - in Zeile %1 - + Invalid 'SDNN' - in line %1 Ungültiger 'SDNN' Wert - in Zeile %1 - + Invalid 'pNN50' - in line %1 Ungültiger 'pNN50' Wert - in Zeile %1 - + Invalid 'LF' - in line %1 Ungültiger 'LF' Wert - in Zeile %1 - + Invalid 'HF' - in line %1 Ungültiger 'HF' Wert - in Zeile %1 - + Invalid 'HRV4T_Recovery_Points' - in line %1 Ungültiger 'HRV4T_Recovery_Points' Wert - in Zeile %1 @@ -13774,64 +13961,64 @@ HrvPage - + Time dependent HRV measurements Zeitabhängige HRV Werte - + From Date - Time Ab Datum / Uhrzeit - + Comment Kommentar - - + + Update Aktualisieren - + + + - + - - - + Add Hinzufügen - + Delete Löschen - + Source Quelle - + Original Source Ursprungsquelle - - + + MMM d, yyyy - hh:mm:ss ddd, dd.MMM yyyy - hh:mm:ss - + Manual entry Manuelle Eingabe @@ -14429,7 +14616,7 @@ Cannot Connect to Imagic - Keine Verbindung zum Imagic. + Keine Verbindung zum Imagic @@ -14523,7 +14710,7 @@ Import current activity as a Gradient ride (slope based) - Importiere aktuelle Aktivität als Steigungstrainingseinheit + Importiere aktuelle Aktivität als Steigungsworkout @@ -14592,7 +14779,7 @@ InsertXDataPointCommand - + Insert XData Point XData Punkt einfügen @@ -14608,22 +14795,22 @@ IntervalMetricsPage - + Available Metrics Vorhandene Metriken - + Selected Metrics Ausgewählte Metriken - + Up Hoch - + Down Runter @@ -14660,7 +14847,7 @@ IntervalsPage - + Enable interval auto-discovery Automatische Intervallerkennung aktivieren @@ -14924,68 +15111,68 @@ KeywordsPage - + Field Feld - + Use for Background Verwendung für Hintergrund - + Add Hinzufügen - + Up Hoch - + Down Runter - + Keyword Schlüsselwort - + Color Farbe - + Related Notes Words Verknüpfte Wörter aus Bemerkungen - - + + New Neu - + New (%1) Neu (%1) - + + + - + - - - + Delete Löschen @@ -15204,142 +15391,143 @@ LTMPlot - - - + + + Date Datum - - + + Time of Day Tageszeit - - - - + + + + %1 trend %1 Trend - + %1 average %1 Durchschnitt - + %1 Top %2 Outliers %1 Höchste %2 Ausreißer - + %1 Outlier %1 Ausreißer - + %1 Best %1 Beste - + Best %1 Beste %1 - + watts Watt - - + + Best Beste - + Day Tag - + Week Woche - + Month Monat - + Year Jahr - - + + All Alles - - + + %1 %2 trend %1 %2 Trend - + %1 %2 Outliers %1 %2 Ausreißer - + %1 %2 Best %1 %2 Beste - + Today Heute - + minutes Minuten - - - - - - - - - + + + + + + + + + seconds Sekunden - - - - + + + + + Ramp Anstieg - + hours Stunden - + Week Commencing %1 Woche beginnend am %1 @@ -15446,272 +15634,242 @@ LTMSidebar - - + + Date Ranges Datumsbereiche - - - + + + Events Events - - - - - - + + + + + + Add season Saison hinzufügen - - + + Edit season Saison bearbeiten - - + + Delete season Saison löschen - - + + Edit details Details bearbeiten - - - - + + + + Menu Menü - + Charts Diagramme - - + + Filters Filter - + Autofilter Autofilter - - Summary - Zusammenfassung - - - - + + Edit phase Phase Editieren - - + + Delete phase Phase löschen - - - - - - + + + + + + + Add Event Event hinzufügen - - - - - - + + + + + + Add Phase Phase hinzufügen - - + + Delete event Event löschen - - + + Add event Event hinzufügen - + Workout Code|Sport Workout Code|Sport - - - + + + (blank) (leer) - + Manage Filters Filter verwalten - + Delete Filter%1 Filter %1 löschen - + Edit Season Saison bearbeiten - + You can only edit user defined seasons. Please select a season you have created for editing. Sie können nur benutzerdefinierte Saisons bearbeiten. Bitte wählen Sie eine von Ihnen definierte Saison. - + Delete Season Saison löschen - - - You can only delete user defined seasons. Please select a season you have created for deletion. - Sie können nur benutzerdefinierte Saisons löschen. Bitte wählen Sie eine von Ihnen definierte Saison. - - - - - You can only add events to user defined seasons. Please select a season you have created before adding an event. - Sie können Events nur zu benutzerdefinierten Saisons hinzufügen. Bitte wählen Sie eine von Ihnen definierte Saison bevor Sie einen Event hinzufügen. - - - - - You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - Sie können Phasen nur zu benutzerdefinierten Saisons hinzufügen. Bitte wählen Sie eine von Ihnen definierte Saison bevor Sie eine Phase hinzufügen. - - - - Totals - Summen - - - - Averages - Durchschnittswerte - - - - Maximums - Maxima + + + You can only delete user defined seasons. Please select a season you have created for deletion. + Sie können nur benutzerdefinierte Saisons löschen. Bitte wählen Sie eine von Ihnen definierte Saison. - - Metrics - Metriken + + + You can only add events to user defined seasons. Please select a season you have created before adding an event. + Sie können Events nur zu benutzerdefinierten Saisons hinzufügen. Bitte wählen Sie eine von Ihnen definierte Saison bevor Sie einen Event hinzufügen. - - ^(Average|Max) - Since Metrics use the "Average" sign in DE, added here. - ^(Durchschnitt|Max.|Maximal|Maximale|ø) + + The new event could not be uploaded to your remote calendar. + Das neue Ereignis konnte nicht in ihren Remote Kalender hochgeladen werden. - - seconds - Sekunden + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. + Sie können Phasen nur zu benutzerdefinierten Saisons hinzufügen. Bitte wählen Sie eine von Ihnen definierte Saison bevor Sie eine Phase hinzufügen. - + Add Chart Diagramm hinzufügen - + Edit Chart Diagramm bearbeiten - + Delete Chart Diagramm löschen - + Delete Selected Charts Ausgewählte Diagramme löschen - + Export Chart Diagramm exportieren - + Export Selected Charts Ausgewählte Diagramme exportieren - + Import Charts Diagramm importieren - + Reset to default Auf Vorschlagswerte zurücksetzen - + Export Charts Diagramme exportieren - - + + Chart File (*.xml) Diagrammdatei (*.xml) - + Entry Error Eingabefehler - + Selected file (%1) does not exist Gewählte Datei (%1) nicht vorhanden - + You are about to reset the chart sidebar to the default setup Sie sind dabei alle Diagramme in der Sidebar auf die Voreinstellungen zurückzusetzen - + Do you want to continue? Wollen Sie die Diagramme zurücksetzen ? @@ -15719,7 +15877,7 @@ LTMTool - + Metric Metrik @@ -15784,425 +15942,440 @@ Events anzeigen - + + Show Banister Helper + Banister Hilfsfenster anzeigen + + + Stack Zoom Zoom Stapelanzeige - + Charts Diagramme - + Up Hoch - + Down Runter - + Skiba Long Term Stress Skiba Langzeitbelastung (LTS) - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Belastung - + Skiba Short Term Stress Skiba Kurzzeitbelastung (STS) - + Skiba Stress Balance Skiba Belastungsbilanz - - - - - - - - - - + + + + + + + + + + Stress Balance Belastungsbilanz - + Skiba STS Ramp Skiba STS Anstieg - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Anstieg - + Skiba LTS Ramp Skiba LTS Anstieg - + Aerobic TISS Long Term Stress Aerobe TISS Langzeitbelastung (LTS) - + Aerobic TISS Short Term Stress Aerobe TISS Kurzzeitbelastung (STS) - + Aerobic TISS Stress Balance Aerobe TISS Belastungsbilanz (SB) - + Aerobic TISS STS Ramp Aerober TISS STS Anstieg - + Aerobic TISS LTS Ramp Aerober TISS LTS Anstieg - + Anaerobic TISS Long Term Stress Anaerobe TISS Langzeitbelastung (LTS) - + Anaerobic TISS Short Term Stress Anaerobe TISS Kurzzeitbelastung (STS) - + Anaerobic TISS Stress Balance Anerobe TISS Belastungsbílanz (SB) - + Anaerobic TISS STS Ramp Anerober TISS STS Anstieg - + Anaerobic TISS LTS Ramp Anaerober TISS LTS Anstieg - + Daniels Long Term Stress Daniels Langzeitbelastung (LTS) - + Daniels Short Term Stress Daniels Kurzzeitbelastung (STS) - + Daniels Stress Balance Daniels Belastungsbílanz (SB) - + Daniels STS Ramp Daniels STS Anstieg - + Daniels LTS Ramp Daniels LTS Anstieg - + Work (Kj) Long Term Stress Arbeit (kJ) Langzeitbelastung (LTS) - - - - - - + + + + + + Stress (Kj) Belastung (kJ) - + Work (Kj) Short Term Stress Arbeit (kJ) Kurzzeitbelastung ( STS) - + Work (Kj) Stress Balance Arbeit (kJ) Belastungsbílanz - + Work (Kj) STS Ramp Arbeit (kJ) STS Anstieg - + Work (Kj) LTS Ramp Arbeit (kJ) LTS Anstieg - + W' Work (Kj) Long Term Stress W' Arbeit (kJ) Langzeitbelastung (LTS) - + W' Work (Kj) Short Term Stress W' Arbeit (kJ) Kurzzeitbelastung (STS) - + W' Work (Kj) Stress Balance W' Arbeit (kJ) Belastungsbílanz (SB) - + W' Work (Kj) STS Ramp W' Arbeit (kJ) STS Anstieg - + W' Work (Kj) LTS Ramp W' Arbeit (kJ) LTS Anstieg - + Below CP Work (Kj) Long Term Stress Sub-CP-Arbeit (kJ) Langzeitbelastung (LTS) - + Below CP Work (Kj) Short Term Stress Sub-CP-Arbeit (kJ) Kurzzeitbelastung (STS) - + Below CP Work (Kj) Stress Balance Sub-CP-Arbeit (kJ) Belastungsbílanz (SB) - + Below CP Work (Kj) STS Ramp Sub-CP-Arbeit (kJ) STS Anstieg - + Below CP Work (Kj) LTS Ramp Sub-CP-Arbeit (kJ) LTS Anstieg - + Distance (km|mi) Long Term Stress Distanz (km|mi) LTS - - + + Stress (km|mi) Belastung (km|mi) - + Distance (km|mi) Short Term Stress Distanz (km|mi) Kurzzeitbelastung (STS) - + Distance (km|mi) Stress Balance Distanz (km|mi) Belastungsbílanz (SB) - + Distance (km|mi) STS Ramp Distanz (km|mi) STS Anstieg - + Distance (km|mi) LTS Ramp Distanz (km|mi) LTS Anstieg - + Coggan Chronic Training Load Coggan Langzeit-Trainingsbelastung (CTL) - + Coggan Acute Training Load Coggan Kurzzeit-Trainingsbelastung (ATL) - + Coggan Training Stress Balance Coggan Training Belastungsbílanz (SB) - + Coggan STS Ramp Coggan STS Anstieg - + Coggan LTS Ramp Coggan LTS Anstieg - + Coggan Expected Chronic Training Load Coggan Erwartete Langzeit-Trainingsbelastung (CTL) - + Coggan Expected Acute Training Load Coggan Erwartete Kurzzeit-Trainingsbelastung (ATL) - + Coggan Expected Training Stress Balance Coggan Erwartete Trainingsbelastungsbílanz (SB) - + TRIMP Long Term Stress TRIMP Langzeitbelastung (LTS) - + TRIMP Short Term Stress TRIMP Kurzzeitbelastung (STS) - + TRIMP Stress Balance TRIMP Belastungsbílanz (SB) - + TRIMP STS Ramp TRIMP STS Anstieg - + TRIMP LTS Ramp TRIMP LTS Anstieg - + Edit Bearbeiten - + Use sidebar chart settings Verwende Diagrammeinstellungen aus der Sidebar - + Basic Grundeinstellungen - + Preset Voreinstellungen - + TriScore Long Term Stress TriScore Langzeitbelastung (LTS) - + TriScore Short Term Stress TriScore Kurzzeitbelastung (STS) - + TriScore Stress Balance TriScore Belastungsbílanz (SB) - + TriScore STS Ramp TriScore STS Anstieg - + TriScore LTS Ramp TriScore LTS Anstieg - + Estimate Schätzung - + Formula Formel - + Measure Messwert - + + Performance + Leistung + + + + Banister + + + + Chart %1 Diagramm %1 @@ -16217,32 +16390,32 @@ Gestapelt anzeigen - + Add Current Aktuelles hinzufügen - + Apply &OK - + Curves Daten - + Type Typ - + Details Details - + Peak Spitze @@ -16250,125 +16423,156 @@ LTMWindow - + Days Tagen - + Weeks Wochen - + Months Monaten - + Years Jahren - - + + All Alles - + Data Table Diagrammdaten - + Stacked Gestapelt pro Datenreihe - + Export Chart Data... Diagrammdaten exportieren... - + + Banister Model + Banister Modell + + + + Impulse Metric + + + + + Peak + Spitze + + + + Positive decay + + + + + + days + Tage + + + + Negative decay + + + + grouped by gruppiert nach - + day Tagen - + week Wochen - + month Monaten - + year Jahren - + time of day Tageszeit - - + + seconds Sekunden - - + + Date Datum - + Coggan Acute Training Load Coggan Kurzzeit-Trainingsbelastung - + Coggan Chronic Training Load Coggan Langzeit-Trainingsbelastung - + Coggan Training Stress Balance Coggan Training Belastungsbílanz (SB) - + hours Stunden - + Export Chart Config Exportiere Diagrammeinstellungen - + Save Chart Data as CSV Diagramdaten als CSV Datei speichern - + Group by Gruppieren nach - + Time Of Day Tageszeit @@ -16376,105 +16580,105 @@ LTPage - - + + Update Aktualisieren - - + + + + - - + + - - - - + + Add Hinzufügen - - + + Delete Löschen - + Def Def - - + + From Date Ab Datum - - + + Lactate Threshold iANS - - + + Rest HR Ruhe HF - - + + Max HR Max. HF - - - + + + MMM d, yyyy dd.MMM yyyy - + Short Zone - + Long Langtext - + From BPM Von HF - + Trimp k TRIMP K - + Maximum of 10 zones reached. Maximal Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) @@ -16535,161 +16739,161 @@ Leaf - + %1 is unknown %1 ist unbekannt - + Array subscript needs a symbol name. Array Subscript benötigt einen Symbolnamen. - + Index must be numeric. Index muss numerisch sein. - + invalid data series for best(): %1 ungültige Datenserie für "best()": %1 - + invalid data series for tiz(): %1 ungültige Datenserie für "tiz()": %1 - + invalid literal for daterange(): %1 ungültiges Schlüsselwort für "daterange()": %1 - + invalid literal for config(): %1 ungültiges Schlüsselwort für "config()": %1 - + invalid literal for const(): %1 ungültiges Schlüsselwort für "const()": %1 - + which function has at least 2 parameters. die Funktion hat mindestens 2 Parameter. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA benötigt 3 Parameter. - + XDATA expects a string for first two parameters XDATA erwartet für die ersten beiden Parameter einen String - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. XDATA erwartet ein Symbol aus der Liste 'sparse', 'repeat', 'interpolate' oder 'resample' als dritten Paramter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) XDATA erwartet ein Symbol aus der Liste 'sparse', 'repeat', 'interpolate' oder 'resample' als dritten Paramter. (%1) - + XDATA_UNITS needs 2 parameters. XDATA_UNITS benötigt 2 Parameter. - + XDATA_UNITS expects a string for first two parameters XDATA_UNITS erwartet für die ersten beiden Parameter einen String - + isset/set/unset function first parameter is field/metric to set. "isset"/"set"/"unset" Funktionen - der erste Parameter muss ein Feld oder eine Metrik sein. - + %1 is not supported in isset/set/unset operations %1 wird bei "isset"/"set"/"unset" Operationen nicht unterstützt - + isset has one parameter, a symbol to check. "isset" hat einen Parameter - das zu prüfenden Symbol. - + set function needs 3 paramaters; symbol, value and expression. "set" Funktion benötigt 3 Parameter - Symbol, Wert und Ausdruck. - + unset function needs 2 paramaters; symbol and expression. "unset" Funktion benötigt 2 Parameter - Symbol und Ausdruck. - + estimate function expects model name as first parameter. "estimate" Funktion erwartet dem Modellnamen als ersten Parameter. - + estimate function expects model name as first parameter "estimate" Funktion erwartet dem Modellnamen als ersten Parameter - + estimate function expects parameter or duration as second parameter "estimate" Funktion erwartet Parameter oder Dauer als zweiten Parameter - + function '%1' expects %2 parameter(s) not %3 Funktion '%1' erwartet %2 Parameter, nicht %3 - + unknown function %1 Funktion %1 nicht bekannt - + unary negation on a string! unäre '-' Operation bei einem Text! - - + + variables must be numeric. Variablen müssen numerisch sein. - + assignment must be to a symbol. Zuweisung muss zu einem Symbol erfolgen. - + comparing strings with numbers Vergleich von Text mit Zahlen - + using a string operations with a number Verwendung einer Text Operation für eine Zahl - - - internal parser error: parms - Interner Parser Fehler: Parameter - LeftRightBalance @@ -16739,8 +16943,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + %1 kann nicht in die Workout Bibliothek %2 gespeichert werden. Prüfe die Zugriffsrechte und den freien Platz. + + %1 already exists in workout library: %2 - %1 ist bereits in der Workout Bibliothek: %2 vorhanden + %1 ist bereits in der Workout Bibliothek: %2 vorhanden @@ -16837,7 +17045,7 @@ LocalFileStore - + You must define a network folder first Sie müssen zuerst ein Netzwerkverzeichnis festlegen @@ -16852,14 +17060,14 @@ Verzeichnis %1 existiert nicht - - + + Completed. Abgeschlossen. - - + + Write to folder %1 failed Schreiben in Verzeichnis %1 gescheitert @@ -17027,572 +17235,572 @@ MainWindow - - + + Ctrl+N Ctrl+N - + Ctrl+Q Even though the Character does not fit - but don't disturb the other CTRL functions Ctrl+Q - + Ctrl+S Even though the Character does not fit - but don't disturb the other CTRL functions Ctrl+S - + &Download from device... &Download von Gerät... - + Diary Tagebuch - + Train Trainieren - + Add Chart Diagramm hinzufügen - + Toggle Sidebar Sidebar an/aus - + Delete Activity Aktivität löschen - + Tiled View Ansicht mit Kacheln - + &Athlete &Athlet - + &Quit All Windows Alle Fenster schließen - + A&ctivity - &Trainingseinheit + &Aktivität - + Ctrl+D Ctrl+D - + &Manual entry... Aktivität &manuell hinzufügen... - + &Export... &Exportieren... - + &Batch export... &Massenexport... - + &Save activity &Speichere Aktivität - + D&elete activity... Lösch&e Aktivität... - + Split &activity... - &Aktvität aufteilen... + &Aktivität aufteilen... - + Combine activities... Aktivitäten kombinieren... - + VDOT and T-Pace Calculator... VDOT und T-Pace Rechner... - + Get &Body Measurements... &Körperwerte importieren... - + Export Metrics as CSV... Metriken als .CSV exportieren... - + Chart Import Diagramm Import - + Failed to export activity, please check permissions Konnte Aktivität nicht exportieren, bitte Dateizugriffsrechte prüfen - + No Activity To Save Keine Aktivität zum Sichern vorhanden - + There is no currently selected activity to save. Keine der aktuell ausgewählten Aktivitäten muss gespeichert werden. - - - - + + + + Split Activity Aktivität aufteilen - - + + No activity selected Keine Aktivität ausgewählt - + Current activity contains no data to split Aktuelle Aktivität enthält keine Daten zum Aufteilien - + Current activity contains no data to merge Aktuelle Aktivität enthält keine Daten zum Zusammenführen - + Are you sure you want to delete the activity: Sind Sie sicher, dass Sie diese Aktivität löschen möchten: - + Air Density (Rho) Estimator... Luftdichte (Rho) Rechner... - + Find intervals... Intervalle suchen... - + Add Cloud Account... Cloud Benutzerkonto hinzufügen... - + Ctrl+A - + Cloud Status... Cloud Status... - + Cloud Contributions Cloud Beiträge - + Cloud Curator Cloud Verwalter - + You are about to reset all charts to the default setup Sie sind dabei, alle Diagramme auf die Voreinstellungen zurückzusetzen - + Do you want to continue? Wollen Sie die Diagramme zurücksetzen ? - + Select Activity Aktivität auswählen - - + + No activity selected! Keine Aktivität ausgewählt! - + Export Activity Exportiere Aktivität - + Export Failed Export nicht erfolgreich - + Ctrl+E Ctrl+E - + Ctrl+I Ctrl+I - + Ctrl+B Even though the Character does not fit - but don't disturb the other CTRL functions Ctrl+B - + Toggle Compare Pane Vergleichsbereich an/aus - + Open &Window Öffne neues &Fenster - + Open &Tab Öffne neuen &Reiter - + Backup Athlete Data Backup Athleten Daten - + Save all modified activities Speichere alle geänderten Aktivitäten - + Close Window Fenster schließen - + &Close Tab Reiter s&chließen - + Sha&re Teilen - + Upload Activity... Aktivität uploaden... - + Synchronise Activities... Aktivitäten synchronisieren... - + Get &HRV Measurements... &HRV Werte importieren... - + Check For New Activities Suche nach neuen Aktivitäten - + Ctrl-C Ctrl-C - + CP and W' Estimator... CP und W' schätzen... - + CP and W' Solver... CP und W' Solver ... - + Download workouts from Today's Plan... Workouts von Today's Plan herunterladen... - + Import workouts, videos, videoSyncs... Importiere Workouts, Videos, VideoSyncs... - + Scan disk for workouts, videos, videoSyncs... Auf der Festplatte nach Workouts, Videos, VideoSyncs suchen... - + Create Heat Map... Heat Map erzeugen... - + Maintain charts Diagramme bearbeiten - + Curate charts Diagramme verwalten - + &Edit &Bearbeiten - + Activities Aktivitäten - + Tabbed not Tiled Reiter statt Kacheln - + &Help Overview Überblick &Hilfe - + &Discussion and Support Forum &Diskussions- und Supportforum - - - + + + Activity Import Aktivitäten importieren - - - + + + Closing of athlete window not possible while background activity import is in progress... Schliessen des Athleten Fensters ist nicht möglich, solange im Hintergrund der Import von Aktivitäten läuft... - - + + &New Athlete... &Neuer Athlet... - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. Das Workout Verzeichnis ist nicht konfiguriert oder das definierte Verzeichnis existiert nicht (mehr). Bitte Einstellungen überprüfen. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team Aktueller Athlete ist nicht als Verwalter registriert - bitte das GoldenCheetah Team kontaktieren - + &Import from file... Aus Datei &importieren... - + Ctrl+M Crtl+M - + &Tools &Werkzeuge - + &Options... &Optionen... - + &View Ansich&t - + Toggle Full Screen Vollbild an/aus - + Show Left Sidebar Linke Sidebar anzeigen - + Show Toolbar Toolbar anzeigen - + Tabbed View Ansicht mit Reitern - + Create a new workout... Neues Workout erstellen... - + Download workouts from ErgDB... Workouts von der ErgDB herunterladen... - + Show Compare Pane Vergleichsbereich anzeigen - + Show Athlete Tabs Athleten Reiter anzeigen - + Trends Trends - + Upload Chart... Diagramm uploaden... - + Download Chart... Diagramm downloaden... - + Reset Layout Layout zurücksetzen - + &Help &Hilfe - + &User Guide Ben&utzerhandbuch - + &Log a bug or feature request Fehler me&lden oder neue Funktion vorschlagen - + &About GoldenCheetah Über GoldenCheet&ah - + Imported %1 metric charts %1 Metrik Diagramme importiert - - + + Import from File Aus Datei importieren... - + Refresh in Progress Aktualisierung läuft - + Export Metrics Metriken exportieren - + Comma Separated Variables (*.csv) Comma Separated Values (*.csv) - - + + Workout Directory Invalid Verzeichnis für Workouts ungültig - + Delete Löschen - + Changes on Bearbeitet am @@ -17771,8 +17979,12 @@ MapWebBridge - - + + Selection # + Auswahl # + + + Selection #%1 Auswahl #%1 @@ -18041,9 +18253,13 @@ Manuelle Eingabe - Nokia Health (Withings) - Nokia Health (Withings) + Nokia Health (Withings) + + + + Withings + Withings @@ -18066,7 +18282,7 @@ Combine Activities - Trainingseinheiten kombinieren + Aktivitäten kombinieren @@ -18077,9 +18293,13 @@ Ausrichtung anpassen - Adjust merge alignment in time - Zeitliche Ausrichtung für Zusammenführung anpassen + Zeitliche Ausrichtung für Zusammenführung anpassen + + + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + Zeitliche Ausrichtung für Zusammenführung anpassen (verwende den Cursor sowie Bild-auf/Bild-ab Tasten zur Ausrichtung) @@ -18097,12 +18317,12 @@ Choose an Activity - Trainingseinheit auswählen + Aktivität auswählen Choose an Existing activity to Combine - Vorhandene Trainingseinheit zum Kombinieren wählen + Vorhandene Aktivität zum Kombinieren auswählen @@ -18128,17 +18348,17 @@ MergeConfirm - + Confirm Bestätigen - + Complete and Save Abschließen und Sichern - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18156,12 +18376,12 @@ Download Activity - Download einer Trainingseinheit + Download einer Aktivität Download Activity to Combine - Download einer Trainingseinheit zum Kombinieren + Download einer Aktivität zum Kombinieren @@ -18189,44 +18409,44 @@ Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - Zusammenführen von Datenreihen einer anderen Trainingseinheitsaufzeichnung zur aktuellen Trainingseinheit. Z.B in Fällen wo unterschiedliche Datenreihen (O2 Daten von einem Moxy) von unterschiedlichen Geräten aufgezeichnet worden sind. Zeitliche Ausrichtung der Daten wird berücksichtigt. + Zusammenführen von Datenreihen einer andereren Aufzeichnung zur aktuellen Aktivität. Z.B in Fällen wo unterschiedliche Datenreihen (O2 Daten von einem Moxy) von unterschiedlichen Geräten aufgezeichnet worden sind. Zeitliche Ausrichtung der Daten wird berücksichtigt. Join Data to form a longer activity - Zusammenfügen zu einer längeren Trainingseinheit + Zusammenfügen zu einer längeren Aktvität Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. - Füge die Daten am Ende der aktuellen Trainingseinheit an, um eine längere Trainingseinheit zur erhalten. Wenn z.B. in mehreren Abschnitten aufgezeichnet wurde. + Füge die Daten am Ende der aktuellen Aktivität an, um eine längere Aktivität zur erhalten. Wenn z.B. in mehreren Abschnitten aufgezeichnet wurde. MergeSelect - + Merge Data Series Zusammenführen von Datenreihen - + Select the series to merge together Wählen Sie die Datenreihen für die Zusammenführung - + Target activity Zielaktivität - + Source of additional data series Quelle der zusätzlichen Datenreihen - - + + d MMM yy hh:mm:ss d.MMM.yy hh:mm:ss @@ -18261,17 +18481,17 @@ Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - Download der Daten eines Gerätes an der seriellen Schnittstelle (wie ein Moxy Muscle Oxygen Monitor oder Fahrradcomputer) und Kombination dieser Daten mit der aktuellen Trainingseinheit. + Download der Daten eines Gerätes an der seriellen Schnittstelle (wie ein Moxy Muscle Oxygen Monitor oder Fahrradcomputer) und Kombination dieser Daten mit der aktuellen Aktivität. Existing Activity - Vorhandene Trainingseinheit + Vorhandene Aktivität Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - Kombiniere die Daten mit einer Trainingseinheit die bereits in GoldenCheetah vorhanden ist. Wähle aus der Liste der vorhandenen Trainingseinheiten. + Kombiniere die Daten mit einer Aktivität die bereits in GoldenCheetah vorhanden ist. Wähle aus der Liste der vorhandenen Aktivitäten. @@ -18314,7 +18534,7 @@ Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - Ausrichtung der Daten der beiden Trainingseinheiten auf Basis der Startzeit der Aktivitäten. Dieses Verfahren funktioniert dann erfolgreich, wenn die internen Uhren der Geräte synchronisiert sind. + Ausrichtung der Daten der beiden Aktivitäten auf Basis der Startzeit der Aktivitäten. Dieses Verfahren funktioniert dann erfolgreich, wenn die internen Uhren der Geräte synchronisiert sind. @@ -18324,7 +18544,7 @@ If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - Wenn beide Trainingseinheiten die gleichen Datenreihen enthalten, z.B. haben beide Geräte Trittfrequenz oder HF aufgezeichnet, kann die Ausrichtung der anderen Datenreihen über die Spitzen- und Minimalwerte der gemeinsamen Datenreihe(n) erfolgen. + Wenn beide Aktivitäten die gleichen Datenreihen enthalten, z.B. haben beide Geräte Trittfrequenz oder HF aufgezeichnet, kann die Ausrichtung der anderen Datenreihen über die Spitzen- und Minimalwerte der gemeinsamen Datenreihe(n) erfolgen. @@ -18334,7 +18554,7 @@ Regardless of the timestamp on the activity, align with both activities starting at the same time. - Ungeachtet des Zeitstempel der Trainingseinheiten - Ausrichtung der beiden Aktivitäten, so das sie zu selben Zeit anfangen. + Ungeachtet des Zeitstempel der Aktivität - Ausrichtung der beiden Aktivitäten, so das sie zu selben Zeit anfangen. @@ -18344,7 +18564,7 @@ Regardless of the timestamp on the activity, align with both activities ending at the same time. - Ungeachtet des Zeitstempel der Trainingseinheiten - Ausrichtung der beiden Aktivitäten, so das sie zu selben Zeit enden. + Ungeachtet des Zeitstempel der Aktivität - Ausrichtung der beiden Aktivitäten, so das sie zu selben Zeit enden. @@ -18352,7 +18572,7 @@ Combine Activities - Trainingseinheiten kombinieren + Aktivitäten kombinieren @@ -18364,30 +18584,30 @@ This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. - Dieser Assistent hilft Ihnen Daten mit der aktuell gewählten Trainingseinheit zu kombinieren. + Dieser Assistent hilft Ihnen Daten mit der aktuell ausgwählten Aktivität zu kombinieren. -Vor dem Zusammenführen haben Sie die Möglichkeit Aktivitäten zu Impotieren oder Downzuloaden. Darüber hinaus können Sie die Ausrichtung der Datenreihen vor dem Sichern manuell anpassen. +Vor dem Zusammenführen haben Sie die Möglichkeit Aktivitäten zu Importieren oder Downzuloaden. Darüber hinaus können Sie die Ausrichtung der Datenreihen manuell anpassen. MetadataPage - + Fields Felder - + Notes Keywords Schlüsselworte - + Defaults Vorschlagswerte - + Processing Berechnete Werte @@ -18595,7 +18815,7 @@ Importing %1 Ride(s)... -Importiere%1 Trainingseinheit(en)... +Importiere%1 Aktivität(en)... @@ -18604,7 +18824,8 @@ No rides found to import. -Keine Trainingseinheiten zum Importieren gefunden. +Keine Aktivitäten zum Importieren gefunden. + @@ -18654,7 +18875,7 @@ MultiDeviceDialog - + Multiple Device Configuration Mehrere Geräte konfigurieren @@ -18952,307 +19173,295 @@ OAuth - - + + Authorization Error Autorisierungsfehler - + SSL Security Libraries required for 'Authorise' are missing in this installation. Für 'Autorisieren' benötigte SSL Security Bibliotheken fehlen in dieser Installation. - - - - - - - - - + + + + + + + + + + Information Information - + Dropbox authorization was successful. Dropbox Autorisierung war erfolgreich. - + SportTracks authorization was successful. SportTracks Autorisierung war erfolgreich. - + PolarFlow authorization was successful. PolarFlow Autorisierung war erfolgreich. - + Strava authorization was successful. Strava Autorisierung war erfolgreich. - + Cycling Analytics authorization was successful. Cycling Analytics Autorisierung war erfolgreich. - + + Google Calendar authorization was successful. + Google Kalender Autorisierung ware erfolgreich. + + + Kent University Google Drive authorization was successful. Kent University Google Drive Autorisierung war erfolgreich. - + Google Drive authorization was successful. Google Drive Autorisierung war erfolgreich. - + Today's Plan authorization was successful. Today's Plan Autorisierung war erfolgreich. - + + Withings authorization was successful. + Withings Autorisierung war erfolgreich. + + Withings/Nokia authorization was successful. - Withings/Nokia Health Autorisierung war erfolgreich. + Withings/Nokia Health Autorisierung war erfolgreich. - + Error retrieving access token, %1 (%2) Fehler beim Holen des Access Token, %1 (%2) - + SSL Token Refresh Error SSL Token Aktualisierungsfehler - + Error retrieving authoriation credentials Fehler beim Holen der Autorisierungsdaten - OAuthManager - - - SSL Security Libraries required for 'Authorise' are missing in this installation. - Für 'Autorisieren' benötigte SSL Security Bibliotheken fehlen in dieser Installation. - + OpenData - - - - Authorization Error - Autorisierungsfehler + + Fetching server list. + Hole die Serverliste. - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Fehler beim Holen der OAuth Daten - Endpunkt: /oauth/access_token - - - - Nokia Health (Withings) authorization was successful. - Nokia Health (Withings) Autorisierung war erfolgreich. - - - - - - - - - - - - Information - Information + + Network Problem reading server list + Netzwerkproblem beim Lesen der Serverliste - - Error in authorization - Fehler bei der Autorisierung + + Invalid server list, please try again later + Ungültige Serverlsite, bitte versuchen Sie es später nochmal - - There was an error during authorization. Please check the error description. - Bei der Autorisierung ist ein Fehler aufgetreten. Bitte prüfen Sie die Fehlerbeschreibung. + + Finding an available server. + Suche einen verfügbaren Server. - - Error retrieving authoriation credentials - Fehler beim Holen den Autorisierungsdaten + + No servers available, please try later. + Keine Server verfügbar, bitte versuchen Sie es später nochmal. - - Dropbox authorization was successful. - Dropbox Autorisierung war erfolgreich. + + Preparing data to send. + Bereite die Daten zum Senden vor. - - SportTracks authorization was successful. - SportTracks Autorisierung war erfolgreich. + + Sending data to server. + Sende Daten zum Server. - - PolarFlow authorization was successful. - PolarFlow Autorisierung war erfolgreich. + + Server replied: + Server Antwort: - - Strava authorization was successful. - Strava Autorisierung war erfolgreich. + + Finishing. + Beende. - - Cycling Analytics authorization was successful. - Cycling Analytics Autorisierung war erfolgreich. + + Done + Fertig + + + OpenDataDialog - - Kent University Google Drive authorization was successful. - Kent University Google Drive Autorisierung war erfolgreich. + + OpenData + OpenData - - Google Drive authorization was successful. - Google Drive Autorisierung war erfolgreich. + + <b><big>OpenData Project</big></b> + - - Today's Plan authorization was successful. - Today's Plan Autorisierung war erfolgreich. + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + - - Error retrieving access token, %1 (%2) - Fehler beim Holen des Access Token, %1 (%2) + + Yes, I want to share + - - SSL Token Refresh Error - SSL Token Aktualisierungsfehler + + No thanks + OverviewWindow - + PMC PMC - + Sport Sport - + Workout Code Workout Code - + Duration Dauer - + Notes Bemerkungen - - HRV - HRV + + HRV rMSSD + HRV rMSSD - + Heartrate Herzfrequenz - + Heartrate Zones Herzfrequenzzonen - + Climbing Aufstieg - + Cadence Trittfrequenz - + Equivalent Power Equivalente Leistung - + RPE RPE - + Stress Belastung - + Fatigue Zones Erschöpfungszonen - + Intervals Intervalle - + Intensity Intensität - + Power Leistung - + Power Zones Leistungszonen - + Power Model Leistungsmodell - + Distance Distanz - + Speed Geschwindigkeit - + Pace Zones Pace Zonen - + Route Route @@ -19260,22 +19469,22 @@ PDModel - + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. - + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. - + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. - + P-max: An estimate of the maximal power over one full rotation of the cranks. @@ -19283,22 +19492,22 @@ PMCData - + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. - + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. - + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. - + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. @@ -19329,54 +19538,54 @@ PaceSchemePage - + + + - + - - - + Add Hinzufügen - + Delete Löschen - + Short Zone - + Long Langtext - + Percent of CV Prozent von CV - + Maximum of 10 zones reached. Maximale Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) @@ -19414,7 +19623,7 @@ Percent of Time in Pace Zone 1. - Prozentanteil der Zeit in der Pace Zone 1. + Prozent der Zeit in der Pace Zone 1. @@ -19427,7 +19636,7 @@ Percent of Time in Pace Zone 10. - Prozentanteil der Zeit in der Pace Zone 10. + Prozent der Zeit in der Pace Zone 10. @@ -19440,7 +19649,7 @@ Percent of Time in Pace Zone 2. - Prozentanteil der Zeit in der Pace Zone 2. + Prozent der Zeit in der Pace Zone 2. @@ -19453,7 +19662,7 @@ Percent of Time in Pace Zone 3. - Prozentanteil der Zeit in der Pace Zone 3. + Prozent der Zeit in der Pace Zone 3. @@ -19466,7 +19675,7 @@ Percent of Time in Pace Zone 4. - Prozentanteil der Zeit in der Pace Zone 4. + Prozent der Zeit in der Pace Zone 4. @@ -19479,7 +19688,7 @@ Percent of Time in Pace Zone 5. - Prozentanteil der Zeit in der Pace Zone 5. + Prozent der Zeit in der Pace Zone 5. @@ -19492,7 +19701,7 @@ Percent of Time in Pace Zone 6. - Prozentanteil der Zeit in der Pace Zone 6. + Prozent der Zeit in der Pace Zone 6. @@ -19505,7 +19714,7 @@ Percent of Time in Pace Zone 7. - Prozentanteil der Zeit in der Pace Zone 7. + Prozent der Zeit in der Pace Zone 7. @@ -19518,7 +19727,7 @@ Percent of Time in Pace Zone 8. - Prozentanteil der Zeit in der Pace Zone 8. + Prozent der Zeit in der Pace Zone 8. @@ -19531,33 +19740,33 @@ Percent of Time in Pace Zone 9. - Prozentanteil der Zeit in der Pace Zone 9. + Prozent der Zeit in der Pace Zone 9. PaceZonePage - + Sport Sport - + Run Laufen - + Swim Schwimmen - + Critical Velocity Critical Velocity - + Default Standard @@ -19801,136 +20010,136 @@ Kann Datei nicht öffnen - + Zone defaults must be specified at head of %1 file Zonen Defaultwerte müssen am Anfang der Datei %1 definiert sein - + Only one set of zone defaults may be specified in %1 file In Datei %1 darf nur eine Gruppe von Zonen Defaultwerten definiert sein - + line %1: read new range without reading any zones for previous one Zeile %1: Lese einen neuen Bereich, ohne im vorherigen Bereich Zonen gelesen zu haben - + line %1: read zone without preceding date range Zeile %1: Lese Zone ohne einen zugehörigen Datumsbereich - - + + attempt to set zone based on % of CV without setting CV in line number %1. CV ist nicht in Zeile %1 eingetragen - kann Zone nicht als %-Anteil von CV erstellen. - + file ended without reading any zones for last range Datei endete ohne eine Zone für den letzen Bereich zu enthalten - + Setting end date of range %1 to start date of range %2. Setze Enddaten des Bereiches %1 als Start vom Bereich %2. - + Extending final range %1 to infinite to include present date. Erweitere letzten Bereich %1 auf "unendlich" um das aktuelle Datum immer zu beinhalten. - + CV must be greater than zero in zone range %1 of %2 CV muss größer als 0 sein (Zonenbereich %1 von %2) - + Problem Saving Pace Zones Problem beim Speichern der Pace Zonen - + File: %1 cannot be opened for 'Writing'. Please check file properties. Datei: %1 kann nicht zum 'Schreiben' geöffnet werden. Bitte die Dateieigenschaften prüfen. - - + + min/100m min/100m - - + + min/100yd min/100yd - - + + min/km min/km - - + + min/mile min/Meile - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Bereich %1: Passe Obergrenze von Zone %2 (%3) an die Untergrenze von Zone %4 (%5) an. - + Range %1: setting top of zone %2 from %3 to MAX. Bereich %1: Setze Obergrenze von Zone %2 von %3 auf den Maximalwert. - + Critical Velocity: %3%4 (%2%1) Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Beschreibung</td> - + <td align="center">Low (%1)</td> <td align="center">Untergrenze (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Obergrenze (%1)</td> - + <td align="center">Time</td> <td align="center">Zeit in Zone</td> - + <td align="center">%</td> <td align="center">%</td> @@ -20146,6 +20355,146 @@ + PeakHr10m + + + 10 min Peak Hr + 10 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr1m + + + 1 min Peak Hr + 1 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr20m + + + 20 min Peak Hr + 20 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr2m + + + 2 min Peak Hr + 2 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr30m + + + 30 min Peak Hr + 30 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr3m + + + 3 min Peak Hr + 3 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr5m + + + 5 min Peak Hr + 5 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr60m + + + 60 min Peak Hr + 60 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr8m + + + 8 min Peak Hr + 8 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + + PeakHr90m + + + 90 min Peak Hr + 90 min Spitzenherzfrequenz + + + + + bpm + 1/min + + + PeakPace10m @@ -21547,6 +21896,21 @@ + PowerIndex + + + + Power Index + Leistungsindex + + + + + % + % + + + PowerTapDevices @@ -21694,32 +22058,32 @@ ProcessorPage - + Processor Prozessor - + Apply Anwenden - + Settings Einstellungen - + Manual Manuell - + Import Beim Importieren - + Save Beim Speichern @@ -21764,22 +22128,22 @@ Rad - - + + Lap %1 Runde %1 - + MMM dd yyyy dd.MMM yyyy - + All Alles @@ -21878,7 +22242,7 @@ - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -21917,7 +22281,7 @@ Problem beim Speichern der Routen Definitionen - + Problem Saving Seasons Problem beim Speichern der Saison Definitionen @@ -22013,67 +22377,67 @@ Schwimmen - + Unsupported file format Dateiformat nicht unterstützt - + Rest Erholung - + Very, very easy Sehr leicht - + Easy Leicht - + Moderate Moderat - + Somewhat hard Schon härter - + Hard Hart - + Hard+ Hart+ - + Very hard Sehr hart - + Very hard+ Sehr hart+ - + Very hard++ Sehr hart++ - + Maximum Maximal - + Invalid Ungültig @@ -22203,22 +22567,27 @@ Problem beim Parsen der HRV Werte - + Developer limit exceeded Limit für Entwickler überschritten - + Monthly free plan limit exceeded Monatliche kostenloste Quota ist überschritten - + Bad request Ungültige Anfrage - + + Gateway Timeout + + + + Networkerror: %1 Netzwerkfehler: %1 @@ -22243,17 +22612,29 @@ Herzfrequenz %1 - + The version of R installed is too old. You must have R version 3.4 or higher. Die installierte R Version ist zu alt. Sie benötigen mind. R version 3.4 oder höher. - + The version of R installed is too new. You must have R version 3.3 or older. Die installierte R Version ist zu neu. Sie benötigen R Version 3.3 oder niedriger. + + + Python not installed or in path + Python ist nicht installiert oder nicht im 'Path' + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + Für die Nutzung von Pythong wird Python v3.%1 benötigt. +Python wird in den Einstellungen deaktiviert. + RChart @@ -22312,205 +22693,220 @@ RealtimeData - + None Kein(e) - + Time Zeit - + Lap Runde - + Lap Time Zwischenzeit - + Lap Time Remaining Verbleibende Rundenzeit - + + Section Time Remaining + Verbleibende Abschnittszeit + + + BikeStress BikeStress - + kJoules kJoule - + W' bal W'Bilanz - + XPower XPower - + Iso Power Normalisierte Leistung (IsoPower) - + Intensity Factor Intensitätsfaktor - + Relative Intensity Relative Intensität - + Skiba Variability Index Skiba Variabilitätsindex - + Variability Index Variabilitätsindex - + Distance Distanz - + Alternate Power Alternative Leistung - + Power Leistung - + Speed Geschwindigkeit - + Virtual Speed Virtuelle Geschwindigkeit - + Cadence Trittfrequenz - + Heart Rate Herzfrequenz - + Target Power Zielleistung - + Average Power ø Leistung - + Average Speed ø Geschwindigkeit - + Average Heartrate ø Herzfrequenz - + Average Cadence ø Trittfrequenz - + Lap Power Rundenleistung - + Lap Speed Rundengeschwindigkeit - + Lap Heartrate Rundenherzfrequenz - + Lap Cadence Rundentrittfrequenz - + Left/Right Balance Links/Rechts Verteilung - + Total Hb Mass Total Hb Masse - + Hb O2 Saturation Hb O2 Sättigung - + Deoxy Hb Deoxy Hb - + Oxy Hb Oxy Hb - + Left Torque Effectiveness Drehmoment-Effektivität - Links - + Right Torque Effectiveness Drehmoment-Effektivität - Rechts - + Left Pedal Smoothness Gleichm. Treten - Links - + Right Pedal Smoothness Gleichm. Treten - Rechts - + Slope Steigung + + + Lap Distance + Rundendistanz + + + + Lap Distance Remaining + Verbleibende Rundendistanz + RealtimePlotWindow @@ -22683,12 +23079,12 @@ RemotePage - + Action Aktion - + ANT+ Command ANT+ Kommando @@ -22712,17 +23108,17 @@ RenameIntervalDialog - + Rename Intervals Intervalle umbenennen - + &OK &OK - + &Cancel Abbre&chen @@ -22791,22 +23187,22 @@ RideCache - + Can't rename %1 to %2 in %3 Kann %1 nicht in %2 in %3 umbenennen - + Problem Saving Ride Cache Problem beim Speichern des Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. Datei: %1 kann nicht zum 'Schreiben' geöffnet werden. Bitte die Dateieigenschaften prüfen. - + seconds Sekunden @@ -23591,7 +23987,7 @@ Verhältnis - + Wheelsize Laufradgröße @@ -23724,27 +24120,27 @@ Ununterbrochene Aufwände und Körner (Leistung) - + Peak Spitze - + Find Suche - + Match Korn - + Climb Aufstieg - + Best Beste @@ -23981,8 +24377,8 @@ - - + + Abort Abbre&chen @@ -24032,91 +24428,101 @@ Fehler - Datei nicht lesbar. - + + Error - Opendata summary. + Fehler - Opendata Zusammenfassung. + + + undefined Undefiniert - + Queued In Warteschlange - + Error - Unknown file type Fehler: Unbekannter Dateityp - + Step 2 of 4: Validating Files Schritt 2 von 4: Prüfe Dateien - - - - - + + + + + Error Fehler - + Parsing... Analysiere... - + Validated Erfolgreich geprüft - + Warning - Warnung - - + Error - Fehler - - + Step 3 of 4: %1 ride(s) are missing the date and time. - Schritt 3 von 4: bei %1 Trainingseinheiten fehlen Datum und Uhrzeit. + Schritt 3 von 4: bei %1 Aktivitäten fehlen Datum und Uhrzeit. - + Step 3 of 4: Change Date/Time or Save to continue. Schritt 3 von 4: Ändern Sie Datum/Uhrzeit oder drücken Sie "Sichern" um fortzufahren. - + More than 24hrs of activities to fit into a day Mehr als 24h Aktivitäten an einem Tag - + Error - Activity file exists - Fehler - Trainingseinheit bereits vorhanden + Fehler - Aktivität bereits vorhanden - + Error - Activity file with same start date/time exists - Fehler - Es gibt bereits eine Trainingseinheit mit dem Startdatum und der Uhrzeit + Fehler - Es gibt bereits eine Aktivität mit dem Startdatum und der Uhrzeit + + + + Processing... + Verarbeite... - + Error - Moving %1 to activities folder Fehler - beim Verschieben von %1 in das /activities Verzeichnis - + Error - Import of activitiy file failed Fehler - Import der Aktivitätsdatei ist gescheitert - + Error - .JSON creation failed Fehler - .JSON konnte nicht erstellt werden @@ -24181,70 +24587,70 @@ Fehler - Datei existiert nicht. - + Save Speichern - + No files for automatic import selected. Keine Dateien für automatischen Import ausgewählt. - + Invalid Selection Ungültige Auswahl - + Auto Import Auto Import - + Automatic import from defined directories is completed. Automatischer Import aus den definierten Verzeichnissen ist abgeschlossen. - + Step 4 of 4: Save to Library Schritt 4 von 4: Datei im Athletenverzeichnis speichern - + Saving... Speichern... - + Saving file... Speichere Datei... - + Error - copy of %1 to import directory failed Fehler - kopieren von %1 ins Importverzeichnis fehlgeschlagen - - + + ; ; - + File Saved Datei gespeichert - + Import Complete. %1 of %2 successful. Import vollständig. %1 von %2 erfolgreich. - - - + + + Finish Fertig @@ -24252,128 +24658,128 @@ RideItem - + Entire Activity Gesamte Aktivität - + 1 second 1 Sekunde - + 5 seconds 5 Sekunden - - + + 10 seconds 10 Sekunden - - + + 15 seconds 15 Sekunden - - + + 20 seconds 20 Sekunden - - + + 30 seconds 30 Sekunden - - + + 1 minute 1 Minute - - + + 5 minutes 5 Minuten - - + + 10 minutes 10 Minuten - - + + 20 minutes 20 Minuten - - + + 30 minutes 30 Minuten - - + + 45 minutes 45 Minuten - - + + 1 hour 1 Stunde - + %1 (%2 watts) %1 (%2 Watt) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE von %1 (%2 Watt) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% BELASTUNG von %1 (%2 Watt) - + L%3 SPRINT of %1 secs (%2 watts) L%3 SPRINT von %1 sek (%2 Watt) - + Climb %1 Aufstieg %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3w %4 kJ) - + TE MATCH TE KORN - + MATCH KORN @@ -24381,95 +24787,105 @@ RideMapWindow - + OpenStreetMap - + Google - + Map Karte - + Show Markers Markierungen anzeigen - + Show Full Plot Gesamtdiagramm anzeigen - + Show Intervals Overlay Intervalle anzeigen - + Open Street Map - Custom Tile Server settings Open Street Map - Benutzerdefinerter Tile Server - + Tile server Tile Server - + Tile server URL Tile Server URL - + OpenStreetMap (default) OpenStreetMap (Default) - + Custom Tile Server A Benutzerdefinierter Tile Server A - + Custom Tile Server B Benutzerdefinierter Tile Server B - + Custom Tile Server C Benutzerdefinierter Tile Server C - + + Google API key + + + + Intervals Intervalle - + Route Route - + No GPS Data Present Keine GPS Daten vorhanden + + + Interval + Intervall + RideMetadata - + Problem Saving Meta Data Problem beim Speichern der Metadaten (Konfiguration) - + File: %1 cannot be opened for 'Writing'. Please check file properties. Datei: %1 kann nicht zum 'Schreiben' geöffnet werden. Bitte die Dateieigenschaften prüfen. @@ -24536,7 +24952,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Datei kann nicht gelesen werden " @@ -24546,13 +24962,13 @@ Datumsbereich - + Device Type: Gerätetyp: - - + + Totals Summen @@ -24562,292 +24978,286 @@ Filter - - + + Averages Durchschnittswerte - - + + Maximums Maxima - - - - + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> - - - - + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> - + Metrics* Metriken* - - - + + + ^(Average|Max) Since Metrics use the "Average" sign in DE, added here. ^(Durchschnitt|Maximale|ø) - - + <h3>Model</h3> <h3>Modell</h3> - - <h3>Modeling<br>%1</h3> - <h3>Berechne<br>%1</h3> - - - + %2 on %1 vs %4 on %3 %2 am %1 vs %4 am %3 - - - + + + dd MMM yy dd.MMM yy - + %2 on %1 vs %3 others %2 am %1 vs %3 andere - - + + Compare Vergleiche - + %1 vs %2 - + %1 vs %2 others %1 vs %2 andere - + Summary Zusammenfassung - + dddd MMMM d, yyyy, hh:mm ddd, dd.MMM yyyy hh:mm - - + + dddd MMMM d yyyy dddd, d.MMMM yyyy - + Metrics Metriken - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds Sekunden - + W' W' - + CP CP - - + + watts Watt - + FTP (watts) FTP (Watt) - + FTP (w/kg) FTP (W/kg) - + P-max Pmax - - + + w/kg W/kg - + <h3>Athlete Bests</h3> <h3>Athleten Bestwerte</h3> - + d MMM yyyy dd.MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Pace Zonen</h3> - - - + + + <h3>Power Zones</h3> <h3>Leistungszonen</h3> - - + + <h3>W'bal Zones</h3> <h3>W'Bilanz Zonen</h3> - + <h3>Heart Rate Zones</h3> <h3>Herzfrequenz Zonen</h3> - + Interval Name Intervallname - - - + + + %1 of %2 %1 von %2 - - + + ride - Trainingseinheit + Aktivität - - + + rides - Trainingseinheiten + Aktivitäten - - - + + + <td align="center">Date</td> <td align="center">Datum</td> - - - + + + <td align="center"></td> <td align="center"></td> - - - + + + dd MMM yyyy dd.MMM yyyy - - + + run Lauf - - + + runs Läufe - - + + swim Schwimmeinheit - - + + swims Schwimmeinheiten - - - - + + + + N/A n.v. - - + + <h3>Heartrate Zones</h3> <h3>Herzfrequenz Zonen</h3> - + Intervals Intervalle - + <p><h2>Errors reading file:</h2><ul> <p><h2>Fehler beim Einlesen der Datei:</h2><ul> @@ -24883,81 +25293,81 @@ RiderPhysPage - - + + kg kg - - + + lb lb - + Default Weight Default Gewicht - + Time dependent measurements Zeitabhängige Körperwerte - + From Date - Time Ab Datum / Uhrzeit - + Comment Kommentar - - + + Update Aktualisieren - + + + - + - - - + Add Hinzufügen - + Delete Löschen - - + + MMM d, yyyy - hh:mm:ss ddd, dd.MMM yyyy - hh:mm:ss - + Source Quelle - + Original Source Ursprungsquelle - + Manual entry Manuelle Eingabe @@ -24988,7 +25398,7 @@ Routes - + Route #%1 Route #%1 @@ -25041,7 +25451,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25049,25 +25459,25 @@ WARNUNG Die von Ihnen gemachten Änderungen an den nachfolgend -aufgelisteten Trainingseinheiten wurden noch nicht gespeichert. +aufgelisteten Aktivitäten wurden noch nicht gespeichert. - + &Save and Exit &Speichern und Beenden - + &Discard and Exit Verwerfen und &Beenden - + &Cancel Exit Beenden Abbre&chen - + Always check for unsaved changes on exit Ungesicherte Änderungen beim Beenden anzeigen @@ -25075,7 +25485,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -25084,12 +25494,12 @@ Sie haben folgende Einstellungen geändert - + Save and Conversion Speichern und Importieren - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -25099,22 +25509,22 @@ Möchten Sie fortfahren? - + &Save and Convert &Speichern und Importieren - + &Discard Changes &Änderungen verwerfen - + &Cancel Save Speichern Abbre&chen - + Always warn me about file conversions Vor Dateiumwandlungen immer warnen @@ -25194,8 +25604,8 @@ - Circumferential Pedal Velocity (cm/s) - Umlaufgeschwindigkeit des Pedals (cm/s) + Circumferential Pedal Velocity (m/s) + Umlaufgeschwindigkeit des Pedals (m/s) @@ -25671,54 +26081,54 @@ SchemePage - + Add Hinzufügen - + Delete Löschen - + + + - + - - - + Short Zone - + Long Langtext - + Percent of CP Prozent der Critical Power - + Maximum of 10 zones reached. Maximale Anzahl von 10 Zonen erreicht. - - + + New Neu - - + + New (%1) Neu (%1) @@ -25779,75 +26189,113 @@ + Season + + + A + + + + + B + + + + + C + C + + + + D + + + + + E + + + + Seasons - - + + All Dates Kompletter Datumsbereich - + This Year Dieses Jahr - + This Month Dieser Monat - + Last Month Letzter Monat - + This Week Diese Woche - + Last Week Letzte Woche - + + Last 24 hours + Letzte 24 Stunden + + + Last 7 days Letzte 7 Tage - + Last 14 days Letzte 14 Tage - + Last 21 days Letzte 21 Tage - + Last 28 days Letzte 28 Tage - + + Last 6 weeks + Letzte 6 Wochen + + + Last 2 months Letzte 2 Monate - + Last 3 months Letzte 3 Monate - + Last 6 months Letzte 6 Monate - + Last 12 months Letzte 12 Monate @@ -25855,64 +26303,64 @@ SeasonsPage - + Add Hinzufügen - + Delete Löschen - + Up Hoch - + Down Runter - - - - + + + + ddd MMM d, yyyy ddd, d.MMM yyyy - + + + - + - - - - + + Name Name - - + + Type Typ - - + + From Von (untere Grenze) - - + + To Bis (obere Grenze) @@ -25950,7 +26398,7 @@ Session RPE - RPE der Trainingseinheit + RPE der Aktivität @@ -26258,7 +26706,7 @@ Workout - Trainingseinheit + Workout @@ -26530,7 +26978,7 @@ If the newly created activity clashes with an existing activity (same date and time) then the wizard will adjust the start time by one or more seconds to avoid losing or overwriting any existing data. Dieser Assistent hilft beim Aufteilen der aktuellen Aktivität in mehrere Einzelaktivitäten. -Er wird Segmente ununterbrochener Aktivität suchen, aus denen ausgewählt werden kann, welche als neue Aktivitäten gespeichert werden sollen. Vorhandene Intervalle können ebenfalls ausgewählt werden. +Er sucht Segmente ununterbrochener Aktivität. Aus diesen kann ausgewählt werden kann, welche als neue Aktivitäten gespeichert werden sollen. Vorhandene Intervalle können ebenfalls ausgewählt werden. Falls eine neu erstellte Aktivität zeitlich mit einer bereits existierenden zusammenfällt, wird der Assistent die Startzeit um einige Sekunden verschieben, um keine vorhandene Aktivität zu überschreiben. @@ -26548,13 +26996,13 @@ Sie müssen SportTracks zuerst autorisieren - - + + Completed. Abgeschlossen. - + Network Error - Upload failed. Netzwerk Fehler - Upload gescheitert. @@ -26841,22 +27289,22 @@ SummaryMetricsPage - + Available Metrics Vorhandene Metriken - + Selected Metrics Ausgewählte Metriken - + Up Hoch - + Down Runter @@ -27603,22 +28051,22 @@ TrainOptionsPage - + Auto-connect devices in Train View Geräte im "Traineren" Modus automatisch verbinden - + Allow multiple devices in Train View Mehrere Geräte im "Traineren" Modus zulassen - + Auto-hide bottom bar in Train View "Bottom Bar" im "Traineren" Modus automatisch ausblenden - + Play sound before new lap Vor jeder neuen Runde einen Ton ausgeben @@ -27626,161 +28074,161 @@ TrainSidebar - + Save workout data - Trainingseinheit speichern + Aktivität speichern - + Devices Geräte - - - - + + + + Menu Menü - + Workouts Workouts - + Media Medien - + VideoSync VideoSync - + Import Workout from File Workout aus Datei importieren - + Get Workouts from ErgDB Workouts von ErgDB laden - + Get Workouts from Today's Plan Workouts von Today's Plan laden - + Create Workout via Wizard Workout mit Assistenten erstellen - + Scan for Workouts Nach Workouts suchen - + Delete selected Workout Ausgewähltes Workout löschen - + Delete %1 selected Workouts %1 ausgwählte Workouts löschen - + Train mode active Trainingsmodus ist aktiv - + Please stop the train mode before closing the window or application. Bitte den Trainingsmodus vor dem Schließen des Fenster oder der Anwendung beenden. - + Remove reference to selected video Referenz zum gewählten Video entfernen - + Import VideoSync from File VideoSync aus Datei impotieren - + Scan for VideoSyncs Nach VideoSycns suchen - + Delete selected VideoSync Ausgewähltes VideoSync löschen - + Are you sure you want to remove the reference to this video? Sind Sie sicher, dass Sie die Referenz zu diesem Video entfernen wollen? - - - + + + Remove Entfernen - + Are you sure you want to delete this VideoSync? Dieses VideoSync löschen? - + The VideoSync file is either not valid or not existing and will be removed from the library. Die VideoSync Datei ist entweder ungültig oder existiert nicht und wird aus der Bibliothek entfernt. - + Are you sure you want to delete this Workout? Dieses Workout löschen? - + Are you sure you want to delete this %1 workouts? Wollen Sie diese %1 Workouts wirklich löschen? - + The Workout file is either not valid or not existing and will be removed from the library. Die Workout Datei ist entweder ungültig oder existiert nicht und wird aus der Bibliothek entfernt. - + Recalibrating steering.. Kalibriere die Steuerung neu.. - - - - + + + + Requesting calibration.. Starte Kalibrierung.. - + Calibrating... Kalibriere... - + Calibrating... Current speed %1 kph Increase speed to %2 kph @@ -27789,14 +28237,14 @@ Erhöhe Geschwindigkeit auf %2 km/h - + Calibrating... Stop pedalling until speed drops to 0 Kalibriere... Nicht treten bis die Geschwindigkeit auf Null gesunken ist - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 @@ -27805,20 +28253,20 @@ Null Offset %2 - - - + + + Calibration failed! Kalibrierung gescheitert! - - + + Unclip or stop pedalling to begin calibration.. Um die Kalibrierung zu starten nicht treten.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 @@ -27827,7 +28275,7 @@ Drehmoment %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 @@ -27836,7 +28284,7 @@ Drehmoment %2 - + Calibrating... Unclip or stop pedalling until process is completed.. Zero Offset %1 @@ -27845,7 +28293,7 @@ Null Offset %1 - + Calibration completed successfully! Zero Offset %1 Slope %2 @@ -27854,118 +28302,118 @@ Steigung %2 - + Fast forward.. Vorspulen.. - + Rewind.. Rückspulen.. - + Increasing intensity.. Intensität erhöhen.. - + Decreasing intensity.. Intensität vermindern.. - + Import Video from File Video aus Datei importieren - + Scan for Videos Nach Videos suchen - - - + + + Delete Löschen - + Resuming.. Weitermachen.. - + Paused.. Unterbrochen.. - + Starting.. Starte.. - + Stopped.. Gestoppt.. - + Connected.. Verbunden.. - + Disconnected.. Getrennt.. - + New lap.. Neue Runde.. - + No Devices Configured Keine Geräte konfiguriert - + Please configure a device in Preferences. Bitte konfigurieren Sie Geräte in den Einstellungen. - + Exiting calibration.. Beende Kalibrierung.. - + Calibration not supported for this device. Kalibrierung ist für dieses Gerät nicht unterstützt. - + Calibrating... Press F3 on Controller when done. Kalibriere... F3 drücken, wenn fertig. - - + + Add Device Gerät hinzufügen - - + + Delete Device Gerät löschen - + Are you sure you want to delete this device? Gerät wirklich löschen? @@ -28075,7 +28523,7 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. @@ -28748,9 +29196,13 @@ Withings - Nokia Health (Withings) - Nokia Health (Withings) + Nokia Health (Withings) + + + + Withings + @@ -28761,43 +29213,38 @@ WithingsDownload - + Golden Cheetah->Preferences GoldenCheetah -> Präferenzen - + Tools->Options Werkzeuge -> Optionen - + Error fetching OAuth credentials. Please make sure to complete the Withings authorization procedure found under %1. Fehler beim Lesen der OAuth Einstellungen. Bitte stellen Sie sicher, dass der Autorisierungsprozess für Withings unter %1 erfolgreich abgeschlossen wurde. - + OAuth Error OAuth Fehler - - Nokia Health (Withings) Data Download - Nokia Health (Withings) Daten herunterladen - - - - + + Error Fehler - + There was an error during fetching. Please check the error description. Bei der Autorisierung ist ein Fehler aufgetreten. Bitte prüfen Sie die Fehlerbeschreibung. - + Error parsing Withings API response. Please check the error description. Fehler beim Parsen der Withings API Antwort. Bitte überprüfen Sie die Fehlerbeschreibung. @@ -28964,7 +29411,7 @@ Sichern der Datei gescheitert. - + Intensity Intensität @@ -29055,24 +29502,24 @@ XDataDialog - + xData xData - + Data Series Datenreihe - - + + Add Hinzufügen - - + + Delete Löschen @@ -29151,32 +29598,32 @@ XDataSeriesSettingsDialog - + Name Name - + Units Maßeinheiten - + Cancel Abbrechen - + OK Ok - + Error Fehler - + Name is blank Name ist leer @@ -29184,48 +29631,48 @@ XDataSettingsDialog - + xData xData - + Data Series Datenreihe - + Units Maßeinheiten - + Series %1 Datenreihe %1 - + Cancel Abbrechen - + OK Ok - - + + Error Fehler - + XData name is blank XData Name ist leer - + Must have at least one data series. Es muss mind. eine Datenserie geben. @@ -29371,7 +29818,7 @@ Percent of Time in Power Zone 1. - Prozentanteil der Zeit in der Leistungszone 1. + Prozent der Zeit in der Leistungszone 1. @@ -29384,7 +29831,7 @@ Percent of Time in Power Zone 10. - Prozentanteil der Zeit in der Leistungszone 10. + Prozent der Zeit in der Leistungszone 10. @@ -29397,7 +29844,7 @@ Percent of Time in Power Zone 2. - Prozentanteil der Zeit in der Leistungszone 2. + Prozent der Zeit in der Leistungszone 2. @@ -29410,7 +29857,7 @@ Percent of Time in Power Zone 3. - Prozentanteil der Zeit in der Leistungszone 3. + Prozent der Zeit in der Leistungszone 3. @@ -29423,7 +29870,7 @@ Percent of Time in Power Zone 4. - Prozentanteil der Zeit in der Leistungszone 4. + Prozent der Zeit in der Leistungszone 4. @@ -29436,7 +29883,7 @@ Percent of Time in Power Zone 5. - Prozentanteil der Zeit in der Leistungszone 5. + Prozent der Zeit in der Leistungszone 5. @@ -29449,7 +29896,7 @@ Percent of Time in Power Zone 6. - Prozentanteil der Zeit in der Leistungszone 6. + Prozent der Zeit in der Leistungszone 6. @@ -29462,7 +29909,7 @@ Percent of Time in Power Zone 7. - Prozentanteil der Zeit in der Leistungszone 7. + Prozent der Zeit in der Leistungszone 7. @@ -29475,7 +29922,7 @@ Percent of Time in Power Zone 8. - Prozentanteil der Zeit in der Leistungszone 8. + Prozent der Zeit in der Leistungszone 8. @@ -29488,33 +29935,33 @@ Percent of Time in Power Zone 9. - Prozentanteil der Zeit in der Leistungszone 9. + Prozent der Zeit in der Leistungszone 9. ZonePage - + Sport Sport - + Bike Radfahren - + Run Laufen - + Critical Power Critical Power - + Default Vorschlagswerte @@ -29755,114 +30202,114 @@ Neuromuscular - Neuromuskulär + Neuromuskulaer - + Zone defaults must be specified at head of %1 file Zonen Defaultwerte müssen am Anfang der Datei %1 definiert sein - + Only one set of zone defaults may be specified in %1 file In Datei %1 darf nur eine Gruppe von Zonen Defaultwerten definiert sein - + line %1: read new range without reading any zones for previous one Zeile %1: Lese einen neue Bereich, ohne im vorherigen Zonen gelesen zu haben - + line %1: read zone without preceding date range zeile %1: Lese Zone ohne einen zugehörigen Datumsbereich - - + + attempt to set zone based on % of CP without setting CP in line number %1. CP ist nicht in Zeile %1 eingetragen - kann Zone nicht in % von CP erstellen. - + file ended without reading any zones for last range Datei endete, ohne eine Zone für den letzen Bereich zu enthalten - + Setting end date of range %1 to start date of range %2. Setze Ende des Bereiches %1 als Start vom Bereich %2. - + Extending final range %1 to infinite to include present date. Erweitere letzten Bereich %1 auf "unendlich" um das aktuelle Datum immer zu beinhalten. - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Bereich %1: Passe Obergrenze von Zone %2 (%3) an die Untergrenze von Zone %4 (%5) an. - + Range %1: setting top of zone %2 from %3 to MAX. Bereich %1: Setze Obergrenze von Zone %2 von %3 auf den Maximalwert. - + Critical Power (watts): %1 Critical Power (Watt): %1 - + <td align="center">Low (watts)</td> <td align="center">Untergrenze (Watt)</td> - + <td align="center">High (watts)</td> <td align="center">Obergrenze (Watt)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Problem beim Speichern der Leistungszonen - + File: %1 cannot be opened for 'Writing'. Please check file properties. Datei: %1 kann nicht zum 'Schreiben' geöffnet werden. Bitte die Dateieigenschaften prüfen. - + <td align="center">Zone</td> <td align="center">Zone</td> - + CP must be greater than zero in zone range %1 of %2 CP muss im Zonenbereich %1 von %2 größer als Null sein - + <td align="center">Description</td> <td align="center">Beschreibung</td> - + <td align="center">Time</td> <td align="center">Zeit in Zone</td> @@ -30053,27 +30500,27 @@ deviceModel - + Device Name Gerätename - + Device Type Gerätetyp - + Port Spec Port Spezifikationen - + Profile Profil - + Virtual Virtuell @@ -30081,12 +30528,12 @@ hrv_recovery_points - + HRV Recovery Points HRV Recovery Points - + Natural Log transform of rMSSD, measured at rest @@ -30132,18 +30579,18 @@ rest_hf - + Rest HF HRV - Rest HF - + msec^2 - + High Frequency Power HRV, measured at rest @@ -30181,7 +30628,7 @@ - + Low Frequency Power HRV, measured at rest diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_es.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_es.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_es.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_es.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower PotenciaA Media - - + + watts vatios - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. Potencia media ajustada teniendo en cuenta el efecto de la altitud en el VO2max y, por lo tanto, en la potencia. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device No se puede abrir dispositivo ANT+ @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max Porcentaje de la Potencia Max - + Power as percent of Pmax according to Power Zones Potencia promedio expresada como porcentaje de la Pmax de acuerdo a las zonas de potencia @@ -49,22 +73,21 @@ Acerca de GoldenCheetah - + About Acerca de - + Version Versión - Config - Configuración + Configuración - + Contributors Desarrolladores @@ -72,22 +95,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) Constante de tiempo ECP (días) - + LTS average (days) Constante de tiempo ELP (días) - + PMC Stress Balance Today Balance de Estrés Hoy @@ -99,69 +122,69 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Programa de Análisis de Potencia en Ciclismo<br>para Linux, Mac, y Windows<p>GoldenCheetah está licenciado bajo la<br><a href="http://www.gnu.org/copyleft/gpl.html">Licencia Pública General GNU</a>.<p>el código fuente se puede obtener desde<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Los archivos de actividades y otros datos se almacenan en<br><a href="%1">%2</a><p>Marcas registradas utilizadas con autorización<br>BikeStress, IsoPower, IF cortesía de <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore cortesía de <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed cortesía de Tom Compton <a href="http://www.analyticcycling.com">Analytic Cycling</a>.<br><br>El módulo de temperatura corporal central fue desarrollado por el <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> y está pendiente de patentamiento<br></center> - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname Apodo - + Date of Birth Fecha de Nacimiento - + Sex Sexo - - - + + + Height (%1) Altura (%1) - - + + cm - - + + in " - + Male Masculino - + Female Femenino - + Crank Length Largo Palancas/Bielas - + Wheelsize Tamaño de rueda - + mm @@ -182,12 +205,12 @@ veces el atleta se cierra - 0 significa nunca - + Choose Picture Seleccionar foto - + Images (*.png *.jpg *.bmp) Imágenes (*.png *.jpg *.bmp) @@ -238,12 +261,12 @@ ActivityCRC - + Checksum Suma de comprobación - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Una suma de comprobación para la actividad, se puede utilizar para disparar actualizaciones de datos precalculados en programas R. @@ -251,12 +274,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -264,49 +287,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise Autorizar - + URL - + Key (optional) - + Username Nombre Usuario - + Password Clave - + Token - + + Message + + + + %1 Credentials and authorisation @@ -314,63 +342,85 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities Actividades - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures - Medidas + + Measurements + - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar - Calendario + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + - - Sync planned workouts to WebDAV and CalDAV calendars. - + Measures + Medidas + + + + Calendar + Calendario AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard Asistente para Agregar Dispositivos @@ -378,409 +428,409 @@ AddFinal - + Done Listo - + Confirm configuration and add device Confirmar configuración y agregar dispositivo - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. Vamos a agregar un nuevo dispositivo con la configuración que se muestra más abajo. Por favor tómese un momento para revisarla y luego presione Finalizar para agregar el dispositivo y completar este asistente, o presione el botón de retroceder para realizar cambios. - + Name* Nombre* - + Port Puerto - + Profile Perfil - + Virtual Virtual - + mm - + Wheel Size Tamaño de Rueda - + None Ninguno - + Power - Kurt Kinetic Cyclone Potencia - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Potencia - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Potencia - Cyclops Fluid 2 - + Power - BT Advanced Training System Potencia - BT Advanced Training System - + Power - LeMond Revolution Potencia - LeMond Revolution - + Power - 1UP USA Trainer Potencia - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Potencia - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Potencia - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Potencia - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Potencia - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Potencia - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Potencia - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Potencia - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Potencia - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Potencia - Saris Powerbeam Pro - + Power - Tacx Satori (2) Potencia - Tacx Satori (2) - + Power - Tacx Satori (4) Potencia - Tacx Satori (4) - + Power - Tacx Satori (6) Potencia - Tacx Satori (6) - + Power - Tacx Satori (8) Potencia - Tacx Satori (8) - + Power - Tacx Satori (10) Potencia - Tacx Satori (10) - + Power - Tacx Flow (0) Potencia - Tacx Flow (0) - + Power - Tacx Flow (2) Potencia - Tacx Flow (2) - + Power - Tacx Flow (4) Potencia - Tacx Flow (4) - + Power - Tacx Flow (6) Potencia - Tacx Flow (6) - + Power - Tacx Flow (8) Potencia - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Potencia - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Potencia - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Potencia - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Potencia - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Potencia - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Potencia - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Potencia - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Potencia - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Potencia - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Potencia - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Potencia - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Potencia - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Potencia - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Potencia - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Potencia - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Potencia - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Potencia - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Potencia - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Potencia - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) Potencia - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Potencia - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Potencia - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Potencia - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid Potencia - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Potencia - Tacx Sirius (1) - + Power - Tacx Sirius (2) Potencia - Tacx Sirius (2) - + Power - Tacx Sirius (3) Potencia - Tacx Sirius (3) - + Power - Tacx Sirius (4) Potencia - Tacx Sirius (4) - + Power - Tacx Sirius (5) Potencia - Tacx Sirius (5) - + Power - Tacx Sirius (6) Potencia - Tacx Sirius (6) - + Power - Tacx Sirius (7) Potencia - Tacx Sirius (7) - + Power - Tacx Sirius (8) Potencia - Tacx Sirius (8) - + Power - Tacx Sirius (9) Potencia - Tacx Sirius (9) - + Power - Tacx Sirius (10) Potencia - Tacx Sirius (10) - + Stride Length (cm) Largo de Paso (cm) - + Selected by default Seleccionado por defecto - + Power Potencia - + Heartrate Frec. Cardíaca - + Speed Velocidad - + Cadence Cadencia @@ -788,58 +838,58 @@ AddFinish - + Done Listo - + Add Cloud Account - + URL - + Key - + Username Nombre Usuario - - + + Password Clave - + Token - + Folder Carpeta - + Athlete ID - + Sync on start - + Sync on import @@ -847,27 +897,27 @@ AddFirmware - + Select Firmware Seleccionar Firmware - + Select Firmware for Tacx Fortius Seleccionar Firmware para Tacx Fortius - + Browse Buscar - + Copy to Library Copiar a la biblioteca - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -888,22 +938,74 @@ Si usted elige copiar a la biblioteca el archivo será copiado a la biblioteca GoldenCheetah, caso contrario será utilizado desde su ubicación original. - + File: Archivo: - + Open File Abrir Archivo - + Intel Firmware File (*.hex) Archivo de Firmware Intel (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Buscar + + + + Copy to Library + Copiar a la biblioteca + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + Archivo: + + + + Open File + Abrir Archivo + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1082,63 +1184,63 @@ AddPair - + Pair Devices Emparejar Dispositivos - + Search for and pair ANT+ devices Buscar y emparejar dispositivos ANT+ - + Sensor - + ANT+ Id - + Value Valor - + Status Estado - - + + none Ninguno - + Un-Paired No apareado - + Unused No utilizado - + Master Maestro - + Searching... Buscando... - + Paired Apareado @@ -1146,58 +1248,58 @@ AddPairBTLE - + Pair Devices Aparear Dispositivos - + Search for and pair Bluetooth 4.0 devices Buscar y aparear dispositivos Bluetooth 4.0 - + Sensor - + BLE Id Id BLE - + Value Valor - + Status Estado - - + + none Ninguno - + Un-Paired No apareado - + Unused No usado - + Searching... Buscando... - + Paired Apareado @@ -1205,29 +1307,29 @@ AddSearch - + Scan for connected devices Buscar dispositivos conectados - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. Por favor asegúrese que el dispositivo está conectado, encendido y funcionando. Buscaremos el tipo de dispositivo elegido en los puertos existentes. - + Search Buscar - + If your device is not found you can select the device port manually by using the selection box below. Si su dispositivo no fué encontrado usted puede seleccionar el puerto manualmente utilizando el diálogo de selección más abajo. - + Device found. Click Next to Continue @@ -1237,22 +1339,22 @@ Presione Siguiente para Continuar - + %1 Search Buscar %1 - + Select COM port Seleccione el puerto COM - + Search Again Buscar Nuevamente - + Device found (%1). Press Next to Continue @@ -1262,7 +1364,7 @@ Presione Siguiente para Continuar - + Device found. Press Next to Continue @@ -1272,12 +1374,12 @@ Presione Siguiente para Continuar - + Stop Searching Detener la búsqueda - + Search again Buscar nuevamente @@ -1285,12 +1387,12 @@ AddService - + Account Type - + Select the cloud service type @@ -1298,42 +1400,42 @@ AddSettings - + Cloud Service Settings - + Folder Carpeta - + Browse Buscar - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory Elegir Carpeta del Atleta @@ -1341,12 +1443,12 @@ AddType - + Select Device Seleccionar Dispositivo - + What kind of device to add Qué tipo de dispositivo agregar @@ -1381,63 +1483,68 @@ Aerolab - - + + Elevation (m) Elevación (m) - + Distance (km) Distancia (km) - + V-Elevation Altimetría Virtual - + Elevation Altimetría - + Elevation (') Altimetría (') - + Distance Distancia - + Time (minutes) Tiempo (minutos) - + + No ride selected + + + + Estimates out-of-range Valores estimados fuera de rango - + At least two segments must be independent Al menos dos segmentos deben ser independientes - + At least two segments must be defined Deben definirse al menos dos segmentos - + Altitude and Power data must be present Deben existir datos de potencia y altimetría - + No activity selected No hay actividad seleccionada @@ -1510,7 +1617,7 @@ &Guardar parámetros - + Estimate CdA and Crr Estimar CdA y Crr @@ -1518,22 +1625,21 @@ AllPlot - - - + + + Power Potencia - + Heart Rate Frec. Cardíaca - - - - + + + Speed Velocidad @@ -1551,7 +1657,7 @@ - + W' Balance (kJ) @@ -1568,24 +1674,24 @@ - - - + + + SmO2 - - - + + + Slope Pendiente - + Hb @@ -1610,311 +1716,316 @@ Tau=%1, PC=%2, W'=%3, %4 cartuchos >2kJ (%5 kJ) %6 - - - + + + Cadence Cadencia - - - + + + Core Temp Temp. Central - - + + Heartrate Frec. Cardíaca - - - - + + + + R-R - - - + + + Acceleration Aceleración - - - + + + Power Delta Delta Potencia - - - + + + Cadence Delta Delta Cadencia - - - + + + Torque Delta Delta Par - - - + + + Heartrate Delta Delta Frec. Card - - + + W'bal - - - + + + Altitude Altitud - - - + + + Alt/Slope Alt/Pendiente - - + + Headwind Viento en contra - - - + + + Temperature Temperatura - - - + + + Vertical Oscillation Oscilación Vertical - - - + + + Run Cadence Frecuencia de Paso - - - + + + GCT - - - - + + + + Gear Ratio Multiplicación - - - + + + tHb - - - + + + O2Hb - - - + + + HHb - - + + Left/Right Pedal Center Offset Desplazamiento del Centro del Pedal Izq/Der - - + + Left Power Phase Fase de Potencia Izq - - + + Right Power Phase Fase de Potencia Der - - + + Left Peak Power Phase Fase de Potencia Pico Izq - - + + Right Peak Power Phase Fase de Potencia Pico Der - + Left Pedal Center Offset Desplazamiento del Centro del Pedal Izq - + Right Pedal Center Offset Desplazamiento del Centro del Pedal Der - + min/km min/km - + min/mile min/milla - - + + %1 %2 - + min/100m - + min/100yd - - - + + W' + + + + + + Torque Par - - - + + + Anaerobic TISS TISS Anaeróbico - - - + + + Aerobic TISS TISS Aeróbico - - - + + + IsoPower - - - + + + xPower xPower - - - + + + Left Pedal Smoothness Fluidez Pedal Izq - - - + + + Right Pedal Smoothness Fluidez Pedal Der - - - + + + Left Torque Efficiency Eficiencia de Par Izq - - - + + + Right Torque Efficiency Eficiencia de Par Der - - + + L/R Balance Balance I/D - - - + + + aPower - + Matches Cartuchos - + Left Balance Balance Izq - + Right Balance Balance Der @@ -2211,7 +2322,7 @@ AllPlotWindow - + Smooth Suavizado @@ -2362,58 +2473,62 @@ Tiempo de Contacto - + + Cadence + + + + SmO2 - + Moxy - + tHb - + O2Hb - + HHb - + Heart Rate Frec. Cardíaca - + Data series Series de Datos - + R-R Rate - + Core Temperature Temperatura Central - + Speed Velocidad - - + Cadence Cadencia @@ -2434,13 +2549,13 @@ - + Name Nombre - + Formula Fórmula @@ -2460,143 +2575,143 @@ Abajo - + Altitude Altitud - + Temperature Temperatura - + Headwind Viento en contra - + Torque Par - + Gear Ratio Multiplicación - + Slope Pendiente - + No Alt/Slope Sin Alt/Pendiente - + 0.1km|mi - 1min - + 0.5km|mi - 5min - + 1.0km|mi - 10min - - + + Alt/Slope Alt/Pendiente - + Anaerobic TISS TISS Anaeróbico - + Metrics Métricas - + Aerobic TISS TISS Aeróbico - + Iso Power Potencia Normalizada - + Skiba xPower - + Altitude Power Potencia en Altitud - + W' balance Balance W'(J) - + Time of day Hora del día - + Intervals Intervalos - + Selection #%1 Selección #%1 - + Power + shade Potencia + sombreado - + Power - shade Potencia - sombreado - + No Power Sin Potencia - + Shading Sombreado - + Time Tiempo - + Distance Distancia - + X Axis Eje X @@ -2604,43 +2719,43 @@ AnalysisSidebar - + Calendar Calendario - + Activities Actividades - - + + Menu Menú - + Intervals Intervalos - + Save Changes Guardar Cambios - + Revert to Saved version Volver a la versión guardada - + Delete Activity Eliminar Actividad - + Split Activity Dividir Actividad @@ -2649,124 +2764,139 @@ Cargar Actividad al Calendario - + Show Column Chooser Mostrar Selección de Columnas - + Do Not Show In Groups No mostrar en Grupos - + Group By Agrupar Por - + Expand All Expandir Todo - + Collapse All Colapsar Todo - + Reset to default Restablecer Columnas por defecto - + Sort User Intervals Ordenar intervalos - + + Mark as a performance test + + + + Rename route Renombrar recorrido - + Stop tracking this segment Detener seguimiento de este segmento - + + Create a performance test + + + + Create a route segment Crear un segmento de ruta - + + Performance Test + + + + Delete Interval Borrar intervalo - + Unable to delete interval Imposible borrar intervalo - - + + Find Intervals... Buscar intervalos... - + Zoom out Alejar - - + + Zoom to interval Enfocar intervalo - - + + Edit interval Editar Intervalo - - + + Delete interval Borrar intervalo - - + + Rename selected intervals Renombrar intervalos seleccionados - - + + Delete selected intervals Borrar intervalos seleccionados - + Zoom Out Alejar - - + + Find Intervals Buscar Intervalos - + No activity selected No hay actividad seleccionada - + Current activity contains no data La actividad seleccionada no tiene datos @@ -2841,7 +2971,7 @@ AppendXDataPointsCommand - + Append XData Points Agregar Puntos XData @@ -2849,202 +2979,206 @@ Athlete - + Pace Zones File %1 Error Error en Archivo de Zonas de Ritmo %1 - + Athlete Weight Peso del Atleta - + Time In Power Zone Tiempo en Zonas de Potencia - + Sustained Time In Zone Tiempo Sostenido en Zona - + Time In HR Zone Tiempo en Zonas de FC - + Power Distribution Distribución de Potencia - + Vo2max Estimation VO2Máx Estimado - + KPI Tracker Seguimiento KPI - + Critical Power Trend Tendencia de la Potencia Crítica - + Aerobic Power Potencia Aeróbica - + Power Variance Variación de Potencia - + Power Profile Perfil de Potencia - + Anaerobic Power Potencia Anaeróbica - + Power & Speed Trend Tendencia de Potencia y Velocidad - + Tempo & Threshold Time Tiempo en Tempo y Umbral - + Training Mix Mezcla de Entrenamiento - + Time & Distance Tiempo y Distancia - + + BikeStress and BikeIntensity + + + + Zones File %1 Error Error en Archivo de Zonas %1 - + Reading Zones File %1 Leyendo Archivo de Zonas %1 - + HR Zones File %1 Error Error en Archivo de Zonas de FC %1 - + Reading HR Zones File %1 Leyendo Archivo de Zonas de FC %1 - + Time in W' Zone Tiempo en Zonas W' - + BikeScore and Intensity BikeScore e Intensidad - BikeStress and IF - BikeStress e IF + BikeStress e IF - + Stress and Distance Estrés y Distancia - + Calories vs Duration Calorías vs Duración - + Stress (TISS) Estrés (TISS) - + Aerobic Response Respuesta Aeróbica - + Anaerobic Response Respuesta Anaeróbica - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) PMC (Distancia) - + PMC (Duration) PMC (Duración) - + CP History Histórico PC - + CP Analysis Análisis de Potencia Crítica - + PMC (TriScore) - + Time in Pace Zones Tiempo en Zonas de Ritmo - + Run Pace Ritmo de Carrera - + Swim Pace Ritmo de Nado @@ -3052,49 +3186,49 @@ AthleteBackup - + Abort Backup and Reset Counter Abortar Resguardo y Restablecer Contador - + Select Backup Directory Elegir Directorio de Resguardo - - - - - - - - + + + + + + + + Athlete Backup Resguardo del Atleta - + No backup directory selected - backup aborted No se ha seleccionado carpeta de resguardo - Resguardo cancelado - + Any unsaved data will not be included into the backup .zip file. Los datos no guardados no serán incluídos en el archivo .zip de resguardo. - + Do you want to proceed? - + Abort Backup Cancelar Resguardo - + Backup successfully stored in %1 @@ -3104,81 +3238,113 @@ Resguardo almacenado en %1 - + No files found for athlete %1 - all athlete sub-directories are empty. No se encontraron archivos para el atleta %1 - todos los sub-directorios están vacíos. - + Not enough space available on disk: %1 - no backup .zip file created No hay suficiente espacio disponible en el disco: %1 - no se creó el archivo .zip de resguardo - - + + Directory %1 not available. No backup .zip file created for athlete %2. El directorio %1 no está disponible. No se creará un achivo .zip de resguardo para el atleta %2. - + Backup file %1 cannot be created. No se puede crear el archivo de Resguardo %1. - + Adding files to backup %1 for athlete %2 ... Agregando archivos al resguardo %1 para el atleta %2 ... + AthleteBones + + + Athlete Bones + + + + + kg + kg + + + + lbs + + + + + Athlete bones in kg or lbs from body measurements + + + + AthleteConfig - + About Acerca de - Measures - Medidas + Medidas - + Power Zones Zonas de Potencia - + Heartrate Zones Zonas de FC - + Pace Zones Zonas de Ritmo - + Model Modelo - - Zones + + Measurements - + + HRV + + + + + Zones + + + + Accounts - + Auto Import Importación Automática - + Backup @@ -3202,7 +3368,7 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements @@ -3213,19 +3379,19 @@ AthleteFatP - + Athlete Bodyfat Percent Porcentaje Grasa Corporal del Atleta - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements @@ -3236,23 +3402,23 @@ AthleteLean - + Athlete Lean Weight Masa Magra del Atleta - + kg kg - + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Lean Weight in kg or lbs from body measurements @@ -3261,6 +3427,29 @@ + AthleteMuscles + + + Athlete Muscles + + + + + kg + kg + + + + lbs + + + + + Athlete muscles in kg or lbs from body measurements + + + + AthleteWeight @@ -3279,7 +3468,7 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default @@ -3290,52 +3479,52 @@ AutoImportPage - + + - + - - + Browse Buscar - + Add Agregar - + Delete Eliminar - + Up Arriba - + Down Abajo - + Directory Carpeta - + Import Rule Regla de Importación - + Enter directory or press [Browse] to select Ingrese carpeta o presione [Buscar] para seleccionar @@ -3362,18 +3551,18 @@ AvgCadence - + Average Cadence Cadencia Media - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 Cadencia Media, calculada cuando la Cadencia > 0 @@ -3381,18 +3570,18 @@ AvgCoreTemp - + Average Core Temperature Temperatura Central Media - - + + C - + Average Core Temperature. The core body temperature estimate is based on HR data La Temperatura Corporal Central estimada en base a datos de FC @@ -3400,18 +3589,18 @@ AvgHeartRate - + Average Heart Rate Frec. Cardíaca Media - - + + bpm ppm - + Average Heart Rate computed for samples when hr is greater than zero Frecuencia Cardíaca Media calculada sobre las muestras donde la FC es mayor a cero @@ -3419,22 +3608,22 @@ AvgLPCO - + Average Left Pedal Center Offset Desplazamiento del Centro del Pedal Izq medio - + mm - + in " - + Platform center offset is the location on the left pedal platform where you apply force, on average. La ubicación sobre la plataforma del pedal izquierdo donde se aplica la fuerza, en promedio. @@ -3442,17 +3631,17 @@ AvgLPP - + Average Left Power Phase Length Rango de Fase de Potencia Izq media - + ° - + It is the left pedal stroke region length where you produce positive power, on average. La longitud de la región de la pedaleada izquierda donde se produce potencia positiva, en promedio. @@ -3460,17 +3649,17 @@ AvgLPPB - + Average Left Power Phase Start Inicio de Fase de Potencia Izq media - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. El ángulo de la pedaleada izquierda donde se comienza a producir potencia positiva, en promedio. @@ -3478,17 +3667,17 @@ AvgLPPE - + Average Left Power Phase End Fin de Fase de Potencia Izq media - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. El ángulo de la pedaleada izquierda donde finaliza la producción de potencia positiva, en promedio. @@ -3496,17 +3685,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Rango de Fase de Potencia Pico Izq media - + ° - + It is the left pedal stroke region length where you produce peak power, on average. La longitud de la región de la pedaleada izquierda donde se produce la potencia pico, en promedio. @@ -3514,17 +3703,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Inicio Fase de Potencia Pico Izq media - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. El ángulo de la pedaleada izquierda donde comienza la producción de potencia pico, en promedio. @@ -3532,17 +3721,17 @@ AvgLPPPE - + Average Left Peak Power Phase End Fin de Fase de Potencia Pico Izq media - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. El ángulo de la pedaleada izquierda donde finaliza la producción de potencia pico, en promedio. @@ -3550,18 +3739,18 @@ AvgLPS - + Average Left Pedal Smoothness Fluidez Media Pedal Izq - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. Mide que tan redondo es el pedaleo del lado izquierdo, en promedio. @@ -3569,18 +3758,18 @@ AvgLTE - + Average Left Torque Effectiveness Efectividade Media Pedal Izq - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. Mide cuanto de la potencia aplicada al pedal izquierdo lo hace avanzar, en promedio. @@ -3588,18 +3777,18 @@ AvgPower - + Average Power Potencia Media - - + + watts vatios - + Average Power from all samples with power greater than or equal to zero Potencia media considerando todas las muestras con potencia mayor o igual a cero @@ -3607,22 +3796,22 @@ AvgRPCO - + Average Right Pedal Center Offset Desplazamiento del Centro del Pedal Der medio - + mm - + in " - + Platform center offset is the location on the right pedal platform where you apply force, on average. La ubicación sobre la plataforma del pedal derecho donde se aplica la fuerza, en promedio. @@ -3630,17 +3819,17 @@ AvgRPP - + Average Right Power Phase Length Rango de Fase de Potencia Der media - + ° - + It is the right pedal stroke region length where you produce positive power, on average. La longitud de la región de la pedaleada derecha donde se produce potencia positiva, en promedio. @@ -3648,17 +3837,17 @@ AvgRPPE - + Average Right Power Phase End Fin de Fase de Potencia Der media - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. El ángulo de la pedaleada derecha donde finaliza la producción de potencia positiva, en promedio. @@ -3666,17 +3855,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Rango de Fase de Potencia Pico Der media - + ° - + It is the right pedal stroke region length where you produce peak power, on average. La longitud de la región de la pedaleada derecha donde se produce la potencia pico, en promedio. @@ -3684,17 +3873,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Inicio Fase de Potencia Pico Der media - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. El ángulo de la pedaleada derecha donde comienza la producción de potencia pico, en promedio. @@ -3702,17 +3891,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Fin de Fase de Potencia Pico Der media - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. El ángulo de la pedaleada derecha donde finaliza la producción de potencia pico, en promedio. @@ -3720,18 +3909,18 @@ AvgRPS - + Average Right Pedal Smoothness Fluidez Media Pedal Der - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. Mide que tan redondo es el pedaleo del lado derecho, en promedio. @@ -3739,18 +3928,18 @@ AvgRTE - + Average Right Torque Effectiveness Efectividade Media Pedal Der - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. Mide cuanto de la potencia aplicada al pedal derecho lo hace avanzar, en promedio. @@ -3758,17 +3947,17 @@ AvgRTPP - + Average Right Power Phase Start Inicio Fase de Potencia Der media - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. El ángulo de la pedaleada derecha donde comienza la producción de potencia pico, en promedio. @@ -3829,18 +4018,18 @@ AvgSmO2 - + Average SmO2 SmO2 media - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Saturación Media de Oxígeno a nivel Muscular, el porcentaje de la hemoglobina que está transportando oxígeno. @@ -3848,22 +4037,22 @@ AvgSpeed - + Average Speed Velocidad Media - + kph km/h - + mph mph - + Average Speed in kph or mph, computed from distance over time when speed not zero Velocidad Media en km/h o millas/h, calculada como distancia sobre tiempo cuando la velocidad no es cero @@ -3890,22 +4079,22 @@ AvgTemp - + Average Temp Temperatura Media - + C - + F - + Average Temp from activity data Temperatura Media obtenida de los datos de la actividad @@ -3913,18 +4102,18 @@ AvgtHb - + Average tHb tHg media - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentración Total Media de Hemoblobina. Los gramos totales de hemoglobina por decilitro. @@ -3932,27 +4121,27 @@ BackupPage - + Auto Backup Folder Carpeta Auto Resguardo - + Browse Buscar - + Auto Backup execution every Auto Resguardo cada - + times the athlete is closed - 0 means never veces el atleta se cierra - 0 significa nunca - + Choose Backup Directory Elegir Carpeta de Resguardo @@ -4382,22 +4571,22 @@ BestsMetricsPage - + Available Metrics Métricas Disponibles - + Selected Metrics Métricas Seleccionadas - + Up Arriba - + Down Abajo @@ -4411,6 +4600,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + Puntaje del estrés del entrenamiento en base a datos de potencia que toma en cuenta la duración y la intensidad, se puede calcular como 100 * horas * IF^2 + + + BingMap Route @@ -4585,15 +4782,69 @@ + BodyMeasures + + + Weight + Peso + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4638,7 +4889,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4686,7 +4937,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4721,43 +4972,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download - Descargar + + Download completed. + - - Close - Cerrar + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input - + + Download + Descargar + + + + Close + Cerrar - - Downloading of body measures failed with error: %1 + + Invalid date range - please check your input @@ -4784,122 +5040,122 @@ CPPage - - + + Update Modificar - - + + + - - + + - - - + + Add Agregar - - + + Delete Eliminar - + Def - - + + From Date Desde - - + + Critical Power Potencia Crítica - - + + FTP PUF - - + + W' - - + + Pmax Pmáx - - - + + + MMM d, yyyy - + Short Corto - + Use CP for all metrics Usar PC para todas las métricas - + Use FTP for Coggan metrics Usar PUF para métricas de Coggan - + Long Largo - + From Watts Desde vatios - - + + CP must be > 0 PC debe ser > 0 - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) @@ -4907,396 +5163,416 @@ CPPlot - - + + Interval Length Duración del Intervalo - + Average Power (watts) Potencia Media (vatios) - - - + + + Percent of Best Porcentaje del Mejor - + Total work Trabajo Total - + + kJ kJ - + Power Potencia - - - - + + + + watts vatios - + Veloclinic Plot Gráfico Veloclinic - + + J - + Cadence Cadencia - + rpm rpm - + Heartrate Frec. Cardíaca - + bpm ppm - + Watts delta Delta Potencia - + watts/s - + Cadence delta Delta Cadencia - + rpm/s - + Torque delta Delta Par - + nm/s - + Heartrate delta Delta Frec. Card - + bpm/s ppm/s - + Acceleration Aceleración - + m/s/s - + Speed Velocidad - + kph km/h - + Pedal Force Fuerza en los Pedales - + nm - + Iso Power Potencia Normalizada - + Altitude Power Potencia en Altitud - + xPower xPower - + Watts per kilogram Vatios por Kilogramo - - + + w/kg vatios/kg - + Watts per lb vatios/lb - - + + w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour m/hora - + Power (W) Potencia (V) - - - Rank - Rango + Rango - - + + W' - + %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP PC - - - + + %1 w - - FTP - PUF + PUF - - + + Pmax Pmáx - + %1 J/kg - - - + + %1 w/kg %1 vatios/kg - + D' - kph %1 mph - km/h %1 millas/h + km/h %1 millas/h - + + %1 mph %1 millas/h - + %1 km - + %1 mi %1 millas - + + + + + %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV VC - + + % + % + + + + %1 kph %1 km/h - FTV - VUF + VUF - + Vmax Vmáx - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + ddd MMM d, yyyy hh:mm - + Bests Mejores - + ddd, dd MMM yyyy - - + + Percent of Best / Heat Activities Porcentaje del Mejor / Mapa de Calor - - + + Heat Activities Actividades Mapa de Calor - + Activities Actividades - + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %10 % @@ -5317,98 +5593,98 @@ CVPage - - + + Update Modificar - - + + + - - + + - - - + + Add Agregar - - + + Delete Eliminar - + Def - - + + From Date Desde - - + + Critical Velocity Velocidad Crítica - + Metric Pace Ritmo en unidades métricas - - - + + + MMM d, yyyy - + Short Corto - + Long Largo - + From Desde - + CV must be > 0 VC debe ser > 0 - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) @@ -5416,60 +5692,78 @@ CalDAV - - - + + + Missing Preferences Faltan Preferencias - - + + CalID or CalDAV Url is missing in preferences Falta URL CalID o CalDAV en preferencias - + CalDAV REPORT url error Reporte de error url CalDAV - + CalDAV Calendar API reply error Respuesta de error CalDAV Calendar API - + HTTP - + SSL error(s) has occurred: %1 Error(es) SSL: %1 - + Authorization for Google CalDAV is missing in preferences Falta autorización para Google CalDAV en preferencias - + Authorization Error Error de Autorización - + Error requesting access token Error requiriendo token de acceso - + CalDAV Calendar url error Calendario de error url CalDAV + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5495,35 +5789,35 @@ Card - + Time In Zone Tiempo por Zonas - - - - + + + + seconds segundos - + Form - + Fitness - + Fatigue - + Risk @@ -5673,162 +5967,172 @@ CloudDBChartListDialog - + First Primero - + Next %1 Próx. %1 - + Prev %1 Ant. %1 - + My Charts Mis Gŕaficos - + All Todos - + Curated Only Solo Curados - + Uncurated Only Solo No Curados - + Any Sport Cualquier Deporte - + Any Language Cualquier Idioma - - + + Search Keyword Buscar Palabra Clave - + Select charts to download Seleccionar Gŕaficos para Descargar - + unknown desconocido - + Trends Tendencias - + Activities Actividades - + Diary Agenda - + Train Entrenar - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance Administrar Gráficos - + Do you really want to delete this chart definition ? ¿Está seguro de querer eliminar este gráfico? - - + + Delete selected chart Eliminar el gráfico seleccionado - - + + Edit selected chart Editar el gráfico seleccionado - - - + + + Close Cerrar - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 Mostrando %1 a %2 de %3 gráficos para %4 / Totales publicados: %5 - + Download selected chart(s) Descargar gráfico(s) seleccionado(s) - + Set selected chart 'Curated' Marcar gráfico seleccionado como "Curado" - + Chart maintenance - Edit or Delete your Charts Administración de Gráficos - Editar o Eliminar sus Gráficos - + Curator chart maintenance - Curate, Edit or Delete Charts Curadoría de Gráficos - Curar, Editar o Eliminar Gráficos - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>Último Editado el: %2 - Creador: %3</h4>%4 - + Reset Search Restablecer Búsqueda @@ -5836,99 +6140,99 @@ CloudDBChartObjectDialog - + Chart Name Nombre del Gráfico - + <Chart Name> <Nombre del Gráfico> - + Sport Deporte - + Language Idioma - + Nickname Apodo - + E-Mail Correo Electrónico - + Version Details Detalles de la Versión - + Creator UUid UUid del Creador - + <Enter the description of the chart here> <Ingrese la descripción del gráfico aquí> - + Upload Publicar - - - - - - + + + + + + Upload Chart Publicar Gráfico - - + + Please enter a valid chart name with min. 5 characters length. Por favor ingrese un nombre de gráfico válido con una long. mín. de 5 caracteres. - + Please enter a nickname for this athlete. Por favor ingrese un apodo para este atleta. - - + + Please enter a valid e-mail address. Por favor ingrese una dirección de correo electrónico válida - + Please enter a sensible chart description. Por favor ingrese una descripción ilustrativa del gráfico. - + Cloud Upload Publicar Gráfico - + Do you want to upload this chart definition ? ¿Quiere publicar este Gráfico? - + Cancel Cancelar @@ -5936,7 +6240,7 @@ CloudDBChartShowPictureDialog - + Close Cerrar @@ -6058,84 +6362,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. se esperaba un archivo de actividad comprimido. + + + None + Ninguno + + + + CloudServiceAutoDownloadWidget + + + Downloading + Descargando + + + + Checking + + + + + Last 30 days + Últimos 28 días {30 ?} + CloudServiceDialog - - + + Folder Carpeta - + Name Nombre - + Type Tipo - + Modified Modificado - + Create Folder Crear Carpeta - + Cancel Cancelar - + Open Abrir - + d MMM yyyy @@ -6143,267 +6475,285 @@ CloudServiceSyncDialog - + Synchronise Sincronizar - + + Sync with Sincronizar con - + Unable to connect, check your configuration in preferences. Imposible conectar, verifique la configuración en preferencias. - - - - - - - + + + + + + + Download Descargar - - - - + + + + Upload - - - + + + Synchronize Sincronizar - + From: Desde: - + To: Hasta: - + Refresh List Actualizar lista de Actividades - + Close Cerrar - - - + + + Select all Seleccionar todo - + Workout Name - - - + + + Date Fecha - - - + + + Time - - + + Exists Ya Existe - - - + + + Status Estado - - + + Workout Id Id Entrenamiento - + File Archivo - - + + Duration Duración - - + + Distance Distancia - + Keep all do not delete Mantener todo, no borrar ninguna actividad - + Keep %1 but delete Local Mantener %1 pero borrar copia local - + Keep Local but delete %1 Mantener copia local pero borrar %1 - + Source Fuente - + Action Acción - + Initial Inicial - + Overwrite existing files - - - - - MMM d, yyyy + + One of your activities has unsaved changes. - - - Abort - Abortar + + %1 of your activities have unsaved changes. + - - - - %1 of %2 selected + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + + MMM d, yyyy + + + + + + Abort + Abortar + + + + + + %1 of %2 selected %1 de %2 seleccionado(s) - + Processed %1 of %2 %1 de %2 procesado(s) - - + + Downloading Descargando - - + + Uploading Cargando - - + + Parse failure Error de Formato - + Sync complete Sincronización completa - + Processed %1 of %2 successfully %1 de %2 procesado(s) correctamente - - - + + + File exists El archivo ya existe - + Downloaded %1 of %2 %1 de %2 descargado(s) - + Downloads complete Descarga completa - + Downloaded %1 of %2 successfully %1 de %2 descargado(s) correctamente - - + + Aborted Cancelado - + Saved Guardado - + Uploaded %1 of %2 %1 de %2 cargado(s) - + Uploads complete Carga completa - + Uploaded %1 of %2 successfully %1 de %2 cargado(s) correctamente - + Completed. Finalizado. @@ -6411,27 +6761,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... Cargando %1 bytes... - + Cancel Cancelar - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK OK @@ -6447,42 +6814,42 @@ ColorsPage - + Color Color - + Select Selección - + Activity Scrollbar Barra de desplazamiento de Actividades - + Activity Headings Encabezados de Actividades - + Line Width Ancho de Línea - + Font - + Font Scaling - + Antialias Antialias @@ -6499,17 +6866,17 @@ Color Plano (Windows) - + Swatch - + Name Nombre - + Apply Theme Aplicar Tema @@ -6534,12 +6901,12 @@ Texto en Calendario - + Theme Tema - + Colors Colores @@ -6547,7 +6914,7 @@ ColumnChooser - + Column Chooser Elegir Columna @@ -6608,7 +6975,7 @@ ConfigDialog - + General General @@ -6617,47 +6984,47 @@ Claves - + Appearance Aspecto - + Data Fields Datos - + Metrics Métricas - + Intervals Intervalos - + Training Entrenar - + Close Cerrar - + Save Guardar - + You changed the location of the athlete library Ud cambió la ubicación del archivo del atleta - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6670,29 +7037,29 @@ ¿Quiere aplicar los cambios y reiniciar GoldenCheetah? - + No, Keep current No, Mantener el actual - + Yes, Apply and Restart Si, Aplicar y Reiniciar - - + + Preferences Preferencias - - + + Options Opciones - + Athlete Atleta @@ -6804,37 +7171,37 @@ Clave CalDAV - + + - + - - + Edit Editar - + Add Agregar - + Delete Eliminar - + Service - + Description Descripción @@ -6855,383 +7222,437 @@ CriticalPowerWindow - + Filter Filtro - - - + + + no data sin datos - + Date range Rango de Fechas - + Percentage of Best Porcentaje del Mejor - + Show Heat Mostrar mapa de calor - + Delta compare comparar Delta - + as percentage como porcentaje - + Critical Power Potencia Crítica - + Basic Configuración Básica - + Export Chart Data... Exportar Datos del Gráfico... - + Data series Series de Datos - + Zone Shading Sombreado de Zonas - + Show Sustained Efforts Mostrar Esfuerzos Sostenidos - + Activity Mean Max Promedio Máximo de Actividad - + Activity Centile Porcentual de Actividad - + No Activity Sin Actividad - + Current Activity Actividad Actual - + None Ninguno - - - + + + Model Modelo - + + Show Power Profile + + + + Show grid Mostrar Cuadrícula - + + Show Performance Tests + + + + Show Bests Mostrar Mejores - + + Filter Unique Bests + + + + Show as percentage Mostrar como porcentaje - + Show curve heat Mostrar curva de calor - + Show curve heat by date Mostrar curva de calor por fecha - + Shade Intervals Sombrear Intervalos - + + Show time scale linear + + + + 2 parameter 2 parámetros - + 3 parameter 3 parámetros - + Extended CP PC Extendida - + Multicomponent Multicomponente - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Buscar Intervalo - + (seconds) (segundos) - + Anaerobic Anaeróbico - + Aerobic Aeróbico - + Short anaerobic Anaeróbico Corto - + Long aerobic Aeróbico Largo - + Exponential Exponencial - + Variant Variante - + Linear feedback Realimentación Lineal - + Regeneration Regeneración - + Value Valor - + Rank - + W' - + 0 kJ - - - - - + + + + n/a - + CP PC - - - + + 0 w - + Pmax Pmáx - - FTP - - - - + Endurance Index Índice de Resistencia - + Motor Unit Model Model de Unidades Motoras - + Power Potencia - + Watts per Kilogram Vatios por kg - + xPower xPower - + Iso Power Potencia Normalizada - + Heartrate Frec. Cardíaca - + Speed Velocidad - + Acceleration Aceleración - + Power %1 Potencia %1 - + Cadence %1 Cadencia %1 - + Torque %1 Par %1 - + Heartrate %1 Frec. Card. %1 - + Cadence Cadencia - + Torque Par - + VAM - + aPower - + aPower per Kilogram - + Work Trabajo - + Veloclinic Plot Gráfico Veloclinic - + Unknown Desconocido - + Save Best Data as CSV Guardar Mejores como CSV - + no date sin fecha - + MM/dd/yyyy @@ -7239,47 +7660,47 @@ CustomMetricsPage - + Symbol Símbolo - + Name Nombre - + Edit Editar - + + - + - - + Add Agregar - + Delete Eliminar - + Are you sure you want to delete this metric? - + Remove Eliminar @@ -7287,94 +7708,98 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + Título + + + + + Notes + Notas + + + + Completed. Finalizado. - + Network Error - Upload failed. Error de Red - Falló la Carga. - + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. CyclingAnalyticsUploader - - CyclingAnalytics - - - - no CyclingAnalytics token set. Please authorize in Settings. - sin token CyclingAnalytics. Por favor autorizar en Configuración. + sin token CyclingAnalytics. Por favor autorizar en Configuración. - CyclingAnalytics support isn't enabled in this build - El soporte de CyclingAnalytics no está habilitado en esta versión + El soporte de CyclingAnalytics no está habilitado en esta versión - Error uploading to CyclingAnalytics - Error cargando a CyclingAnalytics + Error cargando a CyclingAnalytics - Successfully uploaded to CyclingAnalytics - Cargado a CyclingAnalytics correctamente + Cargado a CyclingAnalytics correctamente - Upload to CyclingAnalytics... - Cargar Actividad a CyclingAnalytics... + Cargar Actividad a CyclingAnalytics... - Upload... Sending to CyclingAnalytics - Cargar Actividad... Enviando a CyclingAnalytics + Cargar Actividad... Enviando a CyclingAnalytics - Upload to CyclingAnalytics finished. - Carga a CyclingAnalytics terminada. + Carga a CyclingAnalytics terminada. - Error from CyclingAnalytics: - Error de CyclingAnalytics: + Error de CyclingAnalytics: DanielsEquivalentPower - + Daniels EqP Potencia Equivalente Daniels - - + + watts vatios - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Es la potencia que, de mantenerse constante durante ese período, hubiera producido los mismos Puntos Daniels. @@ -7382,12 +7807,12 @@ DanielsPoints - + Daniels Points Puntos Daniels - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. Puntos Daniels adaptados para ciclismo utilizando potencia y asumiendo que la potencia al VO2max es 1.2*PC, normalizada para asignar 100 puntos a un entrenamiento de 1 hora a la PC. @@ -7395,8 +7820,8 @@ DataFilter - - + + malformed expression. expresión mal conformada. @@ -7404,87 +7829,95 @@ DateSettingsEdit - + Current selection Selección actual - + Current selection thru today Selección actual hasta hoy - + From Desde - + to today hasta hoy - + Between Entre - + and y - + Last Últimos - + days días - + weeks semanas - + months meses - + years años - + This Este - + week semana - + month mes - + year año - + prior previos + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7525,62 +7958,62 @@ DefaultsPage - + + - + - - + Add Agregar - + Delete Eliminar - + Up Arriba - + Down Abajo - + Field Campo - + Value Valor - + Linked field Campo Vinculado - + Default Value Valor por Defecto - + New Nuevo - + New (%1) Nuevo (%1) @@ -7601,7 +8034,7 @@ Eliminar Puntos - + Remove XDATA Points Eliminar Puntos XDATA @@ -7617,12 +8050,12 @@ DevicePage - + Add Agregar - + Delete Eliminar @@ -7635,12 +8068,12 @@ Permitir múltiples dispositivos en Vista de Entrenar - + + - + - @@ -7678,12 +8111,31 @@ Dispositivo serie Kettler - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Rodillo Tacx Fortius/iMagic con el controlador conectado a un puerto USB. Por favor asegúrese de teenr el firmware del dispositivo a mano. + + Kettler Racer serial device + + + + + Daum Serial Device + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + Rodillo Tacx Fortius/iMagic con el controlador conectado a un puerto USB. Por favor asegúrese de teenr el firmware del dispositivo a mano. + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Dispositivo de pruebas usado para desarrollo solamente, si se selecciona un archivo ERG lo reproducirá con ciertas variaciones aleatorias agregadas. @@ -7709,76 +8161,59 @@ Calendario - Summary - Resúmen + Resumen - Day Summary - Resúmen Diario + Resumen Diario - Weekly Summary - Resumen Semanal + Resumen Semanal - Monthly Summary - Resúmen Mensual + Resumen Mensual - Totals - Totales + Totales - Averages - Promedios + Promedios - Maximums - Máximos + Máximos - Metrics - Métricas + Métricas - ^(Average|Max) - ( Media| Máx) + ( Media| Máx) - seconds - segundos + segundos - Day of - Día + Día - - + dddd MMMM d - + Week Commencing %1 Semana Comenzando el %1 - - - MMMM yyyy - - DistanceSwim @@ -7846,77 +8281,77 @@ , luego toque Descargar. - + Getting list ... Obteniendo lista de actividades... - + Get list failed Falló obtener lista de actividades - + The activity %1 could not be converted to GoldenCheetah .JSON file format. La actividad %1 no se pudo convertir a format GoldenCheetah .JSON - + Starting Download ... Comenzando Descarga... - + Download cancelled Descarga cancelada - + File %1 has no valid timestamp, falling back to 'now' El archivo %1 no tiene fecha y hora válidas, usando 'ahora' - + Activity Already Downloaded Actividad ya descargada - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? La actividad que comienza en %1 parece ya haber sido descargada. La quiere sobreescribir? - + Failed to rename %1 to %2 Falló renombral %1 a %2 - + .JSON conversion error: file %1 Error de conversión .JSON: archivo %1 - + Download completed Descarga completa - + Cleaned data Datos acondicionados - + Failed to remove existing file %1: %2 Falló la eliminación del archivo %1: %2 - + failed to rename %1 to %2 falló el cambio de nombre de %1 a %2 - + Failed to rename %1 to %2: %3 Falló el cambio de nombre de %1 a %2: %3 @@ -7968,35 +8403,35 @@ Error cargando Controlador de Dispositivo - + Cancel clicked by user. Cancelado por el usuario. - - + + Download failed Falló la descarga - + &Overwrite &Sobrescribir - + &Skip &Saltear - + skipped file %1 archivo salteado %1 - - - + + + Error Error @@ -8004,38 +8439,44 @@ Dropbox - Network Problem reading Dropbox data - Problemas de Red leyendo datos de Dropbox + Problemas de Red leyendo datos de Dropbox - invalid root path. - camino a la raíz inválido. + camino a la raíz inválido. - root is not a directory. - la raíz no es un directorio. + la raíz no es un directorio. - problem parsing Dropbox data - Problemas analizando datos de Dropbox + Problemas analizando datos de Dropbox + + + + Problem accessing Dropbox data + - + You must authorise with Dropbox first Primero tiene que autorizar con Dropbox - - + + Parsing Error: %1 + + + + + Completed. Finalizado. - + Network Error - Upload failed. Error de Red - Falló la Carga. @@ -8044,12 +8485,12 @@ Almacenamiento en la Nube Dropbox - + Dropbox - + Sync activities via your cloud storage. @@ -8057,12 +8498,12 @@ EOA - + Effect of Altitude Efecto de la Altitud - + Relationship between altitude adjusted power and recorded power Relación entre la Potencia ajustada por la altitud y la Potencia registrada @@ -8104,17 +8545,22 @@ EditIntervalDialog - + Edit Interval Editar Intervalo - + + Performance Test + + + + &OK &OK - + &Cancel &Cancelar @@ -8122,121 +8568,140 @@ EditMetricDetailDialog - + Name Nombre - + Axis Label / Units Rótulo Eje / Unidades - + Estimate %1 %2 Power Estimar potencia %1 %2 - + Endurance Index Índice de Resistencia - + Vo2Max Estimate VO2Máx Estimado - + Curve Settings Configuración de la Curva - + Metric Métrica - + Best Mejor - + Estimate Estimar - Stress - Estrés + Estrés + + + + PMC + - + Formula Fórmula - - + + Measure + + + + + Performance + Gráfico de Curvas + + + + Banister + + + + + seconds segundos - - + + minutes minutos - - + + hours horas - - + + Peak Pico - + Absolute Absoluto - + Per Kilogram Por Kilogramo - + Total Total - + Running Total Total Acumulado - + Average Promedio - + Low Mínimo - + Aggregate: Combinar: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8249,217 +8714,287 @@ # para autocompletar - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) Estrés a Corto Plazo (ECP/ATL) - + Long Term Stress (LTS/CTL) Estrés a Largo Plazo (ELP/CTL) - + Stress Balance (SB/TSB) Balance de Estrés (BE/TSB) - + Stress Ramp Rate (RR) Rampa de Estrés (RE) - + Stress Type Tipo de Estrés - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field Campo de Metadatos - + PMC metric Métrica PMC - + + Measure Group + + + + + Measure Field + + + + Filter Filtro - + Style Estilo - + Bar Barra - + Line Línea - + Sticks Palos - + Dots Puntos - + Stack Apilar - + Symbol Símbolo - + None Ninguno - + Circle Círculo - + Square Cuadrado - + Diamond Rombo - + Triangle Triángulo - + Cross Cruz - + Hexagon Hexágono - + Star Estrella - + Color Color - + Fill curve Rellenar curva - + Data labels Rótulos de Datos - + Highlight Highest Resaltar los más altos - + Highlight Lowest Resaltar los más bajos - + Highlight Outliers Resaltar Atípicos - + Baseline Linea Base - + Smooth Curve Suavizar Curva - + No trend Line Sin tendencia - + Linear Trend Tendencia Lineal - + Quadratic Trend Tendencia Cuadrática - + Moving Average Promedio Móvil - + Simple Average Promedio Simple - + &OK &OK - + &Cancel &Cancelar - + Peak %1 Pieco %1 - + second segundo - + minute minuto - + hour hora - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Elegir color para la métrica @@ -8506,72 +9041,72 @@ EditPhaseDialog - + Edit Date Range Editar Rango de Fechas - + Name Nombre - + Type Tipo - + From Desde - + To Hasta - + Starting LTS ELP inicial - + Lowest SB BE más bajo - + Phase Fase - + Prep - + Base - + Build Construcción - + Camp - + &OK &OK - + &Cancel &Cancelar @@ -8579,62 +9114,62 @@ EditSeasonDialog - + Edit Date Range Editar Rango de Fechas - + Name Nombre - + Type Tipo - + From Desde - + To Hasta - + Starting LTS ELP inicial - + Lowest SB BE más bajo - + Season Temporada - + Cycle Ciclo - + Adhoc - + &OK &OK - + &Cancel &Cancelar @@ -8642,27 +9177,37 @@ EditSeasonEventDialog - + Edit Event Editar Evento - + Name Nombre - + Date Fecha - + + Priority + + + + + Description + Descripción + + + &OK &OK - + &Cancel &Cancelar @@ -8888,13 +9433,13 @@ ElevationGain - + Elevation Gain Desnivel Acumulado - + meters metros @@ -8905,7 +9450,7 @@ - + feet piés @@ -8915,7 +9460,7 @@ Altura ascendida a baja velocidad sin potencia ni cadencia - + Elevation Gain in meters of feets Altura ascendida en metros o pies @@ -8923,22 +9468,22 @@ ElevationLoss - + Elevation Loss Pérdida de altura - + meters metros - + feet piés - + Elevation Loss in meters of feets Altura descendida en metros o pies @@ -9296,107 +9841,107 @@ FieldsPage - + Text Texto - + Textbox Texto Largo - + ShortText Texto Corto - + Integer Entero - + Double Doble - + Date Fecha - + Time Hora - + Delete Eliminar - + Up Arriba - + Down Abajo - + + - + Checkbox Botón Selección - + - - + Add Agregar - + Screen Tab Pestaña - + Field Campo - + Type Tipo - + Values Valores - + Diary Agenda - + New Nueva - + New (%1) Nueva (%1) @@ -9636,7 +10181,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -9644,31 +10189,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -9763,6 +10314,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -9815,7 +10382,7 @@ FixDerivePower - + Estimate Power Values Estimar Valores de Potencia @@ -9823,37 +10390,68 @@ FixDerivePowerConfig - + Bike Weight (kg) Peso de la Bici (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + Coef. de Draft. + + + Wind (kph) Viento (km/h) - - , direction - , dirección + + , heading + , dirección - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface -wind speed shall be indicated in kph -wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + + + + , direction + , dirección + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data it will be overridden if wind is entered manually - Derivar potencia estimada en base a velocidad/altimetría/peso, etc + Derivar potencia estimada en base a velocidad/altimetría/peso, etc El parámetros Peso de la Bici se suma al peso del atleta para calcular la masa total, debería incluir ropa, zapatos, etc @@ -9883,15 +10481,25 @@ FixElevation - + Fix Elevation errors Corregir errores de Altimetría + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10068,7 +10676,7 @@ FixPower - + Adjust Power Values Ajustar Valores de Potencia @@ -10076,21 +10684,45 @@ FixPowerConfig - Power Adjustment - Ajuste de Potencia + Ajuste de Potencia + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - Ajustar valores de potencia permite aumentar o disminuir los valores de potencia en un porcentaje. Utilizar un único parámetro: + Ajustar valores de potencia permite aumentar o disminuir los valores de potencia en un porcentaje. Utilizar un único parámetro: Ajuste de Potencia: define el porcentaje de modificación. Admite valores negativos. @@ -10166,16 +10798,50 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Ocasionalmente SmO2 (%) reporta valores erróneos (0% o >100%) + Ocasionalmente SmO2 (%) reporta valores erróneos (0% o >100%) Esta función busca picos/anomalías en los datos SmO2 y los reemplaza por valores suavizados/interpolados desde ambos lados de los 3 puntos involucrados + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -10212,9 +10878,8 @@ Corregir Picos - Fix SmO2 Anomaly - Corregir Anomalías SmO2 + Corregir Anomalías SmO2 @@ -10279,17 +10944,17 @@ FolderNameDialog - + Folder Name Nombre de Carpeta - + Cancel Cancelar - + Create Crear @@ -10308,12 +10973,12 @@ - + seconds segundos - + You entered '%1' which is not an expected value. El valor ingresado '%1' no es válido. @@ -10827,51 +11492,36 @@ GarminUploader - - Garmin Connect - - - - Error uploading to Garmin Connect - Error cargando a Garmin Connect + Error cargando a Garmin Connect - Successfully uploaded to Garmin Connect - Cargado a Garmin Connect correctamente + Cargado a Garmin Connect correctamente - - Login to Garmin Connect... - Registrándose en Garmin Connect... + Registrándose en Garmin Connect... - - Login to Garmin Connect finished. - Registro en Garmin Connect finalizado. + Registro en Garmin Connect finalizado. - Upload to Garmin Connect... - Cargar Actividad a Garmin Connect... + Cargar Actividad a Garmin Connect... - Upload... Sending to Garmin Connect - Cargar Actividad... Enviando a Garmin Connect + Cargar Actividad... Enviando a Garmin Connect - Upload to Garmin Connect finished. - Carga a Garmin Connect terminada. + Carga a Garmin Connect terminada. - Error from Garmin Connect: - Error de Garmin Connect: + Error de Garmin Connect: @@ -10964,42 +11614,42 @@ GcCrashDialog - + %1 Crash Recovery %1 Recuperación de Falla - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>GoldenCheetah parece haber sufrido una falla en la sesión ANTERIOR de este atleta. </b><br><br>El siguiente reporte brinda alguna información de diagnóstico que será útil para que los desarrolladores puedan corregir el problema. Puede publicar esta información, junto con una pequeña descripción del escenario en el que la misma ocurrió en: <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>Respetamos su privacidad - este registro NO contiene identificaciones, palabras claves o información personal.</b><br><b><br>Cuando este diálogo se cierre se abrirá la vista del atleta.</b> - + Save Crash Report... Guardar Reporte de Falla... - + Close Cerrar - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics Guardar Diagnósticos - + Text File (*.txt) Archivo de Texto (*.txt) @@ -11007,42 +11657,42 @@ GcMiniCalendar - + Mon Lun - + Tue Mar - + Wed Mié - + Thu Jue - + Fri Vie - + Sat Sáb - + Sun Dom - + MMMM yyyy @@ -11100,11 +11750,6 @@ TISS Anaeróbico - - BikeStress - - - Start creating of: Directories... Comienza creación de: Directorios... @@ -11145,6 +11790,11 @@ %1 archivos de configuración movidos al subdirectorio: %2 - fallaron %3 + + TSS + + + Start copying of: Calendar files... Comienza copiado de archivos de Calendario... @@ -11232,12 +11882,12 @@ Summary: No errors detected - upgrade successful - Resúmen: Sin errores detectados - actualización exitosa + Resumen: Sin errores detectados - actualización exitosa Summary: %1 errors detected - please check log details before proceeding - Resúmen: %1 errores detectados - por favor verifique los detalles en el registro antes de continuar + Resumen: %1 errores detectados - por favor verifique los detalles en el registro antes de continuar @@ -11338,17 +11988,17 @@ GcWindowDialog - + Chart Setup Configuración de Gráfico - + Cancel Cancelar - + OK OK @@ -11368,7 +12018,7 @@ Activity Summary - Resúmen de Actividad + Resumen de Actividad @@ -11388,7 +12038,7 @@ Summary and Details - Resúmen y Detalles + Resumen y Detalles @@ -11426,68 +12076,76 @@ FC vs Potencia + + Python Chart + + + + Python Chart + + + + 2d Plot Gráfico 2d - 3d Plot - Gráfico 3d + Gráfico 3d - + Aerolab Chung Analysis Análisis Chung Aerolab - + Workout Editor Editor de Entrenamientos - + Web page - + Calendar Calendario - + Navigator Registro de Actividades - + Summary - Resúmen + Resumen - + Telemetry Telemetría - + Workout Entrenamiento - + Realtime Tiempo Real - + Pedal Stroke Pedaleada - Map Mapa @@ -11502,12 +12160,11 @@ Gráfico R - StreetView - Vista de la calle + Vista de la calle - + Video Player Video Reproductor @@ -11515,174 +12172,206 @@ GeneralPage - + Language Idioma - + English Inglés - + French Francés - + Japanese Japonés - + Portugese (Brazil) Portugués (Brasil) - + Italian Italiano - + German Alemán - + Russian Ruso - + Czech Checo - + Spanish Español - + Portugese Portugués - + Chinese (Simplified) Chino (Simplificado) - + Chinese (Traditional) Chino (Tradicional) - + Dutch Holandés - + Swedish Sueco - + Unit Unidades - + Metric Métricas - + Imperial Imperiales - + Smart Recording Threshold (secs) Umbral del Smart Recording (seg) - + Elevation hysteresis (meters) Histéresis Altimetría (metros) - + W' bal formula Fórmula W' bal - + Enable R Utilizar R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library Biblioteca Atletas - + Workout and VideoSync Library Biblioteca de Entrenamientos y VideoSync - + R Installation Directory Directorio de Instalación de R - + + Python Home + + + + R Installation (R_HOME) Instalación de R (R_HOME) - + Use Garmin Smart Recording Usar Garmin Smart Recording - + Differential Diferencial - + Integral Integral - + Warn for unsaved activities on exit Advertir por actividades no guardadas al salir - + Enable API Web Services Habilitar Servicios de Interfaz Web - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library Seleccionar Biblioteca de Atletas - - - + + + + Browse Buscar - + Select Workout Library Seleccionar Biblioteca de Entrenamientos @@ -11796,23 +12485,23 @@ GoogleDrive - + You must authorise with GoogleDrive first Primero tiene que autorizar con GoogleDrive - + No such directory, try setting a new location in options. No existe el directorio, pruebe configurar una nueva ubicación en opciones. - - + + Completed. Finalizado. - + Upload failed Falló la carga @@ -11821,12 +12510,12 @@ Almacenamiento en Google Drive - + Google Drive - + Sync your data via your cloud storage. @@ -11849,12 +12538,12 @@ Gradient - + Gradient Pendiente - + Elevation Gain to Total Distance percent ratio Relación entre la diferencia de altimetría y la distancia recorrida expresada como porcentaje @@ -11912,186 +12601,186 @@ GroupByModel - - - - - + + + + + Zero or not present Cero o ausente - + Low Stress Estrés Bajo - + Medium Stress Estrés Medio - + High Stress Estrés Elevado - + Very High Stress Estrés Muy Elevado - + Active Recovery Recuperación Activa - + Endurance Resistencia - + Tempo Tempo - + Threshold Umbral - + VO2Max VO2Máx - + Anaerobic Capacity Capacidad Anaeróbica - + Maximal Máxima - + Isopower Constante - + Steady Parejo - + Variable Variable - + Highly Variable Muy Variable - + Less than an hour Menos de 1 hora - + Less than 90 minutes Menos de 90 minutos - + Less than 3 hours Menos de 3 horas - + Less than 5 hours Menos de 5 horas - + More than 5 hours Más de 5 horas - + Short Corto - + Medium Medio - + Long Largo - + Very Long Muy Largo - + Undefined No definido - + Best 10 Mejores 10 - + Quartile 1: 0% - 25% Cuartil 1: 0% - 25% - + Quartile 2: 25% - 50% Cuartil 2: 25% - 50% - + Quartile 3: 50% - 75% Cuartil 3: 50% - 75% - + Quartile 4: 75% - 100% Cuartil 4: 75% - 100% - + Date Fecha - + This week Esta Semana - + This month Este Mes - + Last month Último Mes - + yyyy-MM (MMMM) @@ -12124,18 +12813,18 @@ HeartBeats - + Heartbeats Latidos del Corazón - - + + beats latidos - + Total Heartbeats Total de Latidos del Corazón @@ -12264,11 +12953,6 @@ Funciones vinculadas a compartir actividades con servicios de red - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula Cálculo de VDOT y Rimto Umbral de acuerdo a la fórmula de Daniels @@ -12365,300 +13049,310 @@ + Fix SmO2/tHb outliers + + + + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings Opciones para mostrar/ocultar vistas (ej. la barra lateral) as como agregar gráficos y restablecer la configuración de gráficos a los valores originales - + Help options of GoldenCheetah Opciones de Ayuda de GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates Gráfico completamente configurable para seguimiento del rendimiento y tendencias en las métricas, mejores valores por duración definibles por el usuario y estimaciones de los parámetros de los modelos - + Date range, data grouping settings which apply to a single chart Rango de Fechas, utilizado para seleccionar el rango de actividades incluídas en el gráfico - + Curves which are plotted for the specific chart - based on presets or individually added and modified here Curvas que forman parte del gráfico, es posible agregar, modificar y eliminar curvas de manera individual aquí - + Individual curve configuration Configuración de los detalles de la curva seleccionada - + User defined formulas Fórmulas definidas por el usuario - + Tree map visulation of activity data by two selectable dimensions for a configurable metric Mapa arborescente, permite la visualización de los datos de la actividad en dos dimensiones seleccionadas con una métrica configurable - - + + Distribution of activity data samples or metrics according time spent in a certain segment Distribución de las muestras de datos o las métricas de una actividad de acuerdo al tiempo empleado en un cierto segmento - + Detailed information of a single activity - the metrics shown here are configurable Información detallada de una actividad, las métricas que se muestran son configurables - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies Editor para los datos del archivo de actividad, permite cambiar, corregir, eliminar y agregar datos, encontrar valores y anomalías - + Plot of all activity data series in various ways Gráfica de todas las series de datos de una actividad con múltiples opciones de visualización - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file Seleccion de todas las curvas adicionales a ser mostradas en el gráfico, las cuales se visualizan solo si están presentes en el archivo de actividad - + Analysis of heartrate vs. power along the activity data Análisis de Frecuencia Cardíaca vs. potencia de acuerdo a los datos de la actividad - + Map of activity Mapa de la actividad (Google o Bing) - + Configurable 2D scatter plot of the current activity Diagrama de dispersión bidimensional de la actividad seleccionada - + Configurable 3D plot of the current activity Gráfico tridimensional configurable de la actividad seleccionada - + Predefined and configurable set of data ranges for selection of activities to be analysed Conjuntos de rangos de fechas predefinidos y configurables para la selección de las actividades a ser analizadas - + Powerful filter and search engine to determine the activities which are considered in diagram Potente mecanismo de búsqueda y filtrado para determinar que actividades se consideran en un diagrama - + Configurable list of activities Lista configurable de actividades - + Entry field for sophisticated Searching and Filtering of activities Campo de ingreso para la Búsqueda y Filtrado de actividades - + Adding intervals to an activity using simple query methods Incorporación de intervalos a una actividad utilizando métodos de búsqueda - + Automatic Interval Detection Detección automática de Intervalos - + Definition of coloring rules for activities Definición de reglas de coloreado para las actividades - - + + Critical Mean Maximal Power Curve Curva de valores Medios Máximos, incluyendo modelos de Potencia/Duración y Velocidad/Duración - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments - Conjuntos predefinidos de curvas que se pueden aplicar para definir un nuevo gráfico o como punto de partida para personalizarlo + + Downloading of Body Measurements (e.g. weight) from multiple sources + - - - Basic configuration like date range, what series to use and how to plot - Configuración básica del gráfico tal como rango de fechas, que series de datos utilizar y como graficarlas + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Conjuntos predefinidos de curvas que se pueden aplicar para definir un nuevo gráfico o como punto de partida para personalizarlo + Basic configuration like date range, what series to use and how to plot + Configuración básica del gráfico tal como rango de fechas, que series de datos utilizar y como graficarlas + + + + Configuration of the CP Model to be used to plot the curve Configuración de los Modelos de Potencia o Velocidad crítica que se graficarán con la curva - + Definition which date range is used for this particular chart Definición de que rango de fechas se utiliza para este gráfico en particular - - - + + + Calendar Calendario - + Configurable activity log - with build in search capabilities Registro configurable de actividades con capacidades de búsqueda - + Selection how the power data series is shown in the plot and general settings on the diagram structure Selección de como las series de datos se muestran en el gráfico y configuración general de la estructura del diagrama - + Quadrant analysis of pedal velocity vs. effective pedal force Análisis por cuadrantes de velocidad tangencial del pedal vs fuerza efectiva en el pedal - + Chung's Aerolab analysis Análsis Aerodinámico para pruebas de Campo - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - Resúmen del rango de fechas seleccionados, los datos que se muestran son configurables + Resumen del rango de fechas seleccionados, los datos que se muestran son configurables - + Chart specific filter/search and date range settings Configuración de filtro/búsqueda y rango de fecha específicos para el gráfico - + Definition of points in time 'Events' which are marked explicitely on time related diagrams Definición de Eventos que se pueden mostrar como referencias temporales en los diagramas de tiempo - - + + Simple summary view Vista resumida sencilla - + Alternative access to the charts created for the main view Acceso alternativo a los diagramas creados para la vista principal - + Display the available and add new intervals using simple query methods Muestra los intervalos disponibles y permite la creación de nuevos mediante métodos simples de búsqueda - + General General - + Athlete Atleta - + Training Zone definition for power Definición de Zonas de Entrenamiento por Potencia - + Training Zone definition for heartrate Definición de Zonas de Entrenamiento por Frecuencia Cardíaca - + Training Zone definition for Swim and Run Definición de Zonas de Entrenamiento por Ritmo para Natación y Carrrera - + Autoimport Auto-importación - + Passwords Claves - + Appearance Aspecto - + Data Fields Campos de Datos - + Definition of default value(s) for data fields Definición de valores por defecto para campos de datos - + Definition of processing default parameters for the fix, adjust,... tools Definición de paramétros por defecto para las herramientas de corrección y ajuste de archivos de actividad - + Metrics Métricas - + Metrics shown in 'Bests' Métricas que se muestran en 'Mejores' - + Metrics shown in 'Summary' - Métricas que se muestran en 'Resúmen' + Métricas que se muestran en 'Resumen' - + Metrics shown in 'Intervals' Métricas que se muestran en 'Intervalos' - + Training Entrenamiento - + Remote Controls Controles Remotos - + Train Devices Dispositivos de Entrenamiento @@ -12679,12 +13373,12 @@ HistogramWindow - + Bin width Amplitud de las divisiones - + Log Y Log Y @@ -12699,18 +13393,18 @@ Métricas - + Show Mostrar - + With zeros Con ceros - + Shade zones Sombrear zonas @@ -12721,7 +13415,7 @@ - + Show in zones Mostrar en zonas @@ -12746,32 +13440,32 @@ Serie de Datos - + Total (x-axis) Total (eje-x) - + Distribution (y-axis) Distribución (eje-y) - + Color Color - + Absolute Time Tiempo Absoluto - + Percentage Time Tiempo Porcentual - + Use polarised zones Usar Zonas Polarizadas @@ -12779,33 +13473,33 @@ HomeWindow - + Are you sure you want to remove the chart? Confirma elminación del gráfico? - + Remove Eliminar - + Stress Estrés - + Scatter Dispersión - - + + HrPw - + Activity Log Registro de Actividades @@ -12815,187 +13509,187 @@ Título - + Unable to process chart file Error al procesar archivo de gráficos - + Bad chart type (%1). Tipo de gráfico incorrecto (%1). - + Problem Saving Chart Bar Layout Problemas Guardando Diseño de Gráfico de Barras - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. - + Ride Log Registro de Actividades - + Aerobic Power Potencia Aeróbica - + Anaerobic Power Potencia Anaeróbica - + Cadence Cadencia - + Calendar Calendario - + CP PC - + Details Detalles - + Distance Distancia - + Edit Editar - + Elapsed Time Tiempo Transcurrido - + Heartrate Frec. Cardíaca - + Lap Vuelta - + Map Mapa - + Performance Gráfico de Curvas - + PMC - + Power Potencia - + QA - + Ride Actividad - + Speed Velocidad - + Summary - Resúmen + Resumen - + Target Power Potencia Objectivo - + Time and Distance Tiempo y Distancia - + Time In Zone Tiempo por Zonas - + W' In Zone W' En Zona - + Sustained In Zone Sostenido en Zona - + Training Mix Mezcla de Entrenamiento - + Navigator Registro de Actividades - + W/kg Vatios/kg - + Workout Entrenamiento - + Tracker Seguimiento - + CP History Histórico PC - + Library Biblioteca - + CV VC @@ -13003,12 +13697,12 @@ HrNp - + HrNp Ratio Relación FcPn - + Iso Power to Average Heart Rate ratio in watts/bpm Relación entre la potencia normalizada y la frecuencia cardíaca media en vatios/lpm @@ -13016,12 +13710,12 @@ HrPw - + HrPw Ratio Relación FcPo - + Power to Heart Rate Ratio in watts/bpm Relación entre la potencia media y la frecuencia cardíaca media en vatios/lpm @@ -13076,64 +13770,77 @@ HrSchemePage - + Add Agregar - + Delete Eliminar - + + - + - - + Short Corto - + Long Largo - + Percent of LT Porcentaje del UL - + Trimp k Trimp k - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13266,27 +13973,27 @@ HrZonePage - + Sport Deporte - + Bike Ciclismo - + Run Carrera - + Lactate Threshold Umbral de Lactado - + Default Por defecto @@ -13606,12 +14313,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones Problemas Guardando Zonas de FC - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. @@ -13632,6 +14339,315 @@ + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + ppm + + + + msec + + + + + % + % + + + + msec^2 + + + + + Rec.Points + + + + + Hrv + + + + + HrvMeasuresCsvImport + + + Select HRV measurements file to import + + + + + CSV Files (*.csv) + + + + + No file selected. + + + + + Selected file %1 cannot be opened for reading. + + + + + Column header contains duplicate identifier + + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + + + + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + + Invalid 'rMSSD' - in line %1 + + + + + Invalid 'HR' - in line %1 + + + + + Invalid 'AVNN' - in line %1 + + + + + Invalid 'SDNN' - in line %1 + + + + + Invalid 'pNN50' - in line %1 + + + + + Invalid 'LF' - in line %1 + + + + + Invalid 'HF' - in line %1 + + + + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + + + + + Import CSV file + + + + + Choose date range for download + + + + + From date of first recorded activity to today + + + + + From date of last downloaded measurement to today + + + + + Enter manually: + + + + + Discard all existing measurements + + + + + Download + Descargar + + + + Close + Cerrar + + + + Body Measurements + + + + + Invalid date range - please check your input + + + + + Download completed. + + + + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + Comentario + + + + + Update + Modificar + + + + + + + + + + - + + + + + Add + Agregar + + + + Delete + Eliminar + + + + Source + Fuente + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + ICalendar @@ -14008,7 +15024,7 @@ Summary - Resúmen + Resumen @@ -14125,52 +15141,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts Importar Gráficos - + Cancel Cancelar - + Import Importar - - - - - - - + + + + + + + Diary Agenda - - - - - - + + + + + + Trends Tendencias - - + + Activities Actividades - - + + Train Entrenar @@ -14284,7 +15308,7 @@ InsertXDataPointCommand - + Insert XData Point Insertar Punto XData @@ -14300,22 +15324,22 @@ IntervalMetricsPage - + Available Metrics Métricas Disponibles - + Selected Metrics Métricas Seleccionadas - + Up Arriba - + Down Abajo @@ -14325,7 +15349,7 @@ Interval Summary - Resúmen de Intervalos + Resumen de Intervalos @@ -14352,12 +15376,20 @@ IntervalsPage - + Enable interval auto-discovery Habilitar auto-detección de intervalos + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + La Potencia Normalizada es una estimación de la potencia que, sostenida de manera constante, hubiera tenido un mismo impacto fisiológico. + + + JouleDevice @@ -14397,8 +15429,12 @@ + Version + + + Version - Versión + Versión @@ -14498,9 +15534,103 @@ , %1 bytes leídos en lugar de: %2 - - wrong _checksum - código de verificación incorrecto + + wrong _checksum + código de verificación incorrecto + + + + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + No existe el directorio, pruebe configurar una nueva ubicación en opciones. + + + + + Completed. + Finalizado. + + + + Upload failed + Falló la carga + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Notas + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + Cargando %1 bytes... + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + Listo @@ -14514,68 +15644,68 @@ KeywordsPage - + Field Campo - + Use for Background Usar como Fondo - + Add Agregar - + Up Arriba - + Down Abajo - + Keyword Palabra - + Color Color - + Related Notes Words Palabras Relacionadas - - + + New Nueva - + New (%1) Nueva (%1) - + + - + - - + Delete Eliminar @@ -14794,142 +15924,143 @@ LTMPlot - - - + + + Date Fecha - - + + Time of Day Hora - - - - + + + + %1 trend %1 tendencia - + %1 average - + %1 Top %2 Outliers %1 Mejores %2 Atípicos - + %1 Outlier %1 Atípico - + %1 Best %1 Mejor - + Best %1 Mejores %1 - - + + Best Mejor - + Day Día - + Week Semana - + Month Mes - + Year Año - - + + All Todos - - + + %1 %2 trend %1 %2 tendencia - + %1 %2 Outliers %1 %2 Atípicos - + %1 %2 Best %1 %2 Mejores - + Today Hoy - + minutes minutos - - - - - - - - - + + + + + + + + + seconds segundos - - - - + + + + + Ramp Rampa - + hours horas - + Week Commencing %1 Semana Comenzando el %1 - + watts vatios @@ -15036,271 +16167,270 @@ LTMSidebar - - + + Date Ranges Rangos de Fechas - - - - + + + + Menu Menú - - - + + + Events Eventos - + Charts Gráficos - - + + Filters Filtros - + Autofilter Autofiltro - Summary - Resúmen + Resumen - - - - - - + + + + + + Add season Agregar Rango de Fechas - - + + Edit season Editar Rango de Fechas - - + + Delete season Eliminar Rango de Fechas - - - - - - + + + + + + + Add Event Agregar Evento - - + + Edit phase Editar Fase - - + + Delete phase Eliminar Fase - - - - - - + + + + + + Add Phase Agregar Fase - - + + Edit details Editar detalles - - + + Delete event Eliminar Evento - - + + Add event Agregar Evento - + Workout Code|Sport Código Entrenamiento|Deporte - - - + + + (blank) (blanco) - + Manage Filters Administrar Filtros - + Delete Filter%1 Borrar Filtro %1 - + Edit Season Editar Temporada - + You can only edit user defined seasons. Please select a season you have created for editing. Solo se pueden editar temporadas definidas por el usuario. Elija una de ellas para edición. - + Delete Season Eliminar Temporada - + You can only delete user defined seasons. Please select a season you have created for deletion. Solo se pueden eliminar temporadas definidas por el usuario. Elija una de ellas para eliminar. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Solo es posible agregar eventos a rangos de fechas definidos por el usuario, por favor seleccione un rango de fechas que haya creado previamente para agregar un evento. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Solo es posible agregar Fases a rangos de fechas definidos por el usuario, por favor seleccione un rango de fechas que haya creado previamente para agregar una fase. - Totals - Totales + Totales - Averages - Promedios + Promedios - Maximums - Máximos + Máximos - Metrics - Métricas + Métricas - ^(Average|Max) - ( Media| Máx) + ( Media| Máx) - seconds - segundos + segundos - + Add Chart Agregar Gráfico - + Edit Chart Editar Gráfico - + Delete Chart Eliminar Gráfico - + Delete Selected Charts Eliminar Gráficos Seleccionados - + Export Chart Exportar Gráfico - + Export Selected Charts Exportar Gráficos Seleccionados - + Import Charts Importar Gráficos - + Reset to default Restablecer Gráficos por defecto - + Export Charts Exportar Gráficos - - + + Chart File (*.xml) Archivo de Gráfico (*.xml) - + Entry Error Error de Ingreso - + Selected file (%1) does not exist El archivo seleccionado (%1) no existe - + You are about to reset the chart sidebar to the default setup Está por reconfigurar la barra lateral de gráficos a su estado por defecto - + Do you want to continue? ¿Desea continuar? @@ -15308,12 +16438,12 @@ LTMTool - + Metric Métrica - + Skiba Long Term Stress Skiba: Estrés a Largo Plazo @@ -15333,319 +16463,339 @@ Mostrar Apilado - + Stack Zoom Ampliar Apilado - + Add Current Agregar Actual - + Charts Gráficos - + + Show Banister Helper + + + + Apply Aplicar - + Up Arriba - + Down Abajo - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Estrés - + Skiba Short Term Stress Skiba: Estrés a Corto Plazo - + Skiba Stress Balance Skiba: Balance de Estrés - - - - - - - - - - + + + + + + + + + + Stress Balance Balance de Estrés - + Skiba STS Ramp Skiba: Rampa ECP - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Rampa - + Skiba LTS Ramp Skiba: Rampa ELP - + Aerobic TISS Long Term Stress TISS Aeróbico: Estrés a Largo Plazo - + Aerobic TISS Short Term Stress TISS Aeróbico: Estrés a Corto Plazo - + Aerobic TISS Stress Balance TISS Aeróbico: Balance de Estrés - + Aerobic TISS STS Ramp TISS Aeróbico Rampa de ECP - + Aerobic TISS LTS Ramp TISS Aeróbico Rampa de ELP - + Anaerobic TISS Long Term Stress TISS Anaeróbico: Estrés a Largo Plazo - + Anaerobic TISS Short Term Stress TISS Anaeróbico: Estrés a Corto Plazo - + Anaerobic TISS Stress Balance TISS Anaeróbico: Balance de Estrés - + Anaerobic TISS STS Ramp TISS Anaeróbico Rampa de ECP - + Anaerobic TISS LTS Ramp TISS Anaeróbico Rampa de ELP - + Daniels Long Term Stress Daniels: Estrés a Largo Plazo - + Daniels Short Term Stress Daniels: Estrés a Corto Plazo - + Daniels Stress Balance Daniels: Balance de Estrés - + Daniels STS Ramp Daniels: Rampa ECP - + Daniels LTS Ramp Daniels: Rampa ELP - + W' Work (Kj) Long Term Stress W' (kJ) Estrés a Largo Plazo - + W' Work (Kj) Short Term Stress W' (kJ) Estrés a Corto Plazo - + W' Work (Kj) Stress Balance W' (kJ) Balance de Estrés - + W' Work (Kj) STS Ramp W' (kJ) Rampa ECP - + W' Work (Kj) LTS Ramp W' (kJ) Rampa ELP - + Below CP Work (Kj) Long Term Stress Trabajo Sub PC (kJ) Estrés a Largo Plazo - + Below CP Work (Kj) Short Term Stress Trabajo Sub PC (kJ) Estrés a Corto Plazo - + Below CP Work (Kj) Stress Balance Trabajo Sub PC (kJ) Balance de Estrés - + Below CP Work (Kj) STS Ramp Trabajo Sub PC (kJ) Rampa ECP - + Below CP Work (Kj) LTS Ramp Trabajo Sub PC (kJ) Rampa ELP - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load Coggan Carga de Entrenamiento Crónica Esperada - + Coggan Expected Acute Training Load Coggan Carga de Entrenamiento Aguda Esperada - + Coggan Expected Training Stress Balance Coggan Balance de Estrés de Entrenamiento Esperado - + TRIMP Long Term Stress TRIMP: Estrés a Largo Plazo - + TRIMP Short Term Stress TRIMP: Estrés a Corto Plazo - + TRIMP Stress Balance TRIMP: Balance de Estrés - + TRIMP STS Ramp TRIMP: Rampa ECP - + TRIMP LTS Ramp TRIMP: Rampa ELP - + Use sidebar chart settings Usar configuración de gráfico s/barra lateral - + Estimate Estimar - + Formula Fórmula - + + Measure + + + + + Performance + Gráfico de Curvas + + + + Banister + + + + Chart %1 Gráfico %1 @@ -15705,128 +16855,128 @@ Mostrar Eventos - + Work (Kj) Long Term Stress Trabajo (kJ) Estrés a Largo Plazo - - - - - - + + + + + + Stress (Kj) Estrés (kJ) - + Work (Kj) Short Term Stress Trabajo (kJ) Estrés a Corto Plazo - + Work (Kj) Stress Balance Trabajo (kJ) Balance de Estrés - + Work (Kj) STS Ramp Trabajo (kJ) Rampa ECP - + Work (Kj) LTS Ramp Trabajo (kJ) Rampa ELP - + Distance (km|mi) Long Term Stress Distancia (km|mi) Estrés a Largo Plazo - - + + Stress (km|mi) Estrés (km|mi) - + Distance (km|mi) Short Term Stress Distancia (km|mi) Estrés a Corto Plazo - + Distance (km|mi) Stress Balance Distancia (km|mi) Balance de Estrés - + Distance (km|mi) STS Ramp Distancia (km|mi) Rampa ECP - + Distance (km|mi) LTS Ramp Distancia (km|mi) Rampa ELP - + Edit Editar - + Basic Configuración Básica - + Preset Gráficos Predefinidos - + Curves Curvas - + TriScore Long Term Stress TriScore: Estrés a Largo Plazo - + TriScore Short Term Stress TriScore: Estrés a Corto Plazo - + TriScore Stress Balance TriScore: Balance de Estrés - + TriScore STS Ramp TriScore: Rampa ECP - + TriScore LTS Ramp TriScore: Rampa ELP - + Type Tipo - + Details Detalles - + Peak Pico @@ -15834,125 +16984,156 @@ LTMWindow - + Days Dias - + Weeks Semanas - + Months Meses - + Years Años - - + + All Todos - + Data Table Tabla de Datos - + Stacked Apilado - + Export Chart Data... Exportar Datos del Gráfico... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + Pico + + + + Positive decay + + + + + + days + días + + + + Negative decay + + + + grouped by agrupado por - + day día - + week semana - + month mes - + year año - + time of day hora del día - - + + seconds segundos - - + + Date Fecha - + Coggan Acute Training Load Coggan Carga de Entrenamiento Aguda - + Coggan Chronic Training Load Coggan Carga de Entremiento Crónica - + Coggan Training Stress Balance Coggan Balance de Estrés de Entrenamiento - + hours horas - + Export Chart Config Exportar Configuración de Gráficos - + Save Chart Data as CSV Guardar Datos del Gráfico como CSV - + Group by Agrupar por - + Time Of Day Hora del día @@ -15960,105 +17141,105 @@ LTPage - - + + Update Modificar - - + + + - - + + - - - + + Add Agregar - - + + Delete Eliminar - + Def - - + + From Date Desde - - + + Lactate Threshold Umbral de Lactado - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) - - + + Rest HR FC Reposo - - + + Max HR FC Máx - - - + + + MMM d, yyyy - + Short Abreviatura - + Long Nombre - + From BPM Desde PPM - + Trimp k @@ -16119,160 +17300,164 @@ Leaf - + %1 is unknown %1 es desconocido - + Array subscript needs a symbol name. Los índices de arreglos requieren un nombre de símbolo. - + Index must be numeric. Los indices tienen que ser numéricos. - + invalid data series for best(): %1 serie de datos inválida para best(): %1 - + invalid data series for tiz(): %1 serie de datos inválida para tiz(): %1 - + invalid literal for daterange(): %1 literal inválido para daterange(): %1 - + invalid literal for config(): %1 literal inválido para config(): %1 - + invalid literal for const(): %1 literal inválido para const(): %1 - + which function has at least 2 parameters. la función which necesita al menos 2 parámetros. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA requiere 3 parámetros. - + XDATA expects a string for first two parameters XDATA espera una cadena de caracteres en los primeros dos parámetros - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. XDATA espera uno de los siguientes simbolos: sparse, repeat, interpolate o resample, como tercer parámetro. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) XDATA espera uno de los siguientes simbolos: sparse, repeat, interpolate o resample, como tercer parámetro. (%1) - + XDATA_UNITS needs 2 parameters. XDATA_UNITS requiere 2 parámetros. - + XDATA_UNITS expects a string for first two parameters XDATA_UNITS espera una cadena de caracteres en los primeros dos parámetros - + isset/set/unset function first parameter is field/metric to set. El primer parámetro de las funciones isset/set/unset es el campo o métrica afectada. - + %1 is not supported in isset/set/unset operations %1 no está permitido en las operaciones isset/set/unset - + isset has one parameter, a symbol to check. la función isset tiene un parámetro, el símbolo a verificar. - + set function needs 3 paramaters; symbol, value and expression. la función set necesita 3 parámetros: símbolo, valor y expresión. - + unset function needs 2 paramaters; symbol and expression. la función unset necesita 2 parámetros: símbolo y expresión. - + estimate function expects model name as first parameter. la función estimate espera el nombre del modelo como primer parámetro. - + estimate function expects model name as first parameter la función estimate espera el nombre del modelo como primer parámetro. - + estimate function expects parameter or duration as second parameter la función estimate espera parámetro o duración como segundo parámetro. - + function '%1' expects %2 parameter(s) not %3 la función '%1' espera %2 parametro(2) no %3 - + unknown function %1 función desconocida %1 - + unary negation on a string! signo negativo aplicado a una cadena! - - + + variables must be numeric. las variables deben ser numéricas. - + assignment must be to a symbol. solo se puede asignar valores a símbolos - + comparing strings with numbers comparando cadenas de caracteres con números - + using a string operations with a number usando una operación de cadena de caracteres con un número - internal parser error: parms - error interno: parms + error interno: parms @@ -16323,8 +17508,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1 ya existe en la biblioteca de entrenamientos: %2 + %1 ya existe en la biblioteca de entrenamientos: %2 @@ -16421,7 +17610,7 @@ LocalFileStore - + You must define a network folder first Debe definir una carpeta de red primero @@ -16436,14 +17625,14 @@ La Carpeta %1 no existe - - + + Completed. Finalizado. - - + + Write to folder %1 failed Falló la escritura a la carpeta %1 @@ -16452,12 +17641,12 @@ Almacenamiento Local - + Local Store - + Sync with a local folder or thumbdrive. @@ -16616,8 +17805,8 @@ MainWindow - - + + Ctrl+N Ctrl+N @@ -16641,17 +17830,17 @@ &Descargar del dispositivo... - + Diary Agenda - + Train Entrenar - + Add Chart Agregar Gráfico @@ -16666,7 +17855,7 @@ Vista desplegada - + Activities Actividades @@ -16701,7 +17890,7 @@ Exportar en &Bloque... - + Export Metrics as CSV... Exportar Métricas como CSV... @@ -16730,17 +17919,17 @@ &Dividir actividad... - + Create a new workout... Crear nuevo entrenamiento... - + Download workouts from ErgDB... Descargar entrenamientos desde ErgDB... - + Air Density (Rho) Estimator... Estimador de la Densidad del Aire... @@ -16762,34 +17951,34 @@ Buscar intervalos... - + Select Activity Elegir Actividad - - + + No activity selected! No hay actividad seleccionada! - + Export Activity Exportar Actividad - + Export Failed Falló la Exportación - - + + No activity selected No hay actividad seleccionada - + Current activity contains no data to split La actividad seleccionada no tiene datos para dividir @@ -16823,33 +18012,33 @@ Ctrl+M - + &Tools &Herramientas - + &Options... &Opciones... - + &View &Ver - - + + Toggle Full Screen Cambiar a Pantalla Completa - + Show Left Sidebar Mostrar barra lateral Izq - + Show Toolbar Mostrar Barra de Herramientas @@ -16894,133 +18083,158 @@ - - CP and W' Estimator... - Estimador de PC y W'... + + Upload Activity... + - - Get &Body Measures... + + Synchronise Activities... - - Download workouts from Today's Plan... + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + Ctrl-C + + + + + CP and W' Estimator... + Estimador de PC y W'... + + + Download workouts from Today's Plan... + + + + Create Heat Map... Crear Mapa de Calor... - + Cloud Status... Estado CloudDB... - + Cloud Contributions Contribuciones a CloudDB - + Cloud Curator Curador CloudDB - + &Edit &Editar - + Show Compare Pane Mostrar Panel de Comparación - + Show Athlete Tabs Mostrar Pestañas de Atletas - + Trends Tendencias - + Reset Layout Restablecer Diseño - + Tabbed not Tiled Vista con Pestañas - + &Help Overview Opciones de &Ayuda - + &Discussion and Support Forum Foro de &Discusión y Soporte - + You are about to reset all charts to the default setup Está por reconfigurar todos los gráficos a su estado por defecto - + Do you want to continue? ¿Desea continuar? - + Chart Import Importar Gráfico - + Current activity contains no data to merge La actividad seleccionada no tiene datos para combinar - - + + &New Athlete... &Nuevo Atleta... - + Refresh in Progress Actualización en Curso - + &Help &Ayuda - + &User Guide Guía de &Usuario - + &Log a bug or feature request &Registrar un error o requerimiento - + &About GoldenCheetah &Acerca de GoldenCheetah - + Delete Activity Eliminar Actividad @@ -17073,85 +18287,85 @@ Sincronizar con GoogleDrive... - + CP and W' Solver... Buscador de PC y W'... - + VDOT and T-Pace Calculator... Calculadora de VDOT y Ritmo Umbral... - + Import workouts, videos, videoSyncs... Importar entrenamientos, videos y videoSyncs... - + Scan disk for workouts, videos, videoSyncs... Buscar entrenamientos, videos y videoSyncs en el disco... - + Maintain charts Administrar Gráficos - + Curate charts Curar Gráficos - + Upload Chart... Publicar Gráfico... - + Download Chart... Descargar Gráfico... - - - + + + Activity Import Importar Actividad - - - + + + Closing of athlete window not possible while background activity import is in progress... No es posible cerrar la ventana del atleta mientras se está realizando una importación de actividades en segundo plano... - + Imported %1 metric charts %1 Gráficos Importados - + Failed to export activity, please check permissions Error al exportar actividad, verifique los permisos - + There is no currently selected activity to save. No hay actividad seleccionada para guardar. - - + - + + Split Activity Dividir Actividad - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -17160,54 +18374,54 @@ Por favor verifique sus preferencias. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team Este atleta no está registrado como curador - por favor contacte al equipo GoldenCheetah - - + + Import from File Importar de Archivo - + No Activity To Save No hay actividad para Guardar - + Are you sure you want to delete the activity: Confirma que quiere eliminar la actividad: - + Export Metrics Exportar Métricas - + Comma Separated Variables (*.csv) Variables Separada por Comas (*.csv) - - + + Workout Directory Invalid Directorio de Entrenamientos Inválido - + Delete Eliminar - + Changes on Cambios en @@ -17386,8 +18600,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 Selección #%1 @@ -17408,18 +18626,18 @@ MaxCT - + Max Core Temperature Temperatura Central Máx - - + + C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Temperatura corporal central máxima estimada en base a datos de FC @@ -17427,18 +18645,18 @@ MaxCadence - + Max Cadence Cadencia Máx - - + + rpm rpm - + Maximum Cadence Cadencia Máxima @@ -17446,18 +18664,18 @@ MaxHr - + Max Heartrate Frec. Cardíaca Máx - - + + bpm ppm - + Maximum Heart Rate. Frecuencia Cardíaca Máxima. @@ -17484,18 +18702,18 @@ MaxPower - + Max Power Potencia Máx - - + + watts vatios - + Maximum Power Potencia Máxima @@ -17503,12 +18721,12 @@ MaxPowerVariance - + Max Power Variance Variación Potencia Máx - + Maximum Power Deviation with respect to 30sec Moving Average Máxima desviación de Potencia con respecto al Promedio Móvil de 30 seg @@ -17535,18 +18753,18 @@ MaxSmO2 - + Max SmO2 SmO2 Máx - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Máxima saturación de oxígeno a nivel muscular, el máximo porcentaje de hemoglobina que está transportando oxígeno. @@ -17554,22 +18772,22 @@ MaxSpeed - + Max Speed Velocidad Máx - + kph km/h - + mph mph - + Maximum Speed Velocidad Máxima @@ -17577,22 +18795,22 @@ MaxTemp - + Max Temp Temp Máx - + C - + F - + Maximum Temperature Temperatura Máxima @@ -17619,18 +18837,18 @@ MaxtHb - + Max tHb tHb Máx - - + + g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentración total de hemoglobina máxima. El máximo total de gramos de hemoglobina por decilitro. @@ -17638,17 +18856,45 @@ MeanPowerVariance - + Average Power Variance Variación Potencia Media - + Mean Power Deviation with respect to 30sec Moving Average Desviación media de la potencia con respecto al promedio móvil de 30 seg + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan + + + + + CSV Upload + + + + + Unknown + Desconocido + + + MergeActivityWizard @@ -17659,22 +18905,26 @@ MergeAdjust - + Adjust Alignment Ajustar Alineamiento - Adjust merge alignment in time - Ajuster alineamiento en el tiempo + Ajuster alineamiento en el tiempo - + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + + + + Adjust: Ajuste: - + Reset Restablecer @@ -17682,32 +18932,32 @@ MergeChoose - + Choose an Activity Elegir una Actividad - + Choose an Existing activity to Combine Elegir una Actividad existente para Combinar - + Filename Nombre de Archivo - + Date Fecha - + Time Hora - + dd MMM yyyy @@ -17715,17 +18965,17 @@ MergeConfirm - + Confirm Confirmar - + Complete and Save Completar y Guardar - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -17741,17 +18991,17 @@ MergeDownload - + Download Activity Descargar Actividad - + Download Activity to Combine Descargar Actividad para Combinar - + Error - Unknown file type Error - Tipo de archivo desconocido @@ -17759,32 +19009,32 @@ MergeMode - + Select Mode Selecciones el Modo - + How would you like to combine the data ? ¿Cómo quiere combinar los datos? - + Merge Data to add another data series Combinar datos para agregar otra serie - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Cominar series de datos desde un archivo en la actividad actual con distintos tipos de datos registrados por diferentes dispositivos (Ej. datos de O2 de Moxy) tomando en cuenta la alineación de los datos en el tiempo. - + Join Data to form a longer activity Cominar los datos para formar una actividad más prolongada - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Agregar los datos al final de la actividad actual para crear una actividad más prolongada que haya sido registrada en varias partes. @@ -17792,75 +19042,91 @@ MergeSelect - + Merge Data Series Combinar Series de Datos - + Select the series to merge together Elegir las series a combinar + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Elegir Origen - + Where is the data you want to combine ? ¿Donde están los datos que quiere combinar? - + Import from a File Importar desde un Archivo - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Importa y combina desde un archivo en su disco rígido o dispositivo montado como un disco USB para combinar con la actividad actual - + Download from Device Descargar de un dispositivo - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Descarga los datos desde un dispositivo de puerto serie tal como Moxy Muscle Oxygen Monitor o ciclocomputadora para combinar con la actividad actual. - + Existing Activity Actividad Existente - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. Combina datos de una actividad que ya ha sido importada o descarga a GoldenCheetah. Selecciona de una lista de actividades disponibles. - + All Supported Formats (%1) Todos los formatos (%1) - + All files (*.*) Todos los Archivos (*.*) - + Import from File Importar de Archivo - + Error - Unknown file type Error - Tipo de archivo desconocido @@ -17868,52 +19134,52 @@ MergeStrategy - + Select Strategy Elija la Estrategia - + How should we align the data ? ¿Cómo deberíamos alinear los datos? - + Align using start time Alinear usando tiempo de inicio - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. Alinea los datos de las dos actividades en base al tiempo de inicio de las actividades. Esto funcionará bien si los dispositivos utilizados para registrar los datos tienen los relojes sincronizados entre sí. - + Align using shared data series Alinear usando serie de datos compartidos - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Si las dos actividades contienen la misma serie de datos, por ejemplo si ambos dispositivos registaron cadencia o FC, entonces podemos alinear loas otras series de datos apareando los picos y valles en los datos compartidos. - + Align starting together Alinear comenzando simultáneamente - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Alinea ambas actividades comenzando simultáneamente, independientemente de la hora de comienzo de las actividades. - + Align ending together Alinear finalizando simultáneamente - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Alinea las actividades para que finalicen simultáneamente, independientemente de la hora de de las actividades. @@ -17921,17 +19187,17 @@ MergeWelcome - + Combine Activities Cominar Actividades - + Lets get started Comencemos - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -17943,22 +19209,22 @@ MetadataPage - + Fields Campos - + Notes Keywords Palabras Clave - + Defaults Valores por defecto - + Processing Procesamiento @@ -17966,22 +19232,22 @@ MetricConfig - + Custom Personalizadas - + Bests Mejores - + Summary - Resúmen + Resumen - + Intervals Intervalos @@ -17989,18 +19255,18 @@ MinHr - + Min Heartrate FC Min - - + + bpm ppm - + Minimum Heart Rate. Frecuencia Cardíaca Mínima. @@ -18008,18 +19274,18 @@ MinSmO2 - + Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Mínima saturación de oxígeno a nivel muscular, el mínimo porcentaje de hemoglobina que está transportando oxígeno. @@ -18027,22 +19293,22 @@ MinTemp - + Min Temp Temp Min - + C - + F - + Minimum Temperature Temperatura Mínima @@ -18069,18 +19335,18 @@ MintHb - + Min tHb tHb Mín - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentración total de hemoglobina mínima. El mínimo total de gramos de hemoglobina por decilitro. @@ -18088,473 +19354,363 @@ ModelDataProvider - Power (watts) - Potencia (vatios) + Potencia (vatios) - Cadence (rpm) - Cadencia (rpm) + Cadencia (rpm) - Heartrate (bpm) - Frec. Cardíaca (ppm) + Frec. Cardíaca (ppm) - Speed (kph) - Velocidad (km/h) + Velocidad (km/h) - Speed (mph) - Velocidad (mph) + Velocidad (mph) - Altitude (meters) - Altitud (metros) + Altitud (metros) - Altitude (feet) - Altitud (pies) + Altitud (pies) - Torque (N) - Par (N) + Par (N) - Elapsed Time (secs) - Tiempo Transcurrido (seg.) + Tiempo Transcurrido (seg.) - Elapsed Distance (km) - Distancia Recorrida (km) + Distancia Recorrida (km) - Elapsed Distance (mi) - Distancia Recorrida (mi) + Distancia Recorrida (mi) - Interval Number - Número de Intervalo + Número de Intervalo - Latitude (degree x 1000) - Latitud (grados x 1000) + Latitud (grados x 1000) - Longitude (degree x 1000) - Longitud (grados x 1000) + Longitud (grados x 1000) - Circumferential Pedal Velocity (cm/s) - Velocidad Circular de los Pedales (cm/s) + Velocidad Circular de los Pedales (cm/s) - Average Effective Pedal Force (N) - Fuerza Efectiva Media en los Pedales (N) + Fuerza Efectiva Media en los Pedales (N) - Time at X/Y (%) - Tiempo en X/Y (%) + Tiempo en X/Y (%) - Power Zone - Zona de Potencia + Zona de Potencia - L/R Balance - Balance I/D + Balance I/D - Running Vertical Oscillation - Oscilación Vertical + Oscilación Vertical - Running Ground Contact Time - Tiempo de Contacto + Tiempo de Contacto - Running Cadence - Frecuencia de Paso + Frecuencia de Paso - Gear Ratio - Multiplicación + Multiplicación - Muscle Oxygen - Oxigenación Muscular + Oxigenación Muscular - Haemoglobin Mass - Masa de Hemoglobina + Masa de Hemoglobina - Slope (gradient) - Pendiente (gradiente) + Pendiente (gradiente) - Unknown - Desconocido + Desconocido - Power - Potencia + Potencia - Cadence - Cadencia + Cadencia - Heartrate - Frec. Cardíaca + Frec. Cardíaca - Speed - Velocidad + Velocidad - Altitude - Altitud + Altitud - Pedal Force - Fuerza en los Pedales + Fuerza en los Pedales - Time - Tiempo + Tiempo - Distance - Distancia + Distancia - Interval - Intervalo + Intervalo - Latitude - Latitud + Latitud - Longitude - Longitud + Longitud - Time at X/Y - Tiempo en X/Y + Tiempo en X/Y - Zone - Zona + Zona - CPV - VCP + VCP - AEPF - FEMP + FEMP - Balance - Balance - - - - RV - - - - - GCT - + Balance - Run Cad - Frec. de Paso + Frec. de Paso - Gear - Multiplicación - - - - SmO2 - - - - - tHb - + Multiplicación - Slope - Pendiente + Pendiente - None - Ninguno + Ninguno - No data or bin size too large - Sin datos o divisiones demasiado grandes + Sin datos o divisiones demasiado grandes ModelWindow - Power - Potencia + Potencia - Cadence - Cadencia + Cadencia - Heartrate - Frec. Cardíaca + Frec. Cardíaca - Speed - Velocidad + Velocidad - Altitude - Altitud + Altitud - Torque - Par + Par - AEPF - FEMP + FEMP - CPV - VCP + VCP - Time - Tiempo + Tiempo - Distance - Distancia + Distancia - Slope - Pendiente + Pendiente - Latitude - Latitud + Latitud - Longitude - Longitud + Longitud - L/R Balance - Balance I/D + Balance I/D - Running Vertical Oscillation - Oscilación Vertical + Oscilación Vertical - Running Cadence - Frecuencia de Paso + Frecuencia de Paso - Running GCT - Tiempo de Contacto + Tiempo de Contacto - Gear Ratio - Multiplicación + Multiplicación - Muscle Oxygen - Oxigenación Muscular + Oxigenación Muscular - Haemoglobin Mass - Masa de Hemoglobina + Masa de Hemoglobina - User Defined - Definido por el Usuario + Definido por el Usuario - Natural Cadence Selection - Selección de Cadencia Natural + Selección de Cadencia Natural - Route Visualisation - Visualización de Recorrido + Visualización de Recorrido - Power Fatigue - Fatiga de Potencia + Fatiga de Potencia - Impact of Altitude - Impacto de la Altitud + Impacto de la Altitud - Analyse - Análisis + Análisis - X-Axis: - Eje-X: + Eje-X: - Y-Axis: - Eje-Y: + Eje-Y: - Z-Axis: - Eje-Z: + Eje-Z: - Color: - Color: + Color: - Bin Width: - Ancho Divisiones: + Ancho Divisiones: - - Time at X&Y - Tiempo en X&Y + Tiempo en X&Y - Power Zone - Zona de Potencia + Zona de Potencia - Bar - Barra + Barra - Grid - Cuadrícula + Cuadrícula - Surface - Superficie + Superficie - Dots - Puntos + Puntos - Ignore Zero - Ignorar Cero + Ignorar Cero - Show Grid - Mostrar Cuadrícula + Mostrar Cuadrícula - Frame Intervals - Resaltar Intervalos + Resaltar Intervalos - Legend - Leyenda + Leyenda @@ -18700,20 +19856,12 @@ MultiDeviceDialog - + Multiple Device Configuration Configuración de Múltiples Dispositivos - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - La Potencia Normalizada es una estimación de la potencia que, sostenida de manera constante, hubiera tenido un mismo impacto fisiológico. - - - NamedSearches @@ -18734,27 +19882,27 @@ NavigatorCellDelegate - + Date Fecha - + MMM d, yyyy - + Time Hora - + Last updated Última actualización - + ddd MMM d, yyyy hh:mm @@ -18963,18 +20111,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Frec. Cardíaca - - + + bpm ppm - + Heart Rate for which 95% of activity samples has lower HR values Frecuencia cardíaca para la cual el 95% de los registros tienen valores de FC menores @@ -18982,18 +20130,18 @@ NonZeroPower - + Nonzero Average Power Potencia Media sin Ceros - - + + watts vatios - + Average Power without zero values, it gives inflated values when frecuent coasting is present Potencia media sin considerar los ceros, dá valores artificialmente inflados cuando hay períodos frecuentes sin pedalear @@ -19001,235 +20149,363 @@ OAuthDialog - + OAuth - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Error recuperando credenciales OAuth - Endpoint: /oauth/access_token + Error recuperando credenciales OAuth - Endpoint: /oauth/access_token - - - + + Authorization Error Error de Autorización - + SSL Security Libraries required for 'Authorise' are missing in this installation. Las librerías de seguridad SSL que se requieren para 'Autorización' no están disponibles en esta instalación. - Twitter authorization was successful. - La autorización de Twitter fué exitosa. + La autorización de Twitter fué exitosa. - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information Información - Error in authorization - Error en autorización + Error en autorización - There was an error during authorization. Please check the error description. - Hubo un error durante la autorización. Por favor verifique la descripción del error. + Hubo un error durante la autorización. Por favor verifique la descripción del error. - + Dropbox authorization was successful. La autorización con Dropbox fue exitosa. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. La autorizaciónd de Strava fue exitosa. - + Cycling Analytics authorization was successful. La autorización de Cycling Analytics fue exitosa. - + Google Calendar authorization was successful. La autorización del Calendaro de Google fue exitosa. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. La autorización de Google Drive fue exitosa. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials Error recuperanto credenciales de autorización + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Listo + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport Deporte - + Workout Code Código - + Duration Duración - + Notes Notas - - HRV + + HRV rMSSD - + Heartrate Frec. Cardíaca - + Heartrate Zones Zonas de FC - + Climbing - + Cadence Cadencia - + Equivalent Power - + RPE - + Stress Estrés - + Fatigue Zones - + Intervals Intervalos - + Intensity Intensidad - + Power Potencia - + Power Zones Zonas de Potencia - + Power Model - + Distance Distancia - + Speed Velocidad - + Pace Zones Zonas de Ritmo - + Route Ruta + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19255,54 +20531,54 @@ PaceSchemePage - + + - + - - + Add Agregar - + Delete Eliminar - + Short Corto - + Long Largo - + Percent of CV Porcentaje de VC - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) @@ -19463,27 +20739,27 @@ PaceZonePage - + Sport Deporte - + Run Carrera - + Swim Natación - + Critical Velocity Velocidad Crítica - + Default Por defecto @@ -19727,137 +21003,137 @@ No se puede abrir el archivo - + Zone defaults must be specified at head of %1 file Los valores por defecto deben especificarse al comienzo del archivo %1 - + Only one set of zone defaults may be specified in %1 file Solo un conjunto de valores por defecto se pueden especificar en el archivo %1 - + line %1: read new range without reading any zones for previous one linea %1: nuevo rango sin zonas definidas para el anterior - + line %1: read zone without preceding date range linea %1: zona sin rango de fechas precedente - - + + attempt to set zone based on % of CV without setting CV in line number %1. se intenta establecer una zona basada en % de VC sin establecer VC en línea número %1. - + file ended without reading any zones for last range el archivo finalizó sin zonas para el último rango - + Setting end date of range %1 to start date of range %2. Estableciendo fecha del rango %1 al comienzo de la fecha del rango %2. - + Extending final range %1 to infinite to include present date. Extendiendo el rango final %1 a infinito para incluir los datos actuales. - + CV must be greater than zero in zone range %1 of %2 La VC debe ser mayor a cero en el rango de zona %1 de %2 - + Problem Saving Pace Zones Problemas Guardando Zonas de Ritmo - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. - - + + min/100m - - + + min/100yd - - + + min/km min/km - - + + min/mile min/milla - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Rango %1: ajustando límite superior de la zona %2 (%3) al límite inferior de la zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Rango %1: estableciendo límite superior de la zona %2 de %3 a MAX. - + Critical Velocity: %3%4 (%2%1) Velocidad Crítica: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zona</td> - + <td align="center">Description</td> <td align="center">Descripción</td> - + <td align="center">Low (%1)</td> <td align="center">Inferior (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Superior (%1)</td> - + <td align="center">Time</td> <td align="center">Tiempo</td> - + <td align="center">%</td> <td align="center">%</td> @@ -20028,48 +21304,188 @@ Pendiente - - Temperature - Temperatura + + Temperature + Temperatura + + + + SmO2 + + + + + tHb + + + + + Interval + Intervalo + + + + Paste error + Error al pegar + + + + Please select target cell or cells to paste values into. + Seleccione la celda o celdas en las que pegar los valores. + + + + Copy/Paste Mismatch + Falta de coincidencia para Copiar/Pegar + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + El rango seleccionado y los datos disponibles tienen diferente tamaño, algunos datos se perderán. + +¿Quiere continuar? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + ppm + + + + PeakHr5m + + + 5 min Peak Hr + - - SmO2 - + + + bpm + ppm + + + PeakHr60m - - tHb - + + 60 min Peak Hr + - - Interval - Intervalo + + + bpm + ppm + + + PeakHr8m - - Paste error - Error al pegar + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - Seleccione la celda o celdas en las que pegar los valores. + + + bpm + ppm + + + PeakHr90m - - Copy/Paste Mismatch - Falta de coincidencia para Copiar/Pegar + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - El rango seleccionado y los datos disponibles tienen diferente tamaño, algunos datos se perderán. - -¿Quiere continuar? + + + bpm + ppm @@ -21282,12 +22698,12 @@ Finalizado. - + PolarFlow - + Download from the popular Polar website. @@ -21296,185 +22712,200 @@ PowerHist - + Time (minutes) Tiempo (minutos) - + Time (percent) Tiempo (porcentaje) - + Power (watts) Potencia (vatios) - - + + Power zone Zona de Potencia - + Heartrate (bpm) Frec. Cardíaca (ppm) - + Heartrate zone Zona de Frecuencia Cardíaca - - - - - + + + + + seconds segundos - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) %1 de Actividad (%2) - + %1 of Activity %1 de Actividad - + W'bal zone zona W'bal - + W'Bal Consumed (%) W'bal Consumido (%) - + Power (watts/kg) Potencia (vatios/kg) - + aPower (watts) aPower (vatios) - + Cadence (rpm) Cadencia (rpm) - + Pace zone Zona de Ritmo - + Speed (%1) Velocidad (%1) - + mph mph - + kph km/h - + Torque (%1) Par (%1) - + N-m N-m - + ft-lbf lib-pie - + Gear Ratio Multiplicación - + SmO2 - + Unknown data series Serie de datos desconocida - + min/km min/km - + min/mile min/milla - - + + %1 Pace (%2) %1 Ritmo (%2) - + min/100m - + min/100yd - - - - + + + + minutes minutos - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -21623,37 +23054,53 @@ ProcessorPage - + Processor Procesador - + Apply Aplicar - + Settings Ajustes - + Manual Manual - + Import Importar - + Save Guardar + PythonChart + + + Show Console + Mostrar Consola + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -21677,20 +23124,21 @@ Bicicleta - - + + + Lap %1 Vuelta %1 - - + + MMM dd yyyy - + All Todos @@ -21770,244 +23218,419 @@ Ciclismo %1 - - Manual entry + Unknown + Desconocido + + + + Problem Saving Body Measurements - - Withings + + + + + + + + File: %1 cannot be opened for 'Writing'. Please check file properties. + Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. + + + + Problem Reading Body Measurements - - Today's Plan + + Problem Parsing Body Measurements - - CSV Upload + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - - Unknown - Desconocido + + + File: %1 is not a proper JSON file. Parsing error: %2 + + + + + Problem Saving Workout Library + Problemas Guardando Biblioteca de Entrenamientos + + + + Problem Saving Named Search Configuration + Problemas Guardando Configuración de Filtros + + + + Problem Saving Autoimport Configuration + Problemas Guardando Configuración de Auto-importación + + + + Problem Saving Route Data + Problemas Guardando Datos de Rutas + + + + Problem Saving Seasons + Problema Guardando Temporadas + + + + Error creating meter + Error creando indicador + + + + English + Inglés + + + + French + Francés + + + + Japanese + Japonés + + + + Portugese (Brazil) + Portugués (Brasil) + + + + Italian + Italiano + + + + German + Alemán + + + + Russian + Ruso + + + + Czech + Checo + + + + Spanish + Español + + + + Portugese + Portugués + + + + Chinese (Traditional) + Chino (Tradicional) + + + + + Other + Otro + + + + Chinese (Simplified) + Chino (Simplificado) + + + + Dutch + Holandés + + + + Swedish + Sueco + + + + Run + Carrera + + + + Swim + Natación + + + + Unsupported file format + Formato de archivo no soportado + + + + Rest + + + + + Very, very easy + + + + + Easy + + + + + Moderate + + + + + Somewhat hard + + + + + Hard + + + + + Hard+ + + + + + Very hard + - - Problem Saving Body Measures + + Very hard+ - - - - - - - File: %1 cannot be opened for 'Writing'. Please check file properties. - Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. + + Very hard++ + - - Problem Reading Body Measures + + Maximum - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Invalid - - Problem Parsing Body Measures + + 0 Rest - - File: %1 is not a proper JSON file. Parsing error: %2 + + 1 Very, very easy - - Problem Saving Workout Library - Problemas Guardando Biblioteca de Entrenamientos + + 2 Easy + - - Problem Saving Named Search Configuration - Problemas Guardando Configuración de Filtros + + 3 Moderate + - - Problem Saving Autoimport Configuration - Problemas Guardando Configuración de Auto-importación + + 4 Somewhat hard + - - Problem Saving Route Data - Problemas Guardando Datos de Rutas + + 5 Hard + - - Problem Saving Seasons - Problema Guardando Temporadas + + 6 Hard+ + - - Error creating meter - Error creando indicador + + 7 Very hard + - - English - Inglés + + 8 Very hard+ + - - French - Francés + + 9 Very hard++ + - - Japanese - Japonés + + 10 Maximum + - - Portugese (Brazil) - Portugués (Brasil) + + 0 Not Fatigued At All + - - Italian - Italiano + + 1 + - - German - Alemán + + 2 A Little Fatigued + - - Russian - Ruso + + 3 + - - Czech - Checo + + 4 + - - Spanish - Español + + 5 Moderately Fatigued + - - Portugese - Portugués + + 6 + - - Chinese (Traditional) - Chino (Tradicional) + + 7 Very fatigued+ + - - - Other - Otro + + 8 + - - Chinese (Simplified) - Chino (Simplificado) + + 9 + - - Dutch - Holandés + + 10 Total Fatigue, Nothing Left + - - Swedish - Sueco + + Problem Saving HRV Measurements + - - Run - Carrera + + Problem Reading HRV Measurements + - - Swim - Natación + + Problem Parsing HRV Measurements + - - Unsupported file format - Formato de archivo no soportado + + Developer limit exceeded + - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -22068,205 +23691,220 @@ RealtimeData - + None Ninguno - + Time Tiempo - + Lap Vuelta - + Lap Time Tiempo de Vuelta - + Lap Time Remaining Tiempo de Vuelta Remanente - + + Section Time Remaining + + + + BikeStress - + kJoules kJ - + W' bal - + XPower xPower - + Iso Power Potencia Normalizada - + Intensity Factor Factor de Intensidad - + Relative Intensity Intensidad Relativa - + Skiba Variability Index Skiba Índice de Variabilidad - + Variability Index Índice de Variabilidad - + Distance Distancia - + Alternate Power Potencia Alternativa - + Power Potencia - + Speed Velocidad - + Virtual Speed Velocidad Virtual - + Cadence Cadencia - + Heart Rate Frec. Cardíaca - + Target Power Potencia Objectivo - + Average Power Potencia Media - + Average Speed Velocidad Media - + Average Heartrate FC Media - + Average Cadence Cadencia Media - + Lap Power Potencia de Vuelta - + Lap Speed Velocidad de Vuelta - + Lap Heartrate FC de Vuelta - + Lap Cadence Cadencia de Vuelta - + Left/Right Balance Balance Iza/Der - + Total Hb Mass Masa Hb Total - + Hb O2 Saturation Saturación Hb O2 - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness Eficiencia de Par Izq - + Right Torque Effectiveness Efectividad de Par Der - + Left Pedal Smoothness Fluidez Pedal Izq - + Right Pedal Smoothness Fluidez Pedal Der - + Slope Pendiente + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -22439,12 +24077,12 @@ RemotePage - + Action Acción - + ANT+ Command Comando ANT+ @@ -22468,17 +24106,17 @@ RenameIntervalDialog - + Rename Intervals Renombrar intervalos - + &OK &OK - + &Cancel &Cancelar @@ -22547,22 +24185,22 @@ RideCache - + Can't rename %1 to %2 in %3 Imposible renombrar %1 a %2 en %3 - + Problem Saving Ride Cache Problemas Guardando Caché de Actividades - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. - + seconds segundos @@ -22935,478 +24573,476 @@ RideFile - + Run Carrera - + Swim Natación - + Time Tiempo - + Cadence Cadencia - + Heartrate Frec. Cardíaca - + Distance Distancia - + Speed Velocidad - + Acceleration Aceleración - + Power %1 Potencia %1 - + Cadence %1 Cadencia %1 - + Torque %1 Par %1 - + Heartrate %1 Frec. Card. %1 - + Torque Par - + Power Potencia - + xPower xPower - + aPower - + aTISS - + anTISS - + Iso Power Potencia Normalizada - + Altitude Altitud - + Longitude Longitud - + Latitude Latitud - + Headwind Viento en contra - + Slope Pendiente - + Temperature Temperatura - + Left/Right Balance Balance Izq/Der - + Left Torque Efficiency Eficiencia de Par Izq - + Right Torque Efficiency Eficiencia de Par Der - + Left Pedal Smoothness Fluidez Pedal Izq - + Left Platform Center Offset Desplazamiento del Centro del Pedal Izq - + Right Platform Center Offset Desplazamiento del Centro del Pedal Der - + Left Power Phase Start Inicio Fase de Potencia Izq - + Right Power Phase Start Inicio de Fase de Potencia Der - + Left Power Phase End Fin Fase de Potencia Izq - + Right Power Phase End Fin de Fase de Potencia Der - + Left Peak Power Phase Start Inicio de Fase de Potencia Pico Izq - + Right Peak Power Phase Start Inicio de Fase de Potencia Pico Der - + Left Peak Power Phase End Fin de Fase de Potencia Pico Izq - + Right Peak Power Phase End Fin de Fase de Potencia Pico Der - - + + Interval Intervalo - + VAM - + Watts per Kilogram Vatios por kg - + W' balance Balance W' - + SmO2 - + THb - + O2Hb - + HHb - + Vertical Oscillation Oscilación Vertical - + Run Cadence Frecuencia de Paso - + GCT - + Gear Ratio Multiplicación - + W' Consumed W' Consumido - + Sample Index Índice del Registro - + R-R - - + + Unknown Desconocido - - + + seconds segundos - + rpm rpm - + rpm/s - + bpm ppm - + bpm/s ppm/s - + km km - + miles millas - - + + kph km/h - + mph mph - + m/s/s - + N - + N/s - - - - + + + + watts vatios - + watts/s vatios/s - - + + TISS - + metres metros - + feet piés - + lon long - + lat lat - - - - - - - + + + + + + + % % - + °C - - + + mm - - - - - - - - + + + + + + + + ° - Invalid File Name - Nombre de archivo inválido + Nombre de archivo inválido - + Wheelsize Tamaño de rueda - + meters per hour metros por hora - + Right Pedal Smoothness Fluidez Pedal Der - + watts/kg vatios/kg - + joules Julios - + g/dL - + spm - + cm - + ms - + ratio relación - Invalid date/time in filename: %1 Skipping file... - Fecha/hora inválida en el nombre de archivo: + Fecha/hora inválida en el nombre de archivo: %1 Saltando archivo... @@ -23414,107 +25050,107 @@ RideFileInterval - + ALL TODOS - + DEVICE DISPOSITIVO - + USER USUARIO - + PEAK PACE RITMO PICO - + PEAK POWER POTENCIA PICO - + SEGMENTS SEGMENTOS - + CLIMBING ESCALADAS - + EFFORTS ESFUERZOS - + The entire activity La Actividad Completa - + Device specific intervals Intervalos propios del dispositivo - + User defined laps or marked intervals Vueltas o intervalos marcados por el usuario - + Peak pace for running and swimming Ritmo pico para carrera y natación - + Peak powers for cycling 1s thru 1hr Potencia pico para ciclismo de 1s a 1h - + Route segments using GPS data Segmentos de ruta usando datos GPS - + Ascents for hills and mountains Escaladas en montaña - + Sustained efforts and matches using power Esfuerzos sostenidos y cartuchos usando potencia - + Peak Pico - + Find Buscar - + Match Cartucho - + Climb Puerto - + Best Mejor @@ -23695,321 +25331,336 @@ RideImportWizard - + Select Date... Seleccionar Fecha... - + Today Hoy - + Last Monday Lunes pasado - + Last Tuesday Martes pasado - + Last Wednesday Miércoles pasado - + Last Thursday Jueves pasado - + Last Friday Viernes pasado - + Last Saturday Sábado pasado - + Last Sunday Domingo pasado - + Choose Date Elegir Fecha - + Cancel Cancelar - - - + + + Abort Abortar - + Filename Nombre de Archivo - + Date Fecha - + Time Hora - + Duration Duración - + Distance Distancia - + Import Status Estado de la Importación - + Step 1 of 4: Check file permissions Paso 1 de 4: Verificar permisos de archivo - + Error - Not a file. Error - No es un archivo. - + Error - File is not readable. Error - El archivo no se puede leer. - + + Error - Opendata summary. + + + + + undefined + + + + Queued En Cola - + Error - Unknown file type Error - Tipo de archivo desconocido - + Step 2 of 4: Validating Files Paso 2 de 4: Validando Archivos - - - - - + + + + + Error Error - + Parsing... Analizando... - + Validated Validado - + Warning - Advertencia - - - + + ; - + Error - Error - - + Step 3 of 4: %1 ride(s) are missing the date and time. Paso 3 de 4: % actividad(es) no tiene(n) fecha y hora. - + Step 3 of 4: Change Date/Time or Save to continue. Paso 3 de 4: Cambie Fecha y Hora o Guarde para continuar. - + No files for automatic import selected. Sin archivos seleccionados para importación automática. - + More than 24hrs of activities to fit into a day Más de 24hs de entrenamiento en un dia - + Auto Import Importación Automática - + Automatic import from defined directories is completed. Se completó la importación automática desde los directorios definidos. - + Error - Activity file exists Error - El archivo de actividad ya existe - + Error - Activity file with same start date/time exists - + + Processing... + Procesando... + + + Error - Moving %1 to activities folder Error - Moviendo %1 a la carpeta de actividades - + Error - Import of activitiy file failed Error - Falló la importación del archivo de actividad - + Error - .JSON creation failed Error - Falló la creación del archivo .JSON - + Directory Directorio - + Import Rule Regla de Importación - + Directory Status Estado del Directorio - + No import No importar - + No directory Sin directorio - + Directory not available Directorio no disponible - + Directory not readable Directorio ilegible - + %1 files for import selected %1 archivos seleccionados para importar - + No files in requested time range No hay archivos en el rango de fechas solicitado - + No activity files found Sin archivos de actividad encontrados - + Import Files Importar Archivos - + Error - File does not exist. Error - El archivo no existe. - + Save Guardar - + Invalid Selection Selección Inválida - + Step 4 of 4: Save to Library Paso 4 de 4: Guardar en la Biblioteca - + Saving... Guardando... - + Saving file... Guardando archivo... - + Error - copy of %1 to import directory failed Error - falló la copia de %1 al directorio de importación - + File Saved Archivo Guardado - + Import Complete. %1 of %2 successful. Importación Finalizada. %1 de %2 con éxito. - - - + + + Finish Fin @@ -24017,128 +25668,128 @@ RideItem - + Entire Activity Actividad Completa - + 1 second 1 segundo - + 5 seconds 5 segundos - - + + 10 seconds 10 segundos - - + + 15 seconds 15 segundos - - + + 20 seconds 20 segundos - - + + 30 seconds 30 segundos - - + + 1 minute 1 minuto - - + + 5 minutes 5 minutos - - + + 10 minutes 10 minutos - - + + 20 minutes 20 minutos - - + + 30 minutes 30 minutos - - + + 45 minutes 45 minutos - - + + 1 hour 1 hora - + %1 (%2 watts) %1 (%2 vatios) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TAA de %1 (%2 vatios) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% Esfuerzo de %1 (%2 vatios) - + L%3 SPRINT of %1 secs (%2 watts) L%3 EMBALAJE de %1 seg (%2 vatios) - + Climb %1 Escalada %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH Cartucho TA - + MATCH Cartucho @@ -24146,87 +25797,92 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map Mapa - + Show Markers Mostrar Marcadores - + Show Full Plot Mostrar Gráfico Completo - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - + OpenStreetMap (default) - - OpenCycleMap - - - - Mapquest - + Custom Tile Server A + - Custom - + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + Intervalo - + Intervals Intervalos - + Route Ruta - + No GPS Data Present Sin datos de GPS @@ -24234,12 +25890,12 @@ RideMetadata - + Problem Saving Meta Data Problemas Guardando Meta Datos - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. @@ -24248,57 +25904,57 @@ RideNavigator - + *|Workout Code|Date| *|Código Entrenamiento|Fecha| - + File Archivo - + Last updated Última actualización - + Date Fecha - + Time Hora - + Config Checksum - + Remove Column Eliminar Columna - + Column Chooser Elegir Columna - + Do Not Show in Groups No Mostrar en Grupos - + Show In Groups Mostrar en Grupos @@ -24306,7 +25962,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>No se puede leer el archivo " @@ -24321,94 +25977,89 @@ Rango de Fechas - + Device Type: Tipo de Dispositivo: - - + + Totals Totales - - + + Averages Promedios - - - <h3>Model</h3> - <h3>Modelo</h3> - - - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - + + <h3>Model</h3> + <h3>Modelo</h3> - + W' - + CP PC - - + + watts vatios - - + + w/kg vatios/kg - + FTP (watts) FTP (vatios) - + FTP (w/kg) FTP (vatios/kg) - + P-max P-máx - + Interval Name Nombre de Intervalo - - - + + + dd MMM yyyy @@ -24421,200 +26072,179 @@ <br>FTP, BikeStress, IsoPower y IF son marcas registradas de Peaksware LLC</center> - - - - + + + + N/A - + Metrics* Métricas* - - + + Maximums Máximos - <h3>Modeling<br>%1</h3> - <h3>Modelizando<br>%1</h3> + <h3>Modelizando<br>%1</h3> - + %2 on %1 vs %4 on %3 %2 en %1 vs %4 en %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others %2 en %1 vs %3 otros + - Compare Comparar - + %1 vs %2 - + %1 vs %2 others %1 vs %2 otros - + Summary - Resúmen + Resumen - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Metrics Métricas - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - + + + ^(Average|Max) ( Media| Máx) - + <h3>Athlete Bests</h3> <h3>Mejores registros del Atleta</h3> - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Zonas de Ritmo</h3> - - - + + + <h3>Power Zones</h3> <h3>Zonas de Potencia</h3> - - + + <h3>W'bal Zones</h3> <h3>Zonas W'bal</h3> - + <h3>Heart Rate Zones</h3> <h3>Zonas de Frecuencia Cardíaca</h3> - - - + + + %1 of %2 %1 de %2 - - + + ride entrenamiento de ciclismo - - + + rides entrenamientos de ciclismo - - - + + + <td align="center">Date</td> <td align="center">Fecha</td> - - - + + + <td align="center"></td> - - + + run entrenamiento de carrera - - + + runs entrenamientos de carrera - - + + swim entrenamiento de natación - - + + swims entrenamientos de natación @@ -24623,36 +26253,36 @@ <br>BikeScore es una marca registrada del Dr. Philip Friere Skiba, PhysFarm Training Systems LLC - - + + <h3>Heartrate Zones</h3> <h3>Zonas de Frecuencia Cardíaca</h3> - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds segundos - + Intervals Intervalos - + <p><h2>Errors reading file:</h2><ul> <p><h2>Errores leyendo archivo:</h2><ul> @@ -24675,12 +26305,12 @@ Error de Red - Falló la Carga. - + RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -24688,44 +26318,32 @@ RideWithGpsUploader - - Ride With GPS - - - - no credentials set for RideWithGps. Please check Settings. - no hay credenciales configuradas para RideWithGps. Verifique la Configuración. + no hay credenciales configuradas para RideWithGps. Verifique la Configuración. - Error uploading to RideWithGPS - Error cargando a RideWithGPS + Error cargando a RideWithGPS - Successfully uploaded to RideWithGPS - Cargado a RideWithGPS correctamente + Cargado a RideWithGPS correctamente - Upload... - Cargar... + Cargar... - Upload... Sending to RideWithGPS - Cargar Actividad... Enviando a RideWithGPS + Cargar Actividad... Enviando a RideWithGPS - Upload to RideWithGPS finished. - Carga a RideWithGPS finalizada. + Carga a RideWithGPS finalizada. - Error from RideWithGPS: - Error de RideWithGPS: + Error de RideWithGPS: @@ -24763,106 +26381,89 @@ Balance de Estrés Hoy - - + + kg - - + + lb - From Date - Desde + Desde - Weight - Peso - - - - Fat - - - - - Muscle - + Peso - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment Comentario - - + + Update Modificar - + + - + - - + Add Agregar - + Delete Eliminar - - Time + + + MMM d, yyyy - hh:mm:ss - + Source Fuente - + Original Source - - - MMM d, yyyy - - - - + Manual entry @@ -24875,6 +26476,11 @@ + + Season + Temporada + + &All Selected @@ -24888,7 +26494,7 @@ Routes - + Route #%1 Recorrido #%1 @@ -24941,7 +26547,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -24952,22 +26558,22 @@ no han sido guardados. Se listan a continuación. - + &Save and Exit Guardar y &Salir - + &Discard and Exit &Descartar y Salir - + &Cancel Exit &Cancelar Salida - + Always check for unsaved changes on exit Siempre verificar cambios no guardados al salir @@ -24975,7 +26581,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -24984,12 +26590,12 @@ Se realizaron cambios en - + Save and Conversion Guardar y Convertir - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -24999,22 +26605,22 @@ formato GoldenCheetah. ¿Confirma? - + &Save and Convert &Guardar y Convertir - + &Discard Changes &Descartar Cambios - + &Cancel Save &Cancelar Guardado - + Always warn me about file conversions Avisar siempre en caso de conversiones de formatos de archivo @@ -25092,9 +26698,13 @@ Longitud (grados) - Circumferential Pedal Velocity (cm/s) - Velocidad Circular de los Pedales (cm/s) + Velocidad Circular de los Pedales (cm/s) + + + + Circumferential Pedal Velocity (m/s) + Velocidad Circular de los Pedales (m/s) @@ -25570,54 +27180,54 @@ SchemePage - + Add Agregar - + Delete Eliminar - + + - + - - + Short Abreviatura - + Long Nombre - + Percent of CP Porcentaje de PC - + Maximum of 10 zones reached. Se alcancó el máximo de 10 zonas. - - + + New Nueva - - + + New (%1) Nueva (%1) @@ -25625,46 +27235,46 @@ SearchBox - - + + Search... Buscar... - + Filter... Filtrar... - - + + Add to Named Filters Agregar a Filtros Nominados - - + + Manage Filters Administrar Filtros - + and y - - + + Column Chooser Elegir Columna - + Add new search Agregar nueva búsqueda - + Name: Nombre: @@ -25678,75 +27288,113 @@ + Season + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + Seasons - - + + All Dates Todas las Fechas - + This Year Este Año - + This Month Este Mes - + Last Month Último Mes - + This Week Esta Semana - + Last Week Última Semana - + + Last 24 hours + + + + Last 7 days Últimos 7 días - + Last 14 days Últimos 14 días - + Last 21 days Últimos 21 días - + Last 28 days Últimos 28 días - + + Last 6 weeks + + + + Last 2 months Últimos 2 meses - + Last 3 months Últimos 3 meses - + Last 6 months Últimos 6 meses - + Last 12 months Últimos 12 meses @@ -25754,64 +27402,64 @@ SeasonsPage - + Add Agregar - + Delete Eliminar - + Up Arriba - + Down Abajo - - - - + + + + ddd MMM d, yyyy - + + - + - - - + + Name Nombre - - + + Type Tipo - - + + From Desde - - + + To Hasta @@ -25819,44 +27467,32 @@ SelfLoopsUploader - - SelfLoops - - - - no credentials set for SelfLoops. Please check Settings. - sin credenciales configuradas para SelfLoops. Verifique la Configuración. + sin credenciales configuradas para SelfLoops. Verifique la Configuración. - Error uploading to Selfloops - Error cargando a Selfloops + Error cargando a Selfloops - Successfully uploaded to Selfloops - Carga exitosa a Selfloops + Carga exitosa a Selfloops - Upload to Selfloops... - Cargar a Selfloops... + Cargar a Selfloops... - Upload... Sending to Selfloops - Cargar Actividad... Enviando a Selfloops + Cargar Actividad... Enviando a Selfloops - Upload to Selfloops finished. - Carga a Selfloops finalizada. + Carga a Selfloops finalizada. - Error from Selfloops: - Error de Selfloops: + Error de Selfloops: @@ -25877,12 +27513,12 @@ Error de Red - Falló la Carga. - + Selfloops - + Upload and track your training and progress. @@ -25927,129 +27563,72 @@ ShareDialog - Share your activity - Compartir Actividad + Compartir Actividad - Choose which sites you wish to share on: - Elija en que sitios desea compartir: - - - - Strava - - - - - Ride With GPS - - - - - Today's Plan - - - - - Cycling Analytics - + Elija en que sitios desea compartir: - - Selfloops - - - - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - - - - Choose a name for your activity: - Elija un nombre para su actividad: + Elija un nombre para su actividad: - Private - Privado + Privado - Commute - Translado + Translado - Trainer - Rodillo + Rodillo - &Upload Activity - &Cargar Actividad + &Cargar Actividad - This activity is marked as already on %1. Are you sure you want to upload it? - Esta Actividad está marcada como ya cargada en %1. ¿Desea cargarla nuevamente? + Esta Actividad está marcada como ya cargada en %1. ¿Desea cargarla nuevamente? - Choose which data series you wish to send: - Seleccione las series de datos que desea enviar: + Seleccione las series de datos que desea enviar: - OK - OK + OK - Cancel - Cancelar + Cancelar - Altitude - Altitud + Altitud - Power - Potencia + Potencia - Cadence - Cadencia + Cadencia - Heartrate - Frec. Cardíaca + Frec. Cardíaca - &Close - &Cerrar + &Cerrar - No share site selected ! - ¡No hay sitio para compartir seleccionado! + ¡No hay sitio para compartir seleccionado! @@ -26080,23 +27659,23 @@ - - + + Completed. Finalizado. - + Network Error - Upload failed. Error de Red - Falló la Carga. - + Sixcycle - + Sync with the innovative training site. @@ -26129,7 +27708,7 @@ Snippet export - Exportar Resúmen + Exportar Resumen @@ -26454,7 +28033,7 @@ - + Confirm Confirmar @@ -26464,7 +28043,7 @@ La División de Actividad no se puede deshacer - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -26473,22 +28052,22 @@ ¿Está seguro de querer continuar? - + Removed Eliminado - + Saved Guardado - + Completed Finalizado - + Split Activity Completed División de Actividad Finalizada @@ -26599,50 +28178,36 @@ Lets get started Comencemos - - - SportPlusHealthUploader - - - SportPlusHealth - - + + + SportPlusHealthUploader - Cannot upload to SportPlusHealth without credentials. Check Settings - No se puede cargar a SportPlusHealth sin credenciales. Verifique la Configuración + No se puede cargar a SportPlusHealth sin credenciales. Verifique la Configuración - sending to SportPlusHealth... - enviando a SportPlusHealth... + enviando a SportPlusHealth... - - - error uploading to SportPlusHealth - error cargando a SportPlusHealth + error cargando a SportPlusHealth - request failed: - solicitud fallida: + solicitud fallida: - request failed, Server response: %1 %2 - solicitud fallida, respuesta del Servidor: %1 %2 + solicitud fallida, respuesta del Servidor: %1 %2 - failed to upload file (cod. %1) - falló la carga de archivo (cod. %1) + falló la carga de archivo (cod. %1) - successfully uploaded to SportPlusHealth - Cargado exitosamente a SportPlusHealth + Cargado exitosamente a SportPlusHealth @@ -26658,23 +28223,23 @@ - - + + Completed. Finalizado. - + Network Error - Upload failed. Error de Red - Falló la Carga. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -26692,12 +28257,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -26874,99 +28439,84 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. respuesta inválida o excepción de análisis - - + + Completed. Finalizado. - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. StravaUploader - - Strava - - - - no Strava token set. Please authorize in Settings. - sin credenciales configuradas para Strava. Autorice en Configuración. + sin credenciales configuradas para Strava. Autorice en Configuración. - Strava support isn't enabled in this build - El soporte de Strava no está habilitado en esta versión + El soporte de Strava no está habilitado en esta versión - Error uploading to Strava - Error cargando a Strava + Error cargando a Strava - Successfully uploaded to Strava - Carga exitosa a Strava + Carga exitosa a Strava - Upload activity to Strava... - Cargar a Strava... + Cargar a Strava... - Upload... Sending to Strava - Cargar Actividad... Enviando a Strava + Cargar Actividad... Enviando a Strava - Processing... - Procesando... + Procesando... - Upload to Strava finished. - Carga a Strava finalizada. + Carga a Strava finalizada. - invalid response or parser exception. - respuesta inválida o excepción de análisis + respuesta inválida o excepción de análisis - Error from Strava: - Error de Strava: + Error de Strava: @@ -27010,22 +28560,22 @@ SummaryMetricsPage - + Available Metrics Métricas Disponibles - + Selected Metrics Métricas Seleccionadas - + Up Arriba - + Down Abajo @@ -27207,14 +28757,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - Puntaje del estrés del entrenamiento en base a datos de potencia que toma en cuenta la duración y la intensidad, se puede calcular como 100 * horas * IF^2 - - - TSSPerHour @@ -27261,57 +28803,57 @@ Themes - + Default Por defecto - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -27395,72 +28937,37 @@ - - + + Completed. Finalizado. - + Network Error - Upload failed. Error de Red - Falló la Carga. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - + TodaysPlanBodyMeasures - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -27700,18 +29207,18 @@ TotalCalories - + Calories (HR) Calorías (FC) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age Calorías totales estimadas a partir del Tiempo en Movimiento, Frecuencia Cardíaca, Peso, Sexo y Edad @@ -27742,18 +29249,18 @@ TotalWork - + Work Trabajo - - + + kJ kJ - + Total Work in kJ computed from power data Trabajo total en kJ calculado a partir de los datos de potencia @@ -27768,17 +29275,17 @@ TrainConfig - + Train Devices Dispositivos de Entrenamiento - + Preferences Preferencias - + Remote Controls Controles Remotos @@ -27822,22 +29329,22 @@ TrainOptionsPage - + Auto-connect devices in Train View Auto-conectar dispositivos en la Vista de Entrenamiento - + Allow multiple devices in Train View Permitir múltiples dispositivos en Vista de Entrenar - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -27845,291 +29352,314 @@ TrainSidebar - + Save workout data Guardar datos de entrenamiento - + Devices Dispositivos - - - - + + + + Menu Menú - + Workouts Entrenamientos - + Media Medios - + VideoSync VideoSync - + Import Workout from File Importar de Archivo - + Get Workouts from ErgDB Obtener Entrenamiento de ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard Crear Entrenamiento con el Asistente - + Scan for Workouts Buscar Entrenamientos - + Delete selected Workout Borrar entrenamiento seleccionado - + Delete %1 selected Workouts Borrar %1 entrenamientos seleccionados - + Train mode active Modo Entrenar activo - + Please stop the train mode before closing the window or application. Por favor detenga el modo Entrenar antes de cerrar la ventana o la aplicación. - + Remove reference to selected video Eliminar la referencia al video seleccionado - + Import VideoSync from File Importar VideoSync desde Archivo - + Scan for VideoSyncs Buscar VideoSyncs - + Delete selected VideoSync Eliminar las VideoSync seleccionadas - + Are you sure you want to remove the reference to this video? ¿Está seguro de eliminar la referencia a este video? - - - + + + Remove Eliminar - + Are you sure you want to delete this VideoSync? ¿Está seguro de eliminar esta VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. La VideoSync no es válida o no existe y será eliminada de la biblioteca. - + Are you sure you want to delete this Workout? ¿Está seguro de eliminar este entrenamiento? - + Are you sure you want to delete this %1 workouts? ¿Está seguro de eliminar estos %1 entrenamientos? - + The Workout file is either not valid or not existing and will be removed from the library. El archivo de entrenamiento no es válido o no existe y será eliminado de la biblioteca. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File Importar Video desde Archivo - + Scan for Videos Buscar Videos - - - + + + Delete Eliminar - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured Sin Dispositivo Configurado - + Please configure a device in Preferences. Por favor configure un dispositivo en Preferencias/Opciones. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. Calibrando... @@ -28140,19 +29670,19 @@ Listo - - + + Add Device Agregar Dispositivo - - + + Delete Device Eliminar Dispositivo - + Are you sure you want to delete this device? ¿Está seguro de eliminar este dispositivo? @@ -28160,47 +29690,74 @@ TrainingStageBuch - + failed to parse Settings response: + falló el análisis de la respuesta de Configuración: + + + failed to get settings: + falló la obtención de la configuración: + + + failed to parse Session response: + falló el análisis de la respuesta al inicio de Sesión: + + + failed to get new session: + falló la obtención de nueva sesión: + + + got empty session + sesión vacía + + + Completed. + Finalizado. + + + + TrainingsTageBuch + + failed to parse Settings response: falló el análisis de la respuesta de Configuración: - + failed to get settings: falló la obtención de la configuración: - + failed to parse Session response: falló el análisis de la respuesta al inicio de Sesión: - + failed to get new session: falló la obtención de nueva sesión: - + got empty session sesión vacía - + Completed. Finalizado. - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. @@ -28208,99 +29765,76 @@ TrainingstagebuchUploader - - Trainingstagebuch.org - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - No se puede cargar a Trainingstagebuch sin credenciales. Verifique la Configuración + No se puede cargar a Trainingstagebuch sin credenciales. Verifique la Configuración - Error uploading to Trainingstagebuch.org - Error cargando a Trainingstagebuch.org + Error cargando a Trainingstagebuch.org - successfully uploaded to Trainingstagebuch.org as %1 - Cargado correctamente a Trainingstagebuch.org como %1 + Cargado correctamente a Trainingstagebuch.org como %1 - getting Settings from Trainingstagebuch.org... - obteniendo Configuración de Trainingstagebuch.org... + obteniendo Configuración de Trainingstagebuch.org... - getting new Trainingstagebuch.org Session... - obteniendo nueva sesión con Trainingstagebuch.org ... + obteniendo nueva sesión con Trainingstagebuch.org ... - preparing Trainingstagebuch.org data ... - preparando datos Trainingstagebuch.org ... + preparando datos Trainingstagebuch.org ... - temporary file too large for upload: %1 > %1 bytes - archivo temporario demasiado grande para carga: %1 > %1 bytes + archivo temporario demasiado grande para carga: %1 > %1 bytes - sending to Trainingstagebuch.org ... - enviando a Trainingstagebuch.org ... + enviando a Trainingstagebuch.org ... - request failed: - solicitud fallida: + solicitud fallida: - request failed, Server response: %1 %2 - solicitud fallida, respuesta del Servidor: %1 %2 + solicitud fallida, respuesta del Servidor: %1 %2 - failed to parse Settings response: - falló el análisis de la respuesta de Configuración: + falló el análisis de la respuesta de Configuración: - failed to get settings: - falló la obtención de la configuración: + falló la obtención de la configuración: - failed to parse Session response: - falló el análisis de la respuesta al inicio de Sesión: + falló el análisis de la respuesta al inicio de Sesión: - failed to get new session: - falló la obtención de nueva sesión: + falló la obtención de nueva sesión: - got empty session - sesión vacía + sesión vacía - failed to parse upload response: - falló el análisis de la repuesta de carga: + falló el análisis de la repuesta de carga: - failed to upload file: - falló la carga de archivo: + falló la carga de archivo: - got empty exercise - se obtuvo un ejercicio vacío + se obtuvo un ejercicio vacío @@ -28328,30 +29862,30 @@ - + Metric Métrica - + Date range Rango de Fechas - - - - + + + + (unknown) (desconocido) - + %1 activities %1 actividades - + None Ninguno @@ -28359,214 +29893,176 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - TriScore es una métrica del estres del entrenamiento combinado en base a las definiciones del Dr. Skiba: BikeScore para ciclismo, GOVSS para carrera y SwimScore para natación + TriScore es una métrica del estres del entrenamiento combinado en base a las definiciones del Dr. Skiba: BikeScore para ciclismo, GOVSS para carrera y SwimScore para natación + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + TwitterDialog - Choose which metrics you wish to tweet: - Elegir cuales métricas quiere twitear: + Elegir cuales métricas quiere twitear: - Workout Time - Tiempo de Entrenamiento + Tiempo de Entrenamiento - Tweet Activity - Twitear Actividad + Twitear Actividad - Time Moving - Tiempo en Movimiento + Tiempo en Movimiento - Total Distance - Distancia Total + Distancia Total - Elevation Gain - Desnivel Acumulado + Desnivel Acumulado - Total Work (kJ) - Trabajo Total (kJ) + Trabajo Total (kJ) - Average Speed - Velocidad Media + Velocidad Media - Average Power - Potencia Media + Potencia Media - Average Heart Rate - Frec. Cardíaca Media + Frec. Cardíaca Media - Average Cadence - Cadencia Media + Cadencia Media - Max Power - Potencia Máx + Potencia Máx - Max Heart Rate - Frec. Cardíaca Máx + Frec. Cardíaca Máx - Twitter Message: - Mensaje Twitter: + Mensaje Twitter: - Message Length: - Largo Mensaje: + Largo Mensaje: - &Tweet Activity - &Twitear Actividad + &Twitear Actividad - Time Moving: %1 - Tiempo en Movimiento: %1 + Tiempo en Movimiento: %1 - &Cancel - &Cancelar + &Cancelar - Golden Cheetah->Preferences - Golden Cheetah->Preferencias + Golden Cheetah->Preferencias - Tools->Options - Herramientas->Opciones + Herramientas->Opciones - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Error al busca las credenciales OAuth. Por favor asegúrese de completar el procedimiento de autorización de Twitter en %1. + Error al busca las credenciales OAuth. Por favor asegúrese de completar el procedimiento de autorización de Twitter en %1. - - OAuth Error - Error en OAuth + Error en OAuth - Tweet Length Error - Error en el Tamaño del Tweet + Error en el Tamaño del Tweet - Tweet must be 140 characters or less. - Los Tweets deben tener 140 caracteres o menos. + Los Tweets deben tener 140 caracteres o menos. - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - Error interno en solicitud OAuth - NULL, Endpoint inválido o requerimiento inválido + Error interno en solicitud OAuth - NULL, Endpoint inválido o requerimiento inválido - Tweet sent - Tweet enviado + Tweet enviado - Tweet successfully sent. - Tweet enviado exitosamente. + Tweet enviado exitosamente. - Error Posting Tweet - Error al Publicar Tweet + Error al Publicar Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Error de conexión a twitter. Verifique su conexión a internet e intente nuevamente. + Error de conexión a twitter. Verifique su conexión a internet e intente nuevamente. - Duration: %1 - Duración: %1 + Duración: %1 - Distance: %1 - Distancia: %1 + Distancia: %1 - Climbing: %1 - Ascenso: %1 + Ascenso: %1 - Work: %1 - Trabajo: %1 + Trabajo: %1 - Avg Speed: %1 - Velocidad Media: %1 + Velocidad Media: %1 - Avg Power: %1 - Potencia Media: %1 + Potencia Media: %1 - Avg HR: %1 - FC Media: %1 + FC Media: %1 - Avg Cadence: %1 - Cadencia Media: %1 + Cadencia Media: %1 - Max Power: %1 - Potencia Máx: %1 + Potencia Máx: %1 - Max HR: %1 - FC Máx: %1 + FC Máx: %1 - - Message Length: %1 - Longitud del Mensaje: %1 + Longitud del Mensaje: %1 @@ -28585,12 +30081,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Velocita Ascensionale Media, velocidad media de ascenso en metros verticales por hora @@ -28753,84 +30249,64 @@ VeloHeroUploader - - VeloHero - - - - Cannot upload to VeloHero without credentials. Check Settings - No se puede cargar a VeloHero sin credenciales. Verifique Configuración + No se puede cargar a VeloHero sin credenciales. Verifique Configuración - Error uploading to VeloHero - Error cargando a VeloHero + Error cargando a VeloHero - successfully uploaded to VeloHero as %1 - Cargado exitosamente a VeloHero como %1 + Cargado exitosamente a VeloHero como %1 - getting new VeloHero session... - obteniendo nueva sesión VeloHero... + obteniendo nueva sesión VeloHero... - preparing VeloHero data ... - preparando datos VeloHero ... + preparando datos VeloHero ... - temporary file too large for upload: %1 > %1 bytes - archivo temporario demasiado grande para carga: %1 > %1 bytes + archivo temporario demasiado grande para carga: %1 > %1 bytes - sending to VeloHero... - enviando a VeloHero... + enviando a VeloHero... - request failed: - solicitud fallida: + solicitud fallida: - request failed, server response: %1 %2 - solicitud fallida, respuesta del Servidor: %1 %2 + solicitud fallida, respuesta del Servidor: %1 %2 - failed to parse session response: - falló el análisis de la respuesta al inicio de Sesión: + falló el análisis de la respuesta al inicio de Sesión: - failed to get new session: - falló la obtención de nueva sesión: + falló la obtención de nueva sesión: - got empty session - sesión vacía + sesión vacía - failed to parse upload response: - falló el análisis de la repuesta de carga: + falló el análisis de la repuesta de carga: - failed to upload file: - falló la carga de archivo: + falló la carga de archivo: - got empty exercise - se obtuvo un ejercicio vacío + se obtuvo un ejercicio vacío @@ -28861,12 +30337,12 @@ Error de Red - Falló la Carga. - + Velohero - + Upload your rides to the independent and free cycling training log @@ -28907,18 +30383,18 @@ ViewSplitter - + Clear Borrar - - + + OFF - + ON @@ -29300,12 +30776,12 @@ WattsRPE - + Watts:RPE Ratio Relación Vatios:RPE - + Watts to RPE ratio Cociente entre la Potencia media y la percepción subjetiva del esfuerzo (RPE) @@ -29328,12 +30804,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -29361,17 +30837,22 @@ Error en OAuth - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Descarga de Datos Withings + Descarga de Datos Withings - + + Error Error - + There was an error during fetching. Please check the error description. @@ -29395,12 +30876,12 @@ Workbeats - + Workbeat stress Estrés por Latidos Cardíacos - + Work * Heartbeats / 100000 Trabajo * Latidos / 100000 @@ -29549,12 +31030,12 @@ WorkoutWidget - + File save failed. Falló guardar el archivo. - + Intensity Intensidad @@ -29645,24 +31126,24 @@ XDataDialog - + xData - + Data Series Serie de Datos - - + + Add Agregar - - + + Delete Eliminar @@ -29741,32 +31222,32 @@ XDataSeriesSettingsDialog - + Name Nombre - + Units Unidades - + Cancel Cancelar - + OK OK - + Error Error - + Name is blank Nombre en blanco @@ -29774,48 +31255,48 @@ XDataSettingsDialog - + xData - + Data Series Series de Datos - + Units Unidades - + Series %1 Serie %1 - + Cancel Cancelar - + OK OK - - + + Error Error - + XData name is blank Nombre de XData en blanco - + Must have at least one data series. Debe tener al menos una serie de datos @@ -29918,6 +31399,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Finalizado. + + + + Network Error - Upload failed. + Error de Red - Falló la Carga. + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -30050,27 +31565,27 @@ ZonePage - + Sport Deporte - + Bike Ciclismo - + Run Carrera - + Critical Power Potencia Crítica - + Default Por defecto @@ -30314,111 +31829,111 @@ Neuromuscular - + Zone defaults must be specified at head of %1 file Los valores por defecto deben especificarse al comienzo del archivo %1 - + Only one set of zone defaults may be specified in %1 file Solo un conjunto de valores por defecto se pueden especificar en el archivo %1 - + line %1: read new range without reading any zones for previous one linea %1:nuevo rango sin zonas para el anterior - + line %1: read zone without preceding date range linea %1: zona sin rango de fechas precedente - - + + attempt to set zone based on % of CP without setting CP in line number %1. se intenta establecer una zona basada en % de PC sin establecer PC en línea número %1. - + file ended without reading any zones for last range el archivo finalizó sin ninguna zona para el ultimo rango - + Setting end date of range %1 to start date of range %2. Estableciendo fecha de fin del rango %1 para fecha de comienzo del rango %2. - + Extending final range %1 to infinite to include present date. Extendiendo el rango final %1 a infinito para incluir los datos actuales. - + CP must be greater than zero in zone range %1 of %2 La PC debe ser mayor a cero en el rango de zona %1 de %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Rango %1: apareando límite superior de zona %2 (%3) al límite inferior de zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Rango %1:estableciendo límite superior de zona %2 de %3 a MAX. - + Critical Power (watts): %1 Potencia Crítica (vatios): %1 - + <td align="center">Low (watts)</td> <td align="center">Inferior (vatios)</td> - + <td align="center">High (watts)</td> <td align="center">Superior (vatios)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Problemas Guardando Zonas de Potencia - + File: %1 cannot be opened for 'Writing'. Please check file properties. Archivo: %1 no se puede abrir para 'Escritura'. Verifique los permisos del archivo. - + <td align="center">Zone</td> <td align="center">Zona</td> - + <td align="center">Description</td> <td align="center">Descripción</td> - + <td align="center">Time</td> <td align="center">Tiempo</td> @@ -30432,6 +31947,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + Puntaje de estrés del entrenamiento que toma en cuenta la intensidad y la duración ajustado por el efecto de la altura + + + aEfficiencyFactor @@ -30510,14 +32033,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - Puntaje de estrés del entrenamiento que toma en cuenta la intensidad y la duración ajustado por el efecto de la altura - - - aTSSPerHour @@ -30609,32 +32124,45 @@ deviceModel - + Device Name Nombre - + Device Type Tipo - + Port Spec Puerto - + Profile Perfil - + Virtual Virtual + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -30653,6 +32181,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + FC Reposo + + + + + bpm + ppm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_fr.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_fr.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_fr.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_fr.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,20 +4,20 @@ AAvgPower - + Average aPower aPuissance moyenne - - + + watts watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. - + Moyenne de puissance altitude. Puissance enregistrée ajustée pour tenir compte des effets de l'altitude sur la génération de puissance. Average altitude power. Recorded power ajusted to take into account the effect of altitude on vo2max and thus power output. @@ -27,7 +27,35 @@ ANTlocalController - + + Found Garmin Express service + Service Garmin Express trouvé + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + Le Service de Garmin Express est actif sur votre ordinateur. +Ceci peut empêcher GoldenChaatah d'accéder à la clé ANT+ + +Voulez-vous temporairement désactiver ce service ? + + + + Failed stopping Garmin Express service + Echec de l'arrêt du service Garmin Express + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + GoldenCheetah n'a pas pu stopper le Service Garmin Express. +Il peut être nécessaire de le désactiver manuellement. + + + Cannot open ANT+ device Impossible d'ouvrir le périphérique ANT+ @@ -35,12 +63,12 @@ APPercent - + Power Percent of Max Puissance, pourcentage du Max - + Power as percent of Pmax according to Power Zones Puissance en pourcentage de la puissance maximale paramétrée @@ -53,22 +81,21 @@ A propos de GoldenCheetah - + About A propos - + Version Version - Config - Configuration + Configuration - + Contributors Contributeurs @@ -76,24 +103,26 @@ AboutModelPage - + W'bal tau (s) - W'bal tau (s) + W'bal tau (s),Coefficient tau dans le calcul de W'bal - + STS average (days) - STS moyen (par jour) + STS, Stress à court terme moyen (jour) - + LTS average (days) - + LTS, Stress à long terme moyen (jour) - + PMC Stress Balance Today - Valeur actuelle de l'équilibre de charge + PMC Stress Balance "Today" +Si cochée, le stress de l'entrainement d'un jour donné sera pris en compte ce même jour. +Si non cochée, le stress de l'entrainement d'un jour donné sera pris en compte le lendemain @@ -119,69 +148,73 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Application d'analyse de puissance pour le Cyclisme<br>pour Linux, Mac, et Windows<p>GoldenCheetah est sous licence<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU (General Public License)</a>.<p>Le code source est disponible depuis<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Les fichiers d'activités et les autres données sont placées sous <br><a href="%1">%2</a><p>Marques déposées utilisées avec permission<br>BikeStress, IsoPower, IF avec la permission de <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore avec la permission de <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy avec la permission d'<a href="http://www.analyticcycling.com">Analytic Cycling</a>.<br><br>Le module de température centrale a été développé par <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> et fait l'objet d'un brevet.<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> - + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Le code source peut être obtenu ici :<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Les fichiers d'activité et autres données sont stockés dans <br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Application d'analyse de puissance pour le Cyclisme<br>pour Linux, Mac, et Windows<p>GoldenCheetah est sous licence<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Le code source est disponible depuis<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Les fichiers d'activité et autres données sont stockés dans <br><a href="%1">%2</a><p>Athlete ID %3<br><p>Marques déposées utilisées avec permission<br>BikeScore, xPower, SwimScore avec l'aimable autorisation de <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed avec l'aimable autorisation de Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Le module de température centrale a été développé par <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> et fait l'objet d'un brevet.<br></center> AboutRiderPage - + Nickname Surnom - + Date of Birth Date de naissance - + Sex Sexe - - - + + + Height (%1) - Taille (%1) + Taille (%1) - - + + cm - cm + cm - - + + in - in + en - + Male Homme - + Female Femme - + Crank Length Longueur des manivelles - + Wheelsize Taille de la roue - + mm mm @@ -202,12 +235,12 @@ après un nombre de fermeture - 0 pour jamais - + Choose Picture Choisir une photo - + Images (*.png *.jpg *.bmp) Images (*.png *.jpg *.bmp) @@ -247,7 +280,7 @@ Save Workout - Sauver l'entraînement + Enregistrer l'entraînement @@ -258,12 +291,12 @@ ActivityCRC - + Checksum Somme de contrôle - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Une somme de contrôle pour l'activité, peut être utilisée pour détecter des rafraichissement du cache dans des scripts R. @@ -271,126 +304,161 @@ AddAthlete - + Coached Athletes - + Athlètes entraînés - + Select Athlete for this account - + Sélectionnez l'athlète pour ce compte AddAuth - + Service Credentials - + Informations d'identification - - + + Credentials and authorisation - + Identifiants et autorisations - - + + Authorise - Authoriser + Autoriser - + URL - + URL - + Key (optional) - + Clé (optionnel) - + Username - + Nom d'utilisateur - + Password - Mot de passe + Mot de passe - + Token - + Token + + + + Message + Message - + %1 Credentials and authorisation - + %1 Identifiants et autorisations AddClass - + Service Type - + Type de service - + What type of Service are you adding an account for ? - + Pour quel type de Service ajoutez-vous un compte? - + Activities - Activités + Activités - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - + Synchronisez vos activités avec des services tels que Today's Plan, Strava, Dropbox et Google Drive + + + + Measurements + Mesures + + + + Sync measurements such as weight, body fat, HRV and sleep. + Synchronisez vos mesures comme le poids, la masse graisseuse, HRV et l'analyse du sommeil. + + + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + Synchronisez les entraînements planifiés avec des calendriers WebDAV et CalDAV comme l'agenda Google. - Measures - Mesures + Données mesurées - Sync measures data such as weight, body fat, HRV and sleep. - + Synchronisez des données telles que le poids, la masse grasse, l'HRV (Variabilité de la fréquence cardiaque) et le sommeil. - + Calendar - Calendrier + Calendrier - Sync planned workouts to WebDAV and CalDAV calendars. - + Synchronisez les entraînements planifiés avec les calendriers WebDAV et CalDAV. AddCloudWizard - + Add Cloud Wizard - + Ajouter un service Cloud - + Edit Account Details - + Modifier les détails du compte + + + + AddConsent + + + Terms of Service + Conditions d'utilisation + + + + Your consent is needed + Votre consentement est nécessaire + + + + Accept + Accepter AddDeviceWizard - + Add Device Wizard Ajouter un appareil @@ -398,385 +466,386 @@ AddFinal - + Done OK - + Confirm configuration and add device Confirmer la configuration et ajouter l'appareil - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. - Nous allons ajouter un nouveau périphérique avec la configuration ci-dessous. Veuillez prendre un moment pour vérifier les paramètres et cliquer Terminer pour ajouter ce périphérique ou bien Retour pour faire quelques modifications. + Nous allons maintenant ajouter un nouveau périphérique avec la configuration ci-dessous. Veuillez prendre un moment pour vérifier les paramètres et cliquer sur Terminer pour ajouter ce périphérique ou bien sur Retour pour faire quelques modifications. + - + Name* Nom* - + Port Port - + Profile - Profile + Profil - + Virtual Virtuel - + Power - Cyclops Magneto Pro (Road) Puissance - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Puissance - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Puissance - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Puissance - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) Power - Tacx Sirius (10) - + mm mm - + Wheel Size Taille de la roue - + None - -- + Aucun - + Power - Kurt Kinetic Cyclone Puissance - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Puissance - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Puissance - Cyclops Fluid 2 - + Power - BT Advanced Training System uissance - BT Advanced Training System - + Power - LeMond Revolution Puissance - LeMond Revolution - + Power - 1UP USA Trainer Puissance - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Puissance - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Puissance - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Puissance - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Puissance - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Puissance - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Puissance- Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Puissance - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Puissance - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Puissance - Saris Powerbeam Pro - + Power - Tacx Satori (2) Puissance - Tacx Satori (2) - + Power - Tacx Satori (4) Puissance - Tacx Satori (4) - + Power - Tacx Satori (6) Puissance - Tacx Satori (6) - + Power - Tacx Satori (8) Puissance- Tacx Satori (8) - + Power - Tacx Satori (10) Puissance - Tacx Satori (10) - + Power - Tacx Flow (0) Puissance - Tacx Flow (0) - + Power - Tacx Flow (2) Puissance - Tacx Flow (2) - + Power - Tacx Flow (4) Puissance - Tacx Flow (4) - + Power - Tacx Flow (6) Puissance - Tacx Flow (6) - + Power - Tacx Flow (8) Puissance - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Puissance - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Puissance - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Puissance - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Puissance - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Puissance - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Puissance - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Puissance - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Puissance - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Puissance - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Puissance - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Puissance - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Puissance - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Puissance - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Puissance - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Puissance - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Puissance - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Puissance - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Puissance - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Puissance - Elite Qubo Power Fluid - + Stride Length (cm) Longueur de foulée (cm) @@ -797,27 +866,27 @@ BMX (20") - + Selected by default Sélectionné par défaut - + Power Puissance - + Heartrate Fréquence cardiaque - + Speed Vitesse - + Cadence Cadence @@ -825,86 +894,86 @@ AddFinish - + Done - OK + OK - + Add Cloud Account - + Ajouter un compte Cloud - + URL - + URL - + Key - + Clé - + Username - + Nom d'utilisateur - - + + Password - Mot de passe + Mot de passe - + Token - + Token - + Folder - Répertoire + Répertoire - + Athlete ID - + ID de l'Athlète - + Sync on start - + Synchroniser au démarrage - + Sync on import - + Synchroniser à l'importation AddFirmware - + Select Firmware Selectionner la version logiciel - + Select Firmware for Tacx Fortius Selectionner la version logiciel pour votre Tacx Fortius - + Browse Parcourir - + Copy to Library Copier dans la bibliothèque - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -925,27 +994,79 @@ Si vous décidez de copier le fichier dans la bibliothèque il sera copié dans la bilbiothèque GoldenCheetah, sinon il sera référencé. - + File: Fichier: - + Open File Ouvrir un fichier - + Intel Firmware File (*.hex) Fichier Intel Firmware (*.hex) + AddImagic + + + Select Device driver + Sélectionnez le pilote de périphérique + + + + Select Driver for Tacx Imagic + Sélectionnez le pilote pour Tacx Imagic + + + + Browse + Parcourir + + + + Copy to Library + Copier dans la bibliothèque + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + Fichier: + + + + Open File + Ouvrir un fichier + + + + Tacx Device driver (*.sys) + Pilote de périphérique Tacx (* .sys) + + + AddIntervalDialog Method: - Méthode: + Méthode: First @@ -959,7 +1080,7 @@ Type: - Type: + Type: @@ -1199,63 +1320,63 @@ AddPair - + Pair Devices Apparier des périphériques - + Search for and pair ANT+ devices Rechercher des périphériques ANT+ - + Sensor Capteur - + ANT+ Id id ANT+ - + Value Valeur - + Status Statut - - + + none - Aucun + aucun - + Un-Paired Désapparié - + Unused Inutilisé - + Master Maître - + Searching... Recherche... - + Paired Apparié @@ -1263,17 +1384,17 @@ AddPairBTLE - + Pair Devices Apparier des périphériques - + Search for and pair Bluetooth 4.0 devices Rechercher et apparier des périphériques Bluetooth 4.0 - + Sensor Capteur @@ -1282,43 +1403,43 @@ Inutilisé - + BLE Id BLE Id - + Value Valeur - + Status Statut - - + + none Aucun - + Un-Paired Désapparié - + Unused Inutilisé - + Searching... Recherche... - + Paired Apparié @@ -1326,12 +1447,12 @@ AddSearch - + Scan for connected devices Rechercher des périphériques connectés - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. @@ -1340,17 +1461,17 @@ - + Search Rechercher - + If your device is not found you can select the device port manually by using the selection box below. Si votre périphérique n'a pas été trouvé vous pouvez choisir manuellement son port en utilisant la boite de sélection ci-dessous. - + Device found. Click Next to Continue @@ -1361,22 +1482,22 @@ - + %1 Search Recherche %1 - + Select COM port Sélectionner un port COM - + Search Again Rechercher à nouveau - + Device found (%1). Press Next to Continue @@ -1387,22 +1508,23 @@ - + Device found. Press Next to Continue Périphérique trouvé. -Choisir 'Suivant' pour continuer +Choisir 'Suivant' pour continuer + - + Stop Searching Arrêter la recherche - + Search again Rechercher à nouveau @@ -1410,68 +1532,68 @@ AddService - + Account Type - Type de compte + Type de compte - + Select the cloud service type - + Sélectionnez le type de service Cloud AddSettings - + Cloud Service Settings - + Paramètres des Services Cloud - + Folder - Répertoire + Répertoire - + Browse - Parcourir + Parcourir - + Sync on startup - + Synchroniser au démarrage - + Sync on import - + Synchroniser à l'importation - + Service Settings - + Paramètres des Services - + Connection Failed - + La connexion a échoué - + Choose Athlete Directory - Choisir le répertoire de l'athlète + Choisir le répertoire de l'Athlète AddType - + Select Device Sélectionner un périphérique - + What kind of device to add Quel type de périphérique ajouter @@ -1506,69 +1628,70 @@ Aerolab - - + + Elevation (m) Dénivelé (m) - + Distance (km) Distance (km) - + V-Elevation V-Ascensionnelle - + Elevation Dénivellation - + Elevation (') Dénivelé (') - + Distance Distance - + Time (minutes) Temps (minutes) - + Estimates out-of-range Estimation hors limites - + At least two segments must be independent Il doit y avoir au moins 2 segments indépendants - + At least two segments must be defined Il doit y avoir au moins 2 segments définis - + Altitude and Power data must be present Les données daltitude et de puissance doivent être présentes - + No activity selected Pas d'activité sélectionnée + No ride selected - Pas de sortie sélectionnée + Pas de sortie sélectionnée @@ -1591,7 +1714,7 @@ Comment - Commentaire + Commentaire @@ -1636,10 +1759,10 @@ &Save parameters - + &Enregistrer les paramètres - + Estimate CdA and Crr Estimatation pour CdA et Crr @@ -1655,36 +1778,35 @@ AllPlot - - - + + + Power Puissance - + Heart Rate Fréquence cardiaque - - - - + + + Speed Vitesse - + W' Balance (kJ) Equilibre W' (kJ) RR - + RR @@ -1694,9 +1816,9 @@ - - - + + + SmO2 SmO2 @@ -1707,16 +1829,16 @@ - - - + + + Slope Pente - + Hb Hb @@ -1741,99 +1863,99 @@ Tau=%1, CP=%2, W'=%3, %4 cartouches >2kJ (%5 kJ) %6 - - - + + + Cadence Cadence - - - + + + Core Temp Temp de base - - + + Heartrate Fréquence cardiaque - - - - + + + + R-R - + R-R - - - + + + Acceleration Accélération - - - + + + Power Delta Delta de puissance - - - + + + Cadence Delta Delta de cadence - - - + + + Torque Delta Delta de couple - - - + + + Heartrate Delta Delta de FC - - + + W'bal W'bal - - - + + + Altitude Altitude - - - + + + Alt/Slope Alt/Pente - - + + Headwind Vent de face - - - + + + Temperature Température @@ -1842,219 +1964,224 @@ Vent - - - + + + Torque Couple - - - + + + Anaerobic TISS Anaérobique TISS - - - + + + Aerobic TISS Aérobique TISS - - - + + + IsoPower IsoPower - - - + + + Vertical Oscillation Oscillation verticale - - - + + + Run Cadence Cadence de course - - - + + + GCT GCT - - - - + + + + Gear Ratio Braquet - - - + + + tHb tHb - - - + + + O2Hb O2Hb - - - + + + HHb HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness Lissage du pédalage gauche - - - + + + Right Pedal Smoothness Lissage du pédalage droit - - - + + + Left Torque Efficiency Efficacité du pédalage gauche - - - + + + Right Torque Efficiency Efficacité du pédalage droit - - + + Left/Right Pedal Center Offset Décalage plate-forme des pédales gauche/droit - - + + Left Power Phase Phase de pédalage gauche - - + + Right Power Phase Phase de pédalage droite - - + + Left Peak Power Phase Phase de pic de pédalage gauche - - + + Right Peak Power Phase Phase de pic de pédalage droite - - + + L/R Balance Equilibre gauche droite - - - + + + aPower aPower - + Matches Cartouches - + Left Pedal Center Offset Décalage plate-forme pédales gauche - + Right Pedal Center Offset Décalage plate-forme pédales droit - + Left Balance Balance gauche - + Right Balance Balance droite - + min/km min/km - + min/mile min/mile - - + + %1 %2 %1 %2 - + min/100m min/100m - + min/100yd min/100yd + + W' + W' + + Peak Pic @@ -2096,12 +2223,12 @@ BPM - Pulsations + bpm RPM - t/min + rpm % left @@ -2234,7 +2361,7 @@ R-R Rate - + Taux R-R @@ -2389,7 +2516,7 @@ - + Smooth Lisser @@ -2548,52 +2675,57 @@ Temps de contact au sol - + + Cadence + Cadence + + + SmO2 SmO2 - + Moxy Moxy - + tHb tHb - + O2Hb O2Hb - + HHb HHb - + Heart Rate Fréquence cardiaque - + Data series Séries de données - + R-R Rate - + Taux R-R - + Core Temperature Température de base - + Speed Vitesse @@ -2602,8 +2734,7 @@ (%1 watts) - - + Cadence Cadence @@ -2624,13 +2755,13 @@ - + Name Nom - + Formula Formule @@ -2650,108 +2781,108 @@ Vers le bas - + Altitude Altitude - + Temperature Température - + Headwind vent contraire - + Torque Couple - + Gear Ratio Braquet - + Slope Pente - + No Alt/Slope Pas d'alt/Pente - + 0.1km|mi - 1min 0.1km|mi - 1min - + 0.5km|mi - 5min 0.5km|mi - 5min - + 1.0km|mi - 10min 1.0km|mi - 10min - - + + Alt/Slope Alt/Pente - + Anaerobic TISS Anaérobique TISS - + Metrics Métriques - + Aerobic TISS Aérobique TISS - + Iso Power Puissance normalisée - + Skiba xPower Skiba xPower - + Altitude Power Puissance (altitude) - + W' balance Equilibre W' - + Time of day Heure de la journée - + Intervals Intervalles - + Selection #%1 Sélection #%1 @@ -2760,37 +2891,37 @@ Equilibre de la puissance - + Power + shade Puissance + zones - + Power - shade Puissance - zones - + No Power Sans puissance - + Shading Ombrage - + Time Temps - + Distance Distance - + X Axis Axe X @@ -2810,23 +2941,23 @@ AnalysisSidebar - + Calendar Calendrier - + Activities Activités - - + + Menu Menu - + Intervals Intervalles @@ -2835,22 +2966,22 @@ Toutes les activités - + Save Changes - Sauvegarder les changements + Enregistrer les changements - + Revert to Saved version - Revenir à la version sauvée + Revenir à la version enregistrée - + Delete Activity Effacer l'activité - + Split Activity Scinder l'activité @@ -2859,62 +2990,77 @@ Envoyer l'activité vers le calendrier - + Show Column Chooser Sélectionneur de colonne - + Do Not Show In Groups Ne pas grouper - + Group By Grouper par - + Expand All Développer tout - + Collapse All Réduire tout - + Reset to default Revenir à la configuration par défaut - + Sort User Intervals Trier les intervalles utilisateur - + + Mark as a performance test + Marquer comme test de performance + + + Rename route Renommer le trajet - + Stop tracking this segment Arrêter le suivi de ce segment - + + Create a performance test + Créer un test de performance + + + Create a route segment Créer un segment de route - + + Performance Test + Test de performance + + + Delete Interval Supprimer l'intervalle - + Unable to delete interval Impossible de supprimer l'intervalle @@ -2943,8 +3089,8 @@ Envoyer la sortie vers le calendrier - - + + Find Intervals... Rechercher des intervalles... @@ -2953,25 +3099,25 @@ Trier les intervalles - + Zoom out Zoom arrière - - + + Zoom to interval Zoomer sur l'intervalle - - + + Edit interval Editer l'intervalle - - + + Delete interval Effacer l'intervalle @@ -2980,19 +3126,19 @@ Créer une route pour l'intervalle - - + + Rename selected intervals Renommer l'intervalle sélectionné - - + + Delete selected intervals Effacer les intervalles sélectionnés - + Zoom Out Zoom arrière @@ -3005,18 +3151,18 @@ Mettre en arrière-plan - - + + Find Intervals Rechercher les intervalles - + No activity selected Pas d'activité sélectionnée - + Current activity contains no data L'activité courante n'a pas de donnée @@ -3107,7 +3253,7 @@ AppendXDataPointsCommand - + Append XData Points Ajouter un point XData @@ -3143,7 +3289,7 @@ Impossible de renommer %1 en %2 - + Pace Zones File %1 Error Erreur avec le fichier de zones d'allure de course %1 @@ -3156,7 +3302,7 @@ Suivi du poids - + Athlete Weight Poids de l'athlète @@ -3169,32 +3315,32 @@ Temps dans les zones de puissance (barre) - + Time In HR Zone Temps dans les zones FC - + Power Distribution Distribution de la puissance - + Vo2max Estimation Estimation de la VO2max - + KPI Tracker KPI Tracker - + Critical Power Trend Tendance de la puissance critique - + Aerobic Power Puissance aérobique @@ -3203,17 +3349,17 @@ Puissance aérobique par kg - + Power Variance Variabilité de la puissance - + Power Profile Profile de puissance - + Anaerobic Power Puissance anaérobique @@ -3222,7 +3368,7 @@ Puissance anaérobique par kg - + Power & Speed Trend Tendance de la puissance et de la vitesse @@ -3231,17 +3377,17 @@ Réponse cardiovasculaire - + Tempo & Threshold Time Temps de Tempo et de Seuil - + Training Mix Mix d'entraînement - + Time & Distance Temps & Distance @@ -3274,117 +3420,121 @@ Poids Withings - + Zones File %1 Error Erreur dans le fichier %1 des zones - + Reading Zones File %1 Lecture du fichier %1 des zones - + HR Zones File %1 Error Erreur avec le fichier %1 des zones FC - + Reading HR Zones File %1 Lecture du fichier %1 des zones de fréquence cardiaque - + Time In Power Zone Temps dans la zone de puissance - + Sustained Time In Zone Temps soutenue dans la Zone - + Time in W' Zone Temps dans la zone W' - + BikeScore and Intensity Intensité et BikeScore - BikeStress and IF - BikeStress et IF + BikeStress et IF - + + BikeStress and BikeIntensity + BikeStress et BikeIntensity + + + Stress and Distance Charge et Distance - + Calories vs Duration Calories par durée - + Stress (TISS) Charge (TISS) - + Aerobic Response Réponse aérobique - + Anaerobic Response Réponse anaérobique - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (Distance) - + PMC (Duration) PMC (Durée) - + CP History Historique de CP - + CP Analysis Analyse de la CP - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Temps dans la zone d'allure @@ -3393,12 +3543,12 @@ Temps dans les zones d'allure (empilé) - + Run Pace Allure de course - + Swim Pace Allure de natation @@ -3406,135 +3556,168 @@ AthleteBackup - + Abort Backup and Reset Counter Interrompre la sauvegarde et mettre à zéro le compteur - + Select Backup Directory Définir le repertoire de sauvegarde - - - - - - - - + + + + + + + + Athlete Backup Sauvegarde de l'athlète - + No backup directory selected - backup aborted Pas de répertoire de sauveragrde indiqué - sauvegarde interrompue - + Any unsaved data will not be included into the backup .zip file. Les données non enregistrées ne seront pas incluses dans le fichier .zip de sauvegarde. - + Do you want to proceed? - + Voulez-vous poursuivre ? - + Abort Backup Sauvegarde interrompue - + Backup successfully stored in %1 - + Sauvegarde effectuée dans +%1 Backup successfully stored in %1 Sauvegarde effectuée dans %1 - + No files found for athlete %1 - all athlete sub-directories are empty. Pas de fichier pour l'athlète %1 - tous les sous-répertoires sont vides. - + Not enough space available on disk: %1 - no backup .zip file created Espace disque insuffisant sur le disque: %1 - pas de fichier de sauvegarde .zip crée - - + + Directory %1 not available. No backup .zip file created for athlete %2. Répertoire %1 non accessible. Pas de fichier de sauvegarde .zip créé pour l'athlète %2. - + Backup file %1 cannot be created. Le fichier de sauvegarde %1 ne peut être créé. - + Adding files to backup %1 for athlete %2 ... Ajout des fichiers de sauvegarde %1 pour l'athlète %2 ... + AthleteBones + + + Athlete Bones + Ossature de l'athlète + + + + kg + kg + + + + lbs + lbs + + + + Athlete bones in kg or lbs from body measurements + Ossature de l'athlète en kg ou lbs depuis les mesures + + + AthleteConfig - + About A propos - Measures - Mesures + Mesures - + Power Zones Zones de puissance - + Heartrate Zones - Zones FC + Zones de Fréquence Cardiaque - + Pace Zones Zones d'allure de course - + Model - Modèle + Modèle + + + + Measurements + Mesures + + + + HRV + HRV (variabilité du rythme cardiaque) - + Zones - + Zones - + Accounts - + Comptes - + Auto Import Importation automatique - + Backup - + Sauvegarde Power @@ -3564,10 +3747,14 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements + Bodyfat in kg or lbs from downloaded Body Measure data + Masse grasse en kg ou lbs à partir de données téléchargées + + Bodyfat in kg or lbs from Withings data Masse grasse en kg ou lbs (données Withings) @@ -3575,22 +3762,26 @@ AthleteFatP - + Athlete Bodyfat Percent Pourcentage graisse corporelle - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements + Bodyfat Percent from downloaded Body Measure data + Masse grasse en % à partir de données téléchargées + + Bodyfat Percent from Withings data Masse grasse en % (données Withings) @@ -3598,31 +3789,58 @@ AthleteLean - + Athlete Lean Weight Poids maigre - + kg kg - + lbs lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Lean Weight in kg or lbs from body measurements + Lean Weight in kg or lbs from downloaded Body Measure data + Masse maigre en kg ou lbs à partir de données de données téléchargées + + Lean Weight in kg or lbs from Withings data Masse maigre en kg ou lbs (données Withings) + AthleteMuscles + + + Athlete Muscles + + + + + kg + kg + + + + lbs + lbs + + + + Athlete muscles in kg or lbs from body measurements + + + + AthleteTool Athletes @@ -3648,10 +3866,14 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Poids en kg ou lbs: en priorité depuis les données téléchargées, puis depuis les metadonnées de l'activité et enfin selon la configuration de l'athlète avec 75kg par défaut + + Weight in kg or lbs: first from Withings data, then from Activity metadata and last from Athlete configuration with 75kg default Poids en kg ou lbs: en priorité depuis les données Withings, puis depuis les metadonnées de l'activité et enfin selon la configuration de l'athlète avec 75kg comme défaut @@ -3659,52 +3881,52 @@ AutoImportPage - + + + - + - - - + Browse Parcourir - + Add Ajouter - + Delete Effacer - + Up Vers le haut - + Down Vers le bas - + Directory Dossier - + Import Rule Règle d'importation - + Enter directory or press [Browse] to select Entrez dans le dossier ou cliquez [Parcourir] pour le sélectionner @@ -3743,18 +3965,18 @@ AvgCadence - + Average Cadence Cadence moyenne - - + + rpm - t/min + rpm - + Average Cadence, computed when Cadence > 0 Cadence moyenne, calculée lorsque la cadence > 0 @@ -3762,37 +3984,37 @@ AvgCoreTemp - + Average Core Temperature - Température de base moyenne + Température interne moyenne - - + + C °C - + Average Core Temperature. The core body temperature estimate is based on HR data - Température centrale moyenne. La température centrale étant estimée au moyen des données cardiaques + Température interne moyenne. La température centrale étant estimée au moyen des données cardiaques AvgHeartRate - + Average Heart Rate Pulsations moyennes - - + + bpm - pouls + bpm - + Average Heart Rate computed for samples when hr is greater than zero Pulsations moyennes calculées avec les données plus grande que zéro @@ -3800,22 +4022,22 @@ AvgLPCO - + Average Left Pedal Center Offset - Décalage moyen pédales gauche + Décalage moyen Pédale gauche - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. Le décalage de la plate-forme est l'emplacement sur la plate-forme de la pédale gauche où vous appliquez la force, en moyenne. @@ -3823,17 +4045,17 @@ AvgLPP - + Average Left Power Phase Length Longueur moyenne de la phase de pédalage gauche - + ° ° - + It is the left pedal stroke region length where you produce positive power, on average. Correspond à la région sur la course de la pédale gauche où vous produisez une puissance positive, en moyenne. @@ -3845,17 +4067,17 @@ AvgLPPB - + Average Left Power Phase Start Début moyen de la phase de pédalage gauche - + ° ° - + It is the left pedal stroke angle where you start producing positive power, on average. Correspond à l'angle où vous commencez à produire une puissance positive sur la pédale gauche, en moyenne. @@ -3867,17 +4089,17 @@ AvgLPPE - + Average Left Power Phase End Fin moyen de la phase de pédalage gauche - + ° ° - + It is the left pedal stroke angle where you end producing positive power, on average. Correspond à l'angle où vous arrêtez de produire une puissance positive sur la pédale gauche, en moyenne. @@ -3889,17 +4111,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Longueur moyenne de la phase de pic de pédalage gauche - + ° ° - + It is the left pedal stroke region length where you produce peak power, on average. Correspond à la région sur la course de la pédale gauche où vous produisez votre puissance de pointe, en moyenne. @@ -3911,17 +4133,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Début moyen de la phase de pic pédalage gauche - + ° ° - + It is the left pedal stroke angle where you start producing peak power, on average. Correspond à l'angle où vous commencez à produire votre puissance de pointe sur la pédale gauche, en moyenne. @@ -3933,17 +4155,17 @@ AvgLPPPE - + Average Left Peak Power Phase End - Fin moyen de la phase de pic de pédalage gauche + Fin moyenne de la phase de pic de pédalage gauche - + ° ° - + It is the left pedal stroke angle where you end producing peak power, on average. Correspond à l'angle où vous arrêtez de produire votre puissance de pointe sur la pédale gauche, en moyenne. @@ -3955,18 +4177,18 @@ AvgLPS - + Average Left Pedal Smoothness Lissage moyen du pédalage gauche - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. Mesure la fluidité de la puissance délivrée sur la pédale gauche tout au long de la révolution, en moyenne. @@ -3974,18 +4196,18 @@ AvgLTE - + Average Left Torque Effectiveness Efficacité moyenne du pédalage gauche - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. Mesure la quantité de puissance délivrée à la pédale gauche qui la pousse vers l'avant, en moyenne. @@ -3993,41 +4215,41 @@ AvgPower - + Average Power Puissance moyenne - - + + watts watts - + Average Power from all samples with power greater than or equal to zero - Puissance moyenne des valeurs plus grande ou égale à zéro + Puissance moyenne des valeurs supérieure ou égale à zéro AvgRPCO - + Average Right Pedal Center Offset - Décalage moyen pédale droite + Décalage moyen Pédale droite - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. Le décalage de la plate-forme est l'emplacement sur la plate-forme de la pédale droite où vous appliquez la force, en moyenne. @@ -4035,17 +4257,17 @@ AvgRPP - + Average Right Power Phase Length Longueur moyenne de la phase de pédalage droite - + ° ° - + It is the right pedal stroke region length where you produce positive power, on average. Correspond à la région sur la course de la pédale droite où vous produisez une puissance positive, en moyenne. @@ -4057,12 +4279,12 @@ AvgRPPE - + Average Right Power Phase End Fin moyen de la phase de pédalage droite - + It is the right pedal stroke angle where you end producing positive power, on average. Correspond à l'angle où vous arrêtez de produire une puissance positive sur la pédale droite, en moyenne. @@ -4071,7 +4293,7 @@ ° - + ° ° @@ -4079,17 +4301,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Longueur moyenne de la phase de pic de pédalage droite - + ° ° - + It is the right pedal stroke region length where you produce peak power, on average. Correspond à la région sur la course de la pédale droite où vous produisez votre puissance de pointe, en moyenne. @@ -4101,17 +4323,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Début moyen de la phase de pic pédalage droite - + ° ° - + It is the right pedal stroke angle where you start producing peak power, on average. Correspond à l'angle où vous commencez à produire votre puissance de pointe sur la pédale droite, en moyenne. @@ -4123,17 +4345,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Fin moyen de la phase de pic de pédalage droite - + ° ° - + It is the right pedal stroke angle where you end producing peak power, on average. Correspond à l'angle où vous arrêtez de produire votre puissance de pointe sur la pédale droite, en moyenne. @@ -4145,18 +4367,18 @@ AvgRPS - + Average Right Pedal Smoothness Lissage moyen du pédalage droite - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. Mesure la fluidité de la puissance délivrée sur la pédale droite tout au long de la révolution, en moyenne. @@ -4164,18 +4386,18 @@ AvgRTE - + Average Right Torque Effectiveness Efficacité moyenne du pédalage droite - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. Mesure la quantité de puissance délivrée à la pédale droite qui la pousse vers l'avant, en moyenne. @@ -4183,17 +4405,17 @@ AvgRTPP - + Average Right Power Phase Start Début moyen de la phase de pédalage droite - + ° ° - + It is the right pedal stroke angle where you start producing positive power, on average. Correspond à l'angle où vous commencez à produire une puissance positive sur la pédale droite, en moyenne. @@ -4207,13 +4429,13 @@ Average Running Cadence - Cadence moyenne de course + Cadence de course moyenne spm - spm + ppm @@ -4258,43 +4480,43 @@ AvgSmO2 - + Average SmO2 SmO2 moyen - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. - Saturation moyenne d'oxygène du muscle. le pourcentage d'hémoglobine transportant de l'oxygène. + Saturation musculaire en oxygène moyenne. le pourcentage d'hémoglobine transportant de l'oxygène. AvgSpeed - + Average Speed - Vitesse Moyenne + Vitesse moyenne - + kph km/h - + mph mph - + Average Speed in kph or mph, computed from distance over time when speed not zero - Vitesse moyenne en km/h ou mi/h, calculée comme la distance par la durée en mouvement + Vitesse moyenne en km/h ou mi/h, calculé à partir de la distance dans le temps lorsque la vitesse n'est pas nulle @@ -4319,22 +4541,22 @@ AvgTemp - + Average Temp Température moyenne - + C °C - + F °F - + Average Temp from activity data Temperature moyenne depuis les données de l'activité @@ -4342,18 +4564,18 @@ AvgtHb - + Average tHb tHb moyen - - + + g/dL g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentration moyenne d'hémoglobine totale. Le total en gramme d'hémoglobine par décilitre. @@ -4368,29 +4590,29 @@ BackupPage - + Auto Backup Folder - Dossier de sauvegarde automatique + Dossier de sauvegarde automatique - + Browse - Parcourir + Parcourir - + Auto Backup execution every - Sauvegarde automatique tou(te)s les + Execution automatique de la sauvegarde toutes les - + times the athlete is closed - 0 means never - après un nombre de fermeture - 0 pour jamais + fermetures du dossier de l'Athlète - 0 pour jamais - + Choose Backup Directory - Choisissez le répertoire de sauvegarde + Choisissez le répertoire de sauvegarde @@ -4623,7 +4845,7 @@ minutes - minutes + minutes seconds @@ -4641,7 +4863,7 @@ minutes - minutes + minutes seconds @@ -4659,7 +4881,7 @@ minutes - minutes + minutes seconds @@ -4677,7 +4899,7 @@ minutes - minutes + minutes seconds @@ -4695,7 +4917,7 @@ minutes - minutes + minutes seconds @@ -4713,7 +4935,7 @@ minutes - minutes + minutes seconds @@ -4731,7 +4953,7 @@ minutes - minutes + minutes seconds @@ -4749,7 +4971,7 @@ minutes - minutes + minutes seconds @@ -4767,7 +4989,7 @@ minutes - minutes + minutes seconds @@ -4785,7 +5007,7 @@ minutes - minutes + minutes seconds @@ -4803,7 +5025,7 @@ minutes - minutes + minutes seconds @@ -4821,7 +5043,7 @@ minutes - minutes + minutes seconds @@ -4839,7 +5061,7 @@ minutes - minutes + minutes seconds @@ -4857,7 +5079,7 @@ minutes - minutes + minutes seconds @@ -4875,7 +5097,7 @@ minutes - minutes + minutes seconds @@ -4893,7 +5115,7 @@ minutes - minutes + minutes seconds @@ -4911,7 +5133,7 @@ minutes - minutes + minutes seconds @@ -4929,7 +5151,7 @@ minutes - minutes + minutes seconds @@ -4947,7 +5169,7 @@ minutes - minutes + minutes seconds @@ -4957,22 +5179,22 @@ BestsMetricsPage - + Available Metrics Métriques disponibles - + Selected Metrics Métriques sélectionnés - + Up Vers le haut - + Down Vers le bas @@ -4998,6 +5220,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + TSS, Le score de stress lié à l’entraînement prend en compte à la fois l’intensité et la durée de la séance d’entraînement. Il peut être calculé à 100 * heures * IF^2 + + + BingMap Route @@ -5176,7 +5406,7 @@ Scan hard drives - Parcourir le disque dur + Scannez les disques durs @@ -5190,180 +5420,267 @@ + BodyMeasures + + + Weight + Poids + + + + Fat Mass + Masse grasse + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + Masse maigre + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + lbs + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import - + Sélectionnez le fichier de mesures à importer CSV Files (*.csv) + CSV Files (*.csv) + + + + Select body measurements file to import No file selected. - + Aucun fichier sélectionné. Selected file %1 cannot be opened for reading. - + Le fichier sélectionné %1 ne peut pas être ouvert pour lecture. Column header contains duplicate identifier - + En-tête de colonne contenant un identifiant en double Unknown column header: - + En-tête de colonne inconnu: SPACE - + ESPACE Date and Timestamp are missing - Column 'ts' for timestamp - Colum 'date' for Date/Time. - + La date et l'horodatage sont manquants - Colonne 'ts' pour l'horodatage - Colonne 'date' pour Date / Heure. Both column 'ts' - Timestamp and 'date' - Date/Time are defined. - + Les deux colonnes "ts" - Horodatage et "date" - Date / heure sont définies. Column 'weightkg' - Weight in kg - is missing - + Column 'weightkg' - Masse en kg est manquante + Number of data columns: %1 in line %2 deviates from header columns: %3 + Le nombre de colonnes de données : %1 en ligne %3 diffère des colonnes d'en-tête : %3 {1 ?} {2 ?} + + Number of data columns: %1 in line %2 deviates from header columns: %2 - + Le nombre de colonnes de données : %1 en ligne %2 diffère des colonnes d'en-tête : %2 Invalid 'ts' - Timestamp - in line %1 - + 'ts' non valide - Horodatage - en ligne %1 Invalid 'date' - Date/Time not ISO 8601 format - in line %1 - + 'date' non valide - Date/heure ne sont pas au format ISO 8601 - en ligne%1 Invalid 'weightkg' - Weight in kg - in line %1 - + 'weightkg' non valide - Masse en kg - en ligne %1 Invalid 'fatkg' - Fat in kg - in line %1 - + 'fatkg' non valide - Masse de Graisse en kg - en ligne %1 Invalid 'boneskg' - Bones in kg - in line %1 - + 'boneskg' non valide - Masse d'Os en kg - en ligne %1 Invalid 'musclekg' - Muscles in kg - in line %1 - + 'musclekg' non valide - Masse musculaire en kg - en ligne %1 Invalid 'leankg' - Lean mass in kg - in line %1 - + 'leankg' non valide - Masse maigre en kg - en ligne %1 Invalid 'fatpercent' - Fat in percent - in line %1 - + 'fatpercent' non valide - Masse graisseuse en pourcentage - en ligne %1 BodyMeasuresDownload - Body Measures download + Telecharger les mesures + + + + Body Measurements download Choose the download or import source - + Choisissez la source de téléchargement ou d'importation Withings - + Withings Today's Plan - + Today's Plan Import CSV file - Importer un fichier CSV + Importer un fichier CSV Choose date range for download - + Choisissez une plage de dates pour le téléchargement From date of first recorded activity to today - + De la date de la première activité enregistrée à aujourd'hui - From date of last downloaded measure to today + From date of last downloaded measurement to today + + + + + Discard all existing measurements + + + + + + Body Measurements + + + + + Download completed. + + + + + Downloading of body measurements failed with error: %1 + From date of last downloaded measure to today + De la date de la dernière mesure téléchargée à aujourd'hui + + Enter manually: - + Entrer manuellement : - Discard all existing measures - + Jeter toutes les mesures existantes - + Download - Télécharger + Télécharger - + Close - Fermer + Fermer - - Body Measures - + Mesures corporelles - + Invalid date range - please check your input - + Plage de dates non valide - veuillez vérifier votre saisie - Downloading of body measures failed with error: %1 - + Le téléchargement des mesures corporelles a échoué avec l'erreur : %1 @@ -5371,7 +5688,7 @@ Below CP Work - Travail en dessous de CP + Travail en dessous de la CP @@ -5382,7 +5699,7 @@ Below CP Work is the amount of kJ produced while power is below CP. - Travail en dessous de CP est la quantité de kJ produite lorsque la puissance est inférieure à CP. + Sous la CP, le Travail correspond à la quantité de kJ produite lorsque la puissance est inférieure à la CP (Puissance Critique). @@ -5408,67 +5725,67 @@ Effacer une zone - - + + Update Mettre à jour - - + + + - - + + - - - + + Add Ajouter - - + + Delete Effacer - + Def Def - - + + From Date Depuis une date - - + + Critical Power Puissance Critique - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax @@ -5477,57 +5794,57 @@ Utiliser CP pour FTP - - - + + + MMM d, yyyy - d MMM yyyy + MMM d, yyyy - + Short - De + de - + Use CP for all metrics - Utiliser CP pour tous les métriques + Utiliser la CP pour tous les métriques - + Use FTP for Coggan metrics - Utiliser FTP pour les métriques Coggan + Utiliser le FTP pour les métriques Coggan - + Long Jusqu'à - + From Watts Depuis (watts) - - + + CP must be > 0 CP doit être > 0 - + Maximum of 10 zones reached. - 10 zones maximum. + Maximum de 10 zones atteints. - - + + New Nouveau - - + + New (%1) Nouveau (%1) @@ -5535,308 +5852,290 @@ CPPlot - - + + Interval Length Longueur de l'intervalle - + Average Power (watts) Puissance moyenne (watts) - - - + + + Percent of Best Pourcentage du meilleur - + Total work Travail total - + + kJ kJ - + Power Puissance - - - - + + + + watts watts - + Veloclinic Plot Graphique Veloclinic - + + J J - + Cadence Cadence - + rpm - t/min + rpm - + Heartrate FC - + bpm - puls + bpm - + Watts delta Delta de puissance - + watts/s watts/s - + Cadence delta Delta de cadence - + rpm/s - t/min/s + rpm/s - + Torque delta Delta de couple - + nm/s Nm/s - + Heartrate delta Delta de FC - + bpm/s - puls/s + bpm/s - + Acceleration Accélération - + m/s/s m/s2 - + Speed Vitesse - + kph km/h - + Pedal Force Force sur la pédale - + nm Nm - + Iso Power Puissance normalisée - + Altitude Power Puissance pondérée (altitude) - + xPower xPower - + Watts per kilogram Watts par kg - - + + w/kg W/kg - + Watts per lb Watts par lb - - + + w/lb W/lb - + Altitude Power per kilogram - + Puissance pondérée (altitude) /kg - + Altitude Power per lb - + Puissance pondérée (altitude) /lb - + VAM VAM - + m/hour m/h - + Power (W) Puissance (W) - - - Rank - Rang + Rang - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a n/a - - + + CP CP - - - + + %1 w %1 W - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 W/kg - kph %1 mph - km/h %1 mi/h + km/h %1 mi/h - %1 m %2 yd - %1 m %2 yd + +%1 m %2 yd - %1 km %2 mi - %1 km %2 mi + +%1 km %2 mi - + %1 mi %1 mi @@ -5849,69 +6148,119 @@ min/mi - + D' D' - + + %1 mph %1 mph - + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %1 km %1 km - + + + + + %1 %2 %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd yd - + CV CV - + + % + % + + + + %1 kph %1 km/h - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities - Pourcentage du meilleur / Carte de chaleur des activités + Pourcentage du meilleur / Chaleur par activités - - + + Heat Activities Carte de chaleur des activités - + Activities Activités @@ -5924,9 +6273,9 @@ Chaleur par sorties - + ddd MMM d, yyyy hh:mm - ddd d MMM, yyyy hh:mm + ddd MMM d, yyyy hh:mm Total work (kJ) @@ -5973,7 +6322,7 @@ VAM (m/h) - + Bests Meilleurs @@ -5982,10 +6331,11 @@ ddd d MMM yyyy H:mm - + ddd, dd MMM yyyy - ddd, dd MMM yyyy + +ddd, dd MMM yyyy Rides @@ -5996,7 +6346,7 @@ min/mile - + %10 % %10 % @@ -6011,104 +6361,104 @@ 60 min Peak Power relative to Athlete Weight. - Puissance de pointe sur 60min relative au poids de l'athlète. + Pic de puissance sur 60min par rapport au poids de l'athlète. CVPage - - + + Update Mettre à jour - - + + + + - - + + - - - - + + Add Ajouter - - + + Delete Effacer - + Def Def - - + + From Date Depuis une date - - + + Critical Velocity Vitesse Critique - + Metric Pace Métrique d'allure - - - + + + MMM d, yyyy - d MMM yyyy + d MMM, yyyy - + Short De - + Long Jusqu'à - + From De - + CV must be > 0 CV doit être > 0 - + Maximum of 10 zones reached. 10 zones maximum. - - + + New Nouveau - - + + New (%1) Nouveau (%1) @@ -6116,50 +6466,50 @@ CalDAV - - - + + + Missing Preferences Configuration absente - - + + CalID or CalDAV Url is missing in preferences Le CalID ou l'URL CalDAV Url ne sont pas configurées - + CalDAV REPORT url error CalDAV REPORT erreur d'URL - + CalDAV Calendar API reply error Erreur de l'API CalDAV - + HTTP HTTP - + SSL error(s) has occurred: %1 Erreur de protocole SSL: %1 - + Authorization for Google CalDAV is missing in preferences L'autorisation pour Google CalDAV manque dans les préférences - + Authorization Error Erreur d'autorisation - + Error requesting access token Erreur lors de la demande du jeton @@ -6168,9 +6518,27 @@ CalDAV OPTIONS erreur d'URL - + CalDAV Calendar url error - CalDAV Calendar erreur d'URL + Erreur d'URL du calendrier CalDAV + + + + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + @@ -6199,37 +6567,37 @@ Card - + Time In Zone - Temps dans la Zone + Temps dans la Zone - - - - + + + + seconds - secondes + secondes - + Form - + Forme - + Fitness - + Aptitude - + Fatigue - + Fatigue - + Risk - + Risque @@ -6406,12 +6774,12 @@ Accept the rules and conditions of CloudDB - + Acceptez les règles et conditions de CloudDB Reject and don't use CloudDB - + Rejeter et ne pas utiliser CloudDB @@ -6419,7 +6787,7 @@ GoldenCheetah - Storage of User Location - + Golden Cheetah - stockage de la localisation de l'utilisateur @@ -6429,12 +6797,12 @@ No - Aucun + Non Yes - + Oui @@ -6451,272 +6819,282 @@ CloudDBChartListDialog - + First - Premier + Premier - + Next %1 - + Suivant %1 - + Prev %1 - + Précédent %1 - + My Charts - + Mes graphiques - + All - Tous + Tous - + Curated Only - + Mise en valeur, filtré par GC - + Uncurated Only - + Non filtré par GC - + Any Sport - + Tous Sports - + Any Language - + Toutes Langues - - + + Search Keyword - + Rechercher un mot clé - + Select charts to download - + Sélectionnez les graphiques à télécharger - + unknown - + Inconnu - + Trends - Tendances + Tendances - + Activities - Activités + Activités - + Diary - Journal + Journal - + Train - Entraînement + Entraînement - + All Views - + Toutes les vues - + Chart requires 'R' - + Le graphique nécessite 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. + Le graphique que vous téléchargez nécessite l'installation et l'activation de 'R' pour que GoldenCheetah puisse afficher tous les graphiques. Soit "R" n'est pas activé dans les préférences, soit même pas installé. <br> <br> Assurez-vous que "R" est installé et activé pour pouvoir utiliser ce graphique. + + + + Chart requires 'Python' - - Chart Maintenance + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. - + + Chart Maintenance + Maintenance des graphiques + + + Do you really want to delete this chart definition ? - + Voulez-vous vraiment supprimer cette définition du graphique? - - + + Delete selected chart - + Supprimer le graphique sélectionné - - + + Edit selected chart - + Modifier le graphique sélectionné - - - + + + Close - Fermer + Fermer - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Affichage des graphiques%1 à%2 sur%3 pour%4 / Total téléchargé%5 - + Download selected chart(s) - + Télécharger le(s) graphique(s) sélectionné(s) - + Set selected chart 'Curated' - + Définir le graphique sélectionné 'A mettre en valeur' - + Chart maintenance - Edit or Delete your Charts - + Maintenance des graphiques - Modifiez ou supprimez vos graphiques - + Curator chart maintenance - Curate, Edit or Delete Charts - + Maintenance des graphiques - Mettre en valeur, Editer ou supprimer les graphiques - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + <h3>%1 </h3><h4> Dernière édition à:%2 - Créateur:%3 </h4>%4 - + Reset Search - + Réinitialiser la recherche CloudDBChartObjectDialog - + Chart Name - + Nom du graphique - + <Chart Name> - + <Chart Name> - + Sport - Sport + Sport - + Language - Langue + Langue - + Nickname - Surnom + Surnom - + E-Mail - + E-mail/Courriel - + Version Details - + Détails de la version - + Creator UUid - + Créateur UUid (Universally Unique IDentifier - Identifiant Unique Universel) - + <Enter the description of the chart here> - + <Entrez la description du graphique ici> - + Upload - Envoyer + Envoyé/Téléverser - - - - - - + + + + + + Upload Chart - + Envoyé/Téléverser le graphique - - + + Please enter a valid chart name with min. 5 characters length. - + Veuillez entrer un nom de graphique valide avec minimum 5 caractères de longueur. - + Please enter a nickname for this athlete. - + Veuillez entrer un surnom pour cet athlète. - - + + Please enter a valid e-mail address. - + S'il vous plaît, mettez une adresse e-mail valide. - + Please enter a sensible chart description. - + Veuillez saisir une description pertinente pour ce graphique. - + Cloud Upload - + Envoyé/Téléversé dans le Cloud - + Do you want to upload this chart definition ? - + Voulez-vous envoyé/téléverser ce graphique ? - + Cancel - + Annuler CloudDBChartShowPictureDialog - + Close - Fermer + Fermer @@ -6728,38 +7106,38 @@ CloudDB - + CloudDB Usage has exceeded the free quota - please try again later. - + L'utilisation a dépassé le quota disponible - veuillez réessayer ultérieurement. Technical problem with CloudDB - please try again later. - + Problème technique avec CloudDB - veuillez réessayer plus tard. Authorization problem with CloudDB - please try again later. - + Problème d'autorisation avec CloudDB - veuillez réessayer ultérieurement. Technical problem with CloudDB - response code: %1 - please try again later. - + Problème technique avec CloudDB - code de réponse:%1 - veuillez réessayer ultérieurement. HTTP - HTTP + HTTP SSL error(s) has occurred: %1 - Erreur de protocole SSL: %1 + Erreur de protocole SSL: %1 @@ -6767,12 +7145,12 @@ CloudDB - + CloudDB Technical problem reading curator list - please try again later - + Problème technique avec la liste des conservateurs - veuillez réessayer ultérieurement @@ -6781,39 +7159,39 @@ CloudDB - + CloudDB Technical problem reading latest status - please try again later - + Problème technique lors de la lecture du dernier statut - veuillez réessayer ultérieurement Technical problem reading status text - please try again later - + Problème technique lors de la lecture du statut. Veuillez réessayer ultérieurement CloudDB Status - + Statut CloudDB <b><big>Ok</big></b><br><br>All Services should be operational - no problems known. - + <b><big>Ok</big></b><br><br>Tous les services doivent être opérationnels - aucun problème connu. <b><big>Limited Service</big></b><br>Sorry - some CloudDB services are not operational.<br><br><b>More information:</b><br>%1 - + <b><big>Service limité</big></b><br>Sorry - certains services CloudDB ne sont pas opérationnels.<br><br><b>Plus d'informations :</b><br>%1 <b><big>Service outage</big></b><br>Sorry - CloudDB services are not operational.<br><br><b>More information:</b><br>%1 - + <b><big>Panne de service</big></b><br>Sorry - Désolé, les services CloudDB ne sont pas opérationnels.<br><br><b>Plus d'informations :</b><br>%1 @@ -6821,389 +7199,464 @@ GoldenCheetah - Check for new versions - + GoldenCheetah - Vérifier s'il existe de nouvelles versions - <b><big>New Version(s) of GoldenCheetah are available</big></b> - + <b><big> Nouvelles versions de Golden Cheetah disponibles </big></b> - - Release: %1 + + <b><big>New versions of GoldenCheetah are available</big></b> - - Release Candidate: %1 + + <b><big>A new version of GoldenCheetah is available</big></b> + Release: %1 + Release: %1 + + + + Release Candidate: %1 + Release Candidate: %1 + + + Development Release: %1 + Development Release: %1 + + + + Do not show again - - Do not show these versions again + + Show again in %1 days - + Do not show these versions again + Ne plus afficher ces versions + + Show available versions again in %1 days - + Afficher à nouveau les versions disponibles dans%1 jours CloudService - + expected compressed activity file. - fichier d'activité compressé souhaité. + fichier d'activité compressé souhaité. + + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + Téléchargement + + + + Checking + + + + + Last 30 days + Derniers 28 jours {30 ?} CloudServiceDialog - - + + Folder - Répertoire + Répertoire - + Name - Nom + Nom - + Type - Type + Type - + Modified - Modifié + Modifié - + Create Folder - Créer un répertoire + Créer un répertoire - + Cancel - + Annuler - + Open - Ouvrir + Ouvrir - + d MMM yyyy - d MMM yyyy + d MMM yyyy CloudServiceSyncDialog - + Synchronise - Synchronise + Synchroniser - + + Sync with - Sync. avec + Synchroniser avec - + Unable to connect, check your configuration in preferences. - Impossible de se connecter, vérifiez votre configuration dans les préférences. + Impossible de se connecter, vérifiez votre configuration dans les préférences. - - - - - - - + + + + + + + Download - Télécharger + Télécharger - - - - + + + + Upload - Envoyer + Envoyer - - - + + + Synchronize - Synchronise + Synchroniser - + From: - Depuis: + Depuis: - + To: - à: + à: - + Refresh List - Rafraîchir la liste + Rafraîchir la liste - + Close - Fermer + Fermer - - - + + + Select all - Tout sélectionnes + Tout sélectionner - + Workout Name - + Nom de l'Entraînement - - - + + + Date - Date + Date - - - + + + Time - + Heure - - + + Exists - Existe + Existe - - - + + + Status - Statut + Statut - - + + Workout Id - Identifiant entrainement + Id de l'Entrainement - + File - Fichier + Fichier - - + + Duration - Durée + Durée - - + + Distance - Distance + Distance - + Keep all do not delete - Tout conserver, n'effacer aucune activité + Tout conserver, ne rien supprimer - + Keep %1 but delete Local - Conserver %1 mais effacer Local + Conserver %1 mais effacer Local - + Keep Local but delete %1 - Conserver Local et supprimer %1 + Conserver Local mais supprimer %1 - + Source - Source + Source - + Action - Action + Action - + Initial - Initial + Initiale - + Overwrite existing files - Ecraser les fichiers existants + Ecraser les fichiers existants - - - - - MMM d, yyyy + + One of your activities has unsaved changes. - - - Abort + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. - - - + + + + + MMM d, yyyy + MMM d, yyyy + + + + + Abort + Abandonner + + + + + %1 of %2 selected - %1 parmis %2 selectionnés + %1 parmis %2 selectionnés - + Processed %1 of %2 - Traité %1 sur %2 + Traité %1 sur %2 - - + + Downloading - Téléchargement + Téléchargement - - + + Uploading - Envoi + Envoi - - + + Parse failure - Erreur d'interpréteur + Erreur d'analyse - + Sync complete - + Synchronisation complète - + Processed %1 of %2 successfully - Traité %1 sur %2 avec succès + Traité %1 sur %2 avec succès - - - + + + File exists - Le fichier existe + Le fichier existe - + Downloaded %1 of %2 - Téléchargement: %1 sur %2 + Téléchargement: %1 sur %2 - + Downloads complete - + Téléchargements terminés - + Downloaded %1 of %2 successfully - Téléchargement réussi: %1 sur %2 + Téléchargement réussi: %1 sur %2 - - + + Aborted - Annuler + Avorté - + Saved - Sauvé + Enregistré - + Uploaded %1 of %2 - Envoi %1 sur %2 + Envoyé %1 sur %2 - + Uploads complete - Envoi réussi + Envois terminés - + Uploaded %1 of %2 successfully - Envoi %1 sur %2 avec succès + Envoi %1 sur %2 avec succès - + Completed. - Accompli. + Terminé. CloudServiceUploadDialog - + Uploading %1 bytes... - Envoi (%1 bytes)... + Envoi (%1 bytes)... - + Cancel - + Annuler - - Upload Failed + + Upload to - - Unable to upload, check your configuration in preferences. + + The activity you want to upload has unsaved changes. - - OK - OK + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + - - - ColorButton + + + Upload Failed + Echec de l'envoi + + + + Unable to upload, check your configuration in preferences. + Impossible d'envoyer, vérifiez votre configuration dans les préférences. + + + + OK + OK + + + + ColorButton Choose Color @@ -7213,42 +7666,42 @@ ColorsPage - + Color Couleur - + Select Sélectionner - + Activity Scrollbar Barre de défilement des activités - + Activity Headings Rubriques des activité - + Line Width Epaisseur de ligne - + Font - + Police - + Font Scaling - + Echelle de la police - + Antialias Antialias @@ -7269,12 +7722,12 @@ Flat Color (Windows) - + Swatch - Echantillon + Echantillon - + Name Nom @@ -7287,7 +7740,7 @@ Onglets des sorties - + Apply Theme Appliquer le thème @@ -7312,12 +7765,12 @@ Texte de calendrier - + Theme Thème - + Colors Couleurs @@ -7329,9 +7782,9 @@ ColumnChooser - + Column Chooser - Choisir une colonne + Sélecteur de colonne @@ -7340,7 +7793,7 @@ Athlete - Athlètes + Athlète @@ -7375,7 +7828,7 @@ To - A + à @@ -7394,7 +7847,7 @@ ConfigDialog - + General Général @@ -7403,27 +7856,27 @@ Mots de passe - + Appearance Apparence - + Data Fields Champs de données - + Metrics Métriques - + Intervals Intervalles - + Training Entraînement @@ -7432,22 +7885,22 @@ Périphériques d'entrainement - + Close Fermer - + Save - Sauver + Enregistrer - + You changed the location of the athlete library Vous avez changé l'emplacement de la bibliothèque de données de l'athlète - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -7472,24 +7925,24 @@ Voulez-vous appliquer le changement et relancer GoldenCheetah? - + No, Keep current Non, conserver l'actuel - + Yes, Apply and Restart Oui, appliquer et relancer - - + + Preferences Préférences - - + + Options Options @@ -7498,7 +7951,7 @@ Préférences - + Athlete Athlète @@ -7909,39 +8362,41 @@ Mot de passe CalDAV - + + - + + + + + - + - - - + - + - - + Edit - Editer + Editer - + Add - Ajouter + Ajouter - + Delete - + Effacer - + Service - + Service - + Description - Description + Description @@ -7957,12 +8412,12 @@ Critical Power - Puissance critique (CP) + Puissance Critique (CP) Critical Power (CP) configured in Power Zones. - Puissance critique (CP) configuré pour l'athlète avec les zones de puissance. + Puissance critique (CP) configurée dans les Zones de Puissance. @@ -7980,9 +8435,9 @@ Aujourd'hui: - - - + + + no data Pas de donnée @@ -7999,32 +8454,32 @@ &Sauver la valeur CP - + Percentage of Best Pourcentage du meilleur - + Show Heat Afficher chaleur - + Delta compare Comparer le delta - + as percentage Comme pourcentage - + Critical Power Puissance critique - + Basic Simple @@ -8033,53 +8488,73 @@ Modèle de CP - + Export Chart Data... Exporter les données du graphique... - + Filter Filtre - + Date range Plage de dates - + Data series Séries de données - + + Show Power Profile + + + + + Show Performance Tests + + + + + Filter Unique Bests + + + + Show Sustained Efforts Afficher les efforts soutenus - + + Show time scale linear + + + + Activity Mean Max Moyennes maximales de l'activité - + Activity Centile Moyennes par décile de l'activité - + No Activity Pas d'activité - + Current Activity Activité courante - + None -- @@ -8088,44 +8563,44 @@ Zones de puissance - - - + + + Model Modèle - + Zone Shading Ombrer les zones - + Show grid Montrer la grille - + Show Bests Montrer les meilleurs - + Show as percentage Montrer comme pourcentage - + Show curve heat Montrer la courbe de chaleur - + Show curve heat by date Montrer la courbe de chaleur par date - + Shade Intervals Ombrer les intervalles @@ -8146,245 +8621,283 @@ Sortie courante - + 2 parameter 2 paramètres - + 3 parameter 3 paramètres - + Extended CP - Extended CP + CP étendue - + Multicomponent Multi-composants - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Intervalles de recherche - + (seconds) (secondes) - + Anaerobic Anaérobique - + Aerobic Aérobique - + Short anaerobic Anaérobique court - + Long aerobic Aérobique long - + Exponential Exponentiel - + Variant Variance - + Linear feedback Rétroaction linéaire - + Regeneration Regénération - + Value Valeur - + Rank Rang - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a n/a - + CP CP - - - + + 0 w 0 w - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index Index d'endurance - + Motor Unit Model Motor Unit - + Power Puissance - + Watts per Kilogram Watts par kg - + xPower xPower - + Iso Power Puissance normalisée - + Heartrate Fréquence cardiaque - + Speed Vitesse - + Acceleration Accélération - + Power %1 Puissance %1 - + Cadence %1 Cadence %1 - + Torque %1 Couple %1 - + Heartrate %1 FC %1 - + Cadence Cadence - + Torque Couple - + VAM VAM - + aPower aPower - + aPower per Kilogram - + aPuissance par kg - + Work Travail - + Veloclinic Plot Graphique Veloclinic - + Unknown Inconnu - + Save Best Data as CSV - Sauver les meilleurs valeurs en CSV + Enregistrer les meilleurs valeurs en CSV Energy @@ -8412,14 +8925,14 @@ Les zones n'ont pas été modifiées. - + no date Pas de date - + MM/dd/yyyy - dd.MM.yyyy + dd/MM/yyyy All Seasons @@ -8429,47 +8942,47 @@ CustomMetricsPage - + Symbol Symbole - + Name Nom - + Edit Editer - + + + - + - - - + Add Ajouter - + Delete Effacer - + Are you sure you want to delete this metric? Etes-vous sûr de vouloir supprimer ce métrique? - + Remove Retirer @@ -8477,30 +8990,51 @@ CyclingAnalytics - + Account is not configured. + Le compte n'est pas configuré. + + + + You must authorise with Cycling Analytics first - + + Title + Titre + + + + + Notes + Notes + + + + Completed. - Accompli. + Terminé. - + Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + Cycling Analytics - Cycling Analytics + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. + + Upload to the power focused cycling site. + Envoyer/Téléverser sur le site cycliste axé sur la puissance. + CyclingAnalyticsUploader @@ -8521,39 +9055,32 @@ Annuler - CyclingAnalytics - CyclingAnalytics + CyclingAnalytics - no CyclingAnalytics token set. Please authorize in Settings. - pas de jeton CyclingAnalytics. Veuillez vérifier les permissions dans les préférences. + pas de jeton CyclingAnalytics. Veuillez vérifier les permissions dans les préférences. - CyclingAnalytics support isn't enabled in this build - Les fonctions pour CyclingAnalytics ne sont pas actifs dans cette version + Les fonctions pour CyclingAnalytics ne sont pas actifs dans cette version - Error uploading to CyclingAnalytics - Erreur pendant le téléchargement sur CyclingAnalytics + Erreur pendant le téléchargement sur CyclingAnalytics - Successfully uploaded to CyclingAnalytics - Téléchargé avec succès sur CyclingAnalytics + Téléchargé avec succès sur CyclingAnalytics - Upload to CyclingAnalytics... - Téléchargement sur CyclingAnalytics... + Téléchargement sur CyclingAnalytics... - Upload... Sending to CyclingAnalytics - Télécharge... Envoi sur CyclingAnalytics + Télécharge... Envoi sur CyclingAnalytics Upload ride to CyclingAnalytics... @@ -8564,14 +9091,12 @@ Télécharge la sortie... Envoi sur CyclingAnalytics - Upload to CyclingAnalytics finished. - Téléchargement sur CyclingAnalytics effectué. + Téléchargement sur CyclingAnalytics effectué. - Error from CyclingAnalytics: - Erreur soulevée par CyclingAnalytics: + Erreur soulevée par CyclingAnalytics: @@ -8657,18 +9182,18 @@ DanielsEquivalentPower - + Daniels EqP - - + + watts watts - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Daniels EqP est la puissance constante qui produirait un nombre de points Daniels équivalent. @@ -8676,12 +9201,12 @@ DanielsPoints - + Daniels Points Points Daniels - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. Les points Daniels adaptés au cyclisme en utilisant la puissance au lieu de l'allure (en supposant que la puissance à VO2max correspond à 1.2*CP), normalisée pour attribuer 100 points à 1 heure au CP. @@ -8689,8 +9214,8 @@ DataFilter - - + + malformed expression. Expression malformée. @@ -8725,87 +9250,96 @@ DateSettingsEdit - + Current selection Sélection courante - + Current selection thru today Sélection courante (jusqu'à aujourd'hui maximum) - + From De - + to today jusqu'à aujourd'hui - + Between Entre - + and et - + Last Dernier - + days jours - + weeks semaines - + months mois - + years années - + This Ce(tte) - + week semaine - + month mois - + year année - + prior avant + DaumController + + + Cannot Connect to Daum + +Impossible de se connecter au Daum + + + DaysScaleDraw @@ -8846,62 +9380,62 @@ DefaultsPage - + + + - + - - - + Add Ajouter - + Delete Effacer - + Up Vers le haut - + Down Vers le bas - + Field Champ - + Value Valeur - + Linked field Champ lié - + Default Value Valeur par défaut - + New Nouveau - + New (%1) Nouveau (%1) @@ -8922,7 +9456,7 @@ Retirer les points - + Remove XDATA Points Retirer les points XDATA @@ -8958,12 +9492,12 @@ Profile de l'appareil - + Add Ajouter - + Delete Supprimer @@ -8976,12 +9510,12 @@ Coupler - + + - + - @@ -9008,6 +9542,26 @@ Les périphériques Bluetooth LE comme les capteurs KK Inride, Stages PM, Blue HR and Blue SC + + Kettler Racer serial device + Périphérique série de Kettler Racer + + + + Daum Serial Device + Périphérique série de Daum + + + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + The Wahoo Fitness Kickr cycling trainer via its Bluetooth smart interface. Le hometrainer Wahoo Fitness Kickr au moyen de son interface smart Bluetooth. @@ -9027,12 +9581,11 @@ Périphérique série Kettler - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Les home trainers Tacx Fortius/iMagic bike trainer au moyen d'un controlleur connecté à un port USB. Assurez-vous d'avoir la bonne version du logiciel firmware. + Les home trainers Tacx Fortius/iMagic bike trainer au moyen d'un controlleur connecté à un port USB. Assurez-vous d'avoir la bonne version du logiciel firmware. - + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Périphérique de test (pour développement seulement). Si un fichier ERG est sélectionné il va le rejoué en ajoutant quelques variations aléatoires. @@ -9058,75 +9611,62 @@ Calendrier - Summary - Résumé + Résumé - Day Summary - Résumé quotidien + Résumé quotidien - Weekly Summary - Résumé hebdomadaire + Résumé hebdomadaire - Monthly Summary - Résumé mensuel + Résumé mensuel - Totals - Totaux + Totaux - Averages - Moyennes + Moyennes - Maximums - Maximums + Maximums - Metrics - Métriques + Métriques - ^(Average|Max) - ^(Moyenne|Max) + ^(Moyenne|Max) - seconds - secondes + secondes - Day of - Jour de + Jour de - - + dddd MMMM d dddd d MMMM - + Week Commencing %1 Une semaine commence le %1 - MMMM yyyy - MMMM yyyy + MMMM yyyy @@ -9232,17 +9772,17 @@ , puis appuyer sur Télécharger. - + Getting list ... Optention de la liste... - + Get list failed Impossible d'optenir la liste - + The activity %1 could not be converted to GoldenCheetah .JSON file format. L'activité %1 n'a pas pu être convertie au format GoldenCheetah .JSON. @@ -9255,32 +9795,32 @@ Impossible d'obtenir la liste des activités - + Starting Download ... Début du téléchargement ... - + Download cancelled Téléchargement annulé - + File %1 has no valid timestamp, falling back to 'now' Le fichier %1 n'a pas de date valide, il sera daté à 'maintenant' - + Activity Already Downloaded Activité déjà téléchargée - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? L'activité commençant le %1 a visiblement déjà été téléchargée. Voulez-vous remplacer le précédent téléchargement? - + Failed to rename %1 to %2 Impossible de renommer de %1 à %2 @@ -9289,17 +9829,17 @@ L'activité %1 ne peut pas être convertie au format JSON de GoldenCheetah. - + .JSON conversion error: file %1 Erreur lors de la conversion .JSON: fichier %1 - + Download completed Téléchargement accompli - + Cleaned data Données effacées @@ -9349,13 +9889,13 @@ Téléchargement annulé - + Cancel clicked by user. Annuler par l'utilisateur. - - + + Download failed Echec du téléchargement @@ -9372,17 +9912,17 @@ La sortie débutant à %1 semble être déjà présente. Voulez-vous écraser la version précédente ? - + Failed to remove existing file %1: %2 Impossible de supprimer le fichier %1: %2 - + failed to rename %1 to %2 Impossible de renommer %1 en %2 - + Failed to rename %1 to %2: %3 Impossible de renomer %1 en %2: %3 @@ -9403,24 +9943,24 @@ écraser la précédente sortie ? - + &Overwrite &Ecraser - + &Skip &Ignorer - + skipped file %1 fichier %1 ignoré - - - + + + Error Erreur @@ -9448,65 +9988,71 @@ Dropbox - Network Problem reading Dropbox data - + Problème réseau lors de la lecture des données Dropbox - invalid root path. - Répertoire racine invalide. + Répertoire racine invalide. - root is not a directory. - La racine n'est pas un répertoire. + La racine n'est pas un répertoire. - problem parsing Dropbox data + problème d'analyse des données Dropbox + + + + Problem accessing Dropbox data - + You must authorise with Dropbox first - Vous devez d'abord autoriser GC avec Dropbox + Vous devez d'abord autoriser avec Dropbox - - + + Parsing Error: %1 + + + + + Completed. Accompli. - + Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. Dropbox Cloud Storage Sauvegarde décentralisée Dropbox - + Dropbox - + Dropbox - + Sync activities via your cloud storage. - + Synchronisez les activités via votre stockage Cloud. EOA - + Effect of Altitude Effet de l'altitude - + Relationship between altitude adjusted power and recorded power Relation entre la puissance ajustée à l'altitude et la puissance enregistrée @@ -9548,17 +10094,22 @@ EditIntervalDialog - + Edit Interval Editer l'intervalle - + + Performance Test + Test de performance + + + &OK &OK - + &Cancel &Annuler @@ -9570,12 +10121,12 @@ Préférences - + Name Nom - + Axis Label / Units Etiquette / unité de l'axe @@ -9584,111 +10135,130 @@ Courbe - + Estimate %1 %2 Power Estimation %1 %2 Puissance - + Endurance Index Index d'endurance - + Vo2Max Estimate Estimation de VO2Max - + Curve Settings Configuration de la courbe - + Metric Métriques - + Best Records - + Estimate Estimation - Stress - Charge + Charge + + + + PMC + PMC - + Formula Formule - - + + Measure + Mesure + + + + Performance + Performance + + + + Banister + Banister + + + + seconds secondes - - + + minutes minutes - - + + hours heures - - + + Peak Pic - + Absolute Absolu - + Per Kilogram Par kilogramme - + Total Total - + Running Total Total pour la course - + Average Moyenne - + Low Minimum - + Aggregate: Agrégat: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -9701,142 +10271,192 @@ - + + Weekly Best Performances + Meilleures performances hebdomadaires + + + + Submaximal Weekly Best + Performances hebdomadaires sous maximales + + + + Performance Tests + Tests de performance + + + Short Term Stress (STS/ATL) Charge à court terme (STS/ATL) - + Long Term Stress (LTS/CTL) Charge à long terme (LTS/CTL) - + Stress Balance (SB/TSB) Equilibre de charge (SB/TSB) - + Stress Ramp Rate (RR) Rampe de charge (RR) - + Stress Type Type de charge - + + Negative Training Effect (NTE) + Effet d'entraînement négatif (NTE) + + + + Positive Training Effect (PTE) + Effet d'entraînement positif (PTE) + + + + Performance (Power Index) + Performance (Power Index) + + + + Predicted CP (Watts) + CP prévue (Watts) + + + + Curve Type + Type de courbe + + + Metadata Field Champ de métadonnées - + PMC metric - métrique de PMC + Métrique PMC + + + + Measure Group + Groupe de mesure + + + + Measure Field + Champ de mesure - + Filter Filtre - + Style Style - + Bar Barre - + Line Ligne - + Sticks Barre - + Dots Points - + Stack Pile - + Symbol Symbole - + None -- - + Circle Cercle - + Square Carré - + Diamond Diamant - + Triangle Triangle - + Cross Croix - + Hexagon Hexagone - + Star Etoile - + Color Couleur - + Fill curve Remplir les courbes - + Data labels Etiquettes - + Highlight Highest Surligner les maximums - + Highlight Lowest Surligner les minimums @@ -9845,17 +10465,17 @@ Montrer les meilleurs - + Highlight Outliers Montrer les valeurs aberrantes - + Baseline Ligne de base - + Smooth Curve Lisser la courbe @@ -9864,64 +10484,84 @@ Ligne de tendance - + No trend Line Pas de ligne de tendance - + Linear Trend Tendance linéaire - + Quadratic Trend Tendance quadratique - + Moving Average Moyenne mobile - + Simple Average - + Moyenne simple - + &OK &OK - + &Cancel &Annuler - + Peak %1 Pic %1 - + second seconde - + minute minute - + hour heure - + + %1 - %2 + %1 - %2 + + + + Performances + Performances + + + + Power Index + Power Index + + + + Performances_%1_%2_%3 + Performances_%1_%2_%3 + + + Choose Metric Color - Choisir la couleur du mérique + Choisir la couleur du métrique @@ -9955,7 +10595,7 @@ Query - Requête + Requête @@ -9966,72 +10606,72 @@ EditPhaseDialog - + Edit Date Range Editer la plage de données - + Name Nom - + Type Type - + From De - + To A - + Starting LTS Valeur LTS initiale - + Lowest SB Minimum SB - + Phase Phase - + Prep Préparation - + Base Base - + Build Construction - + Camp Camp - + &OK &OK - + &Cancel &Annuler @@ -10039,62 +10679,62 @@ EditSeasonDialog - + Edit Date Range Editer la plage de données - + Name Nom - + Type Type - + From De - + To A - + Starting LTS Valeur LTS initiale - + Lowest SB Minimum SB - + Season Saison - + Cycle Cycle - + Adhoc Adhoc - + &OK &OK - + &Cancel &annuler @@ -10102,27 +10742,37 @@ EditSeasonEventDialog - + Edit Event Editer l'évenement - + Name Nom - + Date Date - + + Priority + Priorité + + + + Description + Description + + + &OK &OK - + &Cancel &Annuler @@ -10332,29 +10982,29 @@ Elapsed Time - Temps écoulé + Temps écoulé secs - sec + sec Only useful for intervals, time the interval started - + Utile uniquement pour les intervalles, heure à laquelle l'intervalle a commencé ElevationGain - + Elevation Gain Dénivelé positif - + meters mètres @@ -10365,7 +11015,7 @@ - + feet pieds @@ -10375,7 +11025,7 @@ Dénivelé positif à basse vitesse sans puissance ni cadence - + Elevation Gain in meters of feets Dénivelé positif en mètres ou pieds @@ -10383,22 +11033,22 @@ ElevationLoss - + Elevation Loss Dénivelé négatif - + meters mètres - + feet pieds - + Elevation Loss in meters of feets Dénivelé négatif en métres ou en pieds @@ -10502,7 +11152,7 @@ Saved - Sauvé + Enregistré @@ -10772,107 +11422,107 @@ Renommer - + Delete Effacer - + Up Vers le haut - + Down Vers le bas - + + + - + Text Texte - + Textbox Boite de texte - + ShortText Champs texte - + Integer Entier - + Double Double - + Date Date - + Time Heure - + Checkbox Case à cocher - + - - - + Add Ajouter - + Screen Tab Section - + Field Champ - + Type Type - + Values Valeurs - + Diary Journal - + New Nouveau - + New (%1) Nouveau (%1) @@ -11112,42 +11762,60 @@ FilterHrvOutliers - + Filter R-R Outliers - + Filtrer les valeurs R-R abberantes FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R maximum (msec) - + R-R minimum (msec) - + R-R minimum (msec) - + Filter range - + Gamme de filtres - + Filter window size (#) + Filtrer la taille des fenêtres (#) + + + + Set Rest Hrv - + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". + - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. + - "Filter range" of the average within a window (flag 0) + - "Filter window size" distance on either side of the current interval + + Filtrez les valeurs R-R aberrantes (voir " R-R flag" dans les data HRV). Les valeurs non aberrantes sont marquées "1". + - "R-R min et maximum" excluent les échantillons extérieurs (indicateur -1). Également exclu lors du filtrage. + - "Plage de filtrage" de la moyenne dans une fenêtre (indicateur 0) + - "Taille de la fenêtre de filtrage" de part et d'autre de l'intervalle actuel + + FindDialog @@ -11199,17 +11867,17 @@ Time - + Temps Column - + Colonne Value - Valeur + Valeur @@ -11243,11 +11911,27 @@ - FixDeriveDistance + FixAeroPod - - Estimate Distance Values - Estimer les distances + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + + FixDeriveDistance + + + Estimate Distance Values + Estimer les distances @@ -11295,7 +11979,7 @@ FixDerivePower - + Estimate Power Values Estimer la puissance @@ -11307,27 +11991,58 @@ Dériver la puissance sur les données de vitesse, altitude, poids, etc - + Bike Weight (kg) Poids du vélo (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + Draft mult. + + + Wind (kph) Vent (km/h) - + + , heading + , vent de face + + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + + + , direction - , de face + , de face - Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc @@ -11337,7 +12052,7 @@ wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data it will be overridden if wind is entered manually - Estime la puissance en fonction de la vitesse, de l'altitude, du poids, etc. + Estime la puissance en fonction de la vitesse, de l'altitude, du poids, etc. Le poids de l'équipement est ajouté au poids de l'athlète pour obtenir le poids total, il doit donc inclure les chaussures, le casque, etc. @@ -11365,7 +12080,7 @@ Add Torque Values - Corriger les valeurs de couple + Ajouter des valeurs de couple @@ -11379,19 +12094,29 @@ FixElevation - + Fix Elevation errors Fixer les erreurs d'altitude + + + Fix Elevation Data not possible + Impossible de corriger les données d'altitude + + + + The following problem occured: %1 + Le problème suivant s'est produit: %1 + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. - Corrige ou ajoute les données d'altitude. Si les données d'altitude sont présentes elles seront remplacées.. + Corrige ou ajoute les données d'altitude. Si des données d'altitude sont déjà présentes elles seront remplacées.. Une connexion internet est requise pour ce service. @@ -11569,7 +12294,7 @@ FixPower - + Adjust Power Values Ajuster les valeurs de puissance @@ -11577,21 +12302,45 @@ FixPowerConfig - Power Adjustment - Ajustement de puissance + Ajustement de puissance + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - Cet outil d'ajustement de puissance permet d'augmenter et de diminuer les valeurs de puissance par pourcentage. Il ne prend donc qu'un seul paramètre: + Cet outil d'ajustement de puissance permet d'augmenter et de diminuer les valeurs de puissance par pourcentage. Il ne prend donc qu'un seul paramètre: Ajustement de puissance - le pourcentage utilisé. Les valeurs négatives permettent de diminuer les valeurs. @@ -11655,20 +12404,61 @@ wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the file already contain wind data it will be overridden if wind is entered + Calculez les données de puissance de course estimées en fonction de la vitesse / de la dénivelé / du poids, etc. à l'aide des coefficients di Prampero. + +Le paramètre de poids de l'équipement est ajouté au poids de l'athlète pour constituer la masse totale, il doit inclure les vêtements, les chaussures, etc. + +Le paramètre Draft Multi. est le multiplicateur à ajuster pour l'aspiration ("Drafting"), 1 n’est pas de Drafting et 0,7 semble légitime pour une valeur de Drafting en groupe +la vitesse du vent doit être indiquée en km/h +la direction du vent (origine) est exprimée en degrés de -179 à +180 (-90 = O, 0 = N, 90 = E, 180 = S) +Remarque: si le fichier contient déjà des données de vent, elles seront remplacées si le vent est entré ici + + + + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Parfois la SmO2 (%) enregistré par la cadence va reporter des valeurs aberrantes(0% or >100%). + Parfois la SmO2 (%) enregistré par la cadence va reporter des valeurs aberrantes(0% or >100%). Cette fonction va chercher les pics/anomalies dans les données SmO2 et les remplacer en lissant/extrapolant avec les 3 points suivants et précédant la valeur en question + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -11705,9 +12495,8 @@ Corriger des pics de puissance - Fix SmO2 Anomaly - Corriger les anomalies SmO2 + Corriger les anomalies SmO2 @@ -11749,7 +12538,7 @@ Adjust Torque Values - Corriger les valeurs de couple + Ajuster les valeurs de couple @@ -11772,17 +12561,17 @@ FolderNameDialog - + Folder Name Nom du répertoire - + Cancel Annuler - + Create Créer @@ -11801,12 +12590,12 @@ - + seconds secondes - + You entered '%1' which is not an expected value. Vous avez entré '%1' qui n'est pas une valeur attendue. @@ -12227,12 +13016,12 @@ Overview Background - + Fond général Overview Card Background - + Fond de carte Ride History Group @@ -12363,41 +13152,32 @@ Annuler - Garmin Connect - Garmin Connect + Garmin Connect - Error uploading to Garmin Connect - Erreur pendant le téléchargement sur Garmin Connect + Erreur pendant le téléchargement sur Garmin Connect - Successfully uploaded to Garmin Connect - Téléchargé avec succès sur Garmin Connect + Téléchargé avec succès sur Garmin Connect - - Login to Garmin Connect... - Identification sur Garmin Connect... + Identification sur Garmin Connect... - - Login to Garmin Connect finished. - Identification sur Garmin Connect effectuée. + Identification sur Garmin Connect effectuée. - Upload to Garmin Connect... - Téléchargement sur Garmin Connect... + Téléchargement sur Garmin Connect... - Upload... Sending to Garmin Connect - Télécharge... Envoi sur Garmin Connect + Télécharge... Envoi sur Garmin Connect Upload ride to Garmin Connect... @@ -12408,14 +13188,12 @@ Télécharge la sortie... Envoi sur Garmin Connect - Upload to Garmin Connect finished. - Téléchargement sur Garmin Connect effectué. + Téléchargement sur Garmin Connect effectué. - Error from Garmin Connect: - Erreur soulevée par Garmin Connect: + Erreur de Garmin Connect: @@ -12476,7 +13254,7 @@ No data available - Pas de donnée disponible + Pas de données disponibles All Chart Settings @@ -12526,17 +13304,17 @@ Upload not possible - + Envoi impossible Standard charts without configuration cannot be uploaded to the GoldenCheetah Cloud. - + Les graphiques standard sans configuration ne peuvent pas être téléchargés vers le Cloud GoldenCheetah. Charts containing user defined metrics cannot be uploaded to the GoldenCheetah Cloud. - + Les graphiques contenant des métriques définies par l'utilisateur ne peuvent pas être téléchargés vers leCloud GoldenCheetah. Close @@ -12545,39 +13323,39 @@ Save Chart Image - Sauver l'image du graphique + Enregistrer l'image du graphique GcCrashDialog - + %1 Crash Recovery - %1 récupération de crash + %1 Récupération après crash - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - <b>GoldenCheetah semble ne s'être par correctement fermé la dernière fois pour cet athlète. </b><br><br>Le rapport ci-dessous donne quelques informations utiles au développeurs. N'hésitez pas à poster ce rapport avec une courte description de ce qui s'est passé lors du problème sur le <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">forum GoldenCheetah</href><br><b><br>Nous respectons la vie privée - ce log ne contient pas d'identifiant, mot de passe ou d'information personnelle.</b><br><b><br>A la fermeture de cette boîte de dialogue l'athlète sera ouvert.</b> + <b>GoldenCheetah semble ne pas s'être correctement fermé la dernière fois, pour cet athlète. </b><br><br>Le rapport ci-dessous donne quelques informations utiles au développeurs. N'hésitez pas à poster ce rapport avec une courte description de ce qui s'est passé lors du problème sur le <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">forum GoldenCheetah</href><br><b><br>Nous respectons la vie privée - ce log ne contient pas d'identifiant, mot de passe ou d'information personnelle.</b><br><b><br>A la fermeture de cette boîte de dialogue, l'athlète sera ouvert.</b> - + Save Crash Report... - Sauver le rapport d'erreur... + Enregistrer le rapport d'erreur... - + Close Fermer - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - <p>Date du build : %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> + <p>Date du build :%1 %2<br>ID de la version:%3<br>Version :%4<br>Schéma de base de données :%5<br>Métriques :%7<br>OS / Système d'exploitation :%6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> @@ -12597,12 +13375,12 @@ <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">GCC</td><td>%3</td></tr><tr><td colspan="2">SRMIO</td><td>%4</td></tr><tr><td colspan="2">OAUTH</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%7</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">Wahoo API</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">LUCENE</td><td>%14</td></tr><tr><td colspan="2">VIDEO</td><td>%15</td></tr></table> - + Save Diagnostics - Sauver le diagnostiques + Enregistrer les diagnostiques - + Text File (*.txt) Fichier texte (*.txt) @@ -12610,42 +13388,42 @@ GcMiniCalendar - + Mon Lun - + Tue Mar - + Wed Mer - + Thu Jeu - + Fri Ven - + Sat Sam - + Sun Dim - + MMMM yyyy MMMM yyyy @@ -12719,9 +13497,8 @@ Anaérobique TISS - BikeStress - BikeStress + BikeStress @@ -12764,6 +13541,11 @@ %1 fichier(s) de configuration déplacé(s) vers le répertoire: %2 - %3 échec(s) + + TSS + + + Start copying of: Calendar files... Début de la copie de fichiers calendrier... @@ -12806,7 +13588,7 @@ Start copying of: Media and Workout files... - Début de la copie de fichiers de média et d'entraînement... + Début de la copie de fichiers de média et d'entraînement... %1 media and workout files moved to subdirectory: %2 - %3 failed @@ -12926,12 +13708,12 @@ Save Upgrade Report... - Sauver le journal de mise à jour... + Enregistrer le journal de mise à jour... Save Log - Sauver + Enregistrer @@ -12973,17 +13755,17 @@ GcWindowDialog - + Chart Setup Paramètres du graphique - + Cancel Annuler - + OK OK @@ -13064,11 +13846,21 @@ FC / Puissance - - Web page + + Python Chart + + + + + Python Chart + + Web page + Page Web + + Google Map Google Map @@ -13077,65 +13869,63 @@ Bing Map - + 2d Plot 2d Plot - 3d Plot - 3d Plot + 3d Plot - + Aerolab Chung Analysis Aérolab (Analyse Chung) - + Calendar Calendrier - + Navigator Navigateur - + Summary Résumé - + Telemetry Télémétrie - + Workout Entraînement - + Realtime Temps réel - + Pedal Stroke Coup de pédale - Map Carte Overview - + Vue d'ensemble @@ -13148,19 +13938,18 @@ Graphique R - StreetView - StreetView + StreetView - + Video Player Lecteur vidéo - + Workout Editor - Editeur de séance d'entraînement + Editeur d'entraînement @@ -13177,136 +13966,167 @@ Langue : - + Language Langue - + English Anglais - + French Français - + Japanese Japonais - + Portugese (Brazil) Portugais (Brésil) - + Italian Italien - + German Allemand - + Russian Russe - + Czech Tchèque - + Spanish Espagnol - + Portugese Portugais - + Chinese (Simplified) Chinois (simplifié) - + Chinese (Traditional) Chinois (traditionel) - + Dutch Néerlandais - + Swedish Suédois - + Unit Unités - + Metric Métrique - + Imperial Impérial - + Smart Recording Threshold (secs) Seuil pour le Smart recording (secs) - + Elevation hysteresis (meters) Hystérèse de l'altimètre (mètres) - + W' bal formula Formule pour l'équilibre W' - + Enable R Activer R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library Bibliothèque de l'athlète - + Workout and VideoSync Library - Librairie de séances d'entraînement et syncho video + Bibliothèque d'entraînement et VideoSync - + R Installation Directory Dossier d'installation de R - + + Python Home + + + + R Installation (R_HOME) Installation de R (R_HOME) + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + Crank Length: Longueur des manivelles: @@ -13331,7 +14151,7 @@ BMX (20") - + Use Garmin Smart Recording J'utilise le mode d'enregistrement Garmin Smart Recording @@ -13344,26 +14164,26 @@ Formule pour l'équilibre W': - + Differential Différentiel - + Integral Intégrale - + Enable API Web Services - + Activer les services Web API Workout and VideoSync Library: Répertoire d'entraînements et synchro vidéo: - + Select Athlete Library Sélectionner la bibliothèque de l'athlète @@ -13412,9 +14232,10 @@ Librairie d'entraînements: - - - + + + + Browse Parcourir @@ -13427,7 +14248,7 @@ Seuil pour le Smart recording (secs): - + Warn for unsaved activities on exit Signaler les activités non enregistrées en quittant @@ -13460,7 +14281,7 @@ SB - + Select Workout Library Choisir une bibliothèque d'exercices @@ -13578,23 +14399,23 @@ GoogleDrive - + You must authorise with GoogleDrive first - Vous devez d'abord être autoriser avec GoogleDrive + Vous devez d'abord autoriser avec GoogleDrive - + No such directory, try setting a new location in options. Le répertoire n'existe pas, essayer de changer l'emplacement dans les options. - - + + Completed. Accompli. - + Upload failed Echec de l'envoi @@ -13603,14 +14424,14 @@ Stockage Cloud Google Drive - + Google Drive - Google Drive + Google Drive - + Sync your data via your cloud storage. - + Synchronisez vos données via votre stockage Cloud. @@ -13647,12 +14468,12 @@ Gradient - + Gradient Pente - + Elevation Gain to Total Distance percent ratio Pourcentage du dénivelé positif sur la distance totale @@ -13699,7 +14520,7 @@ Save Workout - Sauver l'entraînement + Enregistrer l'entraînement @@ -13710,186 +14531,186 @@ GroupByModel - - - - - + + + + + Zero or not present Zéro ou non présent - + Low Stress Charge basse - + Medium Stress Charge moyenne - + High Stress Charge haute - + Very High Stress Charge très haute - + Active Recovery Récupération active - + Endurance Endurance - + Tempo Tempo - + Threshold Seuil - + VO2Max VO2 max - + Anaerobic Capacity Capacité anaérobique - + Maximal Maximal - + Isopower Isopower - + Steady Constant - + Variable Variable - + Highly Variable Très variable - + Less than an hour Moins d'une heure - + Less than 90 minutes Plus de 90min - + Less than 3 hours Moins de 3h - + Less than 5 hours Moins de 5h - + More than 5 hours Plus de 5h - + Short Court - + Medium Moyen - + Long Long - + Very Long Très long - + Undefined Indéfini - + Best 10 10 meilleurs - + Quartile 1: 0% - 25% Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% Quartile 4: 75% - 100% - + Date Date - + This week Cette semaine - + This month Ce mois - + Last month Dernier mois - + yyyy-MM (MMMM) yyyy-MM (MMMM) @@ -13938,18 +14759,18 @@ HeartBeats - + Heartbeats Pulsations cardiaques - - + + beats battements - + Total Heartbeats Nombre de battements cardiaques @@ -14078,14 +14899,19 @@ Toutes les fonctions liées au partage des activités avec des services cloud + + Downloading of Body Measurements (e.g. weight) from multiple sources + + + Calculation of VDOT and Threshold Pace according to Daniels' Running Formula - Calcul de VDOT et d'allure au seuil selon formule de course de Daniels + Calcul de VDOT et de l'allure seuil (T-Pace) selon la "Jack Daniels’ Running Formula" Creates an activity heat map using the selected activities and stores it in the choosen folder - "HeatMap.htm". Opened in a Web-Browser the map shows where most activity took place. - Crée une carte thermique des activités et l'enregistre dans le dossier choisi - " HeatMap.htm " . Ouvert dans un navigateur web la carte montre où la plupart des activités a eu lieu. + Crée une carte d’activité (HeatMap) en utilisant les activités sélectionnées et la stocke dans le dossier choisi - "HeatMap.htm". Ouverte dans un navigateur Web, la carte indique où la plupart des activités ont eu lieu. @@ -14095,7 +14921,7 @@ Add Torque Values - Corriger les valeurs de couple + Ajouter des valeurs de couple @@ -14105,7 +14931,7 @@ Adjust Torque Values - Corriger les valeurs de couple + Ajuster les valeurs de couple @@ -14158,22 +14984,22 @@ Corriger les valeurs des données Moxy en déplacant les séries depuis la vitesse et la cadence - + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings Options pour afficher/masquer des vues (par exemple barre latérale) ainsi que l'ajout de graphiques ou la réinitialisation aux réglages d'usine - + Help options of GoldenCheetah Options d'aide de GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates Graphique configurable pour suivre l'évolution des performances ou les métriques, les meilleures performances sur des durées définissables par l'utilisateur et les estimations à l'aide de modèle - + Date range, data grouping settings which apply to a single chart Plage de date, regroupement de valeurs appliqués a un graphe @@ -14182,301 +15008,305 @@ Liste de courbes prédéfinies qui peuvent être utilisées pour un graphe ou comme point de départ pour les ajustements individuels - + Curves which are plotted for the specific chart - based on presets or individually added and modified here Courbes qui sont tracées pour un graphe spécifique - basés sur un modèle ou une insertion manuelle modifiée ici - + Individual curve configuration Configuration des courbes individuellement - + User defined formulas Formule de l'utilisateur - + Tree map visulation of activity data by two selectable dimensions for a configurable metric Visualisation des données d'activité sous forme de Treemap en deux dimensions pour des métriques sélectionnés - - + + Distribution of activity data samples or metrics according time spent in a certain segment Distribution des données ou métriques selon le temps passé dans certain segment - + Detailed information of a single activity - the metrics shown here are configurable Informations détaillées d'une seule activité - les indicateurs présentés ici sont configurables - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies Editeur de données d'activité - permettant de modifier/corriger les données, trouver des entrées et de trouver des anomalies - + Plot of all activity data series in various ways Affiche les données des activités de diverses manières - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file Sélection des courbes a afficher sur le graphique - pour les données disponibles dans le fichier d'activité - + Analysis of heartrate vs. power along the activity data Analyse de la fréquence cardiaque par rapport à la puissance durant l'activité - + Map of activity Carte de l'activité - + Configurable 2D scatter plot of the current activity Nuage de points 2D configurable pour l'activité courante - + Configurable 3D plot of the current activity Graphe 3D configurable pour l'activité courante - + Predefined and configurable set of data ranges for selection of activities to be analysed Plages de données, prédéfinies ou configurable, pour la sélection des activités à analyser - + Powerful filter and search engine to determine the activities which are considered in diagram Filtre et moteur de recherche afin de déterminer les activités utilisées dans les diagrammes - + Configurable list of activities Listes d'activités configurable - + Entry field for sophisticated Searching and Filtering of activities Champ de saisie pour la recherche et filtrage des activités - + Adding intervals to an activity using simple query methods Ajouter des intervalles à une activité par méthode simplifiée - + Automatic Interval Detection Détection automatique d'intervalles - + Definition of coloring rules for activities Définir les règles de coloration des activités - - + + Critical Mean Maximal Power Curve Courbe des maximaux moyens de puissance - Downloading of Body Measures (e.g. weight) from multiple sources - + Téléchargement de mesures corporelles (poids, par exemple) provenant de sources multiples Downloading of Workouts from the ERGDB (online workout DB) for Train - Indoor Riding - + Téléchargement d'entraînement ErgDB (DB d’entraînement en ligne) pour les entraînements à l'intérieur Downloading of Workouts from your Today's Plan account for Train - Indoor Riding - + Téléchargement de séances d’entraînement Today's Plan pour les entraînements à l'intérieur Filter R-R outliers + Filtrer les valeurs R-R aberrantes + + + + Fix SmO2/tHb outliers - + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments Ensembles prédéfinis de courbes qui peuvent être utilisées comme graphique, ou comme point de départ pour de nouveaux graphiques - - + + Basic configuration like date range, what series to use and how to plot Configuration de base , comme la plage de dates ou quelle série utiliser et tracer - - + + Configuration of the CP Model to be used to plot the curve Configuration du modèle de CP à afficher - + Definition which date range is used for this particular chart Définition des plages de dates à utiliser pour ce tableau en particulier - - - + + + Calendar Calendrier - + Configurable activity log - with build in search capabilities Journal d'activité configurable - avec recherche intégrée - + Selection how the power data series is shown in the plot and general settings on the diagram structure Sélection comment la série de données de puissance est affichée - + Quadrant analysis of pedal velocity vs. effective pedal force Analyse par cadrant de la vitesse de la pédale vs force effective sur la pédale - + Chung's Aerolab analysis Analyse Aerolab/Chung - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable Vue d'ensemble/résumé de la plage de données sélectionnée - les données présentées dans 'Meilleurs' sont configurables - + Chart specific filter/search and date range settings Paramètres spécifiques pour la recherche/filtrage et plages de date - + Definition of points in time 'Events' which are marked explicitely on time related diagrams Définition de dates d'«événements» qui seront affichées explicitement sur ​​les diagrammes en rapport avec le temps - - + + Simple summary view Vue résumé simple - + Alternative access to the charts created for the main view Accès alternatif aux diagrammes créés pour la vue principale - + Display the available and add new intervals using simple query methods Afficher la disposition et ajouter de nouveaux intervalles en utilisant des méthodes de requêtes simples - + General Général - + Athlete Athlète - + Training Zone definition for power Définition des zones d'entraînement pour la puissance - + Training Zone definition for heartrate Définition des zones d'entraînement pour les pulsations - + Training Zone definition for Swim and Run Définition des zones d'entraînement pour la natation et la course - + Autoimport Importation automatique - + Passwords Mots de passe - + Appearance Apparence - + Data Fields Champs de données - + Definition of default value(s) for data fields Définition des valeurs par défaut pour les champs de données - + Definition of processing default parameters for the fix, adjust,... tools Définition des paramètres pour les processus automatiques des outils d'ajustement et correction - + Metrics Métriques - + Metrics shown in 'Bests' Données métriques des 'Meilleurs' - + Metrics shown in 'Summary' Données métriques du résumé - + Metrics shown in 'Intervals' Données métriques des 'Intervalles' - + Training Entraînement - + Remote Controls Télécommandes - + Train Devices Périphériques d'entraînement @@ -14497,12 +15327,12 @@ HistogramWindow - + Bin width Largeur de l'histogramme - + Log Y Log Y @@ -14517,12 +15347,12 @@ Métriques - + Show Montre - + With zeros Avec zéros @@ -14541,13 +15371,13 @@ - + Shade zones Ombrage des zones - + Show in zones Montrer dans les zones @@ -14580,32 +15410,32 @@ Série de données - + Total (x-axis) Total (Axe X) - + Distribution (y-axis) Distribution (axe Y) - + Color Couleur - + Absolute Time Temps absolu - + Percentage Time Temps relatif - + Use polarised zones Utiliser les zones polarisées @@ -14638,218 +15468,218 @@ Titre - + Unable to process chart file Impossible de traiter le fichier du graphique - + Bad chart type (%1). - Erreur de type de graphique (% 1). + Erreur de type de graphique (%1). - + Are you sure you want to remove the chart? Etes vous sûr de vouloir retirer ce graphique? - + Remove Retirer - + Problem Saving Chart Bar Layout Problème lors de la sauvegarde de la disposition de la barre de graphiques - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. - + Ride Log Journal de la sortie - + Aerobic Power Puissance aérobique - + Anaerobic Power Puissance anaérobique - + Cadence Cadence - + Calendar Calendrier - + CP CP - + Details Détails - + Distance Distance - + Edit Editer - + Elapsed Time Temps écoulé - + Heartrate Fréquence cardiaque - + Lap Tour - + Map Carte - + Performance Performance - + PMC PMC - + Power Puissance - + QA QA - + Ride Sortie - + Speed Vitesse - + Summary Résumé - + Target Power Puissance cible - + Time and Distance Temps et Distance - + Time In Zone Temps dans la Zone - + W' In Zone W' dans la zone - + Sustained In Zone Soutenu dans la zone - + Training Mix Mix d'entraînement - + Navigator Navigateur - + W/kg W/kg - + Workout Entraînement - + Stress Charge - + Scatter Disperser - - + + HrPw FC/P - + Activity Log Journal d'activité - + Tracker Tracker - + CP History Historique de CP - + Library Bibliothèque - + CV CV @@ -14857,12 +15687,12 @@ HrNp - + HrNp Ratio Ratio HrNp - + Iso Power to Average Heart Rate ratio in watts/bpm Ratio entre la puissance normalisée et la fréquence cardiaque moyenne en watt/pouls @@ -14870,12 +15700,12 @@ HrPw - + HrPw Ratio Ratio FC/P - + Power to Heart Rate Ratio in watts/bpm Ratio entre la puissance et la fréquence cardiaque en watt/pouls @@ -14930,7 +15760,7 @@ HrSchemePage - + Add Ajouter @@ -14939,59 +15769,72 @@ Renommer - + Delete Effacer - + + + - + - - - + Short Min - + Long Max - + Percent of LT Pourcentage du seuil - + Trimp k TRIMP k - + Maximum of 10 zones reached. 10 zones maximum. - - + + New Nouveau - - + + New (%1) Nouveau (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -15136,27 +15979,27 @@ Seuil lactique - + Sport Sport - + Bike Vélo - + Run Course - + Lactate Threshold Seuil lactique - + Default Défaut @@ -15376,7 +16219,8 @@ attempt to set zone based on % of LT without setting LT in line number %1. - Vous essayer d'ajouter une zone basée sur le seuil anaérobique mais celui-ci n'est pas connu pour la ligne %1. + Vous essayer d'ajouter une zone basée sur le seuil anaérobique mais celui-ci n'est pas connu pour la ligne %1. + @@ -15436,12 +16280,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones Problème lors de la sauvegarde des zones de fréquence cardiaque - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. @@ -15515,182 +16359,491 @@ - ICalendar + HrvMeasures - - Action - Action + + HR + - - Allow Conflict - Autoriser les conflits + + AVNN + - - Attachment - Lié + + SDNN + - - Attendee - Présence + + RMSSD + - - Calendar Identifier - Id du calendrier + + PNN50 + - - Master - Maître + + LF + - - Scale - Echelle + + HF + - - - Version - Version + + Recovery Points + - - Level - Niveau + + bpm + - - Event Identifier - Id de l'événement + + msec + msec - - Category - Catégorie + + % + % - - Class - Classe + + msec^2 + - - Command - Commande + + Rec.Points + - - Comment - Commentaire + + Hrv + + + + HrvMeasuresCsvImport - - Completed - Rempli + + Select HRV measurements file to import + - - Contact - Contact + + CSV Files (*.csv) + CSV Files (*.csv) - - Date Created - Date de création + + No file selected. + Aucun fichier sélectionné. - - CSID? - CSID? + + Selected file %1 cannot be opened for reading. + Le fichier sélectionné %1 ne peut pas être ouvert pour lecture. - - - No later than - Pas plus tard que + + Column header contains duplicate identifier + En-tête de colonne contenant un identifiant en double - - No earlier than - Pas plus tôt que + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + - - Decreed - Décrété + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + - - Default character set - Police de caractères par défaut + + Number of data columns: %1 in line %2 lower than header columns: %3 + - - Default locale - Paramètres régionaux par défaut + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + - - Default timezone - Fuseau horaire par défaut + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + - - Default VCar - VCar par défaut + + Invalid 'rMSSD' - in line %1 + - - Deny - Nier + + Invalid 'HR' - in line %1 + - - Description - Description + + Invalid 'AVNN' - in line %1 + - - End Date & Time - Date/heure de fin + + Invalid 'SDNN' - in line %1 + - - Timestamp - Timbre horaire + + Invalid 'pNN50' - in line %1 + - - Start Date & Time - Date/heure de début + + Invalid 'LF' - in line %1 + - - Due Date - Date d'échéance + + Invalid 'HF' - in line %1 + - - Duration - Durée + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + HrvMeasuresDownload - - Expiry Date - Date d'expiration + + HRV Measurements download + - - Expand - Développer + + Choose the download or import source + Choisissez la source de téléchargement ou d'importation - - Exclusive rule + + Import CSV file + Importer un fichier CSV + + + + Choose date range for download + Choisissez une plage de dates pour le téléchargement + + + + From date of first recorded activity to today + De la date de la première activité enregistrée à aujourd'hui + + + + From date of last downloaded measurement to today + + + + + Enter manually: + Entrer manuellement : + + + + Discard all existing measurements + + + + + Download + Télécharger + + + + Close + Fermer + + + + Body Measurements + + + + + Invalid date range - please check your input + Plage de dates non valide - veuillez vérifier votre saisie + + + + Download completed. + + + + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + Commentaire + + + + + Update + Mettre à jour + + + + + + + + + + + - + - + + + + Add + Ajouter + + + + Delete + + + + + Source + Source + + + + Original Source + Source primaire + + + + + MMM d, yyyy - hh:mm:ss + MMM d, yyyy - hh:mm:ss + + + + Manual entry + Saisie manuelle + + + + ICalendar + + + Action + Action + + + + Allow Conflict + Autoriser les conflits + + + + Attachment + Lié + + + + Attendee + Présence + + + + Calendar Identifier + Id du calendrier + + + + Master + Maître + + + + Scale + Echelle + + + + + Version + Version + + + + Level + Niveau + + + + Event Identifier + Id de l'événement + + + + Category + Catégorie + + + + Class + Classe + + + + Command + Commande + + + + Comment + Commentaire + + + + Completed + Rempli + + + + Contact + Contact + + + + Date Created + Date de création + + + + CSID? + CSID? + + + + + No later than + Pas plus tard que + + + + No earlier than + Pas plus tôt que + + + + Decreed + Décrété + + + + Default character set + Police de caractères par défaut + + + + Default locale + Paramètres régionaux par défaut + + + + Default timezone + Fuseau horaire par défaut + + + + Default VCar + VCar par défaut + + + + Deny + Nier + + + + Description + Description + + + + End Date & Time + Date/heure de fin + + + + Timestamp + Timbre horaire + + + + Start Date & Time + Date/heure de début + + + + Due Date + Date d'échéance + + + + Duration + Durée + + + + Expiry Date + Date d'expiration + + + + Expand + Développer + + + + Exclusive rule Règle exclusive @@ -15921,12 +17074,12 @@ Timezone Offset from - Décalage horaire depuis + Décalage horaire depuis Timezone Offset to - Décalage horaire vers + Décalage horaire vers @@ -16004,58 +17157,66 @@ Intensity Weigthting Factor, part of GOVSS calculation, defined as LNP/RTP + Facteur de pondération d'intensité, faisant partie du calcul GOVSS, défini comme LNP / RTP + + + + ImagicController + + + Cannot Connect to Imagic ImportChartDialog - + Import Charts - Importer des graphiques + Importer des graphiques - + Cancel - + Annuler - + Import - Importer + Importer - - - - - - - + + + + + + + Diary - Journal + Journal - - - - - - + + + + + + Trends - Tendances + Tendances - - + + Activities - Activités + Activités - - + + Train - Entraînement + Entraînement @@ -16152,7 +17313,7 @@ Save Workout - Sauver l'entraînement + Enregistrer l'entraînement @@ -16171,9 +17332,9 @@ InsertXDataPointCommand - + Insert XData Point - + Insérer un point Xdata @@ -16181,7 +17342,7 @@ Intensity Factor is the ratio between IsoPower and the Functional Threshold Power (FTP) configured in Power Zones. - + Le facteur d'intensité est le rapport entre l'IsoPower et la puissance au seuil fonctionnel (FTP) configurée dans les zones de puissance. @@ -16209,22 +17370,22 @@ IntervalMetricsPage - + Available Metrics Métriques disponibles - + Selected Metrics Métriques sélectionnés - + Up Vers le haut - + Down Vers le bas @@ -16349,12 +17510,20 @@ Activer la découverte automatique d'intervalle: - + Enable interval auto-discovery Activer la découverte automatique d'intervalles + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + Le puissance normalisée peut être une estimation de la puissance qui pourrait être maintenue avec le même 'coût' physiologique avec une puissance parfaitement constante. + + + JouleDevice @@ -16398,8 +17567,12 @@ + Version + + + Version - Version + Version @@ -16455,8 +17628,7 @@ Make sure the Joule (1.0, GPS or GPS+) unit is turned ON - Assurez-vous que le Joule (1.0, GPS ou GPS+) est bien allumé - + Assurez-vous que le Joule (1.0, GPS ou GPS+) est bien allumé @@ -16524,6 +17696,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + Le répertoire n'existe pas, essayer de changer l'emplacement dans les options. + + + + + Completed. + + + + + Upload failed + Echec de l'envoi + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Notes + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + Envoi (%1 bytes)... + + + + Upload + + + + + + Upload Failed + Echec de l'envoi + + + + + Unable to upload, check your configuration in preferences. + Impossible d'envoyer, vérifiez votre configuration dans les préférences. + + + + Done + OK + + + KettlerController @@ -16534,68 +17800,68 @@ KeywordsPage - + Field Champ - + Use for Background Utiliser comme fond - + Add Ajouter - + Delete Effacer - + Up Vers le haut - + Down Vers le bas - + Keyword Mot clé - + Color Couleur - + Related Notes Words Mots afférentes - - + + New Nouveau - + New (%1) Nouveau (%1) - + + + - + - - @@ -16635,7 +17901,7 @@ Sustained Time in Power Zone 10, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 10, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 10, basé sur les intervalles de type effort soutenu. @@ -16654,7 +17920,7 @@ Sustained Time in Power Zone 1, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 1, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 1, basé sur les intervalles de type effort soutenu. @@ -16673,7 +17939,7 @@ Sustained Time in Power Zone 2, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 2, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 2, basé sur les intervalles de type effort soutenu. @@ -16692,7 +17958,7 @@ Sustained Time in Power Zone 3, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 3, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 3, basé sur les intervalles de type effort soutenu. @@ -16711,7 +17977,7 @@ Sustained Time in Power Zone 4, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 4, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 4, basé sur les intervalles de type effort soutenu. @@ -16730,7 +17996,7 @@ Sustained Time in Power Zone 5, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 5, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 5, basé sur les intervalles de type effort soutenu. @@ -16749,7 +18015,7 @@ Sustained Time in Power Zone 6, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 6, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 6, basé sur les intervalles de type effort soutenu. @@ -16768,7 +18034,7 @@ Sustained Time in Power Zone 7, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 7, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 7, basé sur les intervalles de type effort soutenu. @@ -16787,7 +18053,7 @@ Sustained Time in Power Zone 8, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 8, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 8, basé sur les intervalles de type effort soutenu. @@ -16806,7 +18072,7 @@ Sustained Time in Power Zone 9, based on (sustained) EFFORT intervals. - Temps soutenu dans la zone de puissance 9, basé sur les intervalles de type effort soutenu + Temps soutenu dans la zone de puissance 9, basé sur les intervalles de type effort soutenu. @@ -16833,38 +18099,38 @@ LTMPlot - - - + + + Date Date - - + + Time of Day Heure de la journée - - - - + + + + %1 trend %1 tendance - + %1 average - + %1 moyenne - + %1 Top %2 Outliers %1 Top %2 plus basses - + %1 Outlier %1 plus basses @@ -16873,17 +18139,17 @@ %1 Meilleurs %2 - + %1 Best %1 Meilleur - + Best %1 Meilleur %1 - + watts watt @@ -16896,91 +18162,92 @@ Valeurs aberrantes - - + + Best Records - + Day Jour - + Week Semaine - + Month Mois - + Year Année - - + + All Tous - - + + %1 %2 trend %1 %2 tendance - + %1 %2 Outliers %1 %2 valeurs aberrantes - + %1 %2 Best %1 %2 record - + Today Aujourd'hui - + minutes - minutes + minutes - - - - - - - - - + + + + + + + + + seconds secondes - - - - + + + + + Ramp Pente - + hours heures - + Week Commencing %1 Une semaine commence le %1 @@ -17092,7 +18359,7 @@ ^(Average|Max) - ^(Moyenne|Max) + ^(Moyenne|Max) @@ -17103,8 +18370,8 @@ LTMSidebar - - + + Date Ranges Plage de dates @@ -17113,37 +18380,37 @@ Renommer la plage - - - + + + Events Évènements - - - - - - + + + + + + Add season Ajouter une saison - - + + Edit season Editer une saison - - + + Delete season Effacer une saison - - + + Edit details Editer les détails @@ -17152,230 +18419,229 @@ Effacer la plage - - - - + + + + Menu Menu - + Charts Graphiques - - + + Filters Filtres - + Autofilter Filtre auto - Summary - Résumé + Résumé - - + + Edit phase Editer la phase - - + + Delete phase Effacer la phase - - - - - - + + + + + + + Add Event Ajouter un évènement - - - - - - + + + + + + Add Phase Ajouter une phase - - + + Delete event Effacer un évènement - - + + Add event Ajouter un évènement - + Workout Code|Sport Entrainement Code|Sport - - - + + + (blank) (vide) - + Manage Filters Gérer les filtres - + Delete Filter%1 Effacer filtre%1 - + Edit Season Editer la saison - + You can only edit user defined seasons. Please select a season you have created for editing. Vous pouvez seulement éditer les saisons définies. Merci de sélectionner une saison créée pour pouvoir l'éditer. - + Delete Season Effacer la saison - + You can only delete user defined seasons. Please select a season you have created for deletion. Vous pouvez seulement effacer les saisons définies. Merci de sélectionner une saison créée pour pouvoir l'effacer. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Vous pouvez seulement ajouter des évenements aux les saisons définies. Merci de sélectionner une saison créée pour pouvoir ajouter un évènement. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Vous ne pouvez ajouter des phases qu'à des saisons définies par l'utilisateur. Veuillez sélectionner une saison que vous avez créée avant d'y ajouter une phase. - Totals - Totaux + Totaux - Averages - Moyennes + Moyennes - Maximums - Maximums + Maximums - Metrics - Métriques + Métriques - ^(Average|Max) - ^(Moyenne|Max) + ^(Moyenne|Max) - seconds - secondes + secondes - + Add Chart Ajouter un graphique - + Edit Chart Editer le graphique - + Delete Chart Supprimer le graphique - + Delete Selected Charts Supprimer les graphiques sélectionnés - + Export Chart Exporter le graphique - + Export Selected Charts Exporter les graphiques sélectionnés - + Import Charts Importer des graphiques - + Reset to default Revenir à la configuration par défaut - + Export Charts Exporter des graphiques - - + + Chart File (*.xml) Fichier de graphique (*.xml) - + Entry Error Erreur de saisie - + Selected file (%1) does not exist Le fichier sélectionné (%1) n'existe pas - + You are about to reset the chart sidebar to the default setup Vous êtes sur ​​le point de revenir à la configuration par défaut pour l'ensemble des graphiques - + Do you want to continue? Voulez-vous continuer? @@ -17387,7 +18653,7 @@ Plage de dates - + Metric Métrique @@ -17530,7 +18796,7 @@ Gérer - + Stack Zoom Taille de la pile @@ -17559,365 +18825,370 @@ Effacer - + Add Current Ajouter le courant - + Charts Graphiques - + + Show Banister Helper + + + + Apply Appliquer - + Up Vers le haut - + Down Vers le bas - + Skiba Long Term Stress LTS -charge à long terme selon Skiba - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Charge - + Skiba Short Term Stress Charge à court terme selon Skiba - + Skiba Stress Balance Equilibre de charge selon Skiba - - - - - - - - - - + + + + + + + + + + Stress Balance Equilibre de charge - + Skiba STS Ramp Rampe STS selon Skiba - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Pente - + Skiba LTS Ramp Rampe LTS selon Skiba - + Aerobic TISS Long Term Stress LTS Charge à long terme selon aérobic TISS - + Aerobic TISS Short Term Stress STS Charge à court terme selon aérobic TISS - + Aerobic TISS Stress Balance TSB Equilibre de charge selon aérobic TISS - + Aerobic TISS STS Ramp Rampe STS selon aérobic TISS - + Aerobic TISS LTS Ramp Rampe LTS selon aérobic TISS - + Anaerobic TISS Long Term Stress LTS Charge à long terme selon anaérobic TISS - + Anaerobic TISS Short Term Stress STS Charge à court terme selon anaérobic TISS - + Anaerobic TISS Stress Balance TSB Equilibre de charge selon anaérobic TISS - + Anaerobic TISS STS Ramp Rampe STS selon anaérobic TISS - + Anaerobic TISS LTS Ramp Rampe LTS selon anaérobic TISS - + Daniels Long Term Stress LTS Charge à long terme selon points Daniels - + Daniels Short Term Stress STS Charge à court terme selon les points Daniels - + Daniels Stress Balance TSB Equilibre de charge selon les points Daniels - + Daniels STS Ramp Rampe STS selon les points Daniels - + Daniels LTS Ramp Rampe LTS selon points Daniels - + Work (Kj) Long Term Stress LTS Charge à long terme selon le travail (kJ) - - - - - - + + + + + + Stress (Kj) Charge (kJ) - + Work (Kj) Short Term Stress STS Charge à court terme selon le Travail (kJ) - + Work (Kj) Stress Balance TSB Equilibre de charge selon le travail (kJ) - + Work (Kj) STS Ramp Rampe STS selon le travail (kJ) - + Work (Kj) LTS Ramp Rampe LTS selon le travail (kJ) - + W' Work (Kj) Long Term Stress LTS Charge à long terme selon le W' (kJ) - + W' Work (Kj) Short Term Stress STS Charge à court terme selon le W' (kJ) - + W' Work (Kj) Stress Balance TSB Equilibre de charge selon le W' (kJ) - + W' Work (Kj) STS Ramp Rampe STS selon le W' (kJ) - + W' Work (Kj) LTS Ramp Rampe LTS selon le W' (kJ) - + Below CP Work (Kj) Long Term Stress LTS Charge à long terme selon le travail sous CP (Kj) - + Below CP Work (Kj) Short Term Stress STS Charge à court terme selon le travail sous CP (Kj) - + Below CP Work (Kj) Stress Balance TSB Equilibre de charge selon le travail sous CP (Kj) - + Below CP Work (Kj) STS Ramp Rampe STS selon le travail sous CP (Kj) - + Below CP Work (Kj) LTS Ramp Rampe LTS selon le travail sous CP (Kj) - + Distance (km|mi) Long Term Stress LTS Charge à long terme selon la distance (km|mi) - - + + Stress (km|mi) Charge (km|mi) - + Distance (km|mi) Short Term Stress STS Charge à court terme selon la distance (km|mi) - + Distance (km|mi) Stress Balance TSB Equilibre de charge selon la distance (km|mi) - + Distance (km|mi) STS Ramp Rampe STS selon la distance (km|mi) - + Distance (km|mi) LTS Ramp Rampe LTS selon la distance (km|mi) - + Coggan Chronic Training Load CTL Charge à long terme selon Coggan - + Coggan Acute Training Load ATL Charge à court terme selon Coggan - + Coggan Training Stress Balance TSB Equilibre de charge selon Coggan - + Coggan STS Ramp Rampe STS selon Coggan - + Coggan LTS Ramp Rampe LTS selon Coggan - + Coggan Expected Chronic Training Load Charge à long terme selon Coggan attendue - + Coggan Expected Acute Training Load Charge à court terme selon Coggan attendue - + Coggan Expected Training Stress Balance Equilibre de charge selon Coggan attendu - + TRIMP Long Term Stress Charge à long terme selon points TRIMP - + TRIMP Short Term Stress STS Charge à court terme selon points TRIMP - + TRIMP Stress Balance Equilibre de charge selon points TRIMP - + TRIMP STS Ramp Rampe STS selon points TRIMP - + TRIMP LTS Ramp Rampe LTS selon points TRIMP @@ -17946,82 +19217,97 @@ Vous devez avoir au moins un graphique - + Edit Editer - + Use sidebar chart settings Utiliser la barre latérale de configuration - + Basic Simple - + Preset Pré-réglage - + Curves Courbes - + TriScore Long Term Stress LTS Charge à long terme selon TriScore - + TriScore Short Term Stress STS Charge à court terme selon TriScore - + TriScore Stress Balance TSB Equilibre de charge selon TriScore - + TriScore STS Ramp Rampe STS selon TriScore - + TriScore LTS Ramp Rampe LTS selon TriScore - + Type Type - + Details Détails - + Peak Pic - + Estimate Estimation - + Formula Formule - + + Measure + Mesure + + + + Performance + Performance + + + + Banister + + + + Chart %1 Graphique %1 @@ -18161,93 +19447,124 @@ Ajouter - + Group by Grouper par - + Days Jours - + Weeks Semaines - + Months Mois - + Years Années - + Time Of Day Heure de la journée - - + + All Tous - + Data Table Table de données - + Stacked Empilé - + Export Chart Data... Exporter les données du graphique... + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + jours + + + + Negative decay + + + Export Chart Configuration... Exporter la configuration des graphiques... - + grouped by groupé par - + day jour - + week semaine - + month mois - + year année - + time of day heure de la journée - - + + seconds secondes @@ -18256,105 +19573,105 @@ Pente - - + + Date Date - + Coggan Acute Training Load ATL Charge à court terme selon Coggan - + Coggan Chronic Training Load CTL Charge à long terme selon Coggan - + Coggan Training Stress Balance TSB Equilibre de charge selon Coggan - + hours heures - + Export Chart Config Exporter la configuration des graphiques - + Save Chart Data as CSV - Sauver les données du graphique en CSV + Enregistrer les données du graphique en CSV LTPage - - + + Update Mettre à jour - - + + + + - - + + - - - - + + Add Ajouter - - + + Delete Effacer - + Def Déf - - + + From Date Depuis une date - - + + Lactate Threshold Seuil lactique - + Maximum of 10 zones reached. 10 zones maximum. - - + + New Nouveau - - + + New (%1) Nouveau (%1) @@ -18363,41 +19680,41 @@ Seuil anaérobique - - + + Rest HR FC repos - - + + Max HR FC max - - - + + + MMM d, yyyy d MMM, yyyy - + Short Min - + Long Max - + From BPM Depuis - + Trimp k TRIMP k @@ -18458,160 +19775,164 @@ Leaf - + %1 is unknown %1 est inconnu - + Array subscript needs a symbol name. L'élément du tableau a besoin d'un nom de symbole. - + Index must be numeric. - L'index doit être numérique + L'index doit être numérique. - + invalid data series for best(): %1 série de données invalide pour best(): %1 - + invalid data series for tiz(): %1 série de données invalide pour tiz(): %1 - + invalid literal for daterange(): %1 littéral invalide pour 'daterange()': '%1' - + invalid literal for config(): %1 littéral invalide pour 'config()': '%1' - + invalid literal for const(): %1 littéral invalide pour 'const()': '%1' - + which function has at least 2 parameters. dont la fonction a au moins 2 paramètres. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA requiert 3 paramètres. - + XDATA expects a string for first two parameters YData requiert une chaîne de caractères pour les deux premiers paramètres - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA attend un symbole, l'un des suivants: fragmenté, répété, interpolé ou rééchantillonné pour le troisième paramètre. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA attend un troisième paramètre: fragmenté, répété, interpolé ou rééchantillonné pour le troisième paramètre. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS a besoin de 2 paramètres. - + XDATA_UNITS expects a string for first two parameters - + XDATA_UNITS attend une chaîne pour les deux premiers paramètres - + isset/set/unset function first parameter is field/metric to set. la fonction 'isset/set/unset' demande la donnée en premier paramètre. - + %1 is not supported in isset/set/unset operations '%1' n'est pas supporté par les opérations isset/set/unset - + isset has one parameter, a symbol to check. 'isset' demande un paramètre, le symbole à vérifier. - + set function needs 3 paramaters; symbol, value and expression. la fonction 'set' demande 3 paramètres: symbole, valeur et expression. - + unset function needs 2 paramaters; symbol and expression. la fonction 'unset' demande deux paramètres: symbole et expression. - + estimate function expects model name as first parameter. la fonction 'estimate' demande un nom de modèle en premier paramètre. - + estimate function expects model name as first parameter la fonction 'estimate' demande un nom de modèle en premier paramètre - + estimate function expects parameter or duration as second parameter la fonction 'estimate' demande un paramètre ou une durée en second paramètre - + function '%1' expects %2 parameter(s) not %3 la fonction '%1' demande %2 paramètres et non %3 - + unknown function %1 fonction inconnue %1 - + unary negation on a string! négation sur un texte! - - + + variables must be numeric. - + les variables doivent être numériques. - + assignment must be to a symbol. - + l'affectation doit être à un symbole. - + comparing strings with numbers Comparaison de textes avec nombres - + using a string operations with a number utilise une opération texte sur un nombre - internal parser error: parms - erreur de l'analyseur syntaxique interne: parms + erreur de l'analyseur syntaxique interne: parms @@ -18630,7 +19951,7 @@ Left/Right Balance shows the proportion of power coming from each pedal. - + Left/Right Balance - Balance gauche / droite montre la proportion de puissance provenant de chaque pédale. @@ -18666,8 +19987,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1 existe déjà dans la bibliothèque des entraînements: %2 + %1 existe déjà dans la bibliothèque des entraînements: %2 @@ -18755,7 +20080,7 @@ Save - Sauver + Enregistrer @@ -18772,7 +20097,7 @@ LocalFileStore - + You must define a network folder first Vous devez d'abord définir un dossier réseau @@ -18787,14 +20112,14 @@ Le dossier %1 n'existe pas - - + + Completed. Accompli. - - + + Write to folder %1 failed L'écriture dans le dossier %1 à échouée @@ -18803,14 +20128,14 @@ Stockage local - + Local Store - + Stockage local - + Sync with a local folder or thumbdrive. - + Synchronisez avec un dossier local ou une clé USB. @@ -19013,8 +20338,8 @@ &Nouveau... - - + + Ctrl+N Ctrl+N @@ -19047,7 +20372,7 @@ &Download from device... - &Télécharger depuis l'appareil... + &Télécharger depuis un périphérique... HR Zones File Error @@ -19074,7 +20399,7 @@ Home - + Diary Journal @@ -19083,12 +20408,12 @@ Analyse - + Train Entraînement - + Add Chart Ajouter un graphique @@ -19158,14 +20483,14 @@ &Batch export... - &Export par lot... + &Exporter par lot... Tweet activity Tweeter l'activité - + Export Metrics as CSV... Exporter les métriques en CSV... @@ -19192,7 +20517,7 @@ &Save activity - &Sauver l'activité + &Enregistrer l'activité @@ -19210,17 +20535,47 @@ Combiner les activités... - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + VDOT and T-Pace Calculator... - Calculateur VDOT and T-Pace... + Calculateur VDOT et T-Pace... - + Create a new workout... Créer un nouvel entraînement... - + Download workouts from ErgDB... Télécharger des entraînements depuis ErgDB... @@ -19233,7 +20588,7 @@ Parcourir le disque à la recherche de vidéos et d'entraînements... - + Chart Import Importer des graphiques @@ -19242,18 +20597,18 @@ %1 graphiques importés - - + + No activity selected Pas d'activité sélectionnée - + Current activity contains no data to split L'activité sélectionnée ne contient pas de donnée à couper - + Current activity contains no data to merge L'activité sélectionnée ne contient pas de donnée à combiner @@ -19262,7 +20617,7 @@ Calculateur de puissance critique... - + Air Density (Rho) Estimator... Estimateur de densité de l'air (Rho)... @@ -19299,107 +20654,106 @@ Actualiser le calendrier - + Import workouts, videos, videoSyncs... Importer des vidéos, VideoSyncs et des entraînements... - + Scan disk for workouts, videos, videoSyncs... - Parcourir le disque à la recherche de vidéos, videoSyncs... + Scanner le disque à la recherche de vidéos et d'entraînements ... Find intervals... - Rechercher les intervalles... + Rechercher des intervalles... Save all modified activities - + Enregistrer toutes les activités modifiées Add Cloud Account... - + Ajouter un service cloud ... Ctrl+A - + Ctrl+A - Get &Body Measures... - + Obtenir les &Mesures corporelles... - + Download workouts from Today's Plan... - + Téléchargez des entraînement depuis Today's Plan... - + Cloud Status... Status du Cloud... - + Cloud Contributions - + Contributions au Cloud - + Cloud Curator - + "Maintenance" Cloud - + Activities Activités - + Upload Chart... - Envoyer le graphique... + Téléverser un graphique... - + Download Chart... - Télécharger le graphique... + Télécharger un graphique... - - - + + + Activity Import Importer une activité - - - + + + Closing of athlete window not possible while background activity import is in progress... - Impossible de fermer l'athlète tant que l'importation est en progression... + Impossible de fermer l'athlète tant que l'importation est en cours... - + Select Activity Sélectionner l'activité - - + + No activity selected! Pas d'activité sélectionnée! - + Export Activity Exporter l'activité - + Export Failed L'export a échoué @@ -19507,12 +20861,12 @@ &Sauver une sortie - + &Tools &Outils - + &Options... &Options... @@ -19521,23 +20875,23 @@ Estimateur de puissance critique - + &View &Voir - - + + Toggle Full Screen Plein écran - + Show Left Sidebar Afficher la barre latérale gauche - + Show Toolbar Afficher la barre d'outil @@ -19566,7 +20920,7 @@ Open &Window - Nouvel &fenêtre + Nouvelle &fenêtre @@ -19576,7 +20930,7 @@ Backup Athlete Data - Sauvegarde des données de l'athlète + Sauvegarder les données de l'Athlète @@ -19591,7 +20945,7 @@ &Manual entry... - Entrée &manuelle... + Saisie &manuelle... @@ -19631,28 +20985,28 @@ Synchronise TrainingPeaks... - + CP and W' Solver... - + Solutionneur de CP et W'... - + Maintain charts - + Maintenir les graphiques - + Curate charts - + Réparer les graphiques - + Imported %1 metric charts - + Graphiques métrique %1 importés - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -19661,14 +21015,14 @@ Vérifiez vos options. - + CloudDB - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + L'athlète actuel n'est pas inscrit en tant que "réparateur" - veuillez contacter l'équipe de GoldenCheetah Tweet Ride @@ -19683,7 +21037,7 @@ Fusionner les sorties... - + CP and W' Estimator... Estimateur de CP et W'... @@ -19692,61 +21046,61 @@ Envoyer la sortie vers le calendrier - + Create Heat Map... - Génération de la carte d'activité... + Créer une carte d'activité (HeatMap) ... - + &Edit &Editer - + Show Compare Pane Montrer le volet de comparaison - + Show Athlete Tabs - Monter les onglets d'athlète + Afficher l'onglet des Athlètes Rides Sorties - + Trends Tendances - + Reset Layout Rétablir la disposition - + Tabbed not Tiled - + Vue par Onglets (à défaut : Vue Tuilles) - + &Help Overview Présentation de l'&aide - + &Discussion and Support Forum - Forum de discutions et d'assistance + &Discussion et forum de d'assistance - + You are about to reset all charts to the default setup Vous êtes sur ​​le point de revenir à la configuration par défaut pour l'ensemble des graphiques - + Do you want to continue? Voulez-vous continuer? @@ -19771,37 +21125,37 @@ La sortie courante ne contient pas de donnée à fusionner - - + + &New Athlete... &Nouvel Athlète... - + Refresh in Progress - Actualisation en cours... + Actualisation en cours &Window &Window - + &Help &Aide - + &User Guide &Guide utilisateur - + &Log a bug or feature request &Reporter un bug ou une demande de fonctionnalité - + &About GoldenCheetah A &Propos de GoldenCheetah @@ -19814,25 +21168,25 @@ Revenir à la version sauvée - + Delete Activity Effacer l'activité - + Failed to export activity, please check permissions Echec de l'export de l'activité, veuillez vérifier les permissions d'écriture - + There is no currently selected activity to save. - Il n'y a pas d'activité sélectionnée à sauver. + Il n'y a pas d'activité sélectionnée à enregistrer. - - + - + + Split Activity Diviser l'activité @@ -19889,38 +21243,38 @@ Impossible de modifier le fichier %1 - - + + Import from File Importer un fichier - + No Activity To Save - Pas d'activité à sauver + Pas d'activité à enregistrer There is no currently selected ride to save. Il n'y a pas de sortie sélectionnée. - + Are you sure you want to delete the activity: Etes-vous certain de vouloir supprimer cette activité: - + Export Metrics Exporter les métriques - + Comma Separated Variables (*.csv) Comma Separated Variables (*.csv) - - + + Workout Directory Invalid Le dossier pour les séances d'entraînements est invalide @@ -20012,14 +21366,14 @@ Etes-vous certain de vouloir supprimer la sortie: - + Delete Supprimer - + Changes on - Changement le + Changement le @@ -20189,7 +21543,7 @@ There is already an activity with the same start time or you do not have permissions to save a file. - Il y a déjà une activité avec la même heure de départ ou bien vous ne pouvez pas sauvegarder des fichier dans la bibliothèque. + Il y a déjà une activité avec la même heure de départ ou bien vous ne pouvez pas enregistrer des fichier dans la bibliothèque. @@ -20237,7 +21591,7 @@ BikeStress: - BikeStress: + BikeStress: @@ -20333,10 +21687,14 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 - Sélection #%1 + Sélection #%1 @@ -20355,18 +21713,18 @@ MaxCT - + Max Core Temperature Température centrale max - - + + C °C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Température centrale max. La température centrale est estimée en fonction de données de fréquence cardiaque @@ -20374,18 +21732,18 @@ MaxCadence - + Max Cadence Cadence moyenne - - + + rpm - t/min + rpm - + Maximum Cadence Cadence maximale @@ -20393,18 +21751,18 @@ MaxHr - + Max Heartrate Fréq cardiaque max - - + + bpm - pouls + bpm - + Maximum Heart Rate. Fréquence cardiaque maximale. @@ -20431,33 +21789,33 @@ MaxPower - + Max Power Puissance max - - + + watts watts - + Maximum Power - + Puissance maximum MaxPowerVariance - + Max Power Variance Ecart type de la puissance max - + Maximum Power Deviation with respect to 30sec Moving Average - + Écart de puissance maximal par rapport à la moyenne mobile de 30 secondes @@ -20465,83 +21823,83 @@ Max Running Cadence - + Cadence de course max spm - spm + spm Maximum Running Cadence - + Cadence de course maximale MaxSmO2 - + Max SmO2 Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. - + Saturation maximale en oxygène musculaire, le pourcentage d'hémoglobine qui transporte l'oxygène. MaxSpeed - + Max Speed Vitesse max - + kph km/h - + mph mph - + Maximum Speed - + Vitesse maximum MaxTemp - + Max Temp Température max - + C °C - + F °F - + Maximum Temperature - + Température maximale @@ -20566,33 +21924,61 @@ MaxtHb - + Max tHb Max tHb - - + + g/dL g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. - + Concentration maximale en hémoglobine totale. Le nombre total de grammes d'hémoglobine par décilitre. MeanPowerVariance - + Average Power Variance Moyenne de l'écart type de la puisance - + Mean Power Deviation with respect to 30sec Moving Average - + Déviation de puissance moyenne par rapport à la moyenne mobile de 30 secondes + + + + Measure + + + Manual entry + Saisie manuelle + + + + Withings + Withings + + + + Today's Plan + Today's Plan + + + + CSV Upload + Téléchargement CSV + + + + Unknown + Inconnu @@ -20669,22 +22055,26 @@ MergeAdjust - + Adjust Alignment Ajuster l'alignement - Adjust merge alignment in time - Ajuster l'alignement pour la fusion + Ajuster l'alignement pour la fusion + + + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + - + Adjust: Ajuster: - + Reset Remise à zéro @@ -20692,32 +22082,32 @@ MergeChoose - + Choose an Activity Choisir une activité - + Choose an Existing activity to Combine Choisir une activité existante à combiner - + Filename Nom du fichier - + Date Date - + Time Heure - + dd MMM yyyy dd MMM yyyy @@ -20725,17 +22115,17 @@ MergeConfirm - + Confirm Confirmer - + Complete and Save Terminer et sauver - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -20755,17 +22145,17 @@ MergeDownload - + Download Activity Télécharger des activités - + Download Activity to Combine Télécharger une activité à combiner - + Error - Unknown file type Erreur - type de fichier inconnu @@ -20773,32 +22163,32 @@ MergeMode - + Select Mode Mode de sélection - + How would you like to combine the data ? Comment voulez-vous combiner les données ? - + Merge Data to add another data series Fusionner données pour ajouter une autre série de données - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Fusionner les série de données d'un enregistrement avec l'activité actuelle, où différents types de données (par exemple des données O2 provenant d'une Moxy) ont été enregistrées par différents dispositifs. En prenant soin d'aligner les données dans le temps. - + Join Data to form a longer activity Joindre les données pour former une seule activité plus longue - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Ajouter les données à la fin de l'activité courante pour créer une activité plus longue qui a été enregistrée en plusieurs parties. @@ -20887,75 +22277,91 @@ Pas de GPS - + Merge Data Series Fusionner les séries de données - + Select the series to merge together Sélectionnez les séries à fusionner + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Séectionner la source - + Where is the data you want to combine ? Où sont les données que vous souhaitez combiner? - + Import from a File Importer depuis un fichier - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Importation d'un fichier depuis votre disque dur ou dispositif monté comme un disque USB à combiner avec l'activité actuelle. - + Download from Device Télécharger depuis un périphérique - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Téléchargement de données à partir d'un dispositif comme un moniteur Moxy ou un compteur de vélo à combiner avec l'activité actuelle. - + Existing Activity Activité existante - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - Combiner des données provenant d'une activité qui a déjà été importé ou téléchargé dans GoldenCheetah. Sélection à partir d'une liste de toutes les activités disponibles. + Combiner des données provenant d'une activité qui a déjà été importée ou téléchargée dans GoldenCheetah. Sélection à partir d'une liste de toutes les activités disponibles. - + All Supported Formats (%1) Tous les formats supportés (%1) - + All files (*.*) Tous les fichier (*.*) - + Import from File Importer depuis un fichier - + Error - Unknown file type Erreur - type de fichier inconnu @@ -20963,52 +22369,52 @@ MergeStrategy - + Select Strategy Sélectionner la stratégie - + How should we align the data ? Comment doivent être alignées les données ? - + Align using start time Aligner en utlisant l'heure de départ - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. Aligner les données des deux activités sur la base de l'heure de début pour les activités. Cela fonctionne bien si les dispositifs utilisés pour enregistrer les données ont leurs horloges synchronisées ou proche l'une de l'autre. - + Align using shared data series Alignez utilisant des séries de données partagées - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Si les deux activités contiennent la même série de données, par exemple lorsque les deux appareils ont enregistré la cadence ou la fréquence cardiaque par exemple, alors nous pouvons aligner l'autre série de données dans le temps en faisant correspondre les pics et les creux dans les données partagées. - + Align starting together Alignez le départ - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Indépendamment de l'heure de départ de l'activité, aligner les deux activités comme débutant en même temps. - + Align ending together Aligner l'arrivée - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Indépendamment de l'heure d'arrivée de l'activité, aligner les deux activités comme terminant en même temps. @@ -21120,17 +22526,17 @@ Fusionner les sorties - + Combine Activities Combiner les activités - + Lets get started Commençons - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -21148,22 +22554,22 @@ MetadataPage - + Fields Champs - + Notes Keywords Mots clés pour les notes - + Defaults Défaut - + Processing Traitement @@ -21206,22 +22612,22 @@ MetricConfig - + Custom - Personnalisé + Personnalisé - + Bests Meilleurs - + Summary Résumé - + Intervals Intervalles @@ -21229,62 +22635,62 @@ MinHr - + Min Heartrate Pulsations min - - + + bpm - pouls + bpm - + Minimum Heart Rate. - + Fréquence cardiaque minimale. MinSmO2 - + Min SmO2 Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. - + Saturation minimale en oxygène du muscle, pourcentage d'hémoglobine qui transporte de l'oxygène. MinTemp - + Min Temp - + Température min - + C - °C + °C - + F - °F + °F - + Minimum Temperature - + Température minimale @@ -21303,502 +22709,408 @@ Minimum W' bal, W' bal tracks the level of W' according to CP model during intermitent exercise. - + W' bal minimum, W' bal suit le niveau de W 'selon le modèle de CP pendant un exercice intermittent. MintHb - + Min tHb Min tHb - - + + g/dL g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. - + Concentration minimale en hémoglobine totale. Le nombre total de grammes d'hémoglobine par décilitre. ModelDataProvider - Power (watts) - Puissance (watts) + Puissance (watts) - Cadence (rpm) - Cadence (t/min) + Cadence (t/min) - Heartrate (bpm) - Fréquence cardiaque (pouls) + Fréquence cardiaque (pouls) - Speed (kph) - Vitesse (km/h) + Vitesse (km/h) - Speed (mph) - Vitesse (mph) + Vitesse (mph) - Altitude (meters) - Altitude (mètres) + Altitude (mètres) - Altitude (feet) - Altitude (pied) + Altitude (pied) - Torque (N) - Couple (N) + Couple (N) - Elapsed Time (secs) - Temps écoulé (secs) + Temps écoulé (secs) - Elapsed Distance (km) - Distance parcourue (km) + Distance parcourue (km) - Elapsed Distance (mi) - Distance parcourue (mi) + Distance parcourue (mi) - Interval Number - Numéro de l'intervalle + Numéro de l'intervalle - Latitude (degree x 1000) - Latitude (° x 1000) + Latitude (° x 1000) - Longitude (degree x 1000) - Longitude (° x 1000) + Longitude (° x 1000) - Circumferential Pedal Velocity (cm/s) - Vitesse circonférentielle de la pédale (cm/s) + Vitesse circonférentielle de la pédale (cm/s) - Average Effective Pedal Force (N) - Force effective moyenne à la pédale (N) + Force effective moyenne à la pédale (N) - Time at X/Y (%) - Temps à X/Y (%) + Temps à X/Y (%) - Power Zone - Zone de puissance + Zone de puissance - L/R Balance - Equilibre gauche droite + Equilibre gauche droite - Running Vertical Oscillation - Oscillation verticale de course + Oscillation verticale de course - Running Ground Contact Time - Temps de contact au sol + Temps de contact au sol - Running Cadence - Cadence de course + Cadence de course - Gear Ratio - Braquet + Braquet - Muscle Oxygen - Oxygénation + Oxygénation - Haemoglobin Mass - Masse d'hémoglobine + Masse d'hémoglobine - Slope (gradient) - Pente (%) + Pente (%) - Unknown - Inconnu + Inconnu - Power - Puissance + Puissance - Cadence - Cadence + Cadence - Heartrate - Fréquence cardiaque + Fréquence cardiaque - Speed - Vitesse + Vitesse - Altitude - Altitude + Altitude - Pedal Force - Force sur la pédale + Force sur la pédale - Time - Temps + Temps - Distance - Distance + Distance - Interval - Intervalle + Intervalle - Latitude - Latitude + Latitude - Longitude - Longitude + Longitude - Time at X/Y - Temps à X/Y + Temps à X/Y - Zone - Zone + Zone - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - Equilibre + Equilibre - RV - RV + RV - GCT - GCT + GCT - Run Cad - Cadence de course + Cadence de course - Gear - Braquet + Braquet - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - Pente + Pente - None - -- + -- - No data or bin size too large - Pas de donnée ou taille des barres trop large + Pas de donnée ou taille des barres trop large ModelWindow - Power - Puissance + Puissance - Cadence - Cadence + Cadence - Heartrate - Fréquence cardiaque + Fréquence cardiaque - Speed - Vitesse + Vitesse - Altitude - Altitude + Altitude - Torque - Couple + Couple - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Temps + Temps - Distance - Distance + Distance - Slope - Pente + Pente - Latitude - Latitude + Latitude - Longitude - Longitude + Longitude No data or bin size too large. Pas de donnée ou taille des barres trop large. - Analyse - Analyse + Analyse - X-Axis: - Axe X: + Axe X: - Y-Axis: - Axe Y: + Axe Y: - Z-Axis: - Axe Z: + Axe Z: - Color: - Couleur: + Couleur: - Bin Width: - Largeur de barre: + Largeur de barre: - User Defined - Défini par l'utilisateur + Défini par l'utilisateur - Natural Cadence Selection - Cadence naturelle + Cadence naturelle - Route Visualisation - Visualisation d'une route + Visualisation d'une route - Power Fatigue - Puissance et fatigue + Puissance et fatigue - Impact of Altitude - Impact de l'altitude + Impact de l'altitude - - Time at X&Y - Temps à X&Y + Temps à X&Y - L/R Balance - Equilibre gauche droite + Equilibre gauche droite - Running Vertical Oscillation - Oscillation verticale de course + Oscillation verticale de course - Running Cadence - Cadence de course + Cadence de course - Running GCT - GCT de course + GCT de course - Gear Ratio - Braquet + Braquet - Muscle Oxygen - Oxygénation + Oxygénation - Haemoglobin Mass - Masse d'hémoglobine + Masse d'hémoglobine - Power Zone - Zone de puissance + Zone de puissance - Bar - Barre + Barre - Grid - Grille + Grille - Surface - Surface + Surface - Dots - Points + Points - Ignore Zero - Ignore les zéros + Ignore les zéros - Show Grid - Montrer la grille + Montrer la grille - Frame Intervals - Cadre + Cadre - Legend - Légende + Légende Reset View @@ -21849,7 +23161,8 @@ Write error: %1 - Erreur d'écriture: %1 + Erreur d'écriture: %1 + @@ -21900,7 +23213,8 @@ No rides found to import. - Pas d'activité trouvée à importer. + +Pas d'activité trouvée à importer. @@ -21951,20 +23265,12 @@ MultiDeviceDialog - + Multiple Device Configuration Configuration de plusieurs périphériques - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - Le puissance normalisée peut être une estimation de la puissance qui pourrait être maintenue avec le même 'coût' physiologique avec une puissance parfaitement constante. - - - NamedSearches @@ -21989,27 +23295,27 @@ secondes - + Date Date - + MMM d, yyyy d MMM, yyyy - + Time Temps - + Last updated Derniers changements - + ddd MMM d, yyyy hh:mm ddd d MMM, yyyy hh:mm @@ -22068,24 +23374,24 @@ Resting Heartrate - FC au repos + Fréquence cardiaque au repos Lactate Heartrate - Seuil lactique + Fréquence cardiaque au seuil (LTHR) Maximum Heartrate - FC max + Fréquence cardiaque maximale CV Run (%1) - CV Run (%1) + CV Course à pied (%1) @@ -22104,7 +23410,7 @@ CV Swim (%1) - CV Swim (%1) + CV Natation (%1) @@ -22179,7 +23485,7 @@ Save - Sauver + Sauvegarder @@ -22210,7 +23516,7 @@ Can't create new directory - Impossible de créer le nouveau répertoire + Impossible de créer le nouveau répertoire @@ -22226,18 +23532,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% de la FC - - + + bpm - pouls + bpm - + Heart Rate for which 95% of activity samples has lower HR values Fréquence cardiaque pour laquelle 95% des échantillons ont des valeurs de FC inférieures @@ -22245,251 +23551,383 @@ NonZeroPower - + Nonzero Average Power Moyenne sans les zéros - - + + watts watts - + Average Power without zero values, it gives inflated values when frecuent coasting is present - + Puissance moyenne sans valeur zéro, cela donne des valeurs gonflées en cas de frequentes "roue libre" OAuthDialog - + OAuth OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. Les bibliothèques de sécurité SSL requises pour «Autoriser» sont absents dans cette installation. - - - + + Authorization Error Erreur d'autorisation - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Erreur de récupération des informations d'identification OAuth - Endpoint: /oauth/access_token + Erreur de récupération des informations d'identification OAuth - Endpoint: /oauth/access_token - Twitter authorization was successful. - L'autorisation pour Twitter a été un succès. + L'autorisation pour Twitter a été un succès. + + + + Withings authorization was successful. + L'autorisation pour Withings a réussie. + + + + + + + + + + + + + Information + Information + + + Error in authorization + Erreur d'autorisation + + + There was an error during authorization. Please check the error description. + Il y avait une erreur lors de l'autorisation. S'il vous plaît vérifier la description d'erreur. + + + + Dropbox authorization was successful. + L'autorisation pour Dropbox a été un réussi. + + + + SportTracks authorization was successful. + L'autorisation pour SportTracks a réussie. + + + + PolarFlow authorization was successful. + L'autorisation pour PolarFlow a réussie. + + + + Strava authorization was successful. + L'autorisation pour Strava a été un succès. + + + + Cycling Analytics authorization was successful. + L'autorisation pour Cycling Analytics a été un succès. + + + + Google Calendar authorization was successful. + L'autorisation pour Google Calendar a été un succès. + + + + Kent University Google Drive authorization was successful. + + + + + Google Drive authorization was successful. + L'autorisation pour Google Drive a réussie. + + + + Today's Plan authorization was successful. + L'autorisation pour Today's Plan a réussie. + + + + Error retrieving access token, %1 (%2) + Erreur lors de la récupération du token, %1 (%2) + + + + SSL Token Refresh Error + Erreur d'actualisation de Token SSL + + + + Error retrieving authoriation credentials + Erreur de récupération des informations d'identification + + + OpenData - - Withings authorization was successful. + + Fetching server list. - - - - - - - - - - Information - Information + + Network Problem reading server list + - - Error in authorization - Erreur d'autorisation + + Invalid server list, please try again later + - - There was an error during authorization. Please check the error description. - Il y avait une erreur lors de l'autorisation. S'il vous plaît vérifier la description d'erreur. + + Finding an available server. + - - Dropbox authorization was successful. - L'autorisation pour Dropbox a été un réussi. + + No servers available, please try later. + - - SportTracks authorization was successful. + + Preparing data to send. - - PolarFlow authorization was successful. + + Sending data to server. - - Strava authorization was successful. - L'autorisation pour Strava a été un succès. + + Server replied: + - - Cycling Analytics authorization was successful. - L'autorisation pour Cycling Analytics a été un succès. + + Finishing. + - - Google Calendar authorization was successful. - L'autorisation pour Google Calendar a été un succès. + + Done + OK + + + OpenDataDialog - - Google Drive authorization was successful. + + OpenData - - Today's Plan authorization was successful. + + <b><big>OpenData Project</big></b> - - Error retrieving access token, %1 (%2) + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> - - SSL Token Refresh Error + + Yes, I want to share - - Error retrieving authoriation credentials - Erreur de récupération des informations d'identification + + No thanks + OverviewWindow - + PMC - PMC + PMC, Tableau de gestion de la performance ((Performance management chart) - + Sport - Sport + Sport - + Workout Code - Code de l'exercice + Code de l'exercice - + Duration - Durée + Durée - + Notes - Notes + Notes - HRV + HRV, variabilité du rythme cardiaque + + + + HRV rMSSD - + Heartrate - + Fréquence cardiaque - + Heartrate Zones - Zones FC + Zones de Fréquence cardiaque - + Climbing - + Dénivelé - + Cadence - Cadence + Cadence - + Equivalent Power - + Puissance équivalente - + RPE - RPE + RPE, Taux d'effort perçu (rate of perceived exertion) - + Stress - Charge + Charge - + Fatigue Zones - + Zones de fatigue - + Intervals - + Intervalles - + Intensity - + Intensité - + Power - Puissance + Puissance - + Power Zones - Zones de puissance + Zones de Puissance - + Power Model - + Modèle de puissance - + Distance - Distance + Distance - + Speed - + Vitesse - + Pace Zones - Zones d'allure de course + Zones d'Allure de course - + Route - Route + Itinéraire + + + + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + @@ -22512,60 +23950,60 @@ Average Speed expressed in pace units: min/km or min/mile - + Vitesse moyenne exprimée en unités de vitesse: min/ km ou min/ mile PaceSchemePage - + + + - + - - - + Add Ajouter - + Delete Effacer - + Short De - + Long Jusqu'à - + Percent of CV Pourcentage de la CV - + Maximum of 10 zones reached. 10 zones maximum. - - + + New Nouveau - - + + New (%1) Nouveau (%1) @@ -22590,7 +24028,7 @@ Average Speed expressed in swim pace units: min/100m or min/100yd - + Vitesse moyenne exprimée en unités de vitesse de nage: min/100m ou min/100yd @@ -22603,7 +24041,7 @@ Percent of Time in Pace Zone 1. - + Pourcentage de temps dans la zone d'allure 1. @@ -22616,7 +24054,7 @@ Percent of Time in Pace Zone 10. - + Pourcentage de temps dans la zone d'allure 10. @@ -22629,7 +24067,7 @@ Percent of Time in Pace Zone 2. - + Pourcentage de temps dans la zone d'allure 2. @@ -22642,7 +24080,7 @@ Percent of Time in Pace Zone 3. - + Pourcentage de temps dans la zone d'allure 3. @@ -22655,7 +24093,7 @@ Percent of Time in Pace Zone 4. - + Pourcentage de temps dans la zone d'allure 4. @@ -22668,7 +24106,7 @@ Percent of Time in Pace Zone 5. - + Pourcentage de temps dans la zone d'allure 5. @@ -22681,7 +24119,7 @@ Percent of Time in Pace Zone 6. - + Pourcentage de temps dans la zone d'allure 6. @@ -22694,7 +24132,7 @@ Percent of Time in Pace Zone 7. - + Pourcentage de temps dans la zone d'allure 7. @@ -22707,7 +24145,7 @@ Percent of Time in Pace Zone 8. - + Pourcentage de temps dans la zone d'allure 8. @@ -22720,33 +24158,33 @@ Percent of Time in Pace Zone 9. - + Pourcentage de temps dans la zone d'allure 9. PaceZonePage - + Sport Sport - + Run Course - + Swim Natation - + Critical Velocity Vitesse Critique - + Default Défaut @@ -22776,7 +24214,7 @@ Time in Pace Zone 1. - + Temps dans la zone d'allure 1. @@ -22795,7 +24233,7 @@ Time in Pace Zone 10. - + Temps dans la zone d'allure 10. @@ -22814,7 +24252,7 @@ Time in Pace Zone 2. - + Temps dans la zone d'allure 2. @@ -22833,7 +24271,7 @@ Time in Pace Zone 3. - + Temps dans la zone d'allure 3. @@ -22854,7 +24292,7 @@ Time in Pace Zone 4. - + Temps dans la zone d'allure 4. @@ -22873,7 +24311,7 @@ Time in Pace Zone 5. - + Temps dans la zone d'allure 5. @@ -22892,7 +24330,7 @@ Time in Pace Zone 6. - + Temps dans la zone d'allure 6. @@ -22911,7 +24349,7 @@ Time in Pace Zone 7. - + Temps dans la zone d'allure 7. @@ -22930,7 +24368,7 @@ Time in Pace Zone 8. - + Temps dans la zone d'allure 8. @@ -22949,7 +24387,7 @@ Time in Pace Zone 9. - + Temps dans la zone d'allure 9. @@ -22990,137 +24428,137 @@ Impossible d'ouvrir le fichier - + Zone defaults must be specified at head of %1 file Les zones par défaut doivent être spécifiées au début du fichier %1 - + Only one set of zone defaults may be specified in %1 file Un seul set de zones par défaut doit être spécifiés au début du fichier %1 - + line %1: read new range without reading any zones for previous one ligne %1: lecture d'une nouvelle période sans avoir lu aucune période précédente - + line %1: read zone without preceding date range ligne %1: lecture de zone sans période de date précédente - - + + attempt to set zone based on % of CV without setting CV in line number %1. tentative de définir une zone en fonction du % de CV sans valeur définie pour CV à la ligne %1. - + file ended without reading any zones for last range Le fichier se termine sans zone pour la dernière période - + Setting end date of range %1 to start date of range %2. Utilise la fin de la période %1 comme début pour la période %2. - + Extending final range %1 to infinite to include present date. Etend la dernière période %1 pour inclure la date actuelle. - + CV must be greater than zero in zone range %1 of %2 CV doit être plus grande que zéro dans zone %1 de %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Période %1: corrige le haut de la zone %2 (%3) avec le bas de la zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Période %1: corrige le haut de la zone %2 de %3 au max. - + Critical Velocity: %3%4 (%2%1) Vitesse Critique: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Description</td> - + <td align="center">Low (%1)</td> <td align="center">Min (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Max (%1)</td> - + <td align="center">Time</td> <td align="center">Temps</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones Problème lors de la sauvegarde des zones d'allure - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. - - + + min/100m min/100m - - + + min/100yd min/100yd - - + + min/km min/km - - + + min/mile min/mile @@ -23141,7 +24579,7 @@ Pacing Index is Average Power as a percent of Maximal Power - + L'index de régularité d'allure correspond à la puissance moyenne exprimée en pourcentage de la puissance maximale @@ -23226,7 +24664,7 @@ Paste Special - + Collage spécial @@ -23311,28 +24749,168 @@ Intervalle - - Paste error - Erreur à la copie + + Paste error + Erreur à la copie + + + + Please select target cell or cells to paste values into. + Veuillez sélectionner la ou les cellules cibles dans lesquels copier. + + + + Copy/Paste Mismatch + Erreur de Copier/Coller + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + La zone sélectionnée et les données disponibles ont des tailles différentes, des données peuvent donc être perdues. + +Voulez-vous continuer? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + + + + + PeakHr8m + + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - Veuillez sélectionner la ou les cellules cibles dans lesquels copier. + + + bpm + + + + PeakHr90m - - Copy/Paste Mismatch - Erreur de Copier/Coller + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - La zone sélectionnée et les données disponibles ont des tailles différentes, des données peuvent donc être perdues. - -Voulez-vous continuer? + + + bpm + @@ -23592,18 +25170,18 @@ 10 min Peak Pace HR - + FC du pic d'allure sur 10 min bpm - pouls + bpm Average Heart Rate for 10 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 10 min @@ -23611,18 +25189,18 @@ 1 min Peak Pace HR - + FC du pic d'allure sur 1 min bpm - pouls + bpm Average Heart Rate for 1 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 1 min @@ -23630,18 +25208,18 @@ 20 min Peak Pace HR - + FC du pic d'allure sur 20 min bpm - pouls + bpm Average Heart Rate for 20 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 20 min @@ -23649,7 +25227,7 @@ 30 min Peak Pace HR - + FC du pic d'allure sur 30 min @@ -23657,22 +25235,22 @@ bpm - pouls + bpm Average Heart Rate for 30 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 30 min 60 min Peak Pace HR - + FC du pic d'allure sur 60 min Average Heart Rate for 60 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 60 min @@ -23680,18 +25258,18 @@ 5 min Peak Pace HR - + FC du pic d'allure sur 5 min bpm - pouls + bpm Average Heart Rate for 5 min Peak Pace interval - + Fréquence cardiaque moyenne du pic d'allure sur 5 min @@ -23962,7 +25540,7 @@ Average Power as Percent of Mean Maximal Power for Duration. - + Puissance moyenne exprimée en pourcentage de la puissance maximale moyenne pour la durée. @@ -24621,45 +26199,45 @@ Network Problem reading PolarFlow data - + Problème de réseau lors de la lecture des données PolarFlow problem parsing PolarFlow data - + Problème d'analyse des données PolarFlow You must authorise with Today's Plan first - + Vous devez d'abord autoriser avec Today's Plan Completed. - Accompli. + Terminé. - + PolarFlow - + PolarFlow - + Download from the popular Polar website. - + Téléchargez depuis le site Web Polar. PowerHist - + Time (minutes) Temps (minutes) - + Time (percent) Temps (%) @@ -24672,174 +26250,189 @@ %1 de la sortie - + Power (watts) Puissance (watts) - - + + Power zone Zone de puissance - + Heartrate (bpm) Fréquence cardiaque (puls) - + Heartrate zone Zone FC - - - - - + + + + + seconds secondes - + Total %1 (%2) Total %1 (%2) - + Total %1 Total %1 - + %1 of Activity (%2) %1 activités (%2) - + %1 of Activity %1 activités - + W'bal zone Zone W'bal - + W'Bal Consumed (%) W'Bal Consommé(%) - + Power (watts/kg) Puissance (watts/kg) - + aPower (watts) aPower (watts) - + Cadence (rpm) Cadence (t/min) - + Pace zone Zone d'allure - + Speed (%1) Vitesse (%1) - + kph km/h - + mph mph - + Torque (%1) Couple (%1) - + N-m Nm - + ft-lbf ft-lbf - + Gear Ratio Braquet - + SmO2 SmO2 - + Unknown data series Série de données inconnue - + min/km min/km - + min/mile min/mile - - + + %1 Pace (%2) %1 allure (%2) - + min/100m min/100m - + min/100yd min/100yd - - - - + + + + minutes minutes - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -24989,40 +26582,40 @@ Power Zone fractional number determined from Average Power. - + Nombre fractionnaire de la Zone de puissance déterminée à partir de la puissance moyenne. ProcessorPage - + Processor Traitement - + Apply Appliquer - + Settings Préférences - + Manual Manuel - + Import Importer - + Save - Sauver + Sauvegarder Auto @@ -25065,6 +26658,22 @@ + PythonChart + + + Show Console + Afficher la console + + + + PythonConsole + + + Python Console (%1) + + + + QObject Unknown ride metric "%1". @@ -25112,8 +26721,9 @@ utilise une opération texte sur un nombre - - + + + Lap %1 Tour %1 @@ -25123,15 +26733,15 @@ dd MMM, yyyy - - + + MMM dd yyyy MMM dd yyyy - + All Tous @@ -25191,268 +26801,471 @@ vent de face - - Activities - Activités + + Activities + Activités + + + + Entire Activity + Activité entière + + + + Run %1 + Course %1 + + + + Bike %1 + Vélo %1 + + + Problem Saving Charts Configuration + Problème lors de la sauvegarde de la configuration des graphiques + + + Manual entry + Saisie manuelle + + + Withings + Withings + + + Today's Plan + Today's Plan + + + CSV Upload + Téléchargement CSV + + + Unknown + Inconnu + + + Problem Saving Body Measures + Probleme pour sauvegarder les données corporelles + + + + Problem Saving Body Measurements + + + + + + + + + + + File: %1 cannot be opened for 'Writing'. Please check file properties. + Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. + + + + Problem Reading Body Measurements + + + + + Problem Parsing Body Measurements + + + + Problem Reading Body Measures + Probleme pour lire les données corporelles + + + + + File: %1 cannot be opened for 'Reading'. Please check file properties. + Fichier:%1 ne peut pas être ouvert pour 'Lecture'. Veuillez vérifier les propriétés du fichier. + + + Problem Parsing Body Measures + Probleme pour analyser les données corporelles + + + + + File: %1 is not a proper JSON file. Parsing error: %2 + Fichier:%1 n'est pas un fichier JSON approprié. Erreur d'analyse:%2 + + + + Problem Saving Workout Library + Problème lors de la sauvegarde de la bibliothèque d'exercices + + + + Problem Saving Named Search Configuration + Problème lors de la sauvegarde de la configuration des recherches + + + + Problem Saving Autoimport Configuration + Problème lors de la sauvegarde de la configuration des importations automatiques + + + + Problem Saving Route Data + Problème lors de la sauvegarde des données de routes + + + + Problem Saving Seasons + Problème lors de la sauvegarde des saisons + + + + Error creating meter + Erreur de création de la mesure + + + + English + Anglais + + + + French + Français + + + + Japanese + Japonais + + + + Portugese (Brazil) + Portugais (Brésil) + + + + Italian + Italien + + + + German + Allemand + + + + Russian + Russe + + + + Czech + Tchèque + + + + Spanish + Espagnol + + + + Portugese + Portugais + + + + Chinese (Traditional) + Chinois (traditionnel) + + + + + Other + Autre + + + + Chinese (Simplified) + Chinois (simplifié) + + + + Dutch + Néerlandais + + + + Swedish + Suédois + + + + Run + Course + + + + Swim + Natation + + + + Unsupported file format + Format de fichier non pris en charge - - Entire Activity - Activité entière + + Rest + Repos - - Run %1 - Course %1 + + Very, very easy + Très, très facile - - Bike %1 - Vélo %1 + + Easy + Facile - Problem Saving Charts Configuration - Problème lors de la sauvegarde de la configuration des graphiques + + Moderate + Modéré - - Manual entry - + + Somewhat hard + Un peu dur - - Withings - + + Hard + Dur - - Today's Plan - + + Hard+ + Dur+ - - CSV Upload - + + Very hard + Très dur - - Unknown - Inconnu + + Very hard+ + Très dur+ - - Problem Saving Body Measures - + + Very hard++ + Très dur ++ - - - - - - - File: %1 cannot be opened for 'Writing'. Please check file properties. - Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. + + Maximum + Maximum - - Problem Reading Body Measures - + + Invalid + Non valide - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + 0 Rest - - Problem Parsing Body Measures + + 1 Very, very easy - - File: %1 is not a proper JSON file. Parsing error: %2 + + 2 Easy - - Problem Saving Workout Library - Problème lors de la sauvegarde de la bibliothèque d'exercices - - - - Problem Saving Named Search Configuration - Problème lors de la sauvegarde de la configuration des recherches + + 3 Moderate + - - Problem Saving Autoimport Configuration - Problème lors de la sauvegarde de la configuration des importations automatiques + + 4 Somewhat hard + - - Problem Saving Route Data - Problème lors de la sauvegarde des données de routes + + 5 Hard + - - Problem Saving Seasons - Problème lors de la sauvegarde des saisons + + 6 Hard+ + - - Error creating meter - Erreur de création de la mesure + + 7 Very hard + - - English + + 8 Very hard+ - - French - Français + + 9 Very hard++ + - - Japanese - Japonais + + 10 Maximum + - - Portugese (Brazil) - Portugais (Brésil) + + 0 Not Fatigued At All + - - Italian - Italien + + 1 + 1 - - German - Allemand + + 2 A Little Fatigued + - - Russian - Russe + + 3 + 3 - - Czech - Tchèque + + 4 + 4 - - Spanish - Espagnol + + 5 Moderately Fatigued + - - Portugese - Portugais + + 6 + 6 - - Chinese (Traditional) - Chinois (traditionnel) + + 7 Very fatigued+ + - - - Other - Autre + + 8 + 8 - - Chinese (Simplified) - Chinois (simplifié) + + 9 + 9 - - Dutch - Néerlandais + + 10 Total Fatigue, Nothing Left + - - Swedish - Suédois + + Problem Saving HRV Measurements + - - Run - Course + + Problem Reading HRV Measurements + - - Swim - Natation + + Problem Parsing HRV Measurements + - - Unsupported file format + + Developer limit exceeded - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -25496,7 +27309,7 @@ Fraction of normal RR intervals - + Fraction des intervalles RR normaux @@ -25507,7 +27320,7 @@ Measure of RR readability - + Mesure de lisibilité RR @@ -25532,32 +27345,37 @@ RealtimeData - + None -- - + Time Temps - + Lap Intervalle - + Lap Time Temps sur l'intervalle - + Lap Time Remaining Temps restant pour l'intervalle - + + Section Time Remaining + + + + BikeStress BikeStress @@ -25566,174 +27384,184 @@ BikeScore - + kJoules kJoules - + W' bal - + XPower xPower - + Iso Power Puissance normalisée - + Intensity Factor Facteur d'intensité - + Relative Intensity Intensité relative - + Skiba Variability Index Index Skiba de variabilité - + Variability Index Index de variabilité - + Distance Distance - + Alternate Power Puissance (alternative) - + Power Puissance - + Speed Vitesse - + Virtual Speed Vitesse Virtuelle - + Cadence Cadence - + Heart Rate Fréquence cardiaque - + Target Power Puissance cible - + Average Power Puissance moyenne - + Average Speed Vitesse Moyenne - + Average Heartrate FC moyenne - + Average Cadence Cadence moyenne - + Lap Power Puissance sur l'intervalle - + Lap Speed Vitesse sur l'intervalle - + Lap Heartrate FC sur l'intervalle - + Lap Cadence Cadence sur l'intervalle - + Left/Right Balance Equilibre gauche/droit - + Total Hb Mass Masse totale Hb - + Hb O2 Saturation Saturation O2 d'Hb - + Deoxy Hb Deoxy Hb - + Oxy Hb Oxy Hb - + Left Torque Effectiveness Efficacité du pédalage gauche - + Right Torque Effectiveness Efficacité du pédalage droit - + Left Pedal Smoothness Lissage du pédalage gauche - + Right Pedal Smoothness Lissage du pédalage droit - + Slope - Pente + Pente + + + + Lap Distance + + + + + Lap Distance Remaining + @@ -26002,12 +27830,12 @@ RemotePage - + Action Action - + ANT+ Command Commande ANT+ @@ -26035,17 +27863,17 @@ Renuméroter les intervalles - + Rename Intervals Renommez les intervalles - + &OK &OK - + &Cancel &Annuler @@ -26114,22 +27942,22 @@ RideCache - + Can't rename %1 to %2 in %3 Impossible de renommer %1 en %2 dans %3 - + Problem Saving Ride Cache Problème lors de la sauvegarde du cache d'activités - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. - + seconds secondes @@ -26545,147 +28373,147 @@ RideFile - + Run Course - + Swim Natation - + Time Temps - + Cadence Cadence - + Heartrate Fréquence cardiaque - + Distance Distance - + Speed Vitesse - + Acceleration Accélération - + Power %1 Puissance %1 - + Cadence %1 Cadence %1 - + Torque %1 Couple %1 - + Heartrate %1 FC %1 - + Torque Couple - + Power Puissance - + xPower xPower - + aPower aPower - + aTISS aTISS - + anTISS anTISS - + Iso Power Puissance normalisée - + Altitude Altitude - + Longitude Longitude - + Latitude Latitude - + Headwind Vent contraire - + Slope Pente - + Temperature Température - + Left/Right Balance Equilibre gauche/droit - + Left Torque Efficiency Efficacité du pédalage gauche - + Right Torque Efficiency Efficacité du pédalage droit - + Left Pedal Smoothness Lissage du pédalage gauche @@ -26694,269 +28522,268 @@ Lissage du pédalage droit - + Right Pedal Smoothness Lissage du pédalage droit - + Left Platform Center Offset Décalage plate-forme pédale gauche - + Right Platform Center Offset Décalage plate-forme pédale droite - + Left Power Phase Start Début phase de pédalage gauche - + Right Power Phase Start Début phase de pédalage droite - + Left Power Phase End Fin phase de pédalage gauche - + Right Power Phase End Fin phase de pédalage droite - + Left Peak Power Phase Start Début du pic de pédalage gauche - + Right Peak Power Phase Start Début du pic de pédalage droit - + Left Peak Power Phase End Fin du pic de pédalage gauche - + Right Peak Power Phase End Fin du pic de pédalage droit - - + + Interval Intervalle - + VAM VAM - + Watts per Kilogram - -Watts par kg + Watts par kg - + W' balance Equilibre W' - + SmO2 SmO2 - + THb tHb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation Oscillation verticale - + Run Cadence Cadence de course - + GCT GCT - + Gear Ratio Braquet - + W' Consumed W' consommé - + Sample Index Index de l'échantillon - + R-R - + R-R - - - + + + Unknown Inconnu - - + + seconds secondes - + rpm t/min - + rpm/s t/min/s - + bpm pouls - + bpm/s pouls/s - + km km - + miles miles - - + + kph km/h - + mph mph - + m/s/s m/s2 - + N N - + N/s N/s - - - - + + + + watts watts - + watts/s watts/s - - + + TISS TISS - + metres mètres - + feet pied - + lon lon - + lat lat - - - - - - - + + + + + + + % % - + °C °C - - - - - - - - + + + + + + + + ° ° @@ -26965,8 +28792,8 @@ °C - - + + mm mm @@ -26975,22 +28802,21 @@ ° - + meters per hour mètres par heure - + watts/kg watts/kg - Invalid File Name - Nom de fichier invalide + Nom de fichier invalide - + Wheelsize Taille de la roue @@ -26999,32 +28825,32 @@ watts/lb - + joules joules - + g/dL g/dL - + spm spm - + cm cm - + ms ms - + ratio ratio @@ -27037,118 +28863,117 @@ Nom d'activité invalide - Invalid date/time in filename: %1 Skipping file... - Date/heure invalide dans le fichier: %1 + Date/heure invalide dans le fichier: %1 Fichier ignoré... RideFileInterval - + ALL TOUS - + DEVICE APPAREIL - + USER UTILISATEUR - + PEAK PACE PICS D'ALLURE - + PEAK POWER PICS DE PUISSANCE - + SEGMENTS SEGMENTS - + CLIMBING MONTEES - + EFFORTS EFFORTS - + The entire activity Activité entière - + Device specific intervals Intervalles spécifiques de l'appareil - + User defined laps or marked intervals Tour ou intervalles marqués par l'utilisateur - + Peak pace for running and swimming Pics pour l'allure de course et de natation - + Peak powers for cycling 1s thru 1hr Pics de puissance cycliste de 1sec à 1h - + Route segments using GPS data Segment de route par GPS - + Ascents for hills and mountains Ascensions de collines et de cols - + Sustained efforts and matches using power Efforts soutenus et "cartouches" basés sur la puissance - + Peak Pics - + Find Rechercher - + Match Cartouches - + Climb Montées - + Best Records @@ -27329,64 +29154,64 @@ RideImportWizard - + Select Date... Sélectionner une date... - + Today Aujourd'hui - + Last Monday Dernier lundi - + Last Tuesday Dernier mardi - + Last Wednesday Dernier mercredi - + Last Thursday Dernier jeudi - + Last Friday Dernier vendredi - + Last Saturday Dernier samedi - + Last Sunday Dernier dimanche - + Choose Date Choisir la date - + Cancel Annuler - - - + + + Abort Interrompre @@ -27399,37 +29224,37 @@ Importer les fichiers de sorties - + Filename Nom du fichier - + Date Date - + Time Heure - + Duration Durée - + Distance Distance - + Import Status Status de l'importation - + Step 1 of 4: Check file permissions Etape 1 à 4 : Vérification des permissions @@ -27438,22 +29263,22 @@ Erreur - Le fichier n'existe pas. - + Error - Not a file. Erreur - Fichier invalide. - + Error - File is not readable. Erreur - Fichier non lisible. - + Queued A faire - + Error - Unknown file type Erreur - type de fichier inconnu @@ -27462,102 +29287,117 @@ Erreur - Fichier invalide - + Error - File does not exist. + Erreur - Le fichier n'existe pas. + + + + Error - Opendata summary. + + + + + undefined - + Step 2 of 4: Validating Files Etape 2 sur 4 : Validation des fichiers - - - - - + + + + + Error Erreur - + Parsing... Analyse... - + Validated Validé - + Warning - Attention - - - + + ; ; - + Error - Erreur - - + Step 3 of 4: %1 ride(s) are missing the date and time. Etape 3 sur 4: %1 activités n'ont pas de date et d'heure. - + Step 3 of 4: Change Date/Time or Save to continue. Etape 3 sur 4: Changer la Date/Heure ou sauver pour continuer. - + More than 24hrs of activities to fit into a day Il y a plus de 24h d'activités pour la journée - + Auto Import Importation automatique - + Automatic import from defined directories is completed. - L'import automatique à partir des répertoires sélectionnés est terminé + L'import automatique à partir des répertoires sélectionnés est terminé. - + Error - Activity file exists Erreur - L'activité existe - + Error - Activity file with same start date/time exists - + Erreur - Un fichier d'activité avec la même date / heure de début existe - + Error - copy of %1 to import directory failed Erreur - la copie de %1 dans le répertoire d'import a échouée - + + Processing... + Traitement... + + + Error - Moving %1 to activities folder Erreur - Déplacement %1 dans le répertoire d'activités - + Error - .JSON creation failed Erreur - . La création du fichier JSON a échouée - + Error - Import of activitiy file failed Erreur - L'import de l'activité a échouée @@ -27566,57 +29406,57 @@ - + Directory Dossier - + Import Rule Règle d'importation - + Directory Status Status du répertoire - + No import Pas d'import - + No directory Pas de répertoire - + Directory not available Répertoire non disponible - + Directory not readable Répertoire illisible - + %1 files for import selected %1 fichiers sélectionnés pour importation - + No files in requested time range Pas de fichier pour la période demandée - + No activity files found Pas de fichier d'activité trouvé - + Import Files Importer les fichiers @@ -27625,17 +29465,17 @@ Etape 3 sur 4 : Confirmation de la date et heure - + Save Sauver - + No files for automatic import selected. - Pas de fichier sélectionné pour l'importation + Pas de fichier sélectionné pour l'importation automatique. - + Invalid Selection Sélection invalide @@ -27644,12 +29484,12 @@ Plus de 24h de sortie pour une seule journée - + Step 4 of 4: Save to Library Etape 4 sur 4 : Sauvegarde des sorties - + Saving... Sauvegarde... @@ -27674,12 +29514,12 @@ Erreur - Le fichier existe - + Saving file... Sauvegarde du fichier... - + File Saved Fichier sauvé @@ -27700,14 +29540,14 @@ Accompli. - + Import Complete. %1 of %2 successful. Importation terminée. %1 sur %2 avec succès. - - - + + + Finish Terminé @@ -27723,128 +29563,128 @@ d MMM, yyyy - + Entire Activity Activité entière - + 1 second 1 seconde - + 5 seconds 5 secondes - - + + 10 seconds 10 secondes - - + + 15 seconds 15 secondes - - + + 20 seconds 20 secondes - - + + 30 seconds 30 secondes - - + + 1 minute 1 minute - - + + 5 minutes 5 minutes - - + + 10 minutes 10 minutes - - + + 20 minutes 20 minutes - - + + 30 minutes 30 minutes - - + + 45 minutes 45 minutes - - + + 1 hour 1 heure - + %1 (%2 watts) %1 (%2 watts) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 Montée %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3w %4 kJ) - + TE MATCH TE MATCH - + MATCH MATCH @@ -27852,87 +29692,108 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google Google - Bing - Bing + Bing - + Map Carte - + Show Markers Afficher les marqueurs - + Show Full Plot Afficher le graphique plein écran - + Show Intervals Overlay - + Afficher la superposition d'intervalles - + Open Street Map - Custom Tile Server settings Open Street Map - paramètres du serveur de 'Tuiles' - + Tile server Serveur de 'Tuiles' - + Tile server URL URL du 'Tile server' - + OpenStreetMap (default) OpenStreetMap (défaut) - + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + Intervalle + + OpenCycleMap - OpenCycleMap + OpenCycleMap - Mapquest - Mapquest + Mapquest - Custom - Personnalisé + Personnalisé - + Intervals Intervalles - + Route Route - + No GPS Data Present Pas de donnée GPS @@ -27940,12 +29801,12 @@ RideMetadata - + Problem Saving Meta Data Problème lors de la sauvegarde des meta données - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. @@ -27954,57 +29815,57 @@ RideNavigator - + *|Workout Code|Date| *|Exercice Code|Date| - + File Fichier - + Last updated Derniers changements - + Date Date - + Time Temps - + Config Checksum Checksum de configuration - + Remove Column Retirer la colonne - + Column Chooser Choisir une colonne - + Do Not Show in Groups Ne pas grouper - + Show In Groups Grouper @@ -28012,7 +29873,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Impossible de lire le fichier " @@ -28031,7 +29892,7 @@ Plage de dates - + Device Type: Type d'appareil: @@ -28044,75 +29905,90 @@ activités - - + + Totals Totaux - - + + Averages Moyennes - - + + Maximums Maximums - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> <h3>Modèle</h3> - + W' W' - + CP CP - - + + watts watts - - + + w/kg W/kg - + FTP (watts) FTP (watts) - + FTP (w/kg) FTP (w/kg) - + P-max Pmax - + Interval Name Nom de l'intervalle - - - + + + dd MMM yyyy dd MMM yyyy @@ -28121,232 +29997,224 @@ <br>FTP, BikeStress, IsoPower and IF sont des marques déposées de Peaksware LLC</center> - - - - + + + + N/A N/A - + Metrics* Metriques* - - - + + + ^(Average|Max) - ^(Moyenne|Max) + ^(Moyenne|Max) - <h3>Modeling<br>%1</h3> - <h3>Modelisation<br>%1</h3> + <h3>Modelisation<br>%1</h3> - + %2 on %1 vs %4 on %3 %2 sur %1 / %4 sur %3 - - - + + + dd MMM yy - dd MMM y + dd MMM yy - + %2 on %1 vs %3 others %2 sur %1 / %3 others + - Compare Comparer - + %1 vs %2 %1 / %2 - + %1 vs %2 others %1 / %2 autres - + Summary Résumé - + dddd MMMM d, yyyy, hh:mm dddd d MMMM, yyyy, hh:mm - - + + dddd MMMM d yyyy - dddd d MMMM yyyy + dddd MMMM d yyyy - + Metrics Métriques - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds secondes - + <h3>Athlete Bests</h3> - <h3>Meilleurs</h3> + <h3>Meilleurs</h3> + - + d MMM yyyy d MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Zones d'allure</h3> - - - + + + <h3>Power Zones</h3> <h3>Zones de Puissance</h3> - - + + <h3>W'bal Zones</h3> <h3>Zones de W'bal</h3> - + <h3>Heart Rate Zones</h3> <h3>Zones de fréquence cardiaque</h3> - - - + + + %1 of %2 %1 de %2 - - + + ride sortie - - + + rides sorties - - - + + + <td align="center">Date</td> <td align="center">Date</td> - - - + + + <td align="center"></td> <td align="center"></td> - - + + run course - - + + runs courses - - + + swim natation - - + + swims natations @@ -28359,8 +30227,8 @@ <br>BikeScore est une marque déposée par Dr. Philip Friere Skiba, PhysFarm Training Systems LLC - - + + <h3>Heartrate Zones</h3> <h3>Zones de FC</h3> @@ -28377,12 +30245,12 @@ <h2>Zones de Puissance</h2> - + Intervals Intervalles - + <p><h2>Errors reading file:</h2><ul> <p><h2>Erreurs à la lecture du fichier:</h2><ul> @@ -28392,27 +30260,27 @@ RideWithGPS account not configured. - + Compte RideWithGPS non configuré. Completed. - Accompli. + Terminé. Network Error - Upload failed. - + Erreur réseau - Échec de l'envoi. - + RideWithGPS - + RideWithGPS - + Upload rides and analyse them using Google Maps. - + Téléverser des activités et analysez-les avec Google Maps. @@ -28469,34 +30337,28 @@ Annuler - Ride With GPS - Ride With GPS + Ride With GPS - no credentials set for RideWithGps. Please check Settings. - pas de jeton pour RideWithGps. Veuillez vérifier les permissions dans les préférences. + pas de jeton pour RideWithGps. Veuillez vérifier les permissions dans les préférences. - Error uploading to RideWithGPS - Erreur pendant l'envoi vers RideWithGPS + Erreur pendant l'envoi vers RideWithGPS - Successfully uploaded to RideWithGPS - Envoi vers RideWithGPS réussi + Envoi vers RideWithGPS réussi - Upload... - Envoyer... + Envoyer... - Upload... Sending to RideWithGPS - Téléchargement... Envoi vers RideWithGPS + Téléversement... Envoi vers RideWithGPS Upload ride... @@ -28507,14 +30369,12 @@ Téléchargment... Envoi vers RideWithGPS - Upload to RideWithGPS finished. - Téléchargement sur RideWithGPS terminé. + Téléversement sur RideWithGPS terminé. - Error from RideWithGPS: - Erreur de RideWithGPS: + Erreur de RideWithGPS: @@ -28635,108 +30495,119 @@ Valeur actuelle de l'équilibre de charge - - + + kg - + kg - - + + lb - + lb - From Date - Depuis une date + Depuis une date - Weight - Poids + Poids - Fat - + Masse grasse - Muscle - + Muscle - Bones - + Os - Lean - + Masse maigre - Fat% + % de masse grasse + + + + Default Weight + + + + + Time dependent measurements - + + From Date - Time + + + + Comment - Commentaire + Commentaire - - + + Update - Mettre à jour + Mettre à jour - + + - + + + - + - - - + - - + Add - Ajouter + Ajouter - + Delete - + Supprimer + + + + + MMM d, yyyy - hh:mm:ss + MMM d, yyyy - hh:mm:ss - Time - + Temps - + Source - Source + Source - + Original Source - + Source primaire - - MMM d, yyyy - + MMM d, yyyy - + Manual entry - + Saisie manuelle @@ -28747,6 +30618,11 @@ "%1" + + Season + Saison + + &All Selected &Tous sélectionner @@ -28778,7 +30654,7 @@ Routes - + Route #%1 Route #%1 @@ -28831,7 +30707,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -28842,22 +30718,22 @@ qui ne sont pas sauvés. Ils sont listés ci-dessous. - + &Save and Exit &Sauver et Quitter - + &Discard and Exit &Quitter sans sauver - + &Cancel Exit &Annuler - + Always check for unsaved changes on exit Toujours vérifier les changements non sauvés avant de quitter @@ -28865,7 +30741,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -28874,7 +30750,7 @@ Vous avez fait des changements dans - + Save and Conversion Sauver et convertir @@ -28889,32 +30765,33 @@ - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? - Si vous souhaitez enregistrer -Alors, nous avons besoin de convertir au format natif de GoldenCheetah -Devons-nous le faire? + Si vous souhaitez enregistrer +Alors, nous avons besoin d'une conversion vers le format natif de GoldenCheetah +Devons-nous le faire? + - + &Save and Convert &Sauver et Convertir - + &Discard Changes &Sauver sans convertir - + &Cancel Save &Annuler - + Always warn me about file conversions Toujours m'avertir avant une conversion de fichier @@ -28992,9 +30869,13 @@ Longitude (degré d'offset) - Circumferential Pedal Velocity (cm/s) - Vitesse circonférentielle de la pédale (cm/s) + Vitesse circonférentielle de la pédale (cm/s) + + + + Circumferential Pedal Velocity (m/s) + Vitesse circonférentielle de la pédale (m/s) @@ -29470,7 +31351,7 @@ SchemePage - + Add Ajouter @@ -29479,49 +31360,49 @@ Renommer - + Delete Effacer - + + + - + - - - + Short Min - + Long Max - + Percent of CP Pourcentage de la CP - + Maximum of 10 zones reached. 10 zones maximum. - - + + New Nouveau - - + + New (%1) Nouveau (%1) @@ -29529,36 +31410,36 @@ SearchBox - - + + Search... Recherche... - + Filter... Filtrer... - - + + Add to Named Filters Ajouter aux filtres - - + + Manage Filters Gérer les filtres - - + + Column Chooser Choisir une colonne - + and et @@ -29567,12 +31448,12 @@ Ajouter aux favoris - + Add new search Ajouter une nouvelle recherche - + Name: Nom: @@ -29586,75 +31467,113 @@ + Season + + + A + + + + + B + + + + + C + °C + + + + D + + + + + E + + + + Seasons - - + + All Dates Toutes les dates - + This Year Cette année - + This Month Ce mois - + Last Month Dernier mois - + This Week Cette semaine - + Last Week Dernière semaine - + + Last 24 hours + + + + Last 7 days Derniers 7 jours - + Last 14 days Derniers 14 jours - + Last 21 days Derniers 21 jours - + Last 28 days Derniers 28 jours - + + Last 6 weeks + + + + Last 2 months Derniers 2 mois - + Last 3 months Derniers 3 mois - + Last 6 months Derniers 6 mois - + Last 12 months Derniers 12 mois @@ -29670,64 +31589,64 @@ Vers le bas - + Add Ajouter - + Delete Effacer - + Up Vers le haut - + Down Vers le bas - - - - + + + + ddd MMM d, yyyy ddd d MMM, yyyy - + + + - + - - - - + + Name Nom - - + + Type Type - - + + From De - - + + To A @@ -29747,34 +31666,28 @@ Annuler - SelfLoops - SelfLoops + SelfLoops - no credentials set for SelfLoops. Please check Settings. - pas de jeton pour SelfLoops. Veuillez vérifier les permissions dans les préférences. + pas de jeton pour SelfLoops. Veuillez vérifier les permissions dans les préférences. - Error uploading to Selfloops - Erreur impossible de télécharger sur Selfloops + Erreur lors du téléversement sur Selfloops - Successfully uploaded to Selfloops - Envoyé vers Selfloops avec succès + Envoyé vers Selfloops avec succès - Upload to Selfloops... - Téléchargement sur Selfloops... + Envoi sur Selfloops... - Upload... Sending to Selfloops - Téléchargement... Envoi vers Selfloops + Téléversement... Envoi vers Selfloops Upload ride to Selfloops... @@ -29785,14 +31698,12 @@ Téléchargement... Envoi vers Selfloops - Upload to Selfloops finished. - Téléchargement sur Selfloops terminé. + Téléversement sur Selfloops terminé. - Error from Selfloops: - Erreur de Selfloops: + Erreur de Selfloops: @@ -29800,27 +31711,27 @@ Account is not configured, - + Le compte n'est pas configuré, Completed. - Accompli. + Terminé. Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + Selfloops - Selfloops + Auto-boucle - + Upload and track your training and progress. - + Téléverser et suivez votre formation et vos progrès. @@ -29833,7 +31744,7 @@ Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. - + La session RPE est le produit RPE x Minutes, où RPE est le taux d'effort perçu (échelle de Borg modifiée à 10 points) et Minutes, le temps passé si disponible ou la durée dans le cas contraire. @@ -29857,7 +31768,7 @@ Set XData point value - + Définir la valeur du point XData @@ -29867,141 +31778,116 @@ Partager votre sortie - Share your activity - Partager votre activité + Partager votre activité - Choose which sites you wish to share on: - Choisissez sur quel site la partager: + Choisissez sur quel site la partager: - Strava - Strava + Strava - Ride With GPS - Ride With GPS + Ride With GPS - Today's Plan - + Today's Plan - Cycling Analytics - Cycling Analytics + Cycling Analytics - Selfloops - Selfloops + Selfloops - VeloHero - VeloHero + VeloHero - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - SportPlusHealth - SportPlusHealth + SportPlusHealth - Choose a name for your activity: - Choisir un nom pour l'activité: + Choisir un nom pour l'activité: - Private - Privée + Privée - Commute - Déplacement + Déplacement - Trainer - Trainer + Trainer - &Upload Activity - &Télécharger l'activité + &Téléverser l'activité - This activity is marked as already on %1. Are you sure you want to upload it? - Cette activité est marquée comme déjà envoyée vers %1. Voulez-vous l'envoyer à nouveau? + Cette activité est marquée comme déjà envoyée vers %1. Voulez-vous l'envoyer à nouveau? Choose a name for your ride: Choisir un nom pour la sortie: - Choose which data series you wish to send: - Choisir les séries à partager: + Choisir les séries à partager: - OK - OK + OK - Cancel - Annuler + Annuler Choose which channels you wish to send: Choisissez les séries que vous voulez envoyer: - Altitude - Altitude + Altitude - Power - Puissance + Puissance - Cadence - Cadence + Cadence - Heartrate - Fréquence cardiaque + Fréquence cardiaque &Upload Ride &Envoyer la sortie - &Close - &Fermer + &Fermer - No share site selected ! - Pas de site sélectionné ! + Pas de site sélectionné ! @@ -30009,48 +31895,48 @@ Network Problem authenticating with the Sixcycle service - + Problème de réseau lors de l'authentification avec le service Sixcycle invalid root path. - Répertoire racine invalide. + Répertoire racine invalide. root is not a directory. - La racine n'est pas un répertoire. + La racine n'est pas un répertoire. Problem with Sixcycle authentication. - + Problème avec l'authentification Sixcycle. You must authenticate with Sixcycle first - + Vous devez d'abord vous authentifier avec Sixcycle - - + + Completed. - Accompli. + Terminé. - + Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + Sixcycle - + Sixcycle - + Sync with the innovative training site. - + Synchronisez avec le site d'entraînement innovant. @@ -30081,7 +31967,7 @@ Snippet export - + Exportation d'extraits @@ -30089,7 +31975,7 @@ Dump metrics for the ride to Athlete_Home/Snippets - + Déverser des métriques pour le trajet vers Athlete_Home / Snippets @@ -30097,12 +31983,12 @@ Critical Power Solver - Solveur de Puissance Critique + Solutionneur de Puissance Critique Solver Constraints - Contraintes de résolution + Contraintes du solutionneur @@ -30201,7 +32087,7 @@ Workout Code - Code de l'exercice + Code Entraînement @@ -30234,7 +32120,7 @@ Workout Title - + Titre de l'entraînement @@ -30244,7 +32130,7 @@ Equipment - + Équipement @@ -30259,7 +32145,7 @@ Pool Length - + Longueur de la piscine Dropouts @@ -30502,7 +32388,7 @@ - + Confirm Confirmer @@ -30516,7 +32402,7 @@ La scission d'une activité ne pourra pas être annulée - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -30525,22 +32411,22 @@ Etes-vous certain de vouloir continuer? - + Removed Supprimer - + Saved Sauvé - + Completed Terminé - + Split Activity Completed Scission terminée @@ -30571,7 +32457,9 @@ Si vous voulez garder l'activité en cours, alors vous devriez vous assurer que vous avez cliqué sur la case ci-dessous "Garder original". -Si vous ne choisissez pas de garder l'original, elle sera sauvegardée (backup) avant d'être retirée. +Si vous ne choisissez pas de garder l'original, elle sera sauvegardée (backup) avant d'être retirée. + + @@ -30629,6 +32517,7 @@ Vous pouvez définir la longueur minimum d'une pause dans l'enregistrement pour considérer qu'elle sépare la fin d'une activité et le début de la suivante. De plus vous pouvez définir la taille minimum d'une activité. Tous segments plus petit que cette limite sera ignorés. + @@ -30738,46 +32627,36 @@ SportPlusHealthUploader - SportPlusHealth - SportPlusHealth + SportPlusHealth - Cannot upload to SportPlusHealth without credentials. Check Settings - Pas de jeton pour SportPlusHealth. Veuillez vérifier les permissions dans les préférences + Pas de jeton pour SportPlusHealth. Veuillez vérifier les permissions dans les préférences - sending to SportPlusHealth... - Envoi vers SportPlusHealth, téléchargement... + Envoi vers SportPlusHealth... - - - error uploading to SportPlusHealth - Erreur pendant le téléchargement sur SportPlusHealth + erreur lors du téléversement sur SportPlusHealth - request failed: - Echec de la requête: + Echec de la requête: - request failed, Server response: %1 %2 - la requête a échouée, Réponse du serveur: %1 %2 + la requête a échouée, Réponse du serveur: %1 %2 - failed to upload file (cod. %1) - Echec lors du téléchargement du fichier (cod. %1) + Echec lors du téléversement du fichier (cod. %1) - successfully uploaded to SportPlusHealth - Envoyer avec succès vers SportPlusHealth + Envoyer avec succès vers SportPlusHealth @@ -30785,33 +32664,33 @@ JSON parser error - + Erreur d'analyse JSON You must authorise with SportTracks first - + Vous devez d'abord autoriser avec SportTracks - - + + Completed. - Accompli. + Terminé. - + Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + SportTracks.mobi - + SportTracks.mobi - + Sync with the popular multisport website. - + Synchronisez avec le site Web multisport. @@ -30819,22 +32698,22 @@ Completed. - Accompli. + Terminé. Upload failed. (%1) - + Echec de l'envoi (%1) - + SportPlusHealth - SportPlusHealth + SportPlusHealth - + Upload to the cycling and running site. - + Téléverser sur le site de cyclisme et de course à pied. @@ -31013,41 +32892,45 @@ Strava - + No authorisation token configured. - + Aucun token d'autorisation configuré. - + You must authorise with Strava first - + Vous devez d'abord autoriser avec Strava - + Network Problem reading Strava data - + Problème réseau lors de la lecture des données Strava - + invalid response or parser exception. - Réponse invalide ou erreur dans le parsong. + Réponse invalide ou erreur dans l'analyse. - - + + Completed. - Accompli. + Terminé. - + Strava - Strava + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. + + Upload to the social network for cyclists and runners. + Téléverser sur le réseau social des cyclistes et des coureurs. + StravaDialog @@ -31258,45 +33141,38 @@ Annuler - Strava - Strava + Strava - no Strava token set. Please authorize in Settings. - pas de jeton Strava. Veuillez vérifier les permissions dans les préférences. + pas de jeton Strava. Veuillez vérifier les permissions dans les préférences. - Strava support isn't enabled in this build - Les fonctions pour Strava ne sont pas actifs dans cette version + Les fonctions pour Strava ne sont pas actifs dans cette version - Error uploading to Strava - Erreur impossible de télécharger sur Strava + Erreur impossible de télécharger sur Strava - Successfully uploaded to Strava - Envoyé vers Strava avec succès + Envoyé vers Strava avec succès + - Upload activity to Strava... - Téléchargement sur Strava... + Télécharger l'activité sur Strava... - Upload... Sending to Strava - Téléchargement... Envoi vers Strava + Téléchargement... Envoi vers Strava - Processing... - Traitement... + Traitement... Upload ride to Strava... @@ -31307,19 +33183,16 @@ Téléchargment... Envoi vers Strava - Upload to Strava finished. - Téléchargement sur Strava terminé. + Téléchargement sur Strava terminé. - invalid response or parser exception. - Réponse invalide ou erreur dans le parseur. + Réponse invalide ou erreur dans le parseur. - Error from Strava: - Erreur de Strava: + Erreur de Strava: Ride processing... @@ -31342,7 +33215,7 @@ Stroke Rate in strokes/min, counting both arms for freestyle/backstroke, corrected by 3m push-off length for pool swims - + Cadence en mouvements / minute, en comptant les deux bras pour le crawl / dos, corrigé de la longueur de poussée de 3 m pour les nages en piscine @@ -31350,18 +33223,18 @@ Strokes Per Length - + Mouvements par longueur strokes - + Mouvements Strokes per length, counting the arm using the watch, Pool Length defaults to 50m for open water swims - + Mouvements par longueur, en comptant le bras avec la montre, Longueur de la piscine par défaut à 50 m pour les nages en eau libre @@ -31374,22 +33247,22 @@ SummaryMetricsPage - + Available Metrics Métriques disponibles - + Selected Metrics Métriques sélectionnés - + Up Vers le haut - + Down Vers le bas @@ -31419,22 +33292,22 @@ Swim Pace - Allure de natation + Allure de natation min/100m - min/100m + min/100m min/100yd - min/100yd + min/100yd Average Swim Pace, computed only when Cadence > 0 to avoid kick/drill lengths - + Allure moyenne de natation, calculée uniquement lorsque Cadence> 0 pour éviter les erreurs @@ -31442,12 +33315,12 @@ Swim Pace Back - + Allure de natation en dos Average Swim Pace for backstroke lengths - + Allure moyenne de natation pour les longueurs en dos @@ -31455,12 +33328,12 @@ Swim Pace Breast - + Allure de natation en brasse Average Swim Pace for breaststroke lengths - + Allure moyenne de natation pour les longueurs en brasse @@ -31468,12 +33341,12 @@ Swim Pace Fly - + Allure de natation en papillon Average Swim Pace for freestyle lengths - + Allure moyenne de natation pour les longueurs en papillon @@ -31481,12 +33354,12 @@ Swim Pace Free - + Allure de natation en crawl Average Swim Pace for freestyle lengths - + Allure moyenne de natation pour les longueurs en crawl @@ -31494,22 +33367,22 @@ Swim Pace - Allure de natation + Allure de natation min/100m - min/100m + min/100m min/100yd - min/100yd + min/100yd Average Swim Pace, computed only when Cadence > 0 to avoid kick/drill lengths - + Allure moyenne de natation, calculée uniquement lorsque Cadence> 0 pour éviter les erreurs @@ -31517,7 +33390,7 @@ SwimScore swimming stress metric as defined by Dr. Skiba - + Le métrique de stress de nage SwimScore telle que définie par le Dr. Skiba @@ -31713,7 +33586,7 @@ TPace - TPace + Allure seuil (Threshold-Pace) @@ -31728,7 +33601,7 @@ Daniels' TPace, computed as 90%vVDOT from VDOT metric, in min/km or min/mile - + Allure seuil (T-Pace, Daniels' Formula), calculée à 90% vVDOT à partir du métrique VDOT, en min km ou min/mile @@ -31741,7 +33614,7 @@ TRIMP Points normalized to assign 100 points to 1 hour at threshold heart rate. - + Les points TRIMP (TRaining IMPulses) sont normalisés pour attribuer 100 points pour 1 heure au seuil de fréquence cardiaque. @@ -31754,7 +33627,7 @@ Training Impulse according to Morton/Banister with Green et al coefficient. - + Impulsion d'entraînement selon Morton / Banister avec coefficient de Green et al. @@ -31767,15 +33640,7 @@ Training Impulse with time in zones weighted according to coefficients defined in Heart Rate Zones. - - - - - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - + Impulsion d'entraînement avec le temps dans des zones pondérées en fonction de coefficients définis dans les zones de fréquence cardiaque. @@ -31788,7 +33653,7 @@ Training Stress Score divided by Duration in hours - + TSS, Le score de stress lié à l’entraînement divisé par sa Durée en heures @@ -31810,7 +33675,7 @@ Intensity Adjustments and Workout Control - + Ajustements d'intensité et contrôle d'entraînement @@ -31829,57 +33694,57 @@ Themes - + Default Défaut - + Corporate Junky Corporate Junky - + Neutral Blue Bleu neutre - + Firenze Firenze - + Mustang Mustang - + Japanese Garden Jardin japonais - + Zen and Tea Zen et thé - + Mono (dark) Mono (foncé) - + Mono (light) Mono (léger) - + Schoberer Schoberer - + Classic Classique @@ -31900,7 +33765,7 @@ Time with low speed and elevation gain but no power nor cadence - + Temps avec faible gain de vitesse et d'altitude mais pas de puissance ni de cadence @@ -31923,7 +33788,7 @@ Time with speed or cadence different from zero - + Temps avec une vitesse ou une cadence différente de zéro @@ -31931,12 +33796,12 @@ To Exhaustion - + À l'épuisement Count of exhaustion points marked by the user in an activity - + Nombre de points d'épuisement marqués par l'utilisateur dans une activité @@ -31944,96 +33809,100 @@ Network Problem reading TodaysPlan data - + Problème réseau lors de la lecture des données TodaysPlan Please re-authorise and select an athlete - + Veuillez ré-autoriser et sélectionner un athlète It seems you can't access anymore to this athlete. Please re-authorise. - + Il semble que vous ne puissiez plus accéder à cet athlète. Veuillez ré-autoriser. problem parsing TodaysPlan data - + problème d'analyse des données TodaysPlan You must authorise with Today's Plan first - + Vous devez d'abord autoriser avec Today's Plan - - + + Completed. - Accompli. + Terminé. - + Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + Today's Plan - + Today's Plan - + Sync with the smarter training site. + Synchronisez avec le site d'entraînement intelligent. + + + + TodaysPlanBodyMeasures + + + You must authorise with Today's Plan first + Vous devez d'abord autoriser avec Today's Plan + + + + Response parsing error: %1 TodaysPlanUploader - TodaysPlan - + TodaysPlan - no Today's Plan token set. Please authorize in Settings. - + pas de jeton Today's Plan. Veuillez vérifier les permissions dans les préférences. - Today's Plan support isn't enabled in this build - + Les fonctions pour Today's Plan ne sont pas actifs dans cette version - Error uploading to Today's Plan - + Erreur pendant l'envoi vers Today's Plan - Successfully uploaded to Today's Plan - + Envoi vers Today's Plan réussi - Upload to Today's Plan... - + Téléverser vers Today's Plan... - Upload... Sending to Today's Plan - + Téléversement... Envoi vers Today's Plan - Upload to Today's Plan finished. - + Téléchargement sur Today's Plan terminé. - Error from Today's Plan: - + Erreur de Today's Plan: @@ -32041,62 +33910,62 @@ Download future workouts from Today's Plan - + Téléchargez les entraînements futurs à partir de Today's Plan check/uncheck all - cocher/décocher tout + cocher/décocher tout From: - Depuis: + Depuis: To: - à: + à: Refresh List - Rafraîchir la liste + Rafraîchir la liste Date - Date + Date Name - Nom + Nom T-Score - + T-Score Duration - Durée + Durée Action - Action + Action Overwrite existing workouts - Ecraser les entraînement actuels + Ecraser les entraînement actuels Close - Fermer + Fermer @@ -32104,90 +33973,90 @@ Download - Télécharger + Télécharger Download... - Téléchargement... + Télécharger... Abort - + Abandonner %1 workouts downloaded, %2 failed or skipped. - %1 entraînements téléchargés, %2 échoués ou sautés. + %1 entraînements téléchargés, %2 échoués ou sautés. Today's Plan Workout Download - + Téléchargement d'entraînements Today's Plan You can only download future workouts, 'From' will be adjusted to current date - + Vous ne pouvez télécharger que les entraînements à venir. «De» sera ajusté à la date du jour Invalid date range, please check your input. - + Période non valide, veuillez vérifier votre saisie. The following error occured: %1 - + L'erreur suivante s'est produite:%1 dd MMM yyyy - dd MMM yyyy + dd MMM yyyy Downloading... - Téléchargement... + Téléchargement... Error downloading - + Erreur de téléchargement Exists already - Déjà existant + Déjà existant Removing... - Suppression... + Suppression... Saved - Sauvé + Sauvegardé Write failed - Erreur d'écriture + Erreur d'écriture Invalid File - Fichier invalide + Fichier invalide You must authorise with Today's Plan first - + Vous devez d'abord autoriser avec Today's Plan @@ -32407,20 +34276,20 @@ TotalCalories - + Calories (HR) Calories (FC) - - + + kcal kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age - + Calories totales estimées à partir du temps en mouvement, de la fréquence cardiaque, du poids, du sexe et de l'âge @@ -32443,42 +34312,42 @@ Total Distance in km or miles - + Distance totale en km ou en miles TotalWork - + Work Travail - - + + kJ kJ - + Total Work in kJ computed from power data - + Travail total en kJ calculé à partir des données de puissance TrainConfig - + Train Devices Périphériques d'entraînement - + Preferences - Préférences + Préférences - + Remote Controls Télécommande @@ -32530,286 +34399,318 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Connexion automatique des périphériques dans la vue 'Entraînement' - + Allow multiple devices in Train View - Permettre plusieurs périphériques dans la vue 'Entraînement' + Permettre plusieurs périphériques dans la vue 'Entraînement' - + Auto-hide bottom bar in Train View - + Masquer automatiquement la barre du bas dans la vue 'Entraînement' - + Play sound before new lap - + Jouez le son avant le nouveau tour TrainSidebar - + Save workout data Sauver les données de l'entraînement - + Devices Périphériques - - - - + + + + Menu Menu - + Workouts Entraînements - + Media Médias - + VideoSync VideoSync - + Import Workout from File Importer des fichiers d'entraînements - + Get Workouts from ErgDB Télécharger des entraînements depuis ErgDB - + Get Workouts from Today's Plan - + Télécharger des entraînements depuis Today's Plan - + Create Workout via Wizard Créer un entraînement avec le guide - + Scan for Workouts Balayer à la recherche d'entraînement - + Delete selected Workout Effacer l'entraînement sélectionné - + Delete %1 selected Workouts Effacer ler %1 entraînements sélectionnés - + Train mode active - + Mode Entraînement actif - + Please stop the train mode before closing the window or application. - + Veuillez arrêter le mode 'Entraînement' avant de fermer la fenêtre ou l'application. - + Remove reference to selected video Retirer les références sur la vidéo sélectionnée - + Import VideoSync from File Importer un VideoSync - + Scan for VideoSyncs Balayer à la recherche de VideoSyncs - + Delete selected VideoSync Effacer la VideoSync sélectionnée - + Are you sure you want to remove the reference to this video? Etes-vous sûr de vouloir retirer les références à cette vidéo? - - - + + + Remove Retirer - + Are you sure you want to delete this VideoSync? Etes-vous sûr de vouloir effacer cette VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. Cette VideoSync n'existe plus ou n'est pas valide elle sera supprimée de la bibliothèque. - + Are you sure you want to delete this Workout? Etes-vous sur de vouloir supprimer cet entraînement? - + Are you sure you want to delete this %1 workouts? Etes-vous sûr de vouloir supprimer ces %1 entraînements? - + The Workout file is either not valid or not existing and will be removed from the library. Cet entraînement n'existe plus ou n'est pas valide. Il sera supprimé. - + Resuming.. - + Reprise.. - + Paused.. - + En pause.. - + Starting.. - + Départ.. - + Stopped.. - + Arrêté.. - + Connected.. - + Connecté.. - + Disconnected.. - + Déconnecté.. - + New lap.. + Nouveau tour .. + + + + Recalibrating steering.. - - - + + + + + Requesting calibration.. - + Demander un étalonnage .. - + Calibrating... - + Calibration... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibration ... +Vitesse actuelle%1 km / h +Augmenter la vitesse à%2 km / h - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration ... +Arrêtez de pédaler jusqu'à ce que la vitesse chute à 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - + La calibration est terminée avec succès! +Spindown%1 ms +Décalage zéro%2 - - + + + Calibration failed! - + La calibration a échoué ! - + + Unclip or stop pedalling to begin calibration.. - + Déclipez ou arrêtez de pédaler pour commencer le calibrage. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration ... +Déclipez ou arrêtez de pédaler jusqu'à la fin du processus. +Couple%1 - + Calibration completed successfully! Zero Offset %1 Torque %2 + La calibration est terminée avec succès! +Décalage zéro%1 +Couple%2 + + + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 - - Fast forward.. + + Calibration completed successfully! +Zero Offset %1 +Slope %2 - + + Fast forward.. + Avance rapide.. + + + Rewind.. - + Rembobiner.. - + Increasing intensity.. - + Intensité croissante.. - + Decreasing intensity.. - + Intensité décroissante.. Delete selected workout Effacer l'entrainement sélectionné - + Import Video from File Importer une vidéo - + Scan for Videos Balayer à la recherche de vidéos @@ -32822,9 +34723,9 @@ Etes-vous sûr de vouloir effacer cette vidéo? - - - + + + Delete Effacer @@ -32833,27 +34734,27 @@ Etes-vous sûr de vouloir effacer cet entraînement? - + No Devices Configured Pas d'appareil configuré - + Please configure a device in Preferences. - + Veuillez configurer un appareil dans les Préférences. - + Exiting calibration.. - + Sortir de la calibration.. - + Calibration not supported for this device. - + La calibration n'est pas pris en charge pour cet appareil. - + Calibrating... Press F3 on Controller when done. Calibration... @@ -32864,19 +34765,19 @@ OK - - + + Add Device Ajouter un périphérique - - + + Delete Device Effacer un périphérique - + Are you sure you want to delete this device? Etes-vous sûr de vouloir supprimer le périphérique? @@ -32948,147 +34849,167 @@ TrainingStageBuch - + failed to parse Settings response: + Echec à la lecture des données de paramètres: + + + failed to get settings: + Impossible d'obtenir les paramètres: + + + failed to parse Session response: + Echec à la lecture des données de session: + + + failed to get new session: + Impossible d'obtenir une nouvelle session: + + + got empty session + Reçu une session vide + + + Completed. + Terminé. + + + Error - Upload failed. + Erreur - Échec d'envoi. + + + TrainingStageBuch + TrainingStageBuch + + + Upload to your online and mobile training log. + Téléchargez sur votre journal d'entraînement en ligne et mobile. + + + + TrainingsTageBuch + + failed to parse Settings response: Echec à la lecture des données de paramètres: - + failed to get settings: Impossible d'obtenir les paramètres: - + failed to parse Session response: Echec à la lecture des données de session: - + failed to get new session: Impossible d'obtenir une nouvelle session: - + got empty session Reçu une session vide - + Completed. - Accompli. + - + Error - Upload failed. - + Erreur - Échec d'envoi. - - TrainingStageBuch - + + Trainingstagebuch + Trainingstagebuch - + Upload to your online and mobile training log. - + Téléchargez sur votre journal d'entraînement en ligne et mobile. TrainingstagebuchUploader - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - Cannot upload to Trainingstagebuch without credentials. Check Settings - Pas de jeton pour Trainingstagebuch. Veuillez vérifier les permissions dans les préférences + Pas de jeton pour Trainingstagebuch. Veuillez vérifier les permissions dans les préférences - Error uploading to Trainingstagebuch.org - Erreur pendant le téléchargement sur Trainingstagebuch.org + Erreur pendant le téléchargement sur Trainingstagebuch.org - successfully uploaded to Trainingstagebuch.org as %1 - Téléchargé avec succès sur Trainingstagebuch.org as %1 + Téléchargé avec succès sur Trainingstagebuch.org as %1 - getting Settings from Trainingstagebuch.org... - Lecture des paramètres depuis Trainingstagebuch.org... + Lecture des paramètres depuis Trainingstagebuch.org... - getting new Trainingstagebuch.org Session... - Ouverture d'une nouvelle session Trainingstagebuch.org... + Ouverture d'une nouvelle session Trainingstagebuch.org... - preparing Trainingstagebuch.org data ... - Préparaion des données pour Trainingstagebuch.org ... + Préparaion des données pour Trainingstagebuch.org ... - temporary file too large for upload: %1 > %1 bytes - Le fichier temporaire est trop grand pour être envoyé: %1 > %1 bytes + Le fichier temporaire est trop grand pour être envoyé: %1 > %1 bytes - sending to Trainingstagebuch.org ... - Envoi vers Trainingstagebuch.org ... + Envoi vers Trainingstagebuch.org ... - request failed: - Echec de la requête: + Echec de la requête: - request failed, Server response: %1 %2 - la requête a échouée, Réponse du serveur: %1 %2 + la requête a échouée, Réponse du serveur: %1 %2 - failed to parse Settings response: - Echec à la lecture des données de paramètres: + Echec à la lecture des données de paramètres: - failed to get settings: - Impossible d'obtenir les paramètres: + Impossible d'obtenir les paramètres: - failed to parse Session response: - Echec à la lecture des données de session: + Echec à la lecture des données de session: - failed to get new session: - Impossible d'obtenir une nouvelle session: + Impossible d'obtenir une nouvelle session: - got empty session - Reçu une session vide + Reçu une session vide - failed to parse upload response: - Echec à la lecture de la réponse du téléchargement: + Echec à la lecture de la réponse du téléchargement: - failed to upload file: - Echec au téléchargement: du fichier: + Echec au téléchargement: du fichier: - got empty exercise - Reçu un exercice vide + Reçu un exercice vide @@ -33116,25 +35037,25 @@ - + Metric Métrique - + Date range Plage de dates - - - - + + + + (unknown) (inconnu) - + %1 activities %1 activités @@ -33147,7 +35068,7 @@ s - + None Aucune @@ -33155,9 +35076,13 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - Le Triscore combine les métriques de Stress (Dr Skiba) : BikeScore pour le cyclisme, GOVSS pour la course à pied et le SwimScore pour la natation + Le Triscore combine les métriques de Stress (Dr Skiba) : BikeScore pour le cyclisme, GOVSS pour la course à pied et le SwimScore pour la natation + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + @@ -33242,220 +35167,180 @@ Tweeter votre sortie - Choose which metrics you wish to tweet: - Choisissez les métriques à tweeter: + Choisissez les métriques à tweeter: - Workout Time - Temps + Temps Time Riding Temps en mouvement - Tweet Activity - Tweeter l'activité + Tweeter l'activité - Time Moving - Temps en mouvement + Temps en mouvement - Total Distance - Distance totale + Distance totale - Elevation Gain - Dénivelé + Dénivelé - Total Work (kJ) - Energie (kJ) + Energie (kJ) - Average Speed - Vitesse Moyenne + Vitesse Moyenne - Average Power - Puissance moyenne + Puissance moyenne - Average Heart Rate - Pulsations moyennes + Pulsations moyennes - Average Cadence - Cadence moyenne + Cadence moyenne - Max Power - Puissance max + Puissance max - Max Heart Rate - FC Max + FC Max - Twitter Message: - Message twitter: + Message twitter: - Message Length: - Longueur du message: + Longueur du message: - &Tweet Activity - &Tweeter la sortie + &Tweeter la sortie - Time Moving: %1 - Temps en mouvement: %1 + Temps en mouvement: %1 &Tweet Ride &Tweeter la sortie - &Cancel - &Annuler + &Annuler - Golden Cheetah->Preferences - Golden Cheetah->Préférences + Golden Cheetah->Préférences - Tools->Options - Outils->Options + Outils->Options - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Erreur sur l'authentification OAuth. Assurez-vous d'avoir terminé la procédure d'autorisation Twitter dans %1. + Erreur sur l'authentification OAuth. Assurez-vous d'avoir terminé la procédure d'autorisation Twitter dans %1. - - OAuth Error - Erreur OAuth + Erreur OAuth - Tweet Length Error - Erreur de longueur du Tweet + Erreur de longueur du Tweet - Tweet must be 140 characters or less. - Un tweet doit contenir 140 caractères maximum. + Un tweet doit contenir 140 caractères maximum. - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - Erreur interne dans la requête OAuth - NULL, invalid Endpoint or invalid request + Erreur interne dans la requête OAuth - NULL, invalid Endpoint or invalid request - Tweet sent - Tweet envoyé + Tweet envoyé - Tweet successfully sent. - Tweet envoyé avec succès. + Tweet envoyé avec succès. Tweet must be 140 characters or fewer. Un Tweet doit faire 140 caractères ou moins. - Error Posting Tweet - Erreur lors de l'envoi du Tweet + Erreur lors de l'envoi du Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Il y a eu une erreur lors de la connexion à Twitter. Vérifiez votre connexion et essayez à nouveau. + Il y a eu une erreur lors de la connexion à Twitter. Vérifiez votre connexion et essayez à nouveau. seconds secondes - Duration: %1 - Durée:%1 + Durée:%1 Time Riding: %1 Temps en mouvement : %1 - Distance: %1 - Distance: %1 + Distance: %1 - Climbing: %1 - Grimpé: %1 + Dénivelé: %1 - Work: %1 - Energie: %1 + Energie: %1 - Avg Speed: %1 - Vitesse moyenne: %1 + Vitesse moyenne: %1 - Avg Power: %1 - Puissance moyenne: %1 + Puissance moyenne: %1 - Avg HR: %1 - FC moyenne: %1 + FC moyenne: %1 - Avg Cadence: %1 - Cadence moyenne: %1 + Cadence moyenne: %1 - Max Power: %1 - Puissance max: %1 + Puissance max: %1 - Max HR: %1 - FC Max : %1 + FC Max : %1 km @@ -33466,10 +35351,8 @@ watts - - Message Length: %1 - Longueur du message: %1 + Longueur du message: %1 @@ -33488,12 +35371,12 @@ VAM - + VAM VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Vélocité ascensionnelle moyenne, vitesse moyenne d'ascension en mètres verticaux par heure @@ -33503,7 +35386,7 @@ VDOT - VODT + VDOT @@ -33514,7 +35397,7 @@ Daniels' VDOT computed from best average pace for durations from 4 min 4 hr - Points Daniels' VDOT calculés en fonction de la meilleure allure moyenne pour des durées entre 4min et 4h + Le VDOT (Jack Daniels’ Running Formula) a été calculé à partir de la meilleure allure moyenne pour des durées allant de 4 min à 4 h @@ -33522,7 +35405,7 @@ VDOT and T-Pace Calculator - Calculateur VODT et T-Pace + Calculateur VDOT et T-Pace @@ -33554,12 +35437,12 @@ Your Test Race: - Votre course de test: + Votre course test : Your Daniels VDOT: - Votre VODT Daniels : + Votre VDOT Daniels : @@ -33569,27 +35452,27 @@ E-Pace - + Allure facile (Easy-Pace) M-Pace - + Allure marathon (Marathon-Pace) T-Pace - + Allure seuil (Threshold-Pace) I-Pace - + Allure "intervalle" (Interval-Pace) R-Pace - + Allure "répétition"(Repetition-Pace) @@ -33656,84 +35539,68 @@ VeloHeroUploader - VeloHero - VeloHero + VeloHero - Cannot upload to VeloHero without credentials. Check Settings - Pas de jeton pour VeloHero. Veuillez vérifier les permissions dans les préférences + Pas de jeton pour VeloHero. Veuillez vérifier les permissions dans les préférences - Error uploading to VeloHero - Erreur pendant l'envoi vers VeloHero + Erreur pendant l'envoi vers VeloHero - successfully uploaded to VeloHero as %1 - Envoyer avec succès vers VeloHero comme %1 + Envoyer avec succès vers VeloHero comme %1 - getting new VeloHero session... - Ouverture d'une nouvelle session VeloHero... + Ouverture d'une nouvelle session VeloHero... - preparing VeloHero data ... - Préparation des données pour VeloHero ... + Préparation des données pour VeloHero ... - temporary file too large for upload: %1 > %1 bytes - Le fichier temporaire est trop grand pour être envoyé: %1 > %1 bytes + Le fichier temporaire est trop grand pour être envoyé: %1 > %1 bytes - sending to VeloHero... - Envoi vers VeloHero... + Envoi vers VeloHero... - request failed: - Echec de la requête: + Echec de la requête: - request failed, server response: %1 %2 - Echec de la requête, réponse du serveur: %1 %2 + Echec de la requête, réponse du serveur: %1 %2 - failed to parse session response: - Echec à la lecture de la réponse du téléchargement: + Echec à la lecture de la réponse du téléchargement: - failed to get new session: - Impossible d'obtenir une nouvelle session: + Impossible d'obtenir une nouvelle session: - got empty session - Reçu une session vide + Reçu une session vide - failed to parse upload response: - Echec à la lecture de la réponse du téléchargement: + Echec à la lecture de la réponse du téléchargement: - failed to upload file: - Echec au téléchargement: du fichier: + Echec au téléchargement: du fichier: - got empty exercise - Reçu un exercice vide + Reçu un exercice vide @@ -33741,37 +35608,37 @@ Failed to parse sessionID response. - + Impossible d'analyser la réponse de l'ID de session. failed to get new session: - Impossible d'obtenir une nouvelle session: + Impossible d'obtenir une nouvelle session: got empty session - Reçu une session vide + Reçu une session vide Completed. - Accompli. + Terminé. Network Error - Upload failed. - + Erreur réseau - Échec d'envoi. - + Velohero - + Velohero - + Upload your rides to the independent and free cycling training log - + Téléchargez vos sorties sur le journal d’entraînement cycliste indépendant et gratuit @@ -33839,18 +35706,18 @@ ViewSplitter - + Clear Effacer - - + + OFF OFF - + ON ON @@ -33949,7 +35816,7 @@ W4 Above CP W'bal Severe Fatigue - + W4 au dessus de CP W'bal fatigue sévère @@ -34111,7 +35978,7 @@ W' Power is the average power produce while power is above CP. - + W 'Power est la puissance moyenne produite lorsque la puissance est supérieure à CP (Puissance Critique). @@ -34139,7 +36006,7 @@ Time expended when W' bal is below 25% of W'. - + Temps passé lorsque la W' bal est inférieur à 25% de W'. @@ -34158,7 +36025,7 @@ Time expended when W' bal is between 25% and 50% of W'. - + Temps passé lorsque la W' bal est entre 25% et 50% de W'. @@ -34177,7 +36044,7 @@ Time expended when W' bal is between 50% and 75% of W'. - + Temps passé lorsque la W' bal est entre 50% et 75% de W'. @@ -34196,7 +36063,7 @@ Time expended when W' bal is above 75% of W'. - + Temps passé lorsque la W' bal est supérieur à 75% de W'. @@ -34224,7 +36091,7 @@ Work produced when W' bal is below 25% of W'. - + Travail produit lorsque la W' bal est inférieure à 25% de W'. @@ -34243,7 +36110,7 @@ Work produced when W' bal is between 25% and 50% of W'. - + Travail produit lorsque la W' bal est entre 25% et 50% de W'. @@ -34262,7 +36129,7 @@ Work produced when W' bal is between 50% and 75% of W'. - + Travail produit lorsque la W' bal est entre 50% et 75% de W'. @@ -34281,18 +36148,18 @@ Work produced when Power is above CP and W' bal is above 75% of W'. - + Travail produit lorsque la puissance est supérieure à CP et la W' balance est supérieure à 75% de W'. WattsRPE - + Watts:RPE Ratio Watts:RPE Ratio - + Watts to RPE ratio @@ -34309,7 +36176,7 @@ URL - + URL @@ -34346,14 +36213,14 @@ Withings - + Withings - + Withings - + Download weight, body fat etc from the connected health specialists. - + Téléchargez le poids, la graisse corporelle, etc. des spécialistes de la santé connectée. @@ -34361,37 +36228,42 @@ Golden Cheetah->Preferences - Golden Cheetah->Préférences + Golden Cheetah->Préférences Tools->Options - + Outils-> Options Error fetching OAuth credentials. Please make sure to complete the Withings authorization procedure found under %1. - + Erreur lors de l'extraction des informations d'identification OAuth. Assurez-vous de compléter la procédure d'autorisation Withings décrite dans%1. OAuth Error - Erreur OAuth + Erreur OAuth + + + + Error parsing Withings API response. Please check the error description. + - Withings Data Download - Téléchargement des données Withings + Téléchargement des données Withings - + + Error - Erreur + Erreur - + There was an error during fetching. Please check the error description. - + Une erreur s'est produite lors de la récupération. Veuillez vérifier la description de l'erreur. No new measurements @@ -34409,14 +36281,14 @@ Workbeats - + Workbeat stress Charge en Workbeat - + Work * Heartbeats / 100000 - + Work * Heartbeats / 100000 (Travail * Fréquence Cardiaque / 100000 @@ -34470,9 +36342,9 @@ Please note, that when importing or drag and dropping videos into the library we DO NOT copy the file into the GoldenCheetah library, instead we add a REFERENCE to it. We DO copy workout and videoSync files, since they are smaller. You can remove references when managing the library via the context menu options - Veuillez noter que lors de l&import ou glisser-déposer de vidéos dans la bibliothèque nous NE copions PAS les fichiers dans la bibliothèque de GoldenCheetah, mais nous créons un lien vers celui-ci. Nous copions les fichiers de synchronisation car ils sont plus petits. + Veuillez noter que lors de l'importation ou du glisser-déposer de vidéos dans la bibliothèque, nous NE COPIONS PAS le fichier dans la bibliothèque GoldenCheetah. Nous y ajoutons plutôt une référence. Nous COPIONS les fichiers d'entraînement et les fichiers videoSync, car ils sont plus petits. -Vous pouvez supprimez ces liens lorsque vous gérez votre bibliothèque par l'intermédiaire du menu contextuel d&option +Vous pouvez supprimer des références lors de la gestion de la bibliothèque via les options du menu contextuel @@ -34519,7 +36391,7 @@ Total Duration - + Durée totale @@ -34563,14 +36435,14 @@ WorkoutWidget - + File save failed. - + L'enregistrement du fichier a échoué. - + Intensity - + Intensité @@ -34578,107 +36450,107 @@ New - Nouveau + Nouveau Save - Sauver + Enregistrer Save As - + Enregistrer sous Undo - Annuler + Annuler Redo - Refaire + Refaire Draw - + Dessiner Select - Sélectionner + Sélectionner Cut - Couper + Couper Copy - Copier + Copier Paste - Coller + Coller Properties - + Propriétés Zoom In - + Zoom avant Zoom Out - Zoom arrière + Zoom arrière You have unsaved changes to a workout. - + Vous avez des modifications d'un entraînement non sauvegardées. Do you want to save them? - + Voulez-vous les enregistrer ? Save Workout File - + Enregistrer le fichier d'Entraînement XDataDialog - + xData - + xData - + Data Series - Série de données + Série de données - - + + Add - Ajouter + Ajouter - - + + Delete - + Supprimer @@ -34686,42 +36558,42 @@ Cut - Couper + Couper Copy - Copier + Copier Paste - Coller + Coller Delete Row - Effacer la ligne + Effacer la ligne Append Row - + Ajouter une ligne Insert Row - Insérer une ligne + Insérer une ligne Remove Column - + Supprimer la colonne Add Column - Ajouter une colonne + Ajouter une colonne @@ -34729,109 +36601,109 @@ Paste error - Erreur à la copie + Erreur de collage Please select target cell or cells to paste values into. - Veuillez sélectionner la ou les cellules cibles dans lesquels copier. + Veuillez sélectionner la ou les cellules cibles dans lesquelles coller les valeurs. Copy buffer and selected area are diffferent sizes. - Le tampon à copier et la zone sélectionnée n'ont pas la même taille. + La copie et la zone sélectionnée ont des tailles différentes. Copy buffer has more columns than available. - Le tampon à copier a plus de colonnes que disponibles. + Le copie a plus de colonnes que disponible. Copy buffer has more rows than available. - Le tampon à copier a plus de lignes que disponibles. + La copie a plus de lignes que disponible. XDataSeriesSettingsDialog - + Name - Nom + Nom - + Units - Unités + Unités - + Cancel - + Annuler - + OK - OK + OK - + Error - Erreur + Erreur - + Name is blank - Le nom est vide + Le nom est vide XDataSettingsDialog - + xData - + xData - + Data Series - Série de données + Série de données - + Units - Unités + Unités - + Series %1 - + Séries %1 - + Cancel - + Annuler - + OK - OK + OK - - + + Error - Erreur + Erreur - + XData name is blank - + Le nom XData est vide - + Must have at least one data series. - + Doit avoir au moins une série de données. @@ -34839,12 +36711,12 @@ Time - + Temps Distance - Distance + Distance @@ -34909,7 +36781,7 @@ xPower is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant, similar to IsoPower. - + xPower est une estimation de la puissance que vous auriez pu conserver pour le même "coût" physiologique si votre puissance avait été parfaitement constante, similaire à celle d'IsoPower. @@ -34928,6 +36800,40 @@ Swimming power normalized for variations in speed as defined by Dr. Skiba in the SwimScore algorithm + Puissance de natation normalisée pour les variations de vitesse , tel que défini par le Dr. Skiba dans l'algorithme SwimScore + + + + Xert + + + JSON parser error + Erreur d'analyse JSON + + + + You must authorise with Xert first + + + + + + Completed. + + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. @@ -34952,7 +36858,7 @@ Percent of Time in Power Zone 1. - + Pourcentage de temps dans la zone de puissance 1. @@ -34965,7 +36871,7 @@ Percent of Time in Power Zone 10. - + Pourcentage de temps dans la zone de puissance 10. @@ -34978,7 +36884,7 @@ Percent of Time in Power Zone 2. - + Pourcentage de temps dans la zone de puissance 2. @@ -34991,7 +36897,7 @@ Percent of Time in Power Zone 3. - + Pourcentage de temps dans la zone de puissance 3. @@ -35004,7 +36910,7 @@ Percent of Time in Power Zone 4. - + Pourcentage de temps dans la zone de puissance 4. @@ -35017,7 +36923,7 @@ Percent of Time in Power Zone 5. - + Pourcentage de temps dans la zone de puissance 5. @@ -35030,7 +36936,7 @@ Percent of Time in Power Zone 6. - + Pourcentage de temps dans la zone de puissance 6. @@ -35043,7 +36949,7 @@ Percent of Time in Power Zone 7. - + Pourcentage de temps dans la zone de puissance 7. @@ -35056,7 +36962,7 @@ Percent of Time in Power Zone 8. - + Pourcentage de temps dans la zone de puissance 8. @@ -35069,7 +36975,7 @@ Percent of Time in Power Zone 9. - + Pourcentage de temps dans la zone de puissance 9. @@ -35083,27 +36989,27 @@ Zones par défaut - + Sport Sport - + Bike Vélo - + Run Course - + Critical Power Puissance critique - + Default Défaut @@ -35347,54 +37253,54 @@ Neuromusculaire - + Zone defaults must be specified at head of %1 file Les zones par défaut doivent être spécifiées au début du fichier %1 - + Only one set of zone defaults may be specified in %1 file Un seul set de zones par défaut doit être spécifiés au début du fichier %1 - + line %1: read new range without reading any zones for previous one ligne %1: lecture d'une nouvelle période sans avoir lu aucune période précédente - + line %1: read zone without preceding date range ligne %1: lecture de zone sans zone période de date - - + + attempt to set zone based on % of CP without setting CP in line number %1. tentative de définir une zone en fonction du % de CP sans valeur définie pour CP à la ligne %1. - + file ended without reading any zones for last range Le fichier se termine sans zone pour la dernière période - + Setting end date of range %1 to start date of range %2. Utilise la fin de la période %1 comme début pour la période %2. - + Extending final range %1 to infinite to include present date. Etent la dernière période %1 pour inclure la date actuelle. - + CP must be greater than zero in zone range %1 of %2 CP doit être plus grand que zéro dans la zone de %1 à %2 @@ -35403,46 +37309,46 @@ CP doit être plus grande que zéro dans zone %1 des zones de puissance - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Période %1: corrige le haut de la zone %2 (%3) avec le bas de la zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Période %1: corrige le haut de la zone %2 de %3 au max. - + Critical Power (watts): %1 Puissance critique (watts): %1 - + <td align="center">Low (watts)</td> <td align="center">Min (watts)</td> - + <td align="center">High (watts)</td> <td align="center">Max (watts)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Problème lors de la sauvegarde des zones de puissance - + File: %1 cannot be opened for 'Writing'. Please check file properties. Le fichier: %1 ne peut pas être ouvert pour écriture. Veuillez vérifiez les propriétés du fichier. @@ -35451,12 +37357,12 @@ Puissance critique : %1 - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Description</td> @@ -35469,7 +37375,7 @@ <td align="center">Haut</td> - + <td align="center">Time</td> <td align="center">Temps</td> @@ -35483,6 +37389,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -35492,7 +37406,7 @@ The ratio between aIsoPower and Average HR - + Le rapport entre l'aIsoPower et la Fréquence Cardiaque moyenne @@ -35547,7 +37461,7 @@ Aerobic Training Impact Scoring System. It's a metric to quantify the training strain or response on the aerobic system - + Aerobic Training Impact Scoring System. Il s'agit d'une mesure permettant de quantifier l'effort ou la réponse à l'entraînement sur le système aérobie @@ -35557,15 +37471,7 @@ Anaerobic Training Impact Scoring System. It's a metric to quantify the training strain or response on the anaerobic system - - - - - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - + Anaerobic Training Impact Scoring System. Il s'agit d'une mesure permettant de quantifier l'effort ou la réponse à l'entraînement sur le système anaérobie @@ -35573,7 +37479,7 @@ aBikeStress per hour - BikeStress par heure (aPower) + @@ -35635,13 +37541,13 @@ Average of all NN intervals - + Moyenne de tous les intervalles NN msec - + msec @@ -35660,32 +37566,45 @@ deviceModel - + Device Name Nom de l'appareil - + Device Type Type de l'appareil - + Port Spec Spécification du port - + Profile Profile - + Virtual Virtuel + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -35701,6 +37620,139 @@ Percentage of differences between adjacent NN intervals that are greater than %1 ms + Pourcentage des différences entre les intervalles NN adjacents supérieurs à %1 ms + + + + rest_avnn + + + Rest AVNN + + + + + + msec + msec + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + FC repos + + + + + bpm + + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + msec + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + msec + + + + Standard deviation of all NN intervals measured at rest @@ -35709,18 +37761,18 @@ rMSSD - + rMSSD (la moyenne quadratique des intervalles successifs) msec - + msec Square root of the mean of the squares of differences between adjacent NN intervals - + Racine carrée de la moyenne des carrés des différences entre les intervalles NN adjacents @@ -35728,18 +37780,18 @@ SDANN - + SDANN (déviation standard de la moyenne des intervalles des segments de 5 min sur toute la période d’enregistrement) msec - + msec Standard deviation of all NN intervals in all 5-minute segments of a 24-hour recording - + Ecart type de tous les intervalles NN de tous les segments de 5 minutes d'un enregistrement de 24 heures @@ -35747,18 +37799,18 @@ Standard deviation of NN - + Ecart-type de NN msec - + msec Standard deviation of all NN intervals - + Ecart-type de tous les intervalles NN @@ -35772,12 +37824,12 @@ msec - + msec Average of the standard deviations of NN intervals in all 5-minute segments of a 24-hour recording - + Moyenne des écarts types des intervalles NN de tous les segments de 5 minutes d’un enregistrement de 24 heures @@ -35785,7 +37837,7 @@ Recovered - Rechargé + Récupéré diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_it.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_it.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_it.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_it.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower aPower medio - - + + watts watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. Potenza di altitudine media. Potenza registrata modificata per tenere conto dell'effetto dell'altitudine sulla VO2max e quindi sulla potenza prodotta. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device Impossibile aprire il dispositivo ANT+ @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max Potenza, percentuale della Max - + Power as percent of Pmax according to Power Zones Potenza come percentuale della Pmax secondo le Zone di Potenza @@ -49,22 +73,21 @@ A proposito di GoldenCheetah - + About A proposito di - + Version Versione - Config - Configurazione + Configurazione - + Contributors Contributi @@ -72,22 +95,22 @@ AboutModelPage - + W'bal tau (s) W'bal tau (s) - + STS average (days) STS medio (giorni) - + LTS average (days) LTS medio (giorni) - + PMC Stress Balance Today PMC Bilancio Stress Oggi @@ -99,69 +122,73 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Software Analisi Potenza nel Ciclismo<br>per Linux, Mac, e Windows<p>GoldenCheetah e' sotto questa licenza <br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Il codice Sorgente puo' essere ottenuto da<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>I file di Attivita' ed altri dati si trovano in<br><a href="%1">%2</a><p>Marchi rgistrati utilizzati con permesso<br>BikeStress, IsoPower, IF cortesia di <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore cortesia di <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed cortesia di Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>IL modulo della temperatura corporea basale e' stato sviluppato da <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> ed e' in corso di brevetto<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Software Analisi Potenza nel Ciclismo<br>per Linux, Mac, e Windows<p>GoldenCheetah e' sotto questa licenza <br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Il codice Sorgente puo' essere ottenuto da<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>I file di Attivita' ed altri dati si trovano in<br><a href="%1">%2</a><p>Marchi rgistrati utilizzati con permesso<br>BikeScore, xPower, SwimScore cortesia di <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed cortesia di Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>IL modulo della temperatura corporea basale e' stato sviluppato da <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> ed e' in corso di brevetto<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Software Analisi Potenza nel Ciclismo<br>per Linux, Mac, e Windows<p>GoldenCheetah e' sotto questa licenza <br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Il codice Sorgente puo' essere ottenuto da<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>I file di Attivita' ed altri dati si trovano in<br><a href="%1">%2</a><p>Marchi rgistrati utilizzati con permesso<br>BikeScore, xPower, SwimScore cortesia di <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed cortesia di Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>IL modulo della temperatura corporea basale e' stato sviluppato da <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> ed e' in corso di brevetto<br></center> + + + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + AboutRiderPage - + Nickname Alias - + Date of Birth Data di nascita - + Sex Sesso - - - + + + Height (%1) Altezza (%1) - - + + cm cm - - + + in in - + Male Uomo - + Female Donna - + Crank Length Lunghezza pedivella - + Wheelsize Dimensione ruota - + mm mm @@ -182,12 +209,12 @@ quante volte il profilo Atleta viene chiuso - 0 significa mai - + Choose Picture Seleziona foto - + Images (*.png *.jpg *.bmp) Immagini (*.png *.jpg *.bmp) @@ -238,12 +265,12 @@ ActivityCRC - + Checksum Checksum (Somma di Controllo) - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Checksum (Somma di Controllo) di attivita', può essere usata per attivare un aggiornamento della cache in uno script R. @@ -251,12 +278,12 @@ AddAthlete - + Coached Athletes Atleti Allenati - + Select Athlete for this account Seleziona un Atleta per questo Account @@ -264,49 +291,54 @@ AddAuth - + Service Credentials Credenziali Servizio - - + + Credentials and authorisation Credenziali ed Autorizzazione - - + + Authorise Autorizza - + URL URL - + Key (optional) Chiave (Optional) - + Username Nome Utente - + Password Password - + Token Token - + + Message + + + + %1 Credentials and authorisation %1 Credenziali ed Autorizzazione @@ -314,67 +346,89 @@ AddClass - + Service Type Tipo di Servizio - + What type of Service are you adding an account for ? Per che tipo di serviziostai aggiungendo un account? - + Activities Attivita' - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive Sincronizza attivita' con servizi Today's Plan, Strava, Dropbox and Google Drive - + Measurements Misurazioni - + Sync measurements such as weight, body fat, HRV and sleep. Sincronizza ,isurazioni come peso, grasso corporeo, HRV e ore di sonno. + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + + + Measures Misure - + Calendar Calendario - Sync planned workouts to WebDAV and CalDAV calendars. - Sincronizza allenamenti pianificati con calendari WebDAV e CalDAV. + Sincronizza allenamenti pianificati con calendari WebDAV e CalDAV. AddCloudWizard - + Add Cloud Wizard Aggiungi Wizard per il Cloud - + Edit Account Details Modifica Dettagli Account + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard Aggiungi Dispositivo Wizard @@ -382,17 +436,17 @@ AddFinal - + Done Fatto - + Confirm configuration and add device Conferma configurazione e aggiungi dispositivo - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. @@ -401,392 +455,392 @@ - + Name* Nome* - + Port Porta - + Profile Profilo - + Virtual Virtuale - + Power - Cyclops Magneto Pro (Road) Potenza -Cyclops magneto Pro (strada) - + Power - Elite Arion Mag (0) Potenza - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Potenza - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Potenza - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid Potenza - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Potenza - Tacx Sirius (1) - + Power - Tacx Sirius (2) Potenza - Tacx Sirius (2) - + Power - Tacx Sirius (3) Potenza - Tacx Sirius (3) - + Power - Tacx Sirius (4) Potenza - Tacx Sirius (4) - + Power - Tacx Sirius (5) Potenza - Tacx Sirius (5) - + Power - Tacx Sirius (6) Potenza - Tacx Sirius (6) - + Power - Tacx Sirius (7) Potenza - Tacx Sirius (7) - + Power - Tacx Sirius (8) Potenza - Tacx Sirius (8) - + Power - Tacx Sirius (9) Potenza - Tacx Sirius (9) - + Power - Tacx Sirius (10) Potenza - Tacx Sirius (10) - + mm mm - + Wheel Size Dimensione ruota - + None Nessuno - + Power - Kurt Kinetic Cyclone Potenza - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Potenza - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Potenza - Cyclops Fluid 2 - + Power - BT Advanced Training System Potenza - BT Advanced Training System - + Power - LeMond Revolution Potenza - LeMond Revolution - + Power - 1UP USA Trainer Potenza - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Potenza - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Potenza - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Potenza - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Potenza - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Potenza - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Potenza - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Potenza - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Potenza - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Potenza - Saris Powerbeam Pro - + Power - Tacx Satori (2) Potenza - Tacx Satori (2) - + Power - Tacx Satori (4) Potenza - Tacx satori (4) - + Power - Tacx Satori (6) Potenza - Tacx Satori (6) - + Power - Tacx Satori (8) Potenza - Tacx Satori (8) - + Power - Tacx Satori (10) Potenza - Tacx Satori (10) - + Power - Tacx Flow (0) Potenza - Tacx Flow (0) - + Power - Tacx Flow (2) Potenza - Tacx Flow (2) - + Power - Tacx Flow (4) Potenza - Tacx Flow (4) - + Power - Tacx Flow (6) Potenza - Tacx Flow (6) - + Power - Tacx Flow (8) Potenza - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Potenza - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Potenza - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Potenza - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Potenza - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Potenza - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) >Potenza - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) >Potenza - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) >Potenza - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) >Potenza - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Potenza - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Potenza - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Potenza - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Potenza - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Potenza - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Potenza - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Potenza - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Potenza - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Potenza - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Potenza - Elite Qubo Power Fluid - + Stride Length (cm) Lunghezza passo (cm) - + Selected by default Selezionato da base - + Power Potenza - + Heartrate Frequenza Cardiaca - + Speed Velocità - + Cadence Cadenza @@ -794,58 +848,58 @@ AddFinish - + Done Fatto - + Add Cloud Account Aggiungi Account per il Cloud - + URL URL - + Key Chiave - + Username Nome Utente - - + + Password Password - + Token Token - + Folder Cartella - + Athlete ID Identita' Atleta - + Sync on start Sincronizza all'inizio - + Sync on import Sincronizza all'importazione @@ -853,27 +907,27 @@ AddFirmware - + Select Firmware Seleziona Firmware - + Select Firmware for Tacx Fortius Seleziona Firmware per Tacx Fortius - + Browse Sfoglia - + Copy to Library Copia nella Libreria - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -894,22 +948,74 @@ Se scegli di copiarlo nella libreria il file sara' copiato nella libreria GoldenCheetah, altrimenti sara' refenziato. - + File: File: - + Open File Apri File - + Intel Firmware File (*.hex) File Intel Firmware (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Sfoglia + + + + Copy to Library + Copia nella Libreria + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + File: + + + + Open File + Apri File + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1088,63 +1194,63 @@ AddPair - + Pair Devices Sincronizza Dispositivi - + Search for and pair ANT+ devices Cerca e Appaia dispositivi ANT+ - + Sensor Sensore - + ANT+ Id ANT+ id - + Value Valore - + Status Stato - - + + none Nessuno - + Un-Paired Non collegato - + Unused Non usato - + Master Principale - + Searching... Ricerca... - + Paired Collegato @@ -1152,58 +1258,58 @@ AddPairBTLE - + Pair Devices Sincronizza Dispositivi - + Search for and pair Bluetooth 4.0 devices Cerca e collega dispositivi Bluetooth 4.0 - + Sensor Sensore - + BLE Id BLE id - + Value Valore - + Status Stato - - + + none nessuno - + Un-Paired Non collegato - + Unused Non usato - + Searching... Ricerca... - + Paired Collegato @@ -1211,12 +1317,12 @@ AddSearch - + Scan for connected devices Scansiona per dispositivi connessi - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. @@ -1225,17 +1331,17 @@ - + Search Cerca - + If your device is not found you can select the device port manually by using the selection box below. Se il tuo dispositivo non e' stato trovato puoi selezionare la porta di comunicazione manualmente usando la casella sottostante. - + Device found. Click Next to Continue @@ -1245,22 +1351,22 @@ Clicca Successivo per Continuare - + %1 Search %1 Cerca - + Select COM port Seleziona porta COM - + Search Again Cerca Ancora - + Device found (%1). Press Next to Continue @@ -1270,7 +1376,7 @@ Premi Successivo per Continuare - + Device found. Press Next to Continue @@ -1280,12 +1386,12 @@ Clicca Successivo per Continuare - + Stop Searching Stop Ricerca - + Search again Cerca Ancora @@ -1293,12 +1399,12 @@ AddService - + Account Type Tipo di Account - + Select the cloud service type Seleziona il tipo di servizio cloud @@ -1306,42 +1412,42 @@ AddSettings - + Cloud Service Settings Impostazioni Servizio Cloud - + Folder Cartella - + Browse Sfoglia - + Sync on startup Sincronizza all'avvio - + Sync on import Sincronizza all'importazione - + Service Settings Impostazioni Servizio - + Connection Failed Connessione non riuscita - + Choose Athlete Directory Scegli Rubrica Atleta @@ -1349,12 +1455,12 @@ AddType - + Select Device Seleziona Dispositivo - + What kind of device to add Che tipo di dispositivo da aggiungere @@ -1389,63 +1495,68 @@ Aerolab - - + + Elevation (m) Altitudine (m) - + Distance (km) Distanza (km) - + V-Elevation Altitudine Virtuale - + Elevation Altitudine - + Elevation (') Altitudine (') - + Distance Distanza - + Time (minutes) Tempo (minuti) - + + No ride selected + + + + Estimates out-of-range Stima fuori scala - + At least two segments must be independent Almeno due segmenti devono essere indipendenti - + At least two segments must be defined Almeno due segmenti devono essere definiti - + Altitude and Power data must be present I dati di Altitudine e Potenza devono essere presenti - + No activity selected Nessuna attivita' selezionata @@ -1518,7 +1629,7 @@ &Salva parametri - + Estimate CdA and Crr Stima Cda e Crr @@ -2223,7 +2334,7 @@ AllPlotWindow - + Smooth Approssima @@ -2374,58 +2485,62 @@ Tempo di contatto al suolo - + + Cadence + + + + SmO2 SmO2 - + Moxy Moxy - + tHb tHB - + O2Hb O2Hb - + HHb HHb - + Heart Rate Frequenza Cardiaca - + Data series Serie di Dati - + R-R Rate Frequenza R-R - + Core Temperature Temperatura di base - + Speed Velocità - - + Cadence Cadenza @@ -2446,13 +2561,13 @@ - + Name Nome - + Formula Formula @@ -2472,143 +2587,143 @@ Sotto - + Altitude Altitudine - + Temperature Temperatura - + Headwind Vento Contrario - + Torque Coppia - + Gear Ratio Rapporti - + Slope Pendenza - + No Alt/Slope No Alt/Pendenza - + 0.1km|mi - 1min 0.1km|mi - 1min - + 0.5km|mi - 5min 0.5km|mi - 5min - + 1.0km|mi - 10min 1km|mi - 10min - - + + Alt/Slope Alt/Pendenza - + Anaerobic TISS TISS Anaerobico - + Metrics Misure - + Aerobic TISS TISS Aerobico - + Iso Power Potenza Normalizzata - + Skiba xPower xPower Skiba - + Altitude Power Potenza Altitudine - + W' balance Bilancio W' - + Time of day Orario del Giorno - + Intervals Intervalli - + Selection #%1 Selezione #%1 - + Power + shade Potenza + sfondo - + Power - shade Potenza - sfondo - + No Power Senza Potenza - + Shading Ombreggia - + Time Tempo - + Distance Distanza - + X Axis Asse X @@ -2637,22 +2752,22 @@ Intervalli - + Save Changes Salva Modifiche - + Revert to Saved version Ripristina la Versione Salvata - + Delete Activity Cancella Attivita' - + Split Activity Dividi Attivita' @@ -2661,124 +2776,139 @@ Aggiungi Attivita' al Calendario - + Show Column Chooser Mostra Scegli Colonne - + Do Not Show In Groups Non Mostrare in Gruppi - + Group By Raggruppa per - + Expand All Espandi tutti - + Collapse All Compatta tutti - + Reset to default Resetta alla configurazione di base - + Sort User Intervals Ordina Intervalli utilizzatore - + + Mark as a performance test + + + + Rename route Rinomina percorso - + Stop tracking this segment Stop rilevamento di questo segmento - + + Create a performance test + + + + Create a route segment Creazione di un segmento di percorso - + + Performance Test + + + + Delete Interval Cancella Intervallo - + Unable to delete interval Impossibile cancellare intervallo - - + + Find Intervals... Trova Intervalli... - + Zoom out Rimpicciolisci - - + + Zoom to interval Ingrandisci all'intervallo - - + + Edit interval Modifica intervalli - - + + Delete interval Cancella Intervallo - - + + Rename selected intervals Rinomina intervalli selezionati - - + + Delete selected intervals Cancella intervalli selezionati - + Zoom Out Rimpicciolisci - - + + Find Intervals Trova intervalli - + No activity selected Nessuna attivita' selezionata - + Current activity contains no data L'attivita' in uso non contiene dati @@ -2853,7 +2983,7 @@ AppendXDataPointsCommand - + Append XData Points Aggiungi punti XData @@ -2861,202 +2991,206 @@ Athlete - + Pace Zones File %1 Error Error File %1 Zone Ritmo - + Athlete Weight Peso Atleta - + Time In HR Zone Tempo in Zona FC - + Power Distribution Distribuzione di Potenza - + Vo2max Estimation Stima Vo2max - + KPI Tracker Tracciatore KPI - + Critical Power Trend Trend Potenza Critica - + Aerobic Power Potenza Aerobica - + Power Variance Varianza Potenza - + Power Profile Profilo Potenza - + Anaerobic Power Potenza Anaerobica - + Power & Speed Trend Trend Potenza e Velocita' - + Tempo & Threshold Time Ritmo e Soglia Tempo - + Training Mix Allenamento Misto - + Time & Distance Tempo & Distanza - + Zones File %1 Error Errore nel File %1 delle zone - + Reading Zones File %1 Lettura File %1 zone - + HR Zones File %1 Error Errore nel File %1 Zone FC - + Reading HR Zones File %1 Lettura File %1 Zone FC - + Time In Power Zone Tempo in zone potenza - + Sustained Time In Zone Tempo sostenuto in zone - + Time in W' Zone Tempo in Zona W' - + BikeScore and Intensity BikeScore e Intensita' - BikeStress and IF - BikeStress and IF + BikeStress and IF - + + BikeStress and BikeIntensity + + + + Stress and Distance Stress e Distanza - + Calories vs Duration Calorie vs Durata - + Stress (TISS) Stress (TISS) - + Aerobic Response Risposta Aerobica - + Anaerobic Response Risposta Anaerobica - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (Distanza) - + PMC (Duration) PMC (Durata) - + CP History Cronologia CP - + CP Analysis Analisi CP - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Tempo in zone di ritmo - + Run Pace Ritmo di corsa - + Swim Pace Ritmo di nuotata @@ -3064,49 +3198,49 @@ AthleteBackup - + Abort Backup and Reset Counter Annulla Backup e resetta il contatore - + Select Backup Directory Seleziona Rubrica per il Backup - - - - - - - - + + + + + + + + Athlete Backup Backup Atleta - + No backup directory selected - backup aborted Nessuna rubrica per il backup selezionata - annullamento del backup - + Any unsaved data will not be included into the backup .zip file. I dati non salvati non saranno inclusi nel file di backup .zip. - + Do you want to proceed? Vuoi procedere? - + Abort Backup Annulla Backup - + Backup successfully stored in %1 Backup salvato con successo in @@ -3117,28 +3251,28 @@ Backup salvato con successo in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. Nessun file trovato per atleta %1 - tutte le subdirectory in atleta sono vuote. - + Not enough space available on disk: %1 - no backup .zip file created Non c'e' spazio sufficiente nel disco %1 - il file di backup .zip non e' stato creato - - + + Directory %1 not available. No backup .zip file created for athlete %2. La rubrica %1 non e' disponibile. Non e' stato creato il file di backup .zip per atleta %2. - + Backup file %1 cannot be created. Il file di Backup %1 non puo' essere creato. - + Adding files to backup %1 for athlete %2 ... Aggiunta file al backup %1 per atleta %2 ... @@ -3146,22 +3280,22 @@ AthleteBones - + Athlete Bones Ossatura Atleta - + kg kg - + lbs lbs - + Athlete bones in kg or lbs from body measurements Ossatura Atleta in kg o lbs da misurazioni corporee @@ -3169,7 +3303,7 @@ AthleteConfig - + About A proposito di @@ -3178,47 +3312,52 @@ Misure - + Power Zones Zone di Potenza - + Heartrate Zones Zone Frequenza Cardiaca - + Pace Zones Zone di Ritmo - + Model Modello - + Measurements Misurazioni - + + HRV + HRV + + + Zones Zone - + Accounts Account - + Auto Import Importo automatico - + Backup Backup @@ -3253,18 +3392,18 @@ AthleteFatP - + Athlete Bodyfat Percent Percentuale Grasso corporeo atleta - - + + % % - + Bodyfat in Percent from body measurements Grasso corporeo Atleta in Percentuale da misurazioni corporee @@ -3276,22 +3415,22 @@ AthleteLean - + Athlete Lean Weight Peso Massa Magra Atleta - + kg kg - + lbs lbs - + Lean Weight in kg or lbs from body measurements Peso Massa Magra Atleta in kg o lbs da misurazioni corporee @@ -3303,22 +3442,22 @@ AthleteMuscles - + Athlete Muscles Muscolatura Atleta - + kg kg - + lbs lbs - + Athlete muscles in kg or lbs from body measurements Muscolatura Atleta in kg o lbs da misurazioni corporee @@ -3353,52 +3492,52 @@ AutoImportPage - + + + - + - - - + Browse Sfoglia - + Add Aggiungi - + Delete Cancella - + Up Sopra - + Down Sotto - + Directory Rubrica - + Import Rule Regola importazione - + Enter directory or press [Browse] to select Indica rubrica o premi [Browse] per selezionare @@ -3425,18 +3564,18 @@ AvgCadence - + Average Cadence Cadenza Media - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 Cadenza media, calcolata when la cadenza e' > 0 @@ -3444,18 +3583,18 @@ AvgCoreTemp - + Average Core Temperature Temperatura di base media - - + + C C - + Average Core Temperature. The core body temperature estimate is based on HR data Temperatura di base media. La temperatura di base e' stimata in base ai dati di FC @@ -3463,18 +3602,18 @@ AvgHeartRate - + Average Heart Rate Frequenza Cardiaca media - - + + bpm bpm - + Average Heart Rate computed for samples when hr is greater than zero Frequenza Cardiaca media calcolata per campioni when h e' > 0 @@ -3482,22 +3621,22 @@ AvgLPCO - + Average Left Pedal Center Offset Scarto medio centro pedale sinistro - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. Lo scarto del centro della piattaforma e' posizionato sulla piattaforma del pedale dove si applica la forza, in media. @@ -3505,17 +3644,17 @@ AvgLPP - + Average Left Power Phase Length Lunghezza media fase di potenza sinistra - + ° ° - + It is the left pedal stroke region length where you produce positive power, on average. E' la lunghezza della fase di pedalata a sinistra dove si produce una potenza positiva, in media. @@ -3523,17 +3662,17 @@ AvgLPPB - + Average Left Power Phase Start Inizio fase di potenza sinistra media - + ° ° - + It is the left pedal stroke angle where you start producing positive power, on average. E' l'angolo della fase di pedalata a sinistra dove si comincia a produrre una potenza positiva, in media. @@ -3541,17 +3680,17 @@ AvgLPPE - + Average Left Power Phase End Fine fase di potenza sinistra media - + ° ° - + It is the left pedal stroke angle where you end producing positive power, on average. E' l'angolo della fase di pedalata dove si finisce di produrre una potenza positiva, in media. @@ -3559,17 +3698,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Lunghezza media fase di picco di potenza sinistra - + ° ° - + It is the left pedal stroke region length where you produce peak power, on average. E' la lunghezza della fase di pedalata a sinistra dove si produce un picco di potenza, in media. @@ -3577,17 +3716,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Inizio fase media di picco di potenza sinistra - + ° ° - + It is the left pedal stroke angle where you start producing peak power, on average. E' l'angolo di pedalata a sinistra dove si comincia a produrre un picco di potenza, in media. @@ -3595,17 +3734,17 @@ AvgLPPPE - + Average Left Peak Power Phase End Fine fase media di picco di potenza sinistra - + ° ° - + It is the left pedal stroke angle where you end producing peak power, on average. E' l'angolo di pedalata a sinistra dove termina picco di potenza, in media. @@ -3613,18 +3752,18 @@ AvgLPS - + Average Left Pedal Smoothness Omogeneita' media pedale sinistro - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. Misura l'omogeneita' della potenza applicata al pedale sinistro durante la rivoluzione, in media. @@ -3632,18 +3771,18 @@ AvgLTE - + Average Left Torque Effectiveness Efficacita' media coppia torcente sinistra - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. Misura quanta potenza applicata al pedale sinistro lo muove in avanti, in media. @@ -3651,18 +3790,18 @@ AvgPower - + Average Power Potenza Media - - + + watts watt - + Average Power from all samples with power greater than or equal to zero Potenza media di tutti campioni con potenza maggiore o ugulae a zero @@ -3670,22 +3809,22 @@ AvgRPCO - + Average Right Pedal Center Offset Scarto medio centro pedale destro - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. Lo scarto del centro della piattaforma e' posizionato sulla piattaforma del pedale destro dove si applica la forza, in media. @@ -3693,17 +3832,17 @@ AvgRPP - + Average Right Power Phase Length Lunghezza media fase di potenza destra - + ° ° - + It is the right pedal stroke region length where you produce positive power, on average. E' la lunghezza della fase di pedalata a destra dove si produce una potenza positiva, in media. @@ -3711,17 +3850,17 @@ AvgRPPE - + Average Right Power Phase End Fine fase di potenza destra media - + ° ° - + It is the right pedal stroke angle where you end producing positive power, on average. E' l'angolo della fase di pedalata a destra dove si finisce di produrre una potenza positiva, in media. @@ -3729,17 +3868,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Lunghezza media fase di picco di potenza destra - + ° ° - + It is the right pedal stroke region length where you produce peak power, on average. E' la lunghezza della fase di pedalata a destra dove si produce un picco di potenza, in media. @@ -3747,17 +3886,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Inizio fase media di picco di potenza destra - + ° ° - + It is the right pedal stroke angle where you start producing peak power, on average. E' l'angolo di pedalata a destra dove si comincia a produrre un picco di potenza, in media. @@ -3765,17 +3904,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Fine fase media di picco di potenza destra - + ° ° - + It is the right pedal stroke angle where you end producing peak power, on average. E' l'angolo di pedalata a destra dove termina picco di potenza, in media. @@ -3783,18 +3922,18 @@ AvgRPS - + Average Right Pedal Smoothness Omogeneita' media pedale destro - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. Misura l'omogeneita' della potenza applicata al pedale destro durante la rivoluzione, in media. @@ -3802,18 +3941,18 @@ AvgRTE - + Average Right Torque Effectiveness Efficacita' media coppia torcente destra - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. Misura quanta potenza applicata al pedale destro lo muove in avanti, in media. @@ -3821,17 +3960,17 @@ AvgRTPP - + Average Right Power Phase Start Inizio fase di potenza destra media - + ° ° - + It is the right pedal stroke angle where you start producing positive power, on average. E' l'angolo della fase di pedalata a destra dove si comincia a produrre una potenza positiva, in media. @@ -3892,18 +4031,18 @@ AvgSmO2 - + Average SmO2 SmO2 media - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Saturazione di ossigeno muscolare media, percentuale di emoglobina che trasporta ossigeno. @@ -3911,22 +4050,22 @@ AvgSpeed - + Average Speed Velocità Media - + kph km/h - + mph m/h - + Average Speed in kph or mph, computed from distance over time when speed not zero Velocita' media in km/h o m/h, calcolata come distanza su tempo quando la velocita' non e' zero @@ -3953,22 +4092,22 @@ AvgTemp - + Average Temp Temperatura Media - + C C - + F F - + Average Temp from activity data Temp media ottenuta dai dati di attivita' @@ -3976,18 +4115,18 @@ AvgtHb - + Average tHb tHb medio - - + + g/dL g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentrazione media di emoglobina totale. Grammi totali di emoglobina per decilitro. @@ -3995,27 +4134,27 @@ BackupPage - + Auto Backup Folder Cartella di backup automatico - + Browse Sfoglia - + Auto Backup execution every Esecuzione backup automatico ogni - + times the athlete is closed - 0 means never quante volte il profilo Atleta viene chiuso - 0 significa mai - + Choose Backup Directory Seleziona Cartella di Destinazione per il Backup @@ -4521,22 +4660,22 @@ BestsMetricsPage - + Available Metrics Misure Disponibili - + Selected Metrics Misure selezionate - + Up Sopra - + Down Sotto @@ -4550,6 +4689,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + Punteggio dello stress di Allenamento tenuto conto sia dell'intensita' che della durata delle sessoni di allenamento, puo' essere calcolato come 100 * ore * IF^2 + + + BingMap Route @@ -4724,44 +4871,98 @@ - BodyMeasuresCsvImport + BodyMeasures - - CSV Files (*.csv) - File CSV (*.csv) + + Weight + Peso - - Select body measurements file to import - Seleziona il file delle misurazioni corporee da importare + + Fat Mass + - - No file selected. - Nessun file selezionato. + + Muscle Mass + - - Selected file %1 cannot be opened for reading. - Il file selezionato %1 non puo' essere aperto per lettura. + + Bones Mass + - - Column header contains duplicate identifier - L'intestazione della colonna contiene un identificatore duplicato + + Lean Mass + - - Unknown column header: - Intestazione colonna sconosciuta: + + Fat Percent + - - SPACE - SPACE + + kg + kg - + + + % + % + + + + lbs + lbs + + + + Body + + + + + BodyMeasuresCsvImport + + + CSV Files (*.csv) + File CSV (*.csv) + + + + Select body measurements file to import + Seleziona il file delle misurazioni corporee da importare + + + + No file selected. + Nessun file selezionato. + + + + Selected file %1 cannot be opened for reading. + Il file selezionato %1 non puo' essere aperto per lettura. + + + + Column header contains duplicate identifier + L'intestazione della colonna contiene un identificatore duplicato + + + + Unknown column header: + Intestazione colonna sconosciuta: + + + + SPACE + SPACE + + + Date and Timestamp are missing - Column 'ts' for timestamp - Colum 'date' for Date/Time. Mancano data ed Timestamp - Colonna 'ts' per timestamp - Colonna 'date' per Data/Orario. @@ -4864,18 +5065,23 @@ Dalla data dell'ultima misurazione scaricata ad oggi - + Discard all existing measurements Scarta tutte le misurazioni esistenti - - + + Body Measurements Misurazioni Corporee - + + Download completed. + + + + Downloading of body measurements failed with error: %1 Scaricamento delle misurazioni corporee fallito con errore: %1 @@ -4885,17 +5091,17 @@ Inserisci manualmente: - + Download Scarica - + Close Chiudi - + Invalid date range - please check your input Intervallo date non valido - verifica il tuo inserimento dati @@ -4922,122 +5128,122 @@ CPPage - - + + Update Aggiorna - - + + + + - - + + - - - - + + Add Aggiungi - - + + Delete Cancella - + Def Def - - + + From Date Da data - - + + Critical Power Potenza Critica (CP) - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax - - - + + + MMM d, yyyy d MMM, yyyy - + Short Corto - + Use CP for all metrics Usa CP per tutte le misure - + Use FTP for Coggan metrics Usa FTP per le misure di Coggan - + Long Lungo - + From Watts Da watt - - + + CP must be > 0 CP deve essere > 0 - + Maximum of 10 zones reached. Raggiunto il massimo di 10 zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) @@ -5045,287 +5251,269 @@ CPPlot - - + + Interval Length Lunghezza dell'intervallo - + Average Power (watts) Potenza Media (watt) - - - + + + Percent of Best Percentuale del Migliore - + Total work Lavoro totale - + + kJ kJ - + Power Potenza - - - - + + + + watts watt - + Veloclinic Plot Grafico Veloclinic - - + + J J - + Cadence Cadenza - + rpm rpm - + Heartrate FrequenzaCardiaca - + bpm bpm - + Watts delta Delra Watt - + watts/s watt/s - + Cadence delta Delta cadenza - + rpm/s rpm/s - + Torque delta Delta coppia torcente - + nm/s nm/s - + Heartrate delta Delta FrequenzaCardiaca - + bpm/s bpm/s - + Acceleration Accelerazione - + m/s/s m/s/s - + Speed Velocità - + kph km/h - + Pedal Force Forza Pedalata - + nm nm - + Iso Power Potenza normalizzata - + Altitude Power Potenza Altitudine - + xPower xPower - + Watts per kilogram Watt per kilogrammo - - + + w/kg w/kg - + Watts per lb Watt per libbra - - + + w/lb w/lb - + Altitude Power per kilogram Potenza Altitudine per kilogrammo - + Altitude Power per lb Potenza Altitudine per lb - + VAM VAM - + m/hour m/h - + Power (W) Potenza (W) - - - Rank - Scaglione + Scaglione - - + + W' W' - + %1 kJ %1 kj - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a n/a - - + + CP CP - - - + + %1 w %1 w - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 w/kg @@ -5346,134 +5534,149 @@ %1 km %2 mi - + %1 mi %1 mi - + D' D' - - + + %1 mph %1 miglia/h - + %1 km %1 km - - - - - + + + + + %1 %2 %1 %2 - + m m - + yd yd - + CV CV - + % % - - + + %1 kph %1 km/h - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities Percentuale del Migliore / Attivita' calore - - + + Heat Activities Attivita' calore - + Activities Attivita' - + ddd MMM d, yyyy hh:mm ddd d MMM, yyyy hh:mm - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + Bests Migliore - + ddd, dd MMM yyyy ddd, dd MMM yyyy - + %1 m %1 m - + %1 yd %1 yd - + %1 km %1 km - + %1 mi %1 mi - + %10 % %10 % @@ -5494,98 +5697,98 @@ CVPage - - + + Update Aggiorna - - + + + + - - + + - - - - + + Add Aggiungi - - + + Delete Cancella - + Def Def - - + + From Date Da data - - + + Critical Velocity Velocita' Critica - + Metric Pace Misura Ritmo - - - + + + MMM d, yyyy d MMM, yyyy - + Short Corto - + Long Lungo - + From Da - + CV must be > 0 Cv deve essere > 0 - + Maximum of 10 zones reached. Raggiunto il massimo di 10 zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) @@ -5593,60 +5796,78 @@ CalDAV - - - + + + Missing Preferences Preferenza mancante - - + + CalID or CalDAV Url is missing in preferences CallD o CalDAV Url manca nelle preferenze - + CalDAV REPORT url error CalDAV-REPORT url errore - + CalDAV Calendar API reply error CalDAV Calendario errore risposta API - + HTTP HTTP - + SSL error(s) has occurred: %1 Errore(i) SSL: %1 - + Authorization for Google CalDAV is missing in preferences Autorozzazione da CalDAV manca nelle preferenze - + Authorization Error Errore autorizzazione - + Error requesting access token Errore nella richiesta di token - + CalDAV Calendar url error CalDAV Calendario errore url + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5672,35 +5893,35 @@ Card - + Time In Zone Tempo in Zona - - - - + + + + seconds secondi - + Form Forma - + Fitness Fitness - + Fatigue Fatica - + Risk Rischio @@ -5850,163 +6071,173 @@ CloudDBChartListDialog - + First Primo - + Next %1 Successivo %1 - + Prev %1 Prec %1 - + My Charts I miei Grafici - + All Tutti - + Curated Only Solo Curate - + Uncurated Only Sono Non curate - + Any Sport Qualsiasi sport - + Any Language Qualsiasi linguaggio - - + + Search Keyword Cerca Parola Chiave - + Select charts to download Seleziona grafici da scaricare - + unknown sconosciuto - + Trends Trend - + Activities Attivita' - + Diary Diario - + Train Allenamento - + All Views Tutte le Viste - + Chart requires 'R' Il Grafico richiede 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. Il grafico che stai scaricando richiede che 'R' sia installato e attivato cosicchè GoldenCheetah possa mostrare i grafici. O 'R' non e' attivato nelle preferenze, o non e' neanche installato.<br><br> Verifica che 'R' sia installato ed attivato per poter usare questo grafico. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance Gestione Grafici - + Do you really want to delete this chart definition ? Sei sicuro di voler cancellare la definizione di questo grafico? - - + + Delete selected chart Cancella grafico selezionato - - + + Edit selected chart Modifica grafico selezionato - - - + + + Close Chiudi - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 Mostra %1 a %2 dei %3 grafici per %4 / Totale caricati %5 - + Download selected chart(s) Scarica grafico(i) selezionato(i) - + Set selected chart 'Curated' Imposta grafico selezionato come "Curato" - + Chart maintenance - Edit or Delete your Charts Gestione Grafico - Modifica o Cancella i tuoi Grafici - + Curator chart maintenance - Curate, Edit or Delete Charts Gestione Grafico del Curatore - Cura, Modifica o Cancella i tuoi Grafici - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>Ultima Modifica il: %2 - Creata da: %3</h4>%4 - + Reset Search resetta Ricerca @@ -6014,99 +6245,99 @@ CloudDBChartObjectDialog - + Chart Name Nome Grafico - + <Chart Name> <Grafico:Nome> - + Sport Sport - + Language Lingua - + Nickname Alias - + E-Mail E-Mail - + Version Details Dettagli versione - + Creator UUid UUid Creato da - + <Enter the description of the chart here> <Inserisci qui la descrizione del grafico> - + Upload Carica - - - - - - + + + + + + Upload Chart Carica Grafico - - + + Please enter a valid chart name with min. 5 characters length. Si prega di dare al grafico un nome valido con un minimo di 5 caratteri di lunghezza. - + Please enter a nickname for this athlete. Si prega di inserire un Alias per questo atleta. - - + + Please enter a valid e-mail address. Si prega di inserire un indirizzo di e-mail valido. - + Please enter a sensible chart description. Si prega di inserire una descrizione pertinente del grafico. - + Cloud Upload Carica sul Cloud - + Do you want to upload this chart definition ? Vuoi caricare questa definizione del grafico? - + Cancel Cancella @@ -6114,7 +6345,7 @@ CloudDBChartShowPictureDialog - + Close Chiudi @@ -6274,7 +6505,7 @@ CloudService - + expected compressed activity file. Atteso file di attivita' compressa. @@ -6287,17 +6518,17 @@ CloudServiceAutoDownloadWidget - + Downloading Sto scaricando - + Checking Verifica - + Last 30 days Ultimi 30 giorni @@ -6305,43 +6536,43 @@ CloudServiceDialog - - + + Folder Cartella - + Name Nome - + Type Tipo - + Modified Modificata - + Create Folder Crea cartella - + Cancel Cancella - + Open Apri - + d MMM yyyy d MMM yyyy @@ -6349,267 +6580,285 @@ CloudServiceSyncDialog - + Synchronise Sincronizza - + + Sync with Sincronizza con - + Unable to connect, check your configuration in preferences. Impossibile connettersi, verifica la tua configurazione nelle preferenze. - - - - - - - + + + + + + + Download Scarica - - - - + + + + Upload Carica - - - + + + Synchronize Sincronizza - + From: Da: - + To: A: - + Refresh List Aggiorna lista - + Close Chiudi - - - + + + Select all Seleziona tutti - + Workout Name Nome allenamento - - - + + + Date Data - - - + + + Time Orario - - + + Exists Esiste - - - + + + Status Stato - - + + Workout Id ID allenamento - + File File - - + + Duration Durata - - + + Distance Distanza - + Keep all do not delete Mantieni tutti non cancellare - + Keep %1 but delete Local Mantenieni %1 ma cancella Local - + Keep Local but delete %1 Mantieni Local ma cancella %1 - + Source Sorgente - + Action Azione - + Initial Iniziale - + Overwrite existing files Sovrascrivi file esistenti - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy d MMM, yyyy - - + + Abort Annulla - - - + + + %1 of %2 selected Selezionati %1 di %2 - + Processed %1 of %2 Elaborati %1 di %2 - - + + Downloading Sto scaricando - - + + Uploading Sto caricando - - + + Parse failure Fallimento analisi - + Sync complete Sincronizzazione completa - + Processed %1 of %2 successfully Elaborati %1 di %2 con successo - - - + + + File exists File esistente - + Downloaded %1 of %2 Scaricati %1 di %2 - + Downloads complete Scaricamento completo - + Downloaded %1 of %2 successfully Scaricati %1 di %2 con successo - - + + Aborted Annullato - + Saved Salvato - + Uploaded %1 of %2 Caricati %1 di %2 - + Uploads complete Caricamento completo - + Uploaded %1 of %2 successfully Caricati %1 di %2 con successo - + Completed. Completato. @@ -6617,27 +6866,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... Caricati %1 bytes... - + Cancel Cancella - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed Caricamento fallito - + Unable to upload, check your configuration in preferences. caricamento impossibile, verifica la tua configurazione nelle preferenze. - + OK OK @@ -6653,42 +6919,42 @@ ColorsPage - + Color Colore - + Select Seleziona - + Activity Scrollbar Barra scorrimento Attivita' - + Activity Headings Titoli Attivita' - + Line Width Larghezza Linea - + Font Carattere - + Font Scaling Scala Carattere - + Antialias Antialias @@ -6705,17 +6971,17 @@ Colore opaco (Windows) - + Swatch Orologio - + Name Nome - + Apply Theme Applica Tema @@ -6740,12 +7006,12 @@ Testo Calendario - + Theme tema - + Colors Colori @@ -7050,37 +7316,37 @@ Scegli Cartella locale condivisa con Rubrica Atleta - + + + - + - - - + Edit Modifica - + Add Aggiungi - + Delete Cancella - + Service Servizio - + Description Descrizione @@ -7101,388 +7367,441 @@ CriticalPowerWindow - - - + + + no data Nessun dato - + Percentage of Best Percentuale del Migliore - + Show Heat Mostra riscaldamento - + Delta compare Compara Delta - + as percentage come percentuale - + Critical Power Potenza Critica (CP) - + Basic Base - + Export Chart Data... Esporta Dati Grafico... - + Filter Filtro - + Date range Intervallo Date - + Data series Serie di Dati - + Activity Mean Max Massimo dell'attivita' media - + Activity Centile Centile Attivita' - + No Activity Nessun' Attivita' - + Current Activity Attivita' in uso - + None Nessuno - - - + + + Model Modello - + Zone Shading Ombreeggiatura Zone - + + Show Power Profile + + + + Show grid Mostra griglia - + + Show Performance Tests + + + + Show Bests Mostra Migliori - + Filter Unique Bests Filtri i Migliori unici - + Show Sustained Efforts Mostra sforzi sostenuti - + Show as percentage Mostra come percentuale - + Show curve heat Mostra curva riscaldamento - + Show curve heat by date Mostra curva riscaldamento per data - + Shade Intervals Ombreggia intervalli - + + Show time scale linear + + + + 2 parameter parametro 2 - + 3 parameter parametro 3 - + Extended CP CP estesa - + Multicomponent Componente multiplo - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Cerca Intervallo - + (seconds) (secondi) - + Anaerobic Anaerobico - + Aerobic Aerobico - + Short anaerobic Anaerobico corto - + Long aerobic Aerobico lungo - + Exponential Esponenziale - + Variant VAriante - + Linear feedback Feedback lineare - + Regeneration Regeneratione - + Value Valore - + Rank Scaglione - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a n/a - + CP CP - - - + + 0 w 0 w - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index Indice resistenza - + Motor Unit Model Modello Unita' Motorie - + Power Potenza - + Watts per Kilogram Watt Per kg - + xPower xPower - + Iso Power Potenza Normalizzata - + Heartrate Frequenza Cardiaca - + Speed Velocità - + Acceleration Accelerazione - + Power %1 Potenza %1 - + Cadence %1 Cadenza %1 - + Torque %1 Coppia torcente %1 - + Heartrate %1 FrequenzaCardiaca %1 - + Cadence Cadenza - + Torque Coppia torcente - + VAM VAM - + aPower aPower - + aPower per Kilogram aPower per kilogrammo - + Work Lavoro - + Veloclinic Plot Grafico Veloclinic - + Unknown sconosciuto - + Save Best Data as CSV Salva i dati migliori come CSV - + no date no data - + MM/dd/yyyy dd/MM/yyyy @@ -7490,47 +7809,47 @@ CustomMetricsPage - + Symbol Simbolo - + Name Nome - + Edit Modifica - + + + - + - - - + Add Aggiungi - + Delete Cancella - + Are you sure you want to delete this metric? Sei sicuro di voler cancellare questa misura? - + Remove Rimuovi @@ -7622,18 +7941,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts watt - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Daniels EqP e' la potenza costante che produce equivalenti Daniels Points. @@ -7641,12 +7960,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. Daniels Points adattata per ciclismo con l'uso della potenza al posto del ritmo e assumendo VO2max-potenza=1.2*CP, normalizzata per assegnare 100 punti a 1 ora a CP. @@ -7654,8 +7973,8 @@ DataFilter - - + + malformed expression. Espressione mal formulata. @@ -7663,87 +7982,95 @@ DateSettingsEdit - + Current selection Selezione in uso - + Current selection thru today Selezione in uso fino ad oggi - + From Da - + to today fino a oggi - + Between Tra - + and e - + Last Ultimo - + days giorni - + weeks settimane - + months mesi - + years anni - + This Questo - + week settimana - + month mese - + year anno - + prior prima + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7784,62 +8111,62 @@ DefaultsPage - + + + - + - - - + Add Aggiungi - + Delete Cancella - + Up Sopra - + Down Sotto - + Field Campo - + Value Valore - + Linked field Campo collegato - + Default Value Valore di base - + New Nuovo - + New (%1) Nuovo (%1) @@ -7860,7 +8187,7 @@ Rimuovi punti - + Remove XDATA Points Rimuovi punti XData @@ -7876,12 +8203,12 @@ DevicePage - + Add Aggiungi - + Delete Cancella @@ -7894,12 +8221,12 @@ Consenti multipli dispositivi in modalita' Allena - + + + - + - - @@ -7942,12 +8269,26 @@ Dispositivo seriale Kettler Racer - + + Daum Serial Device + + + + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Tacx Fortius/iMagic bike trainer con il controller posizionato al manubrio connesso via USB. Si prega di verificare che che il firmware del dispositivo sia aggiornato. + Tacx Fortius/iMagic bike trainer con il controller posizionato al manubrio connesso via USB. Si prega di verificare che che il firmware del dispositivo sia aggiornato. - + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Dispositivi di test usati solo per sviluppo. Se un file ERG e' selezionato sara' riavviato di nuovo, con l'introduzione di un valore casuale. @@ -7973,75 +8314,62 @@ Calendario - Summary - Sommario + Sommario - Day Summary - Sommario Giornaliero + Sommario Giornaliero - Weekly Summary - Sommario Settimanale + Sommario Settimanale - Monthly Summary - Sommario Mensile + Sommario Mensile - Totals - Totali + Totali - Averages - Medie + Medie - Maximums - Massimi + Massimi - Metrics - Misure + Misure - ^(Average|Max) - ^(Media|Max) + ^(Media|Max) - seconds - secondi + secondi - Day of - Giorno di + Giorno di - - + dddd MMMM d dddd d MMMM - + Week Commencing %1 Inizio settimana %1 - MMMM yyyy - MMMM yyyy + MMMM yyyy @@ -8132,62 +8460,62 @@ , poi clicca Scarica. - + Getting list ... Sto Processando la lista ... - + Get list failed Non sono riuscito ad ottenere la lista - + The activity %1 could not be converted to GoldenCheetah .JSON file format. Non e' stato possibile convertire l'attivita' %1 nel formato JSON di GoldenCheetah. - + Starting Download ... Comicia lo scaricamento ... - + Download cancelled Scaricamento calcellato - + File %1 has no valid timestamp, falling back to 'now' Il file %1 non ha un timestamp valido, regressiona a 'ora' - + Activity Already Downloaded Attivita' gia' scaricata - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? L'attivita' iniziata a %1 sembra che sia gia'stato scaricato. Vuoi sovrascrivere il file precedente? - + Failed to rename %1 to %2 Fallito il cambiamento di nome da %1 a %2 - + .JSON conversion error: file %1 Errore conversione .JSON: file %1 - + Download completed Scaricamento completato - + Cleaned data Dati puliti @@ -8215,50 +8543,50 @@ Errore nel caricare i driver del dispositivo - + Cancel clicked by user. - - + + Download failed Download fallito - + Failed to remove existing file %1: %2 Fallita la rimozione di file gia' esistenti %1: %2 - + failed to rename %1 to %2 fallito la rinomina di %1 in %2 - + Failed to rename %1 to %2: %3 Fallito rinomina %1 in %2: %3 - + &Overwrite &Sovrascrivi - + &Skip &Salta - + skipped file %1 file saltato %1 - - - + + + Error Errore @@ -8266,38 +8594,44 @@ Dropbox - Network Problem reading Dropbox data - Problema di rete nella lettura dei dati di Dropbox + Problema di rete nella lettura dei dati di Dropbox - invalid root path. - Il percorso alla radice del file di sistema non e' valido. + Il percorso alla radice del file di sistema non e' valido. - root is not a directory. - La radice del file di sistema non e' una rubrica. + La radice del file di sistema non e' una rubrica. - problem parsing Dropbox data - problema parsing dei dati di Dropbox + problema parsing dei dati di Dropbox + + + + Problem accessing Dropbox data + - + You must authorise with Dropbox first Devi prima ottenere un autorizzazzione da Dropbox - - + + Parsing Error: %1 + + + + + Completed. Completato. - + Network Error - Upload failed. Errore di rete - Caricamento non riuscito. @@ -8319,12 +8653,12 @@ EOA - + Effect of Altitude Effetto dell'altitudine - + Relationship between altitude adjusted power and recorded power Relazione tra la potenza corretta per l'altitudine e la potenza registrata @@ -8366,17 +8700,22 @@ EditIntervalDialog - + Edit Interval Modifica intervallo - + + Performance Test + + + + &OK &OK - + &Cancel &Cancella @@ -8384,121 +8723,140 @@ EditMetricDetailDialog - + Name Nome - + Axis Label / Units Etichetta assi / Unita' - + Estimate %1 %2 Power Stima Potenza %1 %2 - + Endurance Index Indice resistenza - + Vo2Max Estimate Vo2MAX stimata - + Curve Settings Impostazioni curva - + Metric Misura - + Best Migliore - + Estimate Stima - Stress - Stress + Stress - + + PMC + PMC + + + Formula Formula - - + + Measure + + + + + Performance + + + + + Banister + + + + + seconds secondi - - + + minutes minuti - - + + hours ore - - + + Peak Picco - + Absolute Assoluto - + Per Kilogram Per kilogrammo - + Total Totale - + Running Total Totale corsa - + Average Media - + Low Basso - + Aggregate: Unisci: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8511,217 +8869,287 @@ - - Short Term Stress (STS/ATL) - Stress di Breve Durata (STS/ATL) + + Weekly Best Performances + - + + Submaximal Weekly Best + + + + + Performance Tests + + + + + Short Term Stress (STS/ATL) + Stress di Breve Durata (STS/ATL) + + + Long Term Stress (LTS/CTL) Stress di Lunga Durata (LTS/CTL) - + Stress Balance (SB/TSB) Bilancio Stress (SB/TSB) - + Stress Ramp Rate (RR) Tasso Aumento Stress (RR) - + Stress Type Tipo di Stress - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field Campo Metadati - + PMC metric Misura PMC - + + Measure Group + + + + + Measure Field + + + + Filter Filtro - + Style Stile - + Bar Barra - + Line Linea - + Sticks Stecche - + Dots Punti - + Stack Pila - + Symbol Simbolo - + None Nessuno - + Circle Cerchio - + Square Quadrato - + Diamond Diamante - + Triangle Triangolo - + Cross Croce - + Hexagon Esagono - + Star Stella - + Color Colore - + Fill curve Riempi curve - + Data labels Etichette Dati - + Highlight Highest Evidenzia il piu' alto - + Highlight Lowest Evidenzia il piu' basso - + Highlight Outliers Evidenzia Outliers - + Baseline Normale - + Smooth Curve Approssima Curva - + No trend Line Nessuna linea di trend - + Linear Trend Trend lineare - + Quadratic Trend Trend quadratico - + Moving Average Media di movimento - + Simple Average Media semplice - + &OK &OK - + &Cancel &Cancella - + Peak %1 Picco %1 - + second secondo - + minute minuto - + hour ora - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Scegli Colore Misura @@ -8768,72 +9196,72 @@ EditPhaseDialog - + Edit Date Range Modifica Intervallo Date - + Name Nome - + Type Tipo - + From Da - + To A - + Starting LTS LTS iniziale - + Lowest SB SB minima - + Phase Fase - + Prep Prep - + Base Base - + Build Costruzione - + Camp Camp - + &OK &OK - + &Cancel &Cancella @@ -8841,62 +9269,62 @@ EditSeasonDialog - + Edit Date Range Modifica Intervallo Date - + Name Nome - + Type Tipo - + From Da - + To A - + Starting LTS LTS iniziale - + Lowest SB SB minima - + Season Stagione - + Cycle Ciclo - + Adhoc Ad hoc - + &OK &OK - + &Cancel &Cancella @@ -8904,27 +9332,37 @@ EditSeasonEventDialog - + Edit Event Modifica Evento - + Name Nome - + Date Data - + + Priority + Priorita' + + + + Description + Descrizione + + + &OK &OK - + &Cancel &Cancella @@ -9150,13 +9588,13 @@ ElevationGain - + Elevation Gain Ascesa - + meters metri @@ -9167,7 +9605,7 @@ - + feet piedi @@ -9177,7 +9615,7 @@ Ascesa a bassa velocita' con nessuna potenza o ritmo - + Elevation Gain in meters of feets Ascesa in metri o piedi @@ -9185,22 +9623,22 @@ ElevationLoss - + Elevation Loss Discesa - + meters metri - + feet piedi - + Elevation Loss in meters of feets Discesa in metri o piedi @@ -9558,107 +9996,107 @@ FieldsPage - + Delete Cancella - + Up Sopra - + Down Sotto - + + + - + Text Testo - + Textbox Box di Testo - + ShortText Testo corto - + Integer Intero - + Double Doppio - + Date Data - + Time Orario - + Checkbox Checkbox - + - - - + Add Aggiungi - + Screen Tab Tab schermo - + Field Campo - + Type Tipo - + Values Valori - + Diary Diario - + New Nuovo - + New (%1) Nuovo (%1) @@ -9898,7 +10336,7 @@ FilterHrvOutliers - + Filter R-R Outliers Filtra Outliers R-R @@ -9906,33 +10344,47 @@ FilterHrvOutliersConfig - + R-R maximum (msec) massimo R-R (msec) - + R-R minimum (msec) minimo R-R (msec) - + Filter range Intervallo filtro - + Filter window size (#) Taglia della finestra del filtro (#) - + + Set Rest Hrv + + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". + - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. + - "Filter range" of the average within a window (flag 0) + - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval - Filtra outliers R-R (vedi "R-R flag" negli Xdata HRV). Nessun outlier marcato "1" + Filtra outliers R-R (vedi "R-R flag" negli Xdata HRV). Nessun outlier marcato "1" - "R-R minimo e massimo" esclude campioni all'esterno (flag -1). Escusi anche filtrando l'intervallo. - "Intervallo FIltro" della media in una finestra (flag 0) - "taglia Finestra Filtro" distanza da entrambi i lati dell'intervallo considerato @@ -10029,6 +10481,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10131,10 +10599,27 @@ Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph wind heading (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data it will be overridden if wind is entered manually - Ottieni dati di potenza stimata basata sulla velocita'/altitudine/peso ecc. + Ottieni dati di potenza stimata basata sulla velocita'/altitudine/peso ecc. Il parametro del peso della bicicletta e' aggiunto al peso dell'atleta per calcolare la masssa totale, dovrebbe includere apparecchiatura, scarpette, ecc. @@ -10384,7 +10869,7 @@ FixPower - + Adjust Power Values Aggiusta i valori di potenza @@ -10392,21 +10877,45 @@ FixPowerConfig - Power Adjustment - Aggiustamento Potenza + Aggiustamento Potenza + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - L'aggiustamento dei valori di potenza permette di aumentare o diminiure di una percentuale i valori di potenza. Utilizza un singolo parametro: + L'aggiustamento dei valori di potenza permette di aumentare o diminiure di una percentuale i valori di potenza. Utilizza un singolo parametro: Aggiustamento Potenza - definisce la percentuale di modifica dei valori. Valori negativi sono accettati. @@ -10468,9 +10977,21 @@ Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the file already contain wind data it will be overridden if wind is entered + + + + Derive estimated running power data based on speed/elevation/weight etc using di Prampero coefficcients + +Equipment Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph wind heading (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the file already contain wind data it will be overridden if wind is entered - Ottieni stima dei dati di potenza di corsa basati sulla velocita'/altitudine/peso ecc. usando i coefficienti di Prampero + Ottieni stima dei dati di potenza di corsa basati sulla velocita'/altitudine/peso ecc. usando i coefficienti di Prampero Il parametro del peso dell'eqiopaggiamnto e' aggiunto al peso dell'atleta per calcolare la masssa totale, dovrebbe includere apparecchiatura, scarpette, ecc. @@ -10483,16 +11004,50 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Occasionalmente SmO2 (%) riporta erroneamente valori elevati (0% 0 > 100%). + Occasionalmente SmO2 (%) riporta erroneamente valori elevati (0% 0 > 100%). Questa funzione cerca picchi/anomalie nei dati di SmO2 e modifica i dati erronei arrotondando/interpolando i dati da entrambi i lati dei 3 punti in questione + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -10529,9 +11084,8 @@ Correggi Picchi di Potenza - Fix SmO2 Anomaly - Fissa anomalie SmO2 + Fissa anomalie SmO2 @@ -10594,17 +11148,17 @@ FolderNameDialog - + Folder Name Nome Cartella - + Cancel Cancella - + Create Crea @@ -10623,12 +11177,12 @@ - + seconds secondi - + You entered '%1' which is not an expected value. Hai inserito '%1' che non e' un valore atteso. @@ -11268,46 +11822,50 @@ GcCrashDialog - + %1 Crash Recovery %1 Ripristino Crash - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>GoldenCheetah e' andato in Crash per questo Atleta. </b><br><br>Il rapporto sottostante puo' dare delle utili informazioni agli sviluppatori. Sentiti libero di inviare una breve descrizione di cosa e' successo prima del crash a <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>Noi rispettiamo la privacy - questo log non contiene alcun identita' dell'utente, passwords o informazioni personali.</b><br><b><br>Quando questa finestra di dialogo verra' chiusa l'atleta verra' riaperto.</b> - + Save Crash Report... Salva Rapporto Crash ... - + Close Chiudi - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>Compilato il: %1 %2<br>id Compilazione: %3<br>Versione: %4<br>DB Schema: %5<br> Misure: %7<br>OS: %6<br> - + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> + + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr></table> <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr></table> - + Save Diagnostics Salva Diagnostiche - + Text File (*.txt) File di Testo (*.txt) @@ -11315,42 +11873,42 @@ GcMiniCalendar - + Mon Lun - + Tue Mar - + Wed Mer - + Thu Gio - + Fri Ven - + Sat Sab - + Sun Dom - + MMMM yyyy MMMM yyyy @@ -11408,9 +11966,8 @@ TISS Anaerobico - BikeStress - BikeStress + BikeStress @@ -11453,6 +12010,11 @@ Spostamento %1 file di configurazione tra le subrubriche: \%2 - %3 fallito + + TSS + + + Start copying of: Calendar files... Comincia la copia di: File Calendario... @@ -11646,17 +12208,17 @@ GcWindowDialog - + Chart Setup Allestimento Grafico - + Cancel Cancella - + OK OK @@ -11734,63 +12296,71 @@ Frequenza cardiaca vs Potenza + + Python Chart + + + + Python Chart + + + + 2d Plot Grafico 2d - 3d Plot - Grafico 3d + Grafico 3d - + Aerolab Chung Analysis Analisi Aerolab Chung - + Calendar Calendario - + Navigator Navigatore - + Summary Sommario - + Telemetry Telemetria - + Workout Allenamento - + Realtime Tempo Reale - + Pedal Stroke Colpo pedale - + Web page Pagina Web - Map Mappa @@ -11805,17 +12375,16 @@ Grafico R - StreetView - StreetView + StreetView - + Video Player Lettore Video - + Workout Editor Editore Allenamento @@ -11823,174 +12392,206 @@ GeneralPage - + Language Lingua - + English Inglese - + French Francese - + Japanese Giapponese - + Portugese (Brazil) Portoghese (Brasile) - + Italian Italiano - + German Tedesco - + Russian Russo - + Czech Ceco - + Spanish Spagnolo - + Portugese Portoghese - + Chinese (Simplified) Cinese (semplificato) - + Chinese (Traditional) Cinese (tradizionale) - + Dutch Olandese - + Swedish Svedese - + Unit Unita' - + Metric Metrico - + Imperial Imperiale - + Smart Recording Threshold (secs) Soglia Smart Recording - + Elevation hysteresis (meters) Isteresi Altitudine (metri) - + W' bal formula Formula bil. W' - + Enable R Abilita R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library Libreria Atleta - + Workout and VideoSync Library Libreria Allenamento e VideoSync - + R Installation Directory Rubrica di installazione di R - + + Python Home + + + + R Installation (R_HOME) Installazione R (R_HOME) - + Use Garmin Smart Recording Usa Garming Smart Recording - + Differential Differenziale - + Integral Integrale - + Warn for unsaved activities on exit Avvisa per attivita' non salvate in uscita - + Enable API Web Services Abilita Servizi API Web - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library Seleziona Libreria Atleta - - - + + + + Browse Sfoglia - + Select Workout Library Seleziona Libreria Allenamenti @@ -12157,12 +12758,12 @@ Gradient - + Gradient Gradiente - + Elevation Gain to Total Distance percent ratio Proportione percentuale di ascesa su distanza totale @@ -12432,18 +13033,18 @@ HeartBeats - + Heartbeats Battiti Cardiaci - - + + beats battiti - + Total Heartbeats Totale Battiti Cardiaci @@ -12668,128 +13269,133 @@ + Fix SmO2/tHb outliers + + + + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings Opzioni per mostrare/nascondere visualizzazioni (per esempio barra laterale) insieme ad aggiungere grafici e resettare le stutture dei grafici alle impostazioni originali - + Help options of GoldenCheetah Opzioni Aiuti di GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates Tipo di grafico interamente configurabile per seguire prestazione e trend delle misure, migliori durate e stime del modello definibili dall'utilizzatore - + Date range, data grouping settings which apply to a single chart Impostazioni, di intervallo date e gruppi di dati, che si applicano ad un singolo grafico - + Curves which are plotted for the specific chart - based on presets or individually added and modified here Curve che sono disegnate per un grafico specifico - basate su configurazioni preregolate o aggiunte individualmente e qui modificate - + Individual curve configuration Configurazione curva individuale - + User defined formulas Formula definita dall'utilizzatore - + Tree map visulation of activity data by two selectable dimensions for a configurable metric Visualizzazione gerarchica (treemap) dei dati di attivita' a due dimansioni selezionabili per una misura configurabile - - + + Distribution of activity data samples or metrics according time spent in a certain segment Distribuzione campionamento dati o misure secondo il tempo passato in un certo segmento - + Detailed information of a single activity - the metrics shown here are configurable Informazione dettagliata di una singola attivita' - le misure mostrate qui sono configurabili - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies Editore per i dati del file di attivita' - permette di cambiare/correggere i dati, trova dati inseriti ed anomalie - + Plot of all activity data series in various ways Grafico delle serie di dati di tutte le attivita' con varie modalita' - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file Selezione di tutte le curve addizionali da mostrare nel diagramma - tracciate solo nel caso che i dati nel file di attivita' siano disponibili - + Analysis of heartrate vs. power along the activity data Analisi della frequenza cardiaca contro potenza con i dati di attivita' - + Map of activity Mappa attivita' - + Configurable 2D scatter plot of the current activity Grafico a dispersione 2D configurabile dell'attivita' in uso - + Configurable 3D plot of the current activity Grafico a dispersione 3D configurabile dell'attivita' in uso - + Predefined and configurable set of data ranges for selection of activities to be analysed Gruppo predefinito e configurabile di intervalli di dati per la selezione delle attivita' da analizzare - + Powerful filter and search engine to determine the activities which are considered in diagram Filtro potente e motore di ricerca per determinare le attivita' che sono considerate nel diagramma - + Configurable list of activities Lista attivita' configurabile - + Entry field for sophisticated Searching and Filtering of activities Campi inserimento per attivita' sofisticate di ricerca e filtro - + Adding intervals to an activity using simple query methods Aggiunta intervalli ad un'attivita' usando metodi di interrogazione semplice - + Automatic Interval Detection Detezione automatica Intervalli - + Definition of coloring rules for activities Definizione e modalita' di colorazione per le attivita' - - + + Critical Mean Maximal Power Curve Curva Potenza Media Massima Critica @@ -12799,174 +13405,174 @@ Scaricamento misurazioni corporee (per esempio peso) da fonti multiple - + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments Gruppo predefinito di curve che possono essere utilizzatete per una definizione di grafico, o come punti di partenza per aggiustamenti individuali - - + + Basic configuration like date range, what series to use and how to plot Configurazione di base come intervallo date, quali serie usare come tracciarle - - + + Configuration of the CP Model to be used to plot the curve Configurazione modello CP da usare per tracciare la curva - + Definition which date range is used for this particular chart Definizione di quale intervallo di date e' usato per questo grafico in particolare - - - + + + Calendar Calendario - + Configurable activity log - with build in search capabilities Registro attivita' configurabile - con possibilita' incorporate di effettuare ricerche - + Selection how the power data series is shown in the plot and general settings on the diagram structure Selezione di come le serie di dati di potenza sono mostrate nel grafico ed impostazioni generali sulla struttura del diagramma - + Quadrant analysis of pedal velocity vs. effective pedal force Quadrant analisi della velocita' di pedalata verso la forza di pedalata effettiva - + Chung's Aerolab analysis Analisi Aerolab Chung - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable Panoramica/Sommario degli intervalli di dati selezionati - i dati mostrati in "Migliori dell'Atleta" sono configurabili - + Chart specific filter/search and date range settings Impostazioni di filtro/cerca e di intervalli di date specifiche al grafico - + Definition of points in time 'Events' which are marked explicitely on time related diagrams Definizione di punti in 'Eventi' nel tempo i quali sono indicati in diagrammi di tempo - - + + Simple summary view Visualizzazione sommario semplice - + Alternative access to the charts created for the main view Accesso alternativo ali grafici creati per la visualizzazione principale - + Display the available and add new intervals using simple query methods Mostra i disponibili e aggiungi nuovi intervalli usando metodi di semplice interrogazione - + General Generale - + Athlete Atleta - + Training Zone definition for power Definizione di Zone di Allenamento per potenza - + Training Zone definition for heartrate Definizione di Zone di Allenamento per frequenza cardiaca - + Training Zone definition for Swim and Run Definizione di Zone di Allenamento per nuoto e corsa - + Autoimport Importo automatico - + Passwords Passwords - + Appearance Apparenza - + Data Fields Campi Dati - + Definition of default value(s) for data fields Definizione del valore(i) di base per i campi dei dati - + Definition of processing default parameters for the fix, adjust,... tools Definizione di processamento dei parametri di base, per gli strumenti fissa, aggiusta, ...ecc - + Metrics Misure - + Metrics shown in 'Bests' Misure mostrate in "Migliori" - + Metrics shown in 'Summary' Misure mostrate in "Sommario" - + Metrics shown in 'Intervals' Misure mostrate in "Intervalli" - + Training Allenamento - + Remote Controls Controllo a distanza - + Train Devices Dispositivi Allenamento @@ -12987,12 +13593,12 @@ HistogramWindow - + Bin width Larghezza bin - + Log Y Log Y @@ -13007,18 +13613,18 @@ Misure - + Show Mostra - + With zeros Con zeri - + Shade zones Ombreggia Zone @@ -13029,7 +13635,7 @@ - + Show in zones Mostra in zone @@ -13054,32 +13660,32 @@ Serie dei Dati - + Total (x-axis) Totale (asse x) - + Distribution (y-axis) Distribuzione (asse y) - + Color Colore - + Absolute Time Tempo Assoluto - + Percentage Time Percentuale di tempo - + Use polarised zones Usa zone polarizzate @@ -13087,33 +13693,33 @@ HomeWindow - + Are you sure you want to remove the chart? Sei sicuro di voler cancellare il grafico? - + Remove Rimuovi - + Stress Stress - + Scatter Disp - - + + HrPw HrPw - + Activity Log Registro delle Attivita' @@ -13123,187 +13729,187 @@ Titolo - + Unable to process chart file Impossibile processare il file del grafico - + Bad chart type (%1). Tipo grafco sbagliato (%1). - + Problem Saving Chart Bar Layout Problema nel salvare la struttura della barra del grafico - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Siprega di verificare le proprieta' del file. - + Ride Log Registro Uscita in bici - + Aerobic Power Potenza Aerobica - + Anaerobic Power Potenza Anaerobica - + Cadence Cadenza - + Calendar Calendario - + CP CP - + Details Dettagli - + Distance Distanza - + Edit Modifica - + Elapsed Time Tempo Trascorso - + Heartrate Frequenza cardiaca - + Lap Giro - + Map Mappa - + Performance Prestazione - + PMC PMC - + Power Potenza - + QA QA - + Ride Uscita in bici - + Speed Velocità - + Summary Sommario - + Target Power Potenza Prefissata - + Time and Distance Tempo e Distanza - + Time In Zone Tempo in Zona - + W' In Zone W' In Zona - + Sustained In Zone Sostenuto in zone - + Training Mix Allenamento Misto - + Navigator Navigatore - + W/kg W/kg - + Workout Allenamento - + Tracker Tracciatore - + CP History Cronologia CP - + Library Libreria - + CV CV @@ -13311,12 +13917,12 @@ HrNp - + HrNp Ratio Proporzione HrNp - + Iso Power to Average Heart Rate ratio in watts/bpm proporzione della Potenza Normalizzata sulla media della frequenza cardiaca in watt/bpm @@ -13324,12 +13930,12 @@ HrPw - + HrPw Ratio Proporzione HrPw - + Power to Heart Rate Ratio in watts/bpm Proporzione potenza su Frequenza cardiaca in watt/bpm @@ -13384,64 +13990,77 @@ HrSchemePage - + Add Aggiungi - + Delete Cancella - + + + - + - - - + Short Corto - + Long Lungo - + Percent of LT Percentuale di LT - + Trimp k Trimp k - + Maximum of 10 zones reached. Raggiunto ilmassimo di 10 Zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13574,27 +14193,27 @@ HrZonePage - + Sport Sport - + Bike Bicicletta - + Run Corsa - + Lactate Threshold Soglia Lattacida - + Default Base @@ -13867,12 +14486,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones Problema durante il salvataggio delle zone di Frequenza cardiaca - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura". Si prega di verificarne le proprieta'. @@ -13938,6 +14557,315 @@ + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + bpm + + + + msec + msec + + + + % + % + + + + msec^2 + + + + + Rec.Points + + + + + Hrv + + + + + HrvMeasuresCsvImport + + + Select HRV measurements file to import + + + + + CSV Files (*.csv) + File CSV (*.csv) + + + + No file selected. + Nessun file selezionato. + + + + Selected file %1 cannot be opened for reading. + Il file selezionato %1 non puo' essere aperto per lettura. + + + + Column header contains duplicate identifier + L'intestazione della colonna contiene un identificatore duplicato + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + + + + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + + Invalid 'rMSSD' - in line %1 + + + + + Invalid 'HR' - in line %1 + + + + + Invalid 'AVNN' - in line %1 + + + + + Invalid 'SDNN' - in line %1 + + + + + Invalid 'pNN50' - in line %1 + + + + + Invalid 'LF' - in line %1 + + + + + Invalid 'HF' - in line %1 + + + + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + Scegli la sorgente per scaricare o importare + + + + Import CSV file + Importa file CSV + + + + Choose date range for download + Scegli intervallo date per scaricamento + + + + From date of first recorded activity to today + Dalla data della prima attivita' registrata ad oggi + + + + From date of last downloaded measurement to today + Dalla data dell'ultima misurazione scaricata ad oggi + + + + Enter manually: + Inserisci manualmente: + + + + Discard all existing measurements + Scarta tutte le misurazioni esistenti + + + + Download + + + + + Close + Chiudi + + + + Body Measurements + Misurazioni Corporee + + + + Invalid date range - please check your input + Intervallo date non valido - verifica il tuo inserimento dati + + + + Download completed. + + + + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + Da data - Orario + + + + Comment + Commento + + + + + Update + Aggiorna + + + + + + + + + + + - + - + + + + Add + Aggiungi + + + + Delete + Cancella + + + + Source + Sorgente + + + + Original Source + Sorgente di origine + + + + + MMM d, yyyy - hh:mm:ss + d MMM, yyyy - hh:mm:ss + + + + Manual entry + Inserimento manuale + + + ICalendar @@ -14431,52 +15359,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts Importa Grafici - + Cancel Cancella - + Import Importa - - - - - - - + + + + + + + Diary Diario - - - - - - + + + + + + Trends Trend - - + + Activities Attivita' - - + + Train Allenamento @@ -14590,7 +15526,7 @@ InsertXDataPointCommand - + Insert XData Point Inserisci Punto XData @@ -14606,22 +15542,22 @@ IntervalMetricsPage - + Available Metrics Misure Disponibili - + Selected Metrics Misure selezionate - + Up Sopra - + Down Sotto @@ -14658,12 +15594,20 @@ IntervalsPage - + Enable interval auto-discovery Attiva auto-scoperta intervalli + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + Potenza Normalizzata è una stima della potenza che si puo' mantenere per lo stesso 'costo' fisiologico se la potenza prodotta fosse stata perfettamente costante. + + + JouleDevice @@ -14703,8 +15647,12 @@ + Version + + + Version - Versione + Versione @@ -14810,78 +15758,172 @@ - KettlerController + KentUniversity - - Cannot Connect to Kettler - Connessione a Kettler impossibile + + You must authorise with KentUniversity first + - - - KeywordsPage - - Field - Campo + + No such directory, try setting a new location in options. + Questa rubrica non esiste, prova a fissare una nuova locazione in opzioni. - - Use for Background - Usa come sfondo + + + Completed. + Completato. - - Add - Aggiungi + + Upload failed + Caricamento fallito - - Delete - Cancella + + University of Kent + - - Up - Sopra + + Participate in academic studies sharing data via google drive. + + + + KentUniversityUploadDialog - + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Note + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + Caricati %1 bytes... + + + + Upload + Carica + + + + + Upload Failed + Caricamento fallito + + + + + Unable to upload, check your configuration in preferences. + caricamento impossibile, verifica la tua configurazione nelle preferenze. + + + + Done + Fatto + + + + KettlerController + + + Cannot Connect to Kettler + Connessione a Kettler impossibile + + + + KeywordsPage + + + Field + Campo + + + + Use for Background + Usa come sfondo + + + + Add + Aggiungi + + + + Delete + Cancella + + + + Up + Sopra + + + Down Sotto - + Keyword Parola chiave - + Color Colore - + Related Notes Words Parole correlate Note - - + + New Nuovo - + New (%1) Nuovo (%1) - + + + - + - - @@ -15100,142 +16142,143 @@ LTMPlot - - - + + + Date Data - - + + Time of Day Orario del Giorno - - - - + + + + %1 trend %1 trend - + %1 average %1 media - + %1 Top %2 Outliers %1 Top %2 Outliers - + %1 Outlier %1 Outliers - + %1 Best %1 Migliore - + Best %1 Migliore %1 - + watts watt - - + + Best Migliore - + Day Giorno - + Week Settimana - + Month Mese - + Year Anno - - + + All Tutti - - + + %1 %2 trend %1 %2 trend - + %1 %2 Outliers %1 %2 Outliers - + %1 %2 Best %1 %2 Migliore - + Today Oggi - + minutes minuti - - - - - - - - - + + + + + + + + + seconds secondi - - - - + + + + + Ramp Rampa - + hours ore - + Week Commencing %1 Inizio Settimana il %1 @@ -15342,271 +16385,270 @@ LTMSidebar - - + + Date Ranges Date Intervallo - - - + + + Events Eventi - - - - - - + + + + + + Add season Aggiungi Stagione - - + + Edit season Modifica Stagione - - + + Delete season Cancella Stagione - - + + Edit details Modifica Dettagli - - - - - - + + + + + + + Add Event Aggiungi Evento - - - - + + + + Menu Menu' - + Charts Grafici - - + + Filters Filtri - + Autofilter Filtro automatico - Summary - Sommario + Sommario - - + + Edit phase Modifica fase - - + + Delete phase CAncella fase - - - - - - + + + + + + Add Phase Aggiungi fase - - + + Delete event Cancella Evento - - + + Add event Aggiungi Evento - + Workout Code|Sport Codice Allenamento|Sport - - - + + + (blank) (In bianco) - + Manage Filters Gestisci filtri - + Delete Filter%1 CAncella Filtro%1 - + Edit Season Modifica Stagione - + You can only edit user defined seasons. Please select a season you have created for editing. Puoi modificare solo le stagioni definite dall'utente. Si prega di selezionare per le modifiche una stagione da voi creata. - + Delete Season Cancella Stagione - + You can only delete user defined seasons. Please select a season you have created for deletion. Puoi cancellare solo le stagioni definite dall'utente. Si prega di selezionare per la cancellazione una stagione da voi creata. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Puoi aggiungere eventi solo alle le stagioni definite dall'utente. Si prega di selezionare una stagione da voi creata prima dell'aggiunta di un evento. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Puoi aggiungere fasi solo alle le stagioni definite dall'utente. Si prega di selezionare una stagione da voi creata prima dell'aggiunta di una fase. - Totals - Totali + Totali - Averages - Medie + Medie - Maximums - Massimi + Massimi - Metrics - Misure + Misure - ^(Average|Max) - ^(Media|Max) + ^(Media|Max) - seconds - secondi + secondi - + Add Chart Aggiungi Grafico - + Edit Chart Modifica Grafico - + Delete Chart Cancella Grafico - + Delete Selected Charts Cancella Grafici selezionati - + Export Chart Esporta Grafico - + Export Selected Charts Esporta Grafici selezionati - + Import Charts Importa Grafici - + Reset to default Resetta alla configurazione di base - + Export Charts Esporta Grafici - - + + Chart File (*.xml) File Grafico (*.xml) - + Entry Error Errore inserimento - + Selected file (%1) does not exist il file selezionato %1 non esiste - + You are about to reset the chart sidebar to the default setup Stai per resettare la barra laterale del grafico alla sua configurazione di base - + Do you want to continue? Vuoi continuare? @@ -15669,12 +16711,12 @@ Mostra eventi - + Metric Misura - + Skiba Long Term Stress Skiba Stress di Lunga Durata @@ -15694,445 +16736,465 @@ Mostra Pila - + Stack Zoom Ingrandimento Pila - + Add Current Aggiungi In Uso - + Charts Grafici - + + Show Banister Helper + + + + Apply Applica - + Up Sopra - + Down Sotto - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Stress - + Skiba Short Term Stress Stress Breve Durata di Skiba - + Skiba Stress Balance Bilancio Stress di Skiba - - - - - - - - - - + + + + + + + + + + Stress Balance Bilancio Stress - + Skiba STS Ramp Rampa STS Skiba - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Rampa - + Skiba LTS Ramp Rampa LTS Skiba - + Aerobic TISS Long Term Stress TISS Aerobico Stress di Lunga Durata - + Aerobic TISS Short Term Stress TISS Aerobico Stress di Breve Durata - + Aerobic TISS Stress Balance TISS Aerobico Bilancio Stress - + Aerobic TISS STS Ramp TISS Aerobico Rampa STS - + Aerobic TISS LTS Ramp TISS Aerobico Rampa LTS - + Anaerobic TISS Long Term Stress TISS Anaerobico Stress di Lunga Durata - + Anaerobic TISS Short Term Stress TISS Anaerobico Stress di Breve Durata - + Anaerobic TISS Stress Balance TISS Anaerobico Bilancio Stress - + Anaerobic TISS STS Ramp TISS Anaerobico Rampa STS - + Anaerobic TISS LTS Ramp TISS Anaerobico Rampa LTS - + Daniels Long Term Stress Stress Lunga Durata di Daniels - + Daniels Short Term Stress Stress di Breve Durata di Daniels - + Daniels Stress Balance Bilancio Stress di Daniels - + Daniels STS Ramp Rampa STS di Daniels - + Daniels LTS Ramp Rampa LTS di Daniels - + Work (Kj) Long Term Stress Lavoro (Kj) Stress di Lunga Durata - - - - - - + + + + + + Stress (Kj) Stress (Kj) - + Work (Kj) Short Term Stress Lavoro (Kj) Stress di Breve Durata - + Work (Kj) Stress Balance Lavoro (Kj) Bilancip Stress - + Work (Kj) STS Ramp Lavoro (Kj) Rampa STS - + Work (Kj) LTS Ramp Lavoro (Kj) Rampa LTS - + W' Work (Kj) Long Term Stress W' Lavoro (Kj) Stress di Lunga Durata - + W' Work (Kj) Short Term Stress W' Lavoro (Kj) Stress di Breve Durata - + W' Work (Kj) Stress Balance W' Lavoro (Kj) Bilancio Stress - + W' Work (Kj) STS Ramp W' Lavoro (Kj) Rampa STS - + W' Work (Kj) LTS Ramp W' Lavoro (Kj) Rampa LTS - + Below CP Work (Kj) Long Term Stress Lavoro sotto CP (kj) Stress di Lunga Durata - + Below CP Work (Kj) Short Term Stress Lavoro sotto CP (kj) Stress di Corta Durata - + Below CP Work (Kj) Stress Balance Lavoro sotto CP (kj) Bilancio Stress - + Below CP Work (Kj) STS Ramp Lavoro sotto CP (kj) rampa STS - + Below CP Work (Kj) LTS Ramp Lavoro sotto CP (kj) rampa LTS - + Distance (km|mi) Long Term Stress Distanza (km|mi) Stress di Lunga Durata - - + + Stress (km|mi) Stress (km|mi) - + Distance (km|mi) Short Term Stress Distanza (km|mi) Stress di Breve Durata - + Distance (km|mi) Stress Balance Distanza (km|mi) Bilancio Stress - + Distance (km|mi) STS Ramp Distanza (km|mi) STS Rampa - + Distance (km|mi) LTS Ramp Distanza (km|mi) LTS Rampa - + Coggan Chronic Training Load Carico di Allenamento Cronico di Coggan (CTL) - + Coggan Acute Training Load Carico di Allenamento Acuto di Coggan (ATL) - + Coggan Training Stress Balance Bilancio del Carico di Allenamento di Coggan - + Coggan STS Ramp Coggan STS Rampa - + Coggan LTS Ramp Coggan LTS Rampa - + Coggan Expected Chronic Training Load Carico di Allenamento Cronico Atteso secondo Coggan - + Coggan Expected Acute Training Load Carico di Allenamento Acuto secondo Coggan - + Coggan Expected Training Stress Balance Bilancio del Carico di Allenamento Atteso secondo Coggan - + TRIMP Long Term Stress TRMP Stress di Lunga Durata - + TRIMP Short Term Stress TRIMP Stress di Corta Durata - + TRIMP Stress Balance TRIMP Bilancio Stress - + TRIMP STS Ramp TRMP Rampa STS - + TRIMP LTS Ramp TRIMP Rampa LTS - + Edit Modifica - + Use sidebar chart settings Usa le impostazioni del grafico della barra laterale - + Basic Di base - + Preset Pre Impostazioni - + TriScore Long Term Stress TriScore Stress di Lunga Durata - + TriScore Short Term Stress TriScore Stress di Breve Durata - + TriScore Stress Balance TriScore Bilancio Stress - + TriScore STS Ramp TriScore Rampa STS - + TriScore LTS Ramp TriScore Rampa LTS - + Estimate Stima - + Formula Formula - + + Measure + + + + + Performance + + + + + Banister + + + + Chart %1 Grafico %1 - + Curves Curve - + Type Tipo - + Details Dettagli - + Peak Picco @@ -16140,125 +17202,156 @@ LTMWindow - + Weeks Settimane - + Years Anni - + Group by Raggruppa per - + Days Giorni - + Months Mesi - + Time Of Day Orario del Giorno - - + + All Tutti - + Data Table Tabella Dati - + Stacked Impilati - + Export Chart Data... Esporta Dati Grafici... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + Picco + + + + Positive decay + + + + + + days + giorni + + + + Negative decay + + + + grouped by raggruppati per - + day giorno - + week settimana - + month mese - + year anno - + time of day Orario del Giorno - - + + seconds secondi - - + + Date Data - + Coggan Acute Training Load Carico di Allenamento Acuto di Coggan - + Coggan Chronic Training Load Carico di Allenamento Cronico di Coggan - + Coggan Training Stress Balance Bilancio del Carico di Allenamento di Coggan - + hours ore - + Export Chart Config Esporta Config Grafico - + Save Chart Data as CSV Salva dati grafico come CSV @@ -16266,105 +17359,105 @@ LTPage - - + + Update Aggiorna - - + + + + - - + + - - - - + + Add Aggiungi - - + + Delete Cancella - + Def Def - - + + From Date Dalla Data - - + + Lactate Threshold Soglia Lattacida - + Maximum of 10 zones reached. Raggiunto il massimo di 10 zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) - - + + Rest HR FC a Riposo - - + + Max HR FC Massima - - - + + + MMM d, yyyy d MMM, yyyy - + Short Breve - + Long Lungo - + From BPM Da BPM - + Trimp k Trimp k @@ -16425,160 +17518,164 @@ Leaf - + %1 is unknown %1 sconosciuto - + Array subscript needs a symbol name. Il pedice della matrice necessita del nome del simbolo. - + Index must be numeric. L'indice deve essere numerico. - + invalid data series for best(): %1 Serie dati non valida per best(): %1 - + invalid data series for tiz(): %1 Serie dati non valida per tiz(): %1 - + invalid literal for daterange(): %1 Espressione non valida per daterange(): %1 - + invalid literal for config(): %1 Espressione non valida per config(): %1 - + invalid literal for const(): %1 Espressione non valida per const(): %1 - + which function has at least 2 parameters. la quale funzione ha almeno 2 parametri. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA necessita 3 parametri. - + XDATA expects a string for first two parameters XDATA prevede una stringa per i primi due parametri - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. XDATA prevede un simbolo, uno di dirada, ripeti, intrepola o ricampiona oper il terzo parametro. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) XDATA prevede uno di dirada, ripeti, intrepola o ricampiona oper il terzo parametro. (%1) - + XDATA_UNITS needs 2 parameters. XDATA_UNITS necessita 2 parametri. - + XDATA_UNITS expects a string for first two parameters XDATA_UNITS prevede una stringa per il primo di due caratteri - + isset/set/unset function first parameter is field/metric to set. Funzione isset/set/unset ilprimo parametro da fissare e' campo/misura. - + %1 is not supported in isset/set/unset operations %1 non e' supportato in una operazione isset/set/unset - + isset has one parameter, a symbol to check. isset ha un parametro, un simbolo da verificare. - + set function needs 3 paramaters; symbol, value and expression. la funzione set necessita di 3 parametri: simbolo, valore e espressione. - + unset function needs 2 paramaters; symbol and expression. la funzione unset necessita di 2 parametri: simbolo e espressione. - + estimate function expects model name as first parameter. La funzione estimate prevede il nome del modello come primo parametro. - + estimate function expects model name as first parameter La funzione estimate prevede il nome del modello come primo parametro - + estimate function expects parameter or duration as second parameter La funzione estimate prevede parametro o durata come secondo parametro - + function '%1' expects %2 parameter(s) not %3 la funzione %1 prevede %2 parametro(i) non %3 - + unknown function %1 Funzione %1 sconosciuta - + unary negation on a string! negazione unaria su una stringa! - - + + variables must be numeric. la varuabile deve essere numerica. - + assignment must be to a symbol. l'assegnazione deve essere ad un simbolo. - + comparing strings with numbers coparazione stringhe con numeri - + using a string operations with a number uso di un operazione di stringa con un numero - internal parser error: parms - errore parser: parametri + errore parser: parametri @@ -16629,8 +17726,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1 esiste gia' nella libreria allenamenti: %2 + %1 esiste gia' nella libreria allenamenti: %2 @@ -16727,7 +17828,7 @@ LocalFileStore - + You must define a network folder first Devi prima definire una cartella di network @@ -16742,14 +17843,14 @@ La cartella %1 non esiste - - + + Completed. Completato. - - + + Write to folder %1 failed Fallito il tentativo di scrittura alla cartella %1 @@ -16922,8 +18023,8 @@ MainWindow - - + + Ctrl+N Ctrl+N @@ -16932,82 +18033,82 @@ Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+S Ctrl+S - + &Download from device... &Scarica da dispositivo... - + Diary Diario - + Train Allenamento - + Add Chart Aggiungi Grafico - + Toggle Sidebar Aziona Barra laterale - + Tiled View Vista a pila - + Activities Attivita' - + &Athlete &Atleta - + &Quit All Windows &Chiudi tutte le Finestre - + A&ctivity A&ttivita' - + Ctrl+D Ctrl+D - + &Export... &Esporta... - + &Batch export... &Esporta in massa... - + Export Metrics as CSV... Esporta Misure come CSV... @@ -17024,22 +18125,22 @@ Ctrl+L - + &Save activity &Salva Attivita' - + D&elete activity... Canc&ella Attivita'... - + Split &activity... Dividi &attivita'... - + Air Density (Rho) Estimator... Stima Densita' dell'Aria (Rho)... @@ -17056,108 +18157,108 @@ Aggiorna Calendario - + Find intervals... Trova Intervalli... - + Upload Chart... Carica Grafico... - + Download Chart... Scarica grafico... - + Imported %1 metric charts Importate grafici misure %1 - + Select Activity Seleziona Attivita' - - + + No activity selected! Nessuna Attivita' Selezionata! - + Export Activity Esporta Attivita' - + Export Failed Esporta Fallita - + Ctrl+E Ctrl+E - + Ctrl+I Ctrl+I - + Ctrl+B Ctrl+B - + &Import from file... &Importa da file... - + Toggle Compare Pane Azione Pannello Compara - + Open &Window Apri &Finestra - + Open &Tab Apri &Tab - + Backup Athlete Data Backup dati Atleta - + Save all modified activities Salva tutte le attivita' modificate - + Close Window Chiudi Finestra - + &Close Tab &Chiudi Tab - + Ctrl+M Ctrl+M - + Sha&re Condivi&di @@ -17206,62 +18307,62 @@ Sincronizza TrainingPeaks... - + CP and W' Solver... Risolutore CP e W'... - + VDOT and T-Pace Calculator... Calcolatore VDOT and T-Pace... - + Import workouts, videos, videoSyncs... Importa Allenamenti, Videos, VideoSyncs... - + Scan disk for workouts, videos, videoSyncs... Scansiona disco per allenamenti, video, videoSyncs... - + Maintain charts Mantieni grafici - + Curate charts Cura grafici - - - + + + Activity Import Importo Attivita' - - - + + + Closing of athlete window not possible while background activity import is in progress... Chiusura finestra Atleta nonpossibile mentre e'in corso importazione attivita' in background... - + Chart Import Importazione Grafico - + Refresh in Progress Ricarica in corso - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -17270,22 +18371,22 @@ Si prega di verificare le impostazioni delle preferenze. - + CloudDB CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team L'Atleta in uso non e' registrato come curatore - si prega di contattare il team di GoldenCheetah - + Tabbed not Tiled Tabulato non a pila - + &Manual entry... &Inserimento manuale... @@ -17294,270 +18395,275 @@ Attivita'Tweet - + Combine activities... Unisci attivita'... - + &Help Overview &Panoramica Aiuti - + &Discussion and Support Forum &Discussione e Forum di supporto - + You are about to reset all charts to the default setup Stai per resettare tutti i grafici alla configurazione iniziale - + Do you want to continue? Vuoi continuare? - - + + &New Athlete... &Nuovo Atleta... - + &Tools &Strumenti - + &Options... &Opzioni... - + Create a new workout... Crea un nuovo allenamento... - + Add Cloud Account... Aggiungi Account per il Cloud... - + Ctrl+A Ctrl+A - + + Get &HRV Measurements... + + + + Download workouts from ErgDB... Scarica allenamento da ErgDB... - + Download workouts from Today's Plan... Scarica Allenamenti da Today's Plan... - + Create Heat Map... Crea Heat Map... - + Cloud Status... Stato Cloud... - + Cloud Contributions Collaboratori Cloud - + Cloud Curator Curatore Cloud - + &Edit &Modifica - + &View &Vista - - + + Toggle Full Screen Cambia Schermo Intero - + Show Left Sidebar Mostra Barra Laterale a Sinistra - + Show Compare Pane Mostra Pannello Compara - + Show Toolbar Mostra Barra Strumenti - + Tabbed View Vista Tabulata - + Upload Activity... Carica Attivita'... - + Synchronise Activities... Sincronizza Attivita'... - + Get &Body Measurements... Ottieni &misurazioni corporee... - + Check For New Activities Controlla per nuove Attivita' - + Ctrl-C Ctrl-C - + CP and W' Estimator... Stima CP e W'... - + Show Athlete Tabs Mostra tab Atleta - + Trends Trend - + Reset Layout Reset Struttura Pagina - + &Help &Aiuto - + &User Guide &Guida Utente - + &Log a bug or feature request R&egistra un bug o richiedi funzionalita' - + &About GoldenCheetah A proposito di GoldenCheeta&h - + Delete Activity Cancella Attivita' - + Failed to export activity, please check permissions Fallito il tentativo di esportare attivita', per favore controlla le autorizzazioni - + There is no currently selected activity to save. Non c'e' attualmente nessuna attivita' selezionata da salvare. - - + - + + Split Activity Dividi Attivita' - - + + Import from File Importa da File - + No Activity To Save Nessuna Attivita' da Salvare - - + + No activity selected Nessuna attivita' selezionata - + Current activity contains no data to split L'attivita' in uso non contiene dati da dividere - + Current activity contains no data to merge L'attivita' in uso non contiene dati da unire - + Are you sure you want to delete the activity: Sei sicuro di voler cancellare l'attivita': - + Export Metrics Esporta Misure - + Comma Separated Variables (*.csv) Valori separati da virgola (*.csv) - - + + Workout Directory Invalid Rubrica Allenamenti non valida - + Delete Cancella - + Changes on Cambiato in @@ -17736,8 +18842,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 Selezione #%1 @@ -17758,18 +18868,18 @@ MaxCT - + Max Core Temperature Max temperatura di base - - + + C C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Massimo della temperatura di base. La temperaturacorporea di base stimata in base ai dati di FC @@ -17777,18 +18887,18 @@ MaxCadence - + Max Cadence Max Cadenza - - + + rpm rpm - + Maximum Cadence Cadenza Massima @@ -17796,18 +18906,18 @@ MaxHr - + Max Heartrate Max FC - - + + bpm bpm - + Maximum Heart Rate. Frequenza Cardiaca massima. @@ -17834,18 +18944,18 @@ MaxPower - + Max Power Potenza Max - - + + watts watt - + Maximum Power Potenza Massima @@ -17853,12 +18963,12 @@ MaxPowerVariance - + Max Power Variance Varianza Potenza Massima - + Maximum Power Deviation with respect to 30sec Moving Average Deviazione dal massimo di potenza rispetto alla media di movimento a 30 sec @@ -17885,18 +18995,18 @@ MaxSmO2 - + Max SmO2 SmO2 Max - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Saturazione ossigeno muscolare massima, la percentuale di emoglobina che trasporta ossigeno. @@ -17904,22 +19014,22 @@ MaxSpeed - + Max Speed Velocita' Max - + kph km/h - + mph mi/h - + Maximum Speed Velocita' Massima @@ -17927,22 +19037,22 @@ MaxTemp - + Max Temp Temperature Max - + C C - + F F - + Maximum Temperature Temperatura Massima @@ -17969,18 +19079,18 @@ MaxtHb - + Max tHb tHb Max - - + + g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentrazione massima di emoglobina totale. Grammi totali di emoglobina per decilitro. @@ -17988,17 +19098,45 @@ MeanPowerVariance - + Average Power Variance Varianza Potenza Media - + Mean Power Deviation with respect to 30sec Moving Average Deviazione dalla potenza media rispetto alla media di movimento a 30 sec + Measure + + + Manual entry + Inserimento manuale + + + + Withings + Withings + + + + Today's Plan + Today's Plan + + + + CSV Upload + Caricamento CSV + + + + Unknown + + + + MergeActivityWizard @@ -18009,22 +19147,26 @@ MergeAdjust - + Adjust Alignment Aggiusta Allineamenti - Adjust merge alignment in time - Aggiusta unisce gli allineamento nel tempo + Aggiusta unisce gli allineamento nel tempo - + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + + + + Adjust: Aggiusta: - + Reset Resetta @@ -18032,32 +19174,32 @@ MergeChoose - + Choose an Activity Seleziona un'attivita' - + Choose an Existing activity to Combine Seleziona un'attivita' esistente per Combinarla - + Filename Nome file - + Date Data - + Time Orario - + dd MMM yyyy dd MMM yyyy @@ -18065,17 +19207,17 @@ MergeConfirm - + Confirm Conferma - + Complete and Save Completa e Salva - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18091,17 +19233,17 @@ MergeDownload - + Download Activity Scarica Attivita' - + Download Activity to Combine Scarica Attivita' da Combinare - + Error - Unknown file type Errore - tipo di file sconosciuto @@ -18109,32 +19251,32 @@ MergeMode - + Select Mode Seleziona Modalita' - + How would you like to combine the data ? Come vuoi combinare i dati? - + Merge Data to add another data series Unisci i dati per aggiungere un'altra serie di dati - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Unisci le serie di dati da una registrazione nell'attivita' in uso dove differenti tipi di dati (per esempio O2 from a Moxy) sono stati registrati da differenti dispositivi. Facendo attenzione ad allineare i dati nel tempo. - + Join Data to form a longer activity Unisci i dati per creare un'attivita' piu' lunga - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Aggiungi i dati alla fine dell'attivita' in uso per creare un'attivita' piu' lunga che e' stata registrata in varie sezioni. @@ -18142,75 +19284,91 @@ MergeSelect - + Merge Data Series unisci serie dati - + Select the series to merge together Seleziona le serie da unire assieme + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Seleziona Sorgente - + Where is the data you want to combine ? Dove sono i dati che vuoi unire ? - + Import from a File Importa da un File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Importa e unisci da un file sul tuo disco rigido o dispositivo montato come disco USB per aggiungerli all'attivita' in uso. - + Download from Device Scarica da dispositivo - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Scarica i dati da un dispositivo a porta seriale come Moxy Muscle Oxygen Monitor o computer da bici per unirli all'attivita' in uso. - + Existing Activity Attivita' esistente - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. Unisci i dati da un'attivita' che e' stata gia' importata o scaricata in GoldenCheetah. Selezionando da una lista di tutte le attivita' disponibili. - + All Supported Formats (%1) Tutti i File supportati (%1) - + All files (*.*) Tutti i file (*.*) - + Import from File Importa da File - + Error - Unknown file type Errore - tipo di file sconosciuto @@ -18218,52 +19376,52 @@ MergeStrategy - + Select Strategy Seleziona Strategia - + How should we align the data ? Come vanno allineati i dati ? - + Align using start time Allinea usando l'orario di'inizio - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. Allinea i dati da due attivita' basandosi sull'orario di inizio delle attivita'. Questo metodo funziona bene se i dispositivi usati per registrare i dati hanno i loro orologi sincronizzati / o con orario simile. - + Align using shared data series Allinea usando serie di dati condivise - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Se due attivita' entrambe contengono le stesse serie di dati, per esempio se due dispositivi hanno registrato cadenza o forse FC, quindi si possono allineare le altre serie di dati nel tempo comparando i picchi e gli avvallamenti nei dati condivisi. - + Align starting together Allinea cominciando insieme - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Scartando il timestamp dell'attivita', allinea con entrambe le attivita' che cominciano allo stesso tempo. - + Align ending together Allinea finendo insieme - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Scartando il timestamp dell'attivita', allinea con entrambe le attivita' che finiscono allo stesso tempo. @@ -18271,17 +19429,17 @@ MergeWelcome - + Combine Activities Unisci attivita' - + Lets get started Iniziamo - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18293,22 +19451,22 @@ MetadataPage - + Fields Campi - + Notes Keywords Note Parole Chiave - + Defaults Base - + Processing In elaborazione @@ -18316,22 +19474,22 @@ MetricConfig - + Custom Personalizzato - + Bests Migliori - + Summary Sommario - + Intervals Intervalli @@ -18339,18 +19497,18 @@ MinHr - + Min Heartrate FC Min - - + + bpm bpm - + Minimum Heart Rate. Frequenza Cardiaca minima. @@ -18358,18 +19516,18 @@ MinSmO2 - + Min SmO2 SmO2 Min - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Saturazione ossigeno muscolare minima, la percentuale di emoglobina che trasporta ossigeno. @@ -18377,22 +19535,22 @@ MinTemp - + Min Temp Temp Min - + C C - + F F - + Minimum Temperature Temperatura Minima @@ -18419,18 +19577,18 @@ MintHb - + Min tHb tHb Min - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Concentrazione minima di emoglobina totale. Grammi totali di emoglobina per decilitro. @@ -18438,473 +19596,379 @@ ModelDataProvider - Power (watts) - Potenza (watt) + Potenza (watt) - Cadence (rpm) - Cadenza (rpm) + Cadenza (rpm) - Heartrate (bpm) - Frequenza Cardiaca (bpm) + Frequenza Cardiaca (bpm) - Speed (kph) - Velocita' (km/h) + Velocita' (km/h) - Speed (mph) - Velocita' (mi/h) + Velocita' (mi/h) - Altitude (meters) - Altitudine (metri) + Altitudine (metri) - Altitude (feet) - Altitudine (piedi) + Altitudine (piedi) - Torque (N) - Coppia torcente (N) + Coppia torcente (N) - Elapsed Time (secs) - Tempo Trascorso (sec) + Tempo Trascorso (sec) - Elapsed Distance (km) - Distanza Percorsa (km) + Distanza Percorsa (km) - Elapsed Distance (mi) - Distanza Percorsa (mi) + Distanza Percorsa (mi) - Interval Number - Numero intervalli + Numero intervalli - Latitude (degree x 1000) - Latitudine (gradi x 1000) + Latitudine (gradi x 1000) - Longitude (degree x 1000) - Longitudine (gradi x 1000) + Longitudine (gradi x 1000) - Circumferential Pedal Velocity (cm/s) - Velocita' Tangenziale di Pedalata (cm/s) + Velocita' Tangenziale di Pedalata (cm/s) - Average Effective Pedal Force (N) - Forza Media Effettiva Pedalata (N) + Forza Media Effettiva Pedalata (N) - Time at X/Y (%) - Tempo a X/Y (%) + Tempo a X/Y (%) - Power Zone - Zona Potenza + Zona Potenza - L/R Balance - Bilanciamento D/S + Bilanciamento D/S - Running Vertical Oscillation - Oscillazione Verticale Corsa + Oscillazione Verticale Corsa - Running Ground Contact Time - Tempo di contatto al suolo corsa + Tempo di contatto al suolo corsa - Running Cadence - Fissa CAdenza di corsa + Fissa CAdenza di corsa - Gear Ratio - Rapporti + Rapporti - Muscle Oxygen - Ossigeno muscolare + Ossigeno muscolare - Haemoglobin Mass - Massa Emoglobina + Massa Emoglobina - Slope (gradient) - Pendenza (gradiente) + Pendenza (gradiente) - Unknown - Sconosciuto + Sconosciuto - Power - Potenza + Potenza - Cadence - Cadenza + Cadenza - Heartrate - Frequenza Cardiaca + Frequenza Cardiaca - Speed - Velocità + Velocità - Altitude - Altitudine + Altitudine - Pedal Force - Forza Pedalata + Forza Pedalata - Time - Orario + Orario - Distance - Distanza + Distanza - Interval - Intervallo + Intervallo - Latitude - Latitudine + Latitudine - Longitude - Longitudine + Longitudine - Time at X/Y - Tempo a X/Y + Tempo a X/Y - Zone - Zona + Zona - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - Bilanciamento + Bilanciamento - RV - RV + RV - GCT - GCT + GCT - Run Cad - Cad corsa + Cad corsa - Gear - Rapporto + Rapporto - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - Pendenza + Pendenza - None - Nessuno + Nessuno - No data or bin size too large - Nessun Dato o taglia bin troppo grande + Nessun Dato o taglia bin troppo grande ModelWindow - Power - Potenza + Potenza - Cadence - Cadenza + Cadenza - Heartrate - Frequenza Cardiaca + Frequenza Cardiaca - Speed - Velocità + Velocità - Altitude - Altitudine + Altitudine - Torque - Coppia torcente + Coppia torcente - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Tempo + Tempo - Distance - Distanza + Distanza - Slope - Pendenza + Pendenza - Latitude - Latitudine + Latitudine - Longitude - Longitudine + Longitudine - Analyse - Analizza + Analizza - X-Axis: - Asse X: + Asse X: - Y-Axis: - Asse Y: + Asse Y: - Z-Axis: - Asse Z: + Asse Z: - Color: - Colore: + Colore: - Bin Width: - Larghezza bin: + Larghezza bin: - User Defined - Definito dall' Utente + Definito dall' Utente - Natural Cadence Selection - Selezione Cadenza Naturale + Selezione Cadenza Naturale - Route Visualisation - Visualizzazione Percorso + Visualizzazione Percorso - Power Fatigue - Fatica di potenza + Fatica di potenza - Impact of Altitude - Impatto dell'Altitudine + Impatto dell'Altitudine - - Time at X&Y - Tempo a X&Y + Tempo a X&Y - L/R Balance - Bilanciamento L/R + Bilanciamento L/R - Running Vertical Oscillation - Oscillazione Verticale Corsa + Oscillazione Verticale Corsa - Running Cadence - Fissa CAdenza di corsa + Fissa CAdenza di corsa - Running GCT - GCT Corsa + GCT Corsa - Gear Ratio - Rapporti + Rapporti - Muscle Oxygen - Ossigeno muscolare + Ossigeno muscolare - Haemoglobin Mass - Massa Emoglobina + Massa Emoglobina - Power Zone - Zona di Potenza + Zona di Potenza - Bar - Barra + Barra - Grid - Griglia + Griglia - Surface - Superficie + Superficie - Dots - Punti + Punti - Ignore Zero - Ignora Zero + Ignora Zero - Show Grid - Mostra Griglia + Mostra Griglia - Frame Intervals - Costruisci intervalli + Costruisci intervalli - Legend - Legenda + Legenda @@ -19047,20 +20111,12 @@ MultiDeviceDialog - + Multiple Device Configuration Configurazione Disposistivi Multipli - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - Potenza Normalizzata è una stima della potenza che si puo' mantenere per lo stesso 'costo' fisiologico se la potenza prodotta fosse stata perfettamente costante. - - - NamedSearches @@ -19310,18 +20366,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% FC - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values Frequenza Cardiaca per la quale il 95% dei campioni di attivita' hanno valori di FC piu' bassi @@ -19329,18 +20385,18 @@ NonZeroPower - + Nonzero Average Power Potenza Media Non nulla - - + + watts watt - + Average Power without zero values, it gives inflated values when frecuent coasting is present Potenza Media senza valori zero, da valori aumentati quando e' presente cosating frequente @@ -19353,227 +20409,362 @@ OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. Le librerie Sicurezza SSL richieste per 'Autorizzare' non sono presenti in questa istallazione. - - - + + Authorization Error Errore autorizzazione - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Errore nell'ottenere le credenziali OAuth - Punto finale: /oauth/access_token + Errore nell'ottenere le credenziali OAuth - Punto finale: /oauth/access_token Twitter authorization was successful. Autorizzazione a Twitter ottenuta con successo. - + Withings authorization was successful. Autorizzazione a Withings ottenuta con successo. - - - - - - - - + + + + + + + + + + Information Informazioni - Error in authorization - Errore autorizzazione + Errore autorizzazione - There was an error during authorization. Please check the error description. - C'e' stato un errore durante la richiesta di autorizzazione. Si prega di verificare la descrizione dell'errore. + C'e' stato un errore durante la richiesta di autorizzazione. Si prega di verificare la descrizione dell'errore. - + Dropbox authorization was successful. Autorizzazione a Dropbox ottenuta con successo. - + SportTracks authorization was successful. Autorizzazione a SportTracks ottenuta con successo. - + PolarFlow authorization was successful. Autorizzazione a PolarFlow ottenuta con successo. - + Strava authorization was successful. Autorizzazione a Strava ottenuta con successo. - + Cycling Analytics authorization was successful. Autorizzazione a Cycling Analytics ottenuta con successo. + Google Calendar authorization was successful. - Autorizzazione a Google Calendar ottenuta con successo. + Autorizzazione a Google Calendar ottenuta con successo. + + + + Kent University Google Drive authorization was successful. + - + Google Drive authorization was successful. Autorizzazione a Google Drive ottenuta con successo. - + Today's Plan authorization was successful. Autorizzazione a Today's Plan ottenuta con successo. - + Error retrieving access token, %1 (%2) Errore nella richiesta di token, %1 (%2) - + SSL Token Refresh Error Errore ricarica token SSL - + Error retrieving authoriation credentials Errore nel recuperare le credenziali di autorizzazione + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Fatto + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC PMC - + Sport Sport - + Workout Code Codice Allenamento - + Duration Durata - + Notes Note - HRV - HRV + HRV + HRV rMSSD + + + + Heartrate Frequenza Cardiaca - + Heartrate Zones Zone Frequenza Cardiaca - + Climbing - + Cadence Cadenza - + Equivalent Power Potenza Equivalente - + RPE RPE - + Stress Stress - + Fatigue Zones Zone di Fatica - + Intervals Intervalli - + Intensity Intensita' - + Power Potenza - + Power Zones Zone di Potenza - + Power Model Modello Potenza - + Distance Distanza - + Speed Velocità - + Pace Zones Zone di Ritmo - + Route Itinerario + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19599,54 +20790,54 @@ PaceSchemePage - + + + - + - - - + Add Aggiungi - + Delete Cancella - + Short Cortp - + Long Lungo - + Percent of CV Percentuale di CV - + Maximum of 10 zones reached. Raggiunto il massimo di 10 zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) @@ -19807,27 +20998,27 @@ PaceZonePage - + Sport Sport - + Run Corsa - + Swim Nuoto - + Critical Velocity Velocita' Critica - + Default Base @@ -20071,133 +21262,133 @@ Non posso aprire il file - + Zone defaults must be specified at head of %1 file La base delle Zone deve essere specificato in testa al file %1 - + Only one set of zone defaults may be specified in %1 file Solo una serie di zone di base puo' essere specificato nel file %1 - + line %1: read new range without reading any zones for previous one linea %1: letto nuovo intervallo senza aver letto nessuna zona dal precedente - + line %1: read zone without preceding date range linea %1: letta zona senza l'intervallo date - - + + attempt to set zone based on % of CV without setting CV in line number %1. tentativo di impostare le zone basato su % della VC senza aver impostato VC nella linea numero %1. - + file ended without reading any zones for last range Il file finisce senza aver letto alcuna zona per l'ultimo intervallo - + Setting end date of range %1 to start date of range %2. Imposta la data finale dell'intervallo %1 alla data d'inizio dell'intervallo %2. - + Extending final range %1 to infinite to include present date. Estendo l'intervallo finale %1 a infinito per includere la data attuale. - + CV must be greater than zero in zone range %1 of %2 CV deve essere maggiore di zero nell'intervallo %1 di %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). L'intervallo %1: accoppia il top di zona %2 (%3) fino all'estremo inferiore di zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. L'intervallo %1 impostato al top di zona %2 da %3 fino al MAX. - + Critical Velocity: %3%4 (%2%1) Velocita' Critica: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zona</td> - + <td align="center">Description</td> <td align="center">Descrizione</td> - + <td align="center">Low (%1)</td> <td align="center">Min (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Max (%1)</td> - + <td align="center">Time</td> <td align="center">Orario</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones Problema durante il salvataggio delle zone di Ritmo - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Si prega di verificare le proprieta' del file. - - + + min/100m min/100m - - + + min/100yd min/100yd - - + + min/km min/km - - + + min/mile min/miglia @@ -20413,6 +21604,146 @@ + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr8m + + + 8 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr90m + + + 90 min Peak Hr + + + + + + bpm + bpm + + + PeakPace10m @@ -21636,184 +22967,199 @@ PowerHist - + Time (minutes) Tempo (minuti) - + Time (percent) Tempo (percentuale) - + Power (watts) Potenza (watt) - - + + Power zone Zone Potenza - + Heartrate (bpm) Frequenza Cardiaca (bpm) - + Heartrate zone Frequenza cardiaca Zone - - - - - + + + + + seconds secondi - + Total %1 (%2) Totale %1 (%2) - + Total %1 Totale %1 - + %1 of Activity (%2) %1 delle Attivita' (%2) - + %1 of Activity %1 delle Attivita' - + W'bal zone Zona W' bal - + W'Bal Consumed (%) W'Bal Consumati (%) - + Power (watts/kg) Potenza (watt/kg) - + aPower (watts) aPower (Watt) - + Cadence (rpm) Cadenza (rpm) - + Pace zone Zona di Ritmo - + Speed (%1) Velocita' (%1) - + kph km/h - + mph mi/h - + Torque (%1) Coppia torcente (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio Rapporti - + SmO2 SmO2 - + Unknown data series Serie dati sconosciuta - + min/km min/km - + min/mile min/miglia - - + + %1 Pace (%2) %1 Ritmo (%2) - + min/100m min/100m - + min/100yd min/100yd - - - - + + + + minutes minuti - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -21962,37 +23308,53 @@ ProcessorPage - + Processor Processore - + Apply Applica - + Settings impostazioni - + Manual Manuale - + Import Importa - + Save Salva + PythonChart + + + Show Console + Mostra Console + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -22016,21 +23378,22 @@ Bicicletta - - + + + Lap %1 Giro %1 - - + + MMM dd yyyy dd MMM yyyy - + All Tutti @@ -22110,62 +23473,60 @@ Bicicletta %1 - Manual entry - Inserimento manuale + Inserimento manuale - Withings - Withings + Withings - Today's Plan - Today's Plan + Today's Plan - CSV Upload - Caricamento CSV + Caricamento CSV - Unknown - Sconosciuto + Sconosciuto - + Problem Saving Body Measurements Problema durante il salvataggio misurazioni corpo - + Problem Reading Body Measurements Problema durante la lettura misurazioni corpo - + Problem Parsing Body Measurements Problema durante parsing misurazioni corpo - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Si prega di verificare le proprieta' del file. - + + File: %1 cannot be opened for 'Reading'. Please check file properties. File: %1 non puo' essere aperto per "Lettura'. Siprega di verificare le proprieta' del file. - + + File: %1 is not a proper JSON file. Parsing error: %2 Il File %1 non e' un JSON file corretto. Errore parsing: %2 @@ -22190,7 +23551,7 @@ Problema durante il salvare dati di percorso - + Problem Saving Seasons Problema nel salvare Stagioni @@ -22286,90 +23647,263 @@ Nuoto - + Unsupported file format Formato file non supportato - + Rest Riposo - + Very, very easy Molto, molto facile - + Easy Facile - + Moderate Moderato - + Somewhat hard Alquanto difficile - + Hard Difficile - + Hard+ Difficile+ - + Very hard Molto difficile - + Very hard+ Molto difficile+ - + Very hard++ Molto difficile++ - + Maximum Massimo - + Invalid Non valido - + Developer limit exceeded Ecceduti i limiti sviluppatore - + Monthly free plan limit exceeded Ecceduto il limite del piano gratuito mensile - + Bad request Richiesta sbagliata - + + Gateway Timeout + + + + Networkerror: %1 Errore Network: %1 + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 1 + + + + 2 A Little Fatigued + + + + + 3 + 3 + + + + 4 + 4 + + + + 5 Moderately Fatigued + + + + + 6 + 6 + + + + 7 Very fatigued+ + + + + + 8 + 8 + + + + 9 + 9 + + + + 10 Total Fatigue, Nothing Left + + + + + Problem Saving HRV Measurements + + + + + Problem Reading HRV Measurements + + + + + Problem Parsing HRV Measurements + + + + + Distance %1 + + + + + Location %1 + + + + + Time %1 + + + + + HeartRate %1 + + + + + Python not installed or in path + + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + + + + + The version of R installed is too old. You must have R version 3.4 or higher. + + + + + + The version of R installed is too new. You must have R version 3.3 or older. + + + RChart @@ -22428,205 +23962,220 @@ RealtimeData - + None Nessuno - + Time Tempo - + Lap Giro - + Lap Time Tempo Giro - + Lap Time Remaining Tempo sul Giro Rimanente - + + Section Time Remaining + + + + BikeStress BikeStress - + kJoules KJoule - + W' bal W'bal - + XPower XPower - + Iso Power Potenza Normalizzata - + Intensity Factor Fattore di Intensita' - + Relative Intensity Intensita' Relativa - + Skiba Variability Index Indice di Variabilita' di Skiba - + Variability Index Indice di Variabilita' - + Distance Distanza - + Alternate Power Potenza Alternata - + Power Potenza - + Speed Velocità - + Virtual Speed Velocita' Virtuale - + Cadence Cadenza - + Heart Rate Frequenza Cardiaca - + Target Power Potenza Obiettivo - + Average Power Potenza Media - + Average Speed Velocità Media - + Average Heartrate Frequenza cardiaca Media - + Average Cadence Cadenza Media - + Lap Power Potenza per Giro - + Lap Speed Velocita' per Giro - + Lap Heartrate Frequenza Cardiaca per Giro - + Lap Cadence Cadenza per Giro - + Left/Right Balance Bilanciamento Sinistra/Destra - + Total Hb Mass Massa Hb totale - + Hb O2 Saturation Sturazione O2 Hb - + Deoxy Hb Hb deossigenata - + Oxy Hb Hb Ossigenata - + Left Torque Effectiveness Efficacita' coppia torcente sinistra - + Right Torque Effectiveness Efficacita' coppia torcente destra - + Left Pedal Smoothness Omogeneita' pedale sinistro - + Right Pedal Smoothness Omogeneita' pedale destro - + Slope Pendenza + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -22799,12 +24348,12 @@ RemotePage - + Action Azione - + ANT+ Command Comando ANT+ @@ -22828,17 +24377,17 @@ RenameIntervalDialog - + Rename Intervals Rinomina Intervalli - + &OK &OK - + &Cancel &Cancella @@ -22907,22 +24456,22 @@ RideCache - + Can't rename %1 to %2 in %3 Non posso rinominare %1 a %2 in %3 - + Problem Saving Ride Cache Problema nel salvare la memoria di transito dell'uscita in bici - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Siprega di verificare le proprieta' del file. - + seconds secondi @@ -23295,429 +24844,429 @@ RideFile - + Run Corsa - + Swim Nuoto - + Time Tempo - + Cadence Cadenza - + Heartrate Frequenza Cardiaca - + Distance Distanza - + Speed Velocità - + Acceleration Accellerazione - + Power %1 Potenza %1 - + Cadence %1 Cadenza %1 - + Torque %1 Coppia torcente %1 - + Heartrate %1 FrequenzaCardiaca %1 - + Torque Coppia torcente - + Power Potenza - + xPower xPower - + aPower aPower - + aTISS aTISS - + anTISS anTISS - + Iso Power Potenza Normalizzata - + Altitude Altitudine - + Longitude Longitudine - + Latitude Latitudine - + Headwind Vento Contrario - + Slope Pendenza - + Temperature Temperatura - + Left/Right Balance Bilanciamento Sinistra/Destra - + Left Torque Efficiency Efficienza coppia torcente sinistra - + Right Torque Efficiency Efficienza coppia torcente destra - + Left Pedal Smoothness Omogeneita' pedale sinistro - + Right Pedal Smoothness Omogeneita' pedale destro - + Left Platform Center Offset Scarto centro piattaforma sinistra - + Right Platform Center Offset Scarto centro piattaforma destra - + Left Power Phase Start Inizio Fase Potenza sinistra - + Right Power Phase Start Inizio Fase Potenza destra - + Left Power Phase End Fine Fase Potenza sinistra - + Right Power Phase End Fine Fase Potenza destra - + Left Peak Power Phase Start Inizio Fase Picco Potenza sinistra - + Right Peak Power Phase Start Inizio Fase Picco Potenza destra - + Left Peak Power Phase End Fine Fase Picco Potenza sinistra - + Right Peak Power Phase End Fine Fase Picco Potenza destra - - + + Interval Intervallo - + VAM VAM - + Watts per Kilogram Watt per kg - + W' balance bilancio W' - + SmO2 SmO2 - + THb THb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation Oscillazione Verticale - + Run Cadence Cadenza di corsa - + GCT GCT - + Gear Ratio Rapporti - + W' Consumed W' Consumati - + Sample Index Indice campioni - + R-R R-R - - + + Unknown Sconosciuto - - + + seconds secondi - + rpm rpm - + rpm/s rpm/s - + bpm bpm - + bpm/s bpm/s - + km km - + miles miglia - - + + kph km/h - + mph mi/h - + m/s/s - + N N - + N/s - - - + + + watts watt - + watts/s watt/s - - + + TISS TISS - + metres Metri - + feet piedi - + lon lon - + lat lat - - - - - + + + + + % % - + °C °C - - - - + + + + ° ° - - + + mm mm - + meters per hour metri per ora - + watts/kg watt/kg @@ -23726,37 +25275,37 @@ Nome File non valido - + Wheelsize Dimensione ruota - + joules joules - + g/dL g/dL - + spm spm - + cm cm - + ms ms - + ratio proporzione @@ -23772,107 +25321,107 @@ RideFileInterval - + ALL TUTTI - + DEVICE DISPOSITIVO - + USER UTILIZZATORE - + PEAK PACE PICCO RITMO - + PEAK POWER PICCO POTENZA - + SEGMENTS SEGMENTI - + CLIMBING SCALATA - + EFFORTS SFORZI - + The entire activity L' attivita' intera - + Device specific intervals Intervalli specifici al dispositivo - + User defined laps or marked intervals Giri o intervalli contrassegnati definiti dall'utilizzatore - + Peak pace for running and swimming Picco ritmo di corsa e nuoto - + Peak powers for cycling 1s thru 1hr Picco potenza ciclismo 1s a 1 ora - + Route segments using GPS data Segmenti itinerario usando i dati del GPS - + Ascents for hills and mountains Ascesa per colline e montagne - + Sustained efforts and matches using power Sforzi sostenuti e matches usando la potenza - + Peak Picco - + Find Trova - + Match Pari a - + Climb Scalata - + Best Migliore @@ -24053,99 +25602,99 @@ RideImportWizard - + Select Date... Seleziona Data... - + Today Oggi - + Last Monday Ultimo lunedì - + Last Tuesday Ultimo martedì - + Last Wednesday Ultimo mercoledì - + Last Thursday Ultimo giovedì - + Last Friday Ultimo venerdì - + Last Saturday Ultimo sabato - + Last Sunday Ultima domenica - + Choose Date Seleziona Data - + Cancel Cancella - - - + + + Abort Annulla - + Filename Nome file - + Date Data - + Time Orario - + Duration Durata - + Distance Distanza - + Import Status Importa Stato - + Step 1 of 4: Check file permissions Livello 1 di 4: controllo permessi file @@ -24154,224 +25703,239 @@ Errore - il file non esiste. - + Error - Not a file. Errore - non e' un file. - + Error - File is not readable. Errore - il file non e' leggibile. - + + Error - Opendata summary. + + + + + undefined + + + + Queued In coda - + Error - Unknown file type Errore - tipo di file sconosciuto - + Step 2 of 4: Validating Files Livello 2 di 4: Validazione File - - - - - + + + + + Error Errore - + Parsing... Parsing... - + Validated Convalidato - + Warning - Attenzione - - - + + ; ; - + Step 3 of 4: %1 ride(s) are missing the date and time. Livello 3 di 4: %1 uscita(e) in bici non indicano data e orario. - + Step 3 of 4: Change Date/Time or Save to continue. Livello 3 di 4: Cambia data/Orario o Salva per continuare. - + No files for automatic import selected. Nessun file selezionato per importazione automatica. - + More than 24hrs of activities to fit into a day Piu' di 24 ore di attivita' in un giorno - + Auto Import Importo automatico - + Automatic import from defined directories is completed. L'importo automatico dalle rubriche selezionate e' completo. - + Error - Activity file exists Errore - file Attivita' esistente - + Error - Activity file with same start date/time exists Errore: esiste gia' un file Attivita' con la stessa data/orario d'inizio - + Error - copy of %1 to import directory failed Errore - copia di %1 da importare in rubrica fallito - + + Processing... + In elaborazione... + + + Error - Moving %1 to activities folder Errore - Spostamento %1 a cartella attivita' - + Error - .JSON creation failed Errore - creazione .JSON fallita - + Error - Import of activitiy file failed Errore - importo di file di attivita' fallito - + Error - Errore - - + Directory Rubrica - + Import Rule Regola importazione - + Directory Status Stato Rubrica - + No import Nessun Importo - + No directory Nessuna rubrica - + Directory not available Rubrica non disponibile - + Directory not readable Rubrica non leggibile - + %1 files for import selected Selezionati per importo %1 file - + No files in requested time range Nessun file nell'intervallo di tempo richiesto - + No activity files found Nessun file di attivita' trovato - + Import Files Importa file - + Error - File does not exist. Errore - il file non esiste. - + Save Salva - + Invalid Selection Selezione non valida - + Step 4 of 4: Save to Library Livello 4 di 4: Salvataggio nella libreria - + Saving... Salvataggio... - + Saving file... Salvataggio file... - + File Saved File salvato - + Import Complete. %1 of %2 successful. Importo Completo. %1 di %2 con successo. - - - + + + Finish Finito @@ -24379,128 +25943,128 @@ RideItem - + Entire Activity Attivita' intera - + 1 second 1 secondo - + 5 seconds 5 secondi - - + + 10 seconds 10 secondi - - + + 15 seconds 15 secondi - - + + 20 seconds 20 secondi - - + + 30 seconds 30 secondi - - + + 1 minute 1 minuto - - + + 5 minutes 5 minuti - - + + 10 minutes 10 minuti - - + + 20 minutes 20 minuti - - + + 30 minutes 30 minuti - - + + 45 minutes 45 minuti - - + + 1 hour 1 ora - + %1 (%2 watts) %1 (%2 watt) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE di %1 (%2 watt) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% Sforzo di %1 (%2 watt) - + L%3 SPRINT of %1 secs (%2 watts) L%3 SPRINT di %1 sec (%2 watt) - + Climb %1 Scalata: %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3w %4 kJ) - + TE MATCH TE Pari a - + MATCH Pari a @@ -24508,87 +26072,108 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google Google - Bing - Bing + Bing - + Map Mappa - + Show Markers Mostra Marcatori - + Show Full Plot Mostra Grafico completo - + Show Intervals Overlay Mostra Sovrapposizione Intervalli - + Open Street Map - Custom Tile Server settings Open Street Map - impostazioni Tile Server personalizzato - + Tile server Tile server - + Tile server URL URL Tile server - + OpenStreetMap (default) OpenStreetMap (di base) - + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + Intervallo + + OpenCycleMap - OpenCycleMap + OpenCycleMap - Mapquest - Mapquest + Mapquest - Custom - Personalizzato + Personalizzato - + Intervals Intervalli - + Route Itinerario - + No GPS Data Present Nessun dato GPS presente @@ -24596,12 +26181,12 @@ RideMetadata - + Problem Saving Meta Data Problema durante salvataggio Metadati - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Si prega di verificare le proprieta' del file. @@ -24668,7 +26253,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Non posso leggere il file " @@ -24683,80 +26268,95 @@ Intervallo Date - + Device Type: Tipo di Dispositivo: - - + + Totals Totali - - + + Averages Medie - - + + Maximums Massimi - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> <h3>Modello</h3> - + W' W' - + CP CP - - + + watts watt - - + + w/kg w/kg - + FTP (watts) FTP (watt) - + FTP (w/kg) FTP (w/kg) - + P-max P-max - + Interval Name Nome Intervallo - - - + + + dd MMM yyyy dd MMM yyyy @@ -24769,233 +26369,224 @@ <br>BikeStress, IsoPower e IF sono marchi registrati da Peaksware LLC</center> - - - - + + + + N/A N/A - + Metrics* Misure* - - - + + + ^(Average|Max) ^(Media|Max) - <h3>Modeling<br>%1</h3> - <h3>Modellizzazione<br>%1</h3> + <h3>Modellizzazione<br>%1</h3> - + %2 on %1 vs %4 on %3 %2 su %1 contro %4 su %3 - - - + + + dd MMM yy dd MMM yy - + %2 on %1 vs %3 others %2 su %1 contro altri %3 + - Compare Compara - + %1 vs %2 %1 contro %2 - + %1 vs %2 others %1 contro altri %2 - + Summary Sommario - + dddd MMMM d, yyyy, hh:mm dddd d MMMM, yyyy, hh:mm - - + + dddd MMMM d yyyy dddd d MMMM yyyy - + Metrics Misure - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds secondi - + <h3>Athlete Bests</h3> <h3>Migliori Atleta</h3> - + d MMM yyyy d MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Zones Ritmo</h3> - - - + + + <h3>Power Zones</h3> <h3>Zone di Potenza</h3> - - + + <h3>W'bal Zones</h3> <h3>Zone W'bal</h3> - + <h3>Heart Rate Zones</h3> <h3>Zone Frequenza Cardiaca</h3> - - - + + + %1 of %2 %1 di %2 - - + + ride uscita in bici - - + + rides uscite in bici - - - + + + <td align="center">Date</td> <td align="center">Data</td> - - - + + + <td align="center"></td> <td align="center"></td> - - + + run corsa - - + + runs corse - - + + swim nuotata - - + + swims nuotate @@ -25004,18 +26595,18 @@ <br>BikeScore e' un marchio registrato da Dr. Philip Friere Skiba, PhysFarm Training Systems LLC - - + + <h3>Heartrate Zones</h3> <h3>Zone Frequenza Cardiaca</h3> - + Intervals Intervalli - + <p><h2>Errors reading file:</h2><ul> <p><h2>Errore nel leggere il file:</h2><ul> @@ -25122,106 +26713,100 @@ PMC Bilanciamento Stress Oggi - - + + kg kg - - + + lb lb - + Default Weight Peso di base - + Time dependent measurements Misurazioni che dipendono dal tempo - + From Date - Time Da data - Orario - Weight - Peso + Peso - Fat - Massa Grassa + Massa Grassa - Muscle - Muscolatura + Muscolatura - Bones - Ossatura + Ossatura - Lean - Massa Magra + Massa Magra - Fat% - Grasso% + Grasso% - + Comment Commento - - + + Update Aggiorna - + + + - + - - - + Add Aggiungi - + Delete Cancella - - + + MMM d, yyyy - hh:mm:ss d MMM, yyyy - hh:mm:ss - + Source Sorgente - + Original Source Sorgente di origine @@ -25230,7 +26815,7 @@ MMM d, yyyy - + Manual entry Inserimento manuale @@ -25261,7 +26846,7 @@ Routes - + Route #%1 Percorso #%1 @@ -25314,7 +26899,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25324,22 +26909,22 @@ Hai fatto dei cambiamenti ad alcune uscite in bici che non sono state salvate. Sono elencate di seguito. - + &Save and Exit Sal&va e esci - + &Discard and Exit &Annulla ed Esci - + &Cancel Exit &Annulla l'uscita - + Always check for unsaved changes on exit Controlla sempre cambiamenti non salvati all'uscita @@ -25347,7 +26932,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -25356,12 +26941,12 @@ Hai applicato delle modifiche a - + Save and Conversion Salva e Converti - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -25371,22 +26956,22 @@ di GoldenCheetah. Procediamo? - + &Save and Convert Sal&va e converti - + &Discard Changes Annulla &Modifiche - + &Cancel Save Annulla il salvata&ggio - + Always warn me about file conversions Avvisami sempre riguardo conversione file @@ -25464,9 +27049,13 @@ Longitudine (offset gradi) - Circumferential Pedal Velocity (cm/s) - Velocita' Tangenziale di Pedalata (cm/s) + Velocita' Tangenziale di Pedalata (cm/s) + + + + Circumferential Pedal Velocity (m/s) + Velocita' Tangenziale di Pedalata (m/s) @@ -25942,54 +27531,54 @@ SchemePage - + Add Aggiungi - + Delete Cancella - + + + - + - - - + Short Corto - + Long Lungo - + Percent of CP Percentuale di CP - + Maximum of 10 zones reached. Raggiunto il massimo di 10 zone. - - + + New Nuovo - - + + New (%1) Nuovo (%1) @@ -25997,46 +27586,46 @@ SearchBox - - + + Search... Cerca... - + Filter... Filtro... - - + + Add to Named Filters Aggiungi ai Filtri noti - - + + Manage Filters Gestisci filtri - + and e - - + + Column Chooser Scegli Colonne - + Add new search Aggiungi nuova ricerca - + Name: Nome: @@ -26050,75 +27639,113 @@ + Season + + + A + + + + + B + + + + + C + C + + + + D + + + + + E + + + + Seasons - - + + All Dates Tutte le Date - + This Year Quest'anno - + This Month Questo Mese - + Last Month Mese scorso - + This Week Questa Settimana - + Last Week Settimana scorsa - + + Last 24 hours + + + + Last 7 days Ultimi 7 giorni - + Last 14 days Ultimi 14 giorni - + Last 21 days Ultimi 21 giorni - + Last 28 days Ultimi 28 giorni - + + Last 6 weeks + + + + Last 2 months Ultimi 2 mesi - + Last 3 months Ultimi 3 mesi - + Last 6 months Ultimi 6 mesi - + Last 12 months Ultimi 12 mesi @@ -26126,64 +27753,64 @@ SeasonsPage - + Add Aggiungi - + Delete Cancella - + Up Sopra - + Down Sotto - - - - + + + + ddd MMM d, yyyy ddd d MMM, yyyy - + + + - + - - - - + + Name Nome - - + + Type Tipo - - + + From Da - - + + To a @@ -26789,7 +28416,7 @@ - + Confirm Conferma @@ -26799,7 +28426,7 @@ La suddivisione dell'attivita' e' irreversibile - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -26808,22 +28435,22 @@ Sei sicuro di voler procedere? - + Removed Rimosso - + Saved Salvato - + Completed Completato - + Split Activity Completed Suddivisone Attivita' Completata @@ -26987,13 +28614,13 @@ Devi prima ottenere un autorizzazzione da SportTracks - - + + Completed. Completato. - + Network Error - Upload failed. Errore di rete - Caricamento non riuscito. @@ -27203,28 +28830,28 @@ Strava - + No authorisation token configured. Nessuna configurazione del token d'autorizzazione. - + You must authorise with Strava first Devi prima ottenere un autorizzazzione da Strava - + Network Problem reading Strava data Problema di rete nella lettura dei dati di Strava - + invalid response or parser exception. risposta non valida o eccezione di parsing. - - + + Completed. Completato. @@ -27328,22 +28955,22 @@ SummaryMetricsPage - + Available Metrics Misure Disponibili - + Selected Metrics Misure selezionate - + Up Sopra - + Down Sotto @@ -27697,14 +29324,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - Punteggio dello stress di Allenamento tenuto conto sia dell'intensita' che della durata delle sessoni di allenamento, puo' essere calcolato come 100 * ore * IF^2 - - - TSSPerHour @@ -27751,57 +29370,57 @@ Themes - + Default Base - + Corporate Junky Corporate Junky - + Neutral Blue Blu Neutro - + Firenze Firenze - + Mustang Mustang - + Japanese Garden Giardino Giapponese - + Zen and Tea Zen e Te - + Mono (dark) Mono (scuro) - + Mono (light) Mono (chiaro) - + Schoberer Schoberer - + Classic Classico @@ -28155,18 +29774,18 @@ TotalCalories - + Calories (HR) Calorie (FC) - - + + kcal kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age Calorie totali stimate dal Tempo in movimento, Frequenza Cardiaca, Peso, Sesso ed Eta' @@ -28197,18 +29816,18 @@ TotalWork - + Work Lavoro - - + + kJ kJ - + Total Work in kJ computed from power data Lavoro totale in kJ calcolato dai dati di potenza @@ -28223,17 +29842,17 @@ TrainConfig - + Train Devices Dispositivi Allenamento - + Preferences Preferenze - + Remote Controls Controllo a distanza @@ -28277,22 +29896,22 @@ TrainOptionsPage - + Auto-connect devices in Train View Auto connessione dispositivi in modalita' Allena - + Allow multiple devices in Train View Consenti multipli dispositivi in modalita' Allena - + Auto-hide bottom bar in Train View Barra bottone Auto-nascondi in modalita' Allena - + Play sound before new lap Emetti segnale sonoro prima del nuovo giro @@ -28300,156 +29919,161 @@ TrainSidebar - + Save workout data Salva dati allenamento - + Devices Dispositivi - - - - + + + + Menu Menu' - + Workouts Allenamenti - + Media Multimedia - + VideoSync VideoSync - + Import Workout from File Importa Allenamento da file - + Get Workouts from ErgDB Ottieni gli allenamenti da ErgDB - + Get Workouts from Today's Plan Ottieni allenamenti da Today's Plan - + Create Workout via Wizard Crea un allenamento via Wizard - + Scan for Workouts Scansiona per nuovi allenamenti - + Delete selected Workout Cancella allenamenti selezionati - + Delete %1 selected Workouts Cancella %1 allenamenti selezionati - + Train mode active Modalita' Allenamento attiva - + Please stop the train mode before closing the window or application. Si prega di terminare la modalita' allenamento prima di chiudere la finestra o l'applicazione. - + Remove reference to selected video Rimuovi il riferimento al video selezionato - + Import VideoSync from File Importa VideoSync da file - + Scan for VideoSyncs Scansiona per VideoSync - + Delete selected VideoSync Cancella VideoSync selezionati - + Are you sure you want to remove the reference to this video? Sei sicuro di voler cancellare il riferimento a questo video? - - - + + + Remove Rimuovi - + Are you sure you want to delete this VideoSync? Sei sicuro di voler cancellare i VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. Il file VideoSync e' o non valido o non esistente e sara' rimosso dalla libreria. - + Are you sure you want to delete this Workout? Sei sicuro di voler cancellare questo Allenamento? - + Are you sure you want to delete this %1 workouts? Sei sicuro di voler cancellare questi allenamenti %1? - + The Workout file is either not valid or not existing and will be removed from the library. Il file Allenamento e' o non valido o non esistente e sara' rimosso dalla libreria. - - - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. Sto richiedendo calibrazione.. - + Calibrating... Sto calibrando... - + Calibrating... Current speed %1 kph Increase speed to %2 kph @@ -28458,14 +30082,14 @@ Incremento velocita' %2 km/h - + Calibrating... Stop pedalling until speed drops to 0 Sto calibrando... Smeti di pedalare fino a che la velocita' scende a 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 @@ -28474,20 +30098,20 @@ Zero Offset %2 - - - + + + Calibration failed! Calibrazione non riuscita! - - + + Unclip or stop pedalling to begin calibration.. Sgancia o smetti di pedalare per iniziare la calibrazione.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 @@ -28496,7 +30120,7 @@ Coppia Torcente %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 @@ -28505,7 +30129,7 @@ Coppia Torcente %2 - + Calibrating... Unclip or stop pedalling until process is completed.. Zero Offset %1 @@ -28514,7 +30138,7 @@ Zero Offset %1 - + Calibration completed successfully! Zero Offset %1 Slope %2 @@ -28523,99 +30147,99 @@ Inclinazione %2 - + Fast forward.. Avanti veloce.. - + Rewind.. Indietro.. - + Increasing intensity.. Intensita' in aumento.. - + Decreasing intensity.. Intensita' in diminuzione.. - + Import Video from File Importa Video da file - + Scan for Videos Scansiona per Video - - - + + + Delete Cancella - + Resuming.. Sto ricominciando.. - + Paused.. In pausa.. - + Starting.. Sto iniziando.. - + Stopped.. Fermato.. - + Connected.. Connesso.. - + Disconnected.. Disconnesso.. - + New lap.. Nuovo giro.. - + No Devices Configured Nessun Dispositivo Configurato - + Please configure a device in Preferences. SI prega di configurare un dispositivo nelle Preferenze. - + Exiting calibration.. Uscita calibrazione.. - + Calibration not supported for this device. Calibrazione non supportata da questo strumento. - + Calibrating... Press F3 on Controller when done. Calibrazione in corso... @@ -28626,19 +30250,19 @@ Fatto - - + + Add Device Aggiungi Dispositivo - - + + Delete Device Cancella Dispositivo - + Are you sure you want to delete this device? Sei sicuro di voler cancellare questo dispositivo? @@ -28822,30 +30446,30 @@ - + Metric Misura - + Date range Intervallo Date - - - - + + + + (unknown) (sconosciuto) - + %1 activities %1 attivita' - + None Nessuno @@ -28853,9 +30477,13 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - Misura di stress combinata Triscore basata sulle misure di stress del Dr. Skiba, definita come BikeScore per ciclismo, GOVSS per la corsa e SwimScore per il nuoto + Misura di stress combinata Triscore basata sulle misure di stress del Dr. Skiba, definita come BikeScore per ciclismo, GOVSS per la corsa e SwimScore per il nuoto + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + @@ -29037,12 +30665,12 @@ VAM - + VAM VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Velocita Ascensionale Media, velocita' di ascesa media in metri verticali per ora @@ -29343,18 +30971,18 @@ ViewSplitter - + Clear Pulisci - - + + OFF OFF - + ON ON @@ -29740,12 +31368,12 @@ WattsRPE - + Watts:RPE Ratio Rapporto Watt:RPE - + Watts to RPE ratio Rapporto Watts a RPE @@ -29801,17 +31429,22 @@ Errore OAuth - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Scaricamento Dati Withings + Scaricamento Dati Withings - + + Error Errore - + There was an error during fetching. Please check the error description. C'e' stato un errore durante l'acquisizione. Si prega di verificare la descrizione dell'errore. @@ -29835,12 +31468,12 @@ Workbeats - + Workbeat stress Stress Lavorobattiti - + Work * Heartbeats / 100000 Lavoro * Battiti Cardiaci / 100000 @@ -29994,7 +31627,7 @@ Impossibile salvare file. - + Intensity Intensita' @@ -30085,24 +31718,24 @@ XDataDialog - + xData xData - + Data Series Serie dei Dati - - + + Add Aggiungi - - + + Delete Cancella @@ -30181,32 +31814,32 @@ XDataSeriesSettingsDialog - + Name Nome - + Units Unita' - + Cancel Cancella - + OK OK - + Error Errore - + Name is blank Nome e' in bianco @@ -30214,48 +31847,48 @@ XDataSettingsDialog - + xData xData - + Data Series Serie dei Dati - + Units Unita' - + Series %1 Serie %1 - + Cancel Cancella - + OK OK - - + + Error Errore - + XData name is blank Nome XData e' in bianco - + Must have at least one data series. Devi avere almeno una serie di dati. @@ -30358,6 +31991,40 @@ + Xert + + + JSON parser error + Errore parser JSON + + + + You must authorise with Xert first + + + + + + Completed. + Completato. + + + + Network Error - Upload failed. + Errore di rete - Caricamento non riuscito. + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -30490,27 +32157,27 @@ ZonePage - + Sport Sport - + Bike Bicicletta - + Run Corsa - + Critical Power Potenza Critica (CP) - + Default Base @@ -30719,87 +32386,87 @@ Zones - + line %1: read new range without reading any zones for previous one linea %1: letto nuovo intervallo senza aver letto nessuna zona dal precedente - + line %1: read zone without preceding date range linea %1: letta zona senza aver processato l'intervallo date - - + + attempt to set zone based on % of CP without setting CP in line number %1. tentativo di impostare le zone basato su % della CP senza aver impostato CP nella linea numero %1. - + file ended without reading any zones for last range il file e' chiuso senza aver letto nessuna zona per l'ultimo intevallo - + Setting end date of range %1 to start date of range %2. Impostazione data finale intervallo %1 alla data d'inizio intervallo %2. - + Extending final range %1 to infinite to include present date. Estensione intervallo finale %1 a infinito per includere la data attuale. - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). L'intervallo %1: accoppia il top di zona %2 (%3) fino all'estremo inferiore di zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. L'intervallo %1 impostato al top di zona %2 da %3 fino al MAX. - + Critical Power (watts): %1 Potenza Critica (watt): %1 - + <td align="center">Low (watts)</td> <td align="center">Min (watt)</td> - + <td align="center">High (watts)</td> <td align="center">Max (watt)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Problema durante il salvataggio delle Zone di Potenza - + File: %1 cannot be opened for 'Writing'. Please check file properties. File: %1 non puo' essere aperto per "Scrittura'. Si prega di verificare le proprieta' del file. - + <td align="center">Zone</td> <td align="center">Zona</td> @@ -30839,27 +32506,27 @@ Potenza Neuromuscolare - + Zone defaults must be specified at head of %1 file La base delle Zone deve essere specificato in testa al file %1 - + Only one set of zone defaults may be specified in %1 file Solo una serie di zone di dbase puo' essere specificato nel file %1 - + CP must be greater than zero in zone range %1 of %2 CP deve essere maggiore di zero nell'intervallo zona %1 di %2 - + <td align="center">Description</td> <td align="center">Descrizione</td> - + <td align="center">Time</td> <td align="center">Orario</td> @@ -30873,6 +32540,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + Punteggio dello stress di allenamento aggiustato per l'altitudine tiene conto sia dell'intensita' che della durata delle sessoni di allenamento piu' l'effetto dell'altitudine, puo' essere calcolato come 100 * ore * aIF^2 + + + aEfficiencyFactor @@ -30952,14 +32627,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - Punteggio dello stress di allenamento aggiustato per l'altitudine tiene conto sia dell'intensita' che della durata delle sessoni di allenamento piu' l'effetto dell'altitudine, puo' essere calcolato come 100 * ore * aIF^2 - - - aTSSPerHour @@ -31051,32 +32718,45 @@ deviceModel - + Device Name Nome Dispositivo - + Device Type Tipo di dispositivo - + Port Spec Specifica porta - + Profile Profilo - + Virtual Virtuale + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -31096,6 +32776,139 @@ + rest_avnn + + + Rest AVNN + + + + + + msec + msec + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + FC a Riposo + + + + + bpm + bpm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + pct + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + msec + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + msec + + + + Standard deviation of all NN intervals measured at rest + + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_ja.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_ja.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_ja.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_ja.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower - - + + watts ワット - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max - + Power as percent of Pmax according to Power Zones @@ -49,22 +73,17 @@ GoldenCheetah について - + About - + Version - - Config - - - - + Contributors @@ -72,22 +91,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) 短期ストレス平均に用いる日数 - + LTS average (days) 長期ストレス平均に用いる日数 - + PMC Stress Balance Today @@ -95,69 +114,69 @@ AboutPage - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname ニックネーム - + Date of Birth 誕生日 - + Sex - - - + + + Height (%1) - - + + cm - - + + in - + Male 男性 - + Female 女性 - + Crank Length - + Wheelsize - + mm @@ -166,12 +185,12 @@ 参照 - + Choose Picture 写真の選択 - + Images (*.png *.jpg *.bmp) @@ -218,12 +237,12 @@ ActivityCRC - + Checksum - + A checksum for the activity, can be used to trigger cache refresh in R scripts. @@ -231,12 +250,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -244,49 +263,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise - + URL - + Key (optional) - + Username - + Password - + Token - + + Message + + + + %1 Credentials and authorisation @@ -294,63 +318,81 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures + + Measurements - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. - - Sync planned workouts to WebDAV and CalDAV calendars. + + Calendar AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard @@ -358,409 +400,409 @@ AddFinal - + Done 終了 - + Confirm configuration and add device - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. - + Name* - + Port - + Profile プロファイル - + Virtual - + mm - + Wheel Size - + None - + Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 - + Power - BT Advanced Training System - + Power - LeMond Revolution - + Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) - + Power - Tacx Satori (4) - + Power - Tacx Satori (6) - + Power - Tacx Satori (8) - + Power - Tacx Satori (10) - + Power - Tacx Flow (0) - + Power - Tacx Flow (2) - + Power - Tacx Flow (4) - + Power - Tacx Flow (6) - + Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) - + Stride Length (cm) - + Selected by default - + Power 出力 - + Heartrate 心拍数 - + Speed 速度 - + Cadence ケイデンス @@ -768,58 +810,58 @@ AddFinish - + Done 終了 - + Add Cloud Account - + URL - + Key - + Username - - + + Password - + Token - + Folder - + Athlete ID - + Sync on start - + Sync on import @@ -827,27 +869,27 @@ AddFirmware - + Select Firmware - + Select Firmware for Tacx Fortius - + Browse 参照 - + Copy to Library - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -860,22 +902,74 @@ - + File: - + Open File - + Intel Firmware File (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + 参照 + + + + Copy to Library + + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + + + + + Open File + + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1074,63 +1168,63 @@ AddPair - + Pair Devices - + Search for and pair ANT+ devices - + Sensor - + ANT+ Id - + Value - + Status - - + + none - + Un-Paired - + Unused - + Master - + Searching... - + Paired @@ -1138,58 +1232,58 @@ AddPairBTLE - + Pair Devices - + Search for and pair Bluetooth 4.0 devices - + Sensor - + BLE Id - + Value - + Status - - + + none - + Un-Paired - + Unused - + Searching... - + Paired @@ -1197,29 +1291,29 @@ AddSearch - + Scan for connected devices - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. - + Search - + If your device is not found you can select the device port manually by using the selection box below. - + Device found. Click Next to Continue @@ -1227,22 +1321,22 @@ - + %1 Search - + Select COM port - + Search Again - + Device found (%1). Press Next to Continue @@ -1250,7 +1344,7 @@ - + Device found. Press Next to Continue @@ -1258,12 +1352,12 @@ - + Stop Searching - + Search again @@ -1271,12 +1365,12 @@ AddService - + Account Type - + Select the cloud service type @@ -1284,42 +1378,42 @@ AddSettings - + Cloud Service Settings - + Folder - + Browse 参照 - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory @@ -1327,12 +1421,12 @@ AddType - + Select Device - + What kind of device to add @@ -1367,63 +1461,68 @@ Aerolab - - + + Elevation (m) - + Distance (km) - + V-Elevation 垂直高度 - + Elevation 標高 - + Elevation (') - + Distance 距離 - + Time (minutes) 時間 (分) - + + No ride selected + + + + Estimates out-of-range - + At least two segments must be independent - + At least two segments must be defined - + Altitude and Power data must be present - + No activity selected @@ -1496,7 +1595,7 @@ - + Estimate CdA and Crr @@ -1504,22 +1603,21 @@ AllPlot - - - + + + Power 出力 - + Heart Rate 心拍数 - - - - + + + Speed 速度 @@ -1530,90 +1628,90 @@ - - - + + + Cadence ケイデンス - - + + Heartrate 心拍数 - - - + + + Acceleration - - - + + + Power Delta - - - + + + Cadence Delta - - - + + + Torque Delta - - - + + + Heartrate Delta - - + + W'bal - - - + + + Altitude 標高 - - + + Headwind 向かい風 - - - + + + Temperature - - - + + + Torque トルク - + W' Balance (kJ) @@ -1630,24 +1728,24 @@ - - - + + + SmO2 - - - + + + Slope - + Hb @@ -1672,233 +1770,238 @@ - - - + + + Core Temp - - - - + + + + R-R - - - + + + Alt/Slope - - - + + + Anaerobic TISS - - - + + + Aerobic TISS - - - + + + IsoPower - - - + + + Vertical Oscillation - - - + + + Run Cadence - - - + + + GCT - - - - + + + + Gear Ratio - - - + + + tHb - - - + + + O2Hb - - - + + + HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness - - - + + + Right Pedal Smoothness - - - + + + Left Torque Efficiency - - - + + + Right Torque Efficiency - - + + Left/Right Pedal Center Offset - - + + Left Power Phase - - + + Right Power Phase - - + + Left Peak Power Phase - - + + Right Peak Power Phase - - + + L/R Balance - - - + + + aPower - + Matches - + Left Pedal Center Offset - + Right Pedal Center Offset - + Left Balance - + Right Balance - + min/km - + min/mile - - + + %1 %2 - + min/100m - + min/100yd + + W' + + + Match @@ -2209,7 +2312,7 @@ - + Smooth @@ -2364,58 +2467,62 @@ - - SmO2 + + Cadence - Moxy + SmO2 + Moxy + + + + tHb - + O2Hb - + HHb - + Heart Rate 心拍数 - + Data series - + R-R Rate - + Core Temperature - + Speed 速度 - - + Cadence ケイデンス @@ -2436,13 +2543,13 @@ - + Name - + Formula @@ -2462,143 +2569,143 @@ - + Altitude 標高 - + Temperature - + Headwind 向かい風 - + Torque トルク - + Gear Ratio - + Slope - + No Alt/Slope - + 0.1km|mi - 1min - + 0.5km|mi - 5min - + 1.0km|mi - 10min - - + + Alt/Slope - + Anaerobic TISS - + Metrics 統計 - + Aerobic TISS - + Iso Power - + Skiba xPower - + Altitude Power - + W' balance - + Time of day - + Intervals インターバル - + Selection #%1 - + Power + shade 出力 (シェード) - + Power - shade 出力 (シェードなし) - + No Power 出力なし - + Shading - + Time 時間 - + Distance 距離 - + X Axis @@ -2618,113 +2725,128 @@ AnalysisSidebar - + Calendar - + Activities - - + + Menu - + Intervals インターバル - + Save Changes - + Revert to Saved version - + Delete Activity - + Split Activity - + Show Column Chooser - + Do Not Show In Groups - + Group By - + Expand All - + Collapse All - + Reset to default - + Sort User Intervals - + + Mark as a performance test + + + + Rename route - + Stop tracking this segment - + + Create a performance test + + + + Create a route segment - + No activity selected - + Current activity contains no data - + + Performance Test + + + + Delete Interval - + Unable to delete interval @@ -2745,48 +2867,48 @@ ライドを分割 - - + + Find Intervals... - + Zoom out - - + + Zoom to interval インターバルを拡大 - - + + Edit interval - - + + Delete interval インターバルを削除 - - + + Rename selected intervals - - + + Delete selected intervals - + Zoom Out @@ -2799,8 +2921,8 @@ 背面へ - - + + Find Intervals @@ -2883,7 +3005,7 @@ AppendXDataPointsCommand - + Append XData Points @@ -2907,202 +3029,202 @@ %1 から %2 にリネームできません - + Pace Zones File %1 Error - + Athlete Weight - + Time In HR Zone - + Power Distribution - + Vo2max Estimation - + KPI Tracker - + Critical Power Trend - + Aerobic Power - + Power Variance - + Power Profile - + Anaerobic Power - + Power & Speed Trend - + Tempo & Threshold Time - + Training Mix - + Time & Distance - + Time In Power Zone - + Zones File %1 Error - + Reading Zones File %1 - + HR Zones File %1 Error - + Reading HR Zones File %1 - + Sustained Time In Zone - + Time in W' Zone - + BikeScore and Intensity - - BikeStress and IF + + BikeStress and BikeIntensity - + Stress and Distance - + Calories vs Duration - + Stress (TISS) - + Aerobic Response - + Anaerobic Response - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) - + PMC (Duration) - + CP History - + CP Analysis - + PMC (TriScore) - + Time in Pace Zones - + Run Pace - + Swim Pace @@ -3110,129 +3232,157 @@ AthleteBackup - + Abort Backup and Reset Counter - + Select Backup Directory - - - - - - - - + + + + + + + + Athlete Backup - + No backup directory selected - backup aborted - + Any unsaved data will not be included into the backup .zip file. - + Do you want to proceed? - + Abort Backup - + Backup successfully stored in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. - + Not enough space available on disk: %1 - no backup .zip file created - - + + Directory %1 not available. No backup .zip file created for athlete %2. - + Backup file %1 cannot be created. - + Adding files to backup %1 for athlete %2 ... - AthleteConfig + AthleteBones - - About + + Athlete Bones + + + + + kg + kg + + + + lbs + + + + + Athlete bones in kg or lbs from body measurements + + + AthleteConfig - - Measures + + About - + Power Zones パワーゾーン - + Heartrate Zones - + Pace Zones - + Model - - Zones + + Measurements - - Accounts + + HRV - - Auto Import + + Zones - + + Accounts + + + + + Auto Import + + + + Backup @@ -3264,49 +3414,72 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements AthleteFatP - + Athlete Bodyfat Percent - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements AthleteLean - + Athlete Lean Weight - + + kg + kg + + + + lbs + + + + + Lean Weight in kg or lbs from body measurements + + + + + AthleteMuscles + + + Athlete Muscles + + + + kg kg - + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Athlete muscles in kg or lbs from body measurements @@ -3329,59 +3502,59 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default AutoImportPage - + + - + - - + Browse 参照 - + Add 追加 - + Delete 削除 - + Up - + Down - + Directory - + Import Rule - + Enter directory or press [Browse] to select @@ -3408,18 +3581,18 @@ AvgCadence - + Average Cadence 平均ケイデンス - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 @@ -3427,18 +3600,18 @@ AvgCoreTemp - + Average Core Temperature - - + + C - + Average Core Temperature. The core body temperature estimate is based on HR data @@ -3446,18 +3619,18 @@ AvgHeartRate - + Average Heart Rate 平均心拍数 - - + + bpm 拍/分 - + Average Heart Rate computed for samples when hr is greater than zero @@ -3465,22 +3638,22 @@ AvgLPCO - + Average Left Pedal Center Offset - + mm - + in - + Platform center offset is the location on the left pedal platform where you apply force, on average. @@ -3488,17 +3661,17 @@ AvgLPP - + Average Left Power Phase Length - + ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3506,17 +3679,17 @@ AvgLPPB - + Average Left Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3524,17 +3697,17 @@ AvgLPPE - + Average Left Power Phase End - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3542,17 +3715,17 @@ AvgLPPP - + Average Left Peak Power Phase Length - + ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3560,17 +3733,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3578,17 +3751,17 @@ AvgLPPPE - + Average Left Peak Power Phase End - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3596,18 +3769,18 @@ AvgLPS - + Average Left Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3615,18 +3788,18 @@ AvgLTE - + Average Left Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3634,18 +3807,18 @@ AvgPower - + Average Power 平均出力 - - + + watts ワット - + Average Power from all samples with power greater than or equal to zero @@ -3653,22 +3826,22 @@ AvgRPCO - + Average Right Pedal Center Offset - + mm - + in - + Platform center offset is the location on the right pedal platform where you apply force, on average. @@ -3676,17 +3849,17 @@ AvgRPP - + Average Right Power Phase Length - + ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3694,17 +3867,17 @@ AvgRPPE - + Average Right Power Phase End - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3712,17 +3885,17 @@ AvgRPPP - + Average Right Peak Power Phase Length - + ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3730,17 +3903,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3748,17 +3921,17 @@ AvgRPPPE - + Average Right Peak Power Phase End - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3766,18 +3939,18 @@ AvgRPS - + Average Right Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3785,18 +3958,18 @@ AvgRTE - + Average Right Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3804,17 +3977,17 @@ AvgRTPP - + Average Right Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3875,18 +4048,18 @@ AvgSmO2 - + Average SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -3894,22 +4067,22 @@ AvgSpeed - + Average Speed 平均速度 - + kph km/h - + mph m/h - + Average Speed in kph or mph, computed from distance over time when speed not zero @@ -3936,22 +4109,22 @@ AvgTemp - + Average Temp - + C - + F - + Average Temp from activity data @@ -3959,18 +4132,18 @@ AvgtHb - + Average tHb - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -3978,27 +4151,27 @@ BackupPage - + Auto Backup Folder - + Browse 参照 - + Auto Backup execution every - + times the athlete is closed - 0 means never - + Choose Backup Directory @@ -4551,22 +4724,22 @@ BestsMetricsPage - + Available Metrics 使用可能な統計 - + Selected Metrics 選択された統計 - + Up - + Down @@ -4592,6 +4765,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BingMap No GPS Data Present @@ -4758,15 +4939,69 @@ + BodyMeasures + + + Weight + + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4811,7 +5046,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4859,7 +5094,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4894,43 +5129,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download + + Download completed. - - Close - 閉じる + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input + + Download - - Downloading of body measures failed with error: %1 + + Close + 閉じる + + + + Invalid date range - please check your input @@ -4976,122 +5216,122 @@ ゾーンを削除 - - + + Update - - + + + - - + + - - - + + Add 追加 - - + + Delete 削除 - + Def - - + + From Date 開始日 - - + + Critical Power クリティカルパワー - - + + FTP - - + + W' - - + + Pmax - - - + + + MMM d, yyyy - + Short 略称 - + Use CP for all metrics - + Use FTP for Coggan metrics - + Long 名称 - + From Watts 最低ワット - - + + CP must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5099,368 +5339,384 @@ CPPlot - - + + Interval Length インターバル長 - + Average Power (watts) 平均出力 (ワット) - - - + + + Percent of Best - + Total work - + + kJ kJ - + Power 出力 - - - - + + + + watts ワット - + Veloclinic Plot - + + J - + Cadence ケイデンス - + rpm rpm - + Heartrate 心拍数 - + bpm - + Watts delta - + watts/s - + Cadence delta - + rpm/s - + Torque delta - + nm/s - + Heartrate delta - + bpm/s - + Acceleration - + m/s/s - + Speed 速度 - + kph km/h - + Pedal Force - + nm - + Iso Power - + Altitude Power - + xPower xPower - + Watts per kilogram - - + + w/kg - + Watts per lb - - + + w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour - + Power (W) - - - - Rank - - - - - + + W' - + %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP - - - + + %1 w - - - FTP - - - - - + + Pmax - + %1 J/kg - - - + + %1 w/kg - + D' - - kph %1 mph + + + %1 mph - - %1 mph + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi - + %1 km - + %1 mi - + + + + + %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV - - %1 kph - + + % + % - - FTV + + + %1 kph - + Vmax - - + + Percent of Best / Heat Activities - - + + Heat Activities - + Activities - + ddd MMM d, yyyy hh:mm @@ -5473,7 +5729,7 @@ インターバル長 (分) - + Bests @@ -5482,25 +5738,13 @@ yyyy年MMMMd日 (ddd) h:mm - + ddd, dd MMM yyyy - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + %10 % @@ -5521,98 +5765,98 @@ CVPage - - + + Update - - + + + - - + + - - - + + Add 追加 - - + + Delete 削除 - + Def - - + + From Date 開始日 - - + + Critical Velocity - + Metric Pace - - - + + + MMM d, yyyy - + Short 略称 - + Long 名称 - + From - + CV must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5620,60 +5864,78 @@ CalDAV - - - + + + Missing Preferences - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + SSL error(s) has occurred: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5699,35 +5961,35 @@ Card - + Time In Zone - - - - + + + + seconds - + Form - + Fitness - + Fatigue - + Risk @@ -5938,162 +6200,172 @@ CloudDBChartListDialog - + First - + Next %1 - + Prev %1 - + My Charts - + All - + Curated Only - + Uncurated Only - + Any Sport - + Any Language - - + + Search Keyword - + Select charts to download - + unknown - + Trends - + Activities - + Diary - + Train - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance - + Do you really want to delete this chart definition ? - - + + Delete selected chart - - + + Edit selected chart - - - + + + Close 閉じる - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Download selected chart(s) - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + Reset Search @@ -6101,99 +6373,99 @@ CloudDBChartObjectDialog - + Chart Name - + <Chart Name> - + Sport - + Language - + Nickname ニックネーム - + E-Mail - + Version Details - + Creator UUid - + <Enter the description of the chart here> - + Upload - - - - - - + + + + + + Upload Chart - - + + Please enter a valid chart name with min. 5 characters length. - + Please enter a nickname for this athlete. - - + + Please enter a valid e-mail address. - + Please enter a sensible chart description. - + Cloud Upload - + Do you want to upload this chart definition ? - + Cancel キャンセル @@ -6201,7 +6473,7 @@ CloudDBChartShowPictureDialog - + Close 閉じる @@ -6311,84 +6583,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + + + + + Checking + + + + + Last 30 days + 直近の28日 {30 ?} + CloudServiceDialog - - + + Folder - + Name - + Type 種別 - + Modified - + Create Folder - + Cancel キャンセル - + Open - + d MMM yyyy @@ -6396,267 +6696,285 @@ CloudServiceSyncDialog - + Synchronise - + + Sync with - + Unable to connect, check your configuration in preferences. - - - - - - - + + + + + + + Download - - - - + + + + Upload - - - + + + Synchronize - + From: - + To: - + Refresh List - + Close 閉じる - - - + + + Select all - + Workout Name - - - + + + Date 日付 - - - + + + Time 時間 - - + + Exists - - - + + + Status - - + + Workout Id - + File - - + + Duration - - + + Distance 距離 - + Keep all do not delete - + Keep %1 but delete Local - + Keep Local but delete %1 - + Source - + Action - + Initial - + Overwrite existing files - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy - - + + Abort 中止 - - - + + + %1 of %2 selected - + Processed %1 of %2 - - + + Downloading - - + + Uploading - - + + Parse failure - + Sync complete - + Processed %1 of %2 successfully - - - + + + File exists - + Downloaded %1 of %2 - + Downloads complete - + Downloaded %1 of %2 successfully - - + + Aborted - + Saved - + Uploaded %1 of %2 - + Uploads complete - + Uploaded %1 of %2 successfully - + Completed. 完了。 @@ -6664,27 +6982,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... - + Cancel キャンセル - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK OK @@ -6700,42 +7035,42 @@ ColorsPage - + Color - + Select - + Activity Scrollbar - + Activity Headings - + Line Width - + Font - + Font Scaling - + Antialias @@ -6744,17 +7079,17 @@ ゾーンシェード - + Swatch - + Name - + Apply Theme @@ -6763,12 +7098,12 @@ デフォルト - + Theme - + Colors カラー @@ -6776,7 +7111,7 @@ ColumnChooser - + Column Chooser @@ -6837,52 +7172,52 @@ ConfigDialog - + General - + Appearance - + Data Fields - + Metrics 統計 - + Intervals インターバル - + Training - + Close 閉じる - + Save 保存 - + You changed the location of the athlete library - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6891,24 +7226,24 @@ - + No, Keep current - + Yes, Apply and Restart - - + + Preferences 設定 - - + + Options オプション @@ -6917,7 +7252,7 @@ 設定 - + Athlete アスリート @@ -7120,37 +7455,37 @@ 参照 - + + - + - - + Edit - + Add 追加 - + Delete 削除 - + Service - + Description 説明 @@ -7187,9 +7522,9 @@ 今日: - - - + + + no data データなし @@ -7206,366 +7541,420 @@ CP値を保存(&S) - + Percentage of Best - + Show Heat - + Delta compare - + as percentage - + Critical Power - + Basic - + Export Chart Data... - + Filter - + Date range - + Data series - + Activity Mean Max - + Activity Centile - + No Activity - + Current Activity - + None - - - + + + Model - + Zone Shading - + + Show Power Profile + + + + Show grid - + + Show Performance Tests + + + + Show Bests - + + Filter Unique Bests + + + + Show Sustained Efforts - + Show as percentage - + Show curve heat - + Show curve heat by date - + Shade Intervals - + + Show time scale linear + + + + 2 parameter - + 3 parameter - + Extended CP - + Multicomponent - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval - + (seconds) - + Anaerobic - + Aerobic - + Short anaerobic - + Long aerobic - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value - + Rank - + W' - + 0 kJ - - - - - + + + + n/a - + CP - - - + + 0 w - + Pmax - - FTP - - - - + Endurance Index - + Motor Unit Model - + Power 出力 - + Watts per Kilogram - + xPower xPower - + Iso Power - + Heartrate 心拍数 - + Speed 速度 - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Cadence ケイデンス - + Torque トルク - + VAM - + aPower - + aPower per Kilogram - + Work エネルギー - + Veloclinic Plot - + Unknown 不明 - + Save Best Data as CSV @@ -7592,12 +7981,12 @@ ゾーンは変更なし。 - + no date データなし - + MM/dd/yyyy yyyy/M/d @@ -7609,47 +7998,47 @@ CustomMetricsPage - + Symbol - + Name - + Edit - + + - + - - + Add 追加 - + Delete 削除 - + Are you sure you want to delete this metric? - + Remove @@ -7657,28 +8046,45 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + + + + + + Notes + ノート + + + + Completed. 完了。 - + Network Error - Upload failed. - + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. @@ -7692,51 +8098,6 @@ Cancel キャンセル - - - CyclingAnalytics - - - - - no CyclingAnalytics token set. Please authorize in Settings. - - - - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - CyclistPage @@ -7792,18 +8153,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts ワット - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7811,12 +8172,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7824,8 +8185,8 @@ DataFilter - - + + malformed expression. @@ -7860,87 +8221,95 @@ DateSettingsEdit - + Current selection - + Current selection thru today - + From - + to today - + Between 〜を含む - + and から - + Last - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7981,62 +8350,62 @@ DefaultsPage - + + - + - - + Add 追加 - + Delete 削除 - + Up - + Down - + Field フィールド - + Value - + Linked field - + Default Value - + New - + New (%1) @@ -8057,7 +8426,7 @@ ポイントを削除 - + Remove XDATA Points @@ -8093,12 +8462,12 @@ プロファイル - + Add 追加 - + Delete 削除 @@ -8107,12 +8476,12 @@ ペアリング - + + - + - @@ -8150,12 +8519,27 @@ - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + Kettler Racer serial device + + + + + Daum Serial Device + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. @@ -8181,76 +8565,27 @@ - - Summary - - - - - Day Summary - - - - Weekly Summary - 週間のライド概要 - - - - Monthly Summary - - - - - Totals - - - - - Averages - - - - - Maximums - + 週間のライド概要 - Metrics - 統計 - - - - ^(Average|Max) - + 統計 - seconds - - - - - Day of - + - - + dddd MMMM d - + Week Commencing %1 - - - MMMM yyyy - - DistanceSwim @@ -8340,62 +8675,62 @@ - + Getting list ... - + Get list failed - + The activity %1 could not be converted to GoldenCheetah .JSON file format. - + Starting Download ... - + Download cancelled - + File %1 has no valid timestamp, falling back to 'now' - + Activity Already Downloaded - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? - + Failed to rename %1 to %2 - + .JSON conversion error: file %1 - + Download completed - + Cleaned data @@ -8433,13 +8768,13 @@ ダウンロードがキャンセルされました - + Cancel clicked by user. ユーザーによってキャンセルされました。 - - + + Download failed ダウンロード失敗 @@ -8448,17 +8783,17 @@ ライドは既にダウンロード済みです - + Failed to remove existing file %1: %2 - + failed to rename %1 to %2 - + Failed to rename %1 to %2: %3 @@ -8475,24 +8810,24 @@ 既存のものを上書きしますか? - + &Overwrite 上書き(&O) - + &Skip - + skipped file %1 - - - + + + Error エラー @@ -8520,48 +8855,38 @@ Dropbox - - Network Problem reading Dropbox data - - - - - invalid root path. - - - - - root is not a directory. + + Problem accessing Dropbox data - - problem parsing Dropbox data + + You must authorise with Dropbox first - - You must authorise with Dropbox first + + Parsing Error: %1 - - + + Completed. 完了。 - + Network Error - Upload failed. - + Dropbox - + Sync activities via your cloud storage. @@ -8569,12 +8894,12 @@ EOA - + Effect of Altitude - + Relationship between altitude adjusted power and recorded power @@ -8616,17 +8941,22 @@ EditIntervalDialog - + Edit Interval - + + Performance Test + + + + &OK OK(&O) - + &Cancel キャンセル(&C) @@ -8638,121 +8968,136 @@ 設定 - + Name - + Axis Label / Units - + Curve Settings - + Estimate %1 %2 Power - + Endurance Index - + Vo2Max Estimate - + Metric - + Best - + Estimate - - Stress + + PMC - + Formula - - + + Measure + + + + + Performance + + + + + Banister + + + + + seconds - - + + minutes - - + + hours 時間 - - + + Peak - + Absolute - + Per Kilogram - + Total - + Running Total - + Average - + Low - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8761,217 +9106,287 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) - + Long Term Stress (LTS/CTL) - + Stress Balance (SB/TSB) - + Stress Ramp Rate (RR) - + Stress Type - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field - + PMC metric - + + Measure Group + + + + + Measure Field + + + + Filter - + Style - + Bar バー - + Line - + Sticks - + Dots ドット - + Stack - + Symbol - + None - + Circle - + Square - + Diamond - + Triangle - + Cross - + Hexagon - + Star - + Color - + Fill curve - + Data labels - + Highlight Highest - + Highlight Lowest - + Highlight Outliers - + Baseline - + Smooth Curve - + No trend Line - + Linear Trend - + Quadratic Trend - + Moving Average - + Simple Average - + &OK OK(&O) - + &Cancel キャンセル(&C) - + Peak %1 - + second - + minute - + hour - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color @@ -9018,72 +9433,72 @@ EditPhaseDialog - + Edit Date Range 日付範囲の変更 - + Name - + Type 種別 - + From - + To - + Starting LTS 初期LTS - + Lowest SB - + Phase - + Prep - + Base - + Build - + Camp - + &OK OK(&O) - + &Cancel キャンセル(&C) @@ -9091,62 +9506,62 @@ EditSeasonDialog - + Edit Date Range 日付範囲の変更 - + Name - + Type 種別 - + From - + To - + Starting LTS 初期LTS - + Lowest SB - + Season - + Cycle - + Adhoc - + &OK OK(&O) - + &Cancel キャンセル(&C) @@ -9154,27 +9569,37 @@ EditSeasonEventDialog - + Edit Event - + Name - + Date 日付 - + + Priority + + + + + Description + 説明 + + + &OK OK(&O) - + &Cancel キャンセル(&C) @@ -9396,13 +9821,13 @@ ElevationGain - + Elevation Gain 獲得標高 - + meters メートル @@ -9413,7 +9838,7 @@ - + feet フィート @@ -9423,7 +9848,7 @@ - + Elevation Gain in meters of feets @@ -9431,22 +9856,22 @@ ElevationLoss - + Elevation Loss - + meters メートル - + feet フィート - + Elevation Loss in meters of feets @@ -9820,107 +10245,107 @@ リネーム - + Delete 削除 - + Up - + Down - + + - + Text - + Textbox - + ShortText - + Integer - + Double - + Date 日付 - + Time 時間 - + Checkbox - + - - + Add 追加 - + Screen Tab スクリーンタブ - + Field フィールド - + Type 種別 - + Values - + Diary - + New - + New (%1) @@ -9973,7 +10398,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -9981,31 +10406,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -10104,6 +10535,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10152,7 +10599,7 @@ FixDerivePower - + Estimate Power Values @@ -10160,32 +10607,47 @@ FixDerivePowerConfig - + Bike Weight (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + + + + Wind (kph) - - , direction + + , heading - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -10212,15 +10674,25 @@ FixElevation - + Fix Elevation errors + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10387,7 +10859,7 @@ FixPower - + Adjust Power Values @@ -10395,20 +10867,34 @@ FixPowerConfig - - Power Adjustment + + Percent Adjustment - + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. @@ -10474,12 +10960,40 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: -This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + @@ -10514,11 +11028,6 @@ Fix Power Spikes - - - Fix SmO2 Anomaly - - FixSpikesConfig @@ -10582,17 +11091,17 @@ FolderNameDialog - + Folder Name - + Cancel キャンセル - + Create @@ -10611,12 +11120,12 @@ - + seconds - + You entered '%1' which is not an expected value. @@ -11137,53 +11646,6 @@ Cancel キャンセル - - - Garmin Connect - - - - - Error uploading to Garmin Connect - - - - - Successfully uploaded to Garmin Connect - - - - - - Login to Garmin Connect... - - - - - - Login to Garmin Connect finished. - - - - - Upload to Garmin Connect... - - - - - Upload... Sending to Garmin Connect - - - - - Upload to Garmin Connect finished. - - - - - Error from Garmin Connect: - - GcCalendar @@ -11294,42 +11756,42 @@ GcCrashDialog - + %1 Crash Recovery - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... - + Close 閉じる - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics - + Text File (*.txt) @@ -11337,42 +11799,42 @@ GcMiniCalendar - + Mon - + Tue - + Wed - + Thu - + Fri - + Sat - + Sun - + MMMM yyyy @@ -11434,11 +11896,6 @@ - - BikeStress - - - Start creating of: Directories... @@ -11479,6 +11936,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11676,17 +12138,17 @@ GcWindowDialog - + Chart Setup - + Cancel キャンセル - + OK OK @@ -11767,63 +12229,67 @@ - - 2d Plot + + Python Chart - - 3d Plot + + Python Chart - Aerolab Chung Analysis + 2d Plot - Calendar + Aerolab Chung Analysis - Navigator + Calendar - Summary + Navigator - Telemetry + Summary - Workout + Telemetry - Realtime + Workout + Realtime + + + + Pedal Stroke - + Web page - Map 地図 @@ -11843,17 +12309,12 @@ - - StreetView - - - - + Video Player - + Workout Editor @@ -11872,132 +12333,147 @@ 言語: - + Language - + English 英語 - + French フランス語 - + Japanese 日本語 - + Portugese (Brazil) - + Italian - + German - + Russian - + Czech - + Spanish - + Portugese - + Chinese (Simplified) - + Chinese (Traditional) - + Dutch - + Swedish - + Unit - + Metric - + Imperial ヤード・ポンド - + Smart Recording Threshold (secs) - + Elevation hysteresis (meters) - + W' bal formula - + Enable R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library - + Workout and VideoSync Library - + R Installation Directory - + + Python Home + + + + R Installation (R_HOME) @@ -12006,32 +12482,48 @@ クランク長: - + Use Garmin Smart Recording - + Differential - + Integral - + Warn for unsaved activities on exit - + Enable API Web Services - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library @@ -12044,9 +12536,10 @@ 距離 - - - + + + + Browse 参照 @@ -12071,7 +12564,7 @@ SB - + Select Workout Library ワークアウトライブラリの選択 @@ -12185,33 +12678,33 @@ GoogleDrive - + You must authorise with GoogleDrive first - + No such directory, try setting a new location in options. - - + + Completed. 完了。 - + Upload failed - + Google Drive - + Sync your data via your cloud storage. @@ -12246,12 +12739,12 @@ Gradient - + Gradient - + Elevation Gain to Total Distance percent ratio @@ -12309,186 +12802,186 @@ GroupByModel - - - - - + + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short 略称 - + Medium - + Long 名称 - + Very Long - + Undefined - + Best 10 - + Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% - + Date 日付 - + This week - + This month - + Last month - + yyyy-MM (MMMM) @@ -12525,18 +13018,18 @@ HeartBeats - + Heartbeats - - + + beats - + Total Heartbeats @@ -12661,11 +13154,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula @@ -12762,300 +13250,310 @@ - Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + Fix SmO2/tHb outliers + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + + + + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General - + Athlete アスリート - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport - + Passwords - + Appearance - + Data Fields - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics 統計 - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training - + Remote Controls - + Train Devices @@ -13076,12 +13574,12 @@ HistogramWindow - + Bin width ビンの幅 - + Log Y Y軸を対数に @@ -13096,18 +13594,18 @@ 統計 - + Show - + With zeros ゼロを含める - + Shade zones ゾーンシェード @@ -13118,7 +13616,7 @@ - + Show in zones @@ -13143,32 +13641,32 @@ - + Total (x-axis) - + Distribution (y-axis) - + Color - + Absolute Time 絶対時間 - + Percentage Time 時間の割合 - + Use polarised zones @@ -13213,218 +13711,218 @@ - + Unable to process chart file - + Bad chart type (%1). - + Are you sure you want to remove the chart? - + Remove - + Problem Saving Chart Bar Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + Ride Log - + Aerobic Power - + Anaerobic Power - + Cadence ケイデンス - + Calendar - + CP - + Details - + Distance 距離 - + Edit - + Elapsed Time - + Heartrate 心拍数 - + Lap - + Map 地図 - + Performance - + PMC - + Power 出力 - + QA - + Ride - + Speed 速度 - + Summary - + Target Power - + Time and Distance - + Time In Zone - + W' In Zone - + Sustained In Zone - + Training Mix - + Navigator - + W/kg - + Workout - + Stress - + Scatter - - + + HrPw - + Activity Log - + Tracker - + CP History - + Library - + CV @@ -13432,12 +13930,12 @@ HrNp - + HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm @@ -13445,12 +13943,12 @@ HrPw - + HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm @@ -13505,7 +14003,7 @@ HrSchemePage - + Add 追加 @@ -13514,61 +14012,74 @@ リネーム - + Delete 削除 - + + - + - - + Short 略称 - + Long 名称 - + Percent of LT いまいち 対LTの割合 - + Trimp k でいいのかな? Trimp係数 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13713,27 +14224,27 @@ LT値 - + Sport - + Bike - + Run - + Lactate Threshold - + Default デフォルト @@ -14055,12 +14566,12 @@ - + Problem Saving Heartrate Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -14093,245 +14604,554 @@ - ICalendar + HrvMeasures - - Action + + HR - - Allow Conflict + + AVNN - - Attachment + + SDNN - - Attendee + + RMSSD - - Calendar Identifier + + PNN50 - - Master + + LF - - Scale + + HF - - - Version + + Recovery Points - - Level + + bpm - - Event Identifier + + msec - - Category - + + % + % - - Class + + msec^2 - - Command + + Rec.Points - - Comment + + Hrv + + + HrvMeasuresCsvImport - - Completed + + Select HRV measurements file to import - - Contact + + CSV Files (*.csv) - - Date Created + + No file selected. - - CSID? + + Selected file %1 cannot be opened for reading. - - - No later than + + Column header contains duplicate identifier - - No earlier than + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. - - Decreed + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. - - Default character set + + Number of data columns: %1 in line %2 lower than header columns: %3 - - Default locale + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 - - Default timezone + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 - - Default VCar + + Invalid 'rMSSD' - in line %1 - - Deny + + Invalid 'HR' - in line %1 - - Description - 説明 + + Invalid 'AVNN' - in line %1 + - - End Date & Time + + Invalid 'SDNN' - in line %1 - - Timestamp + + Invalid 'pNN50' - in line %1 - - Start Date & Time + + Invalid 'LF' - in line %1 - - Due Date + + Invalid 'HF' - in line %1 - - Duration + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + HrvMeasuresDownload - - Expiry Date + + HRV Measurements download - - Expand + + Choose the download or import source - - Exclusive rule - + + Import CSV file + CSVファイルの取り込み - - Freebusy + + Choose date range for download - - Geo + + From date of first recorded activity to today - - Grant + + From date of last downloaded measurement to today - - ITIP Version + + Enter manually: - - Modified Date + + Discard all existing measurements - - Location + + Download - - Max component size - + + Close + 閉じる - - Maximum results + + Body Measurements - - Maximum results size + + Invalid date range - please check your input - - Method + + Download completed. - - Np earlier than + + HRV Measurements - - Is Multipart + + Downloading of HRV measurements failed with error: %1 - + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + + + + + + Update + + + + + + + + + + + - + + + + + Add + 追加 + + + + Delete + 削除 + + + + Source + + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + + ICalendar + + + Action + + + + + Allow Conflict + + + + + Attachment + + + + + Attendee + + + + + Calendar Identifier + + + + + Master + + + + + Scale + + + + + + Version + + + + + Level + + + + + Event Identifier + + + + + Category + + + + + Class + + + + + Command + + + + + Comment + + + + + Completed + + + + + Contact + + + + + Date Created + + + + + CSID? + + + + + + No later than + + + + + No earlier than + + + + + Decreed + + + + + Default character set + + + + + Default locale + + + + + Default timezone + + + + + Default VCar + + + + + Deny + + + + + Description + 説明 + + + + End Date & Time + + + + + Timestamp + + + + + Start Date & Time + + + + + Due Date + + + + + Duration + + + + + Expiry Date + + + + + Expand + + + + + Exclusive rule + + + + + Freebusy + + + + + Geo + + + + + Grant + + + + + ITIP Version + + + + + Modified Date + + + + + Location + + + + + Max component size + + + + + Maximum results + + + + + Maximum results size + + + + + Method + + + + + Np earlier than + + + + + Is Multipart + + + Name @@ -14586,52 +15406,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts - + Cancel キャンセル - + Import - - - - - - - + + + + + + + Diary - - - - - - + + + + + + Trends - - + + Activities - - + + Train @@ -14745,7 +15573,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14768,22 +15596,22 @@ IntervalMetricsPage - + Available Metrics 使用可能な統計 - + Selected Metrics 選択された統計 - + Up - + Down @@ -14858,12 +15686,20 @@ IntervalsPage - + Enable interval auto-discovery + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + + JouleDevice @@ -14903,7 +15739,7 @@ - Version + Version @@ -15010,6 +15846,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + + + + + + Completed. + 完了。 + + + + Upload failed + + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + ノート + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + 終了 + + + KettlerController @@ -15020,63 +15950,63 @@ KeywordsPage - + Field フィールド - + Use for Background - + Add 追加 - + Up - + Down - + Keyword - + Color - + Related Notes Words - - + + New - + New (%1) - + + - + - @@ -15097,7 +16027,7 @@ リネーム - + Delete 削除 @@ -15316,142 +16246,143 @@ LTMPlot - - - + + + Date 日付 - - + + Time of Day - - - - + + + + %1 trend - + %1 average - + %1 Top %2 Outliers - + %1 Outlier - + %1 Best - + Best %1 - + watts ワット - - + + Best - + Day - + Week - + Month - + Year - - + + All - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today 今日 - + minutes - - - - - - - - - + + + + + + + + + seconds - - - - + + + + + Ramp - + hours 時間 - + Week Commencing %1 @@ -15558,8 +16489,8 @@ LTMSidebar - - + + Date Ranges @@ -15568,37 +16499,37 @@ レンジのリネーム - - - + + + Events - - - - - - + + + + + + Add season - - + + Edit season - - + + Delete season - - + + Edit details 詳細の編集 @@ -15607,230 +16538,209 @@ レンジを削除 - - - - + + + + Menu - + Charts - - + + Filters - + Autofilter - - Summary - - - - - + + Edit phase - - + + Delete phase - - - - - - + + + + + + + Add Event - - - - - - + + + + + + Add Phase - - + + Delete event - - + + Add event - + Workout Code|Sport - - - + + + (blank) - + Manage Filters - + Delete Filter%1 - + Edit Season - + You can only edit user defined seasons. Please select a season you have created for editing. - + Delete Season - + You can only delete user defined seasons. Please select a season you have created for deletion. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. - - - You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - - - - - Totals - - - - - Averages + + The new event could not be uploaded to your remote calendar. - - Maximums + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - Metrics - 統計 - - - - ^(Average|Max) - + 統計 - seconds - + - + Add Chart - + Edit Chart - + Delete Chart - + Delete Selected Charts - + Export Chart - + Export Selected Charts - + Import Charts - + Reset to default - + Export Charts - - + + Chart File (*.xml) チャートファイル (*.xml) - + Entry Error - + Selected file (%1) does not exist - + You are about to reset the chart sidebar to the default setup - + Do you want to continue? @@ -15842,7 +16752,7 @@ 日付範囲 - + Metric 統計 @@ -15975,340 +16885,340 @@ 管理 - + Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress - + Skiba Short Term Stress - + Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance - + Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp - + Skiba LTS Ramp - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress - + Daniels Short Term Stress - + Daniels Stress Balance - + Daniels STS Ramp - + Daniels LTS Ramp - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress - + TRIMP Short Term Stress - + TRIMP Stress Balance - + TRIMP STS Ramp - + TRIMP LTS Ramp @@ -16317,37 +17227,52 @@ エラー - + Edit - + Use sidebar chart settings - + Basic - + Preset - + Estimate - + Formula - + + Measure + + + + + Performance + + + + + Banister + + + + Chart %1 @@ -16374,7 +17299,7 @@ - + Stack Zoom @@ -16403,72 +17328,77 @@ 削除 - + Add Current - + Charts - + + Show Banister Helper + + + + Apply 適用 - + Up - + Down - + Curves - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type 種別 - + Details - + Peak @@ -16488,115 +17418,146 @@ チャート - + Days - + Weeks - + Months - + Years - - + + All - + Data Table - + Stacked - + Export Chart Data... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + grouped by - + day - + week - + month - + year - + time of day - - + + seconds - - + + Date 日付 - + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours 時間 - + Export Chart Config - + Save Chart Data as CSV @@ -16605,12 +17566,12 @@ ゾーンシェード - + Group by - + Time Of Day @@ -16642,66 +17603,66 @@ ゾーンを削除 - - + + Update - - + + + - - + + - - - + + Add 追加 - - + + Delete 削除 - + Def - - + + From Date 開始日 - - + + Lactate Threshold - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -16710,41 +17671,41 @@ LT値 - - + + Rest HR 安静時心拍数 - - + + Max HR 最大心拍数 - - - + + + MMM d, yyyy - + Short 略称 - + Long 名称 - + From BPM 最低心拍数 - + Trimp k Trimp係数 @@ -16805,161 +17766,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -17009,7 +17970,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -17107,7 +18068,7 @@ LocalFileStore - + You must define a network folder first @@ -17122,24 +18083,24 @@ - - + + Completed. 完了。 - - + + Write to folder %1 failed - + Local Store - + Sync with a local folder or thumbdrive. @@ -17349,8 +18310,8 @@ 新規(&N)... - - + + Ctrl+N Ctrl+N @@ -17386,17 +18347,17 @@ デバイスからダウンロード(&D)... - + Diary - + Train - + Add Chart @@ -17406,7 +18367,7 @@ - + Delete Activity @@ -17461,148 +18422,143 @@ - + CP and W' Solver... - + VDOT and T-Pace Calculator... - - Get &Body Measures... - - - - + Download workouts from Today's Plan... - + Import workouts, videos, videoSyncs... - + Scan disk for workouts, videos, videoSyncs... - + Maintain charts - + Curate charts - - - + + + Activity Import - - - + + + Closing of athlete window not possible while background activity import is in progress... - + Chart Import - + Failed to export activity, please check permissions - + No Activity To Save - + There is no currently selected activity to save. - - + - + + Split Activity - - + + No activity selected - + Current activity contains no data to split - + Current activity contains no data to merge - + Are you sure you want to delete the activity: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Create Heat Map... - + Export Metrics as CSV... - + Create a new workout... - + Download workouts from ErgDB... - + Air Density (Rho) Estimator... @@ -17652,38 +18608,38 @@ - + CP and W' Estimator... - + Activities - + Tabbed not Tiled - + You are about to reset all charts to the default setup - + Do you want to continue? - + Imported %1 metric charts - - + + &New Athlete... @@ -17693,23 +18649,23 @@ - + Select Activity - - + + No activity selected! - + Export Activity - + Export Failed @@ -17827,12 +18783,12 @@ ライドを保存(&S) - + &Tools ツール(&T) - + &Options... オプション(&O)... @@ -17841,28 +18797,28 @@ CP計算機 - + &View 参照(&V) - - + + Toggle Full Screen - + Show Left Sidebar - + Show Compare Pane - + Show Toolbar @@ -17887,77 +18843,107 @@ - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + Cloud Status... - + Cloud Contributions - + Cloud Curator - + &Edit - + Show Athlete Tabs - + Trends - + Upload Chart... - + Download Chart... - + Reset Layout - + &Help ヘルプ(&H) - + &Help Overview - + &User Guide - + &Log a bug or feature request - + &Discussion and Support Forum - + &About GoldenCheetah Golden Cheetah について(&A) @@ -18030,29 +19016,29 @@ %1 への書き込みに失敗しました - - + + Import from File ファイルを取り込み - + Refresh in Progress - + Export Metrics - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid @@ -18157,12 +19143,12 @@ 本当にこのライドを削除しますか: - + Delete 削除 - + Changes on 次の時間に変更されました: @@ -18471,8 +19457,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 @@ -18493,18 +19483,18 @@ MaxCT - + Max Core Temperature - - + + C - + Maximum Core Temperature. The core body temperature estimate is based on HR data @@ -18512,18 +19502,18 @@ MaxCadence - + Max Cadence - - + + rpm rpm - + Maximum Cadence @@ -18531,18 +19521,18 @@ MaxHr - + Max Heartrate 最大心拍数 - - + + bpm bpm - + Maximum Heart Rate. @@ -18569,18 +19559,18 @@ MaxPower - + Max Power 最大出力 - - + + watts ワット - + Maximum Power @@ -18588,12 +19578,12 @@ MaxPowerVariance - + Max Power Variance - + Maximum Power Deviation with respect to 30sec Moving Average @@ -18620,18 +19610,18 @@ MaxSmO2 - + Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -18639,22 +19629,22 @@ MaxSpeed - + Max Speed - + kph km/h - + mph - + Maximum Speed @@ -18662,22 +19652,22 @@ MaxTemp - + Max Temp - + C - + F - + Maximum Temperature @@ -18704,33 +19694,61 @@ MaxtHb - + Max tHb - - + + g/dL - - Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + + + + MeanPowerVariance + + + Average Power Variance + + + + + Mean Power Deviation with respect to 30sec Moving Average + + + + + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan - - - MeanPowerVariance - - Average Power Variance + + CSV Upload - - Mean Power Deviation with respect to 30sec Moving Average - + + Unknown + 不明 @@ -18779,22 +19797,22 @@ MergeAdjust - + Adjust Alignment - - Adjust merge alignment in time + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) - + Adjust: - + Reset @@ -18802,32 +19820,32 @@ MergeChoose - + Choose an Activity - + Choose an Existing activity to Combine - + Filename ファイル名 - + Date 日付 - + Time 時間 - + dd MMM yyyy yyyy年MMMMd日 @@ -18835,17 +19853,17 @@ MergeConfirm - + Confirm - + Complete and Save - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18857,17 +19875,17 @@ MergeDownload - + Download Activity - + Download Activity to Combine - + Error - Unknown file type エラー - 不明なファイルタイプ @@ -18875,32 +19893,32 @@ MergeMode - + Select Mode - + How would you like to combine the data ? - + Merge Data to add another data series - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - + Join Data to form a longer activity - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. @@ -18932,75 +19950,91 @@ 出力なし - + Merge Data Series - + Select the series to merge together + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source - + Where is the data you want to combine ? - + Import from a File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. - + Download from Device - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - + Existing Activity - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - + All Supported Formats (%1) - + All files (*.*) - + Import from File ファイルを取り込み - + Error - Unknown file type エラー - 不明なファイルタイプ @@ -19008,52 +20042,52 @@ MergeStrategy - + Select Strategy - + How should we align the data ? - + Align using start time - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - + Align using shared data series - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - + Align starting together - + Regardless of the timestamp on the activity, align with both activities starting at the same time. - + Align ending together - + Regardless of the timestamp on the activity, align with both activities ending at the same time. @@ -19083,17 +20117,17 @@ MergeWelcome - + Combine Activities - + Lets get started - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -19103,22 +20137,22 @@ MetadataPage - + Fields フィールド - + Notes Keywords ノートキーワード - + Defaults - + Processing 処理中 @@ -19137,22 +20171,22 @@ MetricConfig - + Custom - + Bests - + Summary - + Intervals インターバル @@ -19160,18 +20194,18 @@ MinHr - + Min Heartrate - - + + bpm - + Minimum Heart Rate. @@ -19179,18 +20213,18 @@ MinSmO2 - + Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -19198,22 +20232,22 @@ MinTemp - + Min Temp - + C - + F - + Minimum Temperature @@ -19240,18 +20274,18 @@ MintHb - + Min tHb - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -19259,473 +20293,191 @@ ModelDataProvider - Power (watts) - 出力(ワット) + 出力(ワット) - Cadence (rpm) - ケイデンス (rpm) + ケイデンス (rpm) - Heartrate (bpm) - 心拍数 (bpm) - - - - Speed (kph) - - - - - Speed (mph) - - - - - Altitude (meters) - - - - - Altitude (feet) - - - - - Torque (N) - - - - - Elapsed Time (secs) - - - - - Elapsed Distance (km) - - - - - Elapsed Distance (mi) - - - - - Interval Number - - - - - Latitude (degree x 1000) - - - - - Longitude (degree x 1000) - - - - - Circumferential Pedal Velocity (cm/s) - + 心拍数 (bpm) - Average Effective Pedal Force (N) - 実効平均ペダルフォース (N) - - - - Time at X/Y (%) - + 実効平均ペダルフォース (N) - Power Zone - パワーゾーン - - - - L/R Balance - - - - - Running Vertical Oscillation - - - - - Running Ground Contact Time - - - - - Running Cadence - - - - - Gear Ratio - - - - - Muscle Oxygen - - - - - Haemoglobin Mass - - - - - Slope (gradient) - + パワーゾーン - Unknown - 不明 + 不明 - Power - 出力 + 出力 - Cadence - ケイデンス + ケイデンス - Heartrate - 心拍数 + 心拍数 - Speed - 速度 + 速度 - Altitude - 標高 - - - - Pedal Force - + 標高 - Time - 時間 + 時間 - Distance - 距離 + 距離 - Interval - インターバル + インターバル - Latitude - 緯度 + 緯度 - Longitude - 経度 - - - - Time at X/Y - - - - - Zone - + 経度 - CPV - CPV + CPV - AEPF - AEPF - - - - Balance - - - - - RV - - - - - GCT - - - - - Run Cad - - - - - Gear - - - - - SmO2 - - - - - tHb - - - - - Slope - - - - - None - - - - - No data or bin size too large - + AEPF ModelWindow - Power - 出力 + 出力 - Cadence - ケイデンス + ケイデンス - Heartrate - 心拍数 + 心拍数 - Speed - 速度 + 速度 - Altitude - 標高 + 標高 - Torque - トルク + トルク - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - 時間 + 時間 - Distance - 距離 - - - - Slope - + 距離 - Latitude - 緯度 + 緯度 - Longitude - 経度 - - - - L/R Balance - - - - - Running Vertical Oscillation - - - - - Running Cadence - - - - - Running GCT - - - - - Gear Ratio - - - - - Muscle Oxygen - + 経度 - - Haemoglobin Mass - - - - Analyse - 解析 + 解析 - X-Axis: - X軸: + X軸: - Y-Axis: - Y軸: + Y軸: - Z-Axis: - Z軸: + Z軸: - Color: - 色: + 色: - Bin Width: - 平均化幅: - - - - User Defined - - - - - Natural Cadence Selection - - - - - Route Visualisation - - - - - Power Fatigue - + 平均化幅: - - Impact of Altitude - - - - - Time at X&Y - XおよびYに時間 + XおよびYに時間 - Power Zone - パワーゾーン + パワーゾーン - Bar - バー + バー - Grid - グリッド + グリッド - Surface - + - Dots - ドット + ドット - Ignore Zero - ゼロを無視する + ゼロを無視する - Show Grid - グリッドの表示 + グリッドの表示 - Frame Intervals - インターバル枠 + インターバル枠 - Legend - 凡例 + 凡例 Reset View @@ -19871,17 +20623,9 @@ MultiDeviceDialog - - - Multiple Device Configuration - - - - - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + Multiple Device Configuration @@ -19910,27 +20654,27 @@ - + Date 日付 - + MMM d, yyyy - + Time 時間 - + Last updated - + ddd MMM d, yyyy hh:mm @@ -20147,18 +20891,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Heartrate - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values @@ -20166,18 +20910,18 @@ NonZeroPower - + Nonzero Average Power - - + + watts ワット - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -20185,235 +20929,347 @@ OAuthDialog - + OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. - - - + + Authorization Error - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - - - - - Twitter authorization was successful. - - - - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information - - Error in authorization - - - - - There was an error during authorization. Please check the error description. - - - - + Dropbox authorization was successful. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. - + Cycling Analytics authorization was successful. - + Google Calendar authorization was successful. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + 終了 + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport - + Workout Code - + Duration - + Notes ノート - - HRV + + HRV rMSSD - + Heartrate 心拍数 - + Heartrate Zones - + Climbing - + Cadence ケイデンス - + Equivalent Power - + RPE - + Stress - + Fatigue Zones - + Intervals インターバル - + Intensity - + Power 出力 - + Power Zones パワーゾーン - + Power Model - + Distance 距離 - + Speed 速度 - + Pace Zones - + Route + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -20439,54 +21295,54 @@ PaceSchemePage - + + - + - - + Add 追加 - + Delete 削除 - + Short 略称 - + Long 名称 - + Percent of CV - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -20647,27 +21503,27 @@ PaceZonePage - + Sport - + Run - + Swim - + Critical Velocity - + Default デフォルト @@ -20911,133 +21767,133 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one %1行目: 前回のゾーン読み込みを除いて新しいレンジを読み込み - + line %1: read zone without preceding date range %1行目: これまでの日付指定を除いてゾーンを読み込み - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range ファイルは最終レンジのゾーン読み込みを除いて終了しました - + Setting end date of range %1 to start date of range %2. レンジ%1の最終日は、レンジ%2の開始日に設定しました。 - + Extending final range %1 to infinite to include present date. 最後のレンジ%1は本日の日付まで拡張されます。 - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). レンジ%1: ゾーン%2 (%3)最大値からゾーン%4 (%5)の最低値にマッチしています。 - + Range %1: setting top of zone %2 from %3 to MAX. レンジ%1: ゾーン%2の上限値を%3から最大に設定しました。 - + Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">ゾーン</td> - + <td align="center">Description</td> <td align="center">説明</td> - + <td align="center">Low (%1)</td> - + <td align="center">High (%1)</td> - + <td align="center">Time</td> <td align="center">時間</td> - + <td align="center">%</td> - + Problem Saving Pace Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - + + min/100m - - + + min/100yd - - + + min/km - - + + min/mile @@ -21193,64 +22049,204 @@ 経度 - - Altitude - 標高 + + Altitude + 標高 + + + + Headwind + 向かい風 + + + + Slope + + + + + Temperature + + + + + SmO2 + + + + + tHb + + + + + Interval + インターバル + + + + Paste error + 貼り付けエラー + + + + Please select target cell or cells to paste values into. + 値を貼り付けるセルを選択してください。 + + + + Copy/Paste Mismatch + いまいち + コピー/貼り付けの不一致 + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + 選択された範囲と提供されたデータはサイズが異なるようです。 + +データが失われる可能性がありますが、続けますか? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + + + + PeakHr3m - - Headwind - 向かい風 + + 3 min Peak Hr + - - Slope + + + bpm + + + PeakHr5m - - Temperature + + 5 min Peak Hr - - SmO2 + + + bpm + + + PeakHr60m - - tHb + + 60 min Peak Hr - - Interval - インターバル + + + bpm + + + + PeakHr8m - - Paste error - 貼り付けエラー + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - 値を貼り付けるセルを選択してください。 + + + bpm + + + + PeakHr90m - - Copy/Paste Mismatch - いまいち - コピー/貼り付けの不一致 + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - 選択された範囲と提供されたデータはサイズが異なるようです。 - -データが失われる可能性がありますが、続けますか? + + + bpm + @@ -22528,12 +23524,12 @@ 完了。 - + PolarFlow - + Download from the popular Polar website. @@ -22542,184 +23538,199 @@ PowerHist - + Time (minutes) 時間 (分) - + Time (percent) 時間(%%) - + Power (watts) 出力(ワット) - - + + Power zone パワーゾーン - + Heartrate (bpm) 心拍数 (bpm) - + Heartrate zone 心拍ゾーン - - - - - + + + + + seconds - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) - + %1 of Activity - + W'bal zone - + W'Bal Consumed (%) - + Power (watts/kg) - + aPower (watts) - + Cadence (rpm) ケイデンス (rpm) - + Pace zone - + Speed (%1) 速度 (%1) - + kph km/h - + mph m/h - + Torque (%1) トルク (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio - + SmO2 - + Unknown data series - + min/km - + min/mile - - + + %1 Pace (%2) - + min/100m - + min/100yd - - - - + + + + minutes - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -22867,32 +23878,32 @@ ProcessorPage - + Processor 処理 - + Apply 適用 - + Settings 設定 - + Manual 手動 - + Import - + Save 保存 @@ -22902,6 +23913,22 @@ + PythonChart + + + Show Console + + + + + PythonConsole + + + Python Console (%1) + + + + QObject Unknown ride metric "%1". @@ -22929,20 +23956,21 @@ - - + + + Lap %1 - - + + MMM dd yyyy - + All @@ -23022,62 +24050,44 @@ - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - 不明 + 不明 - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -23102,7 +24112,7 @@ - + Problem Saving Seasons @@ -23162,104 +24172,297 @@ - - Chinese (Traditional) + + Chinese (Traditional) + + + + + + Other + その他 + + + + Chinese (Simplified) + + + + + Dutch + + + + + Swedish + + + + + Run + + + + + Swim + + + + + Unsupported file format + + + + + Rest + + + + + Very, very easy + + + + + Easy + + + + + Moderate + + + + + Somewhat hard + + + + + Hard + + + + + Hard+ + + + + + Very hard + + + + + Very hard+ + + + + + Very hard++ + + + + + Maximum + + + + + Invalid + + + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D {3 ?} + + + + 4 + 3D {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D {6 ?} + + + + 7 Very fatigued+ - - - Other - その他 + + 8 + 3D {8 ?} - - Chinese (Simplified) - + + 9 + 3D {9 ?} - - Dutch + + 10 Total Fatigue, Nothing Left - - Swedish + + Problem Saving HRV Measurements - - Run + + Problem Reading HRV Measurements - - Swim + + Problem Parsing HRV Measurements - - Unsupported file format + + Developer limit exceeded - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -23331,205 +24534,220 @@ RealtimeData - + None - + Time 時間 - + Lap - + Lap Time - + Lap Time Remaining - + + Section Time Remaining + + + + BikeStress - + kJoules - + W' bal - + XPower - + Iso Power - + Intensity Factor - + Relative Intensity Relative Intensity - + Skiba Variability Index - + Variability Index - + Distance 距離 - + Alternate Power - + Power 出力 - + Speed 速度 - + Virtual Speed - + Cadence ケイデンス - + Heart Rate 心拍数 - + Target Power - + Average Power 平均出力 - + Average Speed 平均速度 - + Average Heartrate - + Average Cadence 平均ケイデンス - + Lap Power - + Lap Speed - + Lap Heartrate - + Lap Cadence - + Left/Right Balance - + Total Hb Mass - + Hb O2 Saturation - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness - + Right Torque Effectiveness - + Left Pedal Smoothness - + Right Pedal Smoothness - + Slope + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -23805,12 +25023,12 @@ RemotePage - + Action - + ANT+ Command @@ -23834,17 +25052,17 @@ RenameIntervalDialog - + Rename Intervals - + &OK OK(&O) - + &Cancel キャンセル(&C) @@ -23913,22 +25131,22 @@ RideCache - + Can't rename %1 to %2 in %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + seconds @@ -24341,464 +25559,459 @@ RideFile - + Run - + Swim - + Time 時間 - + Cadence ケイデンス - + Heartrate 心拍数 - + Distance 距離 - + Speed 速度 - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Torque トルク - + Power 出力 - + xPower xPower - + aPower - + aTISS - + anTISS - + Iso Power - + Altitude 標高 - + Longitude 経度 - + Latitude 緯度 - + Headwind 向かい風 - + Slope - + Temperature - + Left/Right Balance - + Left Torque Efficiency - + Right Torque Efficiency - + Left Pedal Smoothness - + Left Platform Center Offset - + Right Platform Center Offset - + Left Power Phase Start - + Right Power Phase Start - + Left Power Phase End - + Right Power Phase End - + Left Peak Power Phase Start - + Right Peak Power Phase Start - + Left Peak Power Phase End - + Right Peak Power Phase End - - + + Interval インターバル - + VAM - + Watts per Kilogram - + W' balance - + SmO2 - + THb - + O2Hb - + HHb - + Vertical Oscillation - + Run Cadence - + GCT - + Gear Ratio - + W' Consumed - + Sample Index - + R-R - - + + Unknown 不明 - - + + seconds - + rpm rpm - + rpm/s - + bpm - + bpm/s - + km キロメートル - + miles マイル - - + + kph km/h - + mph - + m/s/s - + N - + N/s - - - - + + + + watts ワット - + watts/s - - + + TISS - + metres - + feet フィート - + lon - + lat - - - - - - - + + + + + + + % % - + °C - - - - - - - - + + + + + + + + ° - - Invalid File Name - - - - - + + mm - + Right Pedal Smoothness - + meters per hour - + watts/kg - + joules - + g/dL - + spm - + cm - + ms - + ratio @@ -24807,16 +26020,15 @@ 無効なライドファイル名 - Invalid date/time in filename: %1 Skipping file... - ファイル名に無効な日時が含まれています。 + ファイル名に無効な日時が含まれています。 %1 スキップします... - + Wheelsize @@ -24824,107 +26036,107 @@ RideFileInterval - + ALL - + DEVICE - + USER - + PEAK PACE - + PEAK POWER - + SEGMENTS - + CLIMBING - + EFFORTS - + The entire activity - + Device specific intervals - + User defined laps or marked intervals - + Peak pace for running and swimming - + Peak powers for cycling 1s thru 1hr - + Route segments using GPS data - + Ascents for hills and mountains - + Sustained efforts and matches using power - + Peak - + Find 検索 - + Match - + Climb - + Best @@ -25105,69 +26317,69 @@ RideImportWizard - + Select Date... 日付を選択... - + Today 今日 - + Last Monday 最後の月曜 - + Last Tuesday 最後の火曜 - + Last Wednesday 最後の水曜 - + Last Thursday 最後の木曜 - + Last Friday 最後の金曜 - + Last Saturday 最後の土曜 - + Last Sunday 最後の日曜 - + Choose Date 日付を選択 - + Cancel キャンセル - - - + + + Abort 中止 - + Error - File does not exist. @@ -25180,57 +26392,67 @@ ライドファイルの取り込み - + Filename ファイル名 - + Date 日付 - + Time 時間 - + Duration 長さ - + Distance 距離 - + Import Status 取り込み状態 - + Step 1 of 4: Check file permissions 手順1/4 ファイルのパーミッションチェック - + Error - Not a file. - + Error - File is not readable. - + + Error - Opendata summary. + + + + + undefined + + + + Queued キューに追加 - + Error - Unknown file type エラー - 不明なファイルタイプ @@ -25239,47 +26461,47 @@ エラー - 無効なファイル - + Step 2 of 4: Validating Files 手順2/4 ファイルの検証 - - - - - + + + + + Error エラー - + Parsing... 解析中... - + Validated 検証完了 - + Warning - 警告 - - - + + ; - + Step 3 of 4: %1 ride(s) are missing the date and time. - + Step 3 of 4: Change Date/Time or Save to continue. @@ -25288,52 +26510,57 @@ yyyy年MMMMd日 - + No files for automatic import selected. - + More than 24hrs of activities to fit into a day - + Auto Import - + Automatic import from defined directories is completed. - + Error - Activity file exists - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed - + + Processing... + + + + Error - Moving %1 to activities folder - + Error - .JSON creation failed - + Error - Import of activitiy file failed @@ -25342,7 +26569,7 @@ hh:mm:ss ap - + Error - エラー - @@ -25351,57 +26578,57 @@ - + Directory - + Import Rule - + Directory Status - + No import - + No directory - + Directory not available - + Directory not readable - + %1 files for import selected - + No files in requested time range - + No activity files found - + Import Files @@ -25410,7 +26637,7 @@ 手順3/4 日付と時間を確認 - + Save 保存 @@ -25419,7 +26646,7 @@ hh:mm:ss - + Invalid Selection 無効な選択 @@ -25432,12 +26659,12 @@ hh:mm:ss a - + Step 4 of 4: Save to Library 手順4/4 ライブラリに保存 - + Saving... 保存中... @@ -25470,12 +26697,12 @@ エラー - ファイルが存在します - + Saving file... ファイルを保存中... - + File Saved 保存されました @@ -25496,14 +26723,14 @@ 完了。 - + Import Complete. %1 of %2 successful. 取り込みが完了しました。%1/%2成功。 - - - + + + Finish 終了 @@ -25511,128 +26738,128 @@ RideItem - + Entire Activity - + 1 second - + 5 seconds - - + + 10 seconds - - + + 15 seconds - - + + 20 seconds - - + + 30 seconds - - + + 1 minute - - + + 5 minutes - - + + 10 minutes - - + + 20 minutes - - + + 30 minutes - - + + 45 minutes - - + + 1 hour - + %1 (%2 watts) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH - + MATCH @@ -25640,87 +26867,92 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map 地図 - + Show Markers - + Show Full Plot - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - + OpenStreetMap (default) - - OpenCycleMap + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C - - Mapquest + + Google API key - - Custom - + + Interval + インターバル - + Intervals インターバル - + Route - + No GPS Data Present GPSデータがありません @@ -25728,12 +26960,12 @@ RideMetadata - + Problem Saving Meta Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -25742,57 +26974,57 @@ RideNavigator - + *|Workout Code|Date| - + File - + Last updated - + Date 日付 - + Time 時間 - + Config Checksum - + Remove Column カラムの削除 - + Column Chooser - + Do Not Show in Groups - + Show In Groups @@ -25800,7 +27032,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>ファイルを読み込めませんでした " @@ -25819,316 +27051,286 @@ - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Device Type: デバイスタイプ: - - + + Totals - - + + Averages - - + + Maximums - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> - + W' - + CP - - + + watts ワット - - + + w/kg - + FTP (watts) - + FTP (w/kg) - + P-max - + Interval Name - - - + + + %1 of %2 - - - + + + dd MMM yyyy yyyy年MMMMd日 - - - - + + + + N/A - + Metrics* - - - + + + ^(Average|Max) - - <h3>Modeling<br>%1</h3> - - - + - Compare - + Summary - + Metrics 統計 - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds - + <h3>Athlete Bests</h3> - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> - - - + + + <h3>Power Zones</h3> <h2>パワーゾーン</h2> {3>?} {3>?} - - + + <h3>W'bal Zones</h3> - + <h3>Heart Rate Zones</h3> - - + + ride - - + + rides - - - + + + <td align="center">Date</td> - - - + + + <td align="center"></td> - - + + run - - + + runs - - + + swim - - + + swims - - + + <h3>Heartrate Zones</h3> @@ -26141,12 +27343,12 @@ <h2>心拍ゾーン</h2> - + Intervals インターバル - + <p><h2>Errors reading file:</h2><ul> <p><h2>読み込みファイルのエラー:</h2><ul> @@ -26173,12 +27375,12 @@ - + RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -26208,46 +27410,6 @@ Cancel キャンセル - - - Ride With GPS - - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - - RiderPage @@ -26323,106 +27485,89 @@ 長期ストレス平均に用いる日数 - - + + kg - - + + lb - From Date - 開始日 - - - - Weight - - - - - Fat - - - - - Muscle - + 開始日 - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment - - + + Update - + + - + - - + Add 追加 - + Delete 削除 - + + + MMM d, yyyy - hh:mm:ss + + + Time - 時間 + 時間 - + Source - + Original Source - - - MMM d, yyyy - - - - + Manual entry @@ -26435,6 +27580,11 @@ + + Season + + + &All Selected @@ -26463,7 +27613,7 @@ Routes - + Route #%1 @@ -26516,7 +27666,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -26527,22 +27677,22 @@ 保存されていません。 - + &Save and Exit 保存して終了(&S) - + &Discard and Exit 保存せずに終了(&D) - + &Cancel Exit キャンセルして終了(&C) - + Always check for unsaved changes on exit 未保存のデータがある場合、常に確認する @@ -26550,7 +27700,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -26559,7 +27709,7 @@ - + Save and Conversion 保存と変換 @@ -26572,7 +27722,7 @@ 保存するにはGoldenCheetah独自のフォーマットに変換する必要がありますがどうしますか? - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -26580,22 +27730,22 @@ - + &Save and Convert 変換して保存(&S) - + &Discard Changes 変更しない(&D) - + &Cancel Save キャンセル(&C) - + Always warn me about file conversions ファイル変換については常に警告を出す @@ -26674,8 +27824,8 @@ - Circumferential Pedal Velocity (cm/s) - + Circumferential Pedal Velocity (m/s) + ペダル周速度 (m/s) @@ -27155,7 +28305,7 @@ SchemePage - + Add 追加 @@ -27164,49 +28314,49 @@ リネーム - + Delete 削除 - + + - + - - + Short 略称 - + Long 名称 - + Percent of CP 対CPの割合 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -27214,46 +28364,46 @@ SearchBox - - + + Search... - + Filter... - - + + Add to Named Filters - - + + Manage Filters - - + + Column Chooser - + and - + Add new search - + Name: @@ -27267,75 +28417,113 @@ + Season + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + Seasons - - + + All Dates 全ての日付 - + This Year 今年 - + This Month 今月 - + Last Month - + This Week 今週 - + Last Week - + + Last 24 hours + + + + Last 7 days 直近の7日 - + Last 14 days 直近の14日 - + Last 21 days 直近の28日 {21 ?} - + Last 28 days 直近の28日 - + + Last 6 weeks + + + + Last 2 months 直近の12ヶ月 {2 ?} - + Last 3 months 直近の3ヶ月 - + Last 6 months 直近の6ヶ月 - + Last 12 months 直近の12ヶ月 @@ -27351,64 +28539,64 @@ 下へ - + Add 追加 - + Delete 削除 - + Up - + Down - - - - + + + + ddd MMM d, yyyy - + + - + - - - + + Name - - + + Type 種別 - - + + From - - + + To @@ -27423,46 +28611,6 @@ Cancel キャンセル - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - Selfloops @@ -27482,180 +28630,79 @@ - - Selfloops - - - - Upload and track your training and progress. - - - - - SessionRPE - - - Session RPE - - - - - Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. - - - - - SetDataPresentCommand - - - Set Data Present - 自信なし - 存在するデータを設定 - - - - SetPointValueCommand - - - Set Value - 値をセット - - - - SetXDataPointValueCommand - - - Set XData point value - - - - - ShareDialog - - - Share your activity - - - - - Choose which sites you wish to share on: - - - - - Strava - - - - - Ride With GPS - - - - - Today's Plan - - - - - Cycling Analytics - - - - Selfloops - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - - - - - Choose a name for your activity: - - - - - Private + + Upload and track your training and progress. + + + SessionRPE - - Commute + + Session RPE - - Trainer + + Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. + + + SetDataPresentCommand - - &Upload Activity - + + Set Data Present + 自信なし + 存在するデータを設定 + + + SetPointValueCommand - - This activity is marked as already on %1. Are you sure you want to upload it? - + + Set Value + 値をセット + + + SetXDataPointValueCommand - - Choose which data series you wish to send: + + Set XData point value + + + ShareDialog - Altitude - 標高 + 標高 - Power - 出力 + 出力 - Cadence - ケイデンス + ケイデンス - Heartrate - 心拍数 - - - - &Close - - - - - No share site selected ! - + 心拍数 - OK - OK + OK - Cancel - キャンセル + キャンセル @@ -27686,23 +28733,23 @@ - - + + Completed. 完了。 - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -28084,7 +29131,7 @@ - + Confirm @@ -28094,29 +29141,29 @@ - + %1 file(s) will be created. Are you sure you wish to proceed? - + Removed - + Saved - + Completed - + Split Activity Completed @@ -28246,51 +29293,6 @@ - SportPlusHealthUploader - - - SportPlusHealth - - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to upload file (cod. %1) - - - - - successfully uploaded to SportPlusHealth - - - - SportTracks @@ -28303,23 +29305,23 @@ - - + + Completed. 完了。 - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -28337,12 +29339,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -28519,39 +29521,39 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. - - + + Completed. 完了。 - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. @@ -28662,62 +29664,6 @@ Cancel キャンセル - - - Strava - - - - - no Strava token set. Please authorize in Settings. - - - - - Strava support isn't enabled in this build - - - - - Error uploading to Strava - - - - - Successfully uploaded to Strava - - - - - - Upload activity to Strava... - - - - - Upload... Sending to Strava - - - - - Processing... - - - - - Upload to Strava finished. - - - - - invalid response or parser exception. - - - - - Error from Strava: - - StrokeRate @@ -28767,22 +29713,22 @@ SummaryMetricsPage - + Available Metrics 使用可能な統計 - + Selected Metrics 選択された統計 - + Up - + Down @@ -28994,14 +29940,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -29048,57 +29986,57 @@ Themes - + Default デフォルト - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -29186,72 +30124,37 @@ - - + + Completed. 完了。 - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - + TodaysPlanBodyMeasures - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -29530,18 +30433,18 @@ TotalCalories - + Calories (HR) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age @@ -29572,18 +30475,18 @@ TotalWork - + Work エネルギー - - + + kJ kJ - + Total Work in kJ computed from power data @@ -29591,17 +30494,17 @@ TrainConfig - + Train Devices - + Preferences 設定 - + Remote Controls @@ -29644,22 +30547,22 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Allow multiple devices in Train View - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -29667,291 +30570,314 @@ TrainSidebar - + Save workout data - + Devices デバイス - - - - + + + + Menu - + Workouts - + Media - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos - - - + + + Delete 削除 - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured デバイスが設定されていません - + Please configure a device in Preferences. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. @@ -29961,19 +30887,19 @@ 終了 - - + + Add Device - - + + Delete Device - + Are you sure you want to delete this device? @@ -30019,150 +30945,59 @@ TrainingStageBuch - + Completed. + 完了。 + + + + TrainingsTageBuch + + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - + Completed. 完了。 - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. - TrainingstagebuchUploader - - - Trainingstagebuch.org - - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - - - - - Error uploading to Trainingstagebuch.org - - - - - successfully uploaded to Trainingstagebuch.org as %1 - - - - - getting Settings from Trainingstagebuch.org... - - - - - getting new Trainingstagebuch.org Session... - - - - - preparing Trainingstagebuch.org data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to Trainingstagebuch.org ... - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - TreeMapPlot @@ -30187,30 +31022,30 @@ - + Metric - + Date range - - - - + + + + (unknown) - + %1 activities - + None @@ -30219,7 +31054,7 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. @@ -30233,218 +31068,106 @@ TwitterDialog - Choose which metrics you wish to tweet: - Twitterに送信する項目を選んでください: + Twitterに送信する項目を選んでください: - Workout Time - ワークアウト時間 - - - Time Riding - 走行時間 - - - - Tweet Activity - + ワークアウト時間 - - - Time Moving - + + Time Riding + 走行時間 - Total Distance - 総走行距離 + 総走行距離 - Elevation Gain - 獲得標高 + 獲得標高 - Total Work (kJ) - 総エネルギー (kJ) + 総エネルギー (kJ) - Average Speed - 平均速度 + 平均速度 - Average Power - 平均出力 + 平均出力 - Average Heart Rate - 平均心拍数 + 平均心拍数 - Average Cadence - 平均ケイデンス + 平均ケイデンス - Max Power - 最大出力 + 最大出力 - Max Heart Rate - 最大心拍数 + 最大心拍数 - Twitter Message: - メッセージ: + メッセージ: - Message Length: - 文字数: - - - - &Tweet Activity - - - - - Time Moving: %1 - + 文字数: &Tweet Ride Twitterに送信 (&T) - &Cancel - キャンセル(&C) + キャンセル(&C) - Golden Cheetah->Preferences - Golden Cheetah->設定 + Golden Cheetah->設定 - Tools->Options - ツール->オプション + ツール->オプション - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - OAuthの認証情報の取得に失敗しました。%1の下に書かれたtwitterの認証処理を行ってください。 + OAuthの認証情報の取得に失敗しました。%1の下に書かれたtwitterの認証処理を行ってください。 - - OAuth Error - OAuthエラー + OAuthエラー - Tweet Length Error - 文字数エラー - - - - Tweet must be 140 characters or less. - - - - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - - - - - Tweet sent - - - - - Tweet successfully sent. - + 文字数エラー Tweet must be 140 characters or fewer. 送信する文字は140文字以内でなければなりません。 - Error Posting Tweet - 送信したメッセージがエラーになりました + 送信したメッセージがエラーになりました - There was an error connecting to Twitter. Check your network connection and try again. - Twitterへの接続時にエラーが発生しました。ネットワーク接続を確認して再度お試しください。 + Twitterへの接続時にエラーが発生しました。ネットワーク接続を確認して再度お試しください。 seconds - - Duration: %1 - - - - - Distance: %1 - - - - - Climbing: %1 - - - - - Work: %1 - - - - - Avg Speed: %1 - - - - - Avg Power: %1 - - - - - Avg HR: %1 - - - - - Avg Cadence: %1 - - - - - Max Power: %1 - - - - - Max HR: %1 - - - km キロメートル @@ -30485,10 +31208,8 @@ rpm - - Message Length: %1 - 文字数: %1 + 文字数: %1 @@ -30526,12 +31247,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour @@ -30692,89 +31413,6 @@ - VeloHeroUploader - - - VeloHero - - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - Velohero @@ -30802,12 +31440,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -30859,18 +31497,18 @@ ViewSplitter - + Clear - - + + OFF - + ON @@ -31263,12 +31901,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -31312,12 +31950,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -31345,17 +31983,18 @@ OAuthエラー - - Withings Data Download + + Error parsing Withings API response. Please check the error description. - + + Error エラー - + There was an error during fetching. Please check the error description. @@ -31363,12 +32002,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -31515,12 +32154,12 @@ WorkoutWidget - + File save failed. - + Intensity @@ -31611,24 +32250,24 @@ XDataDialog - + xData - + Data Series - - + + Add 追加 - - + + Delete 削除 @@ -31707,32 +32346,32 @@ XDataSeriesSettingsDialog - + Name - + Units - + Cancel キャンセル - + OK OK - + Error エラー - + Name is blank @@ -31740,48 +32379,48 @@ XDataSettingsDialog - + xData - + Data Series - + Units - + Series %1 - + Cancel キャンセル - + OK OK - - + + Error エラー - + XData name is blank - + Must have at least one data series. @@ -31884,6 +32523,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + 完了。 + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -32024,27 +32697,27 @@ デフォルトゾーン - + Sport - + Bike - + Run - + Critical Power クリティカルパワー - + Default デフォルト @@ -32288,53 +32961,53 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one %1行目: 前回のゾーン読み込みを除いて新しいレンジを読み込み - + line %1: read zone without preceding date range %1行目: これまでの日付指定を除いてゾーンを読み込み - - + + attempt to set zone based on % of CP without setting CP in line number %1. %1行目のCP値設定を除いて、CP値を元にゾーン設定を試みます。 - + file ended without reading any zones for last range ファイルは最終レンジのゾーン読み込みを除いて終了しました - + Setting end date of range %1 to start date of range %2. レンジ%1の最終日は、レンジ%2の開始日に設定しました。 - + Extending final range %1 to infinite to include present date. 最後のレンジ%1は本日の日付まで拡張されます。 - + CP must be greater than zero in zone range %1 of %2 @@ -32343,44 +33016,44 @@ CP値はパワーゾーンレンジ%1に含まれ、<byte value="x1c"/>ゼロ以上である必要があります<byte value="x1c"/> - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). レンジ%1: ゾーン%2 (%3)最大値からゾーン%4 (%5)の最低値にマッチしています。 - + Range %1: setting top of zone %2 from %3 to MAX. レンジ%1: ゾーン%2の上限値を%3から最大に設定しました。 - + Critical Power (watts): %1 - + <td align="center">Low (watts)</td> - + <td align="center">High (watts)</td> - + <td align="center">%</td> - + Problem Saving Power Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -32389,12 +33062,12 @@ クリティカルパワー: %1 - + <td align="center">Zone</td> <td align="center">ゾーン</td> - + <td align="center">Description</td> <td align="center">説明</td> @@ -32407,7 +33080,7 @@ <td align="center">High</td> - + <td align="center">Time</td> <td align="center">時間</td> @@ -32421,6 +33094,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -32499,14 +33180,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -32598,32 +33271,45 @@ deviceModel - + Device Name デバイス名 - + Device Type デバイスタイプ - + Port Spec ポート - + Profile プロファイル - + Virtual + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -32642,6 +33328,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + 安静時心拍数 + + + + + bpm + + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_nl.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_nl.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_nl.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_nl.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower Gemiddelde aPower - - + + watts watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. Average altitude power. Is het aangepaste vermogen dat rekening houdt met het effect van hoogte op vo2max en daarmee de vermogensoutput. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device Openen ANT+ apparaat mislukt @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max Vermogenspercentage van Max - + Power as percent of Pmax according to Power Zones Vermogen als percentage van Pmax volgens de Vermogenszones @@ -49,22 +73,21 @@ Over GoldenCheetah - + About Over - + Version Versie - Config - Configuratie + Configuratie - + Contributors Medewerkers @@ -72,22 +95,22 @@ AboutModelPage - + W'bal tau (s) W'bal tau (s) - + STS average (days) STS gemiddelde (dagen) - + LTS average (days) LTS gemiddelde (dagen) - + PMC Stress Balance Today PMC Stress Balans Vandaag @@ -99,69 +122,69 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Wielersport Vermogen Analyse Software<br>voor Linux, Mac, en Windows<p>GoldenCheetah is gelicenseerd onder de<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Broncode kan worden verkregen van<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activiteiten bestanden en andere data zijn opgeslagen in<br><a href="%1">%2</a><p>Trademarks gebruikt met toestemming<br>BikeStress, IsoPower, IF met dank aan <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore met dank aan <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>De lichaamskerntemperatuur module is ontwikkeld door de<br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> en het patent ervan in aanvraag<br></center> - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname Bijnaam - + Date of Birth Geboortedatum - + Sex Geslacht - - - + + + Height (%1) Lengte (%1) - - + + cm cm - - + + in in - + Male Man - + Female Vrouw - + Crank Length Cranklengte - + Wheelsize Wielmaat - + mm mm @@ -182,12 +205,12 @@ keren dat de atleet is gesloten - 0 betekent nooit - + Choose Picture Kies Afbeelding - + Images (*.png *.jpg *.bmp) Afbeeldingen (*.png *.jpg *.bmp) @@ -238,12 +261,12 @@ ActivityCRC - + Checksum Controlesom - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Een controlesom voor de activiteit kan gebruikt worden om het cachegeheugen te verversen in R scripts. @@ -251,12 +274,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -264,49 +287,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise Toestaan - + URL URL - + Key (optional) - + Username Gebruikersnaam - + Password Wachtwoord - + Token - + + Message + + + + %1 Credentials and authorisation @@ -314,63 +342,85 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures - Metingen + + Measurements + - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar - Kalender + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + - - Sync planned workouts to WebDAV and CalDAV calendars. - + Measures + Metingen + + + + Calendar + Kalender AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard Apparaat Toevoegen Assistent @@ -378,17 +428,17 @@ AddFinal - + Done Voltooid - + Confirm configuration and add device Bevestig configuratie en voeg apparaat toe - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. @@ -397,392 +447,392 @@ - + Name* Naam* - + Port Poort - + Profile Profiel - + Virtual Virtueel - + None Geen - + Power - Kurt Kinetic Cyclone Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Power - Cyclops Fluid 2 - + Power - BT Advanced Training System Power - BT Advanced Training System - + Power - LeMond Revolution Power - LeMond Revolution - + Power - 1UP USA Trainer Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) Power - Tacx Satori (2) - + Power - Tacx Satori (4) Power - Tacx Satori (4) - + Power - Tacx Satori (6) Power - Tacx Satori (6) - + Power - Tacx Satori (8) Power - Tacx Satori (8) - + Power - Tacx Satori (10) Power - Tacx Satori (10) - + Power - Tacx Flow (0) Power - Tacx Flow (0) - + Power - Tacx Flow (2) Power - Tacx Flow (2) - + Power - Tacx Flow (4) Power - Tacx Flow (4) - + Power - Tacx Flow (6) Power - Tacx Flow (6) - + Power - Tacx Flow (8) Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) Power - Tacx Sirius (10) - + mm mm - + Wheel Size Wielmaat - + Stride Length (cm) Staplengte (cm) - + Selected by default Standaardinstelling - + Power Vermogen - + Heartrate Hartslag - + Speed Snelheid - + Cadence Cadans @@ -790,58 +840,58 @@ AddFinish - + Done Voltooid - + Add Cloud Account - + URL URL - + Key - + Username Gebruikersnaam - - + + Password Wachtwoord - + Token - + Folder Map - + Athlete ID - + Sync on start - + Sync on import @@ -849,27 +899,27 @@ AddFirmware - + Select Firmware Selecteer Firmware - + Select Firmware for Tacx Fortius Selecteer Firmware voor Tacx Fortius - + Browse Bladeren - + Copy to Library Kopieer naar Bibliotheek - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -890,22 +940,74 @@ Als je besluit te kopiëren naar de bibliotheek zal het bestand in de GoldenCheetah bibliotheek geplaatst worden, anders zullen we er een referentie gebruiken. - + File: Bestand: - + Open File Open Bestand - + Intel Firmware File (*.hex) Intel Firmware Bestand (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Bladeren + + + + Copy to Library + Kopieer naar Bibliotheek + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + Bestand: + + + + Open File + Open Bestand + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1084,63 +1186,63 @@ AddPair - + Pair Devices Koppel Apparaten - + Search for and pair ANT+ devices Zoek naar en koppel ANT+ apparaten - + Sensor Sensor - + ANT+ Id ANT+ Id - + Value Waarde - + Status Status - - + + none geen - + Un-Paired Ontkoppeld - + Unused Ongebruikt - + Master Master - + Searching... Zoeken... - + Paired Gekoppeld @@ -1148,58 +1250,58 @@ AddPairBTLE - + Pair Devices Koppel Apparaten - + Search for and pair Bluetooth 4.0 devices Zoek naar en koppel Bluetooth 4.0 apparaten - + Sensor Sensor - + BLE Id BLE Id - + Value Waarde - + Status Status - - + + none geen - + Un-Paired Ontkoppeld - + Unused Ongebruikt - + Searching... Zoeken... - + Paired Gekoppeld @@ -1207,12 +1309,12 @@ AddSearch - + Scan for connected devices Zoek naar gekoppelde apparaten - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. @@ -1221,17 +1323,17 @@ - + Search Zoeken - + If your device is not found you can select the device port manually by using the selection box below. Als je apparaat niet gevonden is kan de apparaatpoort handmatig in stellen dor de selectieveld hieronder. - + Device found. Click Next to Continue @@ -1242,22 +1344,22 @@ - + %1 Search %1 Zoek - + Select COM port Selecteer COM poort - + Search Again Zoek Opnieuw - + Device found (%1). Press Next to Continue @@ -1268,7 +1370,7 @@ - + Device found. Press Next to Continue @@ -1279,12 +1381,12 @@ - + Stop Searching Stop Zoeken - + Search again Zoek Opnieuw @@ -1292,12 +1394,12 @@ AddService - + Account Type Accounttype - + Select the cloud service type @@ -1305,42 +1407,42 @@ AddSettings - + Cloud Service Settings - + Folder Map - + Browse Bladeren - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory Kies Atleet Map @@ -1348,12 +1450,12 @@ AddType - + Select Device Apparaat Selecteren - + What kind of device to add Welke type apparaat toevoegen @@ -1388,63 +1490,68 @@ Aerolab - - + + Elevation (m) Hoogte (m) - + Distance (km) Afstand (km) - + V-Elevation V-Hoogte - + Elevation Hoogte - + Elevation (') Hoogte (') - + Distance Afstand - + Time (minutes) Tijd (minuten) - + + No ride selected + + + + Estimates out-of-range Schattingen buiten bereik - + At least two segments must be independent Minimaal twee segmenten dienen onafhankelijk te zijn - + At least two segments must be defined Minimaal twee segmenten dienen gedefinieerd te zijn - + Altitude and Power data must be present Hoogte - en Vermogensdata moeten aanwezig zijn - + No activity selected Geen activiteit geselecteerd @@ -1517,7 +1624,7 @@ - + Estimate CdA and Crr Schatting CdA en Crr @@ -1552,7 +1659,7 @@ - + W' Balance (kJ) W' Balans (kJ) @@ -1579,9 +1686,9 @@ - - - + + + SmO2 SmO2 @@ -1597,9 +1704,9 @@ - - - + + + Slope Helling @@ -1616,7 +1723,7 @@ - + Hb Hb @@ -1661,336 +1768,340 @@ Tau=%1, CP=%2, W'=%3, %4 matches >2kJ (%5 kJ) %6 - - - + + + Cadence Cadans - - - + + + Core Temp Kerntemperatuur - - + + Heartrate Hartslag - - - - + + + + R-R - - - + + + Acceleration Versnelling - - - + + + Power Delta Vermogen Delta - - - + + + Cadence Delta Cadans Delta - - - + + + Torque Delta Koppel Delta - - - + + + Heartrate Delta Hartslag Delta - - - - + + + Speed Snelheid - - - + + + Torque Koppel - - - + + + Power Vermogen - - + + W'bal W'bal - - - + + + Altitude Hoogte - - - + + + Alt/Slope Hoogte/Helling - - + + Headwind Tegenwind - - - + + + Temperature Temperatuur - - - + + + Anaerobic TISS Anaerobe TISS - - - + + + Aerobic TISS Aerobe TISS - - - + + + IsoPower IsoPower - - - + + + Vertical Oscillation Verticale Oscillatie - - - + + + Run Cadence Hardloopcadans - - - + + + GCT GCT - - - - + + + + Gear Ratio Versnellingsratio - - - + + + tHb tHb - - - + + + O2Hb O2Hb - - - + + + HHb HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness Linker Pedaal Gelijkmatigheid - - - + + + Right Pedal Smoothness Rechter Pedaal Gelijkmatigheid - - - + + + Left Torque Efficiency Linker Koppel Efficiëntie - - - + + + Right Torque Efficiency Rechter Koppel Efficiëntie - - + + Left/Right Pedal Center Offset Links/Rechts Pedaal Middelpunt Offset - - + + Left Power Phase Linker Vermogensfase - - + + Right Power Phase Rechter Vermogensfase - - + + Left Peak Power Phase Linker Piekvermogensfase - - + + Right Peak Power Phase Rechter Piekvermogensfase - - + + L/R Balance L/R Balans - - - + + + aPower aPower - + Heart Rate Hartslag - + Matches Matches - + Left Pedal Center Offset Linker Pedaal Middelpunt Offset - + Right Pedal Center Offset Rechter Pedaal Middelpunt Offset - + Left Balance Linker Balans - + Right Balance Rechter Balans - + min/km min/km - + min/mile min/mijl - - + + %1 %2 %1 %2 - + min/100m min/100m - + min/100yd min/100yd + + + W' + W' + AllPlotObject @@ -2234,13 +2345,13 @@ - + Name Naam - + Formula Formule @@ -2261,7 +2372,7 @@ - + Smooth Afvlakken @@ -2412,199 +2523,203 @@ Grondcontacttijd - - + + Cadence + + + + Cadence Cadans - + SmO2 SmO2 - + Moxy Moxy - + tHb tHb - + O2Hb O2Hb - + HHb HHb - + Heart Rate Hartslag - + Data series Data reeksen - + R-R Rate - + Core Temperature Kerntemperatuur - + Speed Snelheid - + Altitude Hoogte - + Temperature Temperatuur - + Headwind Tegenwind - + Torque Koppel - + Gear Ratio Versnellingsratio - + Slope Helling - + No Alt/Slope Geen Hoogte/Helling - + 0.1km|mi - 1min 0.1km|mi - 1min - + 0.5km|mi - 5min 0.5km|mi - 5min - + 1.0km|mi - 10min 1.0km|mi - 10min - - + + Alt/Slope Hoogte/Helling - + Anaerobic TISS Anaerobe TISS - + Metrics Indicatoren - + Aerobic TISS Aerobe TISS - + Iso Power Genormaliseerd Vermogen - + Skiba xPower Skiba xPower - + Altitude Power Altitude Power - + W' balance W' Balans - + Power + shade Vermogen + kleuring - + Power - shade Vermogen - kleuring - + No Power Geen Vermogen - + Shading Kleuring - + Time Tijd - + Distance Afstand - + Time of day Tijdstip van de dag - + X Axis X-As - + Intervals Intervallen - + Selection #%1 Selectie #%1 @@ -2612,43 +2727,43 @@ AnalysisSidebar - + Calendar Kalender - + Activities Activiteiten - - + + Menu Menu - + Intervals Intervallen - + Save Changes Wijzigingen Bewaren - + Revert to Saved version Terug naar Bewaarde versie - + Delete Activity Activiteit Verwijderen - + Split Activity Activiteit Splitsen @@ -2657,124 +2772,139 @@ Activiteit Uploaden naar Kalender - - + + Find Intervals... Intervallen Zoeken... - + Show Column Chooser Kolommenkiezer Tonen - + Do Not Show In Groups Niet In Groepen Tonen - + Group By Groeperen per - + Expand All Alles Uitklappen - + Collapse All Alles Inklappen - + Reset to default Reset naar Standaard - + Sort User Intervals Gebruikersintervallen Sorteren - + Zoom out Uitzoomen - - + + Zoom to interval Inzoomen naar Interval - - + + Edit interval Interval Bewerken - - + + Delete interval Interval Verwijderen - - + + Rename selected intervals Geselecteerde intervallen Herbenoemen - - + + Delete selected intervals Geselecteerde intervallen Verwijderen - + Zoom Out Uitzoomen - + + Mark as a performance test + + + + Rename route Segment Aanpassen - + Stop tracking this segment Segment niet meer Volgen - + + Create a performance test + + + + Create a route segment Routesegment Creëeren - - + + Find Intervals Intervallen Zoeken - + No activity selected Geen activiteit geselecteerd - + Current activity contains no data Huidige activiteit bevat geen data - + + Performance Test + + + + Delete Interval Interval Verwijderen - + Unable to delete interval Onmogelijk om interval te verwijderen @@ -2849,7 +2979,7 @@ AppendXDataPointsCommand - + Append XData Points XData Punten Toevoegen @@ -2857,202 +2987,206 @@ Athlete - + Zones File %1 Error Zones Bestand %1 Fout - + Reading Zones File %1 Zones bestand %1 lezen - + HR Zones File %1 Error HR Zones bestand %1 Fout - + Reading HR Zones File %1 HR Zones Bestand %1 Lezen - + Pace Zones File %1 Error Tempo Zones bestand %1 Fout - + Athlete Weight Atleet Gewicht - + Time In Power Zone Tijd In Vermogenszone - + Sustained Time In Zone Aanhoudende Tijd In Zone - + Time in W' Zone Tijd in W' Zone - + Time In HR Zone Tijd in Hr Zone - + Power Distribution Vermogens Distributie - + Vo2max Estimation Vo2max Schatting - + KPI Tracker KPI Volger - + Critical Power Trend Kritische Vermogenstrend - + Aerobic Power Aerobe Vermogen - + Power Variance Vermogensvariatie - + Power Profile Vermogensprofiel - + Anaerobic Power Anaerobe Vermogen - + Power & Speed Trend Vermogen & Snelheid Trend - + Tempo & Threshold Time Tempo & Omslagpunt Tijd - + Training Mix Training Mix - + Time & Distance Tijd & Afstand - + BikeScore and Intensity Bikescore en Intensiteit - + + BikeStress and BikeIntensity + + + BikeStress and IF - BikeStress en IF + BikeStress en IF - + Stress and Distance Stress en Afstand - + Calories vs Duration Calorieën versus Tijdsduur - + Stress (TISS) Stress (TISS) - + Aerobic Response Aerobe Reactie - + Anaerobic Response Anaerobe Reactie - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (Afstand) - + PMC (Duration) PMC (Tijdsduur) - + CP History CP Historie - + CP Analysis CP Analyse - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Tijd in Tempo Zones - + Run Pace Hardloop Tempo - + Swim Pace Zwem Tempo @@ -3060,49 +3194,49 @@ AthleteBackup - + Abort Backup and Reset Counter Backup Afbreken en Teller Resetten - + Select Backup Directory Backup Map Selecteren - - - - - - - - + + + + + + + + Athlete Backup Atleet Backup - + No backup directory selected - backup aborted Geen backup map geselecteerd - backup - + Any unsaved data will not be included into the backup .zip file. Niet opgeslagen data wordt niet toegevoegd aan het backup .zip bestand. - + Do you want to proceed? - + Abort Backup Backup Afbreken - + Backup successfully stored in %1 @@ -3112,81 +3246,113 @@ Backup opslag in %1 was succesvol - + No files found for athlete %1 - all athlete sub-directories are empty. Geen bestanden gevonden voor atleet %1 - alle atleet submappen zijn leeg. - + Not enough space available on disk: %1 - no backup .zip file created Niet genoeg ruimte op de disk: %1 - geen backup .zip bestand geschreven - - + + Directory %1 not available. No backup .zip file created for athlete %2. Map %1 not beschikbaar. Geen back .zip bestand geschreven voor atleet %2. - + Backup file %1 cannot be created. Backup bestand %1 kan niet worden geschreven. - + Adding files to backup %1 for athlete %2 ... Bestanden toevoegen aan backup %1 foor atleet %2 ... + AthleteBones + + + Athlete Bones + + + + + kg + kg + + + + lbs + lbs + + + + Athlete bones in kg or lbs from body measurements + + + + AthleteConfig - + About Over - Measures - Metingen + Metingen - + Power Zones Vermogenszones - + Heartrate Zones Hartslagzones - + Pace Zones Tempozones - + Model Model - - Zones + + Measurements - - Accounts + + HRV - + + Zones + + + + + Accounts + + + + Auto Import Automatisch Importeren - + Backup @@ -3210,7 +3376,7 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements @@ -3221,19 +3387,19 @@ AthleteFatP - + Athlete Bodyfat Percent Atleet Lichaamsvet Percentage - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements @@ -3244,23 +3410,23 @@ AthleteLean - + Athlete Lean Weight Atleet Mager Gewicht - + kg kg - + lbs lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Lean Weight in kg or lbs from body measurements @@ -3269,6 +3435,29 @@ + AthleteMuscles + + + Athlete Muscles + + + + + kg + kg + + + + lbs + lbs + + + + Athlete muscles in kg or lbs from body measurements + + + + AthleteWeight @@ -3287,7 +3476,7 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default @@ -3298,52 +3487,52 @@ AutoImportPage - + + + - + - - - + Browse Bladeren - + Add Toevoegen - + Delete Verwijderen - + Up Op - + Down Neer - + Directory Map - + Import Rule Importeer Regel - + Enter directory or press [Browse] to select Voer de map in of klik [Bladeren] om te selecteren @@ -3370,18 +3559,18 @@ AvgCadence - + Average Cadence Gemiddelde Cadans - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 Gemiddelde Cadans, berekend wanneer Cadans > 0 @@ -3389,18 +3578,18 @@ AvgCoreTemp - + Average Core Temperature Gemiddelde Kerntemperatuur - - + + C C - + Average Core Temperature. The core body temperature estimate is based on HR data Gemiddelde Kerntemperatuur. The lichaamskerntemperatuur schatting is gebaseerd op HR data @@ -3408,18 +3597,18 @@ AvgHeartRate - + Average Heart Rate Gemiddelde Hartslag - - + + bpm bpm - + Average Heart Rate computed for samples when hr is greater than zero Gemiddelde Hartslag, berekend voor alle momenten waar de HR waarde groter is dan nul @@ -3427,22 +3616,22 @@ AvgLPCO - + Average Left Pedal Center Offset Gemiddelde Linker Pedaal Middelpunt Offset - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. Platform Offset is de plaats op het linker pedaal platform waar je druk uitoefent, gemiddeld. @@ -3450,17 +3639,17 @@ AvgLPP - + Average Left Power Phase Length Gemiddelde Linker Vermogensfase Lengte - + ° ° - + It is the left pedal stroke region length where you produce positive power, on average. Dit is de lengte van het linker pedaalslaggebied waar je een positief vermogen uitoefent, gemiddeld. @@ -3468,17 +3657,17 @@ AvgLPPB - + Average Left Power Phase Start Gemiddelde Linker Vermogensfase Start - + ° ° - + It is the left pedal stroke angle where you start producing positive power, on average. Dit is de linker Pedaalslaghoek waar je begint een positief vermogen te ontwikkelen, gemiddeld. @@ -3486,17 +3675,17 @@ AvgLPPE - + Average Left Power Phase End Gemiddelde Linker Vermogensfase Einde - + ° ° - + It is the left pedal stroke angle where you end producing positive power, on average. Dit is de linker Pedaalslaghoek waar je eindigt een positief vermogen te hebben, gemiddeld. @@ -3504,17 +3693,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Gemiddelde Linker Piekvermogensfase Lengte - + ° ° - + It is the left pedal stroke region length where you produce peak power, on average. Dit is de lengte van het linker pedaalslaggebied waar je piekvermogen uitoefent, gemiddeld. @@ -3522,17 +3711,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Gemiddelde Linker Piekvermogensfase Start - + ° ° - + It is the left pedal stroke angle where you start producing peak power, on average. Dit is de linker Pedaalslaghoek waar je begint piekvermogen te ontwikkelen, gemiddeld. @@ -3540,17 +3729,17 @@ AvgLPPPE - + Average Left Peak Power Phase End Gemiddelde Linker Piekvermogensfase Einde - + ° ° - + It is the left pedal stroke angle where you end producing peak power, on average. Dit is de linker Pedaalslaghoek waar je eindigt piekvermogen te hebben, gemiddeld. @@ -3558,18 +3747,18 @@ AvgLPS - + Average Left Pedal Smoothness Gemiddelde Linker Pedaal Gelijkmatigheid - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. Dit meet hoe gelijkmatig vermogen wordt geleverd aan het linker pedaal gedurende de omwenteling, gemiddeld. @@ -3577,18 +3766,18 @@ AvgLTE - + Average Left Torque Effectiveness Gemiddelde Linker Koppel Effectiviteit - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. Dit meet hoeveel van het vermogen dat wordt geleverd aan het linker pedaal, wordt gebruikt om het vooruit te duwen, gemiddeld. @@ -3596,18 +3785,18 @@ AvgPower - + Average Power Gemiddelde Vermogen - - + + watts watts - + Average Power from all samples with power greater than or equal to zero Gemiddelde Vermogen voor alle momenten waar het vermogen groter of gelijk is aan nul @@ -3615,22 +3804,22 @@ AvgRPCO - + Average Right Pedal Center Offset Gemiddelde Rechter Pedaal Middelpunt Offset - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. Platform Offset is de plaats op het rechter pedaal platform waar je druk uitoefent, gemiddeld. @@ -3638,17 +3827,17 @@ AvgRPP - + Average Right Power Phase Length Gemiddelde Rechter Vermogensfase Lengte - + ° ° - + It is the right pedal stroke region length where you produce positive power, on average. Dit is de lengte van het rechter pedaalslaggebied waar je een positief vermogen uitoefent, gemiddeld. @@ -3656,17 +3845,17 @@ AvgRPPE - + Average Right Power Phase End Gemiddelde Rechter Vermogensfase Einde - + ° ° - + It is the right pedal stroke angle where you end producing positive power, on average. Dit is de rechter pedaalslaghoek waar je eindigt een positief vermogen te hebben, gemiddeld. @@ -3674,17 +3863,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Gemiddelde Rechter Piekvermogensfase Lengte - + ° ° - + It is the right pedal stroke region length where you produce peak power, on average. Dit is de de lengte van het rechter pedaalslaggebied waar je piekvermogen uitoefent, gemiddeld. @@ -3692,17 +3881,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Gemiddelde Rechter Piekvermogensfase Start - + ° ° - + It is the right pedal stroke angle where you start producing peak power, on average. Dit is de rechter pedaalslaghoek waar je begint piekvermogen te ontwikkelen, gemiddeld. @@ -3710,17 +3899,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Gemiddelde Rechter Piekvermogensfase Einde - + ° ° - + It is the right pedal stroke angle where you end producing peak power, on average. Dit is de rechter pedaalslaghoek waar je eindigt piekvermogen te hebben, gemiddeld. @@ -3728,18 +3917,18 @@ AvgRPS - + Average Right Pedal Smoothness Gemiddelde Rechter Pedaal Gelijkmatigheid - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. Dit meet hoe gelijkmatig vermogen wordt geleverd aan het rechter pedaal gedurende de omwenteling, gemiddeld. @@ -3747,18 +3936,18 @@ AvgRTE - + Average Right Torque Effectiveness Gemiddelde Rechter Koppel Effectiviteit - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. Dit meet hoeveel van het vermogen dat wordt geleverd aan het rechter pedaal, wordt gebruikt om het vooruit te duwen, gemiddeld. @@ -3766,17 +3955,17 @@ AvgRTPP - + Average Right Power Phase Start Gemiddelde Rechter Vermogensfase Start - + ° ° - + It is the right pedal stroke angle where you start producing positive power, on average. Dit is de rechter pedaalslaghoek waar je begint een positief vermogen te ontwikkelen, gemiddeld. @@ -3837,18 +4026,18 @@ AvgSmO2 - + Average SmO2 Gemiddelde SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Gemiddelde Zuurstof Spierverzadiging, het percentage hemoglobine dat zuurstof vervoert. @@ -3856,22 +4045,22 @@ AvgSpeed - + Average Speed Gemiddelde Snelheid - + kph kph - + mph mph - + Average Speed in kph or mph, computed from distance over time when speed not zero Gemiddelde Snelheid in kph of mph, uitgerekend met afstand over tijd waar snelheid niet nul is @@ -3898,22 +4087,22 @@ AvgTemp - + Average Temp Gemiddelde Temp - + C C - + F F - + Average Temp from activity data Gemiddelde Temp van de activiteit data @@ -3921,18 +4110,18 @@ AvgtHb - + Average tHb Gemiddelde tHb - - + + g/dL g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Gemiddeld totaal hemoglobine concentratie. Het totaal aantal grammen hemoglobine per deciliter. @@ -3940,27 +4129,27 @@ BackupPage - + Auto Backup Folder Auto Backup Map - + Browse Bladeren - + Auto Backup execution every Auto Backup uitvoering ieder - + times the athlete is closed - 0 means never keren dat de atleet is gesloten - 0 betekent nooit - + Choose Backup Directory Kies Backup Map @@ -4466,22 +4655,22 @@ BestsMetricsPage - + Available Metrics Beschikbare Indicatoren - + Selected Metrics Beschikbare Indicatoren - + Up Op - + Down Neer @@ -4495,6 +4684,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + Training Stress Score houdt rekening met intensiteit en de tijdsduur van de trainingssessie, het kan worden berekend als 100 * hours * IF^2 + + + BingMap Route @@ -4667,15 +4864,69 @@ + BodyMeasures + + + Weight + Gewicht + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + lbs + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4720,7 +4971,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4768,7 +5019,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4803,43 +5054,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download - Download + + Download completed. + - - Close - Sluit + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input - + + Download + Download + + + + Close + Sluit - - Downloading of body measures failed with error: %1 + + Invalid date range - please check your input @@ -4865,122 +5121,122 @@ CPPage - - + + Update Update - - + + + + - - + + - - - - + + Add Toevoegen - - + + Delete Verwijderen - + Def Def - - + + From Date Vanaf Datum - - + + Critical Power Critical Power - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax - + Use CP for all metrics Gebruik CP voor alle indicatoren - + Use FTP for Coggan metrics Gebruik FTP voor Coggan indicatoren - + Short Kort - + Long Lang - + From Watts Van Watts - - - + + + MMM d, yyyy MMM d, yyyy - - + + CP must be > 0 CP moet > 0 - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) @@ -4988,399 +5244,429 @@ CPPlot - - + + Interval Length Interval Lengte - + Average Power (watts) Gemiddelde Vermogen (watts) - - - + + + Percent of Best Percentage van het Beste - + Veloclinic Plot Veloclinic Plot - + + J J - + Total work Totale arbeid - + + kJ kJ - + Cadence Cadans - + rpm rpm - + Heartrate Hartslag - + bpm bpm - + Watts delta Watts delta - + watts/s watts/s - + Cadence delta Cadans delta - + rpm/s rpm/s - + Torque delta Koppel delta - + nm/s nm/s - + Heartrate delta Hartslag delta - + bpm/s bpm/s - + Acceleration Versnelling - + m/s/s m/s/s - + Speed Snelheid - + kph kph - + Pedal Force Pedaalkracht - + nm nm - + Iso Power Genormaliseerd Vermogen - - - - + + + + watts watts - + Altitude Power Hoogte Vermogen - + xPower xPower - + Watts per kilogram Watts per kilogram - - + + w/kg w/kg - + Watts per lb Watts per lb - - + + w/lb w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM VAM - + m/hour m/uur - + Power Vermogen - + Power (W) Vermogen (W) - - - Rank - Rang + Rang - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a nvt - - + + CP CP - - - + + %1 w %1 w - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 w/kg - + D' D' - + + + + + %1 %2 %1 %2 - + m m - + yd yd - + CV CV - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities Procent van Beste / Warmte Activiteiten - - + + Energy/Time + + + + + No Model + + + + + Heat Activities Warmte Activiteiten - + + + Percentile + + + + Bests Beste - + ddd MMM d, yyyy hh:mm ddd MMM d, yyyy hh:mm - + ddd, dd MMM yyyy ddd, dd MMM yyyy - kph %1 mph - kph %1 mph + kph %1 mph - + Activities Activiteiten - %1 m %2 yd - + %1 m %2 yd - %1 km %2 mi - + %1 km %2 mi - + %10 % %10 % - + + %1 kph %1 kph - + + % + % + + + + %1 mph %1 mph - + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %1 km %1 km - + %1 mi %1 mi @@ -5401,98 +5687,98 @@ CVPage - - + + Update Update - - + + + + - - + + - - - - + + Add Toevoegen - - + + Delete Verwijderen - + Def Def - - + + From Date Vanaf Datum - - + + Critical Velocity Kritische Snelheid - + Metric Pace Indicator Tempo - - - + + + MMM d, yyyy MMM d, yyyy - + Short Kort - + Long Lang - + From Vanaf - + CV must be > 0 CV moet > 0 - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) @@ -5500,60 +5786,78 @@ CalDAV - - - + + + Missing Preferences Ontbrekende Voorkeursinstellingen - - + + CalID or CalDAV Url is missing in preferences CalID of CalDAV Url ontbreekt in voorkeursinstellingen - + CalDAV REPORT url error CalDAV REPORT url fout - + CalDAV Calendar url error CalDAV Kalender url fout - + CalDAV Calendar API reply error CalDAV Kalender API antwoord fout - + HTTP HTTP - + SSL error(s) has occurred: %1 SSL fout(en) is/zijn opgetreden: %1 - + Authorization for Google CalDAV is missing in preferences Autorisatie voor Google CalDAV ontbreekt in de voorkeursinstellingen - + Authorization Error Autorisatie Fout - + Error requesting access token Fout bij het aanvragen van het toegang token + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5579,35 +5883,35 @@ Card - + Time In Zone Tijd in Zone - - - - + + + + seconds seconden - + Form - + Fitness - + Fatigue - + Risk @@ -5755,162 +6059,172 @@ CloudDBChartListDialog - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 Vertoning %1 tot %2 van %3 inzichten voor %4 / Totaal geupload %5 - + First Eerst - + Next %1 Volgend %1 - + Prev %1 Vorige %1 - + My Charts Mijn Inzichten - + All Alles - + Curated Only Met Beheer - + Uncurated Only Zonder Beheer - + Any Sport Alle Sporten - + Any Language Alle Talen - - + + Search Keyword Zoek Sleutelwoord - + Download selected chart(s) Geselecteerde inzicht(en) Downloaden - - - + + + Close Sluit - - + + Delete selected chart Geselecteerde inzicht verwijderen - - + + Edit selected chart Geselecteerde inzicht bewerken - + Set selected chart 'Curated' Markeer het geselecteerde inzicht als 'Beheerd' - + Chart maintenance - Edit or Delete your Charts Inzicht onderhoud - Inzicht Aanpassen of Verwijderen - + Curator chart maintenance - Curate, Edit or Delete Charts Beheerder inzicht onderhoud - Beheer, Aanpassen of Verwijder Inzichten - + Select charts to download Selecteer inzichten om te downloaden - + unknown onbekend - + Trends Trends - + Activities Activiteiten - + Diary Kalender - + Train Train - + All Views - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>Laatste Bewerkt Op: %2 - Auteur: %3</h4>%4 - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance Inzicht Onderhoud - + Do you really want to delete this chart definition ? Wil je deze inzicht beschrijving verwijderen ? - + Reset Search Reset Zoeken @@ -5918,99 +6232,99 @@ CloudDBChartObjectDialog - + Chart Name Inzichtnaam - + <Chart Name> <Chart Naam> - + Sport - + Language Taal - + Nickname Bijnaam - + E-Mail E-Mail - + Version Details Versie Details - + Creator UUid Auteur UUid - + <Enter the description of the chart here> <Enter de omschrijving van het inzicht hier> - + Upload Upload - + Cancel Annuleren - - - - - - + + + + + + Upload Chart Inzicht Uploaden - - + + Please enter a valid chart name with min. 5 characters length. Voer een geldige inzichtnaam in met min. 5 karakters. - + Please enter a nickname for this athlete. Voer een bijnaam in voor deze atleet alsjeblieft. - - + + Please enter a valid e-mail address. Voer een geldig em-mail adres in alsjeblieft. - + Please enter a sensible chart description. Voer een zinnige inzichtnaam in alsjeblieft. - + Cloud Upload Cloud Upload - + Do you want to upload this chart definition ? Wil je deze inzichtbeschrijving uploaden ? @@ -6018,7 +6332,7 @@ CloudDBChartShowPictureDialog - + Close Sluit @@ -6140,84 +6454,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. Verwachtte een gecomprimeerd activiteit bestand. + + + None + Geen + + + + CloudServiceAutoDownloadWidget + + + Downloading + Downloaden + + + + Checking + + + + + Last 30 days + Laatste 28 dagen {30 ?} + CloudServiceDialog - - + + Folder Map - + Name Naam - + Type Type - + Modified Gewijzigd - + Create Folder Creëer Map - + Cancel Annuleren - + Open Open - + d MMM yyyy d MMM yyyy @@ -6225,267 +6567,285 @@ CloudServiceSyncDialog - + Synchronise Synchroniseer - + + Sync with Sync met - + Unable to connect, check your configuration in preferences. Onmogelijk om een verbinding te maken, controleer je configuratie in voorkeuren. - - - - - - - + + + + + + + Download Download - - - - + + + + Upload Upload - - - + + + Synchronize Synchroniseer - + From: Vanaf: - + To: Tot: - + Refresh List Ververs Lijst - + Close Sluit - - - + + + Select all Selecteer alles - + Workout Name - - - + + + Date Datum - - - + + + Time Tijd - - + + Exists Bestaat - - - + + + Status Status - - + + Workout Id Training Id - + File Bestand - - + + Duration - - + + Distance Afstand - + Keep all do not delete Behoud alles, niet verwijderen - + Keep %1 but delete Local Behoud %1, maar verwijder Lokaal - + Keep Local but delete %1 Behoud Lokaal, maar verwijder %1 - + Source Bron - + Action Actie - + Initial Initieel - + Overwrite existing files Overschrijf bestaande bestanden - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy MMM d, yyyy - - + + Abort Afbreken - - - + + + %1 of %2 selected %1 van %2 geselecteerd - + Processed %1 of %2 Verwerkt %1 van %2 - - + + Downloading Downloaden - - + + Uploading Uploaden - - + + Parse failure Parse fout - + Sync complete Sync voltooid - + Processed %1 of %2 successfully Verwerkt %1 van %2 succesvol - - - + + + File exists Bestand bestaat - + Downloaded %1 of %2 Gedownload %1 van %2 - + Downloads complete Downloads voltooid - + Downloaded %1 of %2 successfully Succesvol gedownload %1 van %2 - - + + Aborted Afgebroken - + Saved Bewaard - + Uploaded %1 of %2 Geüpload %1 van %2 - + Uploads complete Uploads voltooid - + Uploaded %1 of %2 successfully Succesvol geüpload %1 van %2 - + Completed. Voltooid. @@ -6493,27 +6853,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... Uploaden %1 bytes... - + Cancel Annuleren - - Upload Failed + + Upload to - - Unable to upload, check your configuration in preferences. + + The activity you want to upload has unsaved changes. - + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + + Upload Failed + + + + + Unable to upload, check your configuration in preferences. + + + + OK OK @@ -6541,57 +6918,57 @@ Vlakke Kleuren (Windows) - + Swatch Swatch - + Name Naam - + Color Kleur - + Select Selecteer - + Antialias Antialias - + Activity Scrollbar Activiteit Scrollbar - + Activity Headings Activiteit Koppen - + Apply Theme Thema Toepassen - + Line Width Lijnbreedte - + Font - + Font Scaling @@ -6616,12 +6993,12 @@ Kalendertekst - + Theme Thema - + Colors Kleuren @@ -6629,7 +7006,7 @@ ColumnChooser - + Column Chooser Kolommenkiezer Tonen @@ -6690,24 +7067,24 @@ ConfigDialog - - + + Preferences Voorkeuren - - + + Options Opties - + General Generiek - + Athlete Atleet @@ -6716,47 +7093,47 @@ Wachtwoorden - + Appearance Opmaak - + Data Fields Datavelden - + Metrics Indicatoren - + Intervals Intervallen - + Training Training - + Close Sluit - + Save Bewaar - + You changed the location of the athlete library Je hebt de locatie veranderd van de atleet bibliotheek - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6769,12 +7146,12 @@ Wil je bevestigen en GoldenCheetah herstarten? - + No, Keep current Nee, behoud huidige - + Yes, Apply and Restart Ja, Bevestig en Herstarten @@ -6931,37 +7308,37 @@ Kies Gedeelde Lokale Map Atleet Map - + + + - + - - - + Edit Bewerken - + Add Toevoegen - + Delete Verwijderen - + Service - + Description @@ -6982,383 +7359,441 @@ CriticalPowerWindow - + Percentage of Best Percentage van het Beste - + Show Heat Toon Warnte - + Delta compare Delta vergelijk - + as percentage als percentage - + Critical Power Critical Power - + Basic Basis - - - + + + Model Model - + Export Chart Data... Inzicht Data Exporteren... - + Filter Filter - + Date range Periode - + Data series Data reeksen - + Zone Shading Zone Kleuring - + + Show Power Profile + + + + Show grid Toon raster - + + Show Performance Tests + + + + Show Bests Toon Beste - + + Filter Unique Bests + + + + Show Sustained Efforts Toon Langdurige Inspanningen - + Show as percentage Toon als percentage - + Show curve heat Toon warmte. curve - + Show curve heat by date Toon warmte curve per datum - + Shade Intervals Intervallen kleuren - + + Show time scale linear + + + + Activity Mean Max Activiteit Gemiddelde Maximum - + Activity Centile Activiteit Percentage - + No Activity Geen Activiteit - + Current Activity Huidige Activiteit - + None Geen - + 2 parameter 2 parameter - + 3 parameter 3 parameter - + Extended CP Extended CP - + Multicomponent Multicomponent - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Zoek Interval - + (seconds) (seconden) - + Anaerobic Anaerobe - + Aerobic Aerobe - + Short anaerobic Korte anaerobe - + Long aerobic Lange Anaerobe - + Exponential Exponentieel - + Variant Variant - + Linear feedback Lineaire terugkoppeling - + Regeneration Regeneratie - + Value Waarde - + Rank Rang - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a nvt - + CP CP - - - + + 0 w 0 w - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index Endurance Index - + Motor Unit Model Motor Unit Model - - - + + + no data geen data - + MM/dd/yyyy MM/dd/yyyy - + no date geen datum - + Power Vermogen - + Watts per Kilogram Watts per Kilogram - + xPower xPower - + Iso Power Genormaliseerd Vermogen - + Heartrate Hartslag - + Speed Snelheid - + Acceleration Versnelling - + Power %1 Vermogen %1 - + Cadence %1 Cadans %1 - + Torque %1 Koppel %1 - + Heartrate %1 Hartslag %1 - + Cadence Cadans - + Torque Koppel - + VAM VAM - + aPower aPower - + aPower per Kilogram - + Work Arbeid - + Veloclinic Plot Veloclinic Plot - + Unknown Onbekend - + Save Best Data as CSV Bewaar Beste Data als CSV @@ -7366,47 +7801,47 @@ CustomMetricsPage - + Symbol Symbool - + Name Naam - + Edit Bewerken - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Are you sure you want to delete this metric? Ben je zeker van het verwijderen van deze indicator? - + Remove Verwijderen @@ -7414,94 +7849,102 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + Titel + + + + + Notes + Aantekeningen + + + + Completed. Voltooid. - + Network Error - Upload failed. - + Cycling Analytics Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. CyclingAnalyticsUploader - CyclingAnalytics - CyclingAnalytics + CyclingAnalytics - no CyclingAnalytics token set. Please authorize in Settings. - geen CyclingAnalytics token ingesteld. Stel dit in de Instellingen in alsjeblieft. + geen CyclingAnalytics token ingesteld. Stel dit in de Instellingen in alsjeblieft. - CyclingAnalytics support isn't enabled in this build - CyclingAnalytics ondersteuning is niet geactiveerd in deze versie + CyclingAnalytics ondersteuning is niet geactiveerd in deze versie - Error uploading to CyclingAnalytics - Fout tijdens het uploaden naar CyclingAnalytics + Fout tijdens het uploaden naar CyclingAnalytics - Successfully uploaded to CyclingAnalytics - Succesvol geüpload naar CyclingAnalytics + Succesvol geüpload naar CyclingAnalytics - Upload to CyclingAnalytics... - Uploaden naar CyclingAnalytics... + Uploaden naar CyclingAnalytics... - Upload... Sending to CyclingAnalytics - Uploaden...Versturen naar CyclingAnalytics + Uploaden...Versturen naar CyclingAnalytics - Upload to CyclingAnalytics finished. - Uploaden naar CyclingAnalytics voltooid. + Uploaden naar CyclingAnalytics voltooid. - Error from CyclingAnalytics: - Fout van CyclingAnalytics: + Fout van CyclingAnalytics: DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts watts - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Daniels EqP is het constante vermogen dat ook het gelijkwaardig aan het aantal Daniels Points. @@ -7509,12 +7952,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. Daniels Points aangepast voor wielersport waarbij Vermogen gebruikt wordt inplaats van tempo en verondersteld VO2max=1.2*CP, genormaliseerd om 100 punten per uur bij CP toe te kennen. @@ -7522,8 +7965,8 @@ DataFilter - - + + malformed expression. misvormde uitdrukking. @@ -7531,87 +7974,95 @@ DateSettingsEdit - + Current selection Huidige selectie - + Current selection thru today Huidige selectie tot en met vandaag - + From Vanaf - + to today tot vandaag - + Between Tussen - + and en - + Last Laatste - + days dagen - + weeks Weken - + months maanden - + years jaren - + This Deze - + week week - + month maand - + year jaar - + prior vorige + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7652,62 +8103,62 @@ DefaultsPage - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Up Op - + Down Neer - + Field Veld - + Value Waarde - + Linked field Verbonden veld - + Default Value Standaard waarde - + New Nieuw - + New (%1) Nieuw (%1) @@ -7728,7 +8179,7 @@ Punten Verwijderen - + Remove XDATA Points XData Punten Verwijderen @@ -7744,22 +8195,22 @@ DevicePage - + + + - + - - - + Add Toevoegen - + Delete Verwijderen @@ -7805,12 +8256,31 @@ Kettler serieel apparaat - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Tacx Fortius/iMagic fietstrainer met de stuurcontroller aangesloten op een USB poort. Wees er zeker van dat je de apparaat firmware bij de hand hebt. + + Kettler Racer serial device + + + + + Daum Serial Device + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + Tacx Fortius/iMagic fietstrainer met de stuurcontroller aangesloten op een USB poort. Wees er zeker van dat je de apparaat firmware bij de hand hebt. + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Apparaattest alleen voor ontwikkeling doeleinden. Als een ERG file is geselecteerd dan wordt deze afgespeeld, met een beetje toevalstreffers erbij. @@ -7836,75 +8306,62 @@ Kalender - Summary - Periode + Periode - Day Summary - Dagoverzicht + Dagoverzicht - Weekly Summary - Weekoverzicht + Weekoverzicht - Monthly Summary - Maandoverzicht + Maandoverzicht - Totals - Totalen + Totalen - Averages - Gemiddelden + Gemiddelden - Maximums - Maximums + Maximums - Metrics - Indicatoren + Indicatoren - ^(Average|Max) - ^(Gemiddelde|Max) + ^(Gemiddelde|Max) - seconds - seconden + seconden - Day of - Dag van + Dag van - - + dddd MMMM d dddd MMMM d - + Week Commencing %1 Week beginnend met %1 - MMMM yyyy - MMMM yyyy + MMMM yyyy @@ -8020,110 +8477,110 @@ Fout tijdens Laden Apparaat Drivers - + Getting list ... Ophalen van de lijst ... - + Get list failed Ophalen van de lijst mislukt - + Starting Download ... Download Starten ... - + Download cancelled Download geannuleerd - + Cancel clicked by user. Annuleren geklikt door gebruiker. - - + + Download failed Download mislukt - + File %1 has no valid timestamp, falling back to 'now' Bestand %1 heeft geen no geldige tijdstempel, we vallen terug naar 'nu' - + Activity Already Downloaded Activiteit al Gedownload - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? De activiteit die start op %1 lijkt al gedownload te zijn. Wil je de vorige versie overschrijven met deze download? - + &Overwrite &Overschrijven - + &Skip &Overslaan - + skipped file %1 overgeslagen bestand %1 - - - + + + Error Fout - + Failed to remove existing file %1: %2 Bestaande bestand verwijderen is misluk %1: %2 - + failed to rename %1 to %2 herbenoemen is mislukt %1 naar %2 - + Failed to rename %1 to %2: %3 Herbenoemen is mislukt %1 naar %2: %3 - + Failed to rename %1 to %2 Herbenoemen is mislukt %1 naar %2 - + The activity %1 could not be converted to GoldenCheetah .JSON file format. De activiteit %1 kon niet geconverteerd worden naar GoldenCheetah .JSON bestandsformaat. - + .JSON conversion error: file %1 .JSON conversiefout: bestand %1 - + Download completed Download voltooid - + Cleaned data Geschoonde data @@ -8131,38 +8588,36 @@ Dropbox - - Network Problem reading Dropbox data - - - - invalid root path. - ongeldig oorsprong pad. + ongeldig oorsprong pad. - root is not a directory. - root is geen map. + root is geen map. - - problem parsing Dropbox data + + Problem accessing Dropbox data - + You must authorise with Dropbox first Je moet eerst Dropbox autoriseren - - + + Parsing Error: %1 + + + + + Completed. Voltooid. - + Network Error - Upload failed. @@ -8171,12 +8626,12 @@ Dropbox Cloud Opslag - + Dropbox Dropbox - + Sync activities via your cloud storage. @@ -8184,12 +8639,12 @@ EOA - + Effect of Altitude Effect van Hoogte - + Relationship between altitude adjusted power and recorded power Relatie tussen hoogte aangepast vermogen en gemeten vermogen @@ -8231,17 +8686,22 @@ EditIntervalDialog - + Edit Interval Bewerk Interval - + + Performance Test + + + + &OK &OK - + &Cancel &Annuleren @@ -8249,111 +8709,130 @@ EditMetricDetailDialog - + Estimate %1 %2 Power Schat %1 %2 Vermogen - + Endurance Index Endurance Index - + Vo2Max Estimate Vo2Max Schatting - + Curve Settings Curve Instellingen - + Metric Indicator - + Best Beste - + Estimate Schatting - Stress - Stress + Stress + + + + PMC + PMC - + Formula Formule - - + + Measure + + + + + Performance + Performance + + + + Banister + + + + + seconds seconden - - + + minutes minuten - - + + hours uren - - + + Peak Piek - + Absolute Absoluut - + Per Kilogram Per Kilogram - + Total Totaal - + Running Total Hardloop Totaal - + Average Gemiddelde - + Low Laag - + Aggregate: Aggregeren: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8366,227 +8845,297 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) Short Term Stress (STS/ATL) - + Long Term Stress (LTS/CTL) Long Term Stress (LTS/CTL) - + Stress Balance (SB/TSB) Stress Balance (SB/TSB) - + Stress Ramp Rate (RR) Stress Ramp Rate (RR) - + Stress Type Stress Type - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field Metadata Veld - + PMC metric PMC indicatoren - + + Measure Group + + + + + Measure Field + + + + Filter Filter - + Name Naam - + Axis Label / Units As Label / Eenheden - + Style Stijl - + Bar Bar - + Line Lijn - + Sticks Staven - + Dots Punten - + Stack Stapel - + Symbol Symbool - + None Geen - + Circle Cirkel - + Square Vierkant - + Diamond Diamant - + Triangle Driehoek - + Cross Kruis - + Hexagon Zeshoek - + Star Ster - + Color Kleur - + Fill curve Vlak opvullen - + Data labels Datalabel - + Highlight Highest Markeer Hoogste - + Highlight Lowest Markeer Laagste - + Highlight Outliers Markeer Uitschieters - + Baseline Basislijn - + Smooth Curve Afvlakken Curve - + No trend Line Geen trendlijn - + Linear Trend Lineaire Trend - + Quadratic Trend Kwadratische Trend - + Moving Average Voortschrijdend Gemiddelde - + Simple Average - + &OK &OK - + &Cancel &Annuleren - + Peak %1 Piek %1 - + second seconde - + minute minuut - + hour uur - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Kies Indicatorkleur @@ -8633,72 +9182,72 @@ EditPhaseDialog - + Edit Date Range Bewerk Periode - + Name Naam - + Type Type - + From Vanaf - + To Tot - + Starting LTS Begin LTS - + Lowest SB Laagste SB - + Phase Fase - + Prep Voorbereid - + Base Basis - + Build Bouwen - + Camp Campagne - + &OK &OK - + &Cancel &Annuleren @@ -8706,62 +9255,62 @@ EditSeasonDialog - + Edit Date Range Bewerk Periode - + Name Naam - + Type Type - + From Vanaf - + To Tot - + Starting LTS Begin LTS - + Lowest SB Laagste SB - + Season Seizoen - + Cycle Cyclus - + Adhoc Adhoc - + &OK &OK - + &Cancel &Annuleren @@ -8769,27 +9318,37 @@ EditSeasonEventDialog - + Edit Event Bewerk evenement - + Name Naam - + Date Datum - + + Priority + Prioriteit + + + + Description + + + + &OK &OK - + &Cancel &Annuleren @@ -9021,13 +9580,13 @@ - + meters meters - + feet voet @@ -9037,12 +9596,12 @@ Hoogtewinst bij lage snelheid en zonder vermogen of cadans - + Elevation Gain Hoogtewinst - + Elevation Gain in meters of feets Hoogtewinst in meters of voet @@ -9050,22 +9609,22 @@ ElevationLoss - + Elevation Loss Hoogteverlies - + meters meters - + feet Voet - + Elevation Loss in meters of feets Hoogteverlies in meters of voeten @@ -9423,107 +9982,107 @@ FieldsPage - + Text Tekst - + Textbox Tekstbox - + ShortText ShortText - + Integer - + Double Double - + Date Datum - + Time Tijd - + Checkbox Checkbox - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Up Op - + Down Neer - + Screen Tab Scherm Tab - + Field Veld - + Type Type - + Values Waardes - + Diary Kalender - + New Nieuw - + New (%1) Nieuw (%1) @@ -9763,7 +10322,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -9771,31 +10330,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -9890,6 +10455,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -9942,7 +10523,7 @@ FixDerivePower - + Estimate Power Values Vermogenswaarden Schatten @@ -9950,27 +10531,58 @@ FixDerivePowerConfig - + Bike Weight (kg) Fietsgewicht (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + Slipstream Mult. + + + Wind (kph) Windsnelheid (kph) - + + , heading + Windrichting + + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + + + , direction - Windrichting + Windrichting - Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc @@ -9980,7 +10592,7 @@ wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data it will be overridden if wind is entered manually - Leidt geschat vermogen af van snelheid/hoogte/gewicht etc. + Leidt geschat vermogen af van snelheid/hoogte/gewicht etc. De fietsgewicht parameter wordt toegevoegd aan het atleetgewicht; om het totaalgewicht samen te stellen hoort daar ook kleding, schoenen etc. bij @@ -10010,16 +10622,26 @@ FixElevation - + Fix Elevation errors Fix Hoogtefouten - - - FixElevationConfig - - Fix or add elevation data. If elevation data is present it will be removed and overwritten. + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + + + + FixElevationConfig + + + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. Fix of voeg hoogtedata toe. Als er al hoogtedata aanwezig is zal dit overschreven worden. @@ -10196,7 +10818,7 @@ FixPower - + Adjust Power Values Vermogenswaarde Aanpassen @@ -10204,21 +10826,45 @@ FixPowerConfig - Power Adjustment - Vermogen Aanpassen + Vermogen Aanpassen + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - Het aanpassen van de vermogenswaarde maakte het mogelijk een verhoging of verlaging door te voeren als percentage. Het gebruikt een parameter: + Het aanpassen van de vermogenswaarde maakte het mogelijk een verhoging of verlaging door te voeren als percentage. Het gebruikt een parameter: Vermogen Aanpassen - dit definieert het percentage om waarden te veranderen. Negatieve waarden worden ondersteund. @@ -10294,16 +10940,50 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Soms zal SmO2 (in %) verkeerde hoge waarden aangeven (0% of >100%). + Soms zal SmO2 (in %) verkeerde hoge waarden aangeven (0% of >100%). Deze functie zal zoeken naar spikes/onregelmatigheden in de SmO2 data en deze foute data vervangen door deze uit te vlakken/te interpoleren met de aanliggende datapunten in kwestie + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -10334,9 +11014,8 @@ FixSpikes - Fix SmO2 Anomaly - Fix SmO2 onregelmatigheden + Fix SmO2 onregelmatigheden @@ -10406,17 +11085,17 @@ FolderNameDialog - + Folder Name Mapnaam - + Cancel Annuleren - + Create Creëer @@ -10425,7 +11104,7 @@ FormField - + seconds seconden @@ -10440,7 +11119,7 @@ (lbs) - + You entered '%1' which is not an expected value. Je hebt '%1' ingevoerd en dat is een niet verwachtte waarde. @@ -10954,51 +11633,40 @@ GarminUploader - Garmin Connect - Garmin Connect + Garmin Connect - Error uploading to Garmin Connect - Fout tijdens het uploaden naar Garmin Connect + Fout tijdens het uploaden naar Garmin Connect - Successfully uploaded to Garmin Connect - Succesvol geupload naar Garmin Connect + Succesvol geupload naar Garmin Connect - - Login to Garmin Connect... - Login bij Garmin Connect... + Login bij Garmin Connect... - - Login to Garmin Connect finished. - Login bij Garmin Connect voltooid. + Login bij Garmin Connect voltooid. - Upload to Garmin Connect... - Upload naar Garmin Connect... + Upload naar Garmin Connect... - Upload... Sending to Garmin Connect - Upload... Versturen naar Garmin Connect + Upload... Versturen naar Garmin Connect - Upload to Garmin Connect finished. - Upload naar Garmin Connect voltooid. + Upload naar Garmin Connect voltooid. - Error from Garmin Connect: - Fout van Garmin Connect: + Fout van Garmin Connect: @@ -11091,33 +11759,33 @@ GcCrashDialog - + %1 Crash Recovery %1 Crash Herstel - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>GoldenCheetah blijkt EERDER gecrasht te zijn voor deze atleet. </b><br><br>Het rapport hieronder geeft wat diagnostische informatie welke handig is voor de ontwikkelaars. Voel je vrij om dit te posten met een korte beschrijving van wat er gebeurde terwijl de crash optrad op <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respecteren privacy - deze log bevat GEEN ids, wachtwoorden of persoonlijke informatie.</b><br><b><br>Nadat deze dialoog is gesloten wordt de atleetdata opnieuw geopend.</b> - + Save Crash Report... Bewaar Crash Rapport... - + Close Sluit - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> @@ -11125,12 +11793,12 @@ <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr></table> - + Save Diagnostics Bewaar Diagnostiek - + Text File (*.txt) Tekst Bestand (*.txt) @@ -11138,42 +11806,42 @@ GcMiniCalendar - + Mon Ma - + Tue Di - + Wed Wo - + Thu Do - + Fri Vr - + Sat Za - + Sun Zo - + MMMM yyyy MMMM yyyy @@ -11231,9 +11899,13 @@ Anaerobe TISS - BikeStress - BikeStress + BikeStress + + + + TSS + @@ -11469,17 +12141,17 @@ GcWindowDialog - + Chart Setup Inzicht Instellingen - + Cancel Annuleren - + OK OK @@ -11558,7 +12230,6 @@ - Map Kaart @@ -11573,72 +12244,80 @@ R Inzicht + + Python Chart + + + + Python Chart + + + + 2d Plot 2de Plot - 3d Plot - 3de Plot + 3de Plot - + Aerolab Chung Analysis Aerolab Chung Analyse - + Calendar Kalender - + Navigator Navigator - + Summary Samenvatting - + Telemetry Telemetrie - + Workout Training - + Realtime Realtime - + Pedal Stroke Pedaalslag - StreetView - StreetView + StreetView - + Video Player Videospeler - + Workout Editor Training Editor - + Web page @@ -11646,174 +12325,206 @@ GeneralPage - + Language Taal - + English Engels - + French Frans - + Japanese Japans - + Portugese (Brazil) Portugees (Brazilië) - + Italian Italiaans - + German Duits - + Russian Russisch - + Czech Tsjechisch - + Spanish Spaans - + Portugese Portugees - + Chinese (Simplified) Chinees (gesimplificeerd) - + Chinese (Traditional) Chinees (traditioneel) - + Dutch Nederlands - + Swedish - + Unit Unit - + Metric Metrisch - + Imperial Imperial - + Use Garmin Smart Recording Gebruik Garmin Smart Recording - + Smart Recording Threshold (secs) Smart Recording drempel (seconden) - + Elevation hysteresis (meters) Hoogte hysteresis (meters) - + W' bal formula W' bal formule - + Differential Differentieel - + Integral Integraal - + Warn for unsaved activities on exit Waarschuw voor niet bewaarde activiteiten bij verlaten - + Enable API Web Services API Web Services inschakelen - + Enable R R inschakelen - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library Atleet Bibliotheek - - - + + + + Browse Bladeren - + Workout and VideoSync Library Training en VideoSync Bibliotheek - + R Installation Directory R installatie Map - + + Python Home + + + + R Installation (R_HOME) R Installatie (R_HOME) - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Workout Library Selecteer Training Bibliotheek - + Select Athlete Library Selecteer Atleet Bibliotheek @@ -11927,23 +12638,23 @@ GoogleDrive - + You must authorise with GoogleDrive first Je moet eerst bij GoogleDrive autoriseren - + No such directory, try setting a new location in options. Deze map bestaat niet, probeer een andere instelling in de opties. - - + + Completed. Voltooid. - + Upload failed Upload mislukt @@ -11952,12 +12663,12 @@ Google Drive Cloud Storage - + Google Drive Google Drive - + Sync your data via your cloud storage. @@ -11980,12 +12691,12 @@ Gradient - + Gradient Helling - + Elevation Gain to Total Distance percent ratio Hoogtewinst en Totale afstand procentuele ratio @@ -12043,186 +12754,186 @@ GroupByModel - - - - - + + + + + Zero or not present Nul of niet aanwezig - + Low Stress Lage Stress - + Medium Stress Medium Stress - + High Stress Hoge Stress - + Very High Stress Zeer Hoge Stress - + Active Recovery Actief Herstel - + Endurance Endurance - + Tempo Tempo - + Threshold Drempel - + VO2Max VO2Max - + Anaerobic Capacity Anaerobe Capaciteit - + Maximal Maximaal - + Isopower Isopower - + Steady Stabiel - + Variable Variabel - + Highly Variable Hoog Variabel - + Less than an hour Minder dan een uur - + Less than 90 minutes Minder dan 90 minuten - + Less than 3 hours Minder dan 3 uur - + Less than 5 hours Minder dan 5 uur - + More than 5 hours Meer dan 5 uur - + Short Kort - + Medium Medium - + Long Lang - + Very Long Zeer Lang - + Undefined Ongedefinieerd - + Best 10 Beste 10 - + Quartile 1: 0% - 25% Kwartiel 1: 0% - 25% - + Quartile 2: 25% - 50% Kwartiel 2: 25% - 50% - + Quartile 3: 50% - 75% Kwartiel 3: 50% - 75% - + Quartile 4: 75% - 100% Kwartiel 4: 75% - 100% - + Date Datum - + This week Deze week - + This month Deze maand - + Last month Vorige maand - + yyyy-MM (MMMM) yyyy-MM (MMMM) @@ -12255,18 +12966,18 @@ HeartBeats - + Heartbeats Hartslagen - - + + beats slagen - + Total Heartbeats Totaal Hartslagen @@ -12381,11 +13092,6 @@ Schatting van de luchtdichtheid (Rho) - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula Berekening van VDOT en Threshold Pace volgens Daniels' Running Formule @@ -12395,6 +13101,11 @@ Downloaden van Trainingen voor de ERGDB (online training DB) voor Train - Binnen rijden + + Downloading of Body Measurements (e.g. weight) from multiple sources + + + Downloading of Workouts from the ERGDB (online workout DB) for Train - Indoor Riding @@ -12496,300 +13207,305 @@ + Fix SmO2/tHb outliers + + + + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings Opties voor het onderdelen tonen/verbergen (b.v. Zijbalk) en ook het toevoegen van inzichten en resetten van de inzicht-layout naar de fabrieksstand - + Help options of GoldenCheetah Help Opties van GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates Volledig configureerbaar diagram type om voortgang en trends te volgen in indicatoren, gebruikers definieerbare beste periodes en model schattingen - + Date range, data grouping settings which apply to a single chart Periode, datagroeperingsinstellingen welke van toepassing zijn op een enkele inzicht - + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments Voorgedefinieerde set van curves welke kunnen worden toegepast als inzicht-definitie, of als startpunt voor individuele aanpassingen - + Curves which are plotted for the specific chart - based on presets or individually added and modified here Curves welke geplot worden op een specifieke inzicht - gebaseerd op voorinstellingen of individueel toegevoegde en hier aangepaste - + Individual curve configuration Individuele curve configuratie - + User defined formulas Gebruikers gedefinieerde formules - + Tree map visulation of activity data by two selectable dimensions for a configurable metric Tree map visualisatie van activiteitsdata met twee selecteerbare dimensies voor een configureerbare indicator - - + + Critical Mean Maximal Power Curve Kritisch Gemiddelde Maximaal Vermogenscurve - - + + Basic configuration like date range, what series to use and how to plot Basisconfiguratie zoals datum bereik, welke reeksen te gebruiken en hoe die te plotten - - + + Configuration of the CP Model to be used to plot the curve Configuratie van het te gebruiken CP Model om de curve te plotten - - + + Distribution of activity data samples or metrics according time spent in a certain segment Distributie van activiteitendata of indicatoren overeenkomstig met de gespendeerde tijd in een segment - + Definition which date range is used for this particular chart Definitie welke periode gebruikt wordt in deze specifieke inzicht - - - + + + Calendar Kalender - + Configurable activity log - with build in search capabilities Configureerbare activiteiten log - met ingebouwde zoekmogelijkheden - + Detailed information of a single activity - the metrics shown here are configurable Gedetailleerde informatie uit een activiteit - de getoonde indicatoren zijn configureerbaar - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies Editor van activiteitendata - maakt wijzigingen/correcties mogelijk, zoekt ingevoerde en zoekt onregelmatigheden - + Plot of all activity data series in various ways Plot van alle activiteiten-datareeksen op verschillende manieren - + Selection how the power data series is shown in the plot and general settings on the diagram structure Selectie hoe de vermogens-datareeksen worden getoond in de plot en algemene instellingen van de diagram structuur - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file Selectie van alle additionele curves die getoond moeten worden in het diagram - alleen geplot als er data beschikbaar is in het activiteitenbestand - + Quadrant analysis of pedal velocity vs. effective pedal force Kwadrant analyse van pedaalsnelheid vs effective pedaalkracht - + Analysis of heartrate vs. power along the activity data Analyse van hartslag vs vermogen langs de activiteitendata - + Map of activity Kaart van de activiteit - + Configurable 2D scatter plot of the current activity Configureerbare 2D scatterplot van de huidige activiteit - + Configurable 3D plot of the current activity Configureerbare 3D plot van de huidige activiteit - + Chung's Aerolab analysis Chung's Aerolab analyse - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable Overzicht/samenvatting van de geselecteerde datareeks - data in 'Atleet's Beste' zijn configureerbaar - + Chart specific filter/search and date range settings Inzicht specifiek filter/zoek en periode instellingen - + Predefined and configurable set of data ranges for selection of activities to be analysed Vooringestelde en configureerbare set van datareeksen welke geselecteerd kunnen worden om geanalyseerd te worden - + Definition of points in time 'Events' which are marked explicitely on time related diagrams Definitie van punten in de tijd 'Gebeurtenissen' welke explicit gemarkeerd zijn op tijd gerelateerde diagrammen - - + + Simple summary view Simpel overzicht - + Powerful filter and search engine to determine the activities which are considered in diagram Krachtig filter en zoek machine om te bepalen welke activiteiten in ogenschouw genomen worden in het diagram - + Alternative access to the charts created for the main view Alternatieve toegang to de inzichten gemaakt voor het hoofdvenster - + Configurable list of activities Configureerbare lijst van activiteiten - + Display the available and add new intervals using simple query methods Toon de beschikbare en voeg nieuwe intervallen toe met gebruik van simpele vraag methodes - + Entry field for sophisticated Searching and Filtering of activities Invoerveld voor geavanceerd Zoeken en Filteren van activiteiten - + Adding intervals to an activity using simple query methods Toevoegen van intervallen aan een activiteit met gebruik van simpele vraag methodes - + General Generiek - + Athlete Atleet - + Training Zone definition for power Trainingszonedefinitie voor vermogen - + Training Zone definition for heartrate Trainingszonedefinitie voor hartslag - + Training Zone definition for Swim and Run Trainingszonedefinitie voor Zwemmen en Hardlopen - + Autoimport Auto Import - + Passwords Wachtwoorden - + Appearance Opmaak - + Automatic Interval Detection Automatische Intervaldetectie - + Data Fields Datavelden - + Definition of coloring rules for activities Definitie van kleurenregels van activiteiten - + Definition of default value(s) for data fields Definitie van standaard waarde(en) van datavelden - + Definition of processing default parameters for the fix, adjust,... tools Definitie van het verwerken van standaard parameters van de fix, aanpas,... tools - + Metrics Indicatoren - + Metrics shown in 'Bests' Indicatoren getoond in 'Beste' - + Metrics shown in 'Summary' Indicatoren getoond in 'Samenvatting' - + Metrics shown in 'Intervals' Indicatoren getoond in 'Intervallen' - + Training Training - + Remote Controls Afstandbedieningen - + Train Devices Trainingsapparaten @@ -12816,13 +13532,13 @@ - + Shade zones Zone-kleuring - + Show in zones Toon in zones @@ -12857,52 +13573,52 @@ Data reeksen - + Total (x-axis) Totaal (x-as) - + Distribution (y-axis) Distributie (y-as) - + Color Kleur - + Absolute Time Absolute Tijd - + Percentage Time Percentage Tijd - + Show Toon - + Log Y Log Y - + With zeros Met nulwaarden - + Use polarised zones Gebruik gepolariseerde zones - + Bin width Bin Breedte @@ -12915,218 +13631,218 @@ Titel - + Unable to process chart file Onmogelijk om inzichtbestand te verwerken - + Bad chart type (%1). Verkeerd inzichttype (%1). - + Are you sure you want to remove the chart? Ben je zeker van het verwijderen van het inzicht? - + Remove Verwijderen - + Problem Saving Chart Bar Layout Probleem tijdens Opslag van de Inzichtbalk Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. - + Ride Log Rit Log - + Aerobic Power Aerobe Vermogen - + Anaerobic Power Anaerobe Vermogen - + Cadence Cadans - + Calendar Kalender - + CP CP - + Details Details - + Distance Afstand - + Edit Bewerken - + Elapsed Time Verstreken Tijd - + Heartrate Hartslag - + Lap Ronde - + Map Kaart - + Performance Performance - + PMC PMC - + Power Vermogen - + QA QA - + Ride Rit - + Speed Snelheid - + Summary Samenvatting - + Target Power Doelvermogen - + Time and Distance Tijd en Afstand - + Time In Zone Tijd in Zone - + W' In Zone W' in Zone - + Sustained In Zone Aanhoudend In Zone - + Training Mix Training Mix - + Navigator Navigator - + W/kg W/kg - + Workout Training - + Stress Stress - + Scatter Scatter - - + + HrPw HrPw - + Activity Log Activiteit Log - + Tracker Volger - + CP History CP Historie - + Library Bibliotheek - + CV CV @@ -13134,12 +13850,12 @@ HrNp - + HrNp Ratio HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm Genormaliseerd Vermogen en Gemiddelde Hartslag ratio in watts/bpm @@ -13147,12 +13863,12 @@ HrPw - + HrPw Ratio HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm Vermogen en Hartslag Ratio in watts/bpm @@ -13207,64 +13923,77 @@ HrSchemePage - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Short Kort - + Long Lang - + Percent of LT Percentage van LT - + Trimp k Trimp k - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13397,27 +14126,27 @@ HrZonePage - + Sport Sport - + Bike Fietsen - + Run Hardlopen - + Lactate Threshold Lactaatdrempel - + Default Standaard @@ -13754,17 +14483,326 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones Probleem bij het Bewaren van Hartslagzones - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + bpm + + + + msec + + + + + % + % + + + + msec^2 + + + + + Rec.Points + + + + + Hrv + + + + + HrvMeasuresCsvImport + + + Select HRV measurements file to import + + + + + CSV Files (*.csv) + + + + + No file selected. + + + + + Selected file %1 cannot be opened for reading. + + + + + Column header contains duplicate identifier + + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + + + + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + + Invalid 'rMSSD' - in line %1 + + + + + Invalid 'HR' - in line %1 + + + + + Invalid 'AVNN' - in line %1 + + + + + Invalid 'SDNN' - in line %1 + + + + + Invalid 'pNN50' - in line %1 + + + + + Invalid 'LF' - in line %1 + + + + + Invalid 'HF' - in line %1 + + + + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + + + + + Import CSV file + + + + + Choose date range for download + + + + + From date of first recorded activity to today + + + + + From date of last downloaded measurement to today + + + + + Enter manually: + + + + + Discard all existing measurements + + + + + Download + Download + + + + Close + Sluit + + + + Body Measurements + + + + + Invalid date range - please check your input + + + + + Download completed. + + + + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + Commentaar + + + + + Update + Update + + + + + + + + + + + - + - + + + + Add + Toevoegen + + + + Delete + Verwijderen + + + + Source + Bron + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + ICalendar @@ -14260,52 +15298,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts Importeer Inzichten - + Cancel Annuleren - + Import Importeer - - - - - - - + + + + + + + Diary Kalender - - - - - - + + + + + + Trends Trends - - + + Activities Activiteiten - - + + Train Train @@ -14419,7 +15465,7 @@ InsertXDataPointCommand - + Insert XData Point Voeg XDatapunt In @@ -14435,22 +15481,22 @@ IntervalMetricsPage - + Available Metrics Beschikbare Indicatoren - + Selected Metrics Beschikbare Indicatoren - + Up Op - + Down Neer @@ -14487,12 +15533,20 @@ IntervalsPage - + Enable interval auto-discovery Activeer auto-interval zoeken + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + Iso Power is een schatting van het vermogen dat je had kunnen vasthouden tegen dezelfde fysiologische inspanning als je geleverde vermogen perfect constant was geweest. + + + JouleDevice @@ -14532,8 +15586,12 @@ + Version + + + Version - Versie + Versie @@ -14618,24 +15676,118 @@ Verkeerd antwoord - - read length error: - leeslengte fout: + + read length error: + leeslengte fout: + + + + read error: + leesfout: + + + + , read only %1 bytes instead of: %2 + , alleen lezen %1 bytes inplaats van: %2 + + + + wrong _checksum + verkeerde_checksum + + + + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + Deze map bestaat niet, probeer een andere instelling in de opties. + + + + + Completed. + Voltooid. + + + + Upload failed + Upload mislukt + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Aantekeningen + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + Uploaden %1 bytes... + + + + Upload + Upload - - read error: - leesfout: + + + Upload Failed + - - , read only %1 bytes instead of: %2 - , alleen lezen %1 bytes inplaats van: %2 + + + Unable to upload, check your configuration in preferences. + - - wrong _checksum - verkeerde_checksum + + Done + Voltooid @@ -14649,68 +15801,68 @@ KeywordsPage - + Field Veld - + Use for Background Gebruik voor Achtergrond - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Up Op - + Down Neer - + Keyword Sleutelwoord - + Color Kleur - + Related Notes Words Gerelateerde Aantekeningen - - + + New Nieuw - + New (%1) Nieuw (%1) @@ -14929,142 +16081,143 @@ LTMPlot - - - + + + Date Datum - - + + Time of Day Tijdstip van de dag - - - - + + + + %1 trend %1 trend - + %1 average - + %1 Top %2 Outliers %1 Top %2 Uitschieters - + %1 Outlier %1 Uitschieter - + %1 Best %1 Beste - + Best %1 Beste %1 - - - - - - - - - + + + + + + + + + seconds seconden - + watts watts - - + + Best Beste - + Day Dag - + Week Week - + Month Maand - + Year Jaar - - + + All Alles - - + + %1 %2 trend %1 %2 trend - + %1 %2 Outliers %1 %2 Uitschieters - + %1 %2 Best %1 %2 Beste - - - - + + + + + Ramp Helling - + hours uren - + Week Commencing %1 Week beginnend met %1 - + Today Vandaag - + minutes minuten @@ -15171,271 +16324,270 @@ LTMSidebar - - + + Date Ranges Perioden - - - - + + + + Menu Menu - - - + + + Events Evenement - + Charts Inzichten - - + + Filters Filters - + Autofilter Autofilter - Summary - Samenvatting + Samenvatting - - - - - - + + + + + + Add season Seizoen Toevoegen - - + + Edit phase Fase Bewerken - - + + Delete phase Fase Verwijderen - - - - - - + + + + + + + Add Event Evenement toevoegen - - - - - - + + + + + + Add Phase Fase Toevoegen - - + + Edit season Seizoen Bewerken - - + + Delete season Seizoen Verwijderen - - + + Edit details Details Bewerken - - + + Delete event Evenement Verwijderen - - + + Add event Evenement Toevoegen - + Workout Code|Sport Trainingscode|Sport - - - + + + (blank) (blank) - + Manage Filters Filters Beheren - + Delete Filter%1 Filter %1 Verwijderen - + Edit Season Seizoen Bewerken - + You can only edit user defined seasons. Please select a season you have created for editing. Je kunt alleen door gebruikers gedefinieerde seizoen bewerken. Selecteer een seizoen welke je zelf gecreëerd hebt om te bewerken alsjeblieft. - + Delete Season Seizoen Verwijderen - + You can only delete user defined seasons. Please select a season you have created for deletion. Je kunt alleen door gebruikers gedefinieerde seizoen verwijderen. Selecteer een seizoen welke je zelf gecreëerd hebt om te verwijderen alsjeblieft. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Je kunt alleen door gebruikers gedefinieerde seizoen toevoegen. Selecteer een seizoen welke je zelf gecreëerd hebt om te toe te voegen aan een evenement alsjeblieft. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Je kunt alleen aan door gebruikers gedefinieerde seizoen fases toevoegen. Selecteer een seizoen welke je zelf gecreëerd hebt om een fase toe te voegen alsjeblieft. - Totals - Totalen + Totalen - Averages - Gemiddelden + Gemiddelden - Maximums - Maximums + Maximums - Metrics - Indicatoren + Indicatoren - ^(Average|Max) - ^(Gemiddelde|Max) + ^(Gemiddelde|Max) - seconds - seconden + seconden - + Add Chart Inzicht Toevoegen - + Edit Chart Inzicht Bewerken - + Delete Chart Inzicht Verwijderen - + Delete Selected Charts Geselecteerde Inzichten Verwijderen - + Export Chart Inzicht Exporteren - + Export Selected Charts Geselecteerde Inzichten Exporteren - + Import Charts Inzichten Importeren - + Reset to default Reset naar Standaard - + Export Charts Inzichten Exporteren - - + + Chart File (*.xml) Inzicht Bestand (*.xml) - + Entry Error Invoerfout - + Selected file (%1) does not exist Geselecteerde bestand (%1) bestaat niet - + You are about to reset the chart sidebar to the default setup Je gaat nu de inzicht zijbalk resetten naar de standaard instelling - + Do you want to continue? Wil je doorgaan? @@ -15513,455 +16665,475 @@ Toon Evenementen - + + Show Banister Helper + + + + Stack Zoom Stapelzoom - + Use sidebar chart settings Gebruik zijbalk inzicht instellingen - + Charts Inzichten - + Apply Toepassen - + Add Current Huidige Toevoegen - + Edit Bewerken - + Up Op - + Down Neer - + Basic Eenvoudig - + Preset Voorinstelling - + Curves Curves - + Skiba Long Term Stress Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Stress - + Skiba Short Term Stress Skiba Short Term Stress - + Skiba Stress Balance Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance Stress Balance - + Skiba STS Ramp Skiba STS Helling - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Helling - + Skiba LTS Ramp Skiba LTS Helling - + Aerobic TISS Long Term Stress Aerobe TISS Long Term Stress - + Aerobic TISS Short Term Stress Aerobe TISS Short Term Stress - + Aerobic TISS Stress Balance Aerobe TISS Stress Balance - + Aerobic TISS STS Ramp Aerobe TISS STS Helling - + Aerobic TISS LTS Ramp Aerobe TISS LTS Helling - + Anaerobic TISS Long Term Stress Anaerobe TISS Long Term Stress - + Anaerobic TISS Short Term Stress Anaerobe TISS Short Term Stress - + Anaerobic TISS Stress Balance Anaerobe TISS Stress Balance - + Anaerobic TISS STS Ramp Anaerobe TISS STS Helling - + Anaerobic TISS LTS Ramp Anaerobe TISS LTS Helling - + Daniels Long Term Stress Daniels Lange Termijn Stress - + Daniels Short Term Stress Daniels Korte Termijn Stress - + Daniels Stress Balance Daniels Stress Balans - + Daniels STS Ramp Daniels STS Helling - + Daniels LTS Ramp Daniels LTS Helling - + Work (Kj) Long Term Stress Arbeid (Kj) Lange Termijn Stress - - - - - - + + + + + + Stress (Kj) Stress (Kj) - + Work (Kj) Short Term Stress Arbeid (Kj) Korte Termijn Stress - + Work (Kj) Stress Balance Arbeid (Kj) Stress Balans - + Work (Kj) STS Ramp Arbeid (Kj) STS Helling - + Work (Kj) LTS Ramp Arbeid (Kj) LTS Helling - + W' Work (Kj) Long Term Stress W' Arbeid (Kj) Lange Termijn Stress - + W' Work (Kj) Short Term Stress W' Arbeid (Kj) Korte Termijn Stress - + W' Work (Kj) Stress Balance W' Arbeid (Kj) Stress Balans - + W' Work (Kj) STS Ramp W' Arbeid (Kj) STS Helling - + W' Work (Kj) LTS Ramp W' Arbeid (Kj) LTS Helling - + Below CP Work (Kj) Long Term Stress Onder CP Arbeid (Kj) Lange Termijn Stress - + Below CP Work (Kj) Short Term Stress Onder CP Arbeid (Kj) Korte Termijn Stress - + Below CP Work (Kj) Stress Balance Onder CP Arbeid (Kj) Stress Balans - + Below CP Work (Kj) STS Ramp Onder CP Arbeid (Kj) STS Helling - + Below CP Work (Kj) LTS Ramp Onder CP Arbeid (Kj) LTS Helling - + Distance (km|mi) Long Term Stress Afstand (km|mi) Lange Termijn Stress - - + + Stress (km|mi) Stress (km|mi) - + Distance (km|mi) Short Term Stress Afstand (km|mi) Korte Termijn Stress - + Distance (km|mi) Stress Balance Afstand (km|mi) Stress Balans - + Distance (km|mi) STS Ramp Afstand (km|mi) STS Helling - + Distance (km|mi) LTS Ramp Afstand (km|mi) LTS Helling - + Coggan Chronic Training Load Coggan Chronic Training Load - + Coggan Acute Training Load Coggan Acute Training Load - + Coggan Training Stress Balance Coggan Training Stress Balans - + Coggan STS Ramp Coggan STS Helling - + Coggan LTS Ramp Coggan LTS Helling - + Coggan Expected Chronic Training Load Coggan Verwachtte Chronic Training Load - + Coggan Expected Acute Training Load Coggan Verwachtte Acute Training Load - + Coggan Expected Training Stress Balance Coggan Verwachtte Training Stress Balans - + TRIMP Long Term Stress TRIMP Lange Termijn Stress - + TRIMP Short Term Stress TRIMP Korte Termijn Stress - + TRIMP Stress Balance TRIMP Stress Balans - + TRIMP STS Ramp TRIMP STS Helling - + TRIMP LTS Ramp TRIMP LTS Helling - + TriScore Long Term Stress TriScore Lange Termijn Stress - + TriScore Short Term Stress TriScore Korte Termijn Stress - + TriScore Stress Balance TriScore Stress Balans - + TriScore STS Ramp TriScore STS Helling - + TriScore LTS Ramp TriScore LTS Helling - + Type Type - + Details Details - + Metric Indicator - + Peak Piek - + Estimate Schatting - + Formula Formule - + + Measure + + + + + Performance + Performance + + + + Banister + + + + Chart %1 Inzicht %1 @@ -15969,125 +17141,156 @@ LTMWindow - + Group by Groeperen per - + Days Dagen - + Weeks Weken - + Months Maanden - + Years Jaren - + Time Of Day Tijdstip van de dag - - + + All Alles - + Data Table Datatabel - + Stacked Gestapeld - + Export Chart Data... Inzicht Data Exporteren... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + Piek + + + + Positive decay + + + + + + days + dagen + + + + Negative decay + + + + grouped by gegroepeerd per - + day dag - + week week - + month maand - + year jaar - + time of day tijdstip van de dag - - + + Date Datum - + Coggan Acute Training Load Coggan Acute Training Load - + Coggan Chronic Training Load Coggan Chronic Training Load - + Coggan Training Stress Balance Coggan Training Stress Balans - - + + seconds seconden - + hours uren - + Export Chart Config Inzicht Configuratie Exporteren - + Save Chart Data as CSV Inzicht Data Bewaren als CSV @@ -16095,105 +17298,105 @@ LTPage - - + + Update Update - - + + + + - - + + - - - - + + Add Toevoegen - - + + Delete Verwijderen - + Def Def - - + + From Date Vanaf Datum - - + + Lactate Threshold Lactaatdrempel - - + + Rest HR Rust HR - - + + Max HR Max HR - - - + + + MMM d, yyyy MMM d, yyyy - + Short Kort - + Long Lang - + From BPM Van BPM - + Trimp k Trimp k - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) @@ -16254,161 +17457,165 @@ Leaf - + %1 is unknown %1 is onbekend - + Array subscript needs a symbol name. Array onderschrift heeft een symbool nodig. - + Index must be numeric. Index moet numeriek zijn. - + invalid data series for best(): %1 ongeldige datareeks voor best(): %1 - + invalid data series for tiz(): %1 ongeldige datareeks voor tizt(): %1 - + invalid literal for daterange(): %1 ongeldig karakter voor datumbereik(): %1 - + invalid literal for config(): %1 ongeldig karakter voor config(): %1 - + invalid literal for const(): %1 ongeldig karakter voor const(): %1 - + which function has at least 2 parameters. die functie heeft minstens 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA gebruikt 3 parameters. - + XDATA expects a string for first two parameters XDATA verwacht een karakterreeks bij de eerste twee parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. ? XDATA verwacht een symbool, eenmalig schaars, herhaal, interpoleren of opnieuw sampelen als derde parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) XDATA verwacht eenmalig schaars, herhaal, interpoleren of opnieuw sampelen als derde parameter. (%1) - + XDATA_UNITS needs 2 parameters. XDATA_UNITS gebruikt 2 parameters. - + XDATA_UNITS expects a string for first two parameters XDATA_UNITS verwacht een karakterreeks als eerste twee parameters - + isset/set/unset function first parameter is field/metric to set. is-aanwezig/aan/uit functie als eerste parameter is een veld/indicator om in te stellen. - + %1 is not supported in isset/set/unset operations %1 is niet ondersteund in is-aanwezig/aan/uit operaties - + isset has one parameter, a symbol to check. is-aanwezig heeft één parameter, een symbool om te controleren. - + set function needs 3 paramaters; symbol, value and expression. aan-functie heeft drie parameters; symbool waarde en expressie. - + unset function needs 2 paramaters; symbol and expression. uit-functie heeft twee parameters; symbool en expressie. - + estimate function expects model name as first parameter. schattingsfunctie verwacht modelnaam als eerste parameter. - + estimate function expects model name as first parameter schattingsfunctie verwacht modelnaam als eerste parameter - + estimate function expects parameter or duration as second parameter schattingsfunctie verwacht parameter of tijdsduur als tweede parameter - + function '%1' expects %2 parameter(s) not %3 functie '%1' verwacht %2 parameter(s) niet %3 - + unknown function %1 onbekende functie %1 - + unary negation on a string! unary ontkenning in een karakterreeks! - - + + variables must be numeric. variabelen moeten numeriek zijn. - + assignment must be to a symbol. toekenning moet aan een symbool gedaan worden. - + comparing strings with numbers vergelijken van karakterreeksen met getallen - + using a string operations with a number gebruik een karakterreeks met een getal - internal parser error: parms - interne parser fout: parms + interne parser fout: parms @@ -16459,8 +17666,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1 bestaat al in de training bibliotheek: %2 + %1 bestaat al in de training bibliotheek: %2 @@ -16557,7 +17768,7 @@ LocalFileStore - + You must define a network folder first Je moet eerst een netwerkmap definiëren @@ -16572,14 +17783,14 @@ Bestand %1 bestaat niet - - + + Completed. Voltooid. - - + + Write to folder %1 failed Schrijven naar Map %1 mislukt @@ -16588,12 +17799,12 @@ Lokale Opslag - + Local Store - + Sync with a local folder or thumbdrive. @@ -16752,7 +17963,7 @@ MainWindow - + Add Chart Inzicht Toevoegen @@ -16960,27 +18171,27 @@ TrainingPeaks Synchroniseren... - + &Tools &Tools - + CP and W' Estimator... CP en W' Schatten... - + CP and W' Solver... CP en W' Oplosser... - + Air Density (Rho) Estimator... Lucht Dichtheid (Rho) Schatting... - + VDOT and T-Pace Calculator... VDOT en T-Pace Calculator... @@ -16999,332 +18210,357 @@ - - Get &Body Measures... + + Upload Activity... - + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + Create a new workout... Training Creëeren... - + Download workouts from ErgDB... Trainingen Downloaden vanuit de ErgDB... - + Download workouts from Today's Plan... - + Import workouts, videos, videoSyncs... Trainingen, Videos, VideoSyncs Importeren... - + Scan disk for workouts, videos, videoSyncs... Harddisk Scannen naar Trainingen, Videos, VideoSyncs... - + Create Heat Map... Heat Map Creëeren... - + Export Metrics as CSV... Metingen Exporteren als CSV... - + Cloud Status... - + Cloud Contributions Cloud Bijdrages - + Maintain charts Inzichten Onderhoud - + Cloud Curator Cloud Curator - + Curate charts Inzichten Beter Maken - + &Options... &Opties... - + &Edit &Bewerken - + &View &Overzicht - - + + Toggle Full Screen Wissel Volledig Scherm - + Show Left Sidebar Toon Linker Zijbalk - + Show Compare Pane Toon Vergelijkingsspanel - + Show Toolbar Toon Werkbalk - + Show Athlete Tabs Toon Atleet Tabs - + Activities Activiteiten - + Trends - + Train - + Diary Kalender - + Upload Chart... Inzicht Uploaden... - + Download Chart... Inzicht Downloaden... - + Reset Layout - + Tabbed not Tiled Tabbladen geen Tegels - + &Help - + &Help Overview &Help Overzicht - + &User Guide &Gebruikershandleiding - + &Log a bug or feature request &Meld een bug of een functie verzoek - + &Discussion and Support Forum &Discussie en Support Forum - + &About GoldenCheetah &Over GoldenCheetah - - - + + + Activity Import Activiteit Import - - - + + + Closing of athlete window not possible while background activity import is in progress... Sluiten van het atleet venster is niet mogelijk terwijl een achtergrond import-activiteit bezig is... - + You are about to reset all charts to the default setup Je gaat alle inzichten resetten naar de standaard setup - + Do you want to continue? Wil je doorgaan? - + Chart Import Inzicht Importeren - + Imported %1 metric charts %1 indicator inzichten geïmporteerd - + Select Activity Selecteer Activiteit - - + + No activity selected! Geen activiteit geselecteerd! - + Export Activity Exporteer Activiteit - + Export Failed Exporteren Mislukt - + Failed to export activity, please check permissions Exporteren van activiteit is mislukt, controleer de toegang permissie alsjeblieft - - + + Import from File Importeer vanuit Bestand - + No Activity To Save Geen Activiteit Om te Bewaren - + There is no currently selected activity to save. Er is nu geen activiteit geselecteerd om te bewaren. - - + - + + Split Activity Splits Activiteit - - + + No activity selected Geen Activiteit geselecteerd - + Current activity contains no data to split Huidige activiteit bevat geen data om te splitsen - + Current activity contains no data to merge Huidige activiteit bevat geen data om samen te voegen - + Delete Activity Activiteit &Verwijderen - + Are you sure you want to delete the activity: Ben je zeker van het verwijderen van activiteit: - + Delete Verwijderen - - + + &New Athlete... &Nieuwe Atleet... - - + + Ctrl+N - + Refresh in Progress Bezig met Verversen - + Export Metrics Exporteer Metingen - + Comma Separated Variables (*.csv) Komma-gescheiden Variabelen (*.csv) - - + + Workout Directory Invalid Training Map Ongeldig - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -17333,17 +18569,17 @@ Controleer je voorkeur instellingen alsjeblieft. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team Huidige atleet is niet geregistreerd as curator - neem contact op met het GoldenCheetah team alsjeblieft - + Changes on Wijzigingen op @@ -17522,8 +18758,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 Selectie #%1 @@ -17544,18 +18784,18 @@ MaxCT - + Max Core Temperature Max Kerntemperatuur - - + + C C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Maximum Kerntemperatuur. De lichaamstemperatuur schatting is gebaseerd op HR data @@ -17563,18 +18803,18 @@ MaxCadence - + Max Cadence Max Cadans - - + + rpm rpm - + Maximum Cadence Maximum Cadans @@ -17582,18 +18822,18 @@ MaxHr - + Max Heartrate Max Hartslag - - + + bpm bpm - + Maximum Heart Rate. Maximum Hartslag. @@ -17620,18 +18860,18 @@ MaxPower - + Max Power Max Vermogen - - + + watts watts - + Maximum Power Maximum Vermogen @@ -17639,12 +18879,12 @@ MaxPowerVariance - + Max Power Variance Max Vermogen Variantie - + Maximum Power Deviation with respect to 30sec Moving Average Maximum Vermogensafwijking met inachtneming van een 30sec Voortschrijdend Gemiddelde @@ -17671,18 +18911,18 @@ MaxSmO2 - + Max SmO2 Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Maximum Spier Zuurstofverzadiging, het percentage van hemoglobine dat zuurstof vervoert. @@ -17690,22 +18930,22 @@ MaxSpeed - + Max Speed Max Snelheid - + kph kph - + mph mph - + Maximum Speed Maximum Snelheid @@ -17713,22 +18953,22 @@ MaxTemp - + Max Temp Max Temp - + C C - + F F - + Maximum Temperature Maximum Temperatuur @@ -17755,18 +18995,18 @@ MaxtHb - + Max tHb Max tHb - - + + g/dL g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Maximum totaal hemoglobine concentratie. Het totaal aantal grammen hemoglobine per deciliter. @@ -17774,17 +19014,45 @@ MeanPowerVariance - + Average Power Variance Average Vermogen Variantie - + Mean Power Deviation with respect to 30sec Moving Average Gemiddelde Vermogensafwijking met inachtneming van 30sec Voortschrijdend Gemiddelde + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan + + + + + CSV Upload + + + + + Unknown + Onbekend + + + MergeActivityWizard @@ -17795,22 +19063,26 @@ MergeAdjust - + Adjust Alignment Uitlijning Aanpassen - Adjust merge alignment in time - Uitlijning samenvoegen aanpassen in de tijd + Uitlijning samenvoegen aanpassen in de tijd + + + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + - + Adjust: Aanpassen: - + Reset Reset @@ -17818,32 +19090,32 @@ MergeChoose - + Choose an Activity Kies een Activiteit - + Choose an Existing activity to Combine Kies een Bestaande activiteit om Samen te voegen - + Filename Bestandsnaam - + Date Datum - + Time Tijd - + dd MMM yyyy dd MMM yyyy @@ -17851,17 +19123,17 @@ MergeConfirm - + Confirm Bevestig - + Complete and Save Voltooi en Bewaar - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -17876,17 +19148,17 @@ MergeDownload - + Download Activity Download Activiteit - + Download Activity to Combine Download Activiteit om te Combineren - + Error - Unknown file type Fout - onbekend bestandstype @@ -17894,32 +19166,32 @@ MergeMode - + Select Mode Selecteer Modus - + How would you like to combine the data ? Hoe wil je de data combineren? - + Merge Data to add another data series Data samenvoegen om andere datareeksen toe te voegen - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Datareeksen samenvoegen van een opname met de huidige activiteit waar verschillende datatypes (b.v. O2 data van een Moxy) zijn opgenomen door verschillende apparaten. Met inachtname van het in-lijn houden van de data in de tijd. - + Join Data to form a longer activity Data samenvoegen om een langere activiteit te vormen - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Onderaan toevoegen van data aan de huidige activiteit om één langere activiteit te vormen van een opname in verschillende stukken. @@ -17927,75 +19199,91 @@ MergeSelect - + Merge Data Series Datareeksen Samenvoegen - + Select the series to merge together Selecteer de reeksen om samen te voegen + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Selecteer Bron - + Where is the data you want to combine ? Waar is de data die je wilt combineren? - + Import from a File Importeer vanuit Bestand - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Importeer en voeg samen vanuit een bestand op je harddisk of je apparaat als USB disk om deze samen te voegen met de huidige activiteit. - + Download from Device Download van apparaat - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Download data van een seriële poort apparaat zoals een Moxy Zuurstof Monitor of een fietscomputer om deze samen te voegen met de huidige activiteit. - + Existing Activity Bestaande Activiteit - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. Voeg data samen van een activiteit welke al geïmporteerd is of gedownload is in GoldenCheetah. Selecteer van een lijst van alle beschikbare activiteiten. - + All Supported Formats (%1) Alle Ondersteunde Formaten (%1) - + All files (*.*) Alle bestanden (*.*) - + Import from File Importeer vanuit Bestand - + Error - Unknown file type Fout - onbekend bestandstype @@ -18003,52 +19291,52 @@ MergeStrategy - + Select Strategy Selecteer Strategie - + How should we align the data ? Hoe zullen we de data in lijn met elkaar brengen? - + Align using start time In lijn brengen met gebruikmaking van dezelfde starttijd - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. In lijn brengen van de data van twee activiteiten gebaseerd op de starttijd van de activiteiten. Dit zal goed werken als apparaten gebruikt zijn die hun tijdklokken gesynchroniseerd hebben / bijna gelijklopen. - + Align using shared data series In lijn brengen met gebruikmaking van gedeelde datareeksen - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Als twee activiteiten beide dezelfde datareeksen bevatten, bijvoorbeeld wanneer beide apparaten cadans of HR data opnemen, dan kunnen we ze in lijn brengen door de pieken en dalen samen te brengen in de gedeelde data. - + Align starting together In lijn brengen door samen te starten - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Ongeacht het tijdstempel in de activiteit, breng beide activiteiten in lijn met dezelfde starttijd. - + Align ending together In lijn brengen met gebruikmaking van dezelfde eindtijd - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Ongeacht het tijdstempel in de activiteit, breng beide activiteiten in lijn met dezelfde eindtijd. @@ -18056,17 +19344,17 @@ MergeWelcome - + Combine Activities Breng Activiteiten in Lijn - + Lets get started Laten we beginnen - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18078,22 +19366,22 @@ MetadataPage - + Fields Velden - + Notes Keywords Sleutelwoorden - + Defaults Standaarden - + Processing Verwerken @@ -18101,22 +19389,22 @@ MetricConfig - + Custom Aangepast - + Bests Beste - + Summary Samenvatting - + Intervals Intervallen @@ -18124,18 +19412,18 @@ MinHr - + Min Heartrate Min Hartslag - - + + bpm bpm - + Minimum Heart Rate. Minimum Hartslag. @@ -18143,18 +19431,18 @@ MinSmO2 - + Min SmO2 Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Minimum Spier Zuurstofverzadiging, het percentage van hemoglobine dat zuurstof vervoert. @@ -18162,22 +19450,22 @@ MinTemp - + Min Temp Min Temp - + C C - + F F - + Minimum Temperature Minimum Temperatuur @@ -18204,18 +19492,18 @@ MintHb - + Min tHb Min tHb - - + + g/dL g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Minimum totaal hemoglobine concentratie. Het totaal aantal grammen hemoglobine per deciliter. @@ -18223,473 +19511,375 @@ ModelDataProvider - Power (watts) - Vermogen (Watts) + Vermogen (Watts) - Cadence (rpm) - Cadans (rpm) + Cadans (rpm) - Heartrate (bpm) - Hartslag (bpm) + Hartslag (bpm) - Speed (kph) - Snelheid (kph) + Snelheid (kph) - Speed (mph) - Snelheid (mph) + Snelheid (mph) - Altitude (meters) - Hoogte (meters) + Hoogte (meters) - Altitude (feet) - Hoogte (voet) + Hoogte (voet) - Torque (N) - Koppel (N) + Koppel (N) - Elapsed Time (secs) - Verstreken Tijd (secs) + Verstreken Tijd (secs) - Elapsed Distance (km) - Verstreken Afstand (km) + Verstreken Afstand (km) - Elapsed Distance (mi) - Verstreken Afstand (mi) + Verstreken Afstand (mi) - Interval Number - Interval Nummer + Interval Nummer - Latitude (degree x 1000) - Breedtegraad (graden x 1000) + Breedtegraad (graden x 1000) - Longitude (degree x 1000) - Lengtegraad (graden x 1000) + Lengtegraad (graden x 1000) - Circumferential Pedal Velocity (cm/s) - Pedaal Omtreksnelheid (cm/s) + Pedaal Omtreksnelheid (cm/s) - Average Effective Pedal Force (N) - Gemiddelde Effectieve Pedaalkracht (N) + Gemiddelde Effectieve Pedaalkracht (N) - Time at X/Y (%) - Tijd bij X/Y (%) + Tijd bij X/Y (%) - Power Zone - Vermogenszone + Vermogenszone - L/R Balance - L/R Balans + L/R Balans - Running Vertical Oscillation - Hardlopen Verticale Oscillatie + Hardlopen Verticale Oscillatie - Running Ground Contact Time - Hardlopen Grondcontacttijd + Hardlopen Grondcontacttijd - Running Cadence - Hardlopen Cadans + Hardlopen Cadans - Gear Ratio - Versnellingsratio + Versnellingsratio - Muscle Oxygen - Spier Zuurstofgehalte + Spier Zuurstofgehalte - Haemoglobin Mass - Hemoglobine Massa + Hemoglobine Massa - Slope (gradient) - Helling + Helling - Unknown - Onbekend + Onbekend - Power - Vermogen + Vermogen - Cadence - Cadans + Cadans - Heartrate - Hartslag + Hartslag - Speed - Snelheid + Snelheid - Altitude - Hoogte + Hoogte - Pedal Force - Pedaalkracht + Pedaalkracht - Time - Tijd + Tijd - Distance - Afstand + Afstand - Interval - Interval + Interval - Latitude - Breedtegraad + Breedtegraad - Longitude - Lengtegraad + Lengtegraad - Time at X/Y - Tijd bij X/Y + Tijd bij X/Y - Zone - Zone + Zone - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - Balans + Balans - RV - RV + RV - GCT - GCT + GCT - Run Cad - Hardloop Cad + Hardloop Cad - Gear - Uitrusting + Uitrusting - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - Helling + Helling - None - Geen + Geen - No data or bin size too large - geen data of bin-breedte te groot + geen data of bin-breedte te groot ModelWindow - Power - Vermogen + Vermogen - Cadence - Cadans + Cadans - Heartrate - Hartslag + Hartslag - Speed - Snelheid + Snelheid - Altitude - Hoogte + Hoogte - Torque - Koppel + Koppel - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Tijd + Tijd - Distance - Afstand + Afstand - Slope - Helling + Helling - - Latitude - - - - Longitude - Lengtegraad + Lengtegraad - L/R Balance - L/R Balans + L/R Balans - Running Vertical Oscillation - Hardlopen Verticale Oscillatie + Hardlopen Verticale Oscillatie - Running Cadence - Hardlopen Cadans + Hardlopen Cadans - Running GCT - Hardlopen GCT + Hardlopen GCT - Gear Ratio - Versnellingsratio + Versnellingsratio - Muscle Oxygen - Spier Zuurstofgehalte + Spier Zuurstofgehalte - Haemoglobin Mass - Hemoglobine Massa + Hemoglobine Massa - Analyse - Analyse + Analyse - X-Axis: - X-As: + X-As: - Y-Axis: - Y-As: + Y-As: - Z-Axis: - Z-as: + Z-as: - - Time at X&Y - Tijd bij X&Y + Tijd bij X&Y - Color: - Kleur: + Kleur: - Power Zone - Vermogenszone + Vermogenszone - Bin Width: - Bin Breedte: + Bin Breedte: - Bar - Bar + Bar - Grid - Raster + Raster - Surface - Opervlak + Opervlak - Dots - Punten + Punten - Ignore Zero - Negeer Nul + Negeer Nul - Show Grid - Toon Raster + Toon Raster - Frame Intervals - Kader Intervallen + Kader Intervallen - Legend - Legenda + Legenda - User Defined - Gebruiker Gedefinieerd + Gebruiker Gedefinieerd - Natural Cadence Selection - Natuurlijke Cadans Selectie + Natuurlijke Cadans Selectie - Route Visualisation - Route Visualisatie + Route Visualisatie - Power Fatigue - Vermogen Vermoeidheid + Vermogen Vermoeidheid - Impact of Altitude - Invloed van Hoogte + Invloed van Hoogte @@ -18834,20 +20024,12 @@ MultiDeviceDialog - + Multiple Device Configuration Meerdere Apparaten Configuratie - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - Iso Power is een schatting van het vermogen dat je had kunnen vasthouden tegen dezelfde fysiologische inspanning als je geleverde vermogen perfect constant was geweest. - - - NamedSearches @@ -18868,27 +20050,27 @@ NavigatorCellDelegate - + Date Datum - + MMM d, yyyy MMM d, yyyy - + Time Tijd - + Last updated Laatst Gewijzigd - + ddd MMM d, yyyy hh:mm ddd MMM d, yyyy hh:mm @@ -19097,18 +20279,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Hartslag - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values Hartslag bij welke 95% van de activiteit gegevens lagere HR waarden hebben @@ -19116,18 +20298,18 @@ NonZeroPower - + Nonzero Average Power Niet-nul Gemiddeld Vermogen - - + + watts watts - + Average Power without zero values, it gives inflated values when frecuent coasting is present Gemiddelde Vermogen zonder nul-waarden, wat resulteert in hogere waarde als regelmatig gefreewheeld wordt @@ -19135,235 +20317,363 @@ OAuthDialog - + OAuth OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. SSL Security Libraries verplicht voor de 'Authorise' bestaan niet in deze installatie. - - - + + Authorization Error Autorisatie Fout - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Fout bij het ophalen van OAuth referenties - Endpoint: /oauth/access_token + Fout bij het ophalen van OAuth referenties - Endpoint: /oauth/access_token - Twitter authorization was successful. - Twitter autorisatie was succesvol. + Twitter autorisatie was succesvol. - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information Informatie - Error in authorization - Fout in de autorisatie + Fout in de autorisatie - There was an error during authorization. Please check the error description. - Er was een fout gedurende de autorisatie. Controleer de foutomschrijving alsjeblieft. + Er was een fout gedurende de autorisatie. Controleer de foutomschrijving alsjeblieft. - + Error retrieving authoriation credentials Fout bij het ophalen van de autorisatie referenties - + Dropbox authorization was successful. Dropbox autorisatie was succesvol. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. Strava autorisatie was succesvol. - + Cycling Analytics authorization was successful. Cycling Analytics autorisatie was succesvol. - + Google Calendar authorization was successful. Google Calendar autorisatie was succesvol. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. Google Drive autorisatie was succesvol. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Voltooid + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC PMC - + Sport Sport - + Workout Code Trainingscode - + Duration - + Notes Aantekeningen - - HRV + + HRV rMSSD - + Heartrate Hartslag - + Heartrate Zones Hartslagzones - + Climbing - + Cadence Cadans - + Equivalent Power - + RPE RPE - + Stress Stress - + Fatigue Zones - + Intervals Intervallen - + Intensity Intensiteit - + Power Vermogen - + Power Zones Vermogenszones - + Power Model - + Distance Afstand - + Speed Snelheid - + Pace Zones Tempozones - + Route Route + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19389,54 +20699,54 @@ PaceSchemePage - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Short Kort - + Long Lang - + Percent of CV Percentage van CV - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) @@ -19597,27 +20907,27 @@ PaceZonePage - + Sport Sport - + Run Hardlopen - + Swim Zwemmen - + Critical Velocity Kritische Snelheid - + Default Standaard @@ -19861,136 +21171,136 @@ Openen bestand mislukt - + Zone defaults must be specified at head of %1 file Zone standaarden moeten gespecificeerd zijn in het begin van bestand %1 - + Only one set of zone defaults may be specified in %1 file Maar één set van zone standaarden mag gespecificeerd zijn in bestand %1 - + line %1: read new range without reading any zones for previous one Regel %1: lees nieuwe range zonder zones te lezen van de vorige - + line %1: read zone without preceding date range regel %1: lees zone zonder voorgaande datum range - - + + attempt to set zone based on % of CV without setting CV in line number %1. poging om de zone in te stellen op % van CV zonder het instellen van CV in regelnummer %1. - + file ended without reading any zones for last range bestand eindigt zonder dat er zones gelezen konden worden voor de laaste range - + Setting end date of range %1 to start date of range %2. Instellen van de einddatum van de range %1 op startdatum van de range %2. - + Extending final range %1 to infinite to include present date. Uitbreiding van de eind range %1 op oneindig om vandaag te betrekken. - + CV must be greater than zero in zone range %1 of %2 CV moet groter zijn dan nul in zone range %1 van %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Range %1: top van zone %2 afgestemd (%3) op onderkant van de zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Range %1: top van de zone %2 ingesteld van %3 naar MAX. - + Critical Velocity: %3%4 (%2%1) Kritische Snelheid: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Beschrijving</td> - + <td align="center">Low (%1)</td> <td align="center">Laag (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Hoog (%1)</td> - + <td align="center">Time</td> <td align="center">Tijd</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones Probleem bij het Bewaren van Tempozones - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. - - + + min/100m min/100m - - + + min/100yd min/100yd - - + + min/km min/km - - + + min/mile min/mijl @@ -20206,6 +21516,146 @@ + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr8m + + + 8 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr90m + + + 90 min Peak Hr + + + + + + bpm + bpm + + + PeakPace10m @@ -21415,12 +22865,12 @@ Voltooid. - + PolarFlow - + Download from the popular Polar website. @@ -21429,185 +22879,200 @@ PowerHist - + Time (minutes) Tijd (minuten) - + Time (percent) Tijd (procent) - - - - - + + + + + seconds seconden - - - - + + + + minutes minuten - + Total %1 (%2) Totaal %1 (%2) - + Total %1 Totaal %1 - + %1 of Activity (%2) %1 van Activiteit (%2) - + %1 of Activity %1 van Activiteit - + W'bal zone W'bal zone - + W'Bal Consumed (%) W'Bal Verbruikt (%) - - + + Power zone Vermogenszone - + Power (watts) Vermogen (watts) - + Power (watts/kg) Vermogen (watts/kg) - + Heartrate zone Hartslagzone - + Heartrate (bpm) Hartslag (bpm) - + aPower (watts) aPower (watts) - + Cadence (rpm) Cadans (rpm) - + Pace zone Tempozone - + Speed (%1) Snelheid (%1) - + kph kph - + mph mph - + Torque (%1) Koppel (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio Versnellingsratio - + SmO2 SmO2 - + Unknown data series Onbekende datareeks - - + + % % - + min/km min/km - + min/mile min/mijl - - + + %1 Pace (%2) %1 Tempo (%2) - + min/100m min/100m - + min/100yd min/100yd + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -21756,48 +23221,64 @@ ProcessorPage - + Processor Processor - + Apply Toepassen - + Settings Instellingen - + Manual Handmatig - + Import Bij Import - + Save Bewaar + PythonChart + + + Show Console + Toon Console + + + + PythonConsole + + + Python Console (%1) + + + + QObject - - + + MMM dd yyyy MMM dd yyyy - + All Alles @@ -21899,62 +23380,44 @@ Probleem tijdens Opslag van Zoekconfiguratie met een naam - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - Onbekend + Onbekend - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -21964,13 +23427,14 @@ Probleem bij het Bewaren van Routedata - + Problem Saving Seasons Probleem bij het Bewaren van Seizoenen - - + + + Lap %1 Ronde %1 @@ -22070,7 +23534,7 @@ Probleem tijdens Opslag van de Auto-importeer Configuratie - + Unsupported file format Niet ondersteund bestandsformaat @@ -22085,65 +23549,258 @@ FOUT: tijdens creëren meter - + Rest - + Very, very easy - + Easy - + Moderate - + Somewhat hard - + Hard - + Hard+ - + Very hard - + Very hard+ - + Very hard++ - + Maximum - + Invalid + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 1 + + + + 2 A Little Fatigued + + + + + 3 + 3 + + + + 4 + 4 + + + + 5 Moderately Fatigued + + + + + 6 + 6 + + + + 7 Very fatigued+ + + + + + 8 + 8 + + + + 9 + 9 + + + + 10 Total Fatigue, Nothing Left + + + + + Problem Saving HRV Measurements + + + + + Problem Reading HRV Measurements + + + + + Problem Parsing HRV Measurements + + + + + Developer limit exceeded + + + + + Monthly free plan limit exceeded + + + + + Bad request + + + + + Gateway Timeout + + + + + Networkerror: %1 + + + + + Distance %1 + + + + + Location %1 + + + + + Time %1 + + + + + HeartRate %1 + + + + + Python not installed or in path + + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + + + + + The version of R installed is too old. You must have R version 3.4 or higher. + + + + + + The version of R installed is too new. You must have R version 3.3 or older. + + + RChart @@ -22202,205 +23859,220 @@ RealtimeData - + None Geen - + Time Tijd - + Lap Ronde - + Lap Time Rondetijd - + Lap Time Remaining Resterende Rondetijd - + + Section Time Remaining + + + + BikeStress BikeStress - + kJoules kJoules - + W' bal W' bal - + XPower XPower - + Iso Power Genormaliseerd Vermogen - + Intensity Factor Intensity Factor - + Relative Intensity Relative Intensity - + Skiba Variability Index Skiba Variability Index - + Variability Index Variability Index - + Distance Afstand - + Alternate Power Alternatief Vermogen - + Power Vermogen - + Speed Snelheid - + Virtual Speed Virtuele Snelheid - + Cadence Cadans - + Heart Rate Hartslag - + Target Power Doelvermogen - + Average Power Gemiddelde Vermogen - + Average Speed Gemiddelde Snelheid - + Average Heartrate Gemiddelde Hartslag - + Average Cadence Gemiddelde Cadans - + Lap Power Ronde Vermogen - + Lap Speed Ronde Snelheid - + Lap Heartrate Ronde Hartslag - + Lap Cadence Ronde Cadans - + Left/Right Balance Left/Right Balans - + Total Hb Mass Totale Hb Massa - + Hb O2 Saturation Hb O2 Verzadiging - + Deoxy Hb Deoxy Hb - + Oxy Hb Oxy Hb - + Left Torque Effectiveness Linker Koppel Effectiviteit - + Right Torque Effectiveness Rechter Koppel Effectiviteit - + Left Pedal Smoothness Linker Pedaal Gelijkmatigheid - + Right Pedal Smoothness Rechter Pedaal Gelijkmatigheid - + Slope Helling + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -22573,12 +24245,12 @@ RemotePage - + Action Actie - + ANT+ Command ANT+ Commando @@ -22602,17 +24274,17 @@ RenameIntervalDialog - + Rename Intervals Intervallen Herbenoemen - + &OK &OK - + &Cancel &Annuleren @@ -22681,22 +24353,22 @@ RideCache - + Can't rename %1 to %2 in %3 Herbenoemen %1 naar %2 in %3 is mislukt - + Problem Saving Ride Cache Probleem bij het Bewaren van Rit Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. - + seconds seconden @@ -23069,478 +24741,476 @@ RideFile - + Run Hardlopen - + Swim Zwemmen - + Time Tijd - + Cadence Cadans - + Heartrate Hartslag - + Distance Afstand - + Speed Snelheid - + Acceleration Versnelling - + Power %1 Vermogen %1 - + Cadence %1 Cadans %1 - + Torque %1 Koppel %1 - + Heartrate %1 Hartslag %1 - + Torque Koppel - + Power Vermogen - + xPower xPower - + aPower aPower - + aTISS aTISS - + anTISS anTISS - + Iso Power Genormaliseerd Vermogen - + Altitude Hoogte - + Longitude Lengtegraad - + Latitude Breedtegraad - + Headwind Tegenwind - + Slope Helling - + Temperature Temperatuur - + Left/Right Balance Left/Right Balans - + Left Torque Efficiency Linker Koppel Efficiëntie - + Right Torque Efficiency Rechter Koppel Efficiëntie - + Left Pedal Smoothness Linker Pedaal Gelijkmatigheid - + Right Pedal Smoothness Rechter Pedaal Gelijkmatigheid - + Left Platform Center Offset Linker Platform Middelpunt Offset - + Right Platform Center Offset Rechter Platform Middelpunt Offset - + Left Power Phase Start Linker Vermogensfase Start - + Right Power Phase Start Rechter Vermogensfase Start - + Left Power Phase End Linker Vermogensfase Eind - + Right Power Phase End Rechter Vermogensfase Eind - + Left Peak Power Phase Start Linker Piekvermogensfase Start - + Right Peak Power Phase Start Rechter Piekvermogensfase Start - + Left Peak Power Phase End Linker Piekvermogensfase Eind - + Right Peak Power Phase End Rechter Piekvermogensfase Eind - - + + Interval Interval - + VAM VAM - + Watts per Kilogram Watts Per Kilogram - + W' balance W' Balans - + SmO2 SmO2 - + THb THb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation Verticale Oscillatie - + Run Cadence Hardloopcadans - + GCT GCT - + Gear Ratio Versnellingsratio - + W' Consumed W'Bal Verbruikt - + Sample Index Sample Index - + R-R - - + + Unknown Onbekend - - + + seconds seconden - + rpm rpm - + rpm/s rpm/s - + bpm bpm - + bpm/s bpm/s - + km km - + miles mijlen - - + + kph kph - + mph mph - + m/s/s m/s/s - + N N - + N/s N/s - - - - + + + + watts watts - + watts/s watts/s - - + + TISS TISS - + metres meters - + feet voet - + lon leng - + lat bree - - - - - - - + + + + + + + % - + °C °C - - - - - - - - + + + + + + + + ° ° - - + + mm mm - + meters per hour meters per uur - + watts/kg watts/kg - + joules joules - + g/dL g/dL - + spm spm - + cm cm - + ms ms - + ratio ratio - Invalid File Name - Ongeldige Bestandsnaam + Ongeldige Bestandsnaam - Invalid date/time in filename: %1 Skipping file... - Ongeldige datum/tijd in bestand: + Ongeldige datum/tijd in bestand: %1 Bestand overgeslagen... - + Wheelsize Wielmaat @@ -23548,107 +25218,107 @@ RideFileInterval - + ALL ALLES - + DEVICE APPARAAT - + USER GEBRUIKER - + PEAK PACE PIEKTEMPO - + PEAK POWER PIEKVERMOGEN - + SEGMENTS SEGMENTEN - + CLIMBING KLIMMEN - + EFFORTS INSPANNINGEN - + The entire activity De complete activiteit - + Device specific intervals Apparaat specifieke intervallen - + User defined laps or marked intervals Gebruikers gedefinieerde rondes of gemarkeerde intervallen - + Peak pace for running and swimming Piek tempo voor hardlopen en zwemmen - + Peak powers for cycling 1s thru 1hr Piekvermogens voor fietsen 1s t/m 1hr - + Route segments using GPS data Route segmenten met gebruikmaking van GPS data - + Ascents for hills and mountains Beklimmingen voor heuvels en bergen - + Sustained efforts and matches using power Langdurige inspanningen en matches met gebruik van vermogen - + Peak Piek - + Find Zoek - + Match Match - + Climb Klim - + Best Beste @@ -23829,159 +25499,159 @@ RideImportWizard - + Directory Map - + Import Rule Importeer Regel - + Directory Status Map Status - + No import Geen import - + No directory Geen Map - + Directory not available Map niet beschikbaar - + Directory not readable Map niet leesbaar - + %1 files for import selected %1 bestanden voor import geslecteerd - + No files in requested time range Geen bestanden in gevraagde periode - + No activity files found Geen activiteitsbestanden gevonden - + Select Date... Selecteer een Datum... - + Today Vandaag - + Last Monday Vorige Maandag - + Last Tuesday Vorige Dinsdag - + Last Wednesday Vorige Woensdag - + Last Thursday Vorige Donderdag - + Last Friday Vorige Vrijdag - + Last Saturday Vorige Zaterdag - + Last Sunday Vorige Zondag - + Choose Date Kies Datum - + Cancel Annuleren - - - + + + Abort Afbreken - + Import Files Bestanden Importeren - + Filename Bestandsnaam - + Date Datum - + Time Tijd - + Duration Tijdsduur - + Distance Afstand - + Import Status Importeer Status - + Step 1 of 4: Check file permissions Stap 1 van 4: Controleer bestandseigenschappen - + Error - File does not exist. @@ -23990,164 +25660,179 @@ Fout - bestand bestaat niet. - + Error - Not a file. Fout - niet een bestand. - + Error - File is not readable. Fout - bestand is niet leesbaar. - + + Error - Opendata summary. + + + + + undefined + + + + Queued In wachtrij gezet - + Error - Unknown file type Fout - onbekend bestandstype - + Step 2 of 4: Validating Files Stap 2 van 4: Bestanden Valideren - - - - - + + + + + Error Fout - + Parsing... Parsing... - + Validated Gevalideerd - + Warning - Waarschuwing - - - + + ; ; - + Error - Fout - - + Step 3 of 4: %1 ride(s) are missing the date and time. Stap 3 van 4: %1 rit(ten) hebben geen datum en tijd. - + Step 3 of 4: Change Date/Time or Save to continue. Stap 3 van 4: Wijzig Datum/Tijd of Bewaar om verder te gaan. - + Save Bewaar - + No files for automatic import selected. Geen bestanden foor auto-import geslecteerd. - - - + + + Finish Finish - + Invalid Selection Ongeldige Selectie - + More than 24hrs of activities to fit into a day Meer dan 24hrs aan activiteiten om in een dag te plaatsen - + Auto Import Auto Import - + Automatic import from defined directories is completed. Auto-import van de gedefinieerde mappen is voltooid. - + Step 4 of 4: Save to Library Step 4 van 4: Bewaar in de Bibliotheek - + Saving... Bewaren... - + Error - Activity file exists Fout - Activiteitenbestand bestaat al - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed Fout - kopiëren van %1 naar auto-import map mislukt - + + Processing... + Verwerken... + + + Saving file... Bestand Bewaren... - + File Saved Bestand Bewaard - + Error - Moving %1 to activities folder Fout - Tijdens verplaatsen %1 naar activiteiten map - + Error - .JSON creation failed Fout - JSON creatie mislukt - + Error - Import of activitiy file failed Fout - Importeren van activiteit bestand is mislukt - + Import Complete. %1 of %2 successful. Import Voltooid %1 van %2 succesvol. @@ -24155,128 +25840,128 @@ RideItem - + Entire Activity Volledige Activiteit - + 1 second 1 seconde - + 5 seconds 5 seconden - - + + 10 seconds 10 seconden - - + + 15 seconds 15 seconden - - + + 20 seconds 20 seconden - - + + 30 seconds 30 seconden - - + + 1 minute 1 minuut - - + + 5 minutes 5 minuten - - + + 10 minutes 10 minuten - - + + 20 minutes 20 minuten - - + + 30 minutes 30 minuten - - + + 45 minutes 45 minuten - - + + 1 hour 1 uur - + %1 (%2 watts) %1 (%2 watts) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE van %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% INSPANING van %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) L%3 SPRINT van %1 secs (%2 watts) - + Climb %1 Klim %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3w %4 kJ) - + TE MATCH TE MATCH - + MATCH MATCH @@ -24284,87 +25969,108 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google Google - Bing - Bing + Bing - + Map Kaart - + Show Markers Toon Markeringen - + Show Full Plot Toon Volledig Overzicht - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings Open Street Map - aangepaste Tile Server instellingen - + Tile server Tile server - + Tile server URL Tile server URL - + OpenStreetMap (default) OpenStreetMap (standaard) - + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + Interval + + OpenCycleMap - OpenCycleMap + OpenCycleMap - Mapquest - Mapquest + Mapquest - Custom - Aangepast + Aangepast - + Intervals Intervallen - + Route Route - + No GPS Data Present Geen GPS Data Aanwezig @@ -24372,12 +26078,12 @@ RideMetadata - + Problem Saving Meta Data Probleem bij het Bewaren van Meat Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. @@ -24386,57 +26092,57 @@ RideNavigator - + *|Workout Code|Date| *|Trainingscode Code|Datum| - + File Bestand - + Last updated Laatst Gewijzigd - + Date Datum - + Time Tijd - + Config Checksum Configuratie Checksom - + Remove Column Kolom Verwijderen - + Column Chooser Kolommenkiezer - + Do Not Show in Groups Niet In Groepen Tonen - + Show In Groups In Groepen Tonen @@ -24454,313 +26160,287 @@ Periode - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> - <h3>Modeling<br>%1</h3> - <h3>Modelleren<br>%1</h3> + <h3>Modelleren<br>%1</h3> - + %2 on %1 vs %4 on %3 %2 op %1 vs %4 op %3 - - - + + + dd MMM yy dd MMM yy - + %2 on %1 vs %3 others %2 op %1 vs %3 anderen + - Compare Vergelijk - + %1 vs %2 - + %1 vs %2 others %1 vs %2 anderen - + Summary Samenvatting - + dddd MMMM d, yyyy, hh:mm dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy dddd MMMM d yyyy - + <p>Couldn't read file " <p>Bestand onleesbaar " - + Device Type: Apparaattype: - - + + Totals Totalen - - + + Averages Gemiddelden - - + + Maximums - + Metrics Indicatoren - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - + + + ^(Average|Max) - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds seconden - + W' W' - + CP CP - - + + watts watts - - + + w/kg w/kg - + FTP (watts) FTP (watts) - + FTP (w/kg) FTP (w/kg) - + P-max P-max - + <h3>Athlete Bests</h3> <h3>Atleet Besten</h3> - + d MMM yyyy d MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Tempozones</h3> - - - + + + <h3>Power Zones</h3> <h3>Vermogenszones</h3> - - + + <h3>W'bal Zones</h3> <h3>W'bal zones</h3> - + <h3>Heart Rate Zones</h3> <h3>Hartslagzones</h3> - + Intervals Intervallen - + Interval Name Interval Naam - - - + + + %1 of %2 %1 van %2 - - + + ride rit - - + + rides ritten - - - + + + <td align="center">Date</td> <td align="center">Datum</td> - - - + + + <td align="center"></td> - - - + + + dd MMM yyyy dd MMM yyyy - - + + run hardlopen - - + + runs hardlopen - - + + swim zwemmen - - + + swims zwemmen - + <p><h2>Errors reading file:</h2><ul> <p><h2>Fouten bij lezen van bestand:</h2><ul> @@ -24773,21 +26453,21 @@ <br>FTP, BikeStress, IsoPower en IF zijn handelsmerken van Peaksware LLC</center> - - - - + + + + N/A NVT - + Metrics* Indicatoren* - - + + <h3>Heartrate Zones</h3> <h3>Hartslagzones</h3> @@ -24814,12 +26494,12 @@ - + RideWithGPS RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -24827,44 +26507,36 @@ RideWithGpsUploader - Ride With GPS - Ride With GPS + Ride With GPS - no credentials set for RideWithGps. Please check Settings. - geen referenties voor RideWithGps ingesteld. Controleer de Instellingen alsjeblieft. + geen referenties voor RideWithGps ingesteld. Controleer de Instellingen alsjeblieft. - Error uploading to RideWithGPS - Fout tijdens het uploaden naar RideWithGPS + Fout tijdens het uploaden naar RideWithGPS - Successfully uploaded to RideWithGPS - Succesvol geupload naar RideWithGPS + Succesvol geupload naar RideWithGPS - Upload... - Uploaden... + Uploaden... - Upload... Sending to RideWithGPS - Upload... Versturen naar RideWithGPS + Upload... Versturen naar RideWithGPS - Upload to RideWithGPS finished. - Upload naar RideWithGPS voltooid. + Upload naar RideWithGPS voltooid. - Error from RideWithGPS: - Fout tijdens het uploaden vanuit RideWithGPS: + Fout tijdens het uploaden vanuit RideWithGPS: @@ -24910,106 +26582,97 @@ PMC Stress Balans Vandaag - - + + kg - - + + lb - From Date - Vanaf Datum + Vanaf Datum - Weight - Gewicht - - - - Fat - + Gewicht - - Muscle - - - - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment Commentaar - - + + Update Update - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + + + MMM d, yyyy - hh:mm:ss + + + Time - Tijd + Tijd - + Source Bron - + Original Source - - MMM d, yyyy - MMM d, yyyy + MMM d, yyyy - + Manual entry @@ -25022,6 +26685,11 @@ "%1" + + Season + Seizoen + + &All Selected &Alle Geselecteerden @@ -25035,7 +26703,7 @@ Routes - + Route #%1 Route #%1 @@ -25089,7 +26757,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25100,22 +26768,22 @@ welke nog niet zijn bewaard. Ze zijn hieronder te zien. - + &Save and Exit &Bewaren en Verlaten - + &Discard and Exit &Weggooien en Verlaten - + &Cancel Exit &Annuleren en Verlaten - + Always check for unsaved changes on exit Altijd controle op niet bewaarde wijzigingen bij verlaten @@ -25123,12 +26791,12 @@ SaveSingleDialogWidget - + Save and Conversion Bewaren en Conversie - + WARNING You have made changes to @@ -25137,7 +26805,7 @@ Je hebt wijzigingen aangebracht aan - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -25148,22 +26816,22 @@ - + &Save and Convert &Bewaar en Converteer - + &Discard Changes &Wijzigingen Weggooien - + &Cancel Save &Annuleren Bewaren - + Always warn me about file conversions Altijd waarschuwen over bestandsconversies @@ -25241,9 +26909,13 @@ Lengtegraad (graden offset) - Circumferential Pedal Velocity (cm/s) - Pedaal Omtreksnelheid (cm/s) + Pedaal Omtreksnelheid (cm/s) + + + + Circumferential Pedal Velocity (m/s) + Pedaal Omtreksnelheid (m/s) @@ -25719,54 +27391,54 @@ SchemePage - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Short Kort - + Long Lang - + Percent of CP Percentage van CP - + Maximum of 10 zones reached. Maximum van 10 zones bereikt. - - + + New Nieuw - - + + New (%1) Nieuw (%1) @@ -25774,46 +27446,46 @@ SearchBox - - + + Search... Zoeken... - + Filter... Filter... - - + + Add to Named Filters Toevoegen aan Filters met een Naam - - + + Manage Filters Filters Beheren - - + + Column Chooser Kolommenkiezer - + and en - + Add new search Zoek Opnieuw - + Name: Naam: @@ -25827,75 +27499,113 @@ + Season + + + A + + + + + B + + + + + C + C + + + + D + + + + + E + + + + Seasons - - + + All Dates Alle Datums - + This Year Dit Jaar - + This Month Deze Maand - + Last Month Vorige Maand - + This Week Deze Week - + Last Week Vorige Week - + + Last 24 hours + + + + Last 7 days Laatste 7 dagen - + Last 14 days Laatste 14 dagen - + Last 21 days Laatste 21 dagen - + Last 28 days Laatste 28 dagen - + + Last 6 weeks + + + + Last 2 months Laatste 2 maanden - + Last 3 months Laatste 32 maanden - + Last 6 months Laatste 6 maanden - + Last 12 months Laatste 12 maanden @@ -25903,64 +27613,64 @@ SeasonsPage - - + + Name Naam - - + + Type Type - - + + From Vanaf - - + + To Tot - + + + - + - - - + Add Toevoegen - + Delete Verwijderen - + Up Op - + Down Neer - - - - + + + + ddd MMM d, yyyy ddd MMM d, yyyy @@ -25968,44 +27678,36 @@ SelfLoopsUploader - SelfLoops - Selfloops + Selfloops - no credentials set for SelfLoops. Please check Settings. - geen referenties voor SelfLoops ingesteld. Controleer de Instellingen alsjeblieft. + geen referenties voor SelfLoops ingesteld. Controleer de Instellingen alsjeblieft. - Error uploading to Selfloops - Fout tijdens het uploaden naar Selfloops + Fout tijdens het uploaden naar Selfloops - Successfully uploaded to Selfloops - Succesvol geupload naar Selfloops + Succesvol geupload naar Selfloops - Upload to Selfloops... - Upload naar Selfloops... + Upload naar Selfloops... - Upload... Sending to Selfloops - Upload... Versturen naar Selfloops + Upload... Versturen naar Selfloops - Upload to Selfloops finished. - Upload naar Selfloops voltooid. + Upload naar Selfloops voltooid. - Error from Selfloops: - Fout tijdens het uploaden vanuit Selfloops: + Fout tijdens het uploaden vanuit Selfloops: @@ -26026,12 +27728,12 @@ - + Selfloops Selfloops - + Upload and track your training and progress. @@ -26076,129 +27778,100 @@ ShareDialog - Share your activity - Deel je activiteit + Deel je activiteit - Choose which sites you wish to share on: - Kies op welke sites je wilt delen: + Kies op welke sites je wilt delen: - Strava - Strava + Strava - Ride With GPS - Ride With GPS + Ride With GPS - - Today's Plan - - - - Cycling Analytics - Cycling Analytics + Cycling Analytics - Selfloops - Selfloops + Selfloops - VeloHero - VeloHero + VeloHero - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - SportPlusHealth - SportPlusHealth + SportPlusHealth - Choose a name for your activity: - Kies een naam voor je activiteit: + Kies een naam voor je activiteit: - Choose which data series you wish to send: - Kies welke datareeksen je wilt sturen: + Kies welke datareeksen je wilt sturen: - Altitude - Hoogte + Hoogte - Power - Vermogen + Vermogen - Cadence - Cadans + Cadans - Heartrate - Hartslag + Hartslag - Private - Privé + Privé - Commute - Forens + Forens - Trainer - Trainer + Trainer - &Upload Activity - &Activiteit Uploaden + &Activiteit Uploaden - &Close - &Sluit + &Sluit - No share site selected ! - Geen deelsite geselecteerd ! + Geen deelsite geselecteerd ! - This activity is marked as already on %1. Are you sure you want to upload it? - Deze activiteit is gemarkeerd als bestaand op %1. Ben je er zeker van dat je deze wilt uploaden? + Deze activiteit is gemarkeerd als bestaand op %1. Ben je er zeker van dat je deze wilt uploaden? - OK - OK + OK - Cancel - Annuleren + Annuleren @@ -26229,23 +27902,23 @@ - - + + Completed. Voltooid. - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -26603,7 +28276,7 @@ - + Confirm Bevestig @@ -26613,7 +28286,7 @@ Splitsen van een activiteit kan niet ongedaan gemaakt worden - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -26622,22 +28295,22 @@ Ben je er zeker van dat je verder wilt gaan? - + Removed Verwijderd - + Saved Bewaard - + Completed Voltooid - + Split Activity Completed Activiteit Splitsen Voltooid @@ -26756,46 +28429,36 @@ SportPlusHealthUploader - SportPlusHealth - SportPlusHealth + SportPlusHealth - Cannot upload to SportPlusHealth without credentials. Check Settings - Kan niet uploaden naar SportPlusHealth zonder referenties. Controleer de instellingen alsjeblieft + Kan niet uploaden naar SportPlusHealth zonder referenties. Controleer de instellingen alsjeblieft - sending to SportPlusHealth... - versturen naar SportPlusHealth... + versturen naar SportPlusHealth... - - - error uploading to SportPlusHealth - Fout tijdens het uploaden naar SportPlusHealth + Fout tijdens het uploaden naar SportPlusHealth - request failed: - verzoek mislukt: + verzoek mislukt: - request failed, Server response: %1 %2 - verzoek mislukt, Server antwoord: %1 %2 + verzoek mislukt, Server antwoord: %1 %2 - failed to upload file (cod. %1) - Uploaden bestand mislukt (cod %1) + Uploaden bestand mislukt (cod %1) - successfully uploaded to SportPlusHealth - Succesvol geüpload naar SportPlusHealth + Succesvol geüpload naar SportPlusHealth @@ -26811,23 +28474,23 @@ - - + + Completed. Voltooid. - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -26845,12 +28508,12 @@ - + SportPlusHealth SportPlusHealth - + Upload to the cycling and running site. @@ -27027,100 +28690,89 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. ongeldig antowoord of parser uitzondering. - - + + Completed. Voltooid. - + Strava Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. StravaUploader - Strava - Strava + Strava - no Strava token set. Please authorize in Settings. - Geen Strava token ingesteld. In instellingen instellen alsjeblieft. + Geen Strava token ingesteld. In instellingen instellen alsjeblieft. - Strava support isn't enabled in this build - Starva is niet ondersteund in deze versie + Starva is niet ondersteund in deze versie - Error uploading to Strava - Fout tijdens het uploaden naar Strava + Fout tijdens het uploaden naar Strava - Successfully uploaded to Strava - Succesvol geupload naar Strava + Succesvol geupload naar Strava - Upload activity to Strava... - Activiteit Uploaden naar Strava... + Activiteit Uploaden naar Strava... - Upload... Sending to Strava - Upload... Versturen naar Strava + Upload... Versturen naar Strava - Upload to Strava finished. - Upload naar Strava voltooid. + Upload naar Strava voltooid. - invalid response or parser exception. - ongeldig antowoord of parser uitzondering. + ongeldig antowoord of parser uitzondering. - Error from Strava: - Fout vanuit Strava: + Fout vanuit Strava: - Processing... - Verwerken... + Verwerken... @@ -27164,22 +28816,22 @@ SummaryMetricsPage - + Available Metrics Beschikbare Indicatoren - + Selected Metrics Beschikbare Indicatoren - + Up Op - + Down Neer @@ -27533,14 +29185,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - Training Stress Score houdt rekening met intensiteit en de tijdsduur van de trainingssessie, het kan worden berekend als 100 * hours * IF^2 - - - TSSPerHour @@ -27587,57 +29231,57 @@ Themes - + Default Standaard - + Corporate Junky Corporate Junky - + Neutral Blue Neutral Blue - + Firenze Firenze - + Mustang Mustang - + Japanese Garden Japanese Garden - + Zen and Tea Zen and Tea - + Mono (dark) Mono (dark) - + Mono (light) Mono (light) - + Schoberer Schoberer - + Classic Classic @@ -27721,72 +29365,37 @@ - - + + Completed. Voltooid. - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - + TodaysPlanBodyMeasures - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -28026,18 +29635,18 @@ TotalCalories - + Calories (HR) Calorieën (HR) - - + + kcal kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age Totaal Calorieën geschat van de Bewegingstijd, Hartslag, Gewicht, Geslacht en Leeftijd @@ -28068,18 +29677,18 @@ TotalWork - + Work Arbeid - - + + kJ kJ - + Total Work in kJ computed from power data Totale Arbeid in kJ berekend vanuit de vermogensdata @@ -28094,17 +29703,17 @@ TrainConfig - + Train Devices Trainingsapparaten - + Preferences Voorkeuren - + Remote Controls Afstandbedieningen @@ -28148,22 +29757,22 @@ TrainOptionsPage - + Auto-connect devices in Train View Apparaten Automatisch Verbinden in Train Weergave - + Allow multiple devices in Train View Meerdere Apparaten in Train Weergave toestaan - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -28171,293 +29780,316 @@ TrainSidebar - + Save workout data Bewaar Trainingsdata - + Devices Apparaten - - - - + + + + Menu Menu - + Workouts Trainingen - + Media Media - + VideoSync VideoSync - + Import Workout from File Training Importeren vanuit Bestand - + Get Workouts from ErgDB Trainingen Ophalen vanuit de ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard Training Creëeren met Assistent - + Scan for Workouts Trainingen Zoeken - + Delete selected Workout Geselecteerde Training Verwijderen - + Delete %1 selected Workouts %1 Geselecteerde Trainingen Verwijderen - + Train mode active Train modus actief - + Please stop the train mode before closing the window or application. Stop de train modus voordat je het scherm of applicatie verlaat alsjeblieft. - + Import Video from File Video Importeren vanuit Bestand - + Scan for Videos Videos Zoeken - + Remove reference to selected video Verwijder referentie naar geselecteerde video - + Import VideoSync from File Importeer VideoSync vanuit Bestand - + Scan for VideoSyncs Zoek naar VideoSyncs - + Delete selected VideoSync Geselecteerde VideoSync Verwijderen - + Are you sure you want to remove the reference to this video? Ben je zeker van het verwijderen van de referentie naar deze video? - - - + + + Remove Verwijderen - + Are you sure you want to delete this VideoSync? Ben je zeker van het verwijderen van deze VideoSync? - - - + + + Delete Verwijderen - + The VideoSync file is either not valid or not existing and will be removed from the library. Het VideoSync bestand is niet geldig of bestaat niet en zal daarom verwijderd worden uit de bibliotheek. - + Are you sure you want to delete this Workout? Ben je zeker van het verwijderen van deze Training? - + Are you sure you want to delete this %1 workouts? Ben je zeker van het verwijderen van deze %1 Trainingen? - + The Workout file is either not valid or not existing and will be removed from the library. Het Trainingsbestand is niet geldig of bestaat niet en zal daarom verwijderd worden uit de bibliotheek. - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + + Recalibrating steering.. + + + + No Devices Configured Geen Apparaten zijn Ingesteld - + Please configure a device in Preferences. Stel een apparaat in bij Voorkeuren alsjeblieft. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. Kalibreren... Druk F3 op de Controller als het voltooid is. - - - + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. @@ -28466,19 +30098,19 @@ Voltooid - - + + Add Device Apparaat Toevoegen - - + + Delete Device Apparaat Verwijderen - + Are you sure you want to delete this device? Ben je zeker van het verwijderen van dit apparaat? @@ -28486,47 +30118,74 @@ TrainingStageBuch - + failed to parse Settings response: + parsen van instellingen-antwoord mislukt: + + + failed to get settings: + instellingen ophalen mislukt: + + + failed to parse Session response: + parsen van sessie-antwoord mislukt: + + + failed to get new session: + verkrijgen nieuwe sessie mislukt: + + + got empty session + kreeg een lege sessie + + + Completed. + Voltooid. + + + + TrainingsTageBuch + + failed to parse Settings response: parsen van instellingen-antwoord mislukt: - + failed to get settings: instellingen ophalen mislukt: - + failed to parse Session response: parsen van sessie-antwoord mislukt: - + failed to get new session: verkrijgen nieuwe sessie mislukt: - + got empty session kreeg een lege sessie - + Completed. Voltooid. - + Error - Upload failed. - - TrainingStageBuch - + + Trainingstagebuch + Trainingstagebuch - + Upload to your online and mobile training log. @@ -28534,99 +30193,80 @@ TrainingstagebuchUploader - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - Cannot upload to Trainingstagebuch without credentials. Check Settings - Kan niet uploaden naar Trainingstagebuch zonder referenties. Controleer de instellingen alsjeblieft + Kan niet uploaden naar Trainingstagebuch zonder referenties. Controleer de instellingen alsjeblieft - Error uploading to Trainingstagebuch.org - Fout tijdens het uploaden naar Trainingstagebuch.org + Fout tijdens het uploaden naar Trainingstagebuch.org - successfully uploaded to Trainingstagebuch.org as %1 - succesvol geüpload naar Trainingstagebuch.org als %1 + succesvol geüpload naar Trainingstagebuch.org als %1 - getting Settings from Trainingstagebuch.org... - instellingen ophalen van Trainingstagebuch.org... + instellingen ophalen van Trainingstagebuch.org... - getting new Trainingstagebuch.org Session... - nieuwe sessie aanvragen bij Trainingstagebuch.org... + nieuwe sessie aanvragen bij Trainingstagebuch.org... - preparing Trainingstagebuch.org data ... - Trainingstagebuch.org data voorbereiden... + Trainingstagebuch.org data voorbereiden... - temporary file too large for upload: %1 > %1 bytes - Tijdelijk bestand te groot voor upload:%1 > %1 bytes + Tijdelijk bestand te groot voor upload:%1 > %1 bytes - sending to Trainingstagebuch.org ... - naar Trainingstagebuch.org versturen... + naar Trainingstagebuch.org versturen... - request failed: - verzoek mislukt: + verzoek mislukt: - request failed, Server response: %1 %2 - verzoek mislukt, Server antwoord: %1 %2 + verzoek mislukt, Server antwoord: %1 %2 - failed to parse Settings response: - parsen van instellingen-antwoord mislukt: + parsen van instellingen-antwoord mislukt: - failed to get settings: - instellingen ophalen mislukt: + instellingen ophalen mislukt: - failed to parse Session response: - parsen van sessie-antwoord mislukt: + parsen van sessie-antwoord mislukt: - failed to get new session: - verkrijgen nieuwe sessie mislukt: + verkrijgen nieuwe sessie mislukt: - got empty session - kreeg een lege sessie + kreeg een lege sessie - failed to parse upload response: - parsen upload-antwoord mislukt: + parsen upload-antwoord mislukt: - failed to upload file: - bestand uploaden mislukt: + bestand uploaden mislukt: - got empty exercise - kreeg lege oefening + kreeg lege oefening @@ -28654,30 +30294,30 @@ - + Metric Indicator - + Date range Periode - - - - + + + + (unknown) (onbekend) - + %1 activities %1 activiteiten - + None Geen @@ -28685,214 +30325,176 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - TriScore gecombineerde stress indicator gebaseerd op Dr. Skiba stress indicatoren, gedefinieerd als BikeScore voor fietsen, GOVSS voor hardlopen en SwimScore voor zwemmen + TriScore gecombineerde stress indicator gebaseerd op Dr. Skiba stress indicatoren, gedefinieerd als BikeScore voor fietsen, GOVSS voor hardlopen en SwimScore voor zwemmen + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + TwitterDialog - Tweet Activity - Tweet Activiteit + Tweet Activiteit - Choose which metrics you wish to tweet: - Kies op welke indicatoren je wilt tweeten: + Kies op welke indicatoren je wilt tweeten: - Workout Time - Trainingstijd + Trainingstijd - Time Moving - Bewegingstijd + Bewegingstijd - Total Distance - Totale Afstand + Totale Afstand - Elevation Gain - Hoogtewinst + Hoogtewinst - Total Work (kJ) - Totale Arbeid (kJ) + Totale Arbeid (kJ) - Average Speed - Gemiddelde Snelheid + Gemiddelde Snelheid - Average Power - Gemiddelde Vermogen + Gemiddelde Vermogen - Average Heart Rate - Gemiddelde Hartslag + Gemiddelde Hartslag - Average Cadence - Gemiddelde Cadans + Gemiddelde Cadans - Max Power - Max Vermogen + Max Vermogen - Max Heart Rate - Max Hartslag + Max Hartslag - Twitter Message: - Twitterbericht: + Twitterbericht: - Message Length: - Berichtlengte: + Berichtlengte: - &Tweet Activity - &Tweet Activiteit + &Tweet Activiteit - &Cancel - &Annuleren + &Annuleren - Golden Cheetah->Preferences - Golden Cheetah->Voorkeuren + Golden Cheetah->Voorkeuren - Tools->Options - Tools->Opties + Tools->Opties - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Fout bij ophalen OAuth referenties. Wees er zeker van dat je de Twitter autorisatieprocedure goed doorloopt die te vinden is onder %1 alsjeblieft. + Fout bij ophalen OAuth referenties. Wees er zeker van dat je de Twitter autorisatieprocedure goed doorloopt die te vinden is onder %1 alsjeblieft. - - OAuth Error - OAuth Fout + OAuth Fout - Tweet Length Error - Tweet Lengtefout + Tweet Lengtefout - Tweet must be 140 characters or less. - Tweet moet 140 karakters zijn of minder. + Tweet moet 140 karakters zijn of minder. - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - Interne fout in OAuth verzoek - NULL, ongeldig Eindpunt of ongeldig verzoek + Interne fout in OAuth verzoek - NULL, ongeldig Eindpunt of ongeldig verzoek - Error Posting Tweet - Fout tijdens Tweet Posten + Fout tijdens Tweet Posten - There was an error connecting to Twitter. Check your network connection and try again. - Er was een fout tijdens het opzetten van de verbinding met Twitter. Controleer je netwerkconnectie en probeer opnieuw. + Er was een fout tijdens het opzetten van de verbinding met Twitter. Controleer je netwerkconnectie en probeer opnieuw. - Tweet sent - Tweet verstuurd + Tweet verstuurd - Tweet successfully sent. - Tweet versturen succesvol. + Tweet versturen succesvol. - Duration: %1 - Tijdsduur: %1 + Tijdsduur: %1 - Time Moving: %1 - Bewegingstijd: %1 + Bewegingstijd: %1 - Distance: %1 - Afstand: %1 + Afstand: %1 - Climbing: %1 - Klimmen: %1 + Klimmen: %1 - Work: %1 - Arbeid: %1 + Arbeid: %1 - Avg Speed: %1 - Gem Snelheid: %1 + Gem Snelheid: %1 - Avg Power: %1 - Gem Vermogen: %1 + Gem Vermogen: %1 - Avg HR: %1 - Gem HR: %1 + Gem HR: %1 - Avg Cadence: %1 - Gem Cadans: %1 + Gem Cadans: %1 - Max Power: %1 - Max Vermogen: %1 + Max Vermogen: %1 - Max HR: %1 - Max HR: %1 + Max HR: %1 - - Message Length: %1 - Berichtlengte: %1 + Berichtlengte: %1 @@ -28911,12 +30513,12 @@ VAM - + VAM VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Velocita Ascensionale Media, gemiddelde stijgingssnelheid in verticale meters per uur @@ -29079,84 +30681,68 @@ VeloHeroUploader - VeloHero - VeloHero + VeloHero - Cannot upload to VeloHero without credentials. Check Settings - Kan niet uploaden naar VeloHero zonder referenties. Controleer de instellingen alsjeblieft + Kan niet uploaden naar VeloHero zonder referenties. Controleer de instellingen alsjeblieft - Error uploading to VeloHero - Fout tijdens het uploaden naar VeloHero + Fout tijdens het uploaden naar VeloHero - successfully uploaded to VeloHero as %1 - Succesvol geüpload naar VeloHero als %1 + Succesvol geüpload naar VeloHero als %1 - getting new VeloHero session... - nieuwe sessie aanvragen bij VeloHero... + nieuwe sessie aanvragen bij VeloHero... - preparing VeloHero data ... - VeloHero data voorbereiden... + VeloHero data voorbereiden... - temporary file too large for upload: %1 > %1 bytes - Tijdelijk bestand te groot voor upload:%1 > %1 bytes + Tijdelijk bestand te groot voor upload:%1 > %1 bytes - sending to VeloHero... - versturen naar VeloHero... + versturen naar VeloHero... - request failed: - verzoek mislukt: + verzoek mislukt: - request failed, server response: %1 %2 - verzoek mislukt, Server antwoord: %1 %2 + verzoek mislukt, Server antwoord: %1 %2 - failed to parse session response: - parsen van sessie-antwoord mislukt: + parsen van sessie-antwoord mislukt: - failed to get new session: - verkrijgen nieuwe sessie mislukt: + verkrijgen nieuwe sessie mislukt: - got empty session - kreeg een lege sessie + kreeg een lege sessie - failed to parse upload response: - parsen upload-antwoord mislukt: + parsen upload-antwoord mislukt: - failed to upload file: - bestand uploaden mislukt: + bestand uploaden mislukt: - got empty exercise - kreeg lege oefening + kreeg lege oefening @@ -29187,12 +30773,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -29233,18 +30819,18 @@ ViewSplitter - + Clear Opschonen - - + + OFF UIT - + ON AAN @@ -29630,12 +31216,12 @@ WattsRPE - + Watts:RPE Ratio Watts:RPE Ratio - + Watts to RPE ratio Watts en RPE ratio @@ -29658,12 +31244,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -29691,17 +31277,22 @@ OAuth Fout - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Withings Data Download + Withings Data Download - + + Error Fout - + There was an error during fetching. Please check the error description. @@ -29717,12 +31308,12 @@ Workbeats - + Workbeat stress Workbeat stress - + Work * Heartbeats / 100000 Arbeid * Hartslagen / 100000 @@ -29871,12 +31462,12 @@ WorkoutWidget - + File save failed. Bestand Bewaren mislukt. - + Intensity Intensiteit @@ -29967,24 +31558,24 @@ XDataDialog - + xData xData - + Data Series Datareeksen - - + + Add Toevoegen - - + + Delete Verwijderen @@ -30063,32 +31654,32 @@ XDataSeriesSettingsDialog - + Name Naam - + Units Eenheden - + Cancel Annuleren - + OK OK - + Error Fout - + Name is blank Naam is leeg @@ -30096,48 +31687,48 @@ XDataSettingsDialog - + xData xData - + Data Series Datareeksen - + Units Eenheden - + Series %1 Series %1 - + Cancel Annuleren - + OK OK - - + + Error Fout - + XData name is blank XData naam is leeg - + Must have at least one data series. Heb minimaal één datareeks nodig. @@ -30240,6 +31831,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Voltooid. + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -30372,27 +31997,27 @@ ZonePage - + Sport Sport - + Bike Fietsen - + Run Hardlopen - + Critical Power Critical Power - + Default Standaard @@ -30636,113 +32261,113 @@ Neuromusculair - + Zone defaults must be specified at head of %1 file Zone standaarden moeten gespecificeerd zijn in het begin van bestand %1 - + Only one set of zone defaults may be specified in %1 file Maar één set van zone standaarden mag gespecificeerd zijn in bestand %1 - + line %1: read new range without reading any zones for previous one Regel %1: lees nieuwe range zonder zones te lezen van de vorige - + line %1: read zone without preceding date range regel %1: lees zone zonder voorgaande datum range - - + + attempt to set zone based on % of CP without setting CP in line number %1. poging om de zone in te stellen op % van CV zonder het instellen van CV in regelnummer %1. - + file ended without reading any zones for last range bestand eindigt zonder dat er zones gelezen konden worden voor de laatste range - + Setting end date of range %1 to start date of range %2. Instellen van de einddatum van de range %1 op startdatum van de range %2. - + Extending final range %1 to infinite to include present date. Uitbreiding van de eind range %1 op oneindig om vandaag te betrekken. - + CP must be greater than zero in zone range %1 of %2 CV moet groter zijn dan nul in zone range %1 van %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Range %1: top van zone %2 afgestemd (%3) op onderkant van de zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Range %1: top van de zone %2 ingesteld van %3 naar MAX. - + Critical Power (watts): %1 Critical Power (watts): %1 - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Beschrijving</td> - + <td align="center">Low (watts)</td> <td align="center">Laag (watts)</td> - + <td align="center">High (watts)</td> <td align="center">Hoog (watts)</td> - + <td align="center">Time</td> <td align="center">Tijd</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Probleem bij het Bewaren van Tempozones - + File: %1 cannot be opened for 'Writing'. Please check file properties. Bestand: %1 kan niet geopend worden om te 'Schrijven'. Controleer de bestandseigenschappen alsjeblieft. @@ -30756,6 +32381,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + Hoogte Aangepaste Training Stress Score houdt rekening met de intensiteit en de duur van de trainingssessie en het hoogte-effect, het kan worden berekend als 100 * hours * aIF^2 + + + aEfficiencyFactor @@ -30834,14 +32467,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - Hoogte Aangepaste Training Stress Score houdt rekening met de intensiteit en de duur van de trainingssessie en het hoogte-effect, het kan worden berekend als 100 * hours * aIF^2 - - - aTSSPerHour @@ -30933,32 +32558,45 @@ deviceModel - + Device Name Apparaat Verwijderen - + Device Type Apparaattype - + Port Spec Port Spec - + Profile Profiel - + Virtual Virtueel + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -30977,6 +32615,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + Rust HR + + + + + bpm + bpm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_pt-br.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_pt-br.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_pt-br.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_pt-br.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower - - + + watts watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max - + Power as percent of Pmax according to Power Zones @@ -49,22 +73,17 @@ Sobre o GoldenCheetah - + About - + Version - - Config - - - - + Contributors @@ -72,22 +91,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) - + LTS average (days) - + PMC Stress Balance Today @@ -95,79 +114,79 @@ AboutPage - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname Apelido - + Date of Birth Data de Nascimento - + Sex - - - + + + Height (%1) - - + + cm - - + + in - + Male Masculino - + Female Feminino - + Crank Length - + Wheelsize - + mm - + Choose Picture Escolher Foto - + Images (*.png *.jpg *.bmp) @@ -214,12 +233,12 @@ ActivityCRC - + Checksum - + A checksum for the activity, can be used to trigger cache refresh in R scripts. @@ -227,12 +246,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -240,49 +259,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise - + URL - + Key (optional) - + Username - + Password - + Token - + + Message + + + + %1 Credentials and authorisation @@ -290,63 +314,81 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures + + Measurements - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. - - Sync planned workouts to WebDAV and CalDAV calendars. + + Calendar AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard @@ -354,409 +396,409 @@ AddFinal - + Done Feito - + Confirm configuration and add device - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. - + Name* - + Port - + Profile - + Virtual - + mm - + Wheel Size - + None - + Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 - + Power - BT Advanced Training System - + Power - LeMond Revolution - + Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) - + Power - Tacx Satori (4) - + Power - Tacx Satori (6) - + Power - Tacx Satori (8) - + Power - Tacx Satori (10) - + Power - Tacx Flow (0) - + Power - Tacx Flow (2) - + Power - Tacx Flow (4) - + Power - Tacx Flow (6) - + Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) - + Stride Length (cm) - + Selected by default - + Power Potência - + Heartrate Frequência Cardíaca - + Speed Velocidade - + Cadence Cadência @@ -764,58 +806,58 @@ AddFinish - + Done Feito - + Add Cloud Account - + URL - + Key - + Username - - + + Password - + Token - + Folder - + Athlete ID - + Sync on start - + Sync on import @@ -823,27 +865,27 @@ AddFirmware - + Select Firmware - + Select Firmware for Tacx Fortius - + Browse - + Copy to Library - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -856,22 +898,74 @@ - + File: - + Open File - + Intel Firmware File (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + + + + + Copy to Library + + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + + + + + Open File + + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1058,63 +1152,63 @@ AddPair - + Pair Devices - + Search for and pair ANT+ devices - + Sensor - + ANT+ Id - + Value Valor - + Status - - + + none - + Un-Paired - + Unused - + Master - + Searching... - + Paired @@ -1122,58 +1216,58 @@ AddPairBTLE - + Pair Devices - + Search for and pair Bluetooth 4.0 devices - + Sensor - + BLE Id - + Value Valor - + Status - - + + none - + Un-Paired - + Unused - + Searching... - + Paired @@ -1181,29 +1275,29 @@ AddSearch - + Scan for connected devices - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. - + Search - + If your device is not found you can select the device port manually by using the selection box below. - + Device found. Click Next to Continue @@ -1211,22 +1305,22 @@ - + %1 Search - + Select COM port - + Search Again - + Device found (%1). Press Next to Continue @@ -1234,7 +1328,7 @@ - + Device found. Press Next to Continue @@ -1242,12 +1336,12 @@ - + Stop Searching - + Search again @@ -1255,12 +1349,12 @@ AddService - + Account Type - + Select the cloud service type @@ -1268,42 +1362,42 @@ AddSettings - + Cloud Service Settings - + Folder - + Browse - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory @@ -1311,12 +1405,12 @@ AddType - + Select Device - + What kind of device to add @@ -1351,63 +1445,68 @@ Aerolab - - + + Elevation (m) - + Distance (km) - + V-Elevation - + Elevation Elevação - + Elevation (') - + Distance Distância - + Time (minutes) Tempo (minutos) - + + No ride selected + + + + Estimates out-of-range - + At least two segments must be independent - + At least two segments must be defined - + Altitude and Power data must be present - + No activity selected @@ -1480,7 +1579,7 @@ - + Estimate CdA and Crr @@ -1488,22 +1587,21 @@ AllPlot - - - + + + Power Potência - + Heart Rate Frequência Cardíaca - - - - + + + Speed Velocidade @@ -1514,90 +1612,90 @@ - - - + + + Cadence Cadência - - + + Heartrate Frequência Cardíaca - - - + + + Acceleration - - - + + + Power Delta - - - + + + Cadence Delta - - - + + + Torque Delta - - - + + + Heartrate Delta - - + + W'bal - - - + + + Altitude Altitude - - + + Headwind - - - + + + Temperature - - - + + + Torque Torque - + W' Balance (kJ) @@ -1614,24 +1712,24 @@ - - - + + + SmO2 - - - + + + Slope - + Hb @@ -1656,233 +1754,238 @@ - - - + + + Core Temp - - - - + + + + R-R - - - + + + Alt/Slope - - - + + + Anaerobic TISS - - - + + + Aerobic TISS - - - + + + IsoPower - - - + + + Vertical Oscillation - - - + + + Run Cadence - - - + + + GCT - - - - + + + + Gear Ratio - - - + + + tHb - - - + + + O2Hb - - - + + + HHb - - - + + + xPower - - - + + + Left Pedal Smoothness - - - + + + Right Pedal Smoothness - - - + + + Left Torque Efficiency - - - + + + Right Torque Efficiency - - + + Left/Right Pedal Center Offset - - + + Left Power Phase - - + + Right Power Phase - - + + Left Peak Power Phase - - + + Right Peak Power Phase - - + + L/R Balance - - - + + + aPower - + Matches - + Left Pedal Center Offset - + Right Pedal Center Offset - + Left Balance - + Right Balance - + min/km - + min/mile - - + + %1 %2 - + min/100m - + min/100yd + + W' + + + Match @@ -2193,7 +2296,7 @@ - + Smooth @@ -2344,58 +2447,62 @@ - - SmO2 + + Cadence - Moxy + SmO2 + Moxy + + + + tHb - + O2Hb - + HHb - + Heart Rate Frequência Cardíaca - + Data series - + R-R Rate - + Core Temperature - + Speed Velocidade - - + Cadence Cadência @@ -2416,13 +2523,13 @@ - + Name - + Formula @@ -2442,143 +2549,143 @@ - + Altitude Altitude - + Temperature - + Headwind - + Torque Torque - + Gear Ratio - + Slope - + No Alt/Slope - + 0.1km|mi - 1min - + 0.5km|mi - 5min - + 1.0km|mi - 10min - - + + Alt/Slope - + Anaerobic TISS - + Metrics - + Aerobic TISS - + Iso Power - + Skiba xPower - + Altitude Power - + W' balance - + Time of day - + Intervals Intervalos - + Selection #%1 - + Power + shade - + Power - shade - + No Power Sem Potência - + Shading - + Time Tempo - + Distance Distância - + X Axis @@ -2594,113 +2701,128 @@ AnalysisSidebar - + Calendar - + Activities - - + + Menu - + Intervals Intervalos - + Save Changes - + Revert to Saved version - + Delete Activity - + Split Activity - + Show Column Chooser - + Do Not Show In Groups - + Group By - + Expand All - + Collapse All - + Reset to default - + Sort User Intervals - + + Mark as a performance test + + + + Rename route - + Stop tracking this segment - + + Create a performance test + + + + Create a route segment - + No activity selected - + Current activity contains no data - + + Performance Test + + + + Delete Interval - + Unable to delete interval @@ -2709,48 +2831,48 @@ Encontrar Melhores Intervalos - - + + Find Intervals... - + Zoom out - - + + Zoom to interval Zoom no intervalo - - + + Edit interval - - + + Delete interval Excluir intervalo - - + + Rename selected intervals - - + + Delete selected intervals - + Zoom Out @@ -2763,8 +2885,8 @@ Enviar para trás - - + + Find Intervals @@ -2847,7 +2969,7 @@ AppendXDataPointsCommand - + Append XData Points @@ -2863,202 +2985,202 @@ Impossível renomear %1 para %2 - + Pace Zones File %1 Error - + Athlete Weight - + Time In HR Zone - + Power Distribution - + Vo2max Estimation - + KPI Tracker - + Critical Power Trend - + Aerobic Power - + Power Variance - + Power Profile - + Anaerobic Power - + Power & Speed Trend - + Tempo & Threshold Time - + Training Mix - + Time & Distance - + Time In Power Zone - + Zones File %1 Error - + Reading Zones File %1 - + HR Zones File %1 Error - + Reading HR Zones File %1 - + Sustained Time In Zone - + Time in W' Zone - + BikeScore and Intensity - - BikeStress and IF + + BikeStress and BikeIntensity - + Stress and Distance - + Calories vs Duration - + Stress (TISS) - + Aerobic Response - + Anaerobic Response - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) - + PMC (Duration) - + CP History - + CP Analysis - + PMC (TriScore) - + Time in Pace Zones - + Run Pace - + Swim Pace @@ -3066,129 +3188,157 @@ AthleteBackup - + Abort Backup and Reset Counter - + Select Backup Directory - - - - - - - - + + + + + + + + Athlete Backup - + No backup directory selected - backup aborted - + Any unsaved data will not be included into the backup .zip file. - + Do you want to proceed? - + Abort Backup - + Backup successfully stored in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. - + Not enough space available on disk: %1 - no backup .zip file created - - + + Directory %1 not available. No backup .zip file created for athlete %2. - + Backup file %1 cannot be created. - + Adding files to backup %1 for athlete %2 ... - AthleteConfig + AthleteBones - - About + + Athlete Bones + + + + + kg + kg + + + + lbs + + + + + Athlete bones in kg or lbs from body measurements + + + AthleteConfig - - Measures + + About - + Power Zones - + Heartrate Zones - + Pace Zones - + Model - - Zones + + Measurements - - Accounts + + HRV - - Auto Import + + Zones - + + Accounts + + + + + Auto Import + + + + Backup @@ -3220,49 +3370,72 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements AthleteFatP - + Athlete Bodyfat Percent - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements AthleteLean - + Athlete Lean Weight - + + kg + kg + + + + lbs + + + + + Lean Weight in kg or lbs from body measurements + + + + + AthleteMuscles + + + Athlete Muscles + + + + kg kg - + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Athlete muscles in kg or lbs from body measurements @@ -3285,59 +3458,59 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default AutoImportPage - + + - + - - + Browse - + Add Adicionar - + Delete Excluir - + Up - + Down - + Directory - + Import Rule - + Enter directory or press [Browse] to select @@ -3364,18 +3537,18 @@ AvgCadence - + Average Cadence Cadência Média - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 @@ -3383,18 +3556,18 @@ AvgCoreTemp - + Average Core Temperature - - + + C - + Average Core Temperature. The core body temperature estimate is based on HR data @@ -3402,18 +3575,18 @@ AvgHeartRate - + Average Heart Rate Frequência Cardíaca Média - - + + bpm bpm - + Average Heart Rate computed for samples when hr is greater than zero @@ -3421,22 +3594,22 @@ AvgLPCO - + Average Left Pedal Center Offset - + mm - + in - + Platform center offset is the location on the left pedal platform where you apply force, on average. @@ -3444,17 +3617,17 @@ AvgLPP - + Average Left Power Phase Length - + ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3462,17 +3635,17 @@ AvgLPPB - + Average Left Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3480,17 +3653,17 @@ AvgLPPE - + Average Left Power Phase End - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3498,17 +3671,17 @@ AvgLPPP - + Average Left Peak Power Phase Length - + ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3516,17 +3689,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3534,17 +3707,17 @@ AvgLPPPE - + Average Left Peak Power Phase End - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3552,18 +3725,18 @@ AvgLPS - + Average Left Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3571,18 +3744,18 @@ AvgLTE - + Average Left Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3590,18 +3763,18 @@ AvgPower - + Average Power Potência Média - - + + watts watts - + Average Power from all samples with power greater than or equal to zero @@ -3609,22 +3782,22 @@ AvgRPCO - + Average Right Pedal Center Offset - + mm - + in - + Platform center offset is the location on the right pedal platform where you apply force, on average. @@ -3632,17 +3805,17 @@ AvgRPP - + Average Right Power Phase Length - + ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3650,17 +3823,17 @@ AvgRPPE - + Average Right Power Phase End - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3668,17 +3841,17 @@ AvgRPPP - + Average Right Peak Power Phase Length - + ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3686,17 +3859,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3704,17 +3877,17 @@ AvgRPPPE - + Average Right Peak Power Phase End - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3722,18 +3895,18 @@ AvgRPS - + Average Right Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3741,18 +3914,18 @@ AvgRTE - + Average Right Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3760,17 +3933,17 @@ AvgRTPP - + Average Right Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3831,18 +4004,18 @@ AvgSmO2 - + Average SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -3850,22 +4023,22 @@ AvgSpeed - + Average Speed Velocidade Média - + kph Km/h - + mph mph - + Average Speed in kph or mph, computed from distance over time when speed not zero @@ -3892,22 +4065,22 @@ AvgTemp - + Average Temp - + C - + F - + Average Temp from activity data @@ -3915,18 +4088,18 @@ AvgtHb - + Average tHb - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -3934,27 +4107,27 @@ BackupPage - + Auto Backup Folder - + Browse - + Auto Backup execution every - + times the athlete is closed - 0 means never - + Choose Backup Directory @@ -4483,22 +4656,22 @@ BestsMetricsPage - + Available Metrics - + Selected Metrics - + Up - + Down @@ -4512,6 +4685,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BlankStateAnalysisPage @@ -4671,15 +4852,69 @@ + BodyMeasures + + + Weight + + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4724,7 +4959,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4772,7 +5007,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4807,43 +5042,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download + + Download completed. - - Close - Fechar + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input + + Download - - Downloading of body measures failed with error: %1 + + Close + Fechar + + + + Invalid date range - please check your input @@ -4873,122 +5113,122 @@ Padrão - - + + Update - - + + + - - + + - - - + + Add Adicionar - - + + Delete Excluir - + Def - - + + From Date - - + + Critical Power Potência Crítica - - + + FTP - - + + W' - - + + Pmax - - - + + + MMM d, yyyy - + Short - + Use CP for all metrics - + Use FTP for Coggan metrics - + Long - + From Watts - - + + CP must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -4996,368 +5236,384 @@ CPPlot - - + + Interval Length - + Average Power (watts) Potência Média (watts) - - - + + + Percent of Best - + Total work - + + kJ kJ - + Power Potência - - - - + + + + watts watts - + Veloclinic Plot - + + J - + Cadence Cadência - + rpm rpm - + Heartrate Frequência Cardíaca - + bpm bpm - + Watts delta - + watts/s - + Cadence delta - + rpm/s - + Torque delta - + nm/s - + Heartrate delta - + bpm/s - + Acceleration - + m/s/s - + Speed Velocidade - + kph Km/h - + Pedal Force - + nm - + Iso Power - + Altitude Power - + xPower - + Watts per kilogram - - + + w/kg - + Watts per lb - - + + w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour - + Power (W) - - - - Rank - - - - - + + W' - + %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP - - - + + %1 w - - - FTP - - - - - + + Pmax - + %1 J/kg - - - + + %1 w/kg - + D' - - kph %1 mph + + + %1 mph - - %1 mph + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi - + %1 km - + %1 mi - + + + + + %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV - - %1 kph - + + % + % - - FTV + + + %1 kph - + Vmax - - + + Percent of Best / Heat Activities - - + + Heat Activities - + Activities - + ddd MMM d, yyyy hh:mm @@ -5366,30 +5622,18 @@ Trabalho total (kJ) - + Bests - + ddd, dd MMM yyyy - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + %10 % @@ -5410,98 +5654,98 @@ CVPage - - + + Update - - + + + - - + + - - - + + Add Adicionar - - + + Delete Excluir - + Def - - + + From Date - - + + Critical Velocity - + Metric Pace - - - + + + MMM d, yyyy - + Short - + Long - + From - + CV must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5509,60 +5753,78 @@ CalDAV - - - + + + Missing Preferences - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + SSL error(s) has occurred: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5588,35 +5850,35 @@ Card - + Time In Zone - - - - + + + + seconds segundos - + Form - + Fitness - + Fatigue - + Risk @@ -5823,162 +6085,172 @@ CloudDBChartListDialog - + First - + Next %1 - + Prev %1 - + My Charts - + All - + Curated Only - + Uncurated Only - + Any Sport - + Any Language - - + + Search Keyword - + Select charts to download - + unknown - + Trends - + Activities - + Diary - + Train - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance - + Do you really want to delete this chart definition ? - - + + Delete selected chart - - + + Edit selected chart - - - + + + Close Fechar - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Download selected chart(s) - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + Reset Search @@ -5986,99 +6258,99 @@ CloudDBChartObjectDialog - + Chart Name - + <Chart Name> - + Sport - + Language - + Nickname Apelido - + E-Mail - + Version Details - + Creator UUid - + <Enter the description of the chart here> - + Upload - - - - - - + + + + + + Upload Chart - - + + Please enter a valid chart name with min. 5 characters length. - + Please enter a nickname for this athlete. - - + + Please enter a valid e-mail address. - + Please enter a sensible chart description. - + Cloud Upload - + Do you want to upload this chart definition ? - + Cancel Cancelar @@ -6086,7 +6358,7 @@ CloudDBChartShowPictureDialog - + Close Fechar @@ -6196,84 +6468,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + + + + + Checking + + + + + Last 30 days + Últimos 28 dias {30 ?} + CloudServiceDialog - - + + Folder - + Name - + Type Tipo - + Modified - + Create Folder - + Cancel Cancelar - + Open - + d MMM yyyy @@ -6281,267 +6581,285 @@ CloudServiceSyncDialog - + Synchronise - + + Sync with - + Unable to connect, check your configuration in preferences. - - - - - - - + + + + + + + Download - - - - + + + + Upload - - - + + + Synchronize - + From: - + To: - + Refresh List - + Close Fechar - - - + + + Select all - + Workout Name - - - + + + Date Data - - - + + + Time Tempo - - + + Exists - - - + + + Status - - + + Workout Id - + File - - + + Duration Duração - - + + Distance Distância - + Keep all do not delete - + Keep %1 but delete Local - + Keep Local but delete %1 - + Source - + Action - + Initial - + Overwrite existing files - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy - - + + Abort Abortar - - - + + + %1 of %2 selected - + Processed %1 of %2 - - + + Downloading - - + + Uploading - - + + Parse failure - + Sync complete - + Processed %1 of %2 successfully - - - + + + File exists - + Downloaded %1 of %2 - + Downloads complete - + Downloaded %1 of %2 successfully - - + + Aborted - + Saved - + Uploaded %1 of %2 - + Uploads complete - + Uploaded %1 of %2 successfully - + Completed. Concluído. @@ -6549,27 +6867,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... - + Cancel Cancelar - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK OK @@ -6585,57 +6920,57 @@ ColorsPage - + Color - + Select - + Activity Scrollbar - + Activity Headings - + Line Width - + Font - + Font Scaling - + Antialias - + Swatch - + Name - + Apply Theme @@ -6644,12 +6979,12 @@ Padrão - + Theme - + Colors Cores @@ -6657,7 +6992,7 @@ ColumnChooser - + Column Chooser @@ -6718,52 +7053,52 @@ ConfigDialog - + General - + Appearance - + Data Fields - + Metrics - + Intervals Intervalos - + Training - + Close Fechar - + Save Salvar - + You changed the location of the athlete library - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6772,24 +7107,24 @@ - + No, Keep current - + Yes, Apply and Restart - - + + Preferences Preferências - - + + Options Opções @@ -6798,7 +7133,7 @@ Configurações - + Athlete Atleta @@ -6904,37 +7239,37 @@ Twitter - + + - + - - + Edit - + Add Adicionar - + Delete Excluir - + Service - + Description Descrição @@ -6963,9 +7298,9 @@ Hoje: - - - + + + no data sem dados @@ -6974,366 +7309,420 @@ Melhor: - + Percentage of Best - + Show Heat - + Delta compare - + as percentage - + Critical Power - + Basic - + Export Chart Data... - + Filter - + Date range - + Data series - + Activity Mean Max - + Activity Centile - + No Activity - + Current Activity - + None - - - + + + Model - + Zone Shading - + + Show Power Profile + + + + Show grid - + + Show Performance Tests + + + + Show Bests - + + Filter Unique Bests + + + + Show Sustained Efforts - + Show as percentage - + Show curve heat - + Show curve heat by date - + Shade Intervals - + + Show time scale linear + + + + 2 parameter - + 3 parameter - + Extended CP - + Multicomponent - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval - + (seconds) - + Anaerobic - + Aerobic - + Short anaerobic - + Long aerobic - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value Valor - + Rank - + W' - + 0 kJ - - - - - + + + + n/a - + CP - - - + + 0 w - + Pmax - - FTP - - - - + Endurance Index - + Motor Unit Model - + Power Potência - + Watts per Kilogram - + xPower - + Iso Power - + Heartrate Frequência Cardíaca - + Speed Velocidade - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Cadence Cadência - + Torque Torque - + VAM - + aPower - + aPower per Kilogram - + Work Trabalho - + Veloclinic Plot - + Unknown Desconhecido - + Save Best Data as CSV @@ -7346,12 +7735,12 @@ Eixo Y mostra Energia - + no date sem dados - + MM/dd/yyyy @@ -7359,47 +7748,47 @@ CustomMetricsPage - + Symbol - + Name - + Edit - + + - + - - + Add Adicionar - + Delete Excluir - + Are you sure you want to delete this metric? - + Remove @@ -7407,28 +7796,45 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + + + + + + Notes + Notas + + + + Completed. Concluído. - + Network Error - Upload failed. - + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. @@ -7442,51 +7848,6 @@ Cancel Cancelar - - - CyclingAnalytics - - - - - no CyclingAnalytics token set. Please authorize in Settings. - - - - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - DBAccess @@ -7508,18 +7869,18 @@ DanielsEquivalentPower - + Daniels EqP - - + + watts watts - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7527,12 +7888,12 @@ DanielsPoints - + Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7540,8 +7901,8 @@ DataFilter - - + + malformed expression. @@ -7576,87 +7937,95 @@ DateSettingsEdit - + Current selection - + Current selection thru today - + From - + to today - + Between Entre - + and e - + Last - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7697,62 +8066,62 @@ DefaultsPage - + + - + - - + Add Adicionar - + Delete Excluir - + Up - + Down - + Field Campo - + Value Valor - + Linked field - + Default Value - + New - + New (%1) @@ -7773,7 +8142,7 @@ Remover Pontos - + Remove XDATA Points @@ -7789,22 +8158,22 @@ DevicePage - + Add Adicionar - + Delete Excluir - + + - + - @@ -7842,12 +8211,27 @@ - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + Kettler Racer serial device + + + + + Daum Serial Device + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. @@ -7873,76 +8257,23 @@ - - Summary - - - - - Day Summary - - - - Weekly Summary - Resumo Semanal - - - - Monthly Summary - - - - - Totals - - - - - Averages - - - - - Maximums - - - - - Metrics - - - - - ^(Average|Max) - + Resumo Semanal - seconds - segundos - - - - Day of - + segundos - - + dddd MMMM d - + Week Commencing %1 - - - MMMM yyyy - - DistanceSwim @@ -8026,37 +8357,37 @@ - + Starting Download ... - + Download cancelled - + File %1 has no valid timestamp, falling back to 'now' - + Failed to rename %1 to %2 - + .JSON conversion error: file %1 - + Download completed - + Cleaned data @@ -8084,33 +8415,33 @@ Download cancelado - + Cancel clicked by user. Cancelar foi clicado pelo usuário. - - + + Download failed O Download falhou - + Failed to remove existing file %1: %2 - + failed to rename %1 to %2 - + Failed to rename %1 to %2: %3 - + &Overwrite S&obrescrever @@ -8125,44 +8456,44 @@ - + Getting list ... - + Get list failed - + Activity Already Downloaded - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? - + &Skip - + skipped file %1 - - - + + + Error Erro - + The activity %1 could not be converted to GoldenCheetah .JSON file format. @@ -8190,48 +8521,38 @@ Dropbox - - Network Problem reading Dropbox data - - - - - invalid root path. - - - - - root is not a directory. + + Problem accessing Dropbox data - - problem parsing Dropbox data + + You must authorise with Dropbox first - - You must authorise with Dropbox first + + Parsing Error: %1 - - + + Completed. Concluído. - + Network Error - Upload failed. - + Dropbox - + Sync activities via your cloud storage. @@ -8239,12 +8560,12 @@ EOA - + Effect of Altitude - + Relationship between altitude adjusted power and recorded power @@ -8286,17 +8607,22 @@ EditIntervalDialog - + Edit Interval - + + Performance Test + + + + &OK &OK - + &Cancel &Cancelar @@ -8308,121 +8634,136 @@ Ajustes - + Name - + Axis Label / Units - + Curve Settings - + Estimate %1 %2 Power - + Endurance Index - + Vo2Max Estimate - + Metric Métrico - + Best - + Estimate - - Stress + + PMC - + Formula - - + + Measure + + + + + Performance + + + + + Banister + + + + + seconds segundos - - + + minutes minutos - - + + hours horas - - + + Peak - + Absolute - + Per Kilogram - + Total - + Running Total - + Average - + Low - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8431,217 +8772,287 @@ - - Short Term Stress (STS/ATL) + + Weekly Best Performances - - Long Term Stress (LTS/CTL) + + Submaximal Weekly Best - - Stress Balance (SB/TSB) + + Performance Tests - - Stress Ramp Rate (RR) + + Short Term Stress (STS/ATL) - - Stress Type + + Long Term Stress (LTS/CTL) - - Metadata Field + + Stress Balance (SB/TSB) - - PMC metric + + Stress Ramp Rate (RR) - - Filter + + Stress Type - - Style + + Negative Training Effect (NTE) - Bar + Positive Training Effect (PTE) - Line + Performance (Power Index) - Sticks + Predicted CP (Watts) - - Dots + + Curve Type - - Stack + + Metadata Field - - Symbol + + PMC metric - - None + + Measure Group - - Circle + + Measure Field - - Square + + Filter - - Diamond + + Style - - Triangle + + Bar - - Cross + + Line - - Hexagon + + Sticks - - Star + + Dots - + + Stack + + + + + Symbol + + + + + None + + + + + Circle + + + + + Square + + + + + Diamond + + + + + Triangle + + + + + Cross + + + + + Hexagon + + + + + Star + + + + Color - + Fill curve - + Data labels - + Highlight Highest - + Highlight Lowest - + Highlight Outliers - + Baseline - + Smooth Curve - + No trend Line - + Linear Trend - + Quadratic Trend - + Moving Average - + Simple Average - + &OK &OK - + &Cancel &Cancelar - + Peak %1 - + second - + minute - + hour - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color @@ -8688,72 +9099,72 @@ EditPhaseDialog - + Edit Date Range - + Name - + Type Tipo - + From - + To - + Starting LTS - + Lowest SB - + Phase - + Prep - + Base - + Build - + Camp - + &OK &OK - + &Cancel &Cancelar @@ -8761,62 +9172,62 @@ EditSeasonDialog - + Edit Date Range - + Name - + Type Tipo - + From - + To - + Starting LTS - + Lowest SB - + Season - + Cycle - + Adhoc - + &OK &OK - + &Cancel &Cancelar @@ -8824,27 +9235,37 @@ EditSeasonEventDialog - + Edit Event - + Name - + Date Data - + + Priority + + + + + Description + Descrição + + + &OK &OK - + &Cancel &Cancelar @@ -9066,13 +9487,13 @@ ElevationGain - + Elevation Gain - + meters metros @@ -9083,7 +9504,7 @@ - + feet pés @@ -9093,7 +9514,7 @@ - + Elevation Gain in meters of feets @@ -9101,22 +9522,22 @@ ElevationLoss - + Elevation Loss - + meters metros - + feet pés - + Elevation Loss in meters of feets @@ -9490,107 +9911,107 @@ Renomear - + Delete Excluir - + Up - + Down - + + - + Text - + Textbox - + ShortText - + Integer - + Double - + Date Data - + Time Tempo - + Checkbox - + - - + Add Adicionar - + Screen Tab - + Field Campo - + Type Tipo - + Values - + Diary - + New - + New (%1) @@ -9647,7 +10068,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -9655,31 +10076,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -9778,6 +10205,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -9826,7 +10269,7 @@ FixDerivePower - + Estimate Power Values @@ -9834,32 +10277,47 @@ FixDerivePowerConfig - + Bike Weight (kg) - + Crr - + + CdA + + + + + Draft mult. + + + + Wind (kph) - - , direction + + , heading - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -9886,15 +10344,25 @@ FixElevation - + Fix Elevation errors + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10061,7 +10529,7 @@ FixPower - + Adjust Power Values @@ -10069,20 +10537,34 @@ FixPowerConfig - - Power Adjustment + + Percent Adjustment - + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. @@ -10148,12 +10630,40 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). -This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + @@ -10188,11 +10698,6 @@ Fix Power Spikes - - - Fix SmO2 Anomaly - - FixSpikesConfig @@ -10248,17 +10753,17 @@ FolderNameDialog - + Folder Name - + Cancel Cancelar - + Create @@ -10277,12 +10782,12 @@ - + seconds segundos - + You entered '%1' which is not an expected value. @@ -10803,53 +11308,6 @@ Cancel Cancelar - - - Garmin Connect - - - - - Error uploading to Garmin Connect - - - - - Successfully uploaded to Garmin Connect - - - - - - Login to Garmin Connect... - - - - - - Login to Garmin Connect finished. - - - - - Upload to Garmin Connect... - - - - - Upload... Sending to Garmin Connect - - - - - Upload to Garmin Connect finished. - - - - - Error from Garmin Connect: - - GcCalendar @@ -10956,42 +11414,42 @@ GcCrashDialog - + %1 Crash Recovery - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... - + Close Fechar - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics - + Text File (*.txt) @@ -10999,42 +11457,42 @@ GcMiniCalendar - + Mon - + Tue - + Wed - + Thu - + Fri - + Sat - + Sun - + MMMM yyyy @@ -11096,11 +11554,6 @@ - - BikeStress - - - Start creating of: Directories... @@ -11141,6 +11594,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11338,17 +11796,17 @@ GcWindowDialog - + Chart Setup - + Cancel Cancelar - + OK OK @@ -11430,63 +11888,67 @@ - - 2d Plot + + Python Chart - - 3d Plot + + Python Chart - Aerolab Chung Analysis + 2d Plot - Calendar + Aerolab Chung Analysis - Navigator + Calendar - Summary + Navigator - Telemetry + Summary - Workout + Telemetry - Realtime + Workout + Realtime + + + + Pedal Stroke - + Web page - Map Mapa @@ -11501,17 +11963,12 @@ - - StreetView - - - - + Video Player - + Workout Editor @@ -11530,162 +11987,193 @@ Idioma: - + Language - + English Inglês - + French Francês - + Japanese Japonês - + Portugese (Brazil) - + Italian - + German - + Russian - + Czech - + Spanish - + Portugese - + Chinese (Simplified) - + Chinese (Traditional) - + Dutch - + Swedish - + Unit - + Metric Métrico - + Imperial Imperial - + Use Garmin Smart Recording - + Smart Recording Threshold (secs) - + Elevation hysteresis (meters) - + W' bal formula - + Enable R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library - + Workout and VideoSync Library - + R Installation Directory - + + Python Home + + + + R Installation (R_HOME) - + Differential - + Integral - + Warn for unsaved activities on exit - + Enable API Web Services - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library @@ -11698,14 +12186,15 @@ distância - - - + + + + Browse - + Select Workout Library @@ -11819,33 +12308,33 @@ GoogleDrive - + You must authorise with GoogleDrive first - + No such directory, try setting a new location in options. - - + + Completed. Concluído. - + Upload failed - + Google Drive - + Sync your data via your cloud storage. @@ -11876,12 +12365,12 @@ Gradient - + Gradient - + Elevation Gain to Total Distance percent ratio @@ -11939,186 +12428,186 @@ GroupByModel - - - - - + + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short - + Medium - + Long - + Very Long - + Undefined - + Best 10 - + Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% - + Date Data - + This week - + This month - + Last month - + yyyy-MM (MMMM) @@ -12151,18 +12640,18 @@ HeartBeats - + Heartbeats - - + + beats - + Total Heartbeats @@ -12287,11 +12776,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula @@ -12388,300 +12872,310 @@ - Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + Fix SmO2/tHb outliers + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + + + + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General - + Athlete Atleta - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport - + Passwords - + Appearance - + Data Fields - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training - + Remote Controls - + Train Devices @@ -12702,12 +13196,12 @@ HistogramWindow - + Bin width - + Log Y @@ -12722,18 +13216,18 @@ - + Show - + With zeros Com zeros - + Shade zones @@ -12744,7 +13238,7 @@ - + Show in zones @@ -12769,32 +13263,32 @@ - + Total (x-axis) - + Distribution (y-axis) - + Color - + Absolute Time - + Percentage Time - + Use polarised zones @@ -12831,218 +13325,218 @@ - + Unable to process chart file - + Bad chart type (%1). - + Are you sure you want to remove the chart? - + Remove - + Problem Saving Chart Bar Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + Ride Log - + Aerobic Power - + Anaerobic Power - + Cadence Cadência - + Calendar - + CP - + Details - + Distance Distância - + Edit - + Elapsed Time - + Heartrate Frequência Cardíaca - + Lap - + Map Mapa - + Performance - + PMC - + Power Potência - + QA - + Ride - + Speed Velocidade - + Summary - + Target Power - + Time and Distance - + Time In Zone - + W' In Zone - + Sustained In Zone - + Training Mix - + Navigator - + W/kg - + Workout - + Stress - + Scatter - - + + HrPw - + Activity Log - + Tracker - + CP History - + Library - + CV @@ -13050,12 +13544,12 @@ HrNp - + HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm @@ -13063,12 +13557,12 @@ HrPw - + HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm @@ -13123,7 +13617,7 @@ HrSchemePage - + Add Adicionar @@ -13132,61 +13626,74 @@ Renomear - + Delete Excluir - + + - + - - + Short - + Long - + Percent of LT いまいち - + Trimp k でいいのかな? - + Maximum of 10 zones reached. - - + + New - - + + New (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13319,27 +13826,27 @@ HrZonePage - + Sport - + Bike - + Run - + Lactate Threshold - + Default Padrão @@ -13611,12 +14118,12 @@ - + Problem Saving Heartrate Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -13682,167 +14189,476 @@ - ICalendar + HrvMeasures - - Action + + HR - - Allow Conflict + + AVNN - - Attachment + + SDNN - - Attendee + + RMSSD - - Calendar Identifier + + PNN50 - - Master + + LF - - Scale + + HF - - - Version + + Recovery Points - - Level - + + bpm + bpm - - Event Identifier + + msec - - Category - + + % + % - - Class + + msec^2 - - Command + + Rec.Points - - Comment + + Hrv + + + HrvMeasuresCsvImport - - Completed + + Select HRV measurements file to import - - Contact + + CSV Files (*.csv) - - Date Created + + No file selected. - - CSID? + + Selected file %1 cannot be opened for reading. - - - No later than + + Column header contains duplicate identifier - - No earlier than + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. - - Decreed + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. - - Default character set + + Number of data columns: %1 in line %2 lower than header columns: %3 - - Default locale + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 - - Default timezone + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 - - Default VCar + + Invalid 'rMSSD' - in line %1 - - Deny + + Invalid 'HR' - in line %1 - - Description - Descrição + + Invalid 'AVNN' - in line %1 + - - End Date & Time + + Invalid 'SDNN' - in line %1 - - Timestamp + + Invalid 'pNN50' - in line %1 - - Start Date & Time + + Invalid 'LF' - in line %1 - - Due Date + + Invalid 'HF' - in line %1 - - Duration + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + + + + + Import CSV file + Importar arquivo CSV + + + + Choose date range for download + + + + + From date of first recorded activity to today + + + + + From date of last downloaded measurement to today + + + + + Enter manually: + + + + + Discard all existing measurements + + + + + Download + + + + + Close + Fechar + + + + Body Measurements + + + + + Invalid date range - please check your input + + + + + Download completed. + + + + + HRV Measurements + + + + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + + + + + + Update + + + + + + + + + + + - + + + + + Add + Adicionar + + + + Delete + Excluir + + + + Source + + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + + ICalendar + + + Action + + + + + Allow Conflict + + + + + Attachment + + + + + Attendee + + + + + Calendar Identifier + + + + + Master + + + + + Scale + + + + + + Version + + + + + Level + + + + + Event Identifier + + + + + Category + + + + + Class + + + + + Command + + + + + Comment + + + + + Completed + + + + + Contact + + + + + Date Created + + + + + CSID? + + + + + + No later than + + + + + No earlier than + + + + + Decreed + + + + + Default character set + + + + + Default locale + + + + + Default timezone + + + + + Default VCar + + + + + Deny + + + + + Description + Descrição + + + + End Date & Time + + + + + Timestamp + + + + + Start Date & Time + + + + + Due Date + + + + + Duration Duração @@ -14175,52 +14991,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts - + Cancel Cancelar - + Import - - - - - - - + + + + + + + Diary - - - - - - + + + + + + Trends - - + + Activities - - + + Train @@ -14334,7 +15158,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14350,22 +15174,22 @@ IntervalMetricsPage - + Available Metrics - + Selected Metrics - + Up - + Down @@ -14432,12 +15256,20 @@ IntervalsPage - + Enable interval auto-discovery + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + + JouleDevice @@ -14477,7 +15309,7 @@ - Version + Version @@ -14584,6 +15416,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + + + + + + Completed. + Concluído. + + + + Upload failed + + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Notas + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + Feito + + + KettlerController @@ -14594,63 +15520,63 @@ KeywordsPage - + Field Campo - + Use for Background - + Add Adicionar - + Up - + Down - + Keyword - + Color - + Related Notes Words - - + + New - + New (%1) - + + - + - @@ -14671,7 +15597,7 @@ Renomear - + Delete Excluir @@ -14890,142 +15816,143 @@ LTMPlot - - - + + + Date Data - - + + Time of Day - - - - + + + + %1 trend - + %1 average - + %1 Top %2 Outliers - + %1 Outlier - + %1 Best - + Best %1 - + watts watts - - + + Best - + Day - + Week - + Month - + Year - - + + All - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today Hoje - + minutes minutos - - - - - - - - - + + + + + + + + + seconds segundos - - - - + + + + + Ramp - + hours horas - + Week Commencing %1 @@ -15132,271 +16059,246 @@ LTMSidebar - - + + Date Ranges - - - + + + Events - - - - - - + + + + + + Add season - - + + Edit season - - + + Delete season - - + + Edit details Editar detalhes - - - - - - + + + + + + + Add Event - - - - + + + + Menu - + Charts - - + + Filters - + Autofilter - - Summary - - - - - + + Edit phase - - + + Delete phase - - - - - - + + + + + + Add Phase - - + + Delete event - - + + Add event - + Workout Code|Sport - - - + + + (blank) - + Manage Filters - + Delete Filter%1 - + Edit Season - + You can only edit user defined seasons. Please select a season you have created for editing. - + Delete Season - + You can only delete user defined seasons. Please select a season you have created for deletion. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. - - - You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - - - - - Totals - - - - - Averages - - - - - Maximums - - - - - Metrics + + The new event could not be uploaded to your remote calendar. - - ^(Average|Max) + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - seconds - segundos + segundos - + Add Chart - + Edit Chart - + Delete Chart - + Delete Selected Charts - + Export Chart - + Export Selected Charts - + Import Charts - + Reset to default - + Export Charts - - + + Chart File (*.xml) Arquivo de Gráfico (*.xml) - + Entry Error - + Selected file (%1) does not exist - + You are about to reset the chart sidebar to the default setup - + Do you want to continue? @@ -15404,7 +16306,7 @@ LTMTool - + Metric @@ -15521,340 +16423,340 @@ Gerenciar - + Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress - + Skiba Short Term Stress - + Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance - + Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp - + Skiba LTS Ramp - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress - + Daniels Short Term Stress - + Daniels Stress Balance - + Daniels STS Ramp - + Daniels LTS Ramp - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress - + TRIMP Short Term Stress - + TRIMP Stress Balance - + TRIMP STS Ramp - + TRIMP LTS Ramp @@ -15863,37 +16765,52 @@ Erro - + Edit - + Use sidebar chart settings - + Basic - + Preset - + Estimate - + Formula - + + Measure + + + + + Performance + + + + + Banister + + + + Chart %1 @@ -15920,7 +16837,7 @@ - + Stack Zoom @@ -15949,72 +16866,77 @@ Excluir - + Add Current - + Charts - + + Show Banister Helper + + + + Apply Aplicar - + Up - + Down - + Curves - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type Tipo - + Details - + Peak @@ -16034,125 +16956,156 @@ Gráfico - + Days Dias - + Weeks Semanas - + Months Meses - + Years Anos - - + + All - + Data Table - + Stacked - + Export Chart Data... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + grouped by - + day - + week - + month - + year - + time of day - - + + seconds segundos - - + + Date Data - + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours horas - + Export Chart Config - + Save Chart Data as CSV - + Group by - + Time Of Day @@ -16164,105 +17117,105 @@ Padrão - - + + + - - + + - - - + + Add Adicionar - - + + Delete Excluir - + Def - - + + From Date - - + + Lactate Threshold - + Maximum of 10 zones reached. - - + + New - - + + New (%1) - - + + Rest HR - - + + Update - - + + Max HR - - - + + + MMM d, yyyy - + Short - + Long - + From BPM - + Trimp k @@ -16323,161 +17276,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -16527,7 +17480,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -16625,7 +17578,7 @@ LocalFileStore - + You must define a network folder first @@ -16640,24 +17593,24 @@ - - + + Completed. Concluído. - - + + Write to folder %1 failed - + Local Store - + Sync with a local folder or thumbdrive. @@ -16839,8 +17792,8 @@ &Novo... - - + + Ctrl+N Ctrl+N @@ -16872,17 +17825,17 @@ &Download do dispositivo... - + Diary - + Train - + Add Chart @@ -16892,7 +17845,7 @@ - + Delete Activity @@ -16947,128 +17900,123 @@ - + CP and W' Solver... - + VDOT and T-Pace Calculator... - - Get &Body Measures... - - - - + Download workouts from Today's Plan... - + Import workouts, videos, videoSyncs... - + Scan disk for workouts, videos, videoSyncs... - + Maintain charts - + Curate charts - - - + + + Activity Import - - - + + + Closing of athlete window not possible while background activity import is in progress... - + Chart Import - + Failed to export activity, please check permissions - + No Activity To Save - + There is no currently selected activity to save. - - + - + + Split Activity - - + + No activity selected - + Current activity contains no data to split - + Current activity contains no data to merge - + Are you sure you want to delete the activity: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Export Metrics as CSV... @@ -17093,7 +18041,7 @@ - + Air Density (Rho) Estimator... @@ -17103,43 +18051,43 @@ - + Activities - + Upload Chart... - + Download Chart... - + Imported %1 metric charts - + Select Activity - - + + No activity selected! - + Export Activity - + Export Failed @@ -17217,43 +18165,43 @@ Exportar para PWX... - + &Tools Ferramen&tas - + &Options... &Opções... - + Create a new workout... - + Download workouts from ErgDB... - + &View &Visualizar - - + + Toggle Full Screen - + Show Left Sidebar - + Show Toolbar @@ -17303,47 +18251,77 @@ - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + CP and W' Estimator... - + Create Heat Map... - + Cloud Status... - + Cloud Contributions - + Cloud Curator - + &Edit - + Show Compare Pane - + Show Athlete Tabs - + Trends @@ -17352,58 +18330,58 @@ Intervalos - + Reset Layout - + Tabbed not Tiled - + &Help Overview - + &Discussion and Support Forum - + You are about to reset all charts to the default setup - + Do you want to continue? - - + + &New Athlete... - + &Help Ajuda (&H) - + &User Guide - + &Log a bug or feature request - + &About GoldenCheetah Sobre o GoldenCheet&ah @@ -17464,29 +18442,29 @@ O arquivo %1 não pôde ser aberto para escrita - - + + Import from File Importar de Arquivo - + Refresh in Progress - + Export Metrics - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid @@ -17547,12 +18525,12 @@ <center><h2>GoldenCheetah</h2>Software de Análise de Potência para Ciclismo<br>para Linux, Mac, e Windows<p>Data do Build: %1 %2<p>Versão: %3<p>O GoldenCheetah é licenciado sob a <br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>O código-fonte pode ser obtido de<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Arquivos de Percurso e outros dados são armazenados em<br><a href="%4">%5</a></center> - + Delete Excluir - + Changes on @@ -17809,8 +18787,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 @@ -17831,18 +18813,18 @@ MaxCT - + Max Core Temperature - - + + C - + Maximum Core Temperature. The core body temperature estimate is based on HR data @@ -17850,18 +18832,18 @@ MaxCadence - + Max Cadence - - + + rpm rpm - + Maximum Cadence @@ -17869,18 +18851,18 @@ MaxHr - + Max Heartrate Frequência Cardíaca Máxima - - + + bpm bpm - + Maximum Heart Rate. @@ -17907,18 +18889,18 @@ MaxPower - + Max Power Potência Máxima - - + + watts watts - + Maximum Power @@ -17926,12 +18908,12 @@ MaxPowerVariance - + Max Power Variance - + Maximum Power Deviation with respect to 30sec Moving Average @@ -17958,18 +18940,18 @@ MaxSmO2 - + Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -17977,22 +18959,22 @@ MaxSpeed - + Max Speed - + kph Km/h - + mph mph - + Maximum Speed @@ -18000,22 +18982,22 @@ MaxTemp - + Max Temp - + C - + F - + Maximum Temperature @@ -18034,41 +19016,69 @@ % - - Maximum W' bal Expended expressed as percentage of W', W' bal tracks the level of W' according to CP model during intermitent exercise. + + Maximum W' bal Expended expressed as percentage of W', W' bal tracks the level of W' according to CP model during intermitent exercise. + + + + + MaxtHb + + + Max tHb + + + + + + g/dL + + + + + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + + + + MeanPowerVariance + + + Average Power Variance + + + + + Mean Power Deviation with respect to 30sec Moving Average - MaxtHb + Measure - - Max tHb + + Manual entry - - - g/dL + + Withings - - Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + Today's Plan - - - MeanPowerVariance - - Average Power Variance + + CSV Upload - - Mean Power Deviation with respect to 30sec Moving Average - + + Unknown + Desconhecido @@ -18113,22 +19123,22 @@ MergeAdjust - + Adjust Alignment - - Adjust merge alignment in time + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) - + Adjust: - + Reset @@ -18136,32 +19146,32 @@ MergeChoose - + Choose an Activity - + Choose an Existing activity to Combine - + Filename Nome do Arquivo - + Date Data - + Time Tempo - + dd MMM yyyy @@ -18169,17 +19179,17 @@ MergeConfirm - + Confirm - + Complete and Save - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18191,17 +19201,17 @@ MergeDownload - + Download Activity - + Download Activity to Combine - + Error - Unknown file type Erro - Tipo de arquivo desconhecido @@ -18209,32 +19219,32 @@ MergeMode - + Select Mode - + How would you like to combine the data ? - + Merge Data to add another data series - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - + Join Data to form a longer activity - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. @@ -18266,75 +19276,91 @@ Sem Potência - + Merge Data Series - + Select the series to merge together + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source - + Where is the data you want to combine ? - + Import from a File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. - + Download from Device - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - + Existing Activity - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - + All Supported Formats (%1) - + All files (*.*) - + Import from File Importar de Arquivo - + Error - Unknown file type Erro - Tipo de arquivo desconhecido @@ -18342,52 +19368,52 @@ MergeStrategy - + Select Strategy - + How should we align the data ? - + Align using start time - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - + Align using shared data series - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - + Align starting together - + Regardless of the timestamp on the activity, align with both activities starting at the same time. - + Align ending together - + Regardless of the timestamp on the activity, align with both activities ending at the same time. @@ -18415,651 +19441,309 @@ - MergeWelcome - - - Combine Activities - - - - - Lets get started - - - - - This wizard will help you combine data with the currently selected activity. - -You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. - - - - - MetadataPage - - - Fields - Campos - - - - Notes Keywords - - - - - Defaults - - - - - Processing - Processando - - - - MetricAggregator - - Refreshing Metrics Database... - Atualizando Banco de Dados de Métricas... - - - Abort - Abortar - - - - MetricConfig - - - Custom - - - - - Bests - - - - - Summary - - - - - Intervals - Intervalos - - - - MinHr - - - Min Heartrate - - - - - - bpm - bpm - - - - Minimum Heart Rate. - - - - - MinSmO2 - - - Min SmO2 - - - - - - % - % - - - - Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. - - - - - MinTemp - - - Min Temp - - - - - C - - - - - F - - - - - Minimum Temperature - - - - - MinWPrime - - - Minimum W' bal - - - - - - kJ - kJ - - - - Minimum W' bal, W' bal tracks the level of W' according to CP model during intermitent exercise. - - - - - MintHb - - - Min tHb - - - - - - g/dL - - - - - Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. - - - - - ModelDataProvider - - - Power (watts) - Potência (watts) - - - - Cadence (rpm) - Cadência (rpm) - - - - Heartrate (bpm) - Frequência Cardíaca (bpm) - - - - Speed (kph) - - - - - Speed (mph) - - - - - Altitude (meters) - - - - - Altitude (feet) - - - - - Torque (N) - - - - - Elapsed Time (secs) - - - - - Elapsed Distance (km) - - - - - Elapsed Distance (mi) - - - - - Interval Number - - - - - Latitude (degree x 1000) - - - - - Longitude (degree x 1000) - - - - - Circumferential Pedal Velocity (cm/s) - - - - - Average Effective Pedal Force (N) - - - - - Time at X/Y (%) - - - - - Power Zone - - - - - L/R Balance - - + MergeWelcome - - Running Vertical Oscillation + + Combine Activities - - Running Ground Contact Time + + Lets get started - - Running Cadence + + This wizard will help you combine data with the currently selected activity. + +You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. + + + MetadataPage - - Gear Ratio - + + Fields + Campos - - Muscle Oxygen - + + Notes Keywords + - - Haemoglobin Mass + + Defaults - - Slope (gradient) - + + Processing + Processando + + + MetricAggregator - - Unknown - Desconhecido + Refreshing Metrics Database... + Atualizando Banco de Dados de Métricas... - - Power - Potência + Abort + Abortar + + + MetricConfig - - Cadence - Cadência + + Custom + - - Heartrate - Frequência Cardíaca + + Bests + - - Speed - Velocidade + + Summary + - - Altitude - Altitude + + Intervals + Intervalos + + + MinHr - - Pedal Force + + Min Heartrate - - Time - Tempo + + + bpm + bpm - - Distance - Distância + + Minimum Heart Rate. + + + + MinSmO2 - - Interval - Intervalo + + Min SmO2 + - - Latitude - Latitude + + + % + % - - Longitude - Longitude + + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. + + + + MinTemp - - Time at X/Y + + Min Temp - - Zone + + C - - CPV + + F - - AEPF + + Minimum Temperature + + + MinWPrime - - Balance + + Minimum W' bal - - RV - + + + kJ + kJ - - GCT + + Minimum W' bal, W' bal tracks the level of W' according to CP model during intermitent exercise. + + + MintHb - - Run Cad + + Min tHb - - Gear + + + g/dL - - SmO2 + + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. + + + ModelDataProvider - - tHb - + Power (watts) + Potência (watts) - - Slope - + Cadence (rpm) + Cadência (rpm) - - None - + Heartrate (bpm) + Frequência Cardíaca (bpm) - - No data or bin size too large - + Unknown + Desconhecido - - - ModelWindow - Power - Potência + Potência - Cadence - Cadência + Cadência - Heartrate - Frequência Cardíaca + Frequência Cardíaca - Speed - Velocidade + Velocidade - Altitude - Altitude + Altitude - - Torque - Torque + Time + Tempo - - AEPF - + Distance + Distância - - CPV - + Interval + Intervalo - - Time - Tempo + Latitude + Latitude - - Distance - Distância + Longitude + Longitude + + + ModelWindow - - Slope - + Power + Potência - - Latitude - Latitude + Cadence + Cadência - - Longitude - Longitude + Heartrate + Frequência Cardíaca - - L/R Balance - + Speed + Velocidade - - Running Vertical Oscillation - + Altitude + Altitude - - Running Cadence - + Torque + Torque - - Running GCT - + Time + Tempo - - Gear Ratio - + Distance + Distância - - Muscle Oxygen - + Latitude + Latitude - - Haemoglobin Mass - + Longitude + Longitude - Analyse - Analisar + Analisar - X-Axis: - Eixo X: + Eixo X: - Y-Axis: - Eixo Y: + Eixo Y: - Z-Axis: - Eixo Z: + Eixo Z: - Color: - Cor: - - - - Bin Width: - - - - - User Defined - - - - - Natural Cadence Selection - - - - - Route Visualisation - - - - - Power Fatigue - - - - - Impact of Altitude - + Cor: - - Time at X&Y - Tempo em X&Y - - - - Power Zone - - - - - Bar - - - - - Grid - - - - - Surface - - - - - Dots - - - - - Ignore Zero - - - - - Show Grid - - - - - Frame Intervals - + Tempo em X&Y - Legend - Legenda + Legenda @@ -19198,16 +19882,8 @@ MultiDeviceDialog - - Multiple Device Configuration - - - - - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + Multiple Device Configuration @@ -19236,27 +19912,27 @@ segundos - + Date Data - + MMM d, yyyy - + Time Tempo - + Last updated - + ddd MMM d, yyyy hh:mm @@ -19469,18 +20145,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Frequência Cardíaca - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values @@ -19488,18 +20164,18 @@ NonZeroPower - + Nonzero Average Power - - + + watts watts - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -19507,235 +20183,347 @@ OAuthDialog - + OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. - - - + + Authorization Error - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - - - - - Twitter authorization was successful. - - - - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information - - Error in authorization - - - - - There was an error during authorization. Please check the error description. - - - - + Dropbox authorization was successful. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. - + Cycling Analytics authorization was successful. - + Google Calendar authorization was successful. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Feito + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport - + Workout Code - + Duration Duração - + Notes Notas - - HRV + + HRV rMSSD - + Heartrate Frequência Cardíaca - + Heartrate Zones - + Climbing - + Cadence Cadência - + Equivalent Power - + RPE - + Stress - + Fatigue Zones - + Intervals Intervalos - + Intensity - + Power Potência - + Power Zones - + Power Model - + Distance Distância - + Speed Velocidade - + Pace Zones - + Route + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19761,54 +20549,54 @@ PaceSchemePage - + + - + - - + Add Adicionar - + Delete Excluir - + Short - + Long - + Percent of CV - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -19969,27 +20757,27 @@ PaceZonePage - + Sport - + Run - + Swim - + Critical Velocity - + Default Padrão @@ -20233,132 +21021,132 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. - + Extending final range %1 to infinite to include present date. - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Descrição</td> - + <td align="center">Low (%1)</td> - + <td align="center">High (%1)</td> - + <td align="center">Time</td> <td align="center">Tempo</td> - + <td align="center">%</td> - + Problem Saving Pace Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - + + min/100m - - + + min/100yd - - + + min/km - - + + min/mile @@ -20514,64 +21302,204 @@ Longitude - - Altitude - Altitude + + Altitude + Altitude + + + + Headwind + + + + + Slope + + + + + Temperature + + + + + SmO2 + + + + + tHb + + + + + Interval + Intervalo + + + + Paste error + Erro ao colar + + + + Please select target cell or cells to paste values into. + Por favor selecione em qual célula ou células os valores serão colados. + + + + Copy/Paste Mismatch + いまいち + + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + A série selecionada e os dados disponíveis possuem tamanhos diferentes, alguns dados podem ser perdidos. + +Você deseja continuar? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr30m + + + 30 min Peak Hr + - - Headwind - + + + bpm + bpm + + + PeakHr3m - - Slope + + 3 min Peak Hr - - Temperature - + + + bpm + bpm + + + PeakHr5m - - SmO2 + + 5 min Peak Hr - - tHb + + + bpm + bpm + + + + PeakHr60m + + + 60 min Peak Hr - - Interval - Intervalo + + + bpm + bpm + + + PeakHr8m - - Paste error - Erro ao colar + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - Por favor selecione em qual célula ou células os valores serão colados. + + + bpm + bpm + + + PeakHr90m - - Copy/Paste Mismatch - いまいち - + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - A série selecionada e os dados disponíveis possuem tamanhos diferentes, alguns dados podem ser perdidos. - -Você deseja continuar? + + + bpm + bpm @@ -21821,12 +22749,12 @@ Concluído. - + PolarFlow - + Download from the popular Polar website. @@ -21835,184 +22763,199 @@ PowerHist - + Time (minutes) Tempo (minutos) - + Time (percent) Tempo (percentual) - + Power (watts) Potência (watts) - - + + Power zone - + Heartrate (bpm) Frequência Cardíaca (bpm) - + Heartrate zone - - - - - + + + + + seconds segundos - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) - + %1 of Activity - + W'bal zone - + W'Bal Consumed (%) - + Power (watts/kg) - + aPower (watts) - + Cadence (rpm) Cadência (rpm) - + Pace zone - + Speed (%1) Velocidade (%1) - + kph Km/h - + mph mph - + Torque (%1) Torque (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio - + SmO2 - + Unknown data series - + min/km - + min/mile - - + + %1 Pace (%2) - + min/100m - + min/100yd - - - - + + + + minutes minutos - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -22160,32 +23103,32 @@ ProcessorPage - + Processor - + Apply Aplicar - + Settings Ajustes - + Manual Manual - + Import - + Save Salvar @@ -22195,6 +23138,22 @@ + PythonChart + + + Show Console + + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -22218,20 +23177,21 @@ - - + + + Lap %1 - - + + MMM dd yyyy - + All @@ -22311,62 +23271,44 @@ - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - Desconhecido + Desconhecido - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -22391,7 +23333,7 @@ - + Problem Saving Seasons @@ -22456,99 +23398,292 @@ - - - Other - Outro + + + Other + Outro + + + + Chinese (Simplified) + + + + + Dutch + + + + + Swedish + + + + + Run + + + + + Swim + + + + + Unsupported file format + + + + + Rest + + + + + Very, very easy + + + + + Easy + + + + + Moderate + + + + + Somewhat hard + + + + + Hard + + + + + Hard+ + + + + + Very hard + + + + + Very hard+ + + + + + Very hard++ + + + + + Maximum + + + + + Invalid + + + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D {3 ?} + + + + 4 + 3D {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D {6 ?} + + + + 7 Very fatigued+ + + + + + 8 + 3D {8 ?} - - Chinese (Simplified) - + + 9 + 3D {9 ?} - - Dutch + + 10 Total Fatigue, Nothing Left - - Swedish + + Problem Saving HRV Measurements - - Run + + Problem Reading HRV Measurements - - Swim + + Problem Parsing HRV Measurements - - Unsupported file format + + Developer limit exceeded - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -22624,205 +23759,220 @@ RealtimeData - + None - + Time Tempo - + Lap - + Lap Time - + Lap Time Remaining - + + Section Time Remaining + + + + BikeStress - + kJoules - + W' bal - + XPower - + Iso Power - + Intensity Factor - + Relative Intensity - + Skiba Variability Index - + Variability Index - + Distance Distância - + Alternate Power - + Power Potência - + Speed Velocidade - + Virtual Speed - + Cadence Cadência - + Heart Rate Frequência Cardíaca - + Target Power - + Average Power Potência Média - + Average Speed Velocidade Média - + Average Heartrate - + Average Cadence Cadência Média - + Lap Power - + Lap Speed - + Lap Heartrate - + Lap Cadence - + Left/Right Balance - + Total Hb Mass - + Hb O2 Saturation - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness - + Right Torque Effectiveness - + Left Pedal Smoothness - + Right Pedal Smoothness - + Slope + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -23074,12 +24224,12 @@ RemotePage - + Action - + ANT+ Command @@ -23103,17 +24253,17 @@ RenameIntervalDialog - + Rename Intervals - + &OK &OK - + &Cancel &Cancelar @@ -23182,22 +24332,22 @@ RideCache - + Can't rename %1 to %2 in %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + seconds segundos @@ -23589,478 +24739,472 @@ RideFile - + Run - + Swim - + Time Tempo - + Cadence Cadência - + Heartrate Frequência Cardíaca - + Distance Distância - + Speed Velocidade - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Torque Torque - + Power Potência - + xPower - + aPower - + aTISS - + anTISS - + Iso Power - + Altitude Altitude - + Longitude Longitude - + Latitude Latitude - + Headwind - + Slope - + Temperature - + Left/Right Balance - + Left Torque Efficiency - + Right Torque Efficiency - + Left Pedal Smoothness - + Left Platform Center Offset - + Right Platform Center Offset - + Left Power Phase Start - + Right Power Phase Start - + Left Power Phase End - + Right Power Phase End - + Left Peak Power Phase Start - + Right Peak Power Phase Start - + Left Peak Power Phase End - + Right Peak Power Phase End - - + + Interval Intervalo - + VAM - + Watts per Kilogram - + W' balance - + SmO2 - + THb - + O2Hb - + HHb - + Vertical Oscillation - + Run Cadence - + GCT - + Gear Ratio - + W' Consumed - + Sample Index - + R-R - - + + Unknown Desconhecido - - + + seconds segundos - + rpm rpm - + rpm/s - + bpm bpm - + bpm/s - + km km - + miles milhas - - + + kph Km/h - + mph mph - + m/s/s - + N - + N/s - - - - + + + + watts watts - + watts/s - - + + TISS - + metres - + feet pés - + lon - + lat - - - - - - - + + + + + + + % % - + °C - - - - - - - - + + + + + + + + ° - - Invalid File Name - - - - - + + mm - + Right Pedal Smoothness - + meters per hour - + watts/kg - + joules - + g/dL - + spm - + cm - + ms - + ratio - Invalid date/time in filename: %1 Skipping file... - Data/hora inválida no nome do arquivo: + Data/hora inválida no nome do arquivo: %1 Pulando arquivo... - + Wheelsize @@ -24068,107 +25212,107 @@ RideFileInterval - + ALL - + DEVICE - + USER - + PEAK PACE - + PEAK POWER - + SEGMENTS - + CLIMBING - + EFFORTS - + The entire activity - + Device specific intervals - + User defined laps or marked intervals - + Peak pace for running and swimming - + Peak powers for cycling 1s thru 1hr - + Route segments using GPS data - + Ascents for hills and mountains - + Sustained efforts and matches using power - + Peak - + Find Buscar - + Match - + Climb - + Best @@ -24349,64 +25493,64 @@ RideImportWizard - + Select Date... Selecionar Data... - + Today Hoje - + Last Monday Segunda-feira Passada - + Last Tuesday Terça-feira Passada - + Last Wednesday Quarta-feira Passada - + Last Thursday Quinta-feira Passada - + Last Friday Sexta-feira Passada - + Last Saturday Sábado Passado - + Last Sunday Domingo Passado - + Choose Date Escolher Data - + Cancel Cancelar - - - + + + Abort Abortar @@ -24415,57 +25559,57 @@ Sobrescrever Arquivos Existentes - + Filename Nome do Arquivo - + Date Data - + Time Tempo - + Duration Duração - + Distance Distância - + Import Status Status da Importação - + Step 1 of 4: Check file permissions Passo 1 de 4: Checar permissões de arquivo - + Error - Not a file. - + Error - File is not readable. - + Queued Enfileirado - + Error - Unknown file type Erro - Tipo de arquivo desconhecido @@ -24474,107 +25618,122 @@ Erro - Arquivo inválido - + Error - File does not exist. - + + Error - Opendata summary. + + + + + undefined + + + + Step 2 of 4: Validating Files Passo 2 de 4: Validando Arquivos - - - - - + + + + + Error Erro - + Parsing... Analisando... - + Validated Validado - + Warning - Aviso - - - + + ; - + Error - Erro - - + Step 3 of 4: %1 ride(s) are missing the date and time. - + Step 3 of 4: Change Date/Time or Save to continue. - + No files for automatic import selected. - + More than 24hrs of activities to fit into a day - + Auto Import - + Automatic import from defined directories is completed. - + Error - Activity file exists - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed - + + Processing... + + + + Error - Moving %1 to activities folder - + Error - .JSON creation failed - + Error - Import of activitiy file failed @@ -24583,57 +25742,57 @@ - + Directory - + Import Rule - + Directory Status - + No import - + No directory - + Directory not available - + Directory not readable - + %1 files for import selected - + No files in requested time range - + No activity files found - + Import Files @@ -24642,7 +25801,7 @@ Passo 3 de 4: Confirmar Data e Hora - + Save Salvar @@ -24651,17 +25810,17 @@ hh:mm:ss - + Invalid Selection Seleção Inválida - + Step 4 of 4: Save to Library Passo 4 de 4: Salvar na Biblioteca - + Saving... Salvando... @@ -24690,12 +25849,12 @@ Erro - Arquivo já existe - + Saving file... Salvando arquivo... - + File Saved Arquivo Salvo @@ -24716,14 +25875,14 @@ Concluído. - + Import Complete. %1 of %2 successful. Importação Concluída. %1 de %2 com sucesso. - - - + + + Finish Fim @@ -24731,128 +25890,128 @@ RideItem - + Entire Activity - + 1 second - + 5 seconds - - + + 10 seconds - - + + 15 seconds - - + + 20 seconds - - + + 30 seconds - - + + 1 minute - - + + 5 minutes - - + + 10 minutes - - + + 20 minutes - - + + 30 minutes - - + + 45 minutes - - + + 1 hour - + %1 (%2 watts) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH - + MATCH @@ -24860,87 +26019,92 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map Mapa - + Show Markers - + Show Full Plot - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - + OpenStreetMap (default) - - OpenCycleMap + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C - - Mapquest + + Google API key - - Custom - + + Interval + Intervalo - + Intervals Intervalos - + Route - + No GPS Data Present @@ -24948,12 +26112,12 @@ RideMetadata - + Problem Saving Meta Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -24962,57 +26126,57 @@ RideNavigator - + *|Workout Code|Date| - + File - + Last updated - + Date Data - + Time Tempo - + Config Checksum - + Remove Column Remover Coluna - + Column Chooser - + Do Not Show in Groups - + Show In Groups @@ -25020,7 +26184,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Não pôde ler arquivo " @@ -25035,326 +26199,296 @@ - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Device Type: - - + + Totals - - + + Averages - - + + Maximums - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> - + W' - + CP - - + + watts watts - - + + w/kg - + FTP (watts) - + FTP (w/kg) - + P-max - + Interval Name - - - + + + %1 of %2 - - - + + + dd MMM yyyy - - - - + + + + N/A - + Metrics* - - - + + + ^(Average|Max) - - <h3>Modeling<br>%1</h3> - - - + - Compare - + Summary - + Metrics - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds segundos - + <h3>Athlete Bests</h3> - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> - - - + + + <h3>Power Zones</h3> - - + + <h3>W'bal Zones</h3> - + <h3>Heart Rate Zones</h3> - + Intervals Intervalos - - + + ride - - + + rides - - - + + + <td align="center">Date</td> - - - + + + <td align="center"></td> - - + + run - - + + runs - - + + swim - - + + swims - + <p><h2>Errors reading file:</h2><ul> <p><h2>Erros ao ler arquivo:</h2><ul> - - + + <h3>Heartrate Zones</h3> @@ -25377,12 +26511,12 @@ - + RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -25412,46 +26546,6 @@ Cancel Cancelar - - - Ride With GPS - - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - - RiderPage @@ -25523,106 +26617,85 @@ lb - - + + kg - - + + lb - - From Date - - - - - Weight - - - - - Fat - - - - - Muscle - - - - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment - - + + Update - + + - + - - + Add Adicionar - + Delete Excluir - + + + MMM d, yyyy - hh:mm:ss + + + Time - Tempo + Tempo - + Source - + Original Source - - - MMM d, yyyy - - - - + Manual entry @@ -25635,6 +26708,11 @@ + + Season + + + &All Selected @@ -25659,7 +26737,7 @@ Routes - + Route #%1 @@ -25712,7 +26790,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25720,22 +26798,22 @@ - + &Save and Exit &Salvar e Sair - + &Discard and Exit &Descartar e Sair - + &Cancel Exit &Cancelar Saída - + Always check for unsaved changes on exit Sempre verifique por mudanças não-salvas na saída @@ -25743,7 +26821,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -25752,12 +26830,12 @@ Você efetuou mudanças em - + Save and Conversion Salvar e Converter - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -25765,22 +26843,22 @@ - + &Save and Convert &Salvar e Converter - + &Discard Changes &Descartar Mudanças - + &Cancel Save &Cancelar o salvamento - + Always warn me about file conversions Sempre me alertar sobre conversões de arquivo @@ -25859,7 +26937,7 @@ - Circumferential Pedal Velocity (cm/s) + Circumferential Pedal Velocity (m/s) @@ -26340,7 +27418,7 @@ SchemePage - + Add Adicionar @@ -26349,49 +27427,49 @@ Renomear - + Delete Excluir - + + - + - - + Short - + Long - + Percent of CP - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -26399,46 +27477,46 @@ SearchBox - - + + Search... - + Filter... - - + + Add to Named Filters - - + + Manage Filters - - + + Column Chooser - + and - + Add new search - + Name: @@ -26452,75 +27530,113 @@ + Season + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + Seasons - - + + All Dates - + This Year Este Ano - + This Month Este Mês - + Last Month - + This Week Esta Semana - + Last Week - + + Last 24 hours + + + + Last 7 days Últimos 7 dias - + Last 14 days Últimos 14 dias - + Last 21 days Últimos 28 dias {21 ?} - + Last 28 days Últimos 28 dias - + + Last 6 weeks + + + + Last 2 months Últimos 12 meses {2 ?} - + Last 3 months Últimos 3 meses - + Last 6 months Últimos 6 meses - + Last 12 months Últimos 12 meses @@ -26536,64 +27652,64 @@ Mover abaixo - + Add Adicionar - + Delete Excluir - + Up - + Down - - - - + + + + ddd MMM d, yyyy - + + - + - - - + + Name - - + + Type Tipo - - + + From - - + + To @@ -26608,46 +27724,6 @@ Cancel Cancelar - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - Selfloops @@ -26667,180 +27743,79 @@ - - Selfloops - - - - Upload and track your training and progress. - - - - - SessionRPE - - - Session RPE - - - - - Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. - - - - - SetDataPresentCommand - - - Set Data Present - 自信なし - - - - - SetPointValueCommand - - - Set Value - - - - - SetXDataPointValueCommand - - - Set XData point value - - - - - ShareDialog - - - Share your activity - - - - - Choose which sites you wish to share on: - - - - - Strava - - - - - Ride With GPS - - - - - Today's Plan - - - - - Cycling Analytics - - - - Selfloops - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - - - - - Choose a name for your activity: - - - - - Private + + Upload and track your training and progress. + + + SessionRPE - - Commute + + Session RPE - - Trainer + + Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. + + + SetDataPresentCommand - - &Upload Activity - + + Set Data Present + 自信なし + + + + SetPointValueCommand - - This activity is marked as already on %1. Are you sure you want to upload it? - + + Set Value + + + + SetXDataPointValueCommand - - Choose which data series you wish to send: + + Set XData point value + + + ShareDialog - Altitude - Altitude + Altitude - Power - Potência + Potência - Cadence - Cadência + Cadência - Heartrate - Frequência Cardíaca - - - - &Close - - - - - No share site selected ! - + Frequência Cardíaca - OK - OK + OK - Cancel - Cancelar + Cancelar @@ -26871,23 +27846,23 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -27261,7 +28236,7 @@ - + Confirm @@ -27271,29 +28246,29 @@ - + %1 file(s) will be created. Are you sure you wish to proceed? - + Removed - + Saved - + Completed - + Split Activity Completed @@ -27411,51 +28386,6 @@ - SportPlusHealthUploader - - - SportPlusHealth - - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to upload file (cod. %1) - - - - - successfully uploaded to SportPlusHealth - - - - SportTracks @@ -27468,23 +28398,23 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -27502,12 +28432,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -27684,39 +28614,39 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. - - + + Completed. Concluído. - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. @@ -27827,62 +28757,6 @@ Cancel Cancelar - - - Strava - - - - - no Strava token set. Please authorize in Settings. - - - - - Strava support isn't enabled in this build - - - - - Error uploading to Strava - - - - - Successfully uploaded to Strava - - - - - - Upload activity to Strava... - - - - - Upload... Sending to Strava - - - - - Processing... - - - - - Upload to Strava finished. - - - - - invalid response or parser exception. - - - - - Error from Strava: - - StrokeRate @@ -27932,22 +28806,22 @@ SummaryMetricsPage - + Available Metrics - + Selected Metrics - + Up - + Down @@ -28147,14 +29021,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -28201,57 +29067,57 @@ Themes - + Default Padrão - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -28335,72 +29201,37 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - + TodaysPlanBodyMeasures - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -28667,18 +29498,18 @@ TotalCalories - + Calories (HR) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age @@ -28709,18 +29540,18 @@ TotalWork - + Work Trabalho - - + + kJ kJ - + Total Work in kJ computed from power data @@ -28728,17 +29559,17 @@ TrainConfig - + Train Devices - + Preferences Preferências - + Remote Controls @@ -28782,22 +29613,22 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Allow multiple devices in Train View - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -28805,291 +29636,314 @@ TrainSidebar - + Save workout data - + Devices Dispositivos - - - - + + + + Menu - + Workouts - + Media - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos - - - + + + Delete Excluir - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured - + Please configure a device in Preferences. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. @@ -29099,19 +29953,19 @@ Feito - - + + Add Device - - + + Delete Device - + Are you sure you want to delete this device? @@ -29134,150 +29988,59 @@ TrainingStageBuch - + Completed. + Concluído. + + + + TrainingsTageBuch + + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - + Completed. Concluído. - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. - TrainingstagebuchUploader - - - Trainingstagebuch.org - - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - - - - - Error uploading to Trainingstagebuch.org - - - - - successfully uploaded to Trainingstagebuch.org as %1 - - - - - getting Settings from Trainingstagebuch.org... - - - - - getting new Trainingstagebuch.org Session... - - - - - preparing Trainingstagebuch.org data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to Trainingstagebuch.org ... - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - TreeMapPlot @@ -29302,30 +30065,30 @@ - + Metric Métrico - + Date range - - - - + + + + (unknown) - + %1 activities - + None @@ -29334,7 +30097,7 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. @@ -29348,210 +30111,94 @@ TwitterDialog - Choose which metrics you wish to tweet: - Escolha quais métricas você quer twittar: + Escolha quais métricas você quer twittar: - Workout Time - Tempo de Exercício - - - - Tweet Activity - - - - - Time Moving - - - - - Total Distance - Distância Total + Tempo de Exercício - - Elevation Gain - + Total Distance + Distância Total - Total Work (kJ) - Trabalho Total (kJ) + Trabalho Total (kJ) - Average Speed - Velocidade Média + Velocidade Média - Average Power - Potência Média + Potência Média - Average Heart Rate - Frequência Cardíaca Média + Frequência Cardíaca Média - Average Cadence - Cadência Média + Cadência Média - Max Power - Potência Máxima + Potência Máxima - Max Heart Rate - Frequência Cardíaca Máxima + Frequência Cardíaca Máxima - Twitter Message: - Mensagem no Twitter: + Mensagem no Twitter: - Message Length: - Tamanho da Mensagem: - - - - &Tweet Activity - + Tamanho da Mensagem: - - Time Moving: %1 - - - - &Cancel - &Cancelar + &Cancelar - Golden Cheetah->Preferences - Golden Cheetah->Preferências + Golden Cheetah->Preferências - Tools->Options - Ferramentas->Opções + Ferramentas->Opções - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Erro ao buscar credenciais OAuth. Por favor se assegure de completar o procedimento de autorização no twitter encontrado em %1. + Erro ao buscar credenciais OAuth. Por favor se assegure de completar o procedimento de autorização no twitter encontrado em %1. - - OAuth Error - Erro no OAuth + Erro no OAuth - Tweet Length Error - Erro no Tamanho do Tweet - - - - Tweet must be 140 characters or less. - - - - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - - - - - Tweet sent - - - - - Tweet successfully sent. - + Erro no Tamanho do Tweet Tweet must be 140 characters or fewer. O Tweet deve ter 140 caracteres ou menos. - Error Posting Tweet - Erro ao Postar Tweet + Erro ao Postar Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Houve um erro ao conectar no Twitter. Verifique sua conexão com a internet e tente novamente. + Houve um erro ao conectar no Twitter. Verifique sua conexão com a internet e tente novamente. seconds segundos - - Duration: %1 - - - - - Distance: %1 - - - - - Climbing: %1 - - - - - Work: %1 - - - - - Avg Speed: %1 - - - - - Avg Power: %1 - - - - - Avg HR: %1 - - - - - Avg Cadence: %1 - - - - - Max Power: %1 - - - - - Max HR: %1 - - - km km @@ -29592,10 +30239,8 @@ rpm - - Message Length: %1 - Tamanho da Mensagem: %1 + Tamanho da Mensagem: %1 @@ -29633,12 +30278,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour @@ -29799,89 +30444,6 @@ - VeloHeroUploader - - - VeloHero - - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - Velohero @@ -29909,12 +30471,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -29955,18 +30517,18 @@ ViewSplitter - + Clear - - + + OFF - + ON @@ -30359,12 +30921,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -30380,12 +30942,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -30413,17 +30975,18 @@ Erro no OAuth - - Withings Data Download + + Error parsing Withings API response. Please check the error description. - + + Error Erro - + There was an error during fetching. Please check the error description. @@ -30431,12 +30994,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -30583,12 +31146,12 @@ WorkoutWidget - + File save failed. - + Intensity @@ -30679,24 +31242,24 @@ XDataDialog - + xData - + Data Series - - + + Add Adicionar - - + + Delete Excluir @@ -30775,32 +31338,32 @@ XDataSeriesSettingsDialog - + Name - + Units - + Cancel Cancelar - + OK OK - + Error Erro - + Name is blank @@ -30808,48 +31371,48 @@ XDataSettingsDialog - + xData - + Data Series - + Units - + Series %1 - + Cancel Cancelar - + OK OK - - + + Error Erro - + XData name is blank - + Must have at least one data series. @@ -30952,6 +31515,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Concluído. + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -31084,27 +31681,27 @@ ZonePage - + Sport - + Bike - + Run - + Critical Power Potência Crítica - + Default Padrão @@ -31348,93 +31945,93 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range - - + + attempt to set zone based on % of CP without setting CP in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. - + Extending final range %1 to infinite to include present date. - + CP must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Power (watts): %1 - + <td align="center">Low (watts)</td> - + <td align="center">High (watts)</td> - + <td align="center">%</td> - + Problem Saving Power Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -31443,17 +32040,17 @@ Potência Crítica: %1 - + <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Descrição</td> - + <td align="center">Time</td> <td align="center">Tempo</td> @@ -31467,6 +32064,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -31545,14 +32150,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -31644,32 +32241,45 @@ deviceModel - + Device Name - + Device Type - + Port Spec - + Profile - + Virtual + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -31688,6 +32298,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + + + + + + bpm + bpm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_pt.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_pt.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_pt.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_pt.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower - - + + watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max - + Power as percent of Pmax according to Power Zones @@ -49,22 +73,17 @@ Sobre GoldenCheetah - + About - + Version - - Config - - - - + Contributors @@ -72,22 +91,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) TCP média (dias) - + LTS average (days) TLP média - + PMC Stress Balance Today @@ -95,69 +114,69 @@ AboutPage - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname Alcunha - + Date of Birth Data de nascimento - + Sex - - - + + + Height (%1) - - + + cm - - + + in - + Male Masculino - + Female Feminino - + Crank Length - + Wheelsize - + mm @@ -166,12 +185,12 @@ Navegar - + Choose Picture Escolhe imagem - + Images (*.png *.jpg *.bmp) @@ -218,12 +237,12 @@ ActivityCRC - + Checksum - + A checksum for the activity, can be used to trigger cache refresh in R scripts. @@ -231,12 +250,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -244,49 +263,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise - + URL - + Key (optional) - + Username - + Password - + Token - + + Message + + + + %1 Credentials and authorisation @@ -294,63 +318,81 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures + + Measurements - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. - - Sync planned workouts to WebDAV and CalDAV calendars. + + Calendar AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard @@ -358,409 +400,409 @@ AddFinal - + Done Concluído - + Confirm configuration and add device - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. - + Name* - + Port - + Profile Perfil - + Virtual Virtual - + mm - + Wheel Size - + None Nenhum - + Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 - + Power - BT Advanced Training System - + Power - LeMond Revolution - + Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) - + Power - Tacx Satori (4) - + Power - Tacx Satori (6) - + Power - Tacx Satori (8) - + Power - Tacx Satori (10) - + Power - Tacx Flow (0) - + Power - Tacx Flow (2) - + Power - Tacx Flow (4) - + Power - Tacx Flow (6) - + Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) - + Stride Length (cm) - + Selected by default - + Power Potência - + Heartrate Frequência Cardíaca - + Speed Velocidade - + Cadence Cadência @@ -768,58 +810,58 @@ AddFinish - + Done Concluído - + Add Cloud Account - + URL - + Key - + Username - - + + Password - + Token - + Folder - + Athlete ID - + Sync on start - + Sync on import @@ -827,27 +869,27 @@ AddFirmware - + Select Firmware - + Select Firmware for Tacx Fortius - + Browse Navegar - + Copy to Library - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -860,22 +902,74 @@ - + File: - + Open File - + Intel Firmware File (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Navegar + + + + Copy to Library + + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + + + + + Open File + + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1066,63 +1160,63 @@ AddPair - + Pair Devices - + Search for and pair ANT+ devices - + Sensor - + ANT+ Id - + Value - + Status - - + + none - + Un-Paired - + Unused - + Master - + Searching... - + Paired @@ -1130,58 +1224,58 @@ AddPairBTLE - + Pair Devices - + Search for and pair Bluetooth 4.0 devices - + Sensor - + BLE Id - + Value - + Status - - + + none - + Un-Paired - + Unused - + Searching... - + Paired @@ -1189,29 +1283,29 @@ AddSearch - + Scan for connected devices - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. - + Search - + If your device is not found you can select the device port manually by using the selection box below. - + Device found. Click Next to Continue @@ -1219,22 +1313,22 @@ - + %1 Search - + Select COM port - + Search Again - + Device found (%1). Press Next to Continue @@ -1242,7 +1336,7 @@ - + Device found. Press Next to Continue @@ -1250,12 +1344,12 @@ - + Stop Searching - + Search again @@ -1263,12 +1357,12 @@ AddService - + Account Type - + Select the cloud service type @@ -1276,42 +1370,42 @@ AddSettings - + Cloud Service Settings - + Folder - + Browse Navegar - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory @@ -1319,12 +1413,12 @@ AddType - + Select Device - + What kind of device to add @@ -1359,63 +1453,68 @@ Aerolab - - + + Elevation (m) Elevação (m) - + Distance (km) Distância (km) - + V-Elevation V-Elevação - + Elevation Elevação - + Elevation (') - + Distance Distância - + Time (minutes) Tempo (minutos) - + + No ride selected + + + + Estimates out-of-range - + At least two segments must be independent - + At least two segments must be defined - + Altitude and Power data must be present - + No activity selected @@ -1488,7 +1587,7 @@ - + Estimate CdA and Crr @@ -1496,22 +1595,21 @@ AllPlot - - - + + + Power Potência - + Heart Rate Frequência Cardíaca - - - - + + + Speed Velocidade @@ -1529,15 +1627,15 @@ - + W' Balance (kJ) - - - + + + SmO2 @@ -1548,16 +1646,16 @@ - - - + + + Slope - + Hb @@ -1582,91 +1680,91 @@ - - - + + + Cadence Cadência - - + + Heartrate Frequência Cardíaca - - - + + + Acceleration - - - + + + Power Delta - - - + + + Cadence Delta - - - + + + Torque Delta - - - + + + Heartrate Delta - - + + W'bal - - - + + + Altitude Altitude - - - + + + Alt/Slope - - + + Headwind Vento de frente - - - + + + Temperature - - - + + + Torque Torque @@ -1682,226 +1780,231 @@ - - - + + + Core Temp - - - - + + + + R-R - - - + + + Anaerobic TISS - - - + + + Aerobic TISS - - - + + + IsoPower - - - + + + Vertical Oscillation - - - + + + Run Cadence - - - + + + GCT - - - - + + + + Gear Ratio - - - + + + tHb - - - + + + O2Hb - - - + + + HHb - - - + + + xPower xPotência - - - + + + Left Pedal Smoothness - - - + + + Right Pedal Smoothness - - - + + + Left Torque Efficiency - - - + + + Right Torque Efficiency - - + + Left/Right Pedal Center Offset - - + + Left Power Phase - - + + Right Power Phase - - + + Left Peak Power Phase - - + + Right Peak Power Phase - - + + L/R Balance - - - + + + aPower - + Matches - + Left Pedal Center Offset - + Right Pedal Center Offset - + Left Balance - + Right Balance - + min/km - + min/mile - - + + %1 %2 - + min/100m - + min/100yd + + W' + + + Power Ref @@ -2205,7 +2308,7 @@ - + Smooth @@ -2360,58 +2463,62 @@ - - SmO2 + + Cadence - Moxy + SmO2 + Moxy + + + + tHb - + O2Hb - + HHb - + Heart Rate Frequência Cardíaca - + Data series - + R-R Rate - + Core Temperature - + Speed Velocidade - - + Cadence Cadência @@ -2432,13 +2539,13 @@ - + Name Nome - + Formula @@ -2458,143 +2565,143 @@ - + Altitude Altitude - + Temperature - + Headwind Vento de frente - + Torque Torque - + Gear Ratio - + Slope - + No Alt/Slope - + 0.1km|mi - 1min - + 0.5km|mi - 5min - + 1.0km|mi - 10min - - + + Alt/Slope - + Anaerobic TISS - + Metrics Métrica - + Aerobic TISS - + Iso Power - + Skiba xPower - + Altitude Power - + W' balance - + Time of day - + Intervals Intervalos - + Selection #%1 - + Power + shade Potência + tom - + Power - shade Portência - tom - + No Power Sem Potência - + Shading - + Time Tempo - + Distance Distância - + X Axis @@ -2614,113 +2721,128 @@ AnalysisSidebar - + Calendar - + Activities - - + + Menu - + Intervals Intervalos - + Save Changes - + Revert to Saved version - + Delete Activity - + Split Activity - + Show Column Chooser - + Do Not Show In Groups - + Group By - + Expand All - + Collapse All - + Reset to default - + Sort User Intervals - + + Mark as a performance test + + + + Rename route - + Stop tracking this segment - + + Create a performance test + + + + Create a route segment - + No activity selected - + Current activity contains no data - + + Performance Test + + + + Delete Interval - + Unable to delete interval @@ -2737,48 +2859,48 @@ Apagar percurso - - + + Find Intervals... - + Zoom out - - + + Zoom to interval zoom para o intervalo - - + + Edit interval - - + + Delete interval Apagar intervalo - - + + Rename selected intervals - - + + Delete selected intervals - + Zoom Out @@ -2791,8 +2913,8 @@ Enviar para trás - - + + Find Intervals @@ -2875,7 +2997,7 @@ AppendXDataPointsCommand - + Append XData Points @@ -2899,62 +3021,62 @@ Nao foi possível renomear %1 a %2 - + Pace Zones File %1 Error - + Athlete Weight - + Time In HR Zone - + Power Distribution - + Vo2max Estimation - + KPI Tracker - + Critical Power Trend Têndencia de potência crítica - + Aerobic Power Potência aeróbica - + Power Variance - + Power Profile - + Anaerobic Power Potência anaeróbica - + Power & Speed Trend Têndencia de velocidade e potência @@ -2963,17 +3085,17 @@ Resposta cardiovascular - + Tempo & Threshold Time Tempo do andamento e limiar - + Training Mix Mistura de treino - + Time & Distance Tempo e Distância @@ -2994,127 +3116,127 @@ Daniels PM - + Zones File %1 Error - + Reading Zones File %1 - + HR Zones File %1 Error - + Reading HR Zones File %1 - + Time In Power Zone - + Sustained Time In Zone - + Time in W' Zone - + BikeScore and Intensity - - BikeStress and IF + + BikeStress and BikeIntensity - + Stress and Distance - + Calories vs Duration - + Stress (TISS) - + Aerobic Response - + Anaerobic Response - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) - + PMC (Duration) - + CP History - + CP Analysis - + PMC (TriScore) - + Time in Pace Zones - + Run Pace - + Swim Pace @@ -3122,129 +3244,157 @@ AthleteBackup - + Abort Backup and Reset Counter - + Select Backup Directory - - - - - - - - + + + + + + + + Athlete Backup - + No backup directory selected - backup aborted - + Any unsaved data will not be included into the backup .zip file. - + Do you want to proceed? - + Abort Backup - + Backup successfully stored in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. - + Not enough space available on disk: %1 - no backup .zip file created - - + + Directory %1 not available. No backup .zip file created for athlete %2. - + Backup file %1 cannot be created. - + Adding files to backup %1 for athlete %2 ... - AthleteConfig + AthleteBones - - About + + Athlete Bones + + + + + kg + kg + + + + lbs + + + + + Athlete bones in kg or lbs from body measurements + + + AthleteConfig - - Measures + + About - + Power Zones Zonas de potência - + Heartrate Zones - + Pace Zones - + Model - - Zones + + Measurements - - Accounts + + HRV - - Auto Import + + Zones - + + Accounts + + + + + Auto Import + + + + Backup @@ -3276,49 +3426,72 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements AthleteFatP - + Athlete Bodyfat Percent - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements AthleteLean - + Athlete Lean Weight - + + kg + kg + + + + lbs + + + + + Lean Weight in kg or lbs from body measurements + + + + + AthleteMuscles + + + Athlete Muscles + + + + kg kg - + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Athlete muscles in kg or lbs from body measurements @@ -3341,59 +3514,59 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default AutoImportPage - + + - + - - + Browse Navegar - + Add Adicionar - + Delete Apagar - + Up - + Down - + Directory - + Import Rule - + Enter directory or press [Browse] to select @@ -3420,18 +3593,18 @@ AvgCadence - + Average Cadence Cadência Média - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 @@ -3439,18 +3612,18 @@ AvgCoreTemp - + Average Core Temperature - - + + C - + Average Core Temperature. The core body temperature estimate is based on HR data @@ -3458,18 +3631,18 @@ AvgHeartRate - + Average Heart Rate Frequência Cardíaca Média - - + + bpm BPM - + Average Heart Rate computed for samples when hr is greater than zero @@ -3477,22 +3650,22 @@ AvgLPCO - + Average Left Pedal Center Offset - + mm - + in - + Platform center offset is the location on the left pedal platform where you apply force, on average. @@ -3500,17 +3673,17 @@ AvgLPP - + Average Left Power Phase Length - + ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3518,17 +3691,17 @@ AvgLPPB - + Average Left Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3536,17 +3709,17 @@ AvgLPPE - + Average Left Power Phase End - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3554,17 +3727,17 @@ AvgLPPP - + Average Left Peak Power Phase Length - + ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3572,17 +3745,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3590,17 +3763,17 @@ AvgLPPPE - + Average Left Peak Power Phase End - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3608,18 +3781,18 @@ AvgLPS - + Average Left Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3627,18 +3800,18 @@ AvgLTE - + Average Left Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3646,18 +3819,18 @@ AvgPower - + Average Power Potência média - - + + watts Watts - + Average Power from all samples with power greater than or equal to zero @@ -3665,22 +3838,22 @@ AvgRPCO - + Average Right Pedal Center Offset - + mm - + in - + Platform center offset is the location on the right pedal platform where you apply force, on average. @@ -3688,17 +3861,17 @@ AvgRPP - + Average Right Power Phase Length - + ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3706,17 +3879,17 @@ AvgRPPE - + Average Right Power Phase End - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3724,17 +3897,17 @@ AvgRPPP - + Average Right Peak Power Phase Length - + ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3742,17 +3915,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3760,17 +3933,17 @@ AvgRPPPE - + Average Right Peak Power Phase End - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3778,18 +3951,18 @@ AvgRPS - + Average Right Pedal Smoothness - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3797,18 +3970,18 @@ AvgRTE - + Average Right Torque Effectiveness - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3816,17 +3989,17 @@ AvgRTPP - + Average Right Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3887,18 +4060,18 @@ AvgSmO2 - + Average SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -3906,17 +4079,17 @@ AvgSpeed - + Average Speed Velocidade média - + kph - + Average Speed in kph or mph, computed from distance over time when speed not zero @@ -3925,7 +4098,7 @@ km/h - + mph @@ -3952,22 +4125,22 @@ AvgTemp - + Average Temp - + C - + F - + Average Temp from activity data @@ -3975,18 +4148,18 @@ AvgtHb - + Average tHb - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -3994,27 +4167,27 @@ BackupPage - + Auto Backup Folder - + Browse Navegar - + Auto Backup execution every - + times the athlete is closed - 0 means never - + Choose Backup Directory @@ -4567,22 +4740,22 @@ BestsMetricsPage - + Available Metrics Métricas disponíveis - + Selected Metrics Métricas selecionadas - + Up - + Down @@ -4609,6 +4782,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BingMap No GPS Data Present @@ -4775,15 +4956,69 @@ + BodyMeasures + + + Weight + Peso + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4828,7 +5063,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4876,7 +5111,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4911,43 +5146,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download + + Download completed. - - Close - Fechar + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input + + Download - - Downloading of body measures failed with error: %1 + + Close + Fechar + + + + Invalid date range - please check your input @@ -4993,122 +5233,122 @@ Apagar Zona - - + + Update - - + + + - - + + - - - + + Add Adicionar - - + + Delete Apagar - + Def - - + + From Date Desde do data - - + + Critical Power Potência Crítica - - + + FTP - - + + W' - - + + Pmax - - - + + + MMM d, yyyy - + Short Curto - + Use CP for all metrics - + Use FTP for Coggan metrics - + Long Comprido - + From Watts De watts - - + + CP must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5116,368 +5356,384 @@ CPPlot - - + + Interval Length Duração do intervalo - + Average Power (watts) Potência média (Watts) - - - + + + Percent of Best - + Total work - + + kJ kJ - + Power Potência - - - - + + + + watts - + Veloclinic Plot - + + J - + Cadence Cadência - + rpm rpm - + Heartrate Frequência Cardíaca - + bpm - + Watts delta - + watts/s - + Cadence delta - + rpm/s - + Torque delta - + nm/s - + Heartrate delta - + bpm/s - + Acceleration - + m/s/s - + Speed Velocidade - + kph - + Pedal Force Força Pedal - + nm - + Iso Power - + Altitude Power - + xPower xPotência - + Watts per kilogram - - + + w/kg - + Watts per lb - - + + w/lb - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour - + Power (W) - - - - Rank - - - - - + + W' - + %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP - - - + + %1 w - - - FTP - - - - - + + Pmax - + %1 J/kg - - - + + %1 w/kg - + D' - - kph %1 mph + + + %1 mph - - %1 mph + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi - + %1 km - + %1 mi - + + + + + %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV - - %1 kph - + + % + % - - FTV + + + %1 kph - + Vmax - - + + Percent of Best / Heat Activities - - + + Heat Activities - + Activities - + ddd MMM d, yyyy hh:mm @@ -5490,7 +5746,7 @@ Duração do intervalo (minutos) - + Bests @@ -5499,25 +5755,13 @@ ddd MMM d, yyyy h:mm AP - + ddd, dd MMM yyyy - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + %10 % @@ -5538,98 +5782,98 @@ CVPage - - + + Update - - + + + - - + + - - - + + Add Adicionar - - + + Delete Apagar - + Def - - + + From Date Desde do data - - + + Critical Velocity - + Metric Pace - - - + + + MMM d, yyyy - + Short Curto - + Long Comprido - + From - + CV must be > 0 - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -5637,60 +5881,78 @@ CalDAV - - - + + + Missing Preferences - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + SSL error(s) has occurred: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5716,35 +5978,35 @@ Card - + Time In Zone - - - - + + + + seconds segundos - + Form - + Fitness - + Fatigue - + Risk @@ -5955,162 +6217,172 @@ CloudDBChartListDialog - + First - + Next %1 - + Prev %1 - + My Charts - + All - + Curated Only - + Uncurated Only - + Any Sport - + Any Language - - + + Search Keyword - + Select charts to download - + unknown - + Trends - + Activities - + Diary - + Train - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance - + Do you really want to delete this chart definition ? - - + + Delete selected chart - - + + Edit selected chart - - - + + + Close Fechar - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Download selected chart(s) - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + Reset Search @@ -6118,99 +6390,99 @@ CloudDBChartObjectDialog - + Chart Name - + <Chart Name> - + Sport Desporto - + Language - + Nickname Alcunha - + E-Mail - + Version Details - + Creator UUid - + <Enter the description of the chart here> - + Upload - - - - - - + + + + + + Upload Chart - - + + Please enter a valid chart name with min. 5 characters length. - + Please enter a nickname for this athlete. - - + + Please enter a valid e-mail address. - + Please enter a sensible chart description. - + Cloud Upload - + Do you want to upload this chart definition ? - + Cancel Cancelar @@ -6218,7 +6490,7 @@ CloudDBChartShowPictureDialog - + Close Fechar @@ -6328,84 +6600,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. + + + None + Nenhum + + + + CloudServiceAutoDownloadWidget + + + Downloading + + + + + Checking + + + + + Last 30 days + Últimos 28 dias {30 ?} + CloudServiceDialog - - + + Folder - + Name Nome - + Type Tipo - + Modified - + Create Folder - + Cancel Cancelar - + Open - + d MMM yyyy @@ -6413,267 +6713,285 @@ CloudServiceSyncDialog - + Synchronise - + + Sync with - + Unable to connect, check your configuration in preferences. - - - - - - - + + + + + + + Download - - - - + + + + Upload - - - + + + Synchronize - + From: - + To: - + Refresh List - + Close Fechar - - - + + + Select all - + Workout Name - - - + + + Date Data - - - + + + Time Tempo - - + + Exists - - - + + + Status - - + + Workout Id - + File - - + + Duration Duração - - + + Distance Distância - + Keep all do not delete - + Keep %1 but delete Local - + Keep Local but delete %1 - + Source - + Action - + Initial - + Overwrite existing files - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy - - + + Abort Abortar - - - + + + %1 of %2 selected - + Processed %1 of %2 - - + + Downloading - - + + Uploading - - + + Parse failure - + Sync complete - + Processed %1 of %2 successfully - - - + + + File exists - + Downloaded %1 of %2 - + Downloads complete - + Downloaded %1 of %2 successfully - - + + Aborted - + Saved - + Uploaded %1 of %2 - + Uploads complete - + Uploaded %1 of %2 successfully - + Completed. Concluído. @@ -6681,27 +6999,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... - + Cancel Cancelar - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK OK @@ -6717,42 +7052,42 @@ ColorsPage - + Color Cor - + Select Selecionar - + Activity Scrollbar - + Activity Headings - + Line Width - + Font - + Font Scaling - + Antialias @@ -6761,17 +7096,17 @@ Zonas sombreadas - + Swatch - + Name Nome - + Apply Theme @@ -6784,12 +7119,12 @@ Texto no calendário - + Theme - + Colors Cores @@ -6797,7 +7132,7 @@ ColumnChooser - + Column Chooser @@ -6858,52 +7193,52 @@ ConfigDialog - + General - + Appearance - + Data Fields - + Metrics Métrica - + Intervals Intervalos - + Training - + Close Fechar - + Save Guardar - + You changed the location of the athlete library - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6912,24 +7247,24 @@ - + No, Keep current - + Yes, Apply and Restart - - + + Preferences Preferências - - + + Options Opções @@ -6938,7 +7273,7 @@ Configurações - + Athlete Atleta @@ -7172,37 +7507,37 @@ Navegar - + + - + - - + Edit - + Add Adicionar - + Delete Apagar - + Service - + Description Descrição @@ -7239,9 +7574,9 @@ Hoje: - - - + + + no data Sem dados @@ -7258,366 +7593,420 @@ &Guardar do valor CP - + Percentage of Best - + Show Heat - + Delta compare - + as percentage - + Critical Power - + Basic - + Export Chart Data... - + Filter - + Date range - + Data series - + Activity Mean Max - + Activity Centile - + No Activity - + Current Activity - + None Nenhum - - - + + + Model - + Zone Shading - + + Show Power Profile + + + + Show grid - + + Show Performance Tests + + + + Show Bests - + + Filter Unique Bests + + + + Show Sustained Efforts - + Show as percentage - + Show curve heat - + Show curve heat by date - + Shade Intervals - + + Show time scale linear + + + + 2 parameter - + 3 parameter - + Extended CP - + Multicomponent - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval - + (seconds) - + Anaerobic Anaeróbio - + Aerobic - + Short anaerobic - + Long aerobic - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value - + Rank - + W' - + 0 kJ - - - - - + + + + n/a - + CP - - - + + 0 w - + Pmax - - FTP - - - - + Endurance Index - + Motor Unit Model - + Power Potência - + Watts per Kilogram - + xPower xPotência - + Iso Power - + Heartrate Frequência Cardíaca - + Speed Velocidade - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Cadence Cadência - + Torque Torque - + VAM - + aPower - + aPower per Kilogram - + Work Trabalho - + Veloclinic Plot - + Unknown Desconhecido - + Save Best Data as CSV @@ -7643,12 +8032,12 @@ Zonas não foram alteradas. - + MM/dd/yyyy MM/dd/yyyy - + no date Sem data @@ -7660,47 +8049,47 @@ CustomMetricsPage - + Symbol Símbolo - + Name Nome - + Edit - + + - + - - + Add Adicionar - + Delete Apagar - + Are you sure you want to delete this metric? - + Remove @@ -7708,28 +8097,45 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + + + + + + Notes + Notas + + + + Completed. Concluído. - + Network Error - Upload failed. - + Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. @@ -7743,51 +8149,6 @@ Cancel Cancelar - - - CyclingAnalytics - - - - - no CyclingAnalytics token set. Please authorize in Settings. - - - - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - CyclistPage @@ -7847,18 +8208,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts Watts - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7866,12 +8227,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7879,8 +8240,8 @@ DataFilter - - + + malformed expression. @@ -7915,87 +8276,95 @@ DateSettingsEdit - + Current selection - + Current selection thru today - + From - + to today - + Between Entre - + and e - + Last - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -8036,62 +8405,62 @@ DefaultsPage - + + - + - - + Add Adicionar - + Delete Apagar - + Up - + Down - + Field Área - + Value - + Linked field - + Default Value - + New - + New (%1) @@ -8112,7 +8481,7 @@ Remover Pontos - + Remove XDATA Points @@ -8152,12 +8521,12 @@ Canal virtual - + Add Adicionar - + Delete Apagar @@ -8166,12 +8535,12 @@ Par - + + - + - @@ -8209,12 +8578,27 @@ - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + Kettler Racer serial device + + + + + Daum Serial Device + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. @@ -8240,76 +8624,35 @@ - - Summary - - - - - Day Summary - - - - Weekly Summary - Resumo semanal - - - - Monthly Summary - + Resumo semanal - Totals - Totais + Totais - Averages - Médias - - - - Maximums - + Médias - Metrics - Métrica - - - - ^(Average|Max) - + Métrica - seconds - segundos - - - - Day of - + segundos - - + dddd MMMM d - + Week Commencing %1 - - - MMMM yyyy - - DistanceSwim @@ -8379,62 +8722,62 @@ - + Starting Download ... - + Download cancelled - + File %1 has no valid timestamp, falling back to 'now' - + Activity Already Downloaded - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? - + Failed to rename %1 to %2 - + .JSON conversion error: file %1 - + Download completed - + Cleaned data - + Failed to remove existing file %1: %2 - + failed to rename %1 to %2 - + Failed to rename %1 to %2: %3 @@ -8471,17 +8814,17 @@ Clique Download para começar baixar. - + Getting list ... - + Get list failed - + The activity %1 could not be converted to GoldenCheetah .JSON file format. @@ -8519,13 +8862,13 @@ Download cancelado - + Cancel clicked by user. Cancel foi selecionado pelo usador. - - + + Download failed Download falhou @@ -8546,24 +8889,24 @@ sobrescrever o download anterior? - + &Overwrite S&obrescrever - + &Skip - + skipped file %1 - - - + + + Error Erro @@ -8591,48 +8934,38 @@ Dropbox - - Network Problem reading Dropbox data - - - - - invalid root path. - - - - - root is not a directory. + + Problem accessing Dropbox data - - problem parsing Dropbox data + + You must authorise with Dropbox first - - You must authorise with Dropbox first + + Parsing Error: %1 - - + + Completed. Concluído. - + Network Error - Upload failed. - + Dropbox - + Sync activities via your cloud storage. @@ -8640,12 +8973,12 @@ EOA - + Effect of Altitude - + Relationship between altitude adjusted power and recorded power @@ -8687,17 +9020,22 @@ EditIntervalDialog - + Edit Interval - + + Performance Test + + + + &OK &OK - + &Cancel &Cancelar @@ -8709,121 +9047,140 @@ Configurações - + Name Nome - + Axis Label / Units Titúlos/unidades dos eixos - + Curve Settings - + Estimate %1 %2 Power - + Endurance Index - + Vo2Max Estimate - + Metric Métrico - + Best - + Estimate - Stress - Tensão + Tensão + + + + PMC + - + Formula - - + + Measure + + + + + Performance + + + + + Banister + + + + + seconds segundos - - + + minutes minutos - - + + hours horas - - + + Peak - + Absolute - + Per Kilogram - + Total - + Running Total - + Average - + Low - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8832,142 +9189,192 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) - + Long Term Stress (LTS/CTL) - + Stress Balance (SB/TSB) - + Stress Ramp Rate (RR) - + Stress Type - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field - + PMC metric - + + Measure Group + + + + + Measure Field + + + + Filter - + Style - + Bar Barra - + Line Linha - + Sticks Palitos - + Dots Pontos - + Stack - + Symbol Símbolo - + None Nenhum - + Circle Círculo - + Square Quadrado - + Diamond Losango - + Triangle Triângulo - + Cross Cruz - + Hexagon Hexágono - + Star Estrela - + Color Cor - + Fill curve - + Data labels - + Highlight Highest - + Highlight Lowest @@ -8976,17 +9383,17 @@ Destacar o melhor - + Highlight Outliers - + Baseline Linha de base - + Smooth Curve Curva suave @@ -8995,62 +9402,82 @@ Linha de tendência - + No trend Line - + Linear Trend - + Quadratic Trend - + Moving Average - + Simple Average - + &OK &OK - + &Cancel &Cancelar - + Peak %1 - + second - + minute - + hour - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color @@ -9097,72 +9524,72 @@ EditPhaseDialog - + Edit Date Range Editar dados - + Name Nome - + Type Tipo - + From - + To - + Starting LTS Iniciando TLP - + Lowest SB - + Phase - + Prep - + Base - + Build - + Camp - + &OK &OK - + &Cancel &Cancelar @@ -9170,62 +9597,62 @@ EditSeasonDialog - + Edit Date Range Editar dados - + Name Nome - + Type Tipo - + From - + To - + Starting LTS Iniciando TLP - + Lowest SB - + Season - + Cycle - + Adhoc - + &OK &OK - + &Cancel &Cancelar @@ -9233,27 +9660,37 @@ EditSeasonEventDialog - + Edit Event - + Name Nome - + Date Data - + + Priority + + + + + Description + Descrição + + + &OK &OK - + &Cancel &Cancelar @@ -9475,13 +9912,13 @@ ElevationGain - + Elevation Gain Aumento de elevação - + meters metros @@ -9492,7 +9929,7 @@ - + feet Pês @@ -9502,7 +9939,7 @@ - + Elevation Gain in meters of feets @@ -9510,22 +9947,22 @@ ElevationLoss - + Elevation Loss - + meters metros - + feet Pês - + Elevation Loss in meters of feets @@ -9883,37 +10320,37 @@ FieldsPage - + Text Texto - + Textbox Caixa de texto - + ShortText Texto curto - + Integer Inteireza - + Double Duplo - + Date Data - + Time Tempo @@ -9934,72 +10371,72 @@ Renomear - + Delete Apagar - + Up - + Down - + + - + Checkbox - + - - + Add Adicionar - + Screen Tab Separador - + Field Área - + Type Tipo - + Values - + Diary - + New - + New (%1) @@ -10060,7 +10497,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -10068,31 +10505,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -10191,6 +10634,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10239,7 +10698,7 @@ FixDerivePower - + Estimate Power Values @@ -10247,32 +10706,47 @@ FixDerivePowerConfig - + Bike Weight (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + + + + Wind (kph) - - , direction + + , heading - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -10299,15 +10773,25 @@ FixElevation - + Fix Elevation errors + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10473,7 +10957,7 @@ FixPower - + Adjust Power Values @@ -10481,20 +10965,34 @@ FixPowerConfig - - Power Adjustment + + Percent Adjustment - + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. @@ -10560,12 +11058,40 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). -This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + @@ -10600,11 +11126,6 @@ Fix Power Spikes Corrige picos de potência - - - Fix SmO2 Anomaly - - FixSpikesConfig @@ -10668,17 +11189,17 @@ FolderNameDialog - + Folder Name - + Cancel Cancelar - + Create @@ -10697,12 +11218,12 @@ - + seconds segundos - + You entered '%1' which is not an expected value. @@ -11263,53 +11784,6 @@ Cancel Cancelar - - - Garmin Connect - - - - - Error uploading to Garmin Connect - - - - - Successfully uploaded to Garmin Connect - - - - - - Login to Garmin Connect... - - - - - - Login to Garmin Connect finished. - - - - - Upload to Garmin Connect... - - - - - Upload... Sending to Garmin Connect - - - - - Upload to Garmin Connect finished. - - - - - Error from Garmin Connect: - - GcCalendar @@ -11432,42 +11906,42 @@ GcCrashDialog - + %1 Crash Recovery - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... - + Close Fechar - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics - + Text File (*.txt) @@ -11475,42 +11949,42 @@ GcMiniCalendar - + Mon Seg - + Tue Ter - + Wed Qua - + Thu Qui - + Fri Sex - + Sat Sab - + Sun Dom - + MMMM yyyy @@ -11572,11 +12046,6 @@ - - BikeStress - - - Start creating of: Directories... @@ -11617,6 +12086,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11814,17 +12288,17 @@ GcWindowDialog - + Chart Setup - + Cancel Cancelar - + OK OK @@ -11905,63 +12379,67 @@ - - 2d Plot + + Python Chart - - 3d Plot + + Python Chart - Aerolab Chung Analysis + 2d Plot - Calendar + Aerolab Chung Analysis - Navigator + Calendar - Summary + Navigator - Telemetry + Summary + Telemetry + + + + Workout Treino - + Realtime - + Pedal Stroke - + Web page - Map Mapa @@ -11981,17 +12459,12 @@ - - StreetView - - - - + Video Player - + Workout Editor @@ -12010,132 +12483,147 @@ Linguagem: - + Language - + English Inglês - + French Francês - + Japanese Japonês - + Portugese (Brazil) Português - + Italian Italiano - + German Alemão - + Russian Russo - + Czech Tcheco - + Spanish Espanhol - + Portugese - + Chinese (Simplified) - + Chinese (Traditional) - + Dutch - + Swedish - + Unit - + Metric Métrico - + Imperial Imperial - + Smart Recording Threshold (secs) - + Elevation hysteresis (meters) - + W' bal formula - + Enable R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library - + Workout and VideoSync Library - + R Installation Directory - + + Python Home + + + + R Installation (R_HOME) @@ -12144,32 +12632,48 @@ Comprimento da manivela: - + Use Garmin Smart Recording - + Differential - + Integral - + Warn for unsaved activities on exit - + Enable API Web Services - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library @@ -12182,9 +12686,10 @@ Distância - - - + + + + Browse Navegar @@ -12213,7 +12718,7 @@ ET - + Select Workout Library Selecione biblioteca de treino @@ -12327,33 +12832,33 @@ GoogleDrive - + You must authorise with GoogleDrive first - + No such directory, try setting a new location in options. - - + + Completed. Concluído. - + Upload failed - + Google Drive - + Sync your data via your cloud storage. @@ -12376,12 +12881,12 @@ Gradient - + Gradient - + Elevation Gain to Total Distance percent ratio @@ -12439,186 +12944,186 @@ GroupByModel - - - - - + + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery Recuperação ativa - + Endurance Resistência - + Tempo Tempo - + Threshold Limiar - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short Curto - + Medium - + Long Comprido - + Very Long - + Undefined - + Best 10 - + Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% - + Date Data - + This week - + This month - + Last month - + yyyy-MM (MMMM) @@ -12655,18 +13160,18 @@ HeartBeats - + Heartbeats - - + + beats - + Total Heartbeats @@ -12791,11 +13296,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula @@ -12892,300 +13392,310 @@ - Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + Fix SmO2/tHb outliers + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + + + + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General - + Athlete Atleta - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport - + Passwords - + Appearance - + Data Fields - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics Métrica - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training - + Remote Controls - + Train Devices @@ -13206,12 +13716,12 @@ HistogramWindow - + Bin width Largura bin - + Log Y Log Y @@ -13226,18 +13736,18 @@ Métrica - + Show - + With zeros Com zeros - + Shade zones Zonas sombreadas @@ -13248,7 +13758,7 @@ - + Show in zones @@ -13273,32 +13783,32 @@ - + Total (x-axis) - + Distribution (y-axis) - + Color Cor - + Absolute Time Tempo absoluto - + Percentage Time Percentagem do tempo - + Use polarised zones @@ -13343,218 +13853,218 @@ - + Unable to process chart file - + Bad chart type (%1). - + Are you sure you want to remove the chart? - + Remove - + Problem Saving Chart Bar Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + Ride Log - + Aerobic Power Potência aeróbica - + Anaerobic Power Potência anaeróbica - + Cadence Cadência - + Calendar - + CP - + Details - + Distance Distância - + Edit - + Elapsed Time - + Heartrate Frequência Cardíaca - + Lap - + Map Mapa - + Performance - + PMC - + Power Potência - + QA - + Ride Percurso - + Speed Velocidade - + Summary - + Target Power - + Time and Distance - + Time In Zone - + W' In Zone - + Sustained In Zone - + Training Mix Mistura de treino - + Navigator - + W/kg - + Workout Treino - + Stress Tensão - + Scatter - - + + HrPw - + Activity Log - + Tracker - + CP History - + Library - + CV @@ -13562,12 +14072,12 @@ HrNp - + HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm @@ -13575,12 +14085,12 @@ HrPw - + HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm @@ -13635,7 +14145,7 @@ HrSchemePage - + Add Adicionar @@ -13644,59 +14154,72 @@ Renomear - + Delete Apagar - + + - + - - + Short Curto - + Long Comprido - + Percent of LT Percentagem de LT - + Trimp k Trimp k - + Maximum of 10 zones reached. - - + + New - - + + New (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13841,27 +14364,27 @@ Limiar lático - + Sport Desporto - + Bike - + Run - + Lactate Threshold - + Default Padrão @@ -14185,12 +14708,12 @@ - + Problem Saving Heartrate Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -14223,242 +14746,551 @@ - ICalendar + HrvMeasures - - Action + + HR - - Allow Conflict + + AVNN - - Attachment + + SDNN - - Attendee + + RMSSD - - Calendar Identifier + + PNN50 - - Master + + LF - - Scale + + HF - - - Version + + Recovery Points - - Level + + bpm - - Event Identifier + + msec - - Category - + + % + % - - Class + + msec^2 - - Command + + Rec.Points - - Comment + + Hrv + + + HrvMeasuresCsvImport - - Completed + + Select HRV measurements file to import - - Contact + + CSV Files (*.csv) - - Date Created + + No file selected. - - CSID? + + Selected file %1 cannot be opened for reading. - - - No later than + + Column header contains duplicate identifier - - No earlier than + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. - - Decreed + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. - - Default character set + + Number of data columns: %1 in line %2 lower than header columns: %3 - - Default locale + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 - - Default timezone + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 - - Default VCar + + Invalid 'rMSSD' - in line %1 - - Deny + + Invalid 'HR' - in line %1 - - Description - Descrição + + Invalid 'AVNN' - in line %1 + - - End Date & Time + + Invalid 'SDNN' - in line %1 - - Timestamp + + Invalid 'pNN50' - in line %1 - - Start Date & Time + + Invalid 'LF' - in line %1 - - Due Date + + Invalid 'HF' - in line %1 - - Duration - Duração + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + HrvMeasuresDownload - - Expiry Date + + HRV Measurements download - - Expand + + Choose the download or import source - - Exclusive rule - + + Import CSV file + Importar ficheiro CSV - - Freebusy + + Choose date range for download - - Geo + + From date of first recorded activity to today - - Grant + + From date of last downloaded measurement to today - - ITIP Version + + Enter manually: - - Modified Date + + Discard all existing measurements - - Location + + Download - - Max component size - + + Close + Fechar - - Maximum results + + Body Measurements - - Maximum results size + + Invalid date range - please check your input - - Method + + Download completed. - - Np earlier than + + HRV Measurements - - Is Multipart + + Downloading of HRV measurements failed with error: %1 + + + + + HrvPage + + + Time dependent HRV measurements + + + + + From Date - Time + + + + + Comment + + + + + + Update + + + + + + + + + + + - + + + + + Add + Adicionar + + + + Delete + Apagar + + + + Source + + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + + ICalendar + + + Action + + + + + Allow Conflict + + + + + Attachment + + + + + Attendee + + + + + Calendar Identifier + + + + + Master + + + + + Scale + + + + + + Version + + + + + Level + + + + + Event Identifier + + + + + Category + + + + + Class + + + + + Command + + + + + Comment + + + + + Completed + + + + + Contact + + + + + Date Created + + + + + CSID? + + + + + + No later than + + + + + No earlier than + + + + + Decreed + + + + + Default character set + + + + + Default locale + + + + + Default timezone + + + + + Default VCar + + + + + Deny + + + + + Description + Descrição + + + + End Date & Time + + + + + Timestamp + + + + + Start Date & Time + + + + + Due Date + + + + + Duration + Duração + + + + Expiry Date + + + + + Expand + + + + + Exclusive rule + + + + + Freebusy + + + + + Geo + + + + + Grant + + + + + ITIP Version + + + + + Modified Date + + + + + Location + + + + + Max component size + + + + + Maximum results + + + + + Maximum results size + + + + + Method + + + + + Np earlier than + + + + + Is Multipart @@ -14716,52 +15548,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts - + Cancel Cancelar - + Import - - - - - - - + + + + + + + Diary - - - - - - + + + + + + Trends - - + + Activities - - + + Train @@ -14875,7 +15715,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14898,22 +15738,22 @@ IntervalMetricsPage - + Available Metrics Métricas disponíveis - + Selected Metrics Métricas selecionadas - + Up - + Down @@ -15004,12 +15844,20 @@ IntervalsPage - + Enable interval auto-discovery + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + + JouleDevice @@ -15049,7 +15897,7 @@ - Version + Version @@ -15156,6 +16004,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + + + + + + Completed. + Concluído. + + + + Upload failed + + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Notas + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + Concluído + + + KettlerController @@ -15166,63 +16108,63 @@ KeywordsPage - + Field Área - + Use for Background - + Add Adicionar - + Up - + Down - + Keyword - + Color Cor - + Related Notes Words - - + + New - + New (%1) - + + - + - @@ -15243,7 +16185,7 @@ Renomear - + Delete Apagar @@ -15462,38 +16404,38 @@ LTMPlot - - - + + + Date Data - - + + Time of Day - - - - + + + + %1 trend %1 tendência - + %1 average - + %1 Top %2 Outliers - + %1 Outlier @@ -15502,106 +16444,107 @@ %1 Melhor %2 - + %1 Best - + Best %1 Melhor %1 - + watts Watts - - + + Best - + Day - + Week - + Month - + Year - - + + All - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today Hoje - + minutes minutos - - - - - - - - - + + + + + + + + + seconds segundos - - - - + + + + + Ramp Rampa - + hours horas - + Week Commencing %1 @@ -15708,271 +16651,258 @@ LTMSidebar - - + + Date Ranges - - - - + + + + Menu - - - + + + Events - + Charts - - + + Filters - + Autofilter - - Summary - - - - - - - - - + + + + + + Add season - - + + Edit season - - + + Delete season - - - - - - + + + + + + + Add Event - - + + Edit phase - - + + Delete phase - - - - - - + + + + + + Add Phase - - + + Edit details Editar dados - - + + Delete event - - + + Add event - + Workout Code|Sport - - - + + + (blank) - + Manage Filters - + Delete Filter%1 - + Edit Season - + You can only edit user defined seasons. Please select a season you have created for editing. - + Delete Season - + You can only delete user defined seasons. Please select a season you have created for deletion. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - Totals - Totais + Totais - Averages - Médias - - - - Maximums - + Médias - Metrics - Métrica - - - - ^(Average|Max) - + Métrica - seconds - segundos + segundos - + Add Chart - + Edit Chart - + Delete Chart - + Delete Selected Charts - + Export Chart - + Export Selected Charts - + Import Charts - + Reset to default - + Export Charts - - + + Chart File (*.xml) Ficheiro do Gráfico (*.xml) - + Entry Error - + Selected file (%1) does not exist - + You are about to reset the chart sidebar to the default setup - + Do you want to continue? @@ -15984,12 +16914,12 @@ Série de dados - + Metric Métrico - + Skiba Long Term Stress Skiba tensão a longo prazo @@ -16009,7 +16939,7 @@ - + Stack Zoom @@ -16038,294 +16968,299 @@ Apagar - + Add Current - + Charts - + + Show Banister Helper + + + + Apply Aplicar - + Up - + Down - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Tensão - + Skiba Short Term Stress Skiba tensão a curto prazo - + Skiba Stress Balance Skiba equilibriu de tensão - - - - - - - - - - + + + + + + + + + + Stress Balance Equilibriu de tensão - + Skiba STS Ramp Skiba TCP rampa - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Rampa - + Skiba LTS Ramp Skiba TLP rampa - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress Daniels tensão a longo prazo - + Daniels Short Term Stress Daniels tensão a curto prazo - + Daniels Stress Balance Daniels equilibriu de tensão - + Daniels STS Ramp Daniels TCP rampa - + Daniels LTS Ramp Daniels TLP rampa - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress TRIMP tensão a longo prazo - + TRIMP Short Term Stress TRIMP tensão a curto prazo - + TRIMP Stress Balance TRIMP equilibriu de tensão - + TRIMP STS Ramp TRIMP TCP rampa - + TRIMP LTS Ramp TRIMP TLP rampa @@ -16334,22 +17269,37 @@ Erro - + Use sidebar chart settings - + Estimate - + Formula - + + Measure + + + + + Performance + + + + + Banister + + + + Chart %1 @@ -16481,83 +17431,83 @@ Gerir - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Edit - + Basic - + Preset @@ -16582,47 +17532,47 @@ Têndencia de potência crítica - + Curves - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type Tipo - + Details - + Peak @@ -16678,79 +17628,110 @@ Gráfico - + Days Dias - + Weeks Semanas - + Months Mêses - + Years Anos - - + + All - + Data Table - + Stacked - + Export Chart Data... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + grouped by - + day - + week - + month - + year - + time of day - - + + seconds segundos @@ -16759,38 +17740,38 @@ Rampa - - + + Date Data - + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours horas - + Export Chart Config - + Save Chart Data as CSV @@ -16799,12 +17780,12 @@ Zonas sombreadas - + Group by - + Time Of Day @@ -16836,66 +17817,66 @@ Apagar Zona - - + + Update - - + + + - - + + - - - + + Add Adicionar - - + + Delete Apagar - + Def - - + + From Date - - + + Lactate Threshold - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -16904,41 +17885,41 @@ Limiar lático - - + + Rest HR HR do repouso - - + + Max HR HR Max - - - + + + MMM d, yyyy - + Short Curto - + Long Comprido - + From BPM De BPM - + Trimp k Trimp k @@ -16999,161 +17980,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -17203,7 +18184,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -17301,7 +18282,7 @@ LocalFileStore - + You must define a network folder first @@ -17316,24 +18297,24 @@ - - + + Completed. Concluído. - - + + Write to folder %1 failed - + Local Store - + Sync with a local folder or thumbdrive. @@ -17586,8 +18567,8 @@ &Novo... - - + + Ctrl+N @@ -17689,12 +18670,12 @@ Encontrar &picos de potência... - + &Tools &Ferramentas - + &Options... &Opções... @@ -17703,27 +18684,27 @@ Calcular potência crítica - + &View &Vista - + Tabbed not Tiled - + &Help &Ajuda - + &Discussion and Support Forum - + &About GoldenCheetah &Sobre GoldenCHeetah @@ -17784,29 +18765,29 @@ O ficheiro %1 não pode ser aberto para gravação - - + + Import from File Importar do ficheiro - + Refresh in Progress - + Export Metrics - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid @@ -17839,17 +18820,17 @@ Tweet percurso - + Diary - + Train - + Add Chart @@ -17859,7 +18840,7 @@ - + Delete Activity @@ -17909,164 +18890,159 @@ - + CP and W' Solver... - + VDOT and T-Pace Calculator... - - Get &Body Measures... - - - - + Download workouts from Today's Plan... - + Import workouts, videos, videoSyncs... - + Scan disk for workouts, videos, videoSyncs... - + Maintain charts - + Curate charts - - - + + + Activity Import - - - + + + Closing of athlete window not possible while background activity import is in progress... - + Chart Import - + Select Activity - - + + No activity selected! - + Export Activity - + Failed to export activity, please check permissions - + No Activity To Save - + There is no currently selected activity to save. - - + - + + Split Activity - - + + No activity selected - + Current activity contains no data to split - + Current activity contains no data to merge - + Are you sure you want to delete the activity: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Create Heat Map... - + Export Metrics as CSV... - + Create a new workout... - + Download workouts from ErgDB... - + Air Density (Rho) Estimator... @@ -18111,53 +19087,83 @@ - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + Cloud Status... - + Cloud Contributions - + Cloud Curator - + Activities - + Upload Chart... - + Download Chart... - + You are about to reset all charts to the default setup - + Do you want to continue? - + Imported %1 metric charts - - + + &New Athlete... @@ -18187,23 +19193,23 @@ - - + + Toggle Full Screen - + Show Left Sidebar - + Show Compare Pane - + Show Toolbar @@ -18213,42 +19219,42 @@ - + CP and W' Estimator... - + &Edit - + Show Athlete Tabs - + Trends - + Reset Layout - + &Help Overview - + &User Guide - + &Log a bug or feature request @@ -18273,7 +19279,7 @@ Enviar para trás - + Export Failed @@ -18330,12 +19336,12 @@ Tem a certeza de que deseja apagar o percurso: - + Delete Apagar - + Changes on Alterações em @@ -18644,8 +19650,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 @@ -18666,18 +19676,18 @@ MaxCT - + Max Core Temperature - - + + C - + Maximum Core Temperature. The core body temperature estimate is based on HR data @@ -18685,18 +19695,18 @@ MaxCadence - + Max Cadence - - + + rpm rpm - + Maximum Cadence @@ -18704,18 +19714,18 @@ MaxHr - + Max Heartrate Frequência Cardíaca Máxima - - + + bpm BPM - + Maximum Heart Rate. @@ -18742,18 +19752,18 @@ MaxPower - + Max Power Potência Máxima - - + + watts Watts - + Maximum Power @@ -18761,12 +19771,12 @@ MaxPowerVariance - + Max Power Variance - + Maximum Power Deviation with respect to 30sec Moving Average @@ -18793,18 +19803,18 @@ MaxSmO2 - + Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -18812,22 +19822,22 @@ MaxSpeed - + Max Speed - + kph - + mph mph - + Maximum Speed @@ -18835,22 +19845,22 @@ MaxTemp - + Max Temp - + C - + F - + Maximum Temperature @@ -18877,18 +19887,18 @@ MaxtHb - + Max tHb - - + + g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -18896,17 +19906,45 @@ MeanPowerVariance - + Average Power Variance - + Mean Power Deviation with respect to 30sec Moving Average + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan + + + + + CSV Upload + + + + + Unknown + Desconhecido + + + MeasuresPage Move up @@ -18952,22 +19990,22 @@ MergeAdjust - + Adjust Alignment - - Adjust merge alignment in time + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) - + Adjust: - + Reset @@ -18975,32 +20013,32 @@ MergeChoose - + Choose an Activity - + Choose an Existing activity to Combine - + Filename Nome do Ficheiro - + Date Data - + Time Tempo - + dd MMM yyyy dd MMM yyyy @@ -19008,17 +20046,17 @@ MergeConfirm - + Confirm - + Complete and Save - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -19030,17 +20068,17 @@ MergeDownload - + Download Activity - + Download Activity to Combine - + Error - Unknown file type Erro - Tipo de ficheiro desconhecido @@ -19048,32 +20086,32 @@ MergeMode - + Select Mode - + How would you like to combine the data ? - + Merge Data to add another data series - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - + Join Data to form a longer activity - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. @@ -19105,75 +20143,91 @@ Sem Potência - + Merge Data Series - + Select the series to merge together + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source - + Where is the data you want to combine ? - + Import from a File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. - + Download from Device - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - + Existing Activity - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - + All Supported Formats (%1) - + All files (*.*) - + Import from File Importar do ficheiro - + Error - Unknown file type Erro - Tipo de ficheiro desconhecido @@ -19181,52 +20235,52 @@ MergeStrategy - + Select Strategy - + How should we align the data ? - + Align using start time - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - + Align using shared data series - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - + Align starting together - + Regardless of the timestamp on the activity, align with both activities starting at the same time. - + Align ending together - + Regardless of the timestamp on the activity, align with both activities ending at the same time. @@ -19245,17 +20299,17 @@ MergeWelcome - + Combine Activities - + Lets get started - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -19265,22 +20319,22 @@ MetadataPage - + Fields Áreas - + Notes Keywords Palavras-chave notas - + Defaults - + Processing a processar @@ -19299,22 +20353,22 @@ MetricConfig - + Custom - + Bests - + Summary - + Intervals Intervalos @@ -19322,18 +20376,18 @@ MinHr - + Min Heartrate - - + + bpm - + Minimum Heart Rate. @@ -19341,18 +20395,18 @@ MinSmO2 - + Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -19360,22 +20414,22 @@ MinTemp - + Min Temp - + C - + F - + Minimum Temperature @@ -19402,18 +20456,18 @@ MintHb - + Min tHb - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -19421,477 +20475,283 @@ ModelDataProvider - Power (watts) - Potência (Watts) + Potência (Watts) - Cadence (rpm) - Cadência (rpm) + Cadência (rpm) - Heartrate (bpm) - Frequência Cardíaca (bpm) + Frequência Cardíaca (bpm) Speed (km/h) Velocidade (km/h) - - Speed (kph) - - - - Speed (mph) - Velocidade (mph) + Velocidade (mph) - Altitude (meters) - Altitude (metros) + Altitude (metros) - Altitude (feet) - Altitude (pés) + Altitude (pés) - Torque (N) - Torque (N) + Torque (N) - Elapsed Time (secs) - Tempo decorrido (segs) + Tempo decorrido (segs) - Elapsed Distance (km) - Distância decorrido (km) + Distância decorrido (km) - Elapsed Distance (mi) - Distância decorrido (mi) + Distância decorrido (mi) - Interval Number - Número do intervalo + Número do intervalo - Latitude (degree x 1000) - Latitude (degraus x 1000) + Latitude (degraus x 1000) - Longitude (degree x 1000) - Longitude (degraus x 1000) + Longitude (degraus x 1000) - Circumferential Pedal Velocity (cm/s) - Velocity de pedal circunferencial (m / s) + Velocity de pedal circunferencial (m / s) - Average Effective Pedal Force (N) - Força Pedal efectiva média (N) + Força Pedal efectiva média (N) - Time at X/Y (%) - Tempo em X/Y (%) + Tempo em X/Y (%) - Power Zone - Zona de potência - - - - L/R Balance - - - - - Running Vertical Oscillation - - - - - Running Ground Contact Time - - - - - Running Cadence - - - - - Gear Ratio - - - - - Muscle Oxygen - - - - - Haemoglobin Mass - - - - - Slope (gradient) - + Zona de potência - Unknown - Desconhecido + Desconhecido - Power - Potência + Potência - Cadence - Cadência + Cadência - Heartrate - Frequência Cardíaca + Frequência Cardíaca - Speed - Velocidade + Velocidade - Altitude - Altitude + Altitude - Pedal Force - Força Pedal + Força Pedal - Time - Tempo + Tempo - Distance - Distância + Distância - Interval - Intervalo + Intervalo - Latitude - Latitude + Latitude - Longitude - Longitude + Longitude - Time at X/Y - Tempo em X/Y + Tempo em X/Y - Zone - Zona + Zona - CPV - CPV + CPV - AEPF - AEPF - - - - Balance - - - - - RV - - - - - GCT - - - - - Run Cad - - - - - Gear - - - - - SmO2 - + AEPF - - tHb - - - - - Slope - - - - None - Nenhum + Nenhum - No data or bin size too large - Falta de dados ou tamanho do bin grande demais + Falta de dados ou tamanho do bin grande demais ModelWindow - Power - Potência + Potência - Cadence - Cadência + Cadência - Heartrate - Frequência Cardíaca + Frequência Cardíaca - Speed - Velocidade + Velocidade - Altitude - Altitude + Altitude - Torque - Torque + Torque - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Tempo + Tempo - Distance - Distância - - - - Slope - + Distância - Latitude - Latitude + Latitude - Longitude - Longitude - - - - L/R Balance - - - - - Running Vertical Oscillation - + Longitude - - Running Cadence - - - - - Running GCT - - - - - Gear Ratio - - - - - Muscle Oxygen - - - - - Haemoglobin Mass - - - - User Defined - Definido pelo usador + Definido pelo usador - Natural Cadence Selection - Seleção natural de cadência + Seleção natural de cadência - Route Visualisation - Visualização da rota + Visualização da rota - Power Fatigue - Quebra de potência + Quebra de potência - Impact of Altitude - Impacto de altitude + Impacto de altitude - Analyse - Análise + Análise - X-Axis: - Eixo X: + Eixo X: - Y-Axis: - Eixo Y: + Eixo Y: - Z-Axis: - Eixo Z: + Eixo Z: - Color: - Cor: + Cor: - Bin Width: - Largura bin: + Largura bin: - - Time at X&Y - Tempo em X&Y + Tempo em X&Y - Power Zone - Zona de potência + Zona de potência - Bar - Barra + Barra - Grid - Grade + Grade - Surface - Superfície + Superfície - Dots - Pontos + Pontos - Ignore Zero - Ignorar zero + Ignorar zero - Show Grid - Mostra grade + Mostra grade - Frame Intervals - Enquadrar intervalos + Enquadrar intervalos - Legend - legenda + legenda Reset View @@ -20038,16 +20898,8 @@ MultiDeviceDialog - - Multiple Device Configuration - - - - - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + Multiple Device Configuration @@ -20076,27 +20928,27 @@ segundos - + Date Data - + MMM d, yyyy - + Time Tempo - + Last updated - + ddd MMM d, yyyy hh:mm @@ -20313,18 +21165,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Frequência Cardíaca - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values @@ -20332,18 +21184,18 @@ NonZeroPower - + Nonzero Average Power - - + + watts - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -20351,235 +21203,347 @@ OAuthDialog - + OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. - - - + + Authorization Error - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - - - - - Twitter authorization was successful. - - - - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information - - Error in authorization - - - - - There was an error during authorization. Please check the error description. - - - - + Dropbox authorization was successful. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. - + Cycling Analytics authorization was successful. - + Google Calendar authorization was successful. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Concluído + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport Desporto - + Workout Code Código do treino - + Duration Duração - + Notes Notas - - HRV + + HRV rMSSD - + Heartrate Frequência Cardíaca - + Heartrate Zones - + Climbing - + Cadence Cadência - + Equivalent Power - + RPE - + Stress Tensão - + Fatigue Zones - + Intervals Intervalos - + Intensity Intensidade - + Power Potência - + Power Zones Zonas de potência - + Power Model - + Distance Distância - + Speed Velocidade - + Pace Zones - + Route + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -20605,54 +21569,54 @@ PaceSchemePage - + + - + - - + Add Adicionar - + Delete Apagar - + Short Curto - + Long Comprido - + Percent of CV - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -20813,27 +21777,27 @@ PaceZonePage - + Sport Desporto - + Run - + Swim - + Critical Velocity - + Default Padrão @@ -21077,135 +22041,135 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. Definir data do fim da série %1 para começar a data da série %2. - + Extending final range %1 to infinite to include present date. Estender série final %1 até infinito a incluir data presente. - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Série %1: corresponder topo da zona %2 (%3) ao fundo da zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Série %1: configurar topo da zona %2 desde %3 até MAX. - + Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zona</td> - + <td align="center">Description</td> <td align="center">Descrição</td> - + <td align="center">Low (%1)</td> - + <td align="center">High (%1)</td> - + <td align="center">Time</td> <td align="center">Tempo</td> - + <td align="center">%</td> - + Problem Saving Pace Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - + + min/100m - - + + min/100yd - - + + min/km - - + + min/mile @@ -21356,68 +22320,208 @@ Latitude - - Longitude - Longitude + + Longitude + Longitude + + + + Altitude + Altitude + + + + Headwind + Vento de frente + + + + Slope + + + + + Temperature + + + + + SmO2 + + + + + tHb + + + + + Interval + Intervalo + + + + Paste error + Colar erro + + + + Please select target cell or cells to paste values into. + Por favor, selecione a célula ou células-alvo para colar os valores. + + + + Copy/Paste Mismatch + Discordância a Copiar / Colar + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + A série selecionada e os dados disponíveis têm tamanhos diferentes, alguns dados podem ser perdidos. + +Quer continuar? + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + + + + + PeakHr30m + + + 30 min Peak Hr + - - Altitude - Altitude + + + bpm + + + + PeakHr3m - - Headwind - Vento de frente + + 3 min Peak Hr + - - Slope + + + bpm + + + PeakHr5m - - Temperature + + 5 min Peak Hr - - SmO2 + + + bpm + + + PeakHr60m - - tHb + + 60 min Peak Hr - - Interval - Intervalo + + + bpm + + + + PeakHr8m - - Paste error - Colar erro + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - Por favor, selecione a célula ou células-alvo para colar os valores. + + + bpm + + + + PeakHr90m - - Copy/Paste Mismatch - Discordância a Copiar / Colar + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - A série selecionada e os dados disponíveis têm tamanhos diferentes, alguns dados podem ser perdidos. - -Quer continuar? + + + bpm + @@ -22700,12 +23804,12 @@ Concluído. - + PolarFlow - + Download from the popular Polar website. @@ -22714,125 +23818,125 @@ PowerHist - + Time (minutes) Tempo (minutos) - + Time (percent) Tempo (percentagem) - + Power (watts) Potência (Watts) - - + + Power zone Zona de potência - + Heartrate (bpm) Frequência Cardíaca (bpm) - + Heartrate zone Zona de Frequência Cardíaca - - - - - + + + + + seconds segundos - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) - + %1 of Activity - + W'bal zone - + W'Bal Consumed (%) - + Power (watts/kg) - + aPower (watts) - + Cadence (rpm) Cadência (rpm) - + Pace zone - + Speed (%1) Velocidade (%1) - + min/km - + min/mile - - + + %1 Pace (%2) - + min/100m - + min/100yd @@ -22841,61 +23945,76 @@ km/h - + mph mph - + kph - + Torque (%1) Torque (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio - + SmO2 - + Unknown data series - - - - + + + + minutes minutos - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevice Make sure the PowerTap unit is turned @@ -23053,32 +24172,32 @@ ProcessorPage - + Processor Processador - + Apply Aplicar - + Settings Configurações - + Manual Manual - + Import - + Save Guardar @@ -23088,6 +24207,22 @@ + PythonChart + + + Show Console + + + + + PythonConsole + + + Python Console (%1) + + + + QObject Unknown ride metric "%1". @@ -23115,20 +24250,21 @@ - - + + + Lap %1 - - + + MMM dd yyyy - + All @@ -23208,62 +24344,44 @@ - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - Desconhecido + Desconhecido - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -23288,7 +24406,7 @@ - + Problem Saving Seasons @@ -23353,99 +24471,292 @@ - - - Other - Outro + + + Other + Outro + + + + Chinese (Simplified) + + + + + Dutch + + + + + Swedish + + + + + Run + + + + + Swim + + + + + Unsupported file format + + + + + Rest + + + + + Very, very easy + + + + + Easy + + + + + Moderate + + + + + Somewhat hard + + + + + Hard + + + + + Hard+ + + + + + Very hard + + + + + Very hard+ + + + + + Very hard++ + + + + + Maximum + + + + + Invalid + + + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D {3 ?} + + + + 4 + 3D {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D {6 ?} + + + + 7 Very fatigued+ + + + + + 8 + 3D {8 ?} - - Chinese (Simplified) - + + 9 + 3D {9 ?} - - Dutch + + 10 Total Fatigue, Nothing Left - - Swedish + + Problem Saving HRV Measurements - - Run + + Problem Reading HRV Measurements - - Swim + + Problem Parsing HRV Measurements - - Unsupported file format + + Developer limit exceeded - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -23525,32 +24836,37 @@ RealtimeData - + None Nenhum - + Time Tempo - + Lap - + Lap Time - + Lap Time Remaining - + + Section Time Remaining + + + + BikeStress @@ -23559,175 +24875,185 @@ BikeScore - + kJoules kJoules - + W' bal - + XPower - + Iso Power - + Intensity Factor - + Relative Intensity Intensidade relativa - + Skiba Variability Index - + Variability Index - + Distance Distância - + Alternate Power - + Power Potência - + Speed Velocidade - + Virtual Speed - + Cadence Cadência - + Heart Rate - + Target Power - + Average Power - + Average Speed - + Average Heartrate - + Average Cadence Cadência Média - + Lap Power - + Lap Speed - + Lap Heartrate - + Lap Cadence - + Left/Right Balance - + Total Hb Mass - + Hb O2 Saturation - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness - + Right Torque Effectiveness - + Left Pedal Smoothness - + Right Pedal Smoothness - + Slope + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -24003,12 +25329,12 @@ RemotePage - + Action - + ANT+ Command @@ -24032,17 +25358,17 @@ RenameIntervalDialog - + Rename Intervals - + &OK &OK - + &Cancel &Cancelar @@ -24111,22 +25437,22 @@ RideCache - + Can't rename %1 to %2 in %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. - + seconds segundos @@ -24543,464 +25869,459 @@ RideFile - + Run - + Swim - + Time Tempo - + Cadence Cadência - + Heartrate Frequência Cardíaca - + Distance Distância - + Speed Velocidade - + Acceleration - + Power %1 - + Cadence %1 - + Torque %1 - + Heartrate %1 - + Torque Torque - + Power Potência - + xPower xPotência - + aPower - + aTISS - + anTISS - + Iso Power - + Altitude Altitude - + Longitude Longitude - + Latitude Latitude - + Headwind Vento de frente - + Slope - + Temperature - + Left/Right Balance - + Left Torque Efficiency - + Right Torque Efficiency - + Left Pedal Smoothness - + Left Platform Center Offset - + Right Platform Center Offset - + Left Power Phase Start - + Right Power Phase Start - + Left Power Phase End - + Right Power Phase End - + Left Peak Power Phase Start - + Right Peak Power Phase Start - + Left Peak Power Phase End - + Right Peak Power Phase End - - + + Interval Intervalo - + VAM - + Watts per Kilogram - + W' balance - + SmO2 - + THb - + O2Hb - + HHb - + Vertical Oscillation - + Run Cadence - + GCT - + Gear Ratio - + W' Consumed - + Sample Index - + R-R - - + + Unknown Desconhecido - - + + seconds segundos - + rpm rpm - + rpm/s - + bpm - + bpm/s - + km km - + miles milhas - - + + kph - + mph mph - + m/s/s - + N - + N/s - - - - + + + + watts - + watts/s - - + + TISS - + metres - + feet Pês - + lon - + lat - - - - - - - + + + + + + + % % - + °C - - - - - - - - + + + + + + + + ° - - Invalid File Name - - - - - + + mm - + Right Pedal Smoothness - + meters per hour - + watts/kg - + joules - + g/dL - + spm - + cm - + ms - + ratio @@ -25009,16 +26330,15 @@ Nome do ficheiro do percurso inválido - Invalid date/time in filename: %1 Skipping file... - Data/tempo inválido no nome do ficheiro: + Data/tempo inválido no nome do ficheiro: %1 A ignorar ficheiro... - + Wheelsize @@ -25026,107 +26346,107 @@ RideFileInterval - + ALL - + DEVICE - + USER - + PEAK PACE - + PEAK POWER - + SEGMENTS - + CLIMBING - + EFFORTS - + The entire activity - + Device specific intervals - + User defined laps or marked intervals - + Peak pace for running and swimming - + Peak powers for cycling 1s thru 1hr - + Route segments using GPS data - + Ascents for hills and mountains - + Sustained efforts and matches using power - + Peak - + Find Procurar - + Match - + Climb - + Best @@ -25307,69 +26627,69 @@ RideImportWizard - + Select Date... Selecionar Data... - + Today Hoje - + Last Monday Segunda-Feira Passada - + Last Tuesday Terça-Feira Passada - + Last Wednesday Quarta-Feira Passada - + Last Thursday Quinta-Feira Passada - + Last Friday Sexta-Feira Passada - + Last Saturday Sábado Passado - + Last Sunday Domingo Passado - + Choose Date Escolhe Data - + Cancel Cancelar - - - + + + Abort Abortar - + Error - File does not exist. @@ -25378,52 +26698,52 @@ Sobrescrever ficheiros já existentes - + Directory - + Import Rule - + Directory Status - + No import - + No directory - + Directory not available - + Directory not readable - + %1 files for import selected - + No files in requested time range - + No activity files found @@ -25432,68 +26752,78 @@ Importar dos ficheiros do percurso - + Import Files - + Filename Nome do Ficheiro - + Date Data - + Time Tempo - + Duration Duração - + Distance Distância - + Import Status Estado de importação - + Step 1 of 4: Check file permissions Passo 1 de 5: A Verificar as permissões do ficheiro - + Error - Not a file. - + Error - File is not readable. - + + Error - Opendata summary. + + + + + undefined + + + + Queued Em fila - + Error - Unknown file type Erro - Tipo de ficheiro desconhecido - - + + ; @@ -25502,41 +26832,41 @@ Erro - Ficheiro inválido - + Step 2 of 4: Validating Files Passo 2 de 5: A validar ficheiros - - - - - + + + + + Error Erro - + Parsing... A analisar... - + Validated Validar - + Warning - AVISO - - + Step 3 of 4: %1 ride(s) are missing the date and time. - + Step 3 of 4: Change Date/Time or Save to continue. @@ -25545,52 +26875,57 @@ dd MMM yyyy - + No files for automatic import selected. - + More than 24hrs of activities to fit into a day - + Auto Import - + Automatic import from defined directories is completed. - + Error - Activity file exists - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed - + + Processing... + + + + Error - Moving %1 to activities folder - + Error - .JSON creation failed - + Error - Import of activitiy file failed @@ -25599,7 +26934,7 @@ hh:mm:ss ap - + Error - Erro - @@ -25608,7 +26943,7 @@ Passo 3 de 5: A confirmar data e tempo - + Save Guardar @@ -25617,7 +26952,7 @@ hh:mm:ss - + Invalid Selection Seleção inválida @@ -25630,19 +26965,19 @@ hh:mm:ss a - - - + + + Finish Acabar - + Step 4 of 4: Save to Library Passo 4 de 5: Guardar para a biblioteca - + Saving... A guardar... @@ -25655,7 +26990,7 @@ Ficheiro foi reescrito - + File Saved Ficheiro guardado @@ -25676,7 +27011,7 @@ Erro - sobresrever falhou - + Saving file... A guardar ficheiro... @@ -25697,7 +27032,7 @@ Concluído. - + Import Complete. %1 of %2 successful. Importação está completo. %1 a %2 bem sucedido. @@ -25705,128 +27040,128 @@ RideItem - + Entire Activity - + 1 second - + 5 seconds - - + + 10 seconds - - + + 15 seconds - - + + 20 seconds - - + + 30 seconds - - + + 1 minute - - + + 5 minutes - - + + 10 minutes - - + + 20 minutes - - + + 30 minutes - - + + 45 minutes - - + + 1 hour - + %1 (%2 watts) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH - + MATCH @@ -25834,87 +27169,92 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map Mapa - + Show Markers - + Show Full Plot - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - - OpenStreetMap (default) + + OpenStreetMap (default) + + + + + Custom Tile Server A + + + + + Custom Tile Server B - - OpenCycleMap + + Custom Tile Server C - - Mapquest + + Google API key - - Custom - + + Interval + Intervalo - + Intervals Intervalos - + Route - + No GPS Data Present Não há dados GPS Presente @@ -25922,12 +27262,12 @@ RideMetadata - + Problem Saving Meta Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -25936,57 +27276,57 @@ RideNavigator - + *|Workout Code|Date| - + File - + Last updated - + Date Data - + Time Tempo - + Config Checksum - + Remove Column Remover coluna - + Column Chooser - + Do Not Show in Groups - + Show In Groups @@ -25994,7 +27334,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Não foi possível ler o ficheiro " @@ -26013,298 +27353,268 @@ - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Device Type: Tipo de dispositivo: - - + + Totals Totais - - + + Averages Médias - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> - + W' - + CP - - + + watts - - + + w/kg - + FTP (watts) - + FTP (w/kg) - + P-max - + Interval Name - - - + + + %1 of %2 - - - + + + dd MMM yyyy dd MMM yyyy - - - - + + + + N/A - + Metrics* Métricos* - - + + Maximums - - <h3>Modeling<br>%1</h3> - - - + - Compare - + Summary - + Metrics Métrica - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - + + + ^(Average|Max) - + <h3>Athlete Bests</h3> - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> - - - + + + <h3>Power Zones</h3> <h2>Zonas de potência</h2> {3>?} {3>?} - - + + <h3>W'bal Zones</h3> - + <h3>Heart Rate Zones</h3> - - + + ride - - + + rides - - - + + + <td align="center">Date</td> - - - + + + <td align="center"></td> - - + + run - - + + runs - - + + swim - - + + swims - - + + <h3>Heartrate Zones</h3> @@ -26313,20 +27623,20 @@ ^Média - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds segundos @@ -26339,12 +27649,12 @@ <h2>Zonas HR</h2> - + Intervals Intervalos - + <p><h2>Errors reading file:</h2><ul> <p><h2>Erro na leitura do ficheiro:</h2><ul> @@ -26367,12 +27677,12 @@ - + RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -26402,46 +27712,6 @@ Cancel Cancelar - - - Ride With GPS - - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - - RiderPage @@ -26521,106 +27791,93 @@ TLP média - - + + kg - - + + lb - From Date - Desde do data + Desde do data - Weight - Peso + Peso - - Fat - - - - - Muscle - - - - - Bones + + Default Weight - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment - - + + Update - + + - + - - + Add Adicionar - + Delete Apagar - + + + MMM d, yyyy - hh:mm:ss + + + Time - Tempo + Tempo - + Source - + Original Source - - - MMM d, yyyy - - - - + Manual entry @@ -26633,6 +27890,11 @@ + + Season + + + &All Selected @@ -26661,7 +27923,7 @@ Routes - + Route #%1 @@ -26714,7 +27976,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -26724,22 +27986,22 @@ Alterações foram feitas para alguns dos percursos que não foram guardados que estão indicados em baixo. - + &Save and Exit &Guardar e sair - + &Discard and Exit &Descartar e sair - + &Cancel Exit &Cancelar e sair - + Always check for unsaved changes on exit Sempre verifique se há alterações não guardadas na saída @@ -26747,12 +28009,12 @@ SaveSingleDialogWidget - + Save and Conversion Guardar e converter - + WARNING You have made changes to @@ -26770,7 +28032,7 @@ Quer continuar? - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -26778,22 +28040,22 @@ - + &Save and Convert &Guardar e converter - + &Discard Changes &Descartar e sair - + &Cancel Save &Cancelar guardar - + Always warn me about file conversions Avisar me sempre sobre conversões de ficheiros @@ -26871,8 +28133,12 @@ - Circumferential Pedal Velocity (cm/s) + Velocity de pedal circunferencial (m / s) + + + + Circumferential Pedal Velocity (m/s) Velocity de pedal circunferencial (m / s) @@ -27353,7 +28619,7 @@ SchemePage - + Add Adicionar @@ -27362,49 +28628,49 @@ Renomear - + Delete Apagar - + + - + - - + Short Curto - + Long Comprido - + Percent of CP Percentagem do CP - + Maximum of 10 zones reached. - - + + New - - + + New (%1) @@ -27412,46 +28678,46 @@ SearchBox - - + + Search... - + Filter... - - + + Add to Named Filters - - + + Manage Filters - - + + Column Chooser - + and - + Add new search - + Name: @@ -27465,75 +28731,113 @@ + Season + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + Seasons - - + + All Dates Todas as datas - + This Year Este ano - + This Month Este més - + Last Month - + This Week Esta semana - + Last Week - + + Last 24 hours + + + + Last 7 days Últimos 7 dias - + Last 14 days Últimos 14 dias - + Last 21 days Últimos 28 dias {21 ?} - + Last 28 days Últimos 28 dias - + + Last 6 weeks + + + + Last 2 months Últimos 12 meses {2 ?} - + Last 3 months Últimos 3 meses - + Last 6 months Últimos 6 meses - + Last 12 months Últimos 12 meses @@ -27549,64 +28853,64 @@ Mover para baixo - + Add Adicionar - + Delete Apagar - + Up - + Down - - - - + + + + ddd MMM d, yyyy - + + - + - - - + + Name Nome - - + + Type Tipo - - + + From - - + + To @@ -27621,46 +28925,6 @@ Cancel Cancelar - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - Selfloops @@ -27680,179 +28944,78 @@ - - Selfloops - - - - Upload and track your training and progress. - - - - - SessionRPE - - - Session RPE - Sessão RPE - - - - Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. - - - - - SetDataPresentCommand - - - Set Data Present - Conjunto de dados presentes - - - - SetPointValueCommand - - - Set Value - Definir valor - - - - SetXDataPointValueCommand - - - Set XData point value - - - - - ShareDialog - - - Share your activity - - - - - Choose which sites you wish to share on: - - - - - Strava - - - - - Ride With GPS - - - - - Today's Plan - - - - - Cycling Analytics - - - - - Selfloops - - - - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - - - - - Choose a name for your activity: + Selfloops - - Private + + Upload and track your training and progress. + + + SessionRPE - - Commute - + + Session RPE + Sessão RPE - - Trainer + + Session RPE is the product of RPE * minutes, where RPE is the rate of perceived exercion (10 point modified borg scale) and minutes is Time Moving if available or Duration otherwise. + + + SetDataPresentCommand - - &Upload Activity - + + Set Data Present + Conjunto de dados presentes + + + SetPointValueCommand - - This activity is marked as already on %1. Are you sure you want to upload it? - + + Set Value + Definir valor + + + SetXDataPointValueCommand - - Choose which data series you wish to send: + + Set XData point value + + + ShareDialog - Altitude - Altitude + Altitude - Power - Potência + Potência - Cadence - Cadência + Cadência - Heartrate - Frequência Cardíaca - - - - &Close - - - - - No share site selected ! - + Frequência Cardíaca - OK - OK + OK - Cancel - Cancelar + Cancelar @@ -27883,23 +29046,23 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -28297,7 +29460,7 @@ - + Confirm @@ -28307,29 +29470,29 @@ - + %1 file(s) will be created. Are you sure you wish to proceed? - + Removed - + Saved - + Completed - + Split Activity Completed @@ -28455,51 +29618,6 @@ - SportPlusHealthUploader - - - SportPlusHealth - - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to upload file (cod. %1) - - - - - successfully uploaded to SportPlusHealth - - - - SportTracks @@ -28512,23 +29630,23 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -28546,12 +29664,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -28728,39 +29846,39 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. - - + + Completed. Concluído. - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. @@ -28871,62 +29989,6 @@ Cancel Cancelar - - - Strava - - - - - no Strava token set. Please authorize in Settings. - - - - - Strava support isn't enabled in this build - - - - - Error uploading to Strava - - - - - Successfully uploaded to Strava - - - - - - Upload activity to Strava... - - - - - Upload... Sending to Strava - - - - - Processing... - - - - - Upload to Strava finished. - - - - - invalid response or parser exception. - - - - - Error from Strava: - - StrokeRate @@ -28976,22 +30038,22 @@ SummaryMetricsPage - + Available Metrics Métricas disponíveis - + Selected Metrics Métricas selecionadas - + Up - + Down @@ -29223,14 +30285,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -29277,57 +30331,57 @@ Themes - + Default Padrão - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -29415,72 +30469,37 @@ - - + + Completed. Concluído. - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - + TodaysPlanBodyMeasures - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -29763,18 +30782,18 @@ TotalCalories - + Calories (HR) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age @@ -29805,18 +30824,18 @@ TotalWork - + Work Trabalho - - + + kJ kJ - + Total Work in kJ computed from power data @@ -29824,17 +30843,17 @@ TrainConfig - + Train Devices - + Preferences Preferências - + Remote Controls @@ -29877,22 +30896,22 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Allow multiple devices in Train View - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -29900,291 +30919,314 @@ TrainSidebar - + Save workout data - + Devices Dispositivos - - - - + + + + Menu - + Workouts - + Media - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos - - - + + + Delete Apagar - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured Dispositivos não configurados - + Please configure a device in Preferences. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. @@ -30194,19 +31236,19 @@ Concluído - - + + Add Device - - + + Delete Device - + Are you sure you want to delete this device? @@ -30252,150 +31294,59 @@ TrainingStageBuch - + Completed. + Concluído. + + + + TrainingsTageBuch + + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - + Completed. Concluído. - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. - TrainingstagebuchUploader - - - Trainingstagebuch.org - - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - - - - - Error uploading to Trainingstagebuch.org - - - - - successfully uploaded to Trainingstagebuch.org as %1 - - - - - getting Settings from Trainingstagebuch.org... - - - - - getting new Trainingstagebuch.org Session... - - - - - preparing Trainingstagebuch.org data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to Trainingstagebuch.org ... - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - TreeMapPlot @@ -30420,30 +31371,30 @@ - + Metric Métrico - + Date range - - - - + + + + (unknown) - + %1 activities - + None Nenhum @@ -30452,7 +31403,7 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. @@ -30466,218 +31417,106 @@ TwitterDialog - Choose which metrics you wish to tweet: - Escolhe quais medidas que deseja a tweet: + Escolhe quais medidas que deseja a tweet: - - Workout Time - Duração do treino - - - Time Riding - Duração do percurso - - - - Tweet Activity - + Workout Time + Duração do treino - - Time Moving - + Time Riding + Duração do percurso - Total Distance - Distância total + Distância total - Elevation Gain - Aumento de elevação + Aumento de elevação - Total Work (kJ) - Trabalho total (kJ) + Trabalho total (kJ) - Average Speed - Velocidade Média + Velocidade Média - Average Power - Potência Média + Potência Média - Average Heart Rate - Frequência Cardíaca Média + Frequência Cardíaca Média - Average Cadence - Cadência Média + Cadência Média - Max Power - Potência Máxima + Potência Máxima - Max Heart Rate - Frequência Cardíaca Máxima + Frequência Cardíaca Máxima - Twitter Message: - Mensagem Twitter: + Mensagem Twitter: - Message Length: - Tamanho da mensagem: - - - - &Tweet Activity - - - - - Time Moving: %1 - + Tamanho da mensagem: &Tweet Ride &Tweet percurso - &Cancel - &Cancelar + &Cancelar - Golden Cheetah->Preferences - Golden Cheetah->Preferências + Golden Cheetah->Preferências - Tools->Options - Ferramentas->Opções + Ferramentas->Opções - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Erro ao obter credenciais OAuth. Por favor, certifique-se de completar o processo de autorização do twitter encontrado em %1. + Erro ao obter credenciais OAuth. Por favor, certifique-se de completar o processo de autorização do twitter encontrado em %1. - - OAuth Error - Erro de OAuth + Erro de OAuth - Tweet Length Error - Erro no tamanho do tweet - - - - Tweet must be 140 characters or less. - - - - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - - - - - Tweet sent - - - - - Tweet successfully sent. - + Erro no tamanho do tweet Tweet must be 140 characters or fewer. Tweet deve ter 140 carácteres ou menos. - Error Posting Tweet - Erro a publicar Tweet + Erro a publicar Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Ocorreu um erro a establecer ligação ao Twitter. Verifique a sua ligação de rede e tente novamente. + Ocorreu um erro a establecer ligação ao Twitter. Verifique a sua ligação de rede e tente novamente. seconds segundos - - Duration: %1 - - - - - Distance: %1 - - - - - Climbing: %1 - - - - - Work: %1 - - - - - Avg Speed: %1 - - - - - Avg Power: %1 - - - - - Avg HR: %1 - - - - - Avg Cadence: %1 - - - - - Max Power: %1 - - - - - Max HR: %1 - - - km km @@ -30718,10 +31557,8 @@ rpm - - Message Length: %1 - Tamanho da mensagem: %1 + Tamanho da mensagem: %1 @@ -30759,12 +31596,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour @@ -30925,89 +31762,6 @@ - VeloHeroUploader - - - VeloHero - - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - Velohero @@ -31035,12 +31789,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -31092,18 +31846,18 @@ ViewSplitter - + Clear - - + + OFF - + ON @@ -31496,12 +32250,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -31588,12 +32342,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -31621,17 +32375,18 @@ Erro de OAuth - - Withings Data Download + + Error parsing Withings API response. Please check the error description. - + + Error Erro - + There was an error during fetching. Please check the error description. @@ -31639,12 +32394,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -31791,12 +32546,12 @@ WorkoutWidget - + File save failed. - + Intensity Intensidade @@ -31887,24 +32642,24 @@ XDataDialog - + xData - + Data Series - - + + Add Adicionar - - + + Delete Apagar @@ -31983,32 +32738,32 @@ XDataSeriesSettingsDialog - + Name Nome - + Units - + Cancel Cancelar - + OK OK - + Error Erro - + Name is blank @@ -32016,48 +32771,48 @@ XDataSettingsDialog - + xData - + Data Series - + Units - + Series %1 - + Cancel Cancelar - + OK OK - - + + Error Erro - + XData name is blank - + Must have at least one data series. @@ -32160,6 +32915,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Concluído. + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -32300,27 +33089,27 @@ Zonas padrão - + Sport Desporto - + Bike - + Run - + Critical Power Potência Crítica - + Default Padrão @@ -32564,53 +33353,53 @@ Neuromuscular - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one linha %1: a ler nova série sem ler quaisquer zonas da série anterior - + line %1: read zone without preceding date range linha %1: a ler zonas sem dados da série anterior - - + + attempt to set zone based on % of CP without setting CP in line number %1. tentativa de definir zona baseada em % de CP sem definir CP em linha número %1. - + file ended without reading any zones for last range ficheiro terminou sem ler todas as zonas da última série - + Setting end date of range %1 to start date of range %2. Definir data do fim da série %1 para começar a data da série %2. - + Extending final range %1 to infinite to include present date. Estender série final %1 até infinito a incluir data presente. - + CP must be greater than zero in zone range %1 of %2 @@ -32619,45 +33408,45 @@ Cp tem de ser maior do que zero nas zonas %1 das zonas de potência - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Série %1: corresponder topo da zona %2 (%3) ao fundo da zona %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Série %1: configurar topo da zona %2 desde %3 até MAX. - + Critical Power (watts): %1 - + <td align="center">Low (watts)</td> - + <td align="center">High (watts)</td> - + <td align="center">%</td> - + Problem Saving Power Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. @@ -32666,12 +33455,12 @@ Potência Crítica: %1 - + <td align="center">Zone</td> <td align="center">Zona</td> - + <td align="center">Description</td> <td align="center">Descrição</td> @@ -32684,7 +33473,7 @@ <td align="center">Alto</td> - + <td align="center">Time</td> <td align="center">Tempo</td> @@ -32698,6 +33487,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -32776,14 +33573,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -32875,32 +33664,45 @@ deviceModel - + Device Name Nome do dispositivo - + Device Type Tipo de dispositivo - + Port Spec Porta spec - + Profile Perfil - + Virtual Virtual + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -32919,6 +33721,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + HR do repouso + + + + + bpm + + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_ru.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_ru.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_ru.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_ru.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower - - + + watts ватт - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,35 @@ ANTlocalController - + + Found Garmin Express service + Обнаружен работающий процесс Garmin Express + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + Обнаружен активный процесс Garmin Express на этом компьютере, +который может блокировать доступ к передатчику ANT+ программой Golden Cheetah. + +Попробовать временно отключить этот процесс? + + + + Failed stopping Garmin Express service + Не удалось остановить процесс Garmin Express + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + GoldenCheetah не смог остановить работающий процесс службы Garmin Connect. +Попробуйте вручную завершить его. + + + Cannot open ANT+ device Невозможно открыть устройство с протоколом ANT+ @@ -31,12 +59,12 @@ APPercent - + Power Percent of Max Мощность в процентах от максимума - + Power as percent of Pmax according to Power Zones Мощность в процентах от максимальной Pmax, в зависимости от зоны мощности @@ -49,22 +77,21 @@ О GoldenCheetah - + About О программе - + Version Версия - Config - Настройка сборки + Настройка сборки - + Contributors Участники проекта @@ -72,22 +99,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) Средний STS (дни) - + LTS average (days) Средний LTS (дни) - + PMC Stress Balance Today @@ -99,69 +126,73 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>ПО анализа показателей мощности для велосипедистов<br>для Linux, Mac и Windows<p>GoldenCheetah разрабатывается под лицензией<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Исходный код доступен по адресу<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Файлы тренировок и прочие данные сохраняются в <br><a href="%1">%2</a><p> Товарные знаки <br>BikeStress, IsoPower, IF<br> используются с разрешения <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore: <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed: Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Модуль температуры тела разработан <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> и находится в стадтии патентования.<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>ПО анализа показателей мощности для велосипедистов<br>для Linux, Mac и Windows<p>GoldenCheetah разрабатывается под лицензией<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Исходный код доступен по адресу <br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Файлы тренировок и прочие данные сохраняются в <br><a href="%1">%2</a><p>Товарные знаки <br>BikeScore, xPower, SwimScore courtesy of <br> используются с разрешения <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Модуль температуры тела разработан <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> и находится в стадтии патентования.<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>ПО анализа показателей мощности для велосипедистов<br>для Linux, Mac и Windows<p>GoldenCheetah разрабатывается под лицензией<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Исходный код доступен по адресу <br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Файлы тренировок и прочие данные сохраняются в <br><a href="%1">%2</a><p>Товарные знаки <br>BikeScore, xPower, SwimScore courtesy of <br> используются с разрешения <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Модуль температуры тела разработан <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> и находится в стадтии патентования.<br></center> + + + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>ПО анализа показателей мощности для велосипедистов<br>для Linux, Mac и Windows<p>GoldenCheetah разрабатывается под лицензией<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Исходный код доступен по адресу <br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Файлы тренировок и прочие данные сохраняются в <br><a href="%1">%2</a>><p>ID спортсмена: %3<br><p>Товарные знаки <br>BikeScore, xPower, SwimScore courtesy of <br> используются с разрешения <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Модуль температуры тела разработан <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> и находится в стадтии патентования.<br></center> AboutRiderPage - + Nickname Псевдоним - + Date of Birth Дата рождения - + Sex Пол - - - + + + Height (%1) - + Рост (%1) - - + + cm см - - + + in - + дюйм - + Male Мужской - + Female Женский - + Crank Length Длина шатуна - + Wheelsize Диаметр колёс - + mm мм @@ -186,12 +217,12 @@ Частота авторезервирования - + Choose Picture Выберите фотографию - + Images (*.png *.jpg *.bmp) Изображения (*.png *.jpg *.bmp) @@ -242,12 +273,12 @@ ActivityCRC - + Checksum Контрольная сумма - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Контрольная сумма тренировки может быть использована в качестве триггера для обновления кеша в скриптах на языке R. @@ -255,12 +286,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -268,113 +299,148 @@ AddAuth - + Service Credentials - + Учётные данные Сервиса - - + + Credentials and authorisation - + Учётные данные и авторизация - - + + Authorise Авторизоваться - + URL URL - + Key (optional) - + Ключ (опционально) - + Username Имя пользователя - + Password Пароль - + Token + Токен + + + + Message - + %1 Credentials and authorisation - + %1: Учётные данные и авторизация AddClass - + Service Type - + Тип Сервиса - + What type of Service are you adding an account for ? - + Для какого сервиса вы добавляете учетную запись? - + Activities Тренировки - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - + Синхронизировать тренировки с сервисами типа Today's Plan, Strava, Dropbox, Google Drive + + + + Measurements + Измерения + + + + Sync measurements such as weight, body fat, HRV and sleep. + Синхронизировать данные измерений, такие как вес, телесный жир, сон и HRV. + + + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + Синхронизировать план тренировок в календарь WebDAV и CalDAV (Google Calendar). - Measures - Метрики + Метрики - Sync measures data such as weight, body fat, HRV and sleep. - + Синхронизировать данные измерений, такие как вес, телесный жир, сон и HRV. - + Calendar Календарь - Sync planned workouts to WebDAV and CalDAV calendars. - + Синхронизировать план тренировок в календарь WebDAV и CalDAV. AddCloudWizard - + Add Cloud Wizard - + Мастер добавления облачного аккаунта - + Edit Account Details + Редактирование свойств аккаунта + + + + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept AddDeviceWizard - + Add Device Wizard Мастер добавления устройств @@ -382,17 +448,17 @@ AddFinal - + Done Закрыть - + Confirm configuration and add device Подтвердите настройки и добавьте устройство - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. @@ -401,392 +467,392 @@ - + Name* Название* - + Port Порт - + Profile Профиль - + Virtual Виртуальный - + mm мм - + Wheel Size Диаметр колёс - + None Нет - + Power - Kurt Kinetic Cyclone Велостанок - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Велостанок - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Велостанок - Cyclops Fluid 2 - + Power - BT Advanced Training System Велостанок - BT Advanced Training System - + Power - LeMond Revolution Велостанок - LeMond Revolution - + Power - 1UP USA Trainer Велостанок - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Велостанок - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Велостанок - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Велостанок - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Велостанок - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Велостанок - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Велостанок - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Велостанок - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Велостанок - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Велостанок - Saris Powerbeam Pro - + Power - Tacx Satori (2) Велостанок - Tacx Satori (2) - + Power - Tacx Satori (4) Велостанок - Tacx Satori (4) - + Power - Tacx Satori (6) Велостанок - Tacx Satori (6) - + Power - Tacx Satori (8) Велостанок - Tacx Satori (8) - + Power - Tacx Satori (10) Велостанок - Tacx Satori (10) - + Power - Tacx Flow (0) Велостанок - Tacx Flow (0) - + Power - Tacx Flow (2) Велостанок - Tacx Flow (2) - + Power - Tacx Flow (4) Велостанок - Tacx Flow (4) - + Power - Tacx Flow (6) Велостанок - Tacx Flow (6) - + Power - Tacx Flow (8) Велостанок - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Велостанок - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Велостанок - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Велостанок - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Велостанок - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Велостанок - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Велостанок - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Велостанок - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Велостанок - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Велостанок - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Велостанок - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Велостанок - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Велостанок - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Велостанок - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Велостанок - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Велостанок - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Велостанок - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Велостанок - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Велостанок - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Велостанок - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) Велостанок - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Велостанок - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Велостанок - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Велостанок - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid Велостанок - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Велостанок - Tacx Sirius (1) - + Power - Tacx Sirius (2) Велостанок - Tacx Sirius (2) - + Power - Tacx Sirius (3) Велостанок - Tacx Sirius (3) - + Power - Tacx Sirius (4) Велостанок - Tacx Sirius (4) - + Power - Tacx Sirius (5) Велостанок - Tacx Sirius (5) - + Power - Tacx Sirius (6) Велостанок - Tacx Sirius (6) - + Power - Tacx Sirius (7) Велостанок - Tacx Sirius (7) - + Power - Tacx Sirius (8) Велостанок - Tacx Sirius (8) - + Power - Tacx Sirius (9) Велостанок - Tacx Sirius (9) - + Power - Tacx Sirius (10) Велостанок - Tacx Sirius (10) - + Stride Length (cm) Длина шага (см) - + Selected by default Выбрано по умолчанию - + Power Мощность - + Heartrate ЧСС - + Speed Скорость - + Cadence Каденс @@ -794,86 +860,86 @@ AddFinish - + Done - Закрыть + Готово - + Add Cloud Account - + Добавить облачный аккаунт - + URL URL - + Key - + Ключ - + Username Имя пользователя - - + + Password Пароль - + Token - + Токен - + Folder Папка - + Athlete ID - + ID спортсмена - + Sync on start - + Синхронизировать при старте - + Sync on import - + Синхронизировать при импорте AddFirmware - + Select Firmware Выбрать прошивку - + Select Firmware for Tacx Fortius Выбрать прошивку для Tacx Fortius - + Browse Обзор - + Copy to Library Скопировать в библиотеку - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -894,22 +960,74 @@ Если вы выберите «Скопировать в библиотеку», то файл будет скопирован в библиотеку GoldenCheetah, в противном случае GoldenCheetah будет использовать файл из того места, где вы укажете. - + File: Файл: - + Open File Открыть файл - + Intel Firmware File (*.hex) Файл прошивки в формате Intel (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + Обзор + + + + Copy to Library + Скопировать в библиотеку + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + Файл: + + + + Open File + Открыть файл + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1136,63 +1254,63 @@ AddPair - + Pair Devices Подключить устройства - + Search for and pair ANT+ devices Найти и подключить устройства по ANT+ - + Sensor Датчик - + ANT+ Id ANT+ Id - + Value Значение - + Status Статус - - + + none нет - + Un-Paired Отключен - + Unused Не используется - + Master Основной - + Searching... Выполняется поиск... - + Paired Подключен @@ -1200,58 +1318,58 @@ AddPairBTLE - + Pair Devices Подключить устройства - + Search for and pair Bluetooth 4.0 devices Найти и подключить устройства по Bluetooth 4.0 - + Sensor Датчик - + BLE Id BLE Id - + Value Значение - + Status Статус - - + + none нет - + Un-Paired Отключен - + Unused Не используется - + Searching... Выполняется поиск... - + Paired Подключен @@ -1259,29 +1377,31 @@ AddSearch - + Scan for connected devices Поиск подключенных устройств - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. - Убедитесь, что устройство подсоединено, включено и работает. Программа постарается найти его по известным портам с учётом выбранного типа устройств. + Убедитесь, что устройство подсоединено, включено и работает. Программа постарается найти его по известным портам с учётом выбранного типа устройств. + + - + Search Найти - + If your device is not found you can select the device port manually by using the selection box below. Если устройство не обнаружено, вы можете вручную выбрать порт среди перечисленных ниже. - + Device found. Click Next to Continue @@ -1292,22 +1412,22 @@ - + %1 Search Поиск %1 - + Select COM port Выберите COM-порт - + Search Again Поискать снова - + Device found (%1). Press Next to Continue @@ -1318,7 +1438,7 @@ - + Device found. Press Next to Continue @@ -1329,12 +1449,12 @@ - + Stop Searching Остановить поиск - + Search again Поискать снова @@ -1342,55 +1462,55 @@ AddService - + Account Type - Тип аккаунта + Тип аккаунта - + Select the cloud service type - + Выберите тип облачного сервиса AddSettings - + Cloud Service Settings - + Folder Папка - + Browse Обзор - + Sync on startup - + Sync on import - + Синхронизировать при импорте - + Service Settings - + Connection Failed - + Choose Athlete Directory Выберите каталог спортсмена @@ -1398,12 +1518,12 @@ AddType - + Select Device Выберите устройство - + What kind of device to add Устройство какого типа добавить @@ -1438,63 +1558,68 @@ Aerolab - - + + Elevation (m) Подъём (м) - + Distance (km) Дистанция (км) - + V-Elevation - + Elevation Подъём - + Elevation (') Подъём (') - + Distance Дистанция - + Time (minutes) Время (минуты) - + + No ride selected + + + + Estimates out-of-range Оценочные параметры вне диапазона - + At least two segments must be independent Как минимум два сегмента должны быть разные - + At least two segments must be defined Как минимум два сегмента должны быть заданы - + Altitude and Power data must be present Высота (подъём) и Мощность должы присутствовать - + No activity selected Тренировка не выбрана @@ -1567,7 +1692,7 @@ - + Estimate CdA and Crr @@ -1575,22 +1700,21 @@ AllPlot - - - + + + Power Мощность - + Heart Rate ЧСС - - - - + + + Speed Скорость @@ -1601,90 +1725,90 @@ Процент - - - + + + Cadence Каденс - - + + Heartrate ЧСС - - - + + + Acceleration Ускорение - - - + + + Power Delta Дельта мощности - - - + + + Cadence Delta Дельта каденса - - - + + + Torque Delta Дельта крутящего момента - - - + + + Heartrate Delta Дельта ЧСС - - + + W'bal W'bal - - - + + + Altitude Высота - - + + Headwind Встречный ветер - - - + + + Temperature Температура - - - + + + Torque Крутящий момент - + W' Balance (kJ) Баланс W' (кДж) @@ -1701,24 +1825,24 @@ - - - + + + SmO2 SmO₂ - - - + + + Slope Наклон - + Hb Hb @@ -1743,234 +1867,239 @@ Tau=%1, CP=%2, W'=%3, %4 совпадений >2кДж (%5 кДж) %6 - - - + + + Core Temp Темп. тела - - - - + + + + R-R R-R - - - + + + Alt/Slope Высота/Наклон - - - + + + Anaerobic TISS Анаэробный TISS - - - + + + Aerobic TISS Аэробный TISS - - - + + + IsoPower IsoPower - - - + + + Vertical Oscillation Вертикальное колебание - - - + + + Run Cadence Каденс бега - - - + + + GCT GCT - - - - + + + + Gear Ratio Передаточное отношение - - - + + + tHb tHb - - - + + + O2Hb O₂Hb - - - + + + HHb HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness Плавность педалирования левой - - - + + + Right Pedal Smoothness Плавность педалирования правой - - - + + + Left Torque Efficiency Эффективность крутящего момента левой - - - + + + Right Torque Efficiency Эффективность крутящего момента правой - - + + Left/Right Pedal Center Offset Смещение левой/правой педали от центра - - + + Left Power Phase Фаза мощности слева - - + + Right Power Phase Фаза мощности справа - - + + Left Peak Power Phase Фаза пика мощности слева - - + + Right Peak Power Phase Фаза пика мощности справа - - + + L/R Balance Баланс Л/П - - - + + + aPower aPower - + Matches Совпадения - + Left Pedal Center Offset Смещение от центра оси слева - + Right Pedal Center Offset Смещение от центра оси справа - + Left Balance Баланс слева - + Right Balance Баланс справа - + min/km мин/км - + min/mile мин/милю - - + + %1 %2 %1 %2 - + min/100m мин/100м - + min/100yd мин/100 ярдов + + W' + W' + + Match @@ -2269,7 +2398,7 @@ AllPlotWindow - + Smooth Сглаживание @@ -2292,7 +2421,7 @@ Overlay - С перекрытием + Детализация по интервалу @@ -2420,58 +2549,62 @@ Время контакта с землёй - + + Cadence + Каденс + + + SmO2 SmO₂ - + Moxy Moxy - + tHb tHb - + O2Hb O₂Hb - + HHb HHb - + Heart Rate ЧСС - + Data series Серия данных - + R-R Rate R-R интервал - + Core Temperature Температура тела - + Speed Скорость - - + Cadence Каденс @@ -2492,13 +2625,13 @@ - + Name Название - + Formula Формула @@ -2518,143 +2651,143 @@ Опустить - + Altitude Высота - + Temperature Температура - + Headwind Встречный ветер - + Torque Крутящий момент - + Gear Ratio Передаточное отношение - + Slope Наклон - + No Alt/Slope Без высоты/наклона - + 0.1km|mi - 1min 0,1км|миля - 1 мин - + 0.5km|mi - 5min 0,5км|миля - 5 мин - + 1.0km|mi - 10min 1км|миля - 10 мин - - + + Alt/Slope Высота/Наклон - + Anaerobic TISS Анаэробный TISS - + Metrics Показатели - + Aerobic TISS Аэробный TISS - + Iso Power Нормированная мощность - + Skiba xPower xPower Скиба - + Altitude Power - + W' balance Баланс W' - + Time of day Время суток - + Intervals Интервалы - + Selection #%1 Выделение #%1 - + Power + shade Мощность + зоны - + Power - shade Мощность - зоны - + No Power Без мощности - + Shading На фоне - + Time Время - + Distance Дистанция - + X Axis Ось X @@ -2662,43 +2795,43 @@ AnalysisSidebar - + Calendar Календарь - + Activities Тренировки - - + + Menu Меню - + Intervals Интервалы - + Save Changes Сохранить изменения - + Revert to Saved version Вернуться к сохранённому - + Delete Activity Удалить тренировку - + Split Activity Разделить тренировку @@ -2707,124 +2840,139 @@ Загрузить тренировку в календарь - + Show Column Chooser Показать выбор столбцов - + Do Not Show In Groups Не показывать в группах - + Group By Сгруппировать по - + Expand All Развернуть все - + Collapse All Свернуть все - + Reset to default Вернуть исходные параметры - + Sort User Intervals Отсортировать пользовательские интервалы - + + Mark as a performance test + + + + Rename route Переименовать маршрут - + Stop tracking this segment Прекратить отслеживание этого участка - + + Create a performance test + + + + Create a route segment Создать участок маршрута - + No activity selected Тренировка не выбрана - + Current activity contains no data В открытой тренировке нет данных - + + Performance Test + + + + Delete Interval Удалить интервал - + Unable to delete interval Невозможно удалить интервал - - + + Find Intervals... Найти интервалы... - + Zoom out Отдалить просмотр - - + + Zoom to interval Интервал на весь экран - - + + Edit interval Изменить интервал - - + + Delete interval Удалить интервал - - + + Rename selected intervals Переименовать выбранные интервалы - - + + Delete selected intervals Удалить выбранные интервалы - + Zoom Out Отдалить просмотр - - + + Find Intervals Найти интервалы @@ -2899,7 +3047,7 @@ AppendXDataPointsCommand - + Append XData Points Добавить точки XData @@ -2907,77 +3055,77 @@ Athlete - + Pace Zones File %1 Error Ошибка в файле зон темпа %1 - + Athlete Weight Вес спортсмена - + Time In HR Zone Время в зоне ЧСС - + Power Distribution Распределение мощности - + Vo2max Estimation Оценка VO₂ макс - + KPI Tracker Контроль за показателями - + Critical Power Trend Динамика критической мощности - + Aerobic Power Аэробная мощность - + Power Variance Колебания мощности - + Power Profile Профиль мощности - + Anaerobic Power Анаэробная мощность - + Power & Speed Trend Динамика мощности и скорости - + Tempo & Threshold Time Темп и Пороговое время - + Training Mix Тренировочный микс - + Time & Distance Время и дистанция @@ -2986,127 +3134,131 @@ Вес по Withings - + Zones File %1 Error Ошибка в файле зон %1 - + Reading Zones File %1 Чтение зон из файла %1 - + HR Zones File %1 Error Ошибка в файле зон ЧСС %1 - + Reading HR Zones File %1 Чтение зон ЧСС из файла %1 - + Time In Power Zone Время в зоне мощности - + Sustained Time In Zone Время в зоне близкой к модели - + Time in W' Zone Время в зоне W' - + BikeScore and Intensity BikeScore и Интенсивность - BikeStress and IF - BikeStress и IF + BikeStress и IF - + + BikeStress and BikeIntensity + + + + Stress and Distance Нагрузка и дистанция - + Calories vs Duration Калории vs длительность - + Stress (TISS) Нагрузка (TISS) - + Aerobic Response Аэробный отклик - + Anaerobic Response Анаэробный отклик - + PMC (Coggan) PMC (по Коггану) - + PMC (Skiba) PMC (по Скибе) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (дистанция) - + PMC (Duration) PMC (длительность) - + CP History История CP - + CP Analysis Анализ CP - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Время в зонах темпа - + Run Pace Темп бега - + Swim Pace Темп плавания @@ -3114,49 +3266,49 @@ AthleteBackup - + Abort Backup and Reset Counter Отменить резервирование и сбросить счётчик - + Select Backup Directory Выберите каталог для сохранения резервной копии - - - - - - - - + + + + + + + + Athlete Backup Резервирование данных спортсмена - + No backup directory selected - backup aborted Не выбран каталог для резервирования, резервирование прервано - + Any unsaved data will not be included into the backup .zip file. Все несохранённые данные не будут включены в .zip файл резевной копии. - + Do you want to proceed? Вы хотите продолжить? - + Abort Backup Прервать резервирование - + Backup successfully stored in %1 Резервная копия успешно сохранена в @@ -3167,83 +3319,115 @@ Резервная копия успешно сохранена в %1 - + No files found for athlete %1 - all athlete sub-directories are empty. Не найдены файлы для спортсмена %1 - все директории пустые. - + Not enough space available on disk: %1 - no backup .zip file created Не достаточно места на диске %1 - файл .zip с резевной копией не был создан - - + + Directory %1 not available. No backup .zip file created for athlete %2. Директория %1 не доступна. Файл .zip с резевной копией для спортсмена %2 не был создан. - + Backup file %1 cannot be created. файл %1 с резевной копией не может быть создан. - + Adding files to backup %1 for athlete %2 ... Добавление файлов в резервную копию %1 для спорстмена %2 ... - AthleteConfig + AthleteBones - - About - О спортсмене + + Athlete Bones + - - Measures - Метрики + + kg + кг - - Power Zones + + lbs + фнт + + + + Athlete bones in kg or lbs from body measurements + + + + + AthleteConfig + + + About + О спортсмене + + + Measures + Метрики + + + + Power Zones Зоны мощности - + Heartrate Zones Зоны ЧСС - + Pace Zones Зоны темпа - + Model - Модель + Модель + + + + Measurements + Измерения - + + HRV + HRV + + + Zones - + Зоны - + Accounts - + Аккаунты - + Auto Import Автоимпорт - + Backup - + Архивирование @@ -3265,8 +3449,12 @@ + Athlete bodyfat in kg or lbs from body measurements + Доля жира в кг или фунтах в массе спорстмена + + Bodyfat in kg or lbs from downloaded Body Measure data - Доля жира в кг или фнт в массе спорстмена + Доля жира в кг или фнт в массе спорстмена Bodyfat in kg or lbs from Withings data @@ -3276,22 +3464,26 @@ AthleteFatP - + Athlete Bodyfat Percent - Доля жира в массе спортсмена + Процент жира в массе спортсмена - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements Доля жира в процентах в массе спорстмена + Bodyfat Percent from downloaded Body Measure data + Доля жира в процентах в массе спорстмена + + Bodyfat Percent from Withings data Доля жира в процентах в массе спорстмена @@ -3299,31 +3491,58 @@ AthleteLean - + Athlete Lean Weight Доля нежировой массы - + kg кг - + lbs фнт - - Lean Weight in kg or lbs from downloaded Body Measure data + + Lean Weight in kg or lbs from body measurements Нежировая масса в кг или фунтах + Lean Weight in kg or lbs from downloaded Body Measure data + Нежировая масса в кг или фунтах + + Lean Weight in kg or lbs from Withings data Нежировая масса в кг или фунтах по данным Withings + AthleteMuscles + + + Athlete Muscles + Мышечная масса + + + + kg + кг + + + + lbs + фнт + + + + Athlete muscles in kg or lbs from body measurements + Мышечная масса в кг или фунтах в массе спортсмена + + + AthleteWeight @@ -3342,8 +3561,12 @@ + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default + Вес в кг или фунтах: вначале из данных измерений тела, потом из метаданных тренировки и в конце из настроек спортсмена, если не указано, тогда 75 кг + + Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default - Вес в кг или фунтах: вначале из данных Body Measure data, потом из метаданных тренировки и в конце из настроек спортсмена, если не указано, тогда 75 кг + Вес в кг или фунтах: вначале из данных Body Measure data, потом из метаданных тренировки и в конце из настроек спортсмена, если не указано, тогда 75 кг Weight in kg or lbs: first from Withings data, then from Activity metadata and last from Athlete configuration with 75kg default @@ -3353,52 +3576,52 @@ AutoImportPage - + + + - + - - - + Browse Обзор - + Add Добавить - + Delete Удалить - + Up Поднять - + Down Опустить - + Directory Каталог - + Import Rule Правило импорта - + Enter directory or press [Browse] to select Укажите каталог или нажмите «Обзор» для выбора @@ -3433,18 +3656,18 @@ AvgCadence - + Average Cadence Средний каденс - - + + rpm об/мин - + Average Cadence, computed when Cadence > 0 Средний каденс, отличный от нуля @@ -3452,18 +3675,18 @@ AvgCoreTemp - + Average Core Temperature Средняя температура тела - - + + C °C - + Average Core Temperature. The core body temperature estimate is based on HR data Средняя температура тела, оценивается по ЧСС @@ -3471,18 +3694,18 @@ AvgHeartRate - + Average Heart Rate Средняя ЧСС - - + + bpm уд/мин - + Average Heart Rate computed for samples when hr is greater than zero Средняя ЧСС, посчитанная для значений где ЧСС больше нуля @@ -3490,22 +3713,22 @@ AvgLPCO - + Average Left Pedal Center Offset Среднее смещение от центра оси левой педали - + mm мм - + in дюйм - + Platform center offset is the location on the left pedal platform where you apply force, on average. Смещение от центра оси - это то место на платформе левой педали, куда вы усреднённо прикладываете силу. @@ -3513,17 +3736,17 @@ AvgLPP - + Average Left Power Phase Length Средняя длительность фазы мощности слева - + ° ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3531,17 +3754,17 @@ AvgLPPB - + Average Left Power Phase Start Среднее начало фазы мощности слева - + ° ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3549,17 +3772,17 @@ AvgLPPE - + Average Left Power Phase End Средний конец фазы мощности слева - + ° ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3567,17 +3790,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Средняя длительность фазы пика мощности слева - + ° ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3585,17 +3808,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Среднее начало фазы пика мощности слева - + ° ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3603,17 +3826,17 @@ AvgLPPPE - + Average Left Peak Power Phase End Средний конец фазы пика мощности слева - + ° ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3621,18 +3844,18 @@ AvgLPS - + Average Left Pedal Smoothness Средняя плавность педалирования слева - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3640,18 +3863,18 @@ AvgLTE - + Average Left Torque Effectiveness Средняя эффективность крутящего момента слева - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3659,18 +3882,18 @@ AvgPower - + Average Power Средняя мощность - - + + watts ватт - + Average Power from all samples with power greater than or equal to zero @@ -3678,22 +3901,22 @@ AvgRPCO - + Average Right Pedal Center Offset Среднее смещение от центра оси правой педали - + mm мм - + in дюйм - + Platform center offset is the location on the right pedal platform where you apply force, on average. Смещение от центра оси - это то место на платформе правой педали, куда вы усреднённо прикладываете силу. @@ -3701,17 +3924,17 @@ AvgRPP - + Average Right Power Phase Length Средняя длительность фазы мощности справа - + ° ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3719,17 +3942,17 @@ AvgRPPE - + Average Right Power Phase End Средний конец фазы мощности справа - + ° ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3737,17 +3960,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Средняя длительность фазы пика мощности справа - + ° ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3755,17 +3978,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Среднее начало фазы пика мощности справа - + ° ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3773,17 +3996,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Средний конец фазы пика мощности справа - + ° ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3791,18 +4014,18 @@ AvgRPS - + Average Right Pedal Smoothness Средняя плавность педалирования справа - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3810,18 +4033,18 @@ AvgRTE - + Average Right Torque Effectiveness Средняя эффективность крутящего момента справа - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3829,17 +4052,17 @@ AvgRTPP - + Average Right Power Phase Start Среднее начало фазы мощности справа - + ° ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3869,13 +4092,13 @@ Average Ground Contact Time - Среднее время контакта с землёй + Среднее время контакта с землёй ms - мс + мс @@ -3900,18 +4123,18 @@ AvgSmO2 - + Average SmO2 SmO₂ среднее - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Среднее насыщение мышц кислородом выражается как процент насыщения гемоглобина, учавствующего в переносе кислорода. @@ -3919,22 +4142,22 @@ AvgSpeed - + Average Speed Средняя скорость - + kph км/ч - + mph миль/ч - + Average Speed in kph or mph, computed from distance over time when speed not zero Средняя скорость в км/ч или миль/ч, расчитывается из расстояния пройденного за время, для значений когда скорость не равна нулю @@ -3961,22 +4184,22 @@ AvgTemp - + Average Temp Средняя температура - + C °C - + F °F - + Average Temp from activity data Средняя температура по данным тренировки @@ -3984,18 +4207,18 @@ AvgtHb - + Average tHb Среднее tHb - - + + g/dL г/дл - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Средняя общая концентрация гемоглобина. Общее количество гемоглобина в грамах на децилитр. @@ -4010,29 +4233,29 @@ BackupPage - + Auto Backup Folder - Папка для авторезервирования + Папка для авторезервирования - + Browse - Обзор + Обзор - + Auto Backup execution every - Выполнять резервирование каждые + Выполнять резервирование каждые - + times the athlete is closed - 0 means never - раз, когда аккаунт атлета был закрыт. 0 = никогда + раз, когда аккаунт атлета был закрыт. 0 = никогда - + Choose Backup Directory - Выберите каталог хранения резервных копий + Выберите каталог хранения резервных копий @@ -4579,22 +4802,22 @@ BestsMetricsPage - + Available Metrics Доступные показатели - + Selected Metrics Выбранные показатели - + Up Поднять - + Down Опустить @@ -4608,6 +4831,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BingMap Route @@ -4783,15 +5014,69 @@ + BodyMeasures + + + Weight + Вес + + + + Fat Mass + Жировая масса + + + + Muscle Mass + Мышечная масса + + + + Bones Mass + Костная масса + + + + Lean Mass + Нежировая масса + + + + Fat Percent + Процент жира + + + + kg + кг + + + + + % + % + + + + lbs + фнт + + + + Body + Тело + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4836,7 +5121,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4883,11 +5168,6 @@ BodyMeasuresDownload - - Body Measures download - - - Choose the download or import source @@ -4898,6 +5178,11 @@ Withings + + Body Measurements download + + + Today's Plan Today's Plan @@ -4919,43 +5204,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download - Скачать + + Download completed. + - - Close - Закрыть + + Downloading of body measurements failed with error: %1 + - - - Body Measures + + Enter manually: - - Invalid date range - please check your input - + + Download + Скачать + + + + Close + Закрыть - - Downloading of body measures failed with error: %1 + + Invalid date range - please check your input @@ -4981,67 +5271,67 @@ CPPage - - + + Update Обновить - - + + + + - - + + - - - - + + Add Добавить - - + + Delete Удалить - + Def По умолчанию - - + + From Date Дата замера - - + + Critical Power Критическая мощность (CP) - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax @@ -5050,57 +5340,57 @@ Использовать CP для FTP - - - + + + MMM d, yyyy d MMM yyyy - + Short Обозначение - + Use CP for all metrics Использовать CP для всех метрик - + Use FTP for Coggan metrics Использовать FTP для метрик Coggan - + Long Название - + From Watts От ватт - - + + CP must be > 0 CP должна быть > 0 - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) @@ -5108,310 +5398,290 @@ CPPlot - - + + Interval Length Длина интервала - + Average Power (watts) Средняя мощность (Вт) - - - + + + Percent of Best Процент от лучшего - + Total work Общий расход энергии - + + kJ кДж - + Power Мощность - - - - + + + + watts ватт - + Veloclinic Plot график Veloclinic - + + J Дж - + Cadence Каденс - + rpm об/мин - + Heartrate ЧСС - + bpm уд/мин - + Watts delta Дельта мощности - + watts/s Вт/с - + Cadence delta Дельта каденса - + rpm/s об/с - + Torque delta Дельта крутящего момента - + nm/s нм/с - + Heartrate delta Дельта ЧСС - + bpm/s уд/с - + Acceleration Ускорение - + m/s/s м/с/с - + Speed Скорость - + kph км/ч - + Pedal Force Сила педалирования - + nm нм - + Iso Power Нормализованная мощность - + Altitude Power - + xPower xPower - + Watts per kilogram Ватт на килограмм - - + + w/kg Вт/кг - + Watts per lb Ватт на фунт - - + + w/lb Вт/фунт - + Altitude Power per kilogram - + Altitude Power per lb - + VAM VAM - + m/hour м/час - + Power (W) Мощность (Вт) - - - Rank - Ранг + Ранг - - + + W' W' - + %1 kJ %1 кДж - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP CP - - - + + %1 w %1 Вт - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 Дж/кг - - - + + %1 w/kg %1 Вт/кг - kph %1 mph - км/ч %1 миль/ч + км/ч %1 миль/ч - %1 m %2 yd - + %1 м %2 ярдов - %1 km %2 mi - + %1 км %2 миль - + %1 mi %1 миль @@ -5420,84 +5690,134 @@ мин/км - + D' D' - + + %1 mph %1 миль/ч - + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %1 km %1 км - + + + + + %1 %2 %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m м - + yd ярд - + CV - + + % + % + + + + %1 kph %1 км/ч - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities Процент от лучшего / Совпадение с тренировками - - + + Heat Activities Совпадающие тренировки - + Activities Тренировки - + ddd MMM d, yyyy hh:mm d MMM yyyy, ddd, hh:mm - + Bests Лучшие результаты - + ddd, dd MMM yyyy dd MMM yyyy, ddd @@ -5507,7 +5827,7 @@ мин/миля - + %10 % %10 % @@ -5528,98 +5848,98 @@ CVPage - - + + Update Обновить - - + + + + - - + + - - - - + + Add Добавить - - + + Delete Удалить - + Def По умолчанию - - + + From Date Дата замера - - + + Critical Velocity Критический темп - + Metric Pace В метрических единицах - - - + + + MMM d, yyyy d MMM yyyy - + Short Обозначение - + Long Название - + From Предел - + CV must be > 0 КТ должен быть больше 0 - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) @@ -5627,60 +5947,78 @@ CalDAV - - - + + + Missing Preferences - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + HTTP - + SSL error(s) has occurred: %1 - + Ошибка SSL: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error Ошибка авторизации - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5706,35 +6044,35 @@ Card - + Time In Zone Время в зоне - - - - + + + + seconds секунд - + Form - + Fitness - + Fatigue - + Risk @@ -5835,12 +6173,12 @@ GoldenCheetah CloudDB - Terms and Conditions - + GoldenCheetah CloudDB - Условия соглашения <b><big>Please read terms and conditions carefully before accepting !</big></b> - + <b><big>Пожалуйста прочитайте пользовательское соглашение внимательно!</big></b> @@ -5850,12 +6188,12 @@ Accept the rules and conditions of CloudDB - + Принять правила и условия использования CloudDB Reject and don't use CloudDB - + Отклонить и не использовать CloudDB @@ -5878,278 +6216,294 @@ Yes - + Да CloudDBChartListDialog - + First - 1-й критерий + Первый - + Next %1 - + Следующие %1 - + Prev %1 - + Предыдущие %1 - + My Charts - + Мои графики - + All - Все + Все - + Curated Only - + Uncurated Only - + Any Sport - + любой спорт - + Any Language - + любой язык - - + + Search Keyword - + Слова для поиска - + Select charts to download - + Выберите графики для скачивания - + unknown - + неизвеcтно - + Trends Динамика показателей - + Activities Тренировки - + Diary Дневник - + Train Тренажёр - + All Views - + Все виды - + Chart requires 'R' - + График требует поддержки языка R - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + График, который вы скачиваете, требует поддержки языка R в GoldenCheetah. +В настоящее время язык R не установлен или его поддержка не включена в настройках. + +Проверьте установку языка R или активируйте его поддержку в настройках, что бы использовать этот график. + + + + Chart requires 'Python' + График требует поддержки языка Python + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + График, который вы скачиваете, требует поддержки языка Python в GoldenCheetah. +В настоящее время язык Python не установлен или его поддержка не включена в настройках. + +Проверьте установку языка Python или активируйте его поддержку в настройках, что бы использовать этот график. - + Chart Maintenance - + Do you really want to delete this chart definition ? - + Вы действительно хотите удалить этот график? - - + + Delete selected chart - + Удалить выбранный график - - + + Edit selected chart - + Редактировать выбранный график - - - + + + Close - Закрыть + Закрыть - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Показаны графики с %1 по %2 из %3 для «%4», всего загружено %5 - + Download selected chart(s) - + Скачать выбранные графики - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Обслуживание графиков: редактирование или удаление ваших графиков - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + <h3>%1</h3><h4>Последняя правка: %2 - Создатель: %3</h4>%4 - + Reset Search - + Сбросить поиск CloudDBChartObjectDialog - + Chart Name - + Название графика - + <Chart Name> - + <Введите Название графика> - + Sport Вид спорта - + Language Язык - + Nickname - Псевдоним + Псевдоним - + E-Mail - + E-Mail - + Version Details - + Версия - + Creator UUid - + UUid создателя - + <Enter the description of the chart here> - + <Введите описание загружаемого графика> - + Upload - Закачать + Закачать - - - - - - + + + + + + Upload Chart - + Загрузить график - - + + Please enter a valid chart name with min. 5 characters length. - + Пожалуйста укажтите корретное название для графика. Не менее 5 символов. - + Please enter a nickname for this athlete. - + Пожалуйста, укажите псевданим спортсмена. - - + + Please enter a valid e-mail address. - + Пожалуйста, укажите корректный e-mail. - + Please enter a sensible chart description. - + Пожалуйста, введите осмысленное описание для графика. - + Cloud Upload - + Загрузка в облако - + Do you want to upload this chart definition ? - + Загрузить этот график в облачное хранилище? - + Cancel - + Отмена CloudDBChartShowPictureDialog - + Close - Закрыть + Закрыть @@ -6161,38 +6515,38 @@ CloudDB - + CloudDB Usage has exceeded the free quota - please try again later. - + Превышена разрешённая бесплатная квота, пожалуйста повторите попытку позже. Technical problem with CloudDB - please try again later. - + Техническая проблема с CloudDB, пожалуйста повторите попытку позже. Authorization problem with CloudDB - please try again later. - + Проблема с авторизацией в CloudDB, пожалуйста повторите попытку позже. Technical problem with CloudDB - response code: %1 - please try again later. - + Техническая проблема с CloudDB - код ответа: %1, пожалуйста повторите попытку позже. HTTP - + HTTP SSL error(s) has occurred: %1 - + Ошибка SSL: %1 @@ -6200,12 +6554,12 @@ CloudDB - + CloudDB Technical problem reading curator list - please try again later - + Техническая проблема с чтением списка кураторов, пожалуйста повторите попытку позже @@ -6214,39 +6568,39 @@ CloudDB - + CloudDB Technical problem reading latest status - please try again later - + Техническая проблема с получением текущего статуса, пожалуйста повторите попытку позже Technical problem reading status text - please try again later - + Техническая проблема с чтением текста статуса, пожалуйста повторите попытку позже CloudDB Status - + Статус CloudDB <b><big>Ok</big></b><br><br>All Services should be operational - no problems known. - + <b><big>Доступно</big></b><br><br>Проблем не обнаружено, все сервисы работают. <b><big>Limited Service</big></b><br>Sorry - some CloudDB services are not operational.<br><br><b>More information:</b><br>%1 - + <b><big>Доступ к сервису ограничен</big></b><br>Извините, сервис CloudDB сейчас не доступен.<br><br><b>Дополнительная информация:</b><br>%1 <b><big>Service outage</big></b><br>Sorry - CloudDB services are not operational.<br><br><b>More information:</b><br>%1 - + <b><big>Сервис не доступен</big></b><br>Извините, сервис CloudDB сейчас не доступен.<br><br><b>Дополнительная информация:</b><br>%1 @@ -6254,87 +6608,115 @@ GoldenCheetah - Check for new versions - + GoldenCheetah - Проверить наличие обновлений - - <b><big>New Version(s) of GoldenCheetah are available</big></b> - + + <b><big>New versions of GoldenCheetah are available</big></b> + <b><big>Доступна новая версия GoldenCheetah</big></b> + + + + <b><big>A new version of GoldenCheetah is available</big></b> + <b><big>Доступна новая версия GoldenCheetah</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again - + + Do not show again + Не показывать снова - - Show available versions again in %1 days - + + Show again in %1 days + Показать через %1 дней CloudService - + expected compressed activity file. + + + None + Нет + + + + CloudServiceAutoDownloadWidget + + + Downloading + Скачивание + + + + Checking + Проверка + + + + Last 30 days + Последние 30 дней + CloudServiceDialog - - + + Folder Папка - + Name - + Название - + Type Тип - + Modified - + Изменено - + Create Folder Создать папку - + Cancel - + Отмена - + Open Открыть - + d MMM yyyy d MMM yyyy @@ -6342,297 +6724,336 @@ CloudServiceSyncDialog - + Synchronise - Синхронизировать + Синхронизировать - + + Sync with - Синхронизировать с + Синхронизировать с - + Unable to connect, check your configuration in preferences. - Невозможно подключиться, проверьте установки в настройках. + Невозможно подключиться, проверьте установки в настройках. - - - - - - - + + + + + + + Download - Скачать + Скачать - - - - + + + + Upload - Закачать + Закачать - - - + + + Synchronize - Синхронизировать + Синхронизировать - + From: - + От: - + To: - + До: - + Refresh List - Обновить список + Обновить список - + Close - Закрыть + Закрыть - - - + + + Select all - Выбрать все + Выбрать все - + Workout Name - + Название тренировки - - - + + + Date - Дата + Дата - - - + + + Time - Время + Время - - + + Exists - + Существует - - - + + + Status - Статус + Статус - - + + Workout Id Id Тренировки - + File - Файл + Файл - - + + Duration - + Длительность - - + + Distance - + Дистанция - + Keep all do not delete - + Сохранить все, не удалять - + Keep %1 but delete Local - + Сохранить в %1, но удалить локально - + Keep Local but delete %1 - + Сохранить локально, удалить в %1 - + Source - + Источник - + Action - Действие + Действие - + Initial - + Overwrite existing files - Перезаписать существующие файлы + Перезаписать существующие файлы + + + + One of your activities has unsaved changes. + Одна из ваших тренировок имеет не сохранённые изменения. + + + + %1 of your activities have unsaved changes. + %1 ваших тренировок имеют не сохранённые изменения. + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + Изменения в тренировках, которые не были сохранены, не будут синхронизированы. + +Это может привести к несогласованности между локальными данными в GoldenCheetah и загруженными тренировками. Мы рекомендуем сохранить все изменения перед началом. - - - - + + + + MMM d, yyyy d MMM yyyy - - + + Abort Прервать - - - + + + %1 of %2 selected - + %1 из %2 выбрано - + Processed %1 of %2 - + Обрабатывается %1 из %2 - - + + Downloading - + Скачивание - - + + Uploading - + Загрузка - - + + Parse failure - + Ошибка обработки - + Sync complete - Синхронизация завершена + Синхронизация завершена - + Processed %1 of %2 successfully - Успешно обработано: %1 из %2 + Успешно обработано: %1 из %2 - - - + + + File exists - Файл уже существует + Файл уже существует - + Downloaded %1 of %2 - Скачано: %1 из %2 + Скачано: %1 из %2 - + Downloads complete - Скачивание завершено + Скачивание завершено - + Downloaded %1 of %2 successfully - Успешно скачано: %1 из %2 + Успешно скачано: %1 из %2 - - + + Aborted Прервано - + Saved Сохранено - + Uploaded %1 of %2 - Закачано %1 из %2 + Закачано %1 из %2 - + Uploads complete - Закачивание завершено + Закачивание завершено - + Uploaded %1 of %2 successfully - Успешно закачано %1 из %2 + Успешно закачано %1 из %2 - + Completed. - Завершено. + Завершено. CloudServiceUploadDialog - + Uploading %1 bytes... - + Загружается %1 байт... - + Cancel - + Отмена + + + + Upload to + Загрузить в + + + + The activity you want to upload has unsaved changes. + Тренировка, котрую вы хотите загрузить имеет не сохранённые изменений. - + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + Изменения в тренировках, которые не были сохранены, не будут синхронизированы. + +Это может привести к несогласованности между локальными данными в GoldenCheetah и загруженными тренировками. Мы рекомендуем сохранить все изменения перед началом. + + + Upload Failed - + Загрузка не удалась - + Unable to upload, check your configuration in preferences. - + Невозможно загрузить, проверьте настройки. - + OK - + ОК @@ -6646,42 +7067,42 @@ ColorsPage - + Color Цвет - + Select Выбор - + Activity Scrollbar Полоса прокрутки тренировки - + Activity Headings Заголовки тренировки - + Line Width Толщина линии - + Font - + Шрифт - + Font Scaling - + Размер шрифта - + Antialias Сглаживание @@ -6698,17 +7119,17 @@ Плоские цвета (Windows) - + Swatch Образцы цветов - + Name Название - + Apply Theme Применить тему @@ -6733,12 +7154,12 @@ Текст календаря - + Theme Тема - + Colors Цвета @@ -6746,7 +7167,7 @@ ColumnChooser - + Column Chooser Выбор столбцов @@ -6807,7 +7228,7 @@ ConfigDialog - + General Общие @@ -6816,27 +7237,27 @@ Пароли - + Appearance Внешний вид - + Data Fields Поля данных - + Metrics Показатели - + Intervals Интервалы - + Training Тренажёр @@ -6845,22 +7266,22 @@ Устройства - + Close Закрыть - + Save Сохранить - + You changed the location of the athlete library Вы изменили расположение директории с библиотекой спорстменов (или оно не задано) - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6873,29 +7294,29 @@ Применить изменения и перезапустить GoldenCheetah? - + No, Keep current Нет, оставить как есть - + Yes, Apply and Restart Да, применить и перезапустить - - + + Preferences Настройки - - + + Options Настройки - + Athlete Спортсмен @@ -7063,37 +7484,37 @@ Пароль CalDAV - + + - + + Добавить - + - - - + Удалить - + Edit - + Изменить - + Add Добавить - + Delete Удалить - + Service - + Сервис - + Description Описание @@ -7114,383 +7535,441 @@ CriticalPowerWindow - - - + + + no data нет данных - + Percentage of Best В процентах от лучшего - + Show Heat Показать совпадения - + Delta compare Сравнение по дельте - + as percentage в процентах - + Critical Power Критическая мощность - + Basic Основные параметры - + Export Chart Data... Экспортировать данные графика... - + Filter Фильтр - + Date range Диапазон дат - + Data series Серия данных - + Activity Mean Max - + Activity Centile - + No Activity - + Current Activity Текущая тренировка - + None Нет - - - + + + Model Модель - + Zone Shading Зоны на фоне - + + Show Power Profile + + + + Show grid Показывать сетку - + + Show Performance Tests + + + + Show Bests Показывать лучшие - + + Filter Unique Bests + + + + Show Sustained Efforts Показывать длительные усилия - + Show as percentage Показывать в процентах - + Show curve heat Показать количество совпадений - + Show curve heat by date Показать совпадение на дату - + Shade Intervals Интервалы на фоне - + + Show time scale linear + + + + 2 parameter по 2 параметрам - + 3 parameter по 3 параметрам - + Extended CP расширенная CP - + Multicomponent Мультикомпонентная - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Интервал поиска - + (seconds) (секунд) - + Anaerobic Анаэробная работа - + Aerobic Аэробная работа - + Short anaerobic Короткая анаэробная - + Long aerobic Длинная аэробная - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value Значение - + Rank Ранг - + W' W' - + 0 kJ 0 кДж - - - - - + + + + n/a - + CP CP - - - + + 0 w 0 Вт - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index Выносливость - + Motor Unit Model - + Power Мощность - + Watts per Kilogram Ватт на килограмм - + xPower xPower - + Iso Power Нормированная мощность - + Heartrate ЧСС - + Speed Скорость - + Acceleration Ускорение - + Power %1 Мощность %1 - + Cadence %1 Каденс %1 - + Torque %1 Крутящий момент %1 - + Heartrate %1 ЧСС %1 - + Cadence Каденс - + Torque Крутящий момент - + VAM VAM - + aPower aPower - + aPower per Kilogram - + Work Расход энергии - + Veloclinic Plot график Veloclinic - + Unknown Неизвестно - + Save Best Data as CSV Сохранить лучшие значения в CSV - + no date нет даты - + MM/dd/yyyy dd.MM.yyyy @@ -7498,47 +7977,47 @@ CustomMetricsPage - + Symbol Символ - + Name Имя - + Edit Изменить - + + - + + Добавить - + - - - + Удалить - + Add Добавить - + Delete Удалить - + Are you sure you want to delete this metric? Вы уверены, что хотите удалить метрику? - + Remove Удалить @@ -7546,111 +8025,87 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + Название + + + + + Notes + Заметки + + + + Completed. Завершено. - + Network Error - Upload failed. Ошибка сети — выгрузка файла не удалась. - + Cycling Analytics Cycling Analytics - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. CyclingAnalyticsUploader - CyclingAnalytics - Cycling Analytics + Cycling Analytics + + + DBAccess - - no CyclingAnalytics token set. Please authorize in Settings. - + Cannot open database + Невозможно открыть базу данных - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - - - - DBAccess - - Cannot open database - Невозможно открыть базу данных - - - Unable to establish a database connection. -This feature requires SQLite support. Please read the Qt SQL driver documentation for information how to build it. - -Click Cancel to exit. - Не удалось установить подключение к базе данных. -Эта функция требует поддрежки SQLite. Почитайте, пожалуйста, документацию Qt SQL драйвера для получения информации по сборке. - -Надмите Отмена для выхода. + Unable to establish a database connection. +This feature requires SQLite support. Please read the Qt SQL driver documentation for information how to build it. + +Click Cancel to exit. + Не удалось установить подключение к базе данных. +Эта функция требует поддрежки SQLite. Почитайте, пожалуйста, документацию Qt SQL драйвера для получения информации по сборке. + +Надмите Отмена для выхода. DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts ватт - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7658,12 +8113,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7671,8 +8126,8 @@ DataFilter - - + + malformed expression. неправильно составленное выражение. @@ -7707,87 +8162,95 @@ DateSettingsEdit - + Current selection Текущее выделение - + Current selection thru today Текущее выделение и вплоть до сегодня - + From От - + to today до сегодня - + Between Между - + and и - + Last Последних - + days дней - + weeks недель - + months месяцев - + years лет - + This Эта/Этот - + week неделя - + month месяц - + year год - + prior до + DaumController + + + Cannot Connect to Daum + Не удаётся соединиться с Daum + + + DaysScaleDraw @@ -7828,62 +8291,62 @@ DefaultsPage - + + + - + - - - + Add Добавить - + Delete Удалить - + Up Поднять - + Down Опустить - + Field Поле - + Value Значение - + Linked field Связанное поле - + Default Value Значение по умолчанию - + New Новое - + New (%1) Новое (%1) @@ -7904,7 +8367,7 @@ Удалить точки - + Remove XDATA Points Удалить точки XData @@ -7920,12 +8383,12 @@ DevicePage - + Add Добавить - + Delete Удалить @@ -7938,12 +8401,12 @@ Разрешить несколько устройств в режиме занятия - + + + - + - - @@ -7970,6 +8433,26 @@ Работающие по протоколу Bluetooth Low Energy устройства, такие как KK Inride, Stages PM, Blue HR и BlueSC + + Kettler Racer serial device + Устройство Kettler Racer, работающее через последовательный порт + + + + Daum Serial Device + Устройство Daum, работающее через последовательный порт + + + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + Велостанок Tacx Fortius с контроллером, подключенным через USB-порт. Убедитесь, что прошивка устройства обновлена. + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + Велостанок iMagic с контроллером, подключенным через USB-порт. Убедитесь, что прошивка устройства обновлена. + + The Wahoo Fitness Kickr cycling trainer via its Bluetooth smart interface. Велостанок Wahoo Fitness Kickr по интерфейсу Bluetooth Smart. @@ -7981,20 +8464,19 @@ Monark USB device - USB устройство Monark + USB устройство Monark Kettler serial device - Устройство Kettler, работающее через последовательный порт + Устройство Kettler, работающее через последовательный порт - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Велостанок Tacx Fortius/iMagic с контроллером, подключенным через USB-порт. Убедитесь, что прошивка устройства обновлена. + Велостанок Tacx Fortius/iMagic с контроллером, подключенным через USB-порт. Убедитесь, что прошивка устройства обновлена. - + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Тестовое устройство только для разработки. Если выбран файл ERG, он будет воспроизведён с небольшим добавлением случайных значений. @@ -8020,75 +8502,58 @@ Календарь - Summary - Сводка + Сводка - Day Summary - Сводка за день + Сводка за день - Weekly Summary - Сводка за неделю + Сводка за неделю - Monthly Summary - Сводка за месяц + Сводка за месяц - Totals - Всего + Всего - Averages - Средние значения + Средние значения - Maximums - Макс. значения + Макс. значения - Metrics - Показатели - - - - ^(Average|Max) - + Показатели - seconds - секунд + секунд - Day of - День + День - - + dddd MMMM d - + dddd MMMM d - + Week Commencing %1 Неделя, начинающаяся с %1 - MMMM yyyy - MMMM yyyy + MMMM yyyy @@ -8106,12 +8571,12 @@ yd - я + ярд Total Distance in meters or yards - + Общая дистанция в метрах или ярдах @@ -8171,62 +8636,62 @@ , затем нажмите «Загрузить». - + Getting list ... Получение списка... - + Get list failed Получить список не удалось - + The activity %1 could not be converted to GoldenCheetah .JSON file format. Тренировка %1 не может быть скорвертирована в формат GoldenCheetah .JSON. - + Starting Download ... Запуск закгрузки... - + Download cancelled Загрузка прервана - + File %1 has no valid timestamp, falling back to 'now' Файл %1 не имеет корректной метки времени, будет использовано время «сейчас» - + Activity Already Downloaded Эта тренировка уже скачана - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? Тренировка, начавшаяся в %1, скорее всего уже скачана. Вы хотите перезаписать предыдущее скачивание? - + Failed to rename %1 to %2 Не удалось переименовать %1 в %2 - + .JSON conversion error: file %1 Ошибка преобразования в .JSON: файл %1 - + Download completed Скачивание завершено - + Cleaned data Данные очищены @@ -8264,50 +8729,50 @@ Ошибка загрузки драйвера устройства - + Cancel clicked by user. Отменено пользователем. - - + + Download failed Загрузка не удалась - + Failed to remove existing file %1: %2 Невозможно удалить существующий файл %1: %2 - + failed to rename %1 to %2 невозможно переименовать %1 в %2 - + Failed to rename %1 to %2: %3 Невозможно переименовать %1 в %2: %3 - + &Overwrite &Переписать - + &Skip П&ропустить - + skipped file %1 пропущен файл %1 - - - + + + Error Ошибка @@ -8315,38 +8780,44 @@ Dropbox - Network Problem reading Dropbox data - Проблемы с сетью при чтении данных Dropbox + Проблемы с сетью при чтении данных Dropbox - invalid root path. - Неверный корневой каталог. + Неверный корневой каталог. - root is not a directory. - корневой каталог не является директорией. + корневой каталог не является директорией. - problem parsing Dropbox data - проблема с разбором данных от Dropbox + проблема с разбором данных от Dropbox + + + + Problem accessing Dropbox data + Проблема с доступом к данным Dropbox - + You must authorise with Dropbox first Сначала необходимо авторизоваться в Dropbox - - + + Parsing Error: %1 + Ошибка обработки: %1 + + + + Completed. Завершено. - + Network Error - Upload failed. Ошибка сети — выгрузка файла не удалась. @@ -8355,25 +8826,25 @@ Облачное хранилище Dropbox - + Dropbox - Dropbox + Dropbox - + Sync activities via your cloud storage. - + Синхронизировать тренировки с вашим облачным хранилищем. EOA - + Effect of Altitude Влияние высоты - + Relationship between altitude adjusted power and recorded power @@ -8415,17 +8886,22 @@ EditIntervalDialog - + Edit Interval Изменить интервал - + + Performance Test + + + + &OK &OK - + &Cancel О&тмена @@ -8433,121 +8909,140 @@ EditMetricDetailDialog - + Name Название - + Axis Label / Units Подпись / Единица измерения - + Curve Settings Параметры данных - + Estimate %1 %2 Power - + Endurance Index Выносливость - + Vo2Max Estimate Оценка VO₂ макс - + Metric Показатель - + Best Лучшие - + Estimate Оценка - Stress - Нагрузка + Нагрузка - + + PMC + PMC + + + Formula Формула - - + + Measure + + + + + Performance + Результативность + + + + Banister + + + + + seconds секунд - - + + minutes минут - - + + hours часов - - + + Peak Пиковое значение - + Absolute В абсолюте - + Per Kilogram На килограмм - + Total Всего - + Running Total - + Average Среднее - + Low Минимальное - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8560,217 +9055,287 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) Краткосрочная нагрузка (STS/ATL) - + Long Term Stress (LTS/CTL) Длительная нагрузка (LTS/CTL) - + Stress Balance (SB/TSB) Баланс нагрузки (SB/TSB) - + Stress Ramp Rate (RR) Скорость изменения нагрузки (RR) - + Stress Type Тип нагрузки - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field - + PMC metric - + + Measure Group + + + + + Measure Field + + + + Filter Фильтр - + Style Стиль - + Bar Столбики - + Line Линии - + Sticks - + Dots Точки - + Stack Показывать раздельно - + Symbol Символ - + None Нет - + Circle Круг - + Square Квадрат - + Diamond Ромб - + Triangle Треугольник - + Cross Крест - + Hexagon Шестиугольник - + Star Звезда - + Color Цвет - + Fill curve Выполнять заливку кривых - + Data labels Подписывать данные - + Highlight Highest Выделять самые высокие значения - + Highlight Lowest Выделять самые низкие значения - + Highlight Outliers Выделять резко отклоняющиеся - + Baseline Точка отсчёта - + Smooth Curve Сглаживать кривую - + No trend Line Без линии динамики - + Linear Trend Линейная динамика - + Quadratic Trend Квадратичная динамика - + Moving Average Скользящее среднее - + Simple Average Простое среднее - + &OK &ОК - + &Cancel &Отмена - + Peak %1 Пик %1 - + second секунда - + minute минута - + hour час - + + %1 - %2 + %1 - %2 + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Выберите цвет показателя @@ -8817,72 +9382,72 @@ EditPhaseDialog - + Edit Date Range Изменить диапазон дат - + Name Название - + Type Тип - + From От - + To До - + Starting LTS Начальный LTS - + Lowest SB Самый низкий SB - + Phase Фаза - + Prep Подготовка - + Base Базовая - + Build Строительство - + Camp Лагерь - + &OK &ОК - + &Cancel О&тмена @@ -8890,62 +9455,62 @@ EditSeasonDialog - + Edit Date Range Изменить диапазон дат - + Name Название - + Type Тип - + From От - + To До - + Starting LTS Начальный LTS - + Lowest SB Самый низкий SB - + Season Сезон - + Cycle Цикл - + Adhoc Специальный - + &OK &ОК - + &Cancel &Отмена @@ -8953,27 +9518,37 @@ EditSeasonEventDialog - + Edit Event Изменить событие - + Name Название - + Date Дата - + + Priority + Приоритет + + + + Description + Описание + + + &OK &OK - + &Cancel О&тмена @@ -9199,13 +9774,13 @@ ElevationGain - + Elevation Gain Набор высоты - + meters м @@ -9216,7 +9791,7 @@ - + feet футов @@ -9226,7 +9801,7 @@ - + Elevation Gain in meters of feets @@ -9234,22 +9809,22 @@ ElevationLoss - + Elevation Loss Потеря высоты - + meters м - + feet футов - + Elevation Loss in meters of feets @@ -9601,113 +10176,113 @@ Fatigue Index is power decay from Max Power to Min Power as a percent of Max Power. - + Показатель усталости - это снижение мощности от максимальной до минимальной в процентах от максимальной. FieldsPage - + Delete Удалить - + Up Поднять - + Down Опустить - + + + - + Text - + Textbox - + ShortText - + Integer - + Double - + Date Дата - + Time Время - + Checkbox - + - - - + Add Добавить - + Screen Tab Вкладка - + Field Поле - + Type Тип - + Values Значения - + Diary Дневник - + New Новое - + New (%1) Новое (%1) @@ -9873,7 +10448,7 @@ FilterHrvOutliers - + Filter R-R Outliers Фильтр всплесков R-R @@ -9881,33 +10456,52 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - R-R максимальный (мсек) + R-R максимальный (мсек) - + R-R minimum (msec) - R-R минимальный (мсек) + R-R минимальный (мсек) - + Filter range - Диапазон фильтра + Диапазон фильтра - + Filter window size (#) - Размер окна фильтра (#) + Размер окна фильтра (#) + + + + Set Rest Hrv + Установить Rest HRV + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". + - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. + - "Filter range" of the average within a window (flag 0) + - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures + + Фильтр всплесков R-R (см. "флаг R-R в HRV XDATA). Значения без отклонений помечены как "1". + - "R-R максимальный и минимальный" все значения вне этого диапазона будут отсечены (флаг -1). Также исключается при фильтрации диапазона. + - "Диапазон фильтра" от среднего значения в предалх окна (флаг 0) + - "Размер окна фильтра" - расстояние по обе стороны от текущего интервала + - "Установить Rest HRV" - если отмечено, то вычесленные значения HRV будут установленны как Rest HRV в измерениях + - Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval - Фильтр всплесков R-R (см. "флаг R-R в HRV XDATA). Значения без отклонений помечены как "1". + Фильтр всплесков R-R (см. "флаг R-R в HRV XDATA). Значения без отклонений помечены как "1". - "R-R максимальный и минимальный" все значения вне этого диапазона будут отсечены (флаг -1). Также исключается при фильтрации диапазона. - "Диапазон фильтра" от среднего значения в предалх окна (флаг 0) - "Размер окна фильтра" - расстояние по обе стороны от текущего интервала @@ -10004,6 +10598,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10054,7 +10664,7 @@ FixDerivePower - + Estimate Power Values Оценить мощность @@ -10066,32 +10676,47 @@ Примерно оценить мощность по скорости, набору высоты, весу и т.д. - + Bike Weight (kg) Вес велосипеда (кг) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + Коэфф. драфтинга. + + + Wind (kph) Ветер (км/ч) - - , direction - , направление + + , heading + , направление - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -10102,6 +10727,40 @@ CRR (coefficient of rolling resistance) - коэффициент сопротивления качению, зависит от покрышек и поверхности. +CdA - эффективная фронтальная площадь, в мм², Зависит от посадки и экипировки.Если указано 0, то величина будет рассчитываться исходя из антропометрических данных + +Коэфф. драфтинга. - коэффициент коррекции драфтинга (езды на колесе), 1 - без драфтинга, 0.7 примерно соответствует езде в группе + +Скорость ветра указывается в километрах в час + +Направление ветра (доминирующее) указывается в градусах от -179 до +180, где: +-90 = западный ветер, +0 = северный, +90 = восточный, +180 = южный. + +Внимание: если тренировка уже содержит данные по ветру, то они будут переопределены, если данные по ветру будут введены + + + , direction + , направление + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + Оценка мощности основана на скорости, наборе высоты, весе и др. параметрах + +Вес велосипеда будет добавлен к весу спортсмена для получения полной массы, включает в себя одежду, обувь и т.д. + +CRR (coefficient of rolling resistance) - коэффициент сопротивления качению, зависит от покрышек и поверхности. + Скорость ветра указывается в километрах в час Направление ветра (доминирующее) указывается в градусах от -179 до +180, где: @@ -10133,15 +10792,25 @@ FixElevation - + Fix Elevation errors Исправить ошибки подъёма + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10322,7 +10991,7 @@ FixPower - + Adjust Power Values Скорректировать данные о мощности @@ -10330,26 +10999,56 @@ FixPowerConfig - Power Adjustment - Коррекция мощности + Коррекция мощности - + + Percent Adjustment + Корректировать в процентах + + + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + Фиксированное значение + + + + watt + ватт + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. Вы можете увеличить или уменьшить значения мощности на заданный процент. Для этого необходимо указать всего один параметр: -Коррекция мощности — процент, на который изменить значения. Вы можете использовать отрицательные числа. +Корректировать в процентах — процент, на который изменить значения. Вы можете использовать отрицательные числа. + +Фиксированное значение — фиксированная величина мощности, на которую изменить значения. Вы можете использовать отрицательные числа. + +Если заданы оба параметра, сначала выполняется корректировка в процентах, а затем корректировка фиксированного значения применяется к результату. - - + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + +Power Adjustment - this defines percentage to modify values by. Negative values are supported. + Вы можете увеличить или уменьшить значения мощности на заданный процент. Для этого необходимо указать всего один параметр: + +Коррекция мощности — процент, на который изменить значения. Вы можете использовать отрицательные числа. + + + FixRunningCadence @@ -10427,16 +11126,56 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + Исправить аномалии SmO₂ и tHb + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Иногда данные SmO₂ (%) содержат ошибочные значения (0% или больше 100%). + Иногда данные SmO₂ (%) содержат ошибочные значения (0% или больше 100%). Этот инструмент ищет аномалии и пики в данных SmO₂ и заменяет ошибочные значения сглаженными, интерполируя соседние данные по трём точкам + + + Fix SmO2 + Исправить SmO₂ + + + + Fix tHb + Исправить tHb + + + + Max. tHb + Макс. tHb + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + Иногда показания SmO₂ (%) и/или tHb (%) бывают ошибочно большими и иметь пропуски значений (SmO₂: 0% или >100%, tHb: 0% или >Макс. tHb). +Эта функция будет искать эти аномалии в данных SmO₂ и tHb и в зависимости от заданных параметров сглаживать/интерполировать данные по значениям 3-х точек до и после. Фильр имеет следующие параметры: + +Исправить SmO₂ - выберите для исправления аномалий в данных SmO₂ +Исправить tHb - выберите для исправления аномалий в данных tHb +Макс. tHb - любое значение выше этого будет считаться ошибочным + + FixSpeed @@ -10475,9 +11214,8 @@ Исправить аномальные пики мощности - Fix SmO2 Anomaly - Исправить аномальные пики SmO₂ + Исправить аномальные пики SmO₂ @@ -10542,17 +11280,17 @@ FolderNameDialog - + Folder Name Название папки - + Cancel Отмена - + Create Создать @@ -10571,12 +11309,12 @@ - + seconds секунд - + You entered '%1' which is not an expected value. Вы ввели некорректное значение '%1'. @@ -11090,51 +11828,40 @@ GarminUploader - Garmin Connect - Garmin Connect + Garmin Connect - Error uploading to Garmin Connect - Ошибка при загрузке на Garmin Connect + Ошибка при загрузке на Garmin Connect - Successfully uploaded to Garmin Connect - Загрузка на Garmin Connect успешно завершена + Загрузка на Garmin Connect успешно завершена - - Login to Garmin Connect... - Авторизация на Garmin Connect... + Авторизация на Garmin Connect... - - Login to Garmin Connect finished. - Авторизация на Garmin Connect произведена. + Авторизация на Garmin Connect произведена. - Upload to Garmin Connect... - Загрузка на Garmin Connect... + Загрузка на Garmin Connect... - Upload... Sending to Garmin Connect - Загрузка... Данные отправляются на Garmin Connect + Загрузка... Данные отправляются на Garmin Connect - Upload to Garmin Connect finished. - Загрузка на Garmin Connect произведена. + Загрузка на Garmin Connect произведена. - Error from Garmin Connect: - Сообщение об ошибке от Garmin Connect: + Сообщение об ошибке от Garmin Connect: @@ -11231,42 +11958,42 @@ GcCrashDialog - + %1 Crash Recovery Восстановление данных после падения %1 - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... Сохранить отчёт о падении... - + Close Закрыть - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>Дата сборки: %1 %2<br>ID сборки: %3<br>Версия: %4<br>Версия схемы БД: %5<br>Показатели: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics Сохранить диагностику - + Text File (*.txt) Текстовый файл (*.txt) @@ -11274,42 +12001,42 @@ GcMiniCalendar - + Mon Пн - + Tue Вт - + Wed Ср - + Thu Чт - + Fri Пт - + Sat Сб - + Sun Вс - + MMMM yyyy MMMM yyyy @@ -11367,9 +12094,8 @@ Анаэробный TISS - BikeStress - BikeStress + BikeStress @@ -11412,6 +12138,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11609,17 +12340,17 @@ GcWindowDialog - + Chart Setup Настройка графиков - + Cancel Отмена - + OK ОК @@ -11697,9 +12428,19 @@ ЧСС и мощность - + + Python Chart + График Python + + + + Python Chart + График Python + + + Web page - + Web страница Google Map @@ -11710,58 +12451,56 @@ Карта Bing - + 2d Plot 2D-график - 3d Plot - 3D-график + 3D-график - + Aerolab Chung Analysis Анализ аэродинамики по Чангу - + Calendar Календарь - + Navigator Навигатор - + Summary Сводка - + Telemetry Телеметрия - + Workout Тренировка - + Realtime - + Pedal Stroke Частота педалирования - Map Карта @@ -11773,20 +12512,15 @@ R Chart - График R + График R - - StreetView - - - - + Video Player Видеопроигрыватель - + Workout Editor Редактор тренировок @@ -11805,132 +12539,147 @@ Язык: - + Language Язык программы - + English Английский - + French Французкий - + Japanese Японский - + Portugese (Brazil) Португальский (Бразилия) - + Italian Итальянский - + German Немецкий - + Russian Русский - + Czech Чешский - + Spanish Испанский - + Portugese Португальский - + Chinese (Simplified) Китайский (упрощенный) - + Chinese (Traditional) Китайский (традиционный) - + Dutch - + Голландский - + Swedish - + Шведский - + Unit Единицы измерения - + Metric Метрические - + Imperial Имперские - + Smart Recording Threshold (secs) - Порог интеллект. записи (сек) + Порог интеллект. записи (сек) - + Elevation hysteresis (meters) Гистерезис изменения высоты (метр) - + W' bal formula Формула баланса W' - + Enable R Включить поддержку языка R - + + Enable Python + Включить поддержку языка Python + + + + Share to the OpenData project + Передать все данные (медицинские, персональные) в проект OpenData (США) + + + Athlete Library Библиотека спортсменов - + Workout and VideoSync Library Библиотека тренировок - + R Installation Directory Директория установки R - + + Python Home + Домашняя директория Python + + + R Installation (R_HOME) Директория установки R (R_HOME) @@ -11943,9 +12692,9 @@ Диаметр колёс: - + Use Garmin Smart Recording - Использовать интеллект. запись Garmin + Использовать интеллектуальную запись Garmin Smart Recording Threshold (secs): @@ -11956,27 +12705,44 @@ Формула баланса W': - + Differential Дифференциал - + Integral Интеграл - + Warn for unsaved activities on exit Предупреждать о несохранённых тренировках перед выходом - + Enable API Web Services Включить web-сервис API - + + Python Installation (PYTHONHOME) + Установка Python (PYTHONHOME) + + + + Invalid Folder + Ошибочная директория + + + + Python does not appear to be installed in that location. + + Python не найден по указанному пути. + + + + Select Athlete Library Выберите библиотеку спортсменов @@ -11997,9 +12763,10 @@ Библиотека тренировок: - - - + + + + Browse Обзор @@ -12036,7 +12803,7 @@ SB - + Select Workout Library Выберите библиотеку тренировок @@ -12150,23 +12917,23 @@ GoogleDrive - + You must authorise with GoogleDrive first Вы должны вначале авторизоваться на GoogleDrive - + No such directory, try setting a new location in options. Директории не существует, укажите новое размещение в настройках. - - + + Completed. Завершено. - + Upload failed Загрузка на сервис не удалась @@ -12175,12 +12942,12 @@ Облачное хранилище Google Drive - + Google Drive Google Drive - + Sync your data via your cloud storage. @@ -12203,12 +12970,12 @@ Gradient - + Gradient Градиент - + Elevation Gain to Total Distance percent ratio Процент соотношения высоты подъёма к общему расстоянию @@ -12270,187 +13037,187 @@ GroupByModel - - - - - + + + + + Zero or not present Отсутствует или равно 0 - + Low Stress Низкая нагрузка - + Medium Stress Средняя нагрузка - + High Stress Высокая нагрузка - + Very High Stress Очень высокая нагрузка - + Active Recovery Активное восстановление - + Endurance Аэробная нагрузка - + Tempo Темповая работа - + Threshold ПАНО - + VO2Max VO₂ макс - + Anaerobic Capacity Анаэробная нагрузка - + Maximal Нейромышечная работа - + Isopower Неизменная мощность - + Steady *близкая к постоянной Стабильная мощность - + Variable Вариативная - + Highly Variable Сильно варьирующаяся - + Less than an hour Меньше 1 часа - + Less than 90 minutes Меньше 90 минут - + Less than 3 hours Меньше 3 часов - + Less than 5 hours Меньше 5 часов - + More than 5 hours Больше 5 часов - + Short Короткие - + Medium Средние - + Long Длинные - + Very Long Очень длинные - + Undefined неопределено - + Best 10 Лучшие 10 - + Quartile 1: 0% - 25% Квартиль 1: 0% - 25% - + Quartile 2: 25% - 50% Квартиль 2: 25% - 50% - + Quartile 3: 50% - 75% Квартиль 3: 50% - 75% - + Quartile 4: 75% - 100% Квартиль 4: 75% - 100% - + Date Дата - + This week На этой неделе - + This month В этом месяце - + Last month В последнем месяце - + yyyy-MM (MMMM) yyyy-MM (MMMM) @@ -12491,18 +13258,18 @@ HeartBeats - + Heartbeats Ударов сердца - - + + beats ударов - + Total Heartbeats Всего ударов сердца @@ -12627,11 +13394,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula Рассчитать VDOT и пороговый темп (T-Pace) по формуле Дэниелса @@ -12724,304 +13486,314 @@ Filter R-R outliers - + Фильтр всплесков R-R + Fix SmO2/tHb outliers + Исправить всплески SmO₂ и tHb + + + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings - + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar Календарь - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General Общие - + Athlete Спортсмен - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport Автоимпорт - + Passwords Пароли - + Appearance Внешний вид - + Data Fields Поля данных - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics Показатели - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training Тренажёр - + Remote Controls - + Train Devices Устройства @@ -13042,12 +13814,12 @@ HistogramWindow - + Bin width Ширина столбца - + Log Y Логарифмический масштаб по Y @@ -13062,18 +13834,18 @@ Показатели - + Show Показать - + With zeros С нулевыми значениями - + Shade zones Зоны на фоне @@ -13084,7 +13856,7 @@ - + Show in zones Разложить по зонам @@ -13109,32 +13881,32 @@ Серия данных - + Total (x-axis) Всего (ось X) - + Distribution (y-axis) Распределение (ось Y) - + Color Цвет - + Absolute Time Абсолютное время - + Percentage Time Процент времени - + Use polarised zones В полярных зонах @@ -13147,137 +13919,137 @@ Название - + Unable to process chart file Невозможно обработать файл графика - + Bad chart type (%1). Не правильный тип графика (%1). - + Are you sure you want to remove the chart? Вы действительно хотите удалить график? - + Remove Удалить - + Problem Saving Chart Bar Layout Проблема с сохранением компоновки графиков - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. - + Ride Log Журнал тренировок - + Aerobic Power Аэробная мощность - + Anaerobic Power Анаэробная мощность - + Cadence Каденс - + Calendar Календарь - + CP CP - + Details Подробности - + Distance Дистанция - + Edit Правка - + Elapsed Time Прошло времени - + Heartrate ЧСС - + Lap Круг - + Map Карта - + Performance Результативность - + PMC PMC - + Power Мощность - + QA - + W' In Zone W' в зоне - + Sustained In Zone - + Navigator Навигатор - + CV CV @@ -13286,83 +14058,83 @@ Тренировка - + Ride Тренировка - + Speed Скорость - + Summary Сводка - + Target Power Целевая мощность - + Time and Distance Время и дистанция - + Time In Zone Время в зоне - + Training Mix Тренировочный микс - + W/kg Вт/кг - + Workout Тренировка - + Stress Нагрузка - + Scatter Разброс - - + + HrPw ЧСС-Мощность - + Activity Log Журнал тренировок - + Tracker Контроль - + CP History История CP - + Library Библиотека @@ -13370,12 +14142,12 @@ HrNp - + HrNp Ratio Отношение ЧСС к нормализованной мощности (IsoPower) - + Iso Power to Average Heart Rate ratio in watts/bpm Отношение нормализованной мощности к средней ЧСС в Вт/уд/мин @@ -13383,12 +14155,12 @@ HrPw - + HrPw Ratio Отношение ЧСС к мощности - + Power to Heart Rate Ratio in watts/bpm Отношение мощности к ЧСС в Вт/уд/мин @@ -13443,66 +14215,79 @@ HrSchemePage - + Add Добавить - + Delete Удалить - + + + - + - - - + Short Обозначение - + Long Название - + Percent of LT いまいち Процент от ЛП - + Trimp k でいいのかな? TRIMP k - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13635,27 +14420,27 @@ HrZonePage - + Sport Вид спорта - + Bike Велосипед - + Run Бег - + Lactate Threshold Лактатный порог - + Default По умолчанию @@ -13892,118 +14677,427 @@ невозможно открыть файл %1 - - HR Zone defaults must be specified at head of %1 file - Зоны ЧСС по умолчанию должны быть заданы в заголовке файла %1 + + HR Zone defaults must be specified at head of %1 file + Зоны ЧСС по умолчанию должны быть заданы в заголовке файла %1 + + + + Only one set of zone defaults may be specified in %1 file + Только один набор зон по умолчанию может быть задан в файле %1 + + + + line %1: read new range without reading any zones for previous one + строка %1: чтение нового диапазона без чтения уровней для предшествующего + + + + line %1: read zone without preceding date range + строка %1: чтение уровня без предшествующего диапазона дат + + + + attempt to set zone based on % of LT without setting LT in line number %1. + + попытка установить уровни основываясь на % от ЛП не устанавливая значение ЛП в строке номер %1. + + + + + file ended without reading any zones for last range + файл закончился без прочтения каких-либо зон для последнего диапазона + + + + Setting end date of range %1 to start date of range %2. + + Установка конечной даты диапазона %1 равной начальной дате диапазона %2. + + + + + Extending final range %1 to infinite to include present date. + + Расширение конечного диапазона %1 до бесконечности, чтобы включить текущую дату. + + + + LT must be greater than zero in zone range %1 of hr.zones + ЛП должен быть больше нуля в диапазоне зон %1 зон ЧСС + + + + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). + + Диапазон %1: совмещение верха зоны %2 (%3) с низом зоны %4 (%5). + + + + + Range %1: setting top of zone %2 from %3 to MAX. + + Диапазон %1: установка верха зоны %2 с %3 до максимального пульса. + + + + + Threshold (bpm): %1 + ПАНО (уд/мин): %1 + + + + <td align="center">Low (bpm)</td> + <td align="center">Нижняя граница (уд/мин)</td> + + + + <td align="center">High (bpm)</td> + <td align="center">Верхняя граница (уд/мин)</td> + + + + <td align="center">%</td> + <td align="center">%</td> + + + + Problem Saving Heartrate Zones + Не удалось сохранить зоны ЧСС + + + + File: %1 cannot be opened for 'Writing'. Please check file properties. + Не удалось открыть на запись файл %1. Проверьте его свойства. + + + + <td align="center">Zone</td> + <td align="center">Зона</td> + + + + LT must be greater than zero in zone range %1 of %2 + Лактатный порог (LT) должен быть больше нуля в пределах зоны %1 из %2 + + + + <td align="center">Description</td> + <td align="center">Описание</td> + + + + <td align="center">Time</td> + <td align="center">Время</td> + + + + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + уд/мин + + + + msec + + + + + % + % + + + + msec^2 + + + + + Rec.Points + + + + + Hrv + + + + + HrvMeasuresCsvImport + + + Select HRV measurements file to import + + + + + CSV Files (*.csv) + + + + + No file selected. + + + + + Selected file %1 cannot be opened for reading. + + + + + Column header contains duplicate identifier + + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + + + + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + + Invalid 'rMSSD' - in line %1 + + + + + Invalid 'HR' - in line %1 + + + + + Invalid 'AVNN' - in line %1 + + + + + Invalid 'SDNN' - in line %1 + + + + + Invalid 'pNN50' - in line %1 + + + + + Invalid 'LF' - in line %1 + + + + + Invalid 'HF' - in line %1 + + + + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + + + + + Import CSV file + Импортировать CSV файл + + + + Choose date range for download + + + + + From date of first recorded activity to today + + + + + From date of last downloaded measurement to today + + + + + Enter manually: + - - Only one set of zone defaults may be specified in %1 file - Только один набор зон по умолчанию может быть задан в файле %1 + + Discard all existing measurements + - - line %1: read new range without reading any zones for previous one - строка %1: чтение нового диапазона без чтения уровней для предшествующего + + Download + Скачать - - line %1: read zone without preceding date range - строка %1: чтение уровня без предшествующего диапазона дат + + Close + Закрыть - - attempt to set zone based on % of LT without setting LT in line number %1. - - попытка установить уровни основываясь на % от ЛП не устанавливая значение ЛП в строке номер %1. - + + Body Measurements + - - file ended without reading any zones for last range - файл закончился без прочтения каких-либо зон для последнего диапазона + + Invalid date range - please check your input + - - Setting end date of range %1 to start date of range %2. - - Установка конечной даты диапазона %1 равной начальной дате диапазона %2. - + + Download completed. + - - Extending final range %1 to infinite to include present date. - - Расширение конечного диапазона %1 до бесконечности, чтобы включить текущую дату. - + + HRV Measurements + - LT must be greater than zero in zone range %1 of hr.zones - ЛП должен быть больше нуля в диапазоне зон %1 зон ЧСС + + Downloading of HRV measurements failed with error: %1 + + + + HrvPage - - Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - - Диапазон %1: совмещение верха зоны %2 (%3) с низом зоны %4 (%5). - + + Time dependent HRV measurements + - - Range %1: setting top of zone %2 from %3 to MAX. - - Диапазон %1: установка верха зоны %2 с %3 до максимального пульса. - + + From Date - Time + Дата и время измерения - - Threshold (bpm): %1 - ПАНО (уд/мин): %1 + + Comment + Комментарий - - <td align="center">Low (bpm)</td> - <td align="center">Нижняя граница (уд/мин)</td> + + + Update + Обновить - - <td align="center">High (bpm)</td> - <td align="center">Верхняя граница (уд/мин)</td> + + + + + - - <td align="center">%</td> - <td align="center">%</td> + + - + - - - Problem Saving Heartrate Zones - Не удалось сохранить зоны ЧСС + + Add + Добавить - - File: %1 cannot be opened for 'Writing'. Please check file properties. - Не удалось открыть на запись файл %1. Проверьте его свойства. + + Delete + Удалить - - <td align="center">Zone</td> - <td align="center">Зона</td> + + Source + Источник - - LT must be greater than zero in zone range %1 of %2 - Лактатный порог (LT) должен быть больше нуля в пределах зоны %1 из %2 + + Original Source + Оригинальный источник - - <td align="center">Description</td> - <td align="center">Описание</td> + + + MMM d, yyyy - hh:mm:ss + d MMM yyyy - hh:mm:ss - - <td align="center">Time</td> - <td align="center">Время</td> + + Manual entry + Ручной ввод @@ -14500,52 +15594,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts Импортировать графики - + Cancel Отмена - + Import Импорт - - - - - - - + + + + + + + Diary Дневник - - - - - - + + + + + + Trends Динамика показателей - - + + Activities Тренировки - - + + Train Тренажёр @@ -14659,7 +15761,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14689,22 +15791,22 @@ IntervalMetricsPage - + Available Metrics Доступные показатели - + Selected Metrics Выбранные показатели - + Up Поднять - + Down Опустить @@ -14813,12 +15915,20 @@ Автоматически находить интервалы: - + Enable interval auto-discovery Автоматически находить интервалы + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + Нормализованная мощность (IsoPower) - это показатель того, какую мощность вам необходимо было бы прикладывать для достижения таких же физиологических затрат, если бы ваша мощность была постоянной. + + + JouleDevice @@ -14858,8 +15968,12 @@ + Version + + + Version - Версия + Версия @@ -14965,6 +16079,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + Директории не существует, укажите новое размещение в настройках. + + + + + Completed. + Завершено. + + + + Upload failed + Загрузка на сервис не удалась + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + Заметки + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + Загружается %1 байт... + + + + Upload + Закачать + + + + + Upload Failed + Загрузка не удалась + + + + + Unable to upload, check your configuration in preferences. + Невозможно загрузить, проверте настройки. + + + + Done + Закрыть + + + KettlerController @@ -14975,68 +16183,68 @@ KeywordsPage - + Field Поле - + Use for Background Использовать для фона - + Add Добавить - + Up Поднять - + Down Опустить - + Keyword Ключевое слово - + Color Цвет - + Related Notes Words - - + + New Новое - + New (%1) Новое (%1) - + + + - + - - - + Delete Удалить @@ -15262,142 +16470,143 @@ LTMPlot - - - + + + Date Дата - - + + Time of Day Время дня - - - - + + + + %1 trend - + %1 average - + %1 Top %2 Outliers - + %1 Outlier - + %1 Best - + Best %1 - + watts ватт - - + + Best Лучшие - + Day День - + Week Неделя - + Month Месяц - + Year Год - - + + All Все - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today Сегодня - + minutes минут - - - - - - - - - + + + + + + + + + seconds секунд - - - - + + + + + Ramp - + hours часы - + Week Commencing %1 Неделя, начинающаяся с %1 @@ -15504,271 +16713,266 @@ LTMSidebar - - + + Date Ranges Диапазон времени - - - + + + Events События - - - - - - + + + + + + Add season Добавить сезон - - + + Edit season Изменить сезон - - + + Delete season Удалить сезон - - + + Edit details Изменить данные - - - - + + + + Menu Меню - + Charts Графики - - + + Filters Фильтры - + Autofilter Автофильтр - Summary - Сводка + Сводка - - + + Edit phase Изменить фазу - - + + Delete phase Удалить фазу - - - - - - + + + + + + + Add Event Добавить событие - - - - - - + + + + + + Add Phase Добавить фазу - - + + Delete event Удалить событие - - + + Add event Добавить событие - + Workout Code|Sport Вид спорта - - - + + + (blank) (пусто) - + Manage Filters Управление фильтрами - + Delete Filter%1 Удалить фильтр %1 - + Edit Season Изменить сезон - + You can only edit user defined seasons. Please select a season you have created for editing. Вы можете редактировать только сезоны, которые создавали сами. Выберите сезон, что бы отредактировать его. - + Delete Season Удалить сезон - + You can only delete user defined seasons. Please select a season you have created for deletion. Вы можете удалять только созданные вами же сезоны. Выберите для удаления созданный вами сезон. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Вы можете добавлять события только в созданные вами же сезоны. Сначала выберите созданный вами сезон, затем добавьте в него событие. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Вы можете добавлять фазы только в созданные вами же сезоны. Сначала выберите созданный вами сезон, затем добавьте в него фазу. - Totals - Всего + Всего - Averages - В среднем + В среднем - Maximums - Максимум + Максимум - Metrics - Показатели - - - - ^(Average|Max) - + Показатели - seconds - секунд + секунд - + Add Chart Добавить график - + Edit Chart Изменить график - + Delete Chart Удалить график - + Delete Selected Charts Удалить выбранные графики - + Export Chart Экспортировать график - + Export Selected Charts Экспортировать выбранные графики - + Import Charts Импортировать графики - + Reset to default Вернуть исходные параметры - + Export Charts Экспортировать графики - - + + Chart File (*.xml) Файл графика (*.xml) - + Entry Error Ошибка ввода - + Selected file (%1) does not exist Выбранный файл (%1) не существует - + You are about to reset the chart sidebar to the default setup Параметры боковой панели будут сброшены до исходных - + Do you want to continue? Вы хотите продолжить? @@ -15776,7 +16980,7 @@ LTMTool - + Metric Показатель @@ -15845,343 +17049,348 @@ Показывать события - + + Show Banister Helper + + + + Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Нагрузка - + Skiba Short Term Stress - + Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance - + Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp - + Skiba LTS Ramp - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress - + Daniels Short Term Stress - + Daniels Stress Balance - + Daniels STS Ramp - + Daniels LTS Ramp - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) Нагрузка (кДж) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress Уровень тренированности (база) TRIMP долговременный стресс - + TRIMP Short Term Stress Уровень усталости TRIMP кратковременный стресс - + TRIMP Stress Balance Уровень формы TRIMP баланс стресса - + TRIMP STS Ramp - + TRIMP LTS Ramp @@ -16194,37 +17403,52 @@ Ошибка - + Edit Изменить - + Use sidebar chart settings Использовать параметры из графика в боковой панели - + Basic Основные параметры - + Preset Предустановка - + Estimate Оценка - + Formula Формула - + + Measure + + + + + Performance + Результативность + + + + Banister + + + + Chart %1 График %1 @@ -16243,7 +17467,7 @@ Показывать раздельно - + Stack Zoom Масштаб раздельного просмотра @@ -16272,72 +17496,72 @@ Удалить - + Add Current Добавить график - + Charts Графики - + Apply Применить - + Up Поднять - + Down Опустить - + Curves Показатели - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type Тип - + Details Подробности - + Peak Пик @@ -16345,43 +17569,43 @@ LTMWindow - + Days Дни - + Weeks Недели - + Months Месяцы - + Years Годы - - + + All Все - + Data Table Таблица вместо графиков - + Stacked Раздельно - + Export Chart Data... Экспортировать данные графика... @@ -16390,84 +17614,115 @@ Экспортировать параметры графика... - + grouped by с группировкой по - + day дням - + week неделям - + month месяцам - + year годам - + time of day времени дня - - + + seconds секунд - - + + Date Дата - + + Banister Model + + + + + Impulse Metric + + + + + Peak + + + + + Positive decay + + + + + + days + дней + + + + Negative decay + + + + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours часов - + Export Chart Config Экспортировать параметры графика - + Save Chart Data as CSV Сохранить данные графика в CSV - + Group by Группировка - + Time Of Day Время дня @@ -16475,105 +17730,105 @@ LTPage - - + + Update Обновить - - + + + + - - + + - - - - + + Add Добавить - - + + Delete Удалить - + Def По умолчанию - - + + From Date Дата замера - - + + Lactate Threshold Лактатный порог - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) - - + + Rest HR ЧСС в покое - - + + Max HR Максимальная ЧСС - - - + + + MMM d, yyyy d MMM yyyy - + Short Обозначение - + Long Название - + From BPM От уд/мин - + Trimp k Тренировочный импульс (TRIMP) @@ -16634,161 +17889,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -16842,7 +18097,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -16948,7 +18203,7 @@ LocalFileStore - + You must define a network folder first Сначала необходимо указать сетевую папку @@ -16963,14 +18218,14 @@ Папка %1 не существует - - + + Completed. Завершено. - - + + Write to folder %1 failed Не удалось записать в папку %1 @@ -16979,12 +18234,12 @@ Локальное хранилище - + Local Store - + Sync with a local folder or thumbdrive. @@ -17077,7 +18332,7 @@ Failed to create temporary file - Не удалось создать временный файл + Не удалось создать временный файл @@ -17142,8 +18397,8 @@ MainWindow - - + + Ctrl+N Ctrl+N @@ -17163,17 +18418,17 @@ &Загрузить с устройства... - + Diary Дневник - + Train Тренажёр - + Add Chart Добавить график @@ -17195,14 +18450,14 @@ Разделить тренировку... - + Delete Activity Удалить тренировку Tiled View - + Вид плиткой @@ -17298,123 +18553,125 @@ Ctrl+L - + CP and W' Solver... Калькулятор CP и W' - + VDOT and T-Pace Calculator... Калькулятор VDOT и T-Pace... - + Import workouts, videos, videoSyncs... Импортировать тренировки, видеоролики... - + Scan disk for workouts, videos, videoSyncs... Найти видеоролики и занятия на диске... - + Maintain charts - + Управление графиками в облаке - + Curate charts - - - + + + Activity Import Импорт тренировки - - - + + + Closing of athlete window not possible while background activity import is in progress... Невозможно закрыть аккаунт спортсмена, пока не будет завершён импорт... - + Chart Import - + Импорт графика - + Failed to export activity, please check permissions - + Не удалось экспортировать тренировку, пожалуйста проверьте разрешения - + No Activity To Save - + Нет тренировки для сохранения - + There is no currently selected activity to save. - + Не выбрана тренировка для сохранения. - - + - + + Split Activity Разделить тренировку - - + + No activity selected Тренировка не выбрана - + Current activity contains no data to split Данная тренировка не содержит данных, которые можно разделить - + Current activity contains no data to merge Данная тренировка не содержит данных, которые можно объеденить - + Are you sure you want to delete the activity: - + Вы уверены, что хотите удалить эту тренировку: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + Директория для тренировки не указана в конфигурации или выбранная диреткория не доступна. + +Пожалуйста, проверьте настройки. - + CloudDB - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Текущий спортсмен не зарегистрирован как куратор, свяжитесь в GoldenCheetah team - + Create Heat Map... Создать тепловую карту... - + Export Metrics as CSV... Экспортировать показатели в CSV... @@ -17427,12 +18684,12 @@ Ctrl+U - + Create a new workout... Создать тренировку... - + Download workouts from ErgDB... Скачать тренировки из ErgDB... @@ -17445,7 +18702,7 @@ Найти видеоролики и занятия на диске... - + Air Density (Rho) Estimator... Оценить плотность воздуха... @@ -17503,7 +18760,7 @@ Объединить тренировки... - + CP and W' Estimator... Оценить CP и W'... @@ -17516,28 +18773,28 @@ Загрузить тренировку в календарь - + Activities Тренировки - + Tabbed not Tiled Вкладки вместо мозаики - + You are about to reset all charts to the default setup Вы вернёте все графики в исходное состояние. - + Do you want to continue? Продолжить? - - + + &New Athlete... &Добавить спортсмена... @@ -17551,23 +18808,23 @@ Найти интервалы... - + Select Activity Выбрать тренировку - - + + No activity selected! Тренировка не выбрана! - + Export Activity Экспортировать тренировку - + Export Failed Не удалось выполнить экспорт @@ -17599,53 +18856,83 @@ Add Cloud Account... - + Добавить облачный аккаунт... Ctrl+A - + Ctrl+A + + + + Upload Activity... + Закачать тренировку... + + + + Synchronise Activities... + Синхронизировать тренировки... + + + + Get &Body Measurements... + Получить измерения (&Body)... + + + + Get &HRV Measurements... + Получить измерения (&HRV)... + + + + Check For New Activities + Проверить новые тренировки + + + + Ctrl-C + Ctrl-C - + &Tools &Инструменты - + &Options... &Параметры ... - + &View &Вид - - + + Toggle Full Screen Переключить полноэкранный режим - + Show Left Sidebar Показывать левую боковую панель - + Show Compare Pane Показывать панель сравнения - + Show Toolbar Показывать панель инструментов Tabbed View - + Вид вкладками @@ -17669,129 +18956,124 @@ Синхронизировать с Sixcycle... - - Get &Body Measures... - - - - + Download workouts from Today's Plan... Скачать тренировки из Today's Plan... - + Cloud Status... Статус облачного хранилища... - + Cloud Contributions - + Облачное хранилище графиков - + Cloud Curator - + &Edit &Правка - + Show Athlete Tabs Показывать панель спортсменов - + Trends Динамика показателей - + Upload Chart... Загрузить график... - + Download Chart... Скачать график... - + Reset Layout Вернуть исходные графики - + &Help &Помощь - + &Help Overview Обзор &справки - + &User Guide &Руководство пользователя - + &Log a bug or feature request &Трекер ошибок и запросов - + &Discussion and Support Forum &Форум и техподдержка - + &About GoldenCheetah &О GoldenCheetah - + Imported %1 metric charts - - + + Import from File Импорт из файла - + Refresh in Progress Выполняется обновление - + Export Metrics Экспортировать показатели - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid - + Директория для тренировок не правильная - + Delete Удалить - + Changes on Изменения в @@ -17970,8 +19252,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 Выделение #%1 @@ -17992,18 +19278,18 @@ MaxCT - + Max Core Temperature Макс. температура тела - - + + C °C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Максимальная температуратела. Определяется на основе данных ЧСС. @@ -18011,18 +19297,18 @@ MaxCadence - + Max Cadence Макс. каденс - - + + rpm об/мин - + Maximum Cadence Максимальный каденс @@ -18030,18 +19316,18 @@ MaxHr - + Max Heartrate Макс. ЧСС - - + + bpm уд/мин - + Maximum Heart Rate. @@ -18068,18 +19354,18 @@ MaxPower - + Max Power Макс. мощность - - + + watts ватт - + Maximum Power @@ -18087,12 +19373,12 @@ MaxPowerVariance - + Max Power Variance Колебание макс. мощности - + Maximum Power Deviation with respect to 30sec Moving Average @@ -18119,41 +19405,41 @@ MaxSmO2 - + Max SmO2 SmO₂ макс - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. - Максимальное нашыщение мышц кислородом, процент насыщения гемоглобина, участвующего в переносе кислорода. + Максимальное насыщение мышц кислородом, процент насыщения гемоглобина, участвующего в переносе кислорода. MaxSpeed - + Max Speed Макс. скорость - + kph км/ч - + mph миль/ч - + Maximum Speed Максимальная скорость @@ -18161,22 +19447,22 @@ MaxTemp - + Max Temp Макс. температура - + C °C - + F °F - + Maximum Temperature @@ -18207,18 +19493,18 @@ MaxtHb - + Max tHb Макс. tHb - - + + g/dL г/дл - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -18226,17 +19512,45 @@ MeanPowerVariance - + Average Power Variance Колебания средней мощности - + Mean Power Deviation with respect to 30sec Moving Average + Measure + + + Manual entry + Ручной ввод + + + + Withings + Withings + + + + Today's Plan + Today's Plan + + + + CSV Upload + + + + + Unknown + + + + MergeActivityWizard @@ -18247,22 +19561,26 @@ MergeAdjust - + Adjust Alignment Настройка совмещения - Adjust merge alignment in time - Настроить выравнивание объединения по времени + Настроить выравнивание объединения по времени + + + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + - + Adjust: Смещение: - + Reset Сбросить @@ -18270,32 +19588,32 @@ MergeChoose - + Choose an Activity Выберите тренировку - + Choose an Existing activity to Combine Выберите существующую тренировку для добавления - + Filename Имя файла - + Date Дата - + Time Время - + dd MMM yyyy dd MMM yyyy @@ -18303,17 +19621,17 @@ MergeConfirm - + Confirm Подтвердить - + Complete and Save Завершить и сохранить - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18329,17 +19647,17 @@ MergeDownload - + Download Activity Скачать тренировку - + Download Activity to Combine Скачать тренировку для объединения - + Error - Unknown file type Ошибка - неизвестный тип файла @@ -18347,32 +19665,32 @@ MergeMode - + Select Mode Выберите режим - + How would you like to combine the data ? Как вы хотите объединить данные? - + Merge Data to add another data series Внести данные другого вида - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Объединить серии данных из одной тренировки с текущей тренировкой, если использовались различные типы данных (например данные по O2 из Moxy), записанные на различные устройства. Будьте внимательны с вырвниванием времени. - + Join Data to form a longer activity Дописать новые данные в конец текущих - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Добавить данные в конец текущей тренировки, что бы создать длинную тренировку записанную в несколько приёмов. @@ -18380,75 +19698,91 @@ MergeSelect - + Merge Data Series Объединить серии данных - + Select the series to merge together Выберите объединяемые серии + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Выберите источник - + Where is the data you want to combine ? Где находяться данные для объединения? - + Import from a File Импортировать из файла - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Импортировать данные из файла на диске или устройстве подключенном как USB диск и объединить с текущей тренировкой. - + Download from Device Скачать с устройства - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Загрузить данные с устройства, например по последовательному порту с Moxy Oxygen Monitor или велокомпьютера и объеденить с текущей тренировкой. - + Existing Activity Существующая тренировка - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. Объеденить данные с уже существующей тренировкой в GoldenCheetah. Выбрать из списка доступных тренировок. - + All Supported Formats (%1) Все поддерживаемые форматы (%1) - + All files (*.*) Все файлы (*.txt) - + Import from File Импорт из файла - + Error - Unknown file type Ошибка - неизвестный тип файла @@ -18456,52 +19790,52 @@ MergeStrategy - + Select Strategy Выбрать стратегию - + How should we align the data ? Как объединить данные? - + Align using start time По времени начала - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. Совместить данные двух тренировок по времени начала. Это будет хорошо работать, если часы в использованных устройствах для записи очень точно синхронизированы друг относительно друга. - + Align using shared data series По совпадающим сериям данных - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Если две тренировки имеют совпадающие серии данных, например если обе тренировки содержать записи каденса или ЧСС, тогда они могут быть выровнены по времени совпадения пиков и минимумов общих серий данных. - + Align starting together Чтобы начались одновременно - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Независимо от записанных в тренировках данных по времени, совместить их так, что бы они начались одновременно. - + Align ending together Чтобы закончились одновременно - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Независимо от записанных в тренировках данных по времени, совместить их так, что бы они закончились одновременно. @@ -18509,17 +19843,17 @@ MergeWelcome - + Combine Activities Объединить тренировки - + Lets get started Приступим - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18531,22 +19865,22 @@ MetadataPage - + Fields Поля - + Notes Keywords Ключевые слова заметок - + Defaults По умолчанию - + Processing Обработка @@ -18554,22 +19888,22 @@ MetricConfig - + Custom На заказ - + Bests Лучшие результаты - + Summary Сводка - + Intervals Интервалы @@ -18577,18 +19911,18 @@ MinHr - + Min Heartrate Мин. ЧСС - - + + bpm уд/мин - + Minimum Heart Rate. @@ -18596,18 +19930,18 @@ MinSmO2 - + Min SmO2 SmO₂ мин - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Минимальное нашыщение мышц кислородом, процент насыщения гемоглобина, участвующего в переносе кислорода. @@ -18615,22 +19949,22 @@ MinTemp - + Min Temp Мин. Темп. - + C °C - + F °F - + Minimum Temperature Максимальная температура @@ -18657,18 +19991,18 @@ MintHb - + Min tHb Мин. tHb - - + + g/dL г/дл - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -18676,473 +20010,371 @@ ModelDataProvider - Power (watts) - Мощность (Вт) + Мощность (Вт) - Cadence (rpm) - Каденс (об/мин) + Каденс (об/мин) - Heartrate (bpm) - ЧСС (уд/мин) + ЧСС (уд/мин) - Speed (kph) - Скорость (км/ч) + Скорость (км/ч) - Speed (mph) - Скорость (миль/ч) + Скорость (миль/ч) - Altitude (meters) - Высота (метры) + Высота (метры) - Altitude (feet) - Высота (футы) + Высота (футы) - Torque (N) - Крутящий момент (Н) + Крутящий момент (Н) - Elapsed Time (secs) - Прошло времени (с) + Прошло времени (с) - Elapsed Distance (km) - Пройденная дистанция (км) + Пройденная дистанция (км) - Elapsed Distance (mi) - Пройденная дистанция (миль) + Пройденная дистанция (миль) - Interval Number - Номер интервала + Номер интервала - Latitude (degree x 1000) - Широта (градус × 1000) + Широта (градус × 1000) - Longitude (degree x 1000) - Долгота (градус × 1000) + Долгота (градус × 1000) - Circumferential Pedal Velocity (cm/s) - Периферическая скорость педалирования (см/с) + Периферическая скорость педалирования (см/с) - Average Effective Pedal Force (N) - Средняя эффективная сила педалирования (Н) + Средняя эффективная сила педалирования (Н) - Time at X/Y (%) - Время в X/Y (%) + Время в X/Y (%) - Power Zone - Зона мощности + Зона мощности - L/R Balance - Баланс Л/П + Баланс Л/П - Running Vertical Oscillation - Вертикальное колебание (бег) + Вертикальное колебание (бег) - Running Ground Contact Time - Время контакта с землёй при беге + Время контакта с землёй при беге - Running Cadence - Каденс бега + Каденс бега - Gear Ratio - Передаточное отношение + Передаточное отношение - Muscle Oxygen - Кислород в мышцах + Кислород в мышцах - Haemoglobin Mass - Масса гемоглобина + Масса гемоглобина - Slope (gradient) - Наклон (градиент) + Наклон (градиент) - Unknown - Неизвеcтно + Неизвеcтно - Power - Мощность + Мощность - Cadence - Каденс + Каденс - Heartrate - ЧСС + ЧСС - Speed - Скорость + Скорость - Altitude - Высота + Высота - Pedal Force - Сила педалирования + Сила педалирования - Time - Время + Время - Distance - Дистанция + Дистанция - Interval - Интервал + Интервал - Latitude - Широта + Широта - Longitude - Долгота + Долгота - Time at X/Y - Время в X/Y + Время в X/Y - Zone - Зона + Зона - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - Баланс + Баланс - RV - RV + RV - GCT - GCT + GCT - Run Cad - Кад. бега + Кад. бега - Gear - Передача + Передача - SmO2 - SmO₂ + SmO₂ - tHb - tHb + tHb - Slope - Наклон + Наклон - None - Нет + Нет - No data or bin size too large - Нет данных или ширина столбца слишком большая + Нет данных или ширина столбца слишком большая ModelWindow - Power - Мощность + Мощность - Cadence - Каденс + Каденс - Heartrate - ЧСС + ЧСС - Speed - Скорость + Скорость - Altitude - Высота + Высота - Torque - Крутящий момент + Крутящий момент - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Время + Время - Distance - Дистанция + Дистанция - Slope - Наклон + Наклон - Latitude - Широта + Широта - Longitude - Долгота + Долгота - L/R Balance - Баланс Л/П + Баланс Л/П - Running Vertical Oscillation - Вертикальное колебание (бег) + Вертикальное колебание (бег) - Running Cadence - Каденс бега + Каденс бега - Running GCT - Время контакта с землёй (бег) + Время контакта с землёй (бег) - Gear Ratio - Передаточное отношение + Передаточное отношение - Muscle Oxygen - Кислород в мышцах + Кислород в мышцах - Haemoglobin Mass - Масса гемоглобина + Масса гемоглобина - Analyse - Анализировать + Анализировать - X-Axis: - Ось X: + Ось X: - Y-Axis: - Ось Y: + Ось Y: - Z-Axis: - Ось Z: + Ось Z: - Color: - Цвет: + Цвет: - Bin Width: - Ширина столбца: + Ширина столбца: - User Defined - Указано пользователем - - - - Natural Cadence Selection - + Указано пользователем - Route Visualisation - Визуализация маршрута - - - - Power Fatigue - + Визуализация маршрута - Impact of Altitude - Воздействие высоты + Воздействие высоты - - Time at X&Y - Время по X&Y + Время по X&Y - Power Zone - Зона мощности + Зона мощности - Bar - Столбцы + Столбцы - Grid - Сетка + Сетка - Surface - Поверхность + Поверхность - Dots - Точки + Точки - Ignore Zero - Исключить нули + Исключить нули - Show Grid - Показать сетку + Показать сетку - Frame Intervals - Отмеченные интервалы + Отмеченные интервалы - Legend - Легенда + Легенда @@ -19287,20 +20519,12 @@ MultiDeviceDialog - + Multiple Device Configuration Настройка нескольких устройств - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - Нормализованная мощность (IsoPower) - это показатель того, какую мощность вам необходимо было бы прикладывать для достижения таких же физиологических затрат, если бы ваша мощность была постоянной. - - - NamedSearches @@ -19321,27 +20545,27 @@ NavigatorCellDelegate - + Date Дата - + MMM d, yyyy d MMM yyyy - + Time Время - + Last updated Последнее обновление - + ddd MMM d, yyyy hh:mm d MMM yyyy, ddd, hh:mm @@ -19470,7 +20694,7 @@ Height (%1) - Высота (%1) + Рост (%1) @@ -19550,18 +20774,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% ЧСС - - + + bpm уд/мин - + Heart Rate for which 95% of activity samples has lower HR values @@ -19569,18 +20793,18 @@ NonZeroPower - + Nonzero Average Power Ненулевая средняя мощность - - + + watts ватт - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -19588,239 +20812,367 @@ OAuthDialog - + OAuth OAuth - - SSL Security Libraries required for 'Authorise' are missing in this installation. + + SSL Security Libraries required for 'Authorise' are missing in this installation. + Отсутствует библиотека SSL Security Libraries, необходимая для авторизации. + + + + + Authorization Error + Ошибка авторизации + + + Error fetching OAuth credentials - Endpoint: /oauth/access_token + Ошибка получения учётных данных OAuth - Конечная точка: /oauth/access_token + + + Twitter authorization was successful. + Авторизация в Twitter прошла успешно. + + + + Withings authorization was successful. + Авторизация в Withings прошла успешно. + + + + + + + + + + + + + Information + Информация + + + Error in authorization + Ошибка при авторизации + + + There was an error during authorization. Please check the error description. + В ходе авторизации произошла ошибка. Прочитайте описание ошибки. + + + + Dropbox authorization was successful. + Авторизация в Dropbox прошла успешно. + + + + SportTracks authorization was successful. + Авторизация в SportTracks прошла успешно. + + + + PolarFlow authorization was successful. + Авторизация в PolarFlow прошла успешно. + + + + Strava authorization was successful. + Авторизация в Strava прошла успешно. + + + + Cycling Analytics authorization was successful. + Авторизация в Cycling Analytics прошла успешно. + + + + Google Calendar authorization was successful. + Авторизация в Google Calendar прошла успешно. + + + + Kent University Google Drive authorization was successful. - - - - Authorization Error - Ошибка авторизации + + Google Drive authorization was successful. + Авторизация в Google Drive прошла успешно. - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - + + Error retrieving access token, %1 (%2) + Ошибка получения токена доступа, %1 (%2) - - Twitter authorization was successful. - Авторизация в Twitter прошла успешно. + + SSL Token Refresh Error + Ошибка обновления SSL токена - - Withings authorization was successful. - + Select + Выбор - - - - - - - - - - Information - Информация + + Today's Plan authorization was successful. + Авторизация в Today's Plan прошла успешно. - - Error in authorization - Ошибка при авторизации + + Error retrieving authoriation credentials + Ошибка получения данных авторизации + + + OpenData - - There was an error during authorization. Please check the error description. - В ходе авторизации произошла ошибка. Прочитайте описание ошибки. + + Fetching server list. + - - Dropbox authorization was successful. + + Network Problem reading server list - - SportTracks authorization was successful. + + Invalid server list, please try again later - - PolarFlow authorization was successful. + + Finding an available server. - - Strava authorization was successful. - Авторизация в Strava прошла успешно. + + No servers available, please try later. + - - Cycling Analytics authorization was successful. - Авторизация в Cycling Analytics прошла успешно. + + Preparing data to send. + - - Google Calendar authorization was successful. - Авторизация в Google Calendar прошла успешно. + + Sending data to server. + - - Google Drive authorization was successful. + + Server replied: - - Error retrieving access token, %1 (%2) + + Finishing. - - SSL Token Refresh Error + + Done + Закрыть + + + + OpenDataDialog + + + OpenData - Select - Выбор + + <b><big>OpenData Project</big></b> + - - Today's Plan authorization was successful. + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> - - Error retrieving authoriation credentials + + Yes, I want to share + + + + + No thanks OverviewWindow - + PMC PMC - + Sport Вид спорта - + Workout Code Название тренировки - + Duration - + Notes Заметки - - HRV + + HRV rMSSD - + Heartrate ЧСС - + Heartrate Zones Зоны ЧСС - + Climbing - + Cadence Каденс - + Equivalent Power - + RPE - + Stress Нагрузка - + Fatigue Zones - + Intervals Интервалы - + Intensity Интенсивность - + Power Мощность - + Power Zones Зоны мощности - + Power Model - + Distance - + Speed Скорость - + Pace Zones Зоны темпа - + Route Маршрут + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19846,54 +21198,54 @@ PaceSchemePage - + + + - + - - - + Add Добавить - + Delete Удалить - + Short Обозначение - + Long Название - + Percent of CV Процент от критической скорости - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) @@ -20054,27 +21406,27 @@ PaceZonePage - + Sport Вид спорта - + Run Бег - + Swim Плавание - + Critical Velocity Критический темп - + Default По умолчанию @@ -20318,133 +21670,133 @@ Невозможно открыть файл - + Zone defaults must be specified at head of %1 file Зоны по умолчанию должны быть заданы в заголовке файла %1 - + Only one set of zone defaults may be specified in %1 file Только один набор зон по умолчанию может быть задан в файле %1 - + line %1: read new range without reading any zones for previous one строка %1: чтение нового диапазона без чтения уровней для предшествующего - + line %1: read zone without preceding date range строка %1: чтение уровня без предшествующего диапазона дат - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. - + Extending final range %1 to infinite to include present date. Расширение конечного диапазона %1 до бесконечности, чтобы включить текущую дату. - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Velocity: %3%4 (%2%1) Критический темп: %3 %4 (%2 км/ч) - + <td align="center">Zone</td> <td align="center">Зона</td> - + <td align="center">Description</td> <td align="center">Описание</td> - + <td align="center">Low (%1)</td> <td align="center">Нижняя граница (%1)</td> - + <td align="center">High (%1)</td> <td align="center">Верхняя граница (%1)</td> - + <td align="center">Time</td> <td align="center">Время</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones Не удалось сохранить зоны темпа - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. - - + + min/100m мин/100м - - + + min/100yd мин/100 ярдов - - + + min/km мин/км - - + + min/mile мин/миля @@ -20661,6 +22013,146 @@ + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr8m + + + 8 min Peak Hr + + + + + + bpm + уд/мин + + + + PeakHr90m + + + 90 min Peak Hr + + + + + + bpm + уд/мин + + + PeakPace10m @@ -21647,7 +23139,7 @@ 10 min Peak Power relative to Athlete Weight. - Отношение пиковой мощности за 60 минут к весу спортсмена. {10 ?} + Отношение пиковой мощности за 10 минут к весу спортсмена. @@ -21686,7 +23178,7 @@ 1 min Peak Power relative to Athlete Weight. - Отношение пиковой мощности за 60 минут к весу спортсмена. {1 ?} + Отношение пиковой мощности за 1 минуту к весу спортсмена. @@ -21712,7 +23204,7 @@ 20 min Peak Power relative to Athlete Weight. - Отношение пиковой мощности за 60 минут к весу спортсмена. {20 ?} + Отношение пиковой мощности за 20 минут к весу спортсмена. @@ -21738,7 +23230,7 @@ 30 min Peak Power relative to Athlete Weight. - Отношение пиковой мощности за 60 минут к весу спортсмена. {30 ?} + Отношение пиковой мощности за 30 минут к весу спортсмена. @@ -21764,7 +23256,7 @@ 5 min Peak Power relative to Athlete Weight. - Отношение пиковой мощности за 60 минут к весу спортсмена. {5 ?} + Отношение пиковой мощности за 5 минут к весу спортсмена. @@ -21902,17 +23394,17 @@ Network Problem reading PolarFlow data - + Проблемы с сетью при чтении данных PolarFlow problem parsing PolarFlow data - + проблема с разбором данных от PolarFlow You must authorise with Today's Plan first - + Вы должны вначале авторизоваться на Today's Plan @@ -21920,199 +23412,214 @@ Завершено. - + PolarFlow - + PolarFlow - + Download from the popular Polar website. - + Скачать с популярного сайта Polar. PowerHist - + Time (minutes) Время (минуты) - + Time (percent) Время (%) - + Power (watts) Мощность (Вт) - - + + Power zone Зона мощности - + Heartrate (bpm) ЧСС (уд/мин) - + Heartrate zone Зона ЧСС - - - - - + + + + + seconds секунд - + Total %1 (%2) Всего %1 (%2) - + Total %1 Всего %1 - + %1 of Activity (%2) %1 тренировки (%2) - + %1 of Activity %1 тренировки - + W'bal zone Зона W'bal - + W'Bal Consumed (%) Израсходовано W'Bal (%) - + Power (watts/kg) Мощность (Вт/кг) - + aPower (watts) aPower (Вт) - + Cadence (rpm) Каденс (об/мин) - + Pace zone Зона темпа - + Speed (%1) Скорость (%1) - + kph км/ч - + mph миль/ч - + Torque (%1) Крутящий момент (%1) - + N-m Н-м - + ft-lbf ft-lbf - + Gear Ratio Передаточное отношение - + SmO2 SmO₂ - + Unknown data series Неизвестная серия данных - + min/km мин/км - + min/mile мин/миля - - + + %1 Pace (%2) Темп %1 (%2) - + min/100m мин/100м - + min/100yd мин/100 ярдов - - - - + + + + minutes минут - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -22260,32 +23767,32 @@ ProcessorPage - + Processor Обработка - + Apply Применить - + Settings Настройки - + Manual вручную - + Import при импорте - + Save Сохранить @@ -22295,6 +23802,22 @@ + PythonChart + + + Show Console + Показать консоль + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -22318,21 +23841,22 @@ Велогонка - - + + + Lap %1 Круг %1 - - + + MMM dd yyyy dd MMM yyyy - + All Все @@ -22412,62 +23936,48 @@ Велозаезд %1 - - Manual entry - - - - Withings - Withings + Withings - Today's Plan - Today's Plan - - - - CSV Upload - - - - - Unknown - + Today's Plan - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -22492,7 +24002,7 @@ Ошибка сохранения данных маршрута - + Problem Saving Seasons Ошибка сохранения сезонов @@ -22570,12 +24080,12 @@ Dutch - + Голландский Swedish - + Шведский @@ -22588,70 +24098,263 @@ Плавание - + Unsupported file format Неподдерживаемый формат файла - + Rest - + Very, very easy - + Easy - + Moderate - + Somewhat hard - + Hard - + Hard+ - + Very hard - + Very hard+ - + Very hard++ - + Maximum - + Invalid + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 1 + + + + 2 A Little Fatigued + + + + + 3 + 3 + + + + 4 + 4 + + + + 5 Moderately Fatigued + + + + + 6 + 6 + + + + 7 Very fatigued+ + + + + + 8 + 8 + + + + 9 + 9 + + + + 10 Total Fatigue, Nothing Left + + + + + Problem Saving HRV Measurements + + + + + Problem Reading HRV Measurements + + + + + Problem Parsing HRV Measurements + + + + + Developer limit exceeded + + + + + Monthly free plan limit exceeded + + + + + Bad request + + + + + Gateway Timeout + + + + + Networkerror: %1 + + + + + Distance %1 + + + + + Location %1 + + + + + Time %1 + + + + + HeartRate %1 + + + + + Python not installed or in path + + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + + + + + The version of R installed is too old. You must have R version 3.4 or higher. + + + + + + The version of R installed is too new. You must have R version 3.3 or older. + + + QwtPlotRenderer @@ -22767,205 +24470,220 @@ RealtimeData - + None Нет - + Time Время - + Lap Круг - + Lap Time Время круга - + Lap Time Remaining Оставшееся время круга - + + Section Time Remaining + Оставшееся время отрезка + + + BikeStress BikeStress - + kJoules кДж - + W' bal W' bal - + XPower XPower - + Iso Power Нормированная мощность - + Intensity Factor Фактор интенсивности - + Relative Intensity Относительная интенсивность - + Skiba Variability Index Индекс вариабельности по Скиба - + Variability Index Индекс вариабельности - + Distance Дистанция - + Alternate Power Альтернативная мощность - + Power Мощность - + Speed Скорость - + Virtual Speed Виртуальная скорость - + Cadence Каденс - + Heart Rate ЧСС - + Target Power Целевая мощность - + Average Power Средняя мощность - + Average Speed Средняя скорость - + Average Heartrate Средняя ЧСС - + Average Cadence Средний каденс - + Lap Power Мощность на круг - + Lap Speed Скорость на круг - + Lap Heartrate ЧСС на круг - + Lap Cadence Каденс на круг - + Left/Right Balance Левый/правый баланс - + Total Hb Mass Общая масса ГГ - + Hb O2 Saturation Насыщение Hb O2 - + Deoxy Hb Неокисл. ГГ - + Oxy Hb Окисл. ГГ - + Left Torque Effectiveness Эффективность крутящего момента слева - + Right Torque Effectiveness Эффективность крутящего момента справа - + Left Pedal Smoothness Плавность педалирования левой - + Right Pedal Smoothness Плавность педалирования правой - + Slope Наклон + + + Lap Distance + Дистанция круга + + + + Lap Distance Remaining + Оставшаяся дистанция круга + RealtimePlotWindow @@ -23138,12 +24856,12 @@ RemotePage - + Action Действие - + ANT+ Command Команда ANT+ @@ -23167,17 +24885,17 @@ RenameIntervalDialog - + Rename Intervals Переименовать интервалы - + &OK &ОК - + &Cancel О&тмена @@ -23246,22 +24964,22 @@ RideCache - + Can't rename %1 to %2 in %3 Невозможно переименовать %1 в %2 в %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. - + seconds секунд @@ -23639,147 +25357,147 @@ RideFile - + Run Пробежка - + Swim Заплыв - + Time Время - + Cadence Каденс - + Heartrate ЧСС - + Distance Дистанция - + Speed Скорость - + Acceleration Ускорение - + Power %1 Мощность %1 - + Cadence %1 Каденс %1 - + Torque %1 Крутящий момент %1 - + Heartrate %1 ЧСС %1 - + Torque Крутящий момент - + Power Мощность - + xPower xPower - + aPower aPower - + aTISS aTISS - + anTISS anTISS - + Iso Power Нормированная мощность - + Altitude Высота - + Longitude Широта - + Latitude Долгота - + Headwind Встречный ветер - + Slope Наклон - + Temperature Температура - + Left/Right Balance Левый/правый баланс - + Left Torque Efficiency Эффективность крутящего момента левой - + Right Torque Efficiency Эффективность крутящего момента правой - + Left Pedal Smoothness Плавность педалирования левой @@ -23788,333 +25506,331 @@ Плавность педалирования правой - + Left Platform Center Offset Смещение от центра оси слева - + Right Platform Center Offset Смещение от центра оси справа - + Left Power Phase Start Начало фазы мощности слева - + Right Power Phase Start Начало фазы мощности справа - + Left Power Phase End Конец фазы мощности слева - + Right Power Phase End Конец фазы мощности справа - + Left Peak Power Phase Start Начало фазы пиковой мощности слева - + Right Peak Power Phase Start Начало фазы пиковой мощности справа - + Left Peak Power Phase End Конец фазы пиковой мощности слева - + Right Peak Power Phase End Конец фазы пиковой мощности справа - - + + Interval Интервал - + VAM VAM - + Watts per Kilogram Ватт на килограмм - + W' balance Баланс W' - + SmO2 SmO₂ - + THb THb - + O2Hb O₂Hb - + HHb HHb - + Vertical Oscillation Вертикальное колебание - + Run Cadence Каденс бега - + GCT GCT - + Gear Ratio Передаточное отношение - + W' Consumed Израсходовано W' - + Sample Index - + R-R R-R - - + + Unknown Неизвестно - - + + seconds секунд - + rpm об/мин - + rpm/s об/с - + bpm уд/мин - + bpm/s уд/с - + km км - + miles миль - - + + kph км/ч - + mph миль/ч - + m/s/s м/с/с - + N Н - + N/s Н/с - - - - + + + + watts Вт - + watts/s Вт/с - - + + TISS TISS - + metres метров - + feet футов - + lon долг. - + lat шир. - - - - - - - + + + + + + + % % - + °C °C - - - - - - - - + + + + + + + + ° ° - Invalid File Name - Неправильное имя файла + Неправильное имя файла - - + + mm мм - + Right Pedal Smoothness Плавность педалирования правой - + meters per hour метров в час - + watts/kg Вт/кг - + joules джоулей - + g/dL г/дл - + spm шаг/мин - + cm см - + ms мс - + ratio соотношение - Invalid date/time in filename: %1 Skipping file... - Неверная дата/время в файле: + Неверная дата/время в файле: %1 Пропускаем файл... - + Wheelsize Диаметр колёс @@ -24122,22 +25838,22 @@ RideFileInterval - + ALL Все - + DEVICE Устройство - + USER Пользовательские - + PEAK POWER Пиковая мощность @@ -24146,7 +25862,7 @@ СПРИНТ - + SEGMENTS Участки @@ -24155,12 +25871,12 @@ ПИКОВАЯ ЧСС - + CLIMBING Набор высоты - + EFFORTS Объём работы @@ -24169,72 +25885,72 @@ ИЗНУРЕНИЕ - + PEAK PACE Пиковый темп - + The entire activity Во всей тренировке - + Device specific intervals Специфичные для устройства интервалы - + User defined laps or marked intervals Указанные пользователем круги или отмеченные интервалы - + Peak pace for running and swimming Пиковый темп в беге или плавании - + Peak powers for cycling 1s thru 1hr Пиковые мощности с первой секунды до часа - + Route segments using GPS data Участки маршрута через данные GPS - + Ascents for hills and mountains Подъёмы на холмы и горы - + Sustained efforts and matches using power Длительные усилия и совпадения по мощности - + Peak Пик - + Find Найти - + Match Совпадение - + Climb Набор высоты - + Best Лучшие @@ -24415,104 +26131,104 @@ RideImportWizard - + Select Date... Выберите дату... - + Today Сегодня - + Last Monday Прошлый понедельник - + Last Tuesday Прошлый вторник - + Last Wednesday Прошлая среда - + Last Thursday Прошлый четверг - + Last Friday Прошлая пятница - + Last Saturday Прошлая суббота - + Last Sunday Прошлое воскресенье - + Choose Date Выберите дату - + Cancel Отменить - - - + + + Abort Прервать - + Filename Имя файла - + Date Дата - + Time Время - + Duration Длительность - + Distance Дистанция - + Import Status Статус импортирования - + Step 1 of 4: Check file permissions Шаг 1 из 4: Проверьте права доступа к файлам - + Error - File does not exist. @@ -24521,22 +26237,32 @@ Ошибка - Файл не существует. - + Error - Not a file. Ошибка - Это не файл. - + Error - File is not readable. Ошибка - файл недоступен для чтения. - + + Error - Opendata summary. + + + + + undefined + + + + Queued В очереди - + Error - Unknown file type Ошибка - неизвестный тип файла @@ -24545,47 +26271,47 @@ Ошибка - недопустимый файл - + Step 2 of 4: Validating Files Шаг 2 из 4: Проверка файлов - - - - - + + + + + Error Ошибка - + Parsing... Обработка... - + Validated Проверено - + Warning - Предупреждение - - - + + ; ; - + Step 3 of 4: %1 ride(s) are missing the date and time. Шаг 3 из 4: тренировок без даты и времени: %1. - + Step 3 of 4: Change Date/Time or Save to continue. Шаг 3 из 4: Измените время и дату или сохраните их что бы продолжить. @@ -24594,42 +26320,42 @@ dd MMM yyyy - + No files for automatic import selected. Не выбраны файлы для автоимпорта. - + More than 24hrs of activities to fit into a day Больше 24 часов тренировок в течении одного дня - + Error - Activity file exists Ошибка: эта тренировка уже есть - + Error - copy of %1 to import directory failed Ошибка: не удалось скопировать %1 в каталог импорта - + Error - Moving %1 to activities folder Ошибка - Перемещение %1 в каталог тренировок - + Error - .JSON creation failed Ошибка: не удалось создать файл .JSON - + Error - Import of activitiy file failed Ошибка: не удалось импортировать файл с записью тренировки - + Error - Ошибка - @@ -24638,57 +26364,57 @@ - + Directory Каталог - + Import Rule Правило импорта - + Directory Status Статус каталога - + No import - + No directory - + Directory not available Каталог недоступен - + Directory not readable Каталог не доступен для чтения - + %1 files for import selected Выбрано файлов для импорта: %1 - + No files in requested time range Нет файлов в запрошенном периоде времени - + No activity files found Файлы тренировок не обнаружены - + Import Files Импортировать файлы @@ -24697,59 +26423,64 @@ Шаг 3 из 4: Подтверждение даты и времени - + Save Сохранить - + Invalid Selection Неправильный выбор - + Auto Import Автоимпорт - + Automatic import from defined directories is completed. Автоматический импорт из указанных каталогов завершён. - + Step 4 of 4: Save to Library Шаг 4 из 4: Сохранить в библиотеку - + Saving... Сохранение... - + Error - Activity file with same start date/time exists - + + Processing... + Выполняется обработка... + + + Saving file... Сохранение файла... - + File Saved Файл сохранен - + Import Complete. %1 of %2 successful. Импорт завершен. Успешно добавлено тренировок: %1 из %2. - - - + + + Finish Завершить @@ -24757,128 +26488,128 @@ RideItem - + Entire Activity Вся тренировка - + 1 second 1 секунда - + 5 seconds 5 секунд - - + + 10 seconds 10 секунд - - + + 15 seconds 15 секунд - - + + 20 seconds 20 секунд - - + + 30 seconds 30 секунд - - + + 1 minute 1 минута - - + + 5 minutes 5 минут - - + + 10 minutes 10 минут - - + + 20 minutes 20 минут - - + + 30 minutes 30 минут - - + + 45 minutes 45 минут - - + + 1 hour 1 час - + %1 (%2 watts) %1 (%2 Вт) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE за %1 (%2 Вт) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% объём работы за %1 (%2 Вт) - + L%3 SPRINT of %1 secs (%2 watts) L%3 спринт длительностью %1 с (%2 Вт) - + Climb %1 Набор высоты %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3 Вт %4 кДж) - + TE MATCH совпадение с TE - + MATCH совпадение @@ -24886,87 +26617,108 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google Гугл - Bing - Бинг + Бинг - + Map Карта - + Show Markers Показывать маркеры - + Show Full Plot Показывать полный график - + Show Intervals Overlay - + Подсвечивать интервалы - + Open Street Map - Custom Tile Server settings Open Street Map: настройки сервера карты - + Tile server Сервер карт - + Tile server URL URL сервера тайлов - + OpenStreetMap (default) OpenStreetMap (по умолчанию) - + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + Интервал + + OpenCycleMap - Велосипедная карта + Велосипедная карта - Mapquest - карта Mapques + карта Mapques - Custom - На заказ + На заказ - + Intervals Интервалы - + Route Маршрут - + No GPS Data Present Нет данных GPS @@ -24974,12 +26726,12 @@ RideMetadata - + Problem Saving Meta Data Ошибка при сохранении метаданных - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. @@ -24988,57 +26740,57 @@ RideNavigator - + *|Workout Code|Date| *|Название тренировки|Дата| - + File Файл - + Last updated Последнее обновление - + Date Дата - + Time Время - + Config Checksum - + Remove Column Удалить столбец - + Column Chooser Выбор столбцов - + Do Not Show in Groups Не показывать в группах - + Show In Groups Показывать в группах @@ -25046,7 +26798,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Невозможно прочитать файл " @@ -25061,125 +26813,140 @@ Диапазон дат - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm d MMMM yyyy, dddd, hh:mm - - + + dddd MMMM d yyyy d MMMM yyyy, dddd - + Device Type: Устройство: - - + + Totals Итого - - + + Averages Средние значения - - + + Maximums Максимальные значения - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> <h3>Модель</h3> - + W' W' - + CP CP - - + + watts Вт - - + + w/kg Вт/кг - + FTP (watts) FTP (Вт) - + FTP (w/kg) FTP (Вт/кг) - + P-max P макс - + Interval Name Интервал - - - + + + %1 of %2 %1 из %2 - - - + + + dd MMM yyyy dd MMM yyyy @@ -25188,188 +26955,147 @@ <br>FTP, BikeStress, IsoPower и IF зарегистрированные торговые марки Peaksware LLC</center> - - - - + + + + N/A - + Metrics* - - - + + + ^(Average|Max) - <h3>Modeling<br>%1</h3> - <h3>Моделирование<br>%1</h3> + <h3>Моделирование<br>%1</h3> + - Compare - + Summary Сводка - + Metrics Показатели - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds секунд - + <h3>Athlete Bests</h3> <h3>Лучшие показатели</h3> - + d MMM yyyy d MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Зоны темпа</h3> - - - + + + <h3>Power Zones</h3> <h2>Зоны мощности</h2> - - + + <h3>W'bal Zones</h3> <h3>Зоны W'bal</h3> - + <h3>Heart Rate Zones</h3> <h3>Зоны ЧСС</h3> - - + + ride заезд - - + + rides заездов - - - + + + <td align="center">Date</td> <td align="center">Дата</td> - - - + + + <td align="center"></td> <td align="center"></td> - - + + run забег - - + + runs забегов - - + + swim заплыв - - + + swims заплывов @@ -25382,18 +27108,18 @@ <br>BikeScore - торговая марка Dr. Philip Friere Skiba, PhysFarm Training Systems LLC - - + + <h3>Heartrate Zones</h3> <h3>Зоны ЧСС</h3> - + Intervals Интервалы - + <p><h2>Errors reading file:</h2><ul> <p><h2>Ошибки при чтении файла:</h2><ul> @@ -25416,12 +27142,12 @@ Ошибка сети — выгрузка файла не удалась. - + RideWithGPS RideWithGPS - + Upload rides and analyse them using Google Maps. @@ -25436,44 +27162,8 @@ RideWithGpsUploader - Ride With GPS - Ride With GPS - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - + Ride With GPS @@ -25582,108 +27272,99 @@ Средний LTS (дни) - - + + kg - + кг - - + + lb - + фунт - From Date - Дата замера + Дата замера - Weight - Вес - - - - Fat - - - - - Muscle - + Вес - - Bones - + + Default Weight + Вес по умолчанию - - Lean - + + Time dependent measurements + Измерения, зависящие от времени - - Fat% - + + From Date - Time + Дата и время измерения - + Comment - Комментарий + Комментарий - - + + Update - Обновить + Обновить - + + - + + Добавить - + - - - + Удалить - + Add Добавить - + Delete Удалить - + + + MMM d, yyyy - hh:mm:ss + d MMM yyyy - hh:mm:ss + + Time - Время + Время - + Source - + Источник - + Original Source - + Оригинальный источник - - MMM d, yyyy - d MMM yyyy + d MMM yyyy - + Manual entry - + Ручной ввод @@ -25694,6 +27375,11 @@ "%1" + + Season + Сезон + + &All Selected &Все выбранные @@ -25718,7 +27404,7 @@ Routes - + Route #%1 Маршрут #%1 @@ -25771,7 +27457,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25782,30 +27468,30 @@ и не сохранили их. Вот эти тренировки: - + &Save and Exit &Сохранить и выйти - + &Discard and Exit &Отклонить и выйти - + &Cancel Exit &Отменить выход - + Always check for unsaved changes on exit - Всегда проверяйте не сохраненные изменения перед выходом + Всегда проверять не сохраненные изменения перед выходом SaveSingleDialogWidget - + WARNING You have made changes to @@ -25814,35 +27500,38 @@ Вы сделали изменения в - + Save and Conversion Сохранение и конвертация - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? - + Для сохранения необходимо преобразовать +данные во внутренний формат Golden Cheetah. +Хотите сделать это? + - + &Save and Convert &Сохранить и конвертировать - + &Discard Changes &Отменить изменения - + &Cancel Save &Отменить Сохранить - + Always warn me about file conversions Всегда предупреждайте меня о конвертации файлов @@ -25920,9 +27609,13 @@ Долгота (смещение градуса) - Circumferential Pedal Velocity (cm/s) - Периферическая скорость педалирования (см/с) + Периферическая скорость педалирования (см/с) + + + + Circumferential Pedal Velocity (m/s) + Периферическая скорость педалирования (см/с) @@ -26398,54 +28091,54 @@ SchemePage - + Add Добавить - + Delete Удалить - + + + - + - - - + Short Обозначение - + Long Название - + Percent of CP Процент от CP - + Maximum of 10 zones reached. Достигнут предел в 10 зон. - - + + New Новое - - + + New (%1) Новое (%1) @@ -26453,128 +28146,166 @@ SearchBox - - + + Search... Искать... - + Filter... Фильтр... - - + + Add to Named Filters Добавить в именованные фильтры - - + + Manage Filters Управление фильтрами - - + + Column Chooser Выбор столбцов - + and и - + Add new search Добавить новый поиск - - Name: - Имя: + + Name: + Имя: + + + + SearchFilter + + + File + Файл + + + + Season + + + A + + + + + B + + + + + C + °C + + + + D + - - - SearchFilter - - File - Файл + + E + Seasons - - + + All Dates Все даты - + This Year Этот год - + This Month Этот месяц - + Last Month Предыдущий месяц - + This Week Эта неделя - + Last Week Предыдущая неделя - + + Last 24 hours + + + + Last 7 days Последние 7 дней - + Last 14 days Последние 14 дней - + Last 21 days Последний 21 день - + Last 28 days Последние 28 дней - + + Last 6 weeks + + + + Last 2 months Последние 2 месяца - + Last 3 months Последние 3 месяца - + Last 6 months Последние 6 месяцев - + Last 12 months Последние 12 месяцев @@ -26582,117 +28313,74 @@ SeasonsPage - + Add Добавить - + Delete Удалить - + Up Поднять - + Down Опустить - - - - + + + + ddd MMM d, yyyy d MMM yyyy, ddd - + + + - + - - - - + + Name Имя - - + + Type Тип - - + + From От - - + + To До - SelfLoopsUploader - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - - - Selfloops Account is not configured, - + Аккаунт не сконфигурирован, @@ -26705,14 +28393,14 @@ Ошибка сети — выгрузка файла не удалась. - + Selfloops Selfloops - + Upload and track your training and progress. - + Загружать и отслеживать ваши тренировки и прогресс. @@ -26756,129 +28444,104 @@ ShareDialog - Share your activity - Поделиться данными тренировки + Поделиться данными тренировки - Choose which sites you wish to share on: - На каких сайтах опубликовать: + На каких сайтах опубликовать: - Strava - Strava + Strava - Ride With GPS - Ride With GPS + Ride With GPS - Today's Plan - Today's Plan + Today's Plan - Cycling Analytics - Cycling Analytics + Cycling Analytics - Selfloops - Selfloops + Selfloops - VeloHero - VeloHero + VeloHero - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - SportPlusHealth - SportPlusHealth + SportPlusHealth - Choose a name for your activity: - Выберите название для тренировки: + Выберите название для тренировки: - Private - + Закрытая - Commute - + Комьютинг - Trainer - + Тренажёр - &Upload Activity - &Закачать тренировку + &Закачать тренировку - This activity is marked as already on %1. Are you sure you want to upload it? - Эта тренировка помечена как уже отправленная на %1. Вы точно хотите закачать её? + Эта тренировка помечена как уже отправленная на %1. Вы точно хотите закачать её? - Choose which data series you wish to send: - Какие данные отправить: + Какие данные отправить: - Altitude - Высота + Высота - Power - Мощность + Мощность - Cadence - Каденс + Каденс - Heartrate - ЧСС + ЧСС - &Close - &Закрыть + &Закрыть - No share site selected ! - Ни один сайт не выбран! + Ни один сайт не выбран! - OK - ОК + ОК - Cancel - Отмена + Отмена @@ -26909,23 +28572,23 @@ - - + + Completed. Завершено. - + Network Error - Upload failed. Ошибка сети — выгрузка файла не удалась. - + Sixcycle Sixcycle - + Sync with the innovative training site. @@ -27347,7 +29010,7 @@ - + Confirm Подтвердить @@ -27357,7 +29020,7 @@ Разделение тренировки невозможно отменить - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -27366,22 +29029,22 @@ Продолжить? - + Removed Удалено - + Saved Сохранено - + Completed Завершено - + Split Activity Completed Разделение тренировки завершено @@ -27523,46 +29186,8 @@ SportPlusHealthUploader - SportPlusHealth - SportPlusHealth - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to upload file (cod. %1) - - - - - successfully uploaded to SportPlusHealth - + SportPlusHealth @@ -27578,23 +29203,23 @@ - - + + Completed. Завершено. - + Network Error - Upload failed. Ошибка сети — выгрузка файла не удалась. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -27612,12 +29237,12 @@ - + SportPlusHealth SportPlusHealth - + Upload to the cycling and running site. @@ -27794,40 +29419,44 @@ Strava - + No authorisation token configured. - + Не сконфигурирован токен авторизации. - + You must authorise with Strava first - + Вы должны вначале авторизоваться в Strava - + Network Problem reading Strava data - + Проблемы с сетью при чтении данных Strava - + invalid response or parser exception. - Некорректный ответ или ошибка обработки. + Некорректный ответ или ошибка обработки. - - + + Completed. - Завершено. + Завершено. - + Strava - Strava + Strava + + + + Sync with the social network for cyclists and runners. + Синхронизировать с социальной сетью для велосипедистов и бегунов. - Upload to the social network for cyclists and runners. - + Загрузить в социальную сеть для велосипедистов и бегунов. @@ -27879,61 +29508,50 @@ StravaUploader - Strava - Strava + Strava - no Strava token set. Please authorize in Settings. - + Не задан токен. Пожалуйста авторизуйтесь в Настройках. - Strava support isn't enabled in this build - В этой сборке нет поддержки Strava + В этой сборке нет поддержки Strava - Error uploading to Strava - Ошибка загрузки на Strava + Ошибка загрузки на Strava - Successfully uploaded to Strava - Успешно загружено на Strava + Успешно загружено на Strava - Upload activity to Strava... - Загрузить тренировку на Strava... + Загрузить тренировку на Strava... - Upload... Sending to Strava - Загрузка... Данные отправляются на Strava + Загрузка... Данные отправляются на Strava - Processing... - Выполняется обработка... + Выполняется обработка... - Upload to Strava finished. - Загрузка на Strava завершена. + Загрузка на Strava завершена. - invalid response or parser exception. - Некорректный ответ или ошибка обработки. + Некорректный ответ или ошибка обработки. - Error from Strava: - Сообщение об ошибке от Strava: + Сообщение об ошибке от Strava: @@ -27984,22 +29602,22 @@ SummaryMetricsPage - + Available Metrics Доступные показатели - + Selected Metrics Выбранные показатели - + Up Поднять - + Down Опустить @@ -28317,14 +29935,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -28371,57 +29981,57 @@ Themes - + Default По умолчанию - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -28502,75 +30112,40 @@ You must authorise with Today's Plan first - + Вы должны вначале авторизоваться на Today's Plan - - + + Completed. Завершено. - + Network Error - Upload failed. Ошибка сети — выгрузка файла не удалась. - + Today's Plan Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader - - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - + TodaysPlanBodyMeasures - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. - + + You must authorise with Today's Plan first + Вы должны вначале авторизоваться на Today's Plan - - Error from Today's Plan: + + Response parsing error: %1 @@ -28589,12 +30164,12 @@ From: - + От: To: - + До: @@ -28725,7 +30300,7 @@ You must authorise with Today's Plan first - + Вы должны вначале авторизоваться на Today's Plan @@ -28937,18 +30512,18 @@ TotalCalories - + Calories (HR) Калории (ЧСС) - - + + kcal ккал - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age Общее количество калорий, оценивается исходя из времени движения, ЧСС, а так же веса, пола и возраста @@ -28979,18 +30554,18 @@ TotalWork - + Work Расход энергии - - + + kJ кДж - + Total Work in kJ computed from power data Общий расход энергии в кДж из показаний мощности @@ -29005,17 +30580,17 @@ TrainConfig - + Train Devices Устройства - + Preferences - Настройки + Настройки - + Remote Controls Удалённое управление @@ -29059,492 +30634,431 @@ TrainOptionsPage - + Auto-connect devices in Train View Автоматически подключать устройства в режиме занятия - + Allow multiple devices in Train View Разрешить несколько устройств в режиме занятия - + Auto-hide bottom bar in Train View - + Автоматически скрывать нижнюю панель в режиме занятия - + Play sound before new lap - + Проигрывать звук перед новым кругом TrainSidebar - + Save workout data Сохранить данные тренировки - + Devices Устройства - - - - + + + + Menu Меню - + Workouts Тренировки - + Media Медиафайлы - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove Удалить - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Калибровка... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos - - - + + + Delete Удалить - Are you sure you want to delete this workout? - Вы действительно хотите удалить эту тренировку? - - - - No Devices Configured - Нет настроенных устройств - - - - Please configure a device in Preferences. - Пожалуйста настройте устройства в Параметрах. - - - - Exiting calibration.. - - - - - Calibration not supported for this device. - - - - - Calibrating... -Press F3 on Controller when done. - Выполняется калибровка... -После завершения нажмите F3 для контроллера. - - - Done - Закрыть - - - - - Add Device - Добавить устройство - - - - - Delete Device - Удалить устройство - - - - Are you sure you want to delete this device? - Вы действительно хотите удалить это устройство? - - - - TrainingStageBuch - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - Completed. - Завершено. - - - - Error - Upload failed. - - - - - TrainingStageBuch - - - - - Upload to your online and mobile training log. - - - - - TrainingstagebuchUploader - - - Trainingstagebuch.org - Trainingstagebuch.org + Are you sure you want to delete this workout? + Вы действительно хотите удалить эту тренировку? - - Cannot upload to Trainingstagebuch without credentials. Check Settings - + + No Devices Configured + Нет настроенных устройств - - Error uploading to Trainingstagebuch.org - + + Please configure a device in Preferences. + Пожалуйста настройте устройства в Параметрах. - - successfully uploaded to Trainingstagebuch.org as %1 - + + Exiting calibration.. + Выход из калибровки.. - - getting Settings from Trainingstagebuch.org... - + + Calibration not supported for this device. + Калибровка не поддерживается для этого устройства. - - getting new Trainingstagebuch.org Session... - + + Calibrating... +Press F3 on Controller when done. + Выполняется калибровка... +После завершения нажмите F3 на контроллере. - - preparing Trainingstagebuch.org data ... - + Done + Закрыть - - temporary file too large for upload: %1 > %1 bytes - + + + Add Device + Добавить устройство - - sending to Trainingstagebuch.org ... - + + + Delete Device + Удалить устройство - - request failed: - + + Are you sure you want to delete this device? + Вы действительно хотите удалить это устройство? + + + TrainingStageBuch - - request failed, Server response: %1 %2 - + Completed. + Завершено. + + + TrainingsTageBuch - + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - - failed to parse upload response: - + + Completed. + Завершено. - - failed to upload file: + + Error - Upload failed. - - got empty exercise + + Trainingstagebuch + Trainingstagebuch + + + + Upload to your online and mobile training log. + TrainingstagebuchUploader + + Trainingstagebuch.org + Trainingstagebuch.org + + + TreeMapPlot @@ -29560,39 +31074,39 @@ First - 1-й критерий + Первый Second - 2-й критерий + Второй - + Metric Показатель - + Date range Диапазон дат - - - - + + + + (unknown) (неизвестно) - + %1 activities %1 тренировок - + None Нет @@ -29601,213 +31115,167 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. TwitterDialog - Choose which metrics you wish to tweet: - Выберите, какие показатели вы хотите отправить на твиттер: + Выберите, какие показатели вы хотите отправить на твиттер: - Workout Time - Время тренировки + Время тренировки - Tweet Activity - Написать о тренировке в Twitter + Написать о тренировке в Twitter - Time Moving - Время в пути + Время в пути - Total Distance - Общая дистанция + Общая дистанция - Elevation Gain - Набор высоты + Набор высоты - Total Work (kJ) - Общий расход энергии (кДж) + Общий расход энергии (кДж) - Average Speed - Средняя скорость + Средняя скорость - Average Power - Средняя мощность + Средняя мощность - Average Heart Rate - Средняя ЧСС + Средняя ЧСС - Average Cadence - Средний каденс + Средний каденс - Max Power - Максимальная мощность + Максимальная мощность - Max Heart Rate - Максимальная ЧСС + Максимальная ЧСС - Twitter Message: - Сообщение: + Сообщение: - Message Length: - Длина сообщения: + Длина сообщения: - &Tweet Activity - &Написать + &Написать - Time Moving: %1 - Время в пути: %1 + Время в пути: %1 - &Cancel - &Отмена + &Отмена - Golden Cheetah->Preferences - Golden Cheetah->Настройки + Golden Cheetah->Настройки - Tools->Options - Настрйки->Настройки + Настрйки->Настройки - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. + Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - - OAuth Error - OAuth Error + OAuth Error - Tweet Length Error - Ошибка длины сообщения + Ошибка длины сообщения - Tweet must be 140 characters or less. - В твите должно быть не больше 140 символов. - - - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - + В твите должно быть не больше 140 символов. - Tweet sent - Твит отправлен + Твит отправлен - Tweet successfully sent. - Твит успешно отправлен. + Твит успешно отправлен. - Error Posting Tweet - Error Posting Tweet + Error Posting Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Ошибка подключения к Twitter. Проверьте ваше подключение к сети и попытайтесь еще раз. + Ошибка подключения к Twitter. Проверьте ваше подключение к сети и попытайтесь еще раз. - Duration: %1 - Длительность: %1 + Длительность: %1 - Distance: %1 - Дистанция: %1 + Дистанция: %1 - Climbing: %1 - Набор высоты: %1 + Набор высоты: %1 - Work: %1 - Расход энергии: %1 + Расход энергии: %1 - Avg Speed: %1 - Ср. скорость: %1 + Ср. скорость: %1 - Avg Power: %1 - Ср. мощность: %1 + Ср. мощность: %1 - Avg HR: %1 - Ср. ЧСС: %1 + Ср. ЧСС: %1 - Avg Cadence: %1 - Ср. каденс: %1 + Ср. каденс: %1 - Max Power: %1 - Макс. мощность: %1 + Макс. мощность: %1 - Max HR: %1 - Макс. ЧСС: %1 + Макс. ЧСС: %1 - - Message Length: %1 - Длина сообщения: %1 + Длина сообщения: %1 @@ -29826,12 +31294,12 @@ VAM - + VAM VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Средняя скорость подъёма (скороподъёмность), средняя вертикальная скорость набора высоты в метрах в час @@ -30002,84 +31470,8 @@ VeloHeroUploader - VeloHero - VeloHero - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - + VeloHero @@ -30110,12 +31502,12 @@ Ошибка сети — выгрузка файла не удалась. - + Velohero - + Upload your rides to the independent and free cycling training log @@ -30167,19 +31559,19 @@ ViewSplitter - + Clear Очистить - - + + OFF кнопки панели сравнения Отключено - + ON кнопки панели сравнения Включено @@ -30625,12 +32017,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -30673,12 +32065,12 @@ Withings - + Withings Withings - + Download weight, body fat etc from the connected health specialists. @@ -30706,9 +32098,13 @@ OAuth Error - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Скачивание данных Withings + Скачивание данных Withings No new measurements @@ -30719,12 +32115,13 @@ Получено новых замеров: %1. - + + Error Ошибка - + There was an error during fetching. Please check the error description. @@ -30736,12 +32133,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -30888,12 +32285,12 @@ WorkoutWidget - + File save failed. Ошибка сохранения файла. - + Intensity Интенсивность @@ -30984,24 +32381,24 @@ XDataDialog - + xData - + Data Series Серия данных - - + + Add Добавить - - + + Delete Удалить @@ -31080,32 +32477,32 @@ XDataSeriesSettingsDialog - + Name Название - + Units Единицы измерения - + Cancel Отмена - + OK ОК - + Error Ошибка - + Name is blank Название не указано @@ -31113,48 +32510,48 @@ XDataSettingsDialog - + xData - + Data Series Серия данных - + Units Единицы измерения - + Series %1 - + Cancel Отмена - + OK ОК - - + + Error Ошибка - + XData name is blank - + Must have at least one data series. @@ -31257,6 +32654,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + Завершено. + + + + Network Error - Upload failed. + Ошибка сети — выгрузка файла не удалась. + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -31389,27 +32820,27 @@ ZonePage - + Sport Вид спорта - + Bike Велоспорт - + Run Бег - + Critical Power Критическая мощность (CP) - + Default По умолчанию @@ -31653,47 +33084,47 @@ Нейромышечная мощность - + Zone defaults must be specified at head of %1 file Зоны по умолчанию должны быть заданы в заголовке файла %1 - + Only one set of zone defaults may be specified in %1 file Только один набор зон по умолчанию может быть задан в файле %1 - + line %1: read new range without reading any zones for previous one строка %1: чтение нового диапазона без чтения уровней для предшествующего - + line %1: read zone without preceding date range строка %1: чтение уровня без предшествующего диапазона дат - - + + attempt to set zone based on % of CP without setting CP in line number %1. попытка установить уровни основываясь на % CP не устанавливая значение CP в строке номер %1. - + file ended without reading any zones for last range файл закончился без прочтения зон для последнего диапазона - + Setting end date of range %1 to start date of range %2. Установка конечной даты диапазона %1 стартовой датой диапазона %2. - + Extending final range %1 to infinite to include present date. Расширение конечного диапазона %1 до бесконечности, чтобы включить текущую дату. @@ -31704,66 +33135,66 @@ КМ должна быть больше нуля в диапазоне уровней %1 уровней мощности - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Диапазон %1: совмещение верха уровня %2 (%3) с низом зоны %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Диапазон %1: установка верха уровня %2 с %3 до максимума. - + Critical Power (watts): %1 Критическая мощность (Вт): %1 - + <td align="center">Low (watts)</td> <td align="center">Нижняя граница (Вт)</td> - + <td align="center">High (watts)</td> <td align="center">Верхняя граница (Вт)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Не удалось сохранить зоны мощности - + File: %1 cannot be opened for 'Writing'. Please check file properties. Не удалось открыть на запись файл %1. Проверьте его свойства. - + <td align="center">Zone</td> <td align="center">Зона</td> - + CP must be greater than zero in zone range %1 of %2 Критическая мощность (CP) должна быть выше нуля в пределах зоны %1 из %2 - + <td align="center">Description</td> <td align="center">Описание</td> - + <td align="center">Time</td> <td align="center">Время</td> @@ -31777,6 +33208,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -31855,14 +33294,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -31954,32 +33385,45 @@ deviceModel - + Device Name Имя устройства - + Device Type Устройство - + Port Spec Спецификация порта - + Profile Профиль - + Virtual Виртуальный + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -31998,6 +33442,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + ЧСС в покое + + + + + bpm + уд/мин + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_sv.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_sv.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_sv.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_sv.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower Medel aPower - - + + watts Watt - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. Medeleffekt korrigerad för höjd. Inkluderar höjdpåverkan på VO2max och därmed utvecklad effekt. @@ -27,7 +27,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device Ingen kontakt med ANT+ enhet @@ -35,12 +59,12 @@ APPercent - + Power Percent of Max Effekt Procent av Max - + Power as percent of Pmax according to Power Zones Effekt som procent av Pmax (sätts i Verktyg/Inställningar.../Idrottare/Effektzoner) @@ -53,22 +77,21 @@ Om GoldenCheetah - + About Om - + Version Version - Config - Konfiguration + Konfiguration - + Contributors Medverkande @@ -76,22 +99,22 @@ AboutModelPage - + W'bal tau (s) W'bal tau (s) - + STS average (days) STS medel (dagar) - + LTS average (days) LTS medel (dagar) - + PMC Stress Balance Today PMC Stress Balance Idag @@ -103,69 +126,73 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Mjukvara för Effektanalys<br>för Linux, Mac och Windows<p>GoldenCheetah är licensierat under<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Källkoden kan laddas ner från<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Motionspassdata och annan informaiton lagras i<br><a href="%1">%2</a><p>Använda Varumärken<br>BikeStress, IsoPower, IF med tillåtelse av <a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore, xPower, SwimScore med tillåtelse av <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed med tillåtelse av Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Mjukvarumodulen för kroppstemperaturutvecklades av <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> och är patentsökt<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Mjukvara för Effektanalys<br>för Linux, Mac och Windows<p>GoldenCheetah är licensierat under<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Källkoden kan laddas ner från<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Aktivitetsdata och annan informaiton lagras i<br><a href="%1">%2</a><p>Använda Varumärken<br>BikeScore, xPower, SwimScore med tillåtelse av <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed med tillåtelse av Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Mjukvarumodulen för kroppstemperatur utvecklades av <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> och är patentsökt<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Mjukvara för Effektanalys<br>för Linux, Mac och Windows<p>GoldenCheetah är licensierat under<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Källkoden kan laddas ner från<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Aktivitetsdata och annan informaiton lagras i<br><a href="%1">%2</a><p>Använda Varumärken<br>BikeScore, xPower, SwimScore med tillåtelse av <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed med tillåtelse av Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>Mjukvarumodulen för kroppstemperatur utvecklades av <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> och är patentsökt<br></center> + + + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + AboutRiderPage - + Nickname Smeknamn - + Date of Birth Födelsedatum - + Sex Kön - - - + + + Height (%1) Kroppslängd (%1) - - + + cm cm - - + + in tum - + Male Man - + Female Kvinna - + Crank Length Vevarmslängd - + Wheelsize Hjulstorlek - + mm mm @@ -186,12 +213,12 @@ gång som idrottarens konto stängs - 0 betyder aldrig - + Choose Picture Välj foto - + Images (*.png *.jpg *.bmp) Bilder (*.png, *.jpg, *.bmp) @@ -242,12 +269,12 @@ ActivityCRC - + Checksum Kontrollsumma - + A checksum for the activity, can be used to trigger cache refresh in R scripts. Aktivitetens kontrollsumma kan användas tör att starta en cache förnyelse av R skripten. @@ -255,12 +282,12 @@ AddAthlete - + Coached Athletes Träningsadepter - + Select Athlete for this account Välj detta kontos Idrottare @@ -268,49 +295,54 @@ AddAuth - + Service Credentials Åtkomstuppgifter - - + + Credentials and authorisation Åtkomstuppgifter och auktorisering - - + + Authorise Auktorisera - + URL URL - + Key (optional) Nyckel (frivilligt) - + Username Användarnamn - + Password Lösenord - + Token Bevis - + + Message + + + + %1 Credentials and authorisation %1 Åtkomstuppgifter och auktorisering @@ -318,63 +350,93 @@ AddClass - + Service Type Molntjänst - + What type of Service are you adding an account for ? Nya kontots molntjänst? - + Activities Aktiviteter - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive Synkronisera aktiviteter med molntjänster så som Today's Plan, Strava, Dropbox och Google Drive - + + Measurements + + + + + Sync measurements such as weight, body fat, HRV and sleep. + + + + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + + + Measures - Mätetal + Mätetal - Sync measures data such as weight, body fat, HRV and sleep. - Synkronisera mätetal så som vikt, fettprocent, HRV och sömn. + Synkronisera mätetal så som vikt, fettprocent, HRV och sömn. - + Calendar Internetkalender - Sync planned workouts to WebDAV and CalDAV calendars. - Synkronisera planerade pass mot WebDAV och CalDAV kalendrar. + Synkronisera planerade pass mot WebDAV och CalDAV kalendrar. AddCloudWizard - + Add Cloud Wizard Lägg till Molntjänst Guiden - + Edit Account Details Kontoinställningar + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard Enhetsanslutnings-Guiden @@ -382,17 +444,17 @@ AddFinal - + Done Klart - + Confirm configuration and add device Bekräfta konfigurationen och lägg till enheten - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. @@ -401,392 +463,392 @@ - + Name* Namn* - + Port Port - + Profile Profil - + Virtual virtuell - + Power - Cyclops Magneto Pro (Road) Effekt - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) Effekt - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) Effekt - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) Effekt - Elite Arion Mag (2) - + mm mm - + Wheel Size Hjulstorlek - + None Ingen - + Power - Kurt Kinetic Cyclone Effekt - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Effekt - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Effekt - Cyclops Fluid 2 - + Power - BT Advanced Training System Effekt - BT Advanced Training System - + Power - LeMond Revolution Effekt - LeMond Revolution - + Power - 1UP USA Trainer Effekt - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Effekt - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Effekt - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Effekt - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Effekt - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Effekt - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Effekt - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Effekt - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) Effekt - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro Effekt - Saris Powerbeam Pro - + Power - Tacx Satori (2) Effekt - Tacx Satori (2) - + Power - Tacx Satori (4) Effekt - Tacx Satori (4) - + Power - Tacx Satori (6) Effekt - Tacx Satori (6) - + Power - Tacx Satori (8) Effekt - Tacx Satori (8) - + Power - Tacx Satori (10) Effekt - Tacx Satori (10) - + Power - Tacx Flow (0) Effekt - Tacx Flow (0) - + Power - Tacx Flow (2) Effekt - Tacx Flow (2) - + Power - Tacx Flow (4) Effekt - Tacx Flow (4) - + Power - Tacx Flow (6) Effekt - Tacx Flow (6) - + Power - Tacx Flow (8) Effekt - Tacx Flow (8) - + Power - Tacx Blue Twist (1) Effekt - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) Leistung - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) Leistung - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) Leistung - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) Leistung - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) Leistung - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) Leistung - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) Leistung - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) Leistung - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) Leistung - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) Leistung - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) Leistung - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) Leistung - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) Leistung - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) Leistung - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) Leistung - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) Leistung - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) Leistung - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid Power - Elite Qubo Power Fluid - + Power - Blackburn Tech Fluid Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) Leistung - Tacx Sirius (1) - + Power - Tacx Sirius (2) Leistung - Tacx Sirius (2) - + Power - Tacx Sirius (3) Leistung - Tacx Sirius (3) - + Power - Tacx Sirius (4) Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) Power - Tacx Sirius (10) - + Stride Length (cm) steglängd (cm) - + Selected by default Förvalt - + Power Effekt - + Heartrate Hjärtfrekvens - + Speed Fart - + Cadence Kadens @@ -794,58 +856,58 @@ AddFinish - + Done Klart - + Add Cloud Account Lägg till Molnkonto - + URL URL - + Key Nyckel - + Username Användarnamn - - + + Password Lösenord - + Token Bevis - + Folder Mapp - + Athlete ID Idrottar ID - + Sync on start Synkronisera vid start - + Sync on import Synkronisera vid import @@ -853,27 +915,27 @@ AddFirmware - + Select Firmware Välj Firmware - + Select Firmware for Tacx Fortius Välj Firmware till Tacx Fortius - + Browse Bläddra - + Copy to Library Skapa lokal kopia - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -894,22 +956,74 @@ Genom att välja "Skapa lokal kopia" kommer filen att kopieras in i GoldenCheetah installationen, annars används en länk till den angivna filen. - + File: Fil: - + Open File Öppna Fil - + Intel Firmware File (*.hex) Intel Firmware Fil (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + + + + + Copy to Library + Skapa lokal kopia + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + Fil: + + + + Open File + Öppna Fil + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1088,63 +1202,63 @@ AddPair - + Pair Devices Koppla till ANT+ Enheter - + Search for and pair ANT+ devices Sök efter ANT+-enheter och koppla till - + Sensor Sensor - + ANT+ Id ANT+-ID - + Value Värde - + Status Status - - + + none ingen - + Un-Paired Inte tillkopplad - + Unused Oanvänd - + Master Master - + Searching... Skannar... - + Paired Tillkopplad @@ -1152,58 +1266,58 @@ AddPairBTLE - + Pair Devices Paraihop - + Search for and pair Bluetooth 4.0 devices Sök Bluetooth Low Energy (BLE) enheter och paraihop - + Sensor Sensor - + BLE Id BLE Id - + Value Värde - + Status Status - - + + none ingen - + Un-Paired Inte Ihopparad - + Unused Oanvänd - + Searching... Skannar... - + Paired Ihopparad @@ -1211,12 +1325,12 @@ AddSearch - + Scan for connected devices Söker efter kabelanslutna enheter - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. @@ -1225,17 +1339,17 @@ - + Search Sök - + If your device is not found you can select the device port manually by using the selection box below. Om din enhet inte hittats kan portnummer väljas manuellt i flervals väljaren nedan. - + Device found. Click Next to Continue @@ -1246,22 +1360,22 @@ - + %1 Search Sök %1 - + Select COM port Välj COM port - + Search Again Sök Igen - + Device found (%1). Press Next to Continue @@ -1272,7 +1386,7 @@ - + Device found. Press Next to Continue @@ -1283,12 +1397,12 @@ - + Stop Searching Avbryt Sökning - + Search again Sök igen @@ -1296,12 +1410,12 @@ AddService - + Account Type Användarkontotyp - + Select the cloud service type Välj molntjänsttyp @@ -1309,42 +1423,42 @@ AddSettings - + Cloud Service Settings Molntjänstinställningar - + Folder Mapp - + Browse Bläddra - + Sync on startup Synkronisera vid start - + Sync on import Synkronisera vid import - + Service Settings Molntjänstinställningar - + Connection Failed Kontakten bröts - + Choose Athlete Directory Välj Idrottaremapp @@ -1352,12 +1466,12 @@ AddType - + Select Device Välj Enhet - + What kind of device to add Vilken sorts enhet skall anslutas @@ -1392,63 +1506,68 @@ Aerolab - - + + Elevation (m) Höjd (m ö.h.) - + Distance (km) Distans (km) - + V-Elevation virtuell höjd - + Elevation Höjd - + Elevation (') Höjd (fot) - + Distance Distans - + Time (minutes) Tid (min) - + + No ride selected + + + + Estimates out-of-range Beräkningen är orimlig - + At least two segments must be independent Minst två segment behöver vara oberoende av varann - + At least two segments must be defined Minst två segment behöver vara beskrivna - + Altitude and Power data must be present Värden för höjd och effekt behöver vara tillgängliga - + No activity selected Ingen aktivitet är vald @@ -1521,7 +1640,7 @@ &Spara parametrar - + Estimate CdA and Crr Uppskatta CdA och Crr @@ -1529,22 +1648,21 @@ AllPlot - - - + + + Power Effekt - + Heart Rate Hjärtfrekvens - - - - + + + Speed Fart @@ -1555,90 +1673,90 @@ Procent - - - + + + Cadence Kadens - - + + Heartrate Hjärtfrekvens - - - + + + Acceleration Acceleration - - - + + + Power Delta Effekt Δ - - - + + + Cadence Delta Kadens Δ - - - + + + Torque Delta Vridmoment Δ - - - + + + Heartrate Delta Hjärtfrekvens Δ - - + + W'bal W'bal - - - + + + Altitude Höjd - - + + Headwind Motvind - - - + + + Temperature Temperatur - - - + + + Torque Vridmoment - + W' Balance (kJ) W' Balans (kJ) @@ -1655,24 +1773,24 @@ - - - + + + SmO2 SmO2 - - - + + + Slope Lutning - + Hb Hb @@ -1697,234 +1815,239 @@ Tau=%1, CP=%2, W'=%3, %4 Tändstickor >2kJ (%5 kJ) %6 - - - + + + Core Temp Kroppstemperatur - - - - + + + + R-R R-R - - - + + + Alt/Slope Höjd/Lutning - - - + + + Anaerobic TISS Anaerob TISS - - - + + + Aerobic TISS Aerob TISS - - - + + + IsoPower IsoPower - - - + + + Vertical Oscillation Vertikal Rörelse - - - + + + Run Cadence Stegfrekvens - - - + + + GCT Stöttid - - - - + + + + Gear Ratio Utväxling - - - + + + tHb tHb - - - + + + O2Hb O2Hb - - - + + + HHb HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness Vä Pedaljämnhet - - - + + + Right Pedal Smoothness Hö Pedaljämnhet - - - + + + Left Torque Efficiency Vä Rundtrampseffektivitet - - - + + + Right Torque Efficiency Hö Rundtrampseffektivitet - - + + Left/Right Pedal Center Offset Vä/Hö PCO - - + + Left Power Phase Vä Kraftfas - - + + Right Power Phase Hö Kraftfas - - + + Left Peak Power Phase Vä Toppkraftfas - - + + Right Peak Power Phase Hö Toppkraftfas - - + + L/R Balance V/H Balans - - - + + + aPower aPower - + Matches Assumption: Matches are using tremendous amount of energy in short period of time (see Coggan) Tändstickor - + Left Pedal Center Offset Vä PCO - + Right Pedal Center Offset Hö PCO - + Left Balance Vä Balans - + Right Balance Hö Balans - + min/km min/km - + min/mile min/mile - - + + %1 %2 - + min/100m min/100m - + min/100yd min/100yd + + W' + W' + + Match @@ -2223,7 +2346,7 @@ AllPlotWindow - + Smooth Jämna till @@ -2369,58 +2492,62 @@ Stöttid - + + Cadence + + + + SmO2 SmO2 - + Moxy Moxy - + tHb tHb - + O2Hb O2Hb - + HHb HHb - + Heart Rate Hjärtfrekvens - + Data series Data serie - + R-R Rate R-R Tid - + Core Temperature Kroppstemperatur - + Speed Fart - - + Cadence Kadens @@ -2441,13 +2568,13 @@ - + Name Namn - + Formula Formel @@ -2472,143 +2599,143 @@ Kraftfas - + Altitude Höjd - + Temperature Temperatur - + Headwind Motvind - + Torque Vridmoment - + Gear Ratio Utväxling - + Slope Lutning - + No Alt/Slope Ingen Höjd/Lutning - + 0.1km|mi - 1min 0.1km|mi - 1min - + 0.5km|mi - 5min 0.5km|mi - 5min - + 1.0km|mi - 10min 1.0km|mi - 10min - - + + Alt/Slope Höjd/Lutning - + Anaerobic TISS Anaerob TISS - + Metrics Mätvärden - + Aerobic TISS Aerob TISS - + Iso Power Normaliserad Effekt - + Skiba xPower Skiba xPower - + Altitude Power Höjdkorrigerad Effekt (Watt) - + W' balance W' Balans - + Time of day Klockslag - + Intervals Intervall - + Selection #%1 Val #%1 - + Power + shade Visa Effektzoner - + Power - shade Göm Effektzoner - + No Power Göm Effekt - + Shading Effektzoner - + Time Tid - + Distance Distans - + X Axis x-Axel @@ -2616,43 +2743,43 @@ AnalysisSidebar - + Calendar Kalender - + Activities Aktiviteter - - + + Menu Meny - + Intervals Intervall - + Save Changes Spara Ändringar - + Revert to Saved version Återgå till Sparad version - + Delete Activity Radera Aktivitet - + Split Activity Dela upp Aktivitet @@ -2661,124 +2788,139 @@ Lägg til träningspass i Kalender - + Show Column Chooser Kolumnväljare - + Do Not Show In Groups Visa inte i grupper - + Group By Gruppera efter - + Expand All Visa allt - + Collapse All Dölj allt - + Reset to default Återgå till grundinställningarna - + Sort User Intervals Sortera Användar Intervaller - + + Mark as a performance test + + + + Rename route Döp om rutt - + Stop tracking this segment Avbryt följ detta segment - + + Create a performance test + + + + Create a route segment Skapa ett ruttsegment - + No activity selected Ingen aktivitet vald - + Current activity contains no data Aktuell aktivitet är tom - + + Performance Test + + + + Delete Interval Radera Interval - + Unable to delete interval Kan inte radera intervall - - + + Find Intervals... Hitta intervall... - + Zoom out Zooma ut helt - - + + Zoom to interval Zooma in intervall - - + + Edit interval Ändra Intervall - - + + Delete interval Radera intervall - - + + Rename selected intervals Döp om valda intervall - - + + Delete selected intervals Radera valda intervall - + Zoom Out Zooma ut helt - - + + Find Intervals Hitta Intervall @@ -2855,7 +2997,7 @@ AppendXDataPointsCommand - + Append XData Points Lägg till XData mätvärde i slutet @@ -2863,202 +3005,206 @@ Athlete - + Pace Zones File %1 Error Tempozons fil %1 Fel - + Athlete Weight Idrottarvikt - + Time In HR Zone Tid i HF-Zon - + Power Distribution Effektfördelning - + Vo2max Estimation Vo2Max Uppskattning - + KPI Tracker Nyckeltal - + Critical Power Trend Critical Power (CP) Utveckling - + Aerobic Power Aerob Effekt - + Power Variance Effektvariation - + Power Profile Effektprofil - + Anaerobic Power Anaerob Effekt - + Power & Speed Trend Effekt- och Fartutveckling - + Tempo & Threshold Time Tempo- och Tröskel Tid - + Training Mix Träningsmix - + Time & Distance Tid och Distans - + Time In Power Zone Tid i Effektzon - + Zones File %1 Error Zon-fil: %1 Fel - + Reading Zones File %1 Läser Zon-fil: %1 - + HR Zones File %1 Error HF-Zon fili: %1 Fel - + Reading HR Zones File %1 Läser HF-Zon fil: %1 - + Sustained Time In Zone Uthärdad Tid i Zon - + Time in W' Zone Tid i W'-Zon - + BikeScore and Intensity BikeScore och Intensitet - BikeStress and IF - BikeStress och IF + BikeStress och IF - + + BikeStress and BikeIntensity + + + + Stress and Distance Stress och Distans - + Calories vs Duration Kalorier mot Varaktighet - + Stress (TISS) Stress (TISS) - + Aerobic Response Aerob Respons - + Anaerobic Response Anaerob Respons - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (Distans) - + PMC (Duration) PMC (Varaktighet) - + CP History CP Historik - + CP Analysis CP Analys - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones Tid i Tempozon - + Run Pace Löptempo - + Swim Pace Simtempo @@ -3066,49 +3212,49 @@ AthleteBackup - + Abort Backup and Reset Counter Avbryt säkerhetskopiering och nollställ räknare - + Select Backup Directory Välj mapp för säkerhetskopia - - - - - - - - + + + + + + + + Athlete Backup Säkerhetskopiera Idrottare - + No backup directory selected - backup aborted Ingen säkerhetskopieringsmapp vald - Avbryter kopiering - + Any unsaved data will not be included into the backup .zip file. Ej sparade ändringar kommer inte med i säkerhetskopieringens.zip fil. - + Do you want to proceed? Vill du fortsätta? - + Abort Backup Avbryt Säkerhetskopiering - + Backup successfully stored in %1 Säkerhetskopia sparades i @@ -3119,81 +3265,113 @@ Säkerhetskopia sparades i %1 - + No files found for athlete %1 - all athlete sub-directories are empty. Inga filer för motionären %1 hittades - alla idrottar-undermappar är tomma. - + Not enough space available on disk: %1 - no backup .zip file created För lite plats på disken: %1 - ingen säkerhetskopierings .ZIP fil skapad - - + + Directory %1 not available. No backup .zip file created for athlete %2. Mappen %1 kan inte användas.Iingen säkerhetskopierings .ZIP fil skapad %2. - + Backup file %1 cannot be created. Säkerhetskopieringsarkivfilen %1 kan inte skapas. - + Adding files to backup %1 for athlete %2 ... Lägger till filertill säkerhetskopieringsarkivet %1 för idrottaren %2 ... + AthleteBones + + + Athlete Bones + + + + + kg + kg + + + + lbs + lbs + + + + Athlete bones in kg or lbs from body measurements + + + + AthleteConfig - + About Om - Measures - Nyckeltal + Nyckeltal - + Power Zones Effektzoner - + Heartrate Zones Hjärtfrekvenszoner - + Pace Zones Tempozoner - + Model Modell - + + Measurements + + + + + HRV + HRV + + + Zones Zoner - + Accounts Konton - + Auto Import Auto Import - + Backup Säkerhetskopia @@ -3217,8 +3395,12 @@ + Athlete bodyfat in kg or lbs from body measurements + + + Bodyfat in kg or lbs from downloaded Body Measure data - Kroppsfett i kg eller lbm från nerladdade kroppsmätetal + Kroppsfett i kg eller lbm från nerladdade kroppsmätetal Bodyfat in kg or lbs from Withings data @@ -3228,20 +3410,24 @@ AthleteFatP - + Athlete Bodyfat Percent Idrottare Kroppsfett Procent - - + + % % - + + Bodyfat in Percent from body measurements + + + Bodyfat Percent from downloaded Body Measure data - Kroppsfettprocent från nerladdade kroppsmätetal + Kroppsfettprocent från nerladdade kroppsmätetal Bodyfat Percent from Withings data @@ -3251,24 +3437,28 @@ AthleteLean - + Athlete Lean Weight Idrottare Fettfri vikt - + kg kg - + lbs lbs - + + Lean Weight in kg or lbs from body measurements + + + Lean Weight in kg or lbs from downloaded Body Measure data - Fettfri vikt i kr eller lbm från nerladdade kroppsmätetal + Fettfri vikt i kr eller lbm från nerladdade kroppsmätetal Lean Weight in kg or lbs from Withings data @@ -3276,6 +3466,29 @@ + AthleteMuscles + + + Athlete Muscles + + + + + kg + kg + + + + lbs + lbs + + + + Athlete muscles in kg or lbs from body measurements + + + + AthleteWeight @@ -3294,8 +3507,12 @@ + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default + + + Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default - Vikt i kg eller lbm: först från nedladdade kroppsmätetal, sedan från aktivitetsmetadata och sist från Idrottarinställningar där 75kg är default + Vikt i kg eller lbm: först från nedladdade kroppsmätetal, sedan från aktivitetsmetadata och sist från Idrottarinställningar där 75kg är default Weight in kg or lbs: first from Withings data, then from Activity metadata and last from Athlete configuration with 75kg default @@ -3305,52 +3522,52 @@ AutoImportPage - + + + - + - - - + Browse Bläddra - + Add Lägg till - + Delete Radera - + Up Upp - + Down Ner - + Directory Mapp - + Import Rule Import Regel - + Enter directory or press [Browse] to select Ange mapp eller välj [Bläddra] för att välja @@ -3377,18 +3594,18 @@ AvgCadence - + Average Cadence Medelkadens - - + + rpm varv/min - + Average Cadence, computed when Cadence > 0 Medelkadensen beräknas endast på kadensvärden större än noll @@ -3396,18 +3613,18 @@ AvgCoreTemp - + Average Core Temperature Medelkroppstemperatur - - + + C °C - + Average Core Temperature. The core body temperature estimate is based on HR data Medelkroppstemperatur. Medelkroppstemperaturuppskattningen är baserad på hjärtfrekvensdata @@ -3415,18 +3632,18 @@ AvgHeartRate - + Average Heart Rate Medelhjärtfrekvens - - + + bpm slag/min - + Average Heart Rate computed for samples when hr is greater than zero Medelhjärtfrekvensen beräknas på mätvärden större än noll @@ -3434,22 +3651,22 @@ AvgLPCO - + Average Left Pedal Center Offset Vä PCO Medel - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. Platform Center Offset, PCO, är positionen på pedalen där fotens tryck är centrerat i medel. @@ -3457,17 +3674,17 @@ AvgLPP - + Average Left Power Phase Length Vä Kraftfas Medelbåglängd - + ° ° - + It is the left pedal stroke region length where you produce positive power, on average. Den genomsnittliga båglängden då effekt tillförs av cyklisten under tramptaget. @@ -3475,17 +3692,17 @@ AvgLPPB - + Average Left Power Phase Start Vä Kraftfas Medelstartvinkel - + ° ° - + It is the left pedal stroke angle where you start producing positive power, on average. Den genomsnittliga vinkeln där effekt börjar tillföras av cyklisten under tramptaget. @@ -3493,17 +3710,17 @@ AvgLPPE - + Average Left Power Phase End Vä Kraftfas Medelslutvinkel - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. Medelvinkeln där effekt slutar tillföras av cyklisten under tramptaget. @@ -3511,17 +3728,17 @@ AvgLPPP - + Average Left Peak Power Phase Length Vä Toppkraftfas Medelbåglängd - + ° - + It is the left pedal stroke region length where you produce peak power, on average. Den genomsnittliga båglängden för den del av tramptaget då toppeffekt tillförs. @@ -3529,17 +3746,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start Vä Toppkraftfas Genomsnittlig Startvinkel - + ° ° - + It is the left pedal stroke angle where you start producing peak power, on average. Den genomsnittliga startvinkeln mätt i grader där toppeffekt börjar tillföras av cyklisten under tramptaget. @@ -3547,17 +3764,17 @@ AvgLPPPE - + Average Left Peak Power Phase End Vä Toppkraftfas Genomsnittlig Slutvinkel - + ° ° - + It is the left pedal stroke angle where you end producing peak power, on average. Den genomsnittliga slutvinkeln mätt i grader där toppeffekt slutar tillföras av cyklisten under tramptaget. @@ -3565,18 +3782,18 @@ AvgLPS - + Average Left Pedal Smoothness Vä Genomsnittlig Pedaljämnhet - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. Mäter i genomsnitt hur jämnt effekten tillförs pedalen under tramptagen. @@ -3584,18 +3801,18 @@ AvgLTE - + Average Left Torque Effectiveness Vä Medel Rundtrampseffektivitet - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. Effektiviteten i procent av hur stor del av totala vridmomentet som appliceras i positiv riktning på vänster pedal. @@ -3603,18 +3820,18 @@ AvgPower - + Average Power Medeleffekt - - + + watts Watt - + Average Power from all samples with power greater than or equal to zero Genomsnittlig effekt beräknat på alla effekt mätvärden större än lika med noll @@ -3622,22 +3839,22 @@ AvgRPCO - + Average Right Pedal Center Offset Hö PCO Medel - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. Platform Center Offset, PCO, är positionen på pedalen där fotens tryck är centrerat i medel. @@ -3645,17 +3862,17 @@ AvgRPP - + Average Right Power Phase Length Hö Kraftfas Medelbåglängd - + ° ° - + It is the right pedal stroke region length where you produce positive power, on average. Den genomsnittliga båglängden mätt i grader där effekt tillförs av cyklisten under tramptaget. @@ -3663,17 +3880,17 @@ AvgRPPE - + Average Right Power Phase End Hö Kraftfas Medelslutvinkel - + ° ° - + It is the right pedal stroke angle where you end producing positive power, on average. Den genomsnittliga vinkeln där effekt slutar tillföras av cyklisten under tramptaget. @@ -3681,17 +3898,17 @@ AvgRPPP - + Average Right Peak Power Phase Length Hö Toppkraftfas Medelbåglängd - + ° ° - + It is the right pedal stroke region length where you produce peak power, on average. Den genomsnittliga båglängden för den del av tramptaget då toppeffekt tillförs. @@ -3699,17 +3916,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start Hö Toppkraftfas Medelstartvinkel - + ° ° - + It is the right pedal stroke angle where you start producing peak power, on average. Den genomsnittliga vinkeln mätt i grader där toppeffekt börjar tillföras av cyklisten under tramptaget. @@ -3717,17 +3934,17 @@ AvgRPPPE - + Average Right Peak Power Phase End Hö Toppkraftsfas Medelslutvinkel - + ° ° - + It is the right pedal stroke angle where you end producing peak power, on average. Den genomsnittliga vinkeln mätt i grader där toppeffekt slutar tillföras av cyklisten under tramptaget. @@ -3735,18 +3952,18 @@ AvgRPS - + Average Right Pedal Smoothness Hö Genomsnittlig Pedaljämnhet - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. Mäter i genomsnitt hur jämnt effekten tillförs pedalen under tramptagen. @@ -3754,18 +3971,18 @@ AvgRTE - + Average Right Torque Effectiveness Hö Medel Rundtrampseffektivitet - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. Effektiviteten i procent av hur stor del av totala vridmomentet som appliceras i positiv riktning på höger pedal. @@ -3773,17 +3990,17 @@ AvgRTPP - + Average Right Power Phase Start Hö Kraftfas Medelstartvinkel - + ° ° - + It is the right pedal stroke angle where you start producing positive power, on average. Den genomsnittliga startvinkeln där effekt börjar tillföras av cyklisten under tramptaget. @@ -3844,18 +4061,18 @@ AvgSmO2 - + Average SmO2 Genomsnittlig SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Genomsnittlig muskelsyremättnad, hur stor del av hemoglobinet som transporterar syre. @@ -3863,22 +4080,22 @@ AvgSpeed - + Average Speed Medelfart - + kph km/h - + mph mph - + Average Speed in kph or mph, computed from distance over time when speed not zero Medefart i km/h eller mph, beräknat genom sträcka delat med tid då man inte står still @@ -3905,22 +4122,22 @@ AvgTemp - + Average Temp Medeltemperatur - + C °C - + F °F - + Average Temp from activity data Medeltemperatur från aktivitetsdata @@ -3928,18 +4145,18 @@ AvgtHb - + Average tHb Genomsnittligt tHb - - + + g/dL g/dl - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. Genomsnittlig total hemoglobin koncentration. Totala hemglobinvikten i gram per decilliter. @@ -3947,27 +4164,27 @@ BackupPage - + Auto Backup Folder Mapp för säkerhetskopia - + Browse Bläddra - + Auto Backup execution every Spara automatiskt en säkerhetskopia varje - + times the athlete is closed - 0 means never gång som idrottarens konto stängs - 0 tolkas som aldrig - + Choose Backup Directory Välj Mapp för Säkerhetskopia @@ -4473,22 +4690,22 @@ BestsMetricsPage - + Available Metrics Tillgängliga nyckeltal - + Selected Metrics Utvalda Nyckeltal - + Up Upp - + Down Ner @@ -4502,6 +4719,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + Training Stress Score tar hänsyn till aktivitetens intensitet och tidslängd, det beräknas som 100 * tid-i-timmar * IF^2 + + + BingMap Route @@ -4676,11 +4901,64 @@ + BodyMeasures + + + Weight + + + + + Fat Mass + + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + lbs + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import - Välj kroppsmätetalfil att importera + Välj kroppsmätetalfil att importera @@ -4688,6 +4966,11 @@ CSV Filer (*.csv) + + Select body measurements file to import + + + No file selected. Ingen fil vald. @@ -4729,8 +5012,12 @@ + Number of data columns: %1 in line %2 deviates from header columns: %3 + Antalet datakolumner: %1 på rad %3 överensstämmer inte med antalet rubrikkolumner: %3 {1 ?} {2 ?} + + Number of data columns: %1 in line %2 deviates from header columns: %2 - Antalet datakolumner: %1 på rad %2 överensstämmer inte med antalet rubrikkolumner: %3 + Antalet datakolumner: %1 på rad %2 överensstämmer inte med antalet rubrikkolumner: %3 @@ -4776,9 +5063,13 @@ BodyMeasuresDownload - Body Measures download - Kroppsmätetal nerladdning + Kroppsmätetal nerladdning + + + + Body Measurements download + @@ -4812,8 +5103,33 @@ + From date of last downloaded measurement to today + + + + + Discard all existing measurements + + + + + + Body Measurements + + + + + Download completed. + + + + + Downloading of body measurements failed with error: %1 + + + From date of last downloaded measure to today - Från senaste nedladdningens datum tills idag + Från senaste nedladdningens datum tills idag @@ -4821,35 +5137,31 @@ Manuell inmatning: - Discard all existing measures - Radera alla mätetal + Radera alla mätetal - + Download Ladda ner - + Close Stäng - - Body Measures - Kroppsmätetal + Kroppsmätetal - + Invalid date range - please check your input Ogiltig tidsperiod - vänligen kontrollera den - Downloading of body measures failed with error: %1 - Nerladdning av kroppsmätetal misslyckades med felet: %1 + Nerladdning av kroppsmätetal misslyckades med felet: %1 @@ -4874,125 +5186,125 @@ CPPage - - + + Update Uppdatera - - + + + + - - + + - - - - + + Add Lägg till - - + + Delete Radera - + Def ??? Default - - + + From Date Start Datum - - + + Critical Power Critical Power - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax - - - + + + MMM d, yyyy really still used?? dd.MMM yyyy - + Short Short - + Use CP for all metrics Använd CP för alla nyckeltal - + Use FTP for Coggan metrics Använd FTP till Coggan Nyckeltal - + Long ?? Long - + From Watts Nedre effekt gräns - - + + CP must be > 0 CP skall vara > 0 - + Maximum of 10 zones reached. Maximala antalet zoner (10) har nåtts. - - + + New Ny - - + + New (%1) Ny (%1) @@ -5000,399 +5312,429 @@ CPPlot - - + + Interval Length Tid till Utmattning - + Average Power (watts) Medeleffekt (Watt) - - - + + + Percent of Best Procent av personbästa - + Total work Totalt arbete - + + kJ kJ - + Power Effekt - - - - + + + + watts Watt - + Veloclinic Plot Veloclinic Diagram - + + J J - + Cadence Kadens - + rpm varv/min - + Heartrate Hjärtfrekvens - + bpm slag/min - + Watts delta Watt Δ - + watts/s Watt/s - + Cadence delta Kadens Δ - + rpm/s varv/min/s - + Torque delta Vridmoment Δ - + nm/s Nm/s - + Heartrate delta Hjärtfrekvens Δ - + bpm/s slag/min/s - + Acceleration Acceleration - + m/s/s m/s^2 - + Speed Fart - + kph km/h - + Pedal Force Pedalkraft - + nm Nm - + Iso Power Normaliserad Effekt (IsoPower) - + Altitude Power Höjdkorrigerad Effekt - + xPower xPower - + Watts per kilogram Specifik Effekt - - + + w/kg W/kg - + Watts per lb Specifik Effekt - - + + w/lb W/lbm - + Altitude Power per kilogram Höjdkorrigerad Effekt per kilogram - + Altitude Power per lb Höjdkorrigerad Effekt per lbm - + VAM höjdökningshastighet - + m/hour m/timme - + Power (W) Effekt (W) - - - Rank - Rankning + Rankning - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a n/a - - + + CP CP - - - + + %1 w %1 W - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 W/kg - + D' D' - kph %1 mph - km/h %1 mph + km/h %1 mph - + + %1 mph %1 mph - + + +%1 m + + + + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %1 km %1 km - + %1 mi %1 mile - + + + + + %1 %2 %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd yard - + CV CV - + + % + % + + + + %1 kph %1 km/h - FTV - FTV + FTV - + Vmax Vmax - + Bests Personbästan - + ddd MMM d, yyyy hh:mm ddd, dd.MMM yyyy hh:mm - + ddd, dd MMM yyyy ddd, dd.MMM yyyy - - + + Percent of Best / Heat Activities Procent av Personbästa / "Heat" Aktiviteter - - + + Heat Activities Heat Aktiviteter - + Activities Aktiviteter - %1 m %2 yd - + %1 m %2 yard - %1 km %2 mi - + %1 km %2 mile - + %10 % %10 % @@ -5413,98 +5755,98 @@ CVPage - - + + Update Uppdatera - - + + + + - - + + - - - - + + Add Lägg till - - + + Delete Radera - + Def Default - - + + From Date Start Datum - - + + Critical Velocity Critical Velocity - + Metric Pace Tempo metriskt - - - + + + MMM d, yyyy dd.MMM yyyy - + Short Short - + Long Long - + From Början - + CV must be > 0 CV skall vara större än noll - + Maximum of 10 zones reached. Maximalt antal zoner (10) nått. - - + + New Ny - - + + New (%1) Ny (%1) @@ -5512,60 +5854,78 @@ CalDAV - - - + + + Missing Preferences Inga inställningar - - + + CalID or CalDAV Url is missing in preferences CalID eller CalDAV Url saknas i inställningarna - + CalDAV REPORT url error CalDAV REPORT url fel - + CalDAV Calendar API reply error CalDAV Kalender API svar felaktigt - + HTTP HTTP - + SSL error(s) has occurred: %1 SSL fel har inträffat: %1 - + Authorization for Google CalDAV is missing in preferences Autentisering för Google CalDAV saknas i inställningarna - + Authorization Error Autentiseringsfel - + Error requesting access token Fel vid bägäran av "access token" - + CalDAV Calendar url error CalDAV Kalender url fel + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5591,35 +5951,35 @@ Card - + Time In Zone Tid i Zon - - - - + + + + seconds sekunder - + Form Form - + Fitness Kondition - + Fatigue Utmattning - + Risk Risk @@ -5769,163 +6129,173 @@ CloudDBChartListDialog - + First Första - + Next %1 Nästa %1 - + Prev %1 Föregående %1 - + My Charts Mina Diagram - + All Alla - + Curated Only Endast Granskade - + Uncurated Only Endast Ogranskade - + Any Sport Alla Sporter - + Any Language Alla Språk - - + + Search Keyword Sök Nyckelord - + Select charts to download Välj diagram för nerladdning - + unknown okänd - + Trends Trender - + Activities Aktiviteter - + Diary Träingsdagbok - + Train Träna - + All Views Alla Vyer - + Chart requires 'R' Diagram kräver 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. Diagrammet som du laddar ner kräver att 'R' är installerat och aktiverat för att GoldenCheetah skall kunna visa det. Antingen är 'R' inte aktiverat i inställningarna, eller inte installerat.<br><br> Vänligen se till att 'R' är installerat och aktiverat. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance Diagram underhåll - + Do you really want to delete this chart definition ? Vill du verkligen radera denna diagramdefinition? - - + + Delete selected chart Radera valt diagram - - + + Edit selected chart Editera valt diagram Ausgewähltes Diagramm Editieren - - - + + + Close Stäng - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 Visa %1 till %2 av %3 Diagram för %4 / Totalt diagramantal %5 - + Download selected chart(s) Ladda ner valt/valda diagramm - + Set selected chart 'Curated' Markera valt diagramm som 'Granskat' - + Chart maintenance - Edit or Delete your Charts Diagram underhåll - Editiera eller Radera - + Curator chart maintenance - Curate, Edit or Delete Charts Granskare diagramunderhåll - Granska, Editiera eller Radera - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>Senaste Editering vid: %2 - Skapad av: %3</h4>%4 - + Reset Search Återställ Sökning @@ -5933,99 +6303,99 @@ CloudDBChartObjectDialog - + Chart Name Diagramnamn - + <Chart Name> <Diagramnamn> - + Sport Sport - + Language Språk - + Nickname Smeknamn - + E-Mail E-Mail - + Version Details Veirsionsdetaljer - + Creator UUid Skapare UUid - + <Enter the description of the chart here> <Skriv en beskrining av diagrammet> - + Upload Ladda upp - - - - - - + + + + + + Upload Chart Ladda upp Diagram - - + + Please enter a valid chart name with min. 5 characters length. Vänligen skriv in ett giltigt diagramnamn om minst. 5 tecken. - + Please enter a nickname for this athlete. Vänligen skriv in idrottarens smeknamn . - - + + Please enter a valid e-mail address. Vänligen skriv in en korrekt e-mail adress. - + Please enter a sensible chart description. Vänligen skriv in en lättförståelig diagrambeskrivning. - + Cloud Upload Ladda upp i Molnet - + Do you want to upload this chart definition ? Vill du ladda upp denna diagrambeskrivning ? - + Cancel Avbryt @@ -6033,7 +6403,7 @@ CloudDBChartShowPictureDialog - + Close Stäng @@ -6155,84 +6525,124 @@ GoldenCheetah - Kontrollera om det finns ny version - <b><big>New Version(s) of GoldenCheetah are available</big></b> - <b><big>Ny(a) Version(er) av GoldenCheetah finns</big></b> + <b><big>Ny(a) Version(er) av GoldenCheetah finns</big></b> - + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> + + + + Release: %1 Utgåva: %1 - + Release Candidate: %1 Utgåvekandidat: %1 - + Development Release: %1 Utvecklingsrelease: %1 - + + Do not show again + + + + + Show again in %1 days + + + Do not show these versions again - Visa inte dessa igen + Visa inte dessa igen - Show available versions again in %1 days - Visa detta igen om %1 dagar + Visa detta igen om %1 dagar CloudService - + expected compressed activity file. komprimerad aktivitetsfil förväntades. + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + Laddar ner + + + + Checking + + + + + Last 30 days + Senaste 28 dagarna {30 ?} + CloudServiceDialog - - + + Folder Mapp - + Name Namn - + Type Typ - + Modified Modifierad - + Create Folder Skapa Mapp - + Cancel Avbryt - + Open Öppna - + d MMM yyyy d.MMM yyyy @@ -6240,267 +6650,285 @@ CloudServiceSyncDialog - + Synchronise Synkronisera - + + Sync with Synka med - + Unable to connect, check your configuration in preferences. Kan inte koppla upp,kontrollera inställningarna. - - - - - - - + + + + + + + Download Ladda ner - - - - + + + + Upload Ladda upp - - - + + + Synchronize Synkronisera - + From: Början: - + To: Slut: - + Refresh List Uppdatera Lista - + Close Stäng - - - + + + Select all Välj alla - + Workout Name Träningspassnamn - - - + + + Date Datum - - - + + + Time Tid - - + + Exists Finns - - - + + + Status Status - - + + Workout Id Träningspass Id - + File Fil - - + + Duration Tidslängd - - + + Distance Distans - + Keep all do not delete Behåll allt, radera inte - + Keep %1 but delete Local Behåll %1, men radera Lokalt - + Keep Local but delete %1 Behåll Lokalt, men radera %1 - + Source Källa - + Action Händelse - + Initial Initial - + Overwrite existing files Skriv över befintliga filer - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy dd.MMM yyyy - - + + Abort Avbryt - - - + + + %1 of %2 selected %1 av %2 valda - + Processed %1 of %2 Behandlat: %1 av %2 - - + + Downloading Laddar ner - - + + Uploading Laddar upp - - + + Parse failure Bearbetningsfel - + Sync complete Synkronisering klart - + Processed %1 of %2 successfully Behandlat %1 av %2 framgångsrikt - - - + + + File exists Filen finns redan - + Downloaded %1 of %2 Laddat ner %1 av %2 - + Downloads complete Nerladdning klart - + Downloaded %1 of %2 successfully Laddade ner %1 av %2 framgångsrikt - - + + Aborted Avbröt - + Saved Sparat - + Uploaded %1 of %2 Laddat upp %1 av %2 - + Uploads complete Uppladdningar klart - + Uploaded %1 of %2 successfully Laddade upp %1 av %2 framgångsrikt - + Completed. Klart. @@ -6508,27 +6936,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... Laddar upp %1 byte... - + Cancel Avbryt - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed Uppladdning Misslyckades - + Unable to upload, check your configuration in preferences. Kan inte ladda upp, kontrollera inställningarna. - + OK OK @@ -6544,42 +6989,42 @@ ColorsPage - + Color Färg - + Select Välj - + Activity Scrollbar Aktivitetsrullningslist - + Activity Headings Aktivitet Titlar - + Line Width Linjebredd - + Font Typsnitt - + Font Scaling Skala Typsnitt - + Antialias Antialiasing @@ -6596,17 +7041,17 @@ Flat Color (Windows) - + Swatch Swatch - + Name Namn - + Apply Theme Använs färgschema @@ -6631,12 +7076,12 @@ Kalendertext - + Theme Färgschema - + Colors Färger @@ -6644,7 +7089,7 @@ ColumnChooser - + Column Chooser Kolumnväljare @@ -6705,7 +7150,7 @@ ConfigDialog - + General Allmänna @@ -6714,47 +7159,47 @@ Lösenord - + Appearance Utseende - + Data Fields Datafält - + Metrics Mätvärden - + Intervals Intervaller - + Training Trainingspass - + Close Stäng - + Save Spara - + You changed the location of the athlete library Du har ändrat plats för idrottar mappen - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -6767,29 +7212,29 @@ Skall ändringen genomföras och Golden Cheetah startas om? - + No, Keep current Nej, behåll nuvarande inställning - + Yes, Apply and Restart Ja, genomför och starta om - - + + Preferences Inställningar - - + + Options Optioner - + Athlete Idrottare @@ -6945,37 +7390,37 @@ Velo Hero - + + + - + - - - + Edit Ändra - + Add Lägg till - + Delete Radera - + Service Tjänst - + Description Beskrivning @@ -6996,383 +7441,441 @@ CriticalPowerWindow - - - + + + no data inga data - + Percentage of Best Procent av personbästa - + Show Heat Visa "Heat" - + Delta compare Delta jämförelse - + as percentage som procent - + Critical Power Critical Power - + Basic Grundinställningar - + Export Chart Data... Exportera Diagramdata... - + Filter Filter - + Date range Tidsperiod - + Data series Data serier - + Zone Shading Visa Zoner - + Show Sustained Efforts Visa Oavbrutna Ansträngningar - + Activity Mean Max Maxeffekt - + Activity Centile I 10% steg - + No Activity Ingen Aktivitet - + Current Activity Aktuell Aktivitet - + None Ingen - - - + + + Model Modell - + + Show Power Profile + + + + Show grid Visa raster - + + Show Performance Tests + + + + Show Bests Visa personbästa - + + Filter Unique Bests + + + + Show as percentage Procent av personbästa - + Show curve heat Visa "Heat" linje - + Show curve heat by date Visa "Heat" Linjer efter datum - + Shade Intervals Visa Intervall - + + Show time scale linear + + + + 2 parameter 2 Parameter - + 3 parameter 3 Parameter - + Extended CP Extended CP - + Multicomponent Multicomponent - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval Analyserat Intervall - + (seconds) (Sekunder) - + Anaerobic Anaerob - + Aerobic Aerob - + Short anaerobic Kort anaerob - + Long aerobic Lång aerob - + Exponential Exponentiell - + Variant Variant - + Linear feedback Linjär återkoppling - + Regeneration Regeneration - + Value Värde - + Rank Rankning - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a n/a - + CP CP - - - + + 0 w 0 Watt - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index Uthållighets Index - + Motor Unit Model Motor Unit Model - + Power Effekt - + Watts per Kilogram Specifik Effekt (Watt/kg) - + xPower xPower - + Iso Power Normaliserad Effekt - + Heartrate Hjärtfrekvens - + Speed Fart - + Acceleration Acceleration - + Power %1 Effekt %1 - + Cadence %1 Kadens %1 - + Torque %1 Vridmoment %1 - + Heartrate %1 Hjärtfrekvens %1 - + Cadence Kadens - + Torque Vridmoment - + VAM höjdökningshastighet (VAM) - + aPower aPower - + aPower per Kilogram aPower per kilogram - + Work Arbete - + Veloclinic Plot Veloclinic Diagram - + Unknown Okänd - + Save Best Data as CSV Spara Personbästa som CSV fil - + no date inget datum - + MM/dd/yyyy dd.MM. yyyy @@ -7380,47 +7883,47 @@ CustomMetricsPage - + Symbol Symbol - + Name Namn - + Edit Editera - + + + - + - - - + Add Lägg till - + Delete Radera - + Are you sure you want to delete this metric? Är du säker på att du vill radera detta nyckeltal? - + Remove Radera @@ -7428,94 +7931,106 @@ CyclingAnalytics - + Account is not configured. Kontot har inte konfigurerats. - + + You must authorise with Cycling Analytics first + + + + + Title + Titel + + + + + Notes + + + + + Completed. Klart. - + Network Error - Upload failed. Nätverksfel - Uppladdning misslyckades. - + Cycling Analytics Cycling Analytics - + + Sync with the power focused cycling site. + + + Upload to the power focused cycling site. - Ladda upp till den effektinriktade nättjänsten. + Ladda upp till den effektinriktade nättjänsten. CyclingAnalyticsUploader - CyclingAnalytics - Cycling Analytics + Cycling Analytics - no CyclingAnalytics token set. Please authorize in Settings. - Inget Cycling Analytics token satt. Vänligen auktorisera i Inställningarna. + Inget Cycling Analytics token satt. Vänligen auktorisera i Inställningarna. - CyclingAnalytics support isn't enabled in this build - Cycling Analytics stöds inte i denna programversion + Cycling Analytics stöds inte i denna programversion - Error uploading to CyclingAnalytics - Fel vid vid uppladdning till CyclingAnalytics + Fel vid vid uppladdning till CyclingAnalytics - Successfully uploaded to CyclingAnalytics - Lyckad överföring till CyclingAnalytics + Lyckad överföring till CyclingAnalytics - Upload to CyclingAnalytics... - Ladda upp till Cyclinganalytics... + Ladda upp till Cyclinganalytics... - Upload... Sending to CyclingAnalytics - Ladda upp... Skickar Data till CyclingAnalytics + Ladda upp... Skickar Data till CyclingAnalytics - Upload to CyclingAnalytics finished. - Uppladdning till CyclingAnalytics klart. + Uppladdning till CyclingAnalytics klart. - Error from CyclingAnalytics: - Fel från CyclingAnalytics: + Fel från CyclingAnalytics: DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts Watt - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Daniels EqP är den konstanta effekt som skulle ge samma "Daniels Points". @@ -7523,12 +8038,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. "Daniels Points" anpassade till cykling med effekt inställetför tempo under antagandet att VO2max-effekt=1.2*CP, normaliserat för att få 100 points vid 1h at CP effekt. @@ -7536,8 +8051,8 @@ DataFilter - - + + malformed expression. felaktigt uttryck. @@ -7545,87 +8060,95 @@ DateSettingsEdit - + Current selection Nuvarande val - + Current selection thru today Nuvarande val tills idag - + From Början - + to today tills idag - + Between Mellan - + and och - + Last Sista - + days Dagar - + weeks Veckor - + months Månader - + years År - + This Denna - + week Vecka - + month Månad - + year År - + prior innan + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7666,62 +8189,62 @@ DefaultsPage - + + + - + - - - + Add Lägg till - + Delete Radera - + Up Upp - + Down Ner - + Field Fält - + Value Värde - + Linked field Länkat fält - + Default Value Standardvärde - + New Ny - + New (%1) Ny (%1) @@ -7742,7 +8265,7 @@ Rasdera Punkt - + Remove XDATA Points Radera XData punkt @@ -7758,12 +8281,12 @@ DevicePage - + Add Lägg till - + Delete Radera @@ -7776,12 +8299,12 @@ Tillåt flera Enheter i "Tränings" mode - + + + - + - - @@ -7819,12 +8342,31 @@ Kettler - serie enhet - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Tacx Fortius/iMagic trainer med kontrollenhet kopplad med USB. Tacx Firmware behövs. + + Kettler Racer serial device + + + + + Daum Serial Device + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + Tacx Fortius/iMagic trainer med kontrollenhet kopplad med USB. Tacx Firmware behövs. + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. Testenhet endast för utveckllingsarbetee. Om en ERG-fil väljs, kommer den att återuppsoelas. @@ -7850,75 +8392,62 @@ Kalender - Summary - Sammanfattning + Sammanfattning - Day Summary - Sammanfattning för dag + Sammanfattning för dag - Weekly Summary - Sammanfattning för vecka + Sammanfattning för vecka - Monthly Summary - Sammanfattning för månad + Sammanfattning för månad - Totals - Totalsummor + Totalsummor - Averages - Medelvärden + Medelvärden - Maximums - Maximum + Maximum - Metrics - Mätvärden + Mätvärden - ^(Average|Max) - ^(Genomsnitt|Max) + ^(Genomsnitt|Max) - seconds - sekunder + sekunder - Day of - Datum + Datum - - + dddd MMMM d dddd, d.MMMM - + Week Commencing %1 Vecka börjar på %1 - MMMM yyyy - MMMM yyyy + MMMM yyyy @@ -7997,62 +8526,62 @@ , välj sedan Ladda Ner. - + Getting list ... Hämtar lista... - + Get list failed Hämta lista fungerade inte - + The activity %1 could not be converted to GoldenCheetah .JSON file format. Aktiviteten %1 kunde inte konverteras till GoldenCheetah .JSON format. - + Starting Download ... Börjar Ladda Ner... - + Download cancelled Nerladdning avbröts - + File %1 has no valid timestamp, falling back to 'now' Filen %1 har ingen giltig Tidstämpel, så det får bli "nu" - + Activity Already Downloaded Aktivitet Redan Inläst - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? Aktiviteten med start %1 verkar redan ha lästs in. Skall befintliga data skrivas över? - + Failed to rename %1 to %2 Kunde inte döpa om %1 till %2 - + .JSON conversion error: file %1 .JSON konverteringsfel: Fil %1 - + Download completed Nedladdning slutförd - + Cleaned data Rensat data @@ -8080,17 +8609,17 @@ Fel då enhets driver laddades - + Failed to remove existing file %1: %2 Kunde inte radera fil %1: %2 - + failed to rename %1 to %2 Kunde inte döpaom %1 till %2 - + Failed to rename %1 to %2: %3 Kunde inte döpa om %1 till %2: %3 @@ -8109,35 +8638,35 @@ välj sedan "Sök igen"för ett nytt försök. - + Cancel clicked by user. Avbryt valt av anvädare. - - + + Download failed Nedladdningen gick fel - + &Overwrite Skriv &Över - + &Skip &Hoppa över - + skipped file %1 Överhoppad fil %1 - - - + + + Error Fel @@ -8145,38 +8674,44 @@ Dropbox - Network Problem reading Dropbox data - Nätverksproblem vid läsning av Dropbox data + Nätverksproblem vid läsning av Dropbox data - invalid root path. - felaktig root path. + felaktig root path. - root is not a directory. - root är inte en mapp. + root är inte en mapp. - problem parsing Dropbox data - problem vid behandling av Dropbox data + problem vid behandling av Dropbox data - + + Problem accessing Dropbox data + + + + You must authorise with Dropbox first Du måste först auktorisera med Dropbox - - + + Parsing Error: %1 + + + + + Completed. Klart. - + Network Error - Upload failed. Nätverksfel - Uppladdningen misslyckades. @@ -8185,12 +8720,12 @@ Dropbox Cloud Storage - + Dropbox Dropbox - + Sync activities via your cloud storage. Synkronisera aktiviteter via din molntjänst. @@ -8198,12 +8733,12 @@ EOA - + Effect of Altitude Höjdpåverkan - + Relationship between altitude adjusted power and recorded power Samband mellan höjdkorrigerad effekt och uppmätt effekt @@ -8245,17 +8780,22 @@ EditIntervalDialog - + Edit Interval Justera Intervall - + + Performance Test + + + + &OK &OK - + &Cancel &Avbryt @@ -8263,121 +8803,140 @@ EditMetricDetailDialog - + Name Namn - + Axis Label / Units Axeletikett och Enheter - + Curve Settings Kurvinställningar - + Estimate %1 %2 Power Skattning %1 %2 Effekt - + Endurance Index Uthållighetsindex - + Vo2Max Estimate Vo2Max Skattning - + Metric Nyckeltal - + Best Personbästa - + Estimate Uppskattning - Stress - Stress + Stress + + + + PMC + PMC - + Formula Formel - - + + Measure + + + + + Performance + Prestation + + + + Banister + + + + + seconds sekunder - - + + minutes minuter - - + + hours timmar - - + + Peak Topp - + Absolute Absolut - + Per Kilogram Per Kilogram - + Total Totalumma - + Running Total Totalsumma Löpning - + Average Genomsnitt - + Low Lägsta - + Aggregate: Aggregat: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8391,220 +8950,290 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) Kortsiktig Stress (STS/ATL) - + Long Term Stress (LTS/CTL) Långsiktig Stress (LTS/CTL) - + Stress Balance (SB/TSB) Stress Balans (SB/TSB) - + Stress Ramp Rate (RR) Stress Ökningstakt (RR) - + Stress Type Stresstyp - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field Metadatafält - + PMC metric PMC Nyckeltal - + + Measure Group + + + + + Measure Field + + + + Filter Filter - + Style Stil - + Bar Stapel - + Line Linje - + Sticks ??? Candlestick - + Dots Punkt - + Stack Stapla - + Symbol Symbol - + None Inga - + Circle Cirkel - + Square Kvadrat - + Diamond Diamant - + Triangle Triangel - + Cross Kors - + Hexagon Hexagon - + Star Stjärna - + Color Färg - + Fill curve Fyll kurva - + Data labels ??? Dataetiketter - + Highlight Highest Framhäv Högsta - + Highlight Lowest Framhäv Lägsta - + Highlight Outliers Framhäv Outliers - + Baseline ??? Baslinje - + Smooth Curve Jämna ut kurva - + No trend Line Ingen Trendlinje - + Linear Trend Linjär - + Quadratic Trend Kvadratisk - + Moving Average Glidande Genomsnitt - + Simple Average Medelvärde - + &OK &OK - + &Cancel &Avbryt - + Peak %1 Topp %1 - + second sekund - + minute minut - + hour timme - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color Välj färg på Storheter @@ -8651,72 +9280,72 @@ EditPhaseDialog - + Edit Date Range Editera Tidsperiod - + Name Namn - + Type Typ - + From Början - + To Slut - + Starting LTS Initial LTS - + Lowest SB Minsta SB - + Phase Fas - + Prep Prep - + Base Bas - + Build Uppbyggnad - + Camp Trainingsläger - + &OK &OK - + &Cancel &Avbryt @@ -8724,62 +9353,62 @@ EditSeasonDialog - + Edit Date Range Editera Tidsperiod - + Name Namn - + Type Typ - + From Början - + To Slut - + Starting LTS Initial (LTS) - + Lowest SB Minsta SB - + Season Säsong - + Cycle Period - + Adhoc Adhoc - + &OK &OK - + &Cancel &Avbryt @@ -8787,27 +9416,37 @@ EditSeasonEventDialog - + Edit Event Editera Tävling - + Name Namn - + Date Datum - + + Priority + + + + + Description + + + + &OK &OK - + &Cancel &Avbryt @@ -9034,13 +9673,13 @@ ElevationGain - + Elevation Gain Höjdökning - + meters meter @@ -9051,7 +9690,7 @@ - + feet fot @@ -9061,7 +9700,7 @@ Höjdökning vid låg hastihet och ingen tillförd effekt eller kadens - + Elevation Gain in meters of feets Höjdökning i meter eller fot @@ -9069,22 +9708,22 @@ ElevationLoss - + Elevation Loss Höjdminskning - + meters meter - + feet fot - + Elevation Loss in meters of feets Höjdminskning i meter eller fot @@ -9443,107 +10082,107 @@ FieldsPage - + Delete Radera - + Up Upp - + Down Ner - + + + - + Text Text - + Textbox Textbox - + ShortText Korttext - + Integer Integer - + Double Double - + Date Datum - + Time Tid - + Checkbox Kryssruta - + - - - + Add Lägg till - + Screen Tab Flik - + Field Fält - + Type Typ - + Values Värden - + Diary Träningsdagbok - + New Ny - + New (%1) Ny (%1) @@ -9783,7 +10422,7 @@ FilterHrvOutliers - + Filter R-R Outliers Filtrera R-R Outliers @@ -9791,33 +10430,47 @@ FilterHrvOutliersConfig - + R-R maximum (msec) R-R maximum (ms) - + R-R minimum (msec) R-R minimum (ms) - + Filter range Filter område - + Filter window size (#) Filter fönsterstorlek (#) - + + Set Rest Hrv + + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". + - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. + - "Filter range" of the average within a window (flag 0) + - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval - Filter R-R outliers (se "R-R flag" i HRV Xdata). Icke outliers markeras med "1". + Filter R-R outliers (se "R-R flag" i HRV Xdata). Icke outliers markeras med "1". - "R-R min och maximum" exkluderar samples utanför (markeras "-1"). Även exkluderad då område filtreras. - "Filter område" medelvärde med fönster (markeras "0") - "Filter fönsterstorlek" avstånd på var sida av nuvarande intervall @@ -9914,6 +10567,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -9966,7 +10635,7 @@ FixDerivePower - + Estimate Power Values Uppskatta Effektvärden @@ -9974,27 +10643,58 @@ FixDerivePowerConfig - + Bike Weight (kg) Cykelvikt (kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + Ta Rygg (faktor). + + + Wind (kph) Vindhastighet (km/h) - + + , heading + , vindriktning + + + + Derive estimated power data based on speed/elevation/weight etc + +Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc + +CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + +wind speed shall be indicated in kph +wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) +Note: if the ride file already contain wind data + it will be overridden if wind is entered manually + + + , direction - , vindrikning + , vindrikning - Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc @@ -10004,7 +10704,7 @@ wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data it will be overridden if wind is entered manually - Beräkna effektvärden baserat på fart, höjd, vikt mm. + Beräkna effektvärden baserat på fart, höjd, vikt mm. Summan av parametrarna cykelvikt och idrottarevikt ger totalvikten,ta med vikten av allt kläder, skor, väskor, osv. @@ -10034,15 +10734,25 @@ FixElevation - + Fix Elevation errors Korrigera höjd fel + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10216,7 +10926,7 @@ FixPower - + Adjust Power Values Korrigera Effektvärden @@ -10224,21 +10934,45 @@ FixPowerConfig - Power Adjustment - Effektförändring + Effektförändring + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - Korrigering av effektvärden gör det möjligt att förändra värdena med en parameter angiven i procent: + Korrigering av effektvärden gör det möjligt att förändra värdena med en parameter angiven i procent: Effektförändring - hur många procent som skall läggas till (positiv förändring) eller från (negativ förändring). @@ -10315,16 +11049,50 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - Ibland kommer Sm2O2 (%) värden att vara felaktiga (0% eller > 100%). + Ibland kommer Sm2O2 (%) värden att vara felaktiga (0% eller > 100%). Denna funktion identifierar outliers/fel i SmO2 datat och byter ut dem mot uppskattningar utifrån värdena före och efter felet + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -10361,9 +11129,8 @@ Korrigera Effektspikar - Fix SmO2 Anomaly - Korrigera SmO2 Fel + Korrigera SmO2 Fel @@ -10429,17 +11196,17 @@ FolderNameDialog - + Folder Name Mappnamn - + Cancel Avbryt - + Create Skapa @@ -10458,12 +11225,12 @@ - + seconds sekunder - + You entered '%1' which is not an expected value. %1 är inte ett förväntat värde. @@ -10979,51 +11746,40 @@ GarminUploader - Garmin Connect - Garmin Connect + Garmin Connect - Error uploading to Garmin Connect - Fel vid uppladdning till Garmin Connect + Fel vid uppladdning till Garmin Connect - Successfully uploaded to Garmin Connect - Uppladdning till Garmin Connect lyckades + Uppladdning till Garmin Connect lyckades - - Login to Garmin Connect... - Inloggning till Garmin Connect... + Inloggning till Garmin Connect... - - Login to Garmin Connect finished. - Inloggning till Garmin Connect klar. + Inloggning till Garmin Connect klar. - Upload to Garmin Connect... - Uppladdning till Garmin Connect... + Uppladdning till Garmin Connect... - Upload... Sending to Garmin Connect - Laddar upp... Skickar till Garmin Connect + Laddar upp... Skickar till Garmin Connect - Upload to Garmin Connect finished. - Uppladdning till Garmin Connect klart. + Uppladdning till Garmin Connect klart. - Error from Garmin Connect: - Fel från Garmin Connect: + Fel från Garmin Connect: @@ -11116,42 +11872,46 @@ GcCrashDialog - + %1 Crash Recovery %1 Crash Återställning - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>GoldenCheetah verkar tidigare ha crashat för denna idrottare. </b><br><br>Rapporten nedan innehåller diagnostisk information som är användbar för programutvecklare. Vänligen publicera rapporten tillsammans med en kort beskrivning av vad som gjordes i samband med crashen på <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah Forum</href><br><b><br>Personlig integritet: Denna rapport innehåller inte IDs, lösenord eller personlig information.</b><br><b><br>Efter att denna dialog stängts kommer idrottaren i GoldenCheetah att öppnas.</b> - + Save Crash Report... Spara Crashrapport... - + Close Stäng - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> + + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> - + Save Diagnostics Spara Diagnostik - + Text File (*.txt) Textfil (*.txt) @@ -11159,42 +11919,42 @@ GcMiniCalendar - + Mon Mån - + Tue Tis - + Wed Ons - + Thu Tors - + Fri Fre - + Sat Lör - + Sun Sön - + MMMM yyyy MMMM yyyy @@ -11252,9 +12012,8 @@ Anaerob TISS - BikeStress - BikeStress + BikeStress @@ -11297,6 +12056,11 @@ %1 konfigurationsfiler flyttades till undermapp: %2 - %3 gick inte + + TSS + + + Start copying of: Calendar files... Börjar kopiera: Kalender filer... @@ -11491,17 +12255,17 @@ GcWindowDialog - + Chart Setup Diagraminställningar - + Cancel Avbryt - + OK OK @@ -11580,64 +12344,72 @@ Hjärtfrekvens mot Effekt + + Python Chart + + + + Python Chart + + + + 2d Plot 2D-Diagram - 3d Plot - 3D-Diagram + 3D-Diagram - + Aerolab Chung Analysis Chungs Aerolab Analys - + Calendar Kalender - + Navigator Navigator - + Summary Sammanfattning - + Telemetry Telemetri - + Workout Träningspass - + Realtime Realtid - + Pedal Stroke ??? Tramptag - + Web page Hemsida - Map Karta @@ -11652,17 +12424,16 @@ R Diagram - StreetView - StreetView + StreetView - + Video Player Video Spelare - + Workout Editor Träningspass Editor @@ -11670,174 +12441,206 @@ GeneralPage - + Language Språk (Language) - + English engelska (English) - + French franska (French) - + Japanese japanska (Japanese) - + Portugese (Brazil) portugisiska (Brasilien) - + Italian intalienska (Italian) - + German tyska (German) - + Russian ryska (Russian) - + Czech tjeckiska (Czech) - + Spanish spanska (Spanish) - + Portugese portugisiska (Portugese) - + Chinese (Simplified) kinesiska (förenklad) [Chinese simplified] - + Chinese (Traditional) kinesiska (traditionell) [Chinese trad.] - + Dutch Holländska [Dutch] - + Swedish Svenska [Swedish] - + Unit Enheter - + Metric Metrisk - + Imperial Brittisk - + Smart Recording Threshold (secs) Smart Inspelning tröskel (s) - + Elevation hysteresis (meters) Hysteres för höjd (m ö.h.) - + W' bal formula W'bal formel - + Enable R Aktivera R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library Idrottare Mapp - + Workout and VideoSync Library Träningspass och VideoSync Biblliotek - + R Installation Directory R Installationsmapp - + + Python Home + + + + R Installation (R_HOME) R Installation (R_HOME) - + Use Garmin Smart Recording Använd Garmin Smart Recording - + Differential Differential - + Integral Integral - + Enable API Web Services Aktivera Web Services API - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library Välj Idrottarebibliotek - - - + + + + Browse Bläddra - + Warn for unsaved activities on exit Varna om det finns icke sparade aktiviteter vid programavslut - + Select Workout Library Välj träningspass bibliotek @@ -11951,23 +12754,23 @@ GoogleDrive - + You must authorise with GoogleDrive first Sie müssen zuerst GoogleDrive authorisieren - + No such directory, try setting a new location in options. Verzeichnis nicht vorhanden, versuchen Sie in den Optionen eine neues Verzeichnis einzustellen. - - + + Completed. Klart. - + Upload failed Upload fehlgeschlagen @@ -11976,12 +12779,12 @@ Google Drive Cloud Speicher - + Google Drive Google Drive - + Sync your data via your cloud storage. Synka dina data med din molntjänst. @@ -12004,12 +12807,12 @@ Gradient - + Gradient Lutning - + Elevation Gain to Total Distance percent ratio Relationen Höjdökning till Totaldistans i procent @@ -12067,186 +12870,186 @@ GroupByModel - - - - - + + + + + Zero or not present Noll eller finns inte - + Low Stress låg - + Medium Stress mellan - + High Stress hög - + Very High Stress mycket hög - + Active Recovery aktiv återhämtning - + Endurance Uthållighet - + Tempo Tempo - + Threshold Tröskel - + VO2Max VO2Max - + Anaerobic Capacity Anaerob Kapacitet - + Maximal Maximal - + Isopower Isopower - + Steady Stadig - + Variable variabel - + Highly Variable mycket variabel - + Less than an hour Mindre än en timme - + Less than 90 minutes Mindre än 90 minuter - + Less than 3 hours Mindre än tre timmar - + Less than 5 hours Mindre än fem timmar - + More than 5 hours Mer än fem timmar - + Short Kort - + Medium Medium - + Long Lång - + Very Long Mycket lång - + Undefined Odefinierat - + Best 10 10 Bästa - + Quartile 1: 0% - 25% 1:a kvartil (0-25%) - + Quartile 2: 25% - 50% 2:a kvartil (25-50%) - + Quartile 3: 50% - 75% 3:e kvartil (50-75%) - + Quartile 4: 75% - 100% 4:e kvartil (75-100%) - + Date Datum - + This week Denna vecka - + This month Denna månad - + Last month Senaste månaden - + yyyy-MM (MMMM) yyyy-MM (MMMM) @@ -12279,18 +13082,18 @@ HeartBeats - + Heartbeats Hjärtslag - - + + beats slag - + Total Heartbeats Totalsumma Hjärtslag @@ -12415,9 +13218,8 @@ Aktiviteters molndelnings-relaterade funktioner - Downloading of Body Measures (e.g. weight) from multiple sources - Nerladdning av kroppsmätetal (tex vikt) från flera källor + Nerladdning av kroppsmätetal (tex vikt) från flera källor @@ -12516,300 +13318,310 @@ + Fix SmO2/tHb outliers + + + + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings Möjlighet att visa/dölja vyer (tex sidopaneler) och även lägga till diagram samt återställa diagram till ursprungsutseendet - + Help options of GoldenCheetah Hjälp möjligheter i Golden Cheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates Helt konfigurerbar diagramtyp för att följa prestationer och mätetalstrender, användardefinierade bästa tidslängder och modelluppskattningar - + Date range, data grouping settings which apply to a single chart Tidsperiod, dataomfångsinställningar för ett enskilt diagram - + Curves which are plotted for the specific chart - based on presets or individually added and modified here Uppritade kurvor för detta diagram - baserat på förinställningar eller individuellt valda - + Individual curve configuration Inställningar av individuella kurvor - + User defined formulas Användardefinierade formler - + Tree map visulation of activity data by two selectable dimensions for a configurable metric Trädkartevisualisering av aktivitetsdata med valbara axlar och mätetal - - + + Distribution of activity data samples or metrics according time spent in a certain segment Fördelning av aktivitetsdata värden eller mätetal baserat på sammanlagd tid i varje delintervall - + Detailed information of a single activity - the metrics shown here are configurable Detaljerad information för varje aktivitet - visade mätetal är konfigurerbara - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies Editor för aktivitetens data - möjliggör identifiering av konstigheter, samt ändring och reparation av värden - + Plot of all activity data series in various ways Rita alla aktivitetsdataserier på många olika sätt - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file Val av ytterligare kurvor att visa i diagrammet - visas endast om det finns värden i aktivitetsfilen - + Analysis of heartrate vs. power along the activity data Analys av hjärtfrekvens mot effekt under aktiviteten - + Map of activity Karta med aktivitetens färdväg - + Configurable 2D scatter plot of the current activity Konfigurerbart 2D spridningsdiagram för aktuell aktivitet - + Configurable 3D plot of the current activity Konfigurerbart 3D spridningsdiagram för aktuell aktivitet - + Predefined and configurable set of data ranges for selection of activities to be analysed Förinställda och konfigurerbara tidsperioder för att välja vilka aktiviteter som skall analyseras - + Powerful filter and search engine to determine the activities which are considered in diagram Kraftfull sök och filtrerings funktion för att välja vilka aktiviteter som skall analyseras för diagram - + Configurable list of activities Konfigurerbar aktivitetslista - + Entry field for sophisticated Searching and Filtering of activities Inmatningsfält för avancerad Sök och Filtrering av aktiviteter - + Adding intervals to an activity using simple query methods Lägg till intervaller till en aktivitet genom enkla sökmetoder - + Automatic Interval Detection Automatisk Intervallidentifiering - + Definition of coloring rules for activities Inställning av aktiviteters färgscheman - - + + Critical Mean Maximal Power Curve Critical Mean Maximal Power Kurva - + + Downloading of Body Measurements (e.g. weight) from multiple sources + + + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments Förinställda kurvor vilka kan tillämpas som diagraminställning eller som utgångspunkt för ytterligare inställningar - - + + Basic configuration like date range, what series to use and how to plot Grundläggande inställningar såsom tidsperiod, vilka dataserier och hur de skall ritas - - + + Configuration of the CP Model to be used to plot the curve Inställningar av CP Modellen som kommer att användas vid kurvritning - + Definition which date range is used for this particular chart Inställningar för detta diagrams tidsperiod - - - + + + Calendar Kalender - + Configurable activity log - with build in search capabilities Inställbar aktivitetsdagbok - med sökfunktion - + Selection how the power data series is shown in the plot and general settings on the diagram structure Val av hur effektdata visas och andra inställningar för diagrammet - + Quadrant analysis of pedal velocity vs. effective pedal force Kvadrantanalys av tramphastighet mot effektiv tampkraft - + Chung's Aerolab analysis Chungs Aerolab analys - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable Översikt/sammanfattning av vald tidsperiod - värden visade i 'Personbästa' kan konfigureras - + Chart specific filter/search and date range settings Diagramspecifika sök/filtrering och tidsperiods inställningar - + Definition of points in time 'Events' which are marked explicitely on time related diagrams Definition av tidpunkter 'Händelser' vilka markeras i tidsdiagram - - + + Simple summary view Enkel sammanfattningsvy - + Alternative access to the charts created for the main view Alternativ åtkomst till diagram skapade för huvudvyn - + Display the available and add new intervals using simple query methods Visa de tillgängliga och lägg till nya intervall med hjälp av enkla sökmetoder - + General Generella - + Athlete Idrottare - + Training Zone definition for power Träningszoner för effekt - + Training Zone definition for heartrate Träningszoner för hjärtfrekvens - + Training Zone definition for Swim and Run Träningszoner för Simning och Löpning - + Autoimport Automatisk Import - + Passwords Lösenord - + Appearance Utseende - + Data Fields Datafält - + Definition of default value(s) for data fields Inställning av datafältens utgångsvärden - + Definition of processing default parameters for the fix, adjust,... tools Inställning av behandlingsutgångsvärden för reparation, justering,... verktyg - + Metrics Mätvärden - + Metrics shown in 'Bests' Mätvärden visade i 'Personbästa' - + Metrics shown in 'Summary' Mätvärden visade i 'Sammanfattning' - + Metrics shown in 'Intervals' Mätvärden visade i 'Intervall' - + Training Träning - + Remote Controls Fjärrkontroller - + Train Devices Enheter för Träning @@ -12830,12 +13642,12 @@ HistogramWindow - + Bin width Delintervallsbredd - + Log Y Log Y @@ -12850,18 +13662,18 @@ Mätvärden - + Show Visa - + With zeros Med nollor - + Shade zones Färglägg Zoner @@ -12872,7 +13684,7 @@ - + Show in zones Visa i zoner @@ -12897,32 +13709,32 @@ Dataserie - + Total (x-axis) Total (x-axel) - + Distribution (y-axis) Distribution (y-axel) - + Color Färg - + Absolute Time Absolut tid) - + Percentage Time Procentuell tid) - + Use polarised zones Använd polariserade zoner @@ -12935,218 +13747,218 @@ Titel - + Unable to process chart file Kunde inte bearbeta diagramfil - + Bad chart type (%1). Ogiltig diagramtyp (%1). - + Are you sure you want to remove the chart? Skall verkligen diagrammet raderas? - + Remove Radera - + Problem Saving Chart Bar Layout Problem då Stapeldiagramslayouten skulle Sparas - + File: %1 cannot be opened for 'Writing'. Please check file properties. Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera filegenskaper. - + Ride Log Lista med Aktiviteter - + Aerobic Power Aerob Effekt - + Anaerobic Power Anaerob Effekt - + Cadence Kadens - + Calendar Kalender - + CP CP - + Details Detaljer - + Distance Distans - + Edit Editera - + Elapsed Time Förlupen tid - + Heartrate Hjärtfrekvens - + Lap Etapp - + Map Karta - + Performance Prestation - + PMC PMC - + Power Effekt - + QA QA - + Ride Aktivitet - + Speed Fart - + Summary Sammanfattning - + Target Power Måleffekt - + Time and Distance Tid och Distans - + Time In Zone Tid i Zon - + W' In Zone W' i Zon - + Sustained In Zone Oavbrutet i Zon - + Training Mix Träningsmix - + Navigator Navigator - + W/kg W/kg - + Workout Träningspass - + Stress Stress - + Scatter Spridning - - + + HrPw HfEffekt - + Activity Log Aktivitetslogg - + Tracker Nyckeltal - + CP History CP Historik - + Library Katalog - + CV CV @@ -13154,12 +13966,12 @@ HrNp - + HrNp Ratio HrNP Förhållande - + Iso Power to Average Heart Rate ratio in watts/bpm Förhållandet mellan normalisierad effekt mot medelhjärtfrekvens i Watt:(slag/min) @@ -13167,12 +13979,12 @@ HrPw - + HrPw Ratio HrPw Förhållande - + Power to Heart Rate Ratio in watts/bpm Förhållandet mellan Effekt mot medelhjärtfrekvens i Watt:slag/min @@ -13227,64 +14039,77 @@ HrSchemePage - + Add Lägg till - + Delete Radera - + + + - + - - - + Short Kort - + Long Lång - + Percent of LT Procent avr iLT - + Trimp k TRIMP k - + Maximum of 10 zones reached. Maximalt antal zoner (10) nått. - - + + New Ny - - + + New (%1) Ny (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13417,27 +14242,27 @@ HrZonePage - + Sport Sport - + Bike Cykla - + Run Löpa - + Lactate Threshold Laktattröskel (LT)l - + Default Utgångsvärde @@ -13669,119 +14494,428 @@ Uthållighet - - Tempo - Tempo + + Tempo + Tempo + + + + Threshold + Tröskel + + + + VO2Max + VO2Max + + + + can't open %1 file + Kan inte öppna %1 fil + + + + HR Zone defaults must be specified at head of %1 file + HF Zonens utgångsvärden måste anges i filhuvudet på %1 filen + + + + Only one set of zone defaults may be specified in %1 file + Bara en uppsättning av zonutgångsvärden får anges i %1 filen + + + + attempt to set zone based on % of LT without setting LT in line number %1. + + försök att bestämma zonerbaserat på % av LT,utan något värde på LT på rad %1. + + + + + Setting end date of range %1 to start date of range %2. + + Använder slutdatum av tidsperioden %1 som startdatum på tidsperioden %2. + + + + + Extending final range %1 to infinite to include present date. + + Expanderar sista uppsättningens tidsslut %1 till oändligheten för att få med dagens datum. + + + + + LT must be greater than zero in zone range %1 of %2 + LT måste vara större än noll i uppsättningen %1 av %2 + + + + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). + + Uppsättning %1: från toppen av zon %2 (%3) till botten av zon %4 (%5). + + + + + Range %1: setting top of zone %2 from %3 to MAX. + + Uppsättning %1: från toppen av zon %2 från%3 till Max. + + + + + Threshold (bpm): %1 + Tröskel (slag/min): %1 + + + + <td align="center">Low (bpm)</td> + <td align="center">Lägsta (slag/min)</td> + + + + <td align="center">High (bpm)</td> + <td align="center">Högsta (slag/min)</td> + + + + <td align="center">%</td> + <td align="center">%</td> + + + + Problem Saving Heartrate Zones + Problem HF Zoner sparades + + + + File: %1 cannot be opened for 'Writing'. Please check file properties. + Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera fil rättigheterna. + + + + <td align="center">Zone</td> + <td align="center">Zon</td> + + + + <td align="center">Description</td> + <td align="center">Beskrivning</td> + + + + <td align="center">Time</td> + <td align="center">Tid i Zon</td> + + + + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + + + + + msec + ms + + + + % + % + + + + msec^2 + + + + + Rec.Points + + + + + Hrv + + + + + HrvMeasuresCsvImport + + + Select HRV measurements file to import + + + + + CSV Files (*.csv) + CSV Filer (*.csv) + + + + No file selected. + Ingen fil vald. + + + + Selected file %1 cannot be opened for reading. + Vald fil %1 kan inte öppnas för läsning. + + + + Column header contains duplicate identifier + Kolumnrubrik upprepas + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + + + + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + + Invalid 'rMSSD' - in line %1 + + + + + Invalid 'HR' - in line %1 + + + + + Invalid 'AVNN' - in line %1 + + + + + Invalid 'SDNN' - in line %1 + + + + + Invalid 'pNN50' - in line %1 + + + + + Invalid 'LF' - in line %1 + + + + + Invalid 'HF' - in line %1 + + + + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + + + HrvMeasuresDownload + + + HRV Measurements download + + + + + Choose the download or import source + Väl källa för nerladdning eller import + + + + Import CSV file + Impoertera CSV fil + + + + Choose date range for download + Välj tidsperiod för nerladdningen + + + + From date of first recorded activity to today + Från första aktivitets datum tills idag + + + + From date of last downloaded measurement to today + - - Threshold - Tröskel + + Enter manually: + Manuell inmatning: - - VO2Max - VO2Max + + Discard all existing measurements + - - can't open %1 file - Kan inte öppna %1 fil + + Download + Ladda ner - - HR Zone defaults must be specified at head of %1 file - HF Zonens utgångsvärden måste anges i filhuvudet på %1 filen + + Close + - - Only one set of zone defaults may be specified in %1 file - Bara en uppsättning av zonutgångsvärden får anges i %1 filen + + Body Measurements + - - attempt to set zone based on % of LT without setting LT in line number %1. - - försök att bestämma zonerbaserat på % av LT,utan något värde på LT på rad %1. - + + Invalid date range - please check your input + Ogiltig tidsperiod - vänligen kontrollera den - - Setting end date of range %1 to start date of range %2. - - Använder slutdatum av tidsperioden %1 som startdatum på tidsperioden %2. - + + Download completed. + - - Extending final range %1 to infinite to include present date. - - Expanderar sista uppsättningens tidsslut %1 till oändligheten för att få med dagens datum. - + + HRV Measurements + - - LT must be greater than zero in zone range %1 of %2 - LT måste vara större än noll i uppsättningen %1 av %2 + + Downloading of HRV measurements failed with error: %1 + + + + HrvPage - - Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - - Uppsättning %1: från toppen av zon %2 (%3) till botten av zon %4 (%5). - + + Time dependent HRV measurements + - - Range %1: setting top of zone %2 from %3 to MAX. - - Uppsättning %1: från toppen av zon %2 från%3 till Max. - + + From Date - Time + - - Threshold (bpm): %1 - Tröskel (slag/min): %1 + + Comment + Kommentar - - <td align="center">Low (bpm)</td> - <td align="center">Lägsta (slag/min)</td> + + + Update + Uppdatera - - <td align="center">High (bpm)</td> - <td align="center">Högsta (slag/min)</td> + + + + + - - <td align="center">%</td> - <td align="center">%</td> + + - + - - - Problem Saving Heartrate Zones - Problem HF Zoner sparades + + Add + Lägg till - - File: %1 cannot be opened for 'Writing'. Please check file properties. - Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera fil rättigheterna. + + Delete + - - <td align="center">Zone</td> - <td align="center">Zon</td> + + Source + Källa - - <td align="center">Description</td> - <td align="center">Beskrivning</td> + + Original Source + Ursprunglig Källa - - <td align="center">Time</td> - <td align="center">Tid i Zon</td> + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + Manuell inmatning @@ -14373,52 +15507,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts Importera Diagram - + Cancel Avbryt - + Import Importera - - - - - - - + + + + + + + Diary Dagbok - - - - - - + + + + + + Trends Trender - - + + Activities Aktiviteter - - + + Train Träna @@ -14532,7 +15674,7 @@ InsertXDataPointCommand - + Insert XData Point Infoga XData Punkt @@ -14548,22 +15690,22 @@ IntervalMetricsPage - + Available Metrics Vorhandene Metriken - + Selected Metrics Ausgewählte Metriken - + Up Upp - + Down Ner @@ -14600,12 +15742,20 @@ IntervalsPage - + Enable interval auto-discovery Använd automatisk identifiering av intervall + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + Normaliserad Effekt (IsoPower) är en beräknad konstant effektnivå som idrottaren skulle kunna ha arbetat vid (istället för den faktiska varierande) för att uppnå samma fysiologiska utmattning. + + + JouleDevice @@ -14645,8 +15795,12 @@ + Version + + + Version - Version + Version @@ -14752,6 +15906,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + Verzeichnis nicht vorhanden, versuchen Sie in den Optionen eine neues Verzeichnis einzustellen. + + + + + Completed. + Klart. + + + + Upload failed + Upload fehlgeschlagen + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + Ladda upp + + + + + Upload Failed + Uppladdning Misslyckades + + + + + Unable to upload, check your configuration in preferences. + Kan inte ladda upp, kontrollera inställningarna. + + + + Done + Klart + + + KettlerController @@ -14762,68 +16010,68 @@ KeywordsPage - + Field Fält - + Use for Background Använd som bakgrund - + Add Lägg till - + Up Upp - + Down Ner - + Keyword Nyckelord - + Color Färg - + Related Notes Words Förknippade antecknings ord - - + + New Ny - + New (%1) Ny (%1) - + + + - + - - - + Delete Radera @@ -15042,142 +16290,143 @@ LTMPlot - - - + + + Date Datum - - + + Time of Day Klockslag - - - - + + + + %1 trend %1 trend - + %1 average %1 medelvärde - + %1 Top %2 Outliers %1 Största %2 Outliers - + %1 Outlier %1 outlier - + %1 Best %1 Bästa - + Best %1 Bästa %1 - + watts Watt - - + + Best Bästa - + Day Dag - + Week Vecka - + Month Månad - + Year År - - + + All Alla - - + + %1 %2 trend %1 %2 trend - + %1 %2 Outliers %1 %2 outliers - + %1 %2 Best %1 %2 Bästa - + Today Idag - + minutes minuter - - - - - - - - - + + + + + + + + + seconds sekunder - - - - + + + + + Ramp Ramp - + hours timmar - + Week Commencing %1 Veckor börjar med %1 @@ -15284,272 +16533,271 @@ LTMSidebar - - + + Date Ranges Tidsperiod - - - + + + Events Tävlingar - - - - - - + + + + + + Add season Lägg till säsong - - + + Edit season Editera säsong - - + + Delete season Radera säsong - - + + Edit details Editera detaljer - - - - + + + + Menu Meny - + Charts Diagram - - + + Filters Filter - + Autofilter Autofilter - Summary - Sammanfattning + Sammanfattning - - + + Edit phase Editera fas - - + + Delete phase Radera fas - - - - - - + + + + + + + Add Event Lägg till tävling - - - - - - + + + + + + Add Phase Lägg till fas - - + + Delete event Radera tävling - - + + Add event Lägg till tävling - + Workout Code|Sport Träningspass Code|Sport - - - + + + (blank) (tom) - + Manage Filters Hantera Filter - + Delete Filter%1 Radera Filter %1 - + Edit Season Editera säsong - + You can only edit user defined seasons. Please select a season you have created for editing. Det går bara att editera användarskapade säsonger. Vänligen välj en säsong ni själva har skapat. - + Delete Season Radera Säsong - + You can only delete user defined seasons. Please select a season you have created for deletion. Det går bara att radera användarskapade säsonger. Vänligen välj en säsong ni själva har skapat. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. Det går bara att lägga till tävlingar till användarskapade säsonger. Vänligen välj en säsong ni har skapat innan en tävling läggs till. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. Det går bara att lägga till faser till användarskapade säsonger. Vänligen välj en säsong ni har skapat innan en fas läggs till. - Totals - Totalsummor + Totalsummor - Averages - Medelvärden + Medelvärden - Maximums - Maximum + Maximum - Metrics - Mätvärden + Mätvärden - ^(Average|Max) Since Metrics use the "Average" sign in DE, added here. - ^(Medeltal|Max) + ^(Medeltal|Max) - seconds - sekunder + sekunder - + Add Chart Lägg till Diagram - + Edit Chart Editera Diagram - + Delete Chart Radera Diagram - + Delete Selected Charts Radera valda Diagram - + Export Chart Exportera Diagram - + Export Selected Charts Exportera Valda Diagram - + Import Charts Impoertera Diagram - + Reset to default Återställ till utgångsvärden(default) - + Export Charts Exportera Diagram - - + + Chart File (*.xml) Diagram Fil (*.xml) - + Entry Error Inmatningsfel - + Selected file (%1) does not exist Vald fil (%1) finns inte - + You are about to reset the chart sidebar to the default setup Du är på väg att återställa diagrammets sidpanel till utgångsläget - + Do you want to continue? Vill du fortsätta? @@ -15557,7 +16805,7 @@ LTMTool - + Metric Metrisk @@ -15622,420 +16870,440 @@ Visa Tävlingar - + + Show Banister Helper + + + + Stack Zoom Stabeldiagramzoom - + Charts Diagram - + Up Upp - + Down Ner - + Skiba Long Term Stress Skiba Långtids Stress (LTS) - - - - - - - - - - - - - + + + + + + + + + + + + + Stress Stress - + Skiba Short Term Stress Skiba Korttids Stress (STS) - + Skiba Stress Balance Skiba Stress Balans - - - - - - - - - - + + + + + + + + + + Stress Balance Stress Balans - + Skiba STS Ramp Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp Ramp - + Skiba LTS Ramp Skiba LTS Ramp - + Aerobic TISS Long Term Stress Aerob TISS Långtidsstress (LTS) - + Aerobic TISS Short Term Stress Aerob TISS Korttidsstress (STS) - + Aerobic TISS Stress Balance Aerob TISS Stress Balans (SB) - + Aerobic TISS STS Ramp Aerob TISS STS Ramp - + Aerobic TISS LTS Ramp Aerob TISS LTS Ramp - + Anaerobic TISS Long Term Stress Anaerob TISS Långtidsstress (LTS) - + Anaerobic TISS Short Term Stress Anaerob TISS Korttidsstress (STS) - + Anaerobic TISS Stress Balance Anerob TISS Stress Balans (SB) - + Anaerobic TISS STS Ramp Anerob TISS STS Ramp - + Anaerobic TISS LTS Ramp Anaerob TISS LTS Ramp - + Daniels Long Term Stress Daniels Långtidsdtress (LTS) - + Daniels Short Term Stress Daniels Korttidsstress (STS) - + Daniels Stress Balance Daniels Stress Balans - + Daniels STS Ramp Daniels STS Ramp - + Daniels LTS Ramp Daniels LTS Ramp - + Work (Kj) Long Term Stress Arbete (kJ) Långtidsstress (LTS) - - - - - - + + + + + + Stress (Kj) STress (kJ) - + Work (Kj) Short Term Stress Arbete (kJ) Korttidsstress ( STS) - + Work (Kj) Stress Balance Arbete (kJ) Stress Balans - + Work (Kj) STS Ramp Arbete (kJ) STS Ramp - + Work (Kj) LTS Ramp Arbete (kJ) LTS Ramp - + W' Work (Kj) Long Term Stress W' Arbete (kJ) Långtidsstress (LTS) - + W' Work (Kj) Short Term Stress W' Arbete (kJ) Korttidsstress (STS) - + W' Work (Kj) Stress Balance W' Arbete (kJ) Stress Balans (SB) - + W' Work (Kj) STS Ramp W' Arbete (kJ) STS Ramp - + W' Work (Kj) LTS Ramp W' Arbete (kJ) LTS Ramp - + Below CP Work (Kj) Long Term Stress Sub-CP-Arbete (kJ) Långtidsstress (LTS) - + Below CP Work (Kj) Short Term Stress Sub-CP-Arbete (kJ) Korttidsstress (STS) - + Below CP Work (Kj) Stress Balance Sub-CP-Arbete CP (kJ) Stress Balans (SB) - + Below CP Work (Kj) STS Ramp Sub-CP-Arbete CP (kJ) STS Ramp - + Below CP Work (Kj) LTS Ramp Sub-CP-Arbete (kJ) LTS Ramp - + Distance (km|mi) Long Term Stress Distans (km|mi) LTS - - + + Stress (km|mi) Stress (km|mi) - + Distance (km|mi) Short Term Stress Distans (km|mi) STS - + Distance (km|mi) Stress Balance Distans (km|mi) Stress Balans - + Distance (km|mi) STS Ramp Distans (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp Distans (km|mi) LTS Ramp - + Coggan Chronic Training Load Coggan Kronisk Träningsbelastning - + Coggan Acute Training Load Coggan Akut Träningsbelastning - + Coggan Training Stress Balance Coggan Träning Stress Balans - + Coggan STS Ramp Coggan STS Ramp - + Coggan LTS Ramp Coggan LTS Ramp - + Coggan Expected Chronic Training Load Coggan Förväntad Kronisk-Träningsbelastning - + Coggan Expected Acute Training Load Coggan Förväntad Akut-Träningsbelastning - + Coggan Expected Training Stress Balance Coggan Förväntad Träningsstressbalans - + TRIMP Long Term Stress TRIMP Långtidsbelastning (LTS) - + TRIMP Short Term Stress TRIMP Korttidsbelastning (STS) - + TRIMP Stress Balance TRIMP Stress Balans - + TRIMP STS Ramp TRIMP STS Ramp - + TRIMP LTS Ramp TRIMP LTS Ramp - + Edit Editera - + Use sidebar chart settings Använd diagraminställningar på sidopanel - + Basic Grundläggande - + Preset Förinställningar - + TriScore Long Term Stress TriScore Långtidsbelastning (LTS) - + TriScore Short Term Stress TriScore Korttidsbelastning (STS) - + TriScore Stress Balance TriScore Stress Balans - + TriScore STS Ramp TriScore STS Anstieg - + TriScore LTS Ramp TriScore LTS Ramp - + Estimate Uppskattning - + Formula Formel - + + Measure + + + + + Performance + Prestation + + + + Banister + + + + Chart %1 Diagram %1 @@ -16050,32 +17318,32 @@ Visa Stapel - + Add Current Lägg till aktuell - + Apply Tillämpa - + Curves Kurvor - + Type Typ - + Details Detaljer - + Peak Topp @@ -16083,125 +17351,156 @@ LTMWindow - + Days Dagar - + Weeks Veckor - + Months Månader - + Years År - - + + All Alla - + Data Table Diagramdata - + Stacked Stapel - + Export Chart Data... Exportera Diagramdata... - + + Banister Model + + + + + Impulse Metric + + + + + Peak + Topp + + + + Positive decay + + + + + + days + Dagar + + + + Negative decay + + + + grouped by grupperat efter - + day dag - + week vecka - + month månad - + year år - + time of day klockslag - - + + seconds sekunder - - + + Date Datum - + Coggan Acute Training Load Coggan Akut-Träningsbelastning - + Coggan Chronic Training Load Coggan Kronisk-Träningsbelastning - + Coggan Training Stress Balance Coggan Träning Stress Balans - + hours timmar - + Export Chart Config Exportera Diagraminställningar - + Save Chart Data as CSV Spara Diagramdata som CSV - + Group by Gruppera efter - + Time Of Day Klockslag @@ -16209,106 +17508,106 @@ LTPage - - + + Update Uppdatera - - + + + + - - + + - - - - + + Add Lägg till - - + + Delete Radera - + Def Default - - + + From Date Start Datum - - + + Lactate Threshold which one of all? Laktattröskel - - + + Rest HR Vilopuls - - + + Max HR Maxpuls - - - + + + MMM d, yyyy dd.MMM yyyy - + Short Zon - + Long Lång - + From BPM Startpuls - + Trimp k TRIMP K - + Maximum of 10 zones reached. Maximalt antal zoner (10) uppnått. - - + + New Ny - - + + New (%1) Ny (%1) @@ -16369,160 +17668,164 @@ Leaf - + %1 is unknown %1 är obekant - + Array subscript needs a symbol name. Array subscript behöver ett symbolnamn. - + Index must be numeric. Index skall vara numersk. - + invalid data series for best(): %1 ogiltigt dataserie för "best()": %1 - + invalid data series for tiz(): %1 ogiltigt dataserie för "tiz()": %1 - + invalid literal for daterange(): %1 ogiltig konstant för "daterange()": %1 - + invalid literal for config(): %1 ogiltig konstant för "config()": %1 - + invalid literal for const(): %1 ogiltig konstant för "const()": %1 - + which function has at least 2 parameters. funktionen har minst 2 parametrar. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. XDATA behöver 3 parametrar. - + XDATA expects a string for first two parameters XDATA förväntar sig en sträng för de två första parametrarna - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. XDATA förväntar sig en symbol - en av 'sparse', 'repeat', 'interpolate' eller 'resample' - som tredje parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) XDATA förväntar sig en av 'sparse', 'repeat', 'interpolate' eller 'resample' - som tredje parameter. (%1) - + XDATA_UNITS needs 2 parameters. XDATA_UNITS behöver 2 parametrar. - + XDATA_UNITS expects a string for first two parameters XDATA_UNITS förväntar sig en sträng för de första två parametrarna - + isset/set/unset function first parameter is field/metric to set. "isset"/"set"/"unset" funktionen - första parametern skall vara field/metric. - + %1 is not supported in isset/set/unset operations %1 stöds inte för operationerna "isset"/"set"/"unset" - + isset has one parameter, a symbol to check. "isset" har en parameter - "the symbol to check". - + set function needs 3 paramaters; symbol, value and expression. "set" funktionen behöver 3 parametrar - "symbol", "value" och "expression". - + unset function needs 2 paramaters; symbol and expression. "unset" funktionen behöver 2 parametrar - "symbol" och "expression". - + estimate function expects model name as first parameter. "estimate" funktionen förväntar "model name" som första parameter. - + estimate function expects model name as first parameter "estimate" funktion förväntar sig "model name" som första parameter - + estimate function expects parameter or duration as second parameter "estimate" funktion förväntar sig "parameter" eller "duration" som andra parameter - + function '%1' expects %2 parameter(s) not %3 funktionen '%1' förväntar %2 parametrar, inte %3 - + unknown function %1 okänd funktion %1 - + unary negation on a string! "unary negation" operation på en sträng går inte! - - + + variables must be numeric. variabler skall vara numeriska. - + assignment must be to a symbol. tilldelning sker till en "symbol". - + comparing strings with numbers jämförelse mellan sträng och tal går ej - + using a string operations with a number strängoperator på tal går inte - internal parser error: parms - Internt parser fel: parametrar + Internt parser fel: parametrar @@ -16573,8 +17876,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1 finns redan i Träningspass biblioteket: %2 vorhanden + %1 finns redan i Träningspass biblioteket: %2 vorhanden @@ -16671,7 +17978,7 @@ LocalFileStore - + You must define a network folder first Du måste definiera en nätverksmapp först @@ -16686,14 +17993,14 @@ Mappen %1 finns inte - - + + Completed. Klart. - - + + Write to folder %1 failed Skrivning i mappen %1 gick fel @@ -16702,12 +18009,12 @@ Lokal Lagring - + Local Store Lokal Lagring - + Sync with a local folder or thumbdrive. Synkronisera med lokal mapp eller USB-minne. @@ -16866,8 +18173,8 @@ MainWindow - - + + Ctrl+N Ctrl+N @@ -16889,17 +18196,17 @@ Nerla&ddning från Enhet... - + Diary Dagbok - + Train Träna - + Add Chart Lägg till Diagram @@ -16909,7 +18216,7 @@ Sidopanel av/på - + Delete Activity Radera Aktivitet @@ -16978,7 +18285,7 @@ Kombinera aktiviteter... - + VDOT and T-Pace Calculator... VDOT och T-Pace kalkylator... @@ -16987,56 +18294,56 @@ Laddaupp Aktivitet till kalender - + Export Metrics as CSV... Exportera storheter som .CSV... - + Chart Import Diagram Import - + Failed to export activity, please check permissions Mislyckades exportera aktivitet, vänligen kontrollera rättigheter - + No Activity To Save Ingen Aktivitet Att Spara - + There is no currently selected activity to save. Ingen vald aktivitet att spara. - - + - + + Split Activity Dela upp Aktivitet - - + + No activity selected Ingen aktivitet vald - + Current activity contains no data to split Nuvarande aktivitet innehåller inget data att dela upp - + Current activity contains no data to merge Nuvarande aktivitet innehåller inget data att foga samman - + Are you sure you want to delete the activity: Är du säker på att du vill radera aktiviteten: @@ -17054,7 +18361,7 @@ Ctrl+L - + Air Density (Rho) Estimator... Luftdensitets (Rho) Estimator... @@ -17082,48 +18389,48 @@ Crtl+A - + Cloud Status... Cloud Status... - + Cloud Contributions Cloud Medverkande - + Cloud Curator Cloud Föreståndare - + You are about to reset all charts to the default setup Du är på väg att återställa alla diagram till ursprungsläget - + Do you want to continue? Vill du återställa? - + Select Activity Välj Aktivitet - - + + No activity selected! Ingen aktivitet vald! - + Export Activity Exportera Aktivitet - + Export Failed Export Misslyckades @@ -17225,98 +18532,97 @@ Synkronisera TrainingsPeaks... - + CP and W' Estimator... CP och W' Estimator... - + CP and W' Solver... CP och W' Ekvationslösare ... - Get &Body Measures... - Hämta &Kroppsmätetal... + Hämta &Kroppsmätetal... - + Download workouts from Today's Plan... Ladda ner träningspass från Today's Plan... - + Import workouts, videos, videoSyncs... Importera Träningspass, Videor, VideoSyncs... - + Scan disk for workouts, videos, videoSyncs... Sök igenom diskar efter Träningspass, Videor, VideoSyncs... - + Create Heat Map... Skapa Färgkarta... - + Maintain charts Underhåll diagram - + Curate charts Förvalta diagram - + &Edit &Editera - + Activities Aktiviteter - + Tabbed not Tiled Flikar inte Panel - + &Help Overview &Hjälp Översikt - + &Discussion and Support Forum &Diskussions- och Supportforum - - - + + + Activity Import Aktivitet Import - - - + + + Closing of athlete window not possible while background activity import is in progress... Går inte att stänga idrottarens fönster då en aktivitet fortfarande importerars (i bakgrunden)... - - + + &New Athlete... &Ny Idrottare... - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -17325,12 +18631,12 @@ Vänligen kontrollera inställningarna. - + CloudDB CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team Nuvarande idrottare är inte registrerad som granskare - vänligen kontakta GoldenCheetah teamet @@ -17345,145 +18651,175 @@ Crtl+M - + &Tools &Verktyg - + &Options... &Inställningar... - + &View &Utseende - - + + Toggle Full Screen Fullskärm på/av - + Show Left Sidebar Visa vänster sidopanel - - Show Toolbar - Visa Verktygslist + + Show Toolbar + Visa Verktygslist + + + + Tabbed View + Flik Vy + + + + Save all modified activities + Spara alla ändrade aktiviteter + + + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + - - Tabbed View - Flik Vy + + Check For New Activities + - - Save all modified activities - Spara alla ändrade aktiviteter + + Ctrl-C + - + Create a new workout... Skapa nytt träningspass... - + Download workouts from ErgDB... Ladda ner träningspass från ErgDB... - + Show Compare Pane Visa jämförelsepanel - + Show Athlete Tabs Visa Idrottareflikar - + Trends Trender - + Upload Chart... Ladda upp Diagram... - + Download Chart... Ladda ner Diagram... - + Reset Layout Återställ Utseende - + &Help &Hjälp - + &User Guide &Bruksanvisning - + &Log a bug or feature request Skicka in fe&lrapport eller önskemål om funktioner - + &About GoldenCheetah &Om GoldenCheetah - + Imported %1 metric charts Importerade %1 Storhetsdiagram - - + + Import from File Importera från Fil - + Refresh in Progress Uppdatering Pågår - + Export Metrics Exportera Storheter - + Comma Separated Variables (*.csv) Comma Separated Values (*.csv) - - + + Workout Directory Invalid Träningspassmappen Ogiltig - + Delete Radera - + Changes on Ändringar på @@ -17662,8 +18998,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 Val #%1 @@ -17684,18 +19024,18 @@ MaxCT - + Max Core Temperature Max Kroppstemperatur - - + + C °C - + Maximum Core Temperature. The core body temperature estimate is based on HR data Maximum Kroppstemperatur. Kroppstemperaturen beräknas från HR data @@ -17703,18 +19043,18 @@ MaxCadence - + Max Cadence Max Kadens - - + + rpm varv/min - + Maximum Cadence Maximum Kadens @@ -17722,18 +19062,18 @@ MaxHr - + Max Heartrate Max Hjärtfrekvens - - + + bpm slag/min - + Maximum Heart Rate. Maximum Hjärtfrekvens. @@ -17760,18 +19100,18 @@ MaxPower - + Max Power Maxeffekt - - + + watts Watt - + Maximum Power Maximum Effekt @@ -17779,12 +19119,12 @@ MaxPowerVariance - + Max Power Variance Max Effektvariation - + Maximum Power Deviation with respect to 30sec Moving Average Maximum Effektvariation relativt 30s glidande medeltal @@ -17811,18 +19151,18 @@ MaxSmO2 - + Max SmO2 Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Maximum Muskelsyremättnad, del av hemoglobinet som bär oxygen. @@ -17830,22 +19170,22 @@ MaxSpeed - + Max Speed Maxfart - + kph km/h - + mph mph - + Maximum Speed Maximum Fart @@ -17853,22 +19193,22 @@ MaxTemp - + Max Temp Max Temp - + C °C - + F °F - + Maximum Temperature Maximum Temperatur @@ -17895,18 +19235,18 @@ MaxtHb - + Max tHb Max tHb - - + + g/dL g/dl - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Maximum total hemoglobinkoncentration. Totala antalet gram hemoglobin per deciliter vävnad. @@ -17914,17 +19254,45 @@ MeanPowerVariance - + Average Power Variance Medel Effektvarians - + Mean Power Deviation with respect to 30sec Moving Average genomsnittlig effektvariation i jämförelse med 30s glidande medeltal + Measure + + + Manual entry + Manuell inmatning + + + + Withings + Withings + + + + Today's Plan + Today's Plan + + + + CSV Upload + CSV uppladdning + + + + Unknown + + + + MergeActivityWizard @@ -17935,22 +19303,26 @@ MergeAdjust - + Adjust Alignment Justera Infasning - Adjust merge alignment in time - Justera delarnas ihopfasning i tid + Justera delarnas ihopfasning i tid - + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + + + + Adjust: Justera: - + Reset Återställ @@ -17958,32 +19330,32 @@ MergeChoose - + Choose an Activity Välj Aktivitet - + Choose an Existing activity to Combine Välj en tillgänglig aktivitet att kombinera - + Filename Filnamn - + Date Datum - + Time Tid - + dd MMM yyyy dd.MMM yyyy @@ -17991,17 +19363,17 @@ MergeConfirm - + Confirm Bekräfta - + Complete and Save Gör klart och Spara - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18017,17 +19389,17 @@ MergeDownload - + Download Activity Ladda ner Aktivitet - + Download Activity to Combine Ladda ner en Aktivitet för att Kombinera - + Error - Unknown file type Fel: Okänd Filtyp @@ -18035,32 +19407,32 @@ MergeMode - + Select Mode Välj Mode - + How would you like to combine the data ? Hur skall aktiviteternas data kombineras? - + Merge Data to add another data series Kombinera data serierna - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. Kombinera valda data serier från en ytterligare aktivitetsupptagning(fil) med den nuvarande aktivitetens data serier tex när upptagning skett med flera upptagningsenheter eller vid problem med fil format. Se till att passa ihop serierna korrekt i tid. - + Join Data to form a longer activity Förläng aktiviteten med mer data - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. Nuvarande aktiviteten förlängs med mer data. Kan tex användas då aktiviteten sparades i flera på varandra följande filer. @@ -18068,75 +19440,91 @@ MergeSelect - + Merge Data Series Kombinera Data Serier - + Select the series to merge together Välj vilka serier som skall finnas med + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source Väl Källa - + Where is the data you want to combine ? Varifrån skall nya data hämtas? - + Import from a File Läs in en Fil - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. Läser in en fil från filsystemet för att kombinera med aktiviteten. - + Download from Device Ladda ner från Enhet - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. Laddar ner data via serieporten så som en Moxy Muskel Oxygen Monitor eller cykeldator för att kombineras med nuvarande aktivitet. - + Existing Activity Redan inläst Aktivitet - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. Kombinera data från en tidigare inläst aktivitet. Aktiviteten väljs från listan. - + All Supported Formats (%1) Alla Stödda Format (%1) - + All files (*.*) Alla Filer (*.*) - + Import from File Importera en Fil - + Error - Unknown file type Fel: Okänd filtyp @@ -18144,52 +19532,52 @@ MergeStrategy - + Select Strategy Välj Strategi - + How should we align the data ? Hur skall data fasas ihop? - + Align using start time Fasa ihop genom att använda tids information - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. Tidsinformationen i de två aktiviteterna används för att synkronisera deras data strömmar. För att detta skall fungera måste alla använda upptagningsenheters klockor synkroniseras (visa samma tid). - + Align using shared data series Fasa ihop genom alalys av gemensamma data serier - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. Om det finns data serier i båda aktiviteterna som har samma ursprung, tex kadens eller hjärtfrekvens, då kan man identifera rätt fas genom att passa ihop toppar och dalar mellan dem. - + Align starting together Fasa ihop Starten - + Regardless of the timestamp on the activity, align with both activities starting at the same time. Klockslagen i aktiviteterna ignoreras, starten på aktivitererna antas vara samtidigt. - + Align ending together Fasa ihop Sluten - + Regardless of the timestamp on the activity, align with both activities ending at the same time. Klockslagen i aktiviteterna ignoreras, sluten på aktivitererna antas vara samtidigt. @@ -18197,17 +19585,17 @@ MergeWelcome - + Combine Activities Kombinera Aktiviteter - + Lets get started Då kör vi - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18219,22 +19607,22 @@ MetadataPage - + Fields Fält - + Notes Keywords Nyckelord - + Defaults Ursprungsvärden - + Processing Räknar @@ -18242,22 +19630,22 @@ MetricConfig - + Custom Användarstyrt - + Bests Bästa - + Summary Sammanfattning - + Intervals Intervall @@ -18265,18 +19653,18 @@ MinHr - + Min Heartrate Min Hjärtfrekvens - - + + bpm slag/min - + Minimum Heart Rate. Minimum Hjärtfrekvens. @@ -18284,18 +19672,18 @@ MinSmO2 - + Min SmO2 Min SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. Minimum muskelsyremättnad, procent av hemoglobinet som bär på oxygen. @@ -18303,22 +19691,22 @@ MinTemp - + Min Temp Min Temp - + C °C - + F °F - + Minimum Temperature Minimum Temperatur @@ -18345,18 +19733,18 @@ MintHb - + Min tHb Min tHb - - + + g/dL g/dl - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. Minimum total hemoglobin koncentration. Totalt antal gram hemoglobin per deciliter vävnad. @@ -18364,476 +19752,382 @@ ModelDataProvider - Power (watts) - Effekt (Watt) + Effekt (Watt) - Cadence (rpm) - Kadens (varv/min) + Kadens (varv/min) - Heartrate (bpm) - Hjärtfrekvens (1/min) + Hjärtfrekvens (1/min) - Speed (kph) - Fart (km/h) + Fart (km/h) - Speed (mph) - Fart (mph) + Fart (mph) - Altitude (meters) - Höjd (m ö.h.) + Höjd (m ö.h.) - Altitude (feet) - Höjd (fot) + Höjd (fot) - Torque (N) Wrong unit english - Vridmoment (Nm) + Vridmoment (Nm) - Elapsed Time (secs) - Förlöpt Tid (sek) + Förlöpt Tid (sek) - Elapsed Distance (km) - Tillryggalagd Distans (km) + Tillryggalagd Distans (km) - Elapsed Distance (mi) - Tillryggalagd Distanz (mi) + Tillryggalagd Distanz (mi) - Interval Number - Intervallnummer + Intervallnummer - Latitude (degree x 1000) weird unit - Latitud (tusendels grader) + Latitud (tusendels grader) - Longitude (degree x 1000) weird unit - Longitud (tusendels grader) + Longitud (tusendels grader) - Circumferential Pedal Velocity (cm/s) - Pedalhastighet (cm/sek) + Pedalhastighet (cm/sek) - Average Effective Pedal Force (N) - Medel Effektiv Pedalkraft (N) + Medel Effektiv Pedalkraft (N) - Time at X/Y (%) - Tid vid x/y (%) + Tid vid x/y (%) - Power Zone - Effektzon + Effektzon - L/R Balance - Vä/Hö Balans + Vä/Hö Balans - Running Vertical Oscillation - Löpning Vertikal Rörelse + Löpning Vertikal Rörelse - Running Ground Contact Time - Löpning Stöttid + Löpning Stöttid - Running Cadence - Stegfrekvens + Stegfrekvens - Gear Ratio - Utväxling + Utväxling - Muscle Oxygen - Muskelsyresättning + Muskelsyresättning - Haemoglobin Mass - Hemoglobin Massa + Hemoglobin Massa - Slope (gradient) - Lutning + Lutning - Unknown - Okänd + Okänd - Power - Effekt + Effekt - Cadence - Kadens + Kadens - Heartrate - Hjärtfrekvens + Hjärtfrekvens - Speed - Fart + Fart - Altitude - Höjd + Höjd - Pedal Force - Pedalkraft + Pedalkraft - Time - Tid + Tid - Distance - Distans + Distans - Interval - Intervall + Intervall - Latitude - Latitud + Latitud - Longitude - Longitud + Longitud - Time at X/Y - Tid vid x/y + Tid vid x/y - Zone - Zon + Zon - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - Balans + Balans - RV - RV + RV - GCT - GCT + GCT - Run Cad - Stegfrekvens + Stegfrekvens - Gear - Växel + Växel - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - Lutning + Lutning - None - Ingen + Ingen - No data or bin size too large - Inget data eller delintervall för stort + Inget data eller delintervall för stort ModelWindow - Power - Effekt + Effekt - Cadence - Kadens + Kadens - Heartrate - Hjärtfrekvens + Hjärtfrekvens - Speed - Fart + Fart - Altitude - Höjd + Höjd - Torque - Vridmoment + Vridmoment - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - Tid + Tid - Distance - Distans + Distans - Slope - Lutning + Lutning - Latitude - Latitud + Latitud - Longitude - Longitud + Longitud - L/R Balance - Vä/Hö Balans + Vä/Hö Balans - Running Vertical Oscillation - Löpning Vertikal Rörelse + Löpning Vertikal Rörelse - Running Cadence - Stegfrekvens + Stegfrekvens - Running GCT - Löpning GCT + Löpning GCT - Gear Ratio - Utväxling + Utväxling - Muscle Oxygen - Muskelsyresättning + Muskelsyresättning - Haemoglobin Mass - Hemoglobin Massa + Hemoglobin Massa - Analyse - Analysera + Analysera - X-Axis: - x-axel: + x-axel: - Y-Axis: - y-axel: + y-axel: - Z-Axis: - z-axel: + z-axel: - Color: - Färg: + Färg: - Bin Width: - Delintervallbredd: + Delintervallbredd: - User Defined - Användarinställd + Användarinställd - Natural Cadence Selection - Naturligt Kadens Val + Naturligt Kadens Val - Route Visualisation - Rutt Visualisering + Rutt Visualisering - Power Fatigue - Effekt Utmattning + Effekt Utmattning - Impact of Altitude - Höjdpåverkan + Höjdpåverkan - - Time at X&Y - Tid vid X&Y + Tid vid X&Y - Power Zone - Effektxon + Effektxon - Bar - Stapel + Stapel - Grid - Stödlinjer + Stödlinjer - Surface - Yta + Yta - Dots - Punkt + Punkt - Ignore Zero - Ignorera Noll + Ignorera Noll - Show Grid - Visa Grid + Visa Grid - Frame Intervals - Intervallgränser + Intervallgränser - Legend - Förklaring + Förklaring @@ -18980,20 +20274,12 @@ MultiDeviceDialog - + Multiple Device Configuration Konfigurera Flera Enheter - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - Normaliserad Effekt (IsoPower) är en beräknad konstant effektnivå som idrottaren skulle kunna ha arbetat vid (istället för den faktiska varierande) för att uppnå samma fysiologiska utmattning. - - - NamedSearches @@ -19014,27 +20300,27 @@ NavigatorCellDelegate - + Date Datum - + MMM d, yyyy dd.MMM yyyy - + Time Tid - + Last updated Senast uppdaterad - + ddd MMM d, yyyy hh:mm ddd, dd.MMM yyyy hh:mm @@ -19244,18 +20530,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% Hjärtfrekvens - - + + bpm slag/min - + Heart Rate for which 95% of activity samples has lower HR values Hjärtfrekvensen där 95% av aktivitetspassets alla mätvärden är lägre @@ -19263,18 +20549,18 @@ NonZeroPower - + Nonzero Average Power Medeleffekt Nollvärden borttagna - - + + watts Watt - + Average Power without zero values, it gives inflated values when frecuent coasting is present Medeleffekt där alla värden som är noll har tagits bort, visar tex högre värden än vanliga medeleffekten om det förekommer mycket frihjulande @@ -19282,235 +20568,367 @@ OAuthDialog - + OAuth OAuth - Error fetching OAuth credentials - Endpoint: /oauth/access_token - Fel då OAuth credentials hämtades - Endpunkt: /oauth/access_token + Fel då OAuth credentials hämtades - Endpunkt: /oauth/access_token - - - + + Authorization Error Auktoriseringsfel - + SSL Security Libraries required for 'Authorise' are missing in this installation. SSL Security Libraries required for 'Authorise' saknas i denna installation. - Twitter authorization was successful. - Twitter auktorisering lyckades. + Twitter auktorisering lyckades. - + Withings authorization was successful. Withings auktoriseringen lyckades. - - - - - - - - - + + + + + + + + + + Information Information - Error in authorization - Auktoriseringsfel + Auktoriseringsfel - There was an error during authorization. Please check the error description. - Under auktorisieringen insträffade ett fel. Vänligen kontrollera felbeskrivningen. + Under auktorisieringen insträffade ett fel. Vänligen kontrollera felbeskrivningen. - + Dropbox authorization was successful. Dropbox auktorisieringen lyckades. - + SportTracks authorization was successful. SportTracks auktoriseringen lyckades. - + PolarFlow authorization was successful. Polar Flow auktoriseringen lyckades. - + Strava authorization was successful. Strava auktorisieringen lyckades. - + Cycling Analytics authorization was successful. Cycling Analytics auktorisieringen lyckades. - + Google Calendar authorization was successful. Google Kalender auktorisieringen lyckades. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. Google Drive auktorisieringen lyckades. - + Today's Plan authorization was successful. Today's Plan auktoriseringen lyckades. - + Error retrieving access token, %1 (%2) Fel vid hämtning av åtkomstbevis, %1 (%2) - + SSL Token Refresh Error SSL-Bevisförnyelsefel - + Error retrieving authoriation credentials Fel vid hämtning av auktorisieringsdata + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + Klart + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC PMC - + Sport Sport - + Workout Code Träningspasskod - + Duration Tidslängd - + Notes Anteckningar - HRV - HRV + HRV - + + HRV rMSSD + + + + Heartrate Hjärtfrekvens - + Heartrate Zones Hjärtfrekvenszoner - + Climbing Klättring - + Cadence Kadens - + Equivalent Power Ekvivalent Effekt - + RPE RPE - + Stress Stress - + Fatigue Zones Utmattningszoner - + Intervals Intervall - + Intensity Intensitet - + Power Effekt - + Power Zones Effektzoner - + Power Model Effektmodell - + Distance Distans - + Speed Fart - + Pace Zones Tempozoner - + Route Rutt + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -19536,54 +20954,54 @@ PaceSchemePage - + + + - + - - - + Add Lägg till - + Delete Radera - + Short Kort - + Long Lång - + Percent of CV Procent av CV - + Maximum of 10 zones reached. Maximala antalet zoner (10) uppnått. - - + + New Ny - - + + New (%1) Ny (%1) @@ -19744,27 +21162,27 @@ PaceZonePage - + Sport Sport - + Run Löpa - + Swim Simma - + Critical Velocity Critical Velocity (CV) - + Default Utgångsvärde @@ -20008,137 +21426,137 @@ kan inte öppna fil - + Zone defaults must be specified at head of %1 file Zonutgångsvärdena skall finnas i filhuvudet på %1 filen - + Only one set of zone defaults may be specified in %1 file Endast en uppsättning av zonutgångsvärden tillåts i %1 filen - + line %1: read new range without reading any zones for previous one rad %1: läste ny uppsättning utan att några zoner lästes för den tidigare uppsättningen - + line %1: read zone without preceding date range rad %1: läste zon utan att tidsperiod gavs innan - - + + attempt to set zone based on % of CV without setting CV in line number %1. försökte ange zon med % av CV utan att CV är angiven i rad %1. - + file ended without reading any zones for last range filen slöt utan att några zoner lästes för sista zonuppsättningen - + Setting end date of range %1 to start date of range %2. Använder zonuppsättningen %1 slutdata som startdata för zonuppsättningen %2. - + Extending final range %1 to infinite to include present date. Utökar sista zonuppsättningen %1 till oändligheten för att få med dagens datum. - + CV must be greater than zero in zone range %1 of %2 CV skall vara större än noll i zonuppsättningen %1 av %2 - + Problem Saving Pace Zones Problem när tempo-zoner sparades - + File: %1 cannot be opened for 'Writing'. Please check file properties. Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera rättigheter. - - + + min/100m - - + + min/100yd min/100yard - - + + min/km min/km - - + + min/mile min/mile - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Zonuppsättning %1: Anpassar toppen av zon %2 (%3) till botten av zon %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Zonuppsättning %1: ändrar övre gränsen av zon %2 från %3 till max. - + Critical Velocity: %3%4 (%2%1) Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">Zone</td> - + <td align="center">Description</td> <td align="center">Beskrivning</td> - + <td align="center">Low (%1)</td> <td align=\"center\">Low (%1)</td> - + <td align="center">High (%1)</td> <td align=\"center\">High (%1)</td> - + <td align="center">Time</td> <td align="center">Tid</td> - + <td align="center">%</td> <td align="center">%</td> @@ -20354,6 +21772,146 @@ + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + + + + + PeakHr8m + + + 8 min Peak Hr + + + + + + bpm + + + + + PeakHr90m + + + 90 min Peak Hr + + + + + + bpm + + + + PeakPace10m @@ -21563,12 +23121,12 @@ Klart. - + PolarFlow Polar Flow - + Download from the popular Polar website. Ladda ner från Polar Flow. @@ -21577,186 +23135,201 @@ PowerHist - + Time (minutes) Tid (Minuter) - + Time (percent) Tid (Procent) - + Power (watts) Effekt (Watt) - - + + Power zone Effektzon - + Heartrate (bpm) HF (slag/min) - + Heartrate zone Pulszon - - - - - + + + + + seconds sekunder - + Total %1 (%2) Totalt %1 (%2) - + Total %1 Totalt %1 - + %1 of Activity (%2) %1 av Aktivitet (%2) - + %1 of Activity %1 av Aktivitet - + W'bal zone W'bal zon - + W'Bal Consumed (%) W'bal Använt(%) - + Power (watts/kg) Specifik Effekt (Watt/kg) - + aPower (watts) aPower (Watt) - + Cadence (rpm) Kadens (varv/min) - + Pace zone Tempozon - + Speed (%1) Fart (%1) - + kph km/h - + mph mph - + Torque (%1) Vridmoment (%1) - + N-m Nm - + ft-lbf why use ancient stuff - read Worthington lbf ft - + Gear Ratio Utväxling - + SmO2 SmO2 - + Unknown data series Okänd dataserie - + min/km min/km - + min/mile min/mile - - + + %1 Pace (%2) %1 Tempo (%2) - + min/100m min/100m - + min/100yd min/100yard - - - - + + + + minutes minuter - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -21906,37 +23479,53 @@ ProcessorPage - + Processor Processor - + Apply Tillämpa - + Settings Inställningar - + Manual Manuell - + Import Import - + Save Spara + PythonChart + + + Show Console + Visa Konsol + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -21960,21 +23549,22 @@ Cykla - - + + + Lap %1 Varv %1 - - + + MMM dd yyyy dd.MMM yyyy - + All Alla @@ -22054,62 +23644,72 @@ Cykla %1 - Manual entry - Manuell inmatning + Manuell inmatning - Withings - Withings + Withings - Today's Plan - Today's Plan + Today's Plan - CSV Upload - CSV uppladdning + CSV uppladdning - Unknown - Okänd + Okänd - Problem Saving Body Measures - Problem då Kroppsmätetal Sparades + Problem då Kroppsmätetal Sparades + + + + Problem Saving Body Measurements + - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. Fil: %1 kan inte öppnas för skrivning. Vänligen kontrollera skrivrättigheter. - + + Problem Reading Body Measurements + + + + + Problem Parsing Body Measurements + + + Problem Reading Body Measures - Problem då Kroppsmätetal lästes + Problem då Kroppsmätetal lästes - + + File: %1 cannot be opened for 'Reading'. Please check file properties. Filen: %1 kan inte öppnas för läsning. Kontrollera filrättigheter. - Problem Parsing Body Measures - Problem vid Behandling av Kroppsmätetal + Problem vid Behandling av Kroppsmätetal - + + File: %1 is not a proper JSON file. Parsing error: %2 Filen: %1 är inte en korrekt JSON fil. Behandlingsfel: %2 @@ -22134,7 +23734,7 @@ Problem då Rutt Data Sparades - + Problem Saving Seasons Problem då Säsong Sparades @@ -22230,70 +23830,263 @@ Simma - + Unsupported file format Icke stött filformat - + Rest Vila - + Very, very easy Mycket, mycket lätt - + Easy Lätt - + Moderate Medel - + Somewhat hard Något anstängande - + Hard Ansträngande - + Hard+ Ansträngande+ - + Very hard Mycket ansträngande - + Very hard+ Mycket ansträngande+ - + Very hard++ Mycket ansträngande++ - + Maximum Maximum - + Invalid Ogiltig + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 1 + + + + 2 A Little Fatigued + + + + + 3 + 3 + + + + 4 + 4 + + + + 5 Moderately Fatigued + + + + + 6 + 6 + + + + 7 Very fatigued+ + + + + + 8 + 8 + + + + 9 + 9 + + + + 10 Total Fatigue, Nothing Left + + + + + Problem Saving HRV Measurements + + + + + Problem Reading HRV Measurements + + + + + Problem Parsing HRV Measurements + + + + + Developer limit exceeded + + + + + Monthly free plan limit exceeded + + + + + Bad request + + + + + Gateway Timeout + + + + + Networkerror: %1 + + + + + Distance %1 + + + + + Location %1 + + + + + Time %1 + + + + + HeartRate %1 + + + + + Python not installed or in path + + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + + + + + The version of R installed is too old. You must have R version 3.4 or higher. + + + + + + The version of R installed is too new. You must have R version 3.3 or older. + + + RChart @@ -22352,205 +24145,220 @@ RealtimeData - + None Inga - + Time Tid - + Lap Varv - + Lap Time Mellantid - + Lap Time Remaining Kvarvarande Mellantid - + + Section Time Remaining + + + + BikeStress BikeStress - + kJoules kJoule - + W' bal W'bal - + XPower XPower - + Iso Power Iso Power - + Intensity Factor Intensity Factor - + Relative Intensity Relative Intensity - + Skiba Variability Index Skiba Variability Index - + Variability Index Variability Index - + Distance Distans - + Alternate Power Alternativ Effekt - + Power Effekt - + Speed Fart - + Virtual Speed Virtuell Fart - + Cadence Kadens - + Heart Rate Hjärtfrekvens - + Target Power Måleffekt - + Average Power Medeleffekt - + Average Speed Medelfart - + Average Heartrate Medelpuls - + Average Cadence Medelkadens - + Lap Power Varv Effekt - + Lap Speed Varv Fart - + Lap Heartrate Varv Puls - + Lap Cadence Varv Kadens - + Left/Right Balance V/H-Balans - + Total Hb Mass Total Hb Massa - + Hb O2 Saturation Hb O2 Saturation - + Deoxy Hb Hb utan syre - + Oxy Hb Hb med syre - + Left Torque Effectiveness Vä Rundtrampseffektivitet - + Right Torque Effectiveness Hö Rundtrampseffektivitet - + Left Pedal Smoothness Vä Pedaljämnhet - + Right Pedal Smoothness Hö Pedaljämnhet - + Slope Lutning + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -22723,12 +24531,12 @@ RemotePage - + Action Åtgärd - + ANT+ Command ANT+ Kommando @@ -22752,17 +24560,17 @@ RenameIntervalDialog - + Rename Intervals Döp om Intervall - + &OK &OK - + &Cancel &Avbryt @@ -22831,22 +24639,22 @@ RideCache - + Can't rename %1 to %2 in %3 Kan inte döpa om %1 till %2 i %3 - + Problem Saving Ride Cache Problem vid skrivning av Aktivitets Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera filens egenskaper. - + seconds sekunder @@ -23219,478 +25027,476 @@ RideFile - + Time Tid - + Cadence Kadens - + Heartrate Hjärtfrekvens - + Distance Distans - + Speed Fart - + Acceleration Acceleration - + Power %1 Effekt %1 - + Cadence %1 Kadens %1 - + Torque %1 Vridmoment %1 - + Heartrate %1 Hjärtfrekvens %1 - + Torque Vridmoment - + Power Effekt - + xPower xPower - + aPower aPower - + aTISS aTISS - + anTISS anTISS - + Iso Power Iso Power - + Altitude Höjd - + Longitude Longitud - + Latitude Latitud - + Headwind Motvind - + Slope Lutning - + Temperature Temperatur - + Left/Right Balance V/H Balans - + Left Torque Efficiency Vä Rundtrampseffektivitet - + Right Torque Efficiency Hö Rundtrampseffektivitet - + Left Pedal Smoothness Vä Pedaljämnhet - + Left Platform Center Offset Vä PCO - + Right Platform Center Offset Hö PCO - + Left Peak Power Phase Start Vä Start Toppkraftfas - + Right Peak Power Phase Start Hö Start Toppkraftfas - + Left Peak Power Phase End Vä Slut Toppkraftfas - + Right Peak Power Phase End Hö Slut Toppkraftfas - - + + Interval Intrevall - + VAM VAM - + Watts per Kilogram Specifik Effekt (Watt/kg) - + W' balance W' balans - + SmO2 - + THb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation Vertikal Rörelse - + Run Cadence Stegfrekvens - + GCT GCT - + Gear Ratio Utväxling - + W' Consumed W' Förbrukad - + Sample Index Sample Index - + R-R R-R - - + + Unknown Okänt - - + + seconds sekunder - + rpm varv/min - + rpm/s varv/min/s - + bpm slag/min - + bpm/s slag/min/s - + km km - + miles mile - - + + kph km/h - + mph mph - + m/s/s m/s^2 - + N N - + N/s N/s - - - - + + + + watts Watt - + watts/s Watt/s - - + + TISS TISS - + metres meter - + feet fot - + lon long - + lat lat - - - - - - - + + + + + + + % % - + °C °C - - + + mm mm - - - - - - - - + + + + + + + + ° - + joules Joule - + g/dL g/dl - + spm steg/min - + cm cm - + ms ms - + ratio kvot - + Wheelsize Hjulstorlek - + meters per hour meter per timme - + Run Löpa - + Swim Simma - + Right Pedal Smoothness Hö Pedaljämnhet - + Left Power Phase Start Vä Start Kraftfas - + Right Power Phase Start Hö Start Kraftfas - + Left Power Phase End Vä Slut Kraftfas - + Right Power Phase End Hö Slut Kraftfas - + watts/kg W/kg - Invalid File Name - Ogiltigt Filnamn + Ogiltigt Filnamn - Invalid date/time in filename: %1 Skipping file... - Ogiltigt datum/tid i filen: + Ogiltigt datum/tid i filen: %1 Hoppar över filen... @@ -23698,107 +25504,107 @@ RideFileInterval - + ALL Alla - + DEVICE ENHET - + USER ANVÄNDARE - + PEAK POWER TOPPEFFEKT - + SEGMENTS SEGMENT - + CLIMBING HÖJDÖKNING - + EFFORTS ANSTRÄNGNING - + PEAK PACE TOPPTEMPO - + The entire activity Hela aktiviteten - + Device specific intervals Enhets specifika intervall - + User defined laps or marked intervals Användarbestämda varv eller märkta intervall - + Peak pace for running and swimming Topptempon vid löpning och simning - + Peak powers for cycling 1s thru 1hr Toppeffekter vid cykling 1 s till 1 h - + Route segments using GPS data Ruttsegment från GPS daten - + Ascents for hills and mountains Höjdökning på kullar och berg - + Sustained efforts and matches using power Oavbrutna ansträningar och tändstickor baserat på effekt - + Peak Topp - + Find Sök - + Match Tändsticka - + Climb Klättring - + Best Personbästa @@ -23979,99 +25785,99 @@ RideImportWizard - + Select Date... Välj Datum... - + Today Idag - + Last Monday Senaste Måndag - + Last Tuesday Senaste Tisdag - + Last Wednesday Senaste Onsdag - + Last Thursday Senaste Torsdag - + Last Friday Senaste Fredag - + Last Saturday Senaste Lördag - + Last Sunday Senaste Söndag - + Choose Date Välj Datum - + Cancel Avbryt - - - + + + Abort Avbryt - + Filename Filnamn - + Date Datum - + Time Tid - + Duration Längd - + Distance Distans - + Import Status Importstatus - + Step 1 of 4: Check file permissions Steg 1 av 4: Kontrollera filegenskaper @@ -24080,224 +25886,239 @@ Fel - Filen finns inte. - + Error - Not a file. Fel - Inte en fil. - + Error - File is not readable. Fel - Filen går inte att läsa. - + Queued I kö - + Error - Unknown file type Fel: Okänd filtyp - + Step 2 of 4: Validating Files Steg 2 av 4: Kontrollerar Filer - - - - - + + + + + Error Fel - + Parsing... Parsar... - + Validated Kontrollerad - + Warning - Varning - - + Error - Fel - - + Step 3 of 4: %1 ride(s) are missing the date and time. Steg 3 av 4: %1 aktiviteter saknar datum och tid. - + Step 3 of 4: Change Date/Time or Save to continue. Steg 3 av 4: Ändra Datum/Tid eller Spara för att fortsätta. - + More than 24hrs of activities to fit into a day Mer än 24h aktiviteter på en dag - + Error - Activity file exists Fel - aktivitetsfil finns redan - + Error - Moving %1 to activities folder Fel - Flytt av %1 till aktivitetsmapp - + Error - Import of activitiy file failed Fel - Import av aktivitetsfil gick fel - + Error - .JSON creation failed Fel - skapa .JSON gick fel - + Directory Katalog - + Import Rule Import Regel - + Directory Status Katalog Status - + No import Ingen import - + No directory Ingen katalog - + Directory not available Katalog inte tillgänglig - + Directory not readable Katalog inte läsbar - + %1 files for import selected %1 filer valda att importera - + No files in requested time range Inga file inom önskad tidsperiod - + No activity files found Inga aktivitetsfiler hittades - + Import Files Importera Filer - + Error - File does not exist. Fel - Filen finns inte. - + + Error - Opendata summary. + + + + + undefined + + + + Save Spara - + No files for automatic import selected. Inga filer valda för automatisk import. - + Invalid Selection Ogiltigt Val - + Auto Import Auto Import - + Automatic import from defined directories is completed. Automatisk import från valda mappar slutfört. - + Step 4 of 4: Save to Library Steg 4 av 4: Spara i Katalog - + Saving... Sparar... - + Error - Activity file with same start date/time exists Fel - Aktivitetsfil med samma starttidpunkt finns redan - + + Processing... + Bearbetar... + + + Saving file... Sparar fil... - + Error - copy of %1 to import directory failed Fel - kopiering av %1 till importmappen gick fel - - + + ; ; - + File Saved Filen Sparad - + Import Complete. %1 of %2 successful. Import Klar. %1 av %2 lyckades. - - - + + + Finish Klart @@ -24305,128 +26126,128 @@ RideItem - + Entire Activity Hel Aktivitet - + 1 second 1 sekund - + 5 seconds 5 sekund - - + + 10 seconds 10 sekund - - + + 15 seconds 15 sekund - - + + 20 seconds 20 sekund - - + + 30 seconds 30 sekund - - + + 1 minute 1 minut - - + + 5 minutes 5 minuter - - + + 10 minutes 10 minuter - - + + 20 minutes 20 minuter - - + + 30 minutes 30 minuter - - + + 45 minutes 45 minuter - - + + 1 hour 1 timme - + %1 (%2 watts) %1 (%2 Watt) - + %1 (%2 %3) %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE av %1 (%2 Watt) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3% ANSTRÄNGNING av %1 (%2 Watt) - + L%3 SPRINT of %1 secs (%2 watts) L%3 SPRINT av %1 sek (%2 Watt) - + Climb %1 Klättring %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5 %2 (%3W %4 kJ) - + TE MATCH TE TÄNDSTICKA - + MATCH TÄNDSTICKA @@ -24434,87 +26255,108 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google Google - Bing - Bing + Bing - + Map Karta - + Show Markers Visa Markeringar - + Show Full Plot Visa Allt - + Show Intervals Overlay Visa Intervall Överlagrat - + Open Street Map - Custom Tile Server settings Open Street Map - Användarinställd Tile Server - + Tile server Tile Server - + Tile server URL Tile Server URL - + OpenStreetMap (default) OpenStreetMap (default) - + + Custom Tile Server A + + + + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + + + OpenCycleMap - OpenCycleMap + OpenCycleMap - Mapquest - Mapquest + Mapquest - Custom - Användarinställd + Användarinställd - + Intervals Intervall - + Route Rutt - + No GPS Data Present Inga GPS Data finns @@ -24522,12 +26364,12 @@ RideMetadata - + Problem Saving Meta Data Problem då Metadata Sparades - + File: %1 cannot be opened for 'Writing'. Please check file properties. Filen: %1 kan inte öppnas för skrivning. Vänligen kontrollera filegenskaperna. @@ -24536,57 +26378,57 @@ RideNavigator - + *|Workout Code|Date| *|Träningspasskod|Datum| - + File Fil - + Last updated Senast uppdaterat - + Date Datum - + Time Tid - + Config Checksum Konfig Kontrollsumma - + Remove Column Radera Kolumn - + Column Chooser Välj Kolumn - + Do Not Show in Groups Visa inte i Grupper - + Show In Groups Visa i Grupper @@ -24594,7 +26436,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>Kunde inte läsa fil " @@ -24604,13 +26446,13 @@ Tidsperiod - + Device Type: Inspelningsenhet: - - + + Totals Totalsummor @@ -24620,14 +26462,14 @@ Filter - - + + Averages Medelvärden - - + + Maximums Maximum @@ -24636,280 +26478,254 @@ <br>FTP, BikeStress, IsoPower och IF är varumärken från Peaksware LLC</center> - + Metrics* Mätvärden* - - - + + + ^(Average|Max) ^(Medel|Max) - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> <h3>Modell</h3> - <h3>Modeling<br>%1</h3> - <h3>Modellereing<br>%1</h3> + <h3>Modellereing<br>%1</h3> - + %2 on %1 vs %4 on %3 %2 på %1 vs %4 vid %3 - - - + + + dd MMM yy dd.MMM yy - + %2 on %1 vs %3 others %2 på %1 vs %3 andra + - Compare Jämför - + %1 vs %2 - + %1 vs %2 others %1 vs %2 andra - + Summary Sammanfattning - + dddd MMMM d, yyyy, hh:mm ddd, dd.MMM yyyy hh:mm - - + + dddd MMMM d yyyy dddd, d.MMMM yyyy - + Metrics Mätvärden - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds sekunder - + W' W' - + CP CP - - + + watts Watt - + FTP (watts) FTP (Watt) - + FTP (w/kg) FTP (W/kg) - + P-max Pmax - - + + w/kg W/kg - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - + <h3>Athlete Bests</h3> <h3>Idrottare Personbästa</h3> - + d MMM yyyy dd.MMM yyyy - - - + + + <h3>Pace Zones</h3> <h3>Tempozoner</h3> - - - + + + <h3>Power Zones</h3> <h3>Effektzoner</h3> - - + + <h3>W'bal Zones</h3> <h3>W'bal zoner</h3> - + <h3>Heart Rate Zones</h3> <h3>Pulszoner</h3> - + Interval Name Intervallnamn - - - + + + %1 of %2 %1 av %2 - - + + ride cykelpass - - + + rides cykelpass - - - + + + <td align="center">Date</td> <td align="center">Datum</td> - - - + + + <td align="center"></td> <td align="center"></td> - - - + + + dd MMM yyyy dd.MMM yyyy - - + + run löppass - - + + runs löppass - - + + swim simpass - - + + swims simpass @@ -24922,26 +26738,26 @@ <br>BikeScore är ett varumärke von Dr. Philip Friere Skiba, PhysFarm Training Systems LLC - - - - + + + + N/A n/a - - + + <h3>Heartrate Zones</h3> <h3>Pulszoner</h3> - + Intervals Intervall - + <p><h2>Errors reading file:</h2><ul> <p><h2>Fel då filen lästes:</h2><ul> @@ -24964,12 +26780,12 @@ Nätverksfel - Uppladdning misslyckades. - + RideWithGPS RideWithGPS - + Upload rides and analyse them using Google Maps. Laddaupp aktiviteter och analysera dem med Google Maps. @@ -24977,44 +26793,36 @@ RideWithGpsUploader - Ride With GPS - Ride With GPS + Ride With GPS - no credentials set for RideWithGps. Please check Settings. - inga inloggningsuppgifter till RideWithGPS finns. Vänligen kontrollera inställningarna. + inga inloggningsuppgifter till RideWithGPS finns. Vänligen kontrollera inställningarna. - Error uploading to RideWithGPS - Fel vid uppladdning till RideWithGPS + Fel vid uppladdning till RideWithGPS - Successfully uploaded to RideWithGPS - Uppladdningen till RideWithGPS gick bra + Uppladdningen till RideWithGPS gick bra - Upload... - Ladda upp... + Ladda upp... - Upload... Sending to RideWithGPS - Ladda upp pågår ... Skickar till RideWithGPS + Ladda upp pågår ... Skickar till RideWithGPS - Upload to RideWithGPS finished. - Ladda upp till RideWithGPS klart. + Ladda upp till RideWithGPS klart. - Error from RideWithGPS: - Felmeddelande från RideWithGPS: + Felmeddelande från RideWithGPS: @@ -25060,106 +26868,117 @@ PMC Stress Balance Idag - - + + kg kg - - + + lb lbm - From Date - Start Datum + Start Datum - Weight - Vikt + Vikt - Fat - Fett + Fett - Muscle - Muskel + Muskel - Bones - Ben + Ben - Lean - Fettfri + Fettfri - Fat% - Fett% + Fett% + + + + Default Weight + + + + + Time dependent measurements + + + + + From Date - Time + - + Comment Kommentar - - + + Update Uppdatera - + + + - + - - - + Add Lägg till - + Delete Ta bort - + + + MMM d, yyyy - hh:mm:ss + + + Time - Tid + Tid - + Source Källa - + Original Source Ursprunglig Källa - - MMM d, yyyy - dd.MMM yyyy + dd.MMM yyyy - + Manual entry Manuell inmatning @@ -25172,6 +26991,11 @@ "%1" + + Season + Säsong + + &All Selected &Alla Valda @@ -25185,7 +27009,7 @@ Routes - + Route #%1 Rutt #%1 @@ -25238,7 +27062,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25249,22 +27073,22 @@ sparats. De listas nedan. - + &Save and Exit &Spara och Avsluta - + &Discard and Exit &Ignorera ändringar och Avsluta - + &Cancel Exit &Avbryt och Gå tillbaka - + Always check for unsaved changes on exit Kontrollera alltid ej sparade ändringar vid Avsluta @@ -25272,7 +27096,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -25281,12 +27105,12 @@ Ändringar har gjorts på - + Save and Conversion Spara och Konvertera - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -25297,22 +27121,22 @@ - + &Save and Convert &Spara och Konvertera - + &Discard Changes &Ignorera Ändringar - + &Cancel Save &Avbryt Spara - + Always warn me about file conversions Varna alltid om filkonverteringar @@ -25391,9 +27215,13 @@ Longitud (grad offset) - Circumferential Pedal Velocity (cm/s) - Periferpedalhastighet (cm/s) + Periferpedalhastighet (cm/s) + + + + Circumferential Pedal Velocity (m/s) + Pedalens periferihastighet (m/s) @@ -25869,54 +27697,54 @@ SchemePage - + Add Lägg till - + Delete Radera - + + + - + - - - + Short Kort - + Long Lång - + Percent of CP Procent av Critical Power - + Maximum of 10 zones reached. Maximala antalet zoner (10) uppnått. - - + + New Ny - - + + New (%1) Ny (%1) @@ -25924,128 +27752,166 @@ SearchBox - - + + Search... Sök... - + Filter... Filter... - - + + Add to Named Filters Lägg till Filter - - + + Manage Filters Hantera Filter - - + + Column Chooser Välj Kolumn - + and och - + Add new search Lägg till ny sökning - - Name: - Namn: + + Name: + Namn: + + + + SearchFilter + + + File + Fil + + + + Season + + + A + + + + + B + + + + + C + °C + + + + D + - - - SearchFilter - - File - Fil + + E + Seasons - - + + All Dates Alla Datum - + This Year Detta År - + This Month Denna Månad - + Last Month Senaste Månaden - + This Week Denna Vecka - + Last Week Senaste Veckan - + + Last 24 hours + + + + Last 7 days Senaste 7 dagarna - + Last 14 days Senaste 14 dagarna - + Last 21 days Senaste 21 dagarna - + Last 28 days Senaste 28 dagarna - + + Last 6 weeks + + + + Last 2 months Senaste 2 månaderna - + Last 3 months Senaste 3 månaderna - + Last 6 months Senaste 6 månaderna - + Last 12 months Senaste 12 månaderna @@ -26053,64 +27919,64 @@ SeasonsPage - + Add Lägg till - + Delete Radera - + Up Upp - + Down Ner - - - - + + + + ddd MMM d, yyyy ddd, d.MMM yyyy - + + + - + - - - - + + Name Namn - - + + Type Typ - - + + From Början - - + + To Slut @@ -26118,44 +27984,36 @@ SelfLoopsUploader - SelfLoops - SelfLoops + SelfLoops - no credentials set for SelfLoops. Please check Settings. - inga inloggningsuppgifter till SelfLoops angivna. Kontrollera inställningarna. + inga inloggningsuppgifter till SelfLoops angivna. Kontrollera inställningarna. - Error uploading to Selfloops - Fel under uppladdning till Selfloops + Fel under uppladdning till Selfloops - Successfully uploaded to Selfloops - Uppladdningen till Selfloops gick bra + Uppladdningen till Selfloops gick bra - Upload to Selfloops... - Laddar upp till Selfloops... + Laddar upp till Selfloops... - Upload... Sending to Selfloops - Uppladdning pågår ... Skickar till Selfloops + Uppladdning pågår ... Skickar till Selfloops - Upload to Selfloops finished. - Uppladdning till Selfloops klart. + Uppladdning till Selfloops klart. - Error from Selfloops: - Felmeddelande från Selfloops: + Felmeddelande från Selfloops: @@ -26176,12 +28034,12 @@ Nätverksfel - Uppladdning misslyckades. - + Selfloops Selfloops - + Upload and track your training and progress. Laddaupp och följ din träning och utveckling. @@ -26226,129 +28084,104 @@ ShareDialog - Share your activity - Dela din aktivitet + Dela din aktivitet - Choose which sites you wish to share on: - Välj med vilka internet platser du vill dela dina data: + Välj med vilka internet platser du vill dela dina data: - Strava - Strava + Strava - Ride With GPS - Ride With GPS + Ride With GPS - Cycling Analytics - Cycling Analytics + Cycling Analytics - Selfloops - Selfloops + Selfloops - Choose a name for your activity: - Välj namn på din aktivitet: + Välj namn på din aktivitet: - &Upload Activity - &Ladda upp Aktivitet + &Ladda upp Aktivitet - This activity is marked as already on %1. Are you sure you want to upload it? - Denna aktivitet är märkt som redan uppladdad till %1. Laddaupp ändå? + Denna aktivitet är märkt som redan uppladdad till %1. Laddaupp ändå? - VeloHero - VeloHero + VeloHero - Today's Plan - Today's Plan + Today's Plan - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - SportPlusHealth - SportPlusHealth + SportPlusHealth - Choose which data series you wish to send: - Välj vilka dataserier som skall skickas: + Välj vilka dataserier som skall skickas: - Altitude - Höjd + Höjd - Power - Effekt + Effekt - Cadence - Kadens + Kadens - Heartrate - Hjärtfrekvens + Hjärtfrekvens - Private - Privat + Privat - Commute - Pendling + Pendling - Trainer - Cykeltrainer + Cykeltrainer - &Close - &Stäng + &Stäng - No share site selected ! - Ingen plats på internet vald! + Ingen plats på internet vald! - OK - OK + OK - Cancel - Avbryt + Avbryt @@ -26379,23 +28212,23 @@ Du måste först auktorisera med Sixcycle - - + + Completed. Klart. - + Network Error - Upload failed. Nätverksfel - Uppladdning misslyckades. - + Sixcycle Sixcycle - + Sync with the innovative training site. Synka med den innovativa träningstjänsten. @@ -26754,7 +28587,7 @@ - + Confirm Bekräfta @@ -26764,7 +28597,7 @@ Uppdelning av aktivitet kan inte ångras - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -26773,22 +28606,22 @@ Fortsätt? - + Removed Raderad - + Saved Sparad - + Completed Klart - + Split Activity Completed Uppdelning av Aktivitet Klar @@ -26907,46 +28740,36 @@ SportPlusHealthUploader - SportPlusHealth - SportPlusHealth + SportPlusHealth - Cannot upload to SportPlusHealth without credentials. Check Settings - Kan inte ladda upp till SportPlusHealth utan inloggningsdata. Kontrollera inställningar + Kan inte ladda upp till SportPlusHealth utan inloggningsdata. Kontrollera inställningar - sending to SportPlusHealth... - skickar till SportPlusHealth... + skickar till SportPlusHealth... - - - error uploading to SportPlusHealth - Fel vid uppladdning till SportHealthPlus + Fel vid uppladdning till SportHealthPlus - request failed: - begäran gick fel: + begäran gick fel: - request failed, Server response: %1 %2 - begäran gick fel, Servern svarade: %1 %2 + begäran gick fel, Servern svarade: %1 %2 - failed to upload file (cod. %1) - kunde inte ladda upp (Fel %1) + kunde inte ladda upp (Fel %1) - successfully uploaded to SportPlusHealth - lyckades ladda upp till SportPlusHealth + lyckades ladda upp till SportPlusHealth @@ -26962,23 +28785,23 @@ Du måste först auktorisera med SportTracks - - + + Completed. Klart. - + Network Error - Upload failed. Nätverksfel - Uppladdning misslyckades. - + SportTracks.mobi SportTracks.mobi - + Sync with the popular multisport website. Synka med den populära multisporttjänsten. @@ -26996,12 +28819,12 @@ Uppladdning Misslyckades. (%1) - + SportPlusHealth SportPlusHealth - + Upload to the cycling and running site. Ladda upp till cyklings och löpnings tjänsten. @@ -27178,100 +29001,93 @@ Strava - + No authorisation token configured. Inget auktoriseringsbevis konfigurerat. - + You must authorise with Strava first Du måste först auktorisera med Strava - + Network Problem reading Strava data Nätverksproblem vid läsning av Strava data - + invalid response or parser exception. ogiltigt svar eller 'parser exception'. - - + + Completed. Klart. - + Strava Strava - + + Sync with the social network for cyclists and runners. + + + Upload to the social network for cyclists and runners. - Ladda upp till sociala nätverket för cyklister och löpare. + Ladda upp till sociala nätverket för cyklister och löpare. StravaUploader - Strava - Strava + Strava - no Strava token set. Please authorize in Settings. - inget Strava token satt. Vänligen auktorisera i Inställningarna. + inget Strava token satt. Vänligen auktorisera i Inställningarna. - Strava support isn't enabled in this build - Strava stöds inte i denna programvaruversion + Strava stöds inte i denna programvaruversion - Error uploading to Strava - Fel vid uppladdning till Strava + Fel vid uppladdning till Strava - Successfully uploaded to Strava - Uppladdning till Strava lyckades + Uppladdning till Strava lyckades - Upload activity to Strava... - Ladda upp aktivitet till Strava... + Ladda upp aktivitet till Strava... - Upload... Sending to Strava - Uppladdning pågår ... Skickar till Strava + Uppladdning pågår ... Skickar till Strava - Processing... - Bearbetar... + Bearbetar... - Upload to Strava finished. - Uppladdning till Strava klart. + Uppladdning till Strava klart. - invalid response or parser exception. - ogiltigt svar eller 'parser exception'. + ogiltigt svar eller 'parser exception'. - Error from Strava: - Felmeddelande från Strava: + Felmeddelande från Strava: @@ -27315,22 +29131,22 @@ SummaryMetricsPage - + Available Metrics Tillgängliga Mätvärden - + Selected Metrics Valda Mätvärden - + Up Upp - + Down Ner @@ -27685,14 +29501,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - Training Stress Score tar hänsyn till aktivitetens intensitet och tidslängd, det beräknas som 100 * tid-i-timmar * IF^2 - - - TSSPerHour @@ -27739,57 +29547,57 @@ Themes - + Default Utgångsvärde - + Corporate Junky Corporate Junky - + Neutral Blue Neutral Blå - + Firenze Florens - + Mustang Mustang - + Japanese Garden Japanskträdgård - + Zen and Tea Zen och Tea - + Mono (dark) Mono (mörk) - + Mono (light) Mono (ljus) - + Schoberer Schoberer - + Classic Klassisk @@ -27881,73 +29689,77 @@ Du måste först auktorisera med Today's Plan - - + + Completed. Klart. - + Network Error - Upload failed. Nätverksfel - Uppladdning misslyckades. - + Today's Plan Today's Plan - + Sync with the smarter training site. Synka med den finurliga träningstjänsten. + TodaysPlanBodyMeasures + + + You must authorise with Today's Plan first + Du måste först auktorisera med Today's Plan + + + + Response parsing error: %1 + + + + TodaysPlanUploader - TodaysPlan - Today's Plan + Today's Plan - no Today's Plan token set. Please authorize in Settings. - Inget Today's Plan åtkomstbevis. Vänligen auktorisera i Inställningarna. + Inget Today's Plan åtkomstbevis. Vänligen auktorisera i Inställningarna. - Today's Plan support isn't enabled in this build - Today's Plan stöds inte i denna programvaruversion + Today's Plan stöds inte i denna programvaruversion - Error uploading to Today's Plan - Fel vid uppladdning till Today's Plan + Fel vid uppladdning till Today's Plan - Successfully uploaded to Today's Plan - Uppladdningen till Today's Plan gick bra + Uppladdningen till Today's Plan gick bra - Upload to Today's Plan... - Laddar upp till Today's Plan... + Laddar upp till Today's Plan... - Upload... Sending to Today's Plan - Uppladdning pågår ... Skickar till Today's Plan + Uppladdning pågår ... Skickar till Today's Plan - Upload to Today's Plan finished. - Uppladdning till Today's Plan klart. + Uppladdning till Today's Plan klart. - Error from Today's Plan: - Felmeddelande från Today's Plan: + Felmeddelande från Today's Plan: @@ -28186,18 +29998,18 @@ TotalCalories - + Calories (HR) Kalorier (HF) - - + + kcal kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age Totalt antal förbrukade kalorier estimerat från Tid-i-rörelse, Hjärtfrekvens, Vikt, Kön och Ålder @@ -28228,18 +30040,18 @@ TotalWork - + Work Arbete - - + + kJ kJ - + Total Work in kJ computed from power data Totalt Arbete i kJ beräknat från effekt data @@ -28254,17 +30066,17 @@ TrainConfig - + Train Devices Träningsenheter - + Preferences Inställningar - + Remote Controls Fjärrkontroller @@ -28308,22 +30120,22 @@ TrainOptionsPage - + Auto-connect devices in Train View Koppla enheter automatiskt i Träningsvyn - + Allow multiple devices in Train View Tillåt flera Enheter i Träningsvyn - + Auto-hide bottom bar in Train View Göm bottenlisten i Träningsvyn automatiskt - + Play sound before new lap Spela ljud innan nytt varv @@ -28331,154 +30143,161 @@ TrainSidebar - + Save workout data Spara träningspassdata - + Devices Enheter - - - - + + + + Menu Meny - + Workouts Träningspass - + Media Media - + VideoSync VideoSync - + Import Workout from File Importera Träningspass från Fil - + Get Workouts from ErgDB Hämta Träningspass från ErgDB - + Get Workouts from Today's Plan Hämta Träningspass från Today's Plan - + Create Workout via Wizard Skapa Träningspass mha Guiden - + Scan for Workouts Sök efter Träningspass - + Delete selected Workout Radera valda Träningspass - + Delete %1 selected Workouts Radera %1 valda Träningspass - + Train mode active Täningsmod aktiv - + Please stop the train mode before closing the window or application. Vänligen avsluta träningsmoden innan fönster eller applikationen stängs. - + Remove reference to selected video Ta bort referens till vald Video - + Import VideoSync from File Importera VideoSync från Fil - + Scan for VideoSyncs Sök efter VideoSyncs - + Delete selected VideoSync Radera vald VideoSync - + Are you sure you want to remove the reference to this video? Är du säker på att referensen till denna video skall tas bort? - - - + + + Remove Ta bort - + Are you sure you want to delete this VideoSync? Är du säker att du vill radera denna VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. Denna VideoSyncfil är antingen inte godkänd eller finns inte och kommer därmed att tas bort från biblioteket. - + Are you sure you want to delete this Workout? Är du säker på att du vill radera detta Träningspass? - + Are you sure you want to delete this %1 workouts? Är du säker på att du vill radera denna %1 Workouts? - + The Workout file is either not valid or not existing and will be removed from the library. Träningspassfilen är antingen inte godkänd eller finns inte och kommer därmed att tas bort från biblioteket. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. Begär kalibrering.. - + Calibrating... Kallibrerar... - + Calibrating... Current speed %1 kph Increase speed to %2 kph @@ -28487,14 +30306,14 @@ Öka den till minst %2 km/h - + Calibrating... Stop pedalling until speed drops to 0 Kalibrerar... Sluta trampa och vänta tills bakhjulet stannat helt - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 @@ -28503,18 +30322,20 @@ Nollställningsvärde %2 - - + + + Calibration failed! Kalibreringen misslyckades! - + + Unclip or stop pedalling to begin calibration.. Trampa inte under kalibreringen.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 @@ -28523,7 +30344,7 @@ Vridmoment %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 @@ -28532,99 +30353,113 @@ Vridmoment %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. Snabbspola framåt.. - + Rewind.. Snabbspola bakåt.. - + Increasing intensity.. Ökande intensitet.. - + Decreasing intensity.. Minskande intensitet.. - + Import Video from File Importera Video från fil - + Scan for Videos Sök efter Videor - - - + + + Delete Radera - + Resuming.. Återupptar.. - + Paused.. Pausad.. - + Starting.. Startar.. - + Stopped.. Stoppar.. - + Connected.. Ihopkopplad.. - + Disconnected.. Isärkopplad.. - + New lap.. Nytt varv.. - + No Devices Configured Inga Enheter Konfigurerade - + Please configure a device in Preferences. Vänligen konfigurera en enhet i Inställningarna. - + Exiting calibration.. Lämnar kalibrering.. - + Calibration not supported for this device. Kalibrering stöds inte av denna enhet. - + Calibrating... Press F3 on Controller when done. Kalibrerar... @@ -28635,19 +30470,19 @@ Klart - - + + Add Device Lägg till Enhet - - + + Delete Device Ta bort Enhet - + Are you sure you want to delete this device? Är du säker på att du vill radera denna enhet? @@ -28655,147 +30490,167 @@ TrainingStageBuch - failed to parse Settings response: - kunde inte parsa Inställningssvar: + kunde inte parsa Inställningssvar: - failed to get settings: - kunde inte hämta inställningar: + kunde inte hämta inställningar: - failed to parse Session response: - kunde inte behandla Sessionssvar: + kunde inte behandla Sessionssvar: - failed to get new session: - misslyckades öppna ny session: + misslyckades öppna ny session: - got empty session - fick tom session + fick tom session - Completed. - Klart. + Klart. - Error - Upload failed. - Fel - Uppladdning mislyckades. + Fel - Uppladdning mislyckades. - TrainingStageBuch - TrainingsTageBuch + TrainingsTageBuch + + + Upload to your online and mobile training log. + Laddaupp till din träningsdagbok. + + + + TrainingsTageBuch + + + failed to parse Settings response: + kunde inte parsa Inställningssvar: + + + + failed to get settings: + kunde inte hämta inställningar: + + + + failed to parse Session response: + + + + + failed to get new session: + + + + + got empty session + fick tom session + + + + Completed. + Klart. + + + + Error - Upload failed. + Fel - Uppladdning mislyckades. - + + Trainingstagebuch + Träningsdagbok + + + Upload to your online and mobile training log. - Laddaupp till din träningsdagbok. + Laddaupp till din träningsdagbok. TrainingstagebuchUploader - Trainingstagebuch.org - Trainingstagebuch.org + Trainingstagebuch.org - Cannot upload to Trainingstagebuch without credentials. Check Settings - Kan inte ladda upp till Trainingstagebuch utan inloggningsuppgifter. Vänligen kontrollera inställningarna + Kan inte ladda upp till Trainingstagebuch utan inloggningsuppgifter. Vänligen kontrollera inställningarna - Error uploading to Trainingstagebuch.org - Fel vid uppladdning till Trainingstagebuch.org + Fel vid uppladdning till Trainingstagebuch.org - successfully uploaded to Trainingstagebuch.org as %1 - lyckades ladda upp till Trainingstagebuch.org som %1 + lyckades ladda upp till Trainingstagebuch.org som %1 - getting Settings from Trainingstagebuch.org... - hämtar inställningar från Trainingstagebuch.org... + hämtar inställningar från Trainingstagebuch.org... - getting new Trainingstagebuch.org Session... - skaffar ny Trainingstagebuch.org session... + skaffar ny Trainingstagebuch.org session... - preparing Trainingstagebuch.org data ... - förbereder Trainingstagebuch.org data... + förbereder Trainingstagebuch.org data... - temporary file too large for upload: %1 > %1 bytes - temporär fil är för stor för att laddas upp: %1 > %1 byte + temporär fil är för stor för att laddas upp: %1 > %1 byte - sending to Trainingstagebuch.org ... - skickar till Trainingstagebuch.org... + skickar till Trainingstagebuch.org... - request failed: - begäran gick fel: + begäran gick fel: - request failed, Server response: %1 %2 - begäran gick fel, Server svar: %1 %2 + begäran gick fel, Server svar: %1 %2 - failed to parse Settings response: - kunde inte parsa Inställningssvar: + kunde inte parsa Inställningssvar: - failed to get settings: - kunde inte hämta inställningar: + kunde inte hämta inställningar: - failed to parse Session response: - kunde inte parsa Sessionssvar: + kunde inte parsa Sessionssvar: - failed to get new session: - misslyckades med att få ny session: + misslyckades med att få ny session: - got empty session - fick tom session + fick tom session - failed to parse upload response: - kunde inte parsa uppladdningssvar: + kunde inte parsa uppladdningssvar: - failed to upload file: - kunde inte ladda upp fil: + kunde inte ladda upp fil: - got empty exercise - fick tomt träningspass + fick tomt träningspass @@ -28823,30 +30678,30 @@ - + Metric Mätvärden - + Date range Tidsperiod - - - - + + + + (unknown) (okänd) - + %1 activities %1 aktiviteter - + None Inga @@ -28854,214 +30709,176 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - Kombinerad TriScore stress mätvärde baserat på Dr. Skibas stress mätvärden, BikeScore vid cykling, GOVSS vid löpning och SwimScore vid simning + Kombinerad TriScore stress mätvärde baserat på Dr. Skibas stress mätvärden, BikeScore vid cykling, GOVSS vid löpning och SwimScore vid simning + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + TwitterDialog - Choose which metrics you wish to tweet: - Välj vilka mätvärden som du vill tweeta: + Välj vilka mätvärden som du vill tweeta: - Workout Time - Starttid + Starttid - Tweet Activity - Tweeta Aktivitet + Tweeta Aktivitet - Time Moving - Tid i Rörelse + Tid i Rörelse - Total Distance - Totaldistans + Totaldistans - Elevation Gain - Höjdökning + Höjdökning - Total Work (kJ) - Totalt Arbete (kJ) + Totalt Arbete (kJ) - Average Speed - Medelfart + Medelfart - Average Power - Medeleffekt + Medeleffekt - Average Heart Rate - Medelpuls + Medelpuls - Average Cadence - Medelkadens + Medelkadens - Max Power - Maxeffekt + Maxeffekt - Max Heart Rate - Maxpuls + Maxpuls - Twitter Message: - Twitter Meddelande: + Twitter Meddelande: - Message Length: - Meddelandelängd: + Meddelandelängd: - &Tweet Activity - &Tweeta Aktivitet + &Tweeta Aktivitet - Time Moving: %1 - Tid i Rörelse: %1 + Tid i Rörelse: %1 - &Cancel - &Avbryt + &Avbryt - Golden Cheetah->Preferences - GoldenCheetah -> Inställningar + GoldenCheetah -> Inställningar - Tools->Options - Verktyg -> Inställningar + Verktyg -> Inställningar - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - Fel då OAuth inställningar hämtades. Vänligen se till att göra färdigt Twitters auktoriseringsprocedur under %1. + Fel då OAuth inställningar hämtades. Vänligen se till att göra färdigt Twitters auktoriseringsprocedur under %1. - - OAuth Error - OAuth Fel + OAuth Fel - Tweet Length Error - Tweetlängdsfel + Tweetlängdsfel - Tweet must be 140 characters or less. - Tweetlängden skall vara maximalt 140 tecken lång. + Tweetlängden skall vara maximalt 140 tecken lång. - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - Internt fel i OAuth begäran - NULL, ogiltig Endpoint eller ogiltig begäran + Internt fel i OAuth begäran - NULL, ogiltig Endpoint eller ogiltig begäran - Tweet sent - Tweet skickad + Tweet skickad - Tweet successfully sent. - Tweet framgångsrikt skickad. + Tweet framgångsrikt skickad. - Error Posting Tweet - Fel vid publicerande av Tweet + Fel vid publicerande av Tweet - There was an error connecting to Twitter. Check your network connection and try again. - Kunde inte nå Twitter. Kontrollera internet uppkoppling och prova igen. + Kunde inte nå Twitter. Kontrollera internet uppkoppling och prova igen. - Duration: %1 - Tidslängd: %1 + Tidslängd: %1 - Distance: %1 - Distans: %1 + Distans: %1 - Climbing: %1 - Höjdökning: %1 + Höjdökning: %1 - Work: %1 - Arbete: %1 + Arbete: %1 - Avg Speed: %1 - Medelfart: %1 + Medelfart: %1 - Avg Power: %1 - Medeleffekt: %1 + Medeleffekt: %1 - Avg HR: %1 - Medelpuls: %1 + Medelpuls: %1 - Avg Cadence: %1 - Medelkadens: %1 + Medelkadens: %1 - Max Power: %1 - Maxeffekt: %1 + Maxeffekt: %1 - Max HR: %1 - Maxpuls: %1 + Maxpuls: %1 - - Message Length: %1 - Meddelandelängd: %1 + Meddelandelängd: %1 @@ -29080,12 +30897,12 @@ VAM - + VAM VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Velocita Ascensionale Media, genomsnittlig höjdförändringshastighet anges i vertikala meter per timme @@ -29248,84 +31065,68 @@ VeloHeroUploader - VeloHero - VeloHero + VeloHero - Cannot upload to VeloHero without credentials. Check Settings - Kan inte ladda upp til VeloHero utan inloggningsuppifter. Vänligen kontrollera inställningarna + Kan inte ladda upp til VeloHero utan inloggningsuppifter. Vänligen kontrollera inställningarna - Error uploading to VeloHero - Fel vid uppladdning till VeloHero + Fel vid uppladdning till VeloHero - successfully uploaded to VeloHero as %1 - lyckades ladda upp till VeloHero som %1 + lyckades ladda upp till VeloHero som %1 - getting new VeloHero session... - hämtar en ny VeloHero session... + hämtar en ny VeloHero session... - preparing VeloHero data ... - förbereder VeloHero data... + förbereder VeloHero data... - temporary file too large for upload: %1 > %1 bytes - temporärfil för stor för att laddas upp: %1 > %1 byte + temporärfil för stor för att laddas upp: %1 > %1 byte - sending to VeloHero... - skickar till VeloHero... + skickar till VeloHero... - request failed: - Begäran misslyckades: + Begäran misslyckades: - request failed, server response: %1 %2 - Begäran misslyckades, servern svarade: %1 %2 + Begäran misslyckades, servern svarade: %1 %2 - failed to parse session response: - misslyckades att parsa sessionssvaret: + misslyckades att parsa sessionssvaret: - failed to get new session: - misslyckades med att få en ny session: + misslyckades med att få en ny session: - got empty session - fick tom session + fick tom session - failed to parse upload response: - misslyckades med att parsa uppladningsresponsen: + misslyckades med att parsa uppladningsresponsen: - failed to upload file: - misslyckades med att laddaupp filen: + misslyckades med att laddaupp filen: - got empty exercise - fick tomt träningspass + fick tomt träningspass @@ -29356,12 +31157,12 @@ Nätverksfel - Uppladdning misslyckades. - + Velohero Velohero - + Upload your rides to the independent and free cycling training log Laddaupp dina aktiviteter till den oberonde och kostnadsfria träningsdagboken @@ -29402,18 +31203,18 @@ ViewSplitter - + Clear Rensa - - + + OFF AV - + ON @@ -29800,12 +31601,12 @@ WattsRPE - + Watts:RPE Ratio Kvoten Watt/Borgskalan(RPE) - + Watts to RPE ratio Förhållandet mellan Effekt och Borgskalan (RPE) @@ -29828,12 +31629,12 @@ Withings - + Withings Withings - + Download weight, body fat etc from the connected health specialists. Laddaner kroppsvikt, fettprocent mm från den uppkopplade hälsospecialisten. @@ -29861,17 +31662,22 @@ OAuth Fel - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Ladda ner Withings Data + Ladda ner Withings Data - + + Error Fel - + There was an error during fetching. Please check the error description. Fel under hämtning. Vänligen läs felbeskrivning. @@ -29887,12 +31693,12 @@ Workbeats - + Workbeat stress Workbeat Stress - + Work * Heartbeats / 100000 Arbete * Hjärtslag/100'000 @@ -30041,12 +31847,12 @@ WorkoutWidget - + File save failed. Filen kunde inte sparas. - + Intensity Intensitet @@ -30137,24 +31943,24 @@ XDataDialog - + xData xData - + Data Series Dataserie - - + + Add Lägg till - - + + Delete Radera @@ -30233,32 +32039,32 @@ XDataSeriesSettingsDialog - + Name Namn - + Units Enheter - + Cancel Avbryt - + OK Ok - + Error Fel - + Name is blank Namn är tom @@ -30266,48 +32072,48 @@ XDataSettingsDialog - + xData xData - + Data Series Dataserie - + Units Enheter - + Series %1 Serier %1 - + Cancel Avbryt - + OK Ok - - + + Error Fel - + XData name is blank XData Name är tom - + Must have at least one data series. Behöver minst en dataserie. @@ -30411,6 +32217,40 @@ + Xert + + + JSON parser error + JSON behandlingsfel + + + + You must authorise with Xert first + + + + + + Completed. + Klart. + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -30543,27 +32383,27 @@ ZonePage - + Sport Sport - + Bike Cykla - + Run Löpa - + Critical Power Critical Power - + Default Utgångsvärde @@ -30807,113 +32647,113 @@ Neuromuskulär - + Zone defaults must be specified at head of %1 file Zonutgångsvärden måste anges i huvudet på filen %1 - + Only one set of zone defaults may be specified in %1 file Bara en uppsättning med Zonutgångsvärden kan anges i filen %1 - + line %1: read new range without reading any zones for previous one rad %1: läste ny uppsättning utan att läsa några zoner för uppsättningen innan - + line %1: read zone without preceding date range rad %1: läste zon utan att det fanns en tidsperiod angiven - - + + attempt to set zone based on % of CP without setting CP in line number %1. rad %1 : försök att ange zon i % av CP utan att CP har tilldelats ett värde. - + file ended without reading any zones for last range Filen avslöts utan att några zoner lästes in för sista uppsättningen - + Setting end date of range %1 to start date of range %2. Sätter slutdatum för uppsättningen %1 som startdatum för uppsättningen %2. - + Extending final range %1 to infinite to include present date. Drar ut sista uppsättningen %1 till oändligheten för att makera tillsvidare status. - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). Uppsättningen %1: ändrar övre gräns för zon %2 (%3) till undre gräns för zon %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. Uppsättning %1: ändrar övre gräns för zon %2 från %3 till MAX. - + Critical Power (watts): %1 Critical Power (Watt): %1 - + <td align="center">Low (watts)</td> <td align="center">Nedre (Watt)</td> - + <td align="center">High (watts)</td> <td align="center">Övre (Watt)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones Problem då Effektzonsinställningarna skulle sparas - + File: %1 cannot be opened for 'Writing'. Please check file properties. Filen: %1 kan inte öppnad för skrivning. Vänligen kontrollera filens egenskaper. - + <td align="center">Zone</td> <td align="center">Zon</td> - + CP must be greater than zero in zone range %1 of %2 CP skall vara större än noll i uppsättningen %1 av %2 - + <td align="center">Description</td> <td align="center">Beskrivning</td> - + <td align="center">Time</td> <td align="center">Tid i zon</td> @@ -30927,6 +32767,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + Altitude Adjusted Training Stress Score tar hänsyn till aktivitetens intensitet och längd samt höjdeffekter, den beräknas som 100 * längd-i-timmar * aIF^2 + + + aEfficiencyFactor @@ -31005,14 +32853,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - Altitude Adjusted Training Stress Score tar hänsyn till aktivitetens intensitet och längd samt höjdeffekter, den beräknas som 100 * längd-i-timmar * aIF^2 - - - aTSSPerHour @@ -31105,32 +32945,45 @@ deviceModel - + Device Name Enhetsnamn - + Device Type Inspelningsenhet - + Port Spec Port Specifikation - + Profile Profil - + Virtual Virtuell + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -31150,6 +33003,139 @@ + rest_avnn + + + Rest AVNN + + + + + + msec + ms + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + Vilopuls + + + + + bpm + + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + % + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + ms + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + ms + + + + Standard deviation of all NN intervals measured at rest + + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_zh-cn.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_zh-cn.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_zh-cn.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_zh-cn.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower 平均aPower - - + + watts W - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. 平均海拔功率.调整功率以考虑海拔对VO2max及功率输出的影响. @@ -27,7 +27,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device 无法启动ANT+设备 @@ -35,12 +59,12 @@ APPercent - + Power Percent of Max 最大功率百分比 - + Power as percent of Pmax according to Power Zones 根据功率区间,功率占P-max的百分比 @@ -53,22 +77,21 @@ 关于GoldenCheetah - + About 关于 - + Version 版本 - Config - 设置 + 设置 - + Contributors 贡献者 @@ -76,22 +99,22 @@ AboutModelPage - + W'bal tau (s) W'平衡Tau (s) - + STS average (days) STS平均 (天) - + LTS average (days) LTS平均 (天) - + PMC Stress Balance Today 今天PMC压力平衡 @@ -103,69 +126,73 @@ <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>自行车功率分析软件<br>适配Linux,Mac和Windows.<p>GoldenCheetah使用<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>协议.<p>源代码可从<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>获得.<p>活动及其它数据存储于<br><a href="%1">%2</a>.<p>获准使用的商标<br>BikeStress,IsoPower,IF来自<a href="http://www.peaksware.com">Peaksware LLC</a>.<br>BikeScore,xPower,SwimScore来自<a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed来自Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>核心体温模块由<br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br>美国陆军环境医学研究所开发且专利未决.<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>自行车功率分析软件<br>适配Linux,Mac和Windows.<p>GoldenCheetah使用<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>协议.<p>源代码可从<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>获得.<p>活动及其它数据存储于<br><a href="%1">%2</a>.<p>获准使用的商标<br>BikeScore,xPower,SwimScore来自<a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed来自Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>核心体温模块由<br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br>美国陆军环境医学研究所开发且专利未决.<br></center> + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>自行车功率分析软件<br>适配Linux,Mac和Windows.<p>GoldenCheetah使用<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>协议.<p>源代码可从<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>获得.<p>活动及其它数据存储于<br><a href="%1">%2</a>.<p>获准使用的商标<br>BikeScore,xPower,SwimScore来自<a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed来自Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>核心体温模块由<br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br>美国陆军环境医学研究所开发且专利未决.<br></center> + + + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + AboutRiderPage - + Nickname 昵称 - + Date of Birth 生日 - + Sex 性别 - - - + + + Height (%1) 身高 (%1) - - + + cm cm - - + + in in - + Male 男性 - + Female 女性 - + Crank Length 曲柄长度 - + Wheelsize 车轮尺寸 - + mm mm @@ -186,12 +213,12 @@ 次进行自动备份(0代表从不) - + Choose Picture 选择照片 - + Images (*.png *.jpg *.bmp) 图片(*.png *.jpg *.bmp) @@ -242,12 +269,12 @@ ActivityCRC - + Checksum 校验和 - + A checksum for the activity, can be used to trigger cache refresh in R scripts. 活动的校验和,可在R脚本中被用来触发缓存刷新. @@ -255,12 +282,12 @@ AddAthlete - + Coached Athletes 运动员 - + Select Athlete for this account 选择运动员 @@ -268,49 +295,54 @@ AddAuth - + Service Credentials 服务凭证 - - + + Credentials and authorisation 凭证与授权 - - + + Authorise 授权 - + URL - + Key (optional) 密钥 (可选) - + Username 用户名 - + Password 密码 - + Token 令牌 - + + Message + + + + %1 Credentials and authorisation %1 凭证与授权 @@ -318,67 +350,89 @@ AddClass - + Service Type 服务类型 - + What type of Service are you adding an account for ? 想要添加账户的服务 - + Activities 活动 - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive 使用服务同步活动,如Today's Plan, Strava, Dropbox和Google Drive - + Measurements 参数 - + Sync measurements such as weight, body fat, HRV and sleep. 同步体重、体脂、HRV和睡眠等参数 + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. + + + Measures 信息 - + Calendar 日历 - Sync planned workouts to WebDAV and CalDAV calendars. - 同步计划训练至WebDAV和CalDAV日历 + 同步计划训练至WebDAV和CalDAV日历 AddCloudWizard - + Add Cloud Wizard 添加云服务向导 - + Edit Account Details 编辑账户信息 + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard 新增设备向导 @@ -386,409 +440,409 @@ AddFinal - + Done 完成 - + Confirm configuration and add device 确认设置并添加设备 - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. 将按下列设置添加新设备,请仔细检查并点击“完成”添加设备或点击后退按钮修改. - + Name* 名称 - + Port 端口 - + Profile 简介 - + Virtual 虚拟 - + mm mm - + Wheel Size 车轮尺寸 - + None - + Power - Kurt Kinetic Cyclone 功率 - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine 功率 - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 功率 - Cyclops Fluid 2 - + Power - BT Advanced Training System 功率 - BT Advanced Training System - + Power - LeMond Revolution 功率 - LeMond Revolution - + Power - 1UP USA Trainer 功率 - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) 功率 - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) 功率 - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) 功率 - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) 功率 - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) 功率 - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) 功率 - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) 功率 - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) 功率 - Minoura V270/V150/V130/LR340/LR540 (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) 功率 - Minoura V270/V150/V130/LR340/LR540 (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) 功率 - Minoura V270/V150/V130/LR340/LR540 (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) 功率 - Minoura V270/V150/V130/LR340/LR540 (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) 功率 - Minoura V270/V150/V130/LR340/LR540 (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) 功率 - Minoura V270/V150/V130/LR340/LR540 (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) 功率 - Minoura V270/V150/V130/LR340/LR540 (L) - + Power - Saris Powerbeam Pro 功率 - Saris Powerbeam Pro - + Power - Tacx Satori (2) 功率 - Tacx Satori (2) - + Power - Tacx Satori (4) 功率 - Tacx Satori (4) - + Power - Tacx Satori (6) 功率 - Tacx Satori (6) - + Power - Tacx Satori (8) 功率 - Tacx Satori (8) - + Power - Tacx Satori (10) 功率 - Tacx Satori (10) - + Power - Tacx Flow (0) 功率 - Tacx Flow (0) - + Power - Tacx Flow (2) 功率 - Tacx Flow (2) - + Power - Tacx Flow (4) 功率 - Tacx Flow (4) - + Power - Tacx Flow (6) 功率 - Tacx Flow (6) - + Power - Tacx Flow (8) 功率 - Tacx Flow (8) - + Power - Tacx Blue Twist (1) 功率 - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) 功率 - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) 功率 - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) 功率 - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) 功率 - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) 功率 - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) 功率 - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) 功率 - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) 功率 - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) 功率 - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) 功率 - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) 功率 - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) 功率 - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) 功率 - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) 功率 - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) 功率 - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) 功率 - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) 功率 - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid 功率 - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) 功率 - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) 功率 - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) 功率 - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) 功率 - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid 功率 - Blackburn Tech Fluid - + Power - Tacx Sirius (1) 功率 - Tacx Sirius (1) - + Power - Tacx Sirius (2) 功率 - Tacx Sirius (2) - + Power - Tacx Sirius (3) 功率 - Tacx Sirius (3) - + Power - Tacx Sirius (4) 功率 - Tacx Sirius (4) - + Power - Tacx Sirius (5) 功率 - Tacx Sirius (5) - + Power - Tacx Sirius (6) 功率 - Tacx Sirius (6) - + Power - Tacx Sirius (7) 功率 - Tacx Sirius (7) - + Power - Tacx Sirius (8) 功率 - Tacx Sirius (8) - + Power - Tacx Sirius (9) 功率 - Tacx Sirius (9) - + Power - Tacx Sirius (10) 功率 - Tacx Sirius (10) - + Stride Length (cm) 步幅 (cm) - + Selected by default 默认选项 - + Power 功率 - + Heartrate 心率 - + Speed 速度 - + Cadence 踏频 @@ -796,58 +850,58 @@ AddFinish - + Done 完成 - + Add Cloud Account 添加云服务账户 - + URL - + Key 密钥 - + Username 用户名 - - + + Password 密码 - + Token 令牌 - + Folder 文件夹 - + Athlete ID 运动员ID - + Sync on start 启动即同步 - + Sync on import 导入即同步 @@ -855,27 +909,27 @@ AddFirmware - + Select Firmware 选择固件 - + Select Firmware for Tacx Fortius 为Tacx Fortius选择固件 - + Browse 浏览 - + Copy to Library 复制到档案库 - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -896,22 +950,74 @@ 如果选择复制到档案库,文件将被复制到GoldenCheetah档案库,否则只会引用该文件. - + File: 文件: - + Open File 打开文件 - + Intel Firmware File (*.hex) Intel固件文件 (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + 浏览 + + + + Copy to Library + 复制到档案库 + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + 文件: + + + + Open File + 打开文件 + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1138,63 +1244,63 @@ AddPair - + Pair Devices 配对设备 - + Search for and pair ANT+ devices 搜索并配对ANT+设备 - + Sensor 传感器 - + ANT+ Id ANT+ ID - + Value 数值 - + Status 状态 - - + + none - + Un-Paired 未配对 - + Unused 未使用 - + Master - + Searching... 搜索中... - + Paired 已配对 @@ -1202,58 +1308,58 @@ AddPairBTLE - + Pair Devices 配对设备 - + Search for and pair Bluetooth 4.0 devices 搜索并配对蓝牙4.0设备 - + Sensor 传感器 - + BLE Id 蓝牙BLE ID - + Value 数值 - + Status 状态 - - + + none - + Un-Paired 未配对 - + Unused 未使用 - + Searching... 搜索中... - + Paired 已配对 @@ -1261,29 +1367,29 @@ AddSearch - + Scan for connected devices 扫描已连接的设备 - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. 请确认设备已连接、开机且正常工作,将在已知端口扫描选定的设备类型. - + Search 搜索 - + If your device is not found you can select the device port manually by using the selection box below. 若未找到设备,可手动选择设备端口. - + Device found. Click Next to Continue @@ -1294,22 +1400,22 @@ - + %1 Search 搜索 %1 - + Select COM port 选择COM端口 - + Search Again 再次搜索 - + Device found (%1). Press Next to Continue @@ -1320,7 +1426,7 @@ - + Device found. Press Next to Continue @@ -1331,12 +1437,12 @@ - + Stop Searching 停止搜索 - + Search again 再次搜索 @@ -1344,12 +1450,12 @@ AddService - + Account Type 账号类型 - + Select the cloud service type 选择云服务类型 @@ -1357,42 +1463,42 @@ AddSettings - + Cloud Service Settings 云服务设置 - + Folder 文件夹 - + Browse 浏览 - + Sync on startup 启动即同步 - + Sync on import 导入即同步 - + Service Settings 服务设置 - + Connection Failed 连接失败 - + Choose Athlete Directory 选择运动员文件夹 @@ -1400,12 +1506,12 @@ AddType - + Select Device 选择设备 - + What kind of device to add 欲新增的设备 @@ -1440,63 +1546,68 @@ Aerolab - - + + Elevation (m) 海拔(m) - + Distance (km) 距离 (km) - + V-Elevation 虚拟海拔 - + Elevation 海拔 - + Elevation (') 海拔 (') - + Distance 距离 - + Time (minutes) 时间(分) - + + No ride selected + + + + Estimates out-of-range 估计值超出范围 - + At least two segments must be independent 至少两个分段应是独立的 - + At least two segments must be defined 至少应定义两个分段 - + Altitude and Power data must be present 必须有海拔和功率数据 - + No activity selected 未选择活动 @@ -1569,7 +1680,7 @@ 保存参数(&S) - + Estimate CdA and Crr 估计CdA和Crr @@ -2275,7 +2386,7 @@ AllPlotWindow - + Smooth 平滑度 @@ -2426,58 +2537,62 @@ 触地时间 - + + Cadence + + + + SmO2 SmO2 - + Moxy Moxy - + tHb tHb - + O2Hb O2Hb - + HHb HHb - + Heart Rate 心率 - + Data series 数据系列 - + R-R Rate R-R率 - + Core Temperature 核心温度 - + Speed 速度 - - + Cadence 踏频 @@ -2498,13 +2613,13 @@ - + Name 名称 - + Formula 规则(Formula) @@ -2524,143 +2639,143 @@ - + Altitude 海拔 - + Temperature 温度 - + Headwind 逆风 - + Torque 扭矩 - + Gear Ratio 齿比 - + Slope 坡度 - + No Alt/Slope 无高度/坡度 - + 0.1km|mi - 1min 0.1km|mi - 1min - + 0.5km|mi - 5min 0.5km|mi - 5min - + 1.0km|mi - 10min 1.0km|mi - 10min - - + + Alt/Slope 海拔/坡度 - + Anaerobic TISS 无氧(anaerobic)TISS - + Metrics 指标 - + Aerobic TISS 有氧(Aerobic)TISS - + Iso Power 标准化功率 - + Skiba xPower Skiba xPower - + Altitude Power 海拔功率(Altitude Power) - + W' balance W'平衡 - + Time of day 时间 - + Intervals 区段 - + Selection #%1 选择#%1 - + Power + shade 功率(阴影) - + Power - shade 功率(无阴影) - + No Power 无功率 - + Shading 阴影 - + Time 时间 - + Distance 距离 - + X Axis X轴 @@ -2689,22 +2804,22 @@ 区段 - + Save Changes 保存更改 - + Revert to Saved version 还原已保存的版本 - + Delete Activity 删除活动 - + Split Activity 分割活动 @@ -2713,124 +2828,139 @@ 上传活动至日历 - + Show Column Chooser 显示列选择器 - + Do Not Show In Groups 不按分组显示 - + Group By 分组类型: - + Expand All 全部展开 - + Collapse All 折叠全部 - + Reset to default 恢复默认 - + Sort User Intervals 排序用户区段 - + + Mark as a performance test + + + + Rename route 重命名路线 - + Stop tracking this segment 停止跟踪此分段 - + + Create a performance test + + + + Create a route segment 创建路线分段 - + No activity selected 未选择活动 - + Current activity contains no data 目前的活动不包含数据 - + + Performance Test + + + + Delete Interval 删除区段 - + Unable to delete interval 无法删除区段 - - + + Find Intervals... 寻找区段 - + Zoom out 缩小 - - + + Zoom to interval 放大至区段 - - + + Edit interval 编辑区段 - - + + Delete interval 删除区段 - - + + Rename selected intervals 重命名选中区段 - - + + Delete selected intervals 删除选中的区段 - + Zoom Out 缩小 - - + + Find Intervals 寻找区段 @@ -2905,7 +3035,7 @@ AppendXDataPointsCommand - + Append XData Points 追加X数据点 @@ -2921,202 +3051,206 @@ 读取心率区间文件 - + Pace Zones File %1 Error 配速文件 %1 错误 - + Athlete Weight 运动员体重 - + Time In HR Zone 各心率区间时间 - + Power Distribution 功率分布 - + Vo2max Estimation VO2max估计 - + KPI Tracker KPI跟踪 - + Critical Power Trend 临界功率趋势 - + Aerobic Power 有氧功率 - + Power Variance 功率变化 - + Power Profile 功率谱 - + Anaerobic Power 无氧功率 - + Power & Speed Trend 功率/速度趋势 - + Tempo & Threshold Time 节奏/阈值时间 - + Training Mix 训练组合 - + Time & Distance 时间/距离 - + Time In Power Zone 功率区间时间 - + Zones File %1 Error 区间文件%1错误 - + Reading Zones File %1 读取区间文件%1 - + HR Zones File %1 Error 心率区间文件 %1 错误 - + Reading HR Zones File %1 读取心率区间文件 %1 - + Sustained Time In Zone 区间持续时间 - + Time in W' Zone W'区间时间 - + BikeScore and Intensity BikeScore和强度 - BikeStress and IF - TSS和IF + TSS和IF - + + BikeStress and BikeIntensity + + + + Stress and Distance TSS和距离 - + Calories vs Duration 热量和时间 - + Stress (TISS) 压力(TISS) - + Aerobic Response 有氧反应 - + Anaerobic Response 无氧反应 - + PMC (Coggan) PMC (Coggan) - + PMC (Skiba) PMC (Skiba) - + PMC (TRIMP) PMC (TRIMP) - + PMC (Distance) PMC (距离) - + PMC (Duration) PMC (时间) - + CP History 临界功率(CP)历史 - + CP Analysis 临界功率(CP)分析 - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones 配速区间时间 - + Run Pace 跑步配速 - + Swim Pace 游泳配速 @@ -3124,49 +3258,49 @@ AthleteBackup - + Abort Backup and Reset Counter 放弃备份并重置计数 - + Select Backup Directory 选择备份文件夹 - - - - - - - - + + + + + + + + Athlete Backup 运动员备份 - + No backup directory selected - backup aborted 未选择备份文件夹 - 放弃备份 - + Any unsaved data will not be included into the backup .zip file. 任何未保存的数据将不会被包括在备份.zip文件中 - + Do you want to proceed? 确认继续? - + Abort Backup 放弃备份 - + Backup successfully stored in %1 成功备份语 @@ -3177,28 +3311,28 @@ 备份成功保存在 %1 - + No files found for athlete %1 - all athlete sub-directories are empty. 未找到 %1运动员文件 - 所有运动员子目录为空. - + Not enough space available on disk: %1 - no backup .zip file created %1磁盘空间不足 - 为创建备份.zip文件 - - + + Directory %1 not available. No backup .zip file created for athlete %2. %1文件夹不可用.未创建 %2运动员备份文件. - + Backup file %1 cannot be created. 无法创建备份文件 %1. - + Adding files to backup %1 for athlete %2 ... 向备份 %1添加运动员 %2... @@ -3206,22 +3340,22 @@ AthleteBones - + Athlete Bones 运动员骨骼质量 - + kg kg - + lbs - + Athlete bones in kg or lbs from body measurements 来自身体参数的骨骼质量(单位为kg或lbs) @@ -3318,18 +3452,18 @@ AthleteFatP - + Athlete Bodyfat Percent 运动员体脂率 - - + + % % - + Bodyfat in Percent from body measurements 来自身体参数的体脂百分比 @@ -3341,22 +3475,22 @@ AthleteLean - + Athlete Lean Weight 运动员净重 - + kg kg - + lbs - + Lean Weight in kg or lbs from body measurements 来自身体参数的瘦质量 (单位为kg或lbs) @@ -3368,22 +3502,22 @@ AthleteMuscles - + Athlete Muscles 运动员肌肉质量 - + kg kg - + lbs - + Athlete muscles in kg or lbs from body measurements 来自身体参数的肌肉质量 (单位为kg或lbs) @@ -3422,52 +3556,52 @@ AutoImportPage - + + + - + - - - + Browse 浏览 - + Add 新增 - + Delete 删除 - + Up - + Down - + Directory 文件夹 - + Import Rule 导入规则 - + Enter directory or press [Browse] to select 输入路径或点击[浏览]选择 @@ -3494,18 +3628,18 @@ AvgCadence - + Average Cadence 平均踏频 - - + + rpm rpm - + Average Cadence, computed when Cadence > 0 平均踏频,踏频大于0时计算 @@ -3513,18 +3647,18 @@ AvgCoreTemp - + Average Core Temperature 平均核心温度 - - + + C ºC - + Average Core Temperature. The core body temperature estimate is based on HR data 平均核心温度,根据心率数据估计. @@ -3532,18 +3666,18 @@ AvgHeartRate - + Average Heart Rate 平均心率 - - + + bpm - + Average Heart Rate computed for samples when hr is greater than zero 平均心率,根据大于0的心率数据计算 @@ -3551,22 +3685,22 @@ AvgLPCO - + Average Left Pedal Center Offset 平均左踏板偏移 - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. 平台中心偏移是在左踏板施力的平均位置. @@ -3574,17 +3708,17 @@ AvgLPP - + Average Left Power Phase Length 平均右功率相长度 - + It is the left pedal stroke region length where you produce positive power, on average. 这是产生有效功率的平均左踏板踩踏长度. - + ° ° @@ -3592,17 +3726,17 @@ AvgLPPB - + Average Left Power Phase Start 平均左功率相起始角度 - + It is the left pedal stroke angle where you start producing positive power, on average. 这是开始产生有效功率的平均左踏板踩踏角度. - + ° ° @@ -3610,17 +3744,17 @@ AvgLPPE - + Average Left Power Phase End 平均左功率相结束角度 - + It is the left pedal stroke angle where you end producing positive power, on average. 这是结束产生有效功率的平均左踏板踩踏角度. - + ° ° @@ -3628,17 +3762,17 @@ AvgLPPP - + Average Left Peak Power Phase Length 平均左功率相长度 - + It is the left pedal stroke region length where you produce peak power, on average. 这是产生峰值功率的平均左踏板踩踏长度. - + ° ° @@ -3646,17 +3780,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start 平均左功率相起始角度 - + It is the left pedal stroke angle where you start producing peak power, on average. 这是开始产生峰值功率的平均左踏板踩踏角度. - + ° ° @@ -3664,17 +3798,17 @@ AvgLPPPE - + Average Left Peak Power Phase End 平均左功率相结束角度 - + It is the left pedal stroke angle where you end producing peak power, on average. 这是结束产生峰值功率的平均左踏板踩踏角度. - + ° ° @@ -3682,18 +3816,18 @@ AvgLPS - + Average Left Pedal Smoothness 平均左踏板平滑度 - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. 测量踩踏一圈中能量传递到左踏板的平均平滑程度. @@ -3701,18 +3835,18 @@ AvgLTE - + Average Left Torque Effectiveness 平均左扭矩效率 - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. 测量传递到左踏板的能量中有效推进的平均比例. @@ -3720,18 +3854,18 @@ AvgPower - + Average Power 平均功率 - - + + watts W - + Average Power from all samples with power greater than or equal to zero 来自所有非零功率采样的平均值. @@ -3739,22 +3873,22 @@ AvgRPCO - + Average Right Pedal Center Offset 平均右踏板偏移(Center Offset) - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. 平台中心偏移是在右踏板施力的平均位置. @@ -3762,17 +3896,17 @@ AvgRPP - + Average Right Power Phase Length 平均右功率相长度 - + It is the right pedal stroke region length where you produce positive power, on average. 这是产生有效功率的平均右踏板踩踏长度. - + ° ° @@ -3780,17 +3914,17 @@ AvgRPPE - + Average Right Power Phase End 平均右功率相结束角度 - + It is the right pedal stroke angle where you end producing positive power, on average. 这是结束产生有效功率的平均右踏板踩踏角度. - + ° ° @@ -3798,17 +3932,17 @@ AvgRPPP - + Average Right Peak Power Phase Length 平均右功率相长度 - + It is the right pedal stroke region length where you produce peak power, on average. 这是产生峰值功率的平均右踏板踩踏长度. - + ° ° @@ -3816,17 +3950,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start 平均右峰值功率相起始角度 - + It is the right pedal stroke angle where you start producing peak power, on average. 这是开始产生峰值功率的平均右踏板踩踏角度. - + ° ° @@ -3834,17 +3968,17 @@ AvgRPPPE - + Average Right Peak Power Phase End 平均右峰值功率相结束角度 - + It is the right pedal stroke angle where you end producing peak power, on average. 这是结束产生峰值功率的平均右踏板踩踏角度. - + ° ° @@ -3852,18 +3986,18 @@ AvgRPS - + Average Right Pedal Smoothness 平均右踏板平滑度 - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. 测量踩踏一圈中能量传递到右踏板的平均平滑程度. @@ -3871,18 +4005,18 @@ AvgRTE - + Average Right Torque Effectiveness 平均左扭矩效率 - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. 测量传递到右踏板的能量中有效推进的平均比例. @@ -3890,17 +4024,17 @@ AvgRTPP - + Average Right Power Phase Start 平均右功率相起始角度 - + It is the right pedal stroke angle where you start producing positive power, on average. 这是开始产生有效功率的平均左踏板踩踏角度. - + ° ° @@ -3961,18 +4095,18 @@ AvgSmO2 - + Average SmO2 平均SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. 平均肌肉氧饱和度,携氧血红蛋白的比例. @@ -3980,22 +4114,22 @@ AvgSpeed - + Average Speed 平均速度 - + kph km/h - + mph m/h - + Average Speed in kph or mph, computed from distance over time when speed not zero 根据速度非零的距离和时间计算的平均速度,单位为km/h或mi/h @@ -4022,22 +4156,22 @@ AvgTemp - + Average Temp 平均温度 - + C ºC - + F ºF - + Average Temp from activity data 来自活动数据的平均温度 @@ -4045,18 +4179,18 @@ AvgtHb - + Average tHb 平均tHb - - + + g/dL g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. 平均总血红蛋白浓度,每分升血红蛋白质量. @@ -4064,27 +4198,27 @@ BackupPage - + Auto Backup Folder 自动备份文件夹 - + Browse 浏览 - + Auto Backup execution every 每关闭 - + times the athlete is closed - 0 means never 次进行自动备份 (0代表从不) - + Choose Backup Directory 选择备份文件夹 @@ -4633,22 +4767,22 @@ BestsMetricsPage - + Available Metrics 可用指标 - + Selected Metrics 选中的指标 - + Up - + Down @@ -4662,6 +4796,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + 训练压力指数同时考虑训练强度和时长,按100*小时数*IF^2计算 + + + BingMap Route @@ -4836,6 +4978,60 @@ + BodyMeasures + + + Weight + 体重 + + + + Fat Mass + 体脂重量 + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + 瘦体重 + + + + Fat Percent + + + + + kg + kg + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport @@ -4976,18 +5172,23 @@ 从最后一次下载参数至今 - + Discard all existing measurements 放弃所有现有参数 - - + + Body Measurements 身体参数 - + + Download completed. + + + + Downloading of body measurements failed with error: %1 下载身体参数失败, 错误: %1 @@ -4997,17 +5198,17 @@ 手动输入: - + Download 下载 - + Close 关闭 - + Invalid date range - please check your input 无效日期范围 - 请检查输入 @@ -5034,122 +5235,122 @@ CPPage - - + + Update 更新 - - + + + + - - + + - - - - + + Add 新增 - - + + Delete 删除 - + Def 确定 - - + + From Date 起始日期 - - + + Critical Power 临界功率 - - + + FTP FTP - - + + W' W' - - + + Pmax P-max - - - + + + MMM d, yyyy yyyy年M月d日 - + Short 序号 - + Use CP for all metrics 所有指标使用CP - + Use FTP for Coggan metrics Coggan指标使用FTP - + Long 区间 - + From Watts 最低功率 - - + + CP must be > 0 CP必须>0 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) @@ -5157,292 +5358,274 @@ CPPlot - - + + Interval Length 区段长度 - + Average Power (watts) 平均功率(W) - - - + + + Percent of Best 最佳百分比 - + Total work 总做功 - + + kJ kJ - + Power 功率 - - - - + + + + watts W - + Veloclinic Plot Veloclinic图 - - + + J J - + Cadence 踏频 - + rpm 圈/分 - + Heartrate 心率 - + bpm bpm - + Watts delta 功率变化(Watts delta) - + watts/s W/s - + Cadence delta 踏频变化(Cadence delta) - + rpm/s rpm/s - + Torque delta 扭矩变化(Torque delta) - + nm/s nm/s - + Heartrate delta 心率变化(Heartrate delta) - + bpm/s bpm/s - + Acceleration 加速度 - + m/s/s m/s/s - + Speed 速度 - + kph km/h - + Pedal Force 踩踏力 - + nm nm - + Iso Power 标准化功率 - + Altitude Power 海拔功率 - + xPower xPower - + Watts per kilogram 每千克功率 - - + + w/kg W/kg - + Watts per lb W/lb - - + + w/lb w/lb - + Altitude Power per kilogram 每千克海拔功率 - + Altitude Power per lb 每磅海拔功率 - + VAM VAM - + m/hour m/h - + Power (W) 功率(W) - - - Rank - 排名 + 排名 - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP 临界功率 - - - + + %1 w %1 w - - FTP - FTP + FTP - - + + Pmax P-max - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 w/kg - + D' D' @@ -5451,119 +5634,134 @@ km/h %1 mi/h - - + + %1 mph %1 mi/h - + %1 m - + %1 yd - + %1 km - + %1 mi - + %1 km %1 km - + %1 mi %1 mi - - - - - + + + + + %1 %2 %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m m - + yd - + CV CV - + % % - - + + %1 kph %1 km/h - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities 最佳百分比/热度活动 - - + + Heat Activities 热度活动 - + Activities 活动 - + ddd MMM d, yyyy hh:mm yyyy年M月d日, ddd hh:mm - + Bests 最佳 - + ddd, dd MMM yyyy @@ -5582,7 +5780,7 @@ %1 km %2 英里 - + %10 % %10 % @@ -5603,98 +5801,98 @@ CVPage - - + + Update 更新 - - + + + + - - + + - - - - + + Add 新增 - - + + Delete 删除 - + Def 确定 - - + + From Date 起始日期 - - + + Critical Velocity 临界速度 - + Metric Pace 公制配速 - - - + + + MMM d, yyyy yyyy年M月d日 - + Short 序号 - + Long 区间 - + From 最低速度 - + CV must be > 0 临界速率必须>0 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) @@ -5702,60 +5900,78 @@ CalDAV - - - + + + Missing Preferences 缺少设置 - - + + CalID or CalDAV Url is missing in preferences 缺少CalID或CalDAV地址 - + CalDAV REPORT url error CalDAV地址错误 - + CalDAV Calendar API reply error CalDAV日历API返回错误 - + HTTP HTTP - + SSL error(s) has occurred: %1 SSL发生错误: %1 - + Authorization for Google CalDAV is missing in preferences 缺少Google CalDAV授权 - + Authorization Error 授权错误 - + Error requesting access token 请求访问令牌错误 - + CalDAV Calendar url error CalDAV日历地址错误 + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5781,36 +5997,36 @@ Card - + Time In Zone 各区间时间 - - - - + + + + seconds - + Form TC 竞技状态 - + Fitness 健康状态 - + Fatigue 疲劳 - + Risk 风险 @@ -5964,108 +6180,118 @@ 显示%3个图表中的第%1至%2个 / 云数据库中共有%4个 - + First 第一维 - + Next %1 后%1个 - + Prev %1 前%1个 - + My Charts 我的图表 - + All 全部 - + Curated Only 仅显示已甄选 - + Uncurated Only 仅显示未甄选 - + Any Sport 全部运动 - + Any Language 任何语言 - - + + Search Keyword 搜索关键词 - + Select charts to download 选择图表以下载 - + unknown 未知 - + Trends 趋势 - + Activities 活动 - + Diary 日记 - + Train 训练 - + All Views 全部视图 - + Chart requires 'R' 图表需要'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. 正在下载的图表需要安装并激活'R'后, GC才能显示图形.<br><br>为了使用此图表,请确保已安装并激活'R'. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance 图表维护 - + Do you really want to delete this chart definition ? 确定删除此图表定义? @@ -6078,46 +6304,46 @@ 不选择并关闭 - - + + Delete selected chart 删除选中图表 - - + + Edit selected chart 编辑选中图表 - - - + + + Close 关闭 - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 显示%4的%3个图表中的第%1至%2个 / 已上传%5个 - + Download selected chart(s) 选择选中的图表 - + Set selected chart 'Curated' 设置选中图表为“已甄选” - + Chart maintenance - Edit or Delete your Charts 图表维护 - 编辑或删除你的图表 - + Curator chart maintenance - Curate, Edit or Delete Charts 管理员图表维护 - 甄选、编辑或删除图表 @@ -6126,7 +6352,7 @@ 选择图表 - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 <h3>%1</h3><h4>最新编辑于: %2 - 作者: %3</h4>%4 @@ -6139,7 +6365,7 @@ 图表定义错误 - 请选择其他图表 - + Reset Search 重置搜索 @@ -6147,94 +6373,94 @@ CloudDBChartObjectDialog - + Chart Name 图表名称 - + <Chart Name> <图表名称> - + Sport 运动 - + Language 语言 - + Nickname 昵称 - + E-Mail - + Version Details 版本详情 - + Creator UUid 作者UUid - + <Enter the description of the chart here> <在此输入图表描述> - + Upload 上传 - - - - - - + + + + + + Upload Chart 上传图表 - - + + Please enter a valid chart name with min. 5 characters length. 请输入有效图表名称,不少于5个字符. - + Please enter a nickname for this athlete. 请输入运动员昵称. - - + + Please enter a valid e-mail address. 请输入有效电邮地址. - + Please enter a sensible chart description. 请输入合适的图表描述. - + Cloud Upload 云上传 - + Do you want to upload this chart definition ? 确认上传此图表定义? @@ -6243,7 +6469,7 @@ 发布 - + Cancel 取消 @@ -6291,7 +6517,7 @@ 确定 - + Close 关闭 @@ -6463,7 +6689,7 @@ CloudService - + expected compressed activity file. 应为压缩的活动文件 @@ -6476,17 +6702,17 @@ CloudServiceAutoDownloadWidget - + Downloading 下载中 - + Checking 正在检查 - + Last 30 days 最近30天 @@ -6494,43 +6720,43 @@ CloudServiceDialog - - + + Folder 文件夹 - + Name 名称 - + Type 类型 - + Modified 修改日期 - + Create Folder 创建文件夹 - + Cancel 取消 - + Open 打开 - + d MMM yyyy yyyy-M-d @@ -6538,267 +6764,285 @@ CloudServiceSyncDialog - + Synchronise 同步 - + + Sync with 同步 - + Unable to connect, check your configuration in preferences. 无法连接, 请检查设置. - - - - - - - + + + + + + + Download 下载 - - - - + + + + Upload 上传 - - - + + + Synchronize 同步 - + From: 从: - + To: 到: - + Refresh List 刷新列表 - + Close 关闭 - - - + + + Select all 全选 - + Workout Name 活动名称 - - - + + + Date 日期 - - - + + + Time 时间 - - + + Exists 已存在 - - - + + + Status 状态 - - + + Workout Id 训练Id - + File 文件 - - + + Duration 持续时间 - - + + Distance 距离 - + Keep all do not delete 全部保留不删除 - + Keep %1 but delete Local 保留%1 删除本地文件 - + Keep Local but delete %1 保留本地文件删除%1 - + Source 来源 - + Action 操作 - + Initial 初始化 - + Overwrite existing files 覆盖已有文件 - - - - + + One of your activities has unsaved changes. + + + + + %1 of your activities have unsaved changes. + + + + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + MMM d, yyyy yyyy年M月d日 - - + + Abort 放弃 - - - + + + %1 of %2 selected 已选中%2个中的%1个 - + Processed %1 of %2 已处理%2个中的%1个 - - + + Downloading 下载中 - - + + Uploading 上传中 - - + + Parse failure 解析失败 - + Sync complete 同步完成 - + Processed %1 of %2 successfully 成功处理%2个中的%1个 - - - + + + File exists 文件已存在 - + Downloaded %1 of %2 已下载%2个中的%1个 - + Downloads complete 下载完成 - + Downloaded %1 of %2 successfully 成功下载%2个中的%1个 - - + + Aborted 已放弃 - + Saved 已保存 - + Uploaded %1 of %2 已上传%2个中的%1个 - + Uploads complete 上传成功 - + Uploaded %1 of %2 successfully 成功上传%2个中的%1个 - + Completed. 完成. @@ -6806,27 +7050,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... 正在上传%1字节... - + Cancel 取消 - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed 上传失败 - + Unable to upload, check your configuration in preferences. 无法上传, 请检查设置. - + OK 确定 @@ -6842,42 +7103,42 @@ ColorsPage - + Color 颜色 - + Select 选择 - + Activity Scrollbar 活动滚动条 - + Activity Headings 活动标题 - + Line Width 线宽 - + Font 字体 - + Font Scaling 字体缩放 - + Antialias 反锯齿 @@ -6894,17 +7155,17 @@ 原色(Windows) - + Swatch 色彩搭配 - + Name 名称 - + Apply Theme 应用主题 @@ -6929,12 +7190,12 @@ 日历文字 - + Theme 主题 - + Colors 色彩 @@ -7243,37 +7504,37 @@ CalDAV密码 - + + + - + - - - + Edit 编辑 - + Add 新增 - + Delete 删除 - + Service 服务 - + Description 描述 @@ -7294,388 +7555,441 @@ CriticalPowerWindow - - - + + + no data 无数据 - + Percentage of Best 最佳百分比 - + Show Heat 显示热度 - + Delta compare 差值比较 - + as percentage 作为百分比 - + Critical Power 临界功率 - + Basic 基本 - + Export Chart Data... 导出图表数据 - + Filter 过滤器 - + Date range 日期范围 - + Data series 数据系列 - + Activity Mean Max 活动平均最大值 - + Activity Centile 活动百分位数 - + No Activity 沒有活动 - + Current Activity 目前活动 - + None - - - + + + Model 模型 - + Zone Shading 区间阴影 - + + Show Power Profile + + + + Show grid 显示网格 - + + Show Performance Tests + + + + Show Bests 显示最佳成绩 - + Filter Unique Bests 过滤独立最佳纪录 - + Show Sustained Efforts 显示持续骑行 - + Show as percentage 显示百分比 - + Show curve heat 显示曲线热度 - + Show curve heat by date 按日期显示曲线热度 - + Shade Intervals 区段阴影 - + + Show time scale linear + + + + 2 parameter 2参数 - + 3 parameter 3参数 - + Extended CP 扩展型CP - + Multicomponent 多组元 - + Ward-Smith Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval 搜索区段 - + (seconds) (秒) - + Anaerobic 无氧 - + Aerobic 有氧 - + Short anaerobic 短时无氧 - + Long aerobic 长时有氧 - + Exponential 指数型 - + Variant 变换 - + Linear feedback 线性反馈 - + Regeneration 再生型 - + Value 数值 - + Rank 排名 - + W' W' - + 0 kJ 0 kJ - - - - - + + + + n/a - + CP 临界功率 - - - + + 0 w 0 w - + Pmax P-max - FTP - FTP + FTP - + Endurance Index 耐力指数 - + Motor Unit Model 运动单元模型 - + Power 功率 - + Watts per Kilogram 每千克功率 - + xPower xPower - + Iso Power 标准化功率 - + Heartrate 心率 - + Speed 速度 - + Acceleration 加速度 - + Power %1 功率 %1 - + Cadence %1 踏频 %1 - + Torque %1 扭矩 %1 - + Heartrate %1 心率 %1 - + Cadence 踏频 - + Torque 扭矩 - + VAM VAM - + aPower aPower - + aPower per Kilogram 每千克aPower - + Work 做功 - + Veloclinic Plot Veloclinic图 - + Unknown 未知 - + Save Best Data as CSV 导出最佳纪录至CSV - + no date 无資料 - + MM/dd/yyyy yyyy/M/d @@ -7683,47 +7997,47 @@ CustomMetricsPage - + Symbol 符号 - + Name 名称 - + Edit 编辑 - + + + - + - - - + Add 新增 - + Delete 删除 - + Are you sure you want to delete this metric? 确认删除此指标? - + Remove 删除 @@ -7815,18 +8129,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts W - + Daniels EqP is the constant power which would produce equivalent Daniels Points. Daniels EqP是产生同等Daniels点数的常值功率. @@ -7834,12 +8148,12 @@ DanielsPoints - + Daniels Points Daniels点 - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. 适用于骑行的Daniels点,假设VO2max功率为CP的1.2倍,指定在CP骑行1小时为100点. @@ -7847,8 +8161,8 @@ DataFilter - - + + malformed expression. 表达式有误 @@ -7856,87 +8170,95 @@ DateSettingsEdit - + Current selection 目前选择 - + Current selection thru today 目前选择到今天 - + From - + to today 到今天 - + Between - + and - + Last 过去 - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -7977,62 +8299,62 @@ DefaultsPage - + + + - + - - - + Add 新增 - + Delete 删除 - + Up - + Down - + Field 字段 - + Value 数值 - + Linked field 关联的字段 - + Default Value 默认值 - + New 新建 - + New (%1) 新建 (%1) @@ -8053,7 +8375,7 @@ 删除数据点 - + Remove XDATA Points 删除X数据点 @@ -8069,12 +8391,12 @@ DevicePage - + Add 新增 - + Delete 删除 @@ -8087,12 +8409,12 @@ 训练视图允许多个设备 - + + + - + - - @@ -8139,12 +8461,26 @@ Kettler Racer串口设备 - + + Daum Serial Device + + + + + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. - Tacx Fortius/iMagic骑行台,通过USB端口连接.请确保已有设备固件 + Tacx Fortius/iMagic骑行台,通过USB端口连接.请确保已有设备固件 - + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. 测试设备,仅用于开发.若选择ERG文件,其将有反馈. @@ -8170,75 +8506,62 @@ 日历 - Summary - 总结 + 总结 - Day Summary - 日总结 + 日总结 - Weekly Summary - 周总结 + 周总结 - Monthly Summary - 月总结 + 月总结 - Totals - 全部 + 全部 - Averages - 平均 + 平均 - Maximums - 最大值 + 最大值 - Metrics - 指标 + 指标 - ^(Average|Max) - ^(平均|最大) + ^(平均|最大) - seconds - + - Day of - 星期 + 星期 - - + dddd MMMM d M月d日,dddd - + Week Commencing %1 %1起的周 - MMMM yyyy - yyyy年M月 + yyyy年M月 @@ -8321,62 +8644,62 @@ ,然后点击下载 - + Getting list ... 获取列表... - + Get list failed 获取列表失败 - + The activity %1 could not be converted to GoldenCheetah .JSON file format. 无法转换活动 %1 为GC的.JSON格式. - + Starting Download ... 开始下载... - + Download cancelled 下载已取消 - + File %1 has no valid timestamp, falling back to 'now' 文件 %1 无有效的时间戳,回滚到“现在” - + Activity Already Downloaded 活动已被下载过 - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? 开始于 %1 的活动似乎已被下载过.是否要覆盖之前的下载? - + Failed to rename %1 to %2 重命名 %1 至 %2 失败 - + .JSON conversion error: file %1 .JSON转换失败:文件%1 - + Download completed 下载完成 - + Cleaned data 数据清理完成 @@ -8414,50 +8737,50 @@ 加载设备驱动失败 - + Cancel clicked by user. 用户已取消. - - + + Download failed - + Failed to remove existing file %1: %2 删除已有文件 %1: %2失败 - + failed to rename %1 to %2 重命名 %1 至 %2 失败 - + Failed to rename %1 to %2: %3 重命名 %1 至 %2 失败:%3 - + &Overwrite 覆寫(&O) - + &Skip 忽略(&S) - + skipped file %1 忽略文件 %1 - - - + + + Error 错误 @@ -8465,38 +8788,44 @@ Dropbox - Network Problem reading Dropbox data - 网络错误,读取Dropbox数据错误 + 网络错误,读取Dropbox数据错误 - invalid root path. - 无效的根路径. + 无效的根路径. - root is not a directory. - 根路径不是文件夹. + 根路径不是文件夹. - problem parsing Dropbox data - 解析Dropbox数据错误 + 解析Dropbox数据错误 + + + + Problem accessing Dropbox data + - + You must authorise with Dropbox first 必须首先授权Dropbox - - + + Parsing Error: %1 + + + + + Completed. 完成. - + Network Error - Upload failed. 网络错误 - 上传失败. @@ -8518,12 +8847,12 @@ EOA - + Effect of Altitude 海拔效应 - + Relationship between altitude adjusted power and recorded power 海拔功率和记录功率之间的关系 @@ -8565,17 +8894,22 @@ EditIntervalDialog - + Edit Interval 编辑区段 - + + Performance Test + + + + &OK 确定(&O) - + &Cancel 取消(&C) @@ -8583,121 +8917,140 @@ EditMetricDetailDialog - + Name 名称 - + Axis Label / Units 轴标签/单位 - + Curve Settings 曲线设置 - + Estimate %1 %2 Power 估计%1 %2 功率 - + Endurance Index 耐力指数 - + Vo2Max Estimate VO2max估计 - + Metric 指标 - + Best 最佳 - + Estimate 估计 - Stress - 压力 + 压力 + + + + PMC + PMC - + Formula 规则(Formula) - - + + Measure + + + + + Performance + 表现 + + + + Banister + + + + + seconds - - + + minutes - - + + hours - - + + Peak 峰值 - + Absolute 绝对值 - + Per Kilogram 每千克 - + Total 全部 - + Running Total 跑步全部 - + Average 平均 - + Low 最小值 - + Aggregate: 合计: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8708,217 +9061,287 @@ # 输入已知指标时会自动完成 - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) 短期压力(STS/ATL) - + Long Term Stress (LTS/CTL) 长期压力(LTS/CTL) - + Stress Balance (SB/TSB) 压力平衡(Stress Balance, SB/TSB) - + Stress Ramp Rate (RR) 压力缓变率(RR) - + Stress Type 压力类型 - - Metadata Field - 元数据字段 + + Negative Training Effect (NTE) + - - PMC metric - PMC指标 + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + + Metadata Field + 元数据字段 - + + PMC metric + PMC指标 + + + + Measure Group + + + + + Measure Field + + + + Filter 过滤器 - + Style 风格 - + Bar 柱状图 - + Line 线条 - + Sticks 棍状图 - + Dots - + Stack 堆叠 - + Symbol 符号 - + None - + Circle 圆圈 - + Square 方块 - + Diamond 菱形 - + Triangle 三角形 - + Cross - + Hexagon 六边形 - + Star 星形 - + Color 颜色 - + Fill curve 填充曲线 - + Data labels 数据标签 - + Highlight Highest 高亮最高值 - + Highlight Lowest 高亮最小值 - + Highlight Outliers 高亮逸出值 - + Baseline 基线 - + Smooth Curve 平滑曲线 - + No trend Line 无趋势线 - + Linear Trend 线性趋势 - + Quadratic Trend 二次趋势 - + Moving Average 移动平均 - + Simple Average 简单平均 - + &OK 确定(&O) - + &Cancel 取消(&C) - + Peak %1 峰值 %1 - + second - + minute - + hour - + + %1 - %2 + + + + + Performances + + + + + Power Index + + + + + Performances_%1_%2_%3 + + + + Choose Metric Color 选择指标颜色 @@ -8965,72 +9388,72 @@ EditPhaseDialog - + Edit Date Range 编辑日期范围 - + Name 名称 - + Type 类型 - + From - + To - + Starting LTS 初始LTS - + Lowest SB 最低SB - + Phase 阶段 - + Prep 准备 - + Base 基础 - + Build 强化 - + Camp 训练营 - + &OK 确定(&O) - + &Cancel 取消(&C) @@ -9038,62 +9461,62 @@ EditSeasonDialog - + Edit Date Range 编辑日期范围 - + Name 名称 - + Type 类型 - + From - + To - + Starting LTS 起始LTS - + Lowest SB 最低SB - + Season 赛季 - + Cycle 循环 - + Adhoc 特定 - + &OK 确定(&O) - + &Cancel 取消(&C) @@ -9101,27 +9524,37 @@ EditSeasonEventDialog - + Edit Event 编辑赛事 - + Name 名称 - + Date 日期 - + + Priority + + + + + Description + 描述 + + + &OK 确定(&O) - + &Cancel 取消(&C) @@ -9345,13 +9778,13 @@ ElevationGain - + Elevation Gain 爬升 - + meters m @@ -9362,7 +9795,7 @@ - + feet 英尺 @@ -9372,7 +9805,7 @@ 低速、无功率和踏频时获得的爬升 - + Elevation Gain in meters of feets 获得的爬升,单位为m或英尺 @@ -9380,22 +9813,22 @@ ElevationLoss - + Elevation Loss 海拔下降 - + meters m - + feet 英尺 - + Elevation Loss in meters of feets 海拔下降,单位为m或feet @@ -9753,107 +10186,107 @@ FieldsPage - + Delete 删除 - + Up - + Down - + + + - + Text 文字 - + Textbox 文本框 - + ShortText 简写 - + Integer 整数 - + Double 双精度 - + Date 日期 - + Time 时间 - + Checkbox 复选框 - + - - - + Add 新增 - + Screen Tab 标签 - + Field 字段 - + Type 类型 - + Values 数值 - + Diary 日记 - + New 新的 - + New (%1) 新的 (%1) @@ -10267,6 +10700,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10620,7 +11069,7 @@ FixPower - + Adjust Power Values 调整功率值 @@ -10628,21 +11077,45 @@ FixPowerConfig - Power Adjustment - 功率调整 + 功率调整 + + + + Percent Adjustment + - + % % - + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. + +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. + + + Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: Power Adjustment - this defines percentage to modify values by. Negative values are supported. - 功率值调整能够按照百分比向上或向下调整功率值.需要一个参数: + 功率值调整能够按照百分比向上或向下调整功率值.需要一个参数: 功率调整 - 确定调整的百分比,支持负值. @@ -10716,16 +11189,50 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question - 偶尔,SmO2(%)会报告错误的值(0%或>100%). + 偶尔,SmO2(%)会报告错误的值(0%或>100%). 本功能将在SmO2数据中搜索尖峰/异常,并使用异常数据一侧的3个数据点对其进行平滑/插值后替换. + + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: + +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + + + FixSpeed @@ -10762,9 +11269,8 @@ 修正功率尖峰 - Fix SmO2 Anomaly - 修正SmO2异常 + 修正SmO2异常 @@ -10829,17 +11335,17 @@ FolderNameDialog - + Folder Name 文件夹名称 - + Cancel 取消 - + Create 新建 @@ -10863,7 +11369,7 @@ - + You entered '%1' which is not an expected value. 你输入的 '%1' 并非期望值 @@ -11507,42 +12013,42 @@ GcCrashDialog - + %1 Crash Recovery %1 崩溃恢复 - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> <b>此前发生了崩溃 </b><br><br>下面的报告给出了一些诊断信息,将会对开发者有帮助.您可以将其连同奔溃时的情形描述发送至<href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah论坛</href><br><b><br>我们尊重隐私,本日志不含id、密码或个人信息.</b><br><b><br>本窗口关闭时,将打开程序.</b> - + Save Crash Report... 保存崩溃报告... - + Close 关闭 - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> <p>版本日期: %1 %2<br>版本id: %3<br>版本号: %4<br>数据库构架: %5<br>指标: %7<br>操作系统: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> - + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> + - + Save Diagnostics 保存诊断信息 - + Text File (*.txt) 文本文件 (*.txt) @@ -11550,42 +12056,42 @@ GcMiniCalendar - + Mon - + Tue - + Wed - + Thu - + Fri - + Sat - + Sun - + MMMM yyyy yyyy年M月 @@ -11643,9 +12149,8 @@ 无氧TISS - BikeStress - BikeStress + BikeStress @@ -11688,6 +12193,11 @@ 移动设置文件%1到子目录%2 - %3失败 + + TSS + + + Start copying of: Calendar files... 开始复制:日历文件... @@ -11885,17 +12395,17 @@ GcWindowDialog - + Chart Setup 图表设置 - + Cancel 取消 - + OK 确定 @@ -11983,78 +12493,85 @@ R图表 + + Python Chart + + + + Python Chart + + + + 2d Plot 2D散布图 - 3d Plot - 3D散布图 + 3D散布图 - + Aerolab Chung Analysis Aerolab分析 - + Calendar 日历 - + Navigator 导航 - + Summary 总结 - + Telemetry 参数 - + Workout 训练 - + Realtime 实时曲线 - + Pedal Stroke 踩踏 - + Web page 网页 - Map 地图 - StreetView - 街景 + 街景 - + Video Player 视频播放器 - + Workout Editor 训练编辑器 @@ -12066,136 +12583,167 @@ 语言: - + Language 语言 - + English - + French - + Japanese - + Portugese (Brazil) - + Italian - + German - + Russian - + Czech - + Spanish - + Portugese - + Chinese (Simplified) 简体中文 - + Dutch 荷兰语 - + Swedish 瑞典语 - + Unit 单位: - + Metric 公制 - + Imperial 英制 - + Use Garmin Smart Recording 使用Garmin智能记录 - + Smart Recording Threshold (secs) 智能记录临界值(秒) - + Elevation hysteresis (meters) 爬升滞后 (m) - + W' bal formula W'平衡方式 - + Enable R 启用R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library 运动员库 - + Workout and VideoSync Library 训练和视频同步库 - + R Installation Directory R安装文件夹 - + + Python Home + + + + R Installation (R_HOME) R安装路径 (R_HOME) + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + Smart Recording Threshold (secs): 智能记录临界值(秒): @@ -12204,22 +12752,22 @@ W'平衡方式: - + Differential 微分 - + Integral 积分 - + Warn for unsaved activities on exit 退出时未保存警告 - + Enable API Web Services 启用API网络服务 @@ -12228,7 +12776,7 @@ 训练和视频同步文件夹: - + Select Athlete Library 选择运动员库 @@ -12237,14 +12785,15 @@ 爬升滞后Elevation hysteresis(m): - - - + + + + Browse 浏览 - + Chinese (Traditional) 繁体中文 @@ -12253,7 +12802,7 @@ 运动员库: - + Select Workout Library 选择训练文件夹 @@ -12420,12 +12969,12 @@ Gradient - + Gradient 坡度 - + Elevation Gain to Total Distance percent ratio 爬升与总距离的百分比比值 @@ -12695,18 +13244,18 @@ HeartBeats - + Heartbeats 心跳数 - - + + beats - + Total Heartbeats 总心跳次数 @@ -12905,119 +13454,119 @@ 修正速度 - + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings 显示/隐藏视图(如侧边栏)、以及添加图表和重置图表布局的选项 - + Help options of GoldenCheetah GC帮助选项 - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates 跟踪表现、指标趋势、用户定义最佳区段和模型预测的可完全自定义图表类型 - + Date range, data grouping settings which apply to a single chart 适用于单一图表的日期范围和数据分组设置 - + Curves which are plotted for the specific chart - based on presets or individually added and modified here 为特定图表画出的图线 - 基于预置或在此处添加和修改 - + Individual curve configuration 单个曲线设置 - + Tree map visulation of activity data by two selectable dimensions for a configurable metric 根据两个选定维度的活动数据树状图 - - + + Distribution of activity data samples or metrics according time spent in a certain segment 在特定分段内的活动数据点或指标分布 - + Detailed information of a single activity - the metrics shown here are configurable 单个活动的详细信息 - 此处显示的指标可自定义 - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies 活动文件数据编辑器 - 允许改变/修正数据、搜索条目和异常 - + Plot of all activity data series in various ways 活动数据系列的多种图表 - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file 选择显示在图表中的附加曲线 - 仅在活动文件中有存在对应数据时显示 - + Analysis of heartrate vs. power along the activity data 根据活动数据分析心率与功率的关系 - + Map of activity 活动地图 - + Configurable 2D scatter plot of the current activity 目前活动的2D散布图 - 可自定义 - + Configurable 3D plot of the current activity 目前活动的3D散布图 - 可自定义 - + Predefined and configurable set of data ranges for selection of activities to be analysed 预设和可设置的数据分析范围 - + Powerful filter and search engine to determine the activities which are considered in diagram 强大的过滤器和搜索引擎,以确定图表中考虑的活动范围 - + Configurable list of activities 可设置的活动列表 - + Entry field for sophisticated Searching and Filtering of activities 活动复杂搜索和过滤的输入框 - + Adding intervals to an activity using simple query methods 使用简单查询方式向活添加区段动 - + Definition of coloring rules for activities 定义活动着色规则 - - + + Critical Mean Maximal Power Curve 临界平均最大功率曲线 @@ -13052,184 +13601,189 @@ 过滤R-R逸出值 - + + Fix SmO2/tHb outliers + + + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments 能被应用为图表设置的预置曲线集,或作为个人调整的起点 - + User defined formulas 用户自定义规则 - - + + Basic configuration like date range, what series to use and how to plot 设置数据范围、数据系列和绘图方式的基本设置 - - + + Configuration of the CP Model to be used to plot the curve 设置绘制曲线所用的CP模型 - + Definition which date range is used for this particular chart 设置这一特定图表使用的数据范围 - - - + + + Calendar 日历 - + Configurable activity log - with build in search capabilities 可设置的活动日志 - 自带搜索功能 - + Selection how the power data series is shown in the plot and general settings on the diagram structure 选择功率数据系列在图表中的显示方式和图表结构的一般设置 - + Quadrant analysis of pedal velocity vs. effective pedal force 踏板速度与有效踩踏力的象限分析 - + Chung's Aerolab analysis Aerolab分析 - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable 所选数据范围的概览/总结 - “运动员最佳”中显示的数据可设置 - + Chart specific filter/search and date range settings 图表特有的过滤器/搜索和数据范围设置 - + Definition of points in time 'Events' which are marked explicitely on time related diagrams 设置显示在与时间相关的图表上的“赛事” - - + + Simple summary view 简单的总结视图 - + Alternative access to the charts created for the main view 主视图图表的另一种打开途径 - + Display the available and add new intervals using simple query methods 显示已有区段和使用简单查询方式添加新区段 - + General 一般 - + Athlete 运动员 - + Training Zone definition for power 功率训练区间定义 - + Training Zone definition for heartrate 心率训练区间定义 - + Training Zone definition for Swim and Run 游泳和跑步训练区间定义 - + Autoimport 自动导入 - + Passwords 密码 - + Appearance 外观 - + Automatic Interval Detection 区段自动检测 - + Data Fields 数据字段 - + Definition of default value(s) for data fields 数据字段默认值设置 - + Definition of processing default parameters for the fix, adjust,... tools 修正、调整工具进行处理的默认参数设置 - + Metrics 指标 - + Metrics shown in 'Bests' “最佳”中显示的指标 - + Metrics shown in 'Summary' “总结”中显示的指标 - + Metrics shown in 'Intervals' “区段”中显示的指标 - + Training 训练 - + Remote Controls 遥控 - + Train Devices 训练设备 @@ -13250,12 +13804,12 @@ HistogramWindow - + Bin width 柱状图宽度 - + Log Y 对Y轴取对数 @@ -13270,18 +13824,18 @@ 指标 - + Show 显示 - + With zeros 含零值 - + Shade zones 区间阴影 @@ -13292,7 +13846,7 @@ - + Show in zones 按区间显示 @@ -13317,32 +13871,32 @@ 数据系列 - + Total (x-axis) 全部(X轴) - + Distribution (y-axis) 分布(Y轴) - + Color 色彩 - + Absolute Time 絕對时间 - + Percentage Time - + Use polarised zones 使用极化区间 @@ -13355,218 +13909,218 @@ 标题 - + Unable to process chart file 无法处理图表文件 - + Bad chart type (%1). 图表类型错误 (%1). - + Are you sure you want to remove the chart? 确定删除图表? - + Remove 删除 - + Problem Saving Chart Bar Layout 保存图表栏布局错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. - + Ride Log 骑行日志 - + Aerobic Power 有氧功率 - + Anaerobic Power 无氧功率 - + Cadence 踏频 - + Calendar 日历 - + CP CP - + Details 详细信息 - + Distance 距离 - + Edit 编辑 - + Elapsed Time 历时 - + Heartrate 心率 - + Lap - + Map 地图 - + Performance 表现 - + PMC PMC - + Power 功率 - + QA 象限分析 - + Ride 骑行 - + Speed 速度 - + Summary 总结 - + Target Power 目标功率 - + Time and Distance 时间与距离 - + Time In Zone 各区间时间 - + W' In Zone 各区间W' - + Sustained In Zone 区间持续时间 - + Training Mix 训练组合 - + Navigator 导航 - + W/kg W/kg - + Workout 训练 - + Stress 压力 - + Scatter 散布图 - - + + HrPw 心率/功率 - + Activity Log 活动日志 - + Tracker 追踪 - + CP History CP历史 - + Library - + CV CV @@ -13574,12 +14128,12 @@ HrNp - + HrNp Ratio 心率/NP比 - + Iso Power to Average Heart Rate ratio in watts/bpm 标准化功率与平均心率的比值,单位为W/bpm @@ -13587,12 +14141,12 @@ HrPw - + HrPw Ratio 心率/功率比 - + Power to Heart Rate Ratio in watts/bpm 功率与心率的比值,单位为W/bpm @@ -13647,65 +14201,78 @@ HrSchemePage - + Add 新增 - + Delete 删除 - + + + - + - - - + Short 简称 - + Long 全称 - + Percent of LT いまいち LT百分比 - + Trimp k TRIMP K系数 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13838,27 +14405,27 @@ HrZonePage - + Sport 运动 - + Bike 骑车 - + Run 跑步 - + Lactate Threshold 乳酸阈值 - + Default 默认 @@ -14179,12 +14746,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones 保存心率区间错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. @@ -14210,99 +14777,191 @@ + HrvMeasures + + + HR + + + + + AVNN + + + + + SDNN + + + + + RMSSD + + + + + PNN50 + + + + + LF + + + + + HF + + + + + Recovery Points + + + + + bpm + bpm + + + + msec + ms + + + + % + % + + + + msec^2 + ms^2 + + + + Rec.Points + 记录点 + + + + Hrv + + + + HrvMeasuresCsvImport - + Select HRV measurements file to import 选择要导入的HRV参数文件 - + CSV Files (*.csv) CSV文件 (*.csv) - + No file selected. 未选择文件 - + Selected file %1 cannot be opened for reading. 所选文件%1无法打开. - + Column header contains duplicate identifier 列标题包含重复标识符. - Unknown column header: - 未知的列标题: + 未知的列标题: - SPACE - 空格 + 空格 - Date and Timp are missing - Column 'timestamp_measurement' for measurement timestamp. - 日期与时间戳丢失 - 'timestamp_measurement'列为参数时间戳. + 日期与时间戳丢失 - 'timestamp_measurement'列为参数时间戳. - Column 'rMSSD' - is missing - 'rMSSD'列丢失 + 'rMSSD'列丢失 - Number of data columns: %1 in line %2 deviates from header columns: %3 - %2行的数据列数量%1与标题列%3不一致 + %2行的数据列数量%1与标题列%3不一致 - Invalid 'date' - Date/Time not ISO 8601 format - in line %1 - %1行含有无效的'date'(日期/时间)数据 + %1行含有无效的'date'(日期/时间)数据 + + + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. + + + + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. + + + + + Number of data columns: %1 in line %2 lower than header columns: %3 + + + + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 + - + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 + + + + Invalid 'rMSSD' - in line %1 %1行'rMSSD'数据无效 - + Invalid 'HR' - in line %1 %1行'HR'数据无效 - + Invalid 'AVNN' - in line %1 %1行'AVNN'数据无效 - + Invalid 'SDNN' - in line %1 %1行'SDNN'数据无效 - + Invalid 'pNN50' - in line %1 %1行'pNN50'数据无效 - + Invalid 'LF' - in line %1 %1行'LF'数据无效 - + Invalid 'HF' - in line %1 %1行'HF'数据无效 - + Invalid 'HRV4T_Recovery_Points' - in line %1 %1行'HRV4T_Recovery_Points'数据无效 @@ -14360,22 +15019,27 @@ 关闭 - + Body Measurements 身体参数 - + Invalid date range - please check your input 无效日期范围 - 请检查输入 - + + Download completed. + + + + HRV Measurements HRV参数 - + Downloading of HRV measurements failed with error: %1 下载HRV参数失败, 错误: %1 @@ -14383,99 +15047,68 @@ HrvPage - + Time dependent HRV measurements 时域HRV参数 - + From Date - Time 从日期 - 时间 - - rMSSD - - - - - HR - - - - - AVNN - - - - - SDNN - - - - - pNN50 - - - - - LF - - - - - HF - + Rec.Points + 记录点 - - Rec.Points - 记录点 + + Comment + 注释 - - + + Update 更新 - + + + - + - - - + Add 新增 - + Delete 删除 - + Source 来源 - + Original Source 原始来源 - - + + MMM d, yyyy - hh:mm:ss yyyy年M月d日, hh:mm:ss - + Manual entry 手动创建 @@ -14974,52 +15607,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts 导入图表 - + Cancel 取消 - + Import 导入 - - - - - - - + + + + + + + Diary 日记 - - - - - - + + + + + + Trends 趋势 - - + + Activities 活动 - - + + Train 训练 @@ -15133,7 +15774,7 @@ InsertXDataPointCommand - + Insert XData Point 插入X数据点 @@ -15149,22 +15790,22 @@ IntervalMetricsPage - + Available Metrics 可用指标 - + Selected Metrics 选中的指标 - + Up - + Down @@ -15205,12 +15846,20 @@ 启用区段自动发现: - + Enable interval auto-discovery 启用区段自动发现: + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + 标准化功率是对能够产生同等生理“代价”的常值功率的一种估计. + + + JouleDevice @@ -15361,6 +16010,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + 无此文件夹,请在设置中设定新位置. + + + + + Completed. + 完成. + + + + Upload failed + 上传失败 + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + 注释 + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + 正在上传%1字节... + + + + Upload + 上传 + + + + + Upload Failed + 上传失败 + + + + + Unable to upload, check your configuration in preferences. + 无法上传, 请检查设置. + + + + Done + 完成 + + + KettlerController @@ -15371,68 +16114,68 @@ KeywordsPage - + Field 字段 - + Use for Background 用于背景 - + Add 新增 - + Up - + Down - + Keyword 关键词 - + Color 颜色 - + Related Notes Words 相关注释关键词 - - + + New 新的 - + New (%1) 新的(%1) - + + + - + - - - + Delete 删除 @@ -15651,142 +16394,143 @@ LTMPlot - - - + + + Date 日期 - - + + Time of Day 时间 - - - - + + + + %1 trend %1趋势 - + %1 average %1平均 - + %1 Top %2 Outliers %1最高%2逸出值 - + %1 Outlier %1 逸出值 - + %1 Best %1最佳 - + Best %1 最佳%1 - + watts W - - + + Best 最佳 - + Day - + Week - + Month - + Year - - + + All 全部 - - + + %1 %2 trend %1 %2趋势 - + %1 %2 Outliers %1 %2 逸出值 - + %1 %2 Best %1 %2最佳 - + Today 今天 - + minutes - - - - - - - - - + + + + + + + + + seconds - - - - + + + + + Ramp 斜率 - + hours - + Week Commencing %1 %1起的周 @@ -15893,235 +16637,234 @@ LTMSidebar - - + + Date Ranges 日期范围 - - - + + + Events 赛事 - - - - - - + + + + + + Add season 新增赛季 - - + + Edit season 编辑赛季 - - + + Delete season 删除赛季 - - + + Edit details 编辑详细信息 - - - - + + + + Menu 菜单 - + Charts 图表 - - + + Filters 过滤器 - + Autofilter 自动过滤 - Summary - 总结 + 总结 - - + + Edit phase 编辑阶段 - - + + Delete phase 删除阶段 - - - - - - + + + + + + + Add Event 新增赛事 - - - - - - + + + + + + Add Phase 新增阶段 - - + + Delete event 删除赛事 - - + + Add event 新增赛事 - + Workout Code|Sport 活动名称|运动 - - - + + + (blank) (空) - + Manage Filters 管理过滤器 - + Delete Filter%1 删除过滤器%1 - + Edit Season 编辑赛季 - + You can only edit user defined seasons. Please select a season you have created for editing. 仅能编辑自己定义的赛季,请选择你创建的赛季 - + Delete Season 删除赛季 - + You can only delete user defined seasons. Please select a season you have created for deletion. 仅能删除自己定义的赛季,请选择你创建的赛季 - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. 仅能向自己定义的赛季添加赛事,请选择你创建的赛季 - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. 仅能向用户自定义赛季添加阶段,请在添加前选择之前创建的赛季. - Totals - 全部 + 全部 - Averages - 平均 + 平均 - Maximums - 最大值 + 最大值 - Metrics - 指标 + 指标 - ^(Average|Max) - ^(平均|最大) + ^(平均|最大) - seconds - + - + Add Chart 新增图表 - + Edit Chart 编辑图表 - + Delete Chart 删除图表 - + Delete Selected Charts 删除选中的图表 - + Export Chart 导出图表 - + Export Selected Charts 导出选中的图表 - + Import Charts 导入图表 @@ -16130,38 +16873,38 @@ 从云数据库导入图表... - + Reset to default 恢复默认 - + Export Charts 导出图表 - - + + Chart File (*.xml) 图表文件 (*.xml) - + Entry Error 输入错误 - + Selected file (%1) does not exist 选中的文件(%1)不存在 - + You are about to reset the chart sidebar to the default setup 将重置图表侧边栏至默认设置 - + Do you want to continue? 确认继续? @@ -16169,7 +16912,7 @@ LTMTool - + Metric 指标 @@ -16234,275 +16977,295 @@ 显示赛事 - + + Show Banister Helper + + + + Skiba Long Term Stress Skiba长期压力 - - - - - - - - - - - - - + + + + + + + + + + + + + Stress 压力 - + Skiba Short Term Stress Skiba短期压力 - + Skiba Stress Balance Skiba压力平衡 - - - - - - - - - - + + + + + + + + + + Stress Balance 压力平衡 - + Skiba STS Ramp Skiba短期压力斜率 - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp 斜率 - + Skiba LTS Ramp Skiba长期期压力斜率 - + Aerobic TISS Long Term Stress 有氧TISS长期压力 - + Aerobic TISS Short Term Stress 有氧TISS短期压力 - + Aerobic TISS Stress Balance 有氧TISS压力平衡 - + Aerobic TISS STS Ramp 有氧TISS短期压力斜率 - + Aerobic TISS LTS Ramp 有氧TISS长期压力斜率 - + Anaerobic TISS Long Term Stress 无氧TISS长期压力 - + Anaerobic TISS Short Term Stress 无氧TISS短期压力 - + Anaerobic TISS Stress Balance 无氧TISS压力平衡 - + Anaerobic TISS STS Ramp 无氧TISS短期压力斜率 - + Anaerobic TISS LTS Ramp 无氧TISS长期压力斜率 - + Daniels Long Term Stress Daniels长期压力 - + Daniels Short Term Stress Daniels短期压力 - + Daniels Stress Balance Daniels压力平衡 - + Daniels STS Ramp Daniels短期压力斜率 - + Daniels LTS Ramp Daniels长期压力斜率 - + Distance (km|mi) Long Term Stress 距离(km|mi)长期压力 - - + + Stress (km|mi) 压力(km|mi) - + Distance (km|mi) Short Term Stress 距离(km|mi)短期压力 - + Distance (km|mi) Stress Balance 距离(km|mi)压力平衡 - + Distance (km|mi) STS Ramp 距离(km|mi)短期压力斜率 - + Distance (km|mi) LTS Ramp 距离(km|mi)长期压力斜率 - + Coggan Chronic Training Load Coggan长期训练负荷 - + Coggan Acute Training Load Coggan短期训练负荷 - + Coggan Training Stress Balance Coggan训练压力平衡 - + Coggan STS Ramp Coggan短期压力斜率 - + Coggan LTS Ramp Coggan长期压力斜率 - + TRIMP Long Term Stress TRIMP长期压力 - + TRIMP Short Term Stress TRIMP短期压力 - + TRIMP Stress Balance TRIMP压力平衡 - + TRIMP STS Ramp TRIMP短期压力斜率 - + TRIMP LTS Ramp TRIMP长期压力斜率 - + Edit 编辑 - + Use sidebar chart settings 使用侧边栏图表设置 - + Basic 基本 - + Preset 预置 - + Estimate 估计 - + Formula 规则(Formula) - + + Measure + + + + + Performance + 表现 + + + + Banister + + + + Chart %1 图表 %1 @@ -16517,177 +17280,177 @@ 堆叠显示 - + Stack Zoom 堆叠缩放 - + Add Current 新增目前 - + Charts 图表 - + Apply 应用 - + Up - + Down - + Curves 曲线 - + Work (Kj) Long Term Stress 做功(kJ)长期压力 - - - - - - + + + + + + Stress (Kj) 压力(kJ) - + Work (Kj) Short Term Stress 做功(kJ)短期压力 - + Work (Kj) Stress Balance 做功(kJ)压力平衡 - + Work (Kj) STS Ramp 做功(kJ)短期压力斜率 - + Work (Kj) LTS Ramp 做功(kJ)长期压力斜率 - + W' Work (Kj) Long Term Stress W'做功(kJ)长期压力 - + W' Work (Kj) Short Term Stress W'做功(kJ)短期压力 - + W' Work (Kj) Stress Balance W'做功(kJ)压力平衡 - + W' Work (Kj) STS Ramp W'做功(kJ)短期压力斜率 - + W' Work (Kj) LTS Ramp W'做功(kJ)长期压力斜率 - + Below CP Work (Kj) Long Term Stress 阈值以下做功(kJ)长期压力 - + Below CP Work (Kj) Short Term Stress 阈值以下做功(kJ)短期压力 - + Below CP Work (Kj) Stress Balance 阈值以下做功(kJ)压力平衡 - + Below CP Work (Kj) STS Ramp 阈值以下做功(kJ)短期压力斜率 - + Below CP Work (Kj) LTS Ramp 阈值以下做功(kJ)长期压力斜率 - + Coggan Expected Chronic Training Load Coggan预期长期训练负荷 - + Coggan Expected Acute Training Load Coggan预期短期训练负荷 - + Coggan Expected Training Stress Balance Coggan预期训练压力平衡 - + TriScore Long Term Stress TriScore长期压力 - + TriScore Short Term Stress TriScore短期压力 - + TriScore Stress Balance TriScore压力平衡 - + TriScore STS Ramp TriScore短期压力斜率 - + TriScore LTS Ramp TriScore长期压力斜率 - + Type 类型 - + Details 详细信息 - + Peak 峰值 @@ -16695,43 +17458,43 @@ LTMWindow - + Days - + Weeks - + Months - + Years - - + + All 全部 - + Data Table 数据表 - + Stacked 堆叠 - + Export Chart Data... 导出图表数据... @@ -16744,84 +17507,115 @@ 导出图表设置至云数据库... - + grouped by 分组 - + day - + week - + month - + year - + time of day 时间 - - + + seconds - - + + Date 日期 - + + Banister Model + + + + + Impulse Metric + + + + + Peak + 峰值 + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + Coggan Acute Training Load Coggan短期训练负荷 - + Coggan Chronic Training Load Coggan长期训练负荷 - + Coggan Training Stress Balance Coggan训练压力平衡 - + hours - + Export Chart Config 导出图表设置 - + Save Chart Data as CSV 保存图表数据为CSV - + Group by 分组类型: - + Time Of Day 时间 @@ -16829,105 +17623,105 @@ LTPage - - + + Update 更新 - - + + + + - - + + - - - - + + Add 新增 - - + + Delete 删除 - + Def 确定 - - + + From Date 起始日期 - - + + Lactate Threshold 乳酸阈值 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) - - + + Rest HR 静止時心率 - - + + Max HR 最大心率 - - - + + + MMM d, yyyy yyyy年M月d日 - + Short 简称 - + Long 全称 - + From BPM 最低心率 - + Trimp k TRIMP K系数 @@ -16988,161 +17782,161 @@ Leaf - + %1 is unknown %1未知 - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 最佳():%1数据系列无效 - + invalid data series for tiz(): %1 区间时间():%1数据系列无效 - + invalid literal for daterange(): %1 数据范围():%1无效 - + invalid literal for config(): %1 设置():%1无效 - + invalid literal for const(): %1 常数():%1无效 - + which function has at least 2 parameters. 至少有两个参数的功能 - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -17192,8 +17986,12 @@ + %1 cannot be written to workout library %2, check permissions and free space + + + %1 already exists in workout library: %2 - %1已在训练库中:%2 + %1已在训练库中:%2 @@ -17290,7 +18088,7 @@ LocalFileStore - + You must define a network folder first 必须首先指定网络文件夹 @@ -17305,14 +18103,14 @@ 文件夹%1不存在 - - + + Completed. 完成. - - + + Write to folder %1 failed 写入文件夹%1失败 @@ -17484,8 +18282,8 @@ MainWindow - - + + Ctrl+N Ctrl+N @@ -17494,72 +18292,72 @@ Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+S Ctrl+S - + &Download from device... 从设备下载(&D)... - + Diary 日记 - + Train 训练 - + Add Chart 新增图表 - + Toggle Sidebar 切换侧边栏 - + Delete Activity 删除活动 - + Tiled View 平铺显示 - + &Athlete 运动员(&A) - + &Quit All Windows 退出所有窗口(&Q) - + A&ctivity 活动(&C) - + Ctrl+D Ctrl+D - + &Manual entry... 手动创建(&M)... @@ -17568,22 +18366,22 @@ 分享到网络... - + &Export... 导出(&E)... - + Backup Athlete Data 备份运动员数据 - + &Batch export... 批量导出(&B)... - + Sha&re 分享(&R) @@ -17628,22 +18426,22 @@ Ctrl+L - + CP and W' Solver... CP和W'解算器 - + VDOT and T-Pace Calculator... VDOT与T-Pace计算器... - + Import workouts, videos, videoSyncs... 导入训练、视频和视频同步... - + Scan disk for workouts, videos, videoSyncs... 在硬盘扫描训练、视频和视频同步... @@ -17656,7 +18454,7 @@ 云数据库贡献 - + Maintain charts 保留图表 @@ -17665,26 +18463,26 @@ 云数据库管理员 - + Curate charts 维护图表 - - - + + + Activity Import 活动导入 - - - + + + Closing of athlete window not possible while background activity import is in progress... 后台活动导入中,无法关闭运动员窗口... - + Chart Import 图表导入 @@ -17693,52 +18491,52 @@ 已导入%1个图表 - + Failed to export activity, please check permissions 导出活动失败,请检查权限 - + No Activity To Save 无活动可保存 - + There is no currently selected activity to save. 目前无选中活动以保存 - - - - + + + + Split Activity 分割活动 - - + + No activity selected 未选择活动 - + Current activity contains no data to split 目前活动无可分割的数据 - + Current activity contains no data to merge 目前活动无可合并的数据 - + Are you sure you want to delete the activity: 确认删除活动: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. @@ -17747,22 +18545,22 @@ 请检查设置. - + CloudDB 云数据库 - + Current athlete is not registered as curator - please contact the GoldenCheetah team 目前运动员未注册为管理员 - 请联系GC团队 - + Create Heat Map... 生成热力图... - + Export Metrics as CSV... 导出指标至CSV... @@ -17775,42 +18573,42 @@ Ctrl+U - + Create a new workout... 创建训练... - + Download workouts from ErgDB... 从ErgDB下载训练... - + Air Density (Rho) Estimator... 空气密度(Rho)估计... - + Toggle Compare Pane 切换比较面板 - + Open &Window 打开窗口(&W) - + Open &Tab 打开标签(&T) - + Close Window 关闭窗口 - + &Close Tab 关闭标签(&C) @@ -17819,57 +18617,57 @@ 分享活动至Twitter - + &Save activity 保存活动(&S) - + D&elete activity... 删除活动(&E)... - + Split &activity... 分割活动(&A)... - + Combine activities... 合并活动... - + Upload Activity... 上传活动... - + Synchronise Activities... 同步活动... - + Get &Body Measurements... 获取身体参数(&B)... - + Get &HRV Measurements... 获取HRV参数(&H)... - + Check For New Activities 检查新活动 - + Ctrl-C Ctrl+C - + CP and W' Estimator... CP与W'估计... @@ -17882,28 +18680,28 @@ 上传活动至日历 - + Activities 活动 - + Tabbed not Tiled 标签显示 - + You are about to reset all charts to the default setup 将重置所有图表至默认设置 - + Do you want to continue? 确认继续? - - + + &New Athlete... 新建运动员(&N)... @@ -17912,43 +18710,43 @@ 刷新日历 - + Find intervals... 寻找区段... - + Select Activity 选择活动 - - + + No activity selected! 未选择活动! - + Export Activity 导出活动 - + Export Failed 导出失败 - + Ctrl+E Ctrl+E - + Ctrl+I Ctrl+I - + Ctrl+B Ctrl+B @@ -17957,68 +18755,68 @@ Ctrl+P - + &Import from file... 从文件导入(&I)... - + Ctrl+M Ctrl+M - + Add Cloud Account... 添加云服务账户 - + Ctrl+A - + &Tools 工具(&T) - + &Options... 选项(&O)... - + &View 视图(&V) - - + + Toggle Full Screen 切换全屏 - + Show Left Sidebar 显示左侧边栏 - + Show Compare Pane 显示比较面板 - + Show Toolbar 显示工具栏 - + Tabbed View 标签显示 - + Save all modified activities 保存全部修改 @@ -18039,124 +18837,124 @@ 同步Sixcycle... - + Download workouts from Today's Plan... 从Today's Plan下载训练... - + Cloud Status... 云状态... - + Cloud Contributions 云贡献 - + Cloud Curator 云管理员 - + &Edit 编辑(&E) - + Show Athlete Tabs 显示运动员标签 - + Trends 趋势 - + Upload Chart... 上传图表... - + Download Chart... 下载图表... - + Reset Layout 重置布局 - + &Help 帮助(&H) - + &Help Overview 帮助概览(&H) - + &User Guide 用户手册(&U) - + &Log a bug or feature request 提交问题或功能请求(&L) - + &Discussion and Support Forum 讨论与支持论坛(&D) - + &About GoldenCheetah 关于Golden Cheetah(&A) - + Imported %1 metric charts 已导入%1个指标图表 - - + + Import from File 从文件导入 - + Refresh in Progress 刷新中 - + Export Metrics 导出指标 - + Comma Separated Variables (*.csv) 逗号分隔值 (*.csv) - - + + Workout Directory Invalid 训练文件夹无效 - + Delete 删除 - + Changes on 变化 @@ -18335,8 +19133,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 选择 #%1 @@ -18357,18 +19159,18 @@ MaxCT - + Max Core Temperature 最大核心温度 - - + + C ºC - + Maximum Core Temperature. The core body temperature estimate is based on HR data 最大核心温度.根据心率数据估计的核心身体温度 @@ -18376,18 +19178,18 @@ MaxCadence - + Max Cadence 最大踏频 - - + + rpm rpm - + Maximum Cadence 最大踏频 @@ -18395,18 +19197,18 @@ MaxHr - + Max Heartrate 最大心率 - - + + bpm bpm - + Maximum Heart Rate. 最大心率 @@ -18433,18 +19235,18 @@ MaxPower - + Max Power 最大功率 - - + + watts W - + Maximum Power 最大功率 @@ -18452,12 +19254,12 @@ MaxPowerVariance - + Max Power Variance 最大功率变化 - + Maximum Power Deviation with respect to 30sec Moving Average 相对于30秒移动平均数的最大功率偏差 @@ -18484,18 +19286,18 @@ MaxSmO2 - + Max SmO2 最大SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. 最大肌肉氧气饱和度,携氧血红蛋白的百分比. @@ -18503,22 +19305,22 @@ MaxSpeed - + Max Speed 最大速度 - + kph km/h - + mph mi/h - + Maximum Speed 最大速度 @@ -18526,22 +19328,22 @@ MaxTemp - + Max Temp 最高温度 - + C ºC - + F ºF - + Maximum Temperature 最高温度 @@ -18572,18 +19374,18 @@ MaxtHb - + Max tHb 最大tHb - - + + g/dL g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. 最大总血红蛋白浓度.每分升血红蛋白的总质量. @@ -18591,17 +19393,45 @@ MeanPowerVariance - + Average Power Variance 平均功率变化 - + Mean Power Deviation with respect to 30sec Moving Average 相对于30秒移动平均数的平均功率偏差 + Measure + + + Manual entry + 手动创建 + + + + Withings + + + + + Today's Plan + + + + + CSV Upload + CSV上传 + + + + Unknown + 未知 + + + MergeActivityWizard @@ -18612,22 +19442,26 @@ MergeAdjust - + Adjust Alignment 调整对齐 - Adjust merge alignment in time - 调整合并时间对齐 + 调整合并时间对齐 + + + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) + - + Adjust: 调整: - + Reset 重置 @@ -18635,32 +19469,32 @@ MergeChoose - + Choose an Activity 选择一个活动 - + Choose an Existing activity to Combine 选择一个已有活动以合并 - + Filename 文件名 - + Date 日期 - + Time 时间 - + dd MMM yyyy yyyy年M月d日 @@ -18668,17 +19502,17 @@ MergeConfirm - + Confirm 确认 - + Complete and Save 完成并保存 - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -18694,17 +19528,17 @@ MergeDownload - + Download Activity 下载活动 - + Download Activity to Combine 下载活动以合并 - + Error - Unknown file type 错误 - 未知的文件类型 @@ -18712,32 +19546,32 @@ MergeMode - + Select Mode 选择模式 - + How would you like to combine the data ? 如何合并数据? - + Merge Data to add another data series 合并数据以添加另一数据系列 - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. 将一个活动记录合并至目前活动,其中不同数据类型(如Moxy的O2数据)由不同设备记录.请仔细对齐时间数据. - + Join Data to form a longer activity 合并数据以形成更长的活动 - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. 将数据附到目前活动结尾以创建更长的活动. @@ -18745,75 +19579,91 @@ MergeSelect - + Merge Data Series 合并数据系列 - + Select the series to merge together 选择要合并的系列 + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source 选择来源 - + Where is the data you want to combine ? 想要合并的数据在哪里? - + Import from a File 从文件导入 - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. 从文件导入并与目前活动合并 - + Download from Device 从设备下载 - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. 从串口设备(如Moxy肌肉氧气监视器或码表)下载数据并与目前活动合并 - + Existing Activity 已有活动 - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. 从GC中已有活动合并数据.从可用活动列表选择. - + All Supported Formats (%1) 所有支持格式 (%1) - + All files (*.*) 所有文件 (*.*) - + Import from File 从文件导入 - + Error - Unknown file type 错误 - 未知的文件类型 @@ -18821,52 +19671,52 @@ MergeStrategy - + Select Strategy 选择策略 - + How should we align the data ? 如何对齐数据? - + Align using start time 按开始时间对齐 - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. 根据活动开始时间对齐数据.适用于时钟同步或接近的设备. - + Align using shared data series 按共有数据系列对齐 - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. 若活动含有相同的数据系列,例如设备均记录了踏频或心率,可按时间匹配共有数据的峰值和谷值来对齐其他数据. - + Align starting together 同时开始对齐 - + Regardless of the timestamp on the activity, align with both activities starting at the same time. 忽略活动时间戳,按活动同时开始对齐. - + Align ending together 同时结束对齐 - + Regardless of the timestamp on the activity, align with both activities ending at the same time. 忽略活动时间戳,按活动同时结束对齐. @@ -18874,17 +19724,17 @@ MergeWelcome - + Combine Activities 合并活动 - + Lets get started 开始! - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -18896,22 +19746,22 @@ MetadataPage - + Fields 字段 - + Notes Keywords 注释关键词 - + Defaults 预设 - + Processing 处理 @@ -18942,18 +19792,18 @@ MinHr - + Min Heartrate 最小心率 - - + + bpm bpm - + Minimum Heart Rate. 最小心率数. @@ -18961,18 +19811,18 @@ MinSmO2 - + Min SmO2 最小SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. 最小肌肉氧气饱和度,携氧血红蛋白的百分比. @@ -18980,22 +19830,22 @@ MinTemp - + Min Temp 最低温度 - + C ºC - + F ºF - + Minimum Temperature 最低温度 @@ -19022,18 +19872,18 @@ MintHb - + Min tHb 最小tHb - - + + g/dL g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. 最小总血红蛋白浓度.每分升血红蛋白的总质量. @@ -19041,473 +19891,379 @@ ModelDataProvider - Power (watts) - 功率 (W) + 功率 (W) - Cadence (rpm) - 踏频 (rpm) + 踏频 (rpm) - Heartrate (bpm) - 心率 (bpm) + 心率 (bpm) - Speed (kph) - 速度 (km/h) + 速度 (km/h) - Speed (mph) - 速度 (mi/h) + 速度 (mi/h) - Altitude (meters) - 海拔 (m) + 海拔 (m) - Altitude (feet) - 海拔 (ft) + 海拔 (ft) - Torque (N) - 扭距 (Nm) + 扭距 (Nm) - Elapsed Time (secs) - 历时 (s) + 历时 (s) - Elapsed Distance (km) - 距离 (km) + 距离 (km) - Elapsed Distance (mi) - 距离 (mi) + 距离 (mi) - Interval Number - 区段数 + 区段数 - Latitude (degree x 1000) - 纬度 (度数 x 1000) + 纬度 (度数 x 1000) - Longitude (degree x 1000) - 经度 (度数 x 1000) + 经度 (度数 x 1000) - Circumferential Pedal Velocity (cm/s) - 圆周踏板速度 (cm/s) + 圆周踏板速度 (cm/s) - Average Effective Pedal Force (N) - 平均有效踩踏力 (N) + 平均有效踩踏力 (N) - Time at X/Y (%) - X/Y处时间 (%) + X/Y处时间 (%) - Power Zone - 功率区间 + 功率区间 - L/R Balance - 左/右平衡 + 左/右平衡 - Running Vertical Oscillation - 跑步垂直振动 + 跑步垂直振动 - Running Ground Contact Time - 触地时间 + 触地时间 - Running Cadence - 步频 + 步频 - Gear Ratio - 齿比 + 齿比 - Muscle Oxygen - 肌肉含氧量 + 肌肉含氧量 - Haemoglobin Mass - 总血红蛋白量 + 总血红蛋白量 - Slope (gradient) - 坡度 + 坡度 - Unknown - 未知 + 未知 - Power - 功率 + 功率 - Cadence - 踏频 + 踏频 - Heartrate - 心率 + 心率 - Speed - 速度 + 速度 - Altitude - 海拔 + 海拔 - Pedal Force - 踩踏力 + 踩踏力 - Time - 时间 + 时间 - Distance - 距离 + 距离 - Interval - 区段 + 区段 - Latitude - 纬度 + 纬度 - Longitude - 经度 + 经度 - Time at X/Y - X/Y处时间 + X/Y处时间 - Zone - 区间 + 区间 - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - 平衡 + 平衡 - RV - RV + RV - GCT - 触地时间 + 触地时间 - Run Cad - 步频 + 步频 - Gear - 齿比 + 齿比 - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - 坡度 + 坡度 - None - + - No data or bin size too large - 无数据或数据过大 + 无数据或数据过大 ModelWindow - Power - 功率 + 功率 - Cadence - 踏频 + 踏频 - Heartrate - 心率 + 心率 - Speed - 速度 + 速度 - Altitude - 海拔 + 海拔 - Torque - 扭矩 + 扭矩 - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - 时间 + 时间 - Distance - 距离 + 距离 - Slope - 坡度 + 坡度 - Latitude - 纬度 + 纬度 - Longitude - 经度 + 经度 - L/R Balance - 左/右平衡 + 左/右平衡 - Running Vertical Oscillation - 跑步垂直振动 + 跑步垂直振动 - Running Cadence - 步频 + 步频 - Running GCT - 触地时间 + 触地时间 - Gear Ratio - 齿比 + 齿比 - Muscle Oxygen - 肌肉含氧量 + 肌肉含氧量 - Haemoglobin Mass - 总血红蛋白量 + 总血红蛋白量 - Analyse - 分析 + 分析 - X-Axis: - X轴: + X轴: - Y-Axis: - Y轴: + Y轴: - Z-Axis: - Z轴: + Z轴: - Color: - 颜色: + 颜色: - Bin Width: - 柱状图宽度: + 柱状图宽度: - User Defined - 用户自定义 + 用户自定义 - Natural Cadence Selection - 自然踏频选择 + 自然踏频选择 - Route Visualisation - 可视化路线 + 可视化路线 - Power Fatigue - 功率疲劳 + 功率疲劳 - Impact of Altitude - 海拔影响 + 海拔影响 - - Time at X&Y - X/Y处时间 + X/Y处时间 - Power Zone - 功率区间 + 功率区间 - Bar - 柱状 + 柱状 - Grid - 网格 + 网格 - Surface - + - Dots - + - Ignore Zero - 忽略零值 + 忽略零值 - Show Grid - 显示网格 + 显示网格 - Frame Intervals - 显示区段 + 显示区段 - Legend - 图例 + 图例 @@ -19654,20 +20410,12 @@ MultiDeviceDialog - + Multiple Device Configuration 多设备设置 - IsoPower - - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. - 标准化功率是对能够产生同等生理“代价”的常值功率的一种估计. - - - NamedSearches @@ -19917,18 +20665,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95%心率 - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values 95%的活动样本点数值都在其之下的心率 @@ -19936,18 +20684,18 @@ NonZeroPower - + Nonzero Average Power 非零平均功率 - - + + watts W - + Average Power without zero values, it gives inflated values when frecuent coasting is present 排除零值的平均功率,常滑行时该值惠变大 @@ -19960,94 +20708,98 @@ 授权 - + SSL Security Libraries required for 'Authorise' are missing in this installation. 安装文件缺少授权需要的SSL安全库 - - - + + Authorization Error 授权错误 - Error fetching OAuth credentials - Endpoint: /oauth/access_token - 获取授权证书错误 + 获取授权证书错误 Twitter authorization was successful. Twitter授权成功. - + Withings authorization was successful. Withings授权成功. - - - - - - - - + + + + + + + + + + Information 信息 - Error in authorization - 授权错误 + 授权错误 - There was an error during authorization. Please check the error description. - 授权错误,请检查错误描述. + 授权错误,请检查错误描述. - + Dropbox authorization was successful. Dropbox授权成功. - + SportTracks authorization was successful. SportTracks授权成功. - + PolarFlow authorization was successful. PolarFlow授权成功. - + Strava authorization was successful. Strava授权成功. - + Cycling Analytics authorization was successful. Cycling Analytics授权成功. + Google Calendar authorization was successful. - Google日历授权成功. + Google日历授权成功. + + + + Kent University Google Drive authorization was successful. + - + Google Drive authorization was successful. Google Drive授权成功. - + Error retrieving access token, %1 (%2) 获取访问令牌错误, %1 (%2) - + SSL Token Refresh Error SSL令牌刷新错误 @@ -20060,135 +20812,262 @@ 选择 - + Today's Plan authorization was successful. Today's Plan授权成功. - + Error retrieving authoriation credentials 获取授权证书错误 + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + 完成 + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC PMC - + Sport 运动 - + Workout Code 活动名称 - + Duration 持续时间 - + Notes 注释 - - HRV - + + HRV rMSSD + - + Heartrate 心率 - + Heartrate Zones 心率区间 - + Climbing 爬升 - + Cadence 踏频 - + Equivalent Power 等效功率 - + RPE RPE - + Stress 压力 - + Fatigue Zones 疲劳区间 - + Intervals 区段 - + Intensity 强度 - + Power 功率 - + Power Zones 功率区间 - + Power Model 功率模型 - + Distance 距离 - + Speed 速度 - + Pace Zones 配速区间 - + Route 路线 + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -20214,54 +21093,54 @@ PaceSchemePage - + + + - + - - - + Add 新增 - + Delete 删除 - + Short 简称 - + Long 全称 - + Percent of CV CV百分比 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) @@ -20422,27 +21301,27 @@ PaceZonePage - + Sport 运动 - + Run 跑步 - + Swim 游泳 - + Critical Velocity 临界速度 - + Default 默认 @@ -20686,137 +21565,137 @@ 无法打开文件 - + Zone defaults must be specified at head of %1 file 区间默认值应在%1文件开始处规定 - + Only one set of zone defaults may be specified in %1 file %1文件仅能规定一组区间默认值 - + line %1: read new range without reading any zones for previous one 第%1行:读取新范围而不为之前的读取区间 - + line %1: read zone without preceding date range 第%1行:不根据以前的日期范围读取区间 - - + + attempt to set zone based on % of CV without setting CV in line number %1. 根据CV百分比设置区间,但不在第%1行设置CV. - + file ended without reading any zones for last range 文件结束,没有为上一范围读取区间 - + Setting end date of range %1 to start date of range %2. 设置范围%1结束日期,作为范围%2开始日期. - + Extending final range %1 to infinite to include present date. 无穷拓展最终范围%1以包括目前日期. - + CV must be greater than zero in zone range %1 of %2 区间%2中范围%1的CV必须大于0 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). 范围%1:匹配区间%2上限(%3)和区间%4下限(%5). - + Range %1: setting top of zone %2 from %3 to MAX. 范围%1:从%3到最大值设置区间%2上限. - + Critical Velocity: %3%4 (%2%1) 临界速度: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">区间</td> - + <td align="center">Description</td> <td align="center">描述</td> - + <td align="center">Low (%1)</td> <td align="center">最低 (%1)</td> - + <td align="center">High (%1)</td> <td align="center">最高 (%1)</td> - + <td align="center">Time</td> <td align="center">时间</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones 保存配速区间错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. - - + + min/100m min/100m - - + + min/100yd min/100yd - - + + min/km min/km - - + + min/mile min/mi @@ -21032,6 +21911,146 @@ + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr30m + + + 30 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr3m + + + 3 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr5m + + + 5 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr60m + + + 60 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr8m + + + 8 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr90m + + + 90 min Peak Hr + + + + + + bpm + bpm + + + PeakPace10m @@ -22255,185 +23274,200 @@ PowerHist - + Time (minutes) 时间 (分) - + Time (percent) 时间 (%) - + Power (watts) 功率 (W) - - + + Power zone 功率区间 - + Heartrate (bpm) 心率 (bpm) - + Heartrate zone 心率区间 - - - - - + + + + + seconds - + Total %1 (%2) 全部 %1 (%2) - + Total %1 全部 %1 - + %1 of Activity (%2) 活动的%1 (%2) - + %1 of Activity 活动的%1 - + W'bal zone W'平衡区间 - + W'Bal Consumed (%) W'平衡消耗 (%) - + Power (watts/kg) 功率 (W/kg) - + aPower (watts) aPower (W) - + Cadence (rpm) 踏频 (rpm) - + Pace zone 配速区间 - + Speed (%1) 速度 (%1) - + kph km/h - + mph m/h - + Torque (%1) 扭矩 (%1) - + N-m Nm - + ft-lbf ft·lbf - + Gear Ratio 齿比 - + SmO2 SmO2 - + Unknown data series 未知数据系列 - + min/km min/km - + min/mile min/mi - - + + %1 Pace (%2) %1 配速 (%2) - + min/100m min/100m - + min/100yd min/100yd - - - - + + + + minutes 分钟 - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -22581,37 +23615,53 @@ ProcessorPage - + Processor 处理器 - + Apply 适用于 - + Settings 设置 - + Manual 手动 - + Import 导入 - + Save 保存 + PythonChart + + + Show Console + 显示控制台 + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -22635,22 +23685,22 @@ 骑车 - - + + Lap %1 第%1圈 - - + + MMM dd yyyy M月d日 yyyy年 - + All 全部 @@ -22730,68 +23780,52 @@ 骑车 %1 - - Manual entry - 手动创建 - - - - Withings - - - - - Today's Plan - + 手动创建 - - CSV Upload - CSV上传 + CSV上传 - - Unknown - 未知 + 未知 - + Problem Saving Body Measurements 保存身体参数错误 - + Problem Reading Body Measurements 读取身体参数错误 - + Problem Parsing Body Measurements 解析身体参数错误 - - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. - - + + File: %1 cannot be opened for 'Reading'. Please check file properties. 文件: %1 无法读取,请检查文件属性. - - + + File: %1 is not a proper JSON file. Parsing error: %2 文件: %1不是正确的JSON文件. 解析错误: %2 @@ -22816,7 +23850,7 @@ 保存路线数据错误 - + Problem Saving Seasons 保存赛季错误 @@ -22912,102 +23946,107 @@ 游泳 - + Unsupported file format 不支持的文件格式 - + Rest 休息 - + Very, very easy 非常轻松 - + Easy 轻松 - + Moderate 中等 - + Somewhat hard 略有困难 - + Hard 困难 - + Hard+ 困难+ - + Very hard 非常困难 - + Very hard+ 非常困难+ - + Very hard++ 非常困难++ - + Maximum 尽全力 - + Invalid 无效值 - + Problem Saving HRV Measurements 保存HRV参数错误 - + Problem Reading HRV Measurements 读取HRV参数错误 - + Problem Parsing HRV Measurements 解析HRV参数错误 - + Developer limit exceeded 超出开发者限制 - + Monthly free plan limit exceeded 超出包月免费套餐限额 - + Bad request 错误请求 - + + Gateway Timeout + + + + Networkerror: %1 网络错误: %1 @@ -23031,6 +24070,139 @@ HeartRate %1 心率 %1 + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D {3 ?} + + + + 4 + 3D {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D {6 ?} + + + + 7 Very fatigued+ + + + + + 8 + 3D {8 ?} + + + + 9 + 3D {9 ?} + + + + 10 Total Fatigue, Nothing Left + + + + + Python not installed or in path + + + + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. + + + + + The version of R installed is too old. You must have R version 3.4 or higher. + + + + + + The version of R installed is too new. You must have R version 3.3 or older. + + + RChart @@ -23089,205 +24261,220 @@ RealtimeData - + None - + Time 时间 - + Lap - + Lap Time 单圈时间 - + Lap Time Remaining 单圈剩余时间 - + + Section Time Remaining + + + + BikeStress BikeStress - + kJoules kJ - + W' bal W'平衡 - + XPower xPower - + Iso Power 标准化功率 - + Intensity Factor 强度系数 - + Relative Intensity 相对强度 - + Skiba Variability Index Skiba变化指数 - + Variability Index 变化指数 - + Distance 距离 - + Alternate Power 功率 (备用) - + Power 功率 - + Speed 速度 - + Virtual Speed 虚拟速度 - + Cadence 踏频 - + Heart Rate 心率 - + Target Power 目标功率 - + Average Power 平均功率 - + Average Speed 平均速度 - + Average Heartrate 平均心率 - + Average Cadence 平均踏频 - + Lap Power 单圈功率 - + Lap Speed 单圈速度 - + Lap Heartrate 单圈心率 - + Lap Cadence 单圈踏频 - + Left/Right Balance 左/右平衡 - + Total Hb Mass 总血红蛋白质量 - + Hb O2 Saturation 血红蛋白氧饱和度 - + Deoxy Hb 脱氧血红蛋白 - + Oxy Hb 氧合血红蛋白 - + Left Torque Effectiveness 左扭矩效率 - + Right Torque Effectiveness 右扭矩效率 - + Left Pedal Smoothness 左踏板平滑度 - + Right Pedal Smoothness 右踏板平滑度 - + Slope 坡度 + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -23460,12 +24647,12 @@ RemotePage - + Action 操作 - + ANT+ Command ANT+命令 @@ -23489,17 +24676,17 @@ RenameIntervalDialog - + Rename Intervals 重命名区段 - + &OK 确定(&O) - + &Cancel 取消(&C) @@ -23568,22 +24755,22 @@ RideCache - + Can't rename %1 to %2 in %3 无法重命名%3中的%1为%2 - + Problem Saving Ride Cache 保存骑行缓存错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. - + seconds @@ -23956,403 +25143,403 @@ RideFile - + Run 跑步 - + Swim 游泳 - + Time 时间 - + Cadence 踏频 - + Heartrate 心率 - + Distance 距离 - + Speed 速度 - + Acceleration 加速度 - + Power %1 功率 %1 - + Cadence %1 踏频 %1 - + Torque %1 扭矩 %1 - + Heartrate %1 心率 %1 - + Torque 扭矩 - + Power 功率 - + xPower xPower - + aPower aPower - + aTISS 有氧TISS - + anTISS 无氧TISS - + Iso Power 标准化功率 - + Altitude 海拔 - + Longitude 经度 - + Latitude 纬度 - + Headwind 逆风 - + Slope 坡度 - + Temperature 温度 - + Left/Right Balance 左/右平衡 - + Left Torque Efficiency 左扭矩效率 - + Right Torque Efficiency 右扭矩效率 - + Left Pedal Smoothness 左踏板平滑度 - + Left Platform Center Offset 左踏板偏移 - + Right Platform Center Offset 右踏板偏移 - + Left Power Phase Start 左功率相起始角度 - + Right Power Phase Start 右功率相起始角度 - + Left Power Phase End 左功率相结束角度 - + Right Power Phase End 右功率相结束角度 - + Left Peak Power Phase Start 左功率相峰值起始角度 - + Right Peak Power Phase Start 右功率相峰值起始角度 - + Left Peak Power Phase End 左功率相峰值结束角度 - + Right Peak Power Phase End 右功率相峰值结束角度 - - + + Interval 区段 - + VAM VAM - + Watts per Kilogram 每千克功率 - + W' balance W'平衡 - + SmO2 SmO2 - + THb tHb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation 垂直振动 - + Run Cadence 步频 - + GCT 触地时间 - + Gear Ratio 齿比 - + W' Consumed W'平衡消耗 - + Sample Index 采样率 - + R-R - - + + Unknown 未知 - - + + seconds - + rpm rpm - + rpm/s rpm/s - + bpm bpm - + bpm/s bpm/s - + km km - + miles mi - - + + kph km/h - + mph mi/h - + m/s/s m/s/s - + N N - + N/s N/s - - - + + + watts W - + watts/s W/s - - + + TISS TISS - + metres m - + feet ft - + lon 经度 - + lat 纬度 - - - - - + + + + + % % - - - - + + + + ° ° @@ -24361,58 +25548,58 @@ 无效的文件名 - - + + mm mm - + Right Pedal Smoothness 右踏板平滑度 - + °C °C - + meters per hour m/h - + watts/kg W/kg - + joules J - + g/dL g/dL - + spm spm - + cm cm - + ms ms - + ratio @@ -24424,7 +25611,7 @@ 跳过文件... - + Wheelsize 车轮尺寸 @@ -24432,107 +25619,107 @@ RideFileInterval - + ALL 全部 - + DEVICE 设备 - + USER 用户 - + PEAK PACE 峰值配速 - + PEAK POWER 峰值功率 - + SEGMENTS 分段 - + CLIMBING 爬坡 - + EFFORTS 成就 - + The entire activity 整个活动 - + Device specific intervals 设备特有的区段 - + User defined laps or marked intervals 用户定义的计圈或标记的区段 - + Peak pace for running and swimming 跑步和游泳的峰值配速 - + Peak powers for cycling 1s thru 1hr 骑车的1秒到1小时峰值功率 - + Route segments using GPS data GPS数据的路线分段 - + Ascents for hills and mountains 山路的上升 - + Sustained efforts and matches using power 根据功率的持续努力和匹配 - + Peak 峰值 - + Find 搜索 - + Match 匹配 - + Climb 爬坡 - + Best 最佳 @@ -24713,99 +25900,99 @@ RideImportWizard - + Select Date... 选择日期... - + Today 今天 - + Last Monday 上星期一 - + Last Tuesday 上星期二 - + Last Wednesday 上星期三 - + Last Thursday 上星期四 - + Last Friday 上星期五 - + Last Saturday 上星期六 - + Last Sunday 上星期天 - + Choose Date 选择日期 - + Cancel 取消 - - - + + + Abort 放弃 - + Filename 文件名 - + Date 日期 - + Time 开始时间 - + Duration 持续时间 - + Distance 距离 - + Import Status 导入状态 - + Step 1 of 4: Check file permissions 第1/4步: 检查文件权限 @@ -24814,224 +26001,239 @@ 错误 - 文件不存在. - + Error - Not a file. 错误 - 不是文件. - + Error - File is not readable. 错误 - 文件不可读. - + Queued 排队中 - + Error - Unknown file type 错误 - 未知的文件类型 - + Step 2 of 4: Validating Files 第2/4步: 校验文件 - - - - - + + + + + Error 错误 - + Parsing... 分析中... - + Validated 已校验 - + Warning - 警告 - - + Step 3 of 4: %1 ride(s) are missing the date and time. 步骤3/4: %1个骑行缺少日期和时间. - + Step 3 of 4: Change Date/Time or Save to continue. 步骤3/4: 修改日期/时间或保存以继续. - + No files for automatic import selected. 未选择自动导入文件. - + More than 24hrs of activities to fit into a day 单日活动时间超过24小时 - + Auto Import 自动导入 - + Automatic import from defined directories is completed. 从指定文件夹自动导入完成. - + Error - Activity file exists 错误 - 活动文件已存在 - + Error - copy of %1 to import directory failed 错误 - 复制%1至导入文件夹失败 - + Error - Moving %1 to activities folder 错误 - 移动%1至活动文件夹 - + Error - .JSON creation failed 错误 - .JSON文件创建失败 - + Error - Import of activitiy file failed 错误 - 导入活动文件失败 - + Error - 错误 - - + Directory 文件夹 - + Import Rule 导入规则 - + Directory Status 文件夹状态 - + No import 未导入 - + No directory 无文件夹 - + Directory not available 文件夹不可用 - + Directory not readable 文件夹不可读 - + %1 files for import selected 已选择%1个文件导入 - + No files in requested time range 选定时间范围内无文件 - + No activity files found 未发现活动文件 - + Import Files 导入文件 - + Error - File does not exist. 错误 - 文件不存在. - - + + Error - Opendata summary. + + + + + undefined + + + + + ; ; - + Save 保存 - + Invalid Selection 无效的选择 - + Step 4 of 4: Save to Library 第4/4步: 保存至库 - + Saving... 保存中... - + Error - Activity file with same start date/time exists 错误 - 已有相同开始时间的活动文件存在 - + + Processing... + 处理中... + + + Saving file... 保存文件... - + File Saved 文件已保存 - + Import Complete. %1 of %2 successful. 导入完成. %2个中的%1个成功. - - - + + + Finish 完成 @@ -25039,128 +26241,128 @@ RideItem - + Entire Activity 整个活动 - + 1 second 1秒 - + 5 seconds 5秒 - - + + 10 seconds 10秒 - - + + 15 seconds 15秒 - - + + 20 seconds 20秒 - - + + 30 seconds 30秒 - - + + 1 minute 1分钟 - - + + 5 minutes 5分钟 - - + + 10 minutes 10分钟 - - + + 20 minutes 20分钟 - - + + 30 minutes 30分钟 - - + + 45 minutes 45分钟 - - + + 1 hour 1小时 - + %1 (%2 watts) %1 (%2W) - + %1 (%2 %3) %1 (%2, %3) - + L%3 TTE of %1 (%2 watts) L%3 TTE, %1秒 (%2W) - + L%4 %3% EFFORT of %1 (%2 watts) L%4 %3%, %1秒 (%2W) - + L%3 SPRINT of %1 secs (%2 watts) L%3 冲刺, %1秒 (%2W) - + Climb %1 爬坡 %1 - + L%1 %5 %2 (%3w %4 kJ) L%1 %5, %2秒 (%3W, %4 kJ) - + TE MATCH TE匹配 - + MATCH 匹配 @@ -25168,87 +26370,96 @@ RideMapWindow - + OpenStreetMap OpenStreetMap - + Google - - Bing - - - - + Map 地图 - + Show Markers 显示标尺 - + Show Full Plot 显示全局图 - + Show Intervals Overlay 显示区段叠加层 - + Open Street Map - Custom Tile Server settings OpenStreetMap - 自定义图块服务器设置 - + Tile server 图块服务器 - + Tile server URL 图块服务器URL - + OpenStreetMap (default) OpenStreetMap (默认) - - OpenCycleMap - - - - Mapquest - + Custom Tile Server A + + Custom Tile Server B + + + + + Custom Tile Server C + + + + + Google API key + + + + + Interval + 区段 + + Custom - 自定义 + 自定义 - + Intervals 区段 - + Route 路线 - + No GPS Data Present 无GPS数据 @@ -25256,12 +26467,12 @@ RideMetadata - + Problem Saving Meta Data 保存元数据错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. @@ -25328,7 +26539,7 @@ RideSummaryWindow - + <p>Couldn't read file " <p>无法读取文件 " @@ -25343,125 +26554,140 @@ 日期范围 - + %2 on %1 vs %4 on %3 %1的%2 vs %3的%4 - - - + + + dd MMM yy yyyy年M月d日 - + %2 on %1 vs %3 others %1的%2 vs 其它%3个 - + %1 vs %2 %1 vs %2 - + %1 vs %2 others %1 vs 其它%2个 - + dddd MMMM d, yyyy, hh:mm yyyy年M月d日 (ddd) hh:mm - - + + dddd MMMM d yyyy yyyy年M月d日, dddd - + Device Type: 设备类型: - - + + Totals 全部 - - + + Averages 平均 - - + + Maximums 最大值 - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> <h3>模型</h3> - + W' W' - + CP 临界功率 - - + + watts W - - + + w/kg W/kg - + FTP (watts) FTP (W) - + FTP (w/kg) FTP (w/kg) - + P-max P-max - + Interval Name 区段名称 - - - + + + %1 of %2 %2个中的%1个 - - - + + + dd MMM yyyy yyyy年M月d日 @@ -25474,188 +26700,179 @@ <br>FTP, BikeStress, NP与IF是Peaksware LLC的商标</center> - - - - + + + + N/A - - + Metrics* 指标* - - - + + + ^(Average|Max) ^(平均|最大) - <h3>Modeling<br>%1</h3> - <h3>建模<br>%1</h3> + <h3>建模<br>%1</h3> + - Compare 比较 - + Summary 总结 - + Metrics 指标 - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> + <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> + <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds - + <h3>Athlete Bests</h3> <h3>运动员最佳成绩</h3> - + d MMM yyyy yyyy-M-d - - - + + + <h3>Pace Zones</h3> <h3>配速区间</h3> - - - + + + <h3>Power Zones</h3> <h3>功率区间</h3> - - + + <h3>W'bal Zones</h3> <h3>W'平衡区间</h3> - + <h3>Heart Rate Zones</h3> <h3>心率区间</h3> - - + + ride 次骑行 - - + + rides 次骑行 - - - + + + <td align="center">Date</td> <td align="center">日期</td> - - - + + + <td align="center"></td> <td align="center"></td> - - + + run 次跑步 - - + + runs 次跑步 - - + + swim 次游泳 - - + + swims 次游泳 @@ -25664,18 +26881,18 @@ <br>BikeScore与SwimScore为Dr. Philip Friere Skiba, PhysFarm Training Systems LLC的商标 - - + + <h3>Heartrate Zones</h3> <h3>心率区间</h3> - + Intervals 区段 - + <p><h2>Errors reading file:</h2><ul> <p><h2>读取文件错误:</h2><ul> @@ -25786,14 +27003,14 @@ 今天的PMC压力平衡 - - + + kg - - + + lb @@ -25802,94 +27019,88 @@ 起始日期 - + Default Weight 默认体重 - + Time dependent measurements 依时参数 - + From Date - Time 从日期 - 时间 - Weight - 体重 + 体重 - Fat - 体脂 + 体脂 - Muscle - 肌肉 + 肌肉 - Bones - 骨骼 + 骨骼 - Lean - + - Fat% - 体脂% + 体脂% - + Comment 注释 - - + + Update 更新 - + + + - + - - - + Add 新增 - + Delete 删除 - - + + MMM d, yyyy - hh:mm:ss yyyy年M月d日, hh:mm:ss - + Source 来源 - + Original Source 原始来源 @@ -25898,7 +27109,7 @@ yyyy年M月d日 - + Manual entry 手动创建 @@ -25929,7 +27140,7 @@ Routes - + Route #%1 路线 #%1 @@ -25982,7 +27193,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -25992,22 +27203,22 @@ 下列骑行的修改尚未保存. - + &Save and Exit 保存并退出(&S) - + &Discard and Exit 放弃并退出(&D) - + &Cancel Exit 取消并退出(&C) - + Always check for unsaved changes on exit 退出时总是检查未保存的修改 @@ -26015,7 +27226,7 @@ SaveSingleDialogWidget - + WARNING You have made changes to @@ -26024,12 +27235,12 @@ 你修改了 - + Save and Conversion 保存并转换 - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -26038,22 +27249,22 @@ 是否转换? - + &Save and Convert 保存并转换(&S) - + &Discard Changes 放弃修改(&D) - + &Cancel Save 取消保存(&C) - + Always warn me about file conversions 总是提醒文件转换 @@ -26131,9 +27342,13 @@ 经度 (偏移度) - Circumferential Pedal Velocity (cm/s) - 圆周踏板速度 (cm/s) + 圆周踏板速度 (cm/s) + + + + Circumferential Pedal Velocity (m/s) + 圆周踏板速度 (m/s) @@ -26609,54 +27824,54 @@ SchemePage - + Add 新增 - + Delete 删除 - + + + - + - - - + Short 简称 - + Long 全称 - + Percent of CP CP百分比 - + Maximum of 10 zones reached. 最多10个区间 - - + + New 新的 - - + + New (%1) 新的(%1) @@ -26664,46 +27879,46 @@ SearchBox - - + + Search... 搜索... - + Filter... 过滤... - - + + Add to Named Filters 添加至过滤器 - - + + Manage Filters 管理过滤器 - - + + Column Chooser 列选择器 - + and - + Add new search 新增搜索 - + Name: 名称: @@ -26717,75 +27932,113 @@ + Season + + + A + + + + + B + + + + + C + ºC + + + + D + + + + + E + + + + Seasons - - + + All Dates 所有日期 - + This Year 今年 - + This Month 本月 - + Last Month 上月 - + This Week 本周 - + Last Week 上周 - + + Last 24 hours + + + + Last 7 days 最近7日 - + Last 14 days 最近14日 - + Last 21 days 最近21日 - + Last 28 days 最近28日 - + + Last 6 weeks + + + + Last 2 months 最近2个月 - + Last 3 months 最近3个月 - + Last 6 months 最近6个月 - + Last 12 months 最近12个月 @@ -26793,64 +28046,64 @@ SeasonsPage - + Add 新增 - + Delete 删除 - + Up - + Down - - - - + + + + ddd MMM d, yyyy yyyy年M月d日 ddd - + + + - + - - - - + + Name 名称 - - + + Type 类型 - - + + From - - + + To @@ -27500,7 +28753,7 @@ - + Confirm 确认 @@ -27510,7 +28763,7 @@ 分割活动的操作无法撤销 - + %1 file(s) will be created. Are you sure you wish to proceed? @@ -27519,22 +28772,22 @@ 确认继续? - + Removed 已删除 - + Saved 已保存 - + Completed 完成 - + Split Activity Completed 分割活动完成 @@ -27694,13 +28947,13 @@ 必须首先通过SportTracks授权 - - + + Completed. 完成. - + Network Error - Upload failed. 网络错误 - 上传失败. @@ -28032,22 +29285,22 @@ SummaryMetricsPage - + Available Metrics 可用指标 - + Selected Metrics 选中的指标 - + Up - + Down @@ -28401,14 +29654,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - 训练压力指数同时考虑训练强度和时长,按100*小时数*IF^2计算 - - - TSSPerHour @@ -28455,57 +29700,57 @@ Themes - + Default 默认 - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -28898,18 +30143,18 @@ TotalCalories - + Calories (HR) 热量 - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age 根据移动时间、心率、体重、性别和年龄估计的总热量 @@ -28940,18 +30185,18 @@ TotalWork - + Work 做功 - - + + kJ kJ - + Total Work in kJ computed from power data 由功率数据计算的总做功,单位为kJ @@ -29020,22 +30265,22 @@ TrainOptionsPage - + Auto-connect devices in Train View 在训练视图自动连接设备 - + Allow multiple devices in Train View 训练视图允许多个设备 - + Auto-hide bottom bar in Train View 在训练视图自动隐藏底栏 - + Play sound before new lap 开始新计圈前声音提醒 @@ -29043,156 +30288,161 @@ TrainSidebar - + Save workout data 保存训练数据 - + Devices 设备 - - - - + + + + Menu 菜单 - + Workouts 训练 - + Media 媒体 - + VideoSync 视频同步 - + Import Workout from File 从文件导入训练 - + Get Workouts from ErgDB 从ErgDB获取训练 - + Get Workouts from Today's Plan 从Today's Plan获取训练 - + Create Workout via Wizard 通过向导创建训练 - + Scan for Workouts 扫描训练 - + Delete selected Workout 删除选中的训练 - + Delete %1 selected Workouts 删除选中的%1个训练 - + Train mode active 训练模式已激活 - + Please stop the train mode before closing the window or application. 关闭窗口或应用请停止训练模式. - + Remove reference to selected video 移除选中视频的引用 - + Import VideoSync from File 从文件导入视频同步 - + Scan for VideoSyncs 扫描视频同步 - + Delete selected VideoSync 删除选中的视频同步 - + Are you sure you want to remove the reference to this video? 确认删除此视频的引用? - - - + + + Remove 删除 - + Are you sure you want to delete this VideoSync? 确认删除此视频同步? - + The VideoSync file is either not valid or not existing and will be removed from the library. 此视频同步文件无效或不存在,将被从库中删除. - + Are you sure you want to delete this Workout? 确认删除此训练? - + Are you sure you want to delete this %1 workouts? 确认删除这%1个训练? - + The Workout file is either not valid or not existing and will be removed from the library. 此训练文件无效或不存在,将被从库中删除. - - - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. 正在请求校准.. - + Calibrating... 校准中... - + Calibrating... Current speed %1 kph Increase speed to %2 kph @@ -29201,14 +30451,14 @@ 加快速度到 %2 km/h - + Calibrating... Stop pedalling until speed drops to 0 校准中... 停止踩踏,直到速度为0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 @@ -29217,20 +30467,20 @@ 零值偏移 %2 - - - + + + Calibration failed! 校准失败! - - + + Unclip or stop pedalling to begin calibration.. 解锁或停止踩踏来开始校准... - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 @@ -29239,7 +30489,7 @@ 扭矩 %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 @@ -29248,7 +30498,7 @@ 扭矩 %2 - + Calibrating... Unclip or stop pedalling until process is completed.. Zero Offset %1 @@ -29257,7 +30507,7 @@ 零值偏移 %1 - + Calibration completed successfully! Zero Offset %1 Slope %2 @@ -29266,99 +30516,99 @@ 斜率 %2 - + Fast forward.. 快进.. - + Rewind.. 快退.. - + Increasing intensity.. 增大阻力.. - + Decreasing intensity.. 减小阻力.. - + Import Video from File 从文件导入视频 - + Scan for Videos 扫描视频 - - - + + + Delete 删除 - + Resuming.. 恢复中.. - + Paused.. 已暂停.. - + Starting.. 开始中.. - + Stopped.. 已停止.. - + Connected.. 已连接.. - + Disconnected.. 已断开.. - + New lap.. 新计圈.. - + No Devices Configured 未设定设备 - + Please configure a device in Preferences. 请在选项中设置一个设备. - + Exiting calibration.. 退出校准.. - + Calibration not supported for this device. 不支持此设备的校准. - + Calibrating... Press F3 on Controller when done. 校准中... @@ -29369,19 +30619,19 @@ 完成 - - + + Add Device 新增设备 - - + + Delete Device 删除设备 - + Are you sure you want to delete this device? 确认删除此设备? @@ -29561,30 +30811,30 @@ - + Metric 指标 - + Date range 日期范围 - - - - + + + + (unknown) (未知) - + %1 activities %1个活动 - + None @@ -29592,9 +30842,13 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - TriScore综合了基于Dr. Skiba指标的压力指标,定义为骑车的BikeScore、跑步的GOVSS和游泳的SwimScore + TriScore综合了基于Dr. Skiba指标的压力指标,定义为骑车的BikeScore、跑步的GOVSS和游泳的SwimScore + + + + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + @@ -29776,12 +31030,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour Velocita Ascensionale Media(意大利语,平均上升速度),在垂直方向上的平均上升速度,以m/h为单位 @@ -30089,18 +31343,18 @@ ViewSplitter - + Clear 清除 - - + + OFF 关闭 - + ON 开启 @@ -30486,12 +31740,12 @@ WattsRPE - + Watts:RPE Ratio 功率:RPE比率 - + Watts to RPE ratio 功率和RPE的比值 @@ -30547,9 +31801,13 @@ 授权错误 - + + Error parsing Withings API response. Please check the error description. + + + Withings Data Download - Withings数据下载 + Withings数据下载 Network Problem @@ -30568,12 +31826,13 @@ 收到%1个新测量. - + + Error 错误 - + There was an error during fetching. Please check the error description. 获取错误. 请检查错误描述. @@ -30581,12 +31840,12 @@ Workbeats - + Workbeat stress Workbeat压力 - + Work * Heartbeats / 100000 做功*心跳次数/100000 @@ -30740,7 +31999,7 @@ 文件保存失败. - + Intensity 强度 @@ -30831,24 +32090,24 @@ XDataDialog - + xData X数据 - + Data Series 数据系列 - - + + Add 新增 - - + + Delete 删除 @@ -30927,32 +32186,32 @@ XDataSeriesSettingsDialog - + Name 名称 - + Units 单位 - + Cancel 取消 - + OK 确定 - + Error 错误 - + Name is blank 名称为空 @@ -30960,48 +32219,48 @@ XDataSettingsDialog - + xData X数据 - + Data Series 数据系列 - + Units 单位 - + Series %1 系列 %1 - + Cancel 取消 - + OK 确定 - - + + Error 错误 - + XData name is blank X数据名称为空 - + Must have at least one data series. 至少应有一个数据系列. @@ -31104,6 +32363,40 @@ + Xert + + + JSON parser error + JSON解析错误 + + + + You must authorise with Xert first + + + + + + Completed. + 完成. + + + + Network Error - Upload failed. + 网络错误 - 上传失败. + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -31236,27 +32529,27 @@ ZonePage - + Sport 运动 - + Bike 骑车 - + Run 跑步 - + Critical Power 临界功率 - + Default 默认 @@ -31500,113 +32793,113 @@ 神经肌肉 - + Zone defaults must be specified at head of %1 file 区间默认值应在%1文件开始处规定 - + Only one set of zone defaults may be specified in %1 file %1文件仅能规定一组区间默认值 - + line %1: read new range without reading any zones for previous one 第%1行:读取新范围而不为之前的读取区间 - + line %1: read zone without preceding date range 第%1行:不根据以前的日期范围读取区间 - - + + attempt to set zone based on % of CP without setting CP in line number %1. 根据CP百分比设置区间,但不在第%1行设置CP. - + file ended without reading any zones for last range 没有为上次的范围读取区间而结束文件 - + Setting end date of range %1 to start date of range %2. 设置范围%1结束日期,作为范围%2开始日期. - + Extending final range %1 to infinite to include present date. 无穷拓展最终范围%1以包括目前日期. - + CP must be greater than zero in zone range %1 of %2 区间%2中范围%1的CP必须大于0 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). 范围%1:匹配区间%2上限(%3)和区间%4下限(%5). - + Range %1: setting top of zone %2 from %3 to MAX. 范围%1:从%3到最大值设置区间%2上限. - + Critical Power (watts): %1 临界功率(W): %1 - + <td align="center">Low (watts)</td> <td align="center">最低 (W)</td> - + <td align="center">High (watts)</td> <td align="center">最高 (W)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones 保存功率区间错误 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 文件: %1 无法写入,请检查文件属性. - + <td align="center">Zone</td> <td align="center">区间</td> - + <td align="center">Description</td> <td align="center">描述</td> - + <td align="center">Time</td> <td align="center">时间</td> @@ -31620,6 +32913,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + 海拔调整训练压力指数同时考虑训练的强度和长度,以及海拔效应,可按100*小时数*aIF^2计算 + + + aEfficiencyFactor @@ -31698,14 +32999,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - 海拔调整训练压力指数同时考虑训练的强度和长度,以及海拔效应,可按100*小时数*aIF^2计算 - - - aTSSPerHour @@ -31797,27 +33090,27 @@ deviceModel - + Device Name 设备名称 - + Device Type 设备类型 - + Port Spec 端口 - + Profile 设备信息 - + Virtual 虚拟 @@ -31825,12 +33118,12 @@ hrv_recovery_points - + HRV Recovery Points HRV恢复点 - + Natural Log transform of rMSSD, measured at rest 从rMSSD转化而来的自然记录, 于静息时测量 @@ -31877,18 +33170,18 @@ rest_hf - + Rest HF 静息HF - + msec^2 ms^2 - + High Frequency Power HRV, measured at rest 静息测量的高频功率HRV @@ -31926,7 +33219,7 @@ ms^2 - + Low Frequency Power HRV, measured at rest 静息测量的低频功率HRV diff -Nru goldencheetah-3.5~DEV1810/src/Resources/translations/gc_zh-tw.ts goldencheetah-3.5~DEV1903/src/Resources/translations/gc_zh-tw.ts --- goldencheetah-3.5~DEV1810/src/Resources/translations/gc_zh-tw.ts 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/translations/gc_zh-tw.ts 2019-02-22 09:38:21.000000000 +0000 @@ -4,18 +4,18 @@ AAvgPower - + Average aPower 平均功率 - - + + watts - + Average altitude power. Recorded power adjusted to take into account the effect of altitude on vo2max and thus power output. @@ -23,7 +23,31 @@ ANTlocalController - + + Found Garmin Express service + + + + + The Garmin Express service is active on your computer. +This can block GoldenCheetah from accessing your ANT+ stick. + +Do you want to temporarily disable the service? + + + + + Failed stopping Garmin Express service + + + + + GoldenCheetah failed to stop the Garmin Express service. +It might be necessary to manually disable it. + + + + Cannot open ANT+ device 無法啟動ANT+裝置 @@ -31,12 +55,12 @@ APPercent - + Power Percent of Max 功率最大百分比 - + Power as percent of Pmax according to Power Zones @@ -49,22 +73,21 @@ 關於GoldenCheetah - + About 關於 - + Version 版本 - Config - 設定 + 設定 - + Contributors 貢獻團隊 @@ -72,22 +95,22 @@ AboutModelPage - + W'bal tau (s) - + STS average (days) - + LTS average (days) - + PMC Stress Balance Today 今日的PMC 壓力平衡 @@ -95,69 +118,69 @@ AboutPage - - <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> + + <center><img src=":images/gc.png" height=80><h2>GoldenCheetah</h2>Cycling Power Analysis Software<br>for Linux, Mac, and Windows<p>GoldenCheetah is licensed under the<br><a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<p>Source code can be obtained from<br><a href="http://goldencheetah.org/">http://goldencheetah.org/</a>.<br><p>Activity files and other data are stored in<br><a href="%1">%2</a><p>Athlete ID %3<br><p>Trademarks used with permission<br>BikeScore, xPower, SwimScore courtesy of <a href="http://www.physfarm.com">Physfarm Training Systems</a>.<br>Virtual Speed courtesy of Tom Compton <a href="http://www.analyticcycling.com">AnalyticCycling</a>.<br><br>The core body temperature module was developed by the <br><a href="http://www.usariem.army.mil/">U.S. Army Research Institute of Environmental Medicine</a><br> and is patent pending<br></center> AboutRiderPage - + Nickname 暱稱 - + Date of Birth 生日 - + Sex - - - + + + Height (%1) - - + + cm - - + + in in - + Male 男性 - + Female 女性 - + Crank Length - + Wheelsize - + mm mm @@ -166,12 +189,12 @@ 瀏覽 - + Choose Picture 選擇照片 - + Images (*.png *.jpg *.bmp) @@ -218,12 +241,12 @@ ActivityCRC - + Checksum - + A checksum for the activity, can be used to trigger cache refresh in R scripts. @@ -231,12 +254,12 @@ AddAthlete - + Coached Athletes - + Select Athlete for this account @@ -244,49 +267,54 @@ AddAuth - + Service Credentials - - + + Credentials and authorisation - - + + Authorise 授權 - + URL - + Key (optional) - + Username 使用者名稱 - + Password 密碼 - + Token - + + Message + + + + %1 Credentials and authorisation @@ -294,63 +322,81 @@ AddClass - + Service Type - + What type of Service are you adding an account for ? - + Activities 活動記錄 - + Sync activities with services like Today's Plan, Strava, Dropbox and Google Drive - - Measures + + Measurements - - Sync measures data such as weight, body fat, HRV and sleep. + + Sync measurements such as weight, body fat, HRV and sleep. - - Calendar + + Sync planned workouts to WebDAV and CalDAV calendars like Google Calendar. - - Sync planned workouts to WebDAV and CalDAV calendars. + + Calendar AddCloudWizard - + Add Cloud Wizard - + Edit Account Details + AddConsent + + + Terms of Service + + + + + Your consent is needed + + + + + Accept + + + + AddDeviceWizard - + Add Device Wizard 新增裝置精靈 @@ -358,409 +404,409 @@ AddFinal - + Done 結束 - + Confirm configuration and add device 確認設定並新增裝置 - + We will now add a new device with the configuration shown below. Please take a moment to review and then click Finish to add the device and complete this wizard, or press the Back button to make amendments. 即將要使用下列的組態新增裝置。請花一點時間檢視並按下完成以新增裝置或按下上一步做修改。 - + Name* 姓名 - + Port 連接埠 - + Profile 簡要資訊 - + Virtual 虛擬的 - + mm mm - + Wheel Size 輪徑 - + None - + Power - Kurt Kinetic Cyclone Power - Kurt Kinetic Cyclone - + Power - Kurt Kinetic Road Machine Power - Kurt Kinetic Road Machine - + Power - Cyclops Fluid 2 Power - Cyclops Fluid 2 - + Power - BT Advanced Training System Power - BT Advanced Training System - + Power - LeMond Revolution Power - LeMond Revolution - + Power - 1UP USA Trainer Power - 1UP USA Trainer - + Power - Minoura V100 Trainer (H) Power - Minoura V100 Trainer (H) - + Power - Minoura V100 Trainer (5) Power - Minoura V100 Trainer (5) - + Power - Minoura V100 Trainer (4) Power - Minoura V100 Trainer (4) - + Power - Minoura V100 Trainer (3) Power - Minoura V100 Trainer (3) - + Power - Minoura V100 Trainer (2) Power - Minoura V100 Trainer (2) - + Power - Minoura V100 Trainer (1) Power - Minoura V100 Trainer (1) - + Power - Minoura V100 Trainer (L) Power - Minoura V100 Trainer (L) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (H) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (5) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (4) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (3) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (2) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) Power - Minoura V270/V150/V130/LR340/LR540 Trainer (1) - + Power - Minoura V270/V150/V130/LR340/LR540 Trainer (L) - + Power - Saris Powerbeam Pro - + Power - Tacx Satori (2) - + Power - Tacx Satori (4) - + Power - Tacx Satori (6) - + Power - Tacx Satori (8) - + Power - Tacx Satori (10) - + Power - Tacx Flow (0) - + Power - Tacx Flow (2) - + Power - Tacx Flow (4) - + Power - Tacx Flow (6) - + Power - Tacx Flow (8) - + Power - Tacx Blue Twist (1) - + Power - Tacx Blue Twist (3) - + Power - Tacx Blue Twist (5) - + Power - Tacx Blue Twist (7) - + Power - Tacx Blue Motion (2) - + Power - Tacx Blue Motion (4) - + Power - Tacx Blue Motion (6) - + Power - Tacx Blue Motion (8) - + Power - Tacx Blue Motion (10) - + Power - Elite Supercrono Powermag (1) - + Power - Elite Supercrono Powermag (2) - + Power - Elite Supercrono Powermag (3) - + Power - Elite Supercrono Powermag (4) - + Power - Elite Supercrono Powermag (5) - + Power - Elite Supercrono Powermag (6) - + Power - Elite Supercrono Powermag (7) - + Power - Elite Supercrono Powermag (8) - + Power - Elite Turbo Muin (2013) - + Power - Elite Qubo Power Fluid - + Power - Cyclops Magneto Pro (Road) - + Power - Elite Arion Mag (0) - + Power - Elite Arion Mag (1) - + Power - Elite Arion Mag (2) - + Power - Blackburn Tech Fluid - + Power - Tacx Sirius (1) - + Power - Tacx Sirius (2) - + Power - Tacx Sirius (3) - + Power - Tacx Sirius (4) - + Power - Tacx Sirius (5) - + Power - Tacx Sirius (6) - + Power - Tacx Sirius (7) - + Power - Tacx Sirius (8) - + Power - Tacx Sirius (9) - + Power - Tacx Sirius (10) - + Stride Length (cm) - + Selected by default - + Power 輸出功率 - + Heartrate 心率 - + Speed 速度 - + Cadence 迴轉數 @@ -768,58 +814,58 @@ AddFinish - + Done 結束 - + Add Cloud Account - + URL - + Key - + Username 使用者名稱 - - + + Password 密碼 - + Token - + Folder - + Athlete ID - + Sync on start - + Sync on import @@ -827,27 +873,27 @@ AddFirmware - + Select Firmware 選擇韌體 - + Select Firmware for Tacx Fortius 為Tacx Fortius選擇韌體 - + Browse 瀏覽 - + Copy to Library 複制到檔案庫 - + Tacx Fortius trainers require a firmware file which is provided by Tacx BV. This file is a copyrighted file and cannot be distributed with GoldenCheetah. On windows it is typically installed in C:\Windows\system32 and is called 'FortiusSWPID1942Renum.hex'. @@ -860,22 +906,74 @@ - + File: 檔案: - + Open File 開啟檔案 - + Intel Firmware File (*.hex) + AddImagic + + + Select Device driver + + + + + Select Driver for Tacx Imagic + + + + + Browse + 瀏覽 + + + + Copy to Library + 複制到檔案庫 + + + + Tacx Imagic trainers require firmware to be loaded. This firmware is embedded within the device driver I-magic.sys which is provided by Tacx BV.This is a copyrighted file and cannot be distributed with GoldenCheetah. +On windows systems with Tacx Fortius/Imagic installed you will typically find this in C:\Windows\system32. + +Alternatively, you can extract it from a Tacx software CD +On older Fortius cds it lives in the directory FortiusInstall\Support\driver_imagic. +On later TTS cds it is in support\drivers_usb_interface\32 + +Place a copy of this file somewhere on this PC and reference it above. + +If you choose to copy to library the file will be copied into the GoldenCheetah library, otherwise we will reference it in place. + + + + + File: + 檔案: + + + + Open File + 開啟檔案 + + + + Tacx Device driver (*.sys) + + + + AddIntervalDialog @@ -1118,63 +1216,63 @@ AddPair - + Pair Devices 配對裝置 - + Search for and pair ANT+ devices 搜尋ANT+裝置 - + Sensor 感測器 - + ANT+ Id ANT+ ID - + Value 數値 - + Status 狀態 - - + + none - + Un-Paired 取消配對 - + Unused 未使用 - + Master - + Searching... 搜尋中... - + Paired 已配對 @@ -1182,58 +1280,58 @@ AddPairBTLE - + Pair Devices 配對裝置 - + Search for and pair Bluetooth 4.0 devices 搜尋及配對藍芽 4.0 的裝置 - + Sensor 感測器 - + BLE Id Bluetooth ID - + Value 數値 - + Status 狀態 - - + + none - + Un-Paired 取消配對 - + Unused 未使用 - + Searching... 搜尋中... - + Paired 已配對 @@ -1241,29 +1339,29 @@ AddSearch - + Scan for connected devices 掃描已連接的裝置 - + Please make sure your device is connected, switched on and working. We will scan for the device type you have selected at known ports. 請確定已經切換被連接到你運作中的裝置。接下來GoldenCheetah將依你選擇的連接垖開始掃描裝置 - + Search 搜尋 - + If your device is not found you can select the device port manually by using the selection box below. 若尚未搜尋到你的裝置,你可以手動裝置使用的連接埠 - + Device found. Click Next to Continue @@ -1273,22 +1371,22 @@ - + %1 Search 尋找 %1 - + Select COM port 選擇COM port - + Search Again 再次搜尋 - + Device found (%1). Press Next to Continue @@ -1299,7 +1397,7 @@ - + Device found. Press Next to Continue @@ -1310,12 +1408,12 @@ - + Stop Searching 停止搜尋 - + Search again 再次搜尋 @@ -1323,12 +1421,12 @@ AddService - + Account Type 帳號型式 - + Select the cloud service type @@ -1336,42 +1434,42 @@ AddSettings - + Cloud Service Settings - + Folder - + Browse 瀏覽 - + Sync on startup - + Sync on import - + Service Settings - + Connection Failed - + Choose Athlete Directory @@ -1379,12 +1477,12 @@ AddType - + Select Device 選擇裝置 - + What kind of device to add 欲新增的裝置 @@ -1419,63 +1517,68 @@ Aerolab - - + + Elevation (m) 爬升(m) - + Distance (km) 距離 - + V-Elevation 垂直爬升高度 - + Elevation 海拔標高 - + Elevation (') 海拔標高 (') - + Distance 距離 - + Time (minutes) 時間(分) - + + No ride selected + + + + Estimates out-of-range 估計值超過範圍 - + At least two segments must be independent 至少兩個片段是獨立的 - + At least two segments must be defined 至少兩個片段已定義 - + Altitude and Power data must be present 高度及功率資料必需存在 - + No activity selected 未選擇活動記錄 @@ -1548,7 +1651,7 @@ - + Estimate CdA and Crr 估計的CdA及Crr @@ -1556,22 +1659,21 @@ AllPlot - - - + + + Power 輸出功率 - + Heart Rate 心率 - - - - + + + Speed 速度 @@ -1582,90 +1684,90 @@ 百分比 - - - + + + Cadence 迴轉數 - - + + Heartrate 心率 - - - + + + Acceleration 加速 - - - + + + Power Delta 功率差值(Power Delta) - - - + + + Cadence Delta 迴轉數差(Cadence Delta) - - - + + + Torque Delta 扭矩(Torque Delta) - - - + + + Heartrate Delta 心率差值(Heartrate Delta) - - + + W'bal W'平衡 - - - + + + Altitude 高度 - - + + Headwind 逆風 - - - + + + Temperature 溫度 - - - + + + Torque 扭矩 - + W' Balance (kJ) W' 平衡 (kJ) @@ -1682,24 +1784,24 @@ - - - + + + SmO2 SmO2 - - - + + + Slope 坡度 - + Hb Hb @@ -1724,233 +1826,238 @@ Tau=%1, CP=%2, W'=%3, %4 匹配 >2kJ (%5 kJ) %6 - - - + + + Core Temp 核心溫度 - - - - + + + + R-R - - - + + + Alt/Slope 高度/坡度 - - - + + + Anaerobic TISS 無氧(Anaerobic) TISS - - - + + + Aerobic TISS 有氧(Aerobic) TISS - - - + + + IsoPower 齒輪比 - - - + + + Vertical Oscillation 重直振動 - - - + + + Run Cadence 跑動步頻 - - - + + + GCT GCT - - - - + + + + Gear Ratio 齒輪比 - - - + + + tHb tHb - - - + + + O2Hb O2Hb - - - + + + HHb HHb - - - + + + xPower xPower - - - + + + Left Pedal Smoothness 左踏板平滑度 - - - + + + Right Pedal Smoothness 右踏板平滑度 - - - + + + Left Torque Efficiency 左扭矩效率 - - - + + + Right Torque Efficiency 右扭矩效率 - - + + Left/Right Pedal Center Offset 左/右踏板偏移(Center Offset) - - + + Left Power Phase 左側Power Phase - - + + Right Power Phase 右側Power Phase - - + + Left Peak Power Phase 左側Power Phase峰值 - - + + Right Peak Power Phase 右側Power Phase峰值 - - + + L/R Balance 左/右平衡 - - - + + + aPower aPower - + Matches 匹配 - + Left Pedal Center Offset 左側踏板偏移(Center Offset) - + Right Pedal Center Offset 右側踏板偏移(Center Offset) - + Left Balance 左平衡 - + Right Balance 右平衡 - + min/km 分/公里 - + min/mile 分/英哩 - - + + %1 %2 - + min/100m 分/100公尺 - + min/100yd 分/100碼 + + W' + W' + + Match @@ -2261,7 +2368,7 @@ - + Smooth 平滑度 @@ -2416,58 +2523,62 @@ 觸地時間 - + + Cadence + + + + SmO2 SmO2 - + Moxy Moxy - + tHb tHb - + O2Hb O2Hb - + HHb HHb - + Heart Rate 心率 - + Data series 資料序列 - + R-R Rate - + Core Temperature 核心溫度 - + Speed 速度 - - + Cadence 迴轉數 @@ -2488,13 +2599,13 @@ - + Name 姓名 - + Formula 規則(Formula) @@ -2514,143 +2625,143 @@ - + Altitude 標高 - + Temperature 溫度 - + Headwind 逆風 - + Torque 扭矩 - + Gear Ratio 齒輪比 - + Slope 坡度 - + No Alt/Slope 無高度/坡度資訊 - + 0.1km|mi - 1min 0.1公里|英哩 - 1分 - + 0.5km|mi - 5min 0.5公里|英哩 - 5分 - + 1.0km|mi - 10min 1.0公里|英里 - 10分 - - + + Alt/Slope 高度/坡度 - + Anaerobic TISS 厭氣(anaerobic) TISS - + Metrics 計測方式 - + Aerobic TISS 有氣(Aerobic) TISS - + Iso Power 標準化功率 - + Skiba xPower Skiba xPower - + Altitude Power Altitude Power - + W' balance W' 平衡 - + Time of day - + Intervals 區段 - + Selection #%1 選擇 #%1 - + Power + shade 輸出功率 (遮蔽) - + Power - shade 輸出功率 (無遮蔽) - + No Power 沒有輸出功率 - + Shading 遮蔽 - + Time 時間 - + Distance 距離 - + X Axis X軸 @@ -2670,43 +2781,43 @@ AnalysisSidebar - + Calendar 行事曆 - + Activities 活動記錄 - - + + Menu 選單 - + Intervals 區段 - + Save Changes 儲存變更 - + Revert to Saved version 還原已儲存的版本 - + Delete Activity 刪除活動記錄 - + Split Activity 分割活動記錄 @@ -2715,72 +2826,87 @@ 上傳活動記錄至線上日曆 - + Show Column Chooser 顯示列選擇器 - + Do Not Show In Groups 不依群組顯示 - + Group By 依群組 - + Expand All 全部展開 - + Collapse All 折疊全部 - + Reset to default - + Sort User Intervals 對使用者區段資料排序 - + + Mark as a performance test + + + + Rename route 路線重新命名 - + Stop tracking this segment 停止追蹤此段 - + + Create a performance test + + + + Create a route segment 創建路線 - + No activity selected 未選擇任何活動記錄資料 - + Current activity contains no data 目前的活動記錄並未包含資料 - + + Performance Test + + + + Delete Interval 刪除區段 - + Unable to delete interval 無法偵測間隔 @@ -2801,48 +2927,48 @@ 分割騎乘 - - + + Find Intervals... 尋找區段 - + Zoom out 縮小 - - + + Zoom to interval 放大區段 - - + + Edit interval 編輯區段 - - + + Delete interval 刪除區段 - - + + Rename selected intervals 對選擇的區段重新命名 - - + + Delete selected intervals 刪除所選擇的區段 - + Zoom Out 縮小 @@ -2855,8 +2981,8 @@ 置後 - - + + Find Intervals 尋找區段 @@ -2939,7 +3065,7 @@ AppendXDataPointsCommand - + Append XData Points @@ -2971,202 +3097,202 @@ 無法重新命名 %1 至 %2 - + Pace Zones File %1 Error 步速檔案 %1 錯誤 - + Athlete Weight 運動員體重 - + Time In HR Zone 各心率區間內所佔的時間 - + Power Distribution 功率分率 - + Vo2max Estimation Vo2max預估 - + KPI Tracker KPI追蹤 - + Critical Power Trend 臨界功率趨勢 - + Aerobic Power - + Power Variance - + Power Profile - + Anaerobic Power - + Power & Speed Trend - + Tempo & Threshold Time - + Training Mix - + Time & Distance - + Time In Power Zone - + Zones File %1 Error - + Reading Zones File %1 - + HR Zones File %1 Error - + Reading HR Zones File %1 - + Sustained Time In Zone - + Time in W' Zone - + BikeScore and Intensity - - BikeStress and IF + + BikeStress and BikeIntensity - + Stress and Distance 壓力與距離 - + Calories vs Duration 熱量與距離對照 - + Stress (TISS) 壓力 (TISS) - + Aerobic Response - + Anaerobic Response - + PMC (Coggan) - + PMC (Skiba) - + PMC (TRIMP) - + PMC (Distance) - + PMC (Duration) - + CP History CP歷程 - + CP Analysis 臨界功率分析 - + PMC (TriScore) PMC (TriScore) - + Time in Pace Zones 各步調區間所佔時間 - + Run Pace 跑步步調 - + Swim Pace 游泳步調 @@ -3174,129 +3300,157 @@ AthleteBackup - + Abort Backup and Reset Counter - + Select Backup Directory - - - - - - - - + + + + + + + + Athlete Backup - + No backup directory selected - backup aborted - + Any unsaved data will not be included into the backup .zip file. - + Do you want to proceed? - + Abort Backup - + Backup successfully stored in %1 - + No files found for athlete %1 - all athlete sub-directories are empty. - + Not enough space available on disk: %1 - no backup .zip file created - - + + Directory %1 not available. No backup .zip file created for athlete %2. - + Backup file %1 cannot be created. - + Adding files to backup %1 for athlete %2 ... - AthleteConfig + AthleteBones - - About - 關於 + + Athlete Bones + + + + + kg + + + + + lbs + - - Measures + + Athlete bones in kg or lbs from body measurements + + + AthleteConfig + + + About + 關於 + - + Power Zones 功率區間 - + Heartrate Zones 心率區間 - + Pace Zones 步頻區間 - + Model - - Zones + + Measurements - - Accounts + + HRV - - Auto Import + + Zones + + + + + Accounts + + + + + Auto Import 自動匯入 - + Backup @@ -3328,49 +3482,72 @@ - Bodyfat in kg or lbs from downloaded Body Measure data + Athlete bodyfat in kg or lbs from body measurements AthleteFatP - + Athlete Bodyfat Percent 運動員體脂百分比 - - + + % % - - Bodyfat Percent from downloaded Body Measure data + + Bodyfat in Percent from body measurements AthleteLean - + Athlete Lean Weight 運動員淨體重 - + kg 公斤 - + + lbs + + + + + Lean Weight in kg or lbs from body measurements + + + + + AthleteMuscles + + + Athlete Muscles + + + + + kg + + + + lbs - - Lean Weight in kg or lbs from downloaded Body Measure data + + Athlete muscles in kg or lbs from body measurements @@ -3393,59 +3570,59 @@ - Weight in kg or lbs: first from downloaded Body Measure data, then from Activity metadata and last from Athlete configuration with 75kg default + Weight in kg or lbs: first from Athlete body measurements, then from Activity metadata and last from Athlete configuration with 75kg default AutoImportPage - + + + - + - - - + Browse 瀏覽 - + Add 增加 - + Delete 刪除 - + Up - + Down - + Directory 目錄 - + Import Rule 匯入規則 - + Enter directory or press [Browse] to select 輸入目錄或按[瀏覽]以選擇 @@ -3480,18 +3657,18 @@ AvgCadence - + Average Cadence 平均迴轉數 - - + + rpm 轉數/分 - + Average Cadence, computed when Cadence > 0 @@ -3499,18 +3676,18 @@ AvgCoreTemp - + Average Core Temperature 平均核心溫度 - - + + C C - + Average Core Temperature. The core body temperature estimate is based on HR data @@ -3518,18 +3695,18 @@ AvgHeartRate - + Average Heart Rate 平均心率 - - + + bpm - + Average Heart Rate computed for samples when hr is greater than zero @@ -3537,22 +3714,22 @@ AvgLPCO - + Average Left Pedal Center Offset 平均左踏板偏移 - + mm mm - + in in - + Platform center offset is the location on the left pedal platform where you apply force, on average. @@ -3560,17 +3737,17 @@ AvgLPP - + Average Left Power Phase Length 平均右側Power Phase長度 - + ° - + It is the left pedal stroke region length where you produce positive power, on average. @@ -3578,17 +3755,17 @@ AvgLPPB - + Average Left Power Phase Start 平均左側Power Phase起始角度 - + ° - + It is the left pedal stroke angle where you start producing positive power, on average. @@ -3596,17 +3773,17 @@ AvgLPPE - + Average Left Power Phase End 平均左側Power Phase結束角度 - + ° - + It is the left pedal stroke angle where you end producing positive power, on average. @@ -3614,17 +3791,17 @@ AvgLPPP - + Average Left Peak Power Phase Length 平均左側Power Phase長度 - + ° - + It is the left pedal stroke region length where you produce peak power, on average. @@ -3632,17 +3809,17 @@ AvgLPPPB - + Average Left Peak Power Phase Start 平均左側Power Phase起始角度 - + ° - + It is the left pedal stroke angle where you start producing peak power, on average. @@ -3650,17 +3827,17 @@ AvgLPPPE - + Average Left Peak Power Phase End 平均左側Power Phase結束角度 - + ° - + It is the left pedal stroke angle where you end producing peak power, on average. @@ -3668,18 +3845,18 @@ AvgLPS - + Average Left Pedal Smoothness 平均左踏板平滑度 - - + + % % - + It measures how smoothly power is delivered to the left pedal throughout the revolution, on average. @@ -3687,18 +3864,18 @@ AvgLTE - + Average Left Torque Effectiveness 平均左扭矩效率 - - + + % % - + It measures how much of the power delivered to the left pedal is pushing it forward, on average. @@ -3706,18 +3883,18 @@ AvgPower - + Average Power 平均輸出功率 - - + + watts - + Average Power from all samples with power greater than or equal to zero @@ -3725,22 +3902,22 @@ AvgRPCO - + Average Right Pedal Center Offset 平均右側踏板偏移(Center Offset) - + mm mm - + in in - + Platform center offset is the location on the right pedal platform where you apply force, on average. @@ -3748,17 +3925,17 @@ AvgRPP - + Average Right Power Phase Length 平均右側踏板Power Phase長度 - + ° - + It is the right pedal stroke region length where you produce positive power, on average. @@ -3766,17 +3943,17 @@ AvgRPPE - + Average Right Power Phase End 平均右側Power Phase結束角度 - + ° - + It is the right pedal stroke angle where you end producing positive power, on average. @@ -3784,17 +3961,17 @@ AvgRPPP - + Average Right Peak Power Phase Length 平均右側Power Phase長度 - + ° - + It is the right pedal stroke region length where you produce peak power, on average. @@ -3802,17 +3979,17 @@ AvgRPPPB - + Average Right Peak Power Phase Start 平均右側峰值Power Phase起始角度 - + ° - + It is the right pedal stroke angle where you start producing peak power, on average. @@ -3820,17 +3997,17 @@ AvgRPPPE - + Average Right Peak Power Phase End 平均右側峰值Power Phase結束角度 - + ° - + It is the right pedal stroke angle where you end producing peak power, on average. @@ -3838,18 +4015,18 @@ AvgRPS - + Average Right Pedal Smoothness 平均右踏板平滑度 - - + + % % - + It measures how smoothly power is delivered to the right pedal throughout the revolution, on average. @@ -3857,18 +4034,18 @@ AvgRTE - + Average Right Torque Effectiveness 平均左扭矩效率 - - + + % % - + It measures how much of the power delivered to the right pedal is pushing it forward, on average. @@ -3876,17 +4053,17 @@ AvgRTPP - + Average Right Power Phase Start - + ° - + It is the right pedal stroke angle where you start producing positive power, on average. @@ -3947,18 +4124,18 @@ AvgSmO2 - + Average SmO2 - - + + % % - + Average Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -3966,22 +4143,22 @@ AvgSpeed - + Average Speed 平均速度 - + kph km/h - + mph m/h - + Average Speed in kph or mph, computed from distance over time when speed not zero @@ -4008,22 +4185,22 @@ AvgTemp - + Average Temp 平均溫度 - + C C - + F - + Average Temp from activity data @@ -4031,18 +4208,18 @@ AvgtHb - + Average tHb - - + + g/dL - + Average total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -4057,27 +4234,27 @@ BackupPage - + Auto Backup Folder - + Browse 瀏覽 - + Auto Backup execution every - + times the athlete is closed - 0 means never - + Choose Backup Directory @@ -4638,22 +4815,22 @@ BestsMetricsPage - + Available Metrics 可用的計測方式 - + Selected Metrics 選擇計測方式 - + Up - + Down @@ -4679,6 +4856,14 @@ + BikeStress + + + Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 + + + + BingMap Route @@ -4853,15 +5038,69 @@ + BodyMeasures + + + Weight + 體重 + + + + Fat Mass + 脂肪重量 + + + + Muscle Mass + + + + + Bones Mass + + + + + Lean Mass + 淨體重 + + + + Fat Percent + + + + + kg + + + + + + % + % + + + + lbs + + + + + Body + + + + BodyMeasuresCsvImport - Select body measures file to import + CSV Files (*.csv) - CSV Files (*.csv) + Select body measurements file to import @@ -4906,7 +5145,7 @@ - Number of data columns: %1 in line %2 deviates from header columns: %2 + Number of data columns: %1 in line %2 deviates from header columns: %3 @@ -4954,7 +5193,7 @@ BodyMeasuresDownload - Body Measures download + Body Measurements download @@ -4989,43 +5228,48 @@ - From date of last downloaded measure to today + From date of last downloaded measurement to today - - Enter manually: + + Discard all existing measurements - - Discard all existing measures + + + Body Measurements - - Download - 下載 + + Download completed. + - - Close + + Downloading of body measurements failed with error: %1 - - - Body Measures + + Enter manually: - - Invalid date range - please check your input + + Download + 下載 + + + + Close - - Downloading of body measures failed with error: %1 + + Invalid date range - please check your input @@ -5071,122 +5315,122 @@ 刪除區間 - - + + Update 更新 - - + + + + - - + + - - - - + + Add 新增 - - + + Delete 刪除 - + Def 定義 - - + + From Date 起始日期 - - + + Critical Power 臨界功率 - - + + FTP FTP - - + + W' W' - - + + Pmax Pmax - - - + + + MMM d, yyyy MMM月 d日, yyyy年 - + Short 簡稱 - + Use CP for all metrics - + Use FTP for Coggan metrics - + Long 名稱 - + From Watts 最低瓦 - - + + CP must be > 0 CP 必需 > 0 - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New 新的 - - + + New (%1) 新的 (%1) @@ -5194,368 +5438,396 @@ CPPlot - - + + Interval Length 區段長 - + Average Power (watts) 平均輸出功率 (瓦) - - - + + + Percent of Best 最佳百分比 - + Total work 總作功 - + + kJ kJ - + Power 輸出功率 - - - - + + + + watts 瓦特(watts) - + Veloclinic Plot - + + J - + Cadence 迴轉數 - + rpm 圈數/分 - + Heartrate 心率 - + bpm bpm - + Watts delta 瓦特數差(Watts delta) - + watts/s 瓦特/秒 - + Cadence delta 迴轉速差(Cadence delta) - + rpm/s 圈數/秒 - + Torque delta 扭矩差(Torque delta) - + nm/s - + Heartrate delta 心率差(Heartrate delta) - + bpm/s - + Acceleration 加速 - + m/s/s - + Speed 速度 - + kph 公里/小時 - + Pedal Force 踏板施力 - + nm - + Iso Power 標準化功率 - + Altitude Power Altitude Power - + xPower xPower - + Watts per kilogram 每公斤的瓦特數 - - + + w/kg 瓦/公斤 - + Watts per lb 每磅的瓦特數 - - + + w/lb 瓦/磅 - + Altitude Power per kilogram - + Altitude Power per lb - + VAM - + m/hour - + Power (W) 功率 (W) - - - Rank - 排名 + 排名 - - + + W' W' - + %1 kJ %1 kJ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + n/a - - + + CP 臨界功率 - - - + + %1 w %1 w - - FTP - FTP + FTP - - + + Pmax Pmax - + %1 J/kg %1 J/kg - - - + + %1 w/kg %1 w/kg - + D' D' - - kph %1 mph + + + %1 mph - - %1 mph + + +%1 m - + + +%1 yd + + + + + +%1 km + + + + + +%1 mi + + + + %1 km %1 km - + %1 mi - + + + + + %1 %2 %1 %2 - + + Energy/Time + + + + + No Model + + + + + + Percentile + + + + m 公尺 - + yd - + CV CV - + + % + % + + + + %1 kph %1 kph - FTV - FTV + FTV - + Vmax Vmax - - + + Percent of Best / Heat Activities - - + + Heat Activities - + Activities 活動記錄 - + ddd MMM d, yyyy hh:mm ddd日 MMM月d, yyyy年 hh時:mm分 @@ -5568,7 +5840,7 @@ 區段長 (分) - + Bests 最佳成績 @@ -5577,25 +5849,13 @@ yyyy年MMMMd日 (ddd) h時:mm分 - + ddd, dd MMM yyyy ddd, dd日 MMM月 yyyy年 - - -%1 m %2 yd - - - - - -%1 km %2 mi - - - - + %10 % %10 % @@ -5616,98 +5876,98 @@ CVPage - - + + Update 更新 - - + + + + - - + + - - - - + + Add 增加 - - + + Delete 刪除 - + Def 定義 - - + + From Date 起始日 - - + + Critical Velocity 臨界速度 - + Metric Pace 步調的計測 - - - + + + MMM d, yyyy MMM月 d日, yyyy年 - + Short 簡稱 - + Long 全名 - + From - + CV must be > 0 臨界速率必需大於0 - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New 新的 - - + + New (%1) 新的 (%1) @@ -5715,60 +5975,78 @@ CalDAV - - - + + + Missing Preferences 偏好設定遺失 - - + + CalID or CalDAV Url is missing in preferences - + CalDAV REPORT url error - + CalDAV Calendar API reply error - + HTTP - + SSL error(s) has occurred: %1 SSL 發生錯誤: %1 - + Authorization for Google CalDAV is missing in preferences - + Authorization Error 授權發生錯誤 - + Error requesting access token - + CalDAV Calendar url error + CalDAVCloud + + + Google Calendar using CalDAV protocol and authenticate using Google Account + + + + + Web Calendar using iCal format as a web resource + + + + + Generic CalDAV Calendar such as Apple iCloud calendar + + + + CalendarDownload @@ -5794,35 +6072,35 @@ Card - + Time In Zone - - - - + + + + seconds - + Form - + Fitness - + Fatigue - + Risk @@ -6040,162 +6318,172 @@ CloudDBChartListDialog - + First - + Next %1 - + Prev %1 - + My Charts - + All 全部 - + Curated Only - + Uncurated Only - + Any Sport - + Any Language - - + + Search Keyword - + Select charts to download - + unknown - + Trends 趨勢 - + Activities 活動記錄 - + Diary - + Train 訓練 - + All Views - + Chart requires 'R' - + The chart your are downloading requires 'R' to be installed and activated for GoldenCheetah to show any graphics. Either 'R' is not activated in the preferences, or not even installed.<br><br> Please ensure 'R' is installed and activated to be able to use this chart. - + + Chart requires 'Python' + + + + + The chart your are downloading requires 'Python' to be installed and activated for GoldenCheetah to show any graphics. Either 'Python' is not activated in the preferences, or not even installed.<br><br> Please ensure 'Python' is installed and activated to be able to use this chart. + + + + Chart Maintenance - + Do you really want to delete this chart definition ? - - + + Delete selected chart - - + + Edit selected chart - - - + + + Close - + Showing %1 to %2 of %3 charts for %4 / Total uploaded %5 - + Download selected chart(s) - + Set selected chart 'Curated' - + Chart maintenance - Edit or Delete your Charts - + Curator chart maintenance - Curate, Edit or Delete Charts - + <h3>%1</h3><h4>Last Edited At: %2 - Creator: %3</h4>%4 - + Reset Search @@ -6203,99 +6491,99 @@ CloudDBChartObjectDialog - + Chart Name - + <Chart Name> - + Sport 運動種類 - + Language - + Nickname 暱稱 - + E-Mail - + Version Details - + Creator UUid - + <Enter the description of the chart here> - + Upload - - - - - - + + + + + + Upload Chart - - + + Please enter a valid chart name with min. 5 characters length. - + Please enter a nickname for this athlete. - - + + Please enter a valid e-mail address. - + Please enter a sensible chart description. - + Cloud Upload - + Do you want to upload this chart definition ? - + Cancel @@ -6303,7 +6591,7 @@ CloudDBChartShowPictureDialog - + Close @@ -6413,84 +6701,112 @@ - - <b><big>New Version(s) of GoldenCheetah are available</big></b> + + <b><big>New versions of GoldenCheetah are available</big></b> + + + + + <b><big>A new version of GoldenCheetah is available</big></b> - + Release: %1 - + Release Candidate: %1 - + Development Release: %1 - - Do not show these versions again + + Do not show again - - Show available versions again in %1 days + + Show again in %1 days CloudService - + expected compressed activity file. + + + None + + + + + CloudServiceAutoDownloadWidget + + + Downloading + + + + + Checking + + + + + Last 30 days + 最近28日 {30 ?} + CloudServiceDialog - - + + Folder - + Name - + Type 種類 - + Modified - + Create Folder - + Cancel - + Open - + d MMM yyyy @@ -6498,267 +6814,285 @@ CloudServiceSyncDialog - + Synchronise - + + Sync with - + Unable to connect, check your configuration in preferences. - - - - - - - + + + + + + + Download 下載 - - - - + + + + Upload - - - + + + Synchronize - + From: - + To: - + Refresh List - + Close - - - + + + Select all - + Workout Name - - - + + + Date - - - + + + Time 時間 - - + + Exists - - - + + + Status 狀態 - - + + Workout Id - + File 檔案 - - + + Duration - - + + Distance 距離 - + Keep all do not delete - + Keep %1 but delete Local - + Keep Local but delete %1 - + Source - + Action - + Initial - + Overwrite existing files 覆寫現有檔案 - - - - - MMM d, yyyy - MMM月 d日, yyyy年 + + One of your activities has unsaved changes. + - - - Abort + + %1 of your activities have unsaved changes. - - - + + Changes in activities which are not saved, will not be synchronized. + +This may lead to inconsistencies between your local GoldenCheetah activities and the uploaded activities. We recommend to save the changed activities before proceeding. + + + + + + + + MMM d, yyyy + MMM月 d日, yyyy年 + + + + + Abort + + + + + + %1 of %2 selected - + Processed %1 of %2 - - + + Downloading - - + + Uploading - - + + Parse failure - + Sync complete - + Processed %1 of %2 successfully - - - + + + File exists - + Downloaded %1 of %2 - + Downloads complete - + Downloaded %1 of %2 successfully - - + + Aborted - + Saved - + Uploaded %1 of %2 - + Uploads complete - + Uploaded %1 of %2 successfully - + Completed. 完成。 @@ -6766,27 +7100,44 @@ CloudServiceUploadDialog - + Uploading %1 bytes... - + Cancel - + + Upload to + + + + + The activity you want to upload has unsaved changes. + + + + + Unsaved changes in activities will be uploaded as well. + +This may lead to inconsistencies between your local activities and the uploaded activities if you do not save the activity in GoldenCheetah. We recommend to save the changed activity before proceeding. + + + + Upload Failed - + Unable to upload, check your configuration in preferences. - + OK @@ -6802,42 +7153,42 @@ ColorsPage - + Color 顏色 - + Select 選擇 - + Activity Scrollbar 活動記錄捲軸 - + Activity Headings - + Line Width 線寬 - + Font - + Font Scaling - + Antialias 反鋸齒 @@ -6846,17 +7197,17 @@ 區間遮蔽 - + Swatch - + Name 名稱 - + Apply Theme 套用主題 @@ -6881,12 +7232,12 @@ 日曆 - + Theme 主題 - + Colors 色彩 @@ -6894,7 +7245,7 @@ ColumnChooser - + Column Chooser @@ -6959,7 +7310,7 @@ ConfigDialog - + General 一般 @@ -6968,27 +7319,27 @@ 密碼設定 - + Appearance 外觀 - + Data Fields 資訊欄位 - + Metrics 計測方式 - + Intervals 區段 - + Training @@ -6997,22 +7348,22 @@ 裝置 - + Close 離開 - + Save 儲存 - + You changed the location of the athlete library 你已改變了運動運資料庫位址 - + This is where all new athletes and their files will now be stored. Current athlete data will no longer be available and GoldenCheetah will need to restart for the change to take effect. @@ -7021,24 +7372,24 @@ 這裡是存放檔案的新位址,需要重新啟動GoldenCheetah讓變更生效。 - + No, Keep current 不,保持現有設定 - + Yes, Apply and Restart 是的,套用並重新啟動 - - + + Preferences 喜好設定 - - + + Options 選項 @@ -7047,7 +7398,7 @@ 設定 - + Athlete 運動員 @@ -7282,37 +7633,37 @@ 日曆種類 - + + + - + - - - + Edit 編輯 - + Add - + Delete 刪除 - + Service - + Description 説明 @@ -7349,9 +7700,9 @@ 今天: - - - + + + no data 無資料 @@ -7368,366 +7719,424 @@ 儲存CP値(&S) - + Percentage of Best 最佳百分比 - + Show Heat - + Delta compare 差值比較 - + as percentage - + Critical Power 臨界功率 - + Basic 基本 - + Export Chart Data... 輸出圖表資料 - + Filter 過濾器 - + Date range 日期範圍 - + Data series 資料序列 - + Activity Mean Max - + Activity Centile - + No Activity 沒有活動 - + Current Activity 目前活動 - + None - - - + + + Model - + Zone Shading 遮蔽區間 - + + Show Power Profile + + + + Show grid 顯示格點 - + + Show Performance Tests + + + + Show Bests 顯示最佳成績 - + + Filter Unique Bests + + + + Show Sustained Efforts - + Show as percentage 顯示百分比 - + Show curve heat - + Show curve heat by date - + Shade Intervals 遮蔽間隔 - + + Show time scale linear + + + + 2 parameter 2組參數 - + 3 parameter 3組參數 - + Extended CP - + Multicomponent - + Ward-Smith - + + Envelope + + + + + Least Squares (LMA) + + + + + Linear Regression (Work) + + + + + Curve Fit + + + + + MMP bests + + + + + Performance tests + + + + + Data to fit + + + + + - + + CP and W' Decay + + + + Search Interval 找尋間隔 - + (seconds) - + Anaerobic 厭氣 - + Aerobic 有氣 - + Short anaerobic - + Long aerobic - + Exponential - + Variant - + Linear feedback - + Regeneration - + Value - + Rank 排名 - + W' W' - + 0 kJ - - - - - + + + + n/a - + CP 臨界功率 - - - + + 0 w - + Pmax Pmax - FTP - FTP + FTP - + Endurance Index - + Motor Unit Model - + Power 輸出功率 - + Watts per Kilogram - + xPower xPower - + Iso Power 標準化功率 - + Heartrate 心率 - + Speed 速度 - + Acceleration 加速 - + Power %1 功率 %1 - + Cadence %1 迴轉速 %1 - + Torque %1 扭矩 %1 - + Heartrate %1 心率 %1 - + Cadence 迴轉數 - + Torque 扭矩 - + VAM - + aPower aPower - + aPower per Kilogram - + Work - + Veloclinic Plot - + Unknown 末知 - + Save Best Data as CSV 匯出最佳記錄至CSV @@ -7754,12 +8163,12 @@ 變更區段。 - + no date 無資料 - + MM/dd/yyyy yyyy/M/d @@ -7771,47 +8180,47 @@ CustomMetricsPage - + Symbol - + Name - + Edit 編輯 - + + + - + - - - + Add - + Delete 刪除 - + Are you sure you want to delete this metric? - + Remove 移除 @@ -7819,28 +8228,45 @@ CyclingAnalytics - + Account is not configured. - + + You must authorise with Cycling Analytics first + + + + + Title + 名稱 + + + + + Notes + + + + + Completed. 完成。 - + Network Error - Upload failed. - + Cycling Analytics 自行車分析 - - Upload to the power focused cycling site. + + Sync with the power focused cycling site. @@ -7854,51 +8280,6 @@ Cancel 取消 - - - CyclingAnalytics - - - - - no CyclingAnalytics token set. Please authorize in Settings. - - - - - CyclingAnalytics support isn't enabled in this build - - - - - Error uploading to CyclingAnalytics - - - - - Successfully uploaded to CyclingAnalytics - - - - - Upload to CyclingAnalytics... - - - - - Upload... Sending to CyclingAnalytics - - - - - Upload to CyclingAnalytics finished. - - - - - Error from CyclingAnalytics: - - CyclistPage @@ -7941,18 +8322,18 @@ DanielsEquivalentPower - + Daniels EqP Daniels EqP - - + + watts - + Daniels EqP is the constant power which would produce equivalent Daniels Points. @@ -7960,12 +8341,12 @@ DanielsPoints - + Daniels Points Daniels Points - + Daniels Points adapted for cycling using power instead of pace and assuming VO2max-power=1.2*CP, normalized to assign 100 points to 1 hour at CP. @@ -7973,8 +8354,8 @@ DataFilter - - + + malformed expression. @@ -8005,87 +8386,95 @@ DateSettingsEdit - + Current selection 目前選擇 - + Current selection thru today 目前選擇到今日 - + From - + to today 至今日 - + Between 介於 - + and - + Last 過去 - + days - + weeks - + months - + years - + This - + week - + month - + year - + prior + DaumController + + + Cannot Connect to Daum + + + + DaysScaleDraw @@ -8126,62 +8515,62 @@ DefaultsPage - + + + - + - - - + Add 增加 - + Delete 刪除 - + Up - + Down - + Field 欄位 - + Value 數値 - + Linked field - + Default Value 預設值 - + New 新建 - + New (%1) 新建 (%1) @@ -8202,7 +8591,7 @@ 刪除資料點 - + Remove XDATA Points @@ -8238,12 +8627,12 @@ 裝置資訊 - + Add 新增 - + Delete 刪除 @@ -8256,12 +8645,12 @@ 配對 - + + + - + - - @@ -8299,12 +8688,27 @@ - - Tacx Fortius/iMagic bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + Kettler Racer serial device + + + + + Daum Serial Device + Tacx Fortius bike trainer with the handlebar controller connected to a USB port. Please make sure you have device firmware to hand. + + + + + Tacx iMagic bike trainer with the handlebar controller connected to a USB port. + + + + Testing device used for development only. If an ERG file is selected it will replay back, with a little randomness thrown in. @@ -8330,76 +8734,43 @@ - Summary - 總結 - - - - Day Summary - + 總結 - Weekly Summary - 一週總結 - - - - Monthly Summary - + 一週總結 - Totals - 總結 + 總結 - Averages - 平均 + 平均 - Maximums - 最大值 + 最大值 - Metrics - 統計 - - - - ^(Average|Max) - + 統計 - seconds - - - - - Day of - + - - + dddd MMMM d - + Week Commencing %1 - - - MMMM yyyy - - DistanceSwim @@ -8489,62 +8860,62 @@ - + Getting list ... - + Get list failed - + The activity %1 could not be converted to GoldenCheetah .JSON file format. - + Starting Download ... - + Download cancelled - + File %1 has no valid timestamp, falling back to 'now' - + Activity Already Downloaded - + The activity starting at %1 appears to have already been downloaded. Do you want to overwrite the previous download? - + Failed to rename %1 to %2 - + .JSON conversion error: file %1 - + Download completed - + Cleaned data @@ -8578,28 +8949,28 @@ - + Cancel clicked by user. - - + + Download failed - + Failed to remove existing file %1: %2 - + failed to rename %1 to %2 - + Failed to rename %1 to %2: %3 @@ -8616,24 +8987,24 @@ 覆寫前一次下載的資料? - + &Overwrite 覆寫(&O) - + &Skip &略過 - + skipped file %1 略過檔案 - - - + + + Error 錯誤 @@ -8661,48 +9032,38 @@ Dropbox - - Network Problem reading Dropbox data - - - - - invalid root path. - - - - - root is not a directory. + + Problem accessing Dropbox data - - problem parsing Dropbox data + + You must authorise with Dropbox first - - You must authorise with Dropbox first + + Parsing Error: %1 - - + + Completed. 完成。 - + Network Error - Upload failed. - + Dropbox - + Sync activities via your cloud storage. @@ -8710,12 +9071,12 @@ EOA - + Effect of Altitude - + Relationship between altitude adjusted power and recorded power @@ -8757,17 +9118,22 @@ EditIntervalDialog - + Edit Interval 編輯間隔 - + + Performance Test + + + + &OK 確定(&O) - + &Cancel 取消(&C) @@ -8779,121 +9145,140 @@ 設定 - + Name 姓名 - + Axis Label / Units - + Curve Settings 巨線設定 - + Estimate %1 %2 Power - + Endurance Index - + Vo2Max Estimate - + Metric - + Best - + Estimate 預估 - Stress - 壓力 + 壓力 + + + + PMC + - + Formula 規則(Formula) - - + + Measure + + + + + Performance + 成績 + + + + Banister + + + + + seconds - - + + minutes - - + + hours 時間 - - + + Peak 峰值 - + Absolute - + Per Kilogram - + Total - + Running Total - + Average - + Low - + Aggregate: - + # type in a formula to use # for e.g. BikeStress / Duration # as you type the available metrics @@ -8902,231 +9287,301 @@ - + + Weekly Best Performances + + + + + Submaximal Weekly Best + + + + + Performance Tests + + + + Short Term Stress (STS/ATL) - + Long Term Stress (LTS/CTL) - + Stress Balance (SB/TSB) - + Stress Ramp Rate (RR) - + Stress Type - + + Negative Training Effect (NTE) + + + + + Positive Training Effect (PTE) + + + + + Performance (Power Index) + + + + + Predicted CP (Watts) + + + + + Curve Type + + + + Metadata Field - + PMC metric - + + Measure Group + + + + + Measure Field + + + + Filter 過濾器 - + Style - + Bar - + Line - + Sticks - + Dots - + Stack 堆疊 - + Symbol - + None - + Circle - + Square - + Diamond - + Triangle - + Cross - + Hexagon - + Star - + Color - + Fill curve - + Data labels - + Highlight Highest - + Highlight Lowest - + Highlight Outliers - + Baseline - + Smooth Curve - + No trend Line - + Linear Trend - + Quadratic Trend - + Moving Average - + Simple Average - + &OK OK(&O) - + &Cancel 取消(&C) - + Peak %1 - + second - + minute - + hour - - Choose Metric Color + + %1 - %2 - - - EditNamedSearches - - Manage Filters + + Performances - - + + Power Index + + + + + Performances_%1_%2_%3 + + + + + Choose Metric Color + + + + + EditNamedSearches + + + Manage Filters + + + + + Name @@ -9159,72 +9614,72 @@ EditPhaseDialog - + Edit Date Range - + Name - + Type 種類 - + From - + To - + Starting LTS - + Lowest SB - + Phase - + Prep - + Base - + Build - + Camp - + &OK - + &Cancel 取消(&C) @@ -9232,62 +9687,62 @@ EditSeasonDialog - + Edit Date Range - + Name - + Type 種類 - + From - + To - + Starting LTS 起始LTS - + Lowest SB - + Season - + Cycle - + Adhoc - + &OK 確定(&O) - + &Cancel 取消(&C) @@ -9295,27 +9750,37 @@ EditSeasonEventDialog - + Edit Event 編輯事件 - + Name - + Date 日期 - + + Priority + + + + + Description + 説明 + + + &OK OK(&O) - + &Cancel 取消(&C) @@ -9537,13 +10002,13 @@ ElevationGain - + Elevation Gain 獲得標高 - + meters 公制 @@ -9554,7 +10019,7 @@ - + feet @@ -9564,7 +10029,7 @@ - + Elevation Gain in meters of feets @@ -9572,22 +10037,22 @@ ElevationLoss - + Elevation Loss - + meters - + feet 英尺 - + Elevation Loss in meters of feets @@ -9961,107 +10426,107 @@ 重新命名 - + Delete 刪除 - + Up - + Down - + + + - + Text 文字 - + Textbox 文字方塊 - + ShortText 簡短字串 - + Integer 整數 - + Double 雙精度 - + Date 日期 - + Time 時間 - + Checkbox 核取方塊 - + - - - + Add 新增 - + Screen Tab 頁籤 - + Field 欄位 - + Type 種類 - + Values 數值 - + Diary 日記 - + New 新的 - + New (%1) 新的 (%1) @@ -10107,7 +10572,7 @@ FilterHrvOutliers - + Filter R-R Outliers @@ -10115,31 +10580,37 @@ FilterHrvOutliersConfig - + R-R maximum (msec) - + R-R minimum (msec) - + Filter range - + Filter window size (#) - + + Set Rest Hrv + + + + Filter R-R outliers (see "R-R flag" in HRV Xdata). Non outliers are marked "1". - "R-R min and maximum" exclude samples outside (flag -1). Also excluded when filtering range. - "Filter range" of the average within a window (flag 0) - "Filter window size" distance on either side of the current interval + - "Set Rest HRV" if checked the computed HRV metrics are set as Rest HRV Measures @@ -10238,6 +10709,22 @@ + FixAeroPod + + + Set XData.CdA from HR + + + + + FixAeroPodConfig + + + When recording with an iBike AeroPod (in HR mode) the CdA data is sent as HR. This tool will update the activity file to move the values from HR into the XData.CdA series. + + + + FixDeriveDistance @@ -10286,7 +10773,7 @@ FixDerivePower - + Estimate Power Values 預估功率值 @@ -10294,32 +10781,47 @@ FixDerivePowerConfig - + Bike Weight (kg) 自行車重(kg) - + Crr Crr - + + CdA + CdA + + + + Draft mult. + + + + Wind (kph) - - , direction + + , heading - + Derive estimated power data based on speed/elevation/weight etc Bike Weight parameter is added to athlete's weight to compound total mass, it should include apparel, shoes, etc CRR parameter is the coefficient of rolling resistance, it depends on tires and surface + +CdA parameter is the effective frontal area in m^2, it depends on position and equipment. If 0 estimated from anthropometric data + +Draft Mult. parameter is the multiplier to adjust for drafting, 1 is no drafting and 0.7 seems legit for drafting in a group + wind speed shall be indicated in kph wind direction (origin) unit is degrees from -179 to +180 (-90=W, 0=N, 90=E, 180=S) Note: if the ride file already contain wind data @@ -10357,15 +10859,25 @@ FixElevation - + Fix Elevation errors 修正爬升錯吳 + + + Fix Elevation Data not possible + + + + + The following problem occured: %1 + + FixElevationConfig - + Fix or add elevation data. If elevation data is present it will be removed and overwritten. INTERNET CONNECTION REQUIRED. @@ -10523,7 +11035,7 @@ FixPower - + Adjust Power Values 調整功率值 @@ -10531,20 +11043,38 @@ FixPowerConfig - Power Adjustment - 功率調整 + 功率調整 + + + + Percent Adjustment + - + % % - - Adjusting power values allows you to uplift or degrade the power values by a percentage. It takes a single parameter: + + Fix Adjustment + + + + + watt + + + + + Adjusting power values allows you to uplift or degrade the power values by a percentage and/or a fix value. It takes two parameters: + +Percent Adjustment - this defines percentage to modify values by. Negative values are supported. -Power Adjustment - this defines percentage to modify values by. Negative values are supported. +Fix Adjustment - this defines an fix amount to modify values by. Negative values are supported. + +If both parameters are given, first the relative adjustment takes place, then the fix value adjustment is applied on the result. @@ -10610,12 +11140,40 @@ + FixSmO2 + + + Fix SmO2 and/or tHb Anomaly + + + + FixSmO2Config - - Occasionally SmO2 (%) will erroneously report high values (0% or >100%). + + Fix SmO2 + + + + + Fix tHb + + + + + Max. tHb + + + + + Occasionally SmO2 (%) and/or tHb (%) will erroneously report missing or high values (SmO2: 0% or >100% / tHb: 0% or > max. tHb parameter). + + This function will look for those anomalies in SmO2 and tHb data and depending on the configuration replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question. It takes the following parameters: -This function will look for spikes/anomalies in SmO2 data and replace the erroneous data by smoothing/interpolating the data from either side of the 3 points in question +Fix SmO2 - check to fix anomalies in SmO2 data +Fix tHb - check to fix anomalies in tHb data +Max. tHb - any tHb above is considered an outlier + @@ -10650,11 +11208,6 @@ Fix Power Spikes 修正功率峰形 - - - Fix SmO2 Anomaly - - FixSpikesConfig @@ -10708,17 +11261,17 @@ FolderNameDialog - + Folder Name - + Cancel - + Create 建立 @@ -10737,12 +11290,12 @@ - + seconds - + You entered '%1' which is not an expected value. 你輸入的 '%1' 並非期望值 @@ -10838,8 +11391,9 @@ 輸出功率 + Iso Power - 正規化功率 + 正規化功率 @@ -11209,11 +11763,6 @@ - - Iso Power - 標準化功率 - - Activity History Group @@ -11268,51 +11817,40 @@ 取消 - Garmin Connect - Garmin Connect + Garmin Connect - Error uploading to Garmin Connect - 上傳至Garmin Connect時發生錯誤 + 上傳至Garmin Connect時發生錯誤 - Successfully uploaded to Garmin Connect - 成功的上傳至Garmin Connect + 成功的上傳至Garmin Connect - - Login to Garmin Connect... - 登入Garmin Connect... + 登入Garmin Connect... - - Login to Garmin Connect finished. - 已登入Garmin Connect + 已登入Garmin Connect - Upload to Garmin Connect... - 上傳中至Garmin Connect... + 上傳中至Garmin Connect... - Upload... Sending to Garmin Connect - 上傳中...傳送至Garmin Connect + 上傳中...傳送至Garmin Connect - Upload to Garmin Connect finished. - 上傳中至Garmin Connect - 完成 + 上傳中至Garmin Connect - 完成 - Error from Garmin Connect: - Garmin Connect回傳錯誤訊息: + Garmin Connect回傳錯誤訊息: @@ -11428,42 +11966,42 @@ GcCrashDialog - + %1 Crash Recovery - + <b>GoldenCheetah appears to have PREVIOUSLY crashed for this athlete. </b><br><br>The report below gives some diagnostic information that will be useful to the developers. Feel free to post this with a short description of what was occurring when the crash happened to the <href a="https://groups.google.com/forum/?fromgroups=#!forum/golden-cheetah-users">GoldenCheetah forums</href><br><b><br>We respect privacy - this log does NOT contain ids, passwords or personal information.</b><br><b><br>When this dialog is closed the athlete will be opened.</b> - + Save Crash Report... - + Close 關閉 - + <p>Build date: %1 %2<br>Build id: %3<br>Version: %4<br>DB Schema: %5<br>Metrics: %7<br>OS: %6<br> - - <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">OAUTH</td><td>%6</td></tr><tr><td colspan="2">D2XX</td><td>%7</td></tr><tr><td colspan="2">QWTPLOT3D</td><td>%8</td></tr><tr><td colspan="2">KML</td><td>%9</td></tr><tr><td colspan="2">ICAL</td><td>%10</td></tr><tr><td colspan="2">USBXPRESS</td><td>%11</td></tr><tr><td colspan="2">LIBUSB</td><td>%12</td></tr><tr><td colspan="2">VLC</td><td>%13</td></tr><tr><td colspan="2">VIDEO</td><td>%14</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%15</td></tr><tr><td colspan="2">SSL</td><td>%16</td></tr><tr><td colspan="2">R</td><td>%17</td></tr><tr><td colspan="2">WEBKIT</td><td>%18</td></tr><tr><td colspan="2">LMFIT</td><td>%19</td></tr></table> + + <table><tr><td colspan="2">QT</td><td>%1</td></tr><tr><td colspan="2">QWT</td><td>%2</td></tr><tr><td colspan="2">%3</td><td>%4</td></tr><tr><td colspan="2">SRMIO</td><td>%5</td></tr><tr><td colspan="2">D2XX</td><td>%6</td></tr><tr><td colspan="2">KML</td><td>%8</td></tr><tr><td colspan="2">ICAL</td><td>%9</td></tr><tr><td colspan="2">USBXPRESS</td><td>%10</td></tr><tr><td colspan="2">LIBUSB</td><td>%11</td></tr><tr><td colspan="2">VLC</td><td>%12</td></tr><tr><td colspan="2">VIDEO</td><td>%13</td></tr><tr><td colspan="2">SAMPLERATE</td><td>%14</td></tr><tr><td colspan="2">SSL</td><td>%15</td></tr><tr><td colspan="2">R</td><td>%16</td></tr><tr><td colspan="2">Python</td><td>%18</td></tr><tr><td colspan="2">WEBKIT</td><td>%17</td></tr><tr><td colspan="2">LMFIT</td><td>7.0</td></tr><tr><td colspan="2">LEVMAR</td><td>%19</td></tr></table> - + Save Diagnostics - + Text File (*.txt) @@ -11471,42 +12009,42 @@ GcMiniCalendar - + Mon 星期一 - + Tue 星期二 - + Wed 星期三 - + Thu 星期四 - + Fri 星期五 - + Sat 星期六 - + Sun 星期日 - + MMMM yyyy @@ -11568,11 +12106,6 @@ - - BikeStress - - - Start creating of: Directories... @@ -11613,6 +12146,11 @@ + + TSS + + + Start copying of: Calendar files... @@ -11814,17 +12352,17 @@ GcWindowDialog - + Chart Setup 圖表設置 - + Cancel 取消 - + OK 確定 @@ -11905,63 +12443,71 @@ 心率與功率對照 + + Python Chart + + + + Python Chart + + + + 2d Plot 2D點狀圖 - 3d Plot - 3D點狀圖 + 3D點狀圖 - + Aerolab Chung Analysis - + Calendar 日曆 - + Navigator 領航員 - + Summary 總結 - + Telemetry - + Workout 訓練課程 - + Realtime 即時 - + Pedal Stroke 踏擊 - + Web page - Map 地圖 @@ -11981,17 +12527,16 @@ - StreetView - 街景 + 街景 - + Video Player 影片播放器 - + Workout Editor @@ -12010,127 +12555,142 @@ 語言: - + Language - + English - + French - + Japanese 日本語 - + Portugese (Brazil) - + Italian - + German - + Russian - + Czech - + Spanish - + Portugese - + Chinese (Simplified) - + Dutch - + Swedish - + Unit 使用單位 - + Metric - + Imperial 英制 - + Smart Recording Threshold (secs) - + Elevation hysteresis (meters) - + W' bal formula - + Enable R - + + Enable Python + + + + + Share to the OpenData project + + + + Athlete Library - + Workout and VideoSync Library - + R Installation Directory - + + Python Home + + + + R Installation (R_HOME) @@ -12143,7 +12703,7 @@ 輪徑 - + Use Garmin Smart Recording 使用Garmin Smart Recording @@ -12156,27 +12716,43 @@ W' 平衡方式: - + Differential 差別 - + Integral 整數 - + Warn for unsaved activities on exit 活動記錄未儲存時且退出前提出警示訊息 - + Enable API Web Services - + + Python Installation (PYTHONHOME) + + + + + Invalid Folder + + + + + Python does not appear to be installed in that location. + + + + + Select Athlete Library 選擇運動員資料庫 @@ -12209,14 +12785,15 @@ 訓練課程庫: - - - + + + + Browse 瀏覽 - + Chinese (Traditional) 正體中文 @@ -12253,7 +12830,7 @@ SB - + Select Workout Library 選擇課程 @@ -12367,33 +12944,33 @@ GoogleDrive - + You must authorise with GoogleDrive first - + No such directory, try setting a new location in options. - - + + Completed. 完成。 - + Upload failed - + Google Drive - + Sync your data via your cloud storage. @@ -12428,12 +13005,12 @@ Gradient - + Gradient - + Elevation Gain to Total Distance percent ratio @@ -12491,186 +13068,186 @@ GroupByModel - - - - - + + + + + Zero or not present - + Low Stress - + Medium Stress - + High Stress - + Very High Stress - + Active Recovery - + Endurance - + Tempo - + Threshold - + VO2Max - + Anaerobic Capacity - + Maximal - + Isopower - + Steady - + Variable - + Highly Variable - + Less than an hour - + Less than 90 minutes - + Less than 3 hours - + Less than 5 hours - + More than 5 hours - + Short 簡稱 - + Medium - + Long 名稱 - + Very Long - + Undefined - + Best 10 - + Quartile 1: 0% - 25% - + Quartile 2: 25% - 50% - + Quartile 3: 50% - 75% - + Quartile 4: 75% - 100% - + Date 日期 - + This week - + This month - + Last month - + yyyy-MM (MMMM) @@ -12707,18 +13284,18 @@ HeartBeats - + Heartbeats - - + + beats - + Total Heartbeats @@ -12843,11 +13420,6 @@ - - Downloading of Body Measures (e.g. weight) from multiple sources - - - Calculation of VDOT and Threshold Pace according to Daniels' Running Formula @@ -12944,300 +13516,310 @@ - Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + Fix SmO2/tHb outliers + Options to show/hide views (e.g. Sidebar) as well as adding charts and resetting chart layouts to factory settings + + + + Help options of GoldenCheetah - + Full configurable chart type to track performance and trends for metrics, user-definable best durations and model estimates - + Date range, data grouping settings which apply to a single chart - + Curves which are plotted for the specific chart - based on presets or individually added and modified here - + Individual curve configuration - + User defined formulas - + Tree map visulation of activity data by two selectable dimensions for a configurable metric - - + + Distribution of activity data samples or metrics according time spent in a certain segment - + Detailed information of a single activity - the metrics shown here are configurable - + Editor for activity file data - allowing to change/correct data, find entries and find anomalies - + Plot of all activity data series in various ways - + Selection of all additional curves to be shown in the diagram - plotted only in case data is available in the activity file - + Analysis of heartrate vs. power along the activity data - + Map of activity - + Configurable 2D scatter plot of the current activity - + Configurable 3D plot of the current activity - + Predefined and configurable set of data ranges for selection of activities to be analysed - + Powerful filter and search engine to determine the activities which are considered in diagram - + Configurable list of activities - + Entry field for sophisticated Searching and Filtering of activities - + Adding intervals to an activity using simple query methods - + Automatic Interval Detection - + Definition of coloring rules for activities - - + + Critical Mean Maximal Power Curve - - Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + + Downloading of Body Measurements (e.g. weight) from multiple sources - - - Basic configuration like date range, what series to use and how to plot + + Predefined sets of curves which can be applied as chart definition, or as starting point for individual adjustments + Basic configuration like date range, what series to use and how to plot + + + + + Configuration of the CP Model to be used to plot the curve - + Definition which date range is used for this particular chart - - - + + + Calendar - + Configurable activity log - with build in search capabilities - + Selection how the power data series is shown in the plot and general settings on the diagram structure - + Quadrant analysis of pedal velocity vs. effective pedal force - + Chung's Aerolab analysis - + Overview/summary of the selected data range - data shown in 'Athlete's Best' are configurable - + Chart specific filter/search and date range settings - + Definition of points in time 'Events' which are marked explicitely on time related diagrams - - + + Simple summary view - + Alternative access to the charts created for the main view - + Display the available and add new intervals using simple query methods - + General 一般 - + Athlete 運動員 - + Training Zone definition for power - + Training Zone definition for heartrate - + Training Zone definition for Swim and Run - + Autoimport - + Passwords 密碼設定 - + Appearance 外觀 - + Data Fields 資訊欄位 - + Definition of default value(s) for data fields - + Definition of processing default parameters for the fix, adjust,... tools - + Metrics 量測單位 - + Metrics shown in 'Bests' - + Metrics shown in 'Summary' - + Metrics shown in 'Intervals' - + Training - + Remote Controls - + Train Devices 裝置 @@ -13258,12 +13840,12 @@ HistogramWindow - + Bin width 柱狀圖寬度 - + Log Y 對Y軸取對數 @@ -13278,18 +13860,18 @@ - + Show 顯示 - + With zeros 含零值 - + Shade zones @@ -13300,7 +13882,7 @@ - + Show in zones @@ -13325,32 +13907,32 @@ 資料集 - + Total (x-axis) - + Distribution (y-axis) - + Color 色彩 - + Absolute Time 絕對時間 - + Percentage Time - + Use polarised zones @@ -13395,218 +13977,218 @@ 名稱 - + Unable to process chart file - + Bad chart type (%1). - + Are you sure you want to remove the chart? 你確定要移除圖表嗎? - + Remove 移除 - + Problem Saving Chart Bar Layout - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 - + Ride Log - + Aerobic Power - + Anaerobic Power - + Cadence 迴轉速 - + Calendar 日曆 - + CP 臨界功率 - + Details 詳細資訊 - + Distance 距離 - + Edit 編輯 - + Elapsed Time 歷時 - + Heartrate 心率 - + Lap - + Map 地圖 - + Performance 成績 - + PMC - + Power 輸出功率 - + QA - + Ride 騎乘記錄 - + Speed 速度 - + Summary 總結 - + Target Power 目標功率 - + Time and Distance 時間與距離 - + Time In Zone - + W' In Zone - + Sustained In Zone - + Training Mix - + Navigator 領航員 - + W/kg - + Workout 訓練課程 - + Stress 壓力 - + Scatter - - + + HrPw - + Activity Log 活動記錄 - + Tracker - + CP History CP歷程 - + Library - + CV CV @@ -13614,12 +14196,12 @@ HrNp - + HrNp Ratio - + Iso Power to Average Heart Rate ratio in watts/bpm @@ -13627,12 +14209,12 @@ HrPw - + HrPw Ratio - + Power to Heart Rate Ratio in watts/bpm @@ -13687,7 +14269,7 @@ HrSchemePage - + Add 新增 @@ -13696,60 +14278,73 @@ 重新命名 - + Delete 刪除 - + + + - + - - - + Short 略稱 - + Long 名稱 - + Percent of LT いまいち 対LTの割合 - + Trimp k Trimp係数 - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New - - + + New (%1) + HrZone + + + Hr Zone + + + + + Hr Zone fractional number determined from Average Hr. + + + + HrZonePTime1 @@ -13894,27 +14489,27 @@ LT値 - + Sport 運動種類 - + Bike - + Run - + Lactate Threshold - + Default 預設 @@ -14231,12 +14826,12 @@ <td align="center">%</td> - + Problem Saving Heartrate Zones 儲存心率區間時遇到問題 - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 @@ -14269,257 +14864,566 @@ - ICalendar + HrvMeasures - - Action + + HR - - Allow Conflict + + AVNN - - Attachment + + SDNN - - Attendee + + RMSSD - - Calendar Identifier + + PNN50 - - Master + + LF - - Scale + + HF - - - Version - 版本 + + Recovery Points + - - Level - + + bpm + bpm - - Event Identifier + + msec - - Category - + + % + % - - Class + + msec^2 - - Command + + Rec.Points - - Comment + + Hrv + + + HrvMeasuresCsvImport - - Completed - 完成 + + Select HRV measurements file to import + - - Contact + + CSV Files (*.csv) - - Date Created + + No file selected. - - CSID? + + Selected file %1 cannot be opened for reading. - - - No later than + + Column header contains duplicate identifier - - No earlier than + + Column 'timestamp_measurement'/'Datetime'/'date' is missing. - - Decreed + + Column 'rMSSD'/'rMSSD_lying'/'Rmssd' is missing. - - Default character set + + Number of data columns: %1 in line %2 lower than header columns: %3 - - Default locale + + Invalid 'timestamp' - Date/Time not ISO 8601 format - in line %1 - - Default timezone + + Invalid 'date' - Date not yyyy-dd-MM format - in line %1 - - Default VCar + + Invalid 'rMSSD' - in line %1 - - Deny + + Invalid 'HR' - in line %1 - - Description - 説明 + + Invalid 'AVNN' - in line %1 + - - End Date & Time + + Invalid 'SDNN' - in line %1 - - Timestamp + + Invalid 'pNN50' - in line %1 - - Start Date & Time + + Invalid 'LF' - in line %1 - - Due Date + + Invalid 'HF' - in line %1 - - Duration + + Invalid 'HRV4T_Recovery_Points' - in line %1 + + + HrvMeasuresDownload - - Expiry Date + + HRV Measurements download - - Expand + + Choose the download or import source - - Exclusive rule - + + Import CSV file + 匯入CSV檔案 - - Freebusy + + Choose date range for download - - Geo + + From date of first recorded activity to today - - Grant + + From date of last downloaded measurement to today - - ITIP Version + + Enter manually: - - Modified Date + + Discard all existing measurements - - Location - + + Download + 下載 - - Max component size + + Close - - Maximum results + + Body Measurements - - Maximum results size + + Invalid date range - please check your input - - Method + + Download completed. - - Np earlier than + + HRV Measurements - - Is Multipart + + Downloading of HRV measurements failed with error: %1 + + + HrvPage - - Name + + Time dependent HRV measurements - - Organised by + + From Date - Time - - Owner + + Comment + + + + + + Update + 更新 + + + + + + + + + + + - + - + + + + Add + + + + + Delete + 刪除 + + + + Source + + + + + Original Source + + + + + + MMM d, yyyy - hh:mm:ss + + + + + Manual entry + + + + + ICalendar + + + Action + + + + + Allow Conflict + + + + + Attachment + + + + + Attendee + + + + + Calendar Identifier + + + + + Master + + + + + Scale + + + + + + Version + 版本 + + + + Level + + + + + Event Identifier + + + + + Category + + + + + Class + + + + + Command + + + + + Comment + + + + + Completed + 完成 + + + + Contact + + + + + Date Created + + + + + CSID? + + + + + + No later than + + + + + No earlier than + + + + + Decreed + + + + + Default character set + + + + + Default locale + + + + + Default timezone + + + + + Default VCar + + + + + Deny + + + + + Description + 説明 + + + + End Date & Time + + + + + Timestamp + + + + + Start Date & Time + + + + + Due Date + + + + + Duration + + + + + Expiry Date + + + + + Expand + + + + + Exclusive rule + + + + + Freebusy + + + + + Geo + + + + + Grant + + + + + ITIP Version + + + + + Modified Date + + + + + Location + + + + + Max component size + + + + + Maximum results + + + + + Maximum results size + + + + + Method + + + + + Np earlier than + + + + + Is Multipart + + + + + Name + + + + + Organised by + + + + + Owner @@ -14762,52 +15666,60 @@ + ImagicController + + + Cannot Connect to Imagic + + + + ImportChartDialog - + Import Charts - + Cancel - + Import - - - - - - - + + + + + + + Diary - - - - - - + + + + + + Trends 趨勢 - - + + Activities 活動記錄 - - + + Train 訓練 @@ -14921,7 +15833,7 @@ InsertXDataPointCommand - + Insert XData Point @@ -14944,22 +15856,22 @@ IntervalMetricsPage - + Available Metrics 可用的計測方式 - + Selected Metrics 選擇計測方式 - + Up - + Down @@ -15034,12 +15946,20 @@ 啟動間隔自動復原 - + Enable interval auto-discovery + IsoPower + + + Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + + + JouleDevice @@ -15079,8 +15999,12 @@ + Version + + + Version - 版本 + 版本 @@ -15186,6 +16110,100 @@ + KentUniversity + + + You must authorise with KentUniversity first + + + + + No such directory, try setting a new location in options. + + + + + + Completed. + 完成。 + + + + Upload failed + + + + + University of Kent + + + + + Participate in academic studies sharing data via google drive. + + + + + KentUniversityUploadDialog + + + Upload to Kent University + + + + + Session Perceived Exertion (sRPE) + + + + + Post Session Fatigue (ROF) + + + + + Notes + + + + + Missed workouts + + + + + Is a self administered test workout + + + + + Uploading %1 bytes... + + + + + Upload + + + + + + Upload Failed + + + + + + Unable to upload, check your configuration in preferences. + + + + + Done + 結束 + + + KettlerController @@ -15196,63 +16214,63 @@ KeywordsPage - + Field 欄位 - + Use for Background 用於背景 - + Add 新增 - + Up - + Down - + Keyword 關鍵字 - + Color 色彩 - + Related Notes Words - - + + New 新的 - + New (%1) - + + + - + - - @@ -15273,7 +16291,7 @@ 重新命名 - + Delete 刪除 @@ -15492,142 +16510,143 @@ LTMPlot - - - + + + Date 日期 - - + + Time of Day - - - - + + + + %1 trend - + %1 average - + %1 Top %2 Outliers - + %1 Outlier - + %1 Best - + Best %1 - + watts - - + + Best - + Day - + Week - + Month - + Year - - + + All 全部 - - + + %1 %2 trend - + %1 %2 Outliers - + %1 %2 Best - + Today 今天 - + minutes - - - - - - - - - + + + + + + + + + seconds - - - - + + + + + Ramp - + hours 時間 - + Week Commencing %1 @@ -15734,8 +16753,8 @@ LTMSidebar - - + + Date Ranges @@ -15744,37 +16763,37 @@ 將範圍重新命名 - - - + + + Events - - - - - - + + + + + + Add season - - + + Edit season - - + + Delete season - - + + Edit details 詳細の編集 @@ -15783,230 +16802,225 @@ 刪除範圍 - - - - + + + + Menu 選單 - + Charts - - + + Filters - + Autofilter - Summary - 總結 + 總結 - - + + Edit phase - - + + Delete phase - - - - - - + + + + + + + Add Event - - - - - - + + + + + + Add Phase - - + + Delete event - - + + Add event - + Workout Code|Sport - - - + + + (blank) - + Manage Filters - + Delete Filter%1 - + Edit Season - + You can only edit user defined seasons. Please select a season you have created for editing. - + Delete Season - + You can only delete user defined seasons. Please select a season you have created for deletion. - - + + You can only add events to user defined seasons. Please select a season you have created before adding an event. - - + + The new event could not be uploaded to your remote calendar. + + + + + You can only add phases to user defined seasons. Please select a season you have created before adding a phase. - Totals - 總結 + 總結 - Averages - 平均 + 平均 - Maximums - 最大值 + 最大值 - Metrics - 計測方式 + 計測方式 - - ^(Average|Max) - - - - seconds - + - + Add Chart 新增圖表 - + Edit Chart - + Delete Chart - + Delete Selected Charts - + Export Chart - + Export Selected Charts - + Import Charts - + Reset to default - + Export Charts - - + + Chart File (*.xml) - + Entry Error 輸入錯誤 - + Selected file (%1) does not exist - + You are about to reset the chart sidebar to the default setup - + Do you want to continue? 要繼續嗎? @@ -16018,7 +17032,7 @@ 日期範圍 - + Metric 統計 @@ -16151,340 +17165,340 @@ 管理 - + Skiba Long Term Stress - - - - - - - - - - - - - + + + + + + + + + + + + + Stress 壓力 - + Skiba Short Term Stress - + Skiba Stress Balance - - - - - - - - - - + + + + + + + + + + Stress Balance - + Skiba STS Ramp - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Ramp - + Skiba LTS Ramp - + Aerobic TISS Long Term Stress - + Aerobic TISS Short Term Stress - + Aerobic TISS Stress Balance - + Aerobic TISS STS Ramp - + Aerobic TISS LTS Ramp - + Anaerobic TISS Long Term Stress - + Anaerobic TISS Short Term Stress - + Anaerobic TISS Stress Balance - + Anaerobic TISS STS Ramp - + Anaerobic TISS LTS Ramp - + Daniels Long Term Stress - + Daniels Short Term Stress - + Daniels Stress Balance - + Daniels STS Ramp - + Daniels LTS Ramp - + Work (Kj) Long Term Stress - - - - - - + + + + + + Stress (Kj) - + Work (Kj) Short Term Stress - + Work (Kj) Stress Balance - + Work (Kj) STS Ramp - + Work (Kj) LTS Ramp - + W' Work (Kj) Long Term Stress - + W' Work (Kj) Short Term Stress - + W' Work (Kj) Stress Balance - + W' Work (Kj) STS Ramp - + W' Work (Kj) LTS Ramp - + Below CP Work (Kj) Long Term Stress - + Below CP Work (Kj) Short Term Stress - + Below CP Work (Kj) Stress Balance - + Below CP Work (Kj) STS Ramp - + Below CP Work (Kj) LTS Ramp - + Distance (km|mi) Long Term Stress - - + + Stress (km|mi) - + Distance (km|mi) Short Term Stress - + Distance (km|mi) Stress Balance - + Distance (km|mi) STS Ramp - + Distance (km|mi) LTS Ramp - + Coggan Chronic Training Load - + Coggan Acute Training Load - + Coggan Training Stress Balance - + Coggan STS Ramp - + Coggan LTS Ramp - + Coggan Expected Chronic Training Load - + Coggan Expected Acute Training Load - + Coggan Expected Training Stress Balance - + TRIMP Long Term Stress - + TRIMP Short Term Stress - + TRIMP Stress Balance - + TRIMP STS Ramp - + TRIMP LTS Ramp @@ -16493,37 +17507,52 @@ 錯誤 - + Edit 編輯 - + Use sidebar chart settings 使用側邊欄圖表設定 - + Basic 基本 - + Preset 預置 - + Estimate 預估 - - Formula - 規則(Formula) + + Formula + 規則(Formula) + + + + Measure + + + + + Performance + 成績 + + + + Banister + - + Chart %1 圖表 %1 @@ -16550,7 +17579,7 @@ 堆疊顯示 - + Stack Zoom 堆疊縮放 @@ -16579,72 +17608,77 @@ 刪除 - + Add Current - + Charts - + + Show Banister Helper + + + + Apply 套用 - + Up - + Down - + Curves 曲線 - + TriScore Long Term Stress - + TriScore Short Term Stress - + TriScore Stress Balance - + TriScore STS Ramp - + TriScore LTS Ramp - + Type 種類 - + Details 詳細資訊 - + Peak 峰值 @@ -16664,115 +17698,146 @@ 範圍 - + Days - + Weeks - + Months - + Years - - + + All 全部 - + Data Table 資料表 - + Stacked 堆疊化 - + Export Chart Data... 輸出圖表資料 - + + Banister Model + + + + + Impulse Metric + + + + + Peak + 峰值 + + + + Positive decay + + + + + + days + + + + + Negative decay + + + + grouped by 以…為群組 - + day - + week - + month - + year - + time of day - - + + seconds - - + + Date 日期 - + Coggan Acute Training Load - + Coggan Chronic Training Load - + Coggan Training Stress Balance - + hours - + Export Chart Config - + Save Chart Data as CSV @@ -16781,12 +17846,12 @@ 遮蔽區間 - + Group by 群組 - + Time Of Day @@ -16818,66 +17883,66 @@ 刪除區間 - - + + Update 更新 - - + + + + - - + + - - - - + + Add 新增 - - + + Delete 刪除 - + Def 定義 - - + + From Date 起始日期 - - + + Lactate Threshold - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New - - + + New (%1) @@ -16886,41 +17951,41 @@ LT値 - - + + Rest HR 静止時心率 - - + + Max HR 最大心率 - - - + + + MMM d, yyyy MMM月 d日, yyyy年 - + Short 簡稱 - + Long 名稱 - + From BPM 最低心率 - + Trimp k Trimp系數 @@ -16981,161 +18046,161 @@ Leaf - + %1 is unknown - + Array subscript needs a symbol name. - + Index must be numeric. - + invalid data series for best(): %1 - + invalid data series for tiz(): %1 - + invalid literal for daterange(): %1 - + invalid literal for config(): %1 - + invalid literal for const(): %1 - + which function has at least 2 parameters. - + + should be banister(metric, nte|pte|perf|cp) + + + + XDATA needs 3 parameters. - + XDATA expects a string for first two parameters - + XDATA expects a symbol, one of sparse, repeat, interpolate or resample for third parameter. - + XDATA expects one of sparse, repeat, interpolate or resample for third parameter. (%1) - + XDATA_UNITS needs 2 parameters. - + XDATA_UNITS expects a string for first two parameters - + isset/set/unset function first parameter is field/metric to set. - + %1 is not supported in isset/set/unset operations - + isset has one parameter, a symbol to check. - + set function needs 3 paramaters; symbol, value and expression. - + unset function needs 2 paramaters; symbol and expression. - + estimate function expects model name as first parameter. - + estimate function expects model name as first parameter - + estimate function expects parameter or duration as second parameter - + function '%1' expects %2 parameter(s) not %3 - + unknown function %1 - + unary negation on a string! - - + + variables must be numeric. - + assignment must be to a symbol. - + comparing strings with numbers - + using a string operations with a number - - - internal parser error: parms - - LeftRightBalance @@ -17185,7 +18250,7 @@ - %1 already exists in workout library: %2 + %1 cannot be written to workout library %2, check permissions and free space @@ -17283,7 +18348,7 @@ LocalFileStore - + You must define a network folder first @@ -17298,24 +18363,24 @@ - - + + Completed. 完成。 - - + + Write to folder %1 failed - + Local Store - + Sync with a local folder or thumbdrive. @@ -17524,8 +18589,8 @@ 新建(&N)... - - + + Ctrl+N Ctrl+N @@ -17561,17 +18626,17 @@ 從裝置下載(&D)... - + Diary 日誌 - + Train 訓練 - + Add Chart 新增圖表 @@ -17593,7 +18658,7 @@ 分割活動記錄 - + Delete Activity 刪除活動記錄 @@ -17656,51 +18721,51 @@ 同步至TrainingPeaks - + CP and W' Solver... - + VDOT and T-Pace Calculator... - + Import workouts, videos, videoSyncs... - + Scan disk for workouts, videos, videoSyncs... - + Maintain charts - + Curate charts - - - + + + Activity Import - - - + + + Closing of athlete window not possible while background activity import is in progress... - + Chart Import 圖表匯入 @@ -17709,74 +18774,74 @@ 匯入 %1 圖表 - + Failed to export activity, please check permissions 匯出活動記錄失敗,請確認權限 - + No Activity To Save 沒有活動記錄可儲存 - + There is no currently selected activity to save. 沒有活動記錄可儲存 - - + - + + Split Activity 分割活動記錄 - - + + No activity selected 未選擇活動記錄 - + Current activity contains no data to split 目前的活動記錄不包合可分割的資料 - + Current activity contains no data to merge 目前的活動記錄不包合可整併的資料 - + Are you sure you want to delete the activity: 你想要刪除活動記錄: - - + + The workout directory is not configured, or the directory selected no longer exists. Please check your preference settings. - + CloudDB - + Current athlete is not registered as curator - please contact the GoldenCheetah team - + Create Heat Map... 創建熱圖(Heat Map) - + Export Metrics as CSV... 將計測方式匯出成CSV... @@ -17785,12 +18850,12 @@ 上傳至TrainingPeaks - + Create a new workout... 建立新的訓練 - + Download workouts from ErgDB... 從ErgDB下載訓練課程 @@ -17803,7 +18868,7 @@ 掃描磁碟裡的影片及訓練課程 - + Air Density (Rho) Estimator... 空氣密度(Rho)預估 @@ -17861,7 +18926,37 @@ 整合活動記錄 - + + Upload Activity... + + + + + Synchronise Activities... + + + + + Get &Body Measurements... + + + + + Get &HRV Measurements... + + + + + Check For New Activities + + + + + Ctrl-C + + + + CP and W' Estimator... CP 及 W' 預估... @@ -17874,33 +18969,33 @@ 上傳活動記錄至線上日曆 - + Activities 活動記錄 - + Tabbed not Tiled 以頁籤表示 - + You are about to reset all charts to the default setup 你即將重置所有的圖表至預設狀態 - + Do you want to continue? 要繼續嗎? - + Imported %1 metric charts - - + + &New Athlete... 新建運動員資料 @@ -17914,23 +19009,23 @@ 尋找區段... - + Select Activity 選擇活動記錄 - - + + No activity selected! 未選擇活動記錄! - + Export Activity 匯出活動記錄 - + Export Failed 匯出失敗 @@ -18048,12 +19143,12 @@ 儲存騎乘記錄(&S) - + &Tools 工具(&T) - + &Options... 選項(&O)... @@ -18062,28 +19157,28 @@ CP計算機 - + &View 檢視(&V) - - + + Toggle Full Screen 切換至全螢幕 - + Show Left Sidebar 顯示左方資訊列 - + Show Compare Pane 顯示比較欄位 - + Show Toolbar 顯示工具列 @@ -18108,87 +19203,82 @@ - - Get &Body Measures... - - - - + Download workouts from Today's Plan... - + Cloud Status... - + Cloud Contributions - + Cloud Curator - + &Edit 編輯 - + Show Athlete Tabs 顯示運動員頁籤 - + Trends 趨勢 - + Upload Chart... - + Download Chart... - + Reset Layout 重置編排 - + &Help 說明(&H) - + &Help Overview 線上協助 - + &User Guide 使用指引 - + &Log a bug or feature request 提報問題或新功能提案 - + &Discussion and Support Forum 討論區 - + &About GoldenCheetah 關於Golden Cheetah(&A) @@ -18257,29 +19347,29 @@ %1 無法開檔及寫入 - - + + Import from File 從檔案匯入 - + Refresh in Progress - + Export Metrics - + Comma Separated Variables (*.csv) - - + + Workout Directory Invalid @@ -18360,12 +19450,12 @@ 關於GoldenCheetah - + Delete 刪除 - + Changes on @@ -18658,8 +19748,12 @@ MapWebBridge - - + + Selection # + + + + Selection #%1 選擇 #%1 @@ -18680,18 +19774,18 @@ MaxCT - + Max Core Temperature 最大核心溫度 - - + + C C - + Maximum Core Temperature. The core body temperature estimate is based on HR data @@ -18699,18 +19793,18 @@ MaxCadence - + Max Cadence - - + + rpm rpm - + Maximum Cadence @@ -18718,18 +19812,18 @@ MaxHr - + Max Heartrate 最大心率 - - + + bpm bpm - + Maximum Heart Rate. @@ -18756,18 +19850,18 @@ MaxPower - + Max Power 最大輸出功率 - - + + watts - + Maximum Power @@ -18775,12 +19869,12 @@ MaxPowerVariance - + Max Power Variance - + Maximum Power Deviation with respect to 30sec Moving Average @@ -18807,18 +19901,18 @@ MaxSmO2 - + Max SmO2 - - + + % % - + Maximum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -18826,22 +19920,22 @@ MaxSpeed - + Max Speed - + kph km/h - + mph - + Maximum Speed @@ -18849,22 +19943,22 @@ MaxTemp - + Max Temp - + C C - + F - + Maximum Temperature @@ -18891,18 +19985,18 @@ MaxtHb - + Max tHb - - + + g/dL - + Maximum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -18910,17 +20004,45 @@ MeanPowerVariance - + Average Power Variance - + Mean Power Deviation with respect to 30sec Moving Average + Measure + + + Manual entry + + + + + Withings + + + + + Today's Plan + + + + + CSV Upload + + + + + Unknown + 末知 + + + MeasuresPage Move up @@ -18958,22 +20080,22 @@ MergeAdjust - + Adjust Alignment - - Adjust merge alignment in time + + Adjust merge alignment in time (use cursor and pgDown/pgUp keys for precise alignment) - + Adjust: - + Reset @@ -18981,32 +20103,32 @@ MergeChoose - + Choose an Activity - + Choose an Existing activity to Combine - + Filename 檔名 - + Date 日期 - + Time 時間 - + dd MMM yyyy yyyy年MMMMd日 @@ -19014,17 +20136,17 @@ MergeConfirm - + Confirm 確認 - + Complete and Save - + Press Finish to update the current activity with the combined data. The changes will be saved and cannot be undone. @@ -19036,17 +20158,17 @@ MergeDownload - + Download Activity - + Download Activity to Combine - + Error - Unknown file type 錯誤 - 未知的檔案格式 @@ -19054,32 +20176,32 @@ MergeMode - + Select Mode - + How would you like to combine the data ? - + Merge Data to add another data series - + Merge data series from one recording into the current activity where different types of data (e.g. O2 data from a Moxy) have been recorded by different devices. Taking care to align the data in time. - + Join Data to form a longer activity - + Append the data to the end of the current activity to create a longer activity that was recorded in multiple parts. @@ -19111,75 +20233,91 @@ 無輸出功率 - + Merge Data Series - + Select the series to merge together + + + Target activity + + + + + Source of additional data series + + + + + + d MMM yy hh:mm:ss + + MergeSource - + Select Source - + Where is the data you want to combine ? - + Import from a File - + Import and combine from a file on your hard disk or device mounted as a USB disk to combine with the current activity. - + Download from Device 從裝置下載 - + Download data from a serial port device such as a Moxy Muscle Oxygen Monitor or bike computer to combine with the current activity. - + Existing Activity - + Combine data from an activity that has already been imported or downloaded into GoldenCheetah. Selecting from a list of all available activities. - + All Supported Formats (%1) - + All files (*.*) - + Import from File 從檔案匯入 - + Error - Unknown file type 錯誤 - 未知的檔案格式 @@ -19187,52 +20325,52 @@ MergeStrategy - + Select Strategy - + How should we align the data ? - + Align using start time - + Align the data from the two activities based upon the start time for the activities. This will work well if the devices used to record the data have their clocks synchronised / close to each other. - + Align using shared data series - + If the two activities both contain the same data series, for example where both devices recorded cadence or perhaps HR, then we can align the other data series in time by matching the peaks and troughs in the shared data. - + Align starting together - + Regardless of the timestamp on the activity, align with both activities starting at the same time. - + Align ending together - + Regardless of the timestamp on the activity, align with both activities ending at the same time. @@ -19262,17 +20400,17 @@ MergeWelcome - + Combine Activities - + Lets get started 開始! - + This wizard will help you combine data with the currently selected activity. You will be able to import or download data before merging or joining the data and manually adjusting the alignment of data series before it is saved. @@ -19282,22 +20420,22 @@ MetadataPage - + Fields 欄位 - + Notes Keywords 關鍵字註解 - + Defaults 預設 - + Processing 處理,修正與微調 @@ -19312,22 +20450,22 @@ MetricConfig - + Custom 自定 - + Bests 最佳成績 - + Summary 總結 - + Intervals 區段 @@ -19335,18 +20473,18 @@ MinHr - + Min Heartrate 最小心率 - - + + bpm bpm - + Minimum Heart Rate. @@ -19354,18 +20492,18 @@ MinSmO2 - + Min SmO2 最給 SmO2 - - + + % % - + Minimum Muscle Oxygen Saturation, the percentage of hemoglobin that is carrying oxygen. @@ -19373,22 +20511,22 @@ MinTemp - + Min Temp - + C C - + F - + Minimum Temperature @@ -19415,18 +20553,18 @@ MintHb - + Min tHb - - + + g/dL - + Minimum total hemoglobin concentration. The total grams of hemoglobin per deciliter. @@ -19434,473 +20572,339 @@ ModelDataProvider - Power (watts) - 輸出功率 (Watts) + 輸出功率 (Watts) - Cadence (rpm) - 迴轉數 (rpm) + 迴轉數 (rpm) - Heartrate (bpm) - 心率 (bpm) + 心率 (bpm) - Speed (kph) - 速度 (kph) + 速度 (kph) - Speed (mph) - 速度 (mph) + 速度 (mph) - Altitude (meters) - 高度 (m) + 高度 (m) - Altitude (feet) - 高度 (ft) + 高度 (ft) - Torque (N) - 扭距 (N) + 扭距 (N) - Elapsed Time (secs) - 累計經過時間 (secs) + 累計經過時間 (secs) - Elapsed Distance (km) - 累計距離 (km) + 累計距離 (km) - Elapsed Distance (mi) - 累計距離 (mi) + 累計距離 (mi) - Interval Number - 間隔數 + 間隔數 - Latitude (degree x 1000) - 緯度 (度數x1000) + 緯度 (度數x1000) - Longitude (degree x 1000) - 經度 ((度數x1000) + 經度 ((度數x1000) - Circumferential Pedal Velocity (cm/s) - 圓週踏板速率 (cm/s) + 圓週踏板速率 (cm/s) - Average Effective Pedal Force (N) - 平均有效踏板施力(N) (N) + 平均有效踏板施力(N) (N) - Time at X/Y (%) - 時間顯示於 X/Y (%) + 時間顯示於 X/Y (%) - Power Zone - 功率區間 + 功率區間 - L/R Balance - 左/右平衡 + 左/右平衡 - Running Vertical Oscillation - 跑步時的垂直振動 + 跑步時的垂直振動 - Running Ground Contact Time - 跑步觸地時間 + 跑步觸地時間 - Running Cadence - 步頻 + 步頻 - Gear Ratio - 齒輪比 + 齒輪比 - Muscle Oxygen - 肌肉組織氧含量(Muscle Oxygen) + 肌肉組織氧含量(Muscle Oxygen) - Haemoglobin Mass - 血色素含量(Haemoglobin Mass) + 血色素含量(Haemoglobin Mass) - Slope (gradient) - 坡度 + 坡度 - Unknown - 末知 + 末知 - Power - 輸出功率 + 輸出功率 - Cadence - 迴轉數 + 迴轉數 - Heartrate - 心率 + 心率 - Speed - 速度 + 速度 - Altitude - 標高 + 標高 - Pedal Force - 踏板施力 + 踏板施力 - Time - 時間 + 時間 - Distance - 距離 + 距離 - Interval - 區段 + 區段 - Latitude - 緯度 + 緯度 - Longitude - 經度 + 經度 - Time at X/Y - 時間為X/Y + 時間為X/Y - Zone - 區間 + 區間 - CPV - CPV + CPV - AEPF - AEPF + AEPF - Balance - 平衡 - - - - RV - + 平衡 - GCT - GCT + GCT - Run Cad - 步頻 + 步頻 - Gear - 齒比 + 齒比 - SmO2 - SmO2 + SmO2 - tHb - tHb + tHb - Slope - 坡度 + 坡度 - None - + - No data or bin size too large - 沒有資料或是檔資料量過大 + 沒有資料或是檔資料量過大 ModelWindow - Power - 輸出功率 + 輸出功率 - Cadence - 迴轉數 + 迴轉數 - Heartrate - 心率 + 心率 - Speed - 速度 + 速度 - Altitude - 標高 + 標高 - Torque - 力矩 + 力矩 - AEPF - AEPF + AEPF - CPV - CPV + CPV - Time - 時間 + 時間 - Distance - 距離 + 距離 - - Slope - - - - Latitude - 緯度 + 緯度 - Longitude - 經度 + 經度 - L/R Balance - 左/右平衡 + 左/右平衡 - Running Vertical Oscillation - 跑步垂直震動 + 跑步垂直震動 - Running Cadence - 步頻 + 步頻 - - Running GCT - - - - Gear Ratio - 齒輪比 + 齒輪比 - Muscle Oxygen - 肌肉組織氧含量(Muscle Oxygen) + 肌肉組織氧含量(Muscle Oxygen) - Haemoglobin Mass - 血色素含量(Haemoglobin Mass) + 血色素含量(Haemoglobin Mass) - Analyse - 分析 + 分析 - X-Axis: - X軸: + X軸: - Y-Axis: - Y軸: + Y軸: - Z-Axis: - Z軸: + Z軸: - Color: - 色彩: + 色彩: - Bin Width: - 長條圖寬: + 長條圖寬: - User Defined - 使用者定義 - - - - Natural Cadence Selection - - - - - Route Visualisation - - - - - Power Fatigue - + 使用者定義 - - Impact of Altitude - - - - - Time at X&Y - 時間於X&Y + 時間於X&Y - Power Zone - 功率區間 - - - - Bar - + 功率區間 - - Grid - - - - Surface - + - Dots - + - Ignore Zero - 略過零值 + 略過零值 - Show Grid - 顯示格點 - - - - Frame Intervals - + 顯示格點 - Legend - 圖例 + 圖例 Reset View @@ -20046,18 +21050,10 @@ - MultiDeviceDialog - - - Multiple Device Configuration - - - - - IsoPower + MultiDeviceDialog - - Iso Power is an estimate of the power that you could have maintained for the same physiological 'cost' if your power output had been perfectly constant. + + Multiple Device Configuration @@ -20086,27 +21082,27 @@ - + Date 日期 - + MMM d, yyyy MMM月 d日, yyyy年 - + Time 時間 - + Last updated 最後更新 - + ddd MMM d, yyyy hh:mm ddd日 MMM月d, yyyy年 hh時:mm分 @@ -20323,18 +21319,18 @@ NinetyFivePercentHeartRate - + 95% Heartrate 95% 心率 - - + + bpm bpm - + Heart Rate for which 95% of activity samples has lower HR values @@ -20342,18 +21338,18 @@ NonZeroPower - + Nonzero Average Power 非0平均功率 - - + + watts 瓦特 - + Average Power without zero values, it gives inflated values when frecuent coasting is present @@ -20361,235 +21357,347 @@ OAuthDialog - + OAuth - + SSL Security Libraries required for 'Authorise' are missing in this installation. - - - + + Authorization Error 授權發生錯誤 - - Error fetching OAuth credentials - Endpoint: /oauth/access_token - - - - - Twitter authorization was successful. - - - - + Withings authorization was successful. - - - - - - - - - + + + + + + + + + + Information - - Error in authorization - - - - - There was an error during authorization. Please check the error description. - - - - + Dropbox authorization was successful. - + SportTracks authorization was successful. - + PolarFlow authorization was successful. - + Strava authorization was successful. - + Cycling Analytics authorization was successful. - + Google Calendar authorization was successful. - + + Kent University Google Drive authorization was successful. + + + + Google Drive authorization was successful. - + Today's Plan authorization was successful. - + Error retrieving access token, %1 (%2) - + SSL Token Refresh Error - + Error retrieving authoriation credentials + OpenData + + + Fetching server list. + + + + + Network Problem reading server list + + + + + Invalid server list, please try again later + + + + + Finding an available server. + + + + + No servers available, please try later. + + + + + Preparing data to send. + + + + + Sending data to server. + + + + + Server replied: + + + + + Finishing. + + + + + Done + 結束 + + + + OpenDataDialog + + + OpenData + + + + + <b><big>OpenData Project</big></b> + + + + + We have started a new project to collect user activity data to enable researchers, coaches and others to develop new models and solutions using real world data.<p>All data that is shared is <b>anonymous</b> and cannot be traced back to the original user, no personal data is shared and the workout data is limited to Power, Heartrate, Altitude, Cadence and Distance data along with metrics and distributions. No personally identifiable information is collected at all.<p>The data will be published to the general public in exactly the same format you have provided it in. And you can choose to remove your data at any time. You can also choose to opt out again in athlete preferences.<p><center>Your data will only be sent once every year or so.</center><br><b>WE WILL NOT</b>:<p>- Collect personal information <p>- Collect GPS information <p>- Collect notes or other metadata <p><p><br><b>WE WILL</b>:<p>- Collect basic athlete info: Gender, Year of Birth and UUID<p>- Collect basic activity samples for HR, Cadence, Power, Distance, Altitude<p>- Collect metrics for every activity stored for this athlete<p>- Collect distribution and mean-max aggregates of activity data<p><p><br>We publish the data at the <a href="https://cos.io/">Center for Open Science</a> as an <a href="https://osf.io/6hfpz/">OpenData project</a> open to everyone. <p>We have also setup an <a href="https://github.com/GoldenCheetah/OpenData">OpenData github project</a> to publish tools for working with the dataset.<p> + + + + + Yes, I want to share + + + + + No thanks + + + + OverviewWindow - + PMC - + Sport 運動種類 - + Workout Code 運動代碼 - + Duration - + Notes - - HRV + + HRV rMSSD - + Heartrate 心率 - + Heartrate Zones 心率區間 - + Climbing - + Cadence - + Equivalent Power - + RPE - + Stress 壓力 - + Fatigue Zones - + Intervals 區段 - + Intensity - + Power - + Power Zones 功率區間 - + Power Model - + Distance 距離 - + Speed 速度 - + Pace Zones 步頻區間 - + Route 路線 + PDModel + + + W': Formerly known as Anaerobic Work Capacity (AWC). An estimate for the fixed amount of work, expressed in kJ, that you can do above Critical Power. + + + + + Critical Power. An estimate of the power that, theoretically, can be maintained for a long time without fatigue. + + + + + Functional Threshold Power. The highest power that a rider can maintain in a quasi-steady state without fatiguing for approximately one hour. + + + + + P-max: An estimate of the maximal power over one full rotation of the cranks. + + + + + PMCData + + + CTL/LTS : Chronic Training Load/Long Term Stress. The the dose of training you accumulated over a longer period of time, computed as an exponentially weighted moving average of the selected Training Load metric typically from 4-8 weeks, 42 days by default. It is claimed to relate to your fitness. + + + + + ATL/STS : Acute Training Load/Short Term Stress. The dose of training that you accumulated over a short period of time, computed as an exponentially weighted moving average of the selected Training Load metric from 3 to 10 days in general, 7 by default. It is claimed to relate to your fatigue. + + + + + TSB/SB : Training Stress Balance/Stress Balance. It's the result of subtracting yesterday's Acute Training Load/Short Term Stress from yesterday's Chronic Training Load/Long Term Stress. It is claimed to relate to your freshness. + + + + + RR : Ramp Rate. The rate at which CTL/LTS increases over a given time period. Large values up and down indicate a risk of injury and aggressive taper respectively. + + + + Pace @@ -20615,54 +21723,54 @@ PaceSchemePage - + + + - + - - - + Add - + Delete 刪除 - + Short - + Long - + Percent of CV - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New - - + + New (%1) @@ -20823,27 +21931,27 @@ PaceZonePage - + Sport 運動種類 - + Run - + Swim - + Critical Velocity 臨界速度 - + Default 預設值 @@ -21087,132 +22195,132 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range - - + + attempt to set zone based on % of CV without setting CV in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. - + Extending final range %1 to infinite to include present date. - + CV must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Velocity: %3%4 (%2%1) - + <td align="center">Zone</td> <td align="center">區間</td> - + <td align="center">Description</td> <td align="center">説明</td> - + <td align="center">Low (%1)</td> - + <td align="center">High (%1)</td> - + <td align="center">Time</td> <td align="center">時間</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Pace Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 - - + + min/100m 分/100公尺 - - + + min/100yd 分/100碼 - - + + min/km 分/公里 - - + + min/mile 分/英哩 @@ -21363,66 +22471,206 @@ 緯度 - - Longitude - 經度 + + Longitude + 經度 + + + + Altitude + 海拔 + + + + Headwind + 逆風 + + + + Slope + 斜坡 + + + + Temperature + 溫度 + + + + SmO2 + SmO2 + + + + tHb + tHb + + + + Interval + 區段 + + + + Paste error + 貼上模式 + + + + Please select target cell or cells to paste values into. + + + + + Copy/Paste Mismatch + + + + + The selected range and available data have different sizes, some data may be lost. + +Do you want to continue? + + + + + PeakHr10m + + + 10 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr1m + + + 1 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr20m + + + 20 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr2m + + + 2 min Peak Hr + + + + + + bpm + bpm + + + + PeakHr30m + + + 30 min Peak Hr + - - Altitude - 海拔 + + + bpm + bpm + + + PeakHr3m - - Headwind - 逆風 + + 3 min Peak Hr + - - Slope - 斜坡 + + + bpm + bpm + + + PeakHr5m - - Temperature - 溫度 + + 5 min Peak Hr + - - SmO2 - SmO2 + + + bpm + bpm + + + PeakHr60m - - tHb - tHb + + 60 min Peak Hr + - - Interval - 區段 + + + bpm + bpm + + + PeakHr8m - - Paste error - 貼上模式 + + 8 min Peak Hr + - - Please select target cell or cells to paste values into. - + + + bpm + bpm + + + PeakHr90m - - Copy/Paste Mismatch - + + 90 min Peak Hr + - - The selected range and available data have different sizes, some data may be lost. - -Do you want to continue? - + + + bpm + bpm @@ -22704,12 +23952,12 @@ 完成。 - + PolarFlow - + Download from the popular Polar website. @@ -22718,184 +23966,199 @@ PowerHist - + Time (minutes) 時間 (分) - + Time (percent) 時間(%%) - + Power (watts) 輸出功率(Watts) - - + + Power zone 功率區間 - + Heartrate (bpm) 心率 (bpm) - + Heartrate zone 心率區間 - - - - - + + + + + seconds - + Total %1 (%2) - + Total %1 - + %1 of Activity (%2) - + %1 of Activity - + W'bal zone W'平衡區間 - + W'Bal Consumed (%) - + Power (watts/kg) - + aPower (watts) - + Cadence (rpm) 迴轉數 (rpm) - + Pace zone - + Speed (%1) 速度 (%1) - + kph km/h - + mph m/h - + Torque (%1) 扭矩 (%1) - + N-m N-m - + ft-lbf ft-lbf - + Gear Ratio 齒輪比 - + SmO2 SmO2 - + Unknown data series - + min/km 分/公里 - + min/mile 分/英哩 - - + + %1 Pace (%2) - + min/100m 分/100公尺 - + min/100yd 分/100碼 - - - - + + + + minutes - - + + % % + PowerIndex + + + + Power Index + + + + + + % + % + + + PowerTapDevices @@ -23043,32 +24306,32 @@ ProcessorPage - + Processor 處理 - + Apply 適用 - + Settings 設定 - + Manual 手動 - + Import - + Save 儲存 @@ -23078,6 +24341,22 @@ + PythonChart + + + Show Console + + + + + PythonConsole + + + Python Console (%1) + + + + QObject @@ -23101,8 +24380,9 @@ - - + + + Lap %1 第%1圈 @@ -23112,14 +24392,14 @@ dd日 MMM月, yyyy年 - - + + MMM dd yyyy - + All 全部 @@ -23199,62 +24479,44 @@ - - Manual entry - - - - - Withings - - - - - Today's Plan - - - - - CSV Upload - - - - Unknown - 末知 + 末知 - - Problem Saving Body Measures + + Problem Saving Body Measurements - + + - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 - - Problem Reading Body Measures + + Problem Reading Body Measurements - - File: %1 cannot be opened for 'Reading'. Please check file properties. + + Problem Parsing Body Measurements - - Problem Parsing Body Measures + + + File: %1 cannot be opened for 'Reading'. Please check file properties. - + + File: %1 is not a proper JSON file. Parsing error: %2 @@ -23279,7 +24541,7 @@ - + Problem Saving Seasons @@ -23355,88 +24617,281 @@ - - Dutch + + Dutch + + + + + Swedish + + + + + Run + + + + + Swim + + + + + Unsupported file format + + + + + Rest + + + + + Very, very easy + + + + + Easy + + + + + Moderate + + + + + Somewhat hard + + + + + Hard + + + + + Hard+ + + + + + Very hard + + + + + Very hard+ + + + + + Very hard++ + + + + + Maximum + + + + + Invalid + + + + + 0 Rest + + + + + 1 Very, very easy + + + + + 2 Easy + + + + + 3 Moderate + + + + + 4 Somewhat hard + + + + + 5 Hard + + + + + 6 Hard+ + + + + + 7 Very hard + + + + + 8 Very hard+ + + + + + 9 Very hard++ + + + + + 10 Maximum + + + + + 0 Not Fatigued At All + + + + + 1 + 3D {1 ?} + + + + 2 A Little Fatigued + + + + + 3 + 3D {3 ?} + + + + 4 + 3D {4 ?} + + + + 5 Moderately Fatigued + + + + + 6 + 3D {6 ?} + + + + 7 Very fatigued+ + + + + + 8 + 3D {8 ?} + + + + 9 + 3D {9 ?} + + + + 10 Total Fatigue, Nothing Left - - Swedish + + Problem Saving HRV Measurements - - Run + + Problem Reading HRV Measurements - - Swim + + Problem Parsing HRV Measurements - - Unsupported file format + + Developer limit exceeded - - Rest + + Monthly free plan limit exceeded - - Very, very easy + + Bad request - - Easy + + Gateway Timeout - - Moderate + + Networkerror: %1 - - Somewhat hard + + Distance %1 - - Hard + + Location %1 - - Hard+ + + Time %1 - - Very hard + + HeartRate %1 - - Very hard+ + + Python not installed or in path - - Very hard++ + + Python v3.%1 is required for Python embedding. +Python disabled in preferences. - - Maximum + + The version of R installed is too old. You must have R version 3.4 or higher. + - - Invalid + + The version of R installed is too new. You must have R version 3.3 or older. + @@ -23508,205 +24963,220 @@ RealtimeData - + None - + Time 時間 - + Lap - + Lap Time - + Lap Time Remaining - + + Section Time Remaining + + + + BikeStress - + kJoules - + W' bal - + XPower - + Iso Power - + Intensity Factor - + Relative Intensity 相對強度 - + Skiba Variability Index - + Variability Index - + Distance 距離 - + Alternate Power - + Power 輸出功率 - + Speed 速度 - + Virtual Speed - + Cadence 迴轉數 - + Heart Rate 心率 - + Target Power 目標功率 - + Average Power 平均輸出功率 - + Average Speed 平均速度 - + Average Heartrate - + Average Cadence 平均迴轉數 - + Lap Power - + Lap Speed - + Lap Heartrate - + Lap Cadence - + Left/Right Balance 左/右平衡 - + Total Hb Mass - + Hb O2 Saturation - + Deoxy Hb - + Oxy Hb - + Left Torque Effectiveness - + Right Torque Effectiveness - + Left Pedal Smoothness 左踏板平滑度 - + Right Pedal Smoothness 右踏板平滑度 - + Slope + + + Lap Distance + + + + + Lap Distance Remaining + + RealtimePlotWindow @@ -23962,12 +25432,12 @@ RemotePage - + Action - + ANT+ Command @@ -23991,17 +25461,17 @@ RenameIntervalDialog - + Rename Intervals - + &OK 確定(&O) - + &Cancel 取消(&C) @@ -24070,22 +25540,22 @@ RideCache - + Can't rename %1 to %2 in %3 - + Problem Saving Ride Cache - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 - + seconds @@ -24493,464 +25963,459 @@ RideFile - + Run - + Swim - + Time 時間 - + Cadence 迴轉數 - + Heartrate 心率 - + Distance 距離 - + Speed 速度 - + Acceleration 加速 - + Power %1 功率 %1 - + Cadence %1 迴轉速 %1 - + Torque %1 扭矩 %1 - + Heartrate %1 心率 %1 - + Torque 扭矩 - + Power 輸出功率 - + xPower xPower - + aPower aPower - + aTISS 有氧(aerobic) TISS - + anTISS 厭氧(anaerobic)TISS - + Iso Power 正規化功率 - + Altitude 標高 - + Longitude 經度 - + Latitude 緯度 - + Headwind 逆風 - + Slope - + Temperature 溫度 - + Left/Right Balance 左/右平衡 - + Left Torque Efficiency 左扭矩效率 - + Right Torque Efficiency 右扭矩效率 - + Left Pedal Smoothness 左踏板平滑度 - + Left Platform Center Offset - + Right Platform Center Offset - + Left Power Phase Start - + Right Power Phase Start - + Left Power Phase End - + Right Power Phase End - + Left Peak Power Phase Start - + Right Peak Power Phase Start - + Left Peak Power Phase End - + Right Peak Power Phase End - - + + Interval 區段 - + VAM - + Watts per Kilogram - + W' balance W' 平衡 - + SmO2 SmO2 - + THb - + O2Hb O2Hb - + HHb HHb - + Vertical Oscillation 重直振動 - + Run Cadence 跑動步頻 - + GCT GCT - + Gear Ratio 齒輪比 - + W' Consumed - + Sample Index - + R-R - - + + Unknown 末知 - - + + seconds - + rpm rpm - + rpm/s 圈數/秒 - + bpm bpm - + bpm/s - + km - + miles - - + + kph km/h - + mph - + m/s/s - + N - + N/s - - - - + + + + watts - + watts/s 瓦特/秒 - - + + TISS TISS - + metres - + feet 英尺 - + lon - + lat - - - - - - - - % - % - - - - - - - - ° - + + + + + % + % - - Invalid File Name + + + + + + + + + ° - - + + mm mm - + Right Pedal Smoothness 右踏板平滑度 - + °C - + meters per hour - + watts/kg - + joules - + g/dL - + spm - + cm - + ms - + ratio @@ -24959,15 +26424,14 @@ 騎乘記錄檔名無效 - Invalid date/time in filename: %1 Skipping file... - %1 檔案裡的日期或時間無效 + %1 檔案裡的日期或時間無效 略過此檔案... - + Wheelsize @@ -24975,107 +26439,107 @@ RideFileInterval - + ALL - + DEVICE - + USER - + PEAK PACE - + PEAK POWER - + SEGMENTS - + CLIMBING - + EFFORTS - + The entire activity 整個活動記錄 - + Device specific intervals - + User defined laps or marked intervals - + Peak pace for running and swimming - + Peak powers for cycling 1s thru 1hr - + Route segments using GPS data - + Ascents for hills and mountains - + Sustained efforts and matches using power - + Peak 峰值 - + Find 尋找 - + Match 匹配 - + Climb - + Best @@ -25256,69 +26720,69 @@ RideImportWizard - + Select Date... 選擇日期 - + Today 今天 - + Last Monday 上星期一 - + Last Tuesday 上星期二 - + Last Wednesday 上星期三 - + Last Thursday 上星期四 - + Last Friday 上星期五 - + Last Saturday 上星期六 - + Last Sunday 上星期天 - + Choose Date 選擇日期 - + Cancel 取消 - - - + + + Abort 停止 - + Error - File does not exist. @@ -25331,57 +26795,67 @@ 匯入騎乘記錄檔案 - + Filename 檔名 - + Date 日期 - + Time 時間 - + Duration 持續時間 - + Distance 距離 - + Import Status 匯入狀態 - + Step 1 of 4: Check file permissions Step 4-1 確認檔案的許可 - + Error - Not a file. - + Error - File is not readable. - + + Error - Opendata summary. + + + + + undefined + + + + Queued キューに新增 - + Error - Unknown file type 錯誤 - 未知的檔案格式 @@ -25390,47 +26864,47 @@ 錯誤 - 無效的檔案 - + Step 2 of 4: Validating Files Step 4-2 驗證檔案 - - - - - + + + + + Error 錯誤 - + Parsing... 解析中... - + Validated 驗證結束 - + Warning - 警告 - - - + + ; - + Step 3 of 4: %1 ride(s) are missing the date and time. - + Step 3 of 4: Change Date/Time or Save to continue. @@ -25439,52 +26913,57 @@ yyyy年MMMMd日 - + No files for automatic import selected. - + More than 24hrs of activities to fit into a day - + Auto Import 自動匯入 - + Automatic import from defined directories is completed. - + Error - Activity file exists - + Error - Activity file with same start date/time exists - + Error - copy of %1 to import directory failed - + + Processing... + + + + Error - Moving %1 to activities folder - + Error - .JSON creation failed - + Error - Import of activitiy file failed @@ -25493,7 +26972,7 @@ hh:mm:ss ap - + Error - 錯誤 - @@ -25502,57 +26981,57 @@ - + Directory 目錄 - + Import Rule 匯入規則 - + Directory Status - + No import - + No directory - + Directory not available - + Directory not readable - + %1 files for import selected - + No files in requested time range - + No activity files found - + Import Files @@ -25561,7 +27040,7 @@ Step 4-3 確認日期與時間 - + Save 儲存 @@ -25570,7 +27049,7 @@ hh:mm:ss - + Invalid Selection 無效的選擇 @@ -25579,12 +27058,12 @@ hh:mm:ss a - + Step 4 of 4: Save to Library Step 4-4 儲存至Library - + Saving... 儲存中... @@ -25617,12 +27096,12 @@ 錯誤 - 檔案已存在 - + Saving file... 存檔中... - + File Saved 檔案已儲存 @@ -25643,14 +27122,14 @@ 完成。 - + Import Complete. %1 of %2 successful. 匯入完成 %1/%2成功。 - - - + + + Finish 結束 @@ -25658,128 +27137,128 @@ RideItem - + Entire Activity - + 1 second - + 5 seconds - - + + 10 seconds - - + + 15 seconds - - + + 20 seconds - - + + 30 seconds - - + + 1 minute - - + + 5 minutes - - + + 10 minutes - - + + 20 minutes - - + + 30 minutes - - + + 45 minutes - - + + 1 hour - + %1 (%2 watts) - + %1 (%2 %3) - + L%3 TTE of %1 (%2 watts) - + L%4 %3% EFFORT of %1 (%2 watts) - + L%3 SPRINT of %1 secs (%2 watts) - + Climb %1 - + L%1 %5 %2 (%3w %4 kJ) - + TE MATCH - + MATCH @@ -25787,87 +27266,96 @@ RideMapWindow - + OpenStreetMap - + Google - - Bing - - - - + Map 地圖 - + Show Markers - + Show Full Plot - + Show Intervals Overlay - + Open Street Map - Custom Tile Server settings - + Tile server - + Tile server URL - + OpenStreetMap (default) - - OpenCycleMap + + Custom Tile Server A - - Mapquest + + Custom Tile Server B - + + Custom Tile Server C + + + + + Google API key + + + + + Interval + 區段 + + Custom - 自定 + 自定 - + Intervals 區段 - + Route 路線 - + No GPS Data Present 沒有GPS資訊 @@ -25875,12 +27363,12 @@ RideMetadata - + Problem Saving Meta Data - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 @@ -25889,57 +27377,57 @@ RideNavigator - + *|Workout Code|Date| - + File 檔案 - + Last updated 最後更新 - + Date 日期 - + Time 時間 - + Config Checksum - + Remove Column - + Column Chooser - + Do Not Show in Groups 不依群組顯示 - + Show In Groups 依群組顯示 @@ -25947,7 +27435,7 @@ RideSummaryWindow - + <p>Couldn't read file " @@ -25966,316 +27454,286 @@ 日期範圍 - + %2 on %1 vs %4 on %3 - - - + + + dd MMM yy - + %2 on %1 vs %3 others - + %1 vs %2 - + %1 vs %2 others - + dddd MMMM d, yyyy, hh:mm - - + + dddd MMMM d yyyy - + Device Type: 裝置型式: - - + + Totals 總結 - - + + Averages 平均 - - + + Maximums 最大值 - - + + + + + <tr><td>%3</td><td align="right"><font color="%2">%1</font></td></tr> + + + + + + + + <tr><td>%4</td><td align="right">%3 (%1 - %2)</td></tr> + + + + <h3>Model</h3> - + W' W' - + CP 臨界功率 - - + + watts - - + + w/kg 瓦/公斤 - + FTP (watts) - + FTP (w/kg) - + P-max - + Interval Name 間隔名稱 - - - + + + %1 of %2 - - - + + + dd MMM yyyy yyyy年MMMMd日 - - - - + + + + N/A - + Metrics* - - - + + + ^(Average|Max) - - <h3>Modeling<br>%1</h3> - - - + - Compare - + Summary 總結 - + Metrics 統計 - - <tr><td>CTL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>ATL:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>TSB:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>RR:</td><td align="right"><font color="%2">%1</font></td></tr> - - - - - <tr><td>CTL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>ATL:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>TSB:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - <tr><td>RR:</td><td align="right">%3 (%1 - %2)</td></tr> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + seconds - + <h3>Athlete Bests</h3> 運動員最佳成績 - + d MMM yyyy - - - + + + <h3>Pace Zones</h3> 步頻區間 - - - + + + <h3>Power Zones</h3> <h2>功率區間</h2> - - + + <h3>W'bal Zones</h3> <h3>W'bal 區間</h3> - + <h3>Heart Rate Zones</h3> <h3>心率區間</h3> - - + + ride 騎乘 - - + + rides 騎乘 - - - + + + <td align="center">Date</td> - - - + + + <td align="center"></td> - - + + run 跑步 - - + + runs 跑步 - - + + swim 游泳 - - + + swims 游泳 - - + + <h3>Heartrate Zones</h3> @@ -26288,12 +27746,12 @@ <h2>心率區</h2> - + Intervals 區段 - + <p><h2>Errors reading file:</h2><ul> <p><h2>檔額讀取錯誤:</h2><ul> @@ -26320,12 +27778,12 @@ - + RideWithGPS 搭配GPS騎乘 - + Upload rides and analyse them using Google Maps. @@ -26356,44 +27814,8 @@ 取消 - Ride With GPS - 騎乘時使用GPS - - - - no credentials set for RideWithGps. Please check Settings. - - - - - Error uploading to RideWithGPS - - - - - Successfully uploaded to RideWithGPS - - - - - Upload... - - - - - Upload... Sending to RideWithGPS - - - - - Upload to RideWithGPS finished. - - - - - Error from RideWithGPS: - + 騎乘時使用GPS @@ -26482,106 +27904,93 @@ 今日的PMC 壓力平衡 - - + + kg - - + + lb - - From Date - - - - Weight - 體重 + 體重 - - Fat + + Default Weight - - Muscle - - - - - Bones - - - - - Lean + + Time dependent measurements - - Fat% + + From Date - Time - + Comment - - + + Update 更新 - + + + - + - - - + Add - + Delete 刪除 - + + + MMM d, yyyy - hh:mm:ss + + + Time - 時間 + 時間 - + Source - + Original Source - - MMM d, yyyy - MMM月 d日, yyyy年 + MMM月 d日, yyyy年 - + Manual entry @@ -26594,6 +28003,11 @@ + + Season + + + &All Selected @@ -26607,7 +28021,7 @@ Routes - + Route #%1 @@ -26660,7 +28074,7 @@ SaveOnExitDialogWidget - + WARNING You have made changes to some rides which @@ -26668,22 +28082,22 @@ - + &Save and Exit 儲存後離開(&S) - + &Discard and Exit 放棄修改並離開(&D) - + &Cancel Exit 取消並結束(&C) - + Always check for unsaved changes on exit 總是在離開前檢查是否要儲存修改 @@ -26691,19 +28105,19 @@ SaveSingleDialogWidget - + WARNING You have made changes to - + Save and Conversion - + If you want to save them, we need to convert to GoldenCheetah's native format. Should we do so? @@ -26711,22 +28125,22 @@ - + &Save and Convert - + &Discard Changes 放棄修改(&D) - + &Cancel Save 取消(&C) - + Always warn me about file conversions @@ -26804,9 +28218,13 @@ - Circumferential Pedal Velocity (cm/s) - 圓週踏板速率 (cm/s) + 圓週踏板速率 (cm/s) + + + + Circumferential Pedal Velocity (m/s) + @@ -27286,7 +28704,7 @@ SchemePage - + Add 新增 @@ -27295,49 +28713,49 @@ 重新命名 - + Delete 刪除 - + + + - + - - - + Short 簡稱 - + Long 全名 - + Percent of CP CP百分比 - + Maximum of 10 zones reached. 達到10個區裡的最大區間 - - + + New - - + + New (%1) @@ -27345,46 +28763,46 @@ SearchBox - - + + Search... - + Filter... - - + + Add to Named Filters - - + + Manage Filters - - + + Column Chooser - + and - + Add new search - + Name: @@ -27398,75 +28816,113 @@ + Season + + + A + + + + + B + + + + + C + C + + + + D + + + + + E + + + + Seasons - - + + All Dates 所有日期 - + This Year 今年 - + This Month 本月 - + Last Month 上個月 - + This Week 本週 - + Last Week 上週 - + + Last 24 hours + + + + Last 7 days 過去7日 - + Last 14 days 過去14日 - + Last 21 days 過去28日 - + Last 28 days 過去28日 - + + Last 6 weeks + + + + Last 2 months 最近2個月 - + Last 3 months 最近3個月 - + Last 6 months 最近6個月 - + Last 12 months 最近12個月 @@ -27482,64 +28938,64 @@ 往下 - + Add 新增 - + Delete 刪除 - + Up - + Down - - - - + + + + ddd MMM d, yyyy - + + + - + - - - - + + Name 名稱 - - + + Type 種類 - - + + From - - + + To @@ -27550,46 +29006,6 @@ OK 確定 - - - SelfLoops - - - - - no credentials set for SelfLoops. Please check Settings. - - - - - Error uploading to Selfloops - - - - - Successfully uploaded to Selfloops - - - - - Upload to Selfloops... - - - - - Upload... Sending to Selfloops - - - - - Upload to Selfloops finished. - - - - - Error from Selfloops: - - Selfloops @@ -27609,12 +29025,12 @@ - + Selfloops - + Upload and track your training and progress. @@ -27659,129 +29075,60 @@ ShareDialog - Share your activity - 分享你的活動記錄 + 分享你的活動記錄 - Choose which sites you wish to share on: - 選擇你要分享的網站 - - - - Strava - + 選擇你要分享的網站 - Ride With GPS - Ride with GPS - - - - Today's Plan - + Ride with GPS - Cycling Analytics - 自行車分析 - - - - Selfloops - - - - - VeloHero - - - - - Trainingstagebuch.org - - - - - SportPlusHealth - + 自行車分析 - Choose a name for your activity: - 為你要上傳的活動記錄命名 - - - - Private - + 為你要上傳的活動記錄命名 - - Commute - - - - - Trainer - - - - &Upload Activity - &上傳活動記錄 - - - - This activity is marked as already on %1. Are you sure you want to upload it? - + &上傳活動記錄 - Choose which data series you wish to send: - 選擇要上傳的資料種類 + 選擇要上傳的資料種類 - Altitude - 標高 + 標高 - Power - 輸出功率 + 輸出功率 - Cadence - 迴轉數 + 迴轉數 - Heartrate - 心率 + 心率 - &Close - 關閉 - - - - No share site selected ! - + 關閉 - OK - 確定 + 確定 - Cancel - 關閉 + 關閉 @@ -27812,23 +29159,23 @@ - - + + Completed. 完成。 - + Network Error - Upload failed. - + Sixcycle - + Sync with the innovative training site. @@ -28246,7 +29593,7 @@ - + Confirm 確認 @@ -28256,29 +29603,29 @@ 分割活動記錄無法復原 - + %1 file(s) will be created. Are you sure you wish to proceed? 即將建立檔案%1 請問要繼續進行? - + Removed 已移除 - + Saved 已儲存 - + Completed 完成 - + Split Activity Completed 分割活動記錄完成 @@ -28382,65 +29729,20 @@ Split Activity - 分割活動記錄 - - - - Lets get started - 開始! - - - - This wizard will help you split the current activity into multiple activities - -The wizard will identify segments of uninterrupted activity and allow you to select which ones to save as new activities. You will also be able to select any currently defined intervals too. - -If the newly created activity clashes with an existing activity (same date and time) then the wizard will adjust the start time by one or more seconds to avoid losing or overwriting any existing data. - - - - - SportPlusHealthUploader - - - SportPlusHealth - - - - - Cannot upload to SportPlusHealth without credentials. Check Settings - - - - - sending to SportPlusHealth... - - - - - - - error uploading to SportPlusHealth - - - - - request failed: - - - - - request failed, Server response: %1 %2 - + 分割活動記錄 - - failed to upload file (cod. %1) - + + Lets get started + 開始! - - successfully uploaded to SportPlusHealth + + This wizard will help you split the current activity into multiple activities + +The wizard will identify segments of uninterrupted activity and allow you to select which ones to save as new activities. You will also be able to select any currently defined intervals too. + +If the newly created activity clashes with an existing activity (same date and time) then the wizard will adjust the start time by one or more seconds to avoid losing or overwriting any existing data. @@ -28457,23 +29759,23 @@ - - + + Completed. 完成。 - + Network Error - Upload failed. - + SportTracks.mobi - + Sync with the popular multisport website. @@ -28491,12 +29793,12 @@ - + SportPlusHealth - + Upload to the cycling and running site. @@ -28673,39 +29975,39 @@ Strava - + No authorisation token configured. - + You must authorise with Strava first - + Network Problem reading Strava data - + invalid response or parser exception. - - + + Completed. 完成。 - + Strava - - Upload to the social network for cyclists and runners. + + Sync with the social network for cyclists and runners. @@ -28812,62 +30114,6 @@ OK OK - - - Strava - - - - - no Strava token set. Please authorize in Settings. - - - - - Strava support isn't enabled in this build - - - - - Error uploading to Strava - - - - - Successfully uploaded to Strava - - - - - - Upload activity to Strava... - - - - - Upload... Sending to Strava - - - - - Processing... - - - - - Upload to Strava finished. - - - - - invalid response or parser exception. - - - - - Error from Strava: - - StrokeRate @@ -28917,22 +30163,22 @@ SummaryMetricsPage - + Available Metrics 可用的計測方式 - + Selected Metrics 選擇計測方式 - + Up - + Down @@ -29148,14 +30394,6 @@ - BikeStress - - - Training Stress Score takes into account both the intensity and the duration of the training session, it can be computed as 100 * hours * IF^2 - - - - TSSPerHour @@ -29202,57 +30440,57 @@ Themes - + Default 預設 - + Corporate Junky - + Neutral Blue - + Firenze - + Mustang - + Japanese Garden - + Zen and Tea - + Mono (dark) - + Mono (light) - + Schoberer - + Classic @@ -29340,72 +30578,37 @@ - - + + Completed. 完成。 - + Network Error - Upload failed. - + Today's Plan - + Sync with the smarter training site. - TodaysPlanUploader + TodaysPlanBodyMeasures - - TodaysPlan - - - - - no Today's Plan token set. Please authorize in Settings. - - - - - Today's Plan support isn't enabled in this build - - - - - Error uploading to Today's Plan - - - - - Successfully uploaded to Today's Plan - - - - - Upload to Today's Plan... - - - - - Upload... Sending to Today's Plan - - - - - Upload to Today's Plan finished. + + You must authorise with Today's Plan first - - Error from Today's Plan: + + Response parsing error: %1 @@ -29720,18 +30923,18 @@ TotalCalories - + Calories (HR) - - + + kcal - + Total Calories estimated from Time Moving, Heart Rate, Weight, Sex and Age @@ -29762,18 +30965,18 @@ TotalWork - + Work - - + + kJ kJ - + Total Work in kJ computed from power data @@ -29781,17 +30984,17 @@ TrainConfig - + Train Devices 裝置 - + Preferences 喜好設定 - + Remote Controls @@ -29833,22 +31036,22 @@ TrainOptionsPage - + Auto-connect devices in Train View - + Allow multiple devices in Train View Train View可用多組裝置 - + Auto-hide bottom bar in Train View - + Play sound before new lap @@ -29856,224 +31059,247 @@ TrainSidebar - + Save workout data - + Devices 裝置 - - - - + + + + Menu 選單 - + Workouts - + Media - + VideoSync - + Import Workout from File - + Get Workouts from ErgDB - + Get Workouts from Today's Plan - + Create Workout via Wizard - + Scan for Workouts - + Delete selected Workout - + Delete %1 selected Workouts - + Train mode active - + Please stop the train mode before closing the window or application. - + Remove reference to selected video - + Import VideoSync from File - + Scan for VideoSyncs - + Delete selected VideoSync - + Are you sure you want to remove the reference to this video? - - - + + + Remove 移除 - + Are you sure you want to delete this VideoSync? - + The VideoSync file is either not valid or not existing and will be removed from the library. - + Are you sure you want to delete this Workout? - + Are you sure you want to delete this %1 workouts? - + The Workout file is either not valid or not existing and will be removed from the library. - - - + + Recalibrating steering.. + + + + + + + + Requesting calibration.. - + Calibrating... - + Calibrating... Current speed %1 kph Increase speed to %2 kph - + Calibrating... Stop pedalling until speed drops to 0 - + Calibration completed successfully! Spindown %1 ms Zero Offset %2 - - + + + Calibration failed! - + + Unclip or stop pedalling to begin calibration.. - + Calibrating... Unclip or stop pedalling until process is completed.. Torque %1 - + Calibration completed successfully! Zero Offset %1 Torque %2 - + + Calibrating... +Unclip or stop pedalling until process is completed.. +Zero Offset %1 + + + + + Calibration completed successfully! +Zero Offset %1 +Slope %2 + + + + Fast forward.. - + Rewind.. - + Increasing intensity.. - + Decreasing intensity.. - + Import Video from File - + Scan for Videos 掃描影片 @@ -30082,69 +31308,69 @@ 刪除己選擇的影片 - - - + + + Delete 刪除 - + Resuming.. - + Paused.. - + Starting.. - + Stopped.. - + Connected.. - + Disconnected.. - + New lap.. - + No Devices Configured 沒有裝置被設定 - + Please configure a device in Preferences. - + Exiting calibration.. - + Calibration not supported for this device. - + Calibrating... Press F3 on Controller when done. @@ -30154,19 +31380,19 @@ 結束 - - + + Add Device - - + + Delete Device - + Are you sure you want to delete this device? @@ -30197,150 +31423,59 @@ TrainingStageBuch - + Completed. + 完成。 + + + + TrainingsTageBuch + + failed to parse Settings response: - + failed to get settings: - + failed to parse Session response: - + failed to get new session: - + got empty session - + Completed. 完成。 - + Error - Upload failed. - - TrainingStageBuch + + Trainingstagebuch - + Upload to your online and mobile training log. - TrainingstagebuchUploader - - - Trainingstagebuch.org - - - - - Cannot upload to Trainingstagebuch without credentials. Check Settings - - - - - Error uploading to Trainingstagebuch.org - - - - - successfully uploaded to Trainingstagebuch.org as %1 - - - - - getting Settings from Trainingstagebuch.org... - - - - - getting new Trainingstagebuch.org Session... - - - - - preparing Trainingstagebuch.org data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to Trainingstagebuch.org ... - - - - - request failed: - - - - - request failed, Server response: %1 %2 - - - - - failed to parse Settings response: - - - - - failed to get settings: - - - - - failed to parse Session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - TreeMapPlot @@ -30365,30 +31500,30 @@ - + Metric - + Date range 日期範圍 - - - - + + + + (unknown) - + %1 activities - + None @@ -30397,226 +31532,102 @@ TriScore - TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming - - - - - TtbDialog - - &Cancel - 取消(&C) - - - - TwitterDialog - - - Choose which metrics you wish to tweet: - - - - - Workout Time - - - - Time Riding - 走行時間 - - - - Tweet Activity - - - - - Time Moving - 移動時間 - - - - Total Distance - 総走行距離 - - - - Elevation Gain - 獲得標高 - - - - Total Work (kJ) - 總作功 (kJ) - - - - Average Speed - 平均速度 - - - - Average Power - 平均輸出功率 - - - - Average Heart Rate - 平均心率 - - - - Average Cadence - 平均迴轉數 - - - - Max Power - 最大輸出功率 - - - - Max Heart Rate - 最大心率 - - - - Twitter Message: - - - - - Message Length: - - - - - &Tweet Activity - - - - - Time Moving: %1 - - - - - &Cancel - 取消(&C) + TriScore combined stress metric based on Dr. Skiba stress metrics, defined as BikeScore for cycling, GOVSS for running and SwimScore for swimming. On zero fallback to TRIMP Zonal Points for HR based score. + + + + TtbDialog - - Golden Cheetah->Preferences - Golden Cheetah->設定 + &Cancel + 取消(&C) + + + TwitterDialog - - Tools->Options - 選項 + Time Riding + 走行時間 - - Error fetching OAuth credentials. Please make sure to complete the twitter authorization procedure found under %1. - + Time Moving + 移動時間 - - - OAuth Error - OAuth錯誤 + Total Distance + 総走行距離 - - Tweet Length Error - Tweet 長度錯誤 + Elevation Gain + 獲得標高 - - Tweet must be 140 characters or less. - + Total Work (kJ) + 總作功 (kJ) - - Internal error in OAuth request - NULL, invalid Endpoint or invalid request - + Average Speed + 平均速度 - - Tweet sent - + Average Power + 平均輸出功率 - - Tweet successfully sent. - + Average Heart Rate + 平均心率 - Tweet must be 140 characters or fewer. - Tweet 需低於140個字元 + Average Cadence + 平均迴轉數 - - Error Posting Tweet - 無法貼出Tweet + Max Power + 最大輸出功率 - - There was an error connecting to Twitter. Check your network connection and try again. - 連接Tweet時發生錯誤,請確認你的網路連線狀況 + Max Heart Rate + 最大心率 - seconds - + &Cancel + 取消(&C) - - Duration: %1 - + Golden Cheetah->Preferences + Golden Cheetah->設定 - - Distance: %1 - + Tools->Options + 選項 - - Climbing: %1 - + OAuth Error + OAuth錯誤 - - Work: %1 - + Tweet Length Error + Tweet 長度錯誤 - - Avg Speed: %1 - + Tweet must be 140 characters or fewer. + Tweet 需低於140個字元 - - Avg Power: %1 - + Error Posting Tweet + 無法貼出Tweet - - Avg HR: %1 - + There was an error connecting to Twitter. Check your network connection and try again. + 連接Tweet時發生錯誤,請確認你的網路連線狀況 - - Avg Cadence: %1 - + seconds + - Max Power: %1 - 最大功率: %1 - - - - Max HR: %1 - + 最大功率: %1 km @@ -30659,10 +31670,8 @@ rpm - - Message Length: %1 - 訊息長度: %1 + 訊息長度: %1 @@ -30700,12 +31709,12 @@ VAM - + VAM - + Velocita Ascensionale Media, average ascent speed in vertical meters per hour @@ -30866,89 +31875,6 @@ - VeloHeroUploader - - - VeloHero - - - - - Cannot upload to VeloHero without credentials. Check Settings - - - - - Error uploading to VeloHero - - - - - successfully uploaded to VeloHero as %1 - - - - - getting new VeloHero session... - - - - - preparing VeloHero data ... - - - - - temporary file too large for upload: %1 > %1 bytes - - - - - sending to VeloHero... - - - - - request failed: - - - - - request failed, server response: %1 %2 - - - - - failed to parse session response: - - - - - failed to get new session: - - - - - got empty session - - - - - failed to parse upload response: - - - - - failed to upload file: - - - - - got empty exercise - - - - Velohero @@ -30976,12 +31902,12 @@ - + Velohero - + Upload your rides to the independent and free cycling training log @@ -31022,18 +31948,18 @@ ViewSplitter - + Clear 清除 - - + + OFF - + ON @@ -31430,12 +32356,12 @@ WattsRPE - + Watts:RPE Ratio - + Watts to RPE ratio @@ -31486,12 +32412,12 @@ Withings - + Withings - + Download weight, body fat etc from the connected health specialists. @@ -31519,17 +32445,18 @@ OAuth錯誤 - - Withings Data Download + + Error parsing Withings API response. Please check the error description. - + + Error 錯誤 - + There was an error during fetching. Please check the error description. @@ -31537,12 +32464,12 @@ Workbeats - + Workbeat stress - + Work * Heartbeats / 100000 @@ -31689,12 +32616,12 @@ WorkoutWidget - + File save failed. - + Intensity @@ -31785,24 +32712,24 @@ XDataDialog - + xData - + Data Series 資料集 - - + + Add - - + + Delete 刪除 @@ -31881,32 +32808,32 @@ XDataSeriesSettingsDialog - + Name - + Units 單位 - + Cancel - + OK - + Error 錯誤 - + Name is blank 姓名未輸入 @@ -31914,48 +32841,48 @@ XDataSettingsDialog - + xData - + Data Series 資料集 - + Units 單位 - + Series %1 - + Cancel - + OK - - + + Error 錯誤 - + XData name is blank - + Must have at least one data series. @@ -32058,6 +32985,40 @@ + Xert + + + JSON parser error + + + + + You must authorise with Xert first + + + + + + Completed. + 完成。 + + + + Network Error - Upload failed. + + + + + Xert + + + + + Sync with the innovative site for fitness monitoring, tracking, and planning. + + + + ZonePTime1 @@ -32198,27 +33159,27 @@ 預設區間 - + Sport 運動種類 - + Bike - + Run - + Critical Power 臨界功率 - + Default 預設 @@ -32462,93 +33423,93 @@ - + Zone defaults must be specified at head of %1 file - + Only one set of zone defaults may be specified in %1 file - + line %1: read new range without reading any zones for previous one - + line %1: read zone without preceding date range - - + + attempt to set zone based on % of CP without setting CP in line number %1. - + file ended without reading any zones for last range - + Setting end date of range %1 to start date of range %2. - + Extending final range %1 to infinite to include present date. - + CP must be greater than zero in zone range %1 of %2 - + Range %1: matching top of zone %2 (%3) to bottom of zone %4 (%5). - + Range %1: setting top of zone %2 from %3 to MAX. - + Critical Power (watts): %1 臨界功率(瓦): %1 - + <td align="center">Low (watts)</td> <td align="center">最低 (瓦)</td> - + <td align="center">High (watts)</td> <td align="center">最高 (瓦)</td> - + <td align="center">%</td> <td align="center">%</td> - + Problem Saving Power Zones - + File: %1 cannot be opened for 'Writing'. Please check file properties. 檔案: %1 無法寫入,請確認檔案屬性是否為唯讀 @@ -32557,12 +33518,12 @@ 臨界功率: %1 - + <td align="center">Zone</td> <td align="center">區間</td> - + <td align="center">Description</td> <td align="center">説明</td> @@ -32575,7 +33536,7 @@ <td align="center">High</td> - + <td align="center">Time</td> <td align="center">時間</td> @@ -32589,6 +33550,14 @@ + aBikeStress + + + Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 + + + + aEfficiencyFactor @@ -32667,14 +33636,6 @@ - aBikeStress - - - Altitude Adjusted Training Stress Score takes into account both the intensity and the duration of the training session plus the altitude effect, it can be computed as 100 * hours * aIF^2 - - - - aTSSPerHour @@ -32766,32 +33727,45 @@ deviceModel - + Device Name 裝置名 - + Device Type 裝置型式 - + Port Spec Port - + Profile 裝置資訊 - + Virtual 虛擬的 + hrv_recovery_points + + + HRV Recovery Points + + + + + Natural Log transform of rMSSD, measured at rest + + + + pnnx @@ -32810,6 +33784,139 @@ + + rest_avnn + + + Rest AVNN + + + + + + msec + + + + + Average of all NN intervals measured at rest + + + + + rest_hf + + + Rest HF + + + + + + msec^2 + + + + + High Frequency Power HRV, measured at rest + + + + + rest_hr + + + Rest HR + 静止時心率 + + + + + bpm + bpm + + + + Average HR measured at rest + + + + + rest_lf + + + Rest LF + + + + + + msec^2 + + + + + Low Frequency Power HRV, measured at rest + + + + + rest_pNN50 + + + Rest PNN50 + + + + + + pct + + + + + Percentage of differences between adjacent NN intervals that are greater than 50 ms, measured at rest + + + + + rest_rmssd + + + Rest rMSSD + + + + + + msec + + + + + Square root of the mean of the squares of differences between adjacent NN intervals, measured at rest + + + + + rest_sdnn + + + Rest SDNN + + + + + + msec + + + + + Standard deviation of all NN intervals measured at rest + + + rmssd diff -Nru goldencheetah-3.5~DEV1810/src/Resources/xml/metadata.xml goldencheetah-3.5~DEV1903/src/Resources/xml/metadata.xml --- goldencheetah-3.5~DEV1810/src/Resources/xml/metadata.xml 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Resources/xml/metadata.xml 2019-02-22 09:38:21.000000000 +0000 @@ -264,6 +264,55 @@ 0 + "Metric" + "VO2max detected" + 4 + "" + 0 + + + "Metric" + "Aerobic Training Effect" + 4 + "" + 0 + + + "Metric" + "Anaerobic Training Effect" + 4 + "" + 0 + + + "Metric" + "Recovery Time" + 4 + "" + 0 + + + "Metric" + "Performance Condition" + 4 + "" + 0 + + + "Metric" + "LTHR detected" + 4 + "" + 0 + + + "Metric" + "LTS detected" + 4 + "" + 0 + + "" "Calendar Text" 1 diff -Nru goldencheetah-3.5~DEV1810/src/src.pro goldencheetah-3.5~DEV1903/src/src.pro --- goldencheetah-3.5~DEV1810/src/src.pro 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/src.pro 2019-02-22 09:38:21.000000000 +0000 @@ -409,8 +409,8 @@ LIBS += $${ICAL_LIBS} # add caldav and diary functions - HEADERS += Core/ICalendar.h Charts/DiaryWindow.h Cloud/CalDAV.h - SOURCES += Core/ICalendar.cpp Charts/DiaryWindow.cpp Cloud/CalDAV.cpp + HEADERS += Core/ICalendar.h Charts/DiaryWindow.h Cloud/CalDAV.h Cloud/CalDAVCloud.h + SOURCES += Core/ICalendar.cpp Charts/DiaryWindow.cpp Cloud/CalDAV.cpp Cloud/CalDAVCloud.cpp } @@ -618,6 +618,8 @@ HEADERS += Train/Kettler.h Train/KettlerController.h Train/KettlerConnection.h SOURCES += Train/KettlerRacer.cpp Train/KettlerRacerController.cpp Train/KettlerRacerConnection.cpp HEADERS += Train/KettlerRacer.h Train/KettlerRacerController.h Train/KettlerRacerConnection.h + SOURCES += Train/DaumController.cpp Train/Daum.cpp + HEADERS += Train/DaumController.h Train/Daum.h # bluetooth in QT5.5 or higher(5.4 was only a tech preview) greaterThan(QT_MINOR_VERSION, 4) { @@ -679,7 +681,7 @@ } # cloud services -HEADERS += Cloud/BodyMeasuresDownload.h Cloud/CalDAVCloud.h Cloud/CalendarDownload.h Cloud/CloudService.h \ +HEADERS += Cloud/BodyMeasuresDownload.h Cloud/CalendarDownload.h Cloud/CloudService.h \ Cloud/LocalFileStore.h Cloud/OAuthDialog.h Cloud/TodaysPlanBodyMeasures.h \ Cloud/WithingsDownload.h Cloud/Strava.h Cloud/CyclingAnalytics.h Cloud/RideWithGPS.h \ Cloud/TrainingsTageBuch.h Cloud/Selfloops.h Cloud/Velohero.h Cloud/SportsPlusHealth.h \ @@ -705,7 +707,7 @@ FileIO/SlfParser.h FileIO/SlfRideFile.h FileIO/SmfParser.h FileIO/SmfRideFile.h FileIO/SmlParser.h \ FileIO/SmlRideFile.h FileIO/SrdRideFile.h FileIO/SrmRideFile.h FileIO/SyncRideFile.h FileIO/TcxParser.h \ FileIO/TcxRideFile.h FileIO/TxtRideFile.h FileIO/WkoRideFile.h FileIO/XDataDialog.h FileIO/XDataTableModel.h \ - FileIO/FilterHRV.h FileIO/HrvMeasuresCsvImport.h + FileIO/FilterHRV.h FileIO/HrvMeasuresCsvImport.h FileIO/LocationInterpolation.h # GUI components HEADERS += Gui/AboutDialog.h Gui/AddIntervalDialog.h Gui/AnalysisSidebar.h Gui/ChooseCyclistDialog.h Gui/ColorButton.h \ @@ -718,9 +720,9 @@ Gui/MergeActivityWizard.h Gui/RideImportWizard.h Gui/SplitActivityWizard.h Gui/SolverDisplay.h # metrics and models -HEADERS += Metrics/CPSolver.h Metrics/Estimator.h Metrics/ExtendedCriticalPower.h Metrics/HrZones.h Metrics/PaceZones.h Metrics/PDModel.h \ - Metrics/PMCData.h Metrics/RideMetadata.h Metrics/RideMetric.h Metrics/SpecialFields.h Metrics/Statistic.h \ - Metrics/UserMetricParser.h Metrics/UserMetricSettings.h Metrics/VDOTCalculator.h Metrics/WPrime.h Metrics/Zones.h +HEADERS += Metrics/Banister.h Metrics/CPSolver.h Metrics/Estimator.h Metrics/ExtendedCriticalPower.h Metrics/HrZones.h Metrics/PaceZones.h \ + Metrics/PDModel.h Metrics/PMCData.h Metrics/PowerProfile.h Metrics/RideMetadata.h Metrics/RideMetric.h Metrics/SpecialFields.h \ + Metrics/Statistic.h Metrics/UserMetricParser.h Metrics/UserMetricSettings.h Metrics/VDOTCalculator.h Metrics/WPrime.h Metrics/Zones.h ## Planning and Compliance HEADERS += Planning/PlanningWindow.h @@ -773,7 +775,7 @@ } ## Cloud Services / Web resources -SOURCES += Cloud/BodyMeasuresDownload.cpp Cloud/CalDAVCloud.cpp Cloud/CalendarDownload.cpp Cloud/CloudService.cpp \ +SOURCES += Cloud/BodyMeasuresDownload.cpp Cloud/CalendarDownload.cpp Cloud/CloudService.cpp \ Cloud/LocalFileStore.cpp Cloud/OAuthDialog.cpp Cloud/TodaysPlanBodyMeasures.cpp \ Cloud/WithingsDownload.cpp Cloud/Strava.cpp Cloud/CyclingAnalytics.cpp Cloud/RideWithGPS.cpp \ Cloud/TrainingsTageBuch.cpp Cloud/Selfloops.cpp Cloud/Velohero.cpp Cloud/SportsPlusHealth.cpp \ @@ -790,7 +792,7 @@ SOURCES += FileIO/ArchiveFile.cpp FileIO/AthleteBackup.cpp FileIO/Bin2RideFile.cpp FileIO/BinRideFile.cpp \ FileIO/BodyMeasuresCsvImport.cpp FileIO/CommPort.cpp \ FileIO/Computrainer3dpFile.cpp FileIO/CsvRideFile.cpp FileIO/DataProcessor.cpp FileIO/Device.cpp \ - FileIO/FitlogParser.cpp FileIO/FitlogRideFile.cpp FileIO/FitRideFile.cpp FileIO/FixDeriveDistance.cpp \ + FileIO/FitlogParser.cpp FileIO/FitlogRideFile.cpp FileIO/FitRideFile.cpp FileIO/FixAeroPod.cpp FileIO/FixDeriveDistance.cpp \ FileIO/FixDeriveHeadwind.cpp FileIO/FixDerivePower.cpp FileIO/FixDeriveTorque.cpp FileIO/FixElevation.cpp FileIO/FixLapSwim.cpp \ FileIO/FixFreewheeling.cpp FileIO/FixGaps.cpp FileIO/FixGPS.cpp FileIO/FixRunningCadence.cpp FileIO/FixRunningPower.cpp \ FileIO/FixHRSpikes.cpp FileIO/FixMoxy.cpp FileIO/FixPower.cpp FileIO/FixSmO2.cpp FileIO/FixSpeed.cpp FileIO/FixSpikes.cpp \ @@ -802,7 +804,8 @@ FileIO/Serial.cpp FileIO/SlfParser.cpp FileIO/SlfRideFile.cpp FileIO/SmfParser.cpp FileIO/SmfRideFile.cpp FileIO/SmlParser.cpp \ FileIO/SmlRideFile.cpp FileIO/Snippets.cpp FileIO/SrdRideFile.cpp FileIO/SrmRideFile.cpp FileIO/SyncRideFile.cpp \ FileIO/TacxCafRideFile.cpp FileIO/TcxParser.cpp FileIO/TcxRideFile.cpp FileIO/TxtRideFile.cpp FileIO/WkoRideFile.cpp \ - FileIO/XDataDialog.cpp FileIO/XDataTableModel.cpp FileIO/FilterHRV.cpp FileIO/HrvMeasuresCsvImport.cpp + FileIO/XDataDialog.cpp FileIO/XDataTableModel.cpp FileIO/FilterHRV.cpp FileIO/HrvMeasuresCsvImport.cpp \ + FileIO/LocationInterpolation.cpp ## GUI Elements and Dialogs SOURCES += Gui/AboutDialog.cpp Gui/AddIntervalDialog.cpp Gui/AnalysisSidebar.cpp Gui/ChooseCyclistDialog.cpp Gui/ColorButton.cpp \ @@ -815,11 +818,12 @@ Gui/MergeActivityWizard.cpp Gui/RideImportWizard.cpp Gui/SplitActivityWizard.cpp Gui/SolverDisplay.cpp ## Models and Metrics -SOURCES += Metrics/aBikeScore.cpp Metrics/aCoggan.cpp Metrics/AerobicDecoupling.cpp Metrics/BasicRideMetrics.cpp Metrics/BikeScore.cpp \ - Metrics/Coggan.cpp Metrics/CPSolver.cpp Metrics/DanielsPoints.cpp Metrics/Estimator.cpp Metrics/ExtendedCriticalPower.cpp \ - Metrics/GOVSS.cpp Metrics/HrTimeInZone.cpp Metrics/HrZones.cpp Metrics/LeftRightBalance.cpp Metrics/PaceTimeInZone.cpp \ - Metrics/PaceZones.cpp Metrics/PDModel.cpp Metrics/PeakPace.cpp Metrics/PeakPower.cpp Metrics/PeakHr.cpp Metrics/PMCData.cpp Metrics/RideMetadata.cpp \ - Metrics/RideMetric.cpp Metrics/RunMetrics.cpp Metrics/SwimMetrics.cpp Metrics/SpecialFields.cpp Metrics/Statistic.cpp Metrics/SustainMetric.cpp Metrics/SwimScore.cpp \ +SOURCES += Metrics/aBikeScore.cpp Metrics/aCoggan.cpp Metrics/AerobicDecoupling.cpp Metrics/Banister.cpp Metrics/BasicRideMetrics.cpp \ + Metrics/BikeScore.cpp Metrics/Coggan.cpp Metrics/CPSolver.cpp Metrics/DanielsPoints.cpp Metrics/Estimator.cpp \ + Metrics/ExtendedCriticalPower.cpp Metrics/GOVSS.cpp Metrics/HrTimeInZone.cpp Metrics/HrZones.cpp Metrics/LeftRightBalance.cpp \ + Metrics/PaceTimeInZone.cpp Metrics/PaceZones.cpp Metrics/PDModel.cpp Metrics/PeakPace.cpp Metrics/PeakPower.cpp Metrics/PeakHr.cpp \ + Metrics/PMCData.cpp Metrics/PowerProfile.cpp Metrics/RideMetadata.cpp Metrics/RideMetric.cpp Metrics/RunMetrics.cpp \ + Metrics/SwimMetrics.cpp Metrics/SpecialFields.cpp Metrics/Statistic.cpp Metrics/SustainMetric.cpp Metrics/SwimScore.cpp \ Metrics/TimeInZone.cpp Metrics/TRIMPPoints.cpp Metrics/UserMetric.cpp Metrics/UserMetricParser.cpp Metrics/VDOTCalculator.cpp \ Metrics/VDOT.cpp Metrics/WattsPerKilogram.cpp Metrics/WPrime.cpp Metrics/Zones.cpp Metrics/HrvMetrics.cpp diff -Nru goldencheetah-3.5~DEV1810/src/Train/AddDeviceWizard.cpp goldencheetah-3.5~DEV1903/src/Train/AddDeviceWizard.cpp --- goldencheetah-3.5~DEV1810/src/Train/AddDeviceWizard.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/AddDeviceWizard.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -46,9 +46,9 @@ setAttribute(Qt::WA_DeleteOnClose); setMinimumWidth(600 *dpiXFactor); #ifdef GC_WANT_ROBOT - setMinimumHeight(600 *dpiYFactor); + setMinimumHeight(800 *dpiYFactor); #else - setMinimumHeight(500 *dpiYFactor); + setMinimumHeight(700 *dpiYFactor); #endif // title @@ -204,6 +204,7 @@ case DEV_MONARK : wizard->controller = new MonarkController(NULL, NULL); break; case DEV_KETTLER : wizard->controller = new KettlerController(NULL, NULL); break; case DEV_KETTLER_RACER : wizard->controller = new KettlerRacerController (NULL, NULL); break; + case DEV_DAUM : wizard->controller = new DaumController(NULL, NULL); break; #endif #ifdef GC_HAVE_LIBUSB case DEV_FORTIUS : wizard->controller = new FortiusController(NULL, NULL); break; @@ -455,6 +456,7 @@ case DEV_MONARK : return 60; break; // confirm and add case DEV_KETTLER : return 60; break; // confirm and add case DEV_KETTLER_RACER : return 60; break; // confirm and add + case DEV_DAUM : return 60; break; // confirm and add case DEV_FORTIUS : return 30; break; // confirm and add case DEV_IMAGIC : return 35; break; // confirm and add } diff -Nru goldencheetah-3.5~DEV1810/src/Train/AddDeviceWizard.h goldencheetah-3.5~DEV1903/src/Train/AddDeviceWizard.h --- goldencheetah-3.5~DEV1810/src/Train/AddDeviceWizard.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/AddDeviceWizard.h 2019-02-22 09:38:21.000000000 +0000 @@ -36,6 +36,7 @@ #include "MonarkController.h" #include "KettlerController.h" #include "KettlerRacerController.h" +#include "DaumController.h" #endif #include "ANTlocalController.h" #include "ANTChannel.h" diff -Nru goldencheetah-3.5~DEV1810/src/Train/DaumController.cpp goldencheetah-3.5~DEV1903/src/Train/DaumController.cpp --- goldencheetah-3.5~DEV1810/src/Train/DaumController.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/DaumController.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,74 @@ +/* + * Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com), + * 2018 Florian Nairz (nairz.florian@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include "DaumController.h" +#include "Daum.h" +#include "RealtimeData.h" + +#include +#include + +DaumController::DaumController(TrainSidebar *parent, DeviceConfiguration *dc) : RealtimeController(parent, dc) { + daumDevice_ = new Daum(this, dc != 0 ? dc->portSpec : "", dc != 0 ? dc->deviceProfile : ""); +} + +int DaumController::start() { + return daumDevice_->start(); +} + +int DaumController::restart() { + return daumDevice_->restart(); +} + +int DaumController::pause() { + return daumDevice_->pause(); +} + +int DaumController::stop() { + return daumDevice_->stop(); +} + +bool DaumController::discover(QString name) { + return daumDevice_->discover(name); +} + +/* + * gets called from the GUI to get updated telemetry. + * so whilst we are at it we check button status too and + * act accordingly. + */ +void DaumController::getRealtimeData(RealtimeData &rtData) { + if(!daumDevice_->isRunning()) { + QMessageBox msgBox; + msgBox.setText(tr("Cannot Connect to Daum")); + msgBox.setIcon(QMessageBox::Critical); + msgBox.exec(); + parent->Stop(1); + return; + } + + rtData.setWatts(daumDevice_->getPower()); + rtData.setHr(daumDevice_->getHeartRate()); + rtData.setCadence(daumDevice_->getCadence()); + rtData.setSpeed(daumDevice_->getSpeed()); +} + +void DaumController::setLoad(double load) { + daumDevice_->setLoad(load); +} diff -Nru goldencheetah-3.5~DEV1810/src/Train/DaumController.h goldencheetah-3.5~DEV1903/src/Train/DaumController.h --- goldencheetah-3.5~DEV1810/src/Train/DaumController.h 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/DaumController.h 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com), + * 2018 Florian Nairz (nairz.florian@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + + #include +#include "GoldenCheetah.h" + +#include "RealtimeController.h" +#include "Daum.h" + +#ifndef _GC_DaumController_h +#define _GC_DaumController_h 1 + +class DaumController : public RealtimeController +{ + Q_OBJECT + +public: + DaumController (TrainSidebar *, DeviceConfiguration *); + + Daum *daumDevice_; // device instance + + // device control + int start(); // start capturing + int restart(); // restart after paused + int pause(); // pauses data collection, inbound telemetry is discarded + int stop(); // stops data collection thread + + // device discovery + bool discover(QString); // tell if a device is present at port passed + + // telemetry: we can pull data and set load + bool doesPull() { return true; } + bool doesLoad() { return true; } + + // get telemetry data + void getRealtimeData(RealtimeData &rtData); + + void setLoad(double); + void setMode(int) { return; } +}; + +#endif // _GC_DaumController_h + diff -Nru goldencheetah-3.5~DEV1810/src/Train/Daum.cpp goldencheetah-3.5~DEV1903/src/Train/Daum.cpp --- goldencheetah-3.5~DEV1810/src/Train/Daum.cpp 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/Daum.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,438 @@ +/* + * Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com), + * 2018 Florian Nairz (nairz.florian@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include "Daum.h" + +Daum::Daum(QObject *parent, QString device, QString profile) : QThread(parent), + timer_(0), + serialDeviceName_(device), + serial_dev_(0), + deviceAddress_(-1), + maxDeviceLoad_(800), + paused_(false), + devicePower_(0), + deviceHeartRate_(0), + deviceCadence_(0), + deviceSpeed_(0), + load_(kDefaultLoad), + loadToWrite_(kDefaultLoad), + forceUpdate_(profile.contains("force", Qt::CaseInsensitive)) { + + this->parent = parent; +} + +Daum::~Daum() {} + +int Daum::start() { + QThread::start(); + return isRunning() ? 0 : 1; +} +int Daum::restart() { + QMutexLocker locker(&pvars); + paused_ = true; + return 0; +} +int Daum::pause() { + QMutexLocker locker(&pvars); + paused_ = true; + return 0; +} +int Daum::stop() { + this->exit(-1); + return 0; +} + +bool Daum::discover(QString dev) { + if (!openPort(dev)) { + return false; + } + + QSerialPort &s(*serial_dev_); + QByteArray data; + data.append(0x11); + + s.write(data); + if (!s.waitForBytesWritten(1000)) { + return false; + } + if (!s.waitForReadyRead(1000)) { + return false; + } + data = s.read(2); + if ((int)data[0] != 0x11) { + return false; + } + data = s.readAll(); + closePort(); + + return true; +} + +void Daum::setLoad(double load) { + const unsigned int minDeviceLoad = 25; + unsigned int local_load = (unsigned int)load; + QMutexLocker locker(&pvars); + if (local_load > maxDeviceLoad_) { local_load = maxDeviceLoad_; } + if (local_load < minDeviceLoad) { local_load = minDeviceLoad; } + qDebug() << "setLoad(): " << local_load; + loadToWrite_ = local_load; +} + +double Daum::getPower() const { + QMutexLocker locker(&pvars); + return devicePower_; +} +double Daum::getSpeed() const { + QMutexLocker locker(&pvars); + return deviceSpeed_; +} +double Daum::getCadence() const { + QMutexLocker locker(&pvars); + return deviceCadence_; +} +double Daum::getHeartRate() const { + QMutexLocker locker(&pvars); + return deviceHeartRate_; +} + +bool Daum::openPort(QString dev) { + QMutexLocker locker(&pvars); + if (serial_dev_ == 0) { + serial_dev_ = new QSerialPort; + } + if (serial_dev_->isOpen()) { + serial_dev_->close(); + } + + serial_dev_->setPortName(dev); + serial_dev_->setBaudRate(QSerialPort::Baud9600); + serial_dev_->setStopBits(QSerialPort::OneStop); + serial_dev_->setDataBits(QSerialPort::Data8); + serial_dev_->setFlowControl(QSerialPort::NoFlowControl); + serial_dev_->setParity(QSerialPort::NoParity); + + if (!serial_dev_->open(QSerialPort::ReadWrite)) { + return false; + } + + return true; +} + +bool Daum::closePort() { + QMutexLocker locker(&pvars); + delete serial_dev_; serial_dev_ = 0; + return true; +} + +void Daum::run() { + //closePort(); + if (!openPort(serialDeviceName_)) { + exit(-1); + } + + { + QMutexLocker locker(&pvars); + timer_ = new QTimer(); + if (timer_ == 0) { + exit(-1); + } + connect(this, SIGNAL(finished()), timer_, SLOT(stop()), Qt::DirectConnection); + connect(timer_, SIGNAL(timeout()), this, SLOT(requestRealtimeData()), Qt::DirectConnection); + + // discard prev. read data + serial_dev_->readAll(); + } + + initializeConnection(); + + // setup polling + { + QMutexLocker locker(&pvars); + timer_->setInterval(kQueryIntervalMS); + timer_->start(); + } + + StartProgram(0); + + // enter event loop and wait for a call to quit() or exit() + exec(); + + { + QMutexLocker locker(&pvars); + timer_->stop(); + } +} + +void Daum::initializeConnection() { + char addr = (char)GetAddress(); + { + QMutexLocker locker(&pvars); + deviceAddress_ = addr; + } + if (addr < 0) { + qWarning() << "unable to detect device address"; + this->exit(-1); + } + + // reset device + if (!ResetDevice()) { + qWarning() << "reset device failed"; + } + + // unused so far + qDebug() << "CheckCockpit() returned " << CheckCockpit(); + + // check version info for know devices + int dat = GetDeviceVersion(); + switch (dat) { + case 0x10: + case 0x20: + case 0x30: + case 0x40: + case 0x50: + case 0x55: + case 0x60: + qDebug() << "Daum cockpit verison: " << dat; + break; + default: + qWarning() << "unable to identify daum cockpit version"; + this->exit(-1); + break; // unreached + } + + if (!SetDate()) { + qWarning() << "set date failed"; + } + if (!SetTime()) { + qWarning() << "set time failed"; + } + + if (!SetProgram(0)) { + qWarning() << "setting program failed"; + } + + if (!StartProgram(0)) { + qWarning() << "starting program failed"; + } + + PlaySound(); +} + +void Daum::requestRealtimeData() { + char addr = -1; + QByteArray data; + // Discard any existing data + { + QMutexLocker locker(&pvars); + serial_dev_->readAll(); + addr = deviceAddress_; + } + + qDebug() << "querying device info"; + + data.clear(); + data.append((char)0x40); + data.append(addr); + data = WriteDataAndGetAnswer(data, 19); + if (data.length() < 19) { + return; + } + + // local cache of telemetry data + int pwr = data[5]; + int rpm = data[6]; + int speed = data[7]; + int pulse = data[14]; + + // sanity check + if (pwr >= 5 && pwr <= 160) { + int pedalling = data[4]; // either 0/1 or w/ offset of 128 + pwr = pwr * 5 * (pedalling != 0 ? 1 : 0); + } else { + pwr = 0; + } + if (rpm < 0 || rpm > 199) { + rpm = 0; + } + if (speed < 0 || speed > 99) { + speed = 0; + } + if (pulse < 0 || pulse > 199) { + pulse = 0; + } + + // assign + { + QMutexLocker locker(&pvars); + devicePower_ = pwr; + deviceCadence_ = rpm; + deviceSpeed_ = speed; + deviceHeartRate_ = pulse; + } + + // write load to device + bool p = isPaused(); + unsigned int load = kDefaultLoad; + { + QMutexLocker locker(&pvars); + load = load_; + pwr = loadToWrite_; + } + + if (!p && (forceUpdate_ || load != pwr)) { + data.clear(); + data.append((char)0x51); + data.append(deviceAddress_); + data.append(MapLoadToByte(pwr)); + qInfo() << "Writing power to device: " << pwr << "W"; + QByteArray res = WriteDataAndGetAnswer(data, 3); + qDebug() << "set power to " << (int)data[2]*5 << "W"; + if (res != data && res[2] != data[2] && pwr > 400) { + // reduce power limit because some devices are limited too 400W instead of 800W + QMutexLocker locker(&pvars); + maxDeviceLoad_ = 400; + } + // update class cache + { + QMutexLocker locker(&pvars); + load_ = pwr; + } + } +} + +bool Daum::ResetDevice() { + QByteArray dat; + dat.append((char)0x12).append(deviceAddress_); + return WriteDataAndGetAnswer(dat, 3).length() == 2; // device tells pedalling state too +} +int Daum::GetAddress() { + QByteArray dat; + dat.append((char)0x11); + dat = WriteDataAndGetAnswer(dat, 2); + if (dat.length() == 2 && (int)dat[0] == 0x11) { + return (int)dat[1]; + } + return -1; +} +int Daum::CheckCockpit() { + QByteArray dat; + dat.append((char)0x10); + dat.append(deviceAddress_); + dat = WriteDataAndGetAnswer(dat, 3); + if (dat.length() == 3 && (int)dat[0] == 0x10 && (char)dat[1] == deviceAddress_) { + return (int)dat[2]; + } + return -1; +} +int Daum::GetDeviceVersion() { + QByteArray dat; + dat.append((char)0x73); + dat.append(deviceAddress_); + dat = WriteDataAndGetAnswer(dat, 11); + if (dat.length() == 11 && (int)dat[0] == 0x73 && (char)dat[1] == deviceAddress_) { + return (int)dat[10]; + } + return -1; +} +bool Daum::SetProgram(unsigned int prog) { + QByteArray dat; + if (prog > 79) { prog = 79; } // clamp to max + dat.append((char)0x23).append(deviceAddress_).append((char)prog); + return WriteDataAndGetAnswer(dat, dat.length() + 1).length() == 4; // device tells pedalling state too +} +bool Daum::StartProgram(unsigned int prog) { + Q_UNUSED(prog); + QByteArray dat; + dat.append((char)0x21).append(deviceAddress_); + return WriteDataAndGetAnswer(dat, dat.length() + 1).length() == 3; // device tells pedalling state too +} +bool Daum::StopProgram(unsigned int prog) { + Q_UNUSED(prog); + QByteArray dat; + dat.append((char)0x22).append(deviceAddress_); + return WriteDataAndGetAnswer(dat, dat.length() + 1).length() == 3; // device tells pedalling state too +} +bool Daum::SetDate() { + QDate d = QDate::currentDate(); + QByteArray dat; + char year = d.year() - 2000; + if (year < 0 || year > 99) { year = 0; } + dat.append((char)0x64).append(deviceAddress_) + .append((char)d.day()) + .append((char)d.month()) + .append(year); + return WriteDataAndGetAnswer(dat, 2).length() == 2; +} +bool Daum::SetTime() { + QTime tim = QTime::currentTime(); + QByteArray dat; + dat.append((char)0x62).append(deviceAddress_) + .append((char)tim.second()) + .append((char)tim.minute()) + .append((char)tim.hour()); + return WriteDataAndGetAnswer(dat, 2).length() == 2; +} +void Daum::PlaySound() { + return; + // might be buggy in device + QByteArray dat; + dat.append((char)0xd3).append((char) 0).append((char) 0); + WriteDataAndGetAnswer(dat, 0); +} + +char Daum::MapLoadToByte(unsigned int load) const { + char load_map = load/5; + return load_map; +} + +bool Daum::isPaused() const { + QMutexLocker locker(&pvars); + return paused_; +} + +QByteArray Daum::WriteDataAndGetAnswer(QByteArray const& dat, int response_bytes) { + QMutexLocker locker(&pvars); + + QSerialPort &s(*serial_dev_); + QByteArray ret; + if (!s.isOpen()) { + return ret; + } + s.write(dat); + if(!s.waitForBytesWritten(1000)) { + qWarning() << "failed to write data to daum cockpit"; + this->exit(-1); + } + if (response_bytes > 0) { + int retries = 20; + do { + if (!s.waitForReadyRead(1000)) { + return ret; + } + ret.append(s.read(response_bytes - ret.length())); + } while(--retries > 0 && ret.length() < response_bytes); + if (retries <= 0) { + qWarning() << "failed to read desired (" << response_bytes << ") data from device. Read: " << ret.length(); + ret.clear(); + } + } + + s.readAll(); // discard additional data + return ret; +} diff -Nru goldencheetah-3.5~DEV1810/src/Train/Daum.h goldencheetah-3.5~DEV1903/src/Train/Daum.h --- goldencheetah-3.5~DEV1810/src/Train/Daum.h 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/Daum.h 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,117 @@ +/* + * Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com), + * 2018 Florian Nairz (nairz.florian@gmail.com) + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef _GC_Daum_h +#define _GC_Daum_h 1 +#include "GoldenCheetah.h" + +#include +#include +#include +#include +#include +#include "RealtimeController.h" + +/* + * This class add support for some Daum devices that are connected + * to the PC via serial port. + * This work is based on the documents found on the daum-electronic site: + * http://www.daum-electronic.de/de/support/supp02.html + * and the implementation details are inspired by the Fortius class. +*/ + +class Daum : public QThread +{ + Q_OBJECT +public: + // default load + const int kDefaultLoad = 100; + const int kQueryIntervalMS = 1000; + + Daum(QObject *parent = 0, QString device = "", QString profile = ""); + virtual ~Daum(); + + QObject *parent; + + int start(); + int restart(); + int pause(); + int stop(); + int quit(); + + bool discover(QString dev); + + void setLoad(double load); + double getPower() const; + double getSpeed() const; + double getCadence() const; + double getHeartRate() const; + +private: + void run(); + + bool openPort(QString dev); + bool closePort(); + void initializeConnection(); + + virtual bool ResetDevice(); + virtual bool StartProgram(unsigned int prog); + virtual bool StopProgram(unsigned int prog); + virtual int GetAddress(); + virtual int CheckCockpit(); + virtual int GetDeviceVersion(); + virtual bool SetProgram(unsigned int prog); + virtual bool SetDate(); + virtual bool SetTime(); + virtual void PlaySound(); + + QByteArray WriteDataAndGetAnswer(QByteArray const& dat, int response_bytes); + char MapLoadToByte(unsigned int load) const; + bool isPaused() const; + + + // a lock for our private vars + mutable QMutex pvars; + + QTimer *timer_; + QString serialDeviceName_; + QSerialPort *serial_dev_; + + char deviceAddress_; + unsigned int maxDeviceLoad_; + + // state + bool paused_; + + // inbound + volatile int devicePower_; + volatile double deviceHeartRate_; + volatile double deviceCadence_; + volatile double deviceSpeed_; + + // outbound + volatile int load_, loadToWrite_; + const bool forceUpdate_; + +private slots: + void requestRealtimeData(); +}; + +#endif // _GC_Daum_h + diff -Nru goldencheetah-3.5~DEV1810/src/Train/DeviceTypes.cpp goldencheetah-3.5~DEV1903/src/Train/DeviceTypes.cpp --- goldencheetah-3.5~DEV1810/src/Train/DeviceTypes.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/DeviceTypes.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -63,6 +63,9 @@ { DEV_KETTLER_RACER, DEV_SERIAL, (char *) "Kettler Racer",true, false, tr("Kettler Racer serial device ") , ":images/devices/kettler_ex1.png" }, + { DEV_DAUM, DEV_SERIAL, (char *)"Daum Cockpit" ,true, false, + tr("Daum Serial Device ") , + ":images/activity.png"}, #endif #ifdef GC_HAVE_LIBUSB { DEV_FORTIUS, DEV_LIBUSB, (char *) "Tacx Fortius", true, false, diff -Nru goldencheetah-3.5~DEV1810/src/Train/DeviceTypes.h goldencheetah-3.5~DEV1903/src/Train/DeviceTypes.h --- goldencheetah-3.5~DEV1810/src/Train/DeviceTypes.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/DeviceTypes.h 2019-02-22 09:38:21.000000000 +0000 @@ -39,6 +39,7 @@ #define DEV_MONARK 0x4000 // Monark USB #define DEV_KETTLER 0x8000 // Kettler Serial #define DEV_KETTLER_RACER 0x8100 // Kettler racer Serial +#define DEV_DAUM 0x10000 // Daum Serial #define DEV_QUARQ 0x01 // ants use id:hostname:port #define DEV_SERIAL 0x02 // use filename COMx or /dev/cuxxxx diff -Nru goldencheetah-3.5~DEV1810/src/Train/DialWindow.cpp goldencheetah-3.5~DEV1903/src/Train/DialWindow.cpp --- goldencheetah-3.5~DEV1810/src/Train/DialWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/DialWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -499,6 +499,21 @@ valueLabel->setText(QString("%1").arg(value, 0, 'f', 1)); break; + case RealtimeData::Latitude: + case RealtimeData::Longitude: + { + // These 2 fields should be treated as generic location update + double lat = rtData.value(RealtimeData::Latitude); + double lon = rtData.value(RealtimeData::Longitude); + + valueLabel->setText(QString("Lon:%1\nLat:%2").arg(lat, 0, 'f', 10).arg(lon, 0, 'f', 10)); + } + break; + + case RealtimeData::Altitude: + valueLabel->setText(QString("%1").arg(value, 0, 'f', 1)); + break; + default: valueLabel->setText(QString("%1").arg(round(displayValue))); break; @@ -648,6 +663,9 @@ foreground = GColor(CRTE); break; + case RealtimeData::Altitude: + foreground = GColor(CALTITUDE); + break; } // ugh. we use style sheets because palettes don't work on labels diff -Nru goldencheetah-3.5~DEV1810/src/Train/ErgFile.cpp goldencheetah-3.5~DEV1903/src/Train/ErgFile.cpp --- goldencheetah-3.5~DEV1810/src/Train/ErgFile.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/ErgFile.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -38,6 +38,7 @@ ::supported << ".crs"; ::supported << ".pgmf"; ::supported << ".zwo"; + ::supported << ".gpx"; return true; } static bool isinit = setSupported(); @@ -99,6 +100,7 @@ // like we do with ride files if we end up with lots of different formats if (filename.endsWith(".pgmf", Qt::CaseInsensitive)) parseTacx(); else if (filename.endsWith(".zwo", Qt::CaseInsensitive)) parseZwift(); + else if (filename.endsWith(".gpx", Qt::CaseInsensitive)) parseGpx(); else parseComputrainer(); } @@ -115,6 +117,7 @@ MaxWatts = 0; // maxWatts in this ergfile (scaling) valid = false; // did it parse ok? rightPoint = leftPoint = 0; + interpolatorReadIndex = 0; format = ERG; // default to couse until we know Points.clear(); Laps.clear(); @@ -153,6 +156,7 @@ Duration = Points.last().x; // last is the end point in msecs leftPoint = 0; rightPoint = 1; + interpolatorReadIndex = 0; // calculate climbing etc calculateMetrics(); @@ -171,6 +175,7 @@ MaxWatts = 0; // maxWatts in this ergfile (scaling) valid = false; // did it parse ok? rightPoint = leftPoint = 0; + interpolatorReadIndex = 0; format = CRS; // default to couse until we know Points.clear(); Laps.clear(); @@ -333,6 +338,7 @@ Duration = Points.last().x; // last is the end point in msecs leftPoint = 0; rightPoint = 1; + interpolatorReadIndex = 0; // calculate climbing etc calculateMetrics(); @@ -396,7 +402,7 @@ // Code plagiarised from CsvRideFile. // the readLine() method doesn't handle old Macintosh CR line endings - // this workaround will load the the entire file if it has CR endings + // this workaround will load the entire file if it has CR endings // then split and loop through each line // otherwise, there will be nothing to split and it will read each line as expected. QString linesIn = (p != "" ? stringStream.readLine() : ergFile.readLine()); @@ -586,6 +592,7 @@ leftPoint = 0; rightPoint = 1; + interpolatorReadIndex = 0; calculateMetrics(); @@ -594,6 +601,130 @@ } } +// parse gpx into ergfile +void ErgFile::parseGpx() +{ + // Initialise + Version = ""; + Units = ""; + Filename = ""; + Name = ""; + Duration = -1; + Ftp = 0; // FTP this file was targetted at + MaxWatts = 0; // maxWatts in this ergfile (scaling) + valid = false; // did it parse ok? + rightPoint = leftPoint = 0; + interpolatorReadIndex = 0; + format = mode = CRS; + Points.clear(); + Laps.clear(); + + static double km = 0; + + QFile gpxFile(filename); + + // open the file + if (gpxFile.open(QIODevice::ReadOnly | QIODevice::Text) == false) { + valid = false; + return; + } + + // Instantiate ride + //RideFile *RideFileFactory::openRideFile(Context *context, QFile &file, + // QStringList &errors, QList *rideList) const + + QStringList errors_; + RideFile* ride = RideFileFactory::instance().openRideFile(context, gpxFile, errors_); + if (ride == NULL) + { + valid = false; + return; + } + + // Enumerate the data types that are available from this gpx. + bool fHasKm = ride->areDataPresent()->km; + bool fHasLat = ride->areDataPresent()->lat; + bool fHasLon = ride->areDataPresent()->lon; + bool fHasAlt = ride->areDataPresent()->alt; + bool fHasSlope = ride->areDataPresent()->slope; + + if (fHasLat && fHasLon) + { + format = mode = CRS_LOC; + } + + if (fHasKm && fHasSlope) {} // same as crs file + else if (fHasKm && fHasAlt) {} // derive slope from distance and alt + else { + valid = false; + return; + } + + int pointCount = ride->dataPoints().count(); + + RideFilePoint* prevPoint = NULL; + RideFilePoint* point = NULL; + RideFilePoint* nextPoint = (ride->dataPoints()[0]); + double alt = 0; + for (int i = 0; i < pointCount; i++) { + ErgFilePoint add; + + prevPoint = point; + point = nextPoint; + nextPoint = ((i + 1) < pointCount) ? (ride->dataPoints()[i + 1]) : NULL; + + // Determine slope to next point + double slope = 0.0; + + if (fHasAlt) + alt = point->alt; + + if (fHasSlope) { + slope = point->slope; + + if (!fHasAlt && prevPoint) + { + alt += ((slope * (point->km - prevPoint->km))) / 100.0; + } + + } else if (nextPoint && fHasAlt) + { + double km0 = point->km; + double alt0 = point->alt / 1000; + + double km1 = nextPoint->km; + double alt1 = nextPoint->alt / 1000; + + slope = 100 * (alt1 - alt0) / (km1 - km0); + } + + add.x = 1000 * point->km; // record distance in meters + add.y = alt; + add.val = slope; + + if (fHasLat) add.lat = point->lat; + if (fHasLon) add.lon = point->lon; + + if (add.y > MaxWatts) MaxWatts = add.y; + + Points.append(add); + } + + gpxFile.close(); + + valid = true; + + // set ErgFile duration + Duration = Points.last().x; // end point in meters + + leftPoint = 0; // setup initial sample bracketing + rightPoint = 1; + interpolatorReadIndex = 0; + + // calculate climbing etc + calculateMetrics(); +} + // convert points to set of sections QList ErgFile::Sections() @@ -622,7 +753,7 @@ { // save the file including changes // XXX TODO we don't support writing pgmf or CRS just yet... - if (filename.endsWith("pgmf", Qt::CaseInsensitive) || format == CRS) { + if (filename.endsWith("pgmf", Qt::CaseInsensitive) || format == CRS || format == CRS_LOC) { errors << QString(QObject::tr("Unsupported file format")); return false; } @@ -632,6 +763,7 @@ if (format==ERG) typestring = "ERG"; if (format==MRC) typestring = "MRC"; if (format==CRS) typestring = "CRS"; + if (format == CRS_LOC) typestring = "CRS"; if (filename.endsWith("zwo", Qt::CaseInsensitive)) typestring="ZWO"; // get CP so we can scale back etc @@ -1023,6 +1155,86 @@ return Points.at(leftPoint).val; } +// Returns true if a location is determined, otherwise returns false. +bool ErgFile::locationAt(long meters, int &lapnum, geolocation &geoLoc) +{ + if (!isValid()) return false; // not a valid ergfile + + // is it in bounds? + if (meters < 0 || meters > Duration) return false; + + // No location unless... format contains location... + if (format != CRS_LOC) return 1; + + if (Laps.count() > 0) { + int lap = 0; + for (int i = 0; i= Laps.at(i).x) lap += 1; + } + lapnum = lap; + + } + else lapnum = 0; + + // Ensure that interpolator is correctly primed for this request. + + // find right section of the file + while (meters < Points.at(leftPoint).x || meters > Points.at(rightPoint).x) { + if (meters < Points.at(leftPoint).x) { + leftPoint--; + rightPoint--; + } + else if (meters > Points.at(rightPoint).x) { + leftPoint++; + rightPoint++; + } + } + + // At this point leftpoint and rightpoint bracket the query distance. Three cases: + // Bracket Covered: If query bracket compatible with the current interpolation bracket then simply interpolate + // Bracket Ahead: If query bracket is ahead of current interpolation bracket then feed points to interpolator until it matches. + // Bracket Behind: New bracket is behind current interpolation bracket then interpolator must be reset and new values fed in. + + double d0, d1; + + if (!gpi.GetBracket(d0, d1)) + { + interpolatorReadIndex = 0; + gpi.Reset(); + } else if (d0 > Points.at(leftPoint).x) { + // Current bracket is ahead of interpolator so reset and set index back + // so interpolator will be re-primed. + gpi.Reset(); + interpolatorReadIndex = (leftPoint > 0) ? leftPoint - 1 : leftPoint; + } else { + // Otherwise interpolatorReadIndex is set reasonably. + // Is possible to skip ahead though... + if (interpolatorReadIndex < rightPoint - 4) + { + interpolatorReadIndex = rightPoint - 4; + } + } + + // Push points until distance satisfied + while (gpi.WantsInput(meters)) { + if (interpolatorReadIndex < Points.count()) { + const ErgFilePoint * pii = &(Points.at(interpolatorReadIndex)); + geolocation geo(pii->lat, pii->lon, pii->y); + gpi.Push(pii->x, geo); + + interpolatorReadIndex++; + } + else { + gpi.NotifyInputComplete(); + break; + } + } + + geoLoc = gpi.Interpolate(meters); + + return true; +} + // Retrieve the offset for the start of next lap. // Params: x - current workout distance (m) / time (ms) // Returns: distance (m) / time (ms) offset for next lap. @@ -1068,7 +1280,7 @@ // is it valid? if (!isValid()) return; - if (format == CRS) { + if (format == CRS || format == CRS_LOC) { ErgFilePoint last; bool first = true; diff -Nru goldencheetah-3.5~DEV1810/src/Train/ErgFile.h goldencheetah-3.5~DEV1903/src/Train/ErgFile.h --- goldencheetah-3.5~DEV1810/src/Train/ErgFile.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/ErgFile.h 2019-02-22 09:38:21.000000000 +0000 @@ -32,6 +32,7 @@ #include #include #include "Zones.h" // For zones ... see below vvvv +#include "LocationInterpolation.h" // which section of the file are we in? #define NOMANSLAND 0 @@ -43,18 +44,22 @@ #define ERG 1 #define MRC 2 #define CRS 3 +#define CRS_LOC 4 class ErgFilePoint { public: - ErgFilePoint() : x(0), y(0), val(0) {} - ErgFilePoint(double x, double y, double val) : x(x), y(y), val(val) {} + ErgFilePoint() : x(0), y(0), val(0), lat(0), lon(0) {} + ErgFilePoint(double x_, double y_, double val_) : x(x_), y(y_), val(val_), lat(0), lon(0) {} + ErgFilePoint(double x_, double y_, double val_, double lat_, double lon_) : x(x_), y(y_), val(val_), lat(lat_), lon(lon_) {} double x; // x axis - time in msecs or distance in meters double y; // y axis - load in watts or altitude double val; // the value to send to the device (watts/gradient) + + double lat, lon; // location (alt is y, above) }; class ErgFileSection @@ -104,14 +109,16 @@ void reload(); // reload after messed about void parseComputrainer(QString p = ""); // its an erg,crs or mrc file - void parseTacx(); // its a pgmf file - void parseZwift(); // its a zwo file (zwift xml) + void parseTacx(); // its a pgmf file + void parseZwift(); // its a zwo file (zwift xml) + void parseGpx(); // its a gpx... bool isValid(); // is the file valid or not? double Cp; - int format; // ERG, CRS or MRC currently supported + int format; // ERG, CRS, MRC and CRS_LOC currently supported int wattsAt(long, int&); // return the watts value for the passed msec double gradientAt(long, int&); // return the gradient value for the passed meter + bool locationAt(long x, int& lapnum, geolocation &geoLoc); // location at meter int nextLap(long); // return the start value (erg - time(ms) or slope - distance(m)) for the next lap int currentLap(long); // return the start value (erg - time(ms) or slope - distance(m)) for the current lap @@ -129,20 +136,22 @@ ErgDBId, // if downloaded from ergdb Source; // where did this come from QStringList Tags; // tagged strings - + long Duration; // Duration of this workout in msecs int Ftp; // FTP this file was targetted at int MaxWatts; // maxWatts in this ergfile (scaling) bool valid; // did it parse ok? int mode; - - int leftPoint, rightPoint; // current points we are between + int leftPoint, rightPoint; // current points we are between + int interpolatorReadIndex; // next point to be fed to interpolator QList Points; // points in workout QList Laps; // interval markers in the file QList Texts; // texts to display + GeoPointInterpolator gpi; // Location interpolator + void calculateMetrics(); // calculate IsoPower value for ErgFile // Metrics for this workout diff -Nru goldencheetah-3.5~DEV1810/src/Train/ErgFilePlot.cpp goldencheetah-3.5~DEV1903/src/Train/ErgFilePlot.cpp --- goldencheetah-3.5~DEV1810/src/Train/ErgFilePlot.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/ErgFilePlot.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -24,7 +24,7 @@ // Bridge between QwtPlot and ErgFile to avoid having to // create a separate array for the ergfile data, we plot // directly from the ErgFile points array -double ErgFileData::x(size_t i) const { +double ErgFileData::x(size_t i) const { if (context->currentErgFile()) return context->currentErgFile()->Points.at(i).x; else return 0; } @@ -247,7 +247,7 @@ CPMarker->setYAxis(QwtPlot::yLeft); CPMarker->setYValue(274); CPMarker->attach(this); - + // Now pointer NowCurve = new QwtPlotCurve("Now"); @@ -310,7 +310,7 @@ if (ergfile) { // is this by distance or time? - bydist = (ergfile->format == CRS) ? true : false; + bydist = (ergfile->format == CRS || ergfile->format == CRS_LOC) ? true : false; if (bydist == true) { diff -Nru goldencheetah-3.5~DEV1810/src/Train/Library.cpp goldencheetah-3.5~DEV1903/src/Train/Library.cpp --- goldencheetah-3.5~DEV1810/src/Train/Library.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/Library.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -205,7 +205,7 @@ if (targetWorkout != QFileInfo(source).absoluteFilePath() && !source.copy(targetWorkout)) { QMessageBox::warning(NULL, tr("Copy Workout Failed"), - QString(tr("%1 already exists in workout library: %2")).arg(QFileInfo(targetWorkout).fileName()).arg(workoutDir)); + QString(tr("%1 cannot be written to workout library %2, check permissions and free space")).arg(QFileInfo(targetWorkout).fileName()).arg(workoutDir)); } // still add it, it may noit have been scanned... diff -Nru goldencheetah-3.5~DEV1810/src/Train/RealtimeData.cpp goldencheetah-3.5~DEV1903/src/Train/RealtimeData.cpp --- goldencheetah-3.5~DEV1810/src/Train/RealtimeData.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/RealtimeData.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -29,6 +29,7 @@ lap = msecs = lapMsecs = lapMsecsRemaining = ergMsecsRemaining = 0; thb = smo2 = o2hb = hhb = 0.0; lrbalance = rte = lte = lps = rps = 0.0; + latitude = longitude = altitude = 0.0; trainerStatusAvailable = false; trainerReady = true; trainerRunning = true; @@ -384,6 +385,15 @@ case Slope: return slope; break; + case Latitude: return latitude; + break; + + case Longitude: return longitude; + break; + + case Altitude: return altitude; + break; + case None: default: return 0; @@ -444,6 +454,9 @@ seriesList << LapDistance; seriesList << LapDistanceRemaining; seriesList << ErgTimeRemaining; + seriesList << Latitude; + seriesList << Longitude; + seriesList << Altitude; } return seriesList; } @@ -584,6 +597,15 @@ case LapDistanceRemaining: return tr("Lap Distance Remaining"); break; + + case Latitude: return tr("Latitude"); + break; + + case Longitude: return tr("Longitude"); + break; + + case Altitude: return tr("Altitude"); + break; } } @@ -617,3 +639,11 @@ { return lap; } + +double RealtimeData::getLatitude() const { return latitude; } +double RealtimeData::getLongitude() const { return longitude; } +double RealtimeData::getAltitude() const { return altitude; } + +void RealtimeData::setLatitude(double d) { latitude = d; } +void RealtimeData::setLongitude(double d) { longitude = d; } +void RealtimeData::setAltitude(double d) { altitude = d; } diff -Nru goldencheetah-3.5~DEV1810/src/Train/RealtimeData.h goldencheetah-3.5~DEV1903/src/Train/RealtimeData.h --- goldencheetah-3.5~DEV1810/src/Train/RealtimeData.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/RealtimeData.h 2019-02-22 09:38:21.000000000 +0000 @@ -44,7 +44,8 @@ VirtualSpeed, AltWatts, LRBalance, LapTimeRemaining, LeftTorqueEffectiveness, RightTorqueEffectiveness, LeftPedalSmoothness, RightPedalSmoothness, Slope, - LapDistance, LapDistanceRemaining, ErgTimeRemaining }; + LapDistance, LapDistanceRemaining, ErgTimeRemaining, + Latitude, Longitude, Altitude }; typedef enum dataseries DataSeries; @@ -85,6 +86,9 @@ void setLPS(double); void setRPS(double); void setTorque(double); + void setLatitude(double); + void setLongitude(double); + void setAltitude(double); const char *getName() const; @@ -119,6 +123,9 @@ double getLPS() const; double getRPS() const; double getTorque() const; + double getLatitude() const; + double getLongitude() const; + double getAltitude() const; void setTrainerStatusAvailable(bool status); bool getTrainerStatusAvailable() const; @@ -144,6 +151,7 @@ double smo2, thb; double lte, rte, lps, rps; // torque efficiency and pedal smoothness double torque; // raw torque data for calibration display + double latitude, longitude, altitude; // derived data double distance; diff -Nru goldencheetah-3.5~DEV1810/src/Train/TrainSidebar.cpp goldencheetah-3.5~DEV1903/src/Train/TrainSidebar.cpp --- goldencheetah-3.5~DEV1810/src/Train/TrainSidebar.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/TrainSidebar.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -46,6 +46,7 @@ #include "MonarkController.h" #include "KettlerController.h" #include "KettlerRacerController.h" +#include "DaumController.h" #endif #include "ANTlocalController.h" #include "NullController.h" @@ -352,6 +353,7 @@ displaySpeed = displayCadence = slope = load = 0; displaySMO2 = displayTHB = displayO2HB = displayHHB = 0; displayLRBalance = displayLTE = displayRTE = displayLPS = displayRPS = 0; + displayLatitude = displayLongitude = displayAltitude = 0.0; connect(gui_timer, SIGNAL(timeout()), this, SLOT(guiUpdate())); connect(disk_timer, SIGNAL(timeout()), this, SLOT(diskUpdate())); @@ -502,7 +504,7 @@ // and call any training method // // KEY FUNCTION - // Start() - will pause/unpause if running + // Start() - will pause/unpause if running // Stop() - will end workout // Pause() - pause only // UnPause() - unpause @@ -646,6 +648,8 @@ Devices[i].controller = new KettlerController(this, &Devices[i]); } else if (Devices.at(i).type == DEV_KETTLER_RACER) { Devices[i].controller = new KettlerRacerController(this, &Devices[i]); + } else if (Devices.at(i).type == DEV_DAUM) { + Devices[i].controller = new DaumController(this, &Devices[i]); #endif #ifdef GC_HAVE_LIBUSB } else if (Devices.at(i).type == DEV_FORTIUS) { @@ -842,7 +846,7 @@ if (lapmarker == -1) { displayLapDistance = 0; return; - } + } displayLapDistance = (currentposition - lapmarker) / (double) 1000; } @@ -870,7 +874,7 @@ // In this case, there are either no lap markers, or we are in last lap (and so no next lap) displayLapDistanceRemaining = -1; return; - } + } displayLapDistanceRemaining = (lapmarker - currentposition) / (double) 1000; } @@ -1448,6 +1452,9 @@ displayTHB = rtData.gettHb(); displayO2HB = rtData.getO2Hb(); displayHHB = rtData.getHHb(); + displayLatitude = rtData.getLatitude(); + displayLongitude = rtData.getLongitude(); + displayAltitude = rtData.getAltitude(); // Gradient not supported return; } @@ -1537,12 +1544,12 @@ // disabling the screen saver on a Mac instead of // temporarily adjusting/disabling the user preferences // for screen saving and power management. Makes sense. - + CFStringRef reasonForActivity = CFSTR("TrainSidebar::guiUpdate"); IOPMAssertionID assertionID; IOReturn suspendSreensaverSuccess = IOPMAssertionCreateWithName(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, reasonForActivity, &assertionID); #endif - + if(calibrating) { foreach(int dev, activeDevices) { // Do for selected device only RealtimeData local = rtData; @@ -1677,6 +1684,21 @@ rtData.setLapDistance(displayLapDistance); rtData.setLapDistanceRemaining(displayLapDistanceRemaining); + // Update location data + if (ergFile) { + geolocation geoloc; + if (ergFile->locationAt(displayWorkoutDistance * 1000, displayWorkoutLap, geoloc)) + { + displayLatitude = geoloc.Lat(); + displayLongitude = geoloc.Long(); + displayAltitude = geoloc.Alt(); + + rtData.setLatitude(displayLatitude); + rtData.setLongitude(displayLongitude); + rtData.setAltitude(displayAltitude); + } + } + // time total_msecs = session_elapsed_msec + session_time.elapsed(); lap_msecs = lap_elapsed_msec + lap_time.elapsed(); @@ -1751,6 +1773,9 @@ displayTHB = rtData.gettHb(); displayO2HB = rtData.getO2Hb(); displayHHB = rtData.getHHb(); + displayLatitude = rtData.getLatitude(); + displayLongitude = rtData.getLongitude(); + displayAltitude = rtData.getAltitude(); // virtual speed double crr = 0.004f; // typical for asphalt surfaces @@ -1811,7 +1836,7 @@ context->notifySetNow(rtData.getMsecs()); } } - + #ifdef Q_OS_MAC if (suspendSreensaverSuccess == kIOReturnSuccess) { @@ -1874,6 +1899,25 @@ QMessageBox::warning(this, tr("No Devices Configured"), tr("Please configure a device in Preferences.")); } +template +struct ScopedOp +{ + T* m_pt; + T_SetMethod m_setMethod; + T_arg m_argSave; + + ScopedOp(T* pt, T_GetMethod getMethod, T_SetMethod setMethod, T_arg argNew) : m_pt(pt), m_setMethod(setMethod) { + m_argSave = (m_pt->*getMethod)(); + (m_pt->*m_setMethod)(argNew); + } + + virtual ~ScopedOp() { (m_pt->*m_setMethod)(m_argSave); } +}; + +struct ScopedPrecision : ScopedOp { + ScopedPrecision(QTextStream* pc, int tempPrecision) : ScopedOp::ScopedOp(pc, &QTextStream::realNumberPrecision, &QTextStream::setRealNumberPrecision, tempPrecision) {} +}; + //---------------------------------------------------------------------- // DISK UPDATE FUNCTIONS //---------------------------------------------------------------------- @@ -1881,7 +1925,7 @@ { int secs; - long torq = 0, altitude = 0; + long torq = 0; QTextStream recordFileStream(recordFile); if (calibrating) return; @@ -1899,11 +1943,20 @@ << "," << displayDistance << "," << displaySpeed << "," << torq - << "," << displayPower - << "," << altitude - << "," // lon - << "," // lat - << "," // headwind + << "," << displayPower; + + // QTextStream default precision is 6, location data needs much more than that. + // Avoid extra precision for other fields since it isn't needed and would grow + // the intermediate file for no reason. + { + ScopedPrecision tempPrecision(&recordFileStream, 20); + + recordFileStream << "," << displayAltitude + << "," << displayLongitude + << "," << displayLatitude; + } + + recordFileStream << "," // headwind << "," // slope << "," // temp << "," << (displayLap + displayWorkoutLap) @@ -1956,6 +2009,14 @@ } else { slope = ergFile->gradientAt(displayWorkoutDistance*1000, curLap); + geolocation geoloc; + if (ergFile->locationAt(displayWorkoutDistance * 1000, curLap, geoloc)) + { + displayLatitude = geoloc.Lat(); + displayLongitude = geoloc.Long(); + displayAltitude = geoloc.Alt(); + } + if(displayWorkoutLap != curLap) { context->notifyNewLap(); @@ -2436,7 +2497,7 @@ add.val = last.val / from * to; // recalibrate altitude if gradient changing - if (context->currentErgFile()->format == CRS) add.y = last.y + ((add.x-last.x) * (add.val/100)); + if (context->currentErgFile()->format == CRS || context->currentErgFile()->format == CRS_LOC) add.y = last.y + ((add.x-last.x) * (add.val/100)); else add.y = add.val; context->currentErgFile()->Points.insert(i, add); @@ -2452,7 +2513,7 @@ // recalibrate altitude if in CRS mode p->val = p->val / from * to; - if (context->currentErgFile()->format == CRS) { + if (context->currentErgFile()->format == CRS || context->currentErgFile()->format == CRS_LOC) { if (i) p->y = last.y + ((p->x-last.x) * (last.val/100)); } else p->y = p->val; diff -Nru goldencheetah-3.5~DEV1810/src/Train/TrainSidebar.h goldencheetah-3.5~DEV1903/src/Train/TrainSidebar.h --- goldencheetah-3.5~DEV1810/src/Train/TrainSidebar.h 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/TrainSidebar.h 2019-02-22 09:38:21.000000000 +0000 @@ -251,6 +251,7 @@ double displaySMO2, displayTHB, displayO2HB, displayHHB; double displayDistance, displayWorkoutDistance; double displayLapDistance, displayLapDistanceRemaining; + double displayLatitude, displayLongitude, displayAltitude; // geolocation long load; double slope; int displayLap; // user increment for Lap diff -Nru goldencheetah-3.5~DEV1810/src/Train/VideoWindow.cpp goldencheetah-3.5~DEV1903/src/Train/VideoWindow.cpp --- goldencheetah-3.5~DEV1810/src/Train/VideoWindow.cpp 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/src/Train/VideoWindow.cpp 2019-02-22 09:38:21.000000000 +0000 @@ -359,16 +359,22 @@ #ifdef GC_VIDEO_VLC if (!m) return; + QList *ErgFilePoints = NULL; + if (context->currentErgFile()) { + if (context->currentErgFile()->format == CRS || context->currentErgFile()->format == CRS_LOC) { + ErgFilePoints = &(context->currentErgFile()->Points); + } + } + // find the curPosition if (context->currentVideoSyncFile()) { // when we selected a videosync file in training mode (rlv...): QVector VideoSyncFiledataPoints = context->currentVideoSyncFile()->Points; - if (VideoSyncFiledataPoints.count()<2) return; - if(curPosition > VideoSyncFiledataPoints.count()-1 || curPosition < 1) + if (curPosition > VideoSyncFiledataPoints.count() - 1 || curPosition < 1) curPosition = 1; // minimum curPosition is 1 as we will use [curPosition-1] double CurrentDistance = qBound(0.0, rtd.getDistance() + context->currentVideoSyncFile()->manualOffset, context->currentVideoSyncFile()->Distance); @@ -405,7 +411,7 @@ rfp = *dataPoints[curPosition]; } - */ + */ // set video rate ( theoretical : video rate = training speed / ghost speed) float rate; float video_time_shift_ms; @@ -494,7 +500,7 @@ #else // A Windows "c:\xyz\abc def.avi" filename should become file:///c:/xyz/abc%20def.avi QString fileURL = "file:///" + filename.replace("\\", "/"); -#endif +#endif //qDebug()<<"file url="<format == MRC || ergFile->format == ERG)) { this->ergFile = ergFile; diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/Compton_Challenge_TA.json" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/Compton_Challenge_TA.json" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/Compton_Challenge_TA.json" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/Compton_Challenge_TA.json" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,4014 @@ +{ + "RIDE":{ + "STARTTIME":"2013\/07\/21 12:59:00 UTC", + "RECINTSECS":1, + "DEVICETYPE":"Garmin Edge 500", + "IDENTIFIER":"", + "TAGS":{ + "Athlete":"Tom Anhalt", + "Calendar Text":"", + "Data":"TDSP-C-AG--EV", + "Device":"Garmin Edge 500", + "File Format":"FIT (*.fit)", + "Filename":"2013_07_21_05_59_00.fit", + "Month":"July", + "Weekday":"Sun", + "Year":"2013" + }, + "INTERVALS":[ + { "NAME":"Lap 1", "START": 1, "STOP": 821 }, + { "NAME":"Lap 2", "START": 821, "STOP": 890 }, + { "NAME":"Lap 3", "START": 890, "STOP": 997 }, + { "NAME":"Lap 4", "START": 997, "STOP": 1448 }, + { "NAME":"Lap 5", "START": 1448, "STOP": 1754 }, + { "NAME":"Lap 6", "START": 1754, "STOP": 2207 }, + { "NAME":"Lap 7", "START": 2207, "STOP": 2412 }, + { "NAME":"Lap 8", "START": 2412, "STOP": 2614 }, + { "NAME":"Lap 9", "START": 2614, "STOP": 3058 }, + { "NAME":"Lap 10", "START": 3058, "STOP": 3266 }, + { "NAME":"Lap 11", "START": 3266, "STOP": 3714 }, + { "NAME":"Lap 12", "START": 3714, "STOP": 3930 }, + { "NAME":"Lap 13", "START": 3930, "STOP": 4131 }, + { "NAME":"Lap 14", "START": 4131, "STOP": 4578 }, + { "NAME":"Lap 15", "START": 4578, "STOP": 5054 } + ], + "SAMPLES":[ + { "SECS":1, "KM":0, "WATTS":0, "CAD":0, "KPH":0, "ALT":12.8, "LAT":34.450341554, "LON":-119.83895098, "TEMP":20, "LRBALANCE":0 }, + { "SECS":2, "KM":0, "WATTS":0, "CAD":0, "KPH":0, "ALT":12.8, "LAT":34.450341554, "LON":-119.83895098, "TEMP":20, "LRBALANCE":0 }, + { "SECS":43, "KM":0, "WATTS":0, "CAD":0, "KPH":4.3092, "ALT":13.2, "LAT":34.450335351, "LON":-119.83898987, "TEMP":20, "LRBALANCE":0 }, + { "SECS":44, "KM":0.00178, "WATTS":0, "CAD":0, "KPH":6.4224, "ALT":13.2, "LAT":34.450331914, "LON":-119.83900404, "TEMP":20, "LRBALANCE":0 }, + { "SECS":45, "KM":0.00365, "WATTS":0, "CAD":0, "KPH":6.732, "ALT":13.2, "LAT":34.450330657, "LON":-119.83902114, "TEMP":20, "LRBALANCE":0 }, + { "SECS":46, "KM":0.00583, "WATTS":0, "CAD":0, "KPH":7.8156, "ALT":13.2, "LAT":34.450336692, "LON":-119.83904025, "TEMP":20, "LRBALANCE":0 }, + { "SECS":47, "KM":0.00777, "WATTS":0, "CAD":0, "KPH":6.984, "ALT":13.2, "LAT":34.450341302, "LON":-119.83906338, "TEMP":20, "LRBALANCE":0 }, + { "SECS":48, "KM":0.00984, "WATTS":0, "CAD":0, "KPH":7.4736, "ALT":13.2, "LAT":34.450346667, "LON":-119.83908693, "TEMP":20, "LRBALANCE":0 }, + { "SECS":49, "KM":0.01216, "WATTS":92, "CAD":27, "KPH":8.352, "ALT":13.2, "LAT":34.450354713, "LON":-119.83911174, "TEMP":20, "LRBALANCE":59 }, + { "SECS":50, "KM":0.01467, "WATTS":87, "CAD":28, "KPH":9.0324, "ALT":13.2, "LAT":34.450367286, "LON":-119.83913245, "TEMP":20, "LRBALANCE":59 }, + { "SECS":51, "KM":0.01747, "WATTS":87, "CAD":32, "KPH":10.0908, "ALT":13.2, "LAT":34.450384972, "LON":-119.83914401, "TEMP":20, "LRBALANCE":49 }, + { "SECS":52, "KM":0.02049, "WATTS":53, "CAD":36, "KPH":10.8756, "ALT":13.2, "LAT":34.4504071, "LON":-119.83914787, "TEMP":20, "LRBALANCE":81 }, + { "SECS":53, "KM":0.02375, "WATTS":72, "CAD":43, "KPH":11.7252, "ALT":13.2, "LAT":34.450433838, "LON":-119.83914862, "TEMP":20, "LRBALANCE":43 }, + { "SECS":54, "KM":0.02704, "WATTS":42, "CAD":49, "KPH":11.8512, "ALT":13.2, "LAT":34.450462672, "LON":-119.83914787, "TEMP":20, "LRBALANCE":43 }, + { "SECS":55, "KM":0.0305, "WATTS":64, "CAD":53, "KPH":12.4488, "ALT":13.2, "LAT":34.450495445, "LON":-119.8391451, "TEMP":20, "LRBALANCE":31 }, + { "SECS":56, "KM":0.034, "WATTS":64, "CAD":56, "KPH":12.6108, "ALT":13.2, "LAT":34.450527967, "LON":-119.83914209, "TEMP":20, "LRBALANCE":31 }, + { "SECS":57, "KM":0.03757, "WATTS":64, "CAD":56, "KPH":12.8232, "ALT":13.2, "LAT":34.450560321, "LON":-119.83913773, "TEMP":20, "LRBALANCE":48 }, + { "SECS":58, "KM":0.04116, "WATTS":0, "CAD":42, "KPH":12.9528, "ALT":13.2, "LAT":34.450591167, "LON":-119.83913563, "TEMP":20, "LRBALANCE":0 }, + { "SECS":59, "KM":0.04461, "WATTS":0, "CAD":0, "KPH":12.4056, "ALT":13.2, "LAT":34.450623605, "LON":-119.83913069, "TEMP":20, "LRBALANCE":0 }, + { "SECS":60, "KM":0.048, "WATTS":0, "CAD":0, "KPH":12.1896, "ALT":13.2, "LAT":34.45065378, "LON":-119.8391249, "TEMP":20, "LRBALANCE":0 }, + { "SECS":61, "KM":0.05119, "WATTS":0, "CAD":0, "KPH":11.5128, "ALT":13.2, "LAT":34.450684541, "LON":-119.83912331, "TEMP":20, "LRBALANCE":0 }, + { "SECS":62, "KM":0.05435, "WATTS":0, "CAD":0, "KPH":11.358, "ALT":13.2, "LAT":34.450714129, "LON":-119.83912013, "TEMP":20, "LRBALANCE":0 }, + { "SECS":63, "KM":0.05745, "WATTS":28, "CAD":7, "KPH":11.16, "ALT":13.2, "LAT":34.45074422, "LON":-119.83911962, "TEMP":20, "LRBALANCE":0 }, + { "SECS":64, "KM":0.06064, "WATTS":74, "CAD":36, "KPH":11.4948, "ALT":13.2, "LAT":34.450773389, "LON":-119.83911719, "TEMP":20, "LRBALANCE":0 }, + { "SECS":65, "KM":0.06384, "WATTS":74, "CAD":52, "KPH":11.5128, "ALT":13.2, "LAT":34.450802474, "LON":-119.83911543, "TEMP":20, "LRBALANCE":41 }, + { "SECS":66, "KM":0.06726, "WATTS":66, "CAD":54, "KPH":12.3264, "ALT":13.2, "LAT":34.450831811, "LON":-119.83911426, "TEMP":20, "LRBALANCE":37 }, + { "SECS":67, "KM":0.07074, "WATTS":66, "CAD":54, "KPH":12.528, "ALT":13.2, "LAT":34.450862154, "LON":-119.83911585, "TEMP":20, "LRBALANCE":37 }, + { "SECS":68, "KM":0.07431, "WATTS":66, "CAD":54, "KPH":12.8232, "ALT":13.2, "LAT":34.450890317, "LON":-119.83911795, "TEMP":20, "LRBALANCE":37 }, + { "SECS":69, "KM":0.07782, "WATTS":0, "CAD":13, "KPH":12.654, "ALT":13.2, "LAT":34.450920911, "LON":-119.83911837, "TEMP":20, "LRBALANCE":0 }, + { "SECS":70, "KM":0.08121, "WATTS":0, "CAD":0, "KPH":12.2112, "ALT":13.2, "LAT":34.450950331, "LON":-119.83912172, "TEMP":20, "LRBALANCE":0 }, + { "SECS":71, "KM":0.08445, "WATTS":0, "CAD":0, "KPH":11.6352, "ALT":13.2, "LAT":34.450980171, "LON":-119.83912474, "TEMP":20, "LRBALANCE":0 }, + { "SECS":72, "KM":0.08763, "WATTS":0, "CAD":0, "KPH":11.4804, "ALT":13.2, "LAT":34.451009005, "LON":-119.83912675, "TEMP":20, "LRBALANCE":0 }, + { "SECS":73, "KM":0.09077, "WATTS":0, "CAD":0, "KPH":11.2932, "ALT":13.2, "LAT":34.451037168, "LON":-119.83912775, "TEMP":20, "LRBALANCE":0 }, + { "SECS":74, "KM":0.09377, "WATTS":0, "CAD":0, "KPH":10.7856, "ALT":13.2, "LAT":34.451063487, "LON":-119.83912306, "TEMP":20, "LRBALANCE":0 }, + { "SECS":75, "KM":0.09663, "WATTS":0, "CAD":0, "KPH":10.3212, "ALT":13.2, "LAT":34.451090058, "LON":-119.83910806, "TEMP":20, "LRBALANCE":0 }, + { "SECS":76, "KM":0.09974, "WATTS":152, "CAD":42, "KPH":11.1924, "ALT":13.2, "LAT":34.451113275, "LON":-119.83908484, "TEMP":20, "LRBALANCE":50 }, + { "SECS":77, "KM":0.10337, "WATTS":108, "CAD":60, "KPH":13.0392, "ALT":13.2, "LAT":34.451132302, "LON":-119.83905248, "TEMP":20, "LRBALANCE":50 }, + { "SECS":78, "KM":0.10738, "WATTS":82, "CAD":62, "KPH":14.4684, "ALT":13.2, "LAT":34.451148479, "LON":-119.83901661, "TEMP":20, "LRBALANCE":46 }, + { "SECS":79, "KM":0.11141, "WATTS":70, "CAD":65, "KPH":14.4936, "ALT":13.2, "LAT":34.451155353, "LON":-119.8389747, "TEMP":20, "LRBALANCE":45 }, + { "SECS":80, "KM":0.11565, "WATTS":46, "CAD":67, "KPH":15.2748, "ALT":13.2, "LAT":34.451160549, "LON":-119.83892818, "TEMP":20, "LRBALANCE":41 }, + { "SECS":81, "KM":0.12002, "WATTS":39, "CAD":69, "KPH":15.714, "ALT":13.2, "LAT":34.451165495, "LON":-119.83888141, "TEMP":20, "LRBALANCE":39 }, + { "SECS":82, "KM":0.12445, "WATTS":34, "CAD":70, "KPH":15.9732, "ALT":13.2, "LAT":34.451163232, "LON":-119.83882986, "TEMP":20, "LRBALANCE":38 }, + { "SECS":83, "KM":0.12903, "WATTS":35, "CAD":71, "KPH":16.4556, "ALT":13.2, "LAT":34.451165159, "LON":-119.83877831, "TEMP":20, "LRBALANCE":43 }, + { "SECS":84, "KM":0.13362, "WATTS":32, "CAD":71, "KPH":16.524, "ALT":13.2, "LAT":34.451166333, "LON":-119.83872492, "TEMP":20, "LRBALANCE":41 }, + { "SECS":85, "KM":0.13821, "WATTS":44, "CAD":72, "KPH":16.524, "ALT":13.2, "LAT":34.451166836, "LON":-119.8386732, "TEMP":20, "LRBALANCE":38 }, + { "SECS":86, "KM":0.14286, "WATTS":44, "CAD":72, "KPH":16.74, "ALT":13.2, "LAT":34.451169853, "LON":-119.83862149, "TEMP":20, "LRBALANCE":38 }, + { "SECS":87, "KM":0.14757, "WATTS":44, "CAD":72, "KPH":16.9632, "ALT":13.2, "LAT":34.451175385, "LON":-119.83857237, "TEMP":20, "LRBALANCE":38 }, + { "SECS":88, "KM":0.15221, "WATTS":0, "CAD":0, "KPH":16.704, "ALT":13.2, "LAT":34.451185444, "LON":-119.83852585, "TEMP":20, "LRBALANCE":0 }, + { "SECS":89, "KM":0.15675, "WATTS":0, "CAD":0, "KPH":16.3476, "ALT":13.2, "LAT":34.451195418, "LON":-119.83848008, "TEMP":20, "LRBALANCE":0 }, + { "SECS":90, "KM":0.16125, "WATTS":44, "CAD":71, "KPH":16.2108, "ALT":13.2, "LAT":34.451204051, "LON":-119.83843457, "TEMP":20, "LRBALANCE":30 }, + { "SECS":91, "KM":0.16579, "WATTS":44, "CAD":71, "KPH":16.3476, "ALT":13.2, "LAT":34.451215702, "LON":-119.83838822, "TEMP":20, "LRBALANCE":30 }, + { "SECS":92, "KM":0.17044, "WATTS":44, "CAD":71, "KPH":16.74, "ALT":13.2, "LAT":34.451226515, "LON":-119.83834153, "TEMP":20, "LRBALANCE":30 }, + { "SECS":93, "KM":0.17509, "WATTS":0, "CAD":0, "KPH":16.74, "ALT":13.2, "LAT":34.451237495, "LON":-119.83829518, "TEMP":20, "LRBALANCE":0 }, + { "SECS":94, "KM":0.17964, "WATTS":45, "CAD":36, "KPH":16.3836, "ALT":13.2, "LAT":34.451247721, "LON":-119.83824556, "TEMP":20, "LRBALANCE":38 }, + { "SECS":95, "KM":0.18425, "WATTS":42, "CAD":72, "KPH":16.596, "ALT":13.2, "LAT":34.451256857, "LON":-119.83819418, "TEMP":20, "LRBALANCE":42 }, + { "SECS":96, "KM":0.1889, "WATTS":61, "CAD":73, "KPH":16.74, "ALT":13.2, "LAT":34.451263563, "LON":-119.83814271, "TEMP":20, "LRBALANCE":29 }, + { "SECS":97, "KM":0.19363, "WATTS":61, "CAD":74, "KPH":17.0028, "ALT":13.2, "LAT":34.451271693, "LON":-119.83809024, "TEMP":20, "LRBALANCE":29 }, + { "SECS":98, "KM":0.19845, "WATTS":61, "CAD":74, "KPH":17.3484, "ALT":13.2, "LAT":34.451278986, "LON":-119.8380366, "TEMP":20, "LRBALANCE":29 }, + { "SECS":99, "KM":0.20324, "WATTS":0, "CAD":18, "KPH":17.2692, "ALT":13.2, "LAT":34.451285356, "LON":-119.83798362, "TEMP":20, "LRBALANCE":0 }, + { "SECS":100, "KM":0.20799, "WATTS":0, "CAD":0, "KPH":17.0784, "ALT":13.2, "LAT":34.451289547, "LON":-119.83793023, "TEMP":20, "LRBALANCE":0 }, + { "SECS":101, "KM":0.21269, "WATTS":0, "CAD":0, "KPH":16.9272, "ALT":13.2, "LAT":34.451293822, "LON":-119.83787893, "TEMP":20, "LRBALANCE":0 }, + { "SECS":102, "KM":0.21735, "WATTS":0, "CAD":0, "KPH":16.7796, "ALT":13.2, "LAT":34.451298013, "LON":-119.83782764, "TEMP":20, "LRBALANCE":0 }, + { "SECS":103, "KM":0.22198, "WATTS":0, "CAD":0, "KPH":16.668, "ALT":13.2, "LAT":34.451304467, "LON":-119.8377755, "TEMP":20, "LRBALANCE":0 }, + { "SECS":104, "KM":0.22659, "WATTS":0, "CAD":0, "KPH":16.596, "ALT":13.2, "LAT":34.451317207, "LON":-119.83773015, "TEMP":20, "LRBALANCE":0 }, + { "SECS":105, "KM":0.23112, "WATTS":0, "CAD":0, "KPH":16.3152, "ALT":13.2, "LAT":34.451335396, "LON":-119.83768799, "TEMP":20, "LRBALANCE":0 }, + { "SECS":106, "KM":0.23571, "WATTS":0, "CAD":0, "KPH":16.4556, "ALT":13.2, "LAT":34.451358614, "LON":-119.83765187, "TEMP":20, "LRBALANCE":0 }, + { "SECS":107, "KM":0.24026, "WATTS":0, "CAD":0, "KPH":16.4556, "ALT":13.2, "LAT":34.45139013, "LON":-119.83762152, "TEMP":20, "LRBALANCE":0 }, + { "SECS":108, "KM":0.24484, "WATTS":0, "CAD":0, "KPH":16.488, "ALT":13.2, "LAT":34.4514281, "LON":-119.83759713, "TEMP":20, "LRBALANCE":0 }, + { "SECS":109, "KM":0.24945, "WATTS":0, "CAD":0, "KPH":16.596, "ALT":13.2, "LAT":34.451469674, "LON":-119.83758138, "TEMP":20, "LRBALANCE":0 }, + { "SECS":110, "KM":0.2541, "WATTS":40, "CAD":73, "KPH":16.74, "ALT":13.2, "LAT":34.451513428, "LON":-119.83756411, "TEMP":20, "LRBALANCE":0 }, + { "SECS":111, "KM":0.25883, "WATTS":37, "CAD":74, "KPH":17.0028, "ALT":13.2, "LAT":34.45155936, "LON":-119.83755296, "TEMP":20, "LRBALANCE":42 }, + { "SECS":112, "KM":0.26366, "WATTS":46, "CAD":75, "KPH":17.388, "ALT":13.2, "LAT":34.451610658, "LON":-119.83754626, "TEMP":20, "LRBALANCE":41 }, + { "SECS":113, "KM":0.26851, "WATTS":53, "CAD":74, "KPH":17.4672, "ALT":13.2, "LAT":34.451657345, "LON":-119.83754592, "TEMP":20, "LRBALANCE":42 }, + { "SECS":114, "KM":0.27332, "WATTS":70, "CAD":74, "KPH":17.3088, "ALT":13.2, "LAT":34.451703613, "LON":-119.83754542, "TEMP":20, "LRBALANCE":36 }, + { "SECS":115, "KM":0.2781, "WATTS":71, "CAD":73, "KPH":17.2296, "ALT":13.2, "LAT":34.451749881, "LON":-119.83754785, "TEMP":20, "LRBALANCE":41 }, + { "SECS":116, "KM":0.28284, "WATTS":80, "CAD":73, "KPH":17.0388, "ALT":13.2, "LAT":34.451795395, "LON":-119.83754726, "TEMP":20, "LRBALANCE":45 }, + { "SECS":117, "KM":0.28753, "WATTS":79, "CAD":73, "KPH":16.8876, "ALT":13.2, "LAT":34.451838813, "LON":-119.83754382, "TEMP":20, "LRBALANCE":46 }, + { "SECS":118, "KM":0.29222, "WATTS":105, "CAD":73, "KPH":16.8876, "ALT":13.2, "LAT":34.451881812, "LON":-119.83754307, "TEMP":20, "LRBALANCE":39 }, + { "SECS":119, "KM":0.2969, "WATTS":102, "CAD":73, "KPH":16.8516, "ALT":13.2, "LAT":34.451924141, "LON":-119.83754114, "TEMP":20, "LRBALANCE":46 }, + { "SECS":120, "KM":0.30163, "WATTS":99, "CAD":73, "KPH":17.0388, "ALT":13.2, "LAT":34.451965883, "LON":-119.8375367, "TEMP":20, "LRBALANCE":45 }, + { "SECS":121, "KM":0.30638, "WATTS":92, "CAD":73, "KPH":17.0784, "ALT":13.2, "LAT":34.452007373, "LON":-119.83752949, "TEMP":20, "LRBALANCE":40 }, + { "SECS":122, "KM":0.31111, "WATTS":81, "CAD":73, "KPH":17.0388, "ALT":13.2, "LAT":34.452049031, "LON":-119.83752103, "TEMP":20, "LRBALANCE":42 }, + { "SECS":123, "KM":0.31583, "WATTS":82, "CAD":72, "KPH":17.0028, "ALT":13.2, "LAT":34.452088091, "LON":-119.83751231, "TEMP":20, "LRBALANCE":46 }, + { "SECS":124, "KM":0.32052, "WATTS":83, "CAD":71, "KPH":16.8876, "ALT":13.2, "LAT":34.452127402, "LON":-119.83750426, "TEMP":20, "LRBALANCE":48 }, + { "SECS":125, "KM":0.32509, "WATTS":79, "CAD":71, "KPH":16.4556, "ALT":13.2, "LAT":34.452164618, "LON":-119.83749043, "TEMP":20, "LRBALANCE":51 }, + { "SECS":126, "KM":0.32967, "WATTS":73, "CAD":70, "KPH":16.4556, "ALT":13.2, "LAT":34.452199151, "LON":-119.83747803, "TEMP":20, "LRBALANCE":42 }, + { "SECS":127, "KM":0.33422, "WATTS":99, "CAD":70, "KPH":16.3836, "ALT":13.2, "LAT":34.452233517, "LON":-119.83746956, "TEMP":20, "LRBALANCE":42 }, + { "SECS":128, "KM":0.33876, "WATTS":93, "CAD":70, "KPH":16.3476, "ALT":13.2, "LAT":34.452268469, "LON":-119.8374585, "TEMP":20, "LRBALANCE":43 }, + { "SECS":129, "KM":0.34329, "WATTS":77, "CAD":70, "KPH":16.3152, "ALT":13.2, "LAT":34.452300907, "LON":-119.83744559, "TEMP":20, "LRBALANCE":41 }, + { "SECS":130, "KM":0.3478, "WATTS":70, "CAD":70, "KPH":16.2468, "ALT":13.2, "LAT":34.452333597, "LON":-119.83743084, "TEMP":20, "LRBALANCE":46 }, + { "SECS":131, "KM":0.35232, "WATTS":98, "CAD":70, "KPH":16.2792, "ALT":13.2, "LAT":34.452371986, "LON":-119.83741441, "TEMP":20, "LRBALANCE":46 }, + { "SECS":132, "KM":0.35687, "WATTS":104, "CAD":70, "KPH":16.3476, "ALT":13.2, "LAT":34.45241071, "LON":-119.83739697, "TEMP":20, "LRBALANCE":39 }, + { "SECS":133, "KM":0.36138, "WATTS":103, "CAD":70, "KPH":16.2468, "ALT":13.2, "LAT":34.452448261, "LON":-119.83738365, "TEMP":20, "LRBALANCE":40 }, + { "SECS":134, "KM":0.36589, "WATTS":105, "CAD":72, "KPH":16.2468, "ALT":13.2, "LAT":34.4524838, "LON":-119.83735959, "TEMP":20, "LRBALANCE":45 }, + { "SECS":135, "KM":0.37051, "WATTS":102, "CAD":75, "KPH":16.632, "ALT":13.2, "LAT":34.452518166, "LON":-119.83733051, "TEMP":20, "LRBALANCE":42 }, + { "SECS":136, "KM":0.37521, "WATTS":90, "CAD":76, "KPH":16.9272, "ALT":13.2, "LAT":34.452549263, "LON":-119.83729849, "TEMP":20, "LRBALANCE":44 }, + { "SECS":137, "KM":0.3801, "WATTS":83, "CAD":72, "KPH":17.586, "ALT":13.2, "LAT":34.452571727, "LON":-119.83725758, "TEMP":20, "LRBALANCE":43 }, + { "SECS":138, "KM":0.38477, "WATTS":87, "CAD":70, "KPH":16.8156, "ALT":13.2, "LAT":34.452589245, "LON":-119.83721282, "TEMP":20, "LRBALANCE":42 }, + { "SECS":139, "KM":0.38923, "WATTS":70, "CAD":67, "KPH":16.074, "ALT":13.2, "LAT":34.452602321, "LON":-119.83716253, "TEMP":20, "LRBALANCE":42 }, + { "SECS":140, "KM":0.39357, "WATTS":50, "CAD":66, "KPH":15.6168, "ALT":13.2, "LAT":34.452617492, "LON":-119.8371078, "TEMP":20, "LRBALANCE":52 }, + { "SECS":141, "KM":0.39787, "WATTS":46, "CAD":65, "KPH":15.4584, "ALT":13.2, "LAT":34.452622353, "LON":-119.83705767, "TEMP":20, "LRBALANCE":46 }, + { "SECS":142, "KM":0.40206, "WATTS":34, "CAD":64, "KPH":15.0948, "ALT":13.2, "LAT":34.4526247, "LON":-119.83701082, "TEMP":20, "LRBALANCE":42 }, + { "SECS":143, "KM":0.40616, "WATTS":26, "CAD":62, "KPH":14.7744, "ALT":13.2, "LAT":34.452628556, "LON":-119.83696028, "TEMP":20, "LRBALANCE":44 }, + { "SECS":144, "KM":0.41014, "WATTS":48, "CAD":60, "KPH":14.3064, "ALT":13.2, "LAT":34.452629813, "LON":-119.83691443, "TEMP":20, "LRBALANCE":36 }, + { "SECS":145, "KM":0.41402, "WATTS":111, "CAD":60, "KPH":13.9932, "ALT":13.2, "LAT":34.452627382, "LON":-119.83687277, "TEMP":20, "LRBALANCE":29 }, + { "SECS":146, "KM":0.41788, "WATTS":138, "CAD":61, "KPH":13.8924, "ALT":13.2, "LAT":34.452624114, "LON":-119.83683279, "TEMP":20, "LRBALANCE":42 }, + { "SECS":147, "KM":0.42182, "WATTS":174, "CAD":63, "KPH":14.1732, "ALT":13.2, "LAT":34.452622521, "LON":-119.83679038, "TEMP":20, "LRBALANCE":40 }, + { "SECS":148, "KM":0.42586, "WATTS":148, "CAD":65, "KPH":14.5512, "ALT":13.2, "LAT":34.452619503, "LON":-119.8367509, "TEMP":20, "LRBALANCE":48 }, + { "SECS":149, "KM":0.43006, "WATTS":114, "CAD":66, "KPH":15.1236, "ALT":13.2, "LAT":34.452617827, "LON":-119.83670689, "TEMP":20, "LRBALANCE":50 }, + { "SECS":150, "KM":0.43436, "WATTS":67, "CAD":65, "KPH":15.4584, "ALT":13.2, "LAT":34.452612127, "LON":-119.83666599, "TEMP":20, "LRBALANCE":48 }, + { "SECS":151, "KM":0.43859, "WATTS":80, "CAD":64, "KPH":15.2424, "ALT":13.2, "LAT":34.452611205, "LON":-119.83662374, "TEMP":20, "LRBALANCE":38 }, + { "SECS":152, "KM":0.44274, "WATTS":121, "CAD":64, "KPH":14.9472, "ALT":13.2, "LAT":34.452609445, "LON":-119.83657714, "TEMP":20, "LRBALANCE":48 }, + { "SECS":153, "KM":0.44694, "WATTS":123, "CAD":66, "KPH":15.0948, "ALT":13.2, "LAT":34.45259989, "LON":-119.83653481, "TEMP":20, "LRBALANCE":48 }, + { "SECS":154, "KM":0.45128, "WATTS":119, "CAD":69, "KPH":15.6492, "ALT":13.2, "LAT":34.452596369, "LON":-119.83649324, "TEMP":20, "LRBALANCE":45 }, + { "SECS":155, "KM":0.45573, "WATTS":91, "CAD":70, "KPH":16.0092, "ALT":13.2, "LAT":34.452596118, "LON":-119.83644194, "TEMP":20, "LRBALANCE":53 }, + { "SECS":156, "KM":0.46024, "WATTS":89, "CAD":71, "KPH":16.2468, "ALT":13.2, "LAT":34.452599471, "LON":-119.83638855, "TEMP":20, "LRBALANCE":42 }, + { "SECS":157, "KM":0.46479, "WATTS":86, "CAD":71, "KPH":16.3836, "ALT":13.2, "LAT":34.45260274, "LON":-119.83634144, "TEMP":20, "LRBALANCE":49 }, + { "SECS":158, "KM":0.46935, "WATTS":81, "CAD":71, "KPH":16.3836, "ALT":13.2, "LAT":34.452607517, "LON":-119.83628679, "TEMP":20, "LRBALANCE":49 }, + { "SECS":159, "KM":0.47393, "WATTS":81, "CAD":71, "KPH":16.488, "ALT":13.2, "LAT":34.452609948, "LON":-119.83623407, "TEMP":20, "LRBALANCE":50 }, + { "SECS":160, "KM":0.47849, "WATTS":109, "CAD":71, "KPH":16.4196, "ALT":13.2, "LAT":34.452615899, "LON":-119.8361842, "TEMP":20, "LRBALANCE":41 }, + { "SECS":161, "KM":0.48305, "WATTS":103, "CAD":71, "KPH":16.4196, "ALT":13.2, "LAT":34.452623862, "LON":-119.83613349, "TEMP":20, "LRBALANCE":45 }, + { "SECS":162, "KM":0.48763, "WATTS":100, "CAD":71, "KPH":16.488, "ALT":13.2, "LAT":34.452631406, "LON":-119.83608361, "TEMP":20, "LRBALANCE":42 }, + { "SECS":163, "KM":0.49223, "WATTS":97, "CAD":71, "KPH":16.56, "ALT":13.2, "LAT":34.452638614, "LON":-119.83603307, "TEMP":20, "LRBALANCE":44 }, + { "SECS":164, "KM":0.49687, "WATTS":96, "CAD":72, "KPH":16.632, "ALT":13.2, "LAT":34.452648505, "LON":-119.8359842, "TEMP":20, "LRBALANCE":43 }, + { "SECS":165, "KM":0.50147, "WATTS":86, "CAD":71, "KPH":16.596, "ALT":13.2, "LAT":34.452657809, "LON":-119.83593391, "TEMP":20, "LRBALANCE":42 }, + { "SECS":166, "KM":0.50608, "WATTS":93, "CAD":71, "KPH":16.596, "ALT":13.6, "LAT":34.452666526, "LON":-119.8358879, "TEMP":20, "LRBALANCE":46 }, + { "SECS":167, "KM":0.51069, "WATTS":69, "CAD":71, "KPH":16.632, "ALT":14, "LAT":34.452675914, "LON":-119.83583651, "TEMP":20, "LRBALANCE":46 }, + { "SECS":168, "KM":0.51531, "WATTS":89, "CAD":71, "KPH":16.632, "ALT":14.4, "LAT":34.452684044, "LON":-119.83578782, "TEMP":20, "LRBALANCE":43 }, + { "SECS":169, "KM":0.51987, "WATTS":73, "CAD":71, "KPH":16.4196, "ALT":15, "LAT":34.452691336, "LON":-119.83573887, "TEMP":20, "LRBALANCE":47 }, + { "SECS":170, "KM":0.52442, "WATTS":91, "CAD":71, "KPH":16.3836, "ALT":15.4, "LAT":34.452701395, "LON":-119.83569209, "TEMP":20, "LRBALANCE":38 }, + { "SECS":171, "KM":0.52898, "WATTS":120, "CAD":70, "KPH":16.4196, "ALT":15.4, "LAT":34.452710196, "LON":-119.83564683, "TEMP":20, "LRBALANCE":40 }, + { "SECS":172, "KM":0.53349, "WATTS":96, "CAD":70, "KPH":16.2468, "ALT":15.4, "LAT":34.452722266, "LON":-119.83559788, "TEMP":20, "LRBALANCE":50 }, + { "SECS":173, "KM":0.53806, "WATTS":91, "CAD":71, "KPH":16.4556, "ALT":15.4, "LAT":34.452735677, "LON":-119.83555295, "TEMP":20, "LRBALANCE":43 }, + { "SECS":174, "KM":0.54262, "WATTS":90, "CAD":71, "KPH":16.4196, "ALT":15.4, "LAT":34.452745232, "LON":-119.83551339, "TEMP":20, "LRBALANCE":46 }, + { "SECS":175, "KM":0.54725, "WATTS":101, "CAD":72, "KPH":16.668, "ALT":15.4, "LAT":34.452760319, "LON":-119.83547098, "TEMP":20, "LRBALANCE":46 }, + { "SECS":176, "KM":0.55189, "WATTS":79, "CAD":73, "KPH":16.704, "ALT":15.4, "LAT":34.452772808, "LON":-119.83542999, "TEMP":20, "LRBALANCE":47 }, + { "SECS":177, "KM":0.55656, "WATTS":78, "CAD":72, "KPH":16.7796, "ALT":15.4, "LAT":34.452785381, "LON":-119.83539093, "TEMP":20, "LRBALANCE":41 }, + { "SECS":178, "KM":0.56124, "WATTS":88, "CAD":72, "KPH":16.8516, "ALT":15.4, "LAT":34.452798457, "LON":-119.83534517, "TEMP":20, "LRBALANCE":42 }, + { "SECS":179, "KM":0.56592, "WATTS":86, "CAD":73, "KPH":16.8516, "ALT":15.4, "LAT":34.452807258, "LON":-119.83530485, "TEMP":20, "LRBALANCE":47 }, + { "SECS":180, "KM":0.57063, "WATTS":91, "CAD":73, "KPH":16.9632, "ALT":15.4, "LAT":34.452816897, "LON":-119.83526361, "TEMP":20, "LRBALANCE":45 }, + { "SECS":181, "KM":0.57533, "WATTS":71, "CAD":73, "KPH":16.9272, "ALT":15.4, "LAT":34.452829554, "LON":-119.83521659, "TEMP":20, "LRBALANCE":49 }, + { "SECS":182, "KM":0.58007, "WATTS":81, "CAD":74, "KPH":17.0388, "ALT":15.4, "LAT":34.452847072, "LON":-119.83516848, "TEMP":20, "LRBALANCE":42 }, + { "SECS":183, "KM":0.58486, "WATTS":97, "CAD":73, "KPH":17.2692, "ALT":15.4, "LAT":34.45286392, "LON":-119.83511735, "TEMP":20, "LRBALANCE":44 }, + { "SECS":184, "KM":0.58959, "WATTS":82, "CAD":74, "KPH":17.0388, "ALT":15.4, "LAT":34.452881438, "LON":-119.83506588, "TEMP":19, "LRBALANCE":48 }, + { "SECS":185, "KM":0.59435, "WATTS":84, "CAD":74, "KPH":17.1144, "ALT":15.4, "LAT":34.452907506, "LON":-119.83501467, "TEMP":19, "LRBALANCE":56 }, + { "SECS":186, "KM":0.59911, "WATTS":108, "CAD":74, "KPH":17.154, "ALT":15.4, "LAT":34.452930807, "LON":-119.83496136, "TEMP":19, "LRBALANCE":39 }, + { "SECS":187, "KM":0.60384, "WATTS":100, "CAD":74, "KPH":17.0028, "ALT":15.4, "LAT":34.452952684, "LON":-119.83491224, "TEMP":19, "LRBALANCE":51 }, + { "SECS":188, "KM":0.60865, "WATTS":96, "CAD":75, "KPH":17.3088, "ALT":15.4, "LAT":34.452975651, "LON":-119.83485944, "TEMP":19, "LRBALANCE":46 }, + { "SECS":189, "KM":0.61349, "WATTS":81, "CAD":76, "KPH":17.4276, "ALT":15.4, "LAT":34.452999287, "LON":-119.83480873, "TEMP":19, "LRBALANCE":49 }, + { "SECS":190, "KM":0.61841, "WATTS":71, "CAD":75, "KPH":17.7084, "ALT":15.4, "LAT":34.453020158, "LON":-119.83475927, "TEMP":19, "LRBALANCE":41 }, + { "SECS":191, "KM":0.62327, "WATTS":87, "CAD":75, "KPH":17.4276, "ALT":15.8, "LAT":34.45303776, "LON":-119.83470395, "TEMP":19, "LRBALANCE":44 }, + { "SECS":192, "KM":0.62808, "WATTS":89, "CAD":75, "KPH":17.388, "ALT":16.2, "LAT":34.453056117, "LON":-119.83464972, "TEMP":19, "LRBALANCE":46 }, + { "SECS":193, "KM":0.63291, "WATTS":90, "CAD":75, "KPH":17.388, "ALT":16.6, "LAT":34.453069025, "LON":-119.83460018, "TEMP":19, "LRBALANCE":47 }, + { "SECS":194, "KM":0.63773, "WATTS":103, "CAD":75, "KPH":17.3484, "ALT":17, "LAT":34.453081346, "LON":-119.83454503, "TEMP":19, "LRBALANCE":47 }, + { "SECS":195, "KM":0.64256, "WATTS":107, "CAD":75, "KPH":17.388, "ALT":17.4, "LAT":34.453091069, "LON":-119.8344934, "TEMP":19, "LRBALANCE":46 }, + { "SECS":196, "KM":0.64744, "WATTS":111, "CAD":75, "KPH":17.586, "ALT":17.4, "LAT":34.453098697, "LON":-119.83444696, "TEMP":19, "LRBALANCE":46 }, + { "SECS":197, "KM":0.65224, "WATTS":85, "CAD":75, "KPH":17.2692, "ALT":17.4, "LAT":34.4530992, "LON":-119.83440715, "TEMP":19, "LRBALANCE":57 }, + { "SECS":198, "KM":0.65712, "WATTS":81, "CAD":74, "KPH":17.586, "ALT":17.4, "LAT":34.453111437, "LON":-119.8343634, "TEMP":19, "LRBALANCE":38 }, + { "SECS":199, "KM":0.66189, "WATTS":81, "CAD":74, "KPH":17.154, "ALT":17.4, "LAT":34.45312225, "LON":-119.83433112, "TEMP":19, "LRBALANCE":38 }, + { "SECS":200, "KM":0.66656, "WATTS":81, "CAD":74, "KPH":16.8156, "ALT":17.4, "LAT":34.453141445, "LON":-119.83429391, "TEMP":19, "LRBALANCE":38 }, + { "SECS":201, "KM":0.67103, "WATTS":0, "CAD":18, "KPH":16.11, "ALT":17.4, "LAT":34.453154939, "LON":-119.83426667, "TEMP":19, "LRBALANCE":0 }, + { "SECS":202, "KM":0.67533, "WATTS":102, "CAD":16, "KPH":15.4584, "ALT":17.4, "LAT":34.453170278, "LON":-119.83424722, "TEMP":19, "LRBALANCE":0 }, + { "SECS":203, "KM":0.67941, "WATTS":118, "CAD":64, "KPH":14.688, "ALT":17.4, "LAT":34.453187042, "LON":-119.83422317, "TEMP":19, "LRBALANCE":50 }, + { "SECS":204, "KM":0.68358, "WATTS":126, "CAD":65, "KPH":15.0048, "ALT":17.4, "LAT":34.453199866, "LON":-119.83419785, "TEMP":19, "LRBALANCE":44 }, + { "SECS":205, "KM":0.68777, "WATTS":105, "CAD":66, "KPH":15.0948, "ALT":17.4, "LAT":34.453217888, "LON":-119.83416508, "TEMP":19, "LRBALANCE":41 }, + { "SECS":206, "KM":0.6921, "WATTS":101, "CAD":68, "KPH":15.5844, "ALT":17.4, "LAT":34.453237585, "LON":-119.83413331, "TEMP":19, "LRBALANCE":46 }, + { "SECS":207, "KM":0.69647, "WATTS":89, "CAD":68, "KPH":15.7464, "ALT":17.4, "LAT":34.453251331, "LON":-119.83410951, "TEMP":19, "LRBALANCE":46 }, + { "SECS":208, "KM":0.70089, "WATTS":81, "CAD":69, "KPH":15.9084, "ALT":17.4, "LAT":34.453267676, "LON":-119.8340852, "TEMP":19, "LRBALANCE":49 }, + { "SECS":209, "KM":0.70535, "WATTS":78, "CAD":69, "KPH":16.0416, "ALT":17.4, "LAT":34.453292151, "LON":-119.83404103, "TEMP":19, "LRBALANCE":38 }, + { "SECS":210, "KM":0.70982, "WATTS":76, "CAD":69, "KPH":16.0092, "ALT":17.4, "LAT":34.453310675, "LON":-119.83400649, "TEMP":19, "LRBALANCE":49 }, + { "SECS":211, "KM":0.71429, "WATTS":83, "CAD":68, "KPH":16.1784, "ALT":17.4, "LAT":34.45333163, "LON":-119.83397054, "TEMP":19, "LRBALANCE":42 }, + { "SECS":212, "KM":0.71872, "WATTS":76, "CAD":68, "KPH":15.9732, "ALT":17.4, "LAT":34.453353004, "LON":-119.83392988, "TEMP":19, "LRBALANCE":39 }, + { "SECS":213, "KM":0.72313, "WATTS":82, "CAD":68, "KPH":15.8436, "ALT":17.4, "LAT":34.453372115, "LON":-119.8338894, "TEMP":19, "LRBALANCE":44 }, + { "SECS":214, "KM":0.72753, "WATTS":76, "CAD":68, "KPH":15.8436, "ALT":17.4, "LAT":34.453385945, "LON":-119.83384456, "TEMP":19, "LRBALANCE":49 }, + { "SECS":215, "KM":0.73192, "WATTS":93, "CAD":69, "KPH":15.8112, "ALT":17.4, "LAT":34.453403044, "LON":-119.83379636, "TEMP":19, "LRBALANCE":44 }, + { "SECS":216, "KM":0.73637, "WATTS":91, "CAD":70, "KPH":16.0092, "ALT":17.4, "LAT":34.453419305, "LON":-119.83375277, "TEMP":19, "LRBALANCE":46 }, + { "SECS":217, "KM":0.74088, "WATTS":86, "CAD":69, "KPH":16.2468, "ALT":17.4, "LAT":34.453432297, "LON":-119.83369838, "TEMP":19, "LRBALANCE":42 }, + { "SECS":218, "KM":0.74537, "WATTS":100, "CAD":69, "KPH":16.1784, "ALT":17.4, "LAT":34.453445708, "LON":-119.8336428, "TEMP":19, "LRBALANCE":48 }, + { "SECS":219, "KM":0.74985, "WATTS":127, "CAD":70, "KPH":16.11, "ALT":17.4, "LAT":34.453455012, "LON":-119.83358195, "TEMP":19, "LRBALANCE":48 }, + { "SECS":220, "KM":0.75439, "WATTS":121, "CAD":71, "KPH":16.3476, "ALT":17.4, "LAT":34.453458029, "LON":-119.83352076, "TEMP":19, "LRBALANCE":49 }, + { "SECS":221, "KM":0.75901, "WATTS":112, "CAD":74, "KPH":16.632, "ALT":17.4, "LAT":34.453460627, "LON":-119.83345589, "TEMP":19, "LRBALANCE":55 }, + { "SECS":222, "KM":0.76375, "WATTS":103, "CAD":74, "KPH":17.0784, "ALT":17.4, "LAT":34.453461549, "LON":-119.83339386, "TEMP":19, "LRBALANCE":45 }, + { "SECS":223, "KM":0.76853, "WATTS":105, "CAD":74, "KPH":17.1936, "ALT":17.4, "LAT":34.453459286, "LON":-119.83333611, "TEMP":19, "LRBALANCE":44 }, + { "SECS":224, "KM":0.7733, "WATTS":114, "CAD":74, "KPH":17.1936, "ALT":17.4, "LAT":34.45345761, "LON":-119.83327962, "TEMP":19, "LRBALANCE":42 }, + { "SECS":225, "KM":0.7781, "WATTS":134, "CAD":75, "KPH":17.2692, "ALT":17.4, "LAT":34.453456353, "LON":-119.83322354, "TEMP":19, "LRBALANCE":44 }, + { "SECS":226, "KM":0.78295, "WATTS":94, "CAD":76, "KPH":17.4672, "ALT":17.4, "LAT":34.453457275, "LON":-119.83316638, "TEMP":19, "LRBALANCE":49 }, + { "SECS":227, "KM":0.78784, "WATTS":90, "CAD":76, "KPH":17.586, "ALT":17.4, "LAT":34.453457694, "LON":-119.83311047, "TEMP":19, "LRBALANCE":45 }, + { "SECS":228, "KM":0.79271, "WATTS":88, "CAD":75, "KPH":17.5464, "ALT":17.4, "LAT":34.453460376, "LON":-119.83305305, "TEMP":19, "LRBALANCE":44 }, + { "SECS":229, "KM":0.79757, "WATTS":77, "CAD":75, "KPH":17.4276, "ALT":17.4, "LAT":34.453461298, "LON":-119.83300117, "TEMP":19, "LRBALANCE":43 }, + { "SECS":230, "KM":0.80238, "WATTS":79, "CAD":74, "KPH":17.388, "ALT":17.4, "LAT":34.453462974, "LON":-119.8329466, "TEMP":19, "LRBALANCE":44 }, + { "SECS":231, "KM":0.80718, "WATTS":76, "CAD":74, "KPH":17.2692, "ALT":17.4, "LAT":34.453464315, "LON":-119.83289723, "TEMP":19, "LRBALANCE":49 }, + { "SECS":232, "KM":0.81196, "WATTS":84, "CAD":74, "KPH":17.1936, "ALT":17.4, "LAT":34.453464818, "LON":-119.83285004, "TEMP":19, "LRBALANCE":43 }, + { "SECS":233, "KM":0.81672, "WATTS":109, "CAD":74, "KPH":17.154, "ALT":17.4, "LAT":34.45347035, "LON":-119.83279673, "TEMP":19, "LRBALANCE":41 }, + { "SECS":234, "KM":0.82145, "WATTS":109, "CAD":74, "KPH":17.0388, "ALT":17.4, "LAT":34.453481582, "LON":-119.8327451, "TEMP":19, "LRBALANCE":46 }, + { "SECS":235, "KM":0.82625, "WATTS":118, "CAD":74, "KPH":17.2692, "ALT":17.4, "LAT":34.45348921, "LON":-119.83270193, "TEMP":19, "LRBALANCE":42 }, + { "SECS":236, "KM":0.83104, "WATTS":122, "CAD":75, "KPH":17.2296, "ALT":17.4, "LAT":34.453505722, "LON":-119.83264653, "TEMP":19, "LRBALANCE":45 }, + { "SECS":237, "KM":0.83588, "WATTS":121, "CAD":76, "KPH":17.4276, "ALT":17.4, "LAT":34.453522318, "LON":-119.83259683, "TEMP":19, "LRBALANCE":46 }, + { "SECS":238, "KM":0.8408, "WATTS":109, "CAD":77, "KPH":17.7084, "ALT":17.4, "LAT":34.45354168, "LON":-119.83254762, "TEMP":19, "LRBALANCE":44 }, + { "SECS":239, "KM":0.84573, "WATTS":101, "CAD":77, "KPH":17.748, "ALT":17.4, "LAT":34.45355945, "LON":-119.8325011, "TEMP":19, "LRBALANCE":45 }, + { "SECS":240, "KM":0.85068, "WATTS":103, "CAD":77, "KPH":17.8308, "ALT":17.4, "LAT":34.453575879, "LON":-119.83245274, "TEMP":19, "LRBALANCE":42 }, + { "SECS":241, "KM":0.85566, "WATTS":104, "CAD":77, "KPH":17.9136, "ALT":17.4, "LAT":34.453587865, "LON":-119.83240899, "TEMP":19, "LRBALANCE":42 }, + { "SECS":242, "KM":0.86063, "WATTS":98, "CAD":78, "KPH":17.9136, "ALT":17.4, "LAT":34.45359675, "LON":-119.83236507, "TEMP":19, "LRBALANCE":42 }, + { "SECS":243, "KM":0.86562, "WATTS":99, "CAD":78, "KPH":17.9568, "ALT":17.4, "LAT":34.453611921, "LON":-119.83231486, "TEMP":19, "LRBALANCE":41 }, + { "SECS":244, "KM":0.87063, "WATTS":86, "CAD":78, "KPH":18.0432, "ALT":17.4, "LAT":34.453620638, "LON":-119.83227228, "TEMP":19, "LRBALANCE":47 }, + { "SECS":245, "KM":0.87569, "WATTS":82, "CAD":79, "KPH":18.2124, "ALT":17.8, "LAT":34.453629607, "LON":-119.83222509, "TEMP":19, "LRBALANCE":45 }, + { "SECS":246, "KM":0.88075, "WATTS":80, "CAD":78, "KPH":18.2124, "ALT":18.2, "LAT":34.453641844, "LON":-119.83217438, "TEMP":19, "LRBALANCE":41 }, + { "SECS":247, "KM":0.8858, "WATTS":90, "CAD":78, "KPH":18.1692, "ALT":18.6, "LAT":34.453652908, "LON":-119.83212484, "TEMP":19, "LRBALANCE":38 }, + { "SECS":248, "KM":0.89083, "WATTS":76, "CAD":77, "KPH":18.0432, "ALT":19.2, "LAT":34.453665146, "LON":-119.83207505, "TEMP":19, "LRBALANCE":45 }, + { "SECS":249, "KM":0.89581, "WATTS":81, "CAD":76, "KPH":18, "ALT":19.6, "LAT":34.453677467, "LON":-119.832023, "TEMP":19, "LRBALANCE":40 }, + { "SECS":250, "KM":0.90072, "WATTS":83, "CAD":76, "KPH":17.6688, "ALT":19.6, "LAT":34.453684843, "LON":-119.8319707, "TEMP":19, "LRBALANCE":44 }, + { "SECS":251, "KM":0.90563, "WATTS":87, "CAD":77, "KPH":17.6688, "ALT":19.6, "LAT":34.453696829, "LON":-119.8319137, "TEMP":19, "LRBALANCE":49 }, + { "SECS":252, "KM":0.91058, "WATTS":75, "CAD":75, "KPH":17.8308, "ALT":19.6, "LAT":34.453704206, "LON":-119.83185947, "TEMP":19, "LRBALANCE":44 }, + { "SECS":253, "KM":0.91542, "WATTS":98, "CAD":75, "KPH":17.4276, "ALT":19.6, "LAT":34.453714515, "LON":-119.83180205, "TEMP":19, "LRBALANCE":46 }, + { "SECS":254, "KM":0.92027, "WATTS":104, "CAD":74, "KPH":17.4672, "ALT":19.6, "LAT":34.45372231, "LON":-119.83174623, "TEMP":19, "LRBALANCE":50 }, + { "SECS":255, "KM":0.92508, "WATTS":133, "CAD":75, "KPH":17.3088, "ALT":19.6, "LAT":34.453726585, "LON":-119.83169041, "TEMP":19, "LRBALANCE":47 }, + { "SECS":256, "KM":0.92989, "WATTS":189, "CAD":74, "KPH":17.1936, "ALT":19.6, "LAT":34.453729016, "LON":-119.83163886, "TEMP":19, "LRBALANCE":45 }, + { "SECS":257, "KM":0.93462, "WATTS":200, "CAD":74, "KPH":17.154, "ALT":19.6, "LAT":34.453733123, "LON":-119.83158513, "TEMP":19, "LRBALANCE":46 }, + { "SECS":258, "KM":0.93937, "WATTS":221, "CAD":73, "KPH":17.1144, "ALT":19.6, "LAT":34.453737146, "LON":-119.83153375, "TEMP":19, "LRBALANCE":46 }, + { "SECS":259, "KM":0.94411, "WATTS":216, "CAD":73, "KPH":17.0388, "ALT":19.6, "LAT":34.453741337, "LON":-119.8314827, "TEMP":19, "LRBALANCE":47 }, + { "SECS":260, "KM":0.94883, "WATTS":207, "CAD":72, "KPH":17.0028, "ALT":19.6, "LAT":34.453744606, "LON":-119.83143157, "TEMP":19, "LRBALANCE":45 }, + { "SECS":261, "KM":0.95351, "WATTS":166, "CAD":71, "KPH":16.8516, "ALT":19.6, "LAT":34.453746534, "LON":-119.83138137, "TEMP":19, "LRBALANCE":45 }, + { "SECS":262, "KM":0.95814, "WATTS":119, "CAD":70, "KPH":16.668, "ALT":20, "LAT":34.453749887, "LON":-119.831332, "TEMP":19, "LRBALANCE":53 }, + { "SECS":263, "KM":0.96265, "WATTS":99, "CAD":71, "KPH":16.2468, "ALT":20.4, "LAT":34.453748713, "LON":-119.83128774, "TEMP":19, "LRBALANCE":32 }, + { "SECS":264, "KM":0.967, "WATTS":136, "CAD":70, "KPH":15.6492, "ALT":20.8, "LAT":34.453750055, "LON":-119.83124105, "TEMP":19, "LRBALANCE":46 }, + { "SECS":265, "KM":0.97115, "WATTS":208, "CAD":70, "KPH":14.9472, "ALT":21.2, "LAT":34.453747875, "LON":-119.83119755, "TEMP":19, "LRBALANCE":41 }, + { "SECS":266, "KM":0.97527, "WATTS":169, "CAD":72, "KPH":14.8032, "ALT":21.6, "LAT":34.453742846, "LON":-119.83114994, "TEMP":19, "LRBALANCE":73 }, + { "SECS":267, "KM":0.97937, "WATTS":157, "CAD":71, "KPH":14.7456, "ALT":21.6, "LAT":34.453739242, "LON":-119.83111046, "TEMP":19, "LRBALANCE":41 }, + { "SECS":268, "KM":0.98321, "WATTS":106, "CAD":67, "KPH":13.8672, "ALT":22, "LAT":34.45373941, "LON":-119.83106562, "TEMP":19, "LRBALANCE":48 }, + { "SECS":269, "KM":0.98687, "WATTS":73, "CAD":65, "KPH":13.176, "ALT":22.4, "LAT":34.453736644, "LON":-119.8310243, "TEMP":19, "LRBALANCE":49 }, + { "SECS":270, "KM":0.99043, "WATTS":63, "CAD":62, "KPH":12.8016, "ALT":22.8, "LAT":34.453733961, "LON":-119.83098373, "TEMP":19, "LRBALANCE":43 }, + { "SECS":271, "KM":0.99384, "WATTS":45, "CAD":58, "KPH":12.2688, "ALT":23.2, "LAT":34.453732872, "LON":-119.83094743, "TEMP":19, "LRBALANCE":45 }, + { "SECS":272, "KM":0.99715, "WATTS":45, "CAD":56, "KPH":11.9052, "ALT":23.6, "LAT":34.45373438, "LON":-119.83091357, "TEMP":19, "LRBALANCE":45 }, + { "SECS":273, "KM":1.00012, "WATTS":46, "CAD":53, "KPH":10.7244, "ALT":23.6, "LAT":34.453735219, "LON":-119.83088281, "TEMP":19, "LRBALANCE":33 }, + { "SECS":274, "KM":1.00298, "WATTS":46, "CAD":53, "KPH":10.2924, "ALT":23.6, "LAT":34.45373832, "LON":-119.83084937, "TEMP":19, "LRBALANCE":33 }, + { "SECS":275, "KM":1.00596, "WATTS":46, "CAD":53, "KPH":10.7244, "ALT":23.6, "LAT":34.453740164, "LON":-119.83081584, "TEMP":19, "LRBALANCE":33 }, + { "SECS":276, "KM":1.00894, "WATTS":0, "CAD":13, "KPH":10.71, "ALT":23.6, "LAT":34.453744271, "LON":-119.83078357, "TEMP":19, "LRBALANCE":0 }, + { "SECS":277, "KM":1.01199, "WATTS":80, "CAD":16, "KPH":10.9836, "ALT":23.6, "LAT":34.453751647, "LON":-119.83074694, "TEMP":19, "LRBALANCE":0 }, + { "SECS":278, "KM":1.01526, "WATTS":80, "CAD":66, "KPH":11.7792, "ALT":23.6, "LAT":34.453759694, "LON":-119.83070771, "TEMP":19, "LRBALANCE":60 }, + { "SECS":279, "KM":1.01886, "WATTS":148, "CAD":71, "KPH":12.9744, "ALT":23.6, "LAT":34.453773189, "LON":-119.83066622, "TEMP":19, "LRBALANCE":46 }, + { "SECS":280, "KM":1.02272, "WATTS":152, "CAD":76, "KPH":13.8672, "ALT":23.6, "LAT":34.453787857, "LON":-119.83063018, "TEMP":19, "LRBALANCE":47 }, + { "SECS":281, "KM":1.02682, "WATTS":179, "CAD":76, "KPH":14.7744, "ALT":23.6, "LAT":34.453811745, "LON":-119.83059657, "TEMP":19, "LRBALANCE":47 }, + { "SECS":282, "KM":1.03096, "WATTS":189, "CAD":74, "KPH":14.8896, "ALT":23.6, "LAT":34.453836221, "LON":-119.83056371, "TEMP":19, "LRBALANCE":42 }, + { "SECS":283, "KM":1.03505, "WATTS":184, "CAD":73, "KPH":14.7456, "ALT":23.6, "LAT":34.453865222, "LON":-119.83053639, "TEMP":19, "LRBALANCE":45 }, + { "SECS":284, "KM":1.03903, "WATTS":184, "CAD":69, "KPH":14.3064, "ALT":23.6, "LAT":34.453896738, "LON":-119.83051786, "TEMP":19, "LRBALANCE":48 }, + { "SECS":285, "KM":1.04275, "WATTS":204, "CAD":67, "KPH":13.4064, "ALT":23.6, "LAT":34.453928338, "LON":-119.83049816, "TEMP":19, "LRBALANCE":49 }, + { "SECS":286, "KM":1.04644, "WATTS":248, "CAD":66, "KPH":13.266, "ALT":23.6, "LAT":34.453960189, "LON":-119.83048291, "TEMP":19, "LRBALANCE":48 }, + { "SECS":287, "KM":1.05001, "WATTS":227, "CAD":65, "KPH":12.8664, "ALT":23.6, "LAT":34.453991956, "LON":-119.83046874, "TEMP":19, "LRBALANCE":48 }, + { "SECS":288, "KM":1.05357, "WATTS":215, "CAD":65, "KPH":12.8016, "ALT":23.6, "LAT":34.454024143, "LON":-119.83045382, "TEMP":19, "LRBALANCE":50 }, + { "SECS":289, "KM":1.05708, "WATTS":232, "CAD":65, "KPH":12.654, "ALT":23.6, "LAT":34.45405524, "LON":-119.83044058, "TEMP":19, "LRBALANCE":48 }, + { "SECS":290, "KM":1.06058, "WATTS":245, "CAD":64, "KPH":12.5892, "ALT":24, "LAT":34.45408466, "LON":-119.83042675, "TEMP":19, "LRBALANCE":48 }, + { "SECS":291, "KM":1.06404, "WATTS":234, "CAD":64, "KPH":12.4668, "ALT":24.4, "LAT":34.454114081, "LON":-119.83041133, "TEMP":19, "LRBALANCE":47 }, + { "SECS":292, "KM":1.0675, "WATTS":273, "CAD":65, "KPH":12.4668, "ALT":25, "LAT":34.454140232, "LON":-119.8303975, "TEMP":19, "LRBALANCE":49 }, + { "SECS":293, "KM":1.07104, "WATTS":284, "CAD":67, "KPH":12.7368, "ALT":25.4, "LAT":34.454171245, "LON":-119.83038233, "TEMP":18, "LRBALANCE":48 }, + { "SECS":294, "KM":1.07465, "WATTS":282, "CAD":66, "KPH":12.996, "ALT":25.8, "LAT":34.454201336, "LON":-119.83037042, "TEMP":18, "LRBALANCE":48 }, + { "SECS":295, "KM":1.07826, "WATTS":269, "CAD":65, "KPH":12.996, "ALT":25.8, "LAT":34.45422732, "LON":-119.83035961, "TEMP":18, "LRBALANCE":48 }, + { "SECS":296, "KM":1.08183, "WATTS":265, "CAD":64, "KPH":12.8448, "ALT":26.2, "LAT":34.454256154, "LON":-119.83034763, "TEMP":18, "LRBALANCE":50 }, + { "SECS":297, "KM":1.0853, "WATTS":235, "CAD":62, "KPH":12.51, "ALT":26.6, "LAT":34.454284401, "LON":-119.83033815, "TEMP":18, "LRBALANCE":50 }, + { "SECS":298, "KM":1.08866, "WATTS":234, "CAD":59, "KPH":12.0744, "ALT":27.2, "LAT":34.454309379, "LON":-119.83032868, "TEMP":18, "LRBALANCE":48 }, + { "SECS":299, "KM":1.09192, "WATTS":275, "CAD":58, "KPH":11.7432, "ALT":27.6, "LAT":34.454337123, "LON":-119.83031804, "TEMP":18, "LRBALANCE":49 }, + { "SECS":300, "KM":1.09508, "WATTS":282, "CAD":58, "KPH":11.358, "ALT":27.6, "LAT":34.454365789, "LON":-119.83030781, "TEMP":18, "LRBALANCE":51 }, + { "SECS":301, "KM":1.09823, "WATTS":263, "CAD":58, "KPH":11.358, "ALT":28.2, "LAT":34.45439127, "LON":-119.8302965, "TEMP":18, "LRBALANCE":50 }, + { "SECS":302, "KM":1.1014, "WATTS":273, "CAD":57, "KPH":11.394, "ALT":28.2, "LAT":34.454417254, "LON":-119.83028426, "TEMP":18, "LRBALANCE":50 }, + { "SECS":303, "KM":1.10447, "WATTS":267, "CAD":56, "KPH":11.0808, "ALT":28.6, "LAT":34.454443657, "LON":-119.83027252, "TEMP":18, "LRBALANCE":50 }, + { "SECS":304, "KM":1.1075, "WATTS":270, "CAD":56, "KPH":10.89, "ALT":29, "LAT":34.454468132, "LON":-119.83026397, "TEMP":18, "LRBALANCE":50 }, + { "SECS":305, "KM":1.1105, "WATTS":262, "CAD":56, "KPH":10.8, "ALT":29.4, "LAT":34.454493781, "LON":-119.83025216, "TEMP":18, "LRBALANCE":50 }, + { "SECS":306, "KM":1.11351, "WATTS":278, "CAD":56, "KPH":10.8468, "ALT":29.8, "LAT":34.454519262, "LON":-119.83024126, "TEMP":18, "LRBALANCE":50 }, + { "SECS":307, "KM":1.11654, "WATTS":266, "CAD":57, "KPH":10.908, "ALT":30.2, "LAT":34.454543737, "LON":-119.83023087, "TEMP":18, "LRBALANCE":50 }, + { "SECS":308, "KM":1.11959, "WATTS":250, "CAD":58, "KPH":10.9836, "ALT":30.2, "LAT":34.454569805, "LON":-119.83021796, "TEMP":18, "LRBALANCE":49 }, + { "SECS":309, "KM":1.12274, "WATTS":250, "CAD":58, "KPH":11.3436, "ALT":30.2, "LAT":34.454595872, "LON":-119.8302074, "TEMP":18, "LRBALANCE":47 }, + { "SECS":310, "KM":1.1259, "WATTS":250, "CAD":58, "KPH":11.358, "ALT":30.2, "LAT":34.454621605, "LON":-119.83019927, "TEMP":18, "LRBALANCE":49 }, + { "SECS":311, "KM":1.12904, "WATTS":246, "CAD":58, "KPH":11.3076, "ALT":30.6, "LAT":34.454645996, "LON":-119.83018854, "TEMP":18, "LRBALANCE":51 }, + { "SECS":312, "KM":1.13215, "WATTS":247, "CAD":57, "KPH":11.1924, "ALT":31, "LAT":34.45467131, "LON":-119.83018133, "TEMP":18, "LRBALANCE":51 }, + { "SECS":313, "KM":1.13524, "WATTS":244, "CAD":57, "KPH":11.1132, "ALT":31.4, "LAT":34.454695952, "LON":-119.83017378, "TEMP":18, "LRBALANCE":50 }, + { "SECS":314, "KM":1.13836, "WATTS":241, "CAD":57, "KPH":11.2608, "ALT":31.8, "LAT":34.454719925, "LON":-119.83016314, "TEMP":18, "LRBALANCE":50 }, + { "SECS":315, "KM":1.14145, "WATTS":235, "CAD":56, "KPH":11.1132, "ALT":32.2, "LAT":34.454744986, "LON":-119.83015367, "TEMP":18, "LRBALANCE":48 }, + { "SECS":316, "KM":1.14447, "WATTS":236, "CAD":55, "KPH":10.8612, "ALT":32.2, "LAT":34.454771641, "LON":-119.83014353, "TEMP":18, "LRBALANCE":49 }, + { "SECS":317, "KM":1.14745, "WATTS":240, "CAD":55, "KPH":10.7388, "ALT":32.2, "LAT":34.454799134, "LON":-119.83013799, "TEMP":18, "LRBALANCE":51 }, + { "SECS":318, "KM":1.15043, "WATTS":232, "CAD":56, "KPH":10.71, "ALT":32.2, "LAT":34.454825704, "LON":-119.83012953, "TEMP":18, "LRBALANCE":51 }, + { "SECS":319, "KM":1.15351, "WATTS":201, "CAD":56, "KPH":11.0952, "ALT":32.6, "LAT":34.454852023, "LON":-119.83012148, "TEMP":18, "LRBALANCE":48 }, + { "SECS":320, "KM":1.15658, "WATTS":215, "CAD":55, "KPH":11.0628, "ALT":33, "LAT":34.454878091, "LON":-119.83011142, "TEMP":18, "LRBALANCE":48 }, + { "SECS":321, "KM":1.15951, "WATTS":246, "CAD":55, "KPH":10.5624, "ALT":33.4, "LAT":34.454904326, "LON":-119.83010514, "TEMP":18, "LRBALANCE":48 }, + { "SECS":322, "KM":1.16249, "WATTS":249, "CAD":56, "KPH":10.71, "ALT":34, "LAT":34.454930646, "LON":-119.83009323, "TEMP":18, "LRBALANCE":48 }, + { "SECS":323, "KM":1.16551, "WATTS":257, "CAD":56, "KPH":10.8756, "ALT":34.4, "LAT":34.454956881, "LON":-119.83008427, "TEMP":18, "LRBALANCE":47 }, + { "SECS":324, "KM":1.16853, "WATTS":224, "CAD":57, "KPH":10.8468, "ALT":34.4, "LAT":34.454984625, "LON":-119.83007873, "TEMP":18, "LRBALANCE":50 }, + { "SECS":325, "KM":1.17158, "WATTS":218, "CAD":57, "KPH":11.0016, "ALT":34.4, "LAT":34.455012118, "LON":-119.83007471, "TEMP":18, "LRBALANCE":47 }, + { "SECS":326, "KM":1.17467, "WATTS":226, "CAD":57, "KPH":11.1276, "ALT":34.4, "LAT":34.455039191, "LON":-119.83007002, "TEMP":18, "LRBALANCE":48 }, + { "SECS":327, "KM":1.17775, "WATTS":226, "CAD":57, "KPH":11.0952, "ALT":34.4, "LAT":34.455066349, "LON":-119.83006323, "TEMP":18, "LRBALANCE":50 }, + { "SECS":328, "KM":1.18086, "WATTS":225, "CAD":57, "KPH":11.178, "ALT":34.8, "LAT":34.45509359, "LON":-119.83006088, "TEMP":18, "LRBALANCE":49 }, + { "SECS":329, "KM":1.18395, "WATTS":212, "CAD":56, "KPH":11.1456, "ALT":35.2, "LAT":34.455120328, "LON":-119.83005761, "TEMP":18, "LRBALANCE":46 }, + { "SECS":330, "KM":1.18703, "WATTS":200, "CAD":55, "KPH":11.0808, "ALT":35.6, "LAT":34.455148659, "LON":-119.83005267, "TEMP":18, "LRBALANCE":49 }, + { "SECS":331, "KM":1.19004, "WATTS":207, "CAD":53, "KPH":10.8144, "ALT":36, "LAT":34.455176403, "LON":-119.83004881, "TEMP":18, "LRBALANCE":45 }, + { "SECS":332, "KM":1.19289, "WATTS":223, "CAD":52, "KPH":10.278, "ALT":36.4, "LAT":34.455202303, "LON":-119.83004177, "TEMP":18, "LRBALANCE":47 }, + { "SECS":333, "KM":1.19573, "WATTS":231, "CAD":52, "KPH":10.2384, "ALT":36.4, "LAT":34.455229544, "LON":-119.83003733, "TEMP":18, "LRBALANCE":51 }, + { "SECS":334, "KM":1.19857, "WATTS":214, "CAD":53, "KPH":10.2096, "ALT":36.4, "LAT":34.455256618, "LON":-119.83003288, "TEMP":18, "LRBALANCE":51 }, + { "SECS":335, "KM":1.20144, "WATTS":225, "CAD":53, "KPH":10.3464, "ALT":36.8, "LAT":34.455283021, "LON":-119.83002735, "TEMP":18, "LRBALANCE":50 }, + { "SECS":336, "KM":1.20428, "WATTS":225, "CAD":53, "KPH":10.1952, "ALT":37.2, "LAT":34.455308837, "LON":-119.83002241, "TEMP":18, "LRBALANCE":50 }, + { "SECS":337, "KM":1.20716, "WATTS":219, "CAD":53, "KPH":10.3752, "ALT":37.6, "LAT":34.455335324, "LON":-119.83001855, "TEMP":18, "LRBALANCE":51 }, + { "SECS":338, "KM":1.21003, "WATTS":214, "CAD":54, "KPH":10.3464, "ALT":38, "LAT":34.455360302, "LON":-119.83001889, "TEMP":18, "LRBALANCE":51 }, + { "SECS":339, "KM":1.21293, "WATTS":214, "CAD":54, "KPH":10.4184, "ALT":38.4, "LAT":34.455385783, "LON":-119.83001872, "TEMP":18, "LRBALANCE":50 }, + { "SECS":340, "KM":1.21584, "WATTS":190, "CAD":55, "KPH":10.5048, "ALT":38.4, "LAT":34.455410761, "LON":-119.83002023, "TEMP":18, "LRBALANCE":50 }, + { "SECS":341, "KM":1.21884, "WATTS":187, "CAD":53, "KPH":10.8, "ALT":38.4, "LAT":34.455435907, "LON":-119.83002207, "TEMP":18, "LRBALANCE":44 }, + { "SECS":342, "KM":1.22171, "WATTS":198, "CAD":53, "KPH":10.3068, "ALT":38.4, "LAT":34.455458622, "LON":-119.83002677, "TEMP":18, "LRBALANCE":53 }, + { "SECS":343, "KM":1.22458, "WATTS":209, "CAD":53, "KPH":10.3464, "ALT":38.4, "LAT":34.455483181, "LON":-119.83003087, "TEMP":18, "LRBALANCE":46 }, + { "SECS":344, "KM":1.22744, "WATTS":233, "CAD":53, "KPH":10.2924, "ALT":38.4, "LAT":34.45550774, "LON":-119.83003037, "TEMP":18, "LRBALANCE":46 }, + { "SECS":345, "KM":1.23033, "WATTS":245, "CAD":54, "KPH":10.3896, "ALT":38.4, "LAT":34.455532885, "LON":-119.83003188, "TEMP":18, "LRBALANCE":48 }, + { "SECS":346, "KM":1.23322, "WATTS":254, "CAD":56, "KPH":10.4328, "ALT":38.4, "LAT":34.45556021, "LON":-119.83003171, "TEMP":18, "LRBALANCE":50 }, + { "SECS":347, "KM":1.23628, "WATTS":254, "CAD":57, "KPH":10.9836, "ALT":38.8, "LAT":34.455588038, "LON":-119.83003364, "TEMP":18, "LRBALANCE":51 }, + { "SECS":348, "KM":1.23938, "WATTS":224, "CAD":58, "KPH":11.178, "ALT":39.4, "LAT":34.45561595, "LON":-119.83003733, "TEMP":18, "LRBALANCE":52 }, + { "SECS":349, "KM":1.24251, "WATTS":205, "CAD":57, "KPH":11.2752, "ALT":39.8, "LAT":34.455643946, "LON":-119.83004127, "TEMP":18, "LRBALANCE":51 }, + { "SECS":350, "KM":1.24559, "WATTS":209, "CAD":57, "KPH":11.0628, "ALT":40.2, "LAT":34.455672276, "LON":-119.83004571, "TEMP":18, "LRBALANCE":50 }, + { "SECS":351, "KM":1.24863, "WATTS":234, "CAD":56, "KPH":10.9548, "ALT":40.8, "LAT":34.455700356, "LON":-119.83005309, "TEMP":18, "LRBALANCE":48 }, + { "SECS":352, "KM":1.25168, "WATTS":223, "CAD":56, "KPH":11.0016, "ALT":40.8, "LAT":34.455728938, "LON":-119.83005753, "TEMP":18, "LRBALANCE":51 }, + { "SECS":353, "KM":1.25474, "WATTS":218, "CAD":53, "KPH":11.0016, "ALT":40.8, "LAT":34.455755257, "LON":-119.83006138, "TEMP":18, "LRBALANCE":50 }, + { "SECS":354, "KM":1.25763, "WATTS":233, "CAD":52, "KPH":10.404, "ALT":40.8, "LAT":34.455781912, "LON":-119.83006633, "TEMP":18, "LRBALANCE":48 }, + { "SECS":355, "KM":1.26046, "WATTS":240, "CAD":52, "KPH":10.1844, "ALT":41.2, "LAT":34.455811081, "LON":-119.83007446, "TEMP":18, "LRBALANCE":47 }, + { "SECS":356, "KM":1.26325, "WATTS":245, "CAD":53, "KPH":10.062, "ALT":41.6, "LAT":34.455837484, "LON":-119.83008008, "TEMP":18, "LRBALANCE":47 }, + { "SECS":357, "KM":1.26615, "WATTS":225, "CAD":54, "KPH":10.4184, "ALT":42, "LAT":34.455864809, "LON":-119.83008427, "TEMP":18, "LRBALANCE":49 }, + { "SECS":358, "KM":1.26909, "WATTS":224, "CAD":55, "KPH":10.5768, "ALT":42.6, "LAT":34.455889703, "LON":-119.83009139, "TEMP":18, "LRBALANCE":50 }, + { "SECS":359, "KM":1.27209, "WATTS":224, "CAD":55, "KPH":10.8, "ALT":43, "LAT":34.455915435, "LON":-119.83009927, "TEMP":18, "LRBALANCE":49 }, + { "SECS":360, "KM":1.27507, "WATTS":221, "CAD":55, "KPH":10.7244, "ALT":43, "LAT":34.455939491, "LON":-119.83010924, "TEMP":18, "LRBALANCE":47 }, + { "SECS":361, "KM":1.27807, "WATTS":212, "CAD":56, "KPH":10.8288, "ALT":43, "LAT":34.455963045, "LON":-119.83011955, "TEMP":18, "LRBALANCE":49 }, + { "SECS":362, "KM":1.28107, "WATTS":232, "CAD":54, "KPH":10.7388, "ALT":43.4, "LAT":34.455987101, "LON":-119.83013087, "TEMP":18, "LRBALANCE":48 }, + { "SECS":363, "KM":1.28405, "WATTS":233, "CAD":54, "KPH":10.7388, "ALT":43.8, "LAT":34.456010319, "LON":-119.8301447, "TEMP":18, "LRBALANCE":49 }, + { "SECS":364, "KM":1.287, "WATTS":218, "CAD":55, "KPH":10.6488, "ALT":44.2, "LAT":34.456034039, "LON":-119.83015685, "TEMP":18, "LRBALANCE":50 }, + { "SECS":365, "KM":1.29001, "WATTS":210, "CAD":54, "KPH":10.8288, "ALT":44.6, "LAT":34.456056419, "LON":-119.83017119, "TEMP":18, "LRBALANCE":50 }, + { "SECS":366, "KM":1.29294, "WATTS":219, "CAD":52, "KPH":10.5624, "ALT":45.2, "LAT":34.456076871, "LON":-119.83018761, "TEMP":18, "LRBALANCE":51 }, + { "SECS":367, "KM":1.29579, "WATTS":231, "CAD":52, "KPH":10.2492, "ALT":45.2, "LAT":34.456098496, "LON":-119.83020321, "TEMP":18, "LRBALANCE":51 }, + { "SECS":368, "KM":1.29859, "WATTS":231, "CAD":52, "KPH":10.0908, "ALT":45.2, "LAT":34.456121044, "LON":-119.83021754, "TEMP":18, "LRBALANCE":50 }, + { "SECS":369, "KM":1.30144, "WATTS":235, "CAD":54, "KPH":10.2492, "ALT":45.2, "LAT":34.456143591, "LON":-119.83023422, "TEMP":18, "LRBALANCE":50 }, + { "SECS":370, "KM":1.30433, "WATTS":231, "CAD":54, "KPH":10.4184, "ALT":45.2, "LAT":34.456165719, "LON":-119.83025023, "TEMP":18, "LRBALANCE":49 }, + { "SECS":371, "KM":1.30726, "WATTS":201, "CAD":53, "KPH":10.5336, "ALT":45.2, "LAT":34.456187763, "LON":-119.83026733, "TEMP":18, "LRBALANCE":47 }, + { "SECS":372, "KM":1.31013, "WATTS":214, "CAD":51, "KPH":10.3608, "ALT":45.2, "LAT":34.456209556, "LON":-119.83028308, "TEMP":18, "LRBALANCE":51 }, + { "SECS":373, "KM":1.31296, "WATTS":208, "CAD":50, "KPH":10.1844, "ALT":45.2, "LAT":34.456231433, "LON":-119.83029725, "TEMP":18, "LRBALANCE":44 }, + { "SECS":374, "KM":1.3157, "WATTS":218, "CAD":49, "KPH":9.8676, "ALT":45.6, "LAT":34.456253813, "LON":-119.83031075, "TEMP":18, "LRBALANCE":44 }, + { "SECS":375, "KM":1.3184, "WATTS":196, "CAD":50, "KPH":9.6948, "ALT":46, "LAT":34.456277031, "LON":-119.83032248, "TEMP":18, "LRBALANCE":49 }, + { "SECS":376, "KM":1.32111, "WATTS":196, "CAD":52, "KPH":9.7812, "ALT":46.4, "LAT":34.456299494, "LON":-119.83033421, "TEMP":18, "LRBALANCE":46 }, + { "SECS":377, "KM":1.3239, "WATTS":224, "CAD":54, "KPH":10.0368, "ALT":46.8, "LAT":34.456322377, "LON":-119.83034679, "TEMP":18, "LRBALANCE":48 }, + { "SECS":378, "KM":1.3268, "WATTS":223, "CAD":54, "KPH":10.4184, "ALT":47.2, "LAT":34.456345092, "LON":-119.83035978, "TEMP":18, "LRBALANCE":50 }, + { "SECS":379, "KM":1.32976, "WATTS":217, "CAD":54, "KPH":10.6776, "ALT":47.2, "LAT":34.456369064, "LON":-119.83037126, "TEMP":18, "LRBALANCE":51 }, + { "SECS":380, "KM":1.33271, "WATTS":218, "CAD":54, "KPH":10.6056, "ALT":47.2, "LAT":34.456394126, "LON":-119.8303804, "TEMP":18, "LRBALANCE":50 }, + { "SECS":381, "KM":1.33561, "WATTS":232, "CAD":54, "KPH":10.4616, "ALT":47.2, "LAT":34.456417931, "LON":-119.83039448, "TEMP":18, "LRBALANCE":47 }, + { "SECS":382, "KM":1.33852, "WATTS":219, "CAD":54, "KPH":10.476, "ALT":47.6, "LAT":34.456441651, "LON":-119.83040672, "TEMP":18, "LRBALANCE":52 }, + { "SECS":383, "KM":1.34149, "WATTS":219, "CAD":55, "KPH":10.6632, "ALT":48, "LAT":34.456466713, "LON":-119.83041904, "TEMP":18, "LRBALANCE":49 }, + { "SECS":384, "KM":1.34441, "WATTS":234, "CAD":54, "KPH":10.5192, "ALT":48.4, "LAT":34.45649144, "LON":-119.83042927, "TEMP":18, "LRBALANCE":49 }, + { "SECS":385, "KM":1.34729, "WATTS":231, "CAD":53, "KPH":10.3752, "ALT":48.8, "LAT":34.456515161, "LON":-119.83043991, "TEMP":18, "LRBALANCE":49 }, + { "SECS":386, "KM":1.35019, "WATTS":243, "CAD":53, "KPH":10.4328, "ALT":49.2, "LAT":34.456538378, "LON":-119.8304503, "TEMP":18, "LRBALANCE":47 }, + { "SECS":387, "KM":1.35306, "WATTS":243, "CAD":53, "KPH":10.3464, "ALT":49.2, "LAT":34.456561345, "LON":-119.83046128, "TEMP":18, "LRBALANCE":47 }, + { "SECS":388, "KM":1.35593, "WATTS":242, "CAD":53, "KPH":10.3356, "ALT":49.2, "LAT":34.456584563, "LON":-119.83047092, "TEMP":18, "LRBALANCE":48 }, + { "SECS":389, "KM":1.35884, "WATTS":228, "CAD":53, "KPH":10.4472, "ALT":49.2, "LAT":34.456607948, "LON":-119.8304783, "TEMP":18, "LRBALANCE":50 }, + { "SECS":390, "KM":1.3617, "WATTS":228, "CAD":53, "KPH":10.3212, "ALT":49.2, "LAT":34.456630999, "LON":-119.83048685, "TEMP":18, "LRBALANCE":50 }, + { "SECS":391, "KM":1.36456, "WATTS":225, "CAD":53, "KPH":10.2924, "ALT":49.6, "LAT":34.456653713, "LON":-119.83049657, "TEMP":18, "LRBALANCE":51 }, + { "SECS":392, "KM":1.36744, "WATTS":205, "CAD":53, "KPH":10.3752, "ALT":50.2, "LAT":34.456677686, "LON":-119.8305037, "TEMP":18, "LRBALANCE":51 }, + { "SECS":393, "KM":1.37034, "WATTS":199, "CAD":53, "KPH":10.4328, "ALT":50.6, "LAT":34.456702831, "LON":-119.8305099, "TEMP":18, "LRBALANCE":48 }, + { "SECS":394, "KM":1.37324, "WATTS":235, "CAD":53, "KPH":10.4184, "ALT":51, "LAT":34.456728061, "LON":-119.83051627, "TEMP":18, "LRBALANCE":48 }, + { "SECS":395, "KM":1.37608, "WATTS":236, "CAD":53, "KPH":10.2492, "ALT":51.4, "LAT":34.456753039, "LON":-119.83052532, "TEMP":18, "LRBALANCE":47 }, + { "SECS":396, "KM":1.37897, "WATTS":236, "CAD":54, "KPH":10.3896, "ALT":51.4, "LAT":34.45677852, "LON":-119.83053245, "TEMP":18, "LRBALANCE":48 }, + { "SECS":397, "KM":1.38187, "WATTS":228, "CAD":54, "KPH":10.4616, "ALT":51.4, "LAT":34.45680442, "LON":-119.83053898, "TEMP":18, "LRBALANCE":48 }, + { "SECS":398, "KM":1.38476, "WATTS":226, "CAD":54, "KPH":10.404, "ALT":51.4, "LAT":34.456830153, "LON":-119.83054359, "TEMP":18, "LRBALANCE":49 }, + { "SECS":399, "KM":1.38769, "WATTS":212, "CAD":54, "KPH":10.5336, "ALT":51.4, "LAT":34.456855717, "LON":-119.83055089, "TEMP":18, "LRBALANCE":50 }, + { "SECS":400, "KM":1.39064, "WATTS":229, "CAD":54, "KPH":10.6344, "ALT":51.8, "LAT":34.456881953, "LON":-119.83055692, "TEMP":18, "LRBALANCE":47 }, + { "SECS":401, "KM":1.39356, "WATTS":231, "CAD":54, "KPH":10.5048, "ALT":52.2, "LAT":34.45690802, "LON":-119.83056254, "TEMP":18, "LRBALANCE":50 }, + { "SECS":402, "KM":1.39653, "WATTS":224, "CAD":54, "KPH":10.6956, "ALT":52.8, "LAT":34.456934423, "LON":-119.8305679, "TEMP":18, "LRBALANCE":50 }, + { "SECS":403, "KM":1.39945, "WATTS":236, "CAD":54, "KPH":10.5048, "ALT":53.2, "LAT":34.456960407, "LON":-119.83057285, "TEMP":18, "LRBALANCE":49 }, + { "SECS":404, "KM":1.40238, "WATTS":190, "CAD":54, "KPH":10.548, "ALT":53.6, "LAT":34.456984631, "LON":-119.83057586, "TEMP":18, "LRBALANCE":49 }, + { "SECS":405, "KM":1.40533, "WATTS":193, "CAD":55, "KPH":10.6056, "ALT":53.6, "LAT":34.457012459, "LON":-119.83057251, "TEMP":18, "LRBALANCE":49 }, + { "SECS":406, "KM":1.40828, "WATTS":219, "CAD":56, "KPH":10.6344, "ALT":53.6, "LAT":34.457037018, "LON":-119.83057301, "TEMP":18, "LRBALANCE":48 }, + { "SECS":407, "KM":1.41132, "WATTS":202, "CAD":57, "KPH":10.9548, "ALT":53.6, "LAT":34.457064343, "LON":-119.83057276, "TEMP":18, "LRBALANCE":46 }, + { "SECS":408, "KM":1.41441, "WATTS":220, "CAD":58, "KPH":11.1132, "ALT":53.6, "LAT":34.457089824, "LON":-119.83057846, "TEMP":18, "LRBALANCE":49 }, + { "SECS":409, "KM":1.41755, "WATTS":220, "CAD":58, "KPH":11.3076, "ALT":53.6, "LAT":34.457117317, "LON":-119.83057637, "TEMP":18, "LRBALANCE":47 }, + { "SECS":410, "KM":1.42067, "WATTS":219, "CAD":58, "KPH":11.2104, "ALT":53.6, "LAT":34.457146066, "LON":-119.83057603, "TEMP":18, "LRBALANCE":49 }, + { "SECS":411, "KM":1.42384, "WATTS":203, "CAD":59, "KPH":11.412, "ALT":53.6, "LAT":34.457177582, "LON":-119.83057025, "TEMP":18, "LRBALANCE":48 }, + { "SECS":412, "KM":1.42706, "WATTS":202, "CAD":59, "KPH":11.5992, "ALT":54, "LAT":34.457208847, "LON":-119.83056648, "TEMP":18, "LRBALANCE":50 }, + { "SECS":413, "KM":1.43026, "WATTS":198, "CAD":59, "KPH":11.5128, "ALT":54.4, "LAT":34.457239022, "LON":-119.83056589, "TEMP":18, "LRBALANCE":50 }, + { "SECS":414, "KM":1.43346, "WATTS":195, "CAD":58, "KPH":11.5488, "ALT":54.8, "LAT":34.457267353, "LON":-119.8305669, "TEMP":18, "LRBALANCE":50 }, + { "SECS":415, "KM":1.43662, "WATTS":197, "CAD":58, "KPH":11.358, "ALT":55.2, "LAT":34.457292834, "LON":-119.83057201, "TEMP":18, "LRBALANCE":49 }, + { "SECS":416, "KM":1.43974, "WATTS":203, "CAD":56, "KPH":11.2428, "ALT":55.6, "LAT":34.457316387, "LON":-119.83057855, "TEMP":18, "LRBALANCE":49 }, + { "SECS":417, "KM":1.44277, "WATTS":198, "CAD":56, "KPH":10.89, "ALT":55.6, "LAT":34.457341113, "LON":-119.83058249, "TEMP":18, "LRBALANCE":50 }, + { "SECS":418, "KM":1.44582, "WATTS":184, "CAD":56, "KPH":10.9836, "ALT":55.6, "LAT":34.457367433, "LON":-119.83058626, "TEMP":18, "LRBALANCE":50 }, + { "SECS":419, "KM":1.44887, "WATTS":190, "CAD":57, "KPH":11.0016, "ALT":56, "LAT":34.457393081, "LON":-119.83058433, "TEMP":18, "LRBALANCE":49 }, + { "SECS":420, "KM":1.45195, "WATTS":189, "CAD":58, "KPH":11.0808, "ALT":56.4, "LAT":34.457420322, "LON":-119.830585, "TEMP":18, "LRBALANCE":47 }, + { "SECS":421, "KM":1.45511, "WATTS":178, "CAD":58, "KPH":11.376, "ALT":56.8, "LAT":34.457447731, "LON":-119.83058693, "TEMP":18, "LRBALANCE":49 }, + { "SECS":422, "KM":1.45827, "WATTS":182, "CAD":58, "KPH":11.376, "ALT":57.2, "LAT":34.457475056, "LON":-119.83058726, "TEMP":18, "LRBALANCE":48 }, + { "SECS":423, "KM":1.46142, "WATTS":193, "CAD":58, "KPH":11.3436, "ALT":57.8, "LAT":34.457502381, "LON":-119.83058676, "TEMP":18, "LRBALANCE":49 }, + { "SECS":424, "KM":1.46458, "WATTS":151, "CAD":59, "KPH":11.376, "ALT":57.8, "LAT":34.457530377, "LON":-119.83058425, "TEMP":18, "LRBALANCE":53 }, + { "SECS":425, "KM":1.46779, "WATTS":139, "CAD":58, "KPH":11.5488, "ALT":57.8, "LAT":34.457558708, "LON":-119.83058534, "TEMP":18, "LRBALANCE":48 }, + { "SECS":426, "KM":1.47099, "WATTS":146, "CAD":57, "KPH":11.5308, "ALT":57.8, "LAT":34.457587206, "LON":-119.83058601, "TEMP":18, "LRBALANCE":47 }, + { "SECS":427, "KM":1.47409, "WATTS":127, "CAD":56, "KPH":11.1276, "ALT":57.8, "LAT":34.457614028, "LON":-119.8305871, "TEMP":18, "LRBALANCE":51 }, + { "SECS":428, "KM":1.47714, "WATTS":152, "CAD":55, "KPH":11.0016, "ALT":57.8, "LAT":34.457642359, "LON":-119.83058785, "TEMP":18, "LRBALANCE":51 }, + { "SECS":429, "KM":1.48013, "WATTS":117, "CAD":55, "KPH":10.7532, "ALT":57.8, "LAT":34.457669181, "LON":-119.83059003, "TEMP":18, "LRBALANCE":39 }, + { "SECS":430, "KM":1.48309, "WATTS":97, "CAD":54, "KPH":10.6776, "ALT":57.8, "LAT":34.457697093, "LON":-119.83059045, "TEMP":18, "LRBALANCE":44 }, + { "SECS":431, "KM":1.48602, "WATTS":97, "CAD":53, "KPH":10.548, "ALT":57.8, "LAT":34.457723244, "LON":-119.83059221, "TEMP":18, "LRBALANCE":50 }, + { "SECS":432, "KM":1.4889, "WATTS":81, "CAD":50, "KPH":10.3356, "ALT":57.8, "LAT":34.457747468, "LON":-119.83059322, "TEMP":18, "LRBALANCE":49 }, + { "SECS":433, "KM":1.49163, "WATTS":80, "CAD":49, "KPH":9.8424, "ALT":57.8, "LAT":34.457773787, "LON":-119.83059246, "TEMP":18, "LRBALANCE":46 }, + { "SECS":434, "KM":1.49427, "WATTS":73, "CAD":48, "KPH":9.4896, "ALT":57.8, "LAT":34.457798514, "LON":-119.83058752, "TEMP":18, "LRBALANCE":49 }, + { "SECS":435, "KM":1.49685, "WATTS":73, "CAD":47, "KPH":9.306, "ALT":57.8, "LAT":34.457823492, "LON":-119.83058307, "TEMP":18, "LRBALANCE":49 }, + { "SECS":436, "KM":1.49937, "WATTS":58, "CAD":45, "KPH":9.054, "ALT":58.2, "LAT":34.457848135, "LON":-119.83057712, "TEMP":18, "LRBALANCE":44 }, + { "SECS":437, "KM":1.50182, "WATTS":71, "CAD":42, "KPH":8.8344, "ALT":58.6, "LAT":34.457867497, "LON":-119.83058232, "TEMP":18, "LRBALANCE":40 }, + { "SECS":438, "KM":1.50417, "WATTS":77, "CAD":42, "KPH":8.4456, "ALT":59.2, "LAT":34.457890044, "LON":-119.83058332, "TEMP":18, "LRBALANCE":40 }, + { "SECS":439, "KM":1.50642, "WATTS":77, "CAD":42, "KPH":8.1072, "ALT":59.6, "LAT":34.457908317, "LON":-119.83058777, "TEMP":18, "LRBALANCE":56 }, + { "SECS":440, "KM":1.50874, "WATTS":77, "CAD":42, "KPH":8.3448, "ALT":60, "LAT":34.457923572, "LON":-119.83059531, "TEMP":18, "LRBALANCE":56 }, + { "SECS":441, "KM":1.51101, "WATTS":22, "CAD":26, "KPH":8.1756, "ALT":60, "LAT":34.457938492, "LON":-119.83060151, "TEMP":18, "LRBALANCE":56 }, + { "SECS":442, "KM":1.51315, "WATTS":22, "CAD":26, "KPH":7.7076, "ALT":60, "LAT":34.457954333, "LON":-119.83061015, "TEMP":18, "LRBALANCE":56 }, + { "SECS":443, "KM":1.51507, "WATTS":22, "CAD":26, "KPH":6.9336, "ALT":60, "LAT":34.457968666, "LON":-119.83061836, "TEMP":18, "LRBALANCE":56 }, + { "SECS":444, "KM":1.51698, "WATTS":0, "CAD":0, "KPH":6.8508, "ALT":60, "LAT":34.457982832, "LON":-119.83062574, "TEMP":18, "LRBALANCE":0 }, + { "SECS":445, "KM":1.51866, "WATTS":0, "CAD":0, "KPH":6.048, "ALT":60, "LAT":34.457995908, "LON":-119.83063102, "TEMP":18, "LRBALANCE":0 }, + { "SECS":446, "KM":1.52012, "WATTS":0, "CAD":0, "KPH":5.2704, "ALT":60, "LAT":34.458006888, "LON":-119.83063596, "TEMP":18, "LRBALANCE":0 }, + { "SECS":447, "KM":1.52158, "WATTS":0, "CAD":0, "KPH":5.2704, "ALT":60, "LAT":34.458014935, "LON":-119.83064066, "TEMP":18, "LRBALANCE":0 }, + { "SECS":448, "KM":1.52305, "WATTS":0, "CAD":0, "KPH":5.2704, "ALT":60, "LAT":34.458020299, "LON":-119.83064443, "TEMP":18, "LRBALANCE":0 }, + { "SECS":449, "KM":1.52305, "WATTS":0, "CAD":0, "KPH":0, "ALT":60, "LAT":34.458025244, "LON":-119.83064761, "TEMP":18, "LRBALANCE":0 }, + { "SECS":671, "KM":1.52305, "WATTS":0, "CAD":0, "KPH":4.536, "ALT":62, "LAT":34.458041924, "LON":-119.83063672, "TEMP":18, "LRBALANCE":0 }, + { "SECS":672, "KM":1.52431, "WATTS":0, "CAD":0, "KPH":4.536, "ALT":62, "LAT":34.458049049, "LON":-119.83063026, "TEMP":18, "LRBALANCE":0 }, + { "SECS":673, "KM":1.52538, "WATTS":0, "CAD":0, "KPH":3.8484, "ALT":62, "LAT":34.458058437, "LON":-119.83062188, "TEMP":18, "LRBALANCE":0 }, + { "SECS":674, "KM":1.52684, "WATTS":0, "CAD":0, "KPH":5.2488, "ALT":62, "LAT":34.458073943, "LON":-119.83061551, "TEMP":18, "LRBALANCE":0 }, + { "SECS":675, "KM":1.5287, "WATTS":0, "CAD":0, "KPH":6.7248, "ALT":62, "LAT":34.458086851, "LON":-119.83060705, "TEMP":18, "LRBALANCE":0 }, + { "SECS":676, "KM":1.53069, "WATTS":0, "CAD":0, "KPH":7.1532, "ALT":62, "LAT":34.458104118, "LON":-119.83060009, "TEMP":18, "LRBALANCE":0 }, + { "SECS":677, "KM":1.53277, "WATTS":0, "CAD":0, "KPH":7.5024, "ALT":62, "LAT":34.458122223, "LON":-119.8305943, "TEMP":18, "LRBALANCE":0 }, + { "SECS":678, "KM":1.53495, "WATTS":0, "CAD":0, "KPH":7.8156, "ALT":62, "LAT":34.458144603, "LON":-119.83058995, "TEMP":18, "LRBALANCE":0 }, + { "SECS":679, "KM":1.53724, "WATTS":0, "CAD":0, "KPH":8.262, "ALT":62, "LAT":34.458169413, "LON":-119.83058517, "TEMP":18, "LRBALANCE":0 }, + { "SECS":680, "KM":1.53955, "WATTS":0, "CAD":0, "KPH":8.3088, "ALT":62, "LAT":34.458195816, "LON":-119.83058123, "TEMP":18, "LRBALANCE":0 }, + { "SECS":681, "KM":1.54211, "WATTS":0, "CAD":0, "KPH":9.2052, "ALT":62, "LAT":34.458222051, "LON":-119.83058324, "TEMP":18, "LRBALANCE":0 }, + { "SECS":682, "KM":1.54489, "WATTS":0, "CAD":0, "KPH":10.0116, "ALT":62, "LAT":34.458252729, "LON":-119.83058106, "TEMP":18, "LRBALANCE":0 }, + { "SECS":683, "KM":1.54782, "WATTS":3, "CAD":23, "KPH":10.5624, "ALT":62, "LAT":34.458280892, "LON":-119.83058391, "TEMP":18, "LRBALANCE":0 }, + { "SECS":684, "KM":1.55099, "WATTS":3, "CAD":23, "KPH":11.376, "ALT":62, "LAT":34.458310061, "LON":-119.83058148, "TEMP":18, "LRBALANCE":0 }, + { "SECS":685, "KM":1.55432, "WATTS":3, "CAD":23, "KPH":12.0384, "ALT":62, "LAT":34.458341326, "LON":-119.83057821, "TEMP":18, "LRBALANCE":0 }, + { "SECS":686, "KM":1.55806, "WATTS":0, "CAD":11, "KPH":13.4532, "ALT":62, "LAT":34.458375105, "LON":-119.83057662, "TEMP":18, "LRBALANCE":0 }, + { "SECS":687, "KM":1.56215, "WATTS":0, "CAD":0, "KPH":14.7168, "ALT":62, "LAT":34.458409387, "LON":-119.83057595, "TEMP":18, "LRBALANCE":0 }, + { "SECS":688, "KM":1.56652, "WATTS":0, "CAD":0, "KPH":15.7464, "ALT":62, "LAT":34.458445597, "LON":-119.83057729, "TEMP":18, "LRBALANCE":0 }, + { "SECS":689, "KM":1.57116, "WATTS":0, "CAD":0, "KPH":16.704, "ALT":62, "LAT":34.45848583, "LON":-119.83057553, "TEMP":18, "LRBALANCE":0 }, + { "SECS":690, "KM":1.57621, "WATTS":0, "CAD":0, "KPH":18.1692, "ALT":62, "LAT":34.458528913, "LON":-119.83057486, "TEMP":18, "LRBALANCE":0 }, + { "SECS":691, "KM":1.5815, "WATTS":0, "CAD":0, "KPH":19.026, "ALT":61.6, "LAT":34.458574091, "LON":-119.83057503, "TEMP":18, "LRBALANCE":0 }, + { "SECS":692, "KM":1.58718, "WATTS":0, "CAD":0, "KPH":20.448, "ALT":61.2, "LAT":34.458625975, "LON":-119.83057369, "TEMP":18, "LRBALANCE":0 }, + { "SECS":693, "KM":1.59331, "WATTS":0, "CAD":0, "KPH":22.0968, "ALT":60.8, "LAT":34.458678362, "LON":-119.83057176, "TEMP":18, "LRBALANCE":0 }, + { "SECS":694, "KM":1.59985, "WATTS":0, "CAD":0, "KPH":23.5188, "ALT":60.4, "LAT":34.458734102, "LON":-119.83057092, "TEMP":18, "LRBALANCE":0 }, + { "SECS":695, "KM":1.60674, "WATTS":0, "CAD":51, "KPH":24.8148, "ALT":60, "LAT":34.458795793, "LON":-119.83057134, "TEMP":18, "LRBALANCE":0 }, + { "SECS":696, "KM":1.61419, "WATTS":1, "CAD":47, "KPH":26.8092, "ALT":60, "LAT":34.458858154, "LON":-119.83056874, "TEMP":18, "LRBALANCE":0 }, + { "SECS":697, "KM":1.62208, "WATTS":1, "CAD":46, "KPH":28.4004, "ALT":60, "LAT":34.458995114, "LON":-119.83056807, "TEMP":18, "LRBALANCE":0 }, + { "SECS":698, "KM":1.63027, "WATTS":1, "CAD":46, "KPH":29.4912, "ALT":59.6, "LAT":34.459071893, "LON":-119.83057033, "TEMP":18, "LRBALANCE":0 }, + { "SECS":699, "KM":1.63896, "WATTS":1, "CAD":45, "KPH":31.2984, "ALT":59, "LAT":34.459143893, "LON":-119.83058517, "TEMP":18, "LRBALANCE":0 }, + { "SECS":700, "KM":1.64802, "WATTS":1, "CAD":44, "KPH":32.6268, "ALT":58.6, "LAT":34.459217905, "LON":-119.83059581, "TEMP":18, "LRBALANCE":0 }, + { "SECS":701, "KM":1.65758, "WATTS":4, "CAD":51, "KPH":34.3836, "ALT":58, "LAT":34.459306586, "LON":-119.8305959, "TEMP":18, "LRBALANCE":0 }, + { "SECS":702, "KM":1.66762, "WATTS":1, "CAD":56, "KPH":36.1692, "ALT":57.4, "LAT":34.459410438, "LON":-119.83059347, "TEMP":18, "LRBALANCE":0 }, + { "SECS":703, "KM":1.67808, "WATTS":1, "CAD":54, "KPH":37.5876, "ALT":56.8, "LAT":34.459496939, "LON":-119.83059405, "TEMP":18, "LRBALANCE":0 }, + { "SECS":704, "KM":1.68899, "WATTS":1, "CAD":53, "KPH":39.3228, "ALT":56.2, "LAT":34.459596264, "LON":-119.8305933, "TEMP":18, "LRBALANCE":0 }, + { "SECS":705, "KM":1.70044, "WATTS":1, "CAD":53, "KPH":41.2236, "ALT":55.4, "LAT":34.459704642, "LON":-119.83059137, "TEMP":18, "LRBALANCE":0 }, + { "SECS":706, "KM":1.71234, "WATTS":0, "CAD":26, "KPH":42.8364, "ALT":54.8, "LAT":34.459815954, "LON":-119.83059053, "TEMP":18, "LRBALANCE":0 }, + { "SECS":707, "KM":1.72451, "WATTS":0, "CAD":0, "KPH":43.8156, "ALT":54.2, "LAT":34.459928942, "LON":-119.83058232, "TEMP":18, "LRBALANCE":0 }, + { "SECS":708, "KM":1.73718, "WATTS":0, "CAD":0, "KPH":45.6408, "ALT":53.4, "LAT":34.460040924, "LON":-119.83058022, "TEMP":18, "LRBALANCE":0 }, + { "SECS":709, "KM":1.75021, "WATTS":0, "CAD":0, "KPH":46.8972, "ALT":52.6, "LAT":34.460160115, "LON":-119.83057989, "TEMP":18, "LRBALANCE":0 }, + { "SECS":710, "KM":1.76352, "WATTS":0, "CAD":0, "KPH":47.9232, "ALT":52, "LAT":34.460286346, "LON":-119.83058014, "TEMP":18, "LRBALANCE":0 }, + { "SECS":711, "KM":1.77705, "WATTS":0, "CAD":0, "KPH":48.6828, "ALT":51.2, "LAT":34.460412746, "LON":-119.83057813, "TEMP":18, "LRBALANCE":0 }, + { "SECS":712, "KM":1.79053, "WATTS":0, "CAD":0, "KPH":48.5316, "ALT":50.4, "LAT":34.460545766, "LON":-119.83057444, "TEMP":18, "LRBALANCE":0 }, + { "SECS":713, "KM":1.80384, "WATTS":0, "CAD":0, "KPH":47.9232, "ALT":49.6, "LAT":34.4606637, "LON":-119.83056991, "TEMP":18, "LRBALANCE":0 }, + { "SECS":714, "KM":1.81679, "WATTS":0, "CAD":0, "KPH":46.6128, "ALT":48.8, "LAT":34.460781549, "LON":-119.83056673, "TEMP":18, "LRBALANCE":0 }, + { "SECS":715, "KM":1.82924, "WATTS":0, "CAD":0, "KPH":44.8416, "ALT":48, "LAT":34.460897722, "LON":-119.83056732, "TEMP":18, "LRBALANCE":0 }, + { "SECS":716, "KM":1.84128, "WATTS":2, "CAD":48, "KPH":43.3188, "ALT":48, "LAT":34.461006939, "LON":-119.83056899, "TEMP":18, "LRBALANCE":0 }, + { "SECS":717, "KM":1.85285, "WATTS":34, "CAD":70, "KPH":41.6736, "ALT":48, "LAT":34.46110551, "LON":-119.83057243, "TEMP":18, "LRBALANCE":16 }, + { "SECS":718, "KM":1.864, "WATTS":51, "CAD":71, "KPH":40.1436, "ALT":48, "LAT":34.461212379, "LON":-119.83056975, "TEMP":18, "LRBALANCE":53 }, + { "SECS":719, "KM":1.87482, "WATTS":51, "CAD":69, "KPH":38.9232, "ALT":48, "LAT":34.461301311, "LON":-119.83057142, "TEMP":18, "LRBALANCE":35 }, + { "SECS":720, "KM":1.88521, "WATTS":17, "CAD":69, "KPH":37.404, "ALT":48, "LAT":34.461393261, "LON":-119.83056799, "TEMP":18, "LRBALANCE":35 }, + { "SECS":721, "KM":1.89493, "WATTS":0, "CAD":64, "KPH":35.0136, "ALT":48.4, "LAT":34.461474314, "LON":-119.83056606, "TEMP":18, "LRBALANCE":35 }, + { "SECS":722, "KM":1.90416, "WATTS":0, "CAD":57, "KPH":33.192, "ALT":48.8, "LAT":34.461553942, "LON":-119.8305669, "TEMP":18, "LRBALANCE":35 }, + { "SECS":723, "KM":1.91285, "WATTS":3, "CAD":62, "KPH":31.2984, "ALT":49.2, "LAT":34.461628541, "LON":-119.83056748, "TEMP":18, "LRBALANCE":35 }, + { "SECS":724, "KM":1.92095, "WATTS":49, "CAD":73, "KPH":29.1564, "ALT":49.6, "LAT":34.461686962, "LON":-119.83056857, "TEMP":18, "LRBALANCE":38 }, + { "SECS":725, "KM":1.92814, "WATTS":75, "CAD":69, "KPH":25.9056, "ALT":50, "LAT":34.461742618, "LON":-119.83056958, "TEMP":18, "LRBALANCE":44 }, + { "SECS":726, "KM":1.93474, "WATTS":90, "CAD":65, "KPH":23.7384, "ALT":50.6, "LAT":34.461794418, "LON":-119.830571, "TEMP":18, "LRBALANCE":51 }, + { "SECS":727, "KM":1.94086, "WATTS":39, "CAD":64, "KPH":22.032, "ALT":51, "LAT":34.461839429, "LON":-119.83057, "TEMP":18, "LRBALANCE":64 }, + { "SECS":728, "KM":1.94629, "WATTS":75, "CAD":61, "KPH":19.5588, "ALT":51.4, "LAT":34.461883015, "LON":-119.83056773, "TEMP":18, "LRBALANCE":55 }, + { "SECS":729, "KM":1.95122, "WATTS":109, "CAD":58, "KPH":17.748, "ALT":51.8, "LAT":34.461923835, "LON":-119.83056438, "TEMP":18, "LRBALANCE":49 }, + { "SECS":730, "KM":1.95569, "WATTS":140, "CAD":58, "KPH":16.11, "ALT":52.2, "LAT":34.461958704, "LON":-119.83056136, "TEMP":18, "LRBALANCE":43 }, + { "SECS":731, "KM":1.95979, "WATTS":157, "CAD":53, "KPH":14.7456, "ALT":52.2, "LAT":34.461989717, "LON":-119.83055952, "TEMP":18, "LRBALANCE":46 }, + { "SECS":732, "KM":1.9635, "WATTS":163, "CAD":50, "KPH":13.3596, "ALT":52.8, "LAT":34.462022658, "LON":-119.83055818, "TEMP":18, "LRBALANCE":58 }, + { "SECS":733, "KM":1.967, "WATTS":106, "CAD":47, "KPH":12.5892, "ALT":53.2, "LAT":34.462050067, "LON":-119.83055784, "TEMP":18, "LRBALANCE":58 }, + { "SECS":734, "KM":1.97029, "WATTS":106, "CAD":43, "KPH":11.8512, "ALT":53.6, "LAT":34.462077308, "LON":-119.83055977, "TEMP":18, "LRBALANCE":54 }, + { "SECS":735, "KM":1.97335, "WATTS":149, "CAD":40, "KPH":11.034, "ALT":54, "LAT":34.462106058, "LON":-119.83055583, "TEMP":18, "LRBALANCE":50 }, + { "SECS":736, "KM":1.97602, "WATTS":149, "CAD":38, "KPH":9.6084, "ALT":54.4, "LAT":34.462129024, "LON":-119.83055986, "TEMP":18, "LRBALANCE":50 }, + { "SECS":737, "KM":1.97868, "WATTS":176, "CAD":38, "KPH":9.5724, "ALT":54.4, "LAT":34.46215199, "LON":-119.83057293, "TEMP":18, "LRBALANCE":60 }, + { "SECS":738, "KM":1.98146, "WATTS":102, "CAD":38, "KPH":9.9972, "ALT":54.4, "LAT":34.462156098, "LON":-119.83059741, "TEMP":18, "LRBALANCE":71 }, + { "SECS":739, "KM":1.98415, "WATTS":41, "CAD":40, "KPH":9.6696, "ALT":54.4, "LAT":34.462143944, "LON":-119.83061166, "TEMP":18, "LRBALANCE":71 }, + { "SECS":740, "KM":1.98687, "WATTS":32, "CAD":52, "KPH":9.8172, "ALT":54.4, "LAT":34.462128354, "LON":-119.83063571, "TEMP":18, "LRBALANCE":38 }, + { "SECS":741, "KM":1.99074, "WATTS":24, "CAD":63, "KPH":13.9176, "ALT":54.4, "LAT":34.462088372, "LON":-119.83066304, "TEMP":18, "LRBALANCE":57 }, + { "SECS":742, "KM":1.99535, "WATTS":26, "CAD":72, "KPH":16.596, "ALT":54.4, "LAT":34.462018802, "LON":-119.83062909, "TEMP":18, "LRBALANCE":57 }, + { "SECS":743, "KM":2.00066, "WATTS":3, "CAD":66, "KPH":19.1232, "ALT":54.4, "LAT":34.461961051, "LON":-119.83062188, "TEMP":18, "LRBALANCE":57 }, + { "SECS":744, "KM":2.00637, "WATTS":30, "CAD":62, "KPH":20.556, "ALT":54.4, "LAT":34.461897013, "LON":-119.83061073, "TEMP":18, "LRBALANCE":18 }, + { "SECS":745, "KM":2.01258, "WATTS":30, "CAD":68, "KPH":22.356, "ALT":54.4, "LAT":34.461833646, "LON":-119.83060311, "TEMP":18, "LRBALANCE":18 }, + { "SECS":746, "KM":2.0197, "WATTS":30, "CAD":68, "KPH":25.6428, "ALT":54, "LAT":34.461769524, "LON":-119.83059338, "TEMP":18, "LRBALANCE":18 }, + { "SECS":747, "KM":2.02728, "WATTS":0, "CAD":34, "KPH":27.288, "ALT":53.6, "LAT":34.461695177, "LON":-119.83059045, "TEMP":18, "LRBALANCE":0 }, + { "SECS":748, "KM":2.03547, "WATTS":0, "CAD":0, "KPH":29.4912, "ALT":53, "LAT":34.461618147, "LON":-119.83058919, "TEMP":18, "LRBALANCE":0 }, + { "SECS":749, "KM":2.04403, "WATTS":0, "CAD":0, "KPH":30.7944, "ALT":52.6, "LAT":34.461534663, "LON":-119.83058936, "TEMP":18, "LRBALANCE":0 }, + { "SECS":750, "KM":2.05302, "WATTS":1, "CAD":42, "KPH":32.3532, "ALT":52.2, "LAT":34.461448916, "LON":-119.83058877, "TEMP":18, "LRBALANCE":0 }, + { "SECS":751, "KM":2.06228, "WATTS":2, "CAD":59, "KPH":33.3396, "ALT":51.8, "LAT":34.461365265, "LON":-119.83058944, "TEMP":18, "LRBALANCE":0 }, + { "SECS":752, "KM":2.07192, "WATTS":2, "CAD":60, "KPH":34.5384, "ALT":51.4, "LAT":34.461274992, "LON":-119.8305871, "TEMP":18, "LRBALANCE":0 }, + { "SECS":753, "KM":2.08168, "WATTS":1, "CAD":59, "KPH":35.172, "ALT":51, "LAT":34.461182288, "LON":-119.83058928, "TEMP":18, "LRBALANCE":0 }, + { "SECS":754, "KM":2.09157, "WATTS":1, "CAD":64, "KPH":35.6652, "ALT":50.4, "LAT":34.461092769, "LON":-119.83059422, "TEMP":18, "LRBALANCE":0 }, + { "SECS":755, "KM":2.1016, "WATTS":1, "CAD":64, "KPH":36.1692, "ALT":50, "LAT":34.460997467, "LON":-119.83060361, "TEMP":18, "LRBALANCE":0 }, + { "SECS":756, "KM":2.11169, "WATTS":2, "CAD":67, "KPH":36.3384, "ALT":50, "LAT":34.460905685, "LON":-119.83060797, "TEMP":18, "LRBALANCE":0 }, + { "SECS":757, "KM":2.12178, "WATTS":1, "CAD":55, "KPH":36.3384, "ALT":50, "LAT":34.460813903, "LON":-119.83061132, "TEMP":18, "LRBALANCE":0 }, + { "SECS":758, "KM":2.13183, "WATTS":1, "CAD":57, "KPH":36.1692, "ALT":49.6, "LAT":34.460719523, "LON":-119.83060981, "TEMP":18, "LRBALANCE":0 }, + { "SECS":759, "KM":2.14178, "WATTS":1, "CAD":65, "KPH":35.8308, "ALT":49.2, "LAT":34.460629753, "LON":-119.83061057, "TEMP":18, "LRBALANCE":0 }, + { "SECS":760, "KM":2.15164, "WATTS":1, "CAD":65, "KPH":35.4996, "ALT":48.8, "LAT":34.460538726, "LON":-119.83061015, "TEMP":18, "LRBALANCE":0 }, + { "SECS":761, "KM":2.16132, "WATTS":1, "CAD":65, "KPH":34.8516, "ALT":48.4, "LAT":34.460445603, "LON":-119.83060772, "TEMP":18, "LRBALANCE":0 }, + { "SECS":762, "KM":2.17105, "WATTS":1, "CAD":42, "KPH":35.0136, "ALT":47.8, "LAT":34.460361113, "LON":-119.83060897, "TEMP":18, "LRBALANCE":0 }, + { "SECS":763, "KM":2.18039, "WATTS":35, "CAD":84, "KPH":33.6312, "ALT":47.8, "LAT":34.460279222, "LON":-119.83061459, "TEMP":18, "LRBALANCE":0 }, + { "SECS":764, "KM":2.18938, "WATTS":90, "CAD":88, "KPH":32.3532, "ALT":47.8, "LAT":34.460207389, "LON":-119.83061417, "TEMP":18, "LRBALANCE":44 }, + { "SECS":765, "KM":2.19797, "WATTS":96, "CAD":84, "KPH":30.9168, "ALT":47.8, "LAT":34.46012818, "LON":-119.83061476, "TEMP":18, "LRBALANCE":47 }, + { "SECS":766, "KM":2.20619, "WATTS":88, "CAD":81, "KPH":29.6064, "ALT":47.8, "LAT":34.460056682, "LON":-119.83061769, "TEMP":18, "LRBALANCE":54 }, + { "SECS":767, "KM":2.21385, "WATTS":172, "CAD":84, "KPH":27.5832, "ALT":47.8, "LAT":34.459996584, "LON":-119.83061107, "TEMP":18, "LRBALANCE":49 }, + { "SECS":768, "KM":2.22105, "WATTS":144, "CAD":80, "KPH":25.9056, "ALT":47.8, "LAT":34.459938749, "LON":-119.83061023, "TEMP":18, "LRBALANCE":58 }, + { "SECS":769, "KM":2.22772, "WATTS":273, "CAD":76, "KPH":24.0372, "ALT":48.4, "LAT":34.459889715, "LON":-119.83060721, "TEMP":18, "LRBALANCE":40 }, + { "SECS":770, "KM":2.23376, "WATTS":265, "CAD":73, "KPH":21.7224, "ALT":48.8, "LAT":34.459845375, "LON":-119.83060805, "TEMP":18, "LRBALANCE":47 }, + { "SECS":771, "KM":2.23948, "WATTS":194, "CAD":70, "KPH":20.6136, "ALT":49.2, "LAT":34.459811176, "LON":-119.83060755, "TEMP":18, "LRBALANCE":63 }, + { "SECS":772, "KM":2.24503, "WATTS":195, "CAD":71, "KPH":19.9692, "ALT":49.8, "LAT":34.459770273, "LON":-119.83060537, "TEMP":18, "LRBALANCE":48 }, + { "SECS":773, "KM":2.25016, "WATTS":194, "CAD":71, "KPH":18.4752, "ALT":50.2, "LAT":34.459735655, "LON":-119.83059967, "TEMP":18, "LRBALANCE":46 }, + { "SECS":774, "KM":2.25527, "WATTS":219, "CAD":67, "KPH":18.3888, "ALT":50.2, "LAT":34.459705732, "LON":-119.83060218, "TEMP":18, "LRBALANCE":47 }, + { "SECS":775, "KM":2.26004, "WATTS":227, "CAD":68, "KPH":17.154, "ALT":50.6, "LAT":34.459675054, "LON":-119.83059992, "TEMP":18, "LRBALANCE":37 }, + { "SECS":776, "KM":2.26431, "WATTS":283, "CAD":70, "KPH":15.3648, "ALT":51, "LAT":34.459648651, "LON":-119.83059363, "TEMP":18, "LRBALANCE":48 }, + { "SECS":777, "KM":2.26846, "WATTS":265, "CAD":70, "KPH":14.976, "ALT":51.4, "LAT":34.459619482, "LON":-119.83058131, "TEMP":18, "LRBALANCE":52 }, + { "SECS":778, "KM":2.27264, "WATTS":246, "CAD":68, "KPH":15.0336, "ALT":51.8, "LAT":34.459588385, "LON":-119.83057729, "TEMP":18, "LRBALANCE":45 }, + { "SECS":779, "KM":2.27674, "WATTS":253, "CAD":68, "KPH":14.7744, "ALT":52.2, "LAT":34.459562485, "LON":-119.83056639, "TEMP":18, "LRBALANCE":45 }, + { "SECS":780, "KM":2.28079, "WATTS":223, "CAD":65, "KPH":14.5512, "ALT":52.2, "LAT":34.459528371, "LON":-119.83056338, "TEMP":18, "LRBALANCE":50 }, + { "SECS":781, "KM":2.28468, "WATTS":278, "CAD":63, "KPH":14.0184, "ALT":52.2, "LAT":34.459505069, "LON":-119.83056296, "TEMP":18, "LRBALANCE":48 }, + { "SECS":782, "KM":2.28838, "WATTS":264, "CAD":64, "KPH":13.3128, "ALT":52.6, "LAT":34.459471793, "LON":-119.83056262, "TEMP":18, "LRBALANCE":47 }, + { "SECS":783, "KM":2.29216, "WATTS":259, "CAD":65, "KPH":13.6188, "ALT":53, "LAT":34.459435583, "LON":-119.83056304, "TEMP":18, "LRBALANCE":49 }, + { "SECS":784, "KM":2.296, "WATTS":242, "CAD":66, "KPH":13.8168, "ALT":53.6, "LAT":34.459396188, "LON":-119.83056229, "TEMP":18, "LRBALANCE":49 }, + { "SECS":785, "KM":2.29984, "WATTS":238, "CAD":67, "KPH":13.842, "ALT":54, "LAT":34.459354949, "LON":-119.83056396, "TEMP":18, "LRBALANCE":51 }, + { "SECS":786, "KM":2.30376, "WATTS":211, "CAD":66, "KPH":14.094, "ALT":54.4, "LAT":34.459313208, "LON":-119.83056715, "TEMP":18, "LRBALANCE":48 }, + { "SECS":787, "KM":2.30766, "WATTS":190, "CAD":64, "KPH":14.0436, "ALT":54.4, "LAT":34.459271633, "LON":-119.83057201, "TEMP":18, "LRBALANCE":52 }, + { "SECS":788, "KM":2.31142, "WATTS":144, "CAD":62, "KPH":13.5216, "ALT":54.4, "LAT":34.459232322, "LON":-119.83057779, "TEMP":18, "LRBALANCE":50 }, + { "SECS":789, "KM":2.31502, "WATTS":191, "CAD":58, "KPH":12.9744, "ALT":54.4, "LAT":34.459199381, "LON":-119.83058282, "TEMP":18, "LRBALANCE":43 }, + { "SECS":790, "KM":2.31836, "WATTS":180, "CAD":56, "KPH":12.0168, "ALT":54.8, "LAT":34.459166859, "LON":-119.83058601, "TEMP":18, "LRBALANCE":52 }, + { "SECS":791, "KM":2.32169, "WATTS":144, "CAD":55, "KPH":11.9808, "ALT":55.2, "LAT":34.459135427, "LON":-119.8305881, "TEMP":18, "LRBALANCE":52 }, + { "SECS":792, "KM":2.32498, "WATTS":141, "CAD":53, "KPH":11.8512, "ALT":55.6, "LAT":34.459108102, "LON":-119.83058928, "TEMP":18, "LRBALANCE":47 }, + { "SECS":793, "KM":2.32812, "WATTS":141, "CAD":51, "KPH":11.3256, "ALT":56.2, "LAT":34.459078682, "LON":-119.83059221, "TEMP":18, "LRBALANCE":49 }, + { "SECS":794, "KM":2.33119, "WATTS":118, "CAD":48, "KPH":11.0484, "ALT":56.6, "LAT":34.459056721, "LON":-119.83058911, "TEMP":18, "LRBALANCE":46 }, + { "SECS":795, "KM":2.33402, "WATTS":125, "CAD":47, "KPH":10.1844, "ALT":56.6, "LAT":34.459030989, "LON":-119.83059053, "TEMP":18, "LRBALANCE":43 }, + { "SECS":796, "KM":2.33675, "WATTS":151, "CAD":44, "KPH":9.8172, "ALT":56.6, "LAT":34.459007352, "LON":-119.83058995, "TEMP":18, "LRBALANCE":43 }, + { "SECS":797, "KM":2.33935, "WATTS":151, "CAD":44, "KPH":9.3636, "ALT":56.6, "LAT":34.458983128, "LON":-119.83059405, "TEMP":18, "LRBALANCE":52 }, + { "SECS":798, "KM":2.34194, "WATTS":104, "CAD":41, "KPH":9.3384, "ALT":56.6, "LAT":34.458961922, "LON":-119.83059179, "TEMP":18, "LRBALANCE":48 }, + { "SECS":799, "KM":2.34441, "WATTS":147, "CAD":40, "KPH":8.8632, "ALT":56.6, "LAT":34.458938704, "LON":-119.83059464, "TEMP":18, "LRBALANCE":48 }, + { "SECS":800, "KM":2.34675, "WATTS":147, "CAD":40, "KPH":8.4348, "ALT":56.6, "LAT":34.458914229, "LON":-119.83059799, "TEMP":18, "LRBALANCE":43 }, + { "SECS":801, "KM":2.34911, "WATTS":140, "CAD":41, "KPH":8.4924, "ALT":56.6, "LAT":34.458890508, "LON":-119.83059992, "TEMP":18, "LRBALANCE":51 }, + { "SECS":802, "KM":2.35155, "WATTS":169, "CAD":42, "KPH":8.802, "ALT":56.6, "LAT":34.458867458, "LON":-119.83060361, "TEMP":18, "LRBALANCE":42 }, + { "SECS":803, "KM":2.354, "WATTS":169, "CAD":43, "KPH":8.8128, "ALT":57, "LAT":34.458842983, "LON":-119.83060629, "TEMP":18, "LRBALANCE":42 }, + { "SECS":804, "KM":2.35661, "WATTS":173, "CAD":44, "KPH":9.396, "ALT":57.4, "LAT":34.458817083, "LON":-119.83060847, "TEMP":18, "LRBALANCE":53 }, + { "SECS":805, "KM":2.35924, "WATTS":179, "CAD":45, "KPH":9.4788, "ALT":58, "LAT":34.458792105, "LON":-119.83060998, "TEMP":18, "LRBALANCE":51 }, + { "SECS":806, "KM":2.36193, "WATTS":161, "CAD":46, "KPH":9.6696, "ALT":58.4, "LAT":34.458767629, "LON":-119.83060679, "TEMP":18, "LRBALANCE":53 }, + { "SECS":807, "KM":2.36464, "WATTS":141, "CAD":47, "KPH":9.7668, "ALT":58.8, "LAT":34.458742232, "LON":-119.83060864, "TEMP":18, "LRBALANCE":53 }, + { "SECS":808, "KM":2.36744, "WATTS":141, "CAD":48, "KPH":10.0512, "ALT":58.8, "LAT":34.458716248, "LON":-119.83060981, "TEMP":18, "LRBALANCE":51 }, + { "SECS":809, "KM":2.37026, "WATTS":134, "CAD":48, "KPH":10.17, "ALT":58.8, "LAT":34.458690181, "LON":-119.8306099, "TEMP":18, "LRBALANCE":53 }, + { "SECS":810, "KM":2.37306, "WATTS":147, "CAD":48, "KPH":10.062, "ALT":58.8, "LAT":34.458665454, "LON":-119.83061358, "TEMP":18, "LRBALANCE":47 }, + { "SECS":811, "KM":2.37586, "WATTS":160, "CAD":48, "KPH":10.0908, "ALT":58.8, "LAT":34.458639303, "LON":-119.83061526, "TEMP":18, "LRBALANCE":49 }, + { "SECS":812, "KM":2.37877, "WATTS":127, "CAD":50, "KPH":10.476, "ALT":58.8, "LAT":34.458613822, "LON":-119.830614, "TEMP":18, "LRBALANCE":49 }, + { "SECS":813, "KM":2.38173, "WATTS":127, "CAD":50, "KPH":10.6632, "ALT":58.8, "LAT":34.458587251, "LON":-119.83061434, "TEMP":18, "LRBALANCE":52 }, + { "SECS":814, "KM":2.38464, "WATTS":118, "CAD":48, "KPH":10.4904, "ALT":58.8, "LAT":34.458561938, "LON":-119.83061727, "TEMP":18, "LRBALANCE":44 }, + { "SECS":815, "KM":2.38744, "WATTS":171, "CAD":48, "KPH":10.0512, "ALT":58.8, "LAT":34.458535115, "LON":-119.83061794, "TEMP":18, "LRBALANCE":47 }, + { "SECS":816, "KM":2.3903, "WATTS":142, "CAD":49, "KPH":10.3068, "ALT":58.8, "LAT":34.458507371, "LON":-119.83061828, "TEMP":18, "LRBALANCE":44 }, + { "SECS":817, "KM":2.39322, "WATTS":111, "CAD":49, "KPH":10.5048, "ALT":58.8, "LAT":34.458481974, "LON":-119.83061694, "TEMP":18, "LRBALANCE":54 }, + { "SECS":818, "KM":2.39613, "WATTS":94, "CAD":48, "KPH":10.476, "ALT":59.2, "LAT":34.458456242, "LON":-119.83061836, "TEMP":18, "LRBALANCE":54 }, + { "SECS":819, "KM":2.39902, "WATTS":94, "CAD":48, "KPH":10.4184, "ALT":59.8, "LAT":34.458432102, "LON":-119.83061668, "TEMP":18, "LRBALANCE":46 }, + { "SECS":820, "KM":2.40184, "WATTS":101, "CAD":46, "KPH":10.1412, "ALT":60.2, "LAT":34.458408884, "LON":-119.83061618, "TEMP":18, "LRBALANCE":39 }, + { "SECS":821, "KM":2.40451, "WATTS":106, "CAD":46, "KPH":9.6192, "ALT":60.6, "LAT":34.458386756, "LON":-119.8306161, "TEMP":18, "LRBALANCE":45 }, + { "SECS":822, "KM":2.4072, "WATTS":114, "CAD":46, "KPH":9.6696, "ALT":60.6, "LAT":34.458360688, "LON":-119.83061668, "TEMP":18, "LRBALANCE":45 }, + { "SECS":823, "KM":2.40992, "WATTS":114, "CAD":48, "KPH":9.8172, "ALT":61, "LAT":34.458334201, "LON":-119.83061526, "TEMP":18, "LRBALANCE":47 }, + { "SECS":824, "KM":2.41279, "WATTS":105, "CAD":50, "KPH":10.3068, "ALT":61, "LAT":34.458309056, "LON":-119.83060922, "TEMP":18, "LRBALANCE":55 }, + { "SECS":825, "KM":2.41571, "WATTS":54, "CAD":47, "KPH":10.5192, "ALT":61, "LAT":34.458281563, "LON":-119.83061132, "TEMP":18, "LRBALANCE":59 }, + { "SECS":826, "KM":2.41859, "WATTS":26, "CAD":45, "KPH":10.3752, "ALT":61, "LAT":34.45825868, "LON":-119.83061275, "TEMP":18, "LRBALANCE":39 }, + { "SECS":827, "KM":2.42125, "WATTS":26, "CAD":44, "KPH":9.5832, "ALT":61, "LAT":34.458234373, "LON":-119.83061434, "TEMP":18, "LRBALANCE":39 }, + { "SECS":828, "KM":2.42381, "WATTS":38, "CAD":42, "KPH":9.216, "ALT":61, "LAT":34.45821149, "LON":-119.83061526, "TEMP":18, "LRBALANCE":53 }, + { "SECS":829, "KM":2.42631, "WATTS":23, "CAD":40, "KPH":8.9892, "ALT":61, "LAT":34.458193637, "LON":-119.83061987, "TEMP":18, "LRBALANCE":54 }, + { "SECS":830, "KM":2.42872, "WATTS":23, "CAD":39, "KPH":8.6724, "ALT":61, "LAT":34.45817528, "LON":-119.83062155, "TEMP":18, "LRBALANCE":54 }, + { "SECS":831, "KM":2.43103, "WATTS":25, "CAD":36, "KPH":8.316, "ALT":61, "LAT":34.458157678, "LON":-119.83062247, "TEMP":18, "LRBALANCE":54 }, + { "SECS":832, "KM":2.43319, "WATTS":25, "CAD":36, "KPH":7.794, "ALT":61, "LAT":34.458141669, "LON":-119.8306228, "TEMP":18, "LRBALANCE":54 }, + { "SECS":833, "KM":2.43524, "WATTS":19, "CAD":34, "KPH":7.3728, "ALT":61, "LAT":34.45812633, "LON":-119.83062088, "TEMP":18, "LRBALANCE":61 }, + { "SECS":834, "KM":2.43725, "WATTS":14, "CAD":33, "KPH":7.2216, "ALT":61, "LAT":34.458110572, "LON":-119.8306166, "TEMP":18, "LRBALANCE":61 }, + { "SECS":835, "KM":2.43919, "WATTS":14, "CAD":32, "KPH":7.0092, "ALT":61, "LAT":34.458095149, "LON":-119.83061375, "TEMP":18, "LRBALANCE":45 }, + { "SECS":836, "KM":2.44107, "WATTS":44, "CAD":33, "KPH":6.7428, "ALT":61, "LAT":34.458080481, "LON":-119.83060428, "TEMP":18, "LRBALANCE":57 }, + { "SECS":837, "KM":2.44295, "WATTS":44, "CAD":34, "KPH":6.7788, "ALT":61, "LAT":34.458065561, "LON":-119.83059003, "TEMP":18, "LRBALANCE":57 }, + { "SECS":838, "KM":2.44501, "WATTS":44, "CAD":34, "KPH":7.4088, "ALT":61, "LAT":34.458059442, "LON":-119.83056715, "TEMP":18, "LRBALANCE":57 }, + { "SECS":839, "KM":2.44721, "WATTS":0, "CAD":17, "KPH":7.9128, "ALT":61, "LAT":34.45806246, "LON":-119.83054527, "TEMP":18, "LRBALANCE":0 }, + { "SECS":840, "KM":2.44948, "WATTS":0, "CAD":0, "KPH":8.1828, "ALT":61, "LAT":34.458077464, "LON":-119.83052993, "TEMP":18, "LRBALANCE":0 }, + { "SECS":841, "KM":2.45174, "WATTS":0, "CAD":0, "KPH":8.1396, "ALT":61, "LAT":34.458086348, "LON":-119.83051979, "TEMP":18, "LRBALANCE":0 }, + { "SECS":842, "KM":2.45388, "WATTS":0, "CAD":0, "KPH":7.6968, "ALT":61, "LAT":34.458105711, "LON":-119.83051686, "TEMP":18, "LRBALANCE":0 }, + { "SECS":843, "KM":2.45586, "WATTS":0, "CAD":0, "KPH":7.1316, "ALT":61, "LAT":34.458127084, "LON":-119.83052524, "TEMP":18, "LRBALANCE":0 }, + { "SECS":844, "KM":2.45777, "WATTS":40, "CAD":18, "KPH":6.8904, "ALT":61, "LAT":34.458144686, "LON":-119.83053965, "TEMP":18, "LRBALANCE":40 }, + { "SECS":845, "KM":2.45976, "WATTS":40, "CAD":36, "KPH":7.1532, "ALT":61, "LAT":34.458167318, "LON":-119.83056656, "TEMP":18, "LRBALANCE":40 }, + { "SECS":846, "KM":2.46193, "WATTS":29, "CAD":41, "KPH":7.8228, "ALT":61, "LAT":34.458189781, "LON":-119.83057528, "TEMP":18, "LRBALANCE":21 }, + { "SECS":847, "KM":2.46427, "WATTS":18, "CAD":43, "KPH":8.4168, "ALT":61, "LAT":34.458213669, "LON":-119.83058106, "TEMP":18, "LRBALANCE":42 }, + { "SECS":848, "KM":2.46688, "WATTS":18, "CAD":45, "KPH":9.396, "ALT":61, "LAT":34.458236301, "LON":-119.83058668, "TEMP":18, "LRBALANCE":42 }, + { "SECS":849, "KM":2.46963, "WATTS":18, "CAD":45, "KPH":9.882, "ALT":61, "LAT":34.458264045, "LON":-119.83058835, "TEMP":18, "LRBALANCE":42 }, + { "SECS":850, "KM":2.47249, "WATTS":0, "CAD":33, "KPH":10.3212, "ALT":61, "LAT":34.458291705, "LON":-119.83058584, "TEMP":18, "LRBALANCE":0 }, + { "SECS":851, "KM":2.47557, "WATTS":0, "CAD":0, "KPH":11.0808, "ALT":61, "LAT":34.458318611, "LON":-119.83058643, "TEMP":18, "LRBALANCE":0 }, + { "SECS":852, "KM":2.47877, "WATTS":0, "CAD":0, "KPH":11.5128, "ALT":61, "LAT":34.458345014, "LON":-119.83058768, "TEMP":18, "LRBALANCE":0 }, + { "SECS":853, "KM":2.48184, "WATTS":0, "CAD":0, "KPH":11.0628, "ALT":61, "LAT":34.458368567, "LON":-119.8305855, "TEMP":18, "LRBALANCE":0 }, + { "SECS":854, "KM":2.48483, "WATTS":0, "CAD":0, "KPH":10.7676, "ALT":61, "LAT":34.458391031, "LON":-119.83058802, "TEMP":18, "LRBALANCE":0 }, + { "SECS":855, "KM":2.48775, "WATTS":0, "CAD":0, "KPH":10.4904, "ALT":61, "LAT":34.458416512, "LON":-119.83058534, "TEMP":18, "LRBALANCE":0 }, + { "SECS":856, "KM":2.49068, "WATTS":0, "CAD":0, "KPH":10.548, "ALT":61, "LAT":34.458441238, "LON":-119.83058425, "TEMP":18, "LRBALANCE":0 }, + { "SECS":857, "KM":2.49364, "WATTS":0, "CAD":0, "KPH":10.6488, "ALT":61, "LAT":34.45846521, "LON":-119.83058291, "TEMP":18, "LRBALANCE":0 }, + { "SECS":858, "KM":2.49624, "WATTS":0, "CAD":0, "KPH":9.3852, "ALT":61, "LAT":34.458487758, "LON":-119.83058031, "TEMP":18, "LRBALANCE":0 }, + { "SECS":859, "KM":2.49859, "WATTS":0, "CAD":0, "KPH":8.4348, "ALT":61, "LAT":34.458509048, "LON":-119.83057754, "TEMP":18, "LRBALANCE":0 }, + { "SECS":860, "KM":2.50072, "WATTS":0, "CAD":0, "KPH":7.6824, "ALT":61, "LAT":34.458528829, "LON":-119.83057394, "TEMP":18, "LRBALANCE":0 }, + { "SECS":861, "KM":2.50279, "WATTS":0, "CAD":0, "KPH":7.4376, "ALT":61, "LAT":34.458548862, "LON":-119.83057117, "TEMP":18, "LRBALANCE":0 }, + { "SECS":862, "KM":2.50496, "WATTS":0, "CAD":0, "KPH":7.8408, "ALT":61, "LAT":34.458571493, "LON":-119.83056966, "TEMP":18, "LRBALANCE":0 }, + { "SECS":863, "KM":2.50748, "WATTS":0, "CAD":0, "KPH":9.0756, "ALT":61, "LAT":34.458597561, "LON":-119.83056949, "TEMP":18, "LRBALANCE":0 }, + { "SECS":864, "KM":2.5106, "WATTS":0, "CAD":0, "KPH":11.2248, "ALT":61, "LAT":34.458630921, "LON":-119.83056983, "TEMP":18, "LRBALANCE":0 }, + { "SECS":865, "KM":2.51394, "WATTS":0, "CAD":0, "KPH":11.9988, "ALT":61, "LAT":34.458662437, "LON":-119.83057008, "TEMP":18, "LRBALANCE":0 }, + { "SECS":866, "KM":2.51715, "WATTS":0, "CAD":0, "KPH":11.5668, "ALT":61, "LAT":34.458692779, "LON":-119.83057, "TEMP":18, "LRBALANCE":0 }, + { "SECS":867, "KM":2.52012, "WATTS":0, "CAD":0, "KPH":10.6956, "ALT":61, "LAT":34.458720607, "LON":-119.83056757, "TEMP":18, "LRBALANCE":0 }, + { "SECS":868, "KM":2.52263, "WATTS":0, "CAD":0, "KPH":9.0324, "ALT":61, "LAT":34.458742651, "LON":-119.83056321, "TEMP":18, "LRBALANCE":0 }, + { "SECS":869, "KM":2.52492, "WATTS":0, "CAD":0, "KPH":8.2548, "ALT":61, "LAT":34.458763271, "LON":-119.83055944, "TEMP":18, "LRBALANCE":0 }, + { "SECS":870, "KM":2.52703, "WATTS":0, "CAD":0, "KPH":7.5924, "ALT":61, "LAT":34.458779448, "LON":-119.83056178, "TEMP":18, "LRBALANCE":0 }, + { "SECS":871, "KM":2.52914, "WATTS":0, "CAD":0, "KPH":7.5924, "ALT":61, "LAT":34.458792608, "LON":-119.83057578, "TEMP":18, "LRBALANCE":0 }, + { "SECS":872, "KM":2.53097, "WATTS":0, "CAD":0, "KPH":6.5808, "ALT":61, "LAT":34.458796547, "LON":-119.83059456, "TEMP":18, "LRBALANCE":0 }, + { "SECS":873, "KM":2.53268, "WATTS":129, "CAD":18, "KPH":6.1704, "ALT":61, "LAT":34.458791015, "LON":-119.83060964, "TEMP":18, "LRBALANCE":42 }, + { "SECS":874, "KM":2.53459, "WATTS":129, "CAD":36, "KPH":6.8652, "ALT":61, "LAT":34.458784142, "LON":-119.83063144, "TEMP":18, "LRBALANCE":42 }, + { "SECS":875, "KM":2.53674, "WATTS":164, "CAD":41, "KPH":7.7436, "ALT":61, "LAT":34.45876721, "LON":-119.83064585, "TEMP":18, "LRBALANCE":48 }, + { "SECS":876, "KM":2.53905, "WATTS":146, "CAD":43, "KPH":8.3268, "ALT":61, "LAT":34.458741981, "LON":-119.83065742, "TEMP":18, "LRBALANCE":55 }, + { "SECS":877, "KM":2.54168, "WATTS":137, "CAD":45, "KPH":9.4428, "ALT":61, "LAT":34.458700407, "LON":-119.8306394, "TEMP":18, "LRBALANCE":55 }, + { "SECS":878, "KM":2.54436, "WATTS":137, "CAD":46, "KPH":9.6696, "ALT":61, "LAT":34.458671154, "LON":-119.83063831, "TEMP":18, "LRBALANCE":52 }, + { "SECS":879, "KM":2.54707, "WATTS":145, "CAD":47, "KPH":9.7668, "ALT":61, "LAT":34.458644248, "LON":-119.83063705, "TEMP":18, "LRBALANCE":42 }, + { "SECS":880, "KM":2.5498, "WATTS":135, "CAD":47, "KPH":9.8064, "ALT":61, "LAT":34.45861751, "LON":-119.83063496, "TEMP":18, "LRBALANCE":49 }, + { "SECS":881, "KM":2.55262, "WATTS":118, "CAD":47, "KPH":10.1556, "ALT":61, "LAT":34.458592699, "LON":-119.83063269, "TEMP":18, "LRBALANCE":50 }, + { "SECS":882, "KM":2.55544, "WATTS":144, "CAD":47, "KPH":10.1412, "ALT":61, "LAT":34.458569481, "LON":-119.83062901, "TEMP":18, "LRBALANCE":50 }, + { "SECS":883, "KM":2.55817, "WATTS":144, "CAD":47, "KPH":9.8568, "ALT":61, "LAT":34.458544084, "LON":-119.83063177, "TEMP":18, "LRBALANCE":40 }, + { "SECS":884, "KM":2.56091, "WATTS":155, "CAD":48, "KPH":9.8424, "ALT":61, "LAT":34.458518016, "LON":-119.83063169, "TEMP":18, "LRBALANCE":48 }, + { "SECS":885, "KM":2.56374, "WATTS":144, "CAD":49, "KPH":10.2096, "ALT":61, "LAT":34.458492619, "LON":-119.83062892, "TEMP":18, "LRBALANCE":53 }, + { "SECS":886, "KM":2.56662, "WATTS":105, "CAD":49, "KPH":10.3356, "ALT":61, "LAT":34.458467893, "LON":-119.83062783, "TEMP":18, "LRBALANCE":50 }, + { "SECS":887, "KM":2.56952, "WATTS":105, "CAD":49, "KPH":10.4616, "ALT":61, "LAT":34.458441825, "LON":-119.83062901, "TEMP":18, "LRBALANCE":50 }, + { "SECS":888, "KM":2.57231, "WATTS":88, "CAD":47, "KPH":10.0368, "ALT":61, "LAT":34.458415422, "LON":-119.83062825, "TEMP":18, "LRBALANCE":48 }, + { "SECS":889, "KM":2.57501, "WATTS":93, "CAD":45, "KPH":9.7308, "ALT":61, "LAT":34.458390779, "LON":-119.83062859, "TEMP":18, "LRBALANCE":49 }, + { "SECS":890, "KM":2.57764, "WATTS":86, "CAD":45, "KPH":9.4428, "ALT":61, "LAT":34.458368735, "LON":-119.83063404, "TEMP":18, "LRBALANCE":52 }, + { "SECS":891, "KM":2.58024, "WATTS":131, "CAD":45, "KPH":9.3852, "ALT":61, "LAT":34.458345768, "LON":-119.83063437, "TEMP":18, "LRBALANCE":52 }, + { "SECS":892, "KM":2.58294, "WATTS":131, "CAD":47, "KPH":9.6948, "ALT":61, "LAT":34.458321209, "LON":-119.83063152, "TEMP":18, "LRBALANCE":44 }, + { "SECS":893, "KM":2.58572, "WATTS":127, "CAD":50, "KPH":10.0368, "ALT":61, "LAT":34.458294974, "LON":-119.8306259, "TEMP":18, "LRBALANCE":58 }, + { "SECS":894, "KM":2.58865, "WATTS":79, "CAD":50, "KPH":10.5336, "ALT":61, "LAT":34.458267733, "LON":-119.83062649, "TEMP":17, "LRBALANCE":53 }, + { "SECS":895, "KM":2.5916, "WATTS":70, "CAD":50, "KPH":10.6056, "ALT":61, "LAT":34.458241665, "LON":-119.83062649, "TEMP":18, "LRBALANCE":57 }, + { "SECS":896, "KM":2.59456, "WATTS":41, "CAD":50, "KPH":10.6776, "ALT":61, "LAT":34.458214927, "LON":-119.83062599, "TEMP":17, "LRBALANCE":54 }, + { "SECS":897, "KM":2.59755, "WATTS":32, "CAD":49, "KPH":10.7532, "ALT":61, "LAT":34.458189446, "LON":-119.83062465, "TEMP":18, "LRBALANCE":54 }, + { "SECS":898, "KM":2.60043, "WATTS":32, "CAD":48, "KPH":10.3752, "ALT":61, "LAT":34.458169581, "LON":-119.83061652, "TEMP":18, "LRBALANCE":84 }, + { "SECS":899, "KM":2.60326, "WATTS":16, "CAD":45, "KPH":10.1952, "ALT":61, "LAT":34.458142675, "LON":-119.83062431, "TEMP":18, "LRBALANCE":38 }, + { "SECS":900, "KM":2.60592, "WATTS":23, "CAD":43, "KPH":9.5832, "ALT":61, "LAT":34.458120882, "LON":-119.83062314, "TEMP":18, "LRBALANCE":68 }, + { "SECS":901, "KM":2.60844, "WATTS":23, "CAD":43, "KPH":9.054, "ALT":61, "LAT":34.458102106, "LON":-119.83062414, "TEMP":17, "LRBALANCE":68 }, + { "SECS":902, "KM":2.61094, "WATTS":12, "CAD":42, "KPH":9.0108, "ALT":61, "LAT":34.458083415, "LON":-119.83061819, "TEMP":17, "LRBALANCE":75 }, + { "SECS":903, "KM":2.61342, "WATTS":33, "CAD":43, "KPH":8.9172, "ALT":61, "LAT":34.458069585, "LON":-119.83059757, "TEMP":18, "LRBALANCE":61 }, + { "SECS":904, "KM":2.61593, "WATTS":26, "CAD":45, "KPH":9.0432, "ALT":61, "LAT":34.458072351, "LON":-119.83057251, "TEMP":18, "LRBALANCE":61 }, + { "SECS":905, "KM":2.61859, "WATTS":51, "CAD":47, "KPH":9.5724, "ALT":61, "LAT":34.45808551, "LON":-119.83056178, "TEMP":17, "LRBALANCE":57 }, + { "SECS":906, "KM":2.62141, "WATTS":51, "CAD":50, "KPH":10.1556, "ALT":61, "LAT":34.458104537, "LON":-119.83053815, "TEMP":18, "LRBALANCE":52 }, + { "SECS":907, "KM":2.62432, "WATTS":75, "CAD":54, "KPH":10.476, "ALT":61, "LAT":34.458128677, "LON":-119.8305301, "TEMP":17, "LRBALANCE":36 }, + { "SECS":908, "KM":2.62752, "WATTS":73, "CAD":58, "KPH":11.5128, "ALT":61, "LAT":34.458164132, "LON":-119.83055424, "TEMP":17, "LRBALANCE":55 }, + { "SECS":909, "KM":2.63099, "WATTS":55, "CAD":62, "KPH":12.51, "ALT":61, "LAT":34.458197241, "LON":-119.83056497, "TEMP":17, "LRBALANCE":54 }, + { "SECS":910, "KM":2.6346, "WATTS":57, "CAD":65, "KPH":12.9744, "ALT":61, "LAT":34.458229008, "LON":-119.83057285, "TEMP":17, "LRBALANCE":43 }, + { "SECS":911, "KM":2.63842, "WATTS":19, "CAD":58, "KPH":13.7664, "ALT":61, "LAT":34.458264631, "LON":-119.83057377, "TEMP":17, "LRBALANCE":96 }, + { "SECS":912, "KM":2.6425, "WATTS":55, "CAD":54, "KPH":14.6628, "ALT":61, "LAT":34.458300841, "LON":-119.8305741, "TEMP":17, "LRBALANCE":35 }, + { "SECS":913, "KM":2.6468, "WATTS":63, "CAD":59, "KPH":15.4908, "ALT":61, "LAT":34.458342918, "LON":-119.83057369, "TEMP":17, "LRBALANCE":50 }, + { "SECS":914, "KM":2.65164, "WATTS":27, "CAD":64, "KPH":17.4276, "ALT":61, "LAT":34.458390779, "LON":-119.83057519, "TEMP":17, "LRBALANCE":62 }, + { "SECS":915, "KM":2.65676, "WATTS":9, "CAD":64, "KPH":18.432, "ALT":61, "LAT":34.45844107, "LON":-119.83057771, "TEMP":17, "LRBALANCE":62 }, + { "SECS":916, "KM":2.66222, "WATTS":9, "CAD":64, "KPH":19.6596, "ALT":61, "LAT":34.45848935, "LON":-119.83059648, "TEMP":17, "LRBALANCE":62 }, + { "SECS":917, "KM":2.66792, "WATTS":9, "CAD":64, "KPH":20.502, "ALT":61, "LAT":34.458540312, "LON":-119.83060378, "TEMP":17, "LRBALANCE":62 }, + { "SECS":918, "KM":2.67398, "WATTS":0, "CAD":0, "KPH":21.8448, "ALT":61, "LAT":34.458584988, "LON":-119.830613, "TEMP":17, "LRBALANCE":0 }, + { "SECS":919, "KM":2.67974, "WATTS":0, "CAD":0, "KPH":20.7252, "ALT":61, "LAT":34.458637626, "LON":-119.83061585, "TEMP":17, "LRBALANCE":0 }, + { "SECS":920, "KM":2.68532, "WATTS":0, "CAD":0, "KPH":20.0736, "ALT":61, "LAT":34.458686493, "LON":-119.83061375, "TEMP":17, "LRBALANCE":0 }, + { "SECS":921, "KM":2.68991, "WATTS":0, "CAD":0, "KPH":16.524, "ALT":61, "LAT":34.458721948, "LON":-119.83059657, "TEMP":17, "LRBALANCE":0 }, + { "SECS":922, "KM":2.6938, "WATTS":0, "CAD":0, "KPH":14.0184, "ALT":61, "LAT":34.45875162, "LON":-119.83058793, "TEMP":17, "LRBALANCE":0 }, + { "SECS":923, "KM":2.697, "WATTS":0, "CAD":0, "KPH":11.5308, "ALT":61, "LAT":34.458774167, "LON":-119.83058014, "TEMP":17, "LRBALANCE":0 }, + { "SECS":924, "KM":2.69934, "WATTS":0, "CAD":0, "KPH":8.406, "ALT":61, "LAT":34.458793194, "LON":-119.83057419, "TEMP":18, "LRBALANCE":0 }, + { "SECS":925, "KM":2.70156, "WATTS":0, "CAD":0, "KPH":7.9884, "ALT":61, "LAT":34.458805097, "LON":-119.83057561, "TEMP":17, "LRBALANCE":0 }, + { "SECS":926, "KM":2.70343, "WATTS":0, "CAD":0, "KPH":6.7392, "ALT":61, "LAT":34.45881725, "LON":-119.83057444, "TEMP":17, "LRBALANCE":0 }, + { "SECS":927, "KM":2.7053, "WATTS":0, "CAD":0, "KPH":6.7392, "ALT":61, "LAT":34.458827644, "LON":-119.83058433, "TEMP":18, "LRBALANCE":0 }, + { "SECS":928, "KM":2.70694, "WATTS":0, "CAD":0, "KPH":5.8932, "ALT":61, "LAT":34.45883502, "LON":-119.83059917, "TEMP":18, "LRBALANCE":0 }, + { "SECS":929, "KM":2.7087, "WATTS":41, "CAD":12, "KPH":6.3576, "ALT":61, "LAT":34.45883217, "LON":-119.83062113, "TEMP":18, "LRBALANCE":25 }, + { "SECS":930, "KM":2.71059, "WATTS":41, "CAD":24, "KPH":6.7932, "ALT":61, "LAT":34.45882404, "LON":-119.83063521, "TEMP":18, "LRBALANCE":25 }, + { "SECS":931, "KM":2.71259, "WATTS":139, "CAD":25, "KPH":7.1928, "ALT":61, "LAT":34.458815155, "LON":-119.83065415, "TEMP":18, "LRBALANCE":25 }, + { "SECS":932, "KM":2.71473, "WATTS":139, "CAD":28, "KPH":7.7148, "ALT":61, "LAT":34.458797385, "LON":-119.83066932, "TEMP":18, "LRBALANCE":45 }, + { "SECS":933, "KM":2.71705, "WATTS":197, "CAD":29, "KPH":8.352, "ALT":61, "LAT":34.458773832, "LON":-119.83067871, "TEMP":17, "LRBALANCE":45 }, + { "SECS":934, "KM":2.71949, "WATTS":197, "CAD":32, "KPH":8.784, "ALT":61, "LAT":34.458736533, "LON":-119.8306601, "TEMP":18, "LRBALANCE":47 }, + { "SECS":935, "KM":2.72232, "WATTS":197, "CAD":36, "KPH":10.1844, "ALT":61, "LAT":34.458709124, "LON":-119.83065289, "TEMP":18, "LRBALANCE":56 }, + { "SECS":936, "KM":2.72531, "WATTS":175, "CAD":38, "KPH":10.7676, "ALT":61, "LAT":34.458687163, "LON":-119.83064736, "TEMP":17, "LRBALANCE":56 }, + { "SECS":937, "KM":2.72845, "WATTS":175, "CAD":40, "KPH":11.3076, "ALT":61, "LAT":34.458657994, "LON":-119.83064502, "TEMP":18, "LRBALANCE":52 }, + { "SECS":938, "KM":2.73162, "WATTS":172, "CAD":40, "KPH":11.394, "ALT":61, "LAT":34.458627316, "LON":-119.83064426, "TEMP":17, "LRBALANCE":50 }, + { "SECS":939, "KM":2.7349, "WATTS":120, "CAD":41, "KPH":11.7972, "ALT":61, "LAT":34.458601165, "LON":-119.83064242, "TEMP":17, "LRBALANCE":50 }, + { "SECS":940, "KM":2.73813, "WATTS":120, "CAD":41, "KPH":11.6352, "ALT":61, "LAT":34.458571996, "LON":-119.83064225, "TEMP":17, "LRBALANCE":62 }, + { "SECS":941, "KM":2.74118, "WATTS":96, "CAD":45, "KPH":11.0016, "ALT":61, "LAT":34.45854333, "LON":-119.83064183, "TEMP":17, "LRBALANCE":45 }, + { "SECS":942, "KM":2.74412, "WATTS":142, "CAD":44, "KPH":10.5048, "ALT":61, "LAT":34.458516256, "LON":-119.8306425, "TEMP":17, "LRBALANCE":45 }, + { "SECS":943, "KM":2.74694, "WATTS":149, "CAD":44, "KPH":10.1844, "ALT":61, "LAT":34.458490105, "LON":-119.83064024, "TEMP":18, "LRBALANCE":45 }, + { "SECS":944, "KM":2.74982, "WATTS":149, "CAD":45, "KPH":10.3752, "ALT":61, "LAT":34.458464624, "LON":-119.83063898, "TEMP":17, "LRBALANCE":50 }, + { "SECS":945, "KM":2.75272, "WATTS":79, "CAD":44, "KPH":10.4616, "ALT":61, "LAT":34.458440651, "LON":-119.83063999, "TEMP":17, "LRBALANCE":56 }, + { "SECS":946, "KM":2.7555, "WATTS":65, "CAD":42, "KPH":10.0116, "ALT":61, "LAT":34.458417098, "LON":-119.8306389, "TEMP":17, "LRBALANCE":56 }, + { "SECS":947, "KM":2.7581, "WATTS":65, "CAD":39, "KPH":9.3744, "ALT":61, "LAT":34.458395389, "LON":-119.83063848, "TEMP":17, "LRBALANCE":41 }, + { "SECS":948, "KM":2.76055, "WATTS":78, "CAD":36, "KPH":8.8128, "ALT":61, "LAT":34.45837477, "LON":-119.83063806, "TEMP":17, "LRBALANCE":47 }, + { "SECS":949, "KM":2.76291, "WATTS":78, "CAD":36, "KPH":8.4924, "ALT":61, "LAT":34.458354569, "LON":-119.83063772, "TEMP":17, "LRBALANCE":47 }, + { "SECS":950, "KM":2.76524, "WATTS":71, "CAD":36, "KPH":8.3808, "ALT":61, "LAT":34.458336045, "LON":-119.83063747, "TEMP":17, "LRBALANCE":49 }, + { "SECS":951, "KM":2.76755, "WATTS":47, "CAD":35, "KPH":8.3268, "ALT":61, "LAT":34.458317689, "LON":-119.83063764, "TEMP":17, "LRBALANCE":49 }, + { "SECS":952, "KM":2.76982, "WATTS":47, "CAD":34, "KPH":8.1648, "ALT":61, "LAT":34.458299919, "LON":-119.83063823, "TEMP":17, "LRBALANCE":46 }, + { "SECS":953, "KM":2.77199, "WATTS":50, "CAD":33, "KPH":7.8012, "ALT":61, "LAT":34.458283155, "LON":-119.83063295, "TEMP":17, "LRBALANCE":46 }, + { "SECS":954, "KM":2.77403, "WATTS":50, "CAD":31, "KPH":7.3512, "ALT":61, "LAT":34.458265553, "LON":-119.83063068, "TEMP":17, "LRBALANCE":47 }, + { "SECS":955, "KM":2.77598, "WATTS":28, "CAD":30, "KPH":7.0344, "ALT":61, "LAT":34.458248287, "LON":-119.83063085, "TEMP":17, "LRBALANCE":47 }, + { "SECS":956, "KM":2.77795, "WATTS":28, "CAD":29, "KPH":7.074, "ALT":61, "LAT":34.458232948, "LON":-119.83063127, "TEMP":17, "LRBALANCE":75 }, + { "SECS":957, "KM":2.77981, "WATTS":28, "CAD":29, "KPH":6.7212, "ALT":61, "LAT":34.458219788, "LON":-119.83062389, "TEMP":17, "LRBALANCE":75 }, + { "SECS":958, "KM":2.7815, "WATTS":20, "CAD":26, "KPH":6.084, "ALT":61, "LAT":34.458211993, "LON":-119.83061157, "TEMP":17, "LRBALANCE":34 }, + { "SECS":959, "KM":2.78302, "WATTS":20, "CAD":25, "KPH":5.4684, "ALT":61, "LAT":34.458210987, "LON":-119.83059841, "TEMP":17, "LRBALANCE":34 }, + { "SECS":960, "KM":2.78454, "WATTS":39, "CAD":26, "KPH":5.4684, "ALT":61, "LAT":34.458211658, "LON":-119.83058752, "TEMP":17, "LRBALANCE":61 }, + { "SECS":961, "KM":2.78611, "WATTS":39, "CAD":27, "KPH":5.6556, "ALT":61, "LAT":34.458221968, "LON":-119.83056664, "TEMP":17, "LRBALANCE":61 }, + { "SECS":962, "KM":2.78806, "WATTS":6, "CAD":33, "KPH":7.0164, "ALT":61, "LAT":34.458240659, "LON":-119.8305524, "TEMP":17, "LRBALANCE":61 }, + { "SECS":963, "KM":2.79026, "WATTS":2, "CAD":35, "KPH":7.8984, "ALT":61, "LAT":34.458284664, "LON":-119.83056379, "TEMP":17, "LRBALANCE":61 }, + { "SECS":964, "KM":2.79286, "WATTS":2, "CAD":36, "KPH":9.3852, "ALT":61, "LAT":34.458313833, "LON":-119.83056312, "TEMP":17, "LRBALANCE":61 }, + { "SECS":965, "KM":2.79567, "WATTS":2, "CAD":36, "KPH":10.0908, "ALT":61, "LAT":34.458344427, "LON":-119.83056623, "TEMP":17, "LRBALANCE":61 }, + { "SECS":966, "KM":2.79889, "WATTS":0, "CAD":27, "KPH":11.5992, "ALT":61, "LAT":34.458373512, "LON":-119.8305669, "TEMP":17, "LRBALANCE":0 }, + { "SECS":967, "KM":2.80209, "WATTS":0, "CAD":0, "KPH":11.5128, "ALT":61, "LAT":34.458401592, "LON":-119.83056782, "TEMP":17, "LRBALANCE":0 }, + { "SECS":968, "KM":2.80506, "WATTS":0, "CAD":0, "KPH":10.6956, "ALT":61, "LAT":34.458427995, "LON":-119.83056555, "TEMP":17, "LRBALANCE":0 }, + { "SECS":969, "KM":2.80787, "WATTS":0, "CAD":0, "KPH":10.1412, "ALT":61, "LAT":34.458456661, "LON":-119.83056438, "TEMP":17, "LRBALANCE":0 }, + { "SECS":970, "KM":2.81071, "WATTS":0, "CAD":0, "KPH":10.1952, "ALT":61, "LAT":34.458483902, "LON":-119.83056296, "TEMP":17, "LRBALANCE":0 }, + { "SECS":971, "KM":2.81358, "WATTS":0, "CAD":0, "KPH":10.3464, "ALT":61, "LAT":34.458513742, "LON":-119.8305622, "TEMP":17, "LRBALANCE":0 }, + { "SECS":972, "KM":2.81686, "WATTS":0, "CAD":0, "KPH":11.8152, "ALT":61, "LAT":34.458545425, "LON":-119.83056254, "TEMP":17, "LRBALANCE":0 }, + { "SECS":973, "KM":2.82057, "WATTS":0, "CAD":0, "KPH":13.3344, "ALT":61, "LAT":34.458583563, "LON":-119.83056371, "TEMP":17, "LRBALANCE":0 }, + { "SECS":974, "KM":2.82444, "WATTS":0, "CAD":0, "KPH":13.9428, "ALT":61, "LAT":34.458619773, "LON":-119.83056581, "TEMP":17, "LRBALANCE":0 }, + { "SECS":975, "KM":2.82828, "WATTS":0, "CAD":0, "KPH":13.842, "ALT":61, "LAT":34.458653719, "LON":-119.83056581, "TEMP":17, "LRBALANCE":0 }, + { "SECS":976, "KM":2.83191, "WATTS":0, "CAD":0, "KPH":13.0608, "ALT":61, "LAT":34.458688588, "LON":-119.83056447, "TEMP":17, "LRBALANCE":0 }, + { "SECS":977, "KM":2.83507, "WATTS":0, "CAD":0, "KPH":11.376, "ALT":61, "LAT":34.458717422, "LON":-119.83056061, "TEMP":17, "LRBALANCE":0 }, + { "SECS":978, "KM":2.838, "WATTS":0, "CAD":0, "KPH":10.548, "ALT":61, "LAT":34.458742316, "LON":-119.83055466, "TEMP":17, "LRBALANCE":0 }, + { "SECS":979, "KM":2.84054, "WATTS":0, "CAD":0, "KPH":9.1512, "ALT":61, "LAT":34.458764696, "LON":-119.83055114, "TEMP":17, "LRBALANCE":0 }, + { "SECS":980, "KM":2.84285, "WATTS":0, "CAD":0, "KPH":8.2908, "ALT":61, "LAT":34.458780538, "LON":-119.83055424, "TEMP":17, "LRBALANCE":0 }, + { "SECS":981, "KM":2.84515, "WATTS":0, "CAD":0, "KPH":8.2908, "ALT":61, "LAT":34.458785315, "LON":-119.83057092, "TEMP":17, "LRBALANCE":0 }, + { "SECS":982, "KM":2.84696, "WATTS":165, "CAD":8, "KPH":6.5304, "ALT":61, "LAT":34.45877752, "LON":-119.83059011, "TEMP":17, "LRBALANCE":0 }, + { "SECS":983, "KM":2.8489, "WATTS":165, "CAD":35, "KPH":6.984, "ALT":61, "LAT":34.458772575, "LON":-119.83060772, "TEMP":17, "LRBALANCE":45 }, + { "SECS":984, "KM":2.85138, "WATTS":181, "CAD":40, "KPH":8.8956, "ALT":61, "LAT":34.458754721, "LON":-119.83063303, "TEMP":17, "LRBALANCE":53 }, + { "SECS":985, "KM":2.85408, "WATTS":158, "CAD":42, "KPH":9.7416, "ALT":61, "LAT":34.458728905, "LON":-119.83064837, "TEMP":17, "LRBALANCE":48 }, + { "SECS":986, "KM":2.85688, "WATTS":171, "CAD":44, "KPH":10.0764, "ALT":61, "LAT":34.458681883, "LON":-119.83063211, "TEMP":17, "LRBALANCE":48 }, + { "SECS":987, "KM":2.85982, "WATTS":171, "CAD":47, "KPH":10.5912, "ALT":61, "LAT":34.45865045, "LON":-119.8306306, "TEMP":17, "LRBALANCE":51 }, + { "SECS":988, "KM":2.86284, "WATTS":169, "CAD":47, "KPH":10.8756, "ALT":61, "LAT":34.458617593, "LON":-119.83063177, "TEMP":17, "LRBALANCE":51 }, + { "SECS":989, "KM":2.86592, "WATTS":142, "CAD":48, "KPH":11.0628, "ALT":61, "LAT":34.458589011, "LON":-119.830628, "TEMP":17, "LRBALANCE":50 }, + { "SECS":990, "KM":2.86906, "WATTS":137, "CAD":48, "KPH":11.3256, "ALT":61, "LAT":34.458559842, "LON":-119.83062515, "TEMP":17, "LRBALANCE":50 }, + { "SECS":991, "KM":2.87214, "WATTS":137, "CAD":48, "KPH":11.0808, "ALT":61, "LAT":34.458532433, "LON":-119.83062557, "TEMP":17, "LRBALANCE":50 }, + { "SECS":992, "KM":2.87517, "WATTS":149, "CAD":47, "KPH":10.9224, "ALT":61, "LAT":34.458505946, "LON":-119.83062716, "TEMP":17, "LRBALANCE":50 }, + { "SECS":993, "KM":2.87818, "WATTS":158, "CAD":47, "KPH":10.8288, "ALT":61, "LAT":34.458478705, "LON":-119.83062708, "TEMP":17, "LRBALANCE":49 }, + { "SECS":994, "KM":2.88123, "WATTS":132, "CAD":48, "KPH":10.9836, "ALT":61, "LAT":34.458450626, "LON":-119.83062758, "TEMP":17, "LRBALANCE":52 }, + { "SECS":995, "KM":2.88436, "WATTS":110, "CAD":48, "KPH":11.2608, "ALT":61, "LAT":34.458422966, "LON":-119.83062691, "TEMP":17, "LRBALANCE":52 }, + { "SECS":996, "KM":2.88748, "WATTS":110, "CAD":48, "KPH":11.2248, "ALT":61, "LAT":34.458394216, "LON":-119.8306275, "TEMP":17, "LRBALANCE":51 }, + { "SECS":997, "KM":2.89054, "WATTS":109, "CAD":46, "KPH":11.016, "ALT":61, "LAT":34.458365298, "LON":-119.8306285, "TEMP":17, "LRBALANCE":45 }, + { "SECS":998, "KM":2.89351, "WATTS":121, "CAD":46, "KPH":10.71, "ALT":61, "LAT":34.458339649, "LON":-119.83062909, "TEMP":17, "LRBALANCE":46 }, + { "SECS":999, "KM":2.89651, "WATTS":104, "CAD":47, "KPH":10.8, "ALT":61, "LAT":34.458315845, "LON":-119.83062641, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1000, "KM":2.89958, "WATTS":80, "CAD":48, "KPH":11.0484, "ALT":61, "LAT":34.458290196, "LON":-119.83062498, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1001, "KM":2.90266, "WATTS":80, "CAD":48, "KPH":11.0628, "ALT":61, "LAT":34.458264129, "LON":-119.83062381, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1002, "KM":2.90572, "WATTS":68, "CAD":48, "KPH":11.016, "ALT":61, "LAT":34.458235882, "LON":-119.83062272, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1003, "KM":2.90879, "WATTS":60, "CAD":47, "KPH":11.0628, "ALT":61, "LAT":34.458208473, "LON":-119.83061492, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1004, "KM":2.91181, "WATTS":44, "CAD":46, "KPH":10.8756, "ALT":61, "LAT":34.458188272, "LON":-119.83061132, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1005, "KM":2.91479, "WATTS":44, "CAD":45, "KPH":10.7388, "ALT":61.4, "LAT":34.458171089, "LON":-119.83060881, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1006, "KM":2.91768, "WATTS":30, "CAD":43, "KPH":10.3464, "ALT":61.8, "LAT":34.458144519, "LON":-119.83061451, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1007, "KM":2.92043, "WATTS":12, "CAD":42, "KPH":9.9468, "ALT":62.4, "LAT":34.458122977, "LON":-119.83061601, "TEMP":17, "LRBALANCE":71 }, + { "SECS":1008, "KM":2.92316, "WATTS":12, "CAD":42, "KPH":9.8316, "ALT":62.8, "LAT":34.458098921, "LON":-119.83061912, "TEMP":17, "LRBALANCE":71 }, + { "SECS":1009, "KM":2.92586, "WATTS":10, "CAD":41, "KPH":9.72, "ALT":63.2, "LAT":34.458077883, "LON":-119.83060629, "TEMP":17, "LRBALANCE":57 }, + { "SECS":1010, "KM":2.92847, "WATTS":18, "CAD":42, "KPH":9.3744, "ALT":63.2, "LAT":34.458065394, "LON":-119.83058358, "TEMP":17, "LRBALANCE":60 }, + { "SECS":1011, "KM":2.93121, "WATTS":35, "CAD":43, "KPH":9.8928, "ALT":63.2, "LAT":34.458071345, "LON":-119.83057042, "TEMP":17, "LRBALANCE":60 }, + { "SECS":1012, "KM":2.93402, "WATTS":35, "CAD":45, "KPH":10.1016, "ALT":63.2, "LAT":34.458081654, "LON":-119.830542, "TEMP":17, "LRBALANCE":41 }, + { "SECS":1013, "KM":2.93689, "WATTS":73, "CAD":49, "KPH":10.3212, "ALT":63.2, "LAT":34.458107471, "LON":-119.8305187, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1014, "KM":2.94005, "WATTS":88, "CAD":51, "KPH":11.394, "ALT":63.2, "LAT":34.458154745, "LON":-119.83054955, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1015, "KM":2.94333, "WATTS":64, "CAD":57, "KPH":11.7972, "ALT":63.2, "LAT":34.458192799, "LON":-119.83055541, "TEMP":17, "LRBALANCE":55 }, + { "SECS":1016, "KM":2.94701, "WATTS":22, "CAD":56, "KPH":13.266, "ALT":63.2, "LAT":34.458226913, "LON":-119.83055449, "TEMP":17, "LRBALANCE":82 }, + { "SECS":1017, "KM":2.95087, "WATTS":26, "CAD":50, "KPH":13.8924, "ALT":63.2, "LAT":34.458259183, "LON":-119.83056044, "TEMP":17, "LRBALANCE":73 }, + { "SECS":1018, "KM":2.95483, "WATTS":26, "CAD":45, "KPH":14.2272, "ALT":63.2, "LAT":34.458294806, "LON":-119.83056631, "TEMP":17, "LRBALANCE":73 }, + { "SECS":1019, "KM":2.95897, "WATTS":69, "CAD":41, "KPH":14.9184, "ALT":63.2, "LAT":34.458337554, "LON":-119.83057712, "TEMP":17, "LRBALANCE":42 }, + { "SECS":1020, "KM":2.96368, "WATTS":74, "CAD":44, "KPH":16.9632, "ALT":63.2, "LAT":34.458381727, "LON":-119.83058358, "TEMP":17, "LRBALANCE":56 }, + { "SECS":1021, "KM":2.96873, "WATTS":59, "CAD":48, "KPH":18.1692, "ALT":63.2, "LAT":34.458429336, "LON":-119.83058919, "TEMP":17, "LRBALANCE":56 }, + { "SECS":1022, "KM":2.97435, "WATTS":47, "CAD":53, "KPH":19.9152, "ALT":63.2, "LAT":34.458483651, "LON":-119.83059355, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1023, "KM":2.98007, "WATTS":36, "CAD":57, "KPH":20.9484, "ALT":63.2, "LAT":34.458539893, "LON":-119.83058777, "TEMP":17, "LRBALANCE":41 }, + { "SECS":1024, "KM":2.9863, "WATTS":61, "CAD":61, "KPH":22.4208, "ALT":63.2, "LAT":34.458599405, "LON":-119.83058617, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1025, "KM":2.99295, "WATTS":13, "CAD":61, "KPH":23.814, "ALT":63.2, "LAT":34.458665957, "LON":-119.830584, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1026, "KM":3.00006, "WATTS":2, "CAD":55, "KPH":25.7292, "ALT":62.8, "LAT":34.458733934, "LON":-119.8305819, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1027, "KM":3.00751, "WATTS":2, "CAD":44, "KPH":26.8092, "ALT":62.4, "LAT":34.458805097, "LON":-119.83057838, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1028, "KM":3.01543, "WATTS":2, "CAD":48, "KPH":28.5048, "ALT":62, "LAT":34.458878438, "LON":-119.83057712, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1029, "KM":3.02371, "WATTS":2, "CAD":46, "KPH":29.8368, "ALT":61.6, "LAT":34.458958485, "LON":-119.83057318, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1030, "KM":3.0323, "WATTS":2, "CAD":44, "KPH":30.9168, "ALT":61, "LAT":34.459041215, "LON":-119.83056849, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1031, "KM":3.04133, "WATTS":2, "CAD":44, "KPH":32.49, "ALT":61, "LAT":34.459128135, "LON":-119.83056287, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1032, "KM":3.05075, "WATTS":2, "CAD":41, "KPH":33.9264, "ALT":60.6, "LAT":34.45921933, "LON":-119.83055072, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1033, "KM":3.06057, "WATTS":2, "CAD":39, "KPH":35.334, "ALT":60, "LAT":34.459309352, "LON":-119.830541, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1034, "KM":3.07096, "WATTS":2, "CAD":39, "KPH":37.404, "ALT":59.4, "LAT":34.459408342, "LON":-119.8305363, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1035, "KM":3.08166, "WATTS":2, "CAD":42, "KPH":38.5308, "ALT":58.8, "LAT":34.459506578, "LON":-119.83054016, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1036, "KM":3.0929, "WATTS":2, "CAD":42, "KPH":40.464, "ALT":58.2, "LAT":34.459606574, "LON":-119.83054142, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1037, "KM":3.10454, "WATTS":2, "CAD":41, "KPH":41.9004, "ALT":57.4, "LAT":34.45970657, "LON":-119.83054854, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1038, "KM":3.11657, "WATTS":2, "CAD":41, "KPH":43.3188, "ALT":56.8, "LAT":34.459817547, "LON":-119.83055659, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1039, "KM":3.12906, "WATTS":2, "CAD":41, "KPH":44.9712, "ALT":56, "LAT":34.459924332, "LON":-119.83055851, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1040, "KM":3.14201, "WATTS":2, "CAD":40, "KPH":46.6128, "ALT":55.4, "LAT":34.460039416, "LON":-119.83055256, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1041, "KM":3.15524, "WATTS":2, "CAD":46, "KPH":47.6244, "ALT":54.6, "LAT":34.460157098, "LON":-119.83056145, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1042, "KM":3.16889, "WATTS":2, "CAD":46, "KPH":49.1508, "ALT":53.8, "LAT":34.460277629, "LON":-119.83056296, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1043, "KM":3.18272, "WATTS":2, "CAD":46, "KPH":49.7916, "ALT":52.8, "LAT":34.460397407, "LON":-119.83056966, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1044, "KM":3.19652, "WATTS":2, "CAD":45, "KPH":49.4676, "ALT":51.8, "LAT":34.46052389, "LON":-119.8305798, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1045, "KM":3.21008, "WATTS":2, "CAD":39, "KPH":48.996, "ALT":51, "LAT":34.460640314, "LON":-119.83058542, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1046, "KM":3.22314, "WATTS":2, "CAD":41, "KPH":47.0412, "ALT":50, "LAT":34.460754392, "LON":-119.83058911, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1047, "KM":3.23597, "WATTS":2, "CAD":46, "KPH":46.1916, "ALT":50, "LAT":34.460874002, "LON":-119.83059037, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1048, "KM":3.24836, "WATTS":2, "CAD":47, "KPH":44.5788, "ALT":50, "LAT":34.460981709, "LON":-119.83058911, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1049, "KM":3.26026, "WATTS":2, "CAD":43, "KPH":42.8364, "ALT":50, "LAT":34.461091847, "LON":-119.83058659, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1050, "KM":3.27177, "WATTS":2, "CAD":41, "KPH":41.4468, "ALT":50, "LAT":34.461198884, "LON":-119.83058374, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1051, "KM":3.28281, "WATTS":2, "CAD":39, "KPH":39.7296, "ALT":50, "LAT":34.461292007, "LON":-119.83057997, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1052, "KM":3.29325, "WATTS":2, "CAD":39, "KPH":37.5876, "ALT":50, "LAT":34.461385465, "LON":-119.83058291, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1053, "KM":3.30325, "WATTS":2, "CAD":43, "KPH":36, "ALT":50, "LAT":34.461473978, "LON":-119.83058316, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1054, "KM":3.31251, "WATTS":35, "CAD":71, "KPH":33.3396, "ALT":50, "LAT":34.461548577, "LON":-119.83058307, "TEMP":17, "LRBALANCE":42 }, + { "SECS":1055, "KM":3.32106, "WATTS":59, "CAD":76, "KPH":30.7944, "ALT":50, "LAT":34.461622925, "LON":-119.83058232, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1056, "KM":3.3291, "WATTS":39, "CAD":72, "KPH":28.9332, "ALT":50.6, "LAT":34.461688304, "LON":-119.83058131, "TEMP":17, "LRBALANCE":55 }, + { "SECS":1057, "KM":3.33649, "WATTS":60, "CAD":63, "KPH":26.6256, "ALT":51, "LAT":34.46175209, "LON":-119.83057762, "TEMP":17, "LRBALANCE":41 }, + { "SECS":1058, "KM":3.34328, "WATTS":16, "CAD":61, "KPH":24.4188, "ALT":51.4, "LAT":34.461806321, "LON":-119.83057561, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1059, "KM":3.34951, "WATTS":30, "CAD":66, "KPH":22.4208, "ALT":51.8, "LAT":34.461863821, "LON":-119.83057343, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1060, "KM":3.35504, "WATTS":62, "CAD":63, "KPH":19.9152, "ALT":52.2, "LAT":34.461909334, "LON":-119.83057234, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1061, "KM":3.36, "WATTS":62, "CAD":57, "KPH":17.874, "ALT":52.2, "LAT":34.461945377, "LON":-119.83057343, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1062, "KM":3.36445, "WATTS":106, "CAD":51, "KPH":16.0092, "ALT":52.6, "LAT":34.461983933, "LON":-119.83057461, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1063, "KM":3.36842, "WATTS":167, "CAD":46, "KPH":14.2272, "ALT":53.2, "LAT":34.46200975, "LON":-119.83057209, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1064, "KM":3.37201, "WATTS":125, "CAD":45, "KPH":12.9744, "ALT":53.6, "LAT":34.4620328, "LON":-119.83057092, "TEMP":17, "LRBALANCE":68 }, + { "SECS":1065, "KM":3.37533, "WATTS":125, "CAD":46, "KPH":11.9808, "ALT":54, "LAT":34.46206222, "LON":-119.83056807, "TEMP":17, "LRBALANCE":68 }, + { "SECS":1066, "KM":3.37839, "WATTS":160, "CAD":45, "KPH":11.016, "ALT":54.4, "LAT":34.46208108, "LON":-119.83057193, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1067, "KM":3.38132, "WATTS":188, "CAD":43, "KPH":10.548, "ALT":54.4, "LAT":34.462108237, "LON":-119.83057159, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1068, "KM":3.38411, "WATTS":156, "CAD":42, "KPH":10.0224, "ALT":54.4, "LAT":34.462129778, "LON":-119.83057469, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1069, "KM":3.38684, "WATTS":156, "CAD":41, "KPH":9.8424, "ALT":54.4, "LAT":34.462150733, "LON":-119.8305757, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1070, "KM":3.38951, "WATTS":126, "CAD":39, "KPH":9.6192, "ALT":54.4, "LAT":34.462168754, "LON":-119.83058793, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1071, "KM":3.39211, "WATTS":126, "CAD":39, "KPH":9.3276, "ALT":54.8, "LAT":34.462177304, "LON":-119.83061073, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1072, "KM":3.3946, "WATTS":79, "CAD":37, "KPH":8.9676, "ALT":55.2, "LAT":34.4621737, "LON":-119.83061819, "TEMP":17, "LRBALANCE":59 }, + { "SECS":1073, "KM":3.397, "WATTS":70, "CAD":52, "KPH":8.6652, "ALT":55.6, "LAT":34.462163474, "LON":-119.83063621, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1074, "KM":3.40007, "WATTS":40, "CAD":53, "KPH":11.0484, "ALT":56, "LAT":34.462133969, "LON":-119.83065851, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1075, "KM":3.40452, "WATTS":95, "CAD":56, "KPH":16.0092, "ALT":56.4, "LAT":34.462066327, "LON":-119.83062004, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1076, "KM":3.40968, "WATTS":67, "CAD":63, "KPH":18.5652, "ALT":56.4, "LAT":34.462008911, "LON":-119.83061451, "TEMP":17, "LRBALANCE":60 }, + { "SECS":1077, "KM":3.41564, "WATTS":46, "CAD":69, "KPH":21.4776, "ALT":56.4, "LAT":34.461946466, "LON":-119.8306073, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1078, "KM":3.4222, "WATTS":44, "CAD":79, "KPH":23.5944, "ALT":56.4, "LAT":34.461885446, "LON":-119.83060168, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1079, "KM":3.4293, "WATTS":44, "CAD":85, "KPH":25.56, "ALT":56, "LAT":34.461809254, "LON":-119.83059648, "TEMP":17, "LRBALANCE":37 }, + { "SECS":1080, "KM":3.43716, "WATTS":32, "CAD":72, "KPH":28.2924, "ALT":55.6, "LAT":34.46173256, "LON":-119.8305938, "TEMP":17, "LRBALANCE":37 }, + { "SECS":1081, "KM":3.44561, "WATTS":56, "CAD":84, "KPH":30.4272, "ALT":55, "LAT":34.461651675, "LON":-119.83059162, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1082, "KM":3.45447, "WATTS":52, "CAD":89, "KPH":31.8168, "ALT":54.6, "LAT":34.461565425, "LON":-119.83059053, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1083, "KM":3.46366, "WATTS":50, "CAD":93, "KPH":33.192, "ALT":54.2, "LAT":34.4614806, "LON":-119.8305943, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1084, "KM":3.47335, "WATTS":50, "CAD":96, "KPH":34.8516, "ALT":53.6, "LAT":34.461395775, "LON":-119.83059573, "TEMP":17, "LRBALANCE":33 }, + { "SECS":1085, "KM":3.48335, "WATTS":20, "CAD":88, "KPH":36, "ALT":53, "LAT":34.461305083, "LON":-119.83059447, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1086, "KM":3.49354, "WATTS":66, "CAD":74, "KPH":36.6876, "ALT":52.6, "LAT":34.461215732, "LON":-119.83059204, "TEMP":17, "LRBALANCE":29 }, + { "SECS":1087, "KM":3.50393, "WATTS":126, "CAD":75, "KPH":37.404, "ALT":52, "LAT":34.461118586, "LON":-119.83059011, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1088, "KM":3.51452, "WATTS":123, "CAD":76, "KPH":38.1492, "ALT":51.6, "LAT":34.461021775, "LON":-119.83058902, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1089, "KM":3.52517, "WATTS":131, "CAD":77, "KPH":38.34, "ALT":51, "LAT":34.460924293, "LON":-119.83059112, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1090, "KM":3.53604, "WATTS":122, "CAD":77, "KPH":39.1212, "ALT":50.6, "LAT":34.46082371, "LON":-119.83059464, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1091, "KM":3.54696, "WATTS":103, "CAD":77, "KPH":39.3228, "ALT":50, "LAT":34.460724888, "LON":-119.83059917, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1092, "KM":3.55794, "WATTS":140, "CAD":77, "KPH":39.5244, "ALT":50, "LAT":34.460622964, "LON":-119.83060445, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1093, "KM":3.56881, "WATTS":128, "CAD":77, "KPH":39.1212, "ALT":50, "LAT":34.460529925, "LON":-119.83061199, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1094, "KM":3.57968, "WATTS":132, "CAD":76, "KPH":39.1212, "ALT":50, "LAT":34.460428336, "LON":-119.83061895, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1095, "KM":3.59041, "WATTS":132, "CAD":74, "KPH":38.628, "ALT":50, "LAT":34.460332615, "LON":-119.83062305, "TEMP":17, "LRBALANCE":52 }, + { "SECS":1096, "KM":3.6009, "WATTS":107, "CAD":72, "KPH":37.7712, "ALT":50, "LAT":34.460240665, "LON":-119.83062473, "TEMP":17, "LRBALANCE":57 }, + { "SECS":1097, "KM":3.61114, "WATTS":40, "CAD":78, "KPH":36.864, "ALT":50, "LAT":34.460147375, "LON":-119.83062456, "TEMP":17, "LRBALANCE":66 }, + { "SECS":1098, "KM":3.62073, "WATTS":175, "CAD":83, "KPH":34.5384, "ALT":50, "LAT":34.460066489, "LON":-119.8306259, "TEMP":17, "LRBALANCE":33 }, + { "SECS":1099, "KM":3.63012, "WATTS":102, "CAD":83, "KPH":33.7788, "ALT":50, "LAT":34.459992645, "LON":-119.83062892, "TEMP":17, "LRBALANCE":67 }, + { "SECS":1100, "KM":3.63847, "WATTS":195, "CAD":87, "KPH":30.0708, "ALT":50, "LAT":34.459920728, "LON":-119.83063219, "TEMP":17, "LRBALANCE":40 }, + { "SECS":1101, "KM":3.64629, "WATTS":226, "CAD":85, "KPH":28.0872, "ALT":50.4, "LAT":34.459864234, "LON":-119.83062775, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1102, "KM":3.65339, "WATTS":254, "CAD":80, "KPH":25.6428, "ALT":51, "LAT":34.459803381, "LON":-119.83063135, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1103, "KM":3.66018, "WATTS":248, "CAD":77, "KPH":24.4188, "ALT":51.4, "LAT":34.45975309, "LON":-119.8306306, "TEMP":17, "LRBALANCE":62 }, + { "SECS":1104, "KM":3.66659, "WATTS":211, "CAD":77, "KPH":23.094, "ALT":52, "LAT":34.459706151, "LON":-119.8306218, "TEMP":17, "LRBALANCE":42 }, + { "SECS":1105, "KM":3.67268, "WATTS":239, "CAD":76, "KPH":21.906, "ALT":52.4, "LAT":34.459663571, "LON":-119.83061811, "TEMP":17, "LRBALANCE":37 }, + { "SECS":1106, "KM":3.67825, "WATTS":298, "CAD":75, "KPH":20.0736, "ALT":52.8, "LAT":34.459616632, "LON":-119.83060881, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1107, "KM":3.68369, "WATTS":298, "CAD":73, "KPH":19.5588, "ALT":53.2, "LAT":34.459568856, "LON":-119.83060151, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1108, "KM":3.68888, "WATTS":310, "CAD":71, "KPH":18.702, "ALT":53.6, "LAT":34.4595334, "LON":-119.8305907, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1109, "KM":3.69401, "WATTS":213, "CAD":69, "KPH":18.4752, "ALT":54, "LAT":34.459500375, "LON":-119.83058316, "TEMP":17, "LRBALANCE":65 }, + { "SECS":1110, "KM":3.69891, "WATTS":292, "CAD":70, "KPH":17.6256, "ALT":54.4, "LAT":34.459462238, "LON":-119.8305762, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1111, "KM":3.70362, "WATTS":308, "CAD":71, "KPH":16.9632, "ALT":54.4, "LAT":34.459422088, "LON":-119.83057184, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1112, "KM":3.70822, "WATTS":313, "CAD":71, "KPH":16.56, "ALT":54.8, "LAT":34.459383616, "LON":-119.83056983, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1113, "KM":3.71288, "WATTS":318, "CAD":73, "KPH":16.7796, "ALT":55.4, "LAT":34.459340868, "LON":-119.83057385, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1114, "KM":3.71763, "WATTS":344, "CAD":73, "KPH":17.0784, "ALT":55.8, "LAT":34.459302143, "LON":-119.83057427, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1115, "KM":3.72231, "WATTS":335, "CAD":74, "KPH":16.8516, "ALT":56.2, "LAT":34.459257719, "LON":-119.83057503, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1116, "KM":3.72712, "WATTS":309, "CAD":75, "KPH":17.3088, "ALT":56.6, "LAT":34.45921472, "LON":-119.83058098, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1117, "KM":3.73191, "WATTS":292, "CAD":75, "KPH":17.2692, "ALT":56.6, "LAT":34.459162417, "LON":-119.83058718, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1118, "KM":3.73673, "WATTS":279, "CAD":75, "KPH":17.3484, "ALT":56.6, "LAT":34.459119334, "LON":-119.83058324, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1119, "KM":3.74158, "WATTS":277, "CAD":75, "KPH":17.4672, "ALT":56.6, "LAT":34.459083376, "LON":-119.83057519, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1120, "KM":3.74639, "WATTS":264, "CAD":74, "KPH":17.2692, "ALT":57, "LAT":34.459034677, "LON":-119.83057494, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1121, "KM":3.75116, "WATTS":259, "CAD":73, "KPH":17.1936, "ALT":57.6, "LAT":34.458987906, "LON":-119.8305726, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1122, "KM":3.75587, "WATTS":250, "CAD":71, "KPH":16.9632, "ALT":58, "LAT":34.458941554, "LON":-119.83057846, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1123, "KM":3.7605, "WATTS":248, "CAD":70, "KPH":16.668, "ALT":58.4, "LAT":34.458900734, "LON":-119.83058358, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1124, "KM":3.76503, "WATTS":224, "CAD":69, "KPH":16.3152, "ALT":59, "LAT":34.458860501, "LON":-119.83058835, "TEMP":17, "LRBALANCE":52 }, + { "SECS":1125, "KM":3.76953, "WATTS":227, "CAD":67, "KPH":16.2108, "ALT":59, "LAT":34.458818172, "LON":-119.8305912, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1126, "KM":3.77388, "WATTS":174, "CAD":66, "KPH":15.6492, "ALT":59, "LAT":34.45877752, "LON":-119.83059322, "TEMP":17, "LRBALANCE":55 }, + { "SECS":1127, "KM":3.77808, "WATTS":187, "CAD":70, "KPH":15.1236, "ALT":59, "LAT":34.458734856, "LON":-119.83059791, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1128, "KM":3.78218, "WATTS":223, "CAD":70, "KPH":14.7456, "ALT":59.4, "LAT":34.458697724, "LON":-119.83060017, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1129, "KM":3.78628, "WATTS":207, "CAD":71, "KPH":14.7744, "ALT":59.8, "LAT":34.458658246, "LON":-119.83060051, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1130, "KM":3.79048, "WATTS":197, "CAD":71, "KPH":15.1236, "ALT":60.2, "LAT":34.458628993, "LON":-119.83059875, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1131, "KM":3.79468, "WATTS":187, "CAD":70, "KPH":15.0948, "ALT":60.6, "LAT":34.458591945, "LON":-119.83059824, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1132, "KM":3.79881, "WATTS":170, "CAD":69, "KPH":14.8896, "ALT":61.2, "LAT":34.4585554, "LON":-119.83059967, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1133, "KM":3.8029, "WATTS":158, "CAD":68, "KPH":14.7168, "ALT":61.2, "LAT":34.458524722, "LON":-119.8306026, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1134, "KM":3.80686, "WATTS":145, "CAD":66, "KPH":14.2524, "ALT":61.2, "LAT":34.458488847, "LON":-119.83060436, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1135, "KM":3.81075, "WATTS":80, "CAD":64, "KPH":13.9932, "ALT":61.2, "LAT":34.45845817, "LON":-119.83060378, "TEMP":17, "LRBALANCE":56 }, + { "SECS":1136, "KM":3.81454, "WATTS":71, "CAD":59, "KPH":13.644, "ALT":61.2, "LAT":34.458428414, "LON":-119.83060889, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1137, "KM":3.81801, "WATTS":109, "CAD":57, "KPH":12.4488, "ALT":61.2, "LAT":34.458403184, "LON":-119.83060897, "TEMP":17, "LRBALANCE":45 }, + { "SECS":1138, "KM":3.82134, "WATTS":65, "CAD":55, "KPH":11.9988, "ALT":61.2, "LAT":34.458373345, "LON":-119.83060839, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1139, "KM":3.82461, "WATTS":56, "CAD":52, "KPH":11.7972, "ALT":61.2, "LAT":34.458342835, "LON":-119.83060763, "TEMP":17, "LRBALANCE":56 }, + { "SECS":1140, "KM":3.82767, "WATTS":77, "CAD":50, "KPH":11.016, "ALT":61.2, "LAT":34.458313917, "LON":-119.83060596, "TEMP":17, "LRBALANCE":40 }, + { "SECS":1141, "KM":3.83058, "WATTS":83, "CAD":49, "KPH":10.5048, "ALT":61.2, "LAT":34.458280641, "LON":-119.83060411, "TEMP":17, "LRBALANCE":40 }, + { "SECS":1142, "KM":3.83349, "WATTS":83, "CAD":50, "KPH":10.4616, "ALT":61.6, "LAT":34.458248371, "LON":-119.8306109, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1143, "KM":3.83646, "WATTS":55, "CAD":50, "KPH":10.71, "ALT":62, "LAT":34.458220626, "LON":-119.83061048, "TEMP":17, "LRBALANCE":58 }, + { "SECS":1144, "KM":3.83943, "WATTS":48, "CAD":49, "KPH":10.6632, "ALT":62.4, "LAT":34.458196906, "LON":-119.83061073, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1145, "KM":3.84228, "WATTS":43, "CAD":48, "KPH":10.2924, "ALT":62.8, "LAT":34.458169916, "LON":-119.8306114, "TEMP":17, "LRBALANCE":61 }, + { "SECS":1146, "KM":3.84508, "WATTS":27, "CAD":47, "KPH":10.062, "ALT":63.4, "LAT":34.458145105, "LON":-119.83061275, "TEMP":17, "LRBALANCE":61 }, + { "SECS":1147, "KM":3.84789, "WATTS":27, "CAD":46, "KPH":10.1304, "ALT":63.4, "LAT":34.458120379, "LON":-119.83061233, "TEMP":17, "LRBALANCE":66 }, + { "SECS":1148, "KM":3.85059, "WATTS":11, "CAD":45, "KPH":9.7056, "ALT":63.4, "LAT":34.458097161, "LON":-119.83061174, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1149, "KM":3.85321, "WATTS":11, "CAD":43, "KPH":9.4428, "ALT":63.4, "LAT":34.458074195, "LON":-119.83060093, "TEMP":17, "LRBALANCE":88 }, + { "SECS":1150, "KM":3.85586, "WATTS":5, "CAD":42, "KPH":9.5364, "ALT":63.4, "LAT":34.458066902, "LON":-119.83057997, "TEMP":17, "LRBALANCE":88 }, + { "SECS":1151, "KM":3.85848, "WATTS":5, "CAD":44, "KPH":9.432, "ALT":63.4, "LAT":34.458069082, "LON":-119.83055742, "TEMP":17, "LRBALANCE":88 }, + { "SECS":1152, "KM":3.86119, "WATTS":15, "CAD":47, "KPH":9.756, "ALT":63.4, "LAT":34.458091713, "LON":-119.8305425, "TEMP":17, "LRBALANCE":68 }, + { "SECS":1153, "KM":3.86393, "WATTS":37, "CAD":48, "KPH":9.8424, "ALT":63.4, "LAT":34.458115769, "LON":-119.83052323, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1154, "KM":3.86683, "WATTS":30, "CAD":48, "KPH":10.4472, "ALT":63.4, "LAT":34.458150554, "LON":-119.83053253, "TEMP":17, "LRBALANCE":76 }, + { "SECS":1155, "KM":3.86975, "WATTS":30, "CAD":48, "KPH":10.5336, "ALT":63.4, "LAT":34.458182237, "LON":-119.83053639, "TEMP":17, "LRBALANCE":76 }, + { "SECS":1156, "KM":3.87273, "WATTS":68, "CAD":44, "KPH":10.71, "ALT":63.4, "LAT":34.458212496, "LON":-119.83054452, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1157, "KM":3.87598, "WATTS":74, "CAD":50, "KPH":11.6892, "ALT":63.4, "LAT":34.458242671, "LON":-119.83054753, "TEMP":17, "LRBALANCE":64 }, + { "SECS":1158, "KM":3.87964, "WATTS":52, "CAD":53, "KPH":13.176, "ALT":63.4, "LAT":34.458270834, "LON":-119.83055172, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1159, "KM":3.8836, "WATTS":65, "CAD":58, "KPH":14.2776, "ALT":63.4, "LAT":34.458305451, "LON":-119.83055466, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1160, "KM":3.88791, "WATTS":59, "CAD":63, "KPH":15.5232, "ALT":63.4, "LAT":34.458346271, "LON":-119.83055818, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1161, "KM":3.89254, "WATTS":51, "CAD":60, "KPH":16.668, "ALT":63.4, "LAT":34.458390109, "LON":-119.83056681, "TEMP":17, "LRBALANCE":16 }, + { "SECS":1162, "KM":3.89745, "WATTS":43, "CAD":59, "KPH":17.6688, "ALT":63.4, "LAT":34.4584404, "LON":-119.83057109, "TEMP":17, "LRBALANCE":67 }, + { "SECS":1163, "KM":3.90284, "WATTS":42, "CAD":59, "KPH":19.4112, "ALT":63.4, "LAT":34.458494715, "LON":-119.83057285, "TEMP":17, "LRBALANCE":81 }, + { "SECS":1164, "KM":3.90852, "WATTS":82, "CAD":59, "KPH":20.448, "ALT":63.4, "LAT":34.458551795, "LON":-119.83057218, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1165, "KM":3.91466, "WATTS":75, "CAD":63, "KPH":22.0968, "ALT":63.4, "LAT":34.458613822, "LON":-119.83056799, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1166, "KM":3.92126, "WATTS":63, "CAD":68, "KPH":23.7384, "ALT":63.4, "LAT":34.4586792, "LON":-119.83056044, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1167, "KM":3.92843, "WATTS":45, "CAD":67, "KPH":25.8156, "ALT":63, "LAT":34.458745836, "LON":-119.83056145, "TEMP":17, "LRBALANCE":56 }, + { "SECS":1168, "KM":3.93609, "WATTS":76, "CAD":56, "KPH":27.5832, "ALT":62.4, "LAT":34.458815993, "LON":-119.83056262, "TEMP":17, "LRBALANCE":19 }, + { "SECS":1169, "KM":3.94416, "WATTS":56, "CAD":59, "KPH":29.0448, "ALT":62, "LAT":34.458892604, "LON":-119.83056455, "TEMP":17, "LRBALANCE":58 }, + { "SECS":1170, "KM":3.95274, "WATTS":47, "CAD":62, "KPH":30.9168, "ALT":61.6, "LAT":34.458971645, "LON":-119.83056715, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1171, "KM":3.96177, "WATTS":15, "CAD":64, "KPH":32.49, "ALT":61.2, "LAT":34.459051776, "LON":-119.83056924, "TEMP":17, "LRBALANCE":47 }, + { "SECS":1172, "KM":3.97121, "WATTS":15, "CAD":61, "KPH":34.002, "ALT":60.8, "LAT":34.459141714, "LON":-119.83056916, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1173, "KM":3.98108, "WATTS":2, "CAD":49, "KPH":35.4996, "ALT":60.2, "LAT":34.459229724, "LON":-119.8305705, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1174, "KM":3.99136, "WATTS":2, "CAD":44, "KPH":37.0404, "ALT":59.6, "LAT":34.459324858, "LON":-119.83057268, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1175, "KM":4.00212, "WATTS":2, "CAD":44, "KPH":38.7252, "ALT":59, "LAT":34.459423932, "LON":-119.83057452, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1176, "KM":4.01333, "WATTS":2, "CAD":44, "KPH":40.356, "ALT":59, "LAT":34.459523174, "LON":-119.83057369, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1177, "KM":4.02481, "WATTS":2, "CAD":44, "KPH":41.3352, "ALT":57.6, "LAT":34.459631468, "LON":-119.83057503, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1178, "KM":4.03685, "WATTS":2, "CAD":45, "KPH":43.3188, "ALT":56.8, "LAT":34.459743534, "LON":-119.83057595, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1179, "KM":4.04923, "WATTS":2, "CAD":46, "KPH":44.5788, "ALT":56.2, "LAT":34.459856439, "LON":-119.83057771, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1180, "KM":4.06183, "WATTS":2, "CAD":48, "KPH":45.3708, "ALT":55.4, "LAT":34.459978144, "LON":-119.83057913, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1181, "KM":4.0749, "WATTS":2, "CAD":48, "KPH":47.0412, "ALT":54.6, "LAT":34.460103789, "LON":-119.83057964, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1182, "KM":4.08838, "WATTS":2, "CAD":48, "KPH":48.5316, "ALT":53.8, "LAT":34.460228847, "LON":-119.8305824, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1183, "KM":4.10215, "WATTS":2, "CAD":49, "KPH":49.5756, "ALT":53, "LAT":34.460366897, "LON":-119.83058626, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1184, "KM":4.11603, "WATTS":3, "CAD":50, "KPH":49.9536, "ALT":52.2, "LAT":34.460486423, "LON":-119.83059799, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1185, "KM":4.12977, "WATTS":2, "CAD":50, "KPH":49.4676, "ALT":51.4, "LAT":34.4606119, "LON":-119.83060629, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1186, "KM":4.14329, "WATTS":2, "CAD":50, "KPH":48.6828, "ALT":50.6, "LAT":34.460727402, "LON":-119.83059154, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1187, "KM":4.15644, "WATTS":2, "CAD":50, "KPH":47.3328, "ALT":49.8, "LAT":34.460849443, "LON":-119.8305819, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1188, "KM":4.16908, "WATTS":3, "CAD":50, "KPH":45.504, "ALT":49, "LAT":34.460967963, "LON":-119.83057897, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1189, "KM":4.18132, "WATTS":2, "CAD":51, "KPH":44.0676, "ALT":49, "LAT":34.461082292, "LON":-119.83057762, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1190, "KM":4.19309, "WATTS":2, "CAD":52, "KPH":42.3648, "ALT":49, "LAT":34.461184719, "LON":-119.83057662, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1191, "KM":4.20436, "WATTS":2, "CAD":52, "KPH":40.5684, "ALT":49, "LAT":34.46128044, "LON":-119.83058073, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1192, "KM":4.21517, "WATTS":2, "CAD":51, "KPH":38.9232, "ALT":49, "LAT":34.461368366, "LON":-119.83058534, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1193, "KM":4.22548, "WATTS":2, "CAD":51, "KPH":37.1304, "ALT":49, "LAT":34.461448749, "LON":-119.83058793, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1194, "KM":4.23516, "WATTS":2, "CAD":50, "KPH":34.8516, "ALT":49.4, "LAT":34.461520079, "LON":-119.83059539, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1195, "KM":4.24427, "WATTS":3, "CAD":48, "KPH":32.7672, "ALT":49.8, "LAT":34.461595097, "LON":-119.83059808, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1196, "KM":4.25269, "WATTS":52, "CAD":54, "KPH":30.3084, "ALT":50.2, "LAT":34.461657793, "LON":-119.83059984, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1197, "KM":4.26043, "WATTS":51, "CAD":66, "KPH":27.882, "ALT":50.6, "LAT":34.461719987, "LON":-119.83060218, "TEMP":18, "LRBALANCE":18 }, + { "SECS":1198, "KM":4.2677, "WATTS":115, "CAD":65, "KPH":26.1684, "ALT":51.2, "LAT":34.461779415, "LON":-119.83060143, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1199, "KM":4.2744, "WATTS":87, "CAD":61, "KPH":24.1128, "ALT":51.8, "LAT":34.461834987, "LON":-119.83059833, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1200, "KM":4.28066, "WATTS":39, "CAD":63, "KPH":22.5504, "ALT":52.2, "LAT":34.461886117, "LON":-119.83059565, "TEMP":18, "LRBALANCE":23 }, + { "SECS":1201, "KM":4.28619, "WATTS":54, "CAD":59, "KPH":19.9152, "ALT":52.8, "LAT":34.46193163, "LON":-119.83059213, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1202, "KM":4.29121, "WATTS":93, "CAD":56, "KPH":18.0432, "ALT":53.2, "LAT":34.46197178, "LON":-119.83058936, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1203, "KM":4.29574, "WATTS":150, "CAD":59, "KPH":16.3152, "ALT":53.2, "LAT":34.462006145, "LON":-119.83058852, "TEMP":18, "LRBALANCE":36 }, + { "SECS":1204, "KM":4.29974, "WATTS":185, "CAD":56, "KPH":14.4144, "ALT":53.2, "LAT":34.462036823, "LON":-119.83058869, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1205, "KM":4.30342, "WATTS":141, "CAD":53, "KPH":13.2444, "ALT":53.2, "LAT":34.462068674, "LON":-119.83058106, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1206, "KM":4.30687, "WATTS":108, "CAD":51, "KPH":12.4272, "ALT":53.8, "LAT":34.462093066, "LON":-119.83057687, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1207, "KM":4.31011, "WATTS":128, "CAD":48, "KPH":11.6532, "ALT":54.2, "LAT":34.462117625, "LON":-119.83057176, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1208, "KM":4.31291, "WATTS":128, "CAD":45, "KPH":10.0908, "ALT":54.6, "LAT":34.462142016, "LON":-119.83057117, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1209, "KM":4.31556, "WATTS":122, "CAD":40, "KPH":9.5364, "ALT":55.2, "LAT":34.46216339, "LON":-119.83056723, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1210, "KM":4.31794, "WATTS":122, "CAD":39, "KPH":8.5464, "ALT":55.6, "LAT":34.462177471, "LON":-119.83057268, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1211, "KM":4.32019, "WATTS":131, "CAD":37, "KPH":8.1072, "ALT":55.6, "LAT":34.462186859, "LON":-119.83059481, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1212, "KM":4.32236, "WATTS":95, "CAD":42, "KPH":7.8228, "ALT":55.6, "LAT":34.462178226, "LON":-119.83061761, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1213, "KM":4.32461, "WATTS":72, "CAD":55, "KPH":8.1072, "ALT":55.6, "LAT":34.462166659, "LON":-119.83064426, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1214, "KM":4.32782, "WATTS":23, "CAD":62, "KPH":11.5488, "ALT":55.6, "LAT":34.462136735, "LON":-119.83067041, "TEMP":18, "LRBALANCE":86 }, + { "SECS":1215, "KM":4.33201, "WATTS":34, "CAD":63, "KPH":15.066, "ALT":55.6, "LAT":34.462066914, "LON":-119.83064711, "TEMP":18, "LRBALANCE":35 }, + { "SECS":1216, "KM":4.33685, "WATTS":45, "CAD":60, "KPH":17.4276, "ALT":55.6, "LAT":34.462015785, "LON":-119.83064384, "TEMP":18, "LRBALANCE":17 }, + { "SECS":1217, "KM":4.34245, "WATTS":75, "CAD":63, "KPH":20.178, "ALT":55.6, "LAT":34.461953423, "LON":-119.83063647, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1218, "KM":4.34873, "WATTS":50, "CAD":72, "KPH":22.6188, "ALT":55.6, "LAT":34.461891397, "LON":-119.8306275, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1219, "KM":4.3557, "WATTS":58, "CAD":79, "KPH":25.0596, "ALT":55.6, "LAT":34.461822582, "LON":-119.83061459, "TEMP":18, "LRBALANCE":65 }, + { "SECS":1220, "KM":4.36322, "WATTS":29, "CAD":78, "KPH":27.0936, "ALT":55.6, "LAT":34.46174924, "LON":-119.83060579, "TEMP":18, "LRBALANCE":65 }, + { "SECS":1221, "KM":4.37138, "WATTS":59, "CAD":81, "KPH":29.3796, "ALT":55, "LAT":34.461669863, "LON":-119.83060143, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1222, "KM":4.38001, "WATTS":59, "CAD":85, "KPH":31.0428, "ALT":54.6, "LAT":34.461580848, "LON":-119.8306016, "TEMP":18, "LRBALANCE":40 }, + { "SECS":1223, "KM":4.38915, "WATTS":82, "CAD":88, "KPH":32.9076, "ALT":54.2, "LAT":34.461498873, "LON":-119.83059749, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1224, "KM":4.39874, "WATTS":75, "CAD":92, "KPH":34.5384, "ALT":53.6, "LAT":34.461409102, "LON":-119.83059908, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1226, "KM":4.42459, "WATTS":67, "CAD":94, "KPH":37.2204, "ALT":53.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1227, "KM":4.43524, "WATTS":70, "CAD":93, "KPH":38.34, "ALT":52.6, "LAT":34.461080113, "LON":-119.83058852, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1228, "KM":4.44605, "WATTS":64, "CAD":94, "KPH":38.9232, "ALT":52.2, "LAT":34.46098699, "LON":-119.83058928, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1229, "KM":4.45692, "WATTS":80, "CAD":94, "KPH":39.1212, "ALT":51.6, "LAT":34.460892442, "LON":-119.83059322, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1230, "KM":4.46773, "WATTS":59, "CAD":94, "KPH":38.9232, "ALT":51, "LAT":34.46079605, "LON":-119.83059749, "TEMP":18, "LRBALANCE":34 }, + { "SECS":1231, "KM":4.4786, "WATTS":97, "CAD":93, "KPH":39.1212, "ALT":51, "LAT":34.460696389, "LON":-119.83060109, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1232, "KM":4.4893, "WATTS":85, "CAD":93, "KPH":38.5308, "ALT":51, "LAT":34.460601925, "LON":-119.83060252, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1233, "KM":4.49998, "WATTS":102, "CAD":92, "KPH":38.2428, "ALT":51, "LAT":34.46050218, "LON":-119.83060436, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1234, "KM":4.51049, "WATTS":99, "CAD":90, "KPH":38.052, "ALT":51, "LAT":34.460410231, "LON":-119.83060688, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1235, "KM":4.52081, "WATTS":130, "CAD":88, "KPH":37.1304, "ALT":51, "LAT":34.460315683, "LON":-119.83060998, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1236, "KM":4.53081, "WATTS":128, "CAD":85, "KPH":36, "ALT":51, "LAT":34.460225578, "LON":-119.83061543, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1237, "KM":4.5404, "WATTS":71, "CAD":83, "KPH":34.5384, "ALT":51, "LAT":34.460137065, "LON":-119.83061233, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1238, "KM":4.54954, "WATTS":109, "CAD":93, "KPH":32.9076, "ALT":51, "LAT":34.460054, "LON":-119.83060914, "TEMP":18, "LRBALANCE":36 }, + { "SECS":1239, "KM":4.55806, "WATTS":166, "CAD":95, "KPH":30.672, "ALT":51, "LAT":34.459976216, "LON":-119.83060319, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1240, "KM":4.56598, "WATTS":117, "CAD":89, "KPH":28.5048, "ALT":51, "LAT":34.459910167, "LON":-119.83059732, "TEMP":18, "LRBALANCE":59 }, + { "SECS":1241, "KM":4.5731, "WATTS":135, "CAD":86, "KPH":25.6428, "ALT":51, "LAT":34.459851829, "LON":-119.83059498, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1242, "KM":4.57978, "WATTS":162, "CAD":85, "KPH":24.0372, "ALT":51, "LAT":34.459801621, "LON":-119.83059162, "TEMP":18, "LRBALANCE":40 }, + { "SECS":1243, "KM":4.5859, "WATTS":220, "CAD":84, "KPH":22.032, "ALT":51.4, "LAT":34.459754179, "LON":-119.83058961, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1244, "KM":4.59192, "WATTS":174, "CAD":80, "KPH":21.6612, "ALT":51.8, "LAT":34.459711599, "LON":-119.83058768, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1245, "KM":4.59736, "WATTS":190, "CAD":78, "KPH":19.6092, "ALT":52.2, "LAT":34.459668684, "LON":-119.83058852, "TEMP":18, "LRBALANCE":36 }, + { "SECS":1246, "KM":4.60243, "WATTS":265, "CAD":76, "KPH":18.2556, "ALT":52.6, "LAT":34.459625433, "LON":-119.83058668, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1247, "KM":4.60728, "WATTS":271, "CAD":74, "KPH":17.4276, "ALT":53, "LAT":34.459586541, "LON":-119.83058232, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1248, "KM":4.61192, "WATTS":289, "CAD":71, "KPH":16.704, "ALT":53, "LAT":34.459551086, "LON":-119.83057779, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1249, "KM":4.61652, "WATTS":298, "CAD":70, "KPH":16.56, "ALT":53.6, "LAT":34.459519319, "LON":-119.83056966, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1250, "KM":4.62101, "WATTS":287, "CAD":69, "KPH":16.1784, "ALT":54, "LAT":34.459488138, "LON":-119.83056162, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1251, "KM":4.62544, "WATTS":282, "CAD":68, "KPH":15.9408, "ALT":54.6, "LAT":34.459454107, "LON":-119.8305591, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1252, "KM":4.62986, "WATTS":270, "CAD":68, "KPH":15.8436, "ALT":55, "LAT":34.459417897, "LON":-119.83055625, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1253, "KM":4.6342, "WATTS":261, "CAD":68, "KPH":15.714, "ALT":55.4, "LAT":34.459376156, "LON":-119.83055692, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1254, "KM":4.63858, "WATTS":258, "CAD":68, "KPH":15.7464, "ALT":55.4, "LAT":34.459332737, "LON":-119.83055918, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1255, "KM":4.64289, "WATTS":221, "CAD":66, "KPH":15.5232, "ALT":55.4, "LAT":34.459288146, "LON":-119.83056203, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1256, "KM":4.64715, "WATTS":196, "CAD":66, "KPH":15.336, "ALT":56, "LAT":34.459245482, "LON":-119.83056623, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1257, "KM":4.6512, "WATTS":263, "CAD":68, "KPH":14.5764, "ALT":56.4, "LAT":34.45920441, "LON":-119.83057402, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1258, "KM":4.65522, "WATTS":271, "CAD":69, "KPH":14.4936, "ALT":56.8, "LAT":34.459165015, "LON":-119.8305798, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1259, "KM":4.65928, "WATTS":268, "CAD":70, "KPH":14.6052, "ALT":57.2, "LAT":34.459122435, "LON":-119.83058643, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1260, "KM":4.66346, "WATTS":243, "CAD":71, "KPH":15.0336, "ALT":57.8, "LAT":34.459084801, "LON":-119.83059271, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1261, "KM":4.66763, "WATTS":209, "CAD":70, "KPH":15.0048, "ALT":57.8, "LAT":34.459050183, "LON":-119.83059397, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1262, "KM":4.67175, "WATTS":212, "CAD":69, "KPH":14.8608, "ALT":57.8, "LAT":34.459013219, "LON":-119.83059565, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1263, "KM":4.6758, "WATTS":228, "CAD":68, "KPH":14.5764, "ALT":57.8, "LAT":34.458981703, "LON":-119.83059808, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1264, "KM":4.67977, "WATTS":227, "CAD":68, "KPH":14.2776, "ALT":57.8, "LAT":34.458949601, "LON":-119.83060126, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1265, "KM":4.68376, "WATTS":196, "CAD":67, "KPH":14.3856, "ALT":58.2, "LAT":34.458916492, "LON":-119.83060772, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1266, "KM":4.68773, "WATTS":224, "CAD":67, "KPH":14.2776, "ALT":58.6, "LAT":34.458882545, "LON":-119.83061191, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1267, "KM":4.69164, "WATTS":213, "CAD":66, "KPH":14.0688, "ALT":59, "LAT":34.458843989, "LON":-119.83061668, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1268, "KM":4.69549, "WATTS":214, "CAD":65, "KPH":13.8672, "ALT":59.4, "LAT":34.458802331, "LON":-119.83062054, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1269, "KM":4.69928, "WATTS":196, "CAD":64, "KPH":13.644, "ALT":59.8, "LAT":34.458761594, "LON":-119.8306218, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1270, "KM":4.70302, "WATTS":174, "CAD":64, "KPH":13.4748, "ALT":59.8, "LAT":34.458724379, "LON":-119.83062197, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1271, "KM":4.70677, "WATTS":156, "CAD":63, "KPH":13.428, "ALT":59.8, "LAT":34.458687079, "LON":-119.83062213, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1272, "KM":4.71046, "WATTS":140, "CAD":62, "KPH":13.3344, "ALT":59.8, "LAT":34.458653049, "LON":-119.83062448, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1273, "KM":4.71401, "WATTS":114, "CAD":59, "KPH":12.8016, "ALT":59.8, "LAT":34.458623293, "LON":-119.83062289, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1274, "KM":4.71745, "WATTS":146, "CAD":57, "KPH":12.366, "ALT":59.8, "LAT":34.458592364, "LON":-119.83062431, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1275, "KM":4.72078, "WATTS":148, "CAD":56, "KPH":11.9988, "ALT":60.2, "LAT":34.458565458, "LON":-119.83062121, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1276, "KM":4.72411, "WATTS":137, "CAD":56, "KPH":11.9232, "ALT":60.6, "LAT":34.458540983, "LON":-119.83061895, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1277, "KM":4.72734, "WATTS":144, "CAD":54, "KPH":11.6892, "ALT":61, "LAT":34.458517262, "LON":-119.83061719, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1278, "KM":4.73052, "WATTS":134, "CAD":54, "KPH":11.4444, "ALT":61.4, "LAT":34.458492368, "LON":-119.83061811, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1279, "KM":4.73371, "WATTS":129, "CAD":54, "KPH":11.4948, "ALT":62, "LAT":34.4584663, "LON":-119.83061912, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1280, "KM":4.73689, "WATTS":98, "CAD":54, "KPH":11.4264, "ALT":62, "LAT":34.458442495, "LON":-119.83062138, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1281, "KM":4.74001, "WATTS":125, "CAD":55, "KPH":11.2428, "ALT":62, "LAT":34.458416009, "LON":-119.83062113, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1282, "KM":4.74307, "WATTS":91, "CAD":56, "KPH":11.0016, "ALT":62, "LAT":34.458386085, "LON":-119.8306218, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1283, "KM":4.74615, "WATTS":81, "CAD":56, "KPH":11.0952, "ALT":62, "LAT":34.458358173, "LON":-119.83061987, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1284, "KM":4.74916, "WATTS":81, "CAD":55, "KPH":10.8612, "ALT":62, "LAT":34.458329843, "LON":-119.83061937, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1285, "KM":4.75211, "WATTS":52, "CAD":53, "KPH":10.5912, "ALT":62, "LAT":34.458301931, "LON":-119.83061928, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1286, "KM":4.75485, "WATTS":62, "CAD":52, "KPH":9.8676, "ALT":62, "LAT":34.458275612, "LON":-119.83062381, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1287, "KM":4.75761, "WATTS":89, "CAD":52, "KPH":9.9576, "ALT":62, "LAT":34.458249209, "LON":-119.83062507, "TEMP":18, "LRBALANCE":60 }, + { "SECS":1288, "KM":4.76051, "WATTS":76, "CAD":53, "KPH":10.4184, "ALT":62, "LAT":34.458222303, "LON":-119.8306228, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1289, "KM":4.76343, "WATTS":73, "CAD":54, "KPH":10.5192, "ALT":62, "LAT":34.458196403, "LON":-119.83061953, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1290, "KM":4.76634, "WATTS":42, "CAD":53, "KPH":10.4616, "ALT":62, "LAT":34.458170586, "LON":-119.83061543, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1291, "KM":4.76923, "WATTS":16, "CAD":52, "KPH":10.4328, "ALT":62, "LAT":34.458147033, "LON":-119.83061266, "TEMP":18, "LRBALANCE":59 }, + { "SECS":1292, "KM":4.772, "WATTS":16, "CAD":51, "KPH":9.9468, "ALT":62, "LAT":34.458123229, "LON":-119.83061057, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1293, "KM":4.77473, "WATTS":35, "CAD":51, "KPH":9.8316, "ALT":62, "LAT":34.458099256, "LON":-119.83060688, "TEMP":18, "LRBALANCE":62 }, + { "SECS":1294, "KM":4.7775, "WATTS":35, "CAD":51, "KPH":9.9828, "ALT":62, "LAT":34.458082241, "LON":-119.83058953, "TEMP":18, "LRBALANCE":62 }, + { "SECS":1295, "KM":4.78031, "WATTS":35, "CAD":51, "KPH":10.1304, "ALT":62, "LAT":34.458081319, "LON":-119.83056664, "TEMP":18, "LRBALANCE":62 }, + { "SECS":1296, "KM":4.78321, "WATTS":0, "CAD":0, "KPH":10.4184, "ALT":62, "LAT":34.458091797, "LON":-119.83055122, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1297, "KM":4.78616, "WATTS":0, "CAD":0, "KPH":10.6344, "ALT":62, "LAT":34.458114092, "LON":-119.83053379, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1298, "KM":4.78925, "WATTS":95, "CAD":40, "KPH":11.1132, "ALT":62, "LAT":34.458150889, "LON":-119.83053161, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1299, "KM":4.7924, "WATTS":112, "CAD":55, "KPH":11.3256, "ALT":62, "LAT":34.458191709, "LON":-119.83053563, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1300, "KM":4.79617, "WATTS":81, "CAD":59, "KPH":13.5936, "ALT":62, "LAT":34.45823102, "LON":-119.8305451, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1301, "KM":4.80024, "WATTS":36, "CAD":60, "KPH":14.6628, "ALT":62, "LAT":34.458268571, "LON":-119.83055449, "TEMP":18, "LRBALANCE":68 }, + { "SECS":1302, "KM":4.80451, "WATTS":60, "CAD":56, "KPH":15.3648, "ALT":62, "LAT":34.458306289, "LON":-119.83055667, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1303, "KM":4.80908, "WATTS":41, "CAD":57, "KPH":16.4556, "ALT":62, "LAT":34.458345014, "LON":-119.83055692, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1304, "KM":4.81395, "WATTS":49, "CAD":62, "KPH":17.5068, "ALT":62, "LAT":34.45838927, "LON":-119.83056053, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1305, "KM":4.81914, "WATTS":54, "CAD":67, "KPH":18.702, "ALT":62, "LAT":34.458436544, "LON":-119.83056195, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1306, "KM":4.82476, "WATTS":50, "CAD":72, "KPH":20.232, "ALT":62, "LAT":34.458487758, "LON":-119.83056379, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1307, "KM":4.83076, "WATTS":16, "CAD":62, "KPH":21.6, "ALT":62, "LAT":34.458543665, "LON":-119.83056681, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1308, "KM":4.83714, "WATTS":32, "CAD":65, "KPH":22.9572, "ALT":62, "LAT":34.458600997, "LON":-119.83056933, "TEMP":18, "LRBALANCE":18 }, + { "SECS":1309, "KM":4.84391, "WATTS":52, "CAD":56, "KPH":24.3432, "ALT":62, "LAT":34.458662353, "LON":-119.83056975, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1310, "KM":4.85107, "WATTS":38, "CAD":68, "KPH":25.8156, "ALT":62, "LAT":34.458727983, "LON":-119.830571, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1311, "KM":4.8587, "WATTS":38, "CAD":72, "KPH":27.4824, "ALT":62, "LAT":34.458795122, "LON":-119.83057234, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1312, "KM":4.86677, "WATTS":51, "CAD":76, "KPH":29.0448, "ALT":62, "LAT":34.458867123, "LON":-119.8305736, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1313, "KM":4.87526, "WATTS":14, "CAD":66, "KPH":30.5496, "ALT":62, "LAT":34.458942644, "LON":-119.83057452, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1314, "KM":4.88421, "WATTS":39, "CAD":64, "KPH":32.2164, "ALT":62, "LAT":34.459019003, "LON":-119.83057628, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1315, "KM":4.89347, "WATTS":55, "CAD":67, "KPH":33.3396, "ALT":61.4, "LAT":34.459099469, "LON":-119.83057997, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1316, "KM":4.90324, "WATTS":23, "CAD":70, "KPH":35.172, "ALT":60.8, "LAT":34.459178846, "LON":-119.83058684, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1317, "KM":4.91348, "WATTS":15, "CAD":70, "KPH":36.864, "ALT":60.4, "LAT":34.459265263, "LON":-119.83059389, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1318, "KM":4.92415, "WATTS":40, "CAD":69, "KPH":38.4336, "ALT":59.8, "LAT":34.459356877, "LON":-119.83059975, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1319, "KM":4.93542, "WATTS":41, "CAD":74, "KPH":40.5684, "ALT":59.2, "LAT":34.459454778, "LON":-119.83060679, "TEMP":18, "LRBALANCE":39 }, + { "SECS":1320, "KM":4.94709, "WATTS":51, "CAD":76, "KPH":42.0156, "ALT":58.6, "LAT":34.459554271, "LON":-119.83061216, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1321, "KM":4.9592, "WATTS":48, "CAD":79, "KPH":43.5672, "ALT":57.8, "LAT":34.45966223, "LON":-119.83061585, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1322, "KM":4.9718, "WATTS":51, "CAD":82, "KPH":45.3708, "ALT":57.2, "LAT":34.459773458, "LON":-119.83062062, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1323, "KM":4.98487, "WATTS":22, "CAD":82, "KPH":47.0412, "ALT":56.4, "LAT":34.459886865, "LON":-119.83062641, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1324, "KM":4.99818, "WATTS":22, "CAD":74, "KPH":47.9232, "ALT":55.6, "LAT":34.46000572, "LON":-119.83063353, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1325, "KM":5.0121, "WATTS":2, "CAD":56, "KPH":50.1156, "ALT":54.8, "LAT":34.460143938, "LON":-119.83063655, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1326, "KM":5.02611, "WATTS":2, "CAD":52, "KPH":50.4468, "ALT":53.8, "LAT":34.460273355, "LON":-119.83063923, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1327, "KM":5.04017, "WATTS":2, "CAD":50, "KPH":50.6124, "ALT":53, "LAT":34.460404867, "LON":-119.83061199, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1328, "KM":5.05407, "WATTS":2, "CAD":50, "KPH":49.9536, "ALT":52, "LAT":34.460534199, "LON":-119.83061367, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1329, "KM":5.06761, "WATTS":2, "CAD":50, "KPH":48.8376, "ALT":51.2, "LAT":34.460653474, "LON":-119.83060235, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1330, "KM":5.08088, "WATTS":2, "CAD":52, "KPH":47.7756, "ALT":50.2, "LAT":34.46077476, "LON":-119.83059506, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1331, "KM":5.09364, "WATTS":2, "CAD":50, "KPH":45.9144, "ALT":49.4, "LAT":34.460896633, "LON":-119.83058961, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1332, "KM":5.10595, "WATTS":3, "CAD":55, "KPH":44.3232, "ALT":49.4, "LAT":34.461007693, "LON":-119.83059078, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1333, "KM":5.11785, "WATTS":2, "CAD":54, "KPH":42.8364, "ALT":49.4, "LAT":34.461114227, "LON":-119.83058978, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1334, "KM":5.1293, "WATTS":2, "CAD":54, "KPH":41.004, "ALT":49.4, "LAT":34.461220007, "LON":-119.83058986, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1335, "KM":5.14021, "WATTS":2, "CAD":54, "KPH":39.3228, "ALT":49.4, "LAT":34.461315896, "LON":-119.83058718, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1336, "KM":5.15072, "WATTS":2, "CAD":54, "KPH":37.2204, "ALT":49.4, "LAT":34.461410108, "LON":-119.83058383, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1337, "KM":5.1603, "WATTS":3, "CAD":55, "KPH":35.172, "ALT":49.4, "LAT":34.461488563, "LON":-119.83058894, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1338, "KM":5.16935, "WATTS":7, "CAD":56, "KPH":32.6268, "ALT":49.4, "LAT":34.461566766, "LON":-119.83059053, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1339, "KM":5.17794, "WATTS":35, "CAD":55, "KPH":30.9168, "ALT":49.8, "LAT":34.46163818, "LON":-119.8305928, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1340, "KM":5.18574, "WATTS":14, "CAD":53, "KPH":28.0872, "ALT":50.4, "LAT":34.461705822, "LON":-119.83059263, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1341, "KM":5.19268, "WATTS":21, "CAD":57, "KPH":24.9768, "ALT":50.8, "LAT":34.461768351, "LON":-119.83059028, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1342, "KM":5.199, "WATTS":39, "CAD":57, "KPH":22.752, "ALT":51.2, "LAT":34.461826689, "LON":-119.83058609, "TEMP":18, "LRBALANCE":63 }, + { "SECS":1343, "KM":5.20466, "WATTS":32, "CAD":61, "KPH":20.394, "ALT":51.8, "LAT":34.461877651, "LON":-119.83058223, "TEMP":18, "LRBALANCE":40 }, + { "SECS":1344, "KM":5.20977, "WATTS":107, "CAD":66, "KPH":18.3888, "ALT":52.2, "LAT":34.461921991, "LON":-119.83058022, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1345, "KM":5.21441, "WATTS":54, "CAD":62, "KPH":16.704, "ALT":52.6, "LAT":34.461957866, "LON":-119.83058022, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1346, "KM":5.21855, "WATTS":140, "CAD":58, "KPH":14.8896, "ALT":53.2, "LAT":34.461987621, "LON":-119.83058106, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1347, "KM":5.22213, "WATTS":137, "CAD":55, "KPH":12.8664, "ALT":53.6, "LAT":34.462016036, "LON":-119.83058123, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1348, "KM":5.22556, "WATTS":137, "CAD":53, "KPH":12.366, "ALT":53.6, "LAT":34.462042523, "LON":-119.83058073, "TEMP":18, "LRBALANCE":64 }, + { "SECS":1349, "KM":5.22861, "WATTS":172, "CAD":52, "KPH":10.9836, "ALT":53.6, "LAT":34.462069932, "LON":-119.83057721, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1350, "KM":5.23161, "WATTS":145, "CAD":49, "KPH":10.8, "ALT":53.6, "LAT":34.462091054, "LON":-119.83057922, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1351, "KM":5.23435, "WATTS":127, "CAD":46, "KPH":9.8568, "ALT":54.2, "LAT":34.462112093, "LON":-119.83058064, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1352, "KM":5.23685, "WATTS":127, "CAD":43, "KPH":9.0108, "ALT":54.6, "LAT":34.462132461, "LON":-119.8305788, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1353, "KM":5.23933, "WATTS":134, "CAD":42, "KPH":8.928, "ALT":55, "LAT":34.46215023, "LON":-119.83058475, "TEMP":18, "LRBALANCE":59 }, + { "SECS":1354, "KM":5.24172, "WATTS":145, "CAD":41, "KPH":8.6148, "ALT":55.4, "LAT":34.462164899, "LON":-119.83059674, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1355, "KM":5.24412, "WATTS":145, "CAD":40, "KPH":8.6364, "ALT":56, "LAT":34.462166324, "LON":-119.83061668, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1356, "KM":5.24644, "WATTS":72, "CAD":41, "KPH":8.334, "ALT":56, "LAT":34.462159534, "LON":-119.83063001, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1357, "KM":5.24942, "WATTS":32, "CAD":49, "KPH":10.7388, "ALT":56, "LAT":34.4621364, "LON":-119.83064619, "TEMP":18, "LRBALANCE":83 }, + { "SECS":1358, "KM":5.25291, "WATTS":61, "CAD":52, "KPH":12.5496, "ALT":56, "LAT":34.462088791, "LON":-119.83063789, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1359, "KM":5.25762, "WATTS":28, "CAD":53, "KPH":16.9632, "ALT":56, "LAT":34.462042774, "LON":-119.83063512, "TEMP":18, "LRBALANCE":63 }, + { "SECS":1360, "KM":5.26311, "WATTS":68, "CAD":53, "KPH":19.7604, "ALT":56, "LAT":34.461989884, "LON":-119.83062817, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1361, "KM":5.2693, "WATTS":64, "CAD":58, "KPH":22.2912, "ALT":56, "LAT":34.461933642, "LON":-119.83062197, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1362, "KM":5.27619, "WATTS":69, "CAD":64, "KPH":24.8148, "ALT":56, "LAT":34.461866754, "LON":-119.83061593, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1363, "KM":5.28366, "WATTS":51, "CAD":71, "KPH":26.9028, "ALT":56, "LAT":34.461796598, "LON":-119.83061316, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1364, "KM":5.29183, "WATTS":51, "CAD":77, "KPH":29.3796, "ALT":55.4, "LAT":34.461718646, "LON":-119.830614, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1365, "KM":5.30045, "WATTS":55, "CAD":82, "KPH":31.0428, "ALT":55, "LAT":34.461636084, "LON":-119.83061375, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1366, "KM":5.30955, "WATTS":66, "CAD":86, "KPH":32.7672, "ALT":54.6, "LAT":34.461547404, "LON":-119.83061518, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1367, "KM":5.31914, "WATTS":71, "CAD":90, "KPH":34.5384, "ALT":54.2, "LAT":34.461461322, "LON":-119.83062381, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1368, "KM":5.32907, "WATTS":87, "CAD":85, "KPH":35.748, "ALT":53.6, "LAT":34.461369456, "LON":-119.83062733, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1369, "KM":5.33931, "WATTS":73, "CAD":89, "KPH":36.864, "ALT":53, "LAT":34.461277087, "LON":-119.83062808, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1370, "KM":5.34976, "WATTS":66, "CAD":92, "KPH":37.5876, "ALT":52.4, "LAT":34.461182707, "LON":-119.83063152, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1371, "KM":5.36035, "WATTS":67, "CAD":93, "KPH":38.1492, "ALT":52, "LAT":34.46108883, "LON":-119.83063186, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1372, "KM":5.37106, "WATTS":77, "CAD":93, "KPH":38.5308, "ALT":51.4, "LAT":34.460993528, "LON":-119.83063085, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1373, "KM":5.38181, "WATTS":68, "CAD":94, "KPH":38.7252, "ALT":51.4, "LAT":34.460900153, "LON":-119.83063336, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1374, "KM":5.39262, "WATTS":93, "CAD":94, "KPH":38.9232, "ALT":51.4, "LAT":34.460804935, "LON":-119.83062909, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1375, "KM":5.40341, "WATTS":118, "CAD":94, "KPH":38.8224, "ALT":51.4, "LAT":34.460708459, "LON":-119.83062968, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1376, "KM":5.41417, "WATTS":153, "CAD":94, "KPH":38.7252, "ALT":51, "LAT":34.460609972, "LON":-119.83062834, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1377, "KM":5.42487, "WATTS":118, "CAD":93, "KPH":38.5308, "ALT":50.6, "LAT":34.460510646, "LON":-119.83062917, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1378, "KM":5.43552, "WATTS":110, "CAD":92, "KPH":38.34, "ALT":50, "LAT":34.460415512, "LON":-119.83062758, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1379, "KM":5.44591, "WATTS":136, "CAD":89, "KPH":37.404, "ALT":49.6, "LAT":34.46032088, "LON":-119.83062808, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1380, "KM":5.45605, "WATTS":80, "CAD":87, "KPH":36.5112, "ALT":49.2, "LAT":34.460227422, "LON":-119.830628, "TEMP":18, "LRBALANCE":64 }, + { "SECS":1381, "KM":5.46578, "WATTS":162, "CAD":94, "KPH":35.0136, "ALT":49.2, "LAT":34.460138406, "LON":-119.8306285, "TEMP":18, "LRBALANCE":30 }, + { "SECS":1382, "KM":5.47504, "WATTS":213, "CAD":92, "KPH":33.3396, "ALT":49.2, "LAT":34.460058778, "LON":-119.83062557, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1383, "KM":5.48378, "WATTS":137, "CAD":90, "KPH":31.4892, "ALT":49.2, "LAT":34.459980491, "LON":-119.83062347, "TEMP":18, "LRBALANCE":58 }, + { "SECS":1384, "KM":5.49204, "WATTS":210, "CAD":88, "KPH":29.7216, "ALT":49.2, "LAT":34.4599131, "LON":-119.83062297, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1385, "KM":5.49957, "WATTS":177, "CAD":84, "KPH":27.0936, "ALT":49.6, "LAT":34.459853924, "LON":-119.83062062, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1386, "KM":5.50662, "WATTS":220, "CAD":85, "KPH":25.3908, "ALT":50, "LAT":34.459796676, "LON":-119.83061618, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1387, "KM":5.51315, "WATTS":213, "CAD":80, "KPH":23.5188, "ALT":50.4, "LAT":34.459746636, "LON":-119.83060964, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1388, "KM":5.51943, "WATTS":294, "CAD":80, "KPH":22.6188, "ALT":50.8, "LAT":34.459698524, "LON":-119.83060537, "TEMP":18, "LRBALANCE":34 }, + { "SECS":1389, "KM":5.52532, "WATTS":308, "CAD":78, "KPH":21.1824, "ALT":51.4, "LAT":34.459654016, "LON":-119.83060193, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1390, "KM":5.53098, "WATTS":309, "CAD":75, "KPH":20.394, "ALT":51.8, "LAT":34.459611184, "LON":-119.83059741, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1391, "KM":5.53646, "WATTS":303, "CAD":72, "KPH":19.71, "ALT":52.4, "LAT":34.45957313, "LON":-119.83059187, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1392, "KM":5.54176, "WATTS":318, "CAD":71, "KPH":19.0728, "ALT":53, "LAT":34.459542536, "LON":-119.83058408, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1393, "KM":5.54689, "WATTS":187, "CAD":68, "KPH":18.4752, "ALT":53.4, "LAT":34.459513535, "LON":-119.83057176, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1394, "KM":5.55174, "WATTS":194, "CAD":70, "KPH":17.4672, "ALT":53.8, "LAT":34.459488892, "LON":-119.83056262, "TEMP":18, "LRBALANCE":30 }, + { "SECS":1395, "KM":5.55609, "WATTS":265, "CAD":80, "KPH":15.6492, "ALT":54.2, "LAT":34.459462824, "LON":-119.8305524, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1396, "KM":5.56041, "WATTS":283, "CAD":80, "KPH":15.552, "ALT":54.6, "LAT":34.459435416, "LON":-119.83054753, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1397, "KM":5.56474, "WATTS":308, "CAD":81, "KPH":15.5844, "ALT":55, "LAT":34.459400631, "LON":-119.8305472, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1398, "KM":5.56913, "WATTS":294, "CAD":81, "KPH":15.8112, "ALT":55.4, "LAT":34.459359811, "LON":-119.83055047, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1399, "KM":5.57354, "WATTS":292, "CAD":82, "KPH":15.876, "ALT":55.4, "LAT":34.459320667, "LON":-119.83055416, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1400, "KM":5.578, "WATTS":298, "CAD":82, "KPH":16.0416, "ALT":55.4, "LAT":34.459277249, "LON":-119.83055927, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1401, "KM":5.58245, "WATTS":284, "CAD":83, "KPH":16.0416, "ALT":56, "LAT":34.459232993, "LON":-119.83056581, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1402, "KM":5.58695, "WATTS":285, "CAD":84, "KPH":16.2108, "ALT":56.4, "LAT":34.459190748, "LON":-119.83057125, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1403, "KM":5.59153, "WATTS":265, "CAD":84, "KPH":16.4556, "ALT":57, "LAT":34.459149844, "LON":-119.83057645, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1404, "KM":5.5961, "WATTS":253, "CAD":84, "KPH":16.4556, "ALT":57.4, "LAT":34.459109863, "LON":-119.83057536, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1405, "KM":5.60067, "WATTS":255, "CAD":83, "KPH":16.4556, "ALT":58, "LAT":34.45906569, "LON":-119.83058022, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1406, "KM":5.60517, "WATTS":264, "CAD":83, "KPH":16.2108, "ALT":58, "LAT":34.459023613, "LON":-119.83058508, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1407, "KM":5.60962, "WATTS":261, "CAD":83, "KPH":16.0092, "ALT":58, "LAT":34.458982541, "LON":-119.83058743, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1408, "KM":5.6141, "WATTS":214, "CAD":82, "KPH":16.1424, "ALT":58, "LAT":34.458939542, "LON":-119.83059288, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1409, "KM":5.61855, "WATTS":235, "CAD":81, "KPH":16.0092, "ALT":58, "LAT":34.458896375, "LON":-119.83059565, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1410, "KM":5.6229, "WATTS":214, "CAD":78, "KPH":15.6492, "ALT":58.4, "LAT":34.458856226, "LON":-119.83059774, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1411, "KM":5.62716, "WATTS":196, "CAD":77, "KPH":15.3648, "ALT":58.8, "LAT":34.458816915, "LON":-119.8305995, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1412, "KM":5.63136, "WATTS":201, "CAD":77, "KPH":15.1236, "ALT":59.2, "LAT":34.458776011, "LON":-119.83060285, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1413, "KM":5.63555, "WATTS":155, "CAD":77, "KPH":15.066, "ALT":59.6, "LAT":34.458735611, "LON":-119.8306057, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1414, "KM":5.63976, "WATTS":147, "CAD":75, "KPH":15.1524, "ALT":60, "LAT":34.458698311, "LON":-119.83060864, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1415, "KM":5.64383, "WATTS":144, "CAD":73, "KPH":14.6628, "ALT":60, "LAT":34.458659838, "LON":-119.83061409, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1416, "KM":5.6477, "WATTS":167, "CAD":71, "KPH":13.9176, "ALT":60, "LAT":34.458619186, "LON":-119.83061811, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1417, "KM":5.65153, "WATTS":157, "CAD":69, "KPH":13.7916, "ALT":60, "LAT":34.45858197, "LON":-119.83062012, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1418, "KM":5.65525, "WATTS":155, "CAD":68, "KPH":13.4064, "ALT":60.4, "LAT":34.458546347, "LON":-119.83061945, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1419, "KM":5.65891, "WATTS":119, "CAD":66, "KPH":13.1508, "ALT":60.8, "LAT":34.458511646, "LON":-119.83062004, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1420, "KM":5.6625, "WATTS":89, "CAD":64, "KPH":12.9312, "ALT":61.2, "LAT":34.458477532, "LON":-119.83062104, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1421, "KM":5.66605, "WATTS":89, "CAD":61, "KPH":12.6936, "ALT":61.6, "LAT":34.45844149, "LON":-119.83062322, "TEMP":18, "LRBALANCE":64 }, + { "SECS":1422, "KM":5.66934, "WATTS":104, "CAD":51, "KPH":11.9232, "ALT":62, "LAT":34.458407711, "LON":-119.83062406, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1423, "KM":5.67263, "WATTS":65, "CAD":50, "KPH":11.8512, "ALT":62, "LAT":34.458375356, "LON":-119.83062507, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1424, "KM":5.67578, "WATTS":64, "CAD":48, "KPH":11.358, "ALT":62, "LAT":34.458348786, "LON":-119.8306301, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1425, "KM":5.67881, "WATTS":64, "CAD":46, "KPH":10.8756, "ALT":62, "LAT":34.458318611, "LON":-119.83063479, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1426, "KM":5.68162, "WATTS":40, "CAD":43, "KPH":10.1304, "ALT":62, "LAT":34.458291118, "LON":-119.83063546, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1427, "KM":5.68436, "WATTS":39, "CAD":42, "KPH":9.8568, "ALT":62, "LAT":34.458264715, "LON":-119.83063982, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1428, "KM":5.68705, "WATTS":35, "CAD":41, "KPH":9.6948, "ALT":62, "LAT":34.458239989, "LON":-119.83063839, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1429, "KM":5.68966, "WATTS":35, "CAD":41, "KPH":9.4068, "ALT":62, "LAT":34.458215597, "LON":-119.83063328, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1430, "KM":5.69213, "WATTS":77, "CAD":41, "KPH":8.8848, "ALT":62, "LAT":34.45819196, "LON":-119.83062708, "TEMP":18, "LRBALANCE":39 }, + { "SECS":1431, "KM":5.69464, "WATTS":30, "CAD":42, "KPH":9.0324, "ALT":62, "LAT":34.458170251, "LON":-119.83062364, "TEMP":18, "LRBALANCE":73 }, + { "SECS":1432, "KM":5.69722, "WATTS":30, "CAD":43, "KPH":9.2844, "ALT":62, "LAT":34.458147452, "LON":-119.83062247, "TEMP":18, "LRBALANCE":73 }, + { "SECS":1433, "KM":5.69976, "WATTS":12, "CAD":41, "KPH":9.1404, "ALT":62, "LAT":34.458122307, "LON":-119.83062331, "TEMP":18, "LRBALANCE":64 }, + { "SECS":1434, "KM":5.7021, "WATTS":17, "CAD":40, "KPH":8.4348, "ALT":62, "LAT":34.458099089, "LON":-119.83062197, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1435, "KM":5.70445, "WATTS":17, "CAD":40, "KPH":8.4528, "ALT":62, "LAT":34.458079559, "LON":-119.83061383, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1436, "KM":5.70686, "WATTS":16, "CAD":41, "KPH":8.6652, "ALT":62, "LAT":34.45807168, "LON":-119.83059581, "TEMP":18, "LRBALANCE":90 }, + { "SECS":1437, "KM":5.7093, "WATTS":23, "CAD":43, "KPH":8.802, "ALT":62, "LAT":34.458074111, "LON":-119.8305783, "TEMP":18, "LRBALANCE":62 }, + { "SECS":1438, "KM":5.71191, "WATTS":22, "CAD":44, "KPH":9.4068, "ALT":62, "LAT":34.458085678, "LON":-119.83055525, "TEMP":18, "LRBALANCE":62 }, + { "SECS":1439, "KM":5.71452, "WATTS":22, "CAD":45, "KPH":9.3852, "ALT":62, "LAT":34.458106884, "LON":-119.83053898, "TEMP":18, "LRBALANCE":69 }, + { "SECS":1440, "KM":5.71731, "WATTS":32, "CAD":48, "KPH":10.0512, "ALT":62, "LAT":34.458138484, "LON":-119.83054519, "TEMP":18, "LRBALANCE":60 }, + { "SECS":1441, "KM":5.72015, "WATTS":14, "CAD":47, "KPH":10.224, "ALT":62, "LAT":34.458168156, "LON":-119.83054955, "TEMP":18, "LRBALANCE":92 }, + { "SECS":1442, "KM":5.72306, "WATTS":2, "CAD":44, "KPH":10.4616, "ALT":62, "LAT":34.458193469, "LON":-119.83056262, "TEMP":18, "LRBALANCE":92 }, + { "SECS":1443, "KM":5.72597, "WATTS":2, "CAD":38, "KPH":10.4616, "ALT":62, "LAT":34.458220962, "LON":-119.830571, "TEMP":18, "LRBALANCE":92 }, + { "SECS":1444, "KM":5.7289, "WATTS":2, "CAD":38, "KPH":10.5624, "ALT":62, "LAT":34.458246359, "LON":-119.83057687, "TEMP":18, "LRBALANCE":92 }, + { "SECS":1445, "KM":5.732, "WATTS":0, "CAD":28, "KPH":11.16, "ALT":62, "LAT":34.45827712, "LON":-119.8305793, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1446, "KM":5.73525, "WATTS":0, "CAD":0, "KPH":11.6892, "ALT":62, "LAT":34.458304613, "LON":-119.83058433, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1447, "KM":5.73868, "WATTS":0, "CAD":0, "KPH":12.366, "ALT":62, "LAT":34.458335291, "LON":-119.83058752, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1448, "KM":5.74235, "WATTS":0, "CAD":0, "KPH":13.2192, "ALT":62, "LAT":34.458368064, "LON":-119.83058458, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1449, "KM":5.74634, "WATTS":0, "CAD":0, "KPH":14.3604, "ALT":62, "LAT":34.458404022, "LON":-119.83058232, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1450, "KM":5.75066, "WATTS":0, "CAD":0, "KPH":15.552, "ALT":62, "LAT":34.458440148, "LON":-119.83058182, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1451, "KM":5.75468, "WATTS":0, "CAD":0, "KPH":14.4684, "ALT":62, "LAT":34.458473173, "LON":-119.8305819, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1452, "KM":5.75839, "WATTS":0, "CAD":0, "KPH":13.3596, "ALT":62, "LAT":34.458502258, "LON":-119.83058391, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1453, "KM":5.76136, "WATTS":0, "CAD":0, "KPH":10.6956, "ALT":62, "LAT":34.45852489, "LON":-119.83058567, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1454, "KM":5.76392, "WATTS":0, "CAD":0, "KPH":9.216, "ALT":62, "LAT":34.458542408, "LON":-119.83058559, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1455, "KM":5.76608, "WATTS":0, "CAD":0, "KPH":7.776, "ALT":62, "LAT":34.458556992, "LON":-119.83058232, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1456, "KM":5.76785, "WATTS":0, "CAD":0, "KPH":6.3432, "ALT":62, "LAT":34.458568811, "LON":-119.83058567, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1457, "KM":5.7697, "WATTS":0, "CAD":0, "KPH":6.6852, "ALT":62, "LAT":34.458576271, "LON":-119.83059783, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1458, "KM":5.7719, "WATTS":0, "CAD":0, "KPH":7.8984, "ALT":62, "LAT":34.458575935, "LON":-119.83061618, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1459, "KM":5.7741, "WATTS":158, "CAD":10, "KPH":7.92, "ALT":62, "LAT":34.458570822, "LON":-119.83063831, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1460, "KM":5.77647, "WATTS":158, "CAD":43, "KPH":8.5464, "ALT":62, "LAT":34.458554478, "LON":-119.8306565, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1461, "KM":5.77912, "WATTS":163, "CAD":47, "KPH":9.5364, "ALT":62, "LAT":34.458529919, "LON":-119.83066781, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1462, "KM":5.78191, "WATTS":156, "CAD":48, "KPH":10.062, "ALT":62, "LAT":34.458494044, "LON":-119.83066186, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1463, "KM":5.78479, "WATTS":142, "CAD":50, "KPH":10.3608, "ALT":62, "LAT":34.458463785, "LON":-119.83065918, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1464, "KM":5.78776, "WATTS":134, "CAD":51, "KPH":10.6776, "ALT":62, "LAT":34.458434616, "LON":-119.830657, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1465, "KM":5.79078, "WATTS":118, "CAD":52, "KPH":10.8756, "ALT":62, "LAT":34.458406705, "LON":-119.83065633, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1466, "KM":5.79383, "WATTS":118, "CAD":52, "KPH":10.9692, "ALT":62, "LAT":34.458379128, "LON":-119.83065549, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1467, "KM":5.79687, "WATTS":96, "CAD":52, "KPH":10.9548, "ALT":62, "LAT":34.458351133, "LON":-119.83065365, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1468, "KM":5.79991, "WATTS":79, "CAD":51, "KPH":10.9548, "ALT":62, "LAT":34.458324227, "LON":-119.83065315, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1469, "KM":5.80285, "WATTS":72, "CAD":49, "KPH":10.5768, "ALT":62, "LAT":34.458297991, "LON":-119.83065382, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1470, "KM":5.8057, "WATTS":76, "CAD":48, "KPH":10.2384, "ALT":62, "LAT":34.458272678, "LON":-119.83065356, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1471, "KM":5.80852, "WATTS":76, "CAD":48, "KPH":10.1844, "ALT":62, "LAT":34.458248203, "LON":-119.83065323, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1472, "KM":5.81139, "WATTS":55, "CAD":48, "KPH":10.3068, "ALT":62, "LAT":34.458223141, "LON":-119.83065315, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1473, "KM":5.8142, "WATTS":55, "CAD":48, "KPH":10.116, "ALT":62, "LAT":34.458199504, "LON":-119.83065315, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1474, "KM":5.81684, "WATTS":55, "CAD":48, "KPH":9.5256, "ALT":62, "LAT":34.458176035, "LON":-119.83065231, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1475, "KM":5.81927, "WATTS":0, "CAD":12, "KPH":8.7228, "ALT":62, "LAT":34.45815399, "LON":-119.83065013, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1476, "KM":5.82172, "WATTS":0, "CAD":0, "KPH":8.8524, "ALT":62, "LAT":34.458131275, "LON":-119.83065004, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1477, "KM":5.82425, "WATTS":0, "CAD":0, "KPH":9.0756, "ALT":62, "LAT":34.458111913, "LON":-119.83064946, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1478, "KM":5.82664, "WATTS":0, "CAD":0, "KPH":8.6364, "ALT":62, "LAT":34.458092132, "LON":-119.83065004, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1479, "KM":5.82894, "WATTS":0, "CAD":0, "KPH":8.2728, "ALT":62, "LAT":34.458074027, "LON":-119.83064971, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1480, "KM":5.83113, "WATTS":0, "CAD":0, "KPH":7.866, "ALT":62, "LAT":34.458056006, "LON":-119.83065122, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1481, "KM":5.83308, "WATTS":0, "CAD":0, "KPH":7.0092, "ALT":62, "LAT":34.458041254, "LON":-119.83065055, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1482, "KM":5.83486, "WATTS":0, "CAD":0, "KPH":6.4116, "ALT":62, "LAT":34.458028178, "LON":-119.83065038, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1483, "KM":5.83664, "WATTS":0, "CAD":0, "KPH":6.4116, "ALT":62, "LAT":34.458022562, "LON":-119.83065055, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1484, "KM":5.83774, "WATTS":0, "CAD":0, "KPH":3.9672, "ALT":62, "LAT":34.458020215, "LON":-119.83065063, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1485, "KM":5.83884, "WATTS":0, "CAD":0, "KPH":3.9672, "ALT":62, "LAT":34.458019461, "LON":-119.83065172, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1486, "KM":5.83884, "WATTS":0, "CAD":0, "KPH":0, "ALT":62, "LAT":34.458021975, "LON":-119.83065273, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1699, "KM":5.83884, "WATTS":0, "CAD":0, "KPH":5.3244, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1700, "KM":5.84032, "WATTS":0, "CAD":0, "KPH":5.3244, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1701, "KM":5.84173, "WATTS":0, "CAD":0, "KPH":5.0796, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1702, "KM":5.84328, "WATTS":0, "CAD":0, "KPH":5.5836, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1703, "KM":5.84521, "WATTS":0, "CAD":0, "KPH":6.9408, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1704, "KM":5.84724, "WATTS":0, "CAD":0, "KPH":7.29, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1705, "KM":5.84941, "WATTS":0, "CAD":0, "KPH":7.8408, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1706, "KM":5.85179, "WATTS":0, "CAD":0, "KPH":8.5464, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1707, "KM":5.8543, "WATTS":48, "CAD":31, "KPH":9.0108, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1708, "KM":5.85696, "WATTS":48, "CAD":31, "KPH":9.6192, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1709, "KM":5.85963, "WATTS":48, "CAD":31, "KPH":9.6084, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1710, "KM":5.86217, "WATTS":0, "CAD":7, "KPH":9.1512, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1711, "KM":5.86468, "WATTS":0, "CAD":0, "KPH":9.0108, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1712, "KM":5.86717, "WATTS":0, "CAD":0, "KPH":8.9892, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1713, "KM":5.86971, "WATTS":0, "CAD":0, "KPH":9.1512, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1714, "KM":5.87254, "WATTS":0, "CAD":0, "KPH":10.1556, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1715, "KM":5.87559, "WATTS":42, "CAD":37, "KPH":11.0016, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1716, "KM":5.87888, "WATTS":42, "CAD":50, "KPH":11.8512, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1717, "KM":5.88243, "WATTS":42, "CAD":50, "KPH":12.7584, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":1718, "KM":5.88621, "WATTS":0, "CAD":12, "KPH":13.6188, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1719, "KM":5.89013, "WATTS":0, "CAD":0, "KPH":14.094, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1720, "KM":5.89434, "WATTS":0, "CAD":0, "KPH":15.1848, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1721, "KM":5.89892, "WATTS":0, "CAD":0, "KPH":16.488, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1722, "KM":5.90346, "WATTS":0, "CAD":0, "KPH":16.3476, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1723, "KM":5.90778, "WATTS":0, "CAD":0, "KPH":15.552, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1724, "KM":5.9119, "WATTS":0, "CAD":0, "KPH":14.8032, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1725, "KM":5.91576, "WATTS":0, "CAD":0, "KPH":13.8924, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1726, "KM":5.91949, "WATTS":0, "CAD":0, "KPH":13.4064, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1727, "KM":5.92289, "WATTS":0, "CAD":0, "KPH":12.2688, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1728, "KM":5.92615, "WATTS":0, "CAD":0, "KPH":11.7252, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1729, "KM":5.92909, "WATTS":0, "CAD":0, "KPH":10.5912, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1730, "KM":5.93189, "WATTS":0, "CAD":0, "KPH":10.0512, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1731, "KM":5.93441, "WATTS":0, "CAD":0, "KPH":9.0648, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1732, "KM":5.9365, "WATTS":0, "CAD":0, "KPH":7.524, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1733, "KM":5.93839, "WATTS":0, "CAD":0, "KPH":6.822, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1734, "KM":5.94028, "WATTS":0, "CAD":0, "KPH":6.822, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1735, "KM":5.94252, "WATTS":82, "CAD":9, "KPH":8.0712, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":1736, "KM":5.94498, "WATTS":82, "CAD":36, "KPH":8.8524, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":1737, "KM":5.94759, "WATTS":188, "CAD":40, "KPH":9.396, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1738, "KM":5.95044, "WATTS":218, "CAD":45, "KPH":10.2636, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1739, "KM":5.95362, "WATTS":209, "CAD":49, "KPH":11.4444, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1740, "KM":5.95687, "WATTS":174, "CAD":53, "KPH":11.7072, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1741, "KM":5.96018, "WATTS":147, "CAD":55, "KPH":11.9052, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1742, "KM":5.96346, "WATTS":147, "CAD":56, "KPH":11.7972, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1743, "KM":5.96672, "WATTS":164, "CAD":56, "KPH":11.7252, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1744, "KM":5.96992, "WATTS":142, "CAD":55, "KPH":11.5488, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1745, "KM":5.97309, "WATTS":138, "CAD":54, "KPH":11.394, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1746, "KM":5.97627, "WATTS":153, "CAD":54, "KPH":11.4624, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1747, "KM":5.97948, "WATTS":142, "CAD":54, "KPH":11.5488, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1748, "KM":5.98268, "WATTS":134, "CAD":54, "KPH":11.5128, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1749, "KM":5.98574, "WATTS":100, "CAD":54, "KPH":11.034, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1750, "KM":5.9888, "WATTS":114, "CAD":52, "KPH":11.016, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1751, "KM":5.99182, "WATTS":114, "CAD":52, "KPH":10.8468, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1752, "KM":5.9946, "WATTS":63, "CAD":51, "KPH":10.0368, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1753, "KM":5.99726, "WATTS":58, "CAD":48, "KPH":9.5724, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1754, "KM":5.99998, "WATTS":86, "CAD":46, "KPH":9.7668, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":1755, "KM":6.00288, "WATTS":96, "CAD":46, "KPH":10.4616, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1756, "KM":6.00587, "WATTS":83, "CAD":48, "KPH":10.7388, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1757, "KM":6.00884, "WATTS":67, "CAD":50, "KPH":10.6956, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1758, "KM":6.01173, "WATTS":67, "CAD":50, "KPH":10.404, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1759, "KM":6.01459, "WATTS":53, "CAD":49, "KPH":10.3068, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1760, "KM":6.0174, "WATTS":28, "CAD":48, "KPH":10.1016, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1761, "KM":6.02015, "WATTS":13, "CAD":47, "KPH":9.9072, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1762, "KM":6.02283, "WATTS":13, "CAD":46, "KPH":9.6588, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":1763, "KM":6.0255, "WATTS":4, "CAD":43, "KPH":9.6084, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":1764, "KM":6.0283, "WATTS":4, "CAD":42, "KPH":10.0764, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":1765, "KM":6.03102, "WATTS":2, "CAD":33, "KPH":9.8064, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":1766, "KM":6.03404, "WATTS":47, "CAD":43, "KPH":10.8612, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1767, "KM":6.03722, "WATTS":87, "CAD":49, "KPH":11.4444, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1768, "KM":6.04065, "WATTS":86, "CAD":54, "KPH":12.366, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1769, "KM":6.0444, "WATTS":71, "CAD":58, "KPH":13.5, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1770, "KM":6.04836, "WATTS":36, "CAD":60, "KPH":14.2272, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":82 }, + { "SECS":1771, "KM":6.05244, "WATTS":71, "CAD":55, "KPH":14.7168, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":82 }, + { "SECS":1772, "KM":6.05705, "WATTS":65, "CAD":52, "KPH":16.596, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1773, "KM":6.06194, "WATTS":27, "CAD":56, "KPH":17.586, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1774, "KM":6.06711, "WATTS":27, "CAD":56, "KPH":18.612, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":1775, "KM":6.07273, "WATTS":63, "CAD":53, "KPH":20.232, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1776, "KM":6.07876, "WATTS":61, "CAD":57, "KPH":21.7224, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1777, "KM":6.08524, "WATTS":64, "CAD":63, "KPH":23.3064, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1778, "KM":6.09217, "WATTS":64, "CAD":68, "KPH":24.9768, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1779, "KM":6.09957, "WATTS":43, "CAD":72, "KPH":26.6256, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1780, "KM":6.10734, "WATTS":50, "CAD":77, "KPH":27.9828, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1781, "KM":6.1155, "WATTS":35, "CAD":81, "KPH":29.3796, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1782, "KM":6.12402, "WATTS":13, "CAD":81, "KPH":30.672, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1783, "KM":6.13294, "WATTS":5, "CAD":72, "KPH":32.0832, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1784, "KM":6.14232, "WATTS":2, "CAD":65, "KPH":33.7788, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1785, "KM":6.1522, "WATTS":2, "CAD":60, "KPH":35.5824, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1786, "KM":6.16249, "WATTS":2, "CAD":52, "KPH":37.0404, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1787, "KM":6.17325, "WATTS":2, "CAD":49, "KPH":38.7252, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1788, "KM":6.18443, "WATTS":1, "CAD":48, "KPH":40.2516, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1789, "KM":6.19607, "WATTS":1, "CAD":47, "KPH":41.9004, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1790, "KM":6.20807, "WATTS":1, "CAD":47, "KPH":43.2, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1791, "KM":6.22042, "WATTS":2, "CAD":47, "KPH":44.4492, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1792, "KM":6.23302, "WATTS":2, "CAD":47, "KPH":45.3708, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1793, "KM":6.24617, "WATTS":1, "CAD":46, "KPH":47.3328, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1794, "KM":6.25973, "WATTS":1, "CAD":49, "KPH":48.8376, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1795, "KM":6.27356, "WATTS":1, "CAD":50, "KPH":49.7916, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1796, "KM":6.2874, "WATTS":1, "CAD":50, "KPH":49.7916, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1797, "KM":6.30105, "WATTS":1, "CAD":50, "KPH":49.1508, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1798, "KM":6.31444, "WATTS":1, "CAD":50, "KPH":48.2256, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1799, "KM":6.32743, "WATTS":1, "CAD":50, "KPH":46.7532, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1800, "KM":6.34003, "WATTS":1, "CAD":50, "KPH":45.3708, "ALT":88.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1801, "KM":6.35221, "WATTS":1, "CAD":50, "KPH":43.8156, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1802, "KM":6.36388, "WATTS":1, "CAD":48, "KPH":42.0156, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1803, "KM":6.37509, "WATTS":1, "CAD":44, "KPH":40.356, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1804, "KM":6.38568, "WATTS":1, "CAD":50, "KPH":38.1492, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1805, "KM":6.39573, "WATTS":1, "CAD":49, "KPH":36.1692, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1806, "KM":6.4052, "WATTS":24, "CAD":72, "KPH":34.0776, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1807, "KM":6.41411, "WATTS":32, "CAD":82, "KPH":32.0832, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1808, "KM":6.42243, "WATTS":43, "CAD":77, "KPH":29.952, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1809, "KM":6.43004, "WATTS":68, "CAD":73, "KPH":27.3852, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1810, "KM":6.43714, "WATTS":76, "CAD":69, "KPH":25.56, "ALT":88, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1811, "KM":6.44359, "WATTS":88, "CAD":71, "KPH":23.2344, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1812, "KM":6.44962, "WATTS":149, "CAD":75, "KPH":21.7224, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1813, "KM":6.45502, "WATTS":84, "CAD":72, "KPH":19.4112, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":76 }, + { "SECS":1814, "KM":6.45997, "WATTS":109, "CAD":72, "KPH":17.8308, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1815, "KM":6.46458, "WATTS":119, "CAD":73, "KPH":16.596, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1816, "KM":6.46878, "WATTS":140, "CAD":68, "KPH":15.1236, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1817, "KM":6.47253, "WATTS":106, "CAD":63, "KPH":13.5, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1818, "KM":6.47585, "WATTS":106, "CAD":62, "KPH":11.9628, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":1819, "KM":6.47905, "WATTS":144, "CAD":56, "KPH":11.5128, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":1820, "KM":6.48212, "WATTS":188, "CAD":54, "KPH":11.034, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1821, "KM":6.48503, "WATTS":152, "CAD":51, "KPH":10.476, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":1822, "KM":6.48756, "WATTS":75, "CAD":47, "KPH":9.1296, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1823, "KM":6.48988, "WATTS":75, "CAD":43, "KPH":8.352, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1824, "KM":6.49216, "WATTS":134, "CAD":40, "KPH":8.2008, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1825, "KM":6.49497, "WATTS":72, "CAD":41, "KPH":10.1016, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":1826, "KM":6.49885, "WATTS":53, "CAD":50, "KPH":13.9932, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1827, "KM":6.50352, "WATTS":45, "CAD":60, "KPH":16.8156, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":17 }, + { "SECS":1828, "KM":6.50873, "WATTS":22, "CAD":62, "KPH":18.7488, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":78 }, + { "SECS":1829, "KM":6.51465, "WATTS":46, "CAD":59, "KPH":21.2976, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":1830, "KM":6.52112, "WATTS":48, "CAD":60, "KPH":23.3064, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1831, "KM":6.52842, "WATTS":18, "CAD":62, "KPH":26.2584, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":1832, "KM":6.53627, "WATTS":55, "CAD":63, "KPH":28.2924, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1833, "KM":6.54473, "WATTS":47, "CAD":68, "KPH":30.4272, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":1834, "KM":6.55366, "WATTS":45, "CAD":74, "KPH":32.148, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1835, "KM":6.56304, "WATTS":46, "CAD":78, "KPH":33.7788, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1836, "KM":6.57283, "WATTS":48, "CAD":82, "KPH":35.2548, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":1837, "KM":6.58297, "WATTS":51, "CAD":85, "KPH":36.5112, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":1838, "KM":6.59342, "WATTS":64, "CAD":89, "KPH":37.5876, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1839, "KM":6.60401, "WATTS":70, "CAD":83, "KPH":38.1492, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1840, "KM":6.61477, "WATTS":91, "CAD":86, "KPH":38.7252, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1841, "KM":6.62553, "WATTS":93, "CAD":87, "KPH":38.7252, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1842, "KM":6.63639, "WATTS":92, "CAD":89, "KPH":39.1212, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1843, "KM":6.64737, "WATTS":85, "CAD":89, "KPH":39.5244, "ALT":89.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1844, "KM":6.65841, "WATTS":72, "CAD":89, "KPH":39.7296, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1845, "KM":6.66922, "WATTS":87, "CAD":89, "KPH":38.9232, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1846, "KM":6.67998, "WATTS":104, "CAD":88, "KPH":38.7252, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1847, "KM":6.69055, "WATTS":117, "CAD":88, "KPH":38.052, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1848, "KM":6.70086, "WATTS":141, "CAD":85, "KPH":37.1304, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1849, "KM":6.71086, "WATTS":163, "CAD":84, "KPH":36, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1850, "KM":6.72016, "WATTS":3, "CAD":83, "KPH":33.4836, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":71 }, + { "SECS":1851, "KM":6.72889, "WATTS":84, "CAD":94, "KPH":31.4244, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":1852, "KM":6.73702, "WATTS":159, "CAD":97, "KPH":29.2644, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1853, "KM":6.74452, "WATTS":193, "CAD":89, "KPH":27, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1854, "KM":6.75162, "WATTS":223, "CAD":84, "KPH":25.56, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1855, "KM":6.75821, "WATTS":121, "CAD":79, "KPH":23.7384, "ALT":88.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1856, "KM":6.76453, "WATTS":176, "CAD":79, "KPH":22.752, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1857, "KM":6.77024, "WATTS":197, "CAD":82, "KPH":20.556, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":1858, "KM":6.77558, "WATTS":232, "CAD":85, "KPH":19.2168, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1859, "KM":6.78073, "WATTS":264, "CAD":82, "KPH":18.522, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1860, "KM":6.78566, "WATTS":173, "CAD":78, "KPH":17.748, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1861, "KM":6.79022, "WATTS":226, "CAD":77, "KPH":16.4196, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1862, "KM":6.79464, "WATTS":280, "CAD":77, "KPH":15.9084, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1863, "KM":6.79902, "WATTS":288, "CAD":75, "KPH":15.7788, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1864, "KM":6.80337, "WATTS":292, "CAD":74, "KPH":15.6492, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1865, "KM":6.80775, "WATTS":302, "CAD":74, "KPH":15.7788, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1866, "KM":6.81221, "WATTS":268, "CAD":75, "KPH":16.0416, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1867, "KM":6.81658, "WATTS":274, "CAD":75, "KPH":15.7464, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1868, "KM":6.8209, "WATTS":244, "CAD":74, "KPH":15.552, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1869, "KM":6.82521, "WATTS":280, "CAD":73, "KPH":15.5232, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1870, "KM":6.82952, "WATTS":275, "CAD":73, "KPH":15.5232, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1871, "KM":6.83388, "WATTS":276, "CAD":73, "KPH":15.6816, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1872, "KM":6.83825, "WATTS":262, "CAD":74, "KPH":15.714, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1873, "KM":6.84256, "WATTS":248, "CAD":74, "KPH":15.5232, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1874, "KM":6.84685, "WATTS":232, "CAD":73, "KPH":15.4584, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1875, "KM":6.85104, "WATTS":204, "CAD":72, "KPH":15.0948, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1876, "KM":6.85511, "WATTS":217, "CAD":70, "KPH":14.634, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1877, "KM":6.85915, "WATTS":226, "CAD":69, "KPH":14.5512, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1878, "KM":6.86319, "WATTS":230, "CAD":69, "KPH":14.5512, "ALT":95.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1879, "KM":6.8672, "WATTS":226, "CAD":69, "KPH":14.4396, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":1880, "KM":6.8712, "WATTS":254, "CAD":68, "KPH":14.3856, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1881, "KM":6.87525, "WATTS":244, "CAD":68, "KPH":14.5764, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1882, "KM":6.87939, "WATTS":232, "CAD":69, "KPH":14.8896, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1883, "KM":6.88349, "WATTS":200, "CAD":70, "KPH":14.7744, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1884, "KM":6.88756, "WATTS":179, "CAD":70, "KPH":14.634, "ALT":97, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1885, "KM":6.89151, "WATTS":152, "CAD":68, "KPH":14.2524, "ALT":97.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1886, "KM":6.89539, "WATTS":138, "CAD":67, "KPH":13.968, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":1887, "KM":6.89916, "WATTS":155, "CAD":65, "KPH":13.5468, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1888, "KM":6.90282, "WATTS":154, "CAD":63, "KPH":13.176, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1889, "KM":6.90641, "WATTS":140, "CAD":62, "KPH":12.9528, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1890, "KM":6.90997, "WATTS":116, "CAD":61, "KPH":12.8016, "ALT":98.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1891, "KM":6.91335, "WATTS":96, "CAD":59, "KPH":12.15, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1892, "KM":6.91661, "WATTS":76, "CAD":57, "KPH":11.7612, "ALT":99.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1893, "KM":6.91973, "WATTS":62, "CAD":54, "KPH":11.2104, "ALT":99.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1894, "KM":6.92273, "WATTS":62, "CAD":53, "KPH":10.8, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1895, "KM":6.92554, "WATTS":66, "CAD":50, "KPH":10.1412, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":1896, "KM":6.92833, "WATTS":72, "CAD":48, "KPH":10.0224, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1897, "KM":6.93114, "WATTS":70, "CAD":48, "KPH":10.1304, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":1898, "KM":6.93392, "WATTS":52, "CAD":47, "KPH":9.9972, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":1899, "KM":6.93663, "WATTS":52, "CAD":47, "KPH":9.756, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1900, "KM":6.93933, "WATTS":47, "CAD":46, "KPH":9.7308, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":1901, "KM":6.9418, "WATTS":27, "CAD":45, "KPH":8.8848, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":70 }, + { "SECS":1902, "KM":6.94417, "WATTS":27, "CAD":44, "KPH":8.5212, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":70 }, + { "SECS":1903, "KM":6.94644, "WATTS":10, "CAD":40, "KPH":8.1936, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1904, "KM":6.94868, "WATTS":11, "CAD":39, "KPH":8.0712, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1905, "KM":6.9509, "WATTS":11, "CAD":38, "KPH":7.9704, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1906, "KM":6.95312, "WATTS":15, "CAD":38, "KPH":7.9956, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":1907, "KM":6.95543, "WATTS":17, "CAD":38, "KPH":8.3088, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1908, "KM":6.95782, "WATTS":17, "CAD":39, "KPH":8.6256, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":80 }, + { "SECS":1909, "KM":6.96056, "WATTS":36, "CAD":42, "KPH":9.8316, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":38 }, + { "SECS":1910, "KM":6.96348, "WATTS":74, "CAD":45, "KPH":10.5192, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":1911, "KM":6.96686, "WATTS":96, "CAD":50, "KPH":12.1716, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":1912, "KM":6.97029, "WATTS":48, "CAD":53, "KPH":12.366, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1913, "KM":6.97404, "WATTS":81, "CAD":52, "KPH":13.4748, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1914, "KM":6.97794, "WATTS":66, "CAD":53, "KPH":14.0688, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1915, "KM":6.98222, "WATTS":32, "CAD":57, "KPH":15.3972, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1916, "KM":6.98678, "WATTS":32, "CAD":59, "KPH":16.4196, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":83 }, + { "SECS":1917, "KM":6.99185, "WATTS":43, "CAD":59, "KPH":18.2556, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":1918, "KM":6.9973, "WATTS":43, "CAD":62, "KPH":19.6092, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1919, "KM":7.00298, "WATTS":21, "CAD":57, "KPH":20.448, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":93 }, + { "SECS":1920, "KM":7.00898, "WATTS":4, "CAD":56, "KPH":21.6, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":1921, "KM":7.01536, "WATTS":15, "CAD":53, "KPH":22.9572, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":22 }, + { "SECS":1922, "KM":7.02218, "WATTS":59, "CAD":57, "KPH":24.5772, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1923, "KM":7.02958, "WATTS":63, "CAD":59, "KPH":26.6256, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":30 }, + { "SECS":1924, "KM":7.0375, "WATTS":82, "CAD":64, "KPH":28.5048, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":1925, "KM":7.04588, "WATTS":54, "CAD":68, "KPH":30.1896, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1926, "KM":7.05465, "WATTS":51, "CAD":71, "KPH":31.554, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1927, "KM":7.06391, "WATTS":52, "CAD":75, "KPH":33.192, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1928, "KM":7.07354, "WATTS":62, "CAD":79, "KPH":34.6968, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":1929, "KM":7.08362, "WATTS":21, "CAD":80, "KPH":36.3384, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1930, "KM":7.09415, "WATTS":21, "CAD":73, "KPH":37.9584, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1931, "KM":7.10506, "WATTS":2, "CAD":50, "KPH":39.3228, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1932, "KM":7.11645, "WATTS":2, "CAD":46, "KPH":41.004, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1933, "KM":7.12816, "WATTS":2, "CAD":47, "KPH":42.1308, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1934, "KM":7.14029, "WATTS":2, "CAD":50, "KPH":43.6896, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1935, "KM":7.15278, "WATTS":2, "CAD":50, "KPH":44.9712, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1936, "KM":7.16569, "WATTS":2, "CAD":49, "KPH":46.4724, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1937, "KM":7.17909, "WATTS":2, "CAD":49, "KPH":48.2256, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1938, "KM":7.19283, "WATTS":2, "CAD":51, "KPH":49.4676, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1939, "KM":7.20675, "WATTS":2, "CAD":51, "KPH":50.1156, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1940, "KM":7.22058, "WATTS":2, "CAD":52, "KPH":49.7916, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1941, "KM":7.23423, "WATTS":2, "CAD":54, "KPH":49.1508, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1942, "KM":7.24738, "WATTS":2, "CAD":53, "KPH":47.3328, "ALT":89.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1943, "KM":7.26014, "WATTS":2, "CAD":51, "KPH":45.9144, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1944, "KM":7.27252, "WATTS":2, "CAD":57, "KPH":44.5788, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1945, "KM":7.28442, "WATTS":2, "CAD":54, "KPH":42.8364, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1946, "KM":7.29587, "WATTS":2, "CAD":56, "KPH":41.2236, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1947, "KM":7.30685, "WATTS":2, "CAD":57, "KPH":39.5244, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1948, "KM":7.31734, "WATTS":2, "CAD":55, "KPH":37.7712, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1949, "KM":7.32725, "WATTS":2, "CAD":58, "KPH":35.6652, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1950, "KM":7.33655, "WATTS":2, "CAD":58, "KPH":33.4836, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1951, "KM":7.34531, "WATTS":44, "CAD":63, "KPH":31.554, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":1952, "KM":7.3536, "WATTS":44, "CAD":75, "KPH":29.8368, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":31 }, + { "SECS":1953, "KM":7.361, "WATTS":26, "CAD":72, "KPH":26.6256, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1954, "KM":7.36772, "WATTS":10, "CAD":81, "KPH":24.1884, "ALT":88.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":1955, "KM":7.37387, "WATTS":71, "CAD":78, "KPH":22.1616, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1956, "KM":7.37938, "WATTS":27, "CAD":73, "KPH":19.8144, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1957, "KM":7.3841, "WATTS":64, "CAD":75, "KPH":17.0028, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1958, "KM":7.38833, "WATTS":67, "CAD":71, "KPH":15.2424, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":1959, "KM":7.39219, "WATTS":123, "CAD":66, "KPH":13.8672, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":1960, "KM":7.39589, "WATTS":155, "CAD":60, "KPH":13.3344, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":1961, "KM":7.39937, "WATTS":189, "CAD":56, "KPH":12.528, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":1962, "KM":7.40265, "WATTS":176, "CAD":55, "KPH":11.8152, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1963, "KM":7.40579, "WATTS":151, "CAD":51, "KPH":11.3076, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":1964, "KM":7.40871, "WATTS":151, "CAD":49, "KPH":10.5192, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1965, "KM":7.41126, "WATTS":109, "CAD":44, "KPH":9.1728, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":1966, "KM":7.41368, "WATTS":140, "CAD":42, "KPH":8.7048, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1967, "KM":7.41596, "WATTS":140, "CAD":39, "KPH":8.2188, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":1968, "KM":7.41822, "WATTS":124, "CAD":36, "KPH":8.1144, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1969, "KM":7.4205, "WATTS":74, "CAD":35, "KPH":8.2008, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1970, "KM":7.42401, "WATTS":74, "CAD":38, "KPH":12.654, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":1971, "KM":7.42835, "WATTS":60, "CAD":50, "KPH":15.6168, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1972, "KM":7.43336, "WATTS":26, "CAD":53, "KPH":18.0432, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":9 }, + { "SECS":1973, "KM":7.43886, "WATTS":55, "CAD":59, "KPH":19.8144, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":1974, "KM":7.44507, "WATTS":39, "CAD":66, "KPH":22.356, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1975, "KM":7.45208, "WATTS":40, "CAD":66, "KPH":25.2216, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1976, "KM":7.45983, "WATTS":56, "CAD":78, "KPH":27.882, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1977, "KM":7.46815, "WATTS":13, "CAD":76, "KPH":29.952, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1978, "KM":7.47698, "WATTS":80, "CAD":67, "KPH":31.8168, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1979, "KM":7.4862, "WATTS":86, "CAD":72, "KPH":33.192, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1980, "KM":7.49602, "WATTS":89, "CAD":75, "KPH":35.334, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":1981, "KM":7.50616, "WATTS":96, "CAD":79, "KPH":36.5112, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1982, "KM":7.51658, "WATTS":70, "CAD":83, "KPH":37.494, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":1983, "KM":7.52717, "WATTS":73, "CAD":85, "KPH":38.1492, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1984, "KM":7.53793, "WATTS":73, "CAD":86, "KPH":38.7252, "ALT":90.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":1985, "KM":7.54874, "WATTS":82, "CAD":87, "KPH":38.9232, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1986, "KM":7.55961, "WATTS":82, "CAD":88, "KPH":39.1212, "ALT":89.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":1987, "KM":7.57053, "WATTS":83, "CAD":89, "KPH":39.3228, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1988, "KM":7.58148, "WATTS":104, "CAD":89, "KPH":39.4236, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":1989, "KM":7.59232, "WATTS":107, "CAD":89, "KPH":39.0204, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1990, "KM":7.60308, "WATTS":108, "CAD":89, "KPH":38.7252, "ALT":87.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1991, "KM":7.61378, "WATTS":98, "CAD":88, "KPH":38.5308, "ALT":87.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":1992, "KM":7.62417, "WATTS":94, "CAD":87, "KPH":37.404, "ALT":87.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":1993, "KM":7.63417, "WATTS":116, "CAD":83, "KPH":36, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":1994, "KM":7.64372, "WATTS":138, "CAD":81, "KPH":34.3836, "ALT":87.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":1995, "KM":7.65256, "WATTS":132, "CAD":89, "KPH":31.8168, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":72 }, + { "SECS":1996, "KM":7.66082, "WATTS":172, "CAD":97, "KPH":29.7216, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":1997, "KM":7.66856, "WATTS":237, "CAD":91, "KPH":27.882, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":1998, "KM":7.67576, "WATTS":135, "CAD":86, "KPH":25.9056, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":1999, "KM":7.68261, "WATTS":250, "CAD":86, "KPH":24.6564, "ALT":87.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":37 }, + { "SECS":2000, "KM":7.68924, "WATTS":254, "CAD":85, "KPH":23.886, "ALT":88.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2001, "KM":7.69551, "WATTS":189, "CAD":85, "KPH":22.5504, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2002, "KM":7.70136, "WATTS":285, "CAD":94, "KPH":21.0636, "ALT":89, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":2003, "KM":7.70701, "WATTS":317, "CAD":90, "KPH":20.34, "ALT":89.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":2004, "KM":7.71255, "WATTS":349, "CAD":87, "KPH":19.9692, "ALT":90, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":45 }, + { "SECS":2005, "KM":7.71807, "WATTS":346, "CAD":86, "KPH":19.8648, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2006, "KM":7.72334, "WATTS":242, "CAD":84, "KPH":18.9792, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2007, "KM":7.72853, "WATTS":351, "CAD":86, "KPH":18.6552, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2008, "KM":7.73366, "WATTS":317, "CAD":88, "KPH":18.4752, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2009, "KM":7.7388, "WATTS":307, "CAD":87, "KPH":18.522, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2010, "KM":7.74383, "WATTS":299, "CAD":87, "KPH":18.0828, "ALT":92, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2011, "KM":7.7488, "WATTS":294, "CAD":85, "KPH":17.9136, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2012, "KM":7.75377, "WATTS":298, "CAD":85, "KPH":17.874, "ALT":92.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2013, "KM":7.75866, "WATTS":298, "CAD":83, "KPH":17.6256, "ALT":93.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2014, "KM":7.76356, "WATTS":282, "CAD":83, "KPH":17.6256, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2015, "KM":7.76833, "WATTS":261, "CAD":82, "KPH":17.1936, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2016, "KM":7.77307, "WATTS":256, "CAD":81, "KPH":17.0388, "ALT":94.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2017, "KM":7.77774, "WATTS":250, "CAD":80, "KPH":16.8156, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2018, "KM":7.78229, "WATTS":240, "CAD":78, "KPH":16.3836, "ALT":95, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2019, "KM":7.78675, "WATTS":255, "CAD":76, "KPH":16.074, "ALT":95.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2020, "KM":7.79126, "WATTS":283, "CAD":76, "KPH":16.2108, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2021, "KM":7.79566, "WATTS":264, "CAD":76, "KPH":15.8436, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2022, "KM":7.80001, "WATTS":236, "CAD":75, "KPH":15.6816, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":45 }, + { "SECS":2023, "KM":7.80438, "WATTS":225, "CAD":74, "KPH":15.714, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2024, "KM":7.80874, "WATTS":225, "CAD":74, "KPH":15.714, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2025, "KM":7.81315, "WATTS":211, "CAD":75, "KPH":15.8436, "ALT":96.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2026, "KM":7.81747, "WATTS":199, "CAD":74, "KPH":15.5844, "ALT":97.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2027, "KM":7.82172, "WATTS":149, "CAD":72, "KPH":15.2748, "ALT":97.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2028, "KM":7.82582, "WATTS":131, "CAD":71, "KPH":14.7744, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2029, "KM":7.82958, "WATTS":80, "CAD":69, "KPH":13.4748, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":34 }, + { "SECS":2030, "KM":7.83319, "WATTS":134, "CAD":68, "KPH":13.0608, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":40 }, + { "SECS":2031, "KM":7.83682, "WATTS":133, "CAD":67, "KPH":13.0608, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2032, "KM":7.8403, "WATTS":109, "CAD":65, "KPH":12.51, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":56 }, + { "SECS":2033, "KM":7.84358, "WATTS":82, "CAD":62, "KPH":11.8152, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2034, "KM":7.84679, "WATTS":70, "CAD":60, "KPH":11.5488, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2035, "KM":7.84979, "WATTS":62, "CAD":57, "KPH":10.8, "ALT":98.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2036, "KM":7.85269, "WATTS":69, "CAD":55, "KPH":10.4616, "ALT":98.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2037, "KM":7.85554, "WATTS":48, "CAD":53, "KPH":10.2636, "ALT":99.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2038, "KM":7.85831, "WATTS":51, "CAD":51, "KPH":9.972, "ALT":99.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2039, "KM":7.86099, "WATTS":51, "CAD":51, "KPH":9.6444, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2040, "KM":7.86363, "WATTS":38, "CAD":49, "KPH":9.4896, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2041, "KM":7.86624, "WATTS":48, "CAD":48, "KPH":9.4068, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2042, "KM":7.86867, "WATTS":30, "CAD":47, "KPH":8.7444, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2043, "KM":7.87103, "WATTS":30, "CAD":46, "KPH":8.5104, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2044, "KM":7.87333, "WATTS":18, "CAD":44, "KPH":8.28, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":63 }, + { "SECS":2045, "KM":7.87557, "WATTS":11, "CAD":42, "KPH":8.064, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2046, "KM":7.87781, "WATTS":16, "CAD":41, "KPH":8.0532, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2047, "KM":7.88008, "WATTS":16, "CAD":41, "KPH":8.1576, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2048, "KM":7.88239, "WATTS":16, "CAD":41, "KPH":8.2908, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":87 }, + { "SECS":2049, "KM":7.88499, "WATTS":59, "CAD":45, "KPH":9.3852, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2050, "KM":7.88778, "WATTS":54, "CAD":49, "KPH":10.062, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2051, "KM":7.89086, "WATTS":58, "CAD":52, "KPH":11.0952, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2052, "KM":7.89414, "WATTS":58, "CAD":55, "KPH":11.8152, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":83 }, + { "SECS":2053, "KM":7.89787, "WATTS":100, "CAD":51, "KPH":13.428, "ALT":100.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":42 }, + { "SECS":2054, "KM":7.90191, "WATTS":98, "CAD":58, "KPH":14.5224, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2055, "KM":7.90619, "WATTS":51, "CAD":61, "KPH":15.4296, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":2056, "KM":7.91087, "WATTS":88, "CAD":61, "KPH":16.8156, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2057, "KM":7.91577, "WATTS":88, "CAD":65, "KPH":17.6688, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2058, "KM":7.92126, "WATTS":51, "CAD":53, "KPH":19.7604, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":17 }, + { "SECS":2059, "KM":7.92726, "WATTS":126, "CAD":57, "KPH":21.6, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2060, "KM":7.93366, "WATTS":78, "CAD":62, "KPH":23.0256, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":2061, "KM":7.94042, "WATTS":45, "CAD":65, "KPH":24.3432, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2062, "KM":7.94757, "WATTS":47, "CAD":59, "KPH":25.7292, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2063, "KM":7.95531, "WATTS":97, "CAD":63, "KPH":27.882, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2064, "KM":7.96357, "WATTS":77, "CAD":67, "KPH":29.7216, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2065, "KM":7.97226, "WATTS":69, "CAD":71, "KPH":31.2984, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2066, "KM":7.98133, "WATTS":76, "CAD":76, "KPH":32.6268, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2067, "KM":7.99091, "WATTS":24, "CAD":78, "KPH":34.3836, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2068, "KM":8.00078, "WATTS":24, "CAD":77, "KPH":35.6652, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2069, "KM":8.01107, "WATTS":2, "CAD":55, "KPH":37.0404, "ALT":98.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2070, "KM":8.02191, "WATTS":2, "CAD":49, "KPH":39.0204, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2071, "KM":8.03324, "WATTS":2, "CAD":49, "KPH":40.7844, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2072, "KM":8.04488, "WATTS":2, "CAD":50, "KPH":41.9004, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2073, "KM":8.05705, "WATTS":2, "CAD":50, "KPH":43.8156, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2074, "KM":8.06947, "WATTS":2, "CAD":50, "KPH":44.7084, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2075, "KM":8.0823, "WATTS":2, "CAD":51, "KPH":46.1916, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2076, "KM":8.09553, "WATTS":2, "CAD":56, "KPH":47.6244, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2077, "KM":8.10918, "WATTS":2, "CAD":50, "KPH":49.1508, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2078, "KM":8.12306, "WATTS":2, "CAD":49, "KPH":49.9536, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2079, "KM":8.13707, "WATTS":2, "CAD":51, "KPH":50.4468, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2080, "KM":8.15081, "WATTS":2, "CAD":52, "KPH":49.4676, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2081, "KM":8.16442, "WATTS":2, "CAD":51, "KPH":48.996, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2082, "KM":8.17773, "WATTS":2, "CAD":51, "KPH":47.9232, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2083, "KM":8.19056, "WATTS":1, "CAD":53, "KPH":46.1916, "ALT":87.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2084, "KM":8.20288, "WATTS":2, "CAD":53, "KPH":44.3232, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2085, "KM":8.21478, "WATTS":2, "CAD":53, "KPH":42.8364, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2086, "KM":8.22633, "WATTS":2, "CAD":52, "KPH":41.4468, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2087, "KM":8.23724, "WATTS":2, "CAD":52, "KPH":39.4236, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2088, "KM":8.24763, "WATTS":2, "CAD":51, "KPH":37.404, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2089, "KM":8.25731, "WATTS":2, "CAD":50, "KPH":34.8516, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2090, "KM":8.26641, "WATTS":22, "CAD":54, "KPH":32.7672, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2091, "KM":8.27497, "WATTS":83, "CAD":71, "KPH":30.7944, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2092, "KM":8.28286, "WATTS":74, "CAD":75, "KPH":28.4004, "ALT":86.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2093, "KM":8.29003, "WATTS":37, "CAD":76, "KPH":25.8156, "ALT":87.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":2094, "KM":8.29658, "WATTS":34, "CAD":85, "KPH":23.5944, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":2095, "KM":8.30262, "WATTS":74, "CAD":78, "KPH":21.7224, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":2096, "KM":8.30821, "WATTS":75, "CAD":72, "KPH":20.124, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2097, "KM":8.313, "WATTS":61, "CAD":65, "KPH":17.2692, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2098, "KM":8.31732, "WATTS":82, "CAD":67, "KPH":15.552, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":2099, "KM":8.32125, "WATTS":91, "CAD":64, "KPH":14.1228, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2100, "KM":8.32501, "WATTS":172, "CAD":61, "KPH":13.5468, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2101, "KM":8.32831, "WATTS":129, "CAD":56, "KPH":11.8872, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2102, "KM":8.33138, "WATTS":111, "CAD":50, "KPH":11.0484, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2103, "KM":8.334, "WATTS":119, "CAD":47, "KPH":9.4212, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2104, "KM":8.33647, "WATTS":119, "CAD":43, "KPH":8.9064, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2105, "KM":8.33886, "WATTS":144, "CAD":39, "KPH":8.568, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2106, "KM":8.34113, "WATTS":144, "CAD":38, "KPH":8.1828, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2107, "KM":8.3434, "WATTS":133, "CAD":35, "KPH":8.1756, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2108, "KM":8.3455, "WATTS":82, "CAD":34, "KPH":7.5852, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2109, "KM":8.34771, "WATTS":82, "CAD":33, "KPH":7.9452, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":2110, "KM":8.34992, "WATTS":76, "CAD":41, "KPH":7.9452, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":2111, "KM":8.35475, "WATTS":88, "CAD":56, "KPH":17.388, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":2112, "KM":8.36003, "WATTS":29, "CAD":61, "KPH":19.026, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":88 }, + { "SECS":2113, "KM":8.3661, "WATTS":48, "CAD":61, "KPH":21.8448, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":22 }, + { "SECS":2114, "KM":8.37276, "WATTS":43, "CAD":61, "KPH":23.9616, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2115, "KM":8.3801, "WATTS":91, "CAD":62, "KPH":26.442, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2116, "KM":8.38823, "WATTS":57, "CAD":69, "KPH":29.2644, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2117, "KM":8.39689, "WATTS":59, "CAD":75, "KPH":31.1688, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2118, "KM":8.40603, "WATTS":75, "CAD":81, "KPH":32.9076, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2119, "KM":8.41562, "WATTS":79, "CAD":78, "KPH":34.5384, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":90 }, + { "SECS":2120, "KM":8.42572, "WATTS":93, "CAD":84, "KPH":36.1692, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2121, "KM":8.4361, "WATTS":88, "CAD":87, "KPH":37.404, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2122, "KM":8.44671, "WATTS":107, "CAD":90, "KPH":38.2428, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2123, "KM":8.45748, "WATTS":43, "CAD":86, "KPH":38.8224, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":2124, "KM":8.4684, "WATTS":100, "CAD":88, "KPH":39.3228, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2125, "KM":8.47937, "WATTS":95, "CAD":89, "KPH":39.5244, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2126, "KM":8.49046, "WATTS":95, "CAD":90, "KPH":39.9348, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2127, "KM":8.50149, "WATTS":106, "CAD":90, "KPH":39.7296, "ALT":89.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2128, "KM":8.51259, "WATTS":125, "CAD":90, "KPH":39.9348, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2129, "KM":8.52362, "WATTS":126, "CAD":90, "KPH":39.7296, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2130, "KM":8.53455, "WATTS":119, "CAD":90, "KPH":39.3228, "ALT":87.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2131, "KM":8.5452, "WATTS":139, "CAD":89, "KPH":38.34, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2132, "KM":8.55559, "WATTS":167, "CAD":87, "KPH":37.404, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2133, "KM":8.56559, "WATTS":154, "CAD":85, "KPH":36, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2134, "KM":8.57501, "WATTS":132, "CAD":82, "KPH":33.9264, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2135, "KM":8.58385, "WATTS":91, "CAD":82, "KPH":31.8168, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2136, "KM":8.59201, "WATTS":149, "CAD":93, "KPH":29.3796, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2137, "KM":8.59962, "WATTS":190, "CAD":89, "KPH":27.3852, "ALT":87.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2138, "KM":8.60674, "WATTS":194, "CAD":84, "KPH":25.6428, "ALT":88, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2139, "KM":8.61329, "WATTS":114, "CAD":84, "KPH":23.5944, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":2140, "KM":8.6196, "WATTS":196, "CAD":91, "KPH":22.6872, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2141, "KM":8.62546, "WATTS":242, "CAD":86, "KPH":21.1248, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2142, "KM":8.6308, "WATTS":194, "CAD":81, "KPH":19.2168, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2143, "KM":8.63583, "WATTS":164, "CAD":80, "KPH":18.0828, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":2144, "KM":8.64046, "WATTS":222, "CAD":79, "KPH":16.704, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2145, "KM":8.64487, "WATTS":251, "CAD":77, "KPH":15.876, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2146, "KM":8.64892, "WATTS":171, "CAD":76, "KPH":14.5764, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2147, "KM":8.6529, "WATTS":257, "CAD":75, "KPH":14.3316, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2148, "KM":8.65685, "WATTS":240, "CAD":73, "KPH":14.1984, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2149, "KM":8.66081, "WATTS":245, "CAD":73, "KPH":14.2524, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2150, "KM":8.66479, "WATTS":238, "CAD":73, "KPH":14.3316, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2151, "KM":8.66875, "WATTS":234, "CAD":73, "KPH":14.2776, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2152, "KM":8.67271, "WATTS":255, "CAD":73, "KPH":14.2524, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2153, "KM":8.67656, "WATTS":209, "CAD":72, "KPH":13.842, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2154, "KM":8.68033, "WATTS":219, "CAD":70, "KPH":13.5936, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2155, "KM":8.6841, "WATTS":224, "CAD":70, "KPH":13.572, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2156, "KM":8.68778, "WATTS":167, "CAD":69, "KPH":13.2444, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2157, "KM":8.69147, "WATTS":217, "CAD":68, "KPH":13.266, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2158, "KM":8.69518, "WATTS":229, "CAD":68, "KPH":13.3596, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2159, "KM":8.6989, "WATTS":207, "CAD":69, "KPH":13.4064, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2160, "KM":8.70261, "WATTS":221, "CAD":69, "KPH":13.3596, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2161, "KM":8.70637, "WATTS":244, "CAD":69, "KPH":13.5216, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2162, "KM":8.71016, "WATTS":228, "CAD":69, "KPH":13.644, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2163, "KM":8.71392, "WATTS":222, "CAD":70, "KPH":13.5216, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2164, "KM":8.71764, "WATTS":208, "CAD":69, "KPH":13.4064, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2165, "KM":8.72129, "WATTS":206, "CAD":68, "KPH":13.1292, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2166, "KM":8.72488, "WATTS":195, "CAD":67, "KPH":12.9312, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2167, "KM":8.72845, "WATTS":182, "CAD":66, "KPH":12.8664, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2168, "KM":8.73207, "WATTS":178, "CAD":66, "KPH":13.0176, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2169, "KM":8.73565, "WATTS":166, "CAD":66, "KPH":12.9096, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2170, "KM":8.73923, "WATTS":156, "CAD":66, "KPH":12.888, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2171, "KM":8.74273, "WATTS":140, "CAD":65, "KPH":12.5892, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2172, "KM":8.74617, "WATTS":155, "CAD":65, "KPH":12.366, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2173, "KM":8.74958, "WATTS":146, "CAD":63, "KPH":12.2688, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2174, "KM":8.75283, "WATTS":141, "CAD":62, "KPH":11.7072, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2175, "KM":8.75603, "WATTS":123, "CAD":60, "KPH":11.5128, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2176, "KM":8.75917, "WATTS":114, "CAD":58, "KPH":11.3256, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2177, "KM":8.76229, "WATTS":124, "CAD":58, "KPH":11.2248, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2178, "KM":8.76522, "WATTS":98, "CAD":57, "KPH":10.5336, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2179, "KM":8.76805, "WATTS":74, "CAD":54, "KPH":10.1952, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2180, "KM":8.77083, "WATTS":84, "CAD":51, "KPH":10.0116, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2181, "KM":8.77358, "WATTS":74, "CAD":51, "KPH":9.8928, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2182, "KM":8.77621, "WATTS":60, "CAD":50, "KPH":9.4896, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2183, "KM":8.77876, "WATTS":60, "CAD":48, "KPH":9.1728, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2184, "KM":8.78126, "WATTS":56, "CAD":47, "KPH":8.9892, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2185, "KM":8.78372, "WATTS":50, "CAD":46, "KPH":8.8632, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2186, "KM":8.78613, "WATTS":44, "CAD":45, "KPH":8.694, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2187, "KM":8.78851, "WATTS":44, "CAD":45, "KPH":8.5392, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2188, "KM":8.79077, "WATTS":33, "CAD":44, "KPH":8.1396, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":2189, "KM":8.79297, "WATTS":41, "CAD":42, "KPH":7.92, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2190, "KM":8.79525, "WATTS":41, "CAD":41, "KPH":8.208, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2191, "KM":8.79756, "WATTS":46, "CAD":43, "KPH":8.3268, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":2192, "KM":8.79979, "WATTS":11, "CAD":42, "KPH":8.028, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2193, "KM":8.80192, "WATTS":11, "CAD":41, "KPH":7.6824, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2194, "KM":8.80402, "WATTS":10, "CAD":39, "KPH":7.5312, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":23 }, + { "SECS":2195, "KM":8.8062, "WATTS":18, "CAD":39, "KPH":7.848, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":71 }, + { "SECS":2196, "KM":8.80849, "WATTS":34, "CAD":41, "KPH":8.244, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":71 }, + { "SECS":2197, "KM":8.8111, "WATTS":34, "CAD":45, "KPH":9.396, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2198, "KM":8.81391, "WATTS":76, "CAD":49, "KPH":10.1412, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2199, "KM":8.81682, "WATTS":55, "CAD":52, "KPH":10.4472, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2200, "KM":8.8199, "WATTS":25, "CAD":51, "KPH":11.0952, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":25 }, + { "SECS":2201, "KM":8.82305, "WATTS":11, "CAD":48, "KPH":11.358, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":25 }, + { "SECS":2202, "KM":8.82631, "WATTS":11, "CAD":47, "KPH":11.7432, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":2203, "KM":8.82976, "WATTS":11, "CAD":47, "KPH":12.4056, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":2204, "KM":8.83342, "WATTS":0, "CAD":35, "KPH":13.176, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2205, "KM":8.83716, "WATTS":0, "CAD":0, "KPH":13.4748, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2206, "KM":8.84108, "WATTS":0, "CAD":0, "KPH":14.094, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2207, "KM":8.84514, "WATTS":0, "CAD":0, "KPH":14.634, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2208, "KM":8.8491, "WATTS":0, "CAD":0, "KPH":14.2272, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2209, "KM":8.85213, "WATTS":0, "CAD":0, "KPH":10.9368, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2210, "KM":8.85465, "WATTS":0, "CAD":0, "KPH":9.0756, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2211, "KM":8.85658, "WATTS":0, "CAD":0, "KPH":6.9264, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2212, "KM":8.8585, "WATTS":0, "CAD":0, "KPH":6.9264, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2213, "KM":8.86033, "WATTS":0, "CAD":0, "KPH":6.5916, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2214, "KM":8.86269, "WATTS":0, "CAD":0, "KPH":8.4816, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2215, "KM":8.86496, "WATTS":0, "CAD":0, "KPH":8.1648, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2216, "KM":8.8674, "WATTS":0, "CAD":0, "KPH":8.784, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2217, "KM":8.86985, "WATTS":0, "CAD":0, "KPH":8.8236, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2218, "KM":8.8724, "WATTS":134, "CAD":38, "KPH":9.1836, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2219, "KM":8.87494, "WATTS":111, "CAD":39, "KPH":9.1512, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":2220, "KM":8.87736, "WATTS":79, "CAD":39, "KPH":8.7228, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":2221, "KM":8.87974, "WATTS":79, "CAD":38, "KPH":8.5392, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2222, "KM":8.88206, "WATTS":72, "CAD":36, "KPH":8.352, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2223, "KM":8.88437, "WATTS":72, "CAD":36, "KPH":8.316, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2224, "KM":8.88662, "WATTS":56, "CAD":36, "KPH":8.0964, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2225, "KM":8.88879, "WATTS":62, "CAD":35, "KPH":7.8336, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2226, "KM":8.8909, "WATTS":62, "CAD":34, "KPH":7.578, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2227, "KM":8.89298, "WATTS":55, "CAD":33, "KPH":7.488, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2228, "KM":8.89506, "WATTS":55, "CAD":32, "KPH":7.5168, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2229, "KM":8.89708, "WATTS":55, "CAD":32, "KPH":7.2684, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2230, "KM":8.89889, "WATTS":0, "CAD":24, "KPH":6.5088, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2231, "KM":8.90069, "WATTS":0, "CAD":0, "KPH":6.4908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2232, "KM":8.9025, "WATTS":0, "CAD":0, "KPH":6.4908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2233, "KM":8.9043, "WATTS":34, "CAD":28, "KPH":6.4908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":2234, "KM":8.90603, "WATTS":34, "CAD":28, "KPH":6.21, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":2235, "KM":8.9078, "WATTS":35, "CAD":27, "KPH":6.39, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2236, "KM":8.9097, "WATTS":35, "CAD":27, "KPH":6.8328, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2237, "KM":8.91169, "WATTS":39, "CAD":30, "KPH":7.1784, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":2238, "KM":8.91369, "WATTS":39, "CAD":31, "KPH":7.1784, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":2239, "KM":8.91558, "WATTS":39, "CAD":31, "KPH":6.804, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":2240, "KM":8.91737, "WATTS":0, "CAD":7, "KPH":6.4476, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2241, "KM":8.91905, "WATTS":0, "CAD":0, "KPH":6.0624, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2242, "KM":8.92074, "WATTS":0, "CAD":0, "KPH":6.0624, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2243, "KM":8.92242, "WATTS":0, "CAD":0, "KPH":6.0624, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2244, "KM":8.92242, "WATTS":0, "CAD":0, "KPH":0, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2362, "KM":8.92242, "WATTS":0, "CAD":0, "KPH":5.5512, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2363, "KM":8.92396, "WATTS":0, "CAD":0, "KPH":5.5512, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2364, "KM":8.92555, "WATTS":0, "CAD":0, "KPH":5.7276, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2365, "KM":8.92745, "WATTS":0, "CAD":0, "KPH":6.8148, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2366, "KM":8.92987, "WATTS":0, "CAD":0, "KPH":8.712, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2367, "KM":8.93225, "WATTS":0, "CAD":0, "KPH":8.5752, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2368, "KM":8.93448, "WATTS":0, "CAD":0, "KPH":8.0532, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2369, "KM":8.93671, "WATTS":0, "CAD":0, "KPH":8.0136, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2370, "KM":8.93897, "WATTS":0, "CAD":0, "KPH":8.1324, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":2371, "KM":8.9411, "WATTS":0, "CAD":0, "KPH":7.6752, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2372, "KM":8.94323, "WATTS":0, "CAD":0, "KPH":7.6608, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2373, "KM":8.94535, "WATTS":0, "CAD":0, "KPH":7.6212, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2374, "KM":8.94744, "WATTS":0, "CAD":0, "KPH":7.5456, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2375, "KM":8.94958, "WATTS":0, "CAD":0, "KPH":7.6824, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2376, "KM":8.95173, "WATTS":0, "CAD":0, "KPH":7.7436, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2377, "KM":8.95389, "WATTS":0, "CAD":0, "KPH":7.8012, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2378, "KM":8.95617, "WATTS":0, "CAD":0, "KPH":8.1936, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2379, "KM":8.95887, "WATTS":0, "CAD":0, "KPH":9.7056, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2380, "KM":8.96174, "WATTS":0, "CAD":0, "KPH":10.3464, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2381, "KM":8.96474, "WATTS":0, "CAD":0, "KPH":10.7856, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2382, "KM":8.96802, "WATTS":0, "CAD":0, "KPH":11.8332, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2383, "KM":8.97169, "WATTS":0, "CAD":0, "KPH":13.1976, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2384, "KM":8.97549, "WATTS":0, "CAD":0, "KPH":13.6692, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2385, "KM":8.979, "WATTS":0, "CAD":0, "KPH":12.654, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2386, "KM":8.98231, "WATTS":0, "CAD":0, "KPH":11.9052, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2387, "KM":8.98597, "WATTS":0, "CAD":0, "KPH":13.1976, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2388, "KM":8.98952, "WATTS":0, "CAD":0, "KPH":12.78, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2389, "KM":8.99267, "WATTS":0, "CAD":0, "KPH":11.3076, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2390, "KM":8.99557, "WATTS":0, "CAD":0, "KPH":10.4472, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2391, "KM":8.99816, "WATTS":0, "CAD":0, "KPH":9.3492, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2392, "KM":9.00039, "WATTS":0, "CAD":0, "KPH":8.0136, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2393, "KM":9.00232, "WATTS":0, "CAD":0, "KPH":6.9516, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2394, "KM":9.00451, "WATTS":0, "CAD":0, "KPH":7.8804, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2395, "KM":9.0069, "WATTS":84, "CAD":36, "KPH":8.6148, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2396, "KM":9.00933, "WATTS":84, "CAD":36, "KPH":8.7516, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":35 }, + { "SECS":2397, "KM":9.01189, "WATTS":167, "CAD":37, "KPH":9.1836, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":35 }, + { "SECS":2398, "KM":9.01461, "WATTS":162, "CAD":39, "KPH":9.8172, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":35 }, + { "SECS":2399, "KM":9.01743, "WATTS":162, "CAD":42, "KPH":10.1304, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2400, "KM":9.02018, "WATTS":132, "CAD":44, "KPH":9.9072, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2401, "KM":9.02297, "WATTS":119, "CAD":43, "KPH":10.062, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2402, "KM":9.02579, "WATTS":121, "CAD":43, "KPH":10.1304, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2403, "KM":9.02859, "WATTS":121, "CAD":44, "KPH":10.0908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2404, "KM":9.03145, "WATTS":127, "CAD":44, "KPH":10.3068, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2405, "KM":9.03426, "WATTS":85, "CAD":44, "KPH":10.0908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2406, "KM":9.03709, "WATTS":85, "CAD":44, "KPH":10.1952, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2407, "KM":9.03992, "WATTS":101, "CAD":44, "KPH":10.2096, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2408, "KM":9.04272, "WATTS":84, "CAD":44, "KPH":10.0512, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":56 }, + { "SECS":2409, "KM":9.04546, "WATTS":67, "CAD":43, "KPH":9.8928, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":56 }, + { "SECS":2410, "KM":9.04811, "WATTS":67, "CAD":43, "KPH":9.5148, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2411, "KM":9.05068, "WATTS":46, "CAD":40, "KPH":9.2592, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2412, "KM":9.05322, "WATTS":49, "CAD":40, "KPH":9.1404, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2413, "KM":9.05578, "WATTS":49, "CAD":40, "KPH":9.2268, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2414, "KM":9.05829, "WATTS":55, "CAD":39, "KPH":9.0432, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2415, "KM":9.06087, "WATTS":46, "CAD":39, "KPH":9.2844, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2416, "KM":9.06343, "WATTS":46, "CAD":40, "KPH":9.1944, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2417, "KM":9.066, "WATTS":31, "CAD":40, "KPH":9.27, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":62 }, + { "SECS":2418, "KM":9.06855, "WATTS":19, "CAD":40, "KPH":9.1728, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":62 }, + { "SECS":2419, "KM":9.07119, "WATTS":19, "CAD":40, "KPH":9.5148, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":44 }, + { "SECS":2420, "KM":9.07396, "WATTS":15, "CAD":40, "KPH":9.9468, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":96 }, + { "SECS":2421, "KM":9.07671, "WATTS":10, "CAD":40, "KPH":9.9072, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":96 }, + { "SECS":2422, "KM":9.07951, "WATTS":10, "CAD":43, "KPH":10.1016, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":36 }, + { "SECS":2423, "KM":9.08262, "WATTS":49, "CAD":45, "KPH":11.1924, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2424, "KM":9.08601, "WATTS":82, "CAD":48, "KPH":12.1896, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2425, "KM":9.0896, "WATTS":102, "CAD":53, "KPH":12.9312, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2426, "KM":9.09352, "WATTS":88, "CAD":57, "KPH":14.1228, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":59 }, + { "SECS":2427, "KM":9.09768, "WATTS":25, "CAD":56, "KPH":14.976, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":89 }, + { "SECS":2428, "KM":9.1021, "WATTS":63, "CAD":52, "KPH":15.9084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":89 }, + { "SECS":2429, "KM":9.10702, "WATTS":57, "CAD":51, "KPH":17.7084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":29 }, + { "SECS":2430, "KM":9.11239, "WATTS":56, "CAD":56, "KPH":19.314, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":60 }, + { "SECS":2431, "KM":9.11802, "WATTS":28, "CAD":58, "KPH":20.286, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":29 }, + { "SECS":2432, "KM":9.12404, "WATTS":28, "CAD":58, "KPH":21.6612, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":87 }, + { "SECS":2433, "KM":9.13053, "WATTS":49, "CAD":55, "KPH":23.3784, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2434, "KM":9.13738, "WATTS":52, "CAD":59, "KPH":24.6564, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2435, "KM":9.14475, "WATTS":72, "CAD":64, "KPH":26.532, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2436, "KM":9.15252, "WATTS":47, "CAD":67, "KPH":27.9828, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2437, "KM":9.16068, "WATTS":50, "CAD":72, "KPH":29.3796, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2438, "KM":9.16924, "WATTS":49, "CAD":75, "KPH":30.7944, "ALT":99.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2439, "KM":9.17838, "WATTS":15, "CAD":76, "KPH":32.9076, "ALT":99.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2440, "KM":9.18789, "WATTS":90, "CAD":71, "KPH":34.2324, "ALT":98.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2441, "KM":9.19784, "WATTS":72, "CAD":77, "KPH":35.8308, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2442, "KM":9.20826, "WATTS":11, "CAD":73, "KPH":37.494, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2443, "KM":9.21912, "WATTS":2, "CAD":58, "KPH":39.1212, "ALT":97.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2444, "KM":9.23033, "WATTS":2, "CAD":52, "KPH":40.356, "ALT":97, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2445, "KM":9.24197, "WATTS":2, "CAD":50, "KPH":41.9004, "ALT":96.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2446, "KM":9.25407, "WATTS":2, "CAD":51, "KPH":43.3188, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2447, "KM":9.26646, "WATTS":2, "CAD":51, "KPH":44.8416, "ALT":95, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2448, "KM":9.27937, "WATTS":1, "CAD":51, "KPH":46.4724, "ALT":94.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2449, "KM":9.29281, "WATTS":1, "CAD":49, "KPH":48.3768, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2450, "KM":9.30664, "WATTS":2, "CAD":51, "KPH":49.7916, "ALT":92.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2451, "KM":9.3206, "WATTS":2, "CAD":54, "KPH":50.2812, "ALT":91.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2452, "KM":9.33453, "WATTS":1, "CAD":54, "KPH":50.1156, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2453, "KM":9.34822, "WATTS":1, "CAD":54, "KPH":49.3092, "ALT":90.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2454, "KM":9.36158, "WATTS":1, "CAD":54, "KPH":48.0744, "ALT":89.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2455, "KM":9.37464, "WATTS":1, "CAD":55, "KPH":47.0412, "ALT":88.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2456, "KM":9.38725, "WATTS":1, "CAD":55, "KPH":45.3708, "ALT":87.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2457, "KM":9.39938, "WATTS":2, "CAD":53, "KPH":43.6896, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2458, "KM":9.41109, "WATTS":1, "CAD":50, "KPH":42.1308, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2459, "KM":9.42227, "WATTS":1, "CAD":49, "KPH":40.2516, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2460, "KM":9.43297, "WATTS":1, "CAD":50, "KPH":38.5308, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2461, "KM":9.44314, "WATTS":33, "CAD":80, "KPH":36.6012, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2462, "KM":9.45282, "WATTS":34, "CAD":82, "KPH":34.8516, "ALT":87, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2463, "KM":9.46188, "WATTS":52, "CAD":78, "KPH":32.6268, "ALT":87.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2464, "KM":9.4705, "WATTS":87, "CAD":74, "KPH":31.0428, "ALT":87.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2465, "KM":9.47832, "WATTS":68, "CAD":70, "KPH":27.9828, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":2466, "KM":9.4854, "WATTS":10, "CAD":83, "KPH":25.6428, "ALT":88.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":2467, "KM":9.4919, "WATTS":18, "CAD":78, "KPH":23.3784, "ALT":89, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":2468, "KM":9.49756, "WATTS":39, "CAD":71, "KPH":20.394, "ALT":89.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":36 }, + { "SECS":2469, "KM":9.50277, "WATTS":70, "CAD":64, "KPH":18.7488, "ALT":90, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":33 }, + { "SECS":2470, "KM":9.50757, "WATTS":97, "CAD":58, "KPH":17.2692, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2471, "KM":9.51196, "WATTS":129, "CAD":54, "KPH":15.8112, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2472, "KM":9.51585, "WATTS":93, "CAD":53, "KPH":13.6908, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":25 }, + { "SECS":2473, "KM":9.5191, "WATTS":121, "CAD":55, "KPH":11.9808, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":25 }, + { "SECS":2474, "KM":9.52235, "WATTS":174, "CAD":55, "KPH":11.6892, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":31 }, + { "SECS":2475, "KM":9.52542, "WATTS":173, "CAD":54, "KPH":11.0484, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2476, "KM":9.5284, "WATTS":173, "CAD":53, "KPH":10.7244, "ALT":92, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2477, "KM":9.5312, "WATTS":142, "CAD":49, "KPH":10.1016, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":58 }, + { "SECS":2478, "KM":9.53383, "WATTS":148, "CAD":47, "KPH":9.468, "ALT":92.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2479, "KM":9.53621, "WATTS":93, "CAD":44, "KPH":8.5752, "ALT":93.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2480, "KM":9.53844, "WATTS":93, "CAD":41, "KPH":8.0136, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":70 }, + { "SECS":2481, "KM":9.54119, "WATTS":70, "CAD":41, "KPH":9.8928, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":65 }, + { "SECS":2482, "KM":9.54498, "WATTS":20, "CAD":47, "KPH":13.6692, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":97 }, + { "SECS":2483, "KM":9.5496, "WATTS":67, "CAD":52, "KPH":16.632, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2484, "KM":9.55505, "WATTS":63, "CAD":57, "KPH":19.512, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2485, "KM":9.56107, "WATTS":19, "CAD":62, "KPH":21.7836, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2486, "KM":9.56777, "WATTS":40, "CAD":60, "KPH":24.1128, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":27 }, + { "SECS":2487, "KM":9.57527, "WATTS":57, "CAD":62, "KPH":27, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2488, "KM":9.58346, "WATTS":61, "CAD":68, "KPH":29.4912, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2489, "KM":9.59212, "WATTS":73, "CAD":75, "KPH":31.1688, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2490, "KM":9.60122, "WATTS":67, "CAD":81, "KPH":32.7672, "ALT":92.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2491, "KM":9.6109, "WATTS":70, "CAD":84, "KPH":34.8516, "ALT":92.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2492, "KM":9.62093, "WATTS":85, "CAD":88, "KPH":36.0828, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2493, "KM":9.63122, "WATTS":83, "CAD":93, "KPH":37.0404, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2494, "KM":9.64171, "WATTS":38, "CAD":75, "KPH":37.7712, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2495, "KM":9.65236, "WATTS":30, "CAD":82, "KPH":38.34, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":8 }, + { "SECS":2496, "KM":9.66317, "WATTS":102, "CAD":80, "KPH":38.9232, "ALT":90.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2497, "KM":9.67409, "WATTS":132, "CAD":82, "KPH":39.3228, "ALT":89.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2498, "KM":9.68513, "WATTS":148, "CAD":83, "KPH":39.7296, "ALT":89.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2499, "KM":9.69622, "WATTS":127, "CAD":84, "KPH":39.9348, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2500, "KM":9.70726, "WATTS":144, "CAD":84, "KPH":39.7296, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2501, "KM":9.71827, "WATTS":136, "CAD":84, "KPH":39.6252, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2502, "KM":9.7293, "WATTS":138, "CAD":84, "KPH":39.7296, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2503, "KM":9.74016, "WATTS":128, "CAD":83, "KPH":38.9232, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2504, "KM":9.75056, "WATTS":169, "CAD":81, "KPH":37.5876, "ALT":88, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2505, "KM":9.76056, "WATTS":87, "CAD":80, "KPH":36, "ALT":87.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2506, "KM":9.76988, "WATTS":80, "CAD":96, "KPH":33.5556, "ALT":87.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":34 }, + { "SECS":2507, "KM":9.77854, "WATTS":167, "CAD":96, "KPH":31.1688, "ALT":86.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2508, "KM":9.78648, "WATTS":171, "CAD":91, "KPH":28.6092, "ALT":87.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2509, "KM":9.7939, "WATTS":131, "CAD":95, "KPH":26.7156, "ALT":87.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":40 }, + { "SECS":2510, "KM":9.80082, "WATTS":169, "CAD":93, "KPH":24.894, "ALT":88, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2511, "KM":9.80725, "WATTS":178, "CAD":86, "KPH":23.166, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2512, "KM":9.81334, "WATTS":164, "CAD":82, "KPH":21.906, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2513, "KM":9.81897, "WATTS":214, "CAD":91, "KPH":20.286, "ALT":89.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2514, "KM":9.82415, "WATTS":223, "CAD":86, "KPH":18.5652, "ALT":90, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2515, "KM":9.82911, "WATTS":237, "CAD":80, "KPH":17.874, "ALT":90.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2516, "KM":9.8338, "WATTS":179, "CAD":77, "KPH":16.8876, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2517, "KM":9.83826, "WATTS":253, "CAD":76, "KPH":16.11, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":42 }, + { "SECS":2518, "KM":9.84265, "WATTS":298, "CAD":75, "KPH":15.7788, "ALT":92, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2519, "KM":9.84703, "WATTS":294, "CAD":75, "KPH":15.7788, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2520, "KM":9.85139, "WATTS":276, "CAD":74, "KPH":15.714, "ALT":92.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2521, "KM":9.8558, "WATTS":274, "CAD":74, "KPH":15.8436, "ALT":93.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2522, "KM":9.8602, "WATTS":258, "CAD":74, "KPH":15.8112, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2523, "KM":9.86449, "WATTS":252, "CAD":74, "KPH":15.4908, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2524, "KM":9.86871, "WATTS":246, "CAD":72, "KPH":15.1848, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2525, "KM":9.87284, "WATTS":241, "CAD":71, "KPH":14.8608, "ALT":93.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2526, "KM":9.87695, "WATTS":237, "CAD":70, "KPH":14.8032, "ALT":94, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2527, "KM":9.8811, "WATTS":258, "CAD":70, "KPH":14.9472, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2528, "KM":9.88526, "WATTS":255, "CAD":70, "KPH":14.976, "ALT":95, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2529, "KM":9.88945, "WATTS":243, "CAD":71, "KPH":15.066, "ALT":95.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2530, "KM":9.89363, "WATTS":234, "CAD":71, "KPH":15.066, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2531, "KM":9.89775, "WATTS":228, "CAD":71, "KPH":14.832, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2532, "KM":9.90181, "WATTS":216, "CAD":70, "KPH":14.634, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2533, "KM":9.90586, "WATTS":235, "CAD":69, "KPH":14.5764, "ALT":95.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2534, "KM":9.90988, "WATTS":226, "CAD":69, "KPH":14.4396, "ALT":96.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2535, "KM":9.91383, "WATTS":217, "CAD":69, "KPH":14.2272, "ALT":96.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2536, "KM":9.91775, "WATTS":223, "CAD":67, "KPH":14.1228, "ALT":97.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2537, "KM":9.92166, "WATTS":216, "CAD":67, "KPH":14.0688, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2538, "KM":9.92562, "WATTS":205, "CAD":67, "KPH":14.2776, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2539, "KM":9.92964, "WATTS":206, "CAD":67, "KPH":14.4684, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2540, "KM":9.93367, "WATTS":190, "CAD":68, "KPH":14.4936, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2541, "KM":9.93769, "WATTS":195, "CAD":68, "KPH":14.4396, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2542, "KM":9.94171, "WATTS":191, "CAD":68, "KPH":14.4936, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2543, "KM":9.94568, "WATTS":170, "CAD":68, "KPH":14.3064, "ALT":98.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2544, "KM":9.94955, "WATTS":170, "CAD":68, "KPH":13.9428, "ALT":98.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2545, "KM":9.95326, "WATTS":114, "CAD":66, "KPH":13.3344, "ALT":99.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":59 }, + { "SECS":2546, "KM":9.95681, "WATTS":123, "CAD":63, "KPH":12.8016, "ALT":99.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2547, "KM":9.96021, "WATTS":77, "CAD":61, "KPH":12.2292, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2548, "KM":9.96343, "WATTS":76, "CAD":58, "KPH":11.5992, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2549, "KM":9.96657, "WATTS":74, "CAD":55, "KPH":11.2932, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2550, "KM":9.96946, "WATTS":35, "CAD":52, "KPH":10.3896, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2551, "KM":9.97223, "WATTS":35, "CAD":50, "KPH":9.9972, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":56 }, + { "SECS":2552, "KM":9.97517, "WATTS":109, "CAD":48, "KPH":10.5768, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":35 }, + { "SECS":2553, "KM":9.9787, "WATTS":226, "CAD":50, "KPH":12.6936, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2554, "KM":9.98218, "WATTS":77, "CAD":58, "KPH":12.528, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":68 }, + { "SECS":2555, "KM":9.98562, "WATTS":65, "CAD":59, "KPH":12.4056, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2556, "KM":9.98901, "WATTS":63, "CAD":59, "KPH":12.2112, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":80 }, + { "SECS":2557, "KM":9.99248, "WATTS":31, "CAD":57, "KPH":12.4884, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":80 }, + { "SECS":2558, "KM":9.99583, "WATTS":31, "CAD":57, "KPH":12.0564, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2559, "KM":9.99858, "WATTS":31, "CAD":57, "KPH":9.8928, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2560, "KM":10.0007, "WATTS":0, "CAD":14, "KPH":7.7364, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2561, "KM":10.0029, "WATTS":0, "CAD":0, "KPH":7.7364, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2562, "KM":10.0029, "WATTS":0, "CAD":0, "KPH":0, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2574, "KM":10.0029, "WATTS":0, "CAD":0, "KPH":4.752, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2575, "KM":10.0043, "WATTS":0, "CAD":0, "KPH":5.1192, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2576, "KM":10.0061, "WATTS":0, "CAD":0, "KPH":6.5268, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2577, "KM":10.0079, "WATTS":0, "CAD":0, "KPH":6.5268, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2578, "KM":10.0098, "WATTS":0, "CAD":0, "KPH":6.84, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2579, "KM":10.0119, "WATTS":0, "CAD":0, "KPH":7.3872, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2580, "KM":10.014, "WATTS":0, "CAD":0, "KPH":7.8084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2581, "KM":10.0161, "WATTS":18, "CAD":22, "KPH":7.254, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2582, "KM":10.0183, "WATTS":18, "CAD":22, "KPH":7.9776, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2583, "KM":10.0207, "WATTS":76, "CAD":34, "KPH":8.7948, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2584, "KM":10.0233, "WATTS":46, "CAD":40, "KPH":9.0972, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2585, "KM":10.026, "WATTS":46, "CAD":43, "KPH":9.9576, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2586, "KM":10.0288, "WATTS":46, "CAD":43, "KPH":10.17, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2587, "KM":10.0317, "WATTS":0, "CAD":32, "KPH":10.2492, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2588, "KM":10.0346, "WATTS":0, "CAD":0, "KPH":10.5768, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2589, "KM":10.0376, "WATTS":0, "CAD":0, "KPH":10.8144, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2590, "KM":10.0407, "WATTS":0, "CAD":0, "KPH":11.0484, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2591, "KM":10.044, "WATTS":0, "CAD":0, "KPH":11.9052, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2592, "KM":10.0476, "WATTS":0, "CAD":0, "KPH":12.8664, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2593, "KM":10.0515, "WATTS":0, "CAD":0, "KPH":13.968, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2594, "KM":10.0555, "WATTS":0, "CAD":0, "KPH":14.4684, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2595, "KM":10.0597, "WATTS":0, "CAD":0, "KPH":15.1524, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2596, "KM":10.0637, "WATTS":0, "CAD":0, "KPH":14.4144, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2597, "KM":10.0671, "WATTS":0, "CAD":0, "KPH":12.4488, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2598, "KM":10.0703, "WATTS":0, "CAD":0, "KPH":11.394, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2599, "KM":10.0731, "WATTS":0, "CAD":0, "KPH":9.9972, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2600, "KM":10.0751, "WATTS":0, "CAD":0, "KPH":7.3584, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2601, "KM":10.0775, "WATTS":0, "CAD":0, "KPH":8.4816, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2602, "KM":10.0798, "WATTS":0, "CAD":0, "KPH":8.2548, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2603, "KM":10.0823, "WATTS":0, "CAD":0, "KPH":8.9172, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":0 }, + { "SECS":2604, "KM":10.0849, "WATTS":163, "CAD":33, "KPH":9.4788, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2605, "KM":10.0877, "WATTS":169, "CAD":45, "KPH":10.2384, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2606, "KM":10.0906, "WATTS":129, "CAD":47, "KPH":10.1844, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2607, "KM":10.0934, "WATTS":129, "CAD":48, "KPH":10.1412, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2608, "KM":10.0963, "WATTS":132, "CAD":49, "KPH":10.6056, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2609, "KM":10.0993, "WATTS":133, "CAD":50, "KPH":10.6056, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2610, "KM":10.1023, "WATTS":125, "CAD":50, "KPH":10.8144, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2611, "KM":10.1053, "WATTS":104, "CAD":51, "KPH":10.8144, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2612, "KM":10.1082, "WATTS":50, "CAD":50, "KPH":10.5624, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2613, "KM":10.1109, "WATTS":50, "CAD":49, "KPH":9.6444, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2614, "KM":10.1136, "WATTS":67, "CAD":46, "KPH":9.5616, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2615, "KM":10.1163, "WATTS":79, "CAD":46, "KPH":9.72, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2616, "KM":10.1191, "WATTS":87, "CAD":47, "KPH":10.2492, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2617, "KM":10.122, "WATTS":83, "CAD":48, "KPH":10.548, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2618, "KM":10.125, "WATTS":83, "CAD":50, "KPH":10.6488, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2619, "KM":10.1278, "WATTS":40, "CAD":49, "KPH":10.1304, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":63 }, + { "SECS":2620, "KM":10.1306, "WATTS":35, "CAD":48, "KPH":10.0224, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":63 }, + { "SECS":2621, "KM":10.1333, "WATTS":12, "CAD":47, "KPH":9.72, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2622, "KM":10.1359, "WATTS":12, "CAD":46, "KPH":9.5832, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2623, "KM":10.1386, "WATTS":10, "CAD":45, "KPH":9.432, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2624, "KM":10.1412, "WATTS":4, "CAD":43, "KPH":9.6084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2625, "KM":10.144, "WATTS":16, "CAD":42, "KPH":9.8676, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2626, "KM":10.1469, "WATTS":16, "CAD":46, "KPH":10.3356, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":35 }, + { "SECS":2627, "KM":10.1501, "WATTS":71, "CAD":49, "KPH":11.7792, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":39 }, + { "SECS":2628, "KM":10.1535, "WATTS":104, "CAD":55, "KPH":12.3084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2629, "KM":10.1571, "WATTS":51, "CAD":55, "KPH":13.0176, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":71 }, + { "SECS":2630, "KM":10.1611, "WATTS":78, "CAD":52, "KPH":14.1228, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2631, "KM":10.1653, "WATTS":75, "CAD":55, "KPH":15.1524, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2632, "KM":10.1697, "WATTS":24, "CAD":54, "KPH":15.9408, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":82 }, + { "SECS":2633, "KM":10.1745, "WATTS":92, "CAD":51, "KPH":17.2692, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":82 }, + { "SECS":2634, "KM":10.1799, "WATTS":78, "CAD":50, "KPH":19.314, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":45 }, + { "SECS":2635, "KM":10.1857, "WATTS":70, "CAD":55, "KPH":20.8368, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2636, "KM":10.1918, "WATTS":101, "CAD":60, "KPH":21.9708, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2637, "KM":10.1985, "WATTS":95, "CAD":64, "KPH":24.1884, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2638, "KM":10.2057, "WATTS":50, "CAD":66, "KPH":26.082, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":28 }, + { "SECS":2639, "KM":10.2133, "WATTS":63, "CAD":66, "KPH":27.3852, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2640, "KM":10.2214, "WATTS":24, "CAD":68, "KPH":29.1564, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":34 }, + { "SECS":2641, "KM":10.2299, "WATTS":40, "CAD":69, "KPH":30.3084, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":45 }, + { "SECS":2642, "KM":10.2387, "WATTS":51, "CAD":73, "KPH":31.8168, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2643, "KM":10.2481, "WATTS":57, "CAD":77, "KPH":33.7788, "ALT":100.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2644, "KM":10.2578, "WATTS":70, "CAD":81, "KPH":35.172, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2645, "KM":10.268, "WATTS":20, "CAD":72, "KPH":36.6876, "ALT":99.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2646, "KM":10.2786, "WATTS":2, "CAD":63, "KPH":38.1492, "ALT":99.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2647, "KM":10.2897, "WATTS":2, "CAD":53, "KPH":39.7296, "ALT":98.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2648, "KM":10.3011, "WATTS":2, "CAD":50, "KPH":41.112, "ALT":97.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2649, "KM":10.3128, "WATTS":2, "CAD":49, "KPH":42.1308, "ALT":97.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2650, "KM":10.3251, "WATTS":2, "CAD":50, "KPH":44.1936, "ALT":96.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2651, "KM":10.3377, "WATTS":2, "CAD":47, "KPH":45.3708, "ALT":96, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2652, "KM":10.3507, "WATTS":2, "CAD":50, "KPH":46.7532, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2653, "KM":10.3642, "WATTS":2, "CAD":51, "KPH":48.8376, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2654, "KM":10.378, "WATTS":2, "CAD":50, "KPH":49.6296, "ALT":93, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2655, "KM":10.3921, "WATTS":1, "CAD":49, "KPH":50.778, "ALT":92.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2656, "KM":10.4061, "WATTS":1, "CAD":49, "KPH":50.4468, "ALT":91.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2657, "KM":10.42, "WATTS":1, "CAD":47, "KPH":49.7916, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2658, "KM":10.4333, "WATTS":1, "CAD":49, "KPH":48.0744, "ALT":89.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2659, "KM":10.4463, "WATTS":1, "CAD":50, "KPH":46.8972, "ALT":89, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2660, "KM":10.4588, "WATTS":1, "CAD":50, "KPH":44.9712, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2661, "KM":10.4709, "WATTS":1, "CAD":49, "KPH":43.3188, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2662, "KM":10.4825, "WATTS":2, "CAD":49, "KPH":41.9004, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2663, "KM":10.4937, "WATTS":1, "CAD":49, "KPH":40.1436, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2664, "KM":10.5042, "WATTS":2, "CAD":48, "KPH":37.9584, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2665, "KM":10.5142, "WATTS":2, "CAD":49, "KPH":36.0828, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2666, "KM":10.5237, "WATTS":2, "CAD":50, "KPH":34.0776, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2667, "KM":10.5326, "WATTS":3, "CAD":51, "KPH":31.95, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2668, "KM":10.541, "WATTS":49, "CAD":56, "KPH":30.1896, "ALT":88.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2669, "KM":10.5485, "WATTS":19, "CAD":66, "KPH":27.0936, "ALT":88.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":42 }, + { "SECS":2670, "KM":10.5554, "WATTS":29, "CAD":72, "KPH":24.8148, "ALT":89, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":42 }, + { "SECS":2671, "KM":10.5617, "WATTS":60, "CAD":70, "KPH":22.752, "ALT":89.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2672, "KM":10.5674, "WATTS":38, "CAD":72, "KPH":20.556, "ALT":89.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":15 }, + { "SECS":2673, "KM":10.5724, "WATTS":83, "CAD":68, "KPH":18.0432, "ALT":90.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2674, "KM":10.5769, "WATTS":88, "CAD":65, "KPH":16.3152, "ALT":90.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2675, "KM":10.581, "WATTS":145, "CAD":68, "KPH":14.688, "ALT":91.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":28 }, + { "SECS":2676, "KM":10.5847, "WATTS":133, "CAD":64, "KPH":13.2192, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":45 }, + { "SECS":2677, "KM":10.588, "WATTS":149, "CAD":60, "KPH":11.9232, "ALT":92, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":60 }, + { "SECS":2678, "KM":10.5912, "WATTS":174, "CAD":58, "KPH":11.5992, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2679, "KM":10.5943, "WATTS":174, "CAD":55, "KPH":11.1276, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2680, "KM":10.5971, "WATTS":120, "CAD":51, "KPH":9.8928, "ALT":92.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2681, "KM":10.5997, "WATTS":150, "CAD":47, "KPH":9.5364, "ALT":93.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2682, "KM":10.6023, "WATTS":129, "CAD":45, "KPH":9.2952, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2683, "KM":10.6047, "WATTS":129, "CAD":44, "KPH":8.5968, "ALT":94.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":61 }, + { "SECS":2684, "KM":10.607, "WATTS":98, "CAD":40, "KPH":8.1936, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2685, "KM":10.6103, "WATTS":65, "CAD":44, "KPH":11.9808, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":60 }, + { "SECS":2686, "KM":10.6145, "WATTS":45, "CAD":50, "KPH":15.2748, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":23 }, + { "SECS":2687, "KM":10.6198, "WATTS":96, "CAD":56, "KPH":18.9792, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2688, "KM":10.6255, "WATTS":34, "CAD":60, "KPH":20.448, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2689, "KM":10.6319, "WATTS":78, "CAD":57, "KPH":23.094, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":73 }, + { "SECS":2690, "KM":10.6392, "WATTS":63, "CAD":58, "KPH":26.082, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2691, "KM":10.647, "WATTS":56, "CAD":66, "KPH":28.0872, "ALT":94.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2692, "KM":10.6554, "WATTS":62, "CAD":72, "KPH":30.3084, "ALT":94.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2693, "KM":10.6643, "WATTS":49, "CAD":78, "KPH":32.0832, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2694, "KM":10.6736, "WATTS":31, "CAD":71, "KPH":33.6312, "ALT":93.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":8 }, + { "SECS":2695, "KM":10.6835, "WATTS":93, "CAD":72, "KPH":35.6652, "ALT":93, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2696, "KM":10.6938, "WATTS":115, "CAD":74, "KPH":37.0404, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2697, "KM":10.7044, "WATTS":108, "CAD":77, "KPH":37.9584, "ALT":92, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2698, "KM":10.7152, "WATTS":99, "CAD":80, "KPH":38.9232, "ALT":91.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2699, "KM":10.7261, "WATTS":104, "CAD":82, "KPH":39.4236, "ALT":91, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2700, "KM":10.7371, "WATTS":95, "CAD":83, "KPH":39.5244, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2701, "KM":10.7481, "WATTS":77, "CAD":84, "KPH":39.7296, "ALT":90.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":41 }, + { "SECS":2702, "KM":10.7593, "WATTS":78, "CAD":84, "KPH":40.1436, "ALT":90.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2703, "KM":10.7704, "WATTS":111, "CAD":84, "KPH":40.0392, "ALT":89.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":42 }, + { "SECS":2704, "KM":10.7815, "WATTS":137, "CAD":84, "KPH":39.9348, "ALT":89.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2705, "KM":10.7925, "WATTS":117, "CAD":84, "KPH":39.5244, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2706, "KM":10.8033, "WATTS":125, "CAD":83, "KPH":38.9232, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2707, "KM":10.8138, "WATTS":109, "CAD":82, "KPH":37.9584, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":56 }, + { "SECS":2708, "KM":10.8238, "WATTS":57, "CAD":80, "KPH":36, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2709, "KM":10.8334, "WATTS":70, "CAD":98, "KPH":34.2324, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":27 }, + { "SECS":2710, "KM":10.8424, "WATTS":156, "CAD":97, "KPH":32.3532, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2711, "KM":10.8508, "WATTS":182, "CAD":92, "KPH":30.3084, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2712, "KM":10.8585, "WATTS":143, "CAD":88, "KPH":27.6804, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2713, "KM":10.8656, "WATTS":144, "CAD":99, "KPH":25.56, "ALT":88.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":21 }, + { "SECS":2714, "KM":10.8721, "WATTS":167, "CAD":98, "KPH":23.4504, "ALT":88.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2715, "KM":10.8785, "WATTS":211, "CAD":91, "KPH":23.0256, "ALT":89.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2716, "KM":10.8843, "WATTS":225, "CAD":87, "KPH":20.8944, "ALT":89.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2717, "KM":10.8897, "WATTS":181, "CAD":82, "KPH":19.4616, "ALT":90.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2718, "KM":10.8948, "WATTS":211, "CAD":85, "KPH":18.3456, "ALT":90.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":43 }, + { "SECS":2719, "KM":10.8996, "WATTS":248, "CAD":86, "KPH":17.5068, "ALT":90.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2720, "KM":10.9043, "WATTS":256, "CAD":82, "KPH":16.8516, "ALT":91.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2721, "KM":10.9088, "WATTS":278, "CAD":80, "KPH":16.2792, "ALT":91.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2722, "KM":10.9134, "WATTS":295, "CAD":77, "KPH":16.3476, "ALT":92.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2723, "KM":10.9178, "WATTS":261, "CAD":76, "KPH":15.9408, "ALT":93, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2724, "KM":10.922, "WATTS":161, "CAD":76, "KPH":15.1524, "ALT":93.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":38 }, + { "SECS":2725, "KM":10.9262, "WATTS":270, "CAD":77, "KPH":15.2424, "ALT":93.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2726, "KM":10.9305, "WATTS":274, "CAD":79, "KPH":15.4296, "ALT":93.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2727, "KM":10.9348, "WATTS":267, "CAD":79, "KPH":15.3972, "ALT":93.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2728, "KM":10.9391, "WATTS":270, "CAD":79, "KPH":15.3648, "ALT":94.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2729, "KM":10.9433, "WATTS":265, "CAD":79, "KPH":15.2136, "ALT":94.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2730, "KM":10.9475, "WATTS":253, "CAD":78, "KPH":15.2748, "ALT":95.2, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2731, "KM":10.9518, "WATTS":257, "CAD":78, "KPH":15.3036, "ALT":95.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2732, "KM":10.956, "WATTS":233, "CAD":78, "KPH":15.1524, "ALT":95.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2733, "KM":10.9602, "WATTS":233, "CAD":78, "KPH":14.976, "ALT":95.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2734, "KM":10.9642, "WATTS":210, "CAD":77, "KPH":14.5764, "ALT":96, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2735, "KM":10.9683, "WATTS":214, "CAD":75, "KPH":14.5512, "ALT":96.6, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":46 }, + { "SECS":2736, "KM":10.9723, "WATTS":236, "CAD":74, "KPH":14.5224, "ALT":97, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2737, "KM":10.9763, "WATTS":216, "CAD":74, "KPH":14.4684, "ALT":97.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2738, "KM":10.9803, "WATTS":230, "CAD":74, "KPH":14.4396, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":48 }, + { "SECS":2739, "KM":10.9842, "WATTS":218, "CAD":73, "KPH":13.9932, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2740, "KM":10.9881, "WATTS":213, "CAD":72, "KPH":13.9932, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2741, "KM":10.992, "WATTS":202, "CAD":72, "KPH":14.1228, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2742, "KM":10.996, "WATTS":186, "CAD":72, "KPH":14.148, "ALT":98, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2743, "KM":10.9998, "WATTS":166, "CAD":72, "KPH":14.0184, "ALT":98.4, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":51 }, + { "SECS":2744, "KM":11.0037, "WATTS":161, "CAD":72, "KPH":13.8672, "ALT":98.8, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":49 }, + { "SECS":2745, "KM":11.0074, "WATTS":153, "CAD":70, "KPH":13.2192, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2746, "KM":11.011, "WATTS":163, "CAD":68, "KPH":13.176, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2747, "KM":11.0146, "WATTS":157, "CAD":67, "KPH":12.996, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":50 }, + { "SECS":2748, "KM":11.0182, "WATTS":146, "CAD":65, "KPH":12.7368, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":52 }, + { "SECS":2749, "KM":11.0217, "WATTS":155, "CAD":65, "KPH":12.7152, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":55 }, + { "SECS":2750, "KM":11.0252, "WATTS":123, "CAD":65, "KPH":12.654, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":54 }, + { "SECS":2751, "KM":11.0287, "WATTS":130, "CAD":64, "KPH":12.4668, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":53 }, + { "SECS":2752, "KM":11.0321, "WATTS":104, "CAD":63, "KPH":12.1896, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":57 }, + { "SECS":2753, "KM":11.0352, "WATTS":60, "CAD":61, "KPH":11.4444, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2754, "KM":11.0383, "WATTS":72, "CAD":58, "KPH":11.1456, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":47 }, + { "SECS":2755, "KM":11.0414, "WATTS":96, "CAD":57, "KPH":11.1276, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2756, "KM":11.0445, "WATTS":51, "CAD":57, "KPH":11.0016, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":2757, "KM":11.0474, "WATTS":34, "CAD":56, "KPH":10.6632, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":2758, "KM":11.0502, "WATTS":28, "CAD":53, "KPH":9.918, "ALT":100, "LAT":0, "LON":0, "TEMP":17, "LRBALANCE":64 }, + { "SECS":2759, "KM":11.0528, "WATTS":28, "CAD":52, "KPH":9.468, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2760, "KM":11.0554, "WATTS":24, "CAD":49, "KPH":9.0864, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2761, "KM":11.0578, "WATTS":14, "CAD":45, "KPH":8.6652, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":2762, "KM":11.0601, "WATTS":14, "CAD":44, "KPH":8.4528, "ALT":101.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":2763, "KM":11.0624, "WATTS":14, "CAD":43, "KPH":8.352, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":2764, "KM":11.0647, "WATTS":19, "CAD":42, "KPH":8.226, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":2765, "KM":11.0671, "WATTS":17, "CAD":42, "KPH":8.6436, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":2766, "KM":11.0697, "WATTS":30, "CAD":44, "KPH":9.2484, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":2767, "KM":11.0724, "WATTS":30, "CAD":47, "KPH":9.6804, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":2768, "KM":11.0754, "WATTS":82, "CAD":50, "KPH":10.9692, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":2769, "KM":11.0787, "WATTS":84, "CAD":56, "KPH":11.7792, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2770, "KM":11.0824, "WATTS":120, "CAD":55, "KPH":13.4748, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2771, "KM":11.0866, "WATTS":135, "CAD":59, "KPH":14.9184, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2772, "KM":11.0909, "WATTS":53, "CAD":61, "KPH":15.3972, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":2773, "KM":11.0957, "WATTS":68, "CAD":54, "KPH":17.3088, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":15 }, + { "SECS":2774, "KM":11.1009, "WATTS":135, "CAD":55, "KPH":18.7488, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":15 }, + { "SECS":2775, "KM":11.1066, "WATTS":107, "CAD":59, "KPH":20.502, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":15 }, + { "SECS":2776, "KM":11.1126, "WATTS":79, "CAD":64, "KPH":21.7836, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2777, "KM":11.1191, "WATTS":45, "CAD":59, "KPH":23.166, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":12 }, + { "SECS":2778, "KM":11.1259, "WATTS":73, "CAD":59, "KPH":24.8148, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2779, "KM":11.1332, "WATTS":30, "CAD":60, "KPH":25.992, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":85 }, + { "SECS":2780, "KM":11.1409, "WATTS":67, "CAD":60, "KPH":27.7812, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2781, "KM":11.1491, "WATTS":74, "CAD":62, "KPH":29.6064, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2782, "KM":11.1576, "WATTS":50, "CAD":67, "KPH":30.672, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2783, "KM":11.1666, "WATTS":59, "CAD":69, "KPH":32.2164, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2784, "KM":11.176, "WATTS":58, "CAD":74, "KPH":33.9264, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2785, "KM":11.1858, "WATTS":26, "CAD":71, "KPH":35.334, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":2786, "KM":11.1961, "WATTS":60, "CAD":73, "KPH":37.0404, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2787, "KM":11.2068, "WATTS":21, "CAD":69, "KPH":38.5308, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2788, "KM":11.218, "WATTS":2, "CAD":55, "KPH":40.1436, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2789, "KM":11.2294, "WATTS":2, "CAD":51, "KPH":41.2236, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2790, "KM":11.2415, "WATTS":2, "CAD":50, "KPH":43.3188, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2791, "KM":11.2539, "WATTS":2, "CAD":49, "KPH":44.8416, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2792, "KM":11.2667, "WATTS":2, "CAD":50, "KPH":46.1916, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2793, "KM":11.28, "WATTS":2, "CAD":53, "KPH":47.7756, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2794, "KM":11.2935, "WATTS":1, "CAD":51, "KPH":48.5316, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2795, "KM":11.3074, "WATTS":2, "CAD":52, "KPH":50.1156, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2796, "KM":11.3215, "WATTS":2, "CAD":53, "KPH":50.778, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2797, "KM":11.3355, "WATTS":2, "CAD":53, "KPH":50.2812, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2798, "KM":11.3493, "WATTS":2, "CAD":53, "KPH":49.7916, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2799, "KM":11.3627, "WATTS":2, "CAD":54, "KPH":48.2256, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2800, "KM":11.3758, "WATTS":2, "CAD":55, "KPH":47.0412, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2801, "KM":11.3882, "WATTS":2, "CAD":53, "KPH":44.8416, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2802, "KM":11.4003, "WATTS":2, "CAD":51, "KPH":43.5672, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2803, "KM":11.412, "WATTS":2, "CAD":50, "KPH":42.1308, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2804, "KM":11.4232, "WATTS":19, "CAD":62, "KPH":40.1436, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2805, "KM":11.4339, "WATTS":34, "CAD":78, "KPH":38.5308, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2806, "KM":11.444, "WATTS":28, "CAD":75, "KPH":36.3384, "ALT":88.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":2807, "KM":11.4536, "WATTS":42, "CAD":71, "KPH":34.5384, "ALT":88.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2808, "KM":11.4626, "WATTS":58, "CAD":68, "KPH":32.3532, "ALT":89.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2809, "KM":11.4706, "WATTS":20, "CAD":69, "KPH":29.0448, "ALT":89.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2810, "KM":11.4782, "WATTS":17, "CAD":77, "KPH":27.1908, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2811, "KM":11.4849, "WATTS":46, "CAD":73, "KPH":24.1884, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2812, "KM":11.491, "WATTS":37, "CAD":70, "KPH":22.0968, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2813, "KM":11.4967, "WATTS":8, "CAD":65, "KPH":20.232, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2814, "KM":11.5015, "WATTS":59, "CAD":65, "KPH":17.4276, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":30 }, + { "SECS":2815, "KM":11.5058, "WATTS":63, "CAD":63, "KPH":15.4584, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":2816, "KM":11.5095, "WATTS":89, "CAD":62, "KPH":13.4748, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":2817, "KM":11.513, "WATTS":89, "CAD":63, "KPH":12.4488, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2818, "KM":11.5162, "WATTS":160, "CAD":56, "KPH":11.376, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2819, "KM":11.5192, "WATTS":159, "CAD":54, "KPH":11.0484, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2820, "KM":11.5222, "WATTS":159, "CAD":52, "KPH":10.6344, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2821, "KM":11.5248, "WATTS":145, "CAD":48, "KPH":9.2952, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2822, "KM":11.5272, "WATTS":116, "CAD":43, "KPH":8.5968, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2823, "KM":11.5294, "WATTS":116, "CAD":42, "KPH":8.0388, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2824, "KM":11.5315, "WATTS":113, "CAD":38, "KPH":7.4664, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2825, "KM":11.5335, "WATTS":85, "CAD":37, "KPH":7.2324, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2826, "KM":11.536, "WATTS":85, "CAD":34, "KPH":9.0216, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2827, "KM":11.5396, "WATTS":57, "CAD":49, "KPH":13.1976, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2828, "KM":11.5444, "WATTS":46, "CAD":62, "KPH":17.3088, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2829, "KM":11.5498, "WATTS":45, "CAD":59, "KPH":19.2168, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":15 }, + { "SECS":2830, "KM":11.5559, "WATTS":52, "CAD":67, "KPH":21.8448, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":2831, "KM":11.5625, "WATTS":19, "CAD":70, "KPH":23.886, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2832, "KM":11.5697, "WATTS":31, "CAD":63, "KPH":25.8156, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":21 }, + { "SECS":2833, "KM":11.5776, "WATTS":56, "CAD":66, "KPH":28.6092, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2834, "KM":11.5861, "WATTS":61, "CAD":72, "KPH":30.672, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2835, "KM":11.595, "WATTS":35, "CAD":76, "KPH":32.0832, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2836, "KM":11.6045, "WATTS":87, "CAD":73, "KPH":34.2324, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":2837, "KM":11.6144, "WATTS":95, "CAD":77, "KPH":35.4996, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2838, "KM":11.6247, "WATTS":96, "CAD":81, "KPH":36.864, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2839, "KM":11.6351, "WATTS":93, "CAD":84, "KPH":37.7712, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2840, "KM":11.6458, "WATTS":98, "CAD":85, "KPH":38.5308, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2841, "KM":11.6567, "WATTS":97, "CAD":87, "KPH":38.9232, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2842, "KM":11.6676, "WATTS":96, "CAD":88, "KPH":39.3228, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2843, "KM":11.6786, "WATTS":92, "CAD":89, "KPH":39.6252, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2844, "KM":11.6896, "WATTS":99, "CAD":90, "KPH":39.5244, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2845, "KM":11.7007, "WATTS":114, "CAD":90, "KPH":39.9348, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2846, "KM":11.7116, "WATTS":103, "CAD":90, "KPH":39.5244, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2847, "KM":11.7226, "WATTS":131, "CAD":89, "KPH":39.4236, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2848, "KM":11.7333, "WATTS":158, "CAD":89, "KPH":38.7252, "ALT":89.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2849, "KM":11.7437, "WATTS":97, "CAD":88, "KPH":37.2204, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2850, "KM":11.7536, "WATTS":133, "CAD":93, "KPH":35.748, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2851, "KM":11.763, "WATTS":143, "CAD":108, "KPH":33.9264, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2852, "KM":11.772, "WATTS":186, "CAD":106, "KPH":32.2164, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2853, "KM":11.7804, "WATTS":257, "CAD":100, "KPH":30.4272, "ALT":88.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2854, "KM":11.7883, "WATTS":267, "CAD":95, "KPH":28.4004, "ALT":89, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2855, "KM":11.7957, "WATTS":163, "CAD":89, "KPH":26.3484, "ALT":89.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2856, "KM":11.8024, "WATTS":76, "CAD":104, "KPH":24.264, "ALT":90, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":17 }, + { "SECS":2857, "KM":11.8089, "WATTS":207, "CAD":104, "KPH":23.3064, "ALT":90.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2858, "KM":11.8149, "WATTS":253, "CAD":97, "KPH":21.7224, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2859, "KM":11.8205, "WATTS":253, "CAD":94, "KPH":20.232, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2860, "KM":11.8258, "WATTS":247, "CAD":92, "KPH":19.026, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2861, "KM":11.8308, "WATTS":252, "CAD":94, "KPH":18, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2862, "KM":11.8356, "WATTS":284, "CAD":91, "KPH":17.3088, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2863, "KM":11.8404, "WATTS":333, "CAD":88, "KPH":17.3088, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2864, "KM":11.8453, "WATTS":341, "CAD":89, "KPH":17.4276, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2865, "KM":11.8501, "WATTS":329, "CAD":89, "KPH":17.388, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2866, "KM":11.8551, "WATTS":334, "CAD":90, "KPH":17.9568, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2867, "KM":11.86, "WATTS":326, "CAD":92, "KPH":17.748, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2868, "KM":11.865, "WATTS":337, "CAD":91, "KPH":17.874, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2869, "KM":11.87, "WATTS":328, "CAD":92, "KPH":17.9568, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2870, "KM":11.8749, "WATTS":237, "CAD":91, "KPH":17.6256, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2871, "KM":11.8797, "WATTS":254, "CAD":90, "KPH":17.388, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2872, "KM":11.8845, "WATTS":264, "CAD":88, "KPH":17.1936, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2873, "KM":11.8892, "WATTS":270, "CAD":88, "KPH":17.0784, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2874, "KM":11.8939, "WATTS":270, "CAD":88, "KPH":17.0028, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2875, "KM":11.8987, "WATTS":287, "CAD":88, "KPH":17.0784, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2876, "KM":11.9033, "WATTS":257, "CAD":86, "KPH":16.8516, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2877, "KM":11.9079, "WATTS":237, "CAD":86, "KPH":16.3476, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2878, "KM":11.9123, "WATTS":233, "CAD":83, "KPH":15.9408, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2879, "KM":11.9167, "WATTS":228, "CAD":81, "KPH":15.6492, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2880, "KM":11.9211, "WATTS":228, "CAD":81, "KPH":15.8112, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2881, "KM":11.9254, "WATTS":206, "CAD":81, "KPH":15.6492, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2882, "KM":11.9298, "WATTS":182, "CAD":80, "KPH":15.6168, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2883, "KM":11.934, "WATTS":162, "CAD":79, "KPH":15.2424, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2884, "KM":11.9381, "WATTS":144, "CAD":77, "KPH":14.6628, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2885, "KM":11.9419, "WATTS":132, "CAD":73, "KPH":13.968, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2886, "KM":11.9457, "WATTS":151, "CAD":71, "KPH":13.4532, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2887, "KM":11.9492, "WATTS":82, "CAD":68, "KPH":12.7368, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2888, "KM":11.9526, "WATTS":77, "CAD":65, "KPH":12.1896, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2889, "KM":11.9558, "WATTS":93, "CAD":61, "KPH":11.5128, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2890, "KM":11.9589, "WATTS":88, "CAD":59, "KPH":11.3076, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":2891, "KM":11.962, "WATTS":101, "CAD":57, "KPH":11.1456, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2892, "KM":11.9651, "WATTS":101, "CAD":57, "KPH":10.9836, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2893, "KM":11.968, "WATTS":85, "CAD":56, "KPH":10.6956, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2894, "KM":11.971, "WATTS":60, "CAD":55, "KPH":10.7244, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2895, "KM":11.974, "WATTS":60, "CAD":55, "KPH":10.5912, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":2896, "KM":11.9768, "WATTS":57, "CAD":53, "KPH":10.1412, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":2897, "KM":11.9795, "WATTS":25, "CAD":52, "KPH":9.8064, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":2898, "KM":11.9821, "WATTS":28, "CAD":50, "KPH":9.3168, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2899, "KM":11.9846, "WATTS":20, "CAD":47, "KPH":8.9892, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2900, "KM":11.987, "WATTS":20, "CAD":45, "KPH":8.4996, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2901, "KM":11.9893, "WATTS":13, "CAD":44, "KPH":8.28, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2902, "KM":11.9915, "WATTS":10, "CAD":43, "KPH":8.064, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2903, "KM":11.9937, "WATTS":10, "CAD":42, "KPH":8.046, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2904, "KM":11.996, "WATTS":11, "CAD":43, "KPH":8.1936, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":2905, "KM":11.9984, "WATTS":12, "CAD":43, "KPH":8.4528, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":67 }, + { "SECS":2906, "KM":12.001, "WATTS":42, "CAD":43, "KPH":9.432, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":67 }, + { "SECS":2907, "KM":12.0039, "WATTS":100, "CAD":47, "KPH":10.4184, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":2908, "KM":12.0069, "WATTS":100, "CAD":53, "KPH":10.9692, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2909, "KM":12.0103, "WATTS":65, "CAD":50, "KPH":12.3084, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":26 }, + { "SECS":2910, "KM":12.0139, "WATTS":52, "CAD":50, "KPH":12.9744, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":2911, "KM":12.0178, "WATTS":49, "CAD":51, "KPH":14.0688, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2912, "KM":12.0221, "WATTS":68, "CAD":53, "KPH":15.2424, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":2913, "KM":12.0267, "WATTS":86, "CAD":58, "KPH":16.524, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2914, "KM":12.0315, "WATTS":29, "CAD":58, "KPH":17.3088, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":92 }, + { "SECS":2915, "KM":12.0366, "WATTS":42, "CAD":54, "KPH":18.5652, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":92 }, + { "SECS":2916, "KM":12.0422, "WATTS":44, "CAD":53, "KPH":20.0736, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":27 }, + { "SECS":2917, "KM":12.0481, "WATTS":31, "CAD":55, "KPH":21.3588, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":2918, "KM":12.0546, "WATTS":31, "CAD":52, "KPH":23.3784, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":26 }, + { "SECS":2919, "KM":12.0615, "WATTS":84, "CAD":55, "KPH":24.7356, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2920, "KM":12.0689, "WATTS":75, "CAD":59, "KPH":26.532, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2921, "KM":12.0766, "WATTS":55, "CAD":64, "KPH":27.882, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":2922, "KM":12.0848, "WATTS":58, "CAD":67, "KPH":29.3796, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2923, "KM":12.0935, "WATTS":61, "CAD":71, "KPH":31.4244, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2924, "KM":12.1027, "WATTS":62, "CAD":75, "KPH":33.0516, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2925, "KM":12.1124, "WATTS":30, "CAD":72, "KPH":34.8516, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":2926, "KM":12.1225, "WATTS":58, "CAD":72, "KPH":36.3384, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2927, "KM":12.1331, "WATTS":62, "CAD":76, "KPH":38.2428, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2928, "KM":12.1441, "WATTS":24, "CAD":73, "KPH":39.7296, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":94 }, + { "SECS":2929, "KM":12.1556, "WATTS":71, "CAD":72, "KPH":41.4468, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":15 }, + { "SECS":2930, "KM":12.1676, "WATTS":58, "CAD":75, "KPH":43.0776, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2931, "KM":12.18, "WATTS":40, "CAD":78, "KPH":44.7084, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":2932, "KM":12.1928, "WATTS":59, "CAD":81, "KPH":45.9144, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2933, "KM":12.206, "WATTS":27, "CAD":83, "KPH":47.4768, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2934, "KM":12.2198, "WATTS":19, "CAD":74, "KPH":49.7916, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2935, "KM":12.2338, "WATTS":2, "CAD":66, "KPH":50.2812, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2936, "KM":12.248, "WATTS":1, "CAD":52, "KPH":51.1164, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2937, "KM":12.2621, "WATTS":1, "CAD":51, "KPH":50.778, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2938, "KM":12.276, "WATTS":2, "CAD":47, "KPH":50.2812, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2939, "KM":12.2896, "WATTS":1, "CAD":46, "KPH":48.6828, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2940, "KM":12.3027, "WATTS":2, "CAD":46, "KPH":47.4768, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2941, "KM":12.3154, "WATTS":2, "CAD":48, "KPH":45.3708, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2942, "KM":12.3275, "WATTS":2, "CAD":48, "KPH":43.8156, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2943, "KM":12.3392, "WATTS":2, "CAD":47, "KPH":42.1308, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2944, "KM":12.3505, "WATTS":1, "CAD":46, "KPH":40.5684, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2945, "KM":12.3613, "WATTS":2, "CAD":46, "KPH":38.7252, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2946, "KM":12.3713, "WATTS":2, "CAD":46, "KPH":36.3384, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2947, "KM":12.3809, "WATTS":1, "CAD":45, "KPH":34.2324, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2948, "KM":12.3897, "WATTS":1, "CAD":44, "KPH":31.95, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2949, "KM":12.3979, "WATTS":5, "CAD":45, "KPH":29.3796, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2950, "KM":12.4054, "WATTS":29, "CAD":52, "KPH":26.9028, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2951, "KM":12.4122, "WATTS":13, "CAD":54, "KPH":24.6564, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2952, "KM":12.4185, "WATTS":41, "CAD":64, "KPH":22.5504, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":14 }, + { "SECS":2953, "KM":12.4241, "WATTS":85, "CAD":71, "KPH":20.232, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2954, "KM":12.4293, "WATTS":93, "CAD":68, "KPH":18.5652, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":2955, "KM":12.434, "WATTS":116, "CAD":72, "KPH":17.0388, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":20 }, + { "SECS":2956, "KM":12.4382, "WATTS":127, "CAD":68, "KPH":15.1848, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2957, "KM":12.442, "WATTS":108, "CAD":62, "KPH":13.7412, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":2958, "KM":12.4454, "WATTS":108, "CAD":59, "KPH":11.9988, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":63 }, + { "SECS":2959, "KM":12.4485, "WATTS":124, "CAD":56, "KPH":11.2608, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":2960, "KM":12.4514, "WATTS":158, "CAD":51, "KPH":10.3608, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":2961, "KM":12.4542, "WATTS":180, "CAD":49, "KPH":10.278, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2962, "KM":12.4569, "WATTS":108, "CAD":48, "KPH":9.7668, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2963, "KM":12.4592, "WATTS":108, "CAD":45, "KPH":8.244, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":2964, "KM":12.4615, "WATTS":93, "CAD":40, "KPH":8.0964, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2965, "KM":12.4643, "WATTS":97, "CAD":40, "KPH":10.17, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":2966, "KM":12.4681, "WATTS":39, "CAD":46, "KPH":13.6692, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":2967, "KM":12.4728, "WATTS":61, "CAD":54, "KPH":16.8156, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":2968, "KM":12.478, "WATTS":29, "CAD":57, "KPH":18.792, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2969, "KM":12.4839, "WATTS":45, "CAD":64, "KPH":21.4164, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2970, "KM":12.4905, "WATTS":40, "CAD":68, "KPH":23.5188, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":14 }, + { "SECS":2971, "KM":12.4978, "WATTS":74, "CAD":75, "KPH":26.532, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":2972, "KM":12.5059, "WATTS":25, "CAD":69, "KPH":28.9332, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":88 }, + { "SECS":2973, "KM":12.5145, "WATTS":45, "CAD":64, "KPH":30.9168, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":19 }, + { "SECS":2974, "KM":12.5236, "WATTS":90, "CAD":70, "KPH":32.7672, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2975, "KM":12.533, "WATTS":77, "CAD":74, "KPH":34.0776, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":2976, "KM":12.543, "WATTS":87, "CAD":78, "KPH":35.8308, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2977, "KM":12.5534, "WATTS":84, "CAD":82, "KPH":37.404, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2978, "KM":12.5639, "WATTS":82, "CAD":84, "KPH":37.9584, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2979, "KM":12.5747, "WATTS":93, "CAD":86, "KPH":38.9232, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":2980, "KM":12.5856, "WATTS":94, "CAD":88, "KPH":39.1212, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2981, "KM":12.5966, "WATTS":94, "CAD":88, "KPH":39.5244, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2982, "KM":12.6075, "WATTS":95, "CAD":89, "KPH":39.5244, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2983, "KM":12.6185, "WATTS":99, "CAD":90, "KPH":39.5244, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2984, "KM":12.6295, "WATTS":92, "CAD":90, "KPH":39.3228, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2985, "KM":12.6403, "WATTS":91, "CAD":89, "KPH":39.1212, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":2986, "KM":12.6511, "WATTS":111, "CAD":88, "KPH":38.9232, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2987, "KM":12.6616, "WATTS":111, "CAD":88, "KPH":37.7712, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2988, "KM":12.6719, "WATTS":129, "CAD":85, "KPH":37.0404, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":2989, "KM":12.6818, "WATTS":132, "CAD":84, "KPH":35.6652, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":2990, "KM":12.6912, "WATTS":145, "CAD":82, "KPH":33.7032, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":2991, "KM":12.6998, "WATTS":4, "CAD":79, "KPH":30.9168, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":2992, "KM":12.7077, "WATTS":106, "CAD":91, "KPH":28.4004, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":2993, "KM":12.7149, "WATTS":99, "CAD":91, "KPH":26.1684, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":31 }, + { "SECS":2994, "KM":12.7217, "WATTS":175, "CAD":89, "KPH":24.4188, "ALT":90.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2995, "KM":12.728, "WATTS":145, "CAD":82, "KPH":22.6872, "ALT":90.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":2996, "KM":12.7339, "WATTS":92, "CAD":84, "KPH":21.2976, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":26 }, + { "SECS":2997, "KM":12.7393, "WATTS":226, "CAD":87, "KPH":19.3644, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":2998, "KM":12.7442, "WATTS":209, "CAD":81, "KPH":17.748, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":2999, "KM":12.7488, "WATTS":135, "CAD":79, "KPH":16.4556, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3000, "KM":12.7532, "WATTS":246, "CAD":77, "KPH":15.9084, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3001, "KM":12.7576, "WATTS":285, "CAD":75, "KPH":15.8112, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3002, "KM":12.762, "WATTS":295, "CAD":74, "KPH":15.6492, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3003, "KM":12.7663, "WATTS":308, "CAD":73, "KPH":15.4908, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3004, "KM":12.7705, "WATTS":275, "CAD":73, "KPH":15.2136, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3005, "KM":12.7747, "WATTS":291, "CAD":77, "KPH":15.0336, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":3006, "KM":12.7789, "WATTS":271, "CAD":77, "KPH":15.0336, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3007, "KM":12.7831, "WATTS":242, "CAD":78, "KPH":15.1848, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3008, "KM":12.7872, "WATTS":268, "CAD":77, "KPH":14.976, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3009, "KM":12.7914, "WATTS":261, "CAD":77, "KPH":14.976, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3010, "KM":12.7956, "WATTS":265, "CAD":77, "KPH":15.0048, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3011, "KM":12.7997, "WATTS":257, "CAD":77, "KPH":14.8896, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3012, "KM":12.8038, "WATTS":240, "CAD":76, "KPH":14.9184, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3013, "KM":12.8079, "WATTS":235, "CAD":76, "KPH":14.8032, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3014, "KM":12.812, "WATTS":229, "CAD":76, "KPH":14.6628, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3015, "KM":12.8161, "WATTS":220, "CAD":75, "KPH":14.5224, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3016, "KM":12.82, "WATTS":210, "CAD":74, "KPH":14.3604, "ALT":97.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3017, "KM":12.824, "WATTS":213, "CAD":73, "KPH":14.094, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3018, "KM":12.8278, "WATTS":208, "CAD":72, "KPH":13.9428, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3019, "KM":12.8317, "WATTS":209, "CAD":71, "KPH":13.9176, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3020, "KM":12.8355, "WATTS":207, "CAD":71, "KPH":13.5468, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3021, "KM":12.8392, "WATTS":207, "CAD":69, "KPH":13.428, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3022, "KM":12.8428, "WATTS":201, "CAD":68, "KPH":13.1508, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3023, "KM":12.8465, "WATTS":187, "CAD":68, "KPH":13.2192, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3024, "KM":12.8502, "WATTS":174, "CAD":68, "KPH":13.2192, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3025, "KM":12.8539, "WATTS":175, "CAD":68, "KPH":13.3596, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3026, "KM":12.8576, "WATTS":186, "CAD":68, "KPH":13.428, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3027, "KM":12.8613, "WATTS":173, "CAD":68, "KPH":13.3596, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3028, "KM":12.8651, "WATTS":185, "CAD":68, "KPH":13.4532, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3029, "KM":12.8688, "WATTS":146, "CAD":68, "KPH":13.3128, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3030, "KM":12.8724, "WATTS":169, "CAD":67, "KPH":12.9096, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3031, "KM":12.876, "WATTS":185, "CAD":66, "KPH":13.1508, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3032, "KM":12.8797, "WATTS":140, "CAD":67, "KPH":13.1976, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3033, "KM":12.8832, "WATTS":115, "CAD":66, "KPH":12.7368, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3034, "KM":12.8867, "WATTS":121, "CAD":64, "KPH":12.51, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3035, "KM":12.8901, "WATTS":105, "CAD":64, "KPH":12.3876, "ALT":101.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3036, "KM":12.8935, "WATTS":103, "CAD":63, "KPH":12.2688, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3037, "KM":12.8969, "WATTS":127, "CAD":64, "KPH":12.2112, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":3038, "KM":12.9002, "WATTS":62, "CAD":63, "KPH":11.6532, "ALT":102.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3039, "KM":12.9033, "WATTS":29, "CAD":60, "KPH":11.2248, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3040, "KM":12.9063, "WATTS":45, "CAD":57, "KPH":10.71, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":3041, "KM":12.9091, "WATTS":29, "CAD":55, "KPH":10.2924, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3042, "KM":12.9119, "WATTS":31, "CAD":52, "KPH":10.1016, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3043, "KM":12.9146, "WATTS":14, "CAD":51, "KPH":9.72, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":3044, "KM":12.9172, "WATTS":7, "CAD":49, "KPH":9.2376, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":3045, "KM":12.9197, "WATTS":7, "CAD":48, "KPH":8.9892, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":3046, "KM":12.9222, "WATTS":7, "CAD":46, "KPH":9.054, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":75 }, + { "SECS":3047, "KM":12.9248, "WATTS":18, "CAD":47, "KPH":9.4068, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3048, "KM":12.9276, "WATTS":11, "CAD":48, "KPH":9.8568, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3049, "KM":12.9305, "WATTS":83, "CAD":49, "KPH":10.404, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3050, "KM":12.9335, "WATTS":57, "CAD":53, "KPH":10.8, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3051, "KM":12.9367, "WATTS":57, "CAD":56, "KPH":11.5812, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":3052, "KM":12.9399, "WATTS":22, "CAD":52, "KPH":11.7252, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3053, "KM":12.9432, "WATTS":2, "CAD":48, "KPH":11.8692, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3054, "KM":12.9466, "WATTS":2, "CAD":47, "KPH":12.366, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3055, "KM":12.9502, "WATTS":2, "CAD":47, "KPH":12.7152, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3056, "KM":12.9536, "WATTS":0, "CAD":11, "KPH":12.366, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3057, "KM":12.9567, "WATTS":0, "CAD":0, "KPH":11.1276, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3058, "KM":12.9597, "WATTS":0, "CAD":0, "KPH":10.62, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3059, "KM":12.9625, "WATTS":0, "CAD":0, "KPH":10.2636, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3060, "KM":12.9651, "WATTS":0, "CAD":0, "KPH":9.4428, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3061, "KM":12.9673, "WATTS":0, "CAD":0, "KPH":7.8156, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3062, "KM":12.9695, "WATTS":0, "CAD":0, "KPH":7.7364, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3063, "KM":12.9717, "WATTS":0, "CAD":0, "KPH":8.2188, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3064, "KM":12.9739, "WATTS":0, "CAD":0, "KPH":7.7148, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3065, "KM":12.9762, "WATTS":0, "CAD":0, "KPH":8.4924, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3066, "KM":12.9787, "WATTS":124, "CAD":30, "KPH":8.6652, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3067, "KM":12.9812, "WATTS":121, "CAD":41, "KPH":9.162, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3068, "KM":12.9839, "WATTS":121, "CAD":44, "KPH":9.72, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3069, "KM":12.9866, "WATTS":97, "CAD":45, "KPH":9.918, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3070, "KM":12.9894, "WATTS":108, "CAD":46, "KPH":9.9828, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3071, "KM":12.9923, "WATTS":96, "CAD":47, "KPH":10.1952, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3072, "KM":12.9951, "WATTS":68, "CAD":48, "KPH":10.2636, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3073, "KM":12.998, "WATTS":68, "CAD":48, "KPH":10.3068, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3074, "KM":13.0008, "WATTS":64, "CAD":49, "KPH":10.3068, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3075, "KM":13.0036, "WATTS":51, "CAD":48, "KPH":10.1016, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3076, "KM":13.0063, "WATTS":51, "CAD":48, "KPH":9.4788, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3077, "KM":13.0088, "WATTS":51, "CAD":48, "KPH":9, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3078, "KM":13.0112, "WATTS":0, "CAD":12, "KPH":8.6436, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3079, "KM":13.0135, "WATTS":0, "CAD":0, "KPH":8.316, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3080, "KM":13.0157, "WATTS":0, "CAD":0, "KPH":7.92, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3081, "KM":13.0178, "WATTS":0, "CAD":0, "KPH":7.6536, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3082, "KM":13.0195, "WATTS":0, "CAD":0, "KPH":5.9616, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3083, "KM":13.0211, "WATTS":0, "CAD":0, "KPH":5.9616, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3084, "KM":13.0228, "WATTS":0, "CAD":0, "KPH":5.9616, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3085, "KM":13.0228, "WATTS":0, "CAD":0, "KPH":0, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3213, "KM":13.0228, "WATTS":0, "CAD":0, "KPH":4.7232, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3214, "KM":13.0241, "WATTS":0, "CAD":0, "KPH":4.7232, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3215, "KM":13.0255, "WATTS":0, "CAD":0, "KPH":4.9392, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3216, "KM":13.027, "WATTS":0, "CAD":0, "KPH":5.418, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3217, "KM":13.0285, "WATTS":0, "CAD":0, "KPH":5.418, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3218, "KM":13.0301, "WATTS":0, "CAD":0, "KPH":5.8536, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3219, "KM":13.032, "WATTS":0, "CAD":0, "KPH":6.7428, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3220, "KM":13.0338, "WATTS":0, "CAD":0, "KPH":6.6672, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3221, "KM":13.0358, "WATTS":0, "CAD":0, "KPH":7.1064, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3222, "KM":13.0377, "WATTS":0, "CAD":0, "KPH":6.9264, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3223, "KM":13.0395, "WATTS":0, "CAD":0, "KPH":6.426, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3224, "KM":13.0415, "WATTS":0, "CAD":0, "KPH":7.092, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3225, "KM":13.0435, "WATTS":0, "CAD":0, "KPH":7.2828, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3226, "KM":13.0459, "WATTS":30, "CAD":20, "KPH":8.6148, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3227, "KM":13.0485, "WATTS":57, "CAD":32, "KPH":9.5616, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3228, "KM":13.0514, "WATTS":57, "CAD":44, "KPH":10.3752, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3229, "KM":13.0544, "WATTS":57, "CAD":44, "KPH":10.6776, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3230, "KM":13.0576, "WATTS":0, "CAD":22, "KPH":11.358, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3231, "KM":13.0608, "WATTS":0, "CAD":0, "KPH":11.6892, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3232, "KM":13.0642, "WATTS":0, "CAD":0, "KPH":12.4056, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3233, "KM":13.068, "WATTS":0, "CAD":0, "KPH":13.428, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3234, "KM":13.072, "WATTS":0, "CAD":0, "KPH":14.4684, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3235, "KM":13.0763, "WATTS":0, "CAD":0, "KPH":15.4584, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3236, "KM":13.0807, "WATTS":0, "CAD":0, "KPH":15.9408, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3237, "KM":13.0849, "WATTS":0, "CAD":0, "KPH":15.0336, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3238, "KM":13.0889, "WATTS":0, "CAD":0, "KPH":14.3604, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3239, "KM":13.0928, "WATTS":0, "CAD":0, "KPH":14.0184, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3240, "KM":13.0964, "WATTS":0, "CAD":0, "KPH":13.1508, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3241, "KM":13.0999, "WATTS":0, "CAD":0, "KPH":12.4668, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3242, "KM":13.1033, "WATTS":0, "CAD":0, "KPH":12.2112, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3243, "KM":13.1065, "WATTS":0, "CAD":0, "KPH":11.6172, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3244, "KM":13.1096, "WATTS":0, "CAD":0, "KPH":11.0016, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3245, "KM":13.1123, "WATTS":0, "CAD":0, "KPH":9.9828, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3246, "KM":13.1146, "WATTS":0, "CAD":0, "KPH":8.1648, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3247, "KM":13.1169, "WATTS":0, "CAD":0, "KPH":8.1648, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3248, "KM":13.1189, "WATTS":0, "CAD":0, "KPH":7.4088, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3249, "KM":13.1211, "WATTS":0, "CAD":0, "KPH":7.6356, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3250, "KM":13.1233, "WATTS":87, "CAD":27, "KPH":8.1828, "ALT":102.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":3251, "KM":13.1258, "WATTS":162, "CAD":38, "KPH":8.784, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":3252, "KM":13.1283, "WATTS":162, "CAD":41, "KPH":9.1512, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3253, "KM":13.131, "WATTS":134, "CAD":44, "KPH":9.5472, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3254, "KM":13.1337, "WATTS":146, "CAD":45, "KPH":9.9972, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3255, "KM":13.1366, "WATTS":160, "CAD":47, "KPH":10.2492, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3256, "KM":13.1396, "WATTS":185, "CAD":48, "KPH":10.89, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3257, "KM":13.1427, "WATTS":185, "CAD":51, "KPH":11.2752, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3258, "KM":13.1459, "WATTS":178, "CAD":52, "KPH":11.5128, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3259, "KM":13.1491, "WATTS":144, "CAD":54, "KPH":11.2932, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3260, "KM":13.152, "WATTS":119, "CAD":52, "KPH":10.5912, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3261, "KM":13.1549, "WATTS":107, "CAD":51, "KPH":10.3356, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3262, "KM":13.1578, "WATTS":115, "CAD":49, "KPH":10.3608, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3263, "KM":13.1606, "WATTS":129, "CAD":49, "KPH":10.3464, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3264, "KM":13.1635, "WATTS":129, "CAD":49, "KPH":10.2636, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3265, "KM":13.1662, "WATTS":79, "CAD":48, "KPH":9.9072, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3266, "KM":13.1689, "WATTS":73, "CAD":46, "KPH":9.5616, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3267, "KM":13.1715, "WATTS":86, "CAD":45, "KPH":9.5256, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3268, "KM":13.1742, "WATTS":86, "CAD":45, "KPH":9.5832, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3269, "KM":13.177, "WATTS":109, "CAD":45, "KPH":9.9468, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3270, "KM":13.1798, "WATTS":87, "CAD":46, "KPH":10.0368, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3271, "KM":13.1826, "WATTS":71, "CAD":48, "KPH":10.3212, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3272, "KM":13.1854, "WATTS":41, "CAD":48, "KPH":9.972, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3273, "KM":13.1881, "WATTS":41, "CAD":48, "KPH":9.6444, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3274, "KM":13.1906, "WATTS":29, "CAD":45, "KPH":9.1944, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3275, "KM":13.1931, "WATTS":28, "CAD":43, "KPH":8.9892, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3276, "KM":13.1956, "WATTS":28, "CAD":42, "KPH":8.8524, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3277, "KM":13.198, "WATTS":17, "CAD":41, "KPH":8.5752, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3278, "KM":13.2003, "WATTS":10, "CAD":40, "KPH":8.5572, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":3279, "KM":13.2027, "WATTS":10, "CAD":40, "KPH":8.5212, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":3280, "KM":13.2051, "WATTS":7, "CAD":40, "KPH":8.5464, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":3281, "KM":13.2076, "WATTS":28, "CAD":41, "KPH":9.1296, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":3282, "KM":13.2102, "WATTS":52, "CAD":43, "KPH":9.3636, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":3283, "KM":13.2132, "WATTS":52, "CAD":45, "KPH":10.62, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3284, "KM":13.2163, "WATTS":76, "CAD":51, "KPH":11.1456, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3285, "KM":13.2195, "WATTS":36, "CAD":47, "KPH":11.8152, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":12 }, + { "SECS":3286, "KM":13.2231, "WATTS":64, "CAD":47, "KPH":12.888, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3287, "KM":13.227, "WATTS":55, "CAD":49, "KPH":13.9176, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3288, "KM":13.2312, "WATTS":54, "CAD":54, "KPH":15.1236, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3289, "KM":13.2356, "WATTS":39, "CAD":57, "KPH":16.0416, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3290, "KM":13.2404, "WATTS":39, "CAD":59, "KPH":17.154, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3291, "KM":13.2457, "WATTS":53, "CAD":49, "KPH":19.2168, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":16 }, + { "SECS":3292, "KM":13.2514, "WATTS":69, "CAD":54, "KPH":20.34, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3293, "KM":13.2574, "WATTS":35, "CAD":55, "KPH":21.6612, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":89 }, + { "SECS":3294, "KM":13.2639, "WATTS":38, "CAD":53, "KPH":23.3064, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":30 }, + { "SECS":3295, "KM":13.2709, "WATTS":56, "CAD":56, "KPH":25.2216, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3296, "KM":13.2783, "WATTS":58, "CAD":60, "KPH":26.6256, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3297, "KM":13.2863, "WATTS":42, "CAD":64, "KPH":28.5048, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3298, "KM":13.2946, "WATTS":44, "CAD":69, "KPH":30.1896, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3299, "KM":13.3032, "WATTS":19, "CAD":70, "KPH":31.0428, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3300, "KM":13.3124, "WATTS":58, "CAD":68, "KPH":32.9076, "ALT":102, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3301, "KM":13.322, "WATTS":83, "CAD":74, "KPH":34.6176, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3302, "KM":13.3321, "WATTS":94, "CAD":78, "KPH":36.3384, "ALT":101.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3303, "KM":13.3426, "WATTS":26, "CAD":70, "KPH":37.9584, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3304, "KM":13.3536, "WATTS":1, "CAD":56, "KPH":39.5244, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3305, "KM":13.3652, "WATTS":1, "CAD":54, "KPH":41.6736, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3306, "KM":13.3771, "WATTS":1, "CAD":53, "KPH":42.8364, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3307, "KM":13.3894, "WATTS":1, "CAD":51, "KPH":44.4492, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3308, "KM":13.4022, "WATTS":1, "CAD":51, "KPH":45.9144, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3309, "KM":13.4154, "WATTS":1, "CAD":51, "KPH":47.6244, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3310, "KM":13.4289, "WATTS":1, "CAD":51, "KPH":48.6828, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3311, "KM":13.4428, "WATTS":1, "CAD":48, "KPH":49.9536, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3312, "KM":13.4569, "WATTS":1, "CAD":51, "KPH":50.778, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3313, "KM":13.4709, "WATTS":1, "CAD":53, "KPH":50.2812, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3314, "KM":13.4847, "WATTS":1, "CAD":53, "KPH":49.6296, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3315, "KM":13.498, "WATTS":1, "CAD":53, "KPH":48.0744, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3316, "KM":13.511, "WATTS":1, "CAD":53, "KPH":46.7532, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3317, "KM":13.5235, "WATTS":1, "CAD":54, "KPH":45.1044, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3318, "KM":13.5356, "WATTS":1, "CAD":53, "KPH":43.5672, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3319, "KM":13.5473, "WATTS":21, "CAD":62, "KPH":42.1308, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3320, "KM":13.5587, "WATTS":44, "CAD":86, "KPH":40.896, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":3321, "KM":13.5694, "WATTS":41, "CAD":84, "KPH":38.7252, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":3322, "KM":13.5797, "WATTS":60, "CAD":81, "KPH":36.864, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3323, "KM":13.5894, "WATTS":67, "CAD":78, "KPH":35.172, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":3324, "KM":13.5985, "WATTS":71, "CAD":73, "KPH":32.49, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3325, "KM":13.6069, "WATTS":24, "CAD":82, "KPH":30.4884, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3326, "KM":13.6146, "WATTS":47, "CAD":87, "KPH":27.6804, "ALT":90.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3327, "KM":13.6218, "WATTS":62, "CAD":79, "KPH":25.7292, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3328, "KM":13.6281, "WATTS":23, "CAD":75, "KPH":22.8204, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3329, "KM":13.634, "WATTS":58, "CAD":77, "KPH":21.1248, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3330, "KM":13.6391, "WATTS":30, "CAD":74, "KPH":18.2988, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":72 }, + { "SECS":3331, "KM":13.6436, "WATTS":58, "CAD":79, "KPH":16.488, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3332, "KM":13.648, "WATTS":129, "CAD":68, "KPH":15.7788, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3333, "KM":13.652, "WATTS":166, "CAD":62, "KPH":14.2524, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3334, "KM":13.6557, "WATTS":166, "CAD":60, "KPH":13.2444, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3335, "KM":13.6591, "WATTS":179, "CAD":56, "KPH":12.3264, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3336, "KM":13.6622, "WATTS":145, "CAD":52, "KPH":11.1456, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3337, "KM":13.6651, "WATTS":120, "CAD":47, "KPH":10.3356, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3338, "KM":13.6678, "WATTS":107, "CAD":44, "KPH":9.918, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3339, "KM":13.6703, "WATTS":107, "CAD":42, "KPH":8.8524, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":3340, "KM":13.6734, "WATTS":68, "CAD":39, "KPH":11.1924, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3341, "KM":13.677, "WATTS":74, "CAD":46, "KPH":13.0392, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3342, "KM":13.6817, "WATTS":29, "CAD":56, "KPH":17.0784, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":3343, "KM":13.6873, "WATTS":53, "CAD":59, "KPH":20.0736, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3344, "KM":13.6936, "WATTS":48, "CAD":63, "KPH":22.4856, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3345, "KM":13.7005, "WATTS":17, "CAD":64, "KPH":24.7356, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3346, "KM":13.708, "WATTS":47, "CAD":78, "KPH":27.1908, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":3347, "KM":13.716, "WATTS":21, "CAD":76, "KPH":28.8252, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":31 }, + { "SECS":3348, "KM":13.7246, "WATTS":12, "CAD":69, "KPH":30.7944, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":31 }, + { "SECS":3349, "KM":13.7337, "WATTS":89, "CAD":68, "KPH":32.7672, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3350, "KM":13.7433, "WATTS":108, "CAD":74, "KPH":34.5384, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3351, "KM":13.7533, "WATTS":104, "CAD":78, "KPH":36, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3352, "KM":13.7635, "WATTS":91, "CAD":81, "KPH":37.0404, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3353, "KM":13.7741, "WATTS":82, "CAD":84, "KPH":37.9584, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3354, "KM":13.7848, "WATTS":89, "CAD":86, "KPH":38.628, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3355, "KM":13.7957, "WATTS":93, "CAD":88, "KPH":39.3228, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3356, "KM":13.8067, "WATTS":80, "CAD":88, "KPH":39.5244, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3357, "KM":13.8176, "WATTS":70, "CAD":89, "KPH":39.3228, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3358, "KM":13.8286, "WATTS":96, "CAD":89, "KPH":39.3228, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":3359, "KM":13.8395, "WATTS":100, "CAD":89, "KPH":39.4236, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3360, "KM":13.8504, "WATTS":118, "CAD":89, "KPH":39.0204, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3361, "KM":13.8612, "WATTS":140, "CAD":88, "KPH":38.9232, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3362, "KM":13.8717, "WATTS":147, "CAD":87, "KPH":37.9584, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3363, "KM":13.8819, "WATTS":136, "CAD":86, "KPH":36.6876, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3364, "KM":13.8916, "WATTS":63, "CAD":83, "KPH":35.0136, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3365, "KM":13.9008, "WATTS":71, "CAD":86, "KPH":33.0516, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3366, "KM":13.9094, "WATTS":108, "CAD":90, "KPH":30.7944, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":3367, "KM":13.9172, "WATTS":158, "CAD":96, "KPH":28.2924, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3368, "KM":13.9245, "WATTS":178, "CAD":88, "KPH":26.082, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3369, "KM":13.9311, "WATTS":89, "CAD":90, "KPH":23.814, "ALT":91.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":3370, "KM":13.9372, "WATTS":163, "CAD":100, "KPH":22.032, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3371, "KM":13.9431, "WATTS":223, "CAD":94, "KPH":21.2976, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3372, "KM":13.9487, "WATTS":256, "CAD":90, "KPH":20.124, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3373, "KM":13.9541, "WATTS":294, "CAD":85, "KPH":19.4112, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3374, "KM":13.9593, "WATTS":279, "CAD":82, "KPH":18.8388, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3375, "KM":13.9643, "WATTS":290, "CAD":80, "KPH":17.9136, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3376, "KM":13.9692, "WATTS":300, "CAD":77, "KPH":17.748, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3377, "KM":13.974, "WATTS":224, "CAD":75, "KPH":17.1144, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3378, "KM":13.9785, "WATTS":194, "CAD":77, "KPH":16.11, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":3379, "KM":13.9828, "WATTS":274, "CAD":80, "KPH":15.5232, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3380, "KM":13.9871, "WATTS":255, "CAD":80, "KPH":15.6492, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3381, "KM":13.9915, "WATTS":256, "CAD":80, "KPH":15.6816, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3382, "KM":13.9957, "WATTS":259, "CAD":80, "KPH":15.336, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3383, "KM":14, "WATTS":259, "CAD":79, "KPH":15.2136, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3384, "KM":14.0041, "WATTS":251, "CAD":78, "KPH":15.0336, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3385, "KM":14.0083, "WATTS":255, "CAD":77, "KPH":15.0336, "ALT":97.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3386, "KM":14.0125, "WATTS":262, "CAD":77, "KPH":15.1236, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3387, "KM":14.0167, "WATTS":235, "CAD":77, "KPH":15.0336, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3388, "KM":14.0208, "WATTS":231, "CAD":77, "KPH":14.9472, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3389, "KM":14.025, "WATTS":237, "CAD":77, "KPH":14.8896, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3390, "KM":14.029, "WATTS":216, "CAD":75, "KPH":14.6052, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3391, "KM":14.0331, "WATTS":242, "CAD":75, "KPH":14.5224, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3392, "KM":14.037, "WATTS":200, "CAD":74, "KPH":14.2524, "ALT":98.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3393, "KM":14.0409, "WATTS":206, "CAD":72, "KPH":13.9932, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3394, "KM":14.0448, "WATTS":224, "CAD":72, "KPH":14.094, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3395, "KM":14.0487, "WATTS":219, "CAD":70, "KPH":13.7412, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3396, "KM":14.0525, "WATTS":209, "CAD":70, "KPH":13.6692, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3397, "KM":14.0563, "WATTS":201, "CAD":70, "KPH":13.7412, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3398, "KM":14.0601, "WATTS":179, "CAD":70, "KPH":13.7664, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3399, "KM":14.0639, "WATTS":169, "CAD":70, "KPH":13.6908, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3400, "KM":14.0676, "WATTS":149, "CAD":70, "KPH":13.3128, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3401, "KM":14.0712, "WATTS":153, "CAD":67, "KPH":13.1076, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3402, "KM":14.0748, "WATTS":146, "CAD":66, "KPH":12.888, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3403, "KM":14.0783, "WATTS":130, "CAD":65, "KPH":12.366, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3404, "KM":14.0816, "WATTS":130, "CAD":64, "KPH":12.0744, "ALT":102, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3405, "KM":14.0849, "WATTS":118, "CAD":62, "KPH":11.7792, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3406, "KM":14.0882, "WATTS":121, "CAD":60, "KPH":11.7792, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3407, "KM":14.0913, "WATTS":115, "CAD":59, "KPH":11.4804, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3408, "KM":14.0945, "WATTS":105, "CAD":58, "KPH":11.3076, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3409, "KM":14.0975, "WATTS":78, "CAD":57, "KPH":11.034, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3410, "KM":14.1006, "WATTS":85, "CAD":56, "KPH":10.8756, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3411, "KM":14.1034, "WATTS":85, "CAD":56, "KPH":10.2636, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":3412, "KM":14.1062, "WATTS":53, "CAD":53, "KPH":10.062, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3413, "KM":14.109, "WATTS":68, "CAD":52, "KPH":9.9972, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3414, "KM":14.1118, "WATTS":78, "CAD":52, "KPH":10.2096, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3415, "KM":14.1146, "WATTS":48, "CAD":52, "KPH":10.116, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":67 }, + { "SECS":3416, "KM":14.1174, "WATTS":53, "CAD":51, "KPH":9.8928, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":67 }, + { "SECS":3417, "KM":14.12, "WATTS":53, "CAD":50, "KPH":9.5724, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":3418, "KM":14.1225, "WATTS":10, "CAD":47, "KPH":8.7444, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":3419, "KM":14.1248, "WATTS":15, "CAD":45, "KPH":8.5464, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3420, "KM":14.1272, "WATTS":13, "CAD":44, "KPH":8.4456, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3421, "KM":14.1295, "WATTS":13, "CAD":43, "KPH":8.2728, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3422, "KM":14.1318, "WATTS":13, "CAD":42, "KPH":8.28, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":3423, "KM":14.1341, "WATTS":12, "CAD":43, "KPH":8.4528, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3424, "KM":14.1368, "WATTS":57, "CAD":45, "KPH":9.5364, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3425, "KM":14.1395, "WATTS":57, "CAD":48, "KPH":9.9576, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3426, "KM":14.1424, "WATTS":38, "CAD":49, "KPH":10.2384, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3427, "KM":14.1458, "WATTS":105, "CAD":46, "KPH":12.2688, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3428, "KM":14.1496, "WATTS":105, "CAD":48, "KPH":13.6908, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3429, "KM":14.1537, "WATTS":84, "CAD":53, "KPH":14.832, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3430, "KM":14.1582, "WATTS":101, "CAD":58, "KPH":16.11, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3431, "KM":14.1631, "WATTS":100, "CAD":64, "KPH":17.5068, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3432, "KM":14.1683, "WATTS":38, "CAD":63, "KPH":18.7488, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":3433, "KM":14.1738, "WATTS":52, "CAD":57, "KPH":19.8648, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":20 }, + { "SECS":3434, "KM":14.1797, "WATTS":24, "CAD":55, "KPH":21.1248, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":20 }, + { "SECS":3435, "KM":14.186, "WATTS":75, "CAD":51, "KPH":22.6872, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3436, "KM":14.1927, "WATTS":75, "CAD":51, "KPH":24.264, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3437, "KM":14.1999, "WATTS":42, "CAD":55, "KPH":25.8156, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":70 }, + { "SECS":3438, "KM":14.2075, "WATTS":18, "CAD":58, "KPH":27.3852, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3439, "KM":14.2155, "WATTS":8, "CAD":61, "KPH":28.9332, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3440, "KM":14.2239, "WATTS":4, "CAD":49, "KPH":30.1896, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3441, "KM":14.2327, "WATTS":11, "CAD":51, "KPH":31.554, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3442, "KM":14.2418, "WATTS":3, "CAD":64, "KPH":32.9076, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3443, "KM":14.2513, "WATTS":2, "CAD":61, "KPH":34.2324, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3444, "KM":14.2612, "WATTS":2, "CAD":56, "KPH":35.6652, "ALT":102, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3445, "KM":14.2716, "WATTS":2, "CAD":52, "KPH":37.404, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3446, "KM":14.2824, "WATTS":2, "CAD":49, "KPH":38.8224, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3447, "KM":14.2936, "WATTS":1, "CAD":46, "KPH":40.464, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3448, "KM":14.3053, "WATTS":2, "CAD":48, "KPH":41.9004, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3449, "KM":14.3174, "WATTS":2, "CAD":50, "KPH":43.4844, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3450, "KM":14.3298, "WATTS":1, "CAD":51, "KPH":44.7084, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3451, "KM":14.3427, "WATTS":2, "CAD":50, "KPH":46.332, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3452, "KM":14.356, "WATTS":2, "CAD":53, "KPH":48.2256, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3453, "KM":14.3698, "WATTS":2, "CAD":54, "KPH":49.4676, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3454, "KM":14.3837, "WATTS":2, "CAD":54, "KPH":49.9536, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3455, "KM":14.3975, "WATTS":1, "CAD":52, "KPH":49.7916, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3456, "KM":14.4111, "WATTS":1, "CAD":51, "KPH":49.1508, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3457, "KM":14.4244, "WATTS":2, "CAD":50, "KPH":47.6244, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3458, "KM":14.4372, "WATTS":2, "CAD":51, "KPH":46.1916, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3459, "KM":14.4496, "WATTS":2, "CAD":54, "KPH":44.5788, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3460, "KM":14.4616, "WATTS":1, "CAD":49, "KPH":43.0776, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3461, "KM":14.4731, "WATTS":1, "CAD":49, "KPH":41.6736, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3462, "KM":14.4842, "WATTS":1, "CAD":47, "KPH":39.834, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3463, "KM":14.4948, "WATTS":3, "CAD":50, "KPH":38.052, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":73 }, + { "SECS":3464, "KM":14.5049, "WATTS":73, "CAD":78, "KPH":36.3384, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3465, "KM":14.5145, "WATTS":90, "CAD":82, "KPH":34.5384, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3466, "KM":14.5235, "WATTS":34, "CAD":79, "KPH":32.49, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":3467, "KM":14.532, "WATTS":52, "CAD":89, "KPH":30.7944, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3468, "KM":14.5399, "WATTS":66, "CAD":87, "KPH":28.2924, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3469, "KM":14.547, "WATTS":86, "CAD":80, "KPH":25.7292, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3470, "KM":14.5536, "WATTS":56, "CAD":74, "KPH":23.7384, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3471, "KM":14.5597, "WATTS":131, "CAD":81, "KPH":21.906, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":21 }, + { "SECS":3472, "KM":14.5653, "WATTS":137, "CAD":75, "KPH":19.9152, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3473, "KM":14.5704, "WATTS":108, "CAD":69, "KPH":18.4752, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":3474, "KM":14.575, "WATTS":123, "CAD":66, "KPH":16.668, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3475, "KM":14.5791, "WATTS":133, "CAD":77, "KPH":14.6628, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":18 }, + { "SECS":3476, "KM":14.5827, "WATTS":83, "CAD":72, "KPH":12.996, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3477, "KM":14.5859, "WATTS":152, "CAD":64, "KPH":11.4444, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3478, "KM":14.5889, "WATTS":111, "CAD":59, "KPH":10.9692, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3479, "KM":14.5918, "WATTS":111, "CAD":56, "KPH":10.278, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":3480, "KM":14.5942, "WATTS":101, "CAD":49, "KPH":8.6544, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":3481, "KM":14.5965, "WATTS":131, "CAD":46, "KPH":8.37, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3482, "KM":14.5988, "WATTS":78, "CAD":43, "KPH":8.244, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3483, "KM":14.6016, "WATTS":86, "CAD":46, "KPH":10.3068, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":3484, "KM":14.6056, "WATTS":43, "CAD":59, "KPH":14.1228, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":3485, "KM":14.6106, "WATTS":52, "CAD":63, "KPH":18.0432, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":79 }, + { "SECS":3486, "KM":14.6161, "WATTS":40, "CAD":61, "KPH":19.7604, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":86 }, + { "SECS":3487, "KM":14.6223, "WATTS":64, "CAD":66, "KPH":22.4208, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3488, "KM":14.6293, "WATTS":77, "CAD":75, "KPH":25.2216, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3489, "KM":14.637, "WATTS":85, "CAD":84, "KPH":27.7812, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3490, "KM":14.6453, "WATTS":21, "CAD":59, "KPH":29.7216, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":90 }, + { "SECS":3491, "KM":14.6541, "WATTS":63, "CAD":66, "KPH":31.6836, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":90 }, + { "SECS":3492, "KM":14.6633, "WATTS":63, "CAD":77, "KPH":33.192, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3493, "KM":14.673, "WATTS":90, "CAD":80, "KPH":34.9344, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3494, "KM":14.6831, "WATTS":64, "CAD":85, "KPH":36.1692, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3495, "KM":14.6935, "WATTS":59, "CAD":88, "KPH":37.404, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3496, "KM":14.7041, "WATTS":90, "CAD":90, "KPH":38.1492, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3497, "KM":14.7148, "WATTS":29, "CAD":83, "KPH":38.628, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3498, "KM":14.7256, "WATTS":68, "CAD":84, "KPH":39.0204, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3499, "KM":14.7365, "WATTS":87, "CAD":88, "KPH":39.1212, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3500, "KM":14.7474, "WATTS":90, "CAD":88, "KPH":39.3228, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3501, "KM":14.7583, "WATTS":97, "CAD":89, "KPH":39.3228, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3502, "KM":14.7692, "WATTS":105, "CAD":89, "KPH":39.1212, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3503, "KM":14.7799, "WATTS":123, "CAD":88, "KPH":38.5308, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3504, "KM":14.7906, "WATTS":132, "CAD":88, "KPH":38.628, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3505, "KM":14.8012, "WATTS":168, "CAD":87, "KPH":37.9584, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3506, "KM":14.8115, "WATTS":175, "CAD":85, "KPH":37.0404, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3507, "KM":14.8215, "WATTS":188, "CAD":83, "KPH":36, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3508, "KM":14.8307, "WATTS":90, "CAD":84, "KPH":33.3396, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":94 }, + { "SECS":3509, "KM":14.8395, "WATTS":157, "CAD":97, "KPH":31.4892, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":3510, "KM":14.8475, "WATTS":191, "CAD":95, "KPH":28.9332, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3511, "KM":14.855, "WATTS":125, "CAD":89, "KPH":27.0936, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3512, "KM":14.8619, "WATTS":144, "CAD":98, "KPH":24.7356, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":36 }, + { "SECS":3513, "KM":14.8684, "WATTS":231, "CAD":95, "KPH":23.4504, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3514, "KM":14.8745, "WATTS":248, "CAD":92, "KPH":22.0968, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3515, "KM":14.8804, "WATTS":218, "CAD":87, "KPH":21.006, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3516, "KM":14.8858, "WATTS":159, "CAD":85, "KPH":19.4616, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":3517, "KM":14.8909, "WATTS":196, "CAD":85, "KPH":18.2556, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3518, "KM":14.8956, "WATTS":249, "CAD":84, "KPH":17.154, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3519, "KM":14.9002, "WATTS":262, "CAD":80, "KPH":16.4196, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3520, "KM":14.9048, "WATTS":318, "CAD":78, "KPH":16.524, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3521, "KM":14.9093, "WATTS":257, "CAD":78, "KPH":16.11, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3522, "KM":14.9136, "WATTS":243, "CAD":81, "KPH":15.7788, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3523, "KM":14.9182, "WATTS":355, "CAD":83, "KPH":16.3836, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3524, "KM":14.9229, "WATTS":347, "CAD":85, "KPH":16.8876, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3525, "KM":14.9277, "WATTS":344, "CAD":88, "KPH":17.2692, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3526, "KM":14.9325, "WATTS":325, "CAD":89, "KPH":17.4672, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3527, "KM":14.9374, "WATTS":308, "CAD":89, "KPH":17.3484, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3528, "KM":14.9422, "WATTS":308, "CAD":90, "KPH":17.6688, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3529, "KM":14.9471, "WATTS":303, "CAD":90, "KPH":17.5464, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3530, "KM":14.952, "WATTS":284, "CAD":90, "KPH":17.6256, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3531, "KM":14.9569, "WATTS":263, "CAD":90, "KPH":17.4672, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3532, "KM":14.9616, "WATTS":237, "CAD":89, "KPH":17.1144, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3533, "KM":14.9663, "WATTS":273, "CAD":87, "KPH":16.8876, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3534, "KM":14.971, "WATTS":272, "CAD":87, "KPH":16.9272, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3535, "KM":14.9757, "WATTS":278, "CAD":87, "KPH":16.8156, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3536, "KM":14.9803, "WATTS":220, "CAD":85, "KPH":16.4556, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3537, "KM":14.9848, "WATTS":234, "CAD":84, "KPH":16.3152, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3538, "KM":14.9894, "WATTS":258, "CAD":84, "KPH":16.596, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3539, "KM":14.994, "WATTS":225, "CAD":85, "KPH":16.704, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3540, "KM":14.9986, "WATTS":226, "CAD":86, "KPH":16.4556, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3541, "KM":15.003, "WATTS":113, "CAD":82, "KPH":15.6492, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3542, "KM":15.007, "WATTS":115, "CAD":79, "KPH":14.688, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3543, "KM":15.0109, "WATTS":102, "CAD":73, "KPH":13.716, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3544, "KM":15.0145, "WATTS":98, "CAD":70, "KPH":13.1508, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3545, "KM":15.0181, "WATTS":106, "CAD":67, "KPH":12.78, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3546, "KM":15.0214, "WATTS":94, "CAD":65, "KPH":11.8692, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3547, "KM":15.0246, "WATTS":77, "CAD":61, "KPH":11.6532, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3548, "KM":15.0277, "WATTS":82, "CAD":59, "KPH":11.358, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3549, "KM":15.0308, "WATTS":84, "CAD":58, "KPH":11.1456, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3550, "KM":15.0339, "WATTS":103, "CAD":57, "KPH":11.1456, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3551, "KM":15.0371, "WATTS":82, "CAD":58, "KPH":11.2248, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3552, "KM":15.0401, "WATTS":51, "CAD":56, "KPH":10.9548, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3553, "KM":15.0431, "WATTS":49, "CAD":56, "KPH":10.7388, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":63 }, + { "SECS":3554, "KM":15.0458, "WATTS":34, "CAD":53, "KPH":9.8568, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3555, "KM":15.0484, "WATTS":21, "CAD":51, "KPH":9.4212, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3556, "KM":15.051, "WATTS":21, "CAD":49, "KPH":9.108, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3557, "KM":15.0534, "WATTS":10, "CAD":46, "KPH":8.7948, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3558, "KM":15.0558, "WATTS":8, "CAD":44, "KPH":8.5212, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3559, "KM":15.0581, "WATTS":8, "CAD":43, "KPH":8.37, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3560, "KM":15.0605, "WATTS":12, "CAD":43, "KPH":8.586, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":3561, "KM":15.063, "WATTS":12, "CAD":44, "KPH":9.0972, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3562, "KM":15.0656, "WATTS":33, "CAD":47, "KPH":9.27, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":3563, "KM":15.0683, "WATTS":58, "CAD":49, "KPH":9.8172, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3564, "KM":15.0714, "WATTS":72, "CAD":54, "KPH":11.178, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3565, "KM":15.0749, "WATTS":97, "CAD":59, "KPH":12.5892, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3566, "KM":15.0785, "WATTS":44, "CAD":62, "KPH":12.9096, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":91 }, + { "SECS":3567, "KM":15.0824, "WATTS":74, "CAD":58, "KPH":13.8672, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3568, "KM":15.0866, "WATTS":88, "CAD":56, "KPH":15.2748, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3569, "KM":15.0912, "WATTS":76, "CAD":60, "KPH":16.4556, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3570, "KM":15.0961, "WATTS":28, "CAD":61, "KPH":17.9136, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":83 }, + { "SECS":3571, "KM":15.1016, "WATTS":70, "CAD":60, "KPH":19.6596, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3572, "KM":15.1072, "WATTS":23, "CAD":57, "KPH":20.178, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":82 }, + { "SECS":3573, "KM":15.1133, "WATTS":49, "CAD":53, "KPH":21.9708, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":82 }, + { "SECS":3574, "KM":15.1199, "WATTS":68, "CAD":52, "KPH":23.7384, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":3575, "KM":15.127, "WATTS":41, "CAD":55, "KPH":25.4736, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3576, "KM":15.1344, "WATTS":58, "CAD":55, "KPH":26.8092, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":94 }, + { "SECS":3577, "KM":15.1425, "WATTS":59, "CAD":57, "KPH":28.9332, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3578, "KM":15.151, "WATTS":65, "CAD":61, "KPH":30.5496, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3579, "KM":15.1598, "WATTS":63, "CAD":64, "KPH":31.95, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3580, "KM":15.1692, "WATTS":69, "CAD":68, "KPH":33.7032, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3581, "KM":15.179, "WATTS":65, "CAD":71, "KPH":35.172, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3582, "KM":15.1892, "WATTS":22, "CAD":64, "KPH":37.0404, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":88 }, + { "SECS":3583, "KM":15.2, "WATTS":53, "CAD":66, "KPH":38.5308, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3584, "KM":15.2111, "WATTS":66, "CAD":70, "KPH":40.1436, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3585, "KM":15.2228, "WATTS":40, "CAD":71, "KPH":42.0156, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3586, "KM":15.2347, "WATTS":40, "CAD":68, "KPH":42.8364, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3587, "KM":15.2471, "WATTS":2, "CAD":47, "KPH":44.8416, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3588, "KM":15.2599, "WATTS":2, "CAD":46, "KPH":45.9144, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3589, "KM":15.2731, "WATTS":2, "CAD":48, "KPH":47.6244, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3590, "KM":15.2868, "WATTS":2, "CAD":50, "KPH":49.1508, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3591, "KM":15.3007, "WATTS":2, "CAD":52, "KPH":50.2812, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3592, "KM":15.3148, "WATTS":1, "CAD":50, "KPH":50.6124, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3593, "KM":15.3287, "WATTS":2, "CAD":50, "KPH":50.1156, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3594, "KM":15.3424, "WATTS":2, "CAD":50, "KPH":49.3092, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3595, "KM":15.3556, "WATTS":1, "CAD":50, "KPH":47.6244, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3596, "KM":15.3686, "WATTS":2, "CAD":50, "KPH":46.4724, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3597, "KM":15.381, "WATTS":2, "CAD":51, "KPH":44.8416, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3598, "KM":15.393, "WATTS":2, "CAD":49, "KPH":43.0776, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3599, "KM":15.4045, "WATTS":1, "CAD":48, "KPH":41.5584, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3600, "KM":15.4155, "WATTS":2, "CAD":48, "KPH":39.7296, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3601, "KM":15.426, "WATTS":2, "CAD":49, "KPH":37.7712, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3602, "KM":15.436, "WATTS":2, "CAD":49, "KPH":35.6652, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3603, "KM":15.4453, "WATTS":2, "CAD":49, "KPH":33.7788, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3604, "KM":15.454, "WATTS":1, "CAD":47, "KPH":31.2984, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3605, "KM":15.4622, "WATTS":3, "CAD":47, "KPH":29.4912, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3606, "KM":15.4696, "WATTS":36, "CAD":48, "KPH":26.532, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":97 }, + { "SECS":3607, "KM":15.4764, "WATTS":29, "CAD":52, "KPH":24.3432, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":3608, "KM":15.4823, "WATTS":31, "CAD":64, "KPH":21.4164, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3609, "KM":15.4878, "WATTS":61, "CAD":71, "KPH":19.6596, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3610, "KM":15.4925, "WATTS":69, "CAD":73, "KPH":17.2296, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":25 }, + { "SECS":3611, "KM":15.4969, "WATTS":117, "CAD":69, "KPH":15.8112, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3612, "KM":15.501, "WATTS":171, "CAD":68, "KPH":14.6052, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":3613, "KM":15.5048, "WATTS":196, "CAD":66, "KPH":13.6692, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":3614, "KM":15.5084, "WATTS":133, "CAD":64, "KPH":13.086, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3615, "KM":15.5117, "WATTS":151, "CAD":59, "KPH":11.7972, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3616, "KM":15.5147, "WATTS":151, "CAD":56, "KPH":10.9548, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3617, "KM":15.5175, "WATTS":106, "CAD":49, "KPH":9.9828, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3618, "KM":15.5199, "WATTS":120, "CAD":45, "KPH":8.6724, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3619, "KM":15.5223, "WATTS":120, "CAD":42, "KPH":8.6364, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3620, "KM":15.5245, "WATTS":126, "CAD":40, "KPH":7.8408, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3621, "KM":15.5267, "WATTS":77, "CAD":38, "KPH":7.8876, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3622, "KM":15.5296, "WATTS":78, "CAD":41, "KPH":10.4472, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3623, "KM":15.5336, "WATTS":31, "CAD":54, "KPH":14.3856, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3624, "KM":15.5385, "WATTS":3, "CAD":57, "KPH":17.748, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":3625, "KM":15.5439, "WATTS":3, "CAD":55, "KPH":19.2168, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":3626, "KM":15.55, "WATTS":22, "CAD":51, "KPH":21.9708, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":19 }, + { "SECS":3627, "KM":15.557, "WATTS":114, "CAD":57, "KPH":25.3908, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3628, "KM":15.5649, "WATTS":80, "CAD":65, "KPH":28.2924, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3629, "KM":15.5733, "WATTS":33, "CAD":70, "KPH":30.3084, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3630, "KM":15.5822, "WATTS":84, "CAD":73, "KPH":32.2164, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3631, "KM":15.5916, "WATTS":82, "CAD":77, "KPH":33.6312, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3632, "KM":15.6014, "WATTS":80, "CAD":81, "KPH":35.334, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3633, "KM":15.6116, "WATTS":79, "CAD":85, "KPH":36.6876, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3634, "KM":15.622, "WATTS":87, "CAD":89, "KPH":37.5876, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3635, "KM":15.6326, "WATTS":80, "CAD":79, "KPH":38.1492, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":3636, "KM":15.6434, "WATTS":91, "CAD":86, "KPH":38.9232, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3637, "KM":15.6544, "WATTS":86, "CAD":88, "KPH":39.3228, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3638, "KM":15.6654, "WATTS":86, "CAD":89, "KPH":39.5244, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3639, "KM":15.6763, "WATTS":95, "CAD":90, "KPH":39.5244, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3640, "KM":15.6873, "WATTS":103, "CAD":90, "KPH":39.5244, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3641, "KM":15.6982, "WATTS":112, "CAD":90, "KPH":39.3228, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3642, "KM":15.7091, "WATTS":126, "CAD":89, "KPH":39.0204, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3643, "KM":15.7199, "WATTS":147, "CAD":89, "KPH":38.9232, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3644, "KM":15.7304, "WATTS":141, "CAD":88, "KPH":37.9584, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3645, "KM":15.7407, "WATTS":207, "CAD":85, "KPH":37.0404, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3646, "KM":15.7505, "WATTS":193, "CAD":83, "KPH":35.172, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3647, "KM":15.7597, "WATTS":190, "CAD":80, "KPH":33.3396, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3648, "KM":15.7683, "WATTS":103, "CAD":91, "KPH":30.9168, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":36 }, + { "SECS":3649, "KM":15.7765, "WATTS":177, "CAD":95, "KPH":29.4912, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3650, "KM":15.7841, "WATTS":249, "CAD":88, "KPH":27.3348, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3651, "KM":15.791, "WATTS":187, "CAD":83, "KPH":24.894, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3652, "KM":15.7977, "WATTS":173, "CAD":92, "KPH":23.9616, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3653, "KM":15.8038, "WATTS":221, "CAD":91, "KPH":22.032, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3654, "KM":15.8096, "WATTS":240, "CAD":85, "KPH":20.8368, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3655, "KM":15.8148, "WATTS":159, "CAD":83, "KPH":18.8856, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":76 }, + { "SECS":3656, "KM":15.8198, "WATTS":236, "CAD":88, "KPH":17.7912, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":76 }, + { "SECS":3657, "KM":15.8246, "WATTS":263, "CAD":84, "KPH":17.3088, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3658, "KM":15.8293, "WATTS":271, "CAD":80, "KPH":16.8156, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3659, "KM":15.8338, "WATTS":281, "CAD":78, "KPH":16.3152, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3660, "KM":15.8383, "WATTS":268, "CAD":77, "KPH":16.11, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3661, "KM":15.8427, "WATTS":265, "CAD":75, "KPH":15.9732, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3662, "KM":15.8471, "WATTS":252, "CAD":75, "KPH":15.9408, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3663, "KM":15.8515, "WATTS":241, "CAD":74, "KPH":15.6492, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3664, "KM":15.8556, "WATTS":182, "CAD":75, "KPH":14.9472, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":3665, "KM":15.8598, "WATTS":270, "CAD":77, "KPH":14.8896, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3666, "KM":15.8638, "WATTS":239, "CAD":76, "KPH":14.5764, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3667, "KM":15.8678, "WATTS":238, "CAD":74, "KPH":14.4144, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3668, "KM":15.8719, "WATTS":250, "CAD":74, "KPH":14.688, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3669, "KM":15.8759, "WATTS":224, "CAD":75, "KPH":14.5512, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3670, "KM":15.88, "WATTS":242, "CAD":75, "KPH":14.6052, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3671, "KM":15.884, "WATTS":222, "CAD":75, "KPH":14.5512, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3672, "KM":15.888, "WATTS":212, "CAD":74, "KPH":14.3604, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3673, "KM":15.8919, "WATTS":203, "CAD":73, "KPH":14.0688, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3674, "KM":15.8958, "WATTS":195, "CAD":72, "KPH":13.9176, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3675, "KM":15.8996, "WATTS":198, "CAD":71, "KPH":13.842, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3676, "KM":15.9034, "WATTS":211, "CAD":69, "KPH":13.5, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3677, "KM":15.9071, "WATTS":210, "CAD":68, "KPH":13.266, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3678, "KM":15.9108, "WATTS":190, "CAD":68, "KPH":13.3344, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3679, "KM":15.9145, "WATTS":172, "CAD":68, "KPH":13.3812, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3680, "KM":15.9182, "WATTS":165, "CAD":68, "KPH":13.266, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3681, "KM":15.9219, "WATTS":166, "CAD":68, "KPH":13.266, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3682, "KM":15.9255, "WATTS":157, "CAD":68, "KPH":12.9096, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3683, "KM":15.929, "WATTS":142, "CAD":66, "KPH":12.7368, "ALT":102.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3684, "KM":15.9325, "WATTS":162, "CAD":65, "KPH":12.6756, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3685, "KM":15.9359, "WATTS":149, "CAD":64, "KPH":12.2868, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3686, "KM":15.9393, "WATTS":119, "CAD":62, "KPH":12.0168, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3687, "KM":15.9426, "WATTS":121, "CAD":62, "KPH":12.0564, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3688, "KM":15.9458, "WATTS":95, "CAD":61, "KPH":11.394, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3689, "KM":15.9489, "WATTS":101, "CAD":58, "KPH":11.0628, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":3690, "KM":15.952, "WATTS":101, "CAD":57, "KPH":11.2752, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3691, "KM":15.9551, "WATTS":117, "CAD":58, "KPH":11.1924, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3692, "KM":15.9582, "WATTS":88, "CAD":57, "KPH":11.0808, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3693, "KM":15.9611, "WATTS":80, "CAD":56, "KPH":10.5768, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3694, "KM":15.964, "WATTS":45, "CAD":54, "KPH":10.278, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3695, "KM":15.9668, "WATTS":42, "CAD":52, "KPH":10.0224, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":3696, "KM":15.9694, "WATTS":48, "CAD":51, "KPH":9.6336, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3697, "KM":15.9721, "WATTS":37, "CAD":49, "KPH":9.4536, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3698, "KM":15.9746, "WATTS":37, "CAD":48, "KPH":9.1188, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3699, "KM":15.9771, "WATTS":47, "CAD":47, "KPH":9.1296, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3700, "KM":15.9796, "WATTS":30, "CAD":47, "KPH":8.8956, "ALT":104.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3701, "KM":15.982, "WATTS":3, "CAD":46, "KPH":8.5572, "ALT":105, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3702, "KM":15.9843, "WATTS":3, "CAD":43, "KPH":8.2548, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3703, "KM":15.9866, "WATTS":10, "CAD":42, "KPH":8.4996, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":3704, "KM":15.9891, "WATTS":16, "CAD":43, "KPH":8.946, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":90 }, + { "SECS":3705, "KM":15.9918, "WATTS":47, "CAD":45, "KPH":9.756, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":90 }, + { "SECS":3706, "KM":15.9946, "WATTS":62, "CAD":49, "KPH":10.0764, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":3707, "KM":15.9977, "WATTS":62, "CAD":52, "KPH":11.1456, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3708, "KM":16.0009, "WATTS":70, "CAD":56, "KPH":11.6352, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3709, "KM":16.0043, "WATTS":20, "CAD":53, "KPH":12.0168, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3710, "KM":16.0076, "WATTS":20, "CAD":53, "KPH":12.0564, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3711, "KM":16.0111, "WATTS":20, "CAD":53, "KPH":12.4488, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":3712, "KM":16.0144, "WATTS":0, "CAD":0, "KPH":11.9232, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3713, "KM":16.0175, "WATTS":0, "CAD":0, "KPH":11.0628, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3714, "KM":16.0204, "WATTS":0, "CAD":0, "KPH":10.4616, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3715, "KM":16.023, "WATTS":0, "CAD":0, "KPH":9.432, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3716, "KM":16.0255, "WATTS":0, "CAD":0, "KPH":9.054, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3717, "KM":16.0281, "WATTS":0, "CAD":0, "KPH":9.4212, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3718, "KM":16.0307, "WATTS":0, "CAD":0, "KPH":9.2844, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3719, "KM":16.0332, "WATTS":0, "CAD":0, "KPH":9.0648, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3720, "KM":16.036, "WATTS":163, "CAD":48, "KPH":9.8172, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3721, "KM":16.0388, "WATTS":124, "CAD":51, "KPH":10.3464, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3722, "KM":16.0418, "WATTS":108, "CAD":54, "KPH":10.5624, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3723, "KM":16.0448, "WATTS":92, "CAD":54, "KPH":10.71, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3724, "KM":16.0477, "WATTS":66, "CAD":55, "KPH":10.71, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3725, "KM":16.0506, "WATTS":42, "CAD":54, "KPH":10.476, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3726, "KM":16.0535, "WATTS":42, "CAD":54, "KPH":10.224, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3727, "KM":16.0561, "WATTS":42, "CAD":54, "KPH":9.3492, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3728, "KM":16.0583, "WATTS":0, "CAD":27, "KPH":8.1648, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3729, "KM":16.0605, "WATTS":0, "CAD":0, "KPH":7.6536, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3730, "KM":16.0625, "WATTS":0, "CAD":0, "KPH":7.2684, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3731, "KM":16.0645, "WATTS":0, "CAD":0, "KPH":7.2684, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3732, "KM":16.0664, "WATTS":0, "CAD":0, "KPH":6.858, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3733, "KM":16.0682, "WATTS":0, "CAD":0, "KPH":6.3576, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3734, "KM":16.0699, "WATTS":0, "CAD":0, "KPH":6.4116, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3735, "KM":16.0717, "WATTS":0, "CAD":0, "KPH":6.4116, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3736, "KM":16.073, "WATTS":0, "CAD":0, "KPH":4.7304, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3737, "KM":16.0744, "WATTS":0, "CAD":0, "KPH":4.7304, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3738, "KM":16.0744, "WATTS":0, "CAD":0, "KPH":0, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3874, "KM":16.0744, "WATTS":0, "CAD":0, "KPH":5.202, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3875, "KM":16.0758, "WATTS":0, "CAD":0, "KPH":5.202, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3876, "KM":16.0772, "WATTS":0, "CAD":0, "KPH":5.1804, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3877, "KM":16.0791, "WATTS":0, "CAD":0, "KPH":6.5412, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3878, "KM":16.081, "WATTS":0, "CAD":0, "KPH":6.8508, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3879, "KM":16.0831, "WATTS":0, "CAD":0, "KPH":7.5636, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3880, "KM":16.0851, "WATTS":0, "CAD":0, "KPH":7.2216, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3881, "KM":16.087, "WATTS":0, "CAD":0, "KPH":6.9156, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3882, "KM":16.0889, "WATTS":0, "CAD":0, "KPH":6.8112, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3883, "KM":16.091, "WATTS":0, "CAD":0, "KPH":7.7616, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3884, "KM":16.0934, "WATTS":0, "CAD":0, "KPH":8.4276, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3885, "KM":16.0958, "WATTS":0, "CAD":0, "KPH":8.6256, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3886, "KM":16.0982, "WATTS":0, "CAD":0, "KPH":8.7048, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3887, "KM":16.1006, "WATTS":0, "CAD":0, "KPH":8.7948, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3888, "KM":16.1031, "WATTS":0, "CAD":0, "KPH":9.0216, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3889, "KM":16.1059, "WATTS":0, "CAD":0, "KPH":9.8568, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3890, "KM":16.1088, "WATTS":0, "CAD":0, "KPH":10.3068, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3891, "KM":16.1119, "WATTS":0, "CAD":0, "KPH":11.2428, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3892, "KM":16.1151, "WATTS":0, "CAD":0, "KPH":11.7432, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3893, "KM":16.1188, "WATTS":0, "CAD":0, "KPH":13.1076, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3894, "KM":16.1227, "WATTS":0, "CAD":0, "KPH":14.1984, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3895, "KM":16.127, "WATTS":0, "CAD":0, "KPH":15.3648, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3896, "KM":16.1315, "WATTS":0, "CAD":0, "KPH":16.1784, "ALT":105, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3897, "KM":16.1358, "WATTS":0, "CAD":0, "KPH":15.3972, "ALT":104.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3898, "KM":16.1396, "WATTS":0, "CAD":0, "KPH":14.0184, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3899, "KM":16.1432, "WATTS":0, "CAD":0, "KPH":12.7152, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3900, "KM":16.1471, "WATTS":0, "CAD":0, "KPH":14.2272, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3901, "KM":16.151, "WATTS":0, "CAD":0, "KPH":14.094, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3902, "KM":16.1548, "WATTS":0, "CAD":0, "KPH":13.5, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3903, "KM":16.1581, "WATTS":0, "CAD":0, "KPH":12.0168, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3904, "KM":16.1613, "WATTS":0, "CAD":0, "KPH":11.4624, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3905, "KM":16.1644, "WATTS":0, "CAD":0, "KPH":11.2428, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3906, "KM":16.1676, "WATTS":0, "CAD":0, "KPH":11.3076, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3907, "KM":16.1706, "WATTS":0, "CAD":0, "KPH":10.7388, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3908, "KM":16.1732, "WATTS":0, "CAD":0, "KPH":9.5472, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3909, "KM":16.176, "WATTS":98, "CAD":50, "KPH":9.8316, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":3910, "KM":16.1787, "WATTS":98, "CAD":50, "KPH":9.8928, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3911, "KM":16.1816, "WATTS":176, "CAD":52, "KPH":10.5192, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3912, "KM":16.1847, "WATTS":203, "CAD":54, "KPH":10.9224, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3913, "KM":16.1877, "WATTS":189, "CAD":56, "KPH":11.0808, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3914, "KM":16.1909, "WATTS":191, "CAD":57, "KPH":11.358, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3915, "KM":16.1941, "WATTS":161, "CAD":58, "KPH":11.4444, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3916, "KM":16.1973, "WATTS":154, "CAD":59, "KPH":11.6172, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3917, "KM":16.2006, "WATTS":159, "CAD":60, "KPH":11.7792, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3918, "KM":16.2038, "WATTS":161, "CAD":61, "KPH":11.7792, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3919, "KM":16.207, "WATTS":144, "CAD":60, "KPH":11.5668, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":3920, "KM":16.2102, "WATTS":140, "CAD":59, "KPH":11.5128, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3921, "KM":16.2134, "WATTS":149, "CAD":59, "KPH":11.358, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3922, "KM":16.2166, "WATTS":166, "CAD":59, "KPH":11.5308, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3923, "KM":16.2198, "WATTS":152, "CAD":59, "KPH":11.5308, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3924, "KM":16.2231, "WATTS":153, "CAD":60, "KPH":11.8512, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3925, "KM":16.2263, "WATTS":135, "CAD":61, "KPH":11.6892, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3926, "KM":16.2294, "WATTS":90, "CAD":59, "KPH":11.1924, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3927, "KM":16.2325, "WATTS":75, "CAD":56, "KPH":10.89, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3928, "KM":16.2354, "WATTS":63, "CAD":55, "KPH":10.5624, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3929, "KM":16.2382, "WATTS":64, "CAD":53, "KPH":9.9324, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3930, "KM":16.2408, "WATTS":74, "CAD":50, "KPH":9.6192, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3931, "KM":16.2435, "WATTS":74, "CAD":49, "KPH":9.72, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3932, "KM":16.2463, "WATTS":63, "CAD":50, "KPH":9.882, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3933, "KM":16.2491, "WATTS":93, "CAD":52, "KPH":10.2096, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":3934, "KM":16.2519, "WATTS":69, "CAD":53, "KPH":10.1016, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3935, "KM":16.2547, "WATTS":42, "CAD":52, "KPH":9.972, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3936, "KM":16.2574, "WATTS":17, "CAD":50, "KPH":9.7056, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3937, "KM":16.2599, "WATTS":17, "CAD":50, "KPH":9.1836, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3938, "KM":16.2624, "WATTS":10, "CAD":47, "KPH":8.928, "ALT":103.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3939, "KM":16.2649, "WATTS":6, "CAD":46, "KPH":8.874, "ALT":104.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3940, "KM":16.2674, "WATTS":9, "CAD":46, "KPH":9.1512, "ALT":104.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3941, "KM":16.27, "WATTS":29, "CAD":48, "KPH":9.2052, "ALT":105, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":66 }, + { "SECS":3942, "KM":16.2728, "WATTS":29, "CAD":50, "KPH":10.1952, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":3943, "KM":16.2757, "WATTS":66, "CAD":53, "KPH":10.476, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3944, "KM":16.279, "WATTS":77, "CAD":56, "KPH":11.7792, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":3945, "KM":16.2824, "WATTS":62, "CAD":61, "KPH":12.2688, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3946, "KM":16.286, "WATTS":43, "CAD":56, "KPH":13.0392, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":16 }, + { "SECS":3947, "KM":16.29, "WATTS":78, "CAD":58, "KPH":14.4144, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":3948, "KM":16.2943, "WATTS":41, "CAD":56, "KPH":15.3648, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":80 }, + { "SECS":3949, "KM":16.299, "WATTS":103, "CAD":51, "KPH":16.8156, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3950, "KM":16.3042, "WATTS":91, "CAD":54, "KPH":18.8856, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3951, "KM":16.31, "WATTS":65, "CAD":59, "KPH":20.6136, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3952, "KM":16.316, "WATTS":37, "CAD":63, "KPH":21.906, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":83 }, + { "SECS":3953, "KM":16.3225, "WATTS":58, "CAD":63, "KPH":23.3064, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3954, "KM":16.3294, "WATTS":33, "CAD":64, "KPH":24.6564, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3955, "KM":16.3367, "WATTS":42, "CAD":64, "KPH":26.532, "ALT":105.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":3956, "KM":16.3444, "WATTS":49, "CAD":68, "KPH":27.5832, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":3957, "KM":16.3525, "WATTS":65, "CAD":72, "KPH":29.1564, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":3958, "KM":16.3611, "WATTS":58, "CAD":76, "KPH":30.9168, "ALT":103.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":3959, "KM":16.3701, "WATTS":65, "CAD":80, "KPH":32.49, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":3960, "KM":16.3796, "WATTS":61, "CAD":84, "KPH":34.0776, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3961, "KM":16.3895, "WATTS":6, "CAD":71, "KPH":35.748, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":3962, "KM":16.3999, "WATTS":45, "CAD":82, "KPH":37.404, "ALT":102, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3963, "KM":16.4108, "WATTS":10, "CAD":70, "KPH":39.1212, "ALT":101.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3964, "KM":16.4221, "WATTS":2, "CAD":54, "KPH":41.004, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3965, "KM":16.4338, "WATTS":1, "CAD":49, "KPH":41.9004, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3966, "KM":16.4461, "WATTS":1, "CAD":48, "KPH":44.3232, "ALT":100, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3967, "KM":16.4587, "WATTS":1, "CAD":47, "KPH":45.2376, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3968, "KM":16.4716, "WATTS":1, "CAD":47, "KPH":46.4724, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3969, "KM":16.485, "WATTS":1, "CAD":48, "KPH":48.3768, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3970, "KM":16.4988, "WATTS":1, "CAD":51, "KPH":49.7916, "ALT":97.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3971, "KM":16.513, "WATTS":1, "CAD":51, "KPH":50.778, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3972, "KM":16.527, "WATTS":1, "CAD":50, "KPH":50.778, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3973, "KM":16.541, "WATTS":1, "CAD":51, "KPH":50.1156, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3974, "KM":16.5546, "WATTS":1, "CAD":51, "KPH":49.1508, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3975, "KM":16.5679, "WATTS":1, "CAD":52, "KPH":47.9232, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3976, "KM":16.5808, "WATTS":1, "CAD":53, "KPH":46.332, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3977, "KM":16.5933, "WATTS":1, "CAD":51, "KPH":44.8416, "ALT":92.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3978, "KM":16.6052, "WATTS":1, "CAD":51, "KPH":43.0776, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3979, "KM":16.6167, "WATTS":1, "CAD":50, "KPH":41.4468, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3980, "KM":16.6277, "WATTS":1, "CAD":47, "KPH":39.5244, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3981, "KM":16.6383, "WATTS":1, "CAD":52, "KPH":37.7712, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3982, "KM":16.648, "WATTS":1, "CAD":49, "KPH":35.334, "ALT":91, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3983, "KM":16.6573, "WATTS":1, "CAD":50, "KPH":33.4836, "ALT":91.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3984, "KM":16.666, "WATTS":5, "CAD":57, "KPH":31.1688, "ALT":91.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3985, "KM":16.674, "WATTS":41, "CAD":66, "KPH":28.8252, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3986, "KM":16.6812, "WATTS":32, "CAD":73, "KPH":25.9056, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":3987, "KM":16.6879, "WATTS":43, "CAD":77, "KPH":24.0372, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3988, "KM":16.6936, "WATTS":18, "CAD":73, "KPH":20.6136, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":3989, "KM":16.6988, "WATTS":41, "CAD":77, "KPH":18.8856, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":30 }, + { "SECS":3990, "KM":16.7036, "WATTS":74, "CAD":72, "KPH":17.2296, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":3991, "KM":16.7079, "WATTS":74, "CAD":65, "KPH":15.3972, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":3992, "KM":16.7119, "WATTS":163, "CAD":59, "KPH":14.3604, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":3993, "KM":16.7156, "WATTS":193, "CAD":55, "KPH":13.428, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":3994, "KM":16.7192, "WATTS":177, "CAD":52, "KPH":12.8664, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":3995, "KM":16.7226, "WATTS":171, "CAD":50, "KPH":12.3084, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3996, "KM":16.7257, "WATTS":124, "CAD":47, "KPH":10.9836, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":3997, "KM":16.7285, "WATTS":124, "CAD":44, "KPH":10.0764, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":3998, "KM":16.731, "WATTS":76, "CAD":40, "KPH":9.0972, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":3999, "KM":16.7333, "WATTS":76, "CAD":36, "KPH":8.1828, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":4000, "KM":16.7368, "WATTS":71, "CAD":38, "KPH":12.5712, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4001, "KM":16.7411, "WATTS":69, "CAD":50, "KPH":15.6816, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":4002, "KM":16.7464, "WATTS":51, "CAD":56, "KPH":19.17, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":24 }, + { "SECS":4003, "KM":16.7522, "WATTS":58, "CAD":62, "KPH":20.8368, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4004, "KM":16.7586, "WATTS":23, "CAD":64, "KPH":23.094, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":4005, "KM":16.7658, "WATTS":23, "CAD":67, "KPH":25.7292, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":94 }, + { "SECS":4006, "KM":16.7737, "WATTS":81, "CAD":70, "KPH":28.5048, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":26 }, + { "SECS":4007, "KM":16.7822, "WATTS":68, "CAD":76, "KPH":30.672, "ALT":97.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4008, "KM":16.7912, "WATTS":70, "CAD":82, "KPH":32.3532, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4009, "KM":16.8006, "WATTS":33, "CAD":82, "KPH":33.9264, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4010, "KM":16.8105, "WATTS":25, "CAD":70, "KPH":35.4168, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":23 }, + { "SECS":4011, "KM":16.8207, "WATTS":149, "CAD":69, "KPH":36.864, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4012, "KM":16.8312, "WATTS":141, "CAD":72, "KPH":37.7712, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4013, "KM":16.842, "WATTS":136, "CAD":75, "KPH":38.9232, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4014, "KM":16.853, "WATTS":110, "CAD":76, "KPH":39.6252, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4015, "KM":16.8641, "WATTS":105, "CAD":77, "KPH":39.9348, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4016, "KM":16.8753, "WATTS":107, "CAD":78, "KPH":40.1436, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4017, "KM":16.8865, "WATTS":102, "CAD":79, "KPH":40.5684, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4018, "KM":16.8978, "WATTS":91, "CAD":79, "KPH":40.464, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4019, "KM":16.909, "WATTS":89, "CAD":79, "KPH":40.1436, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4020, "KM":16.9199, "WATTS":60, "CAD":79, "KPH":39.5244, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":63 }, + { "SECS":4021, "KM":16.9307, "WATTS":99, "CAD":83, "KPH":38.9232, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4022, "KM":16.9412, "WATTS":109, "CAD":81, "KPH":37.5876, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4023, "KM":16.9512, "WATTS":120, "CAD":81, "KPH":36.1692, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":72 }, + { "SECS":4024, "KM":16.9607, "WATTS":96, "CAD":82, "KPH":34.2324, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":4025, "KM":16.9695, "WATTS":138, "CAD":86, "KPH":31.6836, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":4026, "KM":16.9777, "WATTS":86, "CAD":87, "KPH":29.4912, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":4027, "KM":16.9853, "WATTS":216, "CAD":91, "KPH":27.1908, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4028, "KM":16.9924, "WATTS":213, "CAD":86, "KPH":25.7292, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4029, "KM":16.999, "WATTS":183, "CAD":81, "KPH":23.886, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4030, "KM":17.0056, "WATTS":277, "CAD":81, "KPH":23.4504, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":4031, "KM":17.0114, "WATTS":199, "CAD":79, "KPH":21.0636, "ALT":92.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4032, "KM":17.0167, "WATTS":184, "CAD":99, "KPH":19.1232, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":4033, "KM":17.0218, "WATTS":227, "CAD":96, "KPH":18.1692, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4034, "KM":17.0266, "WATTS":253, "CAD":91, "KPH":17.2296, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4035, "KM":17.0312, "WATTS":278, "CAD":87, "KPH":16.632, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4036, "KM":17.0357, "WATTS":287, "CAD":84, "KPH":16.1784, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4037, "KM":17.0401, "WATTS":293, "CAD":83, "KPH":16.11, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4038, "KM":17.0445, "WATTS":256, "CAD":81, "KPH":15.7464, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4039, "KM":17.0489, "WATTS":268, "CAD":81, "KPH":15.6816, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4040, "KM":17.0533, "WATTS":264, "CAD":81, "KPH":15.876, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4041, "KM":17.0576, "WATTS":273, "CAD":81, "KPH":15.6816, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4042, "KM":17.062, "WATTS":265, "CAD":80, "KPH":15.5844, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4043, "KM":17.0663, "WATTS":270, "CAD":80, "KPH":15.552, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4044, "KM":17.0706, "WATTS":264, "CAD":80, "KPH":15.4908, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4045, "KM":17.0749, "WATTS":252, "CAD":80, "KPH":15.5844, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4046, "KM":17.0791, "WATTS":235, "CAD":79, "KPH":15.2424, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4047, "KM":17.0834, "WATTS":236, "CAD":78, "KPH":15.3036, "ALT":98.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4048, "KM":17.0876, "WATTS":212, "CAD":78, "KPH":15.0336, "ALT":98.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4049, "KM":17.0917, "WATTS":219, "CAD":77, "KPH":14.8896, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4050, "KM":17.0958, "WATTS":218, "CAD":76, "KPH":14.6052, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4051, "KM":17.0998, "WATTS":222, "CAD":75, "KPH":14.4396, "ALT":100.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4052, "KM":17.1038, "WATTS":221, "CAD":74, "KPH":14.3856, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4053, "KM":17.1077, "WATTS":226, "CAD":73, "KPH":14.2272, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4054, "KM":17.1117, "WATTS":226, "CAD":73, "KPH":14.094, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4055, "KM":17.1156, "WATTS":228, "CAD":73, "KPH":14.1732, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4056, "KM":17.1195, "WATTS":182, "CAD":74, "KPH":14.148, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4057, "KM":17.1234, "WATTS":157, "CAD":73, "KPH":13.842, "ALT":100.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4058, "KM":17.1271, "WATTS":115, "CAD":71, "KPH":13.3128, "ALT":101, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4059, "KM":17.1308, "WATTS":197, "CAD":68, "KPH":13.3128, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4060, "KM":17.1345, "WATTS":203, "CAD":68, "KPH":13.572, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4061, "KM":17.1383, "WATTS":188, "CAD":69, "KPH":13.6908, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4062, "KM":17.142, "WATTS":149, "CAD":69, "KPH":13.3596, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4063, "KM":17.1457, "WATTS":140, "CAD":68, "KPH":13.086, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4064, "KM":17.1492, "WATTS":124, "CAD":67, "KPH":12.8664, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4065, "KM":17.1528, "WATTS":111, "CAD":66, "KPH":12.6108, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4066, "KM":17.1561, "WATTS":88, "CAD":63, "KPH":11.8692, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":4067, "KM":17.1593, "WATTS":72, "CAD":61, "KPH":11.6712, "ALT":102.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4068, "KM":17.1624, "WATTS":73, "CAD":59, "KPH":11.1132, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4069, "KM":17.1654, "WATTS":74, "CAD":57, "KPH":10.7244, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4070, "KM":17.1684, "WATTS":96, "CAD":55, "KPH":11.016, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":4071, "KM":17.1714, "WATTS":49, "CAD":55, "KPH":10.7388, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4072, "KM":17.1744, "WATTS":49, "CAD":55, "KPH":10.62, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4073, "KM":17.1771, "WATTS":26, "CAD":53, "KPH":9.8676, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":4074, "KM":17.1797, "WATTS":21, "CAD":50, "KPH":9.3492, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4075, "KM":17.1821, "WATTS":21, "CAD":50, "KPH":8.7228, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4076, "KM":17.1844, "WATTS":7, "CAD":44, "KPH":8.1648, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4077, "KM":17.1865, "WATTS":2, "CAD":39, "KPH":7.7148, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4078, "KM":17.1886, "WATTS":2, "CAD":38, "KPH":7.38, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4079, "KM":17.1905, "WATTS":2, "CAD":38, "KPH":7.0416, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4080, "KM":17.1924, "WATTS":5, "CAD":35, "KPH":6.7968, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4081, "KM":17.1944, "WATTS":5, "CAD":35, "KPH":6.9948, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4082, "KM":17.1964, "WATTS":24, "CAD":36, "KPH":7.29, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":4083, "KM":17.1985, "WATTS":24, "CAD":36, "KPH":7.6284, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":4084, "KM":17.2007, "WATTS":24, "CAD":36, "KPH":7.8084, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":4085, "KM":17.2028, "WATTS":0, "CAD":0, "KPH":7.6464, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4086, "KM":17.205, "WATTS":0, "CAD":0, "KPH":7.8408, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4087, "KM":17.2072, "WATTS":0, "CAD":0, "KPH":8.064, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4088, "KM":17.2094, "WATTS":0, "CAD":0, "KPH":7.7076, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4089, "KM":17.2113, "WATTS":0, "CAD":0, "KPH":6.9084, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4090, "KM":17.2131, "WATTS":0, "CAD":0, "KPH":6.516, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4091, "KM":17.2149, "WATTS":0, "CAD":0, "KPH":6.4692, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4092, "KM":17.2169, "WATTS":0, "CAD":0, "KPH":7.3584, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4093, "KM":17.2192, "WATTS":0, "CAD":0, "KPH":8.244, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4094, "KM":17.2216, "WATTS":0, "CAD":0, "KPH":8.6256, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4095, "KM":17.2239, "WATTS":0, "CAD":0, "KPH":8.316, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4096, "KM":17.2262, "WATTS":0, "CAD":0, "KPH":8.2008, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4097, "KM":17.2284, "WATTS":56, "CAD":42, "KPH":8.028, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4098, "KM":17.2307, "WATTS":55, "CAD":42, "KPH":8.1468, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4099, "KM":17.2331, "WATTS":69, "CAD":43, "KPH":8.6256, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4100, "KM":17.2355, "WATTS":69, "CAD":44, "KPH":8.8452, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4101, "KM":17.2379, "WATTS":69, "CAD":44, "KPH":8.3088, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4102, "KM":17.24, "WATTS":0, "CAD":22, "KPH":7.8156, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4103, "KM":17.2421, "WATTS":0, "CAD":0, "KPH":7.578, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4104, "KM":17.2442, "WATTS":0, "CAD":0, "KPH":7.3656, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4105, "KM":17.2462, "WATTS":0, "CAD":0, "KPH":7.4088, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4106, "KM":17.2484, "WATTS":0, "CAD":0, "KPH":7.7544, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4107, "KM":17.2508, "WATTS":0, "CAD":0, "KPH":8.6832, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4108, "KM":17.2536, "WATTS":69, "CAD":47, "KPH":10.1016, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4109, "KM":17.2565, "WATTS":69, "CAD":47, "KPH":10.4472, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4110, "KM":17.2594, "WATTS":69, "CAD":47, "KPH":10.5336, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4111, "KM":17.2625, "WATTS":0, "CAD":0, "KPH":11.0808, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4112, "KM":17.2657, "WATTS":0, "CAD":0, "KPH":11.4444, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4113, "KM":17.2691, "WATTS":0, "CAD":0, "KPH":12.1896, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4114, "KM":17.2727, "WATTS":0, "CAD":0, "KPH":13.1976, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4115, "KM":17.2767, "WATTS":0, "CAD":0, "KPH":14.3856, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4116, "KM":17.2807, "WATTS":0, "CAD":0, "KPH":14.1732, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4117, "KM":17.2844, "WATTS":0, "CAD":0, "KPH":13.3128, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4118, "KM":17.2874, "WATTS":0, "CAD":0, "KPH":11.0016, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4119, "KM":17.29, "WATTS":0, "CAD":0, "KPH":9.2952, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4120, "KM":17.2921, "WATTS":0, "CAD":0, "KPH":7.7076, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4121, "KM":17.2943, "WATTS":0, "CAD":0, "KPH":7.8156, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4122, "KM":17.2966, "WATTS":0, "CAD":0, "KPH":8.2008, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4123, "KM":17.2989, "WATTS":0, "CAD":0, "KPH":8.3808, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4124, "KM":17.3014, "WATTS":152, "CAD":46, "KPH":9.0324, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4125, "KM":17.304, "WATTS":139, "CAD":46, "KPH":9.3276, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4126, "KM":17.3066, "WATTS":88, "CAD":47, "KPH":9.3852, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4127, "KM":17.3092, "WATTS":88, "CAD":48, "KPH":9.216, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":4128, "KM":17.3117, "WATTS":84, "CAD":47, "KPH":9.1296, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":4129, "KM":17.3142, "WATTS":85, "CAD":46, "KPH":8.9172, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":4130, "KM":17.3166, "WATTS":70, "CAD":46, "KPH":8.7732, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":4131, "KM":17.319, "WATTS":70, "CAD":46, "KPH":8.6148, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4132, "KM":17.3215, "WATTS":76, "CAD":44, "KPH":8.7048, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4133, "KM":17.3239, "WATTS":108, "CAD":46, "KPH":8.946, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4134, "KM":17.3267, "WATTS":93, "CAD":48, "KPH":9.792, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4135, "KM":17.3294, "WATTS":65, "CAD":50, "KPH":9.918, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4136, "KM":17.3321, "WATTS":65, "CAD":51, "KPH":9.756, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4137, "KM":17.3347, "WATTS":31, "CAD":49, "KPH":9.3492, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":4138, "KM":17.3373, "WATTS":50, "CAD":47, "KPH":9.2376, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4139, "KM":17.3397, "WATTS":18, "CAD":46, "KPH":8.6256, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":4140, "KM":17.342, "WATTS":18, "CAD":45, "KPH":8.298, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":68 }, + { "SECS":4141, "KM":17.3442, "WATTS":12, "CAD":42, "KPH":8.0136, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":4142, "KM":17.3464, "WATTS":7, "CAD":41, "KPH":7.7616, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":4143, "KM":17.3485, "WATTS":7, "CAD":40, "KPH":7.7832, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":74 }, + { "SECS":4144, "KM":17.3507, "WATTS":9, "CAD":39, "KPH":7.6284, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":95 }, + { "SECS":4145, "KM":17.3529, "WATTS":16, "CAD":40, "KPH":7.9956, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":36 }, + { "SECS":4146, "KM":17.3553, "WATTS":40, "CAD":43, "KPH":8.6544, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":36 }, + { "SECS":4147, "KM":17.358, "WATTS":40, "CAD":45, "KPH":9.882, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4148, "KM":17.3609, "WATTS":87, "CAD":50, "KPH":10.5192, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4149, "KM":17.3641, "WATTS":54, "CAD":52, "KPH":11.5308, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4150, "KM":17.3675, "WATTS":66, "CAD":50, "KPH":12.132, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4151, "KM":17.3711, "WATTS":28, "CAD":47, "KPH":12.8232, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":92 }, + { "SECS":4152, "KM":17.3749, "WATTS":58, "CAD":44, "KPH":13.6692, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":92 }, + { "SECS":4153, "KM":17.379, "WATTS":58, "CAD":43, "KPH":14.9472, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":4154, "KM":17.3836, "WATTS":79, "CAD":48, "KPH":16.4196, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4155, "KM":17.3885, "WATTS":77, "CAD":52, "KPH":17.7912, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4156, "KM":17.3939, "WATTS":27, "CAD":51, "KPH":19.3644, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":93 }, + { "SECS":4157, "KM":17.3996, "WATTS":54, "CAD":51, "KPH":20.34, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4158, "KM":17.4058, "WATTS":52, "CAD":54, "KPH":22.4856, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4159, "KM":17.4125, "WATTS":52, "CAD":56, "KPH":23.9616, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":4160, "KM":17.4196, "WATTS":42, "CAD":62, "KPH":25.8156, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4161, "KM":17.4271, "WATTS":21, "CAD":63, "KPH":27, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":86 }, + { "SECS":4162, "KM":17.4352, "WATTS":48, "CAD":65, "KPH":28.8252, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4163, "KM":17.4435, "WATTS":39, "CAD":69, "KPH":30.1896, "ALT":104.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4164, "KM":17.4523, "WATTS":45, "CAD":73, "KPH":31.6836, "ALT":104.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4165, "KM":17.4616, "WATTS":20, "CAD":73, "KPH":33.3396, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4166, "KM":17.4712, "WATTS":5, "CAD":67, "KPH":34.5384, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4167, "KM":17.4812, "WATTS":35, "CAD":71, "KPH":36.1692, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4168, "KM":17.4917, "WATTS":2, "CAD":63, "KPH":37.7712, "ALT":102.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4169, "KM":17.5027, "WATTS":2, "CAD":52, "KPH":39.6252, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4170, "KM":17.5142, "WATTS":1, "CAD":46, "KPH":41.2236, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4171, "KM":17.526, "WATTS":1, "CAD":47, "KPH":42.3648, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4172, "KM":17.5382, "WATTS":1, "CAD":49, "KPH":44.0676, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4173, "KM":17.5508, "WATTS":1, "CAD":49, "KPH":45.3708, "ALT":99.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4174, "KM":17.5639, "WATTS":1, "CAD":47, "KPH":47.3328, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4175, "KM":17.5774, "WATTS":1, "CAD":47, "KPH":48.5316, "ALT":98.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4176, "KM":17.5912, "WATTS":1, "CAD":48, "KPH":49.7916, "ALT":97.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4177, "KM":17.6053, "WATTS":1, "CAD":50, "KPH":50.6124, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4178, "KM":17.6193, "WATTS":1, "CAD":50, "KPH":50.4468, "ALT":95.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4179, "KM":17.6331, "WATTS":1, "CAD":49, "KPH":49.6296, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4180, "KM":17.6465, "WATTS":1, "CAD":49, "KPH":48.2256, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4181, "KM":17.6596, "WATTS":1, "CAD":48, "KPH":47.0412, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4182, "KM":17.6721, "WATTS":1, "CAD":45, "KPH":45.2376, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4183, "KM":17.6842, "WATTS":1, "CAD":45, "KPH":43.5672, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4184, "KM":17.6959, "WATTS":1, "CAD":45, "KPH":42.1308, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4185, "KM":17.7072, "WATTS":1, "CAD":45, "KPH":40.5684, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4186, "KM":17.7179, "WATTS":1, "CAD":44, "KPH":38.5308, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4187, "KM":17.7281, "WATTS":1, "CAD":44, "KPH":36.5112, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4188, "KM":17.7376, "WATTS":1, "CAD":44, "KPH":34.3836, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4189, "KM":17.7465, "WATTS":1, "CAD":46, "KPH":31.95, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":62 }, + { "SECS":4190, "KM":17.7548, "WATTS":68, "CAD":62, "KPH":29.8368, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":7 }, + { "SECS":4191, "KM":17.7624, "WATTS":47, "CAD":74, "KPH":27.4824, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":4192, "KM":17.7694, "WATTS":27, "CAD":79, "KPH":25.3044, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":29 }, + { "SECS":4193, "KM":17.776, "WATTS":73, "CAD":84, "KPH":23.5188, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":4194, "KM":17.7818, "WATTS":36, "CAD":79, "KPH":20.8944, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4195, "KM":17.7869, "WATTS":94, "CAD":80, "KPH":18.522, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4196, "KM":17.7916, "WATTS":112, "CAD":78, "KPH":17.0028, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4197, "KM":17.7959, "WATTS":159, "CAD":69, "KPH":15.4584, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4198, "KM":17.7999, "WATTS":139, "CAD":64, "KPH":14.1228, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4199, "KM":17.8034, "WATTS":139, "CAD":60, "KPH":12.5892, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4200, "KM":17.8067, "WATTS":136, "CAD":54, "KPH":12.0564, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":4201, "KM":17.8097, "WATTS":136, "CAD":51, "KPH":10.7532, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":4202, "KM":17.8124, "WATTS":106, "CAD":46, "KPH":9.9072, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4203, "KM":17.815, "WATTS":106, "CAD":43, "KPH":9.2592, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4204, "KM":17.8173, "WATTS":85, "CAD":38, "KPH":8.2188, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":4205, "KM":17.8203, "WATTS":96, "CAD":37, "KPH":10.6956, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":4206, "KM":17.8244, "WATTS":101, "CAD":44, "KPH":14.8896, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":4207, "KM":17.8293, "WATTS":37, "CAD":58, "KPH":17.4672, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4208, "KM":17.8346, "WATTS":66, "CAD":57, "KPH":19.3644, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4209, "KM":17.8408, "WATTS":71, "CAD":61, "KPH":22.0968, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":34 }, + { "SECS":4210, "KM":17.8478, "WATTS":79, "CAD":70, "KPH":25.3908, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4211, "KM":17.8554, "WATTS":20, "CAD":66, "KPH":27.0936, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":21 }, + { "SECS":4212, "KM":17.8637, "WATTS":101, "CAD":62, "KPH":30.0708, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4213, "KM":17.8727, "WATTS":101, "CAD":67, "KPH":32.2164, "ALT":97, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4214, "KM":17.882, "WATTS":95, "CAD":73, "KPH":33.7788, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4215, "KM":17.892, "WATTS":101, "CAD":78, "KPH":36, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4216, "KM":17.9024, "WATTS":102, "CAD":81, "KPH":37.404, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4217, "KM":17.9131, "WATTS":99, "CAD":85, "KPH":38.5308, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4218, "KM":17.9241, "WATTS":94, "CAD":87, "KPH":39.3228, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4219, "KM":17.9352, "WATTS":142, "CAD":89, "KPH":40.1436, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4220, "KM":17.9465, "WATTS":120, "CAD":91, "KPH":40.5684, "ALT":93.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4221, "KM":17.9578, "WATTS":100, "CAD":92, "KPH":40.7844, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4222, "KM":17.9691, "WATTS":114, "CAD":92, "KPH":40.8564, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4223, "KM":17.9805, "WATTS":114, "CAD":93, "KPH":40.7844, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4224, "KM":17.9917, "WATTS":118, "CAD":93, "KPH":40.5684, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4225, "KM":18.003, "WATTS":135, "CAD":92, "KPH":40.5684, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4226, "KM":18.0141, "WATTS":157, "CAD":92, "KPH":39.9348, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4227, "KM":18.025, "WATTS":143, "CAD":90, "KPH":39.1212, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4228, "KM":18.0356, "WATTS":162, "CAD":88, "KPH":38.1492, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4229, "KM":18.0456, "WATTS":90, "CAD":85, "KPH":36.1692, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4230, "KM":18.0549, "WATTS":3, "CAD":84, "KPH":33.4836, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":78 }, + { "SECS":4231, "KM":18.0637, "WATTS":190, "CAD":100, "KPH":31.554, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4232, "KM":18.0718, "WATTS":196, "CAD":95, "KPH":29.0448, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4233, "KM":18.0791, "WATTS":97, "CAD":91, "KPH":26.532, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":4234, "KM":18.086, "WATTS":226, "CAD":91, "KPH":24.894, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4235, "KM":18.0926, "WATTS":203, "CAD":89, "KPH":23.5944, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":4236, "KM":18.0987, "WATTS":245, "CAD":96, "KPH":21.906, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":30 }, + { "SECS":4237, "KM":18.1044, "WATTS":249, "CAD":94, "KPH":20.7252, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4238, "KM":18.11, "WATTS":289, "CAD":89, "KPH":20.124, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4239, "KM":18.1154, "WATTS":300, "CAD":86, "KPH":19.314, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4240, "KM":18.1204, "WATTS":198, "CAD":85, "KPH":17.9136, "ALT":95, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":69 }, + { "SECS":4241, "KM":18.1252, "WATTS":251, "CAD":90, "KPH":17.3088, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4242, "KM":18.1298, "WATTS":251, "CAD":87, "KPH":16.56, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4243, "KM":18.1343, "WATTS":250, "CAD":85, "KPH":16.3836, "ALT":96.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4244, "KM":18.1388, "WATTS":248, "CAD":83, "KPH":16.1784, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4245, "KM":18.1432, "WATTS":256, "CAD":83, "KPH":15.7464, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4246, "KM":18.1475, "WATTS":253, "CAD":80, "KPH":15.4908, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4247, "KM":18.1518, "WATTS":253, "CAD":79, "KPH":15.3972, "ALT":98.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4248, "KM":18.156, "WATTS":256, "CAD":79, "KPH":15.2424, "ALT":99, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4249, "KM":18.1603, "WATTS":259, "CAD":78, "KPH":15.3036, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4250, "KM":18.1645, "WATTS":236, "CAD":79, "KPH":15.2136, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4251, "KM":18.1687, "WATTS":221, "CAD":78, "KPH":15.066, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4252, "KM":18.1729, "WATTS":236, "CAD":77, "KPH":15.066, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4253, "KM":18.177, "WATTS":242, "CAD":77, "KPH":14.9472, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":4254, "KM":18.1812, "WATTS":251, "CAD":77, "KPH":15.0336, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4255, "KM":18.1853, "WATTS":235, "CAD":77, "KPH":14.7744, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4256, "KM":18.1894, "WATTS":193, "CAD":75, "KPH":14.634, "ALT":99.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4257, "KM":18.1932, "WATTS":187, "CAD":73, "KPH":13.9428, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4258, "KM":18.197, "WATTS":206, "CAD":71, "KPH":13.6908, "ALT":100.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4259, "KM":18.2009, "WATTS":223, "CAD":70, "KPH":13.8168, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4260, "KM":18.2048, "WATTS":231, "CAD":71, "KPH":14.0436, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4261, "KM":18.2086, "WATTS":178, "CAD":71, "KPH":13.8924, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4262, "KM":18.2125, "WATTS":166, "CAD":71, "KPH":13.9176, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4263, "KM":18.2163, "WATTS":171, "CAD":71, "KPH":13.7412, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4264, "KM":18.2201, "WATTS":165, "CAD":70, "KPH":13.5216, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4265, "KM":18.2237, "WATTS":147, "CAD":69, "KPH":13.1292, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4266, "KM":18.2273, "WATTS":154, "CAD":67, "KPH":12.996, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":45 }, + { "SECS":4267, "KM":18.2308, "WATTS":143, "CAD":66, "KPH":12.528, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4268, "KM":18.2341, "WATTS":110, "CAD":64, "KPH":12.0384, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4269, "KM":18.2374, "WATTS":105, "CAD":62, "KPH":11.8332, "ALT":101.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4270, "KM":18.2406, "WATTS":112, "CAD":60, "KPH":11.4804, "ALT":102.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4271, "KM":18.2438, "WATTS":108, "CAD":59, "KPH":11.3436, "ALT":102.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4272, "KM":18.2469, "WATTS":83, "CAD":58, "KPH":11.1276, "ALT":103.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4273, "KM":18.25, "WATTS":69, "CAD":57, "KPH":10.7388, "ALT":103.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4274, "KM":18.2527, "WATTS":65, "CAD":54, "KPH":10.3068, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4275, "KM":18.2555, "WATTS":63, "CAD":53, "KPH":10.116, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":59 }, + { "SECS":4276, "KM":18.2582, "WATTS":27, "CAD":51, "KPH":9.6192, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4277, "KM":18.2608, "WATTS":67, "CAD":49, "KPH":9.4428, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4278, "KM":18.2635, "WATTS":67, "CAD":48, "KPH":9.5976, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":42 }, + { "SECS":4279, "KM":18.266, "WATTS":58, "CAD":49, "KPH":9.1944, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":61 }, + { "SECS":4280, "KM":18.2685, "WATTS":20, "CAD":46, "KPH":8.7048, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":4281, "KM":18.2708, "WATTS":15, "CAD":45, "KPH":8.4456, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":65 }, + { "SECS":4282, "KM":18.2731, "WATTS":15, "CAD":43, "KPH":8.1936, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4283, "KM":18.2753, "WATTS":16, "CAD":42, "KPH":8.1396, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":4284, "KM":18.2776, "WATTS":15, "CAD":41, "KPH":8.028, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4285, "KM":18.2799, "WATTS":15, "CAD":41, "KPH":8.5572, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4286, "KM":18.2825, "WATTS":24, "CAD":43, "KPH":9.27, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4287, "KM":18.2852, "WATTS":49, "CAD":47, "KPH":9.7056, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4288, "KM":18.2883, "WATTS":78, "CAD":52, "KPH":11.16, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":4289, "KM":18.2915, "WATTS":65, "CAD":54, "KPH":11.5812, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":64 }, + { "SECS":4290, "KM":18.2951, "WATTS":101, "CAD":54, "KPH":12.9528, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4291, "KM":18.2991, "WATTS":83, "CAD":56, "KPH":14.148, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4292, "KM":18.3033, "WATTS":83, "CAD":61, "KPH":15.1848, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":4293, "KM":18.3077, "WATTS":36, "CAD":61, "KPH":16.074, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":8 }, + { "SECS":4294, "KM":18.3127, "WATTS":79, "CAD":59, "KPH":17.9136, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":58 }, + { "SECS":4295, "KM":18.318, "WATTS":86, "CAD":61, "KPH":19.1232, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":56 }, + { "SECS":4296, "KM":18.3237, "WATTS":22, "CAD":61, "KPH":20.286, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":87 }, + { "SECS":4297, "KM":18.3296, "WATTS":32, "CAD":55, "KPH":21.2976, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":14 }, + { "SECS":4298, "KM":18.3361, "WATTS":61, "CAD":54, "KPH":23.3064, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":14 }, + { "SECS":4299, "KM":18.343, "WATTS":66, "CAD":57, "KPH":24.8148, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4300, "KM":18.3504, "WATTS":127, "CAD":59, "KPH":26.6256, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":16 }, + { "SECS":4301, "KM":18.3583, "WATTS":112, "CAD":64, "KPH":28.7172, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4302, "KM":18.3668, "WATTS":106, "CAD":69, "KPH":30.5496, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":57 }, + { "SECS":4303, "KM":18.3757, "WATTS":84, "CAD":73, "KPH":31.95, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":55 }, + { "SECS":4304, "KM":18.385, "WATTS":73, "CAD":77, "KPH":33.6312, "ALT":104, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":4305, "KM":18.3947, "WATTS":24, "CAD":65, "KPH":34.8516, "ALT":103.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4306, "KM":18.4048, "WATTS":1, "CAD":49, "KPH":36.2556, "ALT":103, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4307, "KM":18.4153, "WATTS":1, "CAD":46, "KPH":37.8648, "ALT":102.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4308, "KM":18.4263, "WATTS":1, "CAD":44, "KPH":39.4236, "ALT":102, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4309, "KM":18.4377, "WATTS":1, "CAD":44, "KPH":41.004, "ALT":101.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4310, "KM":18.4497, "WATTS":1, "CAD":48, "KPH":43.3188, "ALT":100.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4311, "KM":18.462, "WATTS":1, "CAD":50, "KPH":44.3232, "ALT":99.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4312, "KM":18.4746, "WATTS":1, "CAD":48, "KPH":45.504, "ALT":99.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4313, "KM":18.4877, "WATTS":1, "CAD":46, "KPH":46.8972, "ALT":98.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4314, "KM":18.5013, "WATTS":1, "CAD":48, "KPH":49.1508, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4315, "KM":18.5152, "WATTS":1, "CAD":50, "KPH":50.1156, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4316, "KM":18.5294, "WATTS":2, "CAD":52, "KPH":50.9472, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4317, "KM":18.5435, "WATTS":2, "CAD":52, "KPH":50.778, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4318, "KM":18.5575, "WATTS":1, "CAD":52, "KPH":50.2812, "ALT":94.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4319, "KM":18.571, "WATTS":1, "CAD":55, "KPH":48.8376, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4320, "KM":18.5843, "WATTS":1, "CAD":55, "KPH":47.7756, "ALT":93.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4321, "KM":18.5972, "WATTS":2, "CAD":54, "KPH":46.332, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4322, "KM":18.6096, "WATTS":2, "CAD":55, "KPH":44.8416, "ALT":92.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4323, "KM":18.6216, "WATTS":1, "CAD":52, "KPH":43.0776, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4324, "KM":18.633, "WATTS":1, "CAD":50, "KPH":41.2236, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4325, "KM":18.6441, "WATTS":1, "CAD":53, "KPH":39.7296, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4326, "KM":18.6546, "WATTS":2, "CAD":54, "KPH":37.7712, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4327, "KM":18.6646, "WATTS":2, "CAD":56, "KPH":36, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4328, "KM":18.6737, "WATTS":1, "CAD":56, "KPH":32.7672, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4329, "KM":18.6819, "WATTS":1, "CAD":56, "KPH":29.6064, "ALT":91.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4330, "KM":18.6896, "WATTS":2, "CAD":55, "KPH":27.6804, "ALT":92, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4331, "KM":18.6965, "WATTS":44, "CAD":58, "KPH":25.0596, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4332, "KM":18.7029, "WATTS":27, "CAD":66, "KPH":22.9572, "ALT":93, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":84 }, + { "SECS":4333, "KM":18.7086, "WATTS":91, "CAD":75, "KPH":20.502, "ALT":93.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4334, "KM":18.7138, "WATTS":47, "CAD":70, "KPH":18.702, "ALT":94, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":79 }, + { "SECS":4335, "KM":18.7186, "WATTS":86, "CAD":73, "KPH":17.3088, "ALT":94.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":33 }, + { "SECS":4336, "KM":18.7228, "WATTS":105, "CAD":66, "KPH":15.2136, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4337, "KM":18.7267, "WATTS":142, "CAD":63, "KPH":13.7916, "ALT":95.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":32 }, + { "SECS":4338, "KM":18.73, "WATTS":102, "CAD":59, "KPH":11.9808, "ALT":96, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4339, "KM":18.7332, "WATTS":102, "CAD":58, "KPH":11.4948, "ALT":96, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":37 }, + { "SECS":4340, "KM":18.7361, "WATTS":163, "CAD":54, "KPH":10.6344, "ALT":96.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4341, "KM":18.7388, "WATTS":141, "CAD":50, "KPH":9.6336, "ALT":96.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":4342, "KM":18.7412, "WATTS":85, "CAD":44, "KPH":8.5464, "ALT":97.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4343, "KM":18.7435, "WATTS":85, "CAD":42, "KPH":8.4528, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4344, "KM":18.7458, "WATTS":122, "CAD":39, "KPH":8.1468, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":54 }, + { "SECS":4345, "KM":18.7489, "WATTS":115, "CAD":42, "KPH":10.9836, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":72 }, + { "SECS":4346, "KM":18.7524, "WATTS":46, "CAD":48, "KPH":12.9312, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":92 }, + { "SECS":4347, "KM":18.7568, "WATTS":57, "CAD":56, "KPH":15.7464, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":4348, "KM":18.7621, "WATTS":44, "CAD":59, "KPH":19.0728, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":60 }, + { "SECS":4349, "KM":18.7682, "WATTS":63, "CAD":65, "KPH":21.7836, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4350, "KM":18.7751, "WATTS":43, "CAD":66, "KPH":24.8148, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4351, "KM":18.7825, "WATTS":45, "CAD":61, "KPH":26.9028, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":11 }, + { "SECS":4352, "KM":18.7907, "WATTS":79, "CAD":64, "KPH":29.4912, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4353, "KM":18.7995, "WATTS":60, "CAD":72, "KPH":31.4244, "ALT":98, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4354, "KM":18.8086, "WATTS":70, "CAD":76, "KPH":32.7672, "ALT":97.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4355, "KM":18.8182, "WATTS":70, "CAD":80, "KPH":34.8516, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4356, "KM":18.8283, "WATTS":85, "CAD":85, "KPH":36.2556, "ALT":96.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4357, "KM":18.8388, "WATTS":84, "CAD":88, "KPH":37.5876, "ALT":96.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4358, "KM":18.8494, "WATTS":79, "CAD":91, "KPH":38.1492, "ALT":95.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4359, "KM":18.8601, "WATTS":33, "CAD":83, "KPH":38.8224, "ALT":95.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4360, "KM":18.871, "WATTS":3, "CAD":69, "KPH":38.9232, "ALT":94.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":96 }, + { "SECS":4361, "KM":18.8819, "WATTS":95, "CAD":74, "KPH":39.3228, "ALT":94.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":31 }, + { "SECS":4362, "KM":18.8929, "WATTS":97, "CAD":77, "KPH":39.7296, "ALT":93.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4363, "KM":18.9039, "WATTS":82, "CAD":78, "KPH":39.5244, "ALT":93.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4364, "KM":18.9149, "WATTS":80, "CAD":78, "KPH":39.6252, "ALT":93.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4365, "KM":18.9258, "WATTS":49, "CAD":79, "KPH":39.1212, "ALT":92.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4366, "KM":18.9365, "WATTS":74, "CAD":93, "KPH":38.7252, "ALT":92.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":44 }, + { "SECS":4367, "KM":18.9469, "WATTS":59, "CAD":101, "KPH":37.404, "ALT":92, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4368, "KM":18.9569, "WATTS":166, "CAD":98, "KPH":36, "ALT":91.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4369, "KM":18.9667, "WATTS":201, "CAD":96, "KPH":35.172, "ALT":91, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":43 }, + { "SECS":4370, "KM":18.9759, "WATTS":189, "CAD":92, "KPH":33.3396, "ALT":91, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4371, "KM":18.9847, "WATTS":137, "CAD":92, "KPH":31.4244, "ALT":91, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":68 }, + { "SECS":4372, "KM":18.9928, "WATTS":148, "CAD":97, "KPH":29.1564, "ALT":91, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":75 }, + { "SECS":4373, "KM":19.0003, "WATTS":226, "CAD":98, "KPH":27, "ALT":91.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":41 }, + { "SECS":4374, "KM":19.0074, "WATTS":245, "CAD":93, "KPH":25.56, "ALT":92, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4375, "KM":19.014, "WATTS":116, "CAD":95, "KPH":23.814, "ALT":92.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":70 }, + { "SECS":4376, "KM":19.0203, "WATTS":207, "CAD":100, "KPH":22.8888, "ALT":92.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":43 }, + { "SECS":4377, "KM":19.0263, "WATTS":265, "CAD":95, "KPH":21.2976, "ALT":93.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4378, "KM":19.0319, "WATTS":275, "CAD":90, "KPH":20.232, "ALT":93.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4379, "KM":19.0373, "WATTS":305, "CAD":86, "KPH":19.71, "ALT":94.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4380, "KM":19.0427, "WATTS":322, "CAD":84, "KPH":19.17, "ALT":94.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4381, "KM":19.0478, "WATTS":192, "CAD":82, "KPH":18.5652, "ALT":95.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4382, "KM":19.0526, "WATTS":248, "CAD":85, "KPH":17.1144, "ALT":95.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":44 }, + { "SECS":4383, "KM":19.0572, "WATTS":266, "CAD":87, "KPH":16.524, "ALT":95.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4384, "KM":19.0617, "WATTS":258, "CAD":84, "KPH":16.2468, "ALT":96.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4385, "KM":19.0662, "WATTS":268, "CAD":84, "KPH":16.2792, "ALT":96.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4386, "KM":19.0707, "WATTS":273, "CAD":83, "KPH":16.0416, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4387, "KM":19.0752, "WATTS":319, "CAD":83, "KPH":16.3836, "ALT":97.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4388, "KM":19.0799, "WATTS":338, "CAD":84, "KPH":16.668, "ALT":98, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4389, "KM":19.0846, "WATTS":355, "CAD":86, "KPH":17.154, "ALT":98, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4390, "KM":19.0895, "WATTS":324, "CAD":89, "KPH":17.6256, "ALT":98, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4391, "KM":19.0944, "WATTS":323, "CAD":91, "KPH":17.7084, "ALT":98.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4392, "KM":19.0994, "WATTS":277, "CAD":91, "KPH":17.8308, "ALT":99.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4393, "KM":19.1043, "WATTS":261, "CAD":91, "KPH":17.6256, "ALT":100, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4394, "KM":19.1091, "WATTS":281, "CAD":90, "KPH":17.4276, "ALT":100.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4395, "KM":19.1139, "WATTS":266, "CAD":89, "KPH":17.388, "ALT":100.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4396, "KM":19.1188, "WATTS":290, "CAD":89, "KPH":17.3088, "ALT":100.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4397, "KM":19.1235, "WATTS":283, "CAD":88, "KPH":17.1144, "ALT":100.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4398, "KM":19.1283, "WATTS":266, "CAD":87, "KPH":17.0388, "ALT":101.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4399, "KM":19.133, "WATTS":225, "CAD":87, "KPH":16.9272, "ALT":101.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4400, "KM":19.1377, "WATTS":239, "CAD":87, "KPH":17.0028, "ALT":102.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4401, "KM":19.1424, "WATTS":198, "CAD":88, "KPH":17.0028, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4402, "KM":19.1471, "WATTS":185, "CAD":87, "KPH":16.7796, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4403, "KM":19.1516, "WATTS":144, "CAD":85, "KPH":16.1784, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4404, "KM":19.1557, "WATTS":153, "CAD":80, "KPH":14.832, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4405, "KM":19.1597, "WATTS":151, "CAD":76, "KPH":14.3856, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4406, "KM":19.1636, "WATTS":111, "CAD":74, "KPH":14.1228, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4407, "KM":19.1672, "WATTS":63, "CAD":71, "KPH":13.0392, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":63 }, + { "SECS":4408, "KM":19.1705, "WATTS":62, "CAD":65, "KPH":12.0168, "ALT":103, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4409, "KM":19.1738, "WATTS":67, "CAD":62, "KPH":11.7792, "ALT":103.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4410, "KM":19.1769, "WATTS":68, "CAD":59, "KPH":10.9692, "ALT":103.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4411, "KM":19.1798, "WATTS":52, "CAD":56, "KPH":10.548, "ALT":104.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4412, "KM":19.1826, "WATTS":56, "CAD":53, "KPH":10.17, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4413, "KM":19.1854, "WATTS":53, "CAD":52, "KPH":10.062, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4414, "KM":19.1881, "WATTS":29, "CAD":51, "KPH":9.6804, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4415, "KM":19.1907, "WATTS":29, "CAD":50, "KPH":9.2844, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4416, "KM":19.1932, "WATTS":32, "CAD":47, "KPH":8.9352, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4417, "KM":19.1955, "WATTS":34, "CAD":44, "KPH":8.5284, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4418, "KM":19.1979, "WATTS":28, "CAD":43, "KPH":8.3808, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4419, "KM":19.2002, "WATTS":28, "CAD":43, "KPH":8.3808, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4420, "KM":19.2026, "WATTS":37, "CAD":43, "KPH":8.6436, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":44 }, + { "SECS":4421, "KM":19.205, "WATTS":23, "CAD":44, "KPH":8.7048, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4422, "KM":19.2075, "WATTS":20, "CAD":45, "KPH":8.8236, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4423, "KM":19.21, "WATTS":20, "CAD":45, "KPH":9.306, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":67 }, + { "SECS":4424, "KM":19.2129, "WATTS":28, "CAD":50, "KPH":10.3356, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":73 }, + { "SECS":4425, "KM":19.2161, "WATTS":78, "CAD":54, "KPH":11.5812, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4426, "KM":19.2194, "WATTS":60, "CAD":54, "KPH":11.7972, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":85 }, + { "SECS":4427, "KM":19.2231, "WATTS":82, "CAD":51, "KPH":13.086, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4428, "KM":19.227, "WATTS":76, "CAD":50, "KPH":14.2524, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4429, "KM":19.2312, "WATTS":37, "CAD":52, "KPH":15.0948, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4430, "KM":19.2357, "WATTS":37, "CAD":49, "KPH":16.3476, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":83 }, + { "SECS":4431, "KM":19.2407, "WATTS":91, "CAD":47, "KPH":17.7084, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4432, "KM":19.246, "WATTS":79, "CAD":50, "KPH":19.3644, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":58 }, + { "SECS":4433, "KM":19.2517, "WATTS":54, "CAD":50, "KPH":20.394, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":26 }, + { "SECS":4434, "KM":19.2578, "WATTS":80, "CAD":49, "KPH":22.032, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":26 }, + { "SECS":4435, "KM":19.2644, "WATTS":62, "CAD":53, "KPH":23.7384, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4436, "KM":19.2715, "WATTS":62, "CAD":56, "KPH":25.3908, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":60 }, + { "SECS":4437, "KM":19.2789, "WATTS":21, "CAD":52, "KPH":26.8092, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":35 }, + { "SECS":4438, "KM":19.2869, "WATTS":86, "CAD":52, "KPH":28.7172, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4439, "KM":19.2953, "WATTS":89, "CAD":56, "KPH":30.3084, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4440, "KM":19.3042, "WATTS":98, "CAD":60, "KPH":31.95, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4441, "KM":19.3136, "WATTS":97, "CAD":63, "KPH":33.9264, "ALT":104.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4442, "KM":19.3236, "WATTS":109, "CAD":67, "KPH":35.8308, "ALT":104.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4443, "KM":19.3342, "WATTS":118, "CAD":70, "KPH":38.34, "ALT":103.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4444, "KM":19.3453, "WATTS":90, "CAD":74, "KPH":39.7296, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4445, "KM":19.3568, "WATTS":87, "CAD":78, "KPH":41.6736, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4446, "KM":19.3688, "WATTS":29, "CAD":69, "KPH":43.0776, "ALT":102, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4447, "KM":19.3812, "WATTS":2, "CAD":59, "KPH":44.5788, "ALT":101.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4448, "KM":19.3939, "WATTS":2, "CAD":54, "KPH":45.9144, "ALT":100.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4449, "KM":19.4072, "WATTS":2, "CAD":52, "KPH":47.6244, "ALT":99.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4450, "KM":19.4208, "WATTS":2, "CAD":51, "KPH":49.1508, "ALT":98.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4451, "KM":19.4347, "WATTS":2, "CAD":51, "KPH":49.9536, "ALT":98, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4452, "KM":19.4489, "WATTS":2, "CAD":52, "KPH":51.2892, "ALT":97.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4453, "KM":19.4633, "WATTS":2, "CAD":56, "KPH":51.6348, "ALT":96.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4454, "KM":19.4775, "WATTS":2, "CAD":54, "KPH":51.2892, "ALT":95.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4455, "KM":19.4916, "WATTS":1, "CAD":52, "KPH":50.4468, "ALT":94.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4456, "KM":19.5052, "WATTS":1, "CAD":50, "KPH":49.1508, "ALT":93.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4457, "KM":19.5184, "WATTS":2, "CAD":50, "KPH":47.6244, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4458, "KM":19.5312, "WATTS":2, "CAD":52, "KPH":45.9144, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4459, "KM":19.5434, "WATTS":2, "CAD":54, "KPH":44.0676, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4460, "KM":19.5552, "WATTS":2, "CAD":54, "KPH":42.3648, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4461, "KM":19.5664, "WATTS":2, "CAD":56, "KPH":40.2516, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4462, "KM":19.577, "WATTS":2, "CAD":58, "KPH":38.1492, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4463, "KM":19.587, "WATTS":2, "CAD":58, "KPH":36.1692, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4464, "KM":19.5964, "WATTS":2, "CAD":55, "KPH":33.9264, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4465, "KM":19.6053, "WATTS":2, "CAD":52, "KPH":32.0832, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4466, "KM":19.6134, "WATTS":2, "CAD":50, "KPH":29.1564, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4467, "KM":19.6207, "WATTS":5, "CAD":49, "KPH":25.992, "ALT":93, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4468, "KM":19.6273, "WATTS":18, "CAD":49, "KPH":23.9616, "ALT":93.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":95 }, + { "SECS":4469, "KM":19.6333, "WATTS":12, "CAD":56, "KPH":21.4164, "ALT":94, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":78 }, + { "SECS":4470, "KM":19.6385, "WATTS":57, "CAD":66, "KPH":18.792, "ALT":94.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":44 }, + { "SECS":4471, "KM":19.6432, "WATTS":42, "CAD":68, "KPH":16.8156, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":65 }, + { "SECS":4472, "KM":19.6473, "WATTS":90, "CAD":69, "KPH":14.9472, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":38 }, + { "SECS":4473, "KM":19.6511, "WATTS":119, "CAD":64, "KPH":13.4064, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4474, "KM":19.6546, "WATTS":128, "CAD":58, "KPH":12.6756, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":45 }, + { "SECS":4475, "KM":19.6577, "WATTS":110, "CAD":58, "KPH":11.1132, "ALT":95.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":28 }, + { "SECS":4476, "KM":19.6605, "WATTS":142, "CAD":57, "KPH":10.404, "ALT":96.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4477, "KM":19.6633, "WATTS":154, "CAD":52, "KPH":9.8676, "ALT":96.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4478, "KM":19.6659, "WATTS":154, "CAD":50, "KPH":9.6336, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":45 }, + { "SECS":4479, "KM":19.6684, "WATTS":117, "CAD":47, "KPH":8.7624, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":58 }, + { "SECS":4480, "KM":19.6707, "WATTS":132, "CAD":44, "KPH":8.2728, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4481, "KM":19.6729, "WATTS":72, "CAD":43, "KPH":7.9956, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4482, "KM":19.6762, "WATTS":45, "CAD":44, "KPH":11.8332, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":66 }, + { "SECS":4483, "KM":19.68, "WATTS":45, "CAD":54, "KPH":13.6188, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":58 }, + { "SECS":4484, "KM":19.6848, "WATTS":30, "CAD":56, "KPH":17.3088, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":97 }, + { "SECS":4485, "KM":19.6901, "WATTS":28, "CAD":55, "KPH":19.026, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":29 }, + { "SECS":4486, "KM":19.6961, "WATTS":19, "CAD":49, "KPH":21.6, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":61 }, + { "SECS":4487, "KM":19.7028, "WATTS":55, "CAD":61, "KPH":24.1128, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":24 }, + { "SECS":4488, "KM":19.71, "WATTS":39, "CAD":65, "KPH":25.992, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":87 }, + { "SECS":4489, "KM":19.718, "WATTS":76, "CAD":61, "KPH":28.9332, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":32 }, + { "SECS":4490, "KM":19.7267, "WATTS":98, "CAD":66, "KPH":31.1688, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4491, "KM":19.7358, "WATTS":86, "CAD":70, "KPH":32.8392, "ALT":97, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4492, "KM":19.7454, "WATTS":73, "CAD":74, "KPH":34.6968, "ALT":96.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4493, "KM":19.7554, "WATTS":81, "CAD":79, "KPH":36, "ALT":96.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4494, "KM":19.7658, "WATTS":87, "CAD":82, "KPH":37.2204, "ALT":95.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4495, "KM":19.7763, "WATTS":91, "CAD":84, "KPH":37.9584, "ALT":95.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4496, "KM":19.7871, "WATTS":89, "CAD":86, "KPH":38.7252, "ALT":94.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4497, "KM":19.798, "WATTS":84, "CAD":88, "KPH":39.3228, "ALT":94.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4498, "KM":19.809, "WATTS":92, "CAD":89, "KPH":39.7296, "ALT":94.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4499, "KM":19.8201, "WATTS":103, "CAD":90, "KPH":39.7296, "ALT":93.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":55 }, + { "SECS":4500, "KM":19.8311, "WATTS":101, "CAD":90, "KPH":39.7296, "ALT":93.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4501, "KM":19.8421, "WATTS":112, "CAD":90, "KPH":39.5244, "ALT":93, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4502, "KM":19.853, "WATTS":112, "CAD":90, "KPH":39.3228, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4503, "KM":19.8639, "WATTS":133, "CAD":90, "KPH":39.3228, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4504, "KM":19.8746, "WATTS":132, "CAD":89, "KPH":38.5308, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4505, "KM":19.885, "WATTS":161, "CAD":87, "KPH":37.2204, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4506, "KM":19.895, "WATTS":141, "CAD":84, "KPH":36, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4507, "KM":19.9044, "WATTS":153, "CAD":80, "KPH":33.9264, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4508, "KM":19.9133, "WATTS":143, "CAD":77, "KPH":32.0832, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4509, "KM":19.9214, "WATTS":106, "CAD":72, "KPH":29.2644, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4510, "KM":19.9288, "WATTS":28, "CAD":83, "KPH":26.3484, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4511, "KM":19.9355, "WATTS":74, "CAD":88, "KPH":24.3432, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":18 }, + { "SECS":4512, "KM":19.9418, "WATTS":143, "CAD":93, "KPH":22.4856, "ALT":93, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":45 }, + { "SECS":4513, "KM":19.9477, "WATTS":199, "CAD":87, "KPH":21.4164, "ALT":93.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4514, "KM":19.9532, "WATTS":137, "CAD":85, "KPH":19.71, "ALT":93.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":65 }, + { "SECS":4515, "KM":19.9581, "WATTS":178, "CAD":94, "KPH":17.6688, "ALT":94.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4516, "KM":19.9627, "WATTS":208, "CAD":88, "KPH":16.74, "ALT":94.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4517, "KM":19.9671, "WATTS":238, "CAD":83, "KPH":15.7464, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":47 }, + { "SECS":4518, "KM":19.9713, "WATTS":205, "CAD":80, "KPH":15.0336, "ALT":95.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":64 }, + { "SECS":4519, "KM":19.9755, "WATTS":288, "CAD":77, "KPH":14.976, "ALT":95.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4520, "KM":19.9796, "WATTS":269, "CAD":77, "KPH":14.976, "ALT":96.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4521, "KM":19.9837, "WATTS":272, "CAD":76, "KPH":14.8032, "ALT":96.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4522, "KM":19.9879, "WATTS":256, "CAD":76, "KPH":14.8032, "ALT":96.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4523, "KM":19.9919, "WATTS":227, "CAD":76, "KPH":14.688, "ALT":96.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4524, "KM":19.996, "WATTS":239, "CAD":75, "KPH":14.634, "ALT":97.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4525, "KM":19.9999, "WATTS":238, "CAD":74, "KPH":14.2524, "ALT":97.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4526, "KM":20.0039, "WATTS":235, "CAD":73, "KPH":14.1984, "ALT":98, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4527, "KM":20.0078, "WATTS":225, "CAD":72, "KPH":13.8924, "ALT":98.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4528, "KM":20.0116, "WATTS":227, "CAD":71, "KPH":13.8168, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4529, "KM":20.0155, "WATTS":224, "CAD":71, "KPH":13.9176, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4530, "KM":20.0193, "WATTS":222, "CAD":71, "KPH":13.8924, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4531, "KM":20.0231, "WATTS":212, "CAD":71, "KPH":13.7412, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4532, "KM":20.0269, "WATTS":205, "CAD":70, "KPH":13.6188, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4533, "KM":20.0307, "WATTS":192, "CAD":69, "KPH":13.428, "ALT":99.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4534, "KM":20.0344, "WATTS":197, "CAD":68, "KPH":13.3596, "ALT":99.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4535, "KM":20.038, "WATTS":196, "CAD":67, "KPH":13.176, "ALT":100.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4536, "KM":20.0416, "WATTS":190, "CAD":66, "KPH":12.8664, "ALT":100.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4537, "KM":20.0451, "WATTS":186, "CAD":66, "KPH":12.7368, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4538, "KM":20.0486, "WATTS":199, "CAD":65, "KPH":12.4884, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4539, "KM":20.052, "WATTS":200, "CAD":64, "KPH":12.4056, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4540, "KM":20.0555, "WATTS":193, "CAD":64, "KPH":12.4272, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4541, "KM":20.059, "WATTS":187, "CAD":64, "KPH":12.654, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4542, "KM":20.0626, "WATTS":170, "CAD":65, "KPH":12.7368, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4543, "KM":20.0661, "WATTS":162, "CAD":66, "KPH":12.5892, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4544, "KM":20.0695, "WATTS":147, "CAD":64, "KPH":12.4272, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4545, "KM":20.0729, "WATTS":147, "CAD":63, "KPH":12.2688, "ALT":101, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4546, "KM":20.0763, "WATTS":148, "CAD":62, "KPH":12.132, "ALT":101.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4547, "KM":20.0796, "WATTS":138, "CAD":61, "KPH":11.9628, "ALT":102, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4548, "KM":20.0828, "WATTS":133, "CAD":60, "KPH":11.5992, "ALT":102.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4549, "KM":20.086, "WATTS":121, "CAD":58, "KPH":11.4264, "ALT":102.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4550, "KM":20.0892, "WATTS":132, "CAD":58, "KPH":11.376, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4551, "KM":20.0923, "WATTS":132, "CAD":58, "KPH":11.358, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4552, "KM":20.0954, "WATTS":113, "CAD":58, "KPH":11.1132, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4553, "KM":20.0985, "WATTS":109, "CAD":57, "KPH":11.0484, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4554, "KM":20.1015, "WATTS":94, "CAD":56, "KPH":10.8468, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4555, "KM":20.1044, "WATTS":77, "CAD":55, "KPH":10.6488, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4556, "KM":20.1073, "WATTS":73, "CAD":53, "KPH":10.2636, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":50 }, + { "SECS":4557, "KM":20.1101, "WATTS":61, "CAD":52, "KPH":10.0512, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4558, "KM":20.1128, "WATTS":39, "CAD":51, "KPH":9.918, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4559, "KM":20.1155, "WATTS":58, "CAD":50, "KPH":9.6192, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4560, "KM":20.1181, "WATTS":58, "CAD":50, "KPH":9.4536, "ALT":103.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4561, "KM":20.1207, "WATTS":35, "CAD":48, "KPH":9.108, "ALT":104, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":57 }, + { "SECS":4562, "KM":20.1231, "WATTS":26, "CAD":45, "KPH":8.7948, "ALT":104.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":80 }, + { "SECS":4563, "KM":20.1254, "WATTS":11, "CAD":44, "KPH":8.3268, "ALT":104.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":80 }, + { "SECS":4564, "KM":20.1277, "WATTS":11, "CAD":42, "KPH":8.0712, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":46 }, + { "SECS":4565, "KM":20.1299, "WATTS":23, "CAD":41, "KPH":8.1144, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4566, "KM":20.1321, "WATTS":12, "CAD":41, "KPH":8.0028, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":51 }, + { "SECS":4567, "KM":20.1344, "WATTS":12, "CAD":41, "KPH":7.9884, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4568, "KM":20.1368, "WATTS":13, "CAD":42, "KPH":8.7624, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":76 }, + { "SECS":4569, "KM":20.1394, "WATTS":45, "CAD":45, "KPH":9.306, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":49 }, + { "SECS":4570, "KM":20.142, "WATTS":40, "CAD":48, "KPH":9.5148, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4571, "KM":20.1448, "WATTS":37, "CAD":49, "KPH":9.8676, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":54 }, + { "SECS":4572, "KM":20.1478, "WATTS":37, "CAD":52, "KPH":10.8144, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":40 }, + { "SECS":4573, "KM":20.1508, "WATTS":37, "CAD":52, "KPH":11.034, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":40 }, + { "SECS":4574, "KM":20.1538, "WATTS":0, "CAD":39, "KPH":10.8468, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4575, "KM":20.157, "WATTS":0, "CAD":0, "KPH":11.2248, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4576, "KM":20.1602, "WATTS":0, "CAD":0, "KPH":11.5488, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4577, "KM":20.1636, "WATTS":0, "CAD":0, "KPH":12.4668, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4578, "KM":20.1672, "WATTS":0, "CAD":0, "KPH":12.996, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4579, "KM":20.1708, "WATTS":0, "CAD":0, "KPH":12.8016, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4580, "KM":20.1739, "WATTS":0, "CAD":0, "KPH":11.178, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4581, "KM":20.1767, "WATTS":0, "CAD":0, "KPH":9.9576, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4582, "KM":20.1793, "WATTS":0, "CAD":0, "KPH":9.5472, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4583, "KM":20.1818, "WATTS":0, "CAD":0, "KPH":9.0108, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4584, "KM":20.1848, "WATTS":180, "CAD":26, "KPH":10.6776, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4585, "KM":20.1879, "WATTS":164, "CAD":53, "KPH":11.2608, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":52 }, + { "SECS":4586, "KM":20.1912, "WATTS":119, "CAD":58, "KPH":11.7252, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":53 }, + { "SECS":4587, "KM":20.1945, "WATTS":119, "CAD":60, "KPH":12.0384, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4588, "KM":20.1977, "WATTS":119, "CAD":60, "KPH":11.394, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":48 }, + { "SECS":4589, "KM":20.2006, "WATTS":0, "CAD":45, "KPH":10.6488, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4590, "KM":20.2034, "WATTS":0, "CAD":0, "KPH":10.0116, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4591, "KM":20.206, "WATTS":0, "CAD":0, "KPH":9.2376, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4592, "KM":20.2082, "WATTS":0, "CAD":0, "KPH":8.0028, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4593, "KM":20.2103, "WATTS":0, "CAD":0, "KPH":7.5456, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4594, "KM":20.2125, "WATTS":0, "CAD":0, "KPH":7.7148, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4595, "KM":20.2148, "WATTS":0, "CAD":0, "KPH":8.352, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4596, "KM":20.2169, "WATTS":0, "CAD":0, "KPH":7.524, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4597, "KM":20.2188, "WATTS":0, "CAD":0, "KPH":6.8148, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4598, "KM":20.2206, "WATTS":0, "CAD":0, "KPH":6.8148, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4599, "KM":20.2219, "WATTS":0, "CAD":0, "KPH":4.626, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4600, "KM":20.2232, "WATTS":0, "CAD":0, "KPH":4.626, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4601, "KM":20.2232, "WATTS":0, "CAD":0, "KPH":0, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4694, "KM":20.2232, "WATTS":0, "CAD":0, "KPH":5.364, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4695, "KM":20.2247, "WATTS":0, "CAD":0, "KPH":5.364, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4696, "KM":20.2262, "WATTS":0, "CAD":0, "KPH":5.2236, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4697, "KM":20.2281, "WATTS":0, "CAD":0, "KPH":7.1064, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4698, "KM":20.2305, "WATTS":0, "CAD":0, "KPH":8.4168, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4699, "KM":20.2331, "WATTS":0, "CAD":0, "KPH":9.6444, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4700, "KM":20.2361, "WATTS":0, "CAD":0, "KPH":10.6632, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4701, "KM":20.2392, "WATTS":0, "CAD":0, "KPH":11.3076, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4702, "KM":20.2425, "WATTS":0, "CAD":0, "KPH":11.7792, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4703, "KM":20.2461, "WATTS":0, "CAD":0, "KPH":13.0392, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4704, "KM":20.2501, "WATTS":0, "CAD":0, "KPH":14.1228, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4705, "KM":20.2543, "WATTS":0, "CAD":0, "KPH":15.1236, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4706, "KM":20.2588, "WATTS":2, "CAD":51, "KPH":16.2108, "ALT":105.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4707, "KM":20.2636, "WATTS":2, "CAD":51, "KPH":17.388, "ALT":104.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4708, "KM":20.2688, "WATTS":2, "CAD":51, "KPH":18.8388, "ALT":104.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4709, "KM":20.2739, "WATTS":0, "CAD":25, "KPH":18.3888, "ALT":104, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4710, "KM":20.2795, "WATTS":0, "CAD":0, "KPH":19.8144, "ALT":103.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4711, "KM":20.2854, "WATTS":0, "CAD":0, "KPH":21.4776, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4712, "KM":20.2915, "WATTS":0, "CAD":0, "KPH":21.8448, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4713, "KM":20.2976, "WATTS":0, "CAD":0, "KPH":21.906, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4714, "KM":20.3039, "WATTS":0, "CAD":0, "KPH":22.8888, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4715, "KM":20.3103, "WATTS":0, "CAD":0, "KPH":23.0256, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4716, "KM":20.3169, "WATTS":0, "CAD":0, "KPH":23.5944, "ALT":103.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4717, "KM":20.3238, "WATTS":0, "CAD":0, "KPH":25.0596, "ALT":102.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4718, "KM":20.3309, "WATTS":0, "CAD":0, "KPH":25.4736, "ALT":102.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4719, "KM":20.3379, "WATTS":0, "CAD":0, "KPH":25.3044, "ALT":101.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4720, "KM":20.3449, "WATTS":0, "CAD":0, "KPH":24.894, "ALT":101.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4721, "KM":20.3519, "WATTS":0, "CAD":0, "KPH":25.56, "ALT":100.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4722, "KM":20.3591, "WATTS":0, "CAD":0, "KPH":25.9056, "ALT":99.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4723, "KM":20.3663, "WATTS":0, "CAD":0, "KPH":25.6428, "ALT":99, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4724, "KM":20.3732, "WATTS":0, "CAD":0, "KPH":24.894, "ALT":98.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4725, "KM":20.3801, "WATTS":0, "CAD":0, "KPH":24.7356, "ALT":97.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4726, "KM":20.3869, "WATTS":0, "CAD":0, "KPH":24.6564, "ALT":97.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4727, "KM":20.3938, "WATTS":0, "CAD":0, "KPH":24.8148, "ALT":96.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4728, "KM":20.4008, "WATTS":0, "CAD":0, "KPH":25.1388, "ALT":96, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4729, "KM":20.408, "WATTS":0, "CAD":0, "KPH":25.9056, "ALT":95.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4730, "KM":20.4153, "WATTS":0, "CAD":0, "KPH":26.3484, "ALT":95.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4731, "KM":20.4227, "WATTS":0, "CAD":0, "KPH":26.7156, "ALT":95, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4732, "KM":20.4306, "WATTS":0, "CAD":0, "KPH":28.1916, "ALT":94.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4733, "KM":20.4384, "WATTS":0, "CAD":0, "KPH":28.1916, "ALT":94.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4734, "KM":20.4462, "WATTS":0, "CAD":0, "KPH":28.2924, "ALT":93.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4735, "KM":20.454, "WATTS":0, "CAD":0, "KPH":27.9828, "ALT":92.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4736, "KM":20.4619, "WATTS":0, "CAD":0, "KPH":28.2924, "ALT":91.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4737, "KM":20.4697, "WATTS":0, "CAD":0, "KPH":28.1916, "ALT":91.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4738, "KM":20.4778, "WATTS":0, "CAD":0, "KPH":29.2644, "ALT":90.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4739, "KM":20.4862, "WATTS":0, "CAD":0, "KPH":30.1896, "ALT":89.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4740, "KM":20.4944, "WATTS":0, "CAD":0, "KPH":29.4912, "ALT":89.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4741, "KM":20.5024, "WATTS":0, "CAD":0, "KPH":28.9332, "ALT":88.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4742, "KM":20.5104, "WATTS":0, "CAD":0, "KPH":28.6092, "ALT":88, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4743, "KM":20.5182, "WATTS":0, "CAD":0, "KPH":28.2924, "ALT":87.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4744, "KM":20.5261, "WATTS":0, "CAD":0, "KPH":28.0872, "ALT":86.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4745, "KM":20.5338, "WATTS":0, "CAD":0, "KPH":27.882, "ALT":86, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4746, "KM":20.5416, "WATTS":0, "CAD":0, "KPH":27.882, "ALT":85.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4747, "KM":20.5492, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":84.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4748, "KM":20.5568, "WATTS":0, "CAD":0, "KPH":27.288, "ALT":83.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4749, "KM":20.5649, "WATTS":0, "CAD":0, "KPH":29.3796, "ALT":83, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4750, "KM":20.5731, "WATTS":0, "CAD":0, "KPH":29.3796, "ALT":82.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4751, "KM":20.5812, "WATTS":0, "CAD":0, "KPH":29.1564, "ALT":81.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4752, "KM":20.5891, "WATTS":0, "CAD":0, "KPH":28.5048, "ALT":81.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4753, "KM":20.5969, "WATTS":0, "CAD":0, "KPH":28.1916, "ALT":80.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4754, "KM":20.6046, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":80, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4755, "KM":20.6122, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":79.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4756, "KM":20.6197, "WATTS":0, "CAD":0, "KPH":27.1908, "ALT":78.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4757, "KM":20.6274, "WATTS":0, "CAD":0, "KPH":27.3852, "ALT":78.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4758, "KM":20.6349, "WATTS":0, "CAD":0, "KPH":27.1908, "ALT":77.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4759, "KM":20.6425, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":76.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4760, "KM":20.6502, "WATTS":0, "CAD":0, "KPH":27.6804, "ALT":76.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4761, "KM":20.6579, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":75.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4762, "KM":20.6653, "WATTS":0, "CAD":0, "KPH":26.9028, "ALT":75, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4763, "KM":20.6725, "WATTS":0, "CAD":0, "KPH":25.7292, "ALT":74.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4764, "KM":20.6795, "WATTS":0, "CAD":0, "KPH":25.1388, "ALT":73.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4765, "KM":20.6862, "WATTS":0, "CAD":0, "KPH":24.0372, "ALT":73.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4766, "KM":20.6926, "WATTS":0, "CAD":0, "KPH":23.3064, "ALT":72.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4767, "KM":20.6991, "WATTS":0, "CAD":0, "KPH":23.3784, "ALT":72.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4768, "KM":20.7061, "WATTS":0, "CAD":0, "KPH":25.1388, "ALT":71.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4769, "KM":20.7129, "WATTS":0, "CAD":0, "KPH":24.498, "ALT":71.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4770, "KM":20.7196, "WATTS":0, "CAD":0, "KPH":23.9616, "ALT":70.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4771, "KM":20.7261, "WATTS":0, "CAD":0, "KPH":23.5944, "ALT":70.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4772, "KM":20.7328, "WATTS":0, "CAD":0, "KPH":24.264, "ALT":70.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4773, "KM":20.7398, "WATTS":0, "CAD":0, "KPH":25.1388, "ALT":70.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4774, "KM":20.7472, "WATTS":0, "CAD":0, "KPH":26.532, "ALT":70.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4775, "KM":20.7549, "WATTS":0, "CAD":0, "KPH":27.7812, "ALT":70, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4776, "KM":20.7629, "WATTS":0, "CAD":0, "KPH":28.7172, "ALT":69.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4777, "KM":20.7712, "WATTS":0, "CAD":0, "KPH":29.8368, "ALT":68.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4778, "KM":20.7797, "WATTS":0, "CAD":0, "KPH":30.5496, "ALT":68.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4779, "KM":20.7883, "WATTS":0, "CAD":0, "KPH":31.1688, "ALT":68.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4780, "KM":20.797, "WATTS":0, "CAD":0, "KPH":31.2984, "ALT":68.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4781, "KM":20.8058, "WATTS":0, "CAD":0, "KPH":31.6188, "ALT":67.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4782, "KM":20.8146, "WATTS":0, "CAD":0, "KPH":31.6836, "ALT":67.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4783, "KM":20.8233, "WATTS":0, "CAD":0, "KPH":31.1688, "ALT":67, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4784, "KM":20.8319, "WATTS":0, "CAD":0, "KPH":30.9168, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4785, "KM":20.8404, "WATTS":0, "CAD":0, "KPH":30.7944, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4786, "KM":20.849, "WATTS":0, "CAD":0, "KPH":30.9168, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4787, "KM":20.8576, "WATTS":0, "CAD":0, "KPH":30.9168, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4788, "KM":20.8661, "WATTS":0, "CAD":0, "KPH":30.672, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4789, "KM":20.8746, "WATTS":0, "CAD":0, "KPH":30.4272, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4790, "KM":20.883, "WATTS":0, "CAD":0, "KPH":30.3084, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4791, "KM":20.8914, "WATTS":0, "CAD":0, "KPH":30.1896, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4792, "KM":20.8997, "WATTS":0, "CAD":0, "KPH":29.952, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4793, "KM":20.908, "WATTS":0, "CAD":0, "KPH":29.8368, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4794, "KM":20.9162, "WATTS":0, "CAD":0, "KPH":29.6064, "ALT":66.6, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4795, "KM":20.9244, "WATTS":0, "CAD":0, "KPH":29.4912, "ALT":66.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4796, "KM":20.9326, "WATTS":0, "CAD":0, "KPH":29.2644, "ALT":65.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4797, "KM":20.9406, "WATTS":0, "CAD":0, "KPH":29.0448, "ALT":65.2, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4798, "KM":20.9487, "WATTS":0, "CAD":0, "KPH":29.0448, "ALT":64.8, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4799, "KM":20.9566, "WATTS":0, "CAD":0, "KPH":28.7172, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4800, "KM":20.9645, "WATTS":0, "CAD":0, "KPH":28.1916, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4801, "KM":20.9723, "WATTS":0, "CAD":0, "KPH":28.0872, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4802, "KM":20.98, "WATTS":0, "CAD":0, "KPH":27.7812, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4803, "KM":20.9876, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4804, "KM":20.9952, "WATTS":0, "CAD":0, "KPH":27.3852, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4805, "KM":21.0027, "WATTS":0, "CAD":0, "KPH":27.0936, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4806, "KM":21.0102, "WATTS":0, "CAD":0, "KPH":26.9028, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4807, "KM":21.0177, "WATTS":0, "CAD":0, "KPH":26.8092, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4808, "KM":21.0251, "WATTS":0, "CAD":0, "KPH":26.6256, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4809, "KM":21.0325, "WATTS":0, "CAD":0, "KPH":26.6256, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4810, "KM":21.0399, "WATTS":0, "CAD":0, "KPH":26.7156, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4811, "KM":21.0474, "WATTS":0, "CAD":0, "KPH":27, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4812, "KM":21.0548, "WATTS":0, "CAD":0, "KPH":26.8092, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4813, "KM":21.0625, "WATTS":0, "CAD":0, "KPH":27.4824, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4814, "KM":21.07, "WATTS":0, "CAD":0, "KPH":27, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4815, "KM":21.0775, "WATTS":0, "CAD":0, "KPH":26.9028, "ALT":64.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4816, "KM":21.0847, "WATTS":0, "CAD":0, "KPH":26.1684, "ALT":64.4, "LAT":0, "LON":0, "TEMP":19, "LRBALANCE":0 }, + { "SECS":4817, "KM":21.0919, "WATTS":0, "CAD":0, "KPH":25.992, "ALT":64.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4818, "KM":21.0991, "WATTS":0, "CAD":0, "KPH":25.9056, "ALT":64.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4819, "KM":21.1063, "WATTS":0, "CAD":0, "KPH":25.7292, "ALT":64.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4820, "KM":21.1134, "WATTS":0, "CAD":0, "KPH":25.7292, "ALT":64.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4821, "KM":21.1205, "WATTS":0, "CAD":0, "KPH":25.6428, "ALT":64, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4822, "KM":21.1277, "WATTS":0, "CAD":0, "KPH":25.6428, "ALT":63.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4823, "KM":21.1347, "WATTS":0, "CAD":0, "KPH":25.4736, "ALT":63.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4824, "KM":21.1418, "WATTS":0, "CAD":0, "KPH":25.56, "ALT":62.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4825, "KM":21.1489, "WATTS":0, "CAD":0, "KPH":25.56, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4826, "KM":21.156, "WATTS":0, "CAD":0, "KPH":25.56, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4827, "KM":21.1632, "WATTS":0, "CAD":0, "KPH":25.6428, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4828, "KM":21.1702, "WATTS":0, "CAD":0, "KPH":25.5168, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4829, "KM":21.1773, "WATTS":0, "CAD":0, "KPH":25.3908, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4830, "KM":21.1843, "WATTS":0, "CAD":0, "KPH":25.2216, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4831, "KM":21.1913, "WATTS":0, "CAD":0, "KPH":25.2216, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4832, "KM":21.1983, "WATTS":0, "CAD":0, "KPH":25.1388, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4833, "KM":21.2054, "WATTS":0, "CAD":0, "KPH":25.4736, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4834, "KM":21.2127, "WATTS":90, "CAD":49, "KPH":26.082, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4835, "KM":21.22, "WATTS":120, "CAD":66, "KPH":26.7156, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4836, "KM":21.2276, "WATTS":94, "CAD":69, "KPH":27.1908, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4837, "KM":21.2351, "WATTS":74, "CAD":70, "KPH":27.0936, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4838, "KM":21.2426, "WATTS":74, "CAD":70, "KPH":26.8092, "ALT":62.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4839, "KM":21.25, "WATTS":74, "CAD":70, "KPH":26.9028, "ALT":61.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":48 }, + { "SECS":4840, "KM":21.2575, "WATTS":0, "CAD":0, "KPH":26.7156, "ALT":61.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4841, "KM":21.2648, "WATTS":0, "CAD":0, "KPH":26.6256, "ALT":61, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4842, "KM":21.2722, "WATTS":0, "CAD":0, "KPH":26.3484, "ALT":60.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4843, "KM":21.2794, "WATTS":0, "CAD":0, "KPH":26.1684, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4844, "KM":21.2867, "WATTS":0, "CAD":0, "KPH":26.1684, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4845, "KM":21.294, "WATTS":0, "CAD":0, "KPH":26.3484, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4846, "KM":21.3014, "WATTS":0, "CAD":0, "KPH":26.442, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4847, "KM":21.3084, "WATTS":0, "CAD":0, "KPH":25.2216, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4848, "KM":21.3151, "WATTS":0, "CAD":0, "KPH":24.0372, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4849, "KM":21.3214, "WATTS":0, "CAD":0, "KPH":22.8888, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4850, "KM":21.3274, "WATTS":0, "CAD":0, "KPH":21.6612, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4851, "KM":21.3334, "WATTS":0, "CAD":0, "KPH":21.6, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4852, "KM":21.3394, "WATTS":0, "CAD":0, "KPH":21.5388, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4853, "KM":21.3456, "WATTS":0, "CAD":0, "KPH":22.0032, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4854, "KM":21.3519, "WATTS":105, "CAD":14, "KPH":23.0256, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4855, "KM":21.3585, "WATTS":86, "CAD":58, "KPH":23.5188, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":52 }, + { "SECS":4856, "KM":21.3651, "WATTS":86, "CAD":60, "KPH":23.886, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4857, "KM":21.3718, "WATTS":86, "CAD":60, "KPH":24.0372, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4858, "KM":21.3785, "WATTS":0, "CAD":45, "KPH":24.1884, "ALT":60, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4859, "KM":21.3852, "WATTS":0, "CAD":0, "KPH":24.1884, "ALT":59.6, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4860, "KM":21.3919, "WATTS":0, "CAD":0, "KPH":24.1128, "ALT":59.2, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4861, "KM":21.3986, "WATTS":0, "CAD":0, "KPH":24.1128, "ALT":58.8, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4862, "KM":21.4053, "WATTS":0, "CAD":0, "KPH":23.9616, "ALT":58.4, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4863, "KM":21.4119, "WATTS":0, "CAD":0, "KPH":24.0372, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4864, "KM":21.4185, "WATTS":0, "CAD":0, "KPH":23.814, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4865, "KM":21.4252, "WATTS":11, "CAD":13, "KPH":24.0372, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4866, "KM":21.432, "WATTS":11, "CAD":52, "KPH":24.264, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4867, "KM":21.4387, "WATTS":11, "CAD":52, "KPH":24.1884, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4868, "KM":21.4453, "WATTS":0, "CAD":39, "KPH":23.886, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4869, "KM":21.4518, "WATTS":0, "CAD":0, "KPH":23.2344, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4870, "KM":21.458, "WATTS":0, "CAD":0, "KPH":22.356, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4871, "KM":21.4639, "WATTS":0, "CAD":0, "KPH":21.4164, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4872, "KM":21.4698, "WATTS":0, "CAD":0, "KPH":21.006, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4873, "KM":21.4755, "WATTS":0, "CAD":0, "KPH":20.7252, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4874, "KM":21.4812, "WATTS":0, "CAD":0, "KPH":20.286, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4875, "KM":21.4867, "WATTS":0, "CAD":0, "KPH":19.8144, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4876, "KM":21.4923, "WATTS":0, "CAD":0, "KPH":20.178, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4877, "KM":21.4981, "WATTS":213, "CAD":43, "KPH":20.8368, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":51 }, + { "SECS":4878, "KM":21.5039, "WATTS":122, "CAD":62, "KPH":20.8944, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":76 }, + { "SECS":4879, "KM":21.5098, "WATTS":148, "CAD":73, "KPH":21.4776, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":39 }, + { "SECS":4880, "KM":21.5159, "WATTS":158, "CAD":74, "KPH":21.8448, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4881, "KM":21.5219, "WATTS":40, "CAD":68, "KPH":21.4776, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":100 }, + { "SECS":4882, "KM":21.5277, "WATTS":3, "CAD":57, "KPH":21.1824, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":100 }, + { "SECS":4883, "KM":21.5337, "WATTS":146, "CAD":63, "KPH":21.4776, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":100 }, + { "SECS":4884, "KM":21.5399, "WATTS":172, "CAD":76, "KPH":22.2264, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":53 }, + { "SECS":4885, "KM":21.546, "WATTS":93, "CAD":77, "KPH":22.0968, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":49 }, + { "SECS":4886, "KM":21.5521, "WATTS":107, "CAD":77, "KPH":21.906, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4887, "KM":21.5582, "WATTS":104, "CAD":76, "KPH":21.906, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":43 }, + { "SECS":4888, "KM":21.5642, "WATTS":85, "CAD":76, "KPH":21.6, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":40 }, + { "SECS":4889, "KM":21.5701, "WATTS":66, "CAD":75, "KPH":21.3588, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":4890, "KM":21.576, "WATTS":67, "CAD":74, "KPH":21.24, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":38 }, + { "SECS":4891, "KM":21.5819, "WATTS":79, "CAD":74, "KPH":21.1824, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":4892, "KM":21.5877, "WATTS":80, "CAD":74, "KPH":20.9484, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":35 }, + { "SECS":4893, "KM":21.5935, "WATTS":59, "CAD":73, "KPH":20.8944, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":4894, "KM":21.5992, "WATTS":59, "CAD":73, "KPH":20.448, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":4895, "KM":21.6047, "WATTS":59, "CAD":73, "KPH":19.8144, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":41 }, + { "SECS":4896, "KM":21.61, "WATTS":0, "CAD":0, "KPH":19.1232, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4897, "KM":21.6153, "WATTS":0, "CAD":0, "KPH":18.9792, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4898, "KM":21.6203, "WATTS":0, "CAD":0, "KPH":18.1692, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4899, "KM":21.6255, "WATTS":0, "CAD":0, "KPH":18.6552, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4900, "KM":21.6305, "WATTS":0, "CAD":0, "KPH":18.0828, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4901, "KM":21.6355, "WATTS":0, "CAD":0, "KPH":17.8308, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4902, "KM":21.6407, "WATTS":106, "CAD":32, "KPH":18.792, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4903, "KM":21.646, "WATTS":74, "CAD":65, "KPH":19.17, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":50 }, + { "SECS":4904, "KM":21.6515, "WATTS":57, "CAD":66, "KPH":19.6092, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":47 }, + { "SECS":4905, "KM":21.6569, "WATTS":51, "CAD":68, "KPH":19.6092, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4906, "KM":21.6624, "WATTS":51, "CAD":68, "KPH":19.5588, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4907, "KM":21.6678, "WATTS":51, "CAD":68, "KPH":19.3644, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":46 }, + { "SECS":4908, "KM":21.6731, "WATTS":0, "CAD":0, "KPH":19.17, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4909, "KM":21.6784, "WATTS":0, "CAD":0, "KPH":19.17, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4910, "KM":21.6837, "WATTS":0, "CAD":0, "KPH":19.1232, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4911, "KM":21.689, "WATTS":0, "CAD":0, "KPH":18.8856, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4912, "KM":21.6939, "WATTS":0, "CAD":0, "KPH":17.6688, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4913, "KM":21.6984, "WATTS":0, "CAD":0, "KPH":16.3476, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4914, "KM":21.7026, "WATTS":0, "CAD":0, "KPH":14.976, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4915, "KM":21.7064, "WATTS":0, "CAD":0, "KPH":13.7412, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4916, "KM":21.7098, "WATTS":0, "CAD":0, "KPH":12.2868, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4917, "KM":21.713, "WATTS":0, "CAD":0, "KPH":11.4804, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4918, "KM":21.7158, "WATTS":0, "CAD":0, "KPH":10.0368, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4919, "KM":21.7186, "WATTS":0, "CAD":0, "KPH":9.9828, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4920, "KM":21.7215, "WATTS":0, "CAD":0, "KPH":10.5192, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4921, "KM":21.7238, "WATTS":0, "CAD":0, "KPH":8.5212, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4922, "KM":21.7262, "WATTS":0, "CAD":0, "KPH":8.5212, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4923, "KM":21.7262, "WATTS":0, "CAD":0, "KPH":0, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4928, "KM":21.7262, "WATTS":0, "CAD":0, "KPH":2.4588, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4929, "KM":21.7269, "WATTS":0, "CAD":0, "KPH":2.4588, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4930, "KM":21.7276, "WATTS":0, "CAD":0, "KPH":2.4588, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":4931, "KM":21.7276, "WATTS":0, "CAD":0, "KPH":0, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":5041, "KM":21.7276, "WATTS":0, "CAD":0, "KPH":2.5704, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":5042, "KM":21.7283, "WATTS":0, "CAD":0, "KPH":2.5704, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":5043, "KM":21.729, "WATTS":0, "CAD":0, "KPH":2.5704, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":5044, "KM":21.7297, "WATTS":0, "CAD":0, "KPH":2.5704, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 }, + { "SECS":5045, "KM":21.7297, "WATTS":0, "CAD":0, "KPH":0, "ALT":58, "LAT":0, "LON":0, "TEMP":18, "LRBALANCE":0 } + ] + } +} Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/TC_Run_1a.xls and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/TC_Run_1a.xls differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/TC_Run_2a.xls and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/TC_Run_2a.xls differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/TC_Run_3a.xls and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/TC_Run_3a.xls differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/TC_Run_4a.xls and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/TC_Run_4a.xls differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/compton challenge/TC_Run_5a.xls and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/compton challenge/TC_Run_5a.xls differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/helmet testing/2018-10-03-07-45-28.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/helmet testing/2018-10-03-07-45-28.fit differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/helmet testing/2018-10-03-08-05-11.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/helmet testing/2018-10-03-08-05-11.fit differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/helmet testing/2018-10-03-08-23-16.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/helmet testing/2018-10-03-08-23-16.fit differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/helmet testing/2018-10-03-08-36-06.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/helmet testing/2018-10-03-08-36-06.fit differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/helmet testing/weather.PNG and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/helmet testing/weather.PNG differ diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564009.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564009.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564009.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564009.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,1408 @@ + + + + + 2015-05-31T14:31:21.000Z + + 71.0 + 390.53 + 6.77400016784668 + 0 + + 82 + + + 87 + + Active + 134 + Manual + + + + + 40.75396447442472 + -3.783812541514635 + + 922.2000122070312 + 1.7699999809265137 + + 80 + + 0 + + + 1.7730000019073486 + 73 + + + + + + + 40.75395852327347 + -3.7838347535580397 + + 922.4000244140625 + 3.8399999141693115 + + 80 + + 39 + + + 2.071000099182129 + 2 + + + + + + + 40.75395123101771 + -3.7838553730398417 + + 922.4000244140625 + 6.059999942779541 + + 80 + + 0 + + + 2.2109999656677246 + 1 + + + + + + + 40.75393966399133 + -3.783876243978739 + + 922.4000244140625 + 8.34000015258789 + + 80 + + 0 + + + 2.2860000133514404 + 1 + + + + + + + 40.75392834842205 + -3.783896779641509 + + 922.4000244140625 + 10.699999809265137 + + 80 + + 0 + + + 2.3610000610351562 + 0 + + + + + + + 40.75391803868115 + -3.78392125479877 + + 922.2000122070312 + 13.119999885559082 + + 80 + + 0 + + + 2.4170000553131104 + 0 + + + + + + + 40.75390588492155 + -3.7839448917657137 + + 922.2000122070312 + 15.609999656677246 + + 80 + + 0 + + + 2.490999937057495 + 0 + + + + + + + 40.75389666482806 + -3.783983113244176 + + 922.2000122070312 + 18.200000762939453 + + 80 + + 0 + + + 2.5940001010894775 + 41 + + + + + + + 40.753883589059114 + -3.7840182334184647 + + 922.2000122070312 + 21.100000381469727 + + 80 + + 56 + + + 2.8929998874664307 + 40 + + + + + + + 40.753868920728564 + -3.7840524315834045 + + 922.2000122070312 + 24.329999923706055 + + 80 + + 71 + + + 3.23799991607666 + 110 + + + + + + + 40.75384964235127 + -3.7840930838137865 + + 922.4000244140625 + 27.93000030517578 + + 80 + + 70 + + + 3.5920000076293945 + 104 + + + + + + + 40.75382919050753 + -3.784136837348342 + + 922.4000244140625 + 31.809999465942383 + + 80 + + 54 + + + 3.881999969482422 + 123 + + + + + + + 40.75380857102573 + -3.7841805908828974 + + 922.4000244140625 + 36.040000915527344 + 60 + + + 4.2270002365112305 + 82 + + + + + + + 40.75378065928817 + -3.7842320557683706 + + 922.2000122070312 + 40.56999969482422 + 67 + + + 4.534999847412109 + 80 + + + + + + + 40.75375333428383 + -3.7842823471874 + + 922.2000122070312 + 45.349998474121094 + 70 + + + 4.7769999504089355 + 84 + + + + + + + 40.75372609309852 + -3.784334147349 + + 922.2000122070312 + 50.290000915527344 + 75 + + + 4.945000171661377 + 87 + + + + + + + 40.753699857741594 + -3.784386869519949 + + 922.2000122070312 + 55.45000076293945 + 76 + + + 5.159999847412109 + 68 + + + + + + + 40.75366951525211 + -3.7844400946050882 + + 922.2000122070312 + 60.7400016784668 + 134 + + + 5.290999889373779 + 0 + + + + + + + 40.75363892130554 + -3.784491140395403 + + 922.0 + 66.08999633789062 + 0 + + + 5.3460001945495605 + 0 + + + + + + + 40.75361075811088 + -3.7845528312027454 + + 921.7999877929688 + 71.55000305175781 + 0 + + + 5.458000183105469 + 0 + + + + + + + 40.75357991270721 + -3.7846029549837112 + + 921.7999877929688 + 77.04000091552734 + + 80 + + 0 + + + 5.495999813079834 + 26 + + + + + + + 40.75354973785579 + -3.7846627179533243 + + 921.7999877929688 + 82.55999755859375 + + 80 + + 127 + + + 5.513999938964844 + 9 + + + + + + + 40.75351738370955 + -3.7847156915813684 + + 921.7999877929688 + 88.13999938964844 + + 80 + + 0 + + + 5.579999923706055 + 82 + + + + + + + 40.75348695740104 + -3.7847695872187614 + + 921.5999755859375 + 93.91999816894531 + + 87 + + 71 + + + 5.784999847412109 + 89 + + + + + + + 40.75345376506448 + -3.784824488684535 + + 921.5999755859375 + 99.91999816894531 + + 87 + + 70 + + + 6.0 + 108 + + + + + + + 40.75341730378568 + -3.7848874367773533 + + 921.4000244140625 + 106.12999725341797 + + 87 + + 102 + + + 6.204999923706055 + 70 + + + + + + + 40.753381848335266 + -3.7849453557282686 + + 921.4000244140625 + 112.5199966430664 + + 86 + + 102 + + + 6.392000198364258 + 56 + + + + + + + 40.753350080922246 + -3.785001849755645 + + 921.5999755859375 + 119.0 + + 86 + + 92 + + + 6.485000133514404 + 62 + + + + + + + 40.753315798938274 + -3.785066306591034 + + 921.4000244140625 + 125.58999633789062 + + 86 + + 110 + + + 6.586999893188477 + 63 + + + + + + + 40.75327984057367 + -3.785128416493535 + + 921.2000122070312 + 132.22999572753906 + + 86 + + 100 + + + 6.633999824523926 + 58 + + + + + + + 40.75324438512325 + -3.7851884309202433 + + 921.0 + 138.94000244140625 + + 86 + + 114 + + + 6.7179999351501465 + 66 + + + + + + + 40.75320549309254 + -3.785256575793028 + + 921.0 + 145.72000122070312 + + 86 + + 94 + + + 6.77400016784668 + 36 + + + + + + + 40.75316961854696 + -3.7853201944381 + + 921.0 + 152.4199981689453 + + 86 + + 129 + + + 6.698999881744385 + 0 + + + + + + + 40.75313433073461 + -3.7853794544935226 + + 921.0 + 159.02000427246094 + + 86 + + 0 + + + 6.605999946594238 + 0 + + + + + + + 40.75309761799872 + -3.7854424864053726 + + 920.7999877929688 + 165.55999755859375 + + 86 + + 0 + + + 6.540999889373779 + 0 + + + + + + + 40.75306182727218 + -3.7855025846511126 + + 921.0 + 171.94000244140625 + + 86 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.753025533631444 + -3.7855605874210596 + + 920.7999877929688 + 178.30999755859375 + + 86 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.75299024581909 + -3.7856201827526093 + + 920.5999755859375 + 184.6699981689453 + + 86 + + 0 + + + 6.363999843597412 + 0 + + + + + + + 40.752958646044135 + -3.7856810353696346 + + 920.5999755859375 + 191.0399932861328 + + 86 + + 0 + + + 6.363999843597412 + 0 + + + + + + + 40.752925453707576 + -3.785741301253438 + + 920.4000244140625 + 197.30999755859375 + + 86 + + 0 + + + 6.269999980926514 + 0 + + + + + + + 40.75289008207619 + -3.785802572965622 + + 920.4000244140625 + 203.5500030517578 + + 86 + + 0 + + + 6.242000102996826 + 0 + + + + + + + 40.75285789556801 + -3.7858606595546007 + + 920.4000244140625 + 209.75999450683594 + + 86 + + 0 + + + 6.214000225067139 + 0 + + + + + + + 40.75282319448888 + -3.7859186623245478 + + 920.4000244140625 + 216.02999877929688 + + 86 + + 0 + + + 6.269999980926514 + 0 + + + + + + + 40.75278882868588 + -3.785977168008685 + + 920.5999755859375 + 222.24000549316406 + + 86 + + 0 + + + 6.204999923706055 + 0 + + + + + + + 40.75275261886418 + -3.7860398646444082 + + 920.5999755859375 + 228.49000549316406 + + 81 + + 0 + + + 6.251999855041504 + 0 + + + + + + + 40.752716241404414 + -3.7860966101288795 + + 920.5999755859375 + 234.86000061035156 + + 81 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.752679696306586 + -3.7861593067646027 + + 920.2000122070312 + 241.27000427246094 + + 81 + + 0 + + + 6.409999847412109 + 0 + + + + + + + 40.75264365412295 + -3.786221081390977 + + 919.7999877929688 + 247.7899932861328 + + 81 + + 0 + + + 6.513000011444092 + 0 + + + + + + + 40.75260803103447 + -3.786283191293478 + + 919.7999877929688 + 254.32000732421875 + + 81 + + 0 + + + 6.531000137329102 + 0 + + + + + + + 40.75256947427988 + -3.7863452173769474 + + 919.7999877929688 + 260.8500061035156 + + 81 + + 0 + + + 6.531000137329102 + 0 + + + + + + + 40.75253217481077 + -3.786406237632036 + + 919.7999877929688 + 267.4700012207031 + + 81 + + 0 + + + 6.625 + 0 + + + + + + + 40.75249630026519 + -3.7864708621054888 + + 919.7999877929688 + 274.0 + + 81 + + 0 + + + 6.521999835968018 + 0 + + + + + + + 40.75246185064316 + -3.7865381687879562 + + 919.4000244140625 + 280.57000732421875 + + 81 + + 0 + + + 6.578000068664551 + 0 + + + + + + + 40.75242589227855 + -3.7866002786904573 + + 919.4000244140625 + 287.17999267578125 + + 81 + + 0 + + + 6.605999946594238 + 0 + + + + + + + 40.75238926336169 + -3.786661885678768 + + 919.4000244140625 + 293.82000732421875 + + 81 + + 0 + + + 6.64300012588501 + 0 + + + + + + + 40.752351712435484 + -3.7867228221148252 + + 919.2000122070312 + 300.4599914550781 + + 81 + + 0 + + + 6.633999824523926 + 0 + + + + + + + 40.75231743045151 + -3.786784764379263 + + 919.0 + 306.94000244140625 + + 81 + + 0 + + + 6.485000133514404 + 0 + + + + + + + 40.752276526764035 + -3.7868420965969563 + + 918.7999877929688 + 313.2900085449219 + + 81 + + 0 + + + 6.34499979019165 + 0 + + + + + + + 40.75223956257105 + -3.7869006861001253 + + 918.7999877929688 + 319.55999755859375 + + 81 + + 0 + + + 6.269999980926514 + 0 + + + + + + + 40.75220536440611 + -3.786953492090106 + + 919.0 + 325.70001220703125 + + 81 + + 0 + + + 6.139999866485596 + 0 + + + + + + + 40.75217057950795 + -3.787007723003626 + + 919.0 + 331.67999267578125 + + 81 + + 0 + + + 5.980999946594238 + 0 + + + + + + + 40.752142583951354 + -3.787055164575577 + + 919.0 + 337.4700012207031 + + 81 + + 0 + + + 5.794000148773193 + 0 + + + + + + + 40.75211173854768 + -3.7871076352894306 + + 919.0 + 343.1700134277344 + + 81 + + 0 + + + 5.701000213623047 + 0 + + + + + + + 40.752082569524646 + -3.7871589325368404 + + 919.0 + 348.75 + + 81 + + 0 + + + 5.579999923706055 + 0 + + + + + + + 40.752053232863545 + -3.7872075475752354 + + 919.0 + 354.2099914550781 + + 79 + + 0 + + + 5.458000183105469 + 0 + + + + + + + 40.75202213600278 + -3.787254486232996 + + 918.7999877929688 + 359.5899963378906 + + 79 + + 0 + + + 5.374000072479248 + 0 + + + + + + + 40.751990117132664 + -3.7873016763478518 + + 918.5999755859375 + 364.82000732421875 + + 79 + + 0 + + + 5.235000133514404 + 10 + + + + + + + 40.75195977464318 + -3.7873439211398363 + + 918.5999755859375 + 370.0299987792969 + + 79 + + 0 + + + 5.206999778747559 + 85 + + + + + + + 40.75193337164819 + -3.7873921170830727 + + 918.5999755859375 + 375.2699890136719 + + 79 + + 99 + + + 5.24399995803833 + 73 + + + + + + + 40.75189950875938 + -3.7874363735318184 + + 918.5999755859375 + 380.510009765625 + + 79 + + 95 + + + 5.24399995803833 + 10 + + + + + + + 40.75187302194536 + -3.787484485656023 + + 918.5999755859375 + 385.5899963378906 + + 79 + + 0 + + + 5.076000213623047 + 0 + + + + + + + 40.751848546788096 + -3.7875305023044348 + + 918.5999755859375 + 390.5299987792969 + + 79 + + 0 + + + 4.935999870300293 + 0 + + + + + + + 5.574999809265136 + 86 + 35 + 25 + 123 + + + + + Garmin Edge 1000 + 3889468484 + 1836 + + 3 + 0 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564090.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564090.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564090.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564090.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,74711 @@ + + + + + 2015-05-31T14:33:13.000Z + + 1828.0 + 16199.57 + 11.121999740600584 + 275 + + 143 + + + 181 + + Active + 147 + Manual + + + + + 40.75154763646424 + -3.7880489230155945 + + 910.0 + 3.7200000286102295 + + 103 + + 47 + + + 3.7230000495910645 + 122 + + + + + + + 40.75152441859245 + -3.7880916707217693 + + 910.0 + 7.840000152587891 + + 115 + + 62 + + + 4.114999771118164 + 164 + + + + + + + 40.75150145217776 + -3.788131820037961 + + 910.0 + 12.3100004196167 + + 115 + + 68 + + + 4.468999862670898 + 195 + + + + + + + 40.75146717019379 + -3.788182530552149 + + 910.0 + 17.100000381469727 + + 115 + + 56 + + + 4.796000003814697 + 168 + + + + + + + 40.75143741443753 + -3.7882297206670046 + + 909.7999877929688 + 22.170000076293945 + + 115 + + 60 + + + 5.066999912261963 + 172 + + + + + + + 40.75140665285289 + -3.7882847897708416 + + 909.7999877929688 + 27.459999084472656 + + 115 + + 64 + + + 5.290999889373779 + 191 + + + + + + + 40.75137672945857 + -3.788336757570505 + + 910.0 + 33.0099983215332 + + 115 + + 64 + + + 5.552000045776367 + 172 + + + + + + + 40.751345716416836 + -3.7883878871798515 + + 910.0 + 38.529998779296875 + + 115 + + 68 + + + 5.513999938964844 + 176 + + + + + + + 40.751312943175435 + -3.788439854979515 + + 910.0 + 44.220001220703125 + + 115 + + 71 + + + 5.691999912261963 + 237 + + + + + + + 40.75127891264856 + -3.7884919065982103 + + 910.2000122070312 + 50.130001068115234 + + 115 + + 71 + + + 5.915999889373779 + 194 + + + + + + + 40.751243038102984 + -3.7885431200265884 + + 910.5999755859375 + 56.16999816894531 + + 115 + + 75 + + + 6.0370001792907715 + 152 + + + + + + + 40.751213785260916 + -3.7886055652052164 + + 910.7999877929688 + 62.2599983215332 + + 115 + + 75 + + + 6.0929999351501465 + 157 + + + + + + + 40.751183945685625 + -3.788665747269988 + + 910.7999877929688 + 68.37999725341797 + + 115 + + 77 + + + 6.111999988555908 + 166 + + + + + + + 40.75115838088095 + -3.7887274380773306 + + 910.7999877929688 + 74.54000091552734 + + 115 + + 76 + + + 6.168000221252441 + 172 + + + + + + + 40.75113323517144 + -3.7887899670749903 + + 910.7999877929688 + 80.80999755859375 + + 115 + + 80 + + + 6.269999980926514 + 199 + + + + + + + 40.75111328624189 + -3.788857441395521 + + 911.0 + 87.05000305175781 + + 115 + + 80 + + + 6.232999801635742 + 182 + + + + + + + 40.751098450273275 + -3.7889203056693077 + + 911.4000244140625 + 93.20999908447266 + + 115 + + 85 + + + 6.168000221252441 + 203 + + + + + + + 40.751088643446565 + -3.788993814960122 + + 911.5999755859375 + 99.18000030517578 + + 115 + + 96 + + + 5.961999893188477 + 195 + + + + + + + 40.75108051300049 + -3.7890710961073637 + + 911.5999755859375 + 105.36000061035156 + + 115 + + 70 + + + 6.185999870300293 + 202 + + + + + + + 40.75107422657311 + -3.789144102483988 + + 911.5999755859375 + 111.56999969482422 + + 115 + + 72 + + + 6.204999923706055 + 253 + + + + + + + 40.75106701813638 + -3.7892154324799776 + + 911.7999877929688 + 117.87999725341797 + + 115 + + 74 + + + 6.316999912261963 + 185 + + + + + + + 40.75106265954673 + -3.789298413321376 + + 911.7999877929688 + 124.2300033569336 + + 115 + + 82 + + + 6.34499979019165 + 203 + + + + + + + 40.75105578638613 + -3.7893780414015055 + + 911.5999755859375 + 130.6199951171875 + + 115 + + 96 + + + 6.392000198364258 + 189 + + + + + + + 40.751048577949405 + -3.789453813806176 + + 911.5999755859375 + 137.0800018310547 + + 115 + + 71 + + + 6.456999778747559 + 226 + + + + + + + 40.75104069896042 + -3.7895341962575912 + + 911.5999755859375 + 143.5399932861328 + 70 + + + 6.466000080108643 + 185 + + + + + + + 40.75103407725692 + -3.7896134052425623 + + 911.7999877929688 + 150.0500030517578 + 72 + + + 6.502999782562256 + 168 + + + + + + + 40.75102745555341 + -3.7896914407610893 + + 912.0 + 156.4199981689453 + + 115 + + 85 + + + 6.373000144958496 + 156 + + + + + + + 40.75102016329765 + -3.789772829040885 + + 912.2000122070312 + 162.89999389648438 + + 115 + + 94 + + + 6.485000133514404 + 223 + + + + + + + 40.75101278722286 + -3.789849439635873 + + 912.4000244140625 + 169.5 + + 115 + + 70 + + + 6.5970001220703125 + 298 + + + + + + + 40.75100331567228 + -3.7899309117347 + + 912.5999755859375 + 176.2100067138672 + + 115 + + 72 + + + 6.709000110626221 + 228 + + + + + + + 40.75099493376911 + -3.7900121323764324 + + 912.5999755859375 + 182.97999572753906 + + 115 + + 73 + + + 6.77400016784668 + 258 + + + + + + + 40.750986048951745 + -3.790089748799801 + + 912.5999755859375 + 189.94000244140625 + + 115 + + 75 + + + 6.951000213623047 + 217 + + + + + + + 40.750978169962764 + -3.790164850652218 + + 912.5999755859375 + 196.8300018310547 + 75 + + + 6.894999980926514 + 152 + + + + + + + 40.7509642560035 + -3.790254620835185 + + 912.7999877929688 + 203.80999755859375 + 76 + + + 6.979000091552734 + 159 + + + + + + + 40.750952353700995 + -3.7903375178575516 + + 912.7999877929688 + 210.85000610351562 + + 115 + + 82 + + + 7.045000076293945 + 213 + + + + + + + 40.75094556435943 + -3.790425444021821 + + 913.0 + 218.00999450683594 + + 115 + + 72 + + + 7.1570000648498535 + 182 + + + + + + + 40.75093735009432 + -3.79051580093801 + + 913.0 + 225.25999450683594 + + 115 + + 74 + + + 7.25 + 185 + + + + + + + 40.750929890200496 + -3.790606241673231 + + 913.0 + 232.5500030517578 + + 115 + + 75 + + + 7.2870001792907715 + 146 + + + + + + + 40.75091941282153 + -3.7906950060278177 + + 913.0 + 239.85000610351562 + + 115 + + 79 + + + 7.296999931335449 + 171 + + + + + + + 40.75091195292771 + -3.79078796133399 + + 913.0 + 247.27000427246094 + + 109 + + 73 + + + 7.427000045776367 + 247 + + + + + + + 40.750902146101 + -3.790874881669879 + + 913.0 + 254.8699951171875 + + 109 + + 64 + + + 7.59499979019165 + 216 + + + + + + + 40.75089384801686 + -3.790969764813781 + + 912.7999877929688 + 262.6000061035156 + + 109 + + 69 + + + 7.735000133514404 + 189 + + + + + + + 40.75088068842888 + -3.7910640612244606 + + 912.7999877929688 + 270.45001220703125 + + 109 + + 69 + + + 7.8470001220703125 + 184 + + + + + + + 40.75087037868798 + -3.791155507788062 + + 912.7999877929688 + 278.4599914550781 + + 109 + + 69 + + + 8.005999565124512 + 188 + + + + + + + 40.75085973367095 + -3.7912469543516636 + + 912.7999877929688 + 286.32000732421875 + + 109 + + 78 + + + 7.866000175476074 + 146 + + + + + + + 40.75084900483489 + -3.7913435976952314 + + 913.0 + 294.29998779296875 + + 109 + + 81 + + + 7.978000164031982 + 182 + + + + + + + 40.7508397847414 + -3.791439402848482 + + 913.0 + 302.3500061035156 + + 109 + + 69 + + + 8.052000045776367 + 205 + + + + + + + 40.75082813389599 + -3.7915361300110817 + + 913.0 + 310.44000244140625 + + 109 + + 69 + + + 8.09000015258789 + 164 + + + + + + + 40.750815980136395 + -3.791629755869508 + + 913.0 + 318.6199951171875 + + 109 + + 69 + + + 8.182999610900879 + 200 + + + + + + + 40.75080256909132 + -3.79172271117568 + + 913.0 + 326.7699890136719 + + 109 + + 71 + + + 8.145999908447266 + 182 + + + + + + + 40.75078756548464 + -3.7918168399482965 + + 913.0 + 334.9200134277344 + 72 + + + 8.145999908447266 + 169 + + + + + + + 40.75076946057379 + -3.7919137347489595 + + 913.0 + 343.07000732421875 + 72 + + + 8.154999732971191 + 207 + + + + + + + 40.7507467456162 + -3.7920097075402737 + + 913.0 + 351.4200134277344 + 71 + + + 8.35099983215332 + 167 + + + + + + + 40.750722186639905 + -3.7921045068651438 + + 913.0 + 359.8999938964844 + 72 + + + 8.482000350952148 + 141 + + + + + + + 40.75069301761687 + -3.792203161865473 + + 912.7999877929688 + 368.4700012207031 + 75 + + + 8.565999984741211 + 142 + + + + + + + 40.75065940618515 + -3.792295614257455 + + 912.5999755859375 + 377.0799865722656 + + 109 + + 74 + + + 8.612000465393066 + 145 + + + + + + + 40.75062529183924 + -3.7923879828304052 + + 912.5999755859375 + 385.79998779296875 + + 109 + + 75 + + + 8.71500015258789 + 127 + + + + + + + 40.7505807839334 + -3.7924811895936728 + + 912.5999755859375 + 394.57000732421875 + + 109 + + 76 + + + 8.770999908447266 + 172 + + + + + + + 40.75054264627397 + -3.7925733905285597 + + 912.5999755859375 + 403.3599853515625 + + 109 + + 78 + + + 8.789999961853027 + 143 + + + + + + + 40.75050534680486 + -3.7926682736724615 + + 912.5999755859375 + 412.1300048828125 + + 109 + + 77 + + + 8.770999908447266 + 142 + + + + + + + 40.75046737678349 + -3.7927627377212048 + + 912.5999755859375 + 420.8800048828125 + + 109 + + 78 + + + 8.751999855041504 + 145 + + + + + + + 40.75043259188533 + -3.7928558606654406 + + 912.5999755859375 + 429.7099914550781 + + 109 + + 81 + + + 8.82699966430664 + 140 + + + + + + + 40.75039839372039 + -3.7929494865238667 + + 912.4000244140625 + 438.5 + + 109 + + 77 + + + 8.789999961853027 + 139 + + + + + + + 40.750360172241926 + -3.793040681630373 + + 912.4000244140625 + 447.2699890136719 + + 109 + + 78 + + + 8.770999908447266 + 166 + + + + + + + 40.75032329186797 + -3.7931315414607525 + + 912.4000244140625 + 456.1499938964844 + + 109 + + 76 + + + 8.883000373840332 + 172 + + + + + + + 40.75028699822724 + -3.793221563100815 + + 912.2000122070312 + 464.8999938964844 + + 109 + + 76 + + + 8.751999855041504 + 177 + + + + + + + 40.750248692929745 + -3.7933165300637484 + + 912.2000122070312 + 473.7300109863281 + + 109 + + 77 + + + 8.82699966430664 + 155 + + + + + + + 40.7502129022032 + -3.7934071384370327 + + 912.4000244140625 + 482.55999755859375 + + 109 + + 78 + + + 8.82699966430664 + 152 + + + + + + + 40.75017761439085 + -3.793499758467078 + + 912.5999755859375 + 491.3299865722656 + + 100 + + 77 + + + 8.770999908447266 + 139 + + + + + + + 40.750136291608214 + -3.793592294678092 + + 912.5999755859375 + 500.010009765625 + + 100 + + 75 + + + 8.687000274658203 + 165 + + + + + + + 40.75009941123426 + -3.7936852499842644 + + 912.7999877929688 + 508.67999267578125 + + 100 + + 77 + + + 8.668000221252441 + 159 + + + + + + + 40.75005993247032 + -3.7937741819769144 + + 912.7999877929688 + 517.3699951171875 + + 100 + + 76 + + + 8.687000274658203 + 162 + + + + + + + 40.7500212918967 + -3.7938662990927696 + + 912.7999877929688 + 526.0900268554688 + + 100 + + 78 + + + 8.723999977111816 + 171 + + + + + + + 40.74998416006565 + -3.7939585000276566 + + 912.7999877929688 + 534.8400268554688 + 77 + + + 8.743000030517578 + 139 + + + + + + + 40.74994711205363 + -3.794051203876734 + + 912.7999877929688 + 543.5999755859375 + 76 + + + 8.76200008392334 + 160 + + + + + + + 40.74991291388869 + -3.7941404711455107 + + 912.7999877929688 + 552.3599853515625 + 76 + + + 8.76200008392334 + 130 + + + + + + + 40.74987578205764 + -3.7942320853471756 + + 912.7999877929688 + 561.0800170898438 + 76 + + + 8.723999977111816 + 130 + + + + + + + 40.74983948841691 + -3.7943210173398256 + + 912.5999755859375 + 569.739990234375 + 77 + + + 8.659000396728516 + 144 + + + + + + + 40.74980000965297 + -3.7944132182747126 + + 912.7999877929688 + 578.4000244140625 + 78 + + + 8.659000396728516 + 146 + + + + + + + 40.74976262636483 + -3.794499384239316 + + 912.7999877929688 + 586.9000244140625 + + 100 + + 75 + + + 8.5 + 184 + + + + + + + 40.749724907800555 + -3.7945860531181097 + + 912.7999877929688 + 595.4500122070312 + + 100 + + 74 + + + 8.54699993133545 + 157 + + + + + + + 40.749686434865 + -3.7946724705398083 + + 913.0 + 603.989990234375 + + 100 + + 74 + + + 8.538000106811523 + 159 + + + + + + + 40.74964435771108 + -3.7947619054466486 + + 913.0 + 612.5900268554688 + + 100 + + 78 + + + 8.602999687194824 + 181 + + + + + + + 40.74960202910006 + -3.794845389202237 + + 912.7999877929688 + 621.0900268554688 + + 100 + + 74 + + + 8.5 + 172 + + + + + + + 40.74955961667001 + -3.7949294596910477 + + 912.7999877929688 + 629.6699829101562 + 75 + + + 8.583999633789062 + 139 + + + + + + + 40.74951586313546 + -3.7950127758085728 + + 912.5999755859375 + 638.3900146484375 + 75 + + + 8.71500015258789 + 131 + + + + + + + 40.74947261251509 + -3.795100534334779 + + 912.5999755859375 + 647.1900024414062 + 74 + + + 8.798999786376953 + 147 + + + + + + + 40.749430283904076 + -3.795183766633272 + + 912.4000244140625 + 655.8300170898438 + + 100 + + 75 + + + 8.640000343322754 + 130 + + + + + + + 40.74938711710274 + -3.7952679209411144 + + 912.4000244140625 + 664.5 + + 100 + + 76 + + + 8.678000450134277 + 160 + + + + + + + 40.749341854825616 + -3.795353164896369 + + 912.4000244140625 + 673.1799926757812 + + 100 + + 76 + + + 8.678000450134277 + 168 + + + + + + + 40.74929416179657 + -3.7954366486519575 + + 912.4000244140625 + 681.9000244140625 + + 100 + + 75 + + + 8.71500015258789 + 231 + + + + + + + 40.74924713931978 + -3.7955178692936897 + + 912.4000244140625 + 690.7000122070312 + + 100 + + 75 + + + 8.798999786376953 + 171 + + + + + + + 40.7492009550333 + -3.7956012692302465 + + 912.5999755859375 + 699.510009765625 + + 100 + + 78 + + + 8.817999839782715 + 160 + + + + + + + 40.74915795587003 + -3.7956846691668034 + + 912.5999755859375 + 708.3699951171875 + + 100 + + 79 + + + 8.854999542236328 + 151 + + + + + + + 40.74911177158356 + -3.7957696616649628 + + 912.4000244140625 + 717.280029296875 + + 100 + + 79 + + + 8.91100025177002 + 149 + + + + + + + 40.749066257849336 + -3.7958595156669617 + + 912.0 + 726.22998046875 + + 100 + + 78 + + + 8.947999954223633 + 144 + + + + + + + 40.749020744115114 + -3.7959455978125334 + + 912.0 + 735.2100219726562 + + 100 + + 78 + + + 8.984999656677246 + 144 + + + + + + + 40.748974811285734 + -3.7960310094058514 + + 911.7999877929688 + 744.219970703125 + + 100 + + 81 + + + 9.003999710083008 + 133 + + + + + + + 40.74892929755151 + -3.796118013560772 + + 911.7999877929688 + 753.260009765625 + + 100 + + 77 + + + 9.041000366210938 + 118 + + + + + + + 40.7488816883415 + -3.7962030060589314 + + 911.7999877929688 + 762.2999877929688 + + 100 + + 79 + + + 9.041000366210938 + 142 + + + + + + + 40.74883684515953 + -3.7962880823761225 + + 911.7999877929688 + 771.3800048828125 + + 100 + + 78 + + + 9.079000473022461 + 137 + + + + + + + 40.74878613464534 + -3.796375086531043 + + 911.7999877929688 + 780.47998046875 + + 100 + + 77 + + + 9.097000122070312 + 137 + + + + + + + 40.74873810634017 + -3.796464940533042 + + 911.5999755859375 + 789.6300048828125 + + 100 + + 79 + + + 9.152999877929688 + 113 + + + + + + + 40.74869376607239 + -3.7965540401637554 + + 911.4000244140625 + 798.8599853515625 + + 100 + + 82 + + + 9.227999687194824 + 105 + + + + + + + 40.74864959344268 + -3.7966426368802786 + + 911.4000244140625 + 808.0999755859375 + + 100 + + 92 + + + 9.246999740600586 + 89 + + + + + + + 40.748609360307455 + -3.7967324070632458 + + 911.4000244140625 + 817.3200073242188 + + 100 + + 109 + + + 9.218999862670898 + 49 + + + + + + + 40.748567786067724 + -3.796821255236864 + + 911.2000122070312 + 826.4299926757812 + + 100 + + 83 + + + 9.107000350952148 + 43 + + + + + + + 40.748520428314805 + -3.7969121150672436 + + 911.0 + 835.5399780273438 + + 100 + + 95 + + + 9.107000350952148 + 116 + + + + + + + 40.74847365729511 + -3.797000627964735 + + 911.0 + 844.7000122070312 + + 100 + + 86 + + + 9.163000106811523 + 120 + + + + + + + 40.74842940084636 + -3.797088973224163 + + 910.7999877929688 + 853.8599853515625 + + 100 + + 83 + + + 9.163000106811523 + 163 + + + + + + + 40.74838690459728 + -3.797180335968733 + + 910.5999755859375 + 863.0599975585938 + + 100 + + 84 + + + 9.199999809265137 + 130 + + + + + + + 40.748338708654046 + -3.7972661666572094 + + 910.5999755859375 + 872.260009765625 + + 100 + + 78 + + + 9.199999809265137 + 127 + + + + + + + 40.748292189091444 + -3.797354679554701 + + 910.5999755859375 + 881.5599975585938 + + 100 + + 83 + + + 9.303000450134277 + 103 + + + + + + + 40.74824860319495 + -3.7974422704428434 + + 910.4000244140625 + 890.7100219726562 + + 100 + + 85 + + + 9.144000053405762 + 98 + + + + + + + 40.748203340917826 + -3.797535141929984 + + 910.5999755859375 + 899.9299926757812 + + 100 + + 100 + + + 9.218999862670898 + 133 + + + + + + + 40.748158833011985 + -3.7976236548274755 + + 910.4000244140625 + 909.1900024414062 + + 100 + + 88 + + + 9.265000343322754 + 121 + + + + + + + 40.748112397268414 + -3.7977140955626965 + + 910.2000122070312 + 918.4299926757812 + + 100 + + 84 + + + 9.237000465393066 + 130 + + + + + + + 40.748063530772924 + -3.7978032790124416 + + 910.0 + 927.72998046875 + + 100 + + 82 + + + 9.303000450134277 + 144 + + + + + + + 40.74801734648645 + -3.7978919595479965 + + 909.7999877929688 + 937.0599975585938 + + 100 + + 79 + + + 9.321000099182129 + 144 + + + + + + + 40.747969737276435 + -3.797987261787057 + + 909.5999755859375 + 946.3900146484375 + + 100 + + 82 + + + 9.34000015258789 + 129 + + + + + + + 40.74792196042836 + -3.7980810552835464 + + 909.7999877929688 + 955.75 + + 100 + + 85 + + + 9.359000205993652 + 107 + + + + + + + 40.74787460267544 + -3.798171328380704 + + 909.7999877929688 + 965.1799926757812 + + 100 + + 85 + + + 9.423999786376953 + 107 + + + + + + + 40.74782791547477 + -3.7982630264014006 + + 909.7999877929688 + 974.6199951171875 + + 100 + + 83 + + + 9.442999839782715 + 105 + + + + + + + 40.74777343310416 + -3.7983537185937166 + + 909.5999755859375 + 984.0599975585938 + + 100 + + 83 + + + 9.442999839782715 + 108 + + + + + + + 40.74772506952286 + -3.7984465900808573 + + 909.5999755859375 + 993.5 + + 100 + + 81 + + + 9.442999839782715 + 131 + + + + + + + 40.74767762795091 + -3.7985375337302685 + + 909.5999755859375 + 1002.969970703125 + + 100 + + 83 + + + 9.461000442504883 + 121 + + + + + + + 40.74763001874089 + -3.798632165417075 + + 909.5999755859375 + 1012.3900146484375 + + 100 + + 85 + + + 9.423999786376953 + 101 + + + + + + + 40.74758400209248 + -3.798721432685852 + + 909.4000244140625 + 1021.8699951171875 + + 100 + + 85 + + + 9.479999542236328 + 124 + + + + + + + 40.74753664433956 + -3.7988117896020412 + + 909.2000122070312 + 1031.1300048828125 + + 100 + + 82 + + + 9.255999565124512 + 93 + + + + + + + 40.74748526327312 + -3.7989044096320868 + + 909.2000122070312 + 1040.469970703125 + + 100 + + 85 + + + 9.34000015258789 + 110 + + + + + + + 40.7474344689399 + -3.7989940959960222 + + 909.0 + 1049.8199462890625 + + 100 + + 92 + + + 9.359000205993652 + 107 + + + + + + + 40.747380992397666 + -3.799086296930909 + + 909.0 + 1059.199951171875 + + 100 + + 106 + + + 9.376999855041504 + 101 + + + + + + + 40.74733003042638 + -3.799178581684828 + + 908.7999877929688 + 1068.5999755859375 + + 100 + + 83 + + + 9.395999908447266 + 146 + + + + + + + 40.747281247749925 + -3.7992693576961756 + + 908.7999877929688 + 1078.0899658203125 + + 100 + + 85 + + + 9.48900032043457 + 118 + + + + + + + 40.74723355472088 + -3.7993607204407454 + + 908.7999877929688 + 1087.5899658203125 + + 106 + + 85 + + + 9.508000373840332 + 96 + + + + + + + 40.74718267656863 + -3.7994549330323935 + + 908.5999755859375 + 1097.1199951171875 + + 106 + + 94 + + + 9.527000427246094 + 92 + + + + + + + 40.747133139520884 + -3.7995462957769632 + + 908.5999755859375 + 1106.6500244140625 + + 106 + + 86 + + + 9.527000427246094 + 99 + + + + + + + 40.747081926092505 + -3.7996375747025013 + + 908.4000244140625 + 1116.1600341796875 + + 106 + + 83 + + + 9.508000373840332 + 76 + + + + + + + 40.74703465215862 + -3.799733128398657 + + 908.4000244140625 + 1125.75 + + 111 + + 84 + + + 9.592000007629395 + 100 + + + + + + + 40.74698938988149 + -3.7998224794864655 + + 908.4000244140625 + 1135.1300048828125 + + 111 + + 79 + + + 9.38700008392334 + 110 + + + + + + + 40.74694203212857 + -3.799911243841052 + + 908.4000244140625 + 1144.52001953125 + + 111 + + 85 + + + 9.38700008392334 + 139 + + + + + + + 40.74689341709018 + -3.799999337643385 + + 908.4000244140625 + 1153.8900146484375 + + 111 + + 80 + + + 9.368000030517578 + 104 + + + + + + + 40.74684714898467 + -3.8000851683318615 + + 908.4000244140625 + 1163.18994140625 + + 111 + + 81 + + + 9.303000450134277 + 97 + + + + + + + 40.746798450127244 + -3.8001776207238436 + + 908.2000122070312 + 1172.43994140625 + + 111 + + 81 + + + 9.246999740600586 + 158 + + + + + + + 40.7467507570982 + -3.8002674747258425 + + 908.2000122070312 + 1181.5799560546875 + 81 + + + 9.144000053405762 + 138 + + + + + + + 40.74670507572591 + -3.8003543950617313 + + 908.2000122070312 + 1190.780029296875 + 81 + + + 9.199999809265137 + 170 + + + + + + + 40.74665889143944 + -3.8004414830356836 + + 908.0 + 1199.8499755859375 + 81 + + + 9.069000244140625 + 140 + + + + + + + 40.74661111459136 + -3.8005304150283337 + + 908.0 + 1209.06005859375 + 81 + + + 9.208999633789062 + 139 + + + + + + + 40.74656769633293 + -3.8006191793829203 + + 908.2000122070312 + 1218.1600341796875 + + 111 + + 80 + + + 9.097000122070312 + 143 + + + + + + + 40.7465210929513 + -3.8007110450416803 + + 908.2000122070312 + 1227.3900146484375 + + 111 + + 81 + + + 9.227999687194824 + 146 + + + + + + + 40.74647365137935 + -3.8008040003478527 + + 908.2000122070312 + 1236.469970703125 + + 111 + + 80 + + + 9.079000473022461 + 168 + + + + + + + 40.74642822146416 + -3.8008913397789 + + 908.2000122070312 + 1245.6199951171875 + + 111 + + 77 + + + 9.152999877929688 + 123 + + + + + + + 40.74638178572059 + -3.8009790144860744 + + 908.4000244140625 + 1254.75 + + 111 + + 81 + + + 9.135000228881836 + 117 + + + + + + + 40.746331913396716 + -3.8010620791465044 + + 908.4000244140625 + 1263.81005859375 + + 108 + + 84 + + + 9.0600004196167 + 155 + + + + + + + 40.74628380127251 + -3.8011469040066004 + + 908.2000122070312 + 1272.8699951171875 + + 108 + + 80 + + + 9.0600004196167 + 165 + + + + + + + 40.746236024424434 + -3.801232147961855 + + 908.0 + 1281.9300537109375 + + 108 + + 81 + + + 9.0600004196167 + 143 + + + + + + + 40.74618891812861 + -3.801320493221283 + + 908.0 + 1290.9300537109375 + + 108 + + 78 + + + 8.994999885559082 + 145 + + + + + + + 40.74614482931793 + -3.8014089222997427 + + 908.0 + 1300.010009765625 + + 108 + + 78 + + + 9.079000473022461 + 131 + + + + + + + 40.74610082432628 + -3.801498943939805 + + 908.2000122070312 + 1308.97998046875 + + 108 + + 78 + + + 8.97599983215332 + 145 + + + + + + + 40.746055813506246 + -3.8015894684940577 + + 908.2000122070312 + 1318.0999755859375 + + 108 + + 78 + + + 9.116000175476074 + 153 + + + + + + + 40.746010886505246 + -3.801677729934454 + + 908.2000122070312 + 1327.219970703125 + + 108 + + 79 + + + 9.116000175476074 + 141 + + + + + + + 40.74596562422812 + -3.8017671648412943 + + 908.2000122070312 + 1336.3199462890625 + + 108 + + 79 + + + 9.107000350952148 + 126 + + + + + + + 40.745919523760676 + -3.801858611404896 + + 908.2000122070312 + 1345.47998046875 + + 108 + + 79 + + + 9.152999877929688 + 120 + + + + + + + 40.74587526731193 + -3.801947459578514 + + 908.2000122070312 + 1354.510009765625 + + 108 + + 77 + + + 9.031999588012695 + 103 + + + + + + + 40.74583142995834 + -3.802036726847291 + + 908.2000122070312 + 1363.6800537109375 + + 108 + + 83 + + + 9.17199993133545 + 105 + + + + + + + 40.74578390456736 + -3.802128341048956 + + 908.0 + 1372.6600341796875 + + 108 + + 82 + + + 8.97599983215332 + 121 + + + + + + + 40.745740151032805 + -3.802216937765479 + + 908.0 + 1381.7099609375 + + 108 + + 78 + + + 9.050999641418457 + 103 + + + + + + + 40.745694218203425 + -3.802309138700366 + + 908.0 + 1390.81005859375 + + 105 + + 79 + + + 9.107000350952148 + 147 + + + + + + + 40.74564702808857 + -3.802403099834919 + + 908.0 + 1399.8800048828125 + + 102 + + 80 + + + 9.069000244140625 + 116 + + + + + + + 40.74560075998306 + -3.802491445094347 + + 907.5999755859375 + 1409.2099609375 + + 102 + + 90 + + + 9.331000328063965 + 75 + + + + + + + 40.745554491877556 + -3.802579455077648 + + 907.5999755859375 + 1418.5 + + 102 + + 88 + + + 9.284000396728516 + 75 + + + + + + + 40.74550822377205 + -3.802674924954772 + + 907.5999755859375 + 1428.02001953125 + + 102 + + 79 + + + 9.517000198364258 + 77 + + + + + + + 40.74546002782881 + -3.8027675449848175 + + 907.5999755859375 + 1437.68994140625 + + 102 + + 93 + + + 9.666999816894531 + 65 + + + + + + + 40.74540956877172 + -3.8028665352612734 + + 907.4000244140625 + 1447.5 + + 111 + + 95 + + + 9.815999984741211 + 69 + + + + + + + 40.74535835534334 + -3.8029654417186975 + + 907.2000122070312 + 1457.5 + + 111 + + 85 + + + 10.003000259399414 + 78 + + + + + + + 40.745309153571725 + -3.803059821948409 + + 907.0 + 1467.4300537109375 + + 111 + + 88 + + + 9.928000450134277 + 69 + + + + + + + 40.74525961652398 + -3.803155291825533 + + 906.7999877929688 + 1477.489990234375 + + 111 + + 92 + + + 10.057999610900879 + 70 + + + + + + + 40.745209492743015 + -3.803260065615177 + + 906.5999755859375 + 1487.5699462890625 + + 111 + + 102 + + + 10.086000442504883 + 47 + + + + + + + 40.74515710584819 + -3.8033591397106647 + + 906.4000244140625 + 1497.6600341796875 + + 111 + + 147 + + + 10.086000442504883 + 37 + + + + + + + 40.74510220438242 + -3.8034567050635815 + + 906.2000122070312 + 1507.75 + + 111 + + 90 + + + 10.086000442504883 + 34 + + + + + + + 40.74504889547825 + -3.80355728790164 + + 906.0 + 1517.8599853515625 + + 113 + + 127 + + + 10.11400032043457 + 41 + + + + + + + 40.744998352602124 + -3.803653595969081 + + 906.0 + 1527.989990234375 + + 113 + + 102 + + + 10.133000373840332 + 34 + + + + + + + 40.74494747444987 + -3.803751077502966 + + 906.0 + 1538.25 + + 113 + + 98 + + + 10.253999710083008 + 41 + + + + + + + 40.7448960095644 + -3.8038555160164833 + + 905.5999755859375 + 1548.469970703125 + + 113 + + 88 + + + 10.22599983215332 + 54 + + + + + + + 40.74484370648861 + -3.8039543386548758 + + 905.4000244140625 + 1558.9100341796875 + + 113 + + 90 + + + 10.432000160217285 + 45 + + + + + + + 40.74479333125055 + -3.8040610402822495 + + 905.2000122070312 + 1569.489990234375 + + 113 + + 92 + + + 10.581000328063965 + 45 + + + + + + + 40.74474371038377 + -3.8041696697473526 + + 905.0 + 1580.280029296875 + + 113 + + 88 + + + 10.795999526977539 + 39 + + + + + + + 40.74469375424087 + -3.804275030270219 + + 904.7999877929688 + 1591.050048828125 + + 113 + + 106 + + + 10.767999649047852 + 54 + + + + + + + 40.74464287608862 + -3.804381564259529 + + 904.4000244140625 + 1602.0 + + 113 + + 104 + + + 10.954000473022461 + 44 + + + + + + + 40.744581101462245 + -3.8044933788478374 + + 904.0 + 1613.1300048828125 + + 113 + + 103 + + + 11.121999740600586 + 41 + + + + + + + 40.74452335014939 + -3.804600080475211 + + 903.7999877929688 + 1624.1099853515625 + + 113 + + 95 + + + 10.982000350952148 + 37 + + + + + + + 40.7444644253701 + -3.804709129035473 + + 903.4000244140625 + 1635.22998046875 + + 113 + + 99 + + + 11.121999740600586 + 59 + + + + + + + 40.74440742842853 + -3.8048159144818783 + + 903.4000244140625 + 1646.3299560546875 + + 113 + + 99 + + + 11.093999862670898 + 63 + + + + + + + 40.74435068294406 + -3.8049175031483173 + + 903.4000244140625 + 1657.4200439453125 + + 113 + + 110 + + + 11.093999862670898 + 52 + + + + + + + 40.74429301545024 + -3.805020684376359 + + 903.2000122070312 + 1668.4599609375 + + 113 + + 95 + + + 11.038000106811523 + 56 + + + + + + + 40.74423425830901 + -3.8051257096230984 + + 902.7999877929688 + 1679.469970703125 + + 113 + + 95 + + + 11.010000228881836 + 52 + + + + + + + 40.744180865585804 + -3.805231237784028 + + 902.5999755859375 + 1690.2900390625 + + 113 + + 98 + + + 10.814000129699707 + 47 + + + + + + + 40.74412554502487 + -3.805341459810734 + + 902.5999755859375 + 1701.1199951171875 + + 113 + + 102 + + + 10.842000007629395 + 55 + + + + + + + 40.74406938627362 + -3.8054449763149023 + + 902.5999755859375 + 1711.8299560546875 + + 113 + + 92 + + + 10.70199966430664 + 54 + + + + + + + 40.744017669931054 + -3.8055438827723265 + + 902.5999755859375 + 1722.4300537109375 + + 113 + + 93 + + + 10.600000381469727 + 82 + + + + + + + 40.74396511539817 + -3.805643040686846 + + 902.4000244140625 + 1732.8900146484375 + + 113 + + 93 + + + 10.460000038146973 + 67 + + + + + + + 40.74391130357981 + -3.805746976286173 + + 902.4000244140625 + 1743.219970703125 + + 113 + + 93 + + + 10.329000473022461 + 83 + + + + + + + 40.743862856179476 + -3.80584797821939 + + 902.4000244140625 + 1753.4200439453125 + + 113 + + 96 + + + 10.208000183105469 + 107 + + + + + + + 40.74381214566529 + -3.8059523329138756 + + 902.2000122070312 + 1763.5799560546875 + + 113 + + 96 + + + 10.16100025177002 + 124 + + + + + + + 40.74375883676112 + -3.8060545921325684 + + 902.2000122070312 + 1773.75 + + 113 + + 90 + + + 10.16100025177002 + 131 + + + + + + + 40.74370770715177 + -3.8061514031141996 + + 902.2000122070312 + 1783.8900146484375 + + 113 + + 96 + + + 10.142000198364258 + 116 + + + + + + + 40.74365582317114 + -3.806246370077133 + + 902.2000122070312 + 1794.0 + + 113 + + 92 + + + 10.11400032043457 + 99 + + + + + + + 40.743602346628904 + -3.8063475396484137 + + 902.2000122070312 + 1804.0400390625 + + 113 + + 100 + + + 10.039999961853027 + 102 + + + + + + + 40.74355096556246 + -3.8064430095255375 + + 902.2000122070312 + 1814.02001953125 + + 113 + + 102 + + + 9.975000381469727 + 105 + + + + + + + 40.74349991977215 + -3.806544514372945 + + 902.2000122070312 + 1823.93994140625 + + 113 + + 91 + + + 9.928000450134277 + 117 + + + + + + + 40.74345055036247 + -3.8066404033452272 + + 902.2000122070312 + 1833.8299560546875 + + 113 + + 90 + + + 9.880999565124512 + 120 + + + + + + + 40.743403444066644 + -3.806734113022685 + + 902.2000122070312 + 1843.68994140625 + + 113 + + 86 + + + 9.86299991607666 + 147 + + + + + + + 40.74335591867566 + -3.806830421090126 + + 902.2000122070312 + 1853.3599853515625 + + 113 + + 87 + + + 9.675999641418457 + 131 + + + + + + + 40.743302861228585 + -3.8069284055382013 + + 902.2000122070312 + 1863.199951171875 + + 124 + + 90 + + + 9.835000038146973 + 163 + + + + + + + 40.7432521507144 + -3.8070217799395323 + + 902.2000122070312 + 1872.8900146484375 + + 124 + + 95 + + + 9.694999694824219 + 137 + + + + + + + 40.74320051819086 + -3.807120770215988 + + 902.2000122070312 + 1882.6800537109375 + + 124 + + 88 + + + 9.788000106811523 + 146 + + + + + + + 40.743148969486356 + -3.8072213530540466 + + 902.2000122070312 + 1892.6300048828125 + + 124 + + 80 + + + 9.946999549865723 + 130 + + + + + + + 40.743099097162485 + -3.8073171582072973 + + 902.2000122070312 + 1902.3699951171875 + + 124 + + 88 + + + 9.741000175476074 + 131 + + + + + + + 40.74304981157184 + -3.807410029694438 + + 902.0 + 1912.219970703125 + + 124 + + 98 + + + 9.852999687194824 + 147 + + + + + + + 40.742996418848634 + -3.807509019970894 + + 902.0 + 1922.0999755859375 + + 124 + + 102 + + + 9.880999565124512 + 147 + + + + + + + 40.742945708334446 + -3.8076054118573666 + + 901.7999877929688 + 1932.0 + + 124 + + 88 + + + 9.899999618530273 + 127 + + + + + + + 40.74289105832577 + -3.80770574323833 + + 901.5999755859375 + 1941.969970703125 + + 124 + + 86 + + + 9.96500015258789 + 118 + + + + + + + 40.74283850379288 + -3.8078039791435003 + + 901.7999877929688 + 1951.780029296875 + + 124 + + 86 + + + 9.807000160217285 + 126 + + + + + + + 40.74278796091676 + -3.807897688820958 + + 902.0 + 1961.6800537109375 + + 124 + + 90 + + + 9.899999618530273 + 147 + + + + + + + 40.74273817241192 + -3.8079924043267965 + + 901.5999755859375 + 1971.5899658203125 + + 124 + + 86 + + + 9.918999671936035 + 157 + + + + + + + 40.742688132449985 + -3.8080939929932356 + + 901.5999755859375 + 1981.56005859375 + + 124 + + 88 + + + 9.96500015258789 + 158 + + + + + + + 40.74264035560191 + -3.8081897981464863 + + 901.5999755859375 + 1991.43994140625 + + 124 + + 87 + + + 9.880999565124512 + 134 + + + + + + + 40.7425890583545 + -3.8082904648035765 + + 901.4000244140625 + 2001.3499755859375 + + 124 + + 88 + + + 9.909000396728516 + 145 + + + + + + + 40.74253834784031 + -3.8083911314606667 + + 901.5999755859375 + 2011.2099609375 + 91 + + + 9.86299991607666 + 137 + + + + + + + 40.74249065481126 + -3.8084863498806953 + + 901.7999877929688 + 2021.030029296875 + + 124 + + 86 + + + 9.815999984741211 + 116 + + + + + + + 40.74244354851544 + -3.8085782155394554 + + 902.0 + 2030.81005859375 + + 124 + + 88 + + + 9.769000053405762 + 136 + + + + + + + 40.7423937600106 + -3.8086760323494673 + + 901.7999877929688 + 2040.5699462890625 + + 124 + + 88 + + + 9.769000053405762 + 122 + + + + + + + 40.74234581552446 + -3.80876705981791 + + 901.7999877929688 + 2050.2900390625 + + 124 + + 91 + + + 9.722999572753906 + 95 + + + + + + + 40.74229594320059 + -3.808864876627922 + + 901.7999877929688 + 2059.969970703125 + + 124 + + 86 + + + 9.6850004196167 + 121 + + + + + + + 40.74224439449608 + -3.8089613523334265 + + 901.5999755859375 + 2069.659912109375 + + 124 + + 91 + + + 9.6850004196167 + 128 + + + + + + + 40.74219670146704 + -3.8090543914586306 + + 901.5999755859375 + 2079.320068359375 + + 124 + + 92 + + + 9.656999588012695 + 125 + + + + + + + 40.74214708060026 + -3.8091506995260715 + + 901.2000122070312 + 2089.0 + + 124 + + 91 + + + 9.6850004196167 + 111 + + + + + + + 40.742096453905106 + -3.809245750308037 + + 901.2000122070312 + 2098.659912109375 + + 124 + + 110 + + + 9.656999588012695 + 115 + + + + + + + 40.74204700067639 + -3.8093377836048603 + + 901.0 + 2108.320068359375 + + 124 + + 84 + + + 9.656999588012695 + 157 + + + + + + + 40.74199603870511 + -3.8094336725771427 + + 901.0 + 2118.050048828125 + + 128 + + 85 + + + 9.732000350952148 + 142 + + + + + + + 40.741946836933494 + -3.8095267955213785 + + 901.2000122070312 + 2127.610107421875 + + 128 + + 117 + + + 9.564000129699707 + 143 + + + + + + + 40.74189872480929 + -3.809622684493661 + + 901.2000122070312 + 2137.22998046875 + + 128 + + 85 + + + 9.619999885559082 + 141 + + + + + + + 40.741854133084416 + -3.809716310352087 + + 901.4000244140625 + 2146.85009765625 + + 128 + + 85 + + + 9.619999885559082 + 141 + + + + + + + 40.74180593714118 + -3.80981320515275 + + 901.2000122070312 + 2156.419921875 + + 128 + + 94 + + + 9.564000129699707 + 160 + + + + + + + 40.741758244112134 + -3.80990456789732 + + 901.2000122070312 + 2165.949951171875 + + 128 + + 95 + + + 9.53600025177002 + 194 + + + + + + + 40.741706443950534 + -3.809999953955412 + + 901.2000122070312 + 2175.52001953125 + + 128 + + 82 + + + 9.564000129699707 + 152 + + + + + + + 40.74165606871247 + -3.8100963458418846 + + 901.2000122070312 + 2185.14990234375 + + 128 + + 84 + + + 9.619999885559082 + 153 + + + + + + + 40.74160896241665 + -3.810188714414835 + + 901.0 + 2194.610107421875 + + 128 + + 84 + + + 9.470999717712402 + 164 + + + + + + + 40.741561437025666 + -3.810278568416834 + + 901.0 + 2204.169921875 + + 128 + + 129 + + + 9.564000129699707 + 143 + + + + + + + 40.74150988832116 + -3.810375714674592 + + 900.7999877929688 + 2213.7099609375 + + 128 + + 93 + + + 9.53600025177002 + 156 + + + + + + + 40.741462195292115 + -3.81046699360013 + + 900.7999877929688 + 2223.219970703125 + + 128 + + 84 + + + 9.517000198364258 + 152 + + + + + + + 40.7414093054831 + -3.810563972219825 + + 900.5999755859375 + 2232.739990234375 + + 128 + + 84 + + + 9.517000198364258 + 152 + + + + + + + 40.74135943315923 + -3.810658687725663 + + 900.5999755859375 + 2242.280029296875 + 84 + + + 9.53600025177002 + 182 + + + + + + + 40.741311656311154 + -3.810751559212804 + + 900.5999755859375 + 2251.85009765625 + + 128 + + 84 + + + 9.572999954223633 + 156 + + + + + + + 40.741264801472425 + -3.81084225140512 + + 900.5999755859375 + 2261.469970703125 + + 128 + + 84 + + + 9.619999885559082 + 108 + + + + + + + 40.74121258221567 + -3.810939062386751 + + 900.4000244140625 + 2271.199951171875 + + 128 + + 84 + + + 9.732000350952148 + 103 + + + + + + + 40.74116229079664 + -3.811031598597765 + + 900.5999755859375 + 2280.760009765625 + + 128 + + 117 + + + 9.555000305175781 + 101 + + + + + + + 40.74111199937761 + -3.8111283257603645 + + 900.5999755859375 + 2290.39990234375 + + 128 + + 106 + + + 9.638999938964844 + 102 + + + + + + + 40.74106221087277 + -3.811225136741996 + + 900.4000244140625 + 2300.10009765625 + + 128 + + 103 + + + 9.704000473022461 + 89 + + + + + + + 40.741012590005994 + -3.8113212771713734 + + 900.2000122070312 + 2309.830078125 + + 132 + + 99 + + + 9.732000350952148 + 60 + + + + + + + 40.74096489697695 + -3.8114152383059263 + + 900.0 + 2319.64990234375 + + 132 + + 131 + + + 9.815999984741211 + 77 + + + + + + + 40.740913432091475 + -3.811516910791397 + + 899.7999877929688 + 2329.510009765625 + + 132 + + 87 + + + 9.86299991607666 + 57 + + + + + + + 40.74086247012019 + -3.81161087192595 + + 899.5999755859375 + 2339.419921875 + + 132 + + 125 + + + 9.909000396728516 + 43 + + + + + + + 40.74080798774958 + -3.8117100298404694 + + 899.4000244140625 + 2349.360107421875 + + 132 + + 95 + + + 9.937000274658203 + 61 + + + + + + + 40.740754678845406 + -3.8118063379079103 + + 899.4000244140625 + 2359.31005859375 + + 132 + + 119 + + + 9.956000328063965 + 54 + + + + + + + 40.74070396833122 + -3.8119031488895416 + + 899.2000122070312 + 2369.300048828125 + + 132 + + 88 + + + 9.984000205993652 + 54 + + + + + + + 40.74065585620701 + -3.812000211328268 + + 899.2000122070312 + 2379.280029296875 + + 132 + + 102 + + + 9.984000205993652 + 58 + + + + + + + 40.74060338549316 + -3.812102722004056 + + 899.0 + 2389.360107421875 + + 132 + + 93 + + + 10.07699966430664 + 51 + + + + + + + 40.74055225588381 + -3.8121989462524652 + + 898.7999877929688 + 2399.2900390625 + + 132 + + 86 + + + 9.937000274658203 + 47 + + + + + + + 40.74049693532288 + -3.8123005349189043 + + 898.4000244140625 + 2409.3701171875 + + 132 + + 84 + + + 10.07699966430664 + 44 + + + + + + + 40.74044362641871 + -3.81240195594728 + + 898.2000122070312 + 2419.340087890625 + + 132 + + 98 + + + 9.96500015258789 + 54 + + + + + + + 40.74039291590452 + -3.812500862404704 + + 898.2000122070312 + 2429.39990234375 + + 132 + + 100 + + + 10.057999610900879 + 48 + + + + + + + 40.74034446850419 + -3.8126008585095406 + + 897.7999877929688 + 2439.429931640625 + + 132 + + 88 + + + 10.029999732971191 + 54 + + + + + + + 40.74029350653291 + -3.8127080630511045 + + 897.5999755859375 + 2449.47998046875 + + 132 + + 102 + + + 10.057999610900879 + 54 + + + + + + + 40.740247908979654 + -3.8128120824694633 + + 897.4000244140625 + 2459.590087890625 + + 132 + + 90 + + + 10.104999542236328 + 48 + + + + + + + 40.740202981978655 + -3.8129218854010105 + + 896.7999877929688 + 2469.739990234375 + + 132 + + 85 + + + 10.152000427246094 + 55 + + + + + + + 40.740159563720226 + -3.813030095770955 + + 896.5999755859375 + 2479.8701171875 + + 132 + + 123 + + + 10.12399959564209 + 55 + + + + + + + 40.74011765420437 + -3.813134366646409 + + 896.4000244140625 + 2489.93994140625 + + 132 + + 144 + + + 10.07699966430664 + 48 + + + + + + + 40.740076499059796 + -3.8132382184267044 + + 896.4000244140625 + 2499.969970703125 + + 132 + + 141 + + + 10.029999732971191 + 85 + + + + + + + 40.74003375135362 + -3.813346177339554 + + 896.4000244140625 + 2510.030029296875 + + 132 + + 88 + + + 10.057999610900879 + 68 + + + + + + + 40.739990919828415 + -3.813450615853071 + + 896.2000122070312 + 2520.0400390625 + + 132 + + 92 + + + 10.01200008392334 + 92 + + + + + + + 40.73994825594127 + -3.8135589100420475 + + 896.0 + 2530.050048828125 + + 132 + + 106 + + + 10.01200008392334 + 75 + + + + + + + 40.73990793898702 + -3.8136670365929604 + + 895.5999755859375 + 2540.02001953125 + + 132 + + 114 + + + 9.96500015258789 + 68 + + + + + + + 40.73986896313727 + -3.813772229477763 + + 895.4000244140625 + 2549.9599609375 + + 132 + + 86 + + + 9.937000274658203 + 61 + + + + + + + 40.73983225040138 + -3.8138752430677414 + + 895.2000122070312 + 2559.889892578125 + + 132 + + 86 + + + 9.937000274658203 + 91 + + + + + + + 40.739797884598374 + -3.813984878361225 + + 894.7999877929688 + 2569.669921875 + + 132 + + 94 + + + 9.779000282287598 + 86 + + + + + + + 40.73977374471724 + -3.8140935078263283 + + 894.5999755859375 + 2579.56005859375 + + 132 + + 85 + + + 9.890999794006348 + 74 + + + + + + + 40.739761255681515 + -3.8142144586890936 + + 894.7999877929688 + 2589.389892578125 + + 132 + + 102 + + + 9.824999809265137 + 80 + + + + + + + 40.73975723236799 + -3.814335074275732 + + 894.7999877929688 + 2599.2099609375 + + 132 + + 115 + + + 9.824999809265137 + 80 + + + + + + + 40.73975337669253 + -3.814448229968548 + + 894.7999877929688 + 2608.949951171875 + + 132 + + 98 + + + 9.732000350952148 + 112 + + + + + + + 40.73974440805614 + -3.81455828435719 + + 894.4000244140625 + 2618.590087890625 + + 132 + + 85 + + + 9.64799976348877 + 109 + + + + + + + 40.739719765260816 + -3.8146704342216253 + + 894.2000122070312 + 2628.280029296875 + + 132 + + 94 + + + 9.6850004196167 + 82 + + + + + + + 40.73967894539237 + -3.8147681672126055 + + 894.2000122070312 + 2637.89990234375 + + 132 + + 114 + + + 9.619999885559082 + 95 + + + + + + + 40.73962320573628 + -3.814861960709095 + + 894.2000122070312 + 2647.429931640625 + + 132 + + 84 + + + 9.53600025177002 + 126 + + + + + + + 40.73956117965281 + -3.8149448577314615 + + 894.4000244140625 + 2656.820068359375 + + 132 + + 88 + + + 9.38700008392334 + 124 + + + + + + + 40.73949680663645 + -3.815021300688386 + + 894.5999755859375 + 2666.340087890625 + + 132 + + 147 + + + 9.517000198364258 + 123 + + + + + + + 40.73943318799138 + -3.815094558522105 + + 894.5999755859375 + 2675.919921875 + + 132 + + 110 + + + 9.583000183105469 + 134 + + + + + + + 40.73937359265983 + -3.8151792995631695 + + 894.4000244140625 + 2685.5 + + 132 + + 85 + + + 9.583000183105469 + 108 + + + + + + + 40.7393267378211 + -3.8152702432125807 + + 894.2000122070312 + 2695.1201171875 + + 132 + + 86 + + + 9.619999885559082 + 108 + + + + + + + 40.739283906295896 + -3.815372921526432 + + 894.2000122070312 + 2704.580078125 + + 132 + + 85 + + + 9.45199966430664 + 145 + + + + + + + 40.73924543336034 + -3.815479287877679 + + 894.2000122070312 + 2714.050048828125 + + 132 + + 86 + + + 9.470999717712402 + 145 + + + + + + + 40.73920821771026 + -3.815580289810896 + + 894.2000122070312 + 2723.5 + + 132 + + 84 + + + 9.45199966430664 + 132 + + + + + + + 40.73916848748922 + -3.8156796991825104 + + 894.0 + 2732.949951171875 + + 132 + + 84 + + + 9.45199966430664 + 158 + + + + + + + 40.739127080887556 + -3.8157857302576303 + + 894.0 + 2742.39990234375 + + 132 + + 84 + + + 9.45199966430664 + 122 + + + + + + + 40.73908969759941 + -3.815884804353118 + + 894.2000122070312 + 2751.85009765625 + + 132 + + 85 + + + 9.45199966430664 + 122 + + + + + + + 40.73905072174966 + -3.81598899140954 + + 893.7999877929688 + 2761.31005859375 + + 132 + + 82 + + + 9.45199966430664 + 122 + + + + + + + 40.73901283554733 + -3.816092424094677 + + 893.5999755859375 + 2770.739990234375 + + 132 + + 106 + + + 9.432999610900879 + 103 + + + + + + + 40.73897545225918 + -3.816191917285323 + + 893.5999755859375 + 2780.239990234375 + + 136 + + 103 + + + 9.49899959564209 + 123 + + + + + + + 40.738937482237816 + -3.8162907399237156 + + 893.4000244140625 + 2789.739990234375 + + 136 + + 84 + + + 9.49899959564209 + 119 + + + + + + + 40.73889750055969 + -3.816394340246916 + + 893.4000244140625 + 2799.169921875 + + 136 + + 114 + + + 9.432999610900879 + 106 + + + + + + + 40.73885944671929 + -3.8164869602769613 + + 893.4000244140625 + 2808.60009765625 + + 136 + + 95 + + + 9.432999610900879 + 151 + + + + + + + 40.738822063431144 + -3.816591901704669 + + 893.4000244140625 + 2818.06005859375 + + 136 + + 84 + + + 9.45199966430664 + 148 + + + + + + + 40.73878434486687 + -3.8166962563991547 + + 893.2000122070312 + 2827.570068359375 + + 136 + + 114 + + + 9.517000198364258 + 149 + + + + + + + 40.73874411173165 + -3.8167954981327057 + + 893.2000122070312 + 2837.14990234375 + + 136 + + 82 + + + 9.583000183105469 + 150 + + + + + + + 40.73870790190995 + -3.816895242780447 + + 893.2000122070312 + 2846.77001953125 + + 136 + + 84 + + + 9.611000061035156 + 167 + + + + + + + 40.738668255507946 + -3.8170042913407087 + + 893.2000122070312 + 2856.3798828125 + + 136 + + 121 + + + 9.611000061035156 + 134 + + + + + + + 40.7386308722198 + -3.8171065505594015 + + 893.4000244140625 + 2865.93994140625 + + 136 + + 112 + + + 9.564000129699707 + 134 + + + + + + + 40.738592902198434 + -3.8172099832445383 + + 893.4000244140625 + 2875.43994140625 + + 136 + + 82 + + + 9.49899959564209 + 143 + + + + + + + 40.73855937458575 + -3.817312577739358 + + 893.4000244140625 + 2884.830078125 + + 136 + + 84 + + + 9.395999908447266 + 144 + + + + + + + 40.73852593079209 + -3.8174113165587187 + + 893.4000244140625 + 2894.179931640625 + + 136 + + 82 + + + 9.348999977111816 + 143 + + + + + + + 40.73849139735103 + -3.8175053615123034 + + 893.4000244140625 + 2903.25 + + 136 + + 79 + + + 9.069000244140625 + 148 + + + + + + + 40.73845149949193 + -3.817603262141347 + + 893.2000122070312 + 2912.320068359375 + + 136 + + 81 + + + 9.069000244140625 + 189 + + + + + + + 40.73841470293701 + -3.8176949601620436 + + 893.2000122070312 + 2921.3701171875 + + 136 + + 83 + + + 9.050999641418457 + 169 + + + + + + + 40.738377906382084 + -3.817794034257531 + + 893.2000122070312 + 2930.389892578125 + + 136 + + 107 + + + 9.012999534606934 + 193 + + + + + + + 40.7383425347507 + -3.817890677601099 + + 893.2000122070312 + 2939.47998046875 + + 136 + + 107 + + + 9.088000297546387 + 289 + + + + + + + 40.73830833658576 + -3.817983465269208 + + 893.0 + 2948.5400390625 + + 136 + + 79 + + + 9.069000244140625 + 201 + + + + + + + 40.73827464133501 + -3.818075079470873 + + 893.2000122070312 + 2957.52001953125 + + 136 + + 80 + + + 8.97599983215332 + 196 + + + + + + + 40.738240694627166 + -3.8181767519563437 + + 893.4000244140625 + 2966.570068359375 + + 136 + + 81 + + + 9.050999641418457 + 234 + + + + + + + 40.7382080052048 + -3.818272389471531 + + 893.5999755859375 + 2975.6298828125 + + 136 + + 78 + + + 9.0600004196167 + 213 + + + + + + + 40.7381749805063 + -3.8183723855763674 + + 893.5999755859375 + 2984.669921875 + + 136 + + 78 + + + 9.041000366210938 + 246 + + + + + + + 40.73814271017909 + -3.8184718787670135 + + 893.4000244140625 + 2993.72998046875 + + 136 + + 79 + + + 9.0600004196167 + 222 + + + + + + + 40.73811479844153 + -3.818572796881199 + + 893.4000244140625 + 3002.760009765625 + 80 + + + 9.02299976348877 + 221 + + + + + + + 40.738090658560395 + -3.818671954795718 + + 893.5999755859375 + 3011.760009765625 + 80 + + + 9.003999710083008 + 199 + + + + + + + 40.73806459084153 + -3.8187782373279333 + + 893.5999755859375 + 3020.780029296875 + 79 + + + 9.02299976348877 + 230 + + + + + + + 40.73804154060781 + -3.818876724690199 + + 893.5999755859375 + 3029.7900390625 + 79 + + + 9.003999710083008 + 230 + + + + + + + 40.73801999911666 + -3.8189860247075558 + + 893.5999755859375 + 3038.8798828125 + 78 + + + 9.097000122070312 + 177 + + + + + + + 40.73800231330097 + -3.8190947379916906 + + 893.5999755859375 + 3047.8701171875 + 79 + + + 8.984999656677246 + 220 + + + + + + + 40.737986639142036 + -3.819198841229081 + + 893.7999877929688 + 3056.909912109375 + 80 + + + 9.041000366210938 + 227 + + + + + + + 40.73797155171633 + -3.819303698837757 + + 893.5999755859375 + 3065.969970703125 + 80 + + + 9.0600004196167 + 182 + + + + + + + 40.737955793738365 + -3.819415094330907 + + 893.5999755859375 + 3075.030029296875 + 80 + + + 9.0600004196167 + 212 + + + + + + + 40.73794288560748 + -3.81951785646379 + + 893.7999877929688 + 3084.070068359375 + 80 + + + 9.041000366210938 + 212 + + + + + + + 40.737931821495295 + -3.8196292519569397 + + 893.7999877929688 + 3093.110107421875 + + 136 + + 80 + + + 9.041000366210938 + 199 + + + + + + + 40.737925032153726 + -3.8197411503642797 + + 893.7999877929688 + 3102.159912109375 + + 136 + + 81 + + + 9.041000366210938 + 169 + + + + + + + 40.73792050592601 + -3.8198475167155266 + + 893.7999877929688 + 3111.139892578125 + + 136 + + 79 + + + 8.984999656677246 + 177 + + + + + + + 40.73791681788862 + -3.8199538830667734 + + 894.0 + 3120.159912109375 + + 136 + + 82 + + + 9.02299976348877 + 153 + + + + + + + 40.73791245929897 + -3.8200639374554157 + + 893.7999877929688 + 3129.0400390625 + + 136 + + 80 + + + 8.873000144958496 + 175 + + + + + + + 40.737909860908985 + -3.820167286321521 + + 893.7999877929688 + 3137.909912109375 + + 136 + + 80 + + + 8.873000144958496 + 170 + + + + + + + 40.7379106990993 + -3.820277424529195 + + 893.5999755859375 + 3146.830078125 + + 136 + + 80 + + + 8.920000076293945 + 170 + + + + + + + 40.73791287839413 + -3.8203827012330294 + + 893.7999877929688 + 3155.780029296875 + + 136 + + 81 + + + 8.947999954223633 + 185 + + + + + + + 40.737914303317666 + -3.8204894866794348 + + 893.7999877929688 + 3164.75 + + 136 + + 78 + + + 8.967000007629395 + 210 + + + + + + + 40.73791841045022 + -3.820594260469079 + + 893.7999877929688 + 3173.72998046875 + 79 + + + 8.984999656677246 + 186 + + + + + + + 40.73792704381049 + -3.820707080885768 + + 894.0 + 3182.719970703125 + 78 + + + 8.984999656677246 + 198 + + + + + + + 40.73793450370431 + -3.8208134472370148 + + 893.7999877929688 + 3191.719970703125 + 80 + + + 9.003999710083008 + 162 + + + + + + + 40.737944478169084 + -3.8209215737879276 + + 893.7999877929688 + 3200.719970703125 + 81 + + + 9.003999710083008 + 156 + + + + + + + 40.73795596137643 + -3.82102626375854 + + 893.7999877929688 + 3209.68994140625 + 79 + + + 8.967000007629395 + 182 + + + + + + + 40.73796769604087 + -3.821129696443677 + + 893.7999877929688 + 3218.639892578125 + 78 + + + 8.947999954223633 + 176 + + + + + + + 40.73798093944788 + -3.8212301954627037 + + 894.0 + 3227.570068359375 + 84 + + + 8.928999900817871 + 170 + + + + + + + 40.737997870892286 + -3.821337902918458 + + 894.0 + 3236.52001953125 + 82 + + + 8.947999954223633 + 197 + + + + + + + 40.738017819821835 + -3.8214426767081022 + + 894.2000122070312 + 3245.5 + 79 + + + 8.984999656677246 + 156 + + + + + + + 40.73804137296975 + -3.8215495459735394 + + 894.2000122070312 + 3254.469970703125 + + 136 + + 78 + + + 8.967000007629395 + 177 + + + + + + + 40.73806500993669 + -3.8216545712202787 + + 894.2000122070312 + 3263.419921875 + + 136 + + 79 + + + 8.947999954223633 + 167 + + + + + + + 40.73808889836073 + -3.8217562437057495 + + 894.2000122070312 + 3272.419921875 + + 136 + + 79 + + + 9.003999710083008 + 199 + + + + + + + 40.73811337351799 + -3.8218546472489834 + + 894.2000122070312 + 3281.4599609375 + + 136 + + 79 + + + 9.041000366210938 + 193 + + + + + + + 40.738139944151044 + -3.8219577446579933 + + 894.2000122070312 + 3290.56005859375 + + 136 + + 81 + + + 9.097000122070312 + 198 + + + + + + + 40.73816617950797 + -3.822058327496052 + + 894.0 + 3299.659912109375 + 81 + + + 9.097000122070312 + 200 + + + + + + + 40.73819601908326 + -3.822162179276347 + + 894.0 + 3308.840087890625 + 81 + + + 9.180999755859375 + 200 + + + + + + + 40.73823105543852 + -3.8222654443234205 + + 894.0 + 3318.06005859375 + 81 + + + 9.218999862670898 + 203 + + + + + + + 40.7382682710886 + -3.822363680228591 + + 894.2000122070312 + 3327.280029296875 + + 136 + + 81 + + + 9.218999862670898 + 182 + + + + + + + 40.73830557055771 + -3.822457641363144 + + 894.4000244140625 + 3336.510009765625 + + 136 + + 81 + + + 9.237000465393066 + 154 + + + + + + + 40.738346138969064 + -3.8225579727441072 + + 894.4000244140625 + 3345.72998046875 + + 136 + + 80 + + + 9.218999862670898 + 156 + + + + + + + 40.738385282456875 + -3.8226526882499456 + + 894.4000244140625 + 3354.929931640625 + + 136 + + 81 + + + 9.199999809265137 + 159 + + + + + + + 40.738426269963384 + -3.822749499231577 + + 894.4000244140625 + 3364.10009765625 + + 136 + + 109 + + + 9.163000106811523 + 128 + + + + + + + 40.73846952058375 + -3.822844047099352 + + 894.7999877929688 + 3373.22998046875 + + 136 + + 91 + + + 9.135000228881836 + 124 + + + + + + + 40.738514279946685 + -3.822936750948429 + + 894.7999877929688 + 3382.31005859375 + + 136 + + 79 + + + 9.079000473022461 + 117 + + + + + + + 40.738559206947684 + -3.823024593293667 + + 894.7999877929688 + 3391.330078125 + + 136 + + 81 + + + 9.02299976348877 + 162 + + + + + + + 40.73860924690962 + -3.823115872219205 + + 894.5999755859375 + 3400.360107421875 + + 136 + + 81 + + + 9.02299976348877 + 175 + + + + + + + 40.73865668848157 + -3.8232005294412374 + + 894.4000244140625 + 3409.3701171875 + + 136 + + 80 + + + 9.012999534606934 + 175 + + + + + + + 40.73870664462447 + -3.8232888747006655 + + 894.4000244140625 + 3418.35009765625 + + 136 + + 76 + + + 8.984999656677246 + 168 + + + + + + + 40.73875886388123 + -3.823375543579459 + + 894.5999755859375 + 3427.340087890625 + + 136 + + 78 + + + 8.984999656677246 + 156 + + + + + + + 40.73881024494767 + -3.8234555069357157 + + 894.5999755859375 + 3436.31005859375 + + 136 + + 78 + + + 8.967000007629395 + 150 + + + + + + + 40.73886003345251 + -3.8235327880829573 + + 894.5999755859375 + 3445.31005859375 + + 136 + + 85 + + + 9.003999710083008 + 147 + + + + + + + 40.73891619220376 + -3.823613254353404 + + 894.5999755859375 + 3454.1298828125 + + 136 + + 80 + + + 8.817999839782715 + 165 + + + + + + + 40.73897243477404 + -3.8236870989203453 + + 894.5999755859375 + 3463.090087890625 + + 136 + + 78 + + + 8.967000007629395 + 198 + + + + + + + 40.739032197743654 + -3.823763793334365 + + 894.7999877929688 + 3471.889892578125 + + 136 + + 78 + + + 8.798999786376953 + 173 + + + + + + + 40.739095229655504 + -3.823842415586114 + + 894.5999755859375 + 3480.77001953125 + + 136 + + 77 + + + 8.873000144958496 + 166 + + + + + + + 40.73915423825383 + -3.823913913220167 + + 894.7999877929688 + 3489.679931640625 + + 136 + + 78 + + + 8.91100025177002 + 215 + + + + + + + 40.73921416886151 + -3.823984321206808 + + 894.5999755859375 + 3498.590087890625 + + 136 + + 78 + + + 8.91100025177002 + 175 + + + + + + + 40.73927870951593 + -3.8240574952214956 + + 894.5999755859375 + 3507.52001953125 + + 136 + + 80 + + + 8.928999900817871 + 170 + + + + + + + 40.73933880776167 + -3.824124215170741 + + 894.5999755859375 + 3516.469970703125 + + 136 + + 78 + + + 8.947999954223633 + 225 + + + + + + + 40.739402091130614 + -3.8241938687860966 + + 894.5999755859375 + 3525.489990234375 + + 136 + + 78 + + + 9.02299976348877 + 181 + + + + + + + 40.739467050880194 + -3.8242645282298326 + + 894.5999755859375 + 3534.510009765625 + + 136 + + 79 + + + 9.02299976348877 + 162 + + + + + + + 40.73952983133495 + -3.8243329245597124 + + 894.5999755859375 + 3543.530029296875 + + 136 + + 79 + + + 9.02299976348877 + 178 + + + + + + + 40.73959194123745 + -3.824401320889592 + + 895.0 + 3552.56005859375 + + 136 + + 79 + + + 9.02299976348877 + 137 + + + + + + + 40.739656733348966 + -3.824473572894931 + + 894.7999877929688 + 3561.52001953125 + + 136 + + 82 + + + 8.967000007629395 + 137 + + + + + + + 40.739717837423086 + -3.824540125206113 + + 894.5999755859375 + 3570.550048828125 + + 136 + + 83 + + + 9.02299976348877 + 135 + + + + + + + 40.73978338390589 + -3.824608940631151 + + 894.5999755859375 + 3579.530029296875 + + 136 + + 78 + + + 8.984999656677246 + 150 + + + + + + + 40.73984834365547 + -3.8246765825897455 + + 894.7999877929688 + 3588.52001953125 + + 136 + + 83 + + + 8.984999656677246 + 171 + + + + + + + 40.73990819044411 + -3.8247405365109444 + + 894.7999877929688 + 3597.52001953125 + + 136 + + 83 + + + 9.003999710083008 + 202 + + + + + + + 40.73996904306114 + -3.8248049933463335 + + 895.0 + 3606.5400390625 + + 136 + + 91 + + + 9.02299976348877 + 206 + + + + + + + 40.74003383517265 + -3.8248738925904036 + + 895.0 + 3615.590087890625 + + 136 + + 88 + + + 9.041000366210938 + 163 + + + + + + + 40.74009619653225 + -3.824942037463188 + + 895.0 + 3624.659912109375 + + 136 + + 80 + + + 9.079000473022461 + 151 + + + + + + + 40.74016124010086 + -3.8250122778117657 + + 895.0 + 3633.719970703125 + + 136 + + 80 + + + 9.0600004196167 + 154 + + + + + + + 40.74022569693625 + -3.8250845298171043 + + 895.0 + 3642.77001953125 + 81 + + + 9.041000366210938 + 129 + + + + + + + 40.7402868848294 + -3.8251530937850475 + + 895.0 + 3651.72998046875 + + 136 + + 79 + + + 8.967000007629395 + 122 + + + + + + + 40.7403474021703 + -3.8252188079059124 + + 895.0 + 3660.659912109375 + + 136 + + 80 + + + 8.928999900817871 + 170 + + + + + + + 40.74041227810085 + -3.825288377702236 + + 895.0 + 3669.64990234375 + + 136 + + 78 + + + 8.984999656677246 + 158 + + + + + + + 40.740472711622715 + -3.8253562711179256 + + 895.0 + 3678.669921875 + + 136 + + 79 + + + 9.02299976348877 + 144 + + + + + + + 40.740537168458104 + -3.8254264276474714 + + 895.0 + 3687.68994140625 + + 136 + + 78 + + + 9.02299976348877 + 144 + + + + + + + 40.74059894308448 + -3.8254929799586535 + + 895.0 + 3696.68994140625 + + 136 + + 90 + + + 8.994999885559082 + 150 + + + + + + + 40.74065895751119 + -3.8255604542791843 + + 895.0 + 3705.64990234375 + + 136 + + 86 + + + 8.956999778747559 + 137 + + + + + + + 40.7407168764621 + -3.825625078752637 + + 895.0 + 3714.6201171875 + + 136 + + 80 + + + 8.97599983215332 + 135 + + + + + + + 40.74077915400267 + -3.8256959058344364 + + 895.2000122070312 + 3723.419921875 + + 136 + + 79 + + + 8.798999786376953 + 153 + + + + + + + 40.7408379111439 + -3.825764050707221 + + 895.2000122070312 + 3732.219970703125 + + 136 + + 81 + + + 8.798999786376953 + 129 + + + + + + + 40.740899350494146 + -3.8258361350744963 + + 895.4000244140625 + 3741.0 + + 136 + + 80 + + + 8.779999732971191 + 155 + + + + + + + 40.740957437083125 + -3.8259088899940252 + + 895.2000122070312 + 3749.760009765625 + + 136 + + 78 + + + 8.76200008392334 + 152 + + + + + + + 40.74101284146309 + -3.825981644913554 + + 895.0 + 3758.469970703125 + + 136 + + 78 + + + 8.706000328063965 + 172 + + + + + + + 40.74106581509113 + -3.826051549986005 + + 895.2000122070312 + 3767.1298828125 + + 136 + + 78 + + + 8.668000221252441 + 162 + + + + + + + 40.74112180620432 + -3.8261276576668024 + + 895.4000244140625 + 3775.820068359375 + + 136 + + 75 + + + 8.687000274658203 + 174 + + + + + + + 40.74117369018495 + -3.8261997420340776 + + 895.2000122070312 + 3784.489990234375 + + 136 + + 86 + + + 8.668000221252441 + 132 + + + + + + + 40.74122691527009 + -3.8262781128287315 + + 895.4000244140625 + 3793.179931640625 + + 136 + + 76 + + + 8.687000274658203 + 151 + + + + + + + 40.74127779342234 + -3.8263605907559395 + + 895.5999755859375 + 3801.840087890625 + + 136 + + 78 + + + 8.668000221252441 + 186 + + + + + + + 40.741324815899134 + -3.8264407217502594 + + 895.5999755859375 + 3810.550048828125 + + 136 + + 77 + + + 8.706000328063965 + 172 + + + + + + + 40.74137016199529 + -3.8265216909348965 + + 895.5999755859375 + 3819.239990234375 + + 136 + + 77 + + + 8.687000274658203 + 171 + + + + + + + 40.741415340453386 + -3.826607521623373 + + 895.5999755859375 + 3827.8701171875 + + 136 + + 77 + + + 8.630999565124512 + 152 + + + + + + + 40.741457249969244 + -3.8266900833696127 + + 895.7999877929688 + 3836.489990234375 + + 136 + + 75 + + + 8.621999740600586 + 175 + + + + + + + 40.741501338779926 + -3.826778931543231 + + 895.7999877929688 + 3845.110107421875 + + 136 + + 77 + + + 8.621999740600586 + 149 + + + + + + + 40.741543751209974 + -3.826869875192642 + + 895.7999877929688 + 3853.840087890625 + + 136 + + 75 + + + 8.723999977111816 + 163 + + + + + + + 40.741583397611976 + -3.8269581366330385 + + 895.7999877929688 + 3862.419921875 + + 136 + + 75 + + + 8.583999633789062 + 169 + + + + + + + 40.741620445623994 + -3.827045727521181 + + 896.0 + 3871.110107421875 + + 136 + + 75 + + + 8.687000274658203 + 177 + + + + + + + 40.74165673926473 + -3.827138766646385 + + 896.0 + 3879.85009765625 + + 136 + + 76 + + + 8.743000030517578 + 161 + + + + + + + 40.74169001542032 + -3.8272282853722572 + + 896.0 + 3888.5 + + 136 + + 76 + + + 8.649999618530273 + 132 + + + + + + + 40.74172387830913 + -3.82732467725873 + + 896.0 + 3897.080078125 + + 136 + + 78 + + + 8.583999633789062 + 160 + + + + + + + 40.74175690300763 + -3.8274207338690758 + + 896.0 + 3905.72998046875 + + 136 + + 75 + + + 8.649999618530273 + 126 + + + + + + + 40.74178623966873 + -3.827514359727502 + + 896.0 + 3914.360107421875 + + 136 + + 79 + + + 8.630999565124512 + 164 + + + + + + + 40.741811553016305 + -3.8276061415672302 + + 896.0 + 3922.989990234375 + + 136 + + 77 + + + 8.621999740600586 + 167 + + + + + + + 40.741837453097105 + -3.8277050480246544 + + 896.0 + 3931.590087890625 + + 136 + + 76 + + + 8.602999687194824 + 164 + + + + + + + 40.741860922425985 + -3.82779817096889 + + 896.0 + 3940.2099609375 + + 136 + + 76 + + + 8.621999740600586 + 170 + + + + + + + 40.74188346974552 + -3.8278979156166315 + + 896.0 + 3948.860107421875 + + 136 + + 77 + + + 8.649999618530273 + 194 + + + + + + + 40.74190450832248 + -3.827996989712119 + + 896.0 + 3957.580078125 + + 136 + + 76 + + + 8.723999977111816 + 175 + + + + + + + 40.74192378669977 + -3.828092711046338 + + 895.7999877929688 + 3966.31005859375 + + 136 + + 99 + + + 8.723999977111816 + 146 + + + + + + + 40.74194180779159 + -3.8281891867518425 + + 895.7999877929688 + 3974.97998046875 + + 136 + + 104 + + + 8.668000221252441 + 150 + + + + + + + 40.74195991270244 + -3.82829119451344 + + 895.7999877929688 + 3983.6298828125 + + 136 + + 78 + + + 8.649999618530273 + 147 + + + + + + + 40.74197600595653 + -3.828386329114437 + + 895.7999877929688 + 3992.31005859375 + 76 + + + 8.687000274658203 + 169 + + + + + + + 40.7419915124774 + -3.8284859899431467 + + 895.7999877929688 + 4001.0400390625 + 77 + + + 8.723999977111816 + 157 + + + + + + + 40.74200324714184 + -3.8285885844379663 + + 895.5999755859375 + 4009.830078125 + 77 + + + 8.798999786376953 + 155 + + + + + + + 40.74201221577823 + -3.828685814514756 + + 895.7999877929688 + 4018.47998046875 + 77 + + + 8.649999618530273 + 191 + + + + + + + 40.74201908893883 + -3.8287828769534826 + + 895.7999877929688 + 4027.25 + 76 + + + 8.76200008392334 + 161 + + + + + + + 40.742022609338164 + -3.828888488933444 + + 896.0 + 4035.85009765625 + 75 + + + 8.602999687194824 + 167 + + + + + + + 40.74202470481396 + -3.8289920892566442 + + 896.0 + 4044.5400390625 + 76 + + + 8.687000274658203 + 165 + + + + + + + 40.74202621355653 + -3.829099629074335 + + 895.7999877929688 + 4053.300048828125 + 76 + + + 8.76200008392334 + 173 + + + + + + + 40.742028057575226 + -3.829206246882677 + + 896.0 + 4062.110107421875 + 78 + + + 8.817999839782715 + 194 + + + + + + + 40.7420258782804 + -3.8293092604726553 + + 896.0 + 4070.929931640625 + 76 + + + 8.817999839782715 + 153 + + + + + + + 40.74202177114785 + -3.829413028433919 + + 896.0 + 4079.7099609375 + + 136 + + 78 + + + 8.779999732971191 + 167 + + + + + + + 40.742015736177564 + -3.8295224960893393 + + 895.7999877929688 + 4088.530029296875 + + 136 + + 78 + + + 8.817999839782715 + 177 + + + + + + + 40.7420105393976 + -3.829626264050603 + + 895.7999877929688 + 4097.240234375 + + 136 + + 78 + + + 8.706000328063965 + 195 + + + + + + + 40.742003666237 + -3.829735480248928 + + 896.2000122070312 + 4106.02978515625 + + 136 + + 78 + + + 8.798999786376953 + 179 + + + + + + + 40.741993775591254 + -3.829843942075968 + + 896.0 + 4114.919921875 + + 136 + + 78 + + + 8.883000373840332 + 166 + + + + + + + 40.74198145419359 + -3.82994812913239 + + 895.7999877929688 + 4123.7001953125 + + 136 + + 78 + + + 8.779999732971191 + 200 + + + + + + + 40.741967456415296 + -3.8300519809126854 + + 896.0 + 4132.580078125 + + 136 + + 78 + + + 8.883000373840332 + 136 + + + + + + + 40.74195119552314 + -3.8301600236445665 + + 896.2000122070312 + 4141.4599609375 + + 136 + + 79 + + + 8.883000373840332 + 151 + + + + + + + 40.741935605183244 + -3.8302642945200205 + + 896.2000122070312 + 4150.35009765625 + + 136 + + 78 + + + 8.883000373840332 + 166 + + + + + + + 40.741916662082076 + -3.8303720857948065 + + 896.0 + 4159.31982421875 + + 136 + + 79 + + + 8.97599983215332 + 174 + + + + + + + 40.74189679697156 + -3.830477949231863 + + 896.0 + 4168.2001953125 + + 136 + + 76 + + + 8.883000373840332 + 160 + + + + + + + 40.74187617748976 + -3.8305817171931267 + + 896.0 + 4177.2001953125 + + 136 + + 80 + + + 8.994999885559082 + 165 + + + + + + + 40.7418551389128 + -3.830684144049883 + + 896.0 + 4186.240234375 + + 136 + + 79 + + + 9.041000366210938 + 144 + + + + + + + 40.74183275923133 + -3.830792522057891 + + 896.0 + 4195.27978515625 + 78 + + + 9.041000366210938 + 135 + + + + + + + 40.74181163683534 + -3.830893272534013 + + 896.0 + 4204.31982421875 + + 136 + + 82 + + + 9.041000366210938 + 147 + + + + + + + 40.741789508610964 + -3.8309985492378473 + + 896.0 + 4213.3798828125 + + 136 + + 88 + + + 9.0600004196167 + 157 + + + + + + + 40.7417668774724 + -3.8311059214174747 + + 896.2000122070312 + 4222.4599609375 + + 136 + + 79 + + + 9.079000473022461 + 157 + + + + + + + 40.741745168343186 + -3.8312117848545313 + + 896.2000122070312 + 4231.56005859375 + + 136 + + 81 + + + 9.097000122070312 + 148 + + + + + + + 40.741722621023655 + -3.8313123676925898 + + 896.2000122070312 + 4240.68017578125 + + 136 + + 79 + + + 9.116000175476074 + 145 + + + + + + + 40.741697642952204 + -3.8314199913293123 + + 896.2000122070312 + 4249.81005859375 + + 136 + + 90 + + + 9.135000228881836 + 137 + + + + + + + 40.741675682365894 + -3.8315227534621954 + + 896.2000122070312 + 4258.93017578125 + + 136 + + 78 + + + 9.116000175476074 + 152 + + + + + + + 40.741650369018316 + -3.831631215289235 + + 896.2000122070312 + 4268.14013671875 + + 136 + + 82 + + + 9.208999633789062 + 150 + + + + + + + 40.74162614531815 + -3.831739677116275 + + 896.0 + 4277.22021484375 + + 136 + + 83 + + + 9.079000473022461 + 154 + + + + + + + 40.741605777293444 + -3.8318442832678556 + + 896.0 + 4286.39013671875 + + 136 + + 82 + + + 9.17199993133545 + 171 + + + + + + + 40.74158457107842 + -3.83194612339139 + + 896.0 + 4295.5400390625 + + 136 + + 83 + + + 9.152999877929688 + 149 + + + + + + + 40.74156302958727 + -3.832053830847144 + + 896.2000122070312 + 4304.669921875 + + 136 + + 80 + + + 9.135000228881836 + 146 + + + + + + + 40.74154157191515 + -3.8321550842374563 + + 896.2000122070312 + 4313.85009765625 + 83 + + + 9.17199993133545 + 153 + + + + + + + 40.741516845300794 + -3.8322616182267666 + + 896.2000122070312 + 4322.8701171875 + 83 + + + 9.02299976348877 + 168 + + + + + + + 40.74149463325739 + -3.8323683198541403 + + 896.2000122070312 + 4331.97021484375 + 80 + + + 9.097000122070312 + 177 + + + + + + + 40.74147476814687 + -3.8324730936437845 + + 896.0 + 4341.1201171875 + 82 + + + 9.152999877929688 + 171 + + + + + + + 40.741456830874085 + -3.8325779512524605 + + 896.0 + 4350.16015625 + + 136 + + 79 + + + 9.041000366210938 + 172 + + + + + + + 40.74144082143903 + -3.8326895143836737 + + 896.0 + 4359.31982421875 + + 136 + + 81 + + + 9.152999877929688 + 171 + + + + + + + 40.74142632074654 + -3.8327944558113813 + + 896.2000122070312 + 4368.509765625 + + 136 + + 82 + + + 9.190999984741211 + 125 + + + + + + + 40.74141047894955 + -3.832906186580658 + + 896.2000122070312 + 4377.68017578125 + + 136 + + 81 + + + 9.17199993133545 + 118 + + + + + + + 40.741399666294456 + -3.8330162409693003 + + 896.2000122070312 + 4386.7900390625 + + 136 + + 84 + + + 9.116000175476074 + 127 + + + + + + + 40.74139346368611 + -3.833126462996006 + + 896.0 + 4395.89013671875 + + 136 + + 82 + + + 9.097000122070312 + 114 + + + + + + + 40.74138734489679 + -3.8332314044237137 + + 896.0 + 4404.990234375 + + 136 + + 91 + + + 9.097000122070312 + 127 + + + + + + + 40.741382064297795 + -3.8333419617265463 + + 896.0 + 4414.14013671875 + + 136 + + 79 + + + 9.152999877929688 + 146 + + + + + + + 40.741379549726844 + -3.8334453105926514 + + 896.2000122070312 + 4423.02978515625 + + 136 + + 81 + + + 8.883000373840332 + 115 + + + + + + + 40.74137854389846 + -3.833554945886135 + + 896.4000244140625 + 4431.9501953125 + + 136 + + 85 + + + 8.920000076293945 + 115 + + + + + + + 40.74137829244137 + -3.8336617313325405 + + 896.4000244140625 + 4440.740234375 + + 136 + + 83 + + + 8.798999786376953 + 173 + + + + + + + 40.741380136460066 + -3.8337686005979776 + + 896.2000122070312 + 4449.6298828125 + + 136 + + 79 + + + 8.883000373840332 + 163 + + + + + + + 40.74138432741165 + -3.8338722847402096 + + 896.0 + 4458.6201171875 + + 136 + + 75 + + + 8.994999885559082 + 165 + + + + + + + 40.74139254167676 + -3.8339804112911224 + + 896.2000122070312 + 4467.490234375 + + 136 + + 79 + + + 8.86400032043457 + 156 + + + + + + + 40.741403605788946 + -3.8340813294053078 + + 896.2000122070312 + 4476.41015625 + + 134 + + 75 + + + 8.920000076293945 + 125 + + + + + + + 40.74141793884337 + -3.834188114851713 + + 896.2000122070312 + 4485.31005859375 + + 134 + + 78 + + + 8.901000022888184 + 154 + + + + + + + 40.741434786468744 + -3.8342934753745794 + + 896.2000122070312 + 4494.2099609375 + + 134 + + 78 + + + 8.901000022888184 + 154 + + + + + + + 40.74145163409412 + -3.834395231679082 + + 896.4000244140625 + 4503.1298828125 + + 134 + + 77 + + + 8.920000076293945 + 151 + + + + + + + 40.74146697297692 + -3.834496233612299 + + 896.5999755859375 + 4512.06982421875 + + 134 + + 78 + + + 8.939000129699707 + 149 + + + + + + + 40.74148331768811 + -3.834604360163212 + + 896.5999755859375 + 4521.10986328125 + + 134 + + 80 + + + 9.041000366210938 + 141 + + + + + + + 40.74150217697024 + -3.8347067032009363 + + 896.5999755859375 + 4530.08984375 + + 134 + + 77 + + + 8.97599983215332 + 131 + + + + + + + 40.741523215547204 + -3.8348140753805637 + + 896.5999755859375 + 4539.009765625 + + 134 + + 79 + + + 8.920000076293945 + 167 + + + + + + + 40.7415440864861 + -3.8349196035414934 + + 896.5999755859375 + 4547.97998046875 + 77 + + + 8.97599983215332 + 128 + + + + + + + 40.74156763963401 + -3.835024042055011 + + 896.5999755859375 + 4556.919921875 + + 134 + + 78 + + + 8.939000129699707 + 155 + + + + + + + 40.741589684039354 + -3.8351257145404816 + + 896.5999755859375 + 4565.8798828125 + + 134 + + 78 + + + 8.956999778747559 + 155 + + + + + + + 40.741610219702125 + -3.8352323323488235 + + 896.5999755859375 + 4574.7998046875 + + 134 + + 77 + + + 8.920000076293945 + 109 + + + + + + + 40.741629330441356 + -3.8353330828249454 + + 896.4000244140625 + 4583.72021484375 + + 123 + + 80 + + + 8.920000076293945 + 130 + + + + + + + 40.74165045283735 + -3.835439868271351 + + 896.5999755859375 + 4592.7099609375 + + 123 + + 78 + + + 8.994999885559082 + 122 + + + + + + + 40.74167207814753 + -3.8355478271842003 + + 896.5999755859375 + 4601.580078125 + + 112 + + 80 + + + 8.86400032043457 + 120 + + + + + + + 40.74169252999127 + -3.835650673136115 + + 896.5999755859375 + 4610.33984375 + + 112 + + 78 + + + 8.76200008392334 + 137 + + + + + + + 40.741711892187595 + -3.8357515912503004 + + 896.7999877929688 + 4619.14013671875 + + 116 + + 78 + + + 8.798999786376953 + 143 + + + + + + + 40.7417306676507 + -3.8358578737825155 + + 897.0 + 4627.9501953125 + + 116 + + 78 + + + 8.817999839782715 + 150 + + + + + + + 40.741748940199614 + -3.8359589595347643 + + 897.2000122070312 + 4636.77978515625 + + 116 + + 78 + + + 8.82699966430664 + 135 + + + + + + + 40.74176888912916 + -3.836068259552121 + + 897.0 + 4645.60986328125 + + 116 + + 84 + + + 8.82699966430664 + 123 + + + + + + + 40.7417859043926 + -3.8361717760562897 + + 897.0 + 4654.47021484375 + + 116 + + 83 + + + 8.86400032043457 + 135 + + + + + + + 40.741802249103785 + -3.8362707663327456 + + 897.0 + 4663.14013671875 + + 116 + + 76 + + + 8.668000221252441 + 138 + + + + + + + 40.74181993491948 + -3.8363665714859962 + + 897.2000122070312 + 4671.85009765625 + + 116 + + 78 + + + 8.706000328063965 + 162 + + + + + + + 40.741839380934834 + -3.836472351104021 + + 897.4000244140625 + 4680.64990234375 + + 116 + + 77 + + + 8.798999786376953 + 249 + + + + + + + 40.741855474188924 + -3.836574610322714 + + 897.4000244140625 + 4689.419921875 + + 116 + + 76 + + + 8.770999908447266 + 202 + + + + + + + 40.74186838231981 + -3.836678881198168 + + 897.7999877929688 + 4698.27978515625 + + 116 + + 77 + + + 8.86400032043457 + 195 + + + + + + + 40.7418757583946 + -3.836778961122036 + + 897.7999877929688 + 4707.1298828125 + + 116 + + 77 + + + 8.845000267028809 + 207 + + + + + + + 40.74188212864101 + -3.8368792925029993 + + 897.7999877929688 + 4715.93017578125 + + 116 + + 77 + + + 8.807999610900879 + 146 + + + + + + + 40.74188707396388 + -3.8369772769510746 + + 897.7999877929688 + 4724.77978515625 + + 116 + + 78 + + + 8.845000267028809 + 174 + + + + + + + 40.741889756172895 + -3.8370833918452263 + + 897.7999877929688 + 4733.490234375 + + 116 + + 76 + + + 8.71500015258789 + 151 + + + + + + + 40.741890175268054 + -3.8371839746832848 + + 898.0 + 4742.25 + + 116 + + 76 + + + 8.751999855041504 + 157 + + + + + + + 40.741887828335166 + -3.8372923526912928 + + 898.0 + 4750.93994140625 + + 116 + + 76 + + + 8.696000099182129 + 145 + + + + + + + 40.74188296683133 + -3.8373995572328568 + + 898.2000122070312 + 4759.60009765625 + + 116 + + 75 + + + 8.659000396728516 + 173 + + + + + + + 40.741875506937504 + -3.8374991342425346 + + 898.2000122070312 + 4768.27978515625 + + 116 + + 76 + + + 8.678000450134277 + 206 + + + + + + + 40.74186452664435 + -3.8375966157764196 + + 898.0 + 4776.9599609375 + + 116 + + 77 + + + 8.678000450134277 + 162 + + + + + + + 40.741848181933165 + -3.837698958814144 + + 898.0 + 4785.64990234375 + + 110 + + 77 + + + 8.696000099182129 + 191 + + + + + + + 40.741832088679075 + -3.837795937433839 + + 898.0 + 4794.419921875 + + 112 + + 76 + + + 8.770999908447266 + 178 + + + + + + + 40.74181322939694 + -3.8379000406712294 + + 898.2000122070312 + 4803.080078125 + + 112 + + 77 + + + 8.659000396728516 + 203 + + + + + + + 40.74179160408676 + -3.8380024675279856 + + 898.2000122070312 + 4811.7998046875 + + 112 + + 78 + + + 8.71500015258789 + 180 + + + + + + + 40.741767548024654 + -3.8381012063473463 + + 898.0 + 4820.58984375 + + 112 + + 78 + + + 8.789999961853027 + 158 + + + + + + + 40.741739720106125 + -3.838189970701933 + + 897.7999877929688 + 4829.25 + + 112 + + 77 + + + 8.659000396728516 + 161 + + + + + + + 40.741710886359215 + -3.8382887933403254 + + 897.7999877929688 + 4837.9599609375 + + 112 + + 78 + + + 8.71500015258789 + 145 + + + + + + + 40.7416807115078 + -3.8383817486464977 + + 897.7999877929688 + 4846.66015625 + + 112 + + 78 + + + 8.696000099182129 + 189 + + + + + + + 40.74164668098092 + -3.838478894904256 + + 897.7999877929688 + 4855.31982421875 + + 112 + + 75 + + + 8.659000396728516 + 141 + + + + + + + 40.74160996824503 + -3.8385720178484917 + + 898.0 + 4863.990234375 + + 112 + + 76 + + + 8.678000450134277 + 156 + + + + + + + 40.74157300405204 + -3.838662039488554 + + 898.0 + 4872.7099609375 + + 112 + + 75 + + + 8.71500015258789 + 151 + + + + + + + 40.7415353693068 + -3.838750384747982 + + 898.2000122070312 + 4881.419921875 + + 112 + + 76 + + + 8.71500015258789 + 142 + + + + + + + 40.741496393457055 + -3.83884166367352 + + 898.0 + 4890.18017578125 + + 112 + + 77 + + + 8.751999855041504 + 184 + + + + + + + 40.741460770368576 + -3.838929170742631 + + 898.0 + 4898.97021484375 + + 112 + + 77 + + + 8.789999961853027 + 143 + + + + + + + 40.74142238125205 + -3.8390211202204227 + + 898.0 + 4907.85009765625 + + 112 + + 78 + + + 8.883000373840332 + 202 + + + + + + + 40.7413836568594 + -3.839109046384692 + + 898.0 + 4916.580078125 + + 109 + + 76 + + + 8.734000205993652 + 162 + + + + + + + 40.74134602211416 + -3.839196301996708 + + 898.0 + 4925.39013671875 + + 109 + + 77 + + + 8.807999610900879 + 132 + + + + + + + 40.74130964465439 + -3.8392821326851845 + + 898.0 + 4934.27001953125 + + 109 + + 76 + + + 8.883000373840332 + 117 + + + + + + + 40.74127200990915 + -3.839376261457801 + + 898.0 + 4943.009765625 + + 109 + + 78 + + + 8.734000205993652 + 133 + + + + + + + 40.74123521335423 + -3.839466869831085 + + 897.7999877929688 + 4951.81005859375 + + 109 + + 79 + + + 8.807999610900879 + 182 + + + + + + + 40.741193387657404 + -3.8395589031279087 + + 897.7999877929688 + 4960.64013671875 + + 109 + + 78 + + + 8.82699966430664 + 143 + + + + + + + 40.74115256778896 + -3.8396549597382545 + + 897.7999877929688 + 4969.4501953125 + + 109 + + 81 + + + 8.807999610900879 + 152 + + + + + + + 40.74111535213888 + -3.839741963893175 + + 897.5999755859375 + 4978.259765625 + + 109 + + 81 + + + 8.807999610900879 + 168 + + + + + + + 40.74107796885073 + -3.839825363829732 + + 897.7999877929688 + 4987.0400390625 + + 109 + + 78 + + + 8.779999732971191 + 168 + + + + + + + 40.74103865772486 + -3.839914882555604 + + 898.0 + 4995.77001953125 + 77 + + + 8.734000205993652 + 181 + + + + + + + 40.74099976569414 + -3.839997695758939 + + 898.2000122070312 + 5004.43994140625 + 78 + + + 8.668000221252441 + 117 + + + + + + + 40.74095953255892 + -3.840088890865445 + + 898.2000122070312 + 5013.009765625 + 78 + + + 8.574999809265137 + 166 + + + + + + + 40.74092290364206 + -3.8401771523058414 + + 898.2000122070312 + 5021.56982421875 + + 109 + + 75 + + + 8.555999755859375 + 174 + + + + + + + 40.74088870547712 + -3.8402634859085083 + + 898.2000122070312 + 5030.1201171875 + + 109 + + 75 + + + 8.54699993133545 + 183 + + + + + + + 40.74085459113121 + -3.840348729863763 + + 898.2000122070312 + 5038.68994140625 + + 109 + + 75 + + + 8.574999809265137 + 187 + + + + + + + 40.74081829749048 + -3.8404401764273643 + + 898.2000122070312 + 5047.14013671875 + + 109 + + 75 + + + 8.444000244140625 + 184 + + + + + + + 40.74078225530684 + -3.840525336563587 + + 898.4000244140625 + 5055.64990234375 + + 109 + + 74 + + + 8.510000228881836 + 243 + + + + + + + 40.74074512347579 + -3.84061586111784 + + 898.7999877929688 + 5064.169921875 + + 109 + + 74 + + + 8.527999877929688 + 194 + + + + + + + 40.74070983566344 + -3.840705044567585 + + 898.5999755859375 + 5072.64013671875 + 75 + + + 8.463000297546387 + 207 + + + + + + + 40.74067345820367 + -3.8407923001796007 + + 898.5999755859375 + 5081.02001953125 + 75 + + + 8.387999534606934 + 251 + + + + + + + 40.740637918934226 + -3.840878801420331 + + 898.5999755859375 + 5089.39990234375 + 75 + + + 8.378999710083008 + 202 + + + + + + + 40.74060087092221 + -3.8409694097936153 + + 898.5999755859375 + 5097.72998046875 + + 109 + + 73 + + + 8.322999954223633 + 209 + + + + + + + 40.74056440964341 + -3.841053396463394 + + 898.5999755859375 + 5106.08984375 + + 109 + + 74 + + + 8.359999656677246 + 213 + + + + + + + 40.74052484706044 + -3.841140065342188 + + 898.4000244140625 + 5114.31982421875 + + 109 + + 73 + + + 8.229999542236328 + 240 + + + + + + + 40.740485871210694 + -3.8412279915064573 + + 898.4000244140625 + 5122.64990234375 + + 109 + + 74 + + + 8.331999778747559 + 215 + + + + + + + 40.740448823198676 + -3.8413122296333313 + + 898.4000244140625 + 5130.97998046875 + + 109 + + 73 + + + 8.331999778747559 + 252 + + + + + + + 40.74041286483407 + -3.8413946237415075 + + 898.5999755859375 + 5139.41015625 + + 109 + + 73 + + + 8.425999641418457 + 229 + + + + + + + 40.74037615209818 + -3.8414812926203012 + + 898.5999755859375 + 5147.669921875 + + 109 + + 74 + + + 8.267000198364258 + 211 + + + + + + + 40.74034094810486 + -3.841567039489746 + + 898.4000244140625 + 5156.02978515625 + + 109 + + 73 + + + 8.359999656677246 + 242 + + + + + + + 40.740303145721555 + -3.841656558215618 + + 898.4000244140625 + 5164.4501953125 + + 109 + + 75 + + + 8.416000366210938 + 249 + + + + + + + 40.740265510976315 + -3.8417450711131096 + + 898.4000244140625 + 5172.81005859375 + + 109 + + 74 + + + 8.359999656677246 + 196 + + + + + + + 40.74022946879268 + -3.841827716678381 + + 898.4000244140625 + 5181.14013671875 + + 109 + + 74 + + + 8.331999778747559 + 243 + + + + + + + 40.740194180980325 + -3.8419112004339695 + + 898.4000244140625 + 5189.4599609375 + + 109 + + 73 + + + 8.314000129699707 + 189 + + + + + + + 40.7401557918638 + -3.841999964788556 + + 898.5999755859375 + 5197.77001953125 + + 109 + + 74 + + + 8.314000129699707 + 183 + + + + + + + 40.74011974968016 + -3.842080682516098 + + 898.5999755859375 + 5206.06005859375 + + 109 + + 73 + + + 8.28600025177002 + 200 + + + + + + + 40.74008069001138 + -3.8421668484807014 + + 898.5999755859375 + 5214.3701171875 + + 109 + + 73 + + + 8.314000129699707 + 243 + + + + + + + 40.74004054069519 + -3.8422540202736855 + + 898.5999755859375 + 5222.72021484375 + + 109 + + 73 + + + 8.35099983215332 + 243 + + + + + + + 40.73999846354127 + -3.842337252572179 + + 898.7999877929688 + 5231.10009765625 + + 109 + + 74 + + + 8.378999710083008 + 214 + + + + + + + 40.73995538055897 + -3.8424186408519745 + + 898.7999877929688 + 5239.4599609375 + + 109 + + 74 + + + 8.359999656677246 + 205 + + + + + + + 40.73990995064378 + -3.8425001967698336 + + 898.7999877929688 + 5247.8798828125 + + 105 + + 74 + + + 8.416000366210938 + 174 + + + + + + + 40.73986602947116 + -3.842576388269663 + + 898.5999755859375 + 5256.14013671875 + + 101 + + 74 + + + 8.267000198364258 + 211 + + + + + + + 40.73981607332826 + -3.8426540046930313 + + 898.4000244140625 + 5264.47998046875 + + 101 + + 74 + + + 8.331999778747559 + 164 + + + + + + + 40.739763770252466 + -3.8427290227264166 + + 898.5999755859375 + 5272.77001953125 + + 101 + + 72 + + + 8.295000076293945 + 206 + + + + + + + 40.73970987461507 + -3.842798341065645 + + 898.5999755859375 + 5281.06982421875 + + 101 + + 73 + + + 8.295000076293945 + 175 + + + + + + + 40.739656146615744 + -3.8428650610148907 + + 898.5999755859375 + 5289.43017578125 + + 101 + + 73 + + + 8.359999656677246 + 214 + + + + + + + 40.73959772475064 + -3.8429374806582928 + + 898.5999755859375 + 5297.68017578125 + + 101 + + 73 + + + 8.248000144958496 + 154 + + + + + + + 40.739539889618754 + -3.8430026918649673 + + 898.7999877929688 + 5305.990234375 + + 101 + + 75 + + + 8.314000129699707 + 155 + + + + + + + 40.7394789531827 + -3.8430677354335785 + + 898.7999877929688 + 5314.240234375 + + 101 + + 74 + + + 8.248000144958496 + 208 + + + + + + + 40.73941801674664 + -3.8431305158883333 + + 898.7999877929688 + 5322.52001953125 + + 101 + + 72 + + + 8.28600025177002 + 251 + + + + + + + 40.739358589053154 + -3.843187680467963 + + 898.7999877929688 + 5330.68017578125 + + 101 + + 72 + + + 8.154999732971191 + 264 + + + + + + + 40.739298071712255 + -3.8432429172098637 + + 898.7999877929688 + 5338.9599609375 + + 101 + + 71 + + + 8.28600025177002 + 223 + + + + + + + 40.73923327960074 + -3.843299327418208 + + 898.7999877929688 + 5347.25 + + 101 + + 72 + + + 8.28600025177002 + 214 + + + + + + + 40.73917041532695 + -3.8433504570275545 + + 898.5999755859375 + 5355.56005859375 + + 101 + + 72 + + + 8.314000129699707 + 190 + + + + + + + 40.73910218663514 + -3.843403263017535 + + 898.4000244140625 + 5363.919921875 + + 101 + + 74 + + + 8.359999656677246 + 259 + + + + + + + 40.73903504759073 + -3.8434555660933256 + + 898.4000244140625 + 5372.43994140625 + + 101 + + 75 + + + 8.519000053405762 + 203 + + + + + + + 40.738969249650836 + -3.8435077015310526 + + 898.2000122070312 + 5381.0400390625 + + 101 + + 75 + + + 8.602999687194824 + 240 + + + + + + + 40.73890403844416 + -3.8435587473213673 + + 898.2000122070312 + 5389.75 + + 101 + + 75 + + + 8.706000328063965 + 213 + + + + + + + 40.73883312754333 + -3.8436126429587603 + + 898.4000244140625 + 5398.31982421875 + + 101 + + 78 + + + 8.565999984741211 + 219 + + + + + + + 40.73876682668924 + -3.843661593273282 + + 898.4000244140625 + 5406.97998046875 + + 101 + + 76 + + + 8.668000221252441 + 174 + + + + + + + 40.7386964187026 + -3.843713980168104 + + 898.4000244140625 + 5415.72998046875 + + 105 + + 77 + + + 8.743000030517578 + 178 + + + + + + + 40.73862735182047 + -3.843768211081624 + + 898.2000122070312 + 5424.5498046875 + + 105 + + 76 + + + 8.82699966430664 + 172 + + + + + + + 40.738560045138 + -3.8438178319483995 + + 898.2000122070312 + 5433.259765625 + + 105 + + 77 + + + 8.706000328063965 + 153 + + + + + + + 40.73849257081747 + -3.8438638485968113 + + 898.0 + 5441.9599609375 + + 105 + + 77 + + + 8.706000328063965 + 152 + + + + + + + 40.73842107318342 + -3.8439179118722677 + + 898.0 + 5450.64990234375 + + 105 + + 77 + + + 8.687000274658203 + 152 + + + + + + + 40.73835410177708 + -3.843969125300646 + + 898.0 + 5459.31982421875 + + 105 + + 76 + + + 8.668000221252441 + 156 + + + + + + + 40.738285621628165 + -3.844020003452897 + + 898.0 + 5467.9501953125 + + 110 + + 77 + + + 8.630999565124512 + 170 + + + + + + + 40.73821890167892 + -3.8440726418048143 + + 898.0 + 5476.580078125 + + 110 + + 77 + + + 8.630999565124512 + 182 + + + + + + + 40.738153187558055 + -3.8441241905093193 + + 898.0 + 5485.330078125 + + 110 + + 86 + + + 8.751999855041504 + 211 + + + + + + + 40.73808713816106 + -3.8441800978034735 + + 898.2000122070312 + 5493.9501953125 + + 110 + + 85 + + + 8.612000465393066 + 141 + + + + + + + 40.73801815509796 + -3.844238519668579 + + 898.0 + 5502.66015625 + + 110 + + 77 + + + 8.71500015258789 + 199 + + + + + + + 40.73795151896775 + -3.844295684248209 + + 898.0 + 5511.41015625 + + 110 + + 77 + + + 8.751999855041504 + 158 + + + + + + + 40.737887397408485 + -3.8443577103316784 + + 898.2000122070312 + 5520.22021484375 + + 110 + + 76 + + + 8.807999610900879 + 153 + + + + + + + 40.73782227002084 + -3.844422586262226 + + 898.2000122070312 + 5529.06982421875 + + 110 + + 78 + + + 8.845000267028809 + 174 + + + + + + + 40.73775965720415 + -3.8444851990789175 + + 898.0 + 5537.83984375 + + 110 + + 78 + + + 8.770999908447266 + 167 + + + + + + + 40.737698301672935 + -3.8445481471717358 + + 897.7999877929688 + 5546.7900390625 + + 110 + + 77 + + + 8.956999778747559 + 204 + + + + + + + 40.73763485066593 + -3.8446150347590446 + + 897.7999877929688 + 5555.64013671875 + + 110 + + 78 + + + 8.845000267028809 + 144 + + + + + + + 40.73757642880082 + -3.844684772193432 + + 897.7999877929688 + 5564.60009765625 + + 110 + + 79 + + + 8.956999778747559 + 161 + + + + + + + 40.737517504021525 + -3.8447623886168003 + + 897.7999877929688 + 5573.43994140625 + + 110 + + 78 + + + 8.845000267028809 + 187 + + + + + + + 40.73746159672737 + -3.84483908303082 + + 898.0 + 5582.35009765625 + + 110 + + 78 + + + 8.901000022888184 + 154 + + + + + + + 40.73740594089031 + -3.8449157774448395 + + 898.0 + 5591.22998046875 + + 110 + + 77 + + + 8.883000373840332 + 163 + + + + + + + 40.73735414072871 + -3.8449900411069393 + + 898.0 + 5600.06982421875 + + 110 + + 78 + + + 8.845000267028809 + 172 + + + + + + + 40.73730116710067 + -3.845072267577052 + + 898.0 + 5608.8798828125 + + 110 + + 79 + + + 8.807999610900879 + 150 + + + + + + + 40.737249702215195 + -3.845147956162691 + + 898.0 + 5617.64990234375 + + 110 + + 78 + + + 8.770999908447266 + 185 + + + + + + + 40.737197482958436 + -3.845230517908931 + + 898.0 + 5626.39990234375 + + 110 + + 75 + + + 8.751999855041504 + 185 + + + + + + + 40.737148616462946 + -3.8453141693025827 + + 898.0 + 5635.18017578125 + + 110 + + 78 + + + 8.770999908447266 + 155 + + + + + + + 40.73710176162422 + -3.845395976677537 + + 898.0 + 5643.97021484375 + + 110 + + 78 + + + 8.789999961853027 + 164 + + + + + + + 40.73705515824258 + -3.8454765267670155 + + 898.0 + 5652.77001953125 + + 110 + + 76 + + + 8.807999610900879 + 144 + + + + + + + 40.73700721375644 + -3.845563279464841 + + 898.0 + 5661.56005859375 + + 110 + + 78 + + + 8.789999961853027 + 164 + + + + + + + 40.736962957307696 + -3.845645422115922 + + 898.0 + 5670.39013671875 + + 110 + + 78 + + + 8.82699966430664 + 183 + + + + + + + 40.736915515735745 + -3.8457318395376205 + + 898.2000122070312 + 5679.18017578125 + + 110 + + 77 + + + 8.789999961853027 + 203 + + + + + + + 40.73686849325895 + -3.845817167311907 + + 898.2000122070312 + 5687.91015625 + + 110 + + 77 + + + 8.734000205993652 + 193 + + + + + + + 40.736823147162795 + -3.845899561420083 + + 898.2000122070312 + 5696.7001953125 + + 110 + + 77 + + + 8.789999961853027 + 164 + + + + + + + 40.73677746579051 + -3.8459830451756716 + + 898.0 + 5705.580078125 + + 105 + + 77 + + + 8.883000373840332 + 205 + + + + + + + 40.73672910220921 + -3.84606946259737 + + 898.0 + 5714.47021484375 + + 105 + + 78 + + + 8.883000373840332 + 194 + + + + + + + 40.73668316937983 + -3.8461512699723244 + + 897.7999877929688 + 5723.35009765625 + + 105 + + 78 + + + 8.883000373840332 + 160 + + + + + + + 40.736634554341435 + -3.8462407048791647 + + 897.7999877929688 + 5732.22998046875 + + 105 + + 91 + + + 8.883000373840332 + 178 + + + + + + + 40.73658644221723 + -3.846327541396022 + + 898.0 + 5741.1201171875 + + 105 + + 103 + + + 8.883000373840332 + 160 + + + + + + + 40.73654151521623 + -3.846411779522896 + + 898.0 + 5750.0400390625 + + 105 + + 78 + + + 8.920000076293945 + 155 + + + + + + + 40.73649683967233 + -3.846495933830738 + + 898.0 + 5758.9501953125 + + 105 + + 82 + + + 8.91100025177002 + 188 + + + + + + + 40.736447889357805 + -3.8465862907469273 + + 898.0 + 5767.8798828125 + + 105 + + 78 + + + 8.928999900817871 + 195 + + + + + + + 40.736403381451964 + -3.8466706965118647 + + 898.0 + 5776.83984375 + + 105 + + 80 + + + 8.967000007629395 + 177 + + + + + + + 40.736354598775506 + -3.8467605505138636 + + 898.0 + 5785.81005859375 + + 105 + + 78 + + + 8.967000007629395 + 183 + + + + + + + 40.736307157203555 + -3.84684931486845 + + 898.0 + 5794.77978515625 + + 105 + + 79 + + + 8.967000007629395 + 168 + + + + + + + 40.7362599670887 + -3.8469358161091805 + + 898.0 + 5803.72021484375 + + 105 + + 80 + + + 8.947999954223633 + 167 + + + + + + + 40.73621604591608 + -3.8470223173499107 + + 897.7999877929688 + 5812.64013671875 + + 105 + + 81 + + + 8.91100025177002 + 140 + + + + + + + 40.73616952635348 + -3.8471139315515757 + + 897.7999877929688 + 5821.5498046875 + + 109 + + 79 + + + 8.91100025177002 + 134 + + + + + + + 40.73612468317151 + -3.847198002040386 + + 897.7999877929688 + 5830.259765625 + + 109 + + 78 + + + 8.71500015258789 + 157 + + + + + + + 40.736077493056655 + -3.8472845032811165 + + 897.7999877929688 + 5839.0 + + 109 + + 84 + + + 8.743000030517578 + 161 + + + + + + + 40.736031057313085 + -3.8473704177886248 + + 897.4000244140625 + 5847.72021484375 + + 120 + + 77 + + + 8.71500015258789 + 142 + + + + + + + 40.7359872199595 + -3.8474520575255156 + + 897.4000244140625 + 5856.43017578125 + + 120 + + 77 + + + 8.71500015258789 + 171 + + + + + + + 40.73594346642494 + -3.847533529624343 + + 897.4000244140625 + 5865.08984375 + + 120 + + 78 + + + 8.659000396728516 + 171 + + + + + + + 40.73589828796685 + -3.8476192764937878 + + 897.4000244140625 + 5873.7001953125 + + 120 + + 76 + + + 8.602999687194824 + 152 + + + + + + + 40.73585554026067 + -3.8477000780403614 + + 897.4000244140625 + 5882.27978515625 + + 120 + + 76 + + + 8.583999633789062 + 167 + + + + + + + 40.7358109485358 + -3.847787668928504 + + 897.4000244140625 + 5890.91015625 + + 120 + + 77 + + + 8.630999565124512 + 180 + + + + + + + 40.735766189172864 + -3.8478705659508705 + + 897.5999755859375 + 5899.47998046875 + + 120 + + 75 + + + 8.565999984741211 + 224 + + + + + + + 40.73572168126702 + -3.8479465898126364 + + 897.4000244140625 + 5907.93994140625 + + 120 + + 74 + + + 8.463000297546387 + 196 + + + + + + + 40.73567692190409 + -3.8480210211127996 + + 897.2000122070312 + 5916.3701171875 + + 120 + + 74 + + + 8.4350004196167 + 278 + + + + + + + 40.73562813922763 + -3.8481020741164684 + + 897.2000122070312 + 5924.89990234375 + + 120 + + 73 + + + 8.527999877929688 + 203 + + + + + + + 40.735581032931805 + -3.848174996674061 + + 897.4000244140625 + 5933.27978515625 + + 120 + + 72 + + + 8.378999710083008 + 234 + + + + + + + 40.735528813675046 + -3.8482504338026047 + + 897.4000244140625 + 5941.740234375 + + 109 + + 74 + + + 8.463000297546387 + 199 + + + + + + + 40.735471062362194 + -3.8483237754553556 + + 897.4000244140625 + 5950.330078125 + + 105 + + 73 + + + 8.583999633789062 + 196 + + + + + + + 40.73541331104934 + -3.848389908671379 + + 897.5999755859375 + 5958.7900390625 + + 102 + + 73 + + + 8.463000297546387 + 168 + + + + + + + 40.73535447008908 + -3.8484521862119436 + + 897.4000244140625 + 5967.35986328125 + + 102 + + 74 + + + 8.565999984741211 + 172 + + + + + + + 40.73529001325369 + -3.8485155533999205 + + 897.4000244140625 + 5976.009765625 + + 102 + + 75 + + + 8.649999618530273 + 143 + + + + + + + 40.735228238627315 + -3.8485709577798843 + + 897.2000122070312 + 5984.7099609375 + + 102 + + 75 + + + 8.706000328063965 + 155 + + + + + + + 40.73516151867807 + -3.848627954721451 + + 897.2000122070312 + 5993.419921875 + + 102 + + 75 + + + 8.706000328063965 + 152 + + + + + + + 40.73509555310011 + -3.848684197291732 + + 897.2000122070312 + 6002.06982421875 + + 102 + + 91 + + + 8.649999618530273 + 168 + + + + + + + 40.73503009043634 + -3.8487296272069216 + + 897.2000122070312 + 6010.68017578125 + + 102 + + 84 + + + 8.612000465393066 + 148 + + + + + + + 40.734963957220316 + -3.848771871998906 + + 897.2000122070312 + 6019.2900390625 + + 102 + + 76 + + + 8.612000465393066 + 197 + + + + + + + 40.73489363305271 + -3.8488141167908907 + + 897.2000122070312 + 6027.8798828125 + + 102 + + 75 + + + 8.583999633789062 + 170 + + + + + + + 40.73482573963702 + -3.848854014649987 + + 897.2000122070312 + 6036.43994140625 + + 102 + + 75 + + + 8.565999984741211 + 170 + + + + + + + 40.734755331650376 + -3.848896762356162 + + 897.0 + 6045.0400390625 + + 105 + + 75 + + + 8.602999687194824 + 130 + + + + + + + 40.73468944989145 + -3.8489464670419693 + + 897.0 + 6053.52978515625 + + 105 + + 74 + + + 8.482000350952148 + 185 + + + + + + + 40.73462834581733 + -3.8490026257932186 + + 897.2000122070312 + 6061.97021484375 + + 105 + + 74 + + + 8.444000244140625 + 179 + + + + + + + 40.73456673882902 + -3.849060293287039 + + 897.4000244140625 + 6070.4501953125 + + 105 + + 74 + + + 8.482000350952148 + 211 + + + + + + + 40.734500186517835 + -3.849113853648305 + + 897.4000244140625 + 6078.8701171875 + + 105 + + 75 + + + 8.416000366210938 + 172 + + + + + + + 40.73443464003503 + -3.849157691001892 + + 897.4000244140625 + 6087.240234375 + + 105 + + 73 + + + 8.369999885559082 + 175 + + + + + + + 40.73435677215457 + -3.849195158109069 + + 897.2000122070312 + 6095.85009765625 + + 105 + + 71 + + + 8.612000465393066 + 130 + + + + + + + 40.73427747935057 + -3.8492267578840256 + + 897.2000122070312 + 6104.7001953125 + + 105 + + 76 + + + 8.845000267028809 + 133 + + + + + + + 40.734204053878784 + -3.8492689188569784 + + 896.7999877929688 + 6113.72998046875 + + 105 + + 78 + + + 9.031999588012695 + 112 + + + + + + + 40.734138088300824 + -3.849324658513069 + + 896.7999877929688 + 6122.740234375 + + 105 + + 85 + + + 9.012999534606934 + 102 + + + + + + + 40.73407396674156 + -3.849394479766488 + + 897.0 + 6131.64013671875 + + 105 + + 85 + + + 8.901000022888184 + 179 + + + + + + + 40.734014539048076 + -3.8494608644396067 + + 897.4000244140625 + 6140.41015625 + + 105 + + 76 + + + 8.770999908447266 + 200 + + + + + + + 40.73395016603172 + -3.8495265785604715 + + 897.4000244140625 + 6149.1201171875 + + 118 + + 75 + + + 8.706000328063965 + 216 + + + + + + + 40.733883529901505 + -3.8495870120823383 + + 897.2000122070312 + 6157.81005859375 + + 118 + + 75 + + + 8.687000274658203 + 181 + + + + + + + 40.7338182348758 + -3.8496409077197313 + + 897.2000122070312 + 6166.490234375 + + 118 + + 75 + + + 8.687000274658203 + 205 + + + + + + + 40.73375092819333 + -3.8496929593384266 + + 897.2000122070312 + 6175.2001953125 + + 118 + + 75 + + + 8.706000328063965 + 178 + + + + + + + 40.733678340911865 + -3.849745849147439 + + 897.2000122070312 + 6184.0400390625 + + 118 + + 77 + + + 8.845000267028809 + 185 + + + + + + + 40.73360977694392 + -3.849794128909707 + + 897.2000122070312 + 6192.81982421875 + + 118 + + 77 + + + 8.770999908447266 + 209 + + + + + + + 40.73353727348149 + -3.8498440012335777 + + 897.2000122070312 + 6201.7001953125 + + 120 + + 76 + + + 8.883000373840332 + 161 + + + + + + + 40.733463345095515 + -3.849892532452941 + + 897.4000244140625 + 6210.60009765625 + + 120 + + 77 + + + 8.901000022888184 + 197 + + + + + + + 40.73339084163308 + -3.8499401416629553 + + 897.4000244140625 + 6219.56005859375 + + 120 + + 77 + + + 8.956999778747559 + 165 + + + + + + + 40.73331976309419 + -3.849986158311367 + + 897.4000244140625 + 6228.5498046875 + + 120 + + 80 + + + 8.994999885559082 + 136 + + + + + + + 40.73324424214661 + -3.850037707015872 + + 897.4000244140625 + 6237.580078125 + + 120 + + 81 + + + 9.031999588012695 + 146 + + + + + + + 40.73317375034094 + -3.850087244063616 + + 897.4000244140625 + 6246.68994140625 + + 120 + + 78 + + + 9.107000350952148 + 137 + + + + + + + 40.73310409672558 + -3.8501444924622774 + + 897.4000244140625 + 6255.7998046875 + + 120 + + 79 + + + 9.107000350952148 + 128 + + + + + + + 40.73303637094796 + -3.8502072729170322 + + 897.4000244140625 + 6264.91015625 + + 120 + + 77 + + + 9.107000350952148 + 137 + + + + + + + 40.73297350667417 + -3.850270723924041 + + 897.2000122070312 + 6274.02978515625 + + 120 + + 79 + + + 9.125 + 141 + + + + + + + 40.73291139677167 + -3.850337862968445 + + 897.0 + 6283.2099609375 + + 120 + + 79 + + + 9.180999755859375 + 157 + + + + + + + 40.7328477781266 + -3.850410282611847 + + 897.0 + 6292.3701171875 + + 120 + + 79 + + + 9.163000106811523 + 136 + + + + + + + 40.732787596061826 + -3.850478930398822 + + 896.7999877929688 + 6301.56005859375 + + 120 + + 87 + + + 9.180999755859375 + 182 + + + + + + + 40.732725067064166 + -3.850556630641222 + + 897.0 + 6310.7001953125 + + 120 + + 87 + + + 9.144000053405762 + 135 + + + + + + + 40.73266915977001 + -3.8506354205310345 + + 896.7999877929688 + 6319.7900390625 + + 120 + + 80 + + + 9.088000297546387 + 137 + + + + + + + 40.73261618614197 + -3.8507146295160055 + + 896.7999877929688 + 6328.89990234375 + + 120 + + 80 + + + 9.107000350952148 + 147 + + + + + + + 40.73256338015199 + -3.850790821015835 + + 897.0 + 6338.02001953125 + + 120 + + 79 + + + 9.125 + 147 + + + + + + + 40.73250831104815 + -3.8508696109056473 + + 897.2000122070312 + 6346.9599609375 + + 120 + + 78 + + + 8.939000129699707 + 135 + + + + + + + 40.73245516978204 + -3.850941527634859 + + 897.2000122070312 + 6355.919921875 + + 120 + + 80 + + + 8.956999778747559 + 135 + + + + + + + 40.7323987595737 + -3.8510170485824347 + + 897.4000244140625 + 6364.85986328125 + + 120 + + 78 + + + 8.939000129699707 + 165 + + + + + + + 40.73234134353697 + -3.851089971140027 + + 897.2000122070312 + 6373.7998046875 + + 120 + + 77 + + + 8.939000129699707 + 174 + + + + + + + 40.73228635825217 + -3.8511620555073023 + + 897.2000122070312 + 6382.7900390625 + + 120 + + 81 + + + 8.994999885559082 + 163 + + + + + + + 40.732232965528965 + -3.851231373846531 + + 897.0 + 6391.7998046875 + + 120 + + 78 + + + 9.012999534606934 + 191 + + + + + + + 40.732177728787065 + -3.8513100799173117 + + 896.7999877929688 + 6400.83984375 + + 120 + + 90 + + + 9.031999588012695 + 185 + + + + + + + 40.732124503701925 + -3.85138476267457 + + 896.7999877929688 + 6409.93994140625 + + 120 + + 78 + + + 9.107000350952148 + 168 + + + + + + + 40.732067339122295 + -3.85146489366889 + + 897.0 + 6419.0498046875 + + 120 + + 79 + + + 9.107000350952148 + 143 + + + + + + + 40.73200992308557 + -3.8515436835587025 + + 897.0 + 6428.16015625 + + 120 + + 80 + + + 9.107000350952148 + 141 + + + + + + + 40.73195359669626 + -3.851620629429817 + + 897.0 + 6437.2998046875 + + 120 + + 80 + + + 9.144000053405762 + 151 + + + + + + + 40.73189852759242 + -3.8516974076628685 + + 896.7999877929688 + 6446.4599609375 + + 120 + + 79 + + + 9.163000106811523 + 138 + + + + + + + 40.73183935135603 + -3.8517756946384907 + + 896.7999877929688 + 6455.52978515625 + + 120 + + 91 + + + 9.069000244140625 + 116 + + + + + + + 40.731783863157034 + -3.8518496230244637 + + 897.0 + 6464.47021484375 + + 120 + + 93 + + + 8.939000129699707 + 136 + + + + + + + 40.73172736912966 + -3.851931430399418 + + 897.0 + 6473.35009765625 + + 120 + + 84 + + + 8.883000373840332 + 162 + + + + + + + 40.731671545654535 + -3.8520123157650232 + + 897.2000122070312 + 6482.2001953125 + + 120 + + 78 + + + 8.845000267028809 + 143 + + + + + + + 40.731620164588094 + -3.8520881719887257 + + 897.2000122070312 + 6491.0498046875 + + 120 + + 78 + + + 8.845000267028809 + 143 + + + + + + + 40.73156777769327 + -3.8521626871079206 + + 897.2000122070312 + 6499.93017578125 + + 120 + + 76 + + + 8.883000373840332 + 186 + + + + + + + 40.731509774923325 + -3.8522407226264477 + + 897.2000122070312 + 6508.68017578125 + + 121 + + 76 + + + 8.751999855041504 + 151 + + + + + + + 40.73145621456206 + -3.8523152377456427 + + 897.0 + 6517.509765625 + + 121 + + 78 + + + 8.82699966430664 + 185 + + + + + + + 40.731401313096285 + -3.8523932732641697 + + 897.0 + 6526.35009765625 + + 121 + + 77 + + + 8.845000267028809 + 153 + + + + + + + 40.73134473524988 + -3.8524698838591576 + + 896.7999877929688 + 6535.2001953125 + + 121 + + 77 + + + 8.845000267028809 + 158 + + + + + + + 40.731288911774755 + -3.8525438122451305 + + 896.7999877929688 + 6544.10009765625 + + 121 + + 78 + + + 8.901000022888184 + 159 + + + + + + + 40.73123501613736 + -3.852619081735611 + + 896.5999755859375 + 6553.02001953125 + + 121 + + 78 + + + 8.920000076293945 + 148 + + + + + + + 40.73117885738611 + -3.8526999671012163 + + 896.7999877929688 + 6562.0 + + 123 + + 79 + + + 8.97599983215332 + 170 + + + + + + + 40.731124794110656 + -3.8527761586010456 + + 896.7999877929688 + 6571.02978515625 + + 123 + + 79 + + + 9.031999588012695 + 162 + + + + + + + 40.731067126616836 + -3.8528515957295895 + + 896.5999755859375 + 6580.14013671875 + + 123 + + 79 + + + 9.116000175476074 + 147 + + + + + + + 40.73101012967527 + -3.8529305532574654 + + 896.4000244140625 + 6589.27978515625 + + 123 + + 78 + + + 9.135000228881836 + 169 + + + + + + + 40.73095447383821 + -3.8530023023486137 + + 896.4000244140625 + 6598.4501953125 + + 125 + + 87 + + + 9.17199993133545 + 151 + + + + + + + 40.730897057801485 + -3.8530789967626333 + + 896.4000244140625 + 6607.64013671875 + + 125 + + 80 + + + 9.190999984741211 + 108 + + + + + + + 40.73083863593638 + -3.85315896011889 + + 896.4000244140625 + 6616.830078125 + + 125 + + 79 + + + 9.190999984741211 + 127 + + + + + + + 40.73078256100416 + -3.853234900161624 + + 896.5999755859375 + 6626.080078125 + + 125 + + 78 + + + 9.246999740600586 + 134 + + + + + + + 40.730722546577454 + -3.8533131033182144 + + 896.4000244140625 + 6635.2001953125 + + 125 + + 80 + + + 9.116000175476074 + 138 + + + + + + + 40.730664459988475 + -3.853393569588661 + + 896.5999755859375 + 6644.3701171875 + + 125 + + 80 + + + 9.17199993133545 + 139 + + + + + + + 40.73060561902821 + -3.853465821594 + + 896.7999877929688 + 6653.5400390625 + + 125 + + 81 + + + 9.17199993133545 + 117 + + + + + + + 40.730548705905676 + -3.85353765450418 + + 897.0 + 6662.66015625 + + 125 + + 80 + + + 9.116000175476074 + 116 + + + + + + + 40.73049070313573 + -3.8536164443939924 + + 897.0 + 6671.77001953125 + + 125 + + 78 + + + 9.116000175476074 + 126 + + + + + + + 40.730435801669955 + -3.853690791875124 + + 897.0 + 6680.89013671875 + + 125 + + 79 + + + 9.116000175476074 + 141 + + + + + + + 40.73037880472839 + -3.8537652231752872 + + 897.0 + 6689.9501953125 + + 125 + + 81 + + + 9.0600004196167 + 125 + + + + + + + 40.730322478339076 + -3.8538440968841314 + + 897.0 + 6698.91015625 + + 131 + + 81 + + + 8.956999778747559 + 154 + + + + + + + 40.7302675768733 + -3.8539171032607555 + + 897.0 + 6707.7900390625 + + 131 + + 81 + + + 8.883000373840332 + 162 + + + + + + + 40.73021317832172 + -3.8539865892380476 + + 897.0 + 6716.580078125 + + 131 + + 81 + + + 8.789999961853027 + 161 + + + + + + + 40.73015618138015 + -3.854065630584955 + + 897.2000122070312 + 6725.39013671875 + + 131 + + 78 + + + 8.807999610900879 + 193 + + + + + + + 40.730103962123394 + -3.8541403133422136 + + 897.4000244140625 + 6734.2099609375 + + 131 + + 78 + + + 8.82699966430664 + 185 + + + + + + + 40.73004562407732 + -3.854217426851392 + + 897.4000244140625 + 6743.10009765625 + + 131 + + 76 + + + 8.883000373840332 + 186 + + + + + + + 40.72998745366931 + -3.854294791817665 + + 897.4000244140625 + 6752.0 + + 131 + + 77 + + + 8.901000022888184 + 174 + + + + + + + 40.72993112728 + -3.8543701451271772 + + 897.2000122070312 + 6760.9501953125 + + 131 + + 78 + + + 8.956999778747559 + 139 + + + + + + + 40.72987647727132 + -3.854443822056055 + + 897.4000244140625 + 6769.8701171875 + + 131 + + 78 + + + 8.920000076293945 + 172 + + + + + + + 40.729819145053625 + -3.8545217737555504 + + 897.4000244140625 + 6778.7900390625 + + 131 + + 78 + + + 8.920000076293945 + 181 + + + + + + + 40.72976566851139 + -3.8545946963131428 + + 897.4000244140625 + 6787.81005859375 + + 131 + + 78 + + + 9.012999534606934 + 167 + + + + + + + 40.72971001267433 + -3.8546724803745747 + + 897.2000122070312 + 6796.6201171875 + + 131 + + 76 + + + 8.807999610900879 + 178 + + + + + + + 40.72965368628502 + -3.8547520246356726 + + 897.2000122070312 + 6805.4599609375 + + 131 + + 80 + + + 8.845000267028809 + 153 + + + + + + + 40.7296012993902 + -3.8548291381448507 + + 897.2000122070312 + 6814.31005859375 + + 131 + + 77 + + + 8.845000267028809 + 194 + + + + + + + 40.72955016978085 + -3.8549039885401726 + + 897.2000122070312 + 6823.14990234375 + + 131 + + 78 + + + 8.845000267028809 + 182 + + + + + + + 40.72949727997184 + -3.854984203353524 + + 897.2000122070312 + 6832.0 + + 131 + + 75 + + + 8.845000267028809 + 116 + + + + + + + 40.72944816201925 + -3.855062071233988 + + 897.2000122070312 + 6840.81982421875 + + 131 + + 77 + + + 8.817999839782715 + 154 + + + + + + + 40.72939711622894 + -3.8551425375044346 + + 896.7999877929688 + 6849.6201171875 + + 131 + + 77 + + + 8.798999786376953 + 143 + + + + + + + 40.729349507018924 + -3.855226943269372 + + 896.7999877929688 + 6858.41015625 + + 131 + + 77 + + + 8.798999786376953 + 152 + + + + + + + 40.72930617257953 + -3.8553105108439922 + + 896.7999877929688 + 6867.16015625 + + 131 + + 75 + + + 8.743000030517578 + 136 + + + + + + + 40.72926342487335 + -3.855393575504422 + + 896.7999877929688 + 6875.81982421875 + + 131 + + 78 + + + 8.668000221252441 + 152 + + + + + + + 40.729221515357494 + -3.8554835971444845 + + 896.7999877929688 + 6884.4501953125 + + 131 + + 75 + + + 8.621999740600586 + 149 + + + + + + + 40.72918279096484 + -3.8555721938610077 + + 897.0 + 6893.10009765625 + + 131 + + 77 + + + 8.649999618530273 + 152 + + + + + + + 40.72914767079055 + -3.8556594494730234 + + 897.2000122070312 + 6901.740234375 + + 131 + + 76 + + + 8.649999618530273 + 175 + + + + + + + 40.72911347262561 + -3.8557515665888786 + + 897.2000122070312 + 6910.43017578125 + + 131 + + 75 + + + 8.687000274658203 + 120 + + + + + + + 40.72908111847937 + -3.8558416720479727 + + 897.0 + 6919.14013671875 + + 131 + + 78 + + + 8.706000328063965 + 170 + + + + + + + 40.72905060835183 + -3.8559342082589865 + + 896.7999877929688 + 6927.83984375 + + 131 + + 78 + + + 8.706000328063965 + 168 + + + + + + + 40.72902303189039 + -3.8560354616492987 + + 896.7999877929688 + 6936.52978515625 + + 131 + + 76 + + + 8.687000274658203 + 168 + + + + + + + 40.728998305276036 + -3.8561295066028833 + + 897.0 + 6945.18017578125 + + 131 + + 75 + + + 8.649999618530273 + 149 + + + + + + + 40.72897307574749 + -3.856227658689022 + + 897.0 + 6953.81982421875 + + 131 + + 77 + + + 8.640000343322754 + 167 + + + + + + + 40.72894751094282 + -3.8563268166035414 + + 896.7999877929688 + 6962.47021484375 + + 131 + + 75 + + + 8.649999618530273 + 169 + + + + + + + 40.7289258018136 + -3.8564219512045383 + + 896.7999877929688 + 6971.10986328125 + + 131 + + 75 + + + 8.640000343322754 + 160 + + + + + + + 40.72890476323664 + -3.8565167505294085 + + 896.7999877929688 + 6979.7099609375 + + 131 + + 78 + + + 8.602999687194824 + 192 + + + + + + + 40.728882886469364 + -3.856616662815213 + + 897.0 + 6988.31982421875 + + 131 + + 77 + + + 8.602999687194824 + 168 + + + + + + + 40.72885983623564 + -3.856710121035576 + + 897.0 + 6996.7099609375 + + 131 + + 77 + + + 8.39799976348877 + 213 + + + + + + + 40.72883628308773 + -3.8568053394556046 + + 897.2000122070312 + 7005.14990234375 + + 131 + + 75 + + + 8.4350004196167 + 177 + + + + + + + 40.728812059387565 + -3.8569025695323944 + + 897.4000244140625 + 7013.52978515625 + + 131 + + 74 + + + 8.378999710083008 + 236 + + + + + + + 40.728791104629636 + -3.8569947704672813 + + 897.5999755859375 + 7021.919921875 + + 131 + + 73 + + + 8.39799976348877 + 184 + + + + + + + 40.72877023369074 + -3.8570892345160246 + + 897.5999755859375 + 7030.31982421875 + + 131 + + 73 + + + 8.39799976348877 + 182 + + + + + + + 40.728749781847 + -3.8571878895163536 + + 897.5999755859375 + 7038.7001953125 + + 131 + + 73 + + + 8.378999710083008 + 199 + + + + + + + 40.72872983291745 + -3.857281431555748 + + 897.5999755859375 + 7047.06982421875 + + 131 + + 73 + + + 8.369999885559082 + 183 + + + + + + + 40.728706028312445 + -3.857380086556077 + + 897.5999755859375 + 7055.490234375 + + 131 + + 75 + + + 8.416000366210938 + 281 + + + + + + + 40.72868230752647 + -3.8574815914034843 + + 898.0 + 7064.009765625 + + 131 + + 75 + + + 8.527999877929688 + 237 + + + + + + + 40.72865875437856 + -3.8575766421854496 + + 898.0 + 7072.52001953125 + + 131 + + 75 + + + 8.510000228881836 + 181 + + + + + + + 40.72863821871579 + -3.8576706871390343 + + 898.0 + 7080.97021484375 + + 131 + + 75 + + + 8.444000244140625 + 226 + + + + + + + 40.72861927561462 + -3.8577721919864416 + + 898.2000122070312 + 7089.39013671875 + + 131 + + 74 + + + 8.425999641418457 + 225 + + + + + + + 40.72859873995185 + -3.8578676618635654 + + 898.4000244140625 + 7097.81982421875 + + 131 + + 73 + + + 8.425999641418457 + 274 + + + + + + + 40.72857837192714 + -3.857968496158719 + + 898.5999755859375 + 7106.259765625 + + 131 + + 73 + + + 8.444000244140625 + 200 + + + + + + + 40.72855968028307 + -3.858066899701953 + + 898.5999755859375 + 7114.68994140625 + + 131 + + 77 + + + 8.425999641418457 + 208 + + + + + + + 40.728540904819965 + -3.8581594359129667 + + 898.5999755859375 + 7123.0 + + 131 + + 86 + + + 8.314000129699707 + 197 + + + + + + + 40.7285219617188 + -3.8582489546388388 + + 898.5999755859375 + 7131.22021484375 + + 133 + + 83 + + + 8.211000442504883 + 161 + + + + + + + 40.72849824093282 + -3.8583359587937593 + + 898.7999877929688 + 7139.2900390625 + + 133 + + 84 + + + 8.071000099182129 + 192 + + + + + + + 40.72847317904234 + -3.858425309881568 + + 899.0 + 7147.22998046875 + + 133 + + 81 + + + 7.940000057220459 + 199 + + + + + + + 40.728445602580905 + -3.8585119787603617 + + 899.2000122070312 + 7155.02978515625 + + 133 + + 81 + + + 7.800000190734863 + 145 + + + + + + + 40.72841903194785 + -3.858596971258521 + + 899.2000122070312 + 7162.75 + + 133 + + 79 + + + 7.72599983215332 + 188 + + + + + + + 40.7283906172961 + -3.8586792815476656 + + 899.4000244140625 + 7170.47998046875 + + 140 + + 80 + + + 7.72599983215332 + 254 + + + + + + + 40.72836069390178 + -3.858762765303254 + + 899.4000244140625 + 7178.2099609375 + + 140 + + 79 + + + 7.735000133514404 + 215 + + + + + + + 40.72832817211747 + -3.8588468357920647 + + 899.4000244140625 + 7185.919921875 + + 140 + + 78 + + + 7.706999778747559 + 180 + + + + + + + 40.728293135762215 + -3.858923362568021 + + 899.5999755859375 + 7193.56005859375 + + 140 + + 78 + + + 7.642000198364258 + 201 + + + + + + + 40.7282542437315 + -3.85900248773396 + + 899.5999755859375 + 7201.22021484375 + + 140 + + 79 + + + 7.659999847412109 + 174 + + + + + + + 40.72821241803467 + -3.8590743206441402 + + 899.5999755859375 + 7208.919921875 + + 140 + + 78 + + + 7.697999954223633 + 209 + + + + + + + 40.72816925123334 + -3.859147410839796 + + 899.4000244140625 + 7216.75 + + 140 + + 78 + + + 7.828000068664551 + 217 + + + + + + + 40.728126587346196 + -3.8592182379215956 + + 899.4000244140625 + 7224.66015625 + + 140 + + 80 + + + 7.9120001792907715 + 185 + + + + + + + 40.728081073611975 + -3.8592921663075686 + + 899.5999755859375 + 7232.60009765625 + + 140 + + 82 + + + 7.940000057220459 + 156 + + + + + + + 40.72803698480129 + -3.8593613170087337 + + 899.5999755859375 + 7240.5 + + 149 + + 83 + + + 7.894000053405762 + 166 + + + + + + + 40.727989291772246 + -3.8594359159469604 + + 899.5999755859375 + 7248.39013671875 + + 149 + + 82 + + + 7.894000053405762 + 173 + + + + + + + 40.727940844371915 + -3.859494924545288 + + 899.5999755859375 + 7256.27001953125 + + 149 + + 90 + + + 7.883999824523926 + 136 + + + + + + + 40.727894492447376 + -3.859558878466487 + + 899.7999877929688 + 7264.1298828125 + + 149 + + 92 + + + 7.855999946594238 + 162 + + + + + + + 40.72784763760865 + -3.8596261013299227 + + 900.0 + 7271.93994140625 + + 149 + + 80 + + + 7.809999942779541 + 182 + + + + + + + 40.72780044749379 + -3.8596983533352613 + + 900.0 + 7279.68994140625 + + 149 + + 78 + + + 7.754000186920166 + 176 + + + + + + + 40.727757113054395 + -3.8597665820270777 + + 900.0 + 7287.490234375 + + 149 + + 79 + + + 7.800000190734863 + 169 + + + + + + + 40.7277100905776 + -3.8598353136330843 + + 900.0 + 7295.14013671875 + + 149 + + 78 + + + 7.642000198364258 + 201 + + + + + + + 40.727663822472095 + -3.8599068950861692 + + 900.0 + 7302.77978515625 + + 148 + + 78 + + + 7.642000198364258 + 194 + + + + + + + 40.72761906310916 + -3.8599711004644632 + + 899.7999877929688 + 7310.35009765625 + + 148 + + 78 + + + 7.577000141143799 + 205 + + + + + + + 40.72757363319397 + -3.860035641118884 + + 900.0 + 7317.8701171875 + + 148 + + 77 + + + 7.511000156402588 + 226 + + + + + + + 40.72752443142235 + -3.860096912831068 + + 900.0 + 7325.39013671875 + + 148 + + 77 + + + 7.520999908447266 + 209 + + + + + + + 40.72747891768813 + -3.8601592741906643 + + 900.2000122070312 + 7332.89990234375 + + 155 + + 76 + + + 7.511000156402588 + 280 + + + + + + + 40.727432146668434 + -3.8602254074066877 + + 900.5999755859375 + 7340.39013671875 + + 155 + + 76 + + + 7.493000030517578 + 228 + + + + + + + 40.72738696821034 + -3.8602907862514257 + + 900.7999877929688 + 7347.8798828125 + + 155 + + 76 + + + 7.493000030517578 + 248 + + + + + + + 40.72734354995191 + -3.8603515550494194 + + 901.2000122070312 + 7355.2900390625 + + 155 + + 76 + + + 7.408999919891357 + 248 + + + + + + + 40.72729887440801 + -3.860413581132889 + + 901.4000244140625 + 7362.66015625 + + 155 + + 76 + + + 7.370999813079834 + 242 + + + + + + + 40.727251432836056 + -3.8604786247015 + + 901.4000244140625 + 7369.97998046875 + + 155 + + 75 + + + 7.315000057220459 + 201 + + + + + + + 40.727205416187644 + -3.8605384714901447 + + 901.5999755859375 + 7377.259765625 + + 155 + + 75 + + + 7.2779998779296875 + 230 + + + + + + + 40.727154202759266 + -3.8605983182787895 + + 901.7999877929688 + 7384.4501953125 + + 155 + + 75 + + + 7.193999767303467 + 229 + + + + + + + 40.72710349224508 + -3.8606524653732777 + + 901.7999877929688 + 7391.6201171875 + + 155 + + 73 + + + 7.165999889373779 + 215 + + + + + + + 40.727051021531224 + -3.8607010804116726 + + 902.0 + 7398.7099609375 + + 155 + + 72 + + + 7.091000080108643 + 207 + + + + + + + 40.72699746116996 + -3.860744833946228 + + 902.0 + 7405.77001953125 + + 155 + + 72 + + + 7.063000202178955 + 218 + + + + + + + 40.72694079950452 + -3.860791604965925 + + 902.2000122070312 + 7412.830078125 + + 155 + + 72 + + + 7.063000202178955 + 194 + + + + + + + 40.726886568591 + -3.860836448147893 + + 902.0 + 7420.10009765625 + + 155 + + 72 + + + 7.269000053405762 + 244 + + + + + + + 40.72682705707848 + -3.8608839735388756 + + 902.0 + 7427.52978515625 + + 155 + + 76 + + + 7.427000045776367 + 171 + + + + + + + 40.72676779702306 + -3.86093208566308 + + 902.0 + 7435.009765625 + + 155 + + 75 + + + 7.482999801635742 + 226 + + + + + + + 40.72670971043408 + -3.8609774317592382 + + 902.0 + 7442.60009765625 + + 155 + + 77 + + + 7.585999965667725 + 186 + + + + + + + 40.72664919309318 + -3.8610127195715904 + + 902.0 + 7450.25 + + 155 + + 77 + + + 7.651000022888184 + 174 + + + + + + + 40.72658373042941 + -3.8610527850687504 + + 901.7999877929688 + 7458.0400390625 + + 155 + + 79 + + + 7.790999889373779 + 145 + + + + + + + 40.726520949974656 + -3.8610931020230055 + + 901.4000244140625 + 7466.06982421875 + + 155 + + 77 + + + 8.034000396728516 + 122 + + + + + + + 40.726453894749284 + -3.8611407950520515 + + 901.2000122070312 + 7474.1201171875 + + 155 + + 78 + + + 8.043000221252441 + 161 + + + + + + + 40.72638809680939 + -3.8611952774226665 + + 901.0 + 7482.16015625 + + 155 + + 78 + + + 8.043000221252441 + 149 + + + + + + + 40.726325483992696 + -3.86125311255455 + + 901.2000122070312 + 7490.4599609375 + + 155 + + 78 + + + 8.303999900817871 + 149 + + + + + + + 40.72626278735697 + -3.8613122049719095 + + 901.4000244140625 + 7499.02001953125 + + 155 + + 80 + + + 8.555999755859375 + 131 + + + + + + + 40.72619874961674 + -3.861378338187933 + + 901.2000122070312 + 7507.81005859375 + + 155 + + 84 + + + 8.789999961853027 + 116 + + + + + + + 40.72613672353327 + -3.861445812508464 + + 901.0 + 7516.81005859375 + + 155 + + 85 + + + 8.994999885559082 + 122 + + + + + + + 40.7260715123266 + -3.8615193217992783 + + 900.7999877929688 + 7525.9501953125 + + 155 + + 87 + + + 9.144000053405762 + 121 + + + + + + + 40.726006804034114 + -3.8615964353084564 + + 900.5999755859375 + 7535.31982421875 + + 155 + + 87 + + + 9.368000030517578 + 108 + + + + + + + 40.72594754397869 + -3.8616761472076178 + + 900.4000244140625 + 7544.8701171875 + + 155 + + 95 + + + 9.555000305175781 + 81 + + + + + + + 40.72589088231325 + -3.8617607206106186 + + 900.0 + 7554.6201171875 + + 155 + + 94 + + + 9.75100040435791 + 79 + + + + + + + 40.725829945877194 + -3.861853675916791 + + 899.5999755859375 + 7564.60986328125 + + 155 + + 93 + + + 9.984000205993652 + 81 + + + + + + + 40.725773284211755 + -3.8619454577565193 + + 899.2000122070312 + 7574.81982421875 + + 155 + + 96 + + + 10.217000007629395 + 80 + + + + + + + 40.72571427561343 + -3.8620475493371487 + + 899.0 + 7585.22021484375 + + 158 + + 110 + + + 10.394000053405762 + 70 + + + + + + + 40.725658452138305 + -3.8621524069458246 + + 898.7999877929688 + 7595.7900390625 + + 158 + + 107 + + + 10.571999549865723 + 79 + + + + + + + 40.72560656815767 + -3.8622567616403103 + + 898.4000244140625 + 7606.47021484375 + + 158 + + 92 + + + 10.684000015258789 + 61 + + + + + + + 40.72555803693831 + -3.8623645529150963 + + 898.2000122070312 + 7617.22998046875 + + 158 + + 106 + + + 10.758000373840332 + 62 + + + + + + + 40.7255085837096 + -3.8624816481024027 + + 898.2000122070312 + 7628.06982421875 + + 158 + + 96 + + + 10.842000007629395 + 66 + + + + + + + 40.72546407580376 + -3.862592037767172 + + 897.7999877929688 + 7638.93994140625 + + 158 + + 99 + + + 10.869999885559082 + 67 + + + + + + + 40.72542065754533 + -3.8627110607922077 + + 897.7999877929688 + 7649.7900390625 + + 158 + + 107 + + + 10.842000007629395 + 77 + + + + + + + 40.72538168169558 + -3.862828155979514 + + 897.7999877929688 + 7660.6298828125 + + 158 + + 107 + + + 10.842000007629395 + 82 + + + + + + + 40.72534698061645 + -3.862945083528757 + + 897.7999877929688 + 7671.39013671875 + + 158 + + 115 + + + 10.758000373840332 + 82 + + + + + + + 40.72531630285084 + -3.8630624301731586 + + 897.7999877929688 + 7681.9599609375 + + 158 + + 112 + + + 10.571999549865723 + 86 + + + + + + + 40.725286630913615 + -3.863187236711383 + + 897.5999755859375 + 7692.47998046875 + + 158 + + 129 + + + 10.524999618530273 + 92 + + + + + + + 40.725262742489576 + -3.8633022364228964 + + 897.4000244140625 + 7702.85009765625 + + 158 + + 127 + + + 10.366000175476074 + 73 + + + + + + + 40.72524187155068 + -3.8634259533137083 + + 897.4000244140625 + 7713.169921875 + + 158 + + 99 + + + 10.319999694824219 + 98 + + + + + + + 40.725225526839495 + -3.863546820357442 + + 897.5999755859375 + 7723.41015625 + + 158 + + 104 + + + 10.244999885559082 + 122 + + + + + + + 40.725212283432484 + -3.8636632449924946 + + 897.7999877929688 + 7733.56982421875 + + 158 + + 107 + + + 10.152000427246094 + 107 + + + + + + + 40.72520230896771 + -3.8637819327414036 + + 898.0 + 7743.6201171875 + + 158 + + 104 + + + 10.048999786376953 + 109 + + + + + + + 40.725193843245506 + -3.8639021292328835 + + 898.0 + 7753.60009765625 + + 158 + + 99 + + + 9.984000205993652 + 125 + + + + + + + 40.7251890655607 + -3.8640172965824604 + + 898.0 + 7763.56005859375 + + 158 + + 95 + + + 9.956000328063965 + 131 + + + + + + + 40.72518571279943 + -3.8641383312642574 + + 898.0 + 7773.4501953125 + + 158 + + 99 + + + 9.890999794006348 + 128 + + + + + + + 40.72518428787589 + -3.864255677908659 + + 898.0 + 7783.240234375 + + 158 + + 100 + + + 9.79699993133545 + 110 + + + + + + + 40.725183449685574 + -3.864368163049221 + + 898.0 + 7792.9599609375 + + 158 + + 99 + + + 9.713000297546387 + 119 + + + + + + + 40.72518328204751 + -3.864479809999466 + + 898.0 + 7802.5400390625 + + 158 + + 93 + + + 9.583000183105469 + 124 + + + + + + + 40.72518185712397 + -3.864594977349043 + + 898.0 + 7812.080078125 + + 158 + + 90 + + + 9.53600025177002 + 133 + + + + + + + 40.72518127039075 + -3.864705702289939 + + 898.2000122070312 + 7821.47998046875 + + 158 + + 95 + + + 9.404999732971191 + 124 + + + + + + + 40.7251821924001 + -3.8648191932588816 + + 898.4000244140625 + 7830.8701171875 + + 158 + + 91 + + + 9.38700008392334 + 185 + + + + + + + 40.725184036418796 + -3.8649305049329996 + + 898.4000244140625 + 7840.25 + + 158 + + 91 + + + 9.38700008392334 + 169 + + + + + + + 40.72518370114267 + -3.8650392182171345 + + 898.4000244140625 + 7849.39990234375 + + 158 + + 87 + + + 9.144000053405762 + 169 + + + + + + + 40.72518311440945 + -3.86514357291162 + + 898.4000244140625 + 7858.4501953125 + + 158 + + 99 + + + 9.050999641418457 + 166 + + + + + + + 40.725183952599764 + -3.865254046395421 + + 898.5999755859375 + 7867.39013671875 + + 158 + + 94 + + + 8.939000129699707 + 191 + + + + + + + 40.725185964256525 + -3.8653588201850653 + + 898.5999755859375 + 7876.22021484375 + + 158 + + 88 + + + 8.82699966430664 + 159 + + + + + + + 40.72518780827522 + -3.8654682878404856 + + 898.5999755859375 + 7884.97021484375 + + 158 + + 84 + + + 8.751999855041504 + 172 + + + + + + + 40.72518914937973 + -3.865572726354003 + + 898.5999755859375 + 7893.64990234375 + + 158 + + 87 + + + 8.687000274658203 + 198 + + + + + + + 40.72518948465586 + -3.8656753208488226 + + 898.7999877929688 + 7902.2998046875 + + 158 + + 85 + + + 8.649999618530273 + 229 + + + + + + + 40.72518923319876 + -3.865771209821105 + + 898.7999877929688 + 7910.919921875 + + 153 + + 82 + + + 8.612000465393066 + 182 + + + + + + + 40.72518898174167 + -3.865873469039798 + + 899.0 + 7919.43994140625 + + 153 + + 84 + + + 8.527999877929688 + 194 + + + + + + + 40.72518856264651 + -3.8659716211259365 + + 899.0 + 7927.97021484375 + + 156 + + 81 + + + 8.527999877929688 + 228 + + + + + + + 40.72518814355135 + -3.866077233105898 + + 899.2000122070312 + 7936.56982421875 + + 156 + + 82 + + + 8.593999862670898 + 233 + + + + + + + 40.72518713772297 + -3.8661807496100664 + + 899.2000122070312 + 7945.0400390625 + + 156 + + 81 + + + 8.472000122070312 + 213 + + + + + + + 40.72518462315202 + -3.86627865023911 + + 899.2000122070312 + 7953.39990234375 + + 156 + + 82 + + + 8.359999656677246 + 204 + + + + + + + 40.725183952599764 + -3.8663736172020435 + + 899.2000122070312 + 7961.759765625 + + 156 + + 80 + + + 8.359999656677246 + 210 + + + + + + + 40.72518579661846 + -3.8664742838591337 + + 899.4000244140625 + 7970.0400390625 + + 156 + + 80 + + + 8.276000022888184 + 199 + + + + + + + 40.72518655098975 + -3.8665679935365915 + + 899.4000244140625 + 7978.259765625 + + 156 + + 78 + + + 8.229999542236328 + 176 + + + + + + + 40.72518705390394 + -3.866669498383999 + + 899.5999755859375 + 7986.4501953125 + + 156 + + 78 + + + 8.182999610900879 + 258 + + + + + + + 40.725188395008445 + -3.8667643815279007 + + 899.7999877929688 + 7994.60009765625 + + 156 + + 78 + + + 8.154999732971191 + 227 + + + + + + + 40.72518730536103 + -3.866857588291168 + + 899.7999877929688 + 8002.60009765625 + + 156 + + 77 + + + 7.995999813079834 + 198 + + + + + + + 40.72518671862781 + -3.866951297968626 + + 900.0 + 8010.5498046875 + + 156 + + 84 + + + 7.949999809265137 + 200 + + + + + + + 40.72518680244684 + -3.867047019302845 + + 900.4000244140625 + 8018.47021484375 + + 156 + + 96 + + + 7.921999931335449 + 231 + + + + + + + 40.72518764063716 + -3.8671402260661125 + + 900.5999755859375 + 8026.2900390625 + + 156 + + 87 + + + 7.818999767303467 + 236 + + + + + + + 40.72518755681813 + -3.8672362826764584 + + 900.4000244140625 + 8034.02001953125 + + 156 + + 86 + + + 7.72599983215332 + 181 + + + + + + + 40.725187472999096 + -3.8673273101449013 + + 900.5999755859375 + 8041.56982421875 + + 156 + + 91 + + + 7.558000087738037 + 231 + + + + + + + 40.72518948465586 + -3.8674141466617584 + + 901.0 + 8048.89990234375 + + 156 + + 88 + + + 7.324999809265137 + 196 + + + + + + + 40.72518805973232 + -3.8674918469041586 + + 901.2000122070312 + 8055.83984375 + + 156 + + 85 + + + 6.941999912261963 + 152 + + + + + + + 40.725186383351684 + -3.86757155880332 + + 901.4000244140625 + 8062.4599609375 + + 156 + + 85 + + + 6.614999771118164 + 161 + + + + + + + 40.725186970084906 + -3.867645151913166 + + 901.5999755859375 + 8068.68017578125 + + 156 + + 78 + + + 6.223999977111816 + 132 + + + + + + + 40.725193843245506 + -3.867718493565917 + + 902.0 + 8074.58984375 + + 156 + + 76 + + + 5.906000137329102 + 232 + + + + + + + 40.72520775720477 + -3.867792170494795 + + 902.4000244140625 + 8080.490234375 + + 156 + + 73 + + + 5.906000137329102 + 296 + + + + + + + 40.72522250935435 + -3.8678531907498837 + + 902.5999755859375 + 8086.419921875 + + 154 + + 73 + + + 5.925000190734863 + 337 + + + + + + + 40.72523851878941 + -3.8679139595478773 + + 902.7999877929688 + 8092.31982421875 + + 153 + + 74 + + + 5.906000137329102 + 314 + + + + + + + 40.72526140138507 + -3.8679777458310127 + + 903.0 + 8098.14013671875 + + 153 + + 73 + + + 5.813000202178955 + 325 + + + + + + + 40.72528654709458 + -3.86803625151515 + + 903.2000122070312 + 8103.8701171875 + + 153 + + 70 + + + 5.73799991607666 + 296 + + + + + + + 40.72531554847956 + -3.8680909015238285 + + 903.5999755859375 + 8109.7099609375 + + 153 + + 70 + + + 5.831999778747559 + 300 + + + + + + + 40.72533968836069 + -3.8681492395699024 + + 904.0 + 8115.64990234375 + + 153 + + 73 + + + 5.943999767303467 + 273 + + + + + + + 40.72535670362413 + -3.8682140316814184 + + 904.2000122070312 + 8121.58984375 + + 153 + + 73 + + + 5.943999767303467 + 298 + + + + + + + 40.725363828241825 + -3.8682814221829176 + + 904.5999755859375 + 8127.5400390625 + + 153 + + 74 + + + 5.943999767303467 + 298 + + + + + + + 40.72536022402346 + -3.8683524169027805 + + 904.7999877929688 + 8133.5 + + 153 + + 72 + + + 5.961999893188477 + 275 + + + + + + + 40.72534563951194 + -3.8684139400720596 + + 905.2000122070312 + 8139.43994140625 + + 147 + + 75 + + + 5.943999767303467 + 324 + + + + + + + 40.725319823250175 + -3.868472781032324 + + 905.4000244140625 + 8145.33984375 + + 147 + + 74 + + + 5.896999835968018 + 244 + + + + + + + 40.72528260760009 + -3.868519552052021 + + 905.4000244140625 + 8151.169921875 + + 147 + + 74 + + + 5.831999778747559 + 239 + + + + + + + 40.725239273160696 + -3.8685517385601997 + + 905.4000244140625 + 8156.8798828125 + + 147 + + 72 + + + 5.710000038146973 + 218 + + + + + + + 40.72518965229392 + -3.868565820157528 + + 905.4000244140625 + 8162.7001953125 + + 147 + + 72 + + + 5.822000026702881 + 235 + + + + + + + 40.725136091932654 + -3.8685648143291473 + + 905.4000244140625 + 8168.47021484375 + + 147 + + 71 + + + 5.765999794006348 + 162 + + + + + + + 40.72508278302848 + -3.86854100972414 + + 905.5999755859375 + 8174.72021484375 + + 147 + + 72 + + + 6.251999855041504 + 106 + + + + + + + 40.72502704337239 + -3.8685000222176313 + + 905.7999877929688 + 8181.3701171875 + + 147 + + 85 + + + 6.64300012588501 + 6 + + + + + + + 40.724976835772395 + -3.868446880951524 + + 905.4000244140625 + 8188.25 + + 147 + + 0 + + + 6.886000156402588 + 6 + + + + + + + 40.72493735700846 + -3.868379993364215 + + 905.0 + 8195.3798828125 + + 147 + + 0 + + + 7.129000186920166 + 7 + + + + + + + 40.72492805309594 + -3.8682878762483597 + + 904.5999755859375 + 8203.0 + + 147 + + 0 + + + 7.623000144958496 + 36 + + + + + + + 40.72493014857173 + -3.8681865390390158 + + 904.4000244140625 + 8210.8798828125 + + 147 + + 79 + + + 7.875 + 2 + + + + + + + 40.724947080016136 + -3.8680885545909405 + + 904.0 + 8218.8701171875 + + 147 + + 0 + + + 7.986999988555908 + 27 + + + + + + + 40.724985133856535 + -3.867990905418992 + + 903.5999755859375 + 8227.099609375 + + 147 + + 0 + + + 8.229999542236328 + 27 + + + + + + + 40.72502528317273 + -3.8678997103124857 + + 903.2000122070312 + 8235.6103515625 + + 147 + + 119 + + + 8.510000228881836 + 27 + + + + + + + 40.725057385861874 + -3.867805916815996 + + 903.0 + 8244.3603515625 + + 147 + + 84 + + + 8.751999855041504 + 118 + + + + + + + 40.72508051991463 + -3.86770105920732 + + 902.7999877929688 + 8253.41015625 + + 147 + + 86 + + + 9.050999641418457 + 119 + + + + + + + 40.72509485296905 + -3.8675848860293627 + + 902.7999877929688 + 8262.5498046875 + + 147 + + 85 + + + 9.144000053405762 + 99 + + + + + + + 40.72510222904384 + -3.8674727361649275 + + 902.5999755859375 + 8272.01953125 + + 147 + + 102 + + + 9.470999717712402 + 83 + + + + + + + 40.72510960511863 + -3.8673505280166864 + + 902.4000244140625 + 8281.759765625 + + 147 + + 115 + + + 9.732000350952148 + 92 + + + + + + + 40.72511245496571 + -3.867226140573621 + + 902.5999755859375 + 8291.490234375 + + 147 + + 115 + + + 9.732000350952148 + 78 + + + + + + + 40.72511253878474 + -3.867102675139904 + + 902.4000244140625 + 8301.509765625 + + 147 + + 144 + + + 10.020999908447266 + 78 + + + + + + + 40.72511002421379 + -3.866978706791997 + + 901.5999755859375 + 8311.91015625 + + 147 + + 104 + + + 10.404000282287598 + 70 + + + + + + + 40.725110694766045 + -3.8668486196547747 + + 901.0 + 8322.349609375 + + 154 + + 112 + + + 10.440999984741211 + 60 + + + + + + + 40.72511061094701 + -3.866724818944931 + + 900.7999877929688 + 8333.0 + + 154 + + 104 + + + 10.645999908447266 + 68 + + + + + + + 40.72511103004217 + -3.8665928039699793 + + 901.0 + 8343.509765625 + + 154 + + 87 + + + 10.515999794006348 + 82 + + + + + + + 40.72511178441346 + -3.8664604537189007 + + 900.7999877929688 + 8354.25 + + 154 + + 96 + + + 10.729999542236328 + 61 + + + + + + + 40.7251148018986 + -3.86633338406682 + + 900.5999755859375 + 8365.1103515625 + + 154 + + 107 + + + 10.861000061035156 + 69 + + + + + + + 40.725118573755026 + -3.866206230595708 + + 900.2000122070312 + 8375.83984375 + + 154 + + 114 + + + 10.729999542236328 + 79 + + + + + + + 40.72512117214501 + -3.866070779040456 + + 900.0 + 8386.669921875 + + 154 + + 103 + + + 10.833000183105469 + 58 + + + + + + + 40.72512410581112 + -3.8659439608454704 + + 899.7999877929688 + 8397.4501953125 + + 154 + + 123 + + + 10.777000427246094 + 62 + + + + + + + 40.725127877667546 + -3.8658117782324553 + + 899.5999755859375 + 8408.2197265625 + + 154 + + 117 + + + 10.777000427246094 + 55 + + + + + + + 40.72513005696237 + -3.8656800147145987 + + 899.4000244140625 + 8418.9599609375 + + 154 + + 104 + + + 10.729999542236328 + 75 + + + + + + + 40.725132655352354 + -3.8655505143105984 + + 899.2000122070312 + 8429.6904296875 + + 154 + + 103 + + + 10.729999542236328 + 18 + + + + + + + 40.725133661180735 + -3.865424869582057 + + 899.0 + 8440.2001953125 + + 154 + + 0 + + + 10.515999794006348 + 82 + + + + + + + 40.72513718158007 + -3.865294950082898 + + 899.0 + 8450.6904296875 + + 154 + + 112 + + + 10.48799991607666 + 78 + + + + + + + 40.725138522684574 + -3.8651755917817354 + + 898.7999877929688 + 8461.099609375 + + 154 + + 103 + + + 10.413000106811523 + 84 + + + + + + + 40.72514279745519 + -3.8650507014244795 + + 898.7999877929688 + 8471.509765625 + + 154 + + 87 + + + 10.413000106811523 + 144 + + + + + + + 40.72514321655035 + -3.864925056695938 + + 898.5999755859375 + 8481.9599609375 + + 154 + + 100 + + + 10.440999984741211 + 102 + + + + + + + 40.72514221072197 + -3.864801926538348 + + 898.5999755859375 + 8492.400390625 + + 154 + + 100 + + + 10.440999984741211 + 110 + + + + + + + 40.72514170780778 + -3.8646801374852657 + + 898.5999755859375 + 8502.759765625 + + 154 + + 106 + + + 10.366000175476074 + 110 + + + + + + + 40.72514279745519 + -3.8645553309470415 + + 898.5999755859375 + 8513.0498046875 + + 154 + + 103 + + + 10.281999588012695 + 89 + + + + + + + 40.72514187544584 + -3.864439157769084 + + 898.5999755859375 + 8523.349609375 + + 154 + + 102 + + + 10.300999641418457 + 83 + + + + + + + 40.725143970921636 + -3.8643182907253504 + + 898.7999877929688 + 8533.3603515625 + + 159 + + 112 + + + 10.01200008392334 + 91 + + + + + + + 40.72514363564551 + -3.8641978427767754 + + 898.7999877929688 + 8543.349609375 + + 159 + + 106 + + + 9.993000030517578 + 104 + + + + + + + 40.725143384188414 + -3.864084267988801 + + 898.4000244140625 + 8553.349609375 + + 159 + + 112 + + + 9.993000030517578 + 128 + + + + + + + 40.7251441385597 + -3.8639730401337147 + + 898.4000244140625 + 8563.08984375 + + 159 + + 100 + + + 9.741000175476074 + 98 + + + + + + + 40.725147910416126 + -3.863852256909013 + + 898.4000244140625 + 8572.919921875 + + 159 + + 96 + + + 9.835000038146973 + 109 + + + + + + + 40.725152771919966 + -3.8637401070445776 + + 898.5999755859375 + 8582.6396484375 + + 159 + + 92 + + + 9.722999572753906 + 141 + + + + + + + 40.7251629140228 + -3.8636197429150343 + + 898.7999877929688 + 8592.2998046875 + + 159 + + 99 + + + 9.656999588012695 + 136 + + + + + + + 40.725175654515624 + -3.863504072651267 + + 898.7999877929688 + 8601.9599609375 + + 159 + + 99 + + + 9.656999588012695 + 186 + + + + + + + 40.72519023902714 + -3.8633915036916733 + + 898.5999755859375 + 8611.6201171875 + + 159 + + 90 + + + 9.656999588012695 + 186 + + + + + + + 40.725206919014454 + -3.8632797729223967 + + 898.4000244140625 + 8621.25 + + 159 + + 104 + + + 9.638999938964844 + 139 + + + + + + + 40.72522569447756 + -3.8631657790392637 + + 898.5999755859375 + 8630.91015625 + + 159 + + 91 + + + 9.656999588012695 + 166 + + + + + + + 40.72524530813098 + -3.863056395202875 + + 898.5999755859375 + 8640.6201171875 + + 159 + + 92 + + + 9.704000473022461 + 183 + + + + + + + 40.725268526002765 + -3.862942988052964 + + 898.4000244140625 + 8650.33984375 + + 159 + + 104 + + + 9.722999572753906 + 161 + + + + + + + 40.725294426083565 + -3.8628318440169096 + + 898.0 + 8660.080078125 + + 159 + + 93 + + + 9.741000175476074 + 164 + + + + + + + 40.725322840735316 + -3.86272631585598 + + 897.7999877929688 + 8669.6904296875 + + 159 + + 92 + + + 9.611000061035156 + 171 + + + + + + + 40.72535326704383 + -3.8626243080943823 + + 898.0 + 8679.3701171875 + + 159 + + 91 + + + 9.675999641418457 + 173 + + + + + + + 40.72538897395134 + -3.862518360838294 + + 898.0 + 8689.0400390625 + + 159 + + 91 + + + 9.675999641418457 + 173 + + + + + + + 40.72542509995401 + -3.862419370561838 + + 898.0 + 8698.6796875 + + 159 + + 91 + + + 9.638999938964844 + 198 + + + + + + + 40.72546558454633 + -3.862317781895399 + + 898.2000122070312 + 8708.26953125 + + 159 + + 91 + + + 9.592000007629395 + 201 + + + + + + + 40.7255085837096 + -3.862218875437975 + + 898.5999755859375 + 8717.7099609375 + + 159 + + 91 + + + 9.442999839782715 + 213 + + + + + + + 40.725550409406424 + -3.862127512693405 + + 898.5999755859375 + 8727.0498046875 + + 159 + + 88 + + + 9.34000015258789 + 227 + + + + + + + 40.725592067465186 + -3.8620388321578503 + + 898.7999877929688 + 8736.3203125 + + 159 + + 88 + + + 9.265000343322754 + 306 + + + + + + + 40.72563875466585 + -3.8619504868984222 + + 899.0 + 8745.4404296875 + + 159 + + 87 + + + 9.125 + 199 + + + + + + + 40.72568544186652 + -3.861870774999261 + + 899.4000244140625 + 8754.3603515625 + + 159 + + 86 + + + 8.920000076293945 + 192 + + + + + + + 40.72573288343847 + -3.8617905601859093 + + 899.5999755859375 + 8763.080078125 + + 159 + + 84 + + + 8.71500015258789 + 188 + + + + + + + 40.7257778942585 + -3.8617156259715557 + + 899.7999877929688 + 8771.5595703125 + + 159 + + 84 + + + 8.482000350952148 + 237 + + + + + + + 40.72582374326885 + -3.8616450503468513 + + 899.7999877929688 + 8779.8701171875 + + 159 + + 85 + + + 8.314000129699707 + 218 + + + + + + + 40.72586825117469 + -3.8615801744163036 + + 900.0 + 8787.9404296875 + + 159 + + 85 + + + 8.062000274658203 + 242 + + + + + + + 40.72591703385115 + -3.8615139573812485 + + 900.4000244140625 + 8795.8203125 + + 159 + + 86 + + + 7.883999824523926 + 279 + + + + + + + 40.72596305049956 + -3.861453104764223 + + 900.7999877929688 + 8803.6396484375 + + 161 + + 86 + + + 7.818999767303467 + 221 + + + + + + + 40.72601292282343 + -3.8613863848149776 + + 900.7999877929688 + 8811.240234375 + + 161 + + 86 + + + 7.605000019073486 + 272 + + + + + + + 40.726064052432775 + -3.861324107274413 + + 901.0 + 8818.849609375 + + 161 + + 87 + + + 7.605000019073486 + 215 + + + + + + + 40.72611426003277 + -3.861268786713481 + + 901.0 + 8826.419921875 + + 159 + + 87 + + + 7.566999912261963 + 242 + + + + + + + 40.72616505436599 + -3.861213633790612 + + 901.2000122070312 + 8833.7900390625 + + 159 + + 86 + + + 7.370999813079834 + 226 + + + + + + + 40.72621760889888 + -3.8611590676009655 + + 901.4000244140625 + 8841.1796875 + + 155 + + 85 + + + 7.389999866485596 + 239 + + + + + + + 40.726268235594034 + -3.8611113745719194 + + 901.4000244140625 + 8848.509765625 + + 155 + + 85 + + + 7.334000110626221 + 198 + + + + + + + 40.72632456198335 + -3.8610612507909536 + + 901.4000244140625 + 8855.8203125 + + 155 + + 85 + + + 7.306000232696533 + 219 + + + + + + + 40.726380134001374 + -3.8610150665044785 + + 901.5999755859375 + 8863.169921875 + + 155 + + 109 + + + 7.353000164031982 + 206 + + + + + + + 40.726435873657465 + -3.8609726540744305 + + 901.5999755859375 + 8870.599609375 + + 155 + + 117 + + + 7.427000045776367 + 233 + + + + + + + 40.72649387642741 + -3.860933594405651 + + 901.7999877929688 + 8878.0 + + 154 + + 86 + + + 7.408999919891357 + 185 + + + + + + + 40.726555148139596 + -3.860891265794635 + + 901.7999877929688 + 8885.4404296875 + + 154 + + 92 + + + 7.436999797821045 + 221 + + + + + + + 40.72661189362407 + -3.860850278288126 + + 902.0 + 8893.009765625 + + 154 + + 87 + + + 7.566999912261963 + 199 + + + + + + + 40.72667132131755 + -3.8608036749064922 + + 902.2000122070312 + 8900.5703125 + + 154 + + 88 + + + 7.558000087738037 + 178 + + + + + + + 40.726730497553945 + -3.860757490620017 + + 902.4000244140625 + 8908.240234375 + + 154 + + 88 + + + 7.678999900817871 + 168 + + + + + + + 40.726790092885494 + -3.8607131503522396 + + 902.4000244140625 + 8916.1201171875 + + 154 + + 87 + + + 7.875 + 196 + + + + + + + 40.72685061022639 + -3.8606667146086693 + + 902.5999755859375 + 8923.9697265625 + + 152 + + 85 + + + 7.8470001220703125 + 188 + + + + + + + 40.72691414505243 + -3.860614327713847 + + 902.5999755859375 + 8931.98046875 + + 152 + + 86 + + + 8.015000343322754 + 181 + + + + + + + 40.726973405107856 + -3.860560767352581 + + 902.4000244140625 + 8940.1201171875 + + 152 + + 103 + + + 8.13599967956543 + 128 + + + + + + + 40.72703610174358 + -3.860499830916524 + + 902.4000244140625 + 8948.33984375 + + 152 + + 119 + + + 8.220000267028809 + 141 + + + + + + + 40.72710022330284 + -3.8604374695569277 + + 902.2000122070312 + 8956.7197265625 + + 152 + + 99 + + + 8.378999710083008 + 135 + + + + + + + 40.727159483358264 + -3.860370581969619 + + 902.2000122070312 + 8965.1796875 + + 151 + + 112 + + + 8.463000297546387 + 171 + + + + + + + 40.72721891105175 + -3.8603023532778025 + + 901.7999877929688 + 8973.849609375 + + 151 + + 82 + + + 8.668000221252441 + 131 + + + + + + + 40.72728110477328 + -3.8602257426828146 + + 901.7999877929688 + 8982.7900390625 + + 155 + + 85 + + + 8.939000129699707 + 135 + + + + + + + 40.72733868844807 + -3.8601492159068584 + + 901.5999755859375 + 8991.9296875 + + 155 + + 85 + + + 9.144000053405762 + 117 + + + + + + + 40.727399457246065 + -3.860065396875143 + + 901.4000244140625 + 9001.25 + + 155 + + 88 + + + 9.321000099182129 + 104 + + + + + + + 40.72745963931084 + -3.8599794823676348 + + 901.0 + 9010.759765625 + + 155 + + 90 + + + 9.508000373840332 + 96 + + + + + + + 40.727518647909164 + -3.8598956633359194 + + 900.7999877929688 + 9020.419921875 + + 155 + + 96 + + + 9.656999588012695 + 101 + + + + + + + 40.72757606394589 + -3.859810335561633 + + 900.7999877929688 + 9030.2099609375 + + 155 + + 95 + + + 9.788000106811523 + 109 + + + + + + + 40.727636916562915 + -3.859719643369317 + + 901.0 + 9040.0400390625 + + 158 + + 93 + + + 9.835000038146973 + 83 + + + + + + + 40.72769491933286 + -3.859632136300206 + + 900.7999877929688 + 9049.9697265625 + + 158 + + 95 + + + 9.928000450134277 + 86 + + + + + + + 40.727754179388285 + -3.8595377560704947 + + 900.7999877929688 + 9060.0302734375 + + 158 + + 123 + + + 10.057999610900879 + 85 + + + + + + + 40.72781176306307 + -3.8594462256878614 + + 900.7999877929688 + 9069.9501953125 + + 158 + + 90 + + + 9.928000450134277 + 86 + + + + + + + 40.72786934673786 + -3.8593584671616554 + + 900.5999755859375 + 9079.990234375 + + 158 + + 119 + + + 10.039999961853027 + 95 + + + + + + + 40.72792693041265 + -3.8592717982828617 + + 900.4000244140625 + 9090.009765625 + + 158 + + 91 + + + 10.01200008392334 + 97 + + + + + + + 40.72798660956323 + -3.8591794297099113 + + 900.2000122070312 + 9099.9697265625 + + 158 + + 96 + + + 9.96500015258789 + 97 + + + + + + + 40.728041511029005 + -3.859090581536293 + + 900.2000122070312 + 9109.900390625 + + 158 + + 94 + + + 9.928000450134277 + 96 + + + + + + + 40.728100100532174 + -3.8589974585920572 + + 900.0 + 9119.7998046875 + + 158 + + 104 + + + 9.899999618530273 + 111 + + + + + + + 40.728158270940185 + -3.8589031621813774 + + 900.0 + 9129.7900390625 + + 158 + + 94 + + + 9.993000030517578 + 97 + + + + + + + 40.728210154920816 + -3.858810206875205 + + 900.0 + 9139.6396484375 + + 158 + + 93 + + + 9.852999687194824 + 86 + + + + + + + 40.72825474664569 + -3.8587194308638573 + + 900.0 + 9149.5595703125 + + 158 + + 139 + + + 9.918999671936035 + 77 + + + + + + + 40.728301433846354 + -3.8586159981787205 + + 900.0 + 9159.4599609375 + + 158 + + 119 + + + 9.899999618530273 + 70 + + + + + + + 40.728339990600944 + -3.8585123978555202 + + 899.5999755859375 + 9169.4296875 + + 158 + + 99 + + + 9.96500015258789 + 67 + + + + + + + 40.72837494313717 + -3.8583989907056093 + + 899.4000244140625 + 9179.419921875 + + 158 + + 103 + + + 9.993000030517578 + 53 + + + + + + + 40.728407045826316 + -3.8582841586321592 + + 899.2000122070312 + 9189.4296875 + + 158 + + 104 + + + 10.01200008392334 + 51 + + + + + + + 40.72843361645937 + -3.8581706676632166 + + 899.0 + 9199.4296875 + + 158 + + 104 + + + 9.993000030517578 + 64 + + + + + + + 40.72845993563533 + -3.8580596912652254 + + 898.7999877929688 + 9209.4404296875 + + 158 + + 115 + + + 10.01200008392334 + 64 + + + + + + + 40.72848751209676 + -3.857942931354046 + + 899.0 + 9219.33984375 + + 158 + + 96 + + + 9.899999618530273 + 67 + + + + + + + 40.72851466946304 + -3.857832457870245 + + 899.2000122070312 + 9229.2099609375 + + 158 + + 95 + + + 9.871999740600586 + 77 + + + + + + + 40.72854224592447 + -3.8577183801680803 + + 899.0 + 9239.0 + + 158 + + 98 + + + 9.788000106811523 + 93 + + + + + + + 40.728568313643336 + -3.857604805380106 + + 898.5999755859375 + 9248.830078125 + + 158 + + 107 + + + 9.835000038146973 + 96 + + + + + + + 40.72859295643866 + -3.857497265562415 + + 898.5999755859375 + 9258.5595703125 + + 158 + + 123 + + + 9.722999572753906 + 88 + + + + + + + 40.72861625812948 + -3.8573917374014854 + + 898.4000244140625 + 9268.1796875 + + 158 + + 90 + + + 9.628999710083008 + 88 + + + + + + + 40.7286411523819 + -3.8572784140706062 + + 898.2000122070312 + 9277.8603515625 + + 158 + + 129 + + + 9.675999641418457 + 94 + + + + + + + 40.72866512462497 + -3.8571717124432325 + + 898.2000122070312 + 9287.5400390625 + + 158 + + 88 + + + 9.675999641418457 + 104 + + + + + + + 40.72869060561061 + -3.8570591434836388 + + 898.2000122070312 + 9297.1904296875 + + 158 + + 95 + + + 9.656999588012695 + 94 + + + + + + + 40.72871524840593 + -3.856948083266616 + + 898.2000122070312 + 9306.849609375 + + 154 + + 117 + + + 9.656999588012695 + 108 + + + + + + + 40.7287394721061 + -3.8568398728966713 + + 898.4000244140625 + 9316.509765625 + + 154 + + 103 + + + 9.656999588012695 + 104 + + + + + + + 40.72876252233982 + -3.8567335065454245 + + 898.4000244140625 + 9326.1396484375 + + 160 + + 93 + + + 9.628999710083008 + 108 + + + + + + + 40.72878800332546 + -3.856618758291006 + + 898.2000122070312 + 9335.759765625 + + 160 + + 93 + + + 9.628999710083008 + 91 + + + + + + + 40.72881264612079 + -3.8565106317400932 + + 898.0 + 9345.4404296875 + + 160 + + 109 + + + 9.675999641418457 + 108 + + + + + + + 40.72883829474449 + -3.8563962187618017 + + 897.7999877929688 + 9355.1396484375 + + 160 + + 92 + + + 9.694999694824219 + 131 + + + + + + + 40.728864781558514 + -3.856283063068986 + + 897.5999755859375 + 9364.8095703125 + + 160 + + 92 + + + 9.675999641418457 + 88 + + + + + + + 40.7288914360106 + -3.8561766128987074 + + 897.5999755859375 + 9374.419921875 + + 160 + + 92 + + + 9.611000061035156 + 84 + + + + + + + 40.72891783900559 + -3.856072761118412 + + 897.5999755859375 + 9383.8603515625 + + 160 + + 88 + + + 9.442999839782715 + 92 + + + + + + + 40.72894583456218 + -3.855963544920087 + + 897.7999877929688 + 9393.259765625 + + 160 + + 94 + + + 9.395999908447266 + 117 + + + + + + + 40.728975757956505 + -3.855863129720092 + + 898.0 + 9402.6298828125 + + 160 + + 93 + + + 9.368000030517578 + 116 + + + + + + + 40.72900911793113 + -3.855758775025606 + + 898.0 + 9411.9599609375 + + 160 + + 87 + + + 9.331000328063965 + 154 + + + + + + + 40.7290433999151 + -3.855656934902072 + + 898.2000122070312 + 9421.2197265625 + + 160 + + 90 + + + 9.265000343322754 + 140 + + + + + + + 40.72907860390842 + -3.85556205175817 + + 898.0 + 9430.4501953125 + + 160 + + 88 + + + 9.227999687194824 + 177 + + + + + + + 40.72911523282528 + -3.8554690964519978 + + 897.7999877929688 + 9439.66015625 + + 160 + + 88 + + + 9.208999633789062 + 154 + + + + + + + 40.72915479540825 + -3.8553748838603497 + + 898.0 + 9448.849609375 + + 160 + + 85 + + + 9.190999984741211 + 173 + + + + + + + 40.72919586673379 + -3.8552841916680336 + + 898.2000122070312 + 9458.0400390625 + + 160 + + 83 + + + 9.190999984741211 + 179 + + + + + + + 40.729241548106074 + -3.8551908172667027 + + 898.2000122070312 + 9467.25 + + 160 + + 79 + + + 9.208999633789062 + 189 + + + + + + + 40.72928890585899 + -3.855100627988577 + + 898.2000122070312 + 9476.4599609375 + + 160 + + 78 + + + 9.208999633789062 + 167 + + + + + + + 40.72933668270707 + -3.855014629662037 + + 898.4000244140625 + 9485.650390625 + + 160 + + 79 + + + 9.190999984741211 + 145 + + + + + + + 40.729384711012244 + -3.8549331575632095 + + 898.4000244140625 + 9494.8603515625 + + 160 + + 78 + + + 9.208999633789062 + 148 + + + + + + + 40.729436930269 + -3.8548479974269867 + + 898.2000122070312 + 9504.1298828125 + + 160 + + 79 + + + 9.265000343322754 + 149 + + + + + + + 40.72948906570673 + -3.854768620803952 + + 898.2000122070312 + 9513.259765625 + + 160 + + 81 + + + 9.135000228881836 + 168 + + + + + + + 40.72954564355314 + -3.854685639962554 + + 898.2000122070312 + 9522.5302734375 + + 160 + + 79 + + + 9.265000343322754 + 168 + + + + + + + 40.729603143408895 + -3.854602323845029 + + 898.2000122070312 + 9531.8603515625 + + 160 + + 80 + + + 9.331000328063965 + 160 + + + + + + + 40.72966055944562 + -3.8545214384794235 + + 898.2000122070312 + 9541.259765625 + + 160 + + 81 + + + 9.404999732971191 + 173 + + + + + + + 40.72971872985363 + -3.8544421456754208 + + 898.0 + 9550.58984375 + + 160 + + 80 + + + 9.331000328063965 + 160 + + + + + + + 40.72977975010872 + -3.8543615117669106 + + 897.7999877929688 + 9560.0595703125 + + 160 + + 82 + + + 9.470999717712402 + 140 + + + + + + + 40.72983833961189 + -3.8542837277054787 + + 897.5999755859375 + 9569.5400390625 + + 160 + + 82 + + + 9.470999717712402 + 146 + + + + + + + 40.729899695143104 + -3.8542028423398733 + + 897.5999755859375 + 9579.01953125 + + 160 + + 82 + + + 9.48900032043457 + 149 + + + + + + + 40.72995929047465 + -3.8541218731552362 + + 897.4000244140625 + 9588.5 + + 160 + + 83 + + + 9.470999717712402 + 137 + + + + + + + 40.73001762852073 + -3.854043837636709 + + 897.7999877929688 + 9598.0302734375 + + 160 + + 85 + + + 9.53600025177002 + 131 + + + + + + + 40.730076637119055 + -3.8539671432226896 + + 898.0 + 9607.400390625 + + 160 + + 85 + + + 9.368000030517578 + 170 + + + + + + + 40.73013732209802 + -3.8538864254951477 + + 898.0 + 9616.830078125 + + 160 + + 82 + + + 9.432999610900879 + 158 + + + + + + + 40.730193983763456 + -3.8538104854524136 + + 898.0 + 9626.26953125 + + 160 + + 82 + + + 9.432999610900879 + 161 + + + + + + + 40.730253495275974 + -3.853728510439396 + + 897.7999877929688 + 9635.6904296875 + + 160 + + 82 + + + 9.423999786376953 + 161 + + + + + + + 40.73031133040786 + -3.8536465354263783 + + 897.5999755859375 + 9645.1201171875 + + 160 + + 80 + + + 9.432999610900879 + 158 + + + + + + + 40.73036908172071 + -3.8535680808126926 + + 897.7999877929688 + 9654.580078125 + + 160 + + 90 + + + 9.45199966430664 + 178 + + + + + + + 40.73042708449066 + -3.8534914702177048 + + 898.0 + 9664.0302734375 + + 160 + + 81 + + + 9.45199966430664 + 156 + + + + + + + 40.73048793710768 + -3.8534068129956722 + + 898.0 + 9673.5498046875 + + 160 + + 82 + + + 9.517000198364258 + 134 + + + + + + + 40.73054409585893 + -3.853328777477145 + + 898.0 + 9682.8798828125 + + 160 + + 83 + + + 9.331000328063965 + 116 + + + + + + + 40.73060302063823 + -3.8532485626637936 + + 898.0 + 9692.1796875 + + 160 + + 83 + + + 9.303000450134277 + 147 + + + + + + + 40.730663202703 + -3.853168934583664 + + 898.0 + 9701.5703125 + + 160 + + 80 + + + 9.38700008392334 + 171 + + + + + + + 40.73071927763522 + -3.853090312331915 + + 898.2000122070312 + 9710.830078125 + + 160 + + 82 + + + 9.265000343322754 + 169 + + + + + + + 40.73077459819615 + -3.853011019527912 + + 898.2000122070312 + 9720.169921875 + + 160 + + 98 + + + 9.34000015258789 + 145 + + + + + + + 40.73083360679448 + -3.8529302179813385 + + 898.2000122070312 + 9729.5400390625 + + 160 + + 107 + + + 9.368000030517578 + 152 + + + + + + + 40.73088993318379 + -3.8528518471866846 + + 898.2000122070312 + 9738.91015625 + + 160 + + 82 + + + 9.368000030517578 + 136 + + + + + + + 40.73094827122986 + -3.852769620716572 + + 898.2000122070312 + 9748.1396484375 + + 160 + + 81 + + + 9.227999687194824 + 140 + + + + + + + 40.73100619018078 + -3.852689489722252 + + 898.2000122070312 + 9757.509765625 + + 160 + + 82 + + + 9.368000030517578 + 155 + + + + + + + 40.73106285184622 + -3.8526117894798517 + + 898.0 + 9766.669921875 + + 160 + + 83 + + + 9.163000106811523 + 145 + + + + + + + 40.731117920950055 + -3.8525361847132444 + + 898.0 + 9775.849609375 + + 160 + + 83 + + + 9.180999755859375 + 130 + + + + + + + 40.73117667809129 + -3.852455047890544 + + 898.2000122070312 + 9785.0498046875 + + 160 + + 82 + + + 9.199999809265137 + 127 + + + + + + + 40.73123241774738 + -3.852378102019429 + + 898.2000122070312 + 9794.2099609375 + + 160 + + 85 + + + 9.163000106811523 + 154 + + + + + + + 40.73129067197442 + -3.8522984739392996 + + 898.0 + 9803.33984375 + + 160 + + 78 + + + 9.125 + 144 + + + + + + + 40.73134959675372 + -3.852219097316265 + + 897.7999877929688 + 9812.4404296875 + + 160 + + 79 + + + 9.107000350952148 + 147 + + + + + + + 40.73140684515238 + -3.85214164853096 + + 897.7999877929688 + 9821.5703125 + + 160 + + 78 + + + 9.125 + 182 + + + + + + + 40.7314642611891 + -3.852066043764353 + + 897.7999877929688 + 9830.6904296875 + + 160 + + 78 + + + 9.125 + 157 + + + + + + + 40.731523521244526 + -3.85198675096035 + + 897.7999877929688 + 9839.83984375 + + 160 + + 79 + + + 9.144000053405762 + 163 + + + + + + + 40.73157951235771 + -3.851909888908267 + + 897.7999877929688 + 9849.0400390625 + + 160 + + 80 + + + 9.199999809265137 + 174 + + + + + + + 40.731638269498944 + -3.8518308475613594 + + 897.7999877929688 + 9858.33984375 + + 157 + + 78 + + + 9.303000450134277 + 157 + + + + + + + 40.73169652372599 + -3.8517507165670395 + + 897.7999877929688 + 9867.509765625 + + 155 + + 79 + + + 9.163000106811523 + 145 + + + + + + + 40.73175402358174 + -3.8516724295914173 + + 898.0 + 9876.7197265625 + + 156 + + 82 + + + 9.218999862670898 + 134 + + + + + + + 40.73180909268558 + -3.851596238091588 + + 898.0 + 9885.98046875 + + 156 + + 81 + + + 9.255999565124512 + 156 + + + + + + + 40.73186659254134 + -3.851514095440507 + + 898.0 + 9895.08984375 + + 156 + + 79 + + + 9.107000350952148 + 132 + + + + + + + 40.73192149400711 + -3.85143605992198 + + 898.0 + 9904.3095703125 + + 156 + + 79 + + + 9.218999862670898 + 153 + + + + + + + 40.731978910043836 + -3.851355677470565 + + 898.0 + 9913.51953125 + + 156 + + 80 + + + 9.218999862670898 + 171 + + + + + + + 40.73203624226153 + -3.851275211200118 + + 898.0 + 9922.740234375 + + 156 + + 80 + + + 9.218999862670898 + 143 + + + + + + + 40.73209240101278 + -3.851196840405464 + + 897.7999877929688 + 9931.9404296875 + + 156 + + 80 + + + 9.199999809265137 + 155 + + + + + + + 40.73214730247855 + -3.8511184696108103 + + 897.7999877929688 + 9941.16015625 + + 156 + + 79 + + + 9.218999862670898 + 134 + + + + + + + 40.7322053052485 + -3.8510374166071415 + + 897.7999877929688 + 9950.33984375 + + 156 + + 80 + + + 9.180999755859375 + 130 + + + + + + + 40.73226121254265 + -3.850960722193122 + + 898.0 + 9959.509765625 + + 156 + + 79 + + + 9.163000106811523 + 145 + + + + + + + 40.73231971822679 + -3.850881513208151 + + 897.7999877929688 + 9968.650390625 + + 156 + + 90 + + + 9.144000053405762 + 123 + + + + + + + 40.73237872682512 + -3.850803729146719 + + 897.7999877929688 + 9977.73046875 + + 156 + + 79 + + + 9.079000473022461 + 144 + + + + + + + 40.732435723766685 + -3.850729549303651 + + 897.5999755859375 + 9986.73046875 + + 156 + + 81 + + + 9.003999710083008 + 152 + + + + + + + 40.73249104432762 + -3.850656123831868 + + 897.5999755859375 + 9995.759765625 + + 156 + + 81 + + + 9.02299976348877 + 152 + + + + + + + 40.732550052925944 + -3.850577250123024 + + 897.5999755859375 + 10004.7998046875 + + 156 + + 82 + + + 9.041000366210938 + 158 + + + + + + + 40.732606295496225 + -3.8505020644515753 + + 897.5999755859375 + 10014.0 + + 156 + + 80 + + + 9.199999809265137 + 168 + + + + + + + 40.73266513645649 + -3.8504246156662703 + + 897.7999877929688 + 10023.0595703125 + + 157 + + 81 + + + 9.0600004196167 + 141 + + + + + + + 40.73272481560707 + -3.850349010899663 + + 898.0 + 10032.1396484375 + + 164 + + 78 + + + 9.079000473022461 + 141 + + + + + + + 40.73278390802443 + -3.850277680903673 + + 898.0 + 10041.16015625 + + 164 + + 79 + + + 9.02299976348877 + 131 + + + + + + + 40.732844257727265 + -3.8502095360308886 + + 898.0 + 10050.2001953125 + + 164 + + 79 + + + 9.041000366210938 + 125 + + + + + + + 40.73290997184813 + -3.8501432351768017 + + 898.4000244140625 + 10059.169921875 + + 164 + + 78 + + + 8.967000007629395 + 136 + + + + + + + 40.73297300375998 + -3.8500820472836494 + + 898.4000244140625 + 10068.099609375 + + 164 + + 79 + + + 8.928999900817871 + 160 + + + + + + + 40.733040645718575 + -3.8500232063233852 + + 898.2000122070312 + 10077.009765625 + + 164 + + 78 + + + 8.91100025177002 + 129 + + + + + + + 40.73310879059136 + -3.8499681372195482 + + 898.2000122070312 + 10085.9697265625 + + 164 + + 78 + + + 8.967000007629395 + 145 + + + + + + + 40.73317609727383 + -3.8499182648956776 + + 898.2000122070312 + 10094.7998046875 + + 162 + + 78 + + + 8.82699966430664 + 104 + + + + + + + 40.733244409784675 + -3.8498724158853292 + + 898.0 + 10103.66015625 + + 162 + + 78 + + + 8.854999542236328 + 147 + + + + + + + 40.73331708088517 + -3.8498254772275686 + + 898.2000122070312 + 10112.5302734375 + + 162 + + 77 + + + 8.873000144958496 + 116 + + + + + + + 40.733386147767305 + -3.8497792929410934 + + 898.2000122070312 + 10121.400390625 + + 162 + + 75 + + + 8.873000144958496 + 101 + + + + + + + 40.73345831595361 + -3.8497338630259037 + + 898.0 + 10130.2998046875 + + 162 + + 85 + + + 8.892000198364258 + 126 + + + + + + + 40.733532160520554 + -3.8496841583400965 + + 898.0 + 10139.169921875 + + 162 + + 84 + + + 8.873000144958496 + 99 + + + + + + + 40.733602065593004 + -3.8496334478259087 + + 898.0 + 10148.0 + + 162 + + 78 + + + 8.82699966430664 + 134 + + + + + + + 40.733670545741916 + -3.8495822343975306 + + 898.0 + 10156.76953125 + + 162 + + 78 + + + 8.770999908447266 + 109 + + + + + + + 40.733742378652096 + -3.8495263271033764 + + 897.7999877929688 + 10165.6796875 + + 162 + + 78 + + + 8.91100025177002 + 120 + + + + + + + 40.73381253518164 + -3.849470168352127 + + 897.7999877929688 + 10174.740234375 + + 155 + + 77 + + + 9.0600004196167 + 98 + + + + + + + 40.733878165483475 + -3.849400095641613 + + 897.5999755859375 + 10183.9697265625 + + 155 + + 78 + + + 9.237000465393066 + 80 + + + + + + + 40.7339442986995 + -3.84932616725564 + + 897.4000244140625 + 10193.400390625 + + 155 + + 82 + + + 9.423999786376953 + 89 + + + + + + + 40.734001128003 + -3.8492465391755104 + + 897.2000122070312 + 10202.83984375 + + 155 + + 92 + + + 9.442999839782715 + 92 + + + + + + + 40.7340563647449 + -3.8491625525057316 + + 897.2000122070312 + 10212.2197265625 + + 155 + + 93 + + + 9.376999855041504 + 114 + + + + + + + 40.73411210440099 + -3.8490716088563204 + + 897.2000122070312 + 10221.73046875 + + 155 + + 79 + + + 9.508000373840332 + 109 + + + + + + + 40.73416097089648 + -3.8489799108356237 + + 896.7999877929688 + 10231.23046875 + + 155 + + 85 + + + 9.508000373840332 + 112 + + + + + + + 40.73421511799097 + -3.848885027691722 + + 896.7999877929688 + 10240.7099609375 + + 155 + + 83 + + + 9.479999542236328 + 124 + + + + + + + 40.734273539856076 + -3.848800538107753 + + 896.7999877929688 + 10250.1904296875 + + 155 + + 87 + + + 9.479999542236328 + 131 + + + + + + + 40.73433472774923 + -3.848728286102414 + + 897.0 + 10259.5 + + 155 + + 103 + + + 9.303000450134277 + 141 + + + + + + + 40.73440454900265 + -3.8486766535788774 + + 896.7999877929688 + 10268.83984375 + + 155 + + 82 + + + 9.34000015258789 + 155 + + + + + + + 40.73449071496725 + -3.8486660923808813 + + 896.7999877929688 + 10277.8603515625 + + 155 + + 84 + + + 9.02299976348877 + 186 + + + + + + + 40.73456984013319 + -3.84866944514215 + + 897.0 + 10286.73046875 + + 155 + + 82 + + + 8.873000144958496 + 204 + + + + + + + 40.73465055786073 + -3.8486739713698626 + + 897.2000122070312 + 10295.5703125 + + 155 + + 80 + + + 8.836000442504883 + 146 + + + + + + + 40.73473144322634 + -3.8486672658473253 + + 897.2000122070312 + 10304.5498046875 + + 155 + + 77 + + + 8.984999656677246 + 173 + + + + + + + 40.734808053821325 + -3.8486453890800476 + + 897.2000122070312 + 10313.5 + + 155 + + 78 + + + 8.947999954223633 + 142 + + + + + + + 40.734880892559886 + -3.8486109394580126 + + 897.4000244140625 + 10322.51953125 + + 155 + + 78 + + + 9.02299976348877 + 116 + + + + + + + 40.73495649732649 + -3.848567772656679 + + 897.4000244140625 + 10331.509765625 + + 155 + + 79 + + + 8.984999656677246 + 146 + + + + + + + 40.73502715677023 + -3.8485250249505043 + + 897.4000244140625 + 10340.5302734375 + + 155 + + 78 + + + 9.02299976348877 + 146 + + + + + + + 40.73509999550879 + -3.848476493731141 + + 897.2000122070312 + 10349.6103515625 + + 155 + + 78 + + + 9.079000473022461 + 144 + + + + + + + 40.73517241515219 + -3.848425280302763 + + 897.2000122070312 + 10358.7197265625 + + 155 + + 79 + + + 9.107000350952148 + 178 + + + + + + + 40.735240476205945 + -3.84836845099926 + + 897.2000122070312 + 10367.83984375 + + 155 + + 78 + + + 9.125 + 157 + + + + + + + 40.73530652560294 + -3.8483094424009323 + + 897.2000122070312 + 10376.9697265625 + + 155 + + 79 + + + 9.125 + 129 + + + + + + + 40.73537014424801 + -3.8482422195374966 + + 897.2000122070312 + 10386.009765625 + + 155 + + 78 + + + 9.041000366210938 + 190 + + + + + + + 40.73542973957956 + -3.8481747452169657 + + 897.2000122070312 + 10394.990234375 + + 155 + + 77 + + + 8.984999656677246 + 151 + + + + + + + 40.73549050837755 + -3.848102828487754 + + 897.4000244140625 + 10403.9404296875 + + 153 + + 79 + + + 8.947999954223633 + 124 + + + + + + + 40.73554750531912 + -3.848027978092432 + + 897.5999755859375 + 10412.8203125 + + 153 + + 79 + + + 8.873000144958496 + 165 + + + + + + + 40.73560073040426 + -3.847952289506793 + + 897.5999755859375 + 10421.6103515625 + + 153 + + 78 + + + 8.798999786376953 + 170 + + + + + + + 40.735651357099414 + -3.8478738348931074 + + 897.7999877929688 + 10430.400390625 + + 153 + + 77 + + + 8.789999961853027 + 166 + + + + + + + 40.735702654346824 + -3.8477893453091383 + + 897.7999877929688 + 10439.169921875 + + 153 + + 76 + + + 8.770999908447266 + 166 + + + + + + + 40.73574925772846 + -3.847707621753216 + + 897.7999877929688 + 10448.0703125 + + 153 + + 76 + + + 8.892000198364258 + 147 + + + + + + + 40.73579787276685 + -3.8476202823221684 + + 897.7999877929688 + 10456.919921875 + + 153 + + 77 + + + 8.854999542236328 + 162 + + + + + + + 40.73584623634815 + -3.8475330267101526 + + 897.7999877929688 + 10465.75 + + 153 + + 75 + + + 8.82699966430664 + 122 + + + + + + + 40.73589158244431 + -3.847449291497469 + + 897.7999877929688 + 10474.6796875 + + 153 + + 78 + + + 8.928999900817871 + 141 + + + + + + + 40.73593684472144 + -3.847363544628024 + + 898.2000122070312 + 10483.58984375 + + 153 + + 77 + + + 8.91100025177002 + 159 + + + + + + + 40.73598554357886 + -3.8472753670066595 + + 898.2000122070312 + 10492.51953125 + + 153 + + 78 + + + 8.928999900817871 + 141 + + + + + + + 40.73603080585599 + -3.8471905421465635 + + 898.4000244140625 + 10501.4501953125 + + 153 + + 79 + + + 8.928999900817871 + 163 + + + + + + + 40.73607740923762 + -3.847100855782628 + + 898.4000244140625 + 10510.400390625 + + 153 + + 78 + + + 8.947999954223633 + 145 + + + + + + + 40.73612568899989 + -3.847011588513851 + + 898.4000244140625 + 10519.3798828125 + + 153 + + 79 + + + 8.984999656677246 + 182 + + + + + + + 40.73617204092443 + -3.846925674006343 + + 898.4000244140625 + 10528.4599609375 + + 146 + + 78 + + + 9.079000473022461 + 184 + + + + + + + 40.736219147220254 + -3.846839675679803 + + 898.2000122070312 + 10537.4501953125 + + 145 + + 79 + + + 8.984999656677246 + 121 + + + + + + + 40.73626742698252 + -3.846749486401677 + + 898.4000244140625 + 10546.490234375 + + 149 + + 79 + + + 9.041000366210938 + 128 + + + + + + + 40.73631227016449 + -3.846664745360613 + + 898.4000244140625 + 10555.509765625 + + 149 + + 80 + + + 9.02299976348877 + 137 + + + + + + + 40.73635920882225 + -3.846577489748597 + + 898.4000244140625 + 10564.5302734375 + + 149 + + 79 + + + 9.02299976348877 + 140 + + + + + + + 40.736406315118074 + -3.846487468108535 + + 898.4000244140625 + 10573.58984375 + + 149 + + 78 + + + 9.0600004196167 + 137 + + + + + + + 40.73645266704261 + -3.846400547772646 + + 898.4000244140625 + 10582.650390625 + + 149 + + 78 + + + 9.0600004196167 + 131 + + + + + + + 40.7364980969578 + -3.8463141303509474 + + 898.4000244140625 + 10591.7001953125 + + 149 + + 79 + + + 9.050999641418457 + 131 + + + + + + + 40.73654637672007 + -3.8462236057966948 + + 898.4000244140625 + 10600.8603515625 + + 149 + + 96 + + + 9.152999877929688 + 154 + + + + + + + 40.7365913875401 + -3.846138697117567 + + 898.2000122070312 + 10609.8603515625 + + 155 + + 114 + + + 9.003999710083008 + 137 + + + + + + + 40.73663765564561 + -3.846051273867488 + + 898.2000122070312 + 10618.919921875 + + 155 + + 85 + + + 9.0600004196167 + 131 + + + + + + + 40.736683420836926 + -3.845962341874838 + + 898.2000122070312 + 10628.080078125 + + 155 + + 85 + + + 9.152999877929688 + 133 + + + + + + + 40.73673002421856 + -3.8458766788244247 + + 898.0 + 10637.080078125 + + 155 + + 81 + + + 9.003999710083008 + 146 + + + + + + + 40.73677662760019 + -3.845791770145297 + + 898.0 + 10646.16015625 + + 155 + + 85 + + + 9.079000473022461 + 135 + + + + + + + 40.73682373389602 + -3.84570199996233 + + 898.0 + 10655.2900390625 + + 155 + + 78 + + + 9.135000228881836 + 139 + + + + + + + 40.736869079992175 + -3.8456149119883776 + + 898.0 + 10664.3896484375 + + 155 + + 79 + + + 9.097000122070312 + 132 + + + + + + + 40.73691668920219 + -3.8455238845199347 + + 897.7999877929688 + 10673.509765625 + + 155 + + 78 + + + 9.116000175476074 + 142 + + + + + + + 40.73696371167898 + -3.845434533432126 + + 897.7999877929688 + 10682.6796875 + + 155 + + 80 + + + 9.17199993133545 + 155 + + + + + + + 40.737010231241584 + -3.8453469425439835 + + 897.7999877929688 + 10691.9296875 + + 155 + + 79 + + + 9.246999740600586 + 159 + + + + + + + 40.73705800808966 + -3.8452594354748726 + + 898.0 + 10701.1904296875 + + 155 + + 81 + + + 9.265000343322754 + 144 + + + + + + + 40.73710871860385 + -3.8451682403683662 + + 898.0 + 10710.4404296875 + + 152 + + 80 + + + 9.246999740600586 + 118 + + + + + + + 40.737158339470625 + -3.8450836669653654 + + 898.0 + 10719.6904296875 + + 152 + + 81 + + + 9.246999740600586 + 115 + + + + + + + 40.73721223510802 + -3.8449955731630325 + + 898.0 + 10728.9296875 + + 152 + + 90 + + + 9.246999740600586 + 109 + + + + + + + 40.737267304211855 + -3.8449081499129534 + + 898.2000122070312 + 10738.2197265625 + + 152 + + 88 + + + 9.284000396728516 + 100 + + + + + + + 40.73732019402087 + -3.84482785128057 + + 898.4000244140625 + 10747.5 + + 152 + + 88 + + + 9.284000396728516 + 144 + + + + + + + 40.737374760210514 + -3.844750402495265 + + 898.4000244140625 + 10756.66015625 + + 152 + + 80 + + + 9.163000106811523 + 144 + + + + + + + 40.737434355542064 + -3.844669684767723 + + 898.4000244140625 + 10765.8603515625 + + 152 + + 80 + + + 9.199999809265137 + 137 + + + + + + + 40.73749235831201 + -3.8445944152772427 + + 898.4000244140625 + 10775.0703125 + + 152 + + 80 + + + 9.199999809265137 + 146 + + + + + + + 40.737552624195814 + -3.844516798853874 + + 898.4000244140625 + 10784.2900390625 + + 152 + + 78 + + + 9.227999687194824 + 165 + + + + + + + 40.73761498555541 + -3.844441780820489 + + 898.4000244140625 + 10793.51953125 + + 152 + + 81 + + + 9.227999687194824 + 140 + + + + + + + 40.73768002912402 + -3.844372546300292 + + 898.4000244140625 + 10802.8095703125 + + 152 + + 80 + + + 9.284000396728516 + 122 + + + + + + + 40.73774389922619 + -3.844306915998459 + + 898.4000244140625 + 10811.91015625 + + 152 + + 80 + + + 9.107000350952148 + 138 + + + + + + + 40.73781187646091 + -3.8442428782582283 + + 898.4000244140625 + 10821.1103515625 + + 155 + + 78 + + + 9.199999809265137 + 139 + + + + + + + 40.737878596410155 + -3.844181355088949 + + 898.4000244140625 + 10830.259765625 + + 162 + + 79 + + + 9.144000053405762 + 123 + + + + + + + 40.73794657364488 + -3.8441188260912895 + + 898.4000244140625 + 10839.3603515625 + + 162 + + 79 + + + 9.107000350952148 + 132 + + + + + + + 40.73801463469863 + -3.8440588116645813 + + 898.4000244140625 + 10848.4697265625 + + 166 + + 78 + + + 9.107000350952148 + 163 + + + + + + + 40.73808202520013 + -3.8440013118088245 + + 898.2000122070312 + 10857.4501953125 + + 166 + + 78 + + + 8.97599983215332 + 130 + + + + + + + 40.73814715258777 + -3.8439463265240192 + + 898.2000122070312 + 10866.4599609375 + + 166 + + 80 + + + 9.012999534606934 + 131 + + + + + + + 40.73821705766022 + -3.843891676515341 + + 898.2000122070312 + 10875.490234375 + + 166 + + 78 + + + 9.031999588012695 + 143 + + + + + + + 40.73828444816172 + -3.8438416365534067 + + 898.2000122070312 + 10884.490234375 + + 159 + + 82 + + + 8.994999885559082 + 115 + + + + + + + 40.73835510760546 + -3.8437884114682674 + + 898.4000244140625 + 10893.4404296875 + + 159 + + 78 + + + 8.956999778747559 + 124 + + + + + + + 40.73842467740178 + -3.8437353540211916 + + 898.7999877929688 + 10902.400390625 + + 159 + + 78 + + + 8.956999778747559 + 136 + + + + + + + 40.73849340900779 + -3.843683050945401 + + 899.0 + 10911.3203125 + + 159 + + 77 + + + 8.920000076293945 + 114 + + + + + + + 40.73856239207089 + -3.8436323404312134 + + 898.7999877929688 + 10920.2197265625 + + 159 + + 78 + + + 8.901000022888184 + 138 + + + + + + + 40.7386327162385 + -3.8435804564505816 + + 898.5999755859375 + 10929.1103515625 + + 159 + + 78 + + + 8.883000373840332 + 132 + + + + + + + 40.738699520006776 + -3.8435324281454086 + + 898.4000244140625 + 10938.0595703125 + + 159 + + 78 + + + 8.956999778747559 + 121 + + + + + + + 40.73876766487956 + -3.843479622155428 + + 898.4000244140625 + 10946.9296875 + + 159 + + 78 + + + 8.86400032043457 + 155 + + + + + + + 40.73883689939976 + -3.843426899984479 + + 898.4000244140625 + 10955.7197265625 + + 159 + + 76 + + + 8.789999961853027 + 146 + + + + + + + 40.73890345171094 + -3.8433771952986717 + + 898.2000122070312 + 10964.5400390625 + + 159 + + 77 + + + 8.82699966430664 + 119 + + + + + + + 40.73897042311728 + -3.8433268200606108 + + 898.0 + 10973.330078125 + + 159 + + 78 + + + 8.789999961853027 + 169 + + + + + + + 40.73903974145651 + -3.843274265527725 + + 898.0 + 10982.080078125 + + 159 + + 79 + + + 8.751999855041504 + 153 + + + + + + + 40.73910528793931 + -3.8432220462709665 + + 898.2000122070312 + 10990.91015625 + + 159 + + 77 + + + 8.82699966430664 + 149 + + + + + + + 40.739174354821444 + -3.843164714053273 + + 898.4000244140625 + 10999.6103515625 + + 159 + + 77 + + + 8.696000099182129 + 147 + + + + + + + 40.739243254065514 + -3.8431081362068653 + + 898.4000244140625 + 11008.2998046875 + + 159 + + 77 + + + 8.696000099182129 + 158 + + + + + + + 40.73930963873863 + -3.8430514745414257 + + 898.2000122070312 + 11017.1201171875 + + 159 + + 77 + + + 8.817999839782715 + 158 + + + + + + + 40.73937468230724 + -3.8429928850382566 + + 898.4000244140625 + 11025.98046875 + + 159 + + 76 + + + 8.854999542236328 + 158 + + + + + + + 40.73944198898971 + -3.842928260564804 + + 898.5999755859375 + 11034.8701171875 + + 159 + + 78 + + + 8.892000198364258 + 126 + + + + + + + 40.73950317688286 + -3.8428624626249075 + + 898.2000122070312 + 11043.7998046875 + + 155 + + 79 + + + 8.928999900817871 + 117 + + + + + + + 40.739564867690206 + -3.842790713533759 + + 898.0 + 11052.75 + + 155 + + 79 + + + 8.947999954223633 + 127 + + + + + + + 40.73962613940239 + -3.8427172880619764 + + 898.0 + 11061.7900390625 + + 155 + + 78 + + + 9.041000366210938 + 128 + + + + + + + 40.73968380689621 + -3.842643778771162 + + 898.0 + 11070.740234375 + + 155 + + 79 + + + 8.947999954223633 + 154 + + + + + + + 40.73973904363811 + -3.8425676710903645 + + 897.7999877929688 + 11079.7802734375 + + 155 + + 80 + + + 9.041000366210938 + 131 + + + + + + + 40.739794028922915 + -3.8424852769821882 + + 897.7999877929688 + 11088.7998046875 + + 155 + + 77 + + + 9.02299976348877 + 150 + + + + + + + 40.73984272778034 + -3.8424018770456314 + + 898.0 + 11097.8203125 + + 155 + + 80 + + + 9.02299976348877 + 165 + + + + + + + 40.73989184573293 + -3.8423099275678396 + + 898.0 + 11106.8798828125 + + 155 + + 79 + + + 9.0600004196167 + 131 + + + + + + + 40.73994020931423 + -3.842218816280365 + + 898.0 + 11115.9599609375 + + 158 + + 85 + + + 9.079000473022461 + 111 + + + + + + + 40.739984549582005 + -3.8421297166496515 + + 898.0 + 11125.0595703125 + + 158 + + 82 + + + 9.097000122070312 + 117 + + + + + + + 40.740027548745275 + -3.8420411199331284 + + 897.7999877929688 + 11134.2099609375 + + 158 + + 78 + + + 9.152999877929688 + 120 + + + + + + + 40.740071972832084 + -3.841947577893734 + + 897.7999877929688 + 11143.2001953125 + + 158 + + 79 + + + 8.984999656677246 + 151 + + + + + + + 40.740113044157624 + -3.8418566342443228 + + 897.7999877929688 + 11152.2998046875 + + 158 + + 77 + + + 9.097000122070312 + 153 + + + + + + + 40.74015495367348 + -3.8417619187384844 + + 897.7999877929688 + 11161.33984375 + + 158 + + 79 + + + 9.041000366210938 + 168 + + + + + + + 40.74019736610353 + -3.8416656106710434 + + 898.2000122070312 + 11170.419921875 + + 158 + + 80 + + + 9.079000473022461 + 168 + + + + + + + 40.7402385212481 + -3.8415736611932516 + + 898.4000244140625 + 11179.48046875 + + 158 + + 78 + + + 9.0600004196167 + 159 + + + + + + + 40.74027699418366 + -3.841481041163206 + + 898.2000122070312 + 11188.6298828125 + + 158 + + 80 + + + 9.152999877929688 + 145 + + + + + + + 40.74031504802406 + -3.8413792848587036 + + 898.5999755859375 + 11197.7998046875 + + 158 + + 80 + + + 9.17199993133545 + 158 + + + + + + + 40.740352934226394 + -3.8412813004106283 + + 898.5999755859375 + 11207.0400390625 + + 158 + + 83 + + + 9.237000465393066 + 159 + + + + + + + 40.740393083542585 + -3.8411817234009504 + + 898.4000244140625 + 11216.330078125 + + 158 + + 84 + + + 9.293000221252441 + 129 + + + + + + + 40.740432646125555 + -3.8410836551338434 + + 898.4000244140625 + 11225.6201171875 + + 158 + + 83 + + + 9.293000221252441 + 125 + + + + + + + 40.7404718734324 + -3.840989274904132 + + 898.2000122070312 + 11235.01953125 + + 158 + + 79 + + + 9.395999908447266 + 136 + + + + + + + 40.74051168747246 + -3.840895649045706 + + 898.2000122070312 + 11244.259765625 + + 158 + + 83 + + + 9.237000465393066 + 134 + + + + + + + 40.74055351316929 + -3.8407969940453768 + + 898.2000122070312 + 11253.5703125 + + 158 + + 86 + + + 9.312000274658203 + 120 + + + + + + + 40.74059165082872 + -3.840701188892126 + + 898.2000122070312 + 11262.8603515625 + + 158 + + 83 + + + 9.293000221252441 + 119 + + + + + + + 40.74063121341169 + -3.8406002707779408 + + 898.2000122070312 + 11272.1796875 + + 158 + + 79 + + + 9.312000274658203 + 110 + + + + + + + 40.74067278765142 + -3.840498933568597 + + 898.2000122070312 + 11281.490234375 + + 158 + + 80 + + + 9.312000274658203 + 110 + + + + + + + 40.74071235023439 + -3.8404058944433928 + + 898.0 + 11290.849609375 + + 158 + + 82 + + + 9.359000205993652 + 98 + + + + + + + 40.740752751007676 + -3.8403105083853006 + + 898.0 + 11300.2099609375 + + 158 + + 84 + + + 9.359000205993652 + 104 + + + + + + + 40.74079491198063 + -3.8402107637375593 + + 898.2000122070312 + 11309.580078125 + + 158 + + 80 + + + 9.376999855041504 + 126 + + + + + + + 40.74083506129682 + -3.840116383507848 + + 898.2000122070312 + 11318.9599609375 + + 158 + + 90 + + + 9.376999855041504 + 107 + + + + + + + 40.74087613262236 + -3.8400181476026773 + + 898.0 + 11328.3701171875 + + 158 + + 82 + + + 9.414999961853027 + 89 + + + + + + + 40.740918796509504 + -3.839918738231063 + + 897.7999877929688 + 11337.650390625 + + 156 + + 81 + + + 9.274999618530273 + 88 + + + + + + + 40.74095752090216 + -3.8398221787065268 + + 897.7999877929688 + 11347.009765625 + + 156 + + 82 + + + 9.359000205993652 + 101 + + + + + + + 40.740996496751904 + -3.8397258706390858 + + 897.7999877929688 + 11356.33984375 + + 156 + + 81 + + + 9.331000328063965 + 94 + + + + + + + 40.74103622697294 + -3.83962688036263 + + 897.7999877929688 + 11365.669921875 + + 156 + + 83 + + + 9.331000328063965 + 104 + + + + + + + 40.741077130660415 + -3.839534344151616 + + 898.0 + 11375.0 + + 156 + + 83 + + + 9.331000328063965 + 104 + + + + + + + 40.741119207814336 + -3.8394388742744923 + + 898.0 + 11384.3095703125 + + 156 + + 80 + + + 9.312000274658203 + 126 + + + + + + + 40.74116136878729 + -3.839344410225749 + + 898.2000122070312 + 11393.6298828125 + + 156 + + 87 + + + 9.312000274658203 + 120 + + + + + + + 40.741198332980275 + -3.839249024167657 + + 898.2000122070312 + 11403.0 + + 156 + + 85 + + + 9.376999855041504 + 107 + + + + + + + 40.74123479425907 + -3.8391561526805162 + + 898.0 + 11412.1904296875 + + 156 + + 81 + + + 9.190999984741211 + 105 + + + + + + + 40.74127770960331 + -3.839057246223092 + + 898.2000122070312 + 11421.4501953125 + + 156 + + 90 + + + 9.255999565124512 + 166 + + + + + + + 40.74131743982434 + -3.8389631174504757 + + 898.4000244140625 + 11430.7197265625 + + 156 + + 102 + + + 9.274999618530273 + 131 + + + + + + + 40.74135918170214 + -3.8388638757169247 + + 898.2000122070312 + 11440.0400390625 + + 156 + + 81 + + + 9.312000274658203 + 120 + + + + + + + 40.741397738456726 + -3.838765136897564 + + 898.2000122070312 + 11449.3095703125 + + 159 + + 81 + + + 9.274999618530273 + 109 + + + + + + + 40.74143663048744 + -3.8386671524494886 + + 898.2000122070312 + 11458.599609375 + + 159 + + 79 + + + 9.293000221252441 + 125 + + + + + + + 40.74147476814687 + -3.838571682572365 + + 898.0 + 11467.8798828125 + + 159 + + 83 + + + 9.274999618530273 + 84 + + + + + + + 40.74151466600597 + -3.8384754583239555 + + 898.0 + 11477.169921875 + + 159 + + 79 + + + 9.293000221252441 + 97 + + + + + + + 40.74155246838927 + -3.8383817486464977 + + 897.7999877929688 + 11486.4599609375 + + 159 + + 82 + + + 9.293000221252441 + 97 + + + + + + + 40.74159177951515 + -3.838280998170376 + + 897.7999877929688 + 11495.7802734375 + + 159 + + 90 + + + 9.312000274658203 + 113 + + + + + + + 40.74162664823234 + -3.838176392018795 + + 897.7999877929688 + 11505.0703125 + + 159 + + 90 + + + 9.293000221252441 + 94 + + + + + + + 40.74165732599795 + -3.8380749709904194 + + 897.5999755859375 + 11514.33984375 + + 159 + + 82 + + + 9.274999618530273 + 103 + + + + + + + 40.741684986278415 + -3.837973717600107 + + 897.5999755859375 + 11523.6396484375 + + 159 + + 82 + + + 9.293000221252441 + 116 + + + + + + + 40.74171097017825 + -3.8378672674298286 + + 897.7999877929688 + 11532.9296875 + + 159 + + 82 + + + 9.293000221252441 + 97 + + + + + + + 40.74173427186906 + -3.8377634156495333 + + 897.7999877929688 + 11542.2197265625 + + 159 + + 82 + + + 9.293000221252441 + 110 + + + + + + + 40.741755310446024 + -3.83765428327024 + + 897.7999877929688 + 11551.51953125 + + 159 + + 84 + + + 9.293000221252441 + 122 + + + + + + + 40.741771068423986 + -3.837543474510312 + + 897.5999755859375 + 11560.7900390625 + + 159 + + 84 + + + 9.274999618530273 + 138 + + + + + + + 40.7417840603739 + -3.837437443435192 + + 897.7999877929688 + 11570.0595703125 + + 159 + + 84 + + + 9.274999618530273 + 127 + + + + + + + 40.74179403483868 + -3.8373312447220087 + + 897.7999877929688 + 11579.3095703125 + + 159 + + 82 + + + 9.246999740600586 + 127 + + + + + + + 40.74180040508509 + -3.8372197654098272 + + 897.7999877929688 + 11588.599609375 + + 159 + + 85 + + + 9.293000221252441 + 131 + + + + + + + 40.74180409312248 + -3.8371139019727707 + + 897.5999755859375 + 11597.7900390625 + + 159 + + 80 + + + 9.190999984741211 + 118 + + + + + + + 40.74180752970278 + -3.8370049372315407 + + 897.5999755859375 + 11607.0703125 + + 159 + + 80 + + + 9.274999618530273 + 122 + + + + + + + 40.74180845171213 + -3.8368963915854692 + + 897.5999755859375 + 11616.2197265625 + + 159 + + 80 + + + 9.152999877929688 + 127 + + + + + + + 40.74180199764669 + -3.8367886003106833 + + 897.5999755859375 + 11625.4296875 + + 159 + + 79 + + + 9.208999633789062 + 121 + + + + + + + 40.74179328046739 + -3.836682988330722 + + 897.5999755859375 + 11634.6201171875 + + 159 + + 82 + + + 9.190999984741211 + 127 + + + + + + + 40.74178137816489 + -3.8365705870091915 + + 897.4000244140625 + 11643.830078125 + + 159 + + 80 + + + 9.208999633789062 + 124 + + + + + + + 40.74176746420562 + -3.8364643044769764 + + 897.4000244140625 + 11653.0595703125 + + 159 + + 82 + + + 9.227999687194824 + 115 + + + + + + + 40.7417515385896 + -3.836353914812207 + + 897.4000244140625 + 11662.26953125 + + 163 + + 81 + + + 9.208999633789062 + 153 + + + + + + + 40.7417356967926 + -3.8362427707761526 + + 897.2000122070312 + 11671.5 + + 163 + + 84 + + + 9.227999687194824 + 134 + + + + + + + 40.741718262434006 + -3.836135733872652 + + 897.4000244140625 + 11680.6298828125 + + 163 + + 81 + + + 9.135000228881836 + 163 + + + + + + + 40.741701079532504 + -3.8360307086259127 + + 897.4000244140625 + 11689.8798828125 + + 163 + + 85 + + + 9.246999740600586 + 169 + + + + + + + 40.7416823040694 + -3.8359196484088898 + + 897.5999755859375 + 11699.169921875 + + 163 + + 90 + + + 9.293000221252441 + 147 + + + + + + + 40.7416614331305 + -3.8358143717050552 + + 897.5999755859375 + 11708.5 + + 163 + + 81 + + + 9.331000328063965 + 135 + + + + + + + 40.74163972400129 + -3.835705239325762 + + 897.5999755859375 + 11717.900390625 + + 163 + + 83 + + + 9.395999908447266 + 158 + + + + + + + 40.74162119999528 + -3.835596274584532 + + 897.5999755859375 + 11727.330078125 + + 163 + + 84 + + + 9.432999610900879 + 147 + + + + + + + 40.7416027598083 + -3.8354899920523167 + + 897.5999755859375 + 11736.7802734375 + + 163 + + 95 + + + 9.45199966430664 + 102 + + + + + + + 40.74158297851682 + -3.835384463891387 + + 897.5999755859375 + 11746.3203125 + + 163 + + 95 + + + 9.53600025177002 + 106 + + + + + + + 40.74156160466373 + -3.835273403674364 + + 897.5999755859375 + 11755.740234375 + + 163 + + 86 + + + 9.414999961853027 + 127 + + + + + + + 40.74153830297291 + -3.8351677916944027 + + 897.5999755859375 + 11765.25 + + 163 + + 92 + + + 9.517000198364258 + 112 + + + + + + + 40.74151625856757 + -3.8350574020296335 + + 897.4000244140625 + 11774.73046875 + + 163 + + 85 + + + 9.479999542236328 + 92 + + + + + + + 40.74149773456156 + -3.8349491078406572 + + 897.7999877929688 + 11784.1904296875 + + 163 + + 80 + + + 9.45199966430664 + 102 + + + + + + + 40.741479797288775 + -3.8348454236984253 + + 897.7999877929688 + 11793.6201171875 + + 163 + + 83 + + + 9.432999610900879 + 92 + + + + + + + 40.741460770368576 + -3.834740063175559 + + 897.7999877929688 + 11803.0498046875 + + 163 + + 85 + + + 9.432999610900879 + 115 + + + + + + + 40.741438223049045 + -3.8346285838633776 + + 897.7999877929688 + 11812.4501953125 + + 163 + + 84 + + + 9.395999908447266 + 127 + + + + + + + 40.74141651391983 + -3.8345228042453527 + + 897.5999755859375 + 11821.849609375 + + 163 + + 85 + + + 9.395999908447266 + 92 + + + + + + + 40.741395307704806 + -3.834411157295108 + + 897.2000122070312 + 11831.2099609375 + + 163 + + 81 + + + 9.368000030517578 + 95 + + + + + + + 40.741374185308814 + -3.834298588335514 + + 897.4000244140625 + 11840.58984375 + + 163 + + 85 + + + 9.368000030517578 + 114 + + + + + + + 40.741355158388615 + -3.8341912161558867 + + 897.5999755859375 + 11849.8896484375 + + 165 + + 88 + + + 9.312000274658203 + 91 + + + + + + + 40.74133981950581 + -3.8340872805565596 + + 897.7999877929688 + 11859.1201171875 + + 165 + + 84 + + + 9.227999687194824 + 99 + + + + + + + 40.74132649227977 + -3.833977561444044 + + 897.7999877929688 + 11868.3095703125 + + 165 + + 80 + + + 9.190999984741211 + 93 + + + + + + + 40.741317104548216 + -3.833872452378273 + + 897.7999877929688 + 11877.490234375 + + 165 + + 82 + + + 9.17199993133545 + 112 + + + + + + + 40.74130687862635 + -3.833759631961584 + + 897.7999877929688 + 11886.6796875 + + 165 + + 82 + + + 9.190999984741211 + 133 + + + + + + + 40.74129983782768 + -3.8336452189832926 + + 897.7999877929688 + 11895.849609375 + + 165 + + 79 + + + 9.17199993133545 + 124 + + + + + + + 40.741295060142875 + -3.8335369247943163 + + 897.7999877929688 + 11905.01953125 + + 165 + + 81 + + + 9.17199993133545 + 133 + + + + + + + 40.741292210295796 + -3.833428043872118 + + 897.7999877929688 + 11914.2900390625 + + 165 + + 80 + + + 9.274999618530273 + 147 + + + + + + + 40.74129304848611 + -3.833315223455429 + + 897.7999877929688 + 11923.5 + + 165 + + 81 + + + 9.208999633789062 + 124 + + + + + + + 40.74129614979029 + -3.8332061748951674 + + 897.5999755859375 + 11932.849609375 + + 165 + + 83 + + + 9.348999977111816 + 101 + + + + + + + 40.741301849484444 + -3.8330927677452564 + + 897.4000244140625 + 11942.2001953125 + + 161 + + 81 + + + 9.348999977111816 + 110 + + + + + + + 40.74131006374955 + -3.8329779356718063 + + 897.4000244140625 + 11951.599609375 + + 157 + + 81 + + + 9.395999908447266 + 95 + + + + + + + 40.74132020585239 + -3.8328686356544495 + + 897.4000244140625 + 11961.099609375 + + 157 + + 82 + + + 9.49899959564209 + 112 + + + + + + + 40.74133143760264 + -3.832760341465473 + + 897.4000244140625 + 11970.490234375 + + 157 + + 96 + + + 9.395999908447266 + 114 + + + + + + + 40.74134359136224 + -3.8326471019536257 + + 897.4000244140625 + 11979.9501953125 + + 157 + + 82 + + + 9.45199966430664 + 115 + + + + + + + 40.74135691858828 + -3.832540400326252 + + 897.5999755859375 + 11989.4296875 + + 157 + + 83 + + + 9.479999542236328 + 128 + + + + + + + 40.7413765322417 + -3.832428250461817 + + 897.5999755859375 + 11998.9296875 + + 157 + + 80 + + + 9.49899959564209 + 128 + + + + + + + 40.74139832518995 + -3.8323185313493013 + + 897.7999877929688 + 12008.5498046875 + + 157 + + 93 + + + 9.619999885559082 + 107 + + + + + + + 40.74141936376691 + -3.832211662083864 + + 897.7999877929688 + 12018.0302734375 + + 157 + + 86 + + + 9.479999542236328 + 138 + + + + + + + 40.74144149199128 + -3.832106050103903 + + 897.7999877929688 + 12027.5595703125 + + 157 + + 93 + + + 9.53600025177002 + 103 + + + + + + + 40.74146470986307 + -3.8319945707917213 + + 897.5999755859375 + 12037.1298828125 + + 157 + + 109 + + + 9.564000129699707 + 116 + + + + + + + 40.74148742482066 + -3.831887533888221 + + 897.5999755859375 + 12046.6396484375 + + 157 + + 87 + + + 9.517000198364258 + 112 + + + + + + + 40.74151340872049 + -3.831775551661849 + + 897.5999755859375 + 12056.1201171875 + + 157 + + 110 + + + 9.479999542236328 + 118 + + + + + + + 40.741538470610976 + -3.831665078178048 + + 897.5999755859375 + 12065.599609375 + + 157 + + 85 + + + 9.479999542236328 + 118 + + + + + + + 40.74156261049211 + -3.831558208912611 + + 897.5999755859375 + 12075.080078125 + + 166 + + 91 + + + 9.479999542236328 + 138 + + + + + + + 40.741586834192276 + -3.8314531836658716 + + 897.5999755859375 + 12084.5703125 + + 166 + + 112 + + + 9.479999542236328 + 128 + + + + + + + 40.74160837568343 + -3.831342877820134 + + 897.5999755859375 + 12094.080078125 + + 166 + + 85 + + + 9.517000198364258 + 138 + + + + + + + 40.74163092300296 + -3.831237768754363 + + 897.4000244140625 + 12103.5 + + 166 + + 83 + + + 9.414999961853027 + 159 + + + + + + + 40.74165347032249 + -3.831127882003784 + + 897.4000244140625 + 12113.01953125 + + 166 + + 83 + + + 9.517000198364258 + 116 + + + + + + + 40.741675263270736 + -3.83101774379611 + + 897.5999755859375 + 12122.5 + + 166 + + 82 + + + 9.479999542236328 + 112 + + + + + + + 40.74169638566673 + -3.8309148140251637 + + 897.4000244140625 + 12131.8701171875 + + 166 + + 85 + + + 9.376999855041504 + 133 + + + + + + + 40.741719268262386 + -3.8308099564164877 + + 897.4000244140625 + 12141.2802734375 + + 166 + + 83 + + + 9.404999732971191 + 131 + + + + + + + 40.74174382723868 + -3.8307004887610674 + + 897.5999755859375 + 12150.650390625 + + 166 + + 82 + + + 9.376999855041504 + 140 + + + + + + + 40.741767045110464 + -3.830594541504979 + + 897.5999755859375 + 12160.0302734375 + + 166 + + 84 + + + 9.376999855041504 + 159 + + + + + + + 40.74178791604936 + -3.8304833974689245 + + 897.5999755859375 + 12169.490234375 + + 166 + + 84 + + + 9.461000442504883 + 128 + + + + + + + 40.7418067753315 + -3.830372840166092 + + 897.4000244140625 + 12178.8095703125 + + 166 + + 82 + + + 9.321000099182129 + 130 + + + + + + + 40.74182655662298 + -3.8302669767290354 + + 897.2000122070312 + 12188.2197265625 + + 166 + + 84 + + + 9.404999732971191 + 102 + + + + + + + 40.74184591881931 + -3.83016019128263 + + 897.2000122070312 + 12197.6796875 + + 166 + + 80 + + + 9.461000442504883 + 112 + + + + + + + 40.741863772273064 + -3.83004829287529 + + 897.4000244140625 + 12206.98046875 + + 173 + + 85 + + + 9.303000450134277 + 116 + + + + + + + 40.74187911115587 + -3.8299385737627745 + + 897.4000244140625 + 12216.3203125 + + 173 + + 75 + + + 9.34000015258789 + 126 + + + + + + + 40.7418929412961 + -3.8298260048031807 + + 897.2000122070312 + 12225.73046875 + + 173 + + 83 + + + 9.404999732971191 + 121 + + + + + + + 40.7419066876173 + -3.829711591824889 + + 897.2000122070312 + 12235.1904296875 + + 172 + + 82 + + + 9.461000442504883 + 128 + + + + + + + 40.74191641062498 + -3.829601788893342 + + 897.2000122070312 + 12244.650390625 + + 172 + + 82 + + + 9.461000442504883 + 116 + + + + + + + 40.74192370288074 + -3.8294958416372538 + + 897.2000122070312 + 12254.1103515625 + + 172 + + 83 + + + 9.461000442504883 + 116 + + + + + + + 40.74193057604134 + -3.8293813448399305 + + 897.2000122070312 + 12263.6396484375 + + 172 + + 83 + + + 9.527000427246094 + 109 + + + + + + + 40.741935605183244 + -3.8292756490409374 + + 897.2000122070312 + 12272.98046875 + + 172 + + 82 + + + 9.34000015258789 + 104 + + + + + + + 40.74193652719259 + -3.8291631639003754 + + 897.2000122070312 + 12282.33984375 + + 172 + + 83 + + + 9.359000205993652 + 85 + + + + + + + 40.741936191916466 + -3.8290489185601473 + + 897.4000244140625 + 12291.6103515625 + + 172 + + 82 + + + 9.274999618530273 + 106 + + + + + + + 40.74193501845002 + -3.8289416301995516 + + 897.4000244140625 + 12300.8798828125 + + 172 + + 82 + + + 9.274999618530273 + 147 + + + + + + + 40.74193158186972 + -3.8288345094770193 + + 897.4000244140625 + 12310.1396484375 + + 174 + + 81 + + + 9.255999565124512 + 113 + + + + + + + 40.741925882175565 + -3.82872411981225 + + 897.4000244140625 + 12319.41015625 + + 174 + + 90 + + + 9.274999618530273 + 113 + + + + + + + 40.74191791936755 + -3.828619262203574 + + 897.2000122070312 + 12328.6904296875 + + 177 + + 90 + + + 9.274999618530273 + 113 + + + + + + + 40.74190702289343 + -3.8285082019865513 + + 897.0 + 12337.9404296875 + + 177 + + 81 + + + 9.255999565124512 + 113 + + + + + + + 40.741892186924815 + -3.828397812321782 + + 897.0 + 12347.2802734375 + + 177 + + 84 + + + 9.34000015258789 + 107 + + + + + + + 40.74187743477523 + -3.828295050188899 + + 896.7999877929688 + 12356.4697265625 + + 177 + + 85 + + + 9.180999755859375 + 105 + + + + + + + 40.74186067096889 + -3.8281885161995888 + + 897.0 + 12365.6904296875 + + 177 + + 92 + + + 9.218999862670898 + 84 + + + + + + + 40.74184063822031 + -3.828077120706439 + + 897.0 + 12374.8896484375 + + 177 + + 96 + + + 9.199999809265137 + 115 + + + + + + + 40.741821778938174 + -3.827974610030651 + + 897.2000122070312 + 12384.0498046875 + + 177 + + 79 + + + 9.163000106811523 + 102 + + + + + + + 40.74180157855153 + -3.827869249507785 + + 897.2000122070312 + 12393.2099609375 + + 177 + + 81 + + + 9.163000106811523 + 121 + + + + + + + 40.741778779774904 + -3.8277669064700603 + + 897.2000122070312 + 12402.3798828125 + + 177 + + 107 + + + 9.163000106811523 + 143 + + + + + + + 40.74175304733217 + -3.827666323632002 + + 897.2000122070312 + 12411.5400390625 + + 181 + + 80 + + + 9.163000106811523 + 127 + + + + + + + 40.74172572232783 + -3.827569428831339 + + 897.4000244140625 + 12420.7197265625 + + 171 + + 80 + + + 9.180999755859375 + 118 + + + + + + + 40.74169345200062 + -3.8274670857936144 + + 897.4000244140625 + 12429.900390625 + + 171 + + 91 + + + 9.180999755859375 + 124 + + + + + + + 40.74166034348309 + -3.827369436621666 + + 897.2000122070312 + 12439.080078125 + + 171 + + 78 + + + 9.180999755859375 + 105 + + + + + + + 40.741627821698785 + -3.8272688537836075 + + 897.2000122070312 + 12448.3203125 + + 171 + + 85 + + + 9.237000465393066 + 94 + + + + + + + 40.74159094132483 + -3.827167097479105 + + 897.0 + 12457.5595703125 + + 171 + + 85 + + + 9.237000465393066 + 103 + + + + + + + 40.7415528036654 + -3.8270702864974737 + + 897.2000122070312 + 12466.8095703125 + + 171 + + 79 + + + 9.255999565124512 + 119 + + + + + + + 40.7415131572634 + -3.8269754871726036 + + 897.2000122070312 + 12476.0498046875 + + 171 + + 82 + + + 9.237000465393066 + 113 + + + + + + + 40.741470493376255 + -3.826880268752575 + + 897.4000244140625 + 12485.23046875 + + 178 + + 85 + + + 9.180999755859375 + 103 + + + + + + + 40.74142933823168 + -3.826790750026703 + + 897.4000244140625 + 12494.33984375 + + 178 + + 80 + + + 9.107000350952148 + 104 + + + + + + + 40.74138583615422 + -3.826698800548911 + + 897.2000122070312 + 12503.419921875 + + 178 + + 83 + + + 9.079000473022461 + 142 + + + + + + + 40.74134040623903 + -3.826609281823039 + + 897.2000122070312 + 12512.48046875 + + 178 + + 78 + + + 9.0600004196167 + 117 + + + + + + + 40.74129430577159 + -3.8265226129442453 + + 897.0 + 12521.5595703125 + + 178 + + 79 + + + 9.079000473022461 + 144 + + + + + + + 40.741247618570924 + -3.8264401350170374 + + 897.0 + 12530.490234375 + + 178 + + 78 + + + 8.928999900817871 + 142 + + + + + + + 40.741195902228355 + -3.82635279558599 + + 897.0 + 12539.4697265625 + + 178 + + 80 + + + 8.984999656677246 + 137 + + + + + + + 40.74114426970482 + -3.826270904392004 + + 897.2000122070312 + 12548.48046875 + + 171 + + 79 + + + 9.003999710083008 + 141 + + + + + + + 40.7410881947726 + -3.826189683750272 + + 897.2000122070312 + 12557.51953125 + + 171 + + 79 + + + 9.041000366210938 + 150 + + + + + + + 40.741027845069766 + -3.82610946893692 + + 897.4000244140625 + 12566.6201171875 + + 171 + + 80 + + + 9.107000350952148 + 136 + + + + + + + 40.74097135104239 + -3.826034450903535 + + 897.2000122070312 + 12575.7001953125 + + 171 + + 85 + + + 9.079000473022461 + 144 + + + + + + + 40.740914940834045 + -3.825959013774991 + + 897.0 + 12584.7802734375 + + 171 + + 79 + + + 9.079000473022461 + 157 + + + + + + + 40.74085542932153 + -3.8258819840848446 + + 896.7999877929688 + 12593.8203125 + + 171 + + 79 + + + 9.041000366210938 + 135 + + + + + + + 40.74079658836126 + -3.8258119951933622 + + 897.0 + 12602.83984375 + + 171 + + 78 + + + 9.02299976348877 + 131 + + + + + + + 40.74073280207813 + -3.825740246102214 + + 897.0 + 12611.900390625 + + 171 + + 78 + + + 9.0600004196167 + 129 + + + + + + + 40.74066750705242 + -3.8256687484681606 + + 897.0 + 12620.8701171875 + + 171 + + 81 + + + 8.967000007629395 + 127 + + + + + + + 40.740603134036064 + -3.825600016862154 + + 897.0 + 12629.73046875 + + 171 + + 78 + + + 8.854999542236328 + 135 + + + + + + + 40.74054152704775 + -3.8255321234464645 + + 896.7999877929688 + 12638.6201171875 + + 171 + + 78 + + + 8.892000198364258 + 148 + + + + + + + 40.74047891423106 + -3.8254617154598236 + + 897.0 + 12647.599609375 + + 171 + + 79 + + + 8.984999656677246 + 143 + + + + + + + 40.7404200732708 + -3.8253936544060707 + + 897.2000122070312 + 12656.5498046875 + + 168 + + 78 + + + 8.947999954223633 + 185 + + + + + + + 40.74035653844476 + -3.8253227435052395 + + 897.2000122070312 + 12665.4599609375 + + 168 + + 78 + + + 8.91100025177002 + 160 + + + + + + + 40.74029157869518 + -3.8252514135092497 + + 896.7999877929688 + 12674.5703125 + + 168 + + 80 + + + 9.107000350952148 + 142 + + + + + + + 40.74022871442139 + -3.825183939188719 + + 896.5999755859375 + 12683.5595703125 + + 168 + + 78 + + + 8.984999656677246 + 152 + + + + + + + 40.74016719125211 + -3.8251166325062513 + + 896.7999877929688 + 12692.6298828125 + + 168 + + 78 + + + 9.079000473022461 + 151 + + + + + + + 40.740100806578994 + -3.8250455539673567 + + 896.7999877929688 + 12701.740234375 + + 168 + + 80 + + + 9.107000350952148 + 133 + + + + + + + 40.74003894813359 + -3.824979504570365 + + 896.7999877929688 + 12710.8203125 + + 168 + + 84 + + + 9.079000473022461 + 154 + + + + + + + 40.73997298255563 + -3.824911443516612 + + 897.0 + 12719.8798828125 + + 168 + + 84 + + + 9.0600004196167 + 153 + + + + + + + 40.73990810662508 + -3.8248427119106054 + + 896.7999877929688 + 12728.9404296875 + + 168 + + 90 + + + 9.0600004196167 + 151 + + + + + + + 40.73984591290355 + -3.824773980304599 + + 896.7999877929688 + 12737.9404296875 + + 168 + + 78 + + + 9.003999710083008 + 146 + + + + + + + 40.73978346772492 + -3.824707679450512 + + 896.7999877929688 + 12746.91015625 + + 168 + + 84 + + + 8.967000007629395 + 143 + + + + + + + 40.73971750214696 + -3.8246379420161247 + + 896.5999755859375 + 12755.919921875 + + 168 + + 78 + + + 9.003999710083008 + 162 + + + + + + + 40.73965396732092 + -3.824569545686245 + + 896.4000244140625 + 12764.900390625 + + 168 + + 83 + + + 8.984999656677246 + 162 + + + + + + + 40.739587247371674 + -3.824495868757367 + + 896.4000244140625 + 12773.900390625 + + 168 + + 79 + + + 9.003999710083008 + 162 + + + + + + + 40.739521281793714 + -3.8244238682091236 + + 896.4000244140625 + 12782.9501953125 + + 168 + + 78 + + + 9.041000366210938 + 197 + + + + + + + 40.73945841751993 + -3.8243542984128 + + 896.4000244140625 + 12792.009765625 + + 168 + + 79 + + + 9.0600004196167 + 176 + + + + + + + 40.739395720884204 + -3.8242840580642223 + + 896.4000244140625 + 12801.0703125 + + 168 + + 107 + + + 9.0600004196167 + 163 + + + + + + + 40.73933252133429 + -3.8242115546017885 + + 896.4000244140625 + 12810.150390625 + + 164 + + 94 + + + 9.079000473022461 + 154 + + + + + + + 40.73927124962211 + -3.82414273917675 + + 896.4000244140625 + 12819.23046875 + + 164 + + 80 + + + 9.079000473022461 + 145 + + + + + + + 40.739207547158 + -3.824072163552046 + + 896.4000244140625 + 12828.3603515625 + + 163 + + 102 + + + 9.135000228881836 + 161 + + + + + + + 40.73914535343647 + -3.823999324813485 + + 896.4000244140625 + 12837.3603515625 + + 163 + + 109 + + + 9.003999710083008 + 131 + + + + + + + 40.73908374644816 + -3.8239270728081465 + + 896.4000244140625 + 12846.4599609375 + + 163 + + 79 + + + 9.097000122070312 + 164 + + + + + + + 40.739023983478546 + -3.823856245726347 + + 896.2000122070312 + 12855.5595703125 + + 160 + + 81 + + + 9.097000122070312 + 139 + + + + + + + 40.738962292671204 + -3.8237809762358665 + + 896.2000122070312 + 12864.6396484375 + + 160 + + 106 + + + 9.079000473022461 + 136 + + + + + + + 40.73890630155802 + -3.823708724230528 + + 896.4000244140625 + 12873.7099609375 + + 160 + + 112 + + + 9.069000244140625 + 117 + + + + + + + 40.73884938843548 + -3.8236299343407154 + + 896.4000244140625 + 12882.73046875 + + 160 + + 82 + + + 9.02299976348877 + 119 + + + + + + + 40.73879490606487 + -3.823550557717681 + + 896.4000244140625 + 12891.75 + + 160 + + 77 + + + 9.02299976348877 + 122 + + + + + + + 40.738741513341665 + -3.8234740309417248 + + 896.2000122070312 + 12900.7802734375 + + 160 + + 81 + + + 9.02299976348877 + 144 + + + + + + + 40.73869097046554 + -3.8233980908989906 + + 896.2000122070312 + 12909.7802734375 + + 160 + + 78 + + + 9.003999710083008 + 143 + + + + + + + 40.7386395893991 + -3.8233159482479095 + + 896.2000122070312 + 12918.849609375 + + 160 + + 77 + + + 9.069000244140625 + 114 + + + + + + + 40.738592399284244 + -3.823236236348748 + + 896.2000122070312 + 12927.740234375 + + 160 + + 79 + + + 8.892000198364258 + 151 + + + + + + + 40.73854520916939 + -3.8231495674699545 + + 896.4000244140625 + 12936.6904296875 + + 160 + + 78 + + + 8.947999954223633 + 164 + + + + + + + 40.738497180864215 + -3.823060719296336 + + 896.4000244140625 + 12945.7001953125 + + 160 + + 78 + + + 9.003999710083008 + 143 + + + + + + + 40.738455103710294 + -3.8229749724268913 + + 896.4000244140625 + 12954.7001953125 + + 160 + + 82 + + + 9.003999710083008 + 143 + + + + + + + 40.73841294273734 + -3.822890315204859 + + 896.2000122070312 + 12963.7197265625 + + 157 + + 78 + + + 9.02299976348877 + 153 + + + + + + + 40.73836935684085 + -3.822798114269972 + + 896.2000122070312 + 12972.76953125 + + 157 + + 82 + + + 9.050999641418457 + 132 + + + + + + + 40.73832836933434 + -3.8227043207734823 + + 896.0 + 12981.76953125 + + 157 + + 78 + + + 9.003999710083008 + 122 + + + + + + + 40.73828822001815 + -3.822609269991517 + + 896.0 + 12990.7998046875 + + 157 + + 78 + + + 9.02299976348877 + 132 + + + + + + + 40.73825008235872 + -3.8225116208195686 + + 896.0 + 12999.8203125 + + 157 + + 80 + + + 9.02299976348877 + 126 + + + + + + + 40.738216470927 + -3.822416150942445 + + 896.2000122070312 + 13008.8896484375 + + 157 + + 81 + + + 9.069000244140625 + 132 + + + + + + + 40.738183027133346 + -3.822321519255638 + + 896.2000122070312 + 13018.0703125 + + 157 + + 92 + + + 9.180999755859375 + 190 + + + + + + + 40.73814597912133 + -3.8222177512943745 + + 896.2000122070312 + 13027.1396484375 + + 157 + + 104 + + + 9.069000244140625 + 123 + + + + + + + 40.7381128706038 + -3.8221205212175846 + + 896.2000122070312 + 13036.25 + + 157 + + 81 + + + 9.107000350952148 + 133 + + + + + + + 40.738079929724336 + -3.822014993056655 + + 896.2000122070312 + 13045.41015625 + + 157 + + 81 + + + 9.163000106811523 + 137 + + + + + + + 40.73804950341582 + -3.821905441582203 + + 896.2000122070312 + 13054.5703125 + + 157 + + 81 + + + 9.163000106811523 + 111 + + + + + + + 40.73802293278277 + -3.821801757439971 + + 896.0 + 13063.6396484375 + + 157 + + 78 + + + 9.069000244140625 + 111 + + + + + + + 40.73799837380648 + -3.8217024318873882 + + 896.0 + 13072.6904296875 + + 157 + + 78 + + + 9.050999641418457 + 101 + + + + + + + 40.7379764970392 + -3.821594472974539 + + 896.0 + 13081.7001953125 + + 154 + + 79 + + + 9.003999710083008 + 88 + + + + + + + 40.737954871729016 + -3.8214933034032583 + + 896.0 + 13090.66015625 + + 150 + + 80 + + + 8.967000007629395 + 95 + + + + + + + 40.73793148621917 + -3.8213845901191235 + + 896.0 + 13099.58984375 + + 150 + + 79 + + + 8.928999900817871 + 118 + + + + + + + 40.73791396804154 + -3.8212785590440035 + + 896.0 + 13108.490234375 + + 150 + + 80 + + + 8.892000198364258 + 115 + + + + + + + 40.73790072463453 + -3.8211763836443424 + + 896.0 + 13117.4501953125 + + 150 + + 78 + + + 8.967000007629395 + 150 + + + + + + + 40.73788798414171 + -3.8210751302540302 + + 895.7999877929688 + 13126.2900390625 + + 150 + + 79 + + + 8.836000442504883 + 153 + + + + + + + 40.73787524364889 + -3.8209680933505297 + + 895.7999877929688 + 13135.240234375 + + 150 + + 78 + + + 8.947999954223633 + 131 + + + + + + + 40.73786610737443 + -3.8208665885031223 + + 895.5999755859375 + 13144.169921875 + + 150 + + 77 + + + 8.928999900817871 + 87 + + + + + + + 40.73785739019513 + -3.8207576237618923 + + 895.4000244140625 + 13153.1298828125 + + 150 + + 80 + + + 8.967000007629395 + 122 + + + + + + + 40.73785009793937 + -3.8206492457538843 + + 895.4000244140625 + 13162.2197265625 + + 150 + + 91 + + + 9.088000297546387 + 102 + + + + + + + 40.73784230276942 + -3.820541203022003 + + 895.5999755859375 + 13171.1298828125 + + 150 + + 86 + + + 8.91100025177002 + 145 + + + + + + + 40.73783677071333 + -3.8204368483275175 + + 895.5999755859375 + 13180.099609375 + + 160 + + 79 + + + 8.967000007629395 + 110 + + + + + + + 40.73783257976174 + -3.8203252851963043 + + 895.4000244140625 + 13189.0498046875 + + 160 + + 102 + + + 8.947999954223633 + 103 + + + + + + + 40.73783207684755 + -3.820224031805992 + + 895.4000244140625 + 13197.9404296875 + + 160 + + 84 + + + 8.892000198364258 + 121 + + + + + + + 40.73783392086625 + -3.8201184198260307 + + 895.5999755859375 + 13206.830078125 + + 160 + + 82 + + + 8.892000198364258 + 151 + + + + + + + 40.737837105989456 + -3.820009371265769 + + 895.5999755859375 + 13215.7197265625 + + 160 + + 82 + + + 8.892000198364258 + 173 + + + + + + + 40.737841464579105 + -3.819904178380966 + + 895.5999755859375 + 13224.650390625 + + 160 + + 78 + + + 8.928999900817871 + 173 + + + + + + + 40.737846828997135 + -3.8197973929345608 + + 895.5999755859375 + 13233.6201171875 + + 160 + + 78 + + + 8.967000007629395 + 146 + + + + + + + 40.73785445652902 + -3.8196870870888233 + + 895.4000244140625 + 13242.58984375 + + 160 + + 80 + + + 8.967000007629395 + 143 + + + + + + + 40.73786308988929 + -3.819584660232067 + + 895.5999755859375 + 13251.5400390625 + + 160 + + 80 + + + 8.947999954223633 + 127 + + + + + + + 40.737872896716 + -3.819478629156947 + + 895.5999755859375 + 13260.5 + + 160 + + 79 + + + 8.967000007629395 + 155 + + + + + + + 40.7378847990185 + -3.8193706702440977 + + 895.5999755859375 + 13269.509765625 + + 160 + + 78 + + + 9.003999710083008 + 143 + + + + + + + 40.73789837770164 + -3.8192679081112146 + + 895.5999755859375 + 13278.6103515625 + + 160 + + 78 + + + 9.107000350952148 + 148 + + + + + + + 40.737914219498634 + -3.8191625475883484 + + 895.5999755859375 + 13287.7197265625 + + 160 + + 79 + + + 9.107000350952148 + 123 + + + + + + + 40.73793307878077 + -3.8190529122948647 + + 895.5999755859375 + 13296.7900390625 + + 160 + + 80 + + + 9.069000244140625 + 129 + + + + + + + 40.73795118369162 + -3.818949479609728 + + 895.4000244140625 + 13305.9501953125 + + 160 + + 80 + + + 9.163000106811523 + 115 + + + + + + + 40.73797213844955 + -3.8188415206968784 + + 895.4000244140625 + 13315.1298828125 + + 160 + + 80 + + + 9.180999755859375 + 103 + + + + + + + 40.737994937226176 + -3.8187334779649973 + + 895.4000244140625 + 13324.2802734375 + + 160 + + 82 + + + 9.144000053405762 + 105 + + + + + + + 40.7380211725831 + -3.8186300452798605 + + 895.4000244140625 + 13333.419921875 + + 160 + + 81 + + + 9.144000053405762 + 124 + + + + + + + 40.73804933577776 + -3.8185292948037386 + + 895.4000244140625 + 13342.58984375 + + 160 + + 81 + + + 9.163000106811523 + 143 + + + + + + + 40.73807858861983 + -3.8184220902621746 + + 895.5999755859375 + 13351.7998046875 + + 160 + + 81 + + + 9.218999862670898 + 154 + + + + + + + 40.738107254728675 + -3.8183202501386404 + + 895.5999755859375 + 13361.0703125 + + 157 + + 80 + + + 9.265000343322754 + 147 + + + + + + + 40.738139441236854 + -3.818213799968362 + + 895.2000122070312 + 13370.3896484375 + + 155 + + 80 + + + 9.321000099182129 + 117 + + + + + + + 40.73817263357341 + -3.818108858540654 + + 895.2000122070312 + 13379.7099609375 + + 155 + + 80 + + + 9.321000099182129 + 92 + + + + + + + 40.73820624500513 + -3.818007940426469 + + 895.2000122070312 + 13389.0498046875 + + 155 + + 90 + + + 9.34000015258789 + 92 + + + + + + + 40.73824086226523 + -3.8179084472358227 + + 895.2000122070312 + 13398.3701171875 + + 155 + + 92 + + + 9.321000099182129 + 91 + + + + + + + 40.73827799409628 + -3.8178074453026056 + + 895.2000122070312 + 13407.7099609375 + + 155 + + 91 + + + 9.34000015258789 + 85 + + + + + + + 40.73831470683217 + -3.8177078682929277 + + 894.7999877929688 + 13417.0703125 + + 155 + + 84 + + + 9.359000205993652 + 89 + + + + + + + 40.73835242539644 + -3.8176051899790764 + + 894.5999755859375 + 13426.4296875 + + 153 + + 84 + + + 9.359000205993652 + 80 + + + + + + + 40.7383893057704 + -3.8175026793032885 + + 894.4000244140625 + 13435.8203125 + + 153 + + 92 + + + 9.38700008392334 + 80 + + + + + + + 40.73842618614435 + -3.8174031861126423 + + 894.5999755859375 + 13445.240234375 + + 153 + + 115 + + + 9.423999786376953 + 86 + + + + + + + 40.73846273124218 + -3.8173052854835987 + + 894.7999877929688 + 13454.6796875 + + 153 + + 94 + + + 9.442999839782715 + 93 + + + + + + + 40.73850187472999 + -3.817201852798462 + + 894.7999877929688 + 13464.08984375 + + 153 + + 84 + + + 9.404999732971191 + 118 + + + + + + + 40.738537749275565 + -3.8171021919697523 + + 894.7999877929688 + 13473.509765625 + + 153 + + 82 + + + 9.423999786376953 + 115 + + + + + + + 40.73857664130628 + -3.8169985078275204 + + 895.0 + 13482.98046875 + + 153 + + 71 + + + 9.470999717712402 + 103 + + + + + + + 40.738615952432156 + -3.8168947398662567 + + 895.0 + 13492.41015625 + + 153 + + 85 + + + 9.423999786376953 + 83 + + + + + + + 40.73865283280611 + -3.8167967554181814 + + 894.7999877929688 + 13501.900390625 + + 153 + + 95 + + + 9.48900032043457 + 103 + + + + + + + 40.738689545542 + -3.8166997767984867 + + 894.7999877929688 + 13511.1796875 + + 153 + + 96 + + + 9.284000396728516 + 104 + + + + + + + 40.73872868902981 + -3.8165965117514133 + + 895.0 + 13520.58984375 + + 153 + + 83 + + + 9.404999732971191 + 91 + + + + + + + 40.73876456357539 + -3.8165007065981627 + + 895.0 + 13529.9501953125 + + 153 + + 87 + + + 9.368000030517578 + 106 + + + + + + + 40.73880136013031 + -3.8164009619504213 + + 895.0 + 13539.2197265625 + + 153 + + 85 + + + 9.265000343322754 + 102 + + + + + + + 40.73883891105652 + -3.8163028098642826 + + 895.2000122070312 + 13548.4501953125 + + 158 + + 83 + + + 9.227999687194824 + 154 + + + + + + + 40.738874869421124 + -3.8162104412913322 + + 895.2000122070312 + 13557.66015625 + + 156 + + 107 + + + 9.208999633789062 + 151 + + + + + + + 40.73890898376703 + -3.8161195814609528 + + 895.2000122070312 + 13566.849609375 + + 157 + + 86 + + + 9.190999984741211 + 132 + + + + + + + 40.738943852484226 + -3.8160231057554483 + + 895.4000244140625 + 13575.9697265625 + + 157 + + 103 + + + 9.125 + 143 + + + + + + + 40.738977463915944 + -3.8159302342683077 + + 895.2000122070312 + 13585.01953125 + + 157 + + 88 + + + 9.050999641418457 + 118 + + + + + + + 40.739013170823455 + -3.8158334232866764 + + 895.2000122070312 + 13594.01953125 + + 157 + + 86 + + + 8.994999885559082 + 130 + + + + + + + 40.73904795572162 + -3.8157380372285843 + + 895.2000122070312 + 13602.9404296875 + + 157 + + 77 + + + 8.920000076293945 + 167 + + + + + + + 40.739080058410764 + -3.815646590664983 + + 895.5999755859375 + 13611.76953125 + + 157 + + 81 + + + 8.82699966430664 + 166 + + + + + + + 40.739111825823784 + -3.815555814653635 + + 895.5999755859375 + 13620.58984375 + + 157 + + 83 + + + 8.82699966430664 + 204 + + + + + + + 40.739144096150994 + -3.8154595904052258 + + 895.4000244140625 + 13629.400390625 + + 157 + + 81 + + + 8.807999610900879 + 201 + + + + + + + 40.73917284607887 + -3.8153659645467997 + + 895.5999755859375 + 13638.1396484375 + + 157 + + 78 + + + 8.743000030517578 + 208 + + + + + + + 40.73920100927353 + -3.815267728641629 + + 895.7999877929688 + 13646.9404296875 + + 157 + + 77 + + + 8.798999786376953 + 149 + + + + + + + 40.73922875337303 + -3.8151681516319513 + + 895.7999877929688 + 13655.740234375 + + 155 + + 92 + + + 8.798999786376953 + 164 + + + + + + + 40.739254569634795 + -3.8150739390403032 + + 896.0 + 13664.5 + + 155 + + 104 + + + 8.76200008392334 + 134 + + + + + + + 40.73927938006818 + -3.8149796426296234 + + 896.0 + 13673.2998046875 + + 155 + + 77 + + + 8.798999786376953 + 158 + + + + + + + 40.73930117301643 + -3.814878473058343 + + 896.2000122070312 + 13682.0498046875 + + 155 + + 78 + + + 8.743000030517578 + 161 + + + + + + + 40.73931491933763 + -3.8147796504199505 + + 896.2000122070312 + 13690.73046875 + + 155 + + 77 + + + 8.687000274658203 + 147 + + + + + + + 40.739321457222104 + -3.8146765530109406 + + 896.4000244140625 + 13699.2998046875 + + 155 + + 77 + + + 8.565999984741211 + 145 + + + + + + + 40.7393233012408 + -3.814575131982565 + + 896.4000244140625 + 13707.8603515625 + + 155 + + 77 + + + 8.565999984741211 + 154 + + + + + + + 40.73933679610491 + -3.8144768960773945 + + 896.7999877929688 + 13716.400390625 + + 155 + + 75 + + + 8.538000106811523 + 154 + + + + + + + 40.73936630040407 + -3.8143817614763975 + + 897.0 + 13724.98046875 + + 155 + + 75 + + + 8.583999633789062 + 178 + + + + + + + 40.73941349051893 + -3.8142937514930964 + + 896.7999877929688 + 13733.669921875 + + 155 + + 76 + + + 8.687000274658203 + 142 + + + + + + + 40.73947040364146 + -3.8142256904393435 + + 896.7999877929688 + 13742.33984375 + + 155 + + 76 + + + 8.668000221252441 + 166 + + + + + + + 40.73953184299171 + -3.8141617365181446 + + 896.7999877929688 + 13750.8203125 + + 155 + + 76 + + + 8.482000350952148 + 127 + + + + + + + 40.73959386907518 + -3.8140977825969458 + + 896.7999877929688 + 13759.580078125 + + 155 + + 73 + + + 8.76200008392334 + 149 + + + + + + + 40.73964910581708 + -3.814031733199954 + + 896.7999877929688 + 13768.2197265625 + + 155 + + 78 + + + 8.640000343322754 + 129 + + + + + + + 40.7396980561316 + -3.813956044614315 + + 896.5999755859375 + 13776.8095703125 + + 155 + + 76 + + + 8.583999633789062 + 158 + + + + + + + 40.73973887600005 + -3.8138676155358553 + + 896.7999877929688 + 13785.33984375 + + 155 + + 77 + + + 8.538000106811523 + 128 + + + + + + + 40.73977164924145 + -3.8137791864573956 + + 897.0 + 13793.7802734375 + + 161 + + 75 + + + 8.4350004196167 + 184 + + + + + + + 40.73980559594929 + -3.8136870693415403 + + 897.0 + 13802.1298828125 + + 161 + + 74 + + + 8.35099983215332 + 150 + + + + + + + 40.73984004557133 + -3.8135965447872877 + + 897.0 + 13810.400390625 + + 161 + + 74 + + + 8.267000198364258 + 208 + + + + + + + 40.739874662831426 + -3.813508450984955 + + 897.4000244140625 + 13818.650390625 + + 161 + + 73 + + + 8.258000373840332 + 244 + + + + + + + 40.73990844190121 + -3.8134213630110025 + + 897.7999877929688 + 13826.990234375 + + 161 + + 74 + + + 8.331999778747559 + 317 + + + + + + + 40.739944484084845 + -3.8133279886096716 + + 898.0 + 13835.419921875 + + 162 + + 72 + + + 8.4350004196167 + 255 + + + + + + + 40.7399779278785 + -3.8132402300834656 + + 898.0 + 13843.7197265625 + + 163 + + 73 + + + 8.303999900817871 + 223 + + + + + + + 40.740012461319566 + -3.813149118795991 + + 898.2000122070312 + 13851.990234375 + + 163 + + 74 + + + 8.267000198364258 + 239 + + + + + + + 40.74004783295095 + -3.8130570854991674 + + 898.2000122070312 + 13860.259765625 + + 163 + + 74 + + + 8.267000198364258 + 259 + + + + + + + 40.7400831207633 + -3.812970332801342 + + 898.4000244140625 + 13868.5498046875 + + 163 + + 72 + + + 8.295000076293945 + 259 + + + + + + + 40.7401177380234 + -3.8128848373889923 + + 898.4000244140625 + 13876.7900390625 + + 161 + + 72 + + + 8.23900032043457 + 199 + + + + + + + 40.74015403166413 + -3.8127964083105326 + + 898.5999755859375 + 13884.9697265625 + + 161 + + 72 + + + 8.173999786376953 + 287 + + + + + + + 40.74019057676196 + -3.8127099070698023 + + 898.7999877929688 + 13893.1396484375 + + 161 + + 72 + + + 8.173999786376953 + 258 + + + + + + + 40.74022921733558 + -3.8126279320567846 + + 899.0 + 13901.2900390625 + + 161 + + 73 + + + 8.154999732971191 + 258 + + + + + + + 40.740269953384995 + -3.812543358653784 + + 899.2000122070312 + 13909.4404296875 + + 161 + + 70 + + + 8.145999908447266 + 282 + + + + + + + 40.74030825868249 + -3.8124633114784956 + + 899.4000244140625 + 13917.6103515625 + + 161 + + 71 + + + 8.173999786376953 + 300 + + + + + + + 40.74034648016095 + -3.812382845208049 + + 899.5999755859375 + 13925.8095703125 + + 161 + + 72 + + + 8.192000389099121 + 211 + + + + + + + 40.74038654565811 + -3.8122990261763334 + + 899.7999877929688 + 13933.9501953125 + + 161 + + 71 + + + 8.145999908447266 + 177 + + + + + + + 40.74042409658432 + -3.812219901010394 + + 899.7999877929688 + 13942.0498046875 + + 161 + + 82 + + + 8.098999977111816 + 212 + + + + + + + 40.740462988615036 + -3.8121400214731693 + + 899.7999877929688 + 13950.150390625 + + 161 + + 85 + + + 8.098999977111816 + 195 + + + + + + + 40.74050364084542 + -3.8120590522885323 + + 900.0 + 13958.1796875 + + 159 + + 78 + + + 8.034000396728516 + 232 + + + + + + + 40.74054228141904 + -3.8119829446077347 + + 900.2000122070312 + 13966.3095703125 + + 159 + + 84 + + + 8.126999855041504 + 213 + + + + + + + 40.74058134108782 + -3.811906836926937 + + 900.4000244140625 + 13974.2998046875 + + 165 + + 83 + + + 7.986999988555908 + 191 + + + + + + + 40.74062283150852 + -3.8118269573897123 + + 900.5999755859375 + 13982.330078125 + + 165 + + 82 + + + 8.034000396728516 + 213 + + + + + + + 40.74066264554858 + -3.811751352623105 + + 900.7999877929688 + 13990.3203125 + + 165 + + 82 + + + 7.986999988555908 + 198 + + + + + + + 40.74070447124541 + -3.811672395095229 + + 900.7999877929688 + 13998.26953125 + + 165 + + 83 + + + 7.949999809265137 + 197 + + + + + + + 40.740744452923536 + -3.8115941919386387 + + 900.7999877929688 + 14006.1103515625 + + 168 + + 82 + + + 7.828000068664551 + 157 + + + + + + + 40.74078225530684 + -3.811520179733634 + + 901.0 + 14013.919921875 + + 168 + + 79 + + + 7.818999767303467 + 159 + + + + + + + 40.74081980623305 + -3.811446586623788 + + 901.2000122070312 + 14021.5703125 + + 159 + + 78 + + + 7.651000022888184 + 148 + + + + + + + 40.740858195349574 + -3.811370898038149 + + 901.4000244140625 + 14029.1904296875 + + 159 + + 81 + + + 7.623000144958496 + 145 + + + + + + + 40.74089524336159 + -3.8112997356802225 + + 901.5999755859375 + 14036.849609375 + + 159 + + 78 + + + 7.659999847412109 + 232 + + + + + + + 40.74093514122069 + -3.8112237956374884 + + 901.7999877929688 + 14044.3896484375 + + 159 + + 77 + + + 7.539000034332275 + 195 + + + + + + + 40.740974955260754 + -3.811149448156357 + + 901.7999877929688 + 14051.98046875 + + 159 + + 77 + + + 7.585999965667725 + 181 + + + + + + + 40.741013176739216 + -3.81107778288424 + + 901.7999877929688 + 14059.5302734375 + + 159 + + 78 + + + 7.558000087738037 + 216 + + + + + + + 40.74104988947511 + -3.8110069558024406 + + 902.0 + 14067.16015625 + + 159 + + 78 + + + 7.623000144958496 + 210 + + + + + + + 40.74108920060098 + -3.810931770130992 + + 902.4000244140625 + 14074.6796875 + + 159 + + 76 + + + 7.520999908447266 + 217 + + + + + + + 40.7411280926317 + -3.8108590990304947 + + 902.5999755859375 + 14082.2900390625 + + 159 + + 78 + + + 7.613999843597412 + 204 + + + + + + + 40.74116891250014 + -3.8107817340642214 + + 902.7999877929688 + 14089.98046875 + + 159 + + 78 + + + 7.688000202178955 + 154 + + + + + + + 40.74120847508311 + -3.8107057102024555 + + 902.7999877929688 + 14097.5703125 + + 159 + + 78 + + + 7.59499979019165 + 181 + + + + + + + 40.741246277466416 + -3.8106315303593874 + + 902.7999877929688 + 14105.169921875 + + 165 + + 78 + + + 7.59499979019165 + 150 + + + + + + + 40.74128449894488 + -3.810558943077922 + + 903.0 + 14112.759765625 + + 165 + + 78 + + + 7.585999965667725 + 194 + + + + + + + 40.741325821727514 + -3.810481745749712 + + 903.2000122070312 + 14120.4404296875 + + 165 + + 78 + + + 7.688000202178955 + 178 + + + + + + + 40.74136530049145 + -3.810405470430851 + + 903.2000122070312 + 14128.0400390625 + + 165 + + 79 + + + 7.59499979019165 + 155 + + + + + + + 40.74140519835055 + -3.81032626144588 + + 903.4000244140625 + 14135.7802734375 + + 165 + + 79 + + + 7.74399995803833 + 145 + + + + + + + 40.741445599123836 + -3.8102489802986383 + + 903.4000244140625 + 14143.599609375 + + 165 + + 78 + + + 7.818999767303467 + 159 + + + + + + + 40.741486586630344 + -3.8101735431700945 + + 903.4000244140625 + 14151.509765625 + + 165 + + 80 + + + 7.9029998779296875 + 120 + + + + + + + 40.74152681976557 + -3.8100976031273603 + + 903.4000244140625 + 14159.4501953125 + + 165 + + 81 + + + 7.940000057220459 + 132 + + + + + + + 40.74156881310046 + -3.8100168853998184 + + 903.4000244140625 + 14167.400390625 + + 165 + + 79 + + + 7.959000110626221 + 167 + + + + + + + 40.7416096329689 + -3.809938682243228 + + 903.4000244140625 + 14175.41015625 + + 165 + + 76 + + + 8.005999565124512 + 165 + + + + + + + 40.741651710122824 + -3.8098546117544174 + + 903.4000244140625 + 14183.5498046875 + + 165 + + 72 + + + 8.13599967956543 + 209 + + + + + + + 40.74169554747641 + -3.809771714732051 + + 903.4000244140625 + 14191.7802734375 + + 165 + + 70 + + + 8.229999542236328 + 173 + + + + + + + 40.741738714277744 + -3.8096904940903187 + + 903.4000244140625 + 14200.08984375 + + 165 + + 72 + + + 8.314000129699707 + 163 + + + + + + + 40.74177995324135 + -3.8096096087247133 + + 903.5999755859375 + 14208.5302734375 + + 165 + + 72 + + + 8.444000244140625 + 180 + + + + + + + 40.74182270094752 + -3.809524532407522 + + 903.5999755859375 + 14217.0400390625 + + 165 + + 84 + + + 8.510000228881836 + 144 + + + + + + + 40.741865281015635 + -3.809442976489663 + + 903.5999755859375 + 14225.650390625 + + 165 + + 86 + + + 8.602999687194824 + 166 + + + + + + + 40.74190953746438 + -3.8093568105250597 + + 903.5999755859375 + 14234.2998046875 + + 165 + + 75 + + + 8.649999618530273 + 137 + + + + + + + 40.7419550511986 + -3.809269303455949 + + 903.7999877929688 + 14243.0703125 + + 165 + + 78 + + + 8.770999908447266 + 157 + + + + + + + 40.74199947528541 + -3.8091836404055357 + + 903.7999877929688 + 14251.76953125 + + 165 + + 75 + + + 8.706000328063965 + 153 + + + + + + + 40.74204188771546 + -3.809098983183503 + + 903.7999877929688 + 14260.5400390625 + + 165 + + 78 + + + 8.770999908447266 + 154 + + + + + + + 40.7420879881829 + -3.809010973200202 + + 903.7999877929688 + 14269.330078125 + + 165 + + 77 + + + 8.789999961853027 + 202 + + + + + + + 40.74213484302163 + -3.8089248910546303 + + 904.0 + 14278.169921875 + + 165 + + 77 + + + 8.836000442504883 + 147 + + + + + + + 40.742183458060026 + -3.808835791423917 + + 904.2000122070312 + 14287.0 + + 165 + + 78 + + + 8.836000442504883 + 162 + + + + + + + 40.742231318727136 + -3.8087469432502985 + + 904.2000122070312 + 14295.8798828125 + + 165 + + 77 + + + 8.873000144958496 + 159 + + + + + + + 40.742277167737484 + -3.8086618669331074 + + 904.2000122070312 + 14304.8203125 + + 165 + + 77 + + + 8.947999954223633 + 149 + + + + + + + 40.74232251383364 + -3.808577125892043 + + 904.2000122070312 + 14313.76953125 + + 165 + + 76 + + + 8.947999954223633 + 133 + + + + + + + 40.742369620129466 + -3.8084865175187588 + + 904.2000122070312 + 14322.740234375 + + 161 + + 83 + + + 8.967000007629395 + 130 + + + + + + + 40.74241538532078 + -3.8084021117538214 + + 904.2000122070312 + 14331.73046875 + + 161 + + 78 + + + 8.984999656677246 + 152 + + + + + + + 40.74246450327337 + -3.808316197246313 + + 904.2000122070312 + 14340.73046875 + + 161 + + 79 + + + 9.003999710083008 + 150 + + + + + + + 40.74251261539757 + -3.808227935805917 + + 904.5999755859375 + 14349.7099609375 + + 161 + + 106 + + + 8.984999656677246 + 142 + + + + + + + 40.742556285113096 + -3.8081408478319645 + + 904.5999755859375 + 14358.66015625 + + 158 + + 91 + + + 8.947999954223633 + 136 + + + + + + + 40.74259735643864 + -3.808054765686393 + + 904.4000244140625 + 14367.58984375 + + 163 + + 79 + + + 8.928999900817871 + 145 + + + + + + + 40.74264110997319 + -3.8079623132944107 + + 904.4000244140625 + 14376.51953125 + + 163 + + 78 + + + 8.928999900817871 + 154 + + + + + + + 40.74268612079322 + -3.80787530913949 + + 904.4000244140625 + 14385.4697265625 + + 163 + + 76 + + + 8.947999954223633 + 145 + + + + + + + 40.74273473583162 + -3.807785538956523 + + 904.5999755859375 + 14394.33984375 + + 163 + + 79 + + + 8.873000144958496 + 135 + + + + + + + 40.74278217740357 + -3.8076984509825706 + + 904.5999755859375 + 14403.1796875 + + 163 + + 78 + + + 8.836000442504883 + 119 + + + + + + + 40.74282651767135 + -3.8076153863221407 + + 904.5999755859375 + 14411.9404296875 + + 163 + + 76 + + + 8.76200008392334 + 122 + + + + + + + 40.74286909773946 + -3.807532824575901 + + 904.5999755859375 + 14420.740234375 + + 163 + + 77 + + + 8.798999786376953 + 128 + + + + + + + 40.742913438007236 + -3.8074481673538685 + + 904.4000244140625 + 14429.419921875 + + 163 + + 76 + + + 8.678000450134277 + 155 + + + + + + + 40.74295559898019 + -3.8073645997792482 + + 904.5999755859375 + 14438.2197265625 + + 163 + + 76 + + + 8.798999786376953 + 176 + + + + + + + 40.74300077743828 + -3.807275416329503 + + 904.7999877929688 + 14447.0 + + 163 + + 78 + + + 8.779999732971191 + 170 + + + + + + + 40.743046374991536 + -3.807185646146536 + + 905.0 + 14455.849609375 + + 163 + + 76 + + + 8.854999542236328 + 177 + + + + + + + 40.74309197254479 + -3.8070999830961227 + + 905.2000122070312 + 14464.58984375 + + 163 + + 78 + + + 8.743000030517578 + 162 + + + + + + + 40.74313698336482 + -3.8070152420550585 + + 905.0 + 14473.5595703125 + + 163 + + 77 + + + 8.967000007629395 + 182 + + + + + + + 40.74318434111774 + -3.8069248851388693 + + 905.0 + 14482.4501953125 + + 163 + + 77 + + + 8.892000198364258 + 184 + + + + + + + 40.74322918429971 + -3.8068384677171707 + + 905.0 + 14491.48046875 + + 163 + + 87 + + + 9.02299976348877 + 158 + + + + + + + 40.74327520094812 + -3.8067472726106644 + + 905.0 + 14500.5595703125 + + 163 + + 103 + + + 9.079000473022461 + 151 + + + + + + + 40.7433229777962 + -3.806657502427697 + + 905.0 + 14509.490234375 + + 163 + + 78 + + + 8.928999900817871 + 139 + + + + + + + 40.743369329720736 + -3.8065717555582523 + + 905.0 + 14518.5302734375 + + 163 + + 81 + + + 9.041000366210938 + 131 + + + + + + + 40.74341408908367 + -3.8064865954220295 + + 905.2000122070312 + 14527.51953125 + + 163 + + 82 + + + 8.994999885559082 + 152 + + + + + + + 40.74345951899886 + -3.8063969928771257 + + 905.2000122070312 + 14536.48046875 + + 163 + + 81 + + + 8.956999778747559 + 131 + + + + + + + 40.74350293725729 + -3.8063119165599346 + + 905.2000122070312 + 14545.400390625 + + 163 + + 78 + + + 8.920000076293945 + 136 + + + + + + + 40.743546187877655 + -3.8062239065766335 + + 905.0 + 14554.33984375 + + 163 + + 78 + + + 8.939000129699707 + 176 + + + + + + + 40.743590695783496 + -3.8061347231268883 + + 905.2000122070312 + 14563.259765625 + + 163 + + 78 + + + 8.920000076293945 + 173 + + + + + + + 40.74363595806062 + -3.8060486409813166 + + 905.4000244140625 + 14572.2099609375 + + 163 + + 78 + + + 8.956999778747559 + 155 + + + + + + + 40.743680046871305 + -3.8059650734066963 + + 905.5999755859375 + 14581.150390625 + + 163 + + 85 + + + 8.939000129699707 + 164 + + + + + + + 40.74372690171003 + -3.805876225233078 + + 905.5999755859375 + 14590.0703125 + + 163 + + 77 + + + 8.920000076293945 + 142 + + + + + + + 40.74376956559718 + -3.805791735649109 + + 905.4000244140625 + 14598.9404296875 + + 158 + + 78 + + + 8.86400032043457 + 159 + + + + + + + 40.74381373822689 + -3.805702803656459 + + 905.4000244140625 + 14607.7802734375 + + 154 + + 78 + + + 8.845000267028809 + 153 + + + + + + + 40.7438581623137 + -3.805616470053792 + + 905.5999755859375 + 14616.6298828125 + + 154 + + 77 + + + 8.845000267028809 + 132 + + + + + + + 40.7439049333334 + -3.805529046803713 + + 905.5999755859375 + 14625.4404296875 + + 154 + + 78 + + + 8.807999610900879 + 155 + + + + + + + 40.743949776515365 + -3.805444221943617 + + 905.7999877929688 + 14634.2802734375 + + 154 + + 78 + + + 8.845000267028809 + 156 + + + + + + + 40.743996379897 + -3.8053536973893642 + + 905.7999877929688 + 14643.150390625 + + 154 + + 78 + + + 8.86400032043457 + 159 + + + + + + + 40.744038792327046 + -3.805267782881856 + + 905.7999877929688 + 14652.0302734375 + + 154 + + 78 + + + 8.883000373840332 + 150 + + + + + + + 40.74408539570868 + -3.805178264155984 + + 906.0 + 14660.8896484375 + + 154 + + 77 + + + 8.86400032043457 + 129 + + + + + + + 40.74413216672838 + -3.8050905894488096 + + 906.2000122070312 + 14669.740234375 + + 154 + + 78 + + + 8.845000267028809 + 177 + + + + + + + 40.744175082072616 + -3.8050069380551577 + + 906.2000122070312 + 14678.5498046875 + + 154 + + 78 + + + 8.807999610900879 + 149 + + + + + + + 40.74421648867428 + -3.8049225322902203 + + 906.2000122070312 + 14687.3203125 + + 154 + + 77 + + + 8.770999908447266 + 157 + + + + + + + 40.744262002408504 + -3.8048391323536634 + + 906.0 + 14696.16015625 + + 154 + + 78 + + + 8.845000267028809 + 231 + + + + + + + 40.744306426495314 + -3.804758582264185 + + 906.2000122070312 + 14705.009765625 + + 154 + + 78 + + + 8.845000267028809 + 204 + + + + + + + 40.74435252696276 + -3.8046727515757084 + + 906.4000244140625 + 14713.6796875 + + 155 + + 77 + + + 8.668000221252441 + 206 + + + + + + + 40.744397873058915 + -3.8045865017920732 + + 906.4000244140625 + 14722.2900390625 + + 149 + + 81 + + + 8.612000465393066 + 219 + + + + + + + 40.74444070458412 + -3.804503856226802 + + 906.4000244140625 + 14730.83984375 + + 149 + + 92 + + + 8.54699993133545 + 188 + + + + + + + 40.74448169209063 + -3.804421965032816 + + 906.5999755859375 + 14739.3203125 + + 149 + + 84 + + + 8.482000350952148 + 239 + + + + + + + 40.74452619999647 + -3.804336804896593 + + 906.5999755859375 + 14747.7802734375 + + 149 + + 85 + + + 8.463000297546387 + 209 + + + + + + + 40.744566936045885 + -3.8042574282735586 + + 906.5999755859375 + 14756.16015625 + + 149 + + 85 + + + 8.378999710083008 + 182 + + + + + + + 40.744609013199806 + -3.8041779678314924 + + 907.0 + 14764.3798828125 + + 149 + + 86 + + + 8.220000267028809 + 256 + + + + + + + 40.744651006534696 + -3.8040984235703945 + + 907.2000122070312 + 14772.5400390625 + + 149 + + 85 + + + 8.154999732971191 + 246 + + + + + + + 40.744694005697966 + -3.804019968956709 + + 907.2000122070312 + 14780.6298828125 + + 149 + + 85 + + + 8.09000015258789 + 217 + + + + + + + 40.744733987376094 + -3.803945705294609 + + 907.4000244140625 + 14788.51953125 + + 149 + + 83 + + + 7.894000053405762 + 203 + + + + + + + 40.74477321468294 + -3.8038689270615578 + + 907.5999755859375 + 14796.2802734375 + + 149 + + 81 + + + 7.763000011444092 + 226 + + + + + + + 40.744810765609145 + -3.803797010332346 + + 908.0 + 14803.919921875 + + 149 + + 80 + + + 7.642000198364258 + 236 + + + + + + + 40.744849909096956 + -3.8037214055657387 + + 908.2000122070312 + 14811.48046875 + + 149 + + 77 + + + 7.558000087738037 + 233 + + + + + + + 40.74488955549896 + -3.803647393360734 + + 908.4000244140625 + 14818.9501953125 + + 149 + + 77 + + + 7.473999977111816 + 246 + + + + + + + 40.74492811225355 + -3.803576733916998 + + 908.5999755859375 + 14826.330078125 + + 149 + + 76 + + + 7.370999813079834 + 241 + + + + + + + 40.74496482498944 + -3.8035059068351984 + + 909.0 + 14833.599609375 + + 149 + + 75 + + + 7.2779998779296875 + 227 + + + + + + + 40.74500245973468 + -3.8034319784492254 + + 909.0 + 14840.8896484375 + + 149 + + 78 + + + 7.2870001792907715 + 260 + + + + + + + 40.74503724463284 + -3.803360229358077 + + 909.0 + 14848.2802734375 + + 159 + + 82 + + + 7.389999866485596 + 253 + + + + + + + 40.74507404118776 + -3.8032847084105015 + + 909.2000122070312 + 14855.5595703125 + + 159 + + 80 + + + 7.2779998779296875 + 235 + + + + + + + 40.745110334828496 + -3.8032092712819576 + + 909.4000244140625 + 14862.8701171875 + + 159 + + 79 + + + 7.315000057220459 + 225 + + + + + + + 40.745145538821816 + -3.803135845810175 + + 909.4000244140625 + 14870.23046875 + + 163 + + 80 + + + 7.353000164031982 + 202 + + + + + + + 40.745180156081915 + -3.803066359832883 + + 909.5999755859375 + 14877.5498046875 + + 163 + + 81 + + + 7.324999809265137 + 196 + + + + + + + 40.74521854519844 + -3.802991760894656 + + 909.5999755859375 + 14884.8798828125 + + 163 + + 80 + + + 7.324999809265137 + 164 + + + + + + + 40.745256934314966 + -3.8029221072793007 + + 909.7999877929688 + 14892.25 + + 163 + + 85 + + + 7.370999813079834 + 193 + + + + + + + 40.74529574252665 + -3.8028491009026766 + + 909.7999877929688 + 14899.650390625 + + 163 + + 86 + + + 7.39900016784668 + 198 + + + + + + + 40.74533480219543 + -3.802774753421545 + + 909.7999877929688 + 14907.080078125 + + 163 + + 88 + + + 7.436999797821045 + 210 + + + + + + + 40.74537201784551 + -3.8027039263397455 + + 910.0 + 14914.580078125 + + 163 + + 88 + + + 7.501999855041504 + 206 + + + + + + + 40.74540973640978 + -3.8026330154389143 + + 910.0 + 14922.0498046875 + + 159 + + 90 + + + 7.465000152587891 + 197 + + + + + + + 40.745447874069214 + -3.802559170871973 + + 910.2000122070312 + 14929.5302734375 + + 157 + + 87 + + + 7.482999801635742 + 213 + + + + + + + 40.74548425152898 + -3.8024880923330784 + + 910.4000244140625 + 14936.8798828125 + + 157 + + 85 + + + 7.3429999351501465 + 222 + + + + + + + 40.745522724464536 + -3.8024139124900103 + + 910.5999755859375 + 14944.25 + + 157 + + 86 + + + 7.370999813079834 + 235 + + + + + + + 40.74555968865752 + -3.802339816465974 + + 911.0 + 14951.58984375 + + 157 + + 94 + + + 7.3429999351501465 + 209 + + + + + + + 40.74559640139341 + -3.8022694922983646 + + 911.2000122070312 + 14958.9697265625 + + 157 + + 93 + + + 7.38100004196167 + 221 + + + + + + + 40.74563386850059 + -3.802200509235263 + + 911.4000244140625 + 14966.1904296875 + + 157 + + 85 + + + 7.2220001220703125 + 181 + + + + + + + 40.745672676712275 + -3.8021285086870193 + + 911.4000244140625 + 14973.4599609375 + + 157 + + 85 + + + 7.269000053405762 + 200 + + + + + + + 40.7457076292485 + -3.802059357985854 + + 911.2000122070312 + 14980.900390625 + + 157 + + 86 + + + 7.436999797821045 + 177 + + + + + + + 40.74574585072696 + -3.8019850105047226 + + 911.2000122070312 + 14988.3095703125 + + 156 + + 86 + + + 7.408999919891357 + 206 + + + + + + + 40.745787508785725 + -3.8019099086523056 + + 911.4000244140625 + 14995.8701171875 + + 156 + + 84 + + + 7.566999912261963 + 128 + + + + + + + 40.745825646445155 + -3.8018362317234278 + + 911.5999755859375 + 15003.4501953125 + + 156 + + 85 + + + 7.577000141143799 + 147 + + + + + + + 40.74586353264749 + -3.8017641473561525 + + 911.7999877929688 + 15011.080078125 + + 156 + + 80 + + + 7.632999897003174 + 182 + + + + + + + 40.74590443633497 + -3.80168829113245 + + 911.7999877929688 + 15018.66015625 + + 156 + + 76 + + + 7.577000141143799 + 176 + + + + + + + 40.74594366364181 + -3.801615033298731 + + 911.7999877929688 + 15026.330078125 + + 156 + + 96 + + + 7.670000076293945 + 191 + + + + + + + 40.745985908433795 + -3.80153632722795 + + 911.7999877929688 + 15034.1103515625 + + 156 + + 92 + + + 7.7820000648498535 + 111 + + + + + + + 40.74602513574064 + -3.80145862698555 + + 911.7999877929688 + 15041.990234375 + + 156 + + 75 + + + 7.875 + 213 + + + + + + + 40.746066039428115 + -3.801382854580879 + + 911.7999877929688 + 15049.9404296875 + + 156 + + 75 + + + 7.959000110626221 + 174 + + + + + + + 40.74610895477235 + -3.8013038970530033 + + 911.7999877929688 + 15057.9697265625 + + 156 + + 77 + + + 8.02400016784668 + 203 + + + + + + + 40.74615228921175 + -3.8012196589261293 + + 911.7999877929688 + 15065.990234375 + + 156 + + 77 + + + 8.02400016784668 + 164 + + + + + + + 40.74619193561375 + -3.8011394441127777 + + 911.5999755859375 + 15074.1201171875 + + 156 + + 78 + + + 8.126999855041504 + 197 + + + + + + + 40.7462327554822 + -3.8010564632713795 + + 911.5999755859375 + 15082.2900390625 + + 156 + + 78 + + + 8.173999786376953 + 162 + + + + + + + 40.74627600610256 + -3.800973314791918 + + 911.5999755859375 + 15090.509765625 + + 156 + + 78 + + + 8.220000267028809 + 140 + + + + + + + 40.746319675818086 + -3.8008906692266464 + + 911.5999755859375 + 15098.8203125 + + 156 + + 79 + + + 8.303999900817871 + 176 + + + + + + + 40.7463620044291 + -3.800809448584914 + + 911.5999755859375 + 15107.2099609375 + + 161 + + 82 + + + 8.387999534606934 + 172 + + + + + + + 40.74640684761107 + -3.800722612068057 + + 911.5999755859375 + 15115.6201171875 + + 161 + + 82 + + + 8.416000366210938 + 161 + + + + + + + 40.74645034968853 + -3.800639044493437 + + 911.5999755859375 + 15124.099609375 + + 161 + + 82 + + + 8.472000122070312 + 165 + + + + + + + 40.746497539803386 + -3.8005532138049603 + + 911.5999755859375 + 15132.6298828125 + + 161 + + 81 + + + 8.538000106811523 + 140 + + + + + + + 40.74654498137534 + -3.8004672154784203 + + 911.4000244140625 + 15141.2998046875 + + 161 + + 82 + + + 8.668000221252441 + 171 + + + + + + + 40.746589321643114 + -3.8003823067992926 + + 911.4000244140625 + 15149.9697265625 + + 161 + + 82 + + + 8.668000221252441 + 118 + + + + + + + 40.74663324281573 + -3.800298236310482 + + 911.4000244140625 + 15158.669921875 + + 161 + + 81 + + + 8.706000328063965 + 127 + + + + + + + 40.74667909182608 + -3.8002126570791006 + + 911.4000244140625 + 15167.3203125 + + 161 + + 90 + + + 8.649999618530273 + 123 + + + + + + + 40.746721839532256 + -3.8001326099038124 + + 911.5999755859375 + 15175.919921875 + + 161 + + 81 + + + 8.593999862670898 + 117 + + + + + + + 40.746766179800034 + -3.800047282129526 + + 911.7999877929688 + 15184.48046875 + + 161 + + 82 + + + 8.565999984741211 + 111 + + + + + + + 40.74681035242975 + -3.7999600265175104 + + 911.7999877929688 + 15193.080078125 + + 161 + + 82 + + + 8.593999862670898 + 137 + + + + + + + 40.74685242958367 + -3.7998760398477316 + + 911.7999877929688 + 15201.7802734375 + + 161 + + 82 + + + 8.706000328063965 + 109 + + + + + + + 40.746895680204034 + -3.7997921369969845 + + 911.7999877929688 + 15210.4697265625 + + 161 + + 82 + + + 8.687000274658203 + 118 + + + + + + + 40.74693842791021 + -3.79970446228981 + + 911.7999877929688 + 15219.150390625 + + 161 + + 95 + + + 8.687000274658203 + 118 + + + + + + + 40.7469820138067 + -3.7996207270771265 + + 912.0 + 15227.91015625 + + 161 + + 107 + + + 8.751999855041504 + 158 + + + + + + + 40.7470287848264 + -3.799532800912857 + + 912.2000122070312 + 15236.6396484375 + + 161 + + 82 + + + 8.734000205993652 + 187 + + + + + + + 40.74707270599902 + -3.7994466349482536 + + 912.2000122070312 + 15245.3701171875 + + 161 + + 77 + + + 8.734000205993652 + 170 + + + + + + + 40.74711687862873 + -3.799363821744919 + + 912.2000122070312 + 15254.1103515625 + + 160 + + 77 + + + 8.734000205993652 + 163 + + + + + + + 40.74715945869684 + -3.799279583618045 + + 912.2000122070312 + 15262.7900390625 + + 168 + + 76 + + + 8.687000274658203 + 163 + + + + + + + 40.74720379896462 + -3.799192411825061 + + 912.4000244140625 + 15271.4501953125 + + 168 + + 78 + + + 8.659000396728516 + 188 + + + + + + + 40.747247049584985 + -3.799109850078821 + + 912.5999755859375 + 15280.08984375 + + 168 + + 76 + + + 8.640000343322754 + 231 + + + + + + + 40.74728929437697 + -3.799023600295186 + + 912.5999755859375 + 15288.7001953125 + + 168 + + 76 + + + 8.602999687194824 + 195 + + + + + + + 40.7473327126354 + -3.79893584176898 + + 912.4000244140625 + 15297.259765625 + + 168 + + 75 + + + 8.565999984741211 + 206 + + + + + + + 40.74737713672221 + -3.798854621127248 + + 912.2000122070312 + 15305.8095703125 + + 163 + + 75 + + + 8.54699993133545 + 194 + + + + + + + 40.747419046238065 + -3.7987784296274185 + + 912.4000244140625 + 15314.330078125 + + 163 + + 76 + + + 8.519000053405762 + 240 + + + + + + + 40.747466403990984 + -3.798698130995035 + + 912.5999755859375 + 15322.8095703125 + + 161 + + 75 + + + 8.482000350952148 + 178 + + + + + + + 40.74751015752554 + -3.7986153177917004 + + 912.7999877929688 + 15331.259765625 + + 161 + + 74 + + + 8.454000473022461 + 223 + + + + + + + 40.74755307286978 + -3.798530073836446 + + 913.0 + 15339.7099609375 + + 161 + + 75 + + + 8.454000473022461 + 134 + + + + + + + 40.74759774841368 + -3.798445835709572 + + 912.7999877929688 + 15348.150390625 + + 161 + + 77 + + + 8.4350004196167 + 208 + + + + + + + 40.747640412300825 + -3.7983655370771885 + + 912.7999877929688 + 15356.6298828125 + + 161 + + 81 + + + 8.482000350952148 + 233 + + + + + + + 40.747681483626366 + -3.7982863280922174 + + 912.7999877929688 + 15365.1298828125 + + 161 + + 79 + + + 8.5 + 193 + + + + + + + 40.74772750027478 + -3.7981997430324554 + + 913.0 + 15373.669921875 + + 161 + + 81 + + + 8.538000106811523 + 185 + + + + + + + 40.74777251109481 + -3.798115085810423 + + 913.2000122070312 + 15382.2001953125 + + 161 + + 81 + + + 8.538000106811523 + 210 + + + + + + + 40.747818779200315 + -3.798028165474534 + + 913.4000244140625 + 15390.66015625 + + 161 + + 78 + + + 8.454000473022461 + 210 + + + + + + + 40.74786194600165 + -3.797943592071533 + + 913.4000244140625 + 15399.1904296875 + + 161 + + 80 + + + 8.527999877929688 + 209 + + + + + + + 40.74790611863136 + -3.79785792902112 + + 913.4000244140625 + 15407.73046875 + + 161 + + 82 + + + 8.54699993133545 + 218 + + + + + + + 40.74795205146074 + -3.797774948179722 + + 913.4000244140625 + 15416.2900390625 + + 161 + + 80 + + + 8.555999755859375 + 189 + + + + + + + 40.74799689464271 + -3.7976878602057695 + + 913.5999755859375 + 15424.849609375 + + 161 + + 82 + + + 8.555999755859375 + 186 + + + + + + + 40.748039642348886 + -3.7976048793643713 + + 913.5999755859375 + 15433.419921875 + + 169 + + 83 + + + 8.574999809265137 + 169 + + + + + + + 40.74808171950281 + -3.7975178752094507 + + 913.5999755859375 + 15442.01953125 + + 169 + + 81 + + + 8.593999862670898 + 181 + + + + + + + 40.74812723323703 + -3.79743036814034 + + 913.5999755859375 + 15450.58984375 + + 169 + + 82 + + + 8.574999809265137 + 198 + + + + + + + 40.74816972948611 + -3.7973485607653856 + + 913.7999877929688 + 15459.1201171875 + + 169 + + 82 + + + 8.527999877929688 + 153 + + + + + + + 40.74821432121098 + -3.7972694355994463 + + 913.7999877929688 + 15467.580078125 + + 169 + + 81 + + + 8.463000297546387 + 213 + + + + + + + 40.74825975112617 + -3.79718410782516 + + 913.7999877929688 + 15476.0302734375 + + 178 + + 80 + + + 8.444000244140625 + 232 + + + + + + + 40.7483031693846 + -3.79710397683084 + + 913.7999877929688 + 15484.4501953125 + + 178 + + 80 + + + 8.425999641418457 + 183 + + + + + + + 40.748346922919154 + -3.797019235789776 + + 914.0 + 15492.8095703125 + + 178 + + 80 + + + 8.359999656677246 + 164 + + + + + + + 40.748389502987266 + -3.7969351653009653 + + 914.0 + 15501.1396484375 + + 174 + + 79 + + + 8.322999954223633 + 206 + + + + + + + 40.74842797592282 + -3.7968559563159943 + + 914.0 + 15509.4296875 + + 177 + + 79 + + + 8.295000076293945 + 163 + + + + + + + 40.748466700315475 + -3.7967773340642452 + + 914.0 + 15517.6796875 + + 177 + + 78 + + + 8.248000144958496 + 182 + + + + + + + 40.74850953184068 + -3.7966948561370373 + + 914.0 + 15525.9404296875 + + 177 + + 78 + + + 8.267000198364258 + 204 + + + + + + + 40.74854942969978 + -3.7966173235327005 + + 914.2000122070312 + 15534.1904296875 + + 177 + + 80 + + + 8.248000144958496 + 170 + + + + + + + 40.74859242886305 + -3.796535599976778 + + 914.2000122070312 + 15542.330078125 + + 177 + + 79 + + + 8.13599967956543 + 190 + + + + + + + 40.74863609857857 + -3.7964532896876335 + + 914.4000244140625 + 15550.5 + + 177 + + 76 + + + 8.173999786376953 + 252 + + + + + + + 40.74867700226605 + -3.79637542180717 + + 914.5999755859375 + 15558.76953125 + + 177 + + 78 + + + 8.267000198364258 + 199 + + + + + + + 40.74871706776321 + -3.7962995655834675 + + 914.5999755859375 + 15566.900390625 + + 177 + + 77 + + + 8.126999855041504 + 231 + + + + + + + 40.74876023456454 + -3.796218177303672 + + 914.7999877929688 + 15575.150390625 + + 177 + + 77 + + + 8.248000144958496 + 260 + + + + + + + 40.748798875138164 + -3.7961399741470814 + + 915.0 + 15583.3203125 + + 177 + + 78 + + + 8.173999786376953 + 258 + + + + + + + 40.74884011410177 + -3.7960583344101906 + + 915.0 + 15591.650390625 + + 177 + + 78 + + + 8.331999778747559 + 237 + + + + + + + 40.74888269416988 + -3.7959766946733 + + 915.2000122070312 + 15599.7900390625 + + 177 + + 78 + + + 8.13599967956543 + 177 + + + + + + + 40.74892443604767 + -3.7958955578505993 + + 915.2000122070312 + 15607.9697265625 + + 177 + + 78 + + + 8.182999610900879 + 188 + + + + + + + 40.74896391481161 + -3.795816684141755 + + 915.4000244140625 + 15616.169921875 + + 177 + + 78 + + + 8.20199966430664 + 183 + + + + + + + 40.74900490231812 + -3.7957350444048643 + + 915.2000122070312 + 15624.349609375 + + 177 + + 77 + + + 8.173999786376953 + 158 + + + + + + + 40.7490439619869 + -3.795657679438591 + + 915.2000122070312 + 15632.48046875 + + 177 + + 77 + + + 8.13599967956543 + 209 + + + + + + + 40.74908603914082 + -3.795577296987176 + + 915.2000122070312 + 15640.6396484375 + + 177 + + 76 + + + 8.154999732971191 + 201 + + + + + + + 40.74912794865668 + -3.7954973336309195 + + 915.4000244140625 + 15648.8095703125 + + 177 + + 78 + + + 8.173999786376953 + 180 + + + + + + + 40.749168349429965 + -3.7954196333885193 + + 915.4000244140625 + 15656.990234375 + + 177 + + 77 + + + 8.182999610900879 + 147 + + + + + + + 40.74920824728906 + -3.7953410111367702 + + 915.2000122070312 + 15665.1796875 + + 177 + + 78 + + + 8.182999610900879 + 133 + + + + + + + 40.7492495700717 + -3.795259790495038 + + 915.2000122070312 + 15673.3798828125 + + 177 + + 78 + + + 8.20199966430664 + 144 + + + + + + + 40.74929030612111 + -3.795179408043623 + + 915.2000122070312 + 15681.6298828125 + + 177 + + 78 + + + 8.248000144958496 + 168 + + + + + + + 40.74933087453246 + -3.7950946670025587 + + 915.2000122070312 + 15689.91015625 + + 177 + + 78 + + + 8.28600025177002 + 157 + + + + + + + 40.74937244877219 + -3.795012691989541 + + 915.4000244140625 + 15698.25 + + 177 + + 78 + + + 8.331999778747559 + 169 + + + + + + + 40.749414609745145 + -3.7949321419000626 + + 915.4000244140625 + 15706.6201171875 + + 174 + + 79 + + + 8.378999710083008 + 145 + + + + + + + 40.74945601634681 + -3.7948502507060766 + + 915.5999755859375 + 15715.0703125 + + 164 + + 81 + + + 8.444000244140625 + 143 + + + + + + + 40.74950002133846 + -3.7947645876556635 + + 915.5999755859375 + 15723.509765625 + + 173 + + 90 + + + 8.444000244140625 + 149 + + + + + + + 40.74954285286367 + -3.794683115556836 + + 915.5999755859375 + 15732.0400390625 + + 173 + + 100 + + + 8.527999877929688 + 194 + + + + + + + 40.74958694167435 + -3.7945937644690275 + + 915.4000244140625 + 15740.669921875 + + 173 + + 75 + + + 8.630999565124512 + 193 + + + + + + + 40.749629102647305 + -3.7945024017244577 + + 915.4000244140625 + 15749.400390625 + + 173 + + 75 + + + 8.723999977111816 + 145 + + + + + + + 40.74966799467802 + -3.7944132182747126 + + 915.4000244140625 + 15758.1904296875 + + 173 + + 76 + + + 8.789999961853027 + 128 + + + + + + + 40.74970646761358 + -3.7943243701010942 + + 915.4000244140625 + 15766.9599609375 + + 173 + + 78 + + + 8.770999908447266 + 134 + + + + + + + 40.74974619783461 + -3.7942306604236364 + + 915.2000122070312 + 15775.73046875 + + 173 + + 79 + + + 8.770999908447266 + 122 + + + + + + + 40.74978173710406 + -3.7941425666213036 + + 915.4000244140625 + 15784.419921875 + + 173 + + 77 + + + 8.696000099182129 + 150 + + + + + + + 40.749818198382854 + -3.794049611315131 + + 915.4000244140625 + 15793.099609375 + + 173 + + 77 + + + 8.678000450134277 + 147 + + + + + + + 40.749855916947126 + -3.793956656008959 + + 915.4000244140625 + 15801.7998046875 + + 173 + + 77 + + + 8.696000099182129 + 118 + + + + + + + 40.749893970787525 + -3.793869148939848 + + 915.5999755859375 + 15810.4501953125 + + 173 + + 77 + + + 8.649999618530273 + 149 + + + + + + + 40.74993034824729 + -3.7937836535274982 + + 915.7999877929688 + 15819.01953125 + + 173 + + 77 + + + 8.574999809265137 + 174 + + + + + + + 40.74996882118285 + -3.7936910334974527 + + 916.0 + 15827.580078125 + + 173 + + 75 + + + 8.555999755859375 + 212 + + + + + + + 40.7500041089952 + -3.793604029342532 + + 916.0 + 15836.150390625 + + 173 + + 76 + + + 8.574999809265137 + 183 + + + + + + + 40.750041492283344 + -3.793512498959899 + + 915.5999755859375 + 15844.7802734375 + + 173 + + 75 + + + 8.630999565124512 + 187 + + + + + + + 40.75007954612374 + -3.7934195436537266 + + 915.5999755859375 + 15853.5 + + 173 + + 76 + + + 8.71500015258789 + 156 + + + + + + + 40.750117264688015 + -3.7933286000043154 + + 915.4000244140625 + 15862.3095703125 + + 173 + + 77 + + + 8.807999610900879 + 158 + + + + + + + 40.75015498325229 + -3.7932369858026505 + + 915.4000244140625 + 15871.2099609375 + + 173 + + 75 + + + 8.901000022888184 + 150 + + + + + + + 40.75019563548267 + -3.793140174821019 + + 915.5999755859375 + 15880.2001953125 + + 173 + + 78 + + + 8.994999885559082 + 146 + + + + + + + 40.750232096761465 + -3.7930469680577517 + + 915.7999877929688 + 15889.259765625 + + 173 + + 77 + + + 9.050999641418457 + 159 + + + + + + + 40.75026981532574 + -3.792950827628374 + + 915.7999877929688 + 15898.1396484375 + + 168 + + 86 + + + 8.883000373840332 + 150 + + + + + + + 40.75030921027064 + -3.7928558606654406 + + 915.7999877929688 + 15907.2099609375 + + 168 + + 85 + + + 9.069000244140625 + 184 + + + + + + + 40.7503460906446 + -3.7927618995308876 + + 915.7999877929688 + 15916.1796875 + + 168 + + 78 + + + 8.97599983215332 + 182 + + + + + + + 40.750382132828236 + -3.792669279500842 + + 915.7999877929688 + 15925.1796875 + + 168 + + 77 + + + 8.994999885559082 + 134 + + + + + + + 40.75041985139251 + -3.792572719976306 + + 915.7999877929688 + 15934.1396484375 + + 168 + + 79 + + + 8.956999778747559 + 142 + + + + + + + 40.75045580975711 + -3.7924791779369116 + + 915.7999877929688 + 15943.0400390625 + + 168 + + 78 + + + 8.901000022888184 + 166 + + + + + + + 40.75049361214042 + -3.7923784274607897 + + 915.7999877929688 + 15951.9404296875 + + 168 + + 78 + + + 8.901000022888184 + 145 + + + + + + + 40.750527726486325 + -3.7922819517552853 + + 915.7999877929688 + 15960.9697265625 + + 167 + + 85 + + + 9.031999588012695 + 143 + + + + + + + 40.75055790133774 + -3.7921897508203983 + + 915.5999755859375 + 15970.01953125 + + 167 + + 81 + + + 9.050999641418457 + 162 + + + + + + + 40.75058908201754 + -3.7920966278761625 + + 915.2000122070312 + 15979.0498046875 + + 167 + + 78 + + + 9.031999588012695 + 107 + + + + + + + 40.75062084943056 + -3.7919971346855164 + + 915.2000122070312 + 15988.1103515625 + + 167 + + 81 + + + 9.050999641418457 + 128 + + + + + + + 40.75064624659717 + -3.791899820789695 + + 915.2000122070312 + 15997.080078125 + + 178 + + 78 + + + 8.97599983215332 + 112 + + + + + + + 40.75066803954542 + -3.791796723380685 + + 915.4000244140625 + 16005.9296875 + + 178 + + 78 + + + 8.845000267028809 + 138 + + + + + + + 40.750690419226885 + -3.7916926201432943 + + 915.4000244140625 + 16014.650390625 + + 178 + + 78 + + + 8.723999977111816 + 186 + + + + + + + 40.75070735067129 + -3.791594384238124 + + 915.4000244140625 + 16023.2802734375 + + 178 + + 76 + + + 8.630999565124512 + 202 + + + + + + + 40.75072285719216 + -3.7914954777806997 + + 915.5999755859375 + 16031.91015625 + + 178 + + 75 + + + 8.630999565124512 + 167 + + + + + + + 40.750740207731724 + -3.7913921289145947 + + 915.7999877929688 + 16040.5400390625 + + 178 + + 75 + + + 8.630999565124512 + 175 + + + + + + + 40.750754456967115 + -3.791290959343314 + + 916.0 + 16049.23046875 + + 178 + + 75 + + + 8.687000274658203 + 197 + + + + + + + 40.75076753273606 + -3.791186772286892 + + 916.0 + 16058.01953125 + + 178 + + 76 + + + 8.789999961853027 + 176 + + + + + + + 40.75078287161887 + -3.791081579402089 + + 916.0 + 16066.6904296875 + + 178 + + 77 + + + 8.668000221252441 + 150 + + + + + + + 40.7507967017591 + -3.790978481993079 + + 916.0 + 16075.4404296875 + + 178 + + 77 + + + 8.751999855041504 + 199 + + + + + + + 40.75080801732838 + -3.7908761389553547 + + 915.7999877929688 + 16084.33984375 + + 178 + + 77 + + + 8.901000022888184 + 145 + + + + + + + 40.75081975199282 + -3.79076742567122 + + 915.7999877929688 + 16093.1103515625 + + 178 + + 78 + + + 8.770999908447266 + 128 + + + + + + + 40.75083048082888 + -3.7906658370047808 + + 915.7999877929688 + 16101.8798828125 + + 178 + + 78 + + + 8.770999908447266 + 129 + + + + + + + 40.75084062293172 + -3.790559386834502 + + 916.0 + 16110.73046875 + + 170 + + 75 + + + 8.845000267028809 + 129 + + + + + + + 40.750851938501 + -3.790453188121319 + + 916.0 + 16119.5595703125 + + 170 + + 78 + + + 8.82699966430664 + 138 + + + + + + + 40.750863840803504 + -3.7903508450835943 + + 916.0 + 16128.400390625 + + 170 + + 80 + + + 8.845000267028809 + 129 + + + + + + + 40.75087641365826 + -3.7902464903891087 + + 915.7999877929688 + 16137.2802734375 + + 170 + + 78 + + + 8.883000373840332 + 120 + + + + + + + 40.75088898651302 + -3.7901360169053078 + + 915.7999877929688 + 16146.2197265625 + + 170 + + 78 + + + 8.939000129699707 + 102 + + + + + + + 40.750898625701666 + -3.7900330033153296 + + 915.7999877929688 + 16155.16015625 + + 170 + + 75 + + + 8.939000129699707 + 109 + + + + + + + 40.750912707298994 + -3.7899252120405436 + + 916.0 + 16164.1396484375 + + 170 + + 78 + + + 8.97599983215332 + 73 + + + + + + + 40.750926453620195 + -3.7898191809654236 + + 916.2000122070312 + 16173.08984375 + + 170 + + 80 + + + 8.956999778747559 + 3 + + + + + + + 40.75094229541719 + -3.78972128033638 + + 916.4000244140625 + 16182.009765625 + + 170 + + 0 + + + 8.920000076293945 + 0 + + + + + + + 40.75095905922353 + -3.789622373878956 + + 916.5999755859375 + 16190.8798828125 + + 170 + + 0 + + + 8.86400032043457 + 0 + + + + + + + 40.750972302630544 + -3.7895194441080093 + + 916.4000244140625 + 16199.5703125 + + 170 + + 0 + + + 8.687000274658203 + 0 + + + + + + + 40.75098236091435 + -3.7894204538315535 + + 916.0 + 16208.150390625 + + 170 + + 0 + + + 8.583999633789062 + 0 + + + + + + + 8.86400032043457 + 82 + 2511 + 151 + 337 + + + + + 514.0 + 1274.05 + 8.71500015258789 + 17 + + 140 + + + 170 + + Active + 177 + Manual + + + + + 40.75098236091435 + -3.7894204538315535 + + 916.0 + 16208.150390625 + + 170 + + 0 + + + 8.583999633789062 + 0 + + + + + + + 40.75099476613104 + -3.7893181946128607 + + 916.0 + 16216.66015625 + + 170 + + 0 + + + 8.510000228881836 + 0 + + + + + + + 40.75100541114807 + -3.7892224732786417 + + 916.0 + 16225.0703125 + + 170 + + 0 + + + 8.416000366210938 + 0 + + + + + + + 40.751011027023196 + -3.7891389057040215 + + 915.5999755859375 + 16233.0302734375 + + 170 + + 0 + + + 7.959000110626221 + 0 + + + + + + + 40.75101714581251 + -3.7890632171183825 + + 915.2000122070312 + 16240.2099609375 + + 170 + + 0 + + + 7.175000190734863 + 0 + + + + + + + 40.751024102792144 + -3.788985935971141 + + 914.5999755859375 + 16246.7998046875 + + 161 + + 0 + + + 6.586999893188477 + 0 + + + + + + + 40.75103265233338 + -3.7889151088893414 + + 914.5999755859375 + 16253.240234375 + + 161 + + 0 + + + 6.447999954223633 + 0 + + + + + + + 40.75104405172169 + -3.788846042007208 + + 914.5999755859375 + 16259.599609375 + + 161 + + 0 + + + 6.354000091552734 + 0 + + + + + + + 40.75105813331902 + -3.7887768913060427 + + 914.4000244140625 + 16265.650390625 + + 161 + + 0 + + + 6.056000232696533 + 0 + + + + + + + 40.75107556767762 + -3.7887121830135584 + + 914.4000244140625 + 16271.91015625 + + 161 + + 0 + + + 6.251999855041504 + 0 + + + + + + + 40.7510971929878 + -3.788648396730423 + + 914.4000244140625 + 16278.1796875 + + 161 + + 0 + + + 6.269999980926514 + 0 + + + + + + + 40.75112401507795 + -3.7885867059230804 + + 914.2000122070312 + 16284.490234375 + + 161 + + 0 + + + 6.316999912261963 + 0 + + + + + + + 40.75115737505257 + -3.7885266076773405 + + 914.2000122070312 + 16290.8095703125 + + 161 + + 0 + + + 6.316999912261963 + 17 + + + + + + + 40.7511939201504 + -3.78846256993711 + + 914.0 + 16297.2197265625 + + 161 + + 0 + + + 6.409999847412109 + 13 + + + + + + + 40.75123155489564 + -3.7884028907865286 + + 914.0 + 16303.650390625 + + 161 + + 0 + + + 6.428999900817871 + 0 + + + + + + + 40.75126809999347 + -3.7883451394736767 + + 913.7999877929688 + 16310.01953125 + + 161 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.75130380690098 + -3.7882874719798565 + + 913.7999877929688 + 16316.4296875 + + 161 + + 0 + + + 6.409999847412109 + 0 + + + + + + + 40.75134135782719 + -3.7882271222770214 + + 913.7999877929688 + 16322.8203125 + + 161 + + 0 + + + 6.392000198364258 + 0 + + + + + + + 40.75137723237276 + -3.788168029859662 + + 913.5999755859375 + 16329.2001953125 + + 161 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.7514130230993 + -3.7881087698042393 + + 913.4000244140625 + 16335.4697265625 + + 161 + + 0 + + + 6.269999980926514 + 42 + + + + + + + 40.751445796340704 + -3.7880513537675142 + + 913.2000122070312 + 16341.7001953125 + + 161 + + 85 + + + 6.232999801635742 + 0 + + + + + + + 40.7514753844589 + -3.787998128682375 + + 913.0 + 16347.6796875 + + 161 + + 0 + + + 5.980999946594238 + 0 + + + + + + + 40.75150463730097 + -3.7879481725394726 + + 913.0 + 16353.330078125 + + 161 + + 0 + + + 5.6539998054504395 + 0 + + + + + + + 40.75153363868594 + -3.7878998927772045 + + 913.0 + 16358.8701171875 + + 161 + + 0 + + + 5.5329999923706055 + 0 + + + + + + + 40.75155216269195 + -3.7878533732146025 + + 913.2000122070312 + 16363.9501953125 + + 154 + + 0 + + + 5.085000038146973 + 0 + + + + + + + 40.75155844911933 + -3.7878015730530024 + + 913.2000122070312 + 16368.669921875 + + 154 + + 0 + + + 4.711999893188477 + 0 + + + + + + + 40.75155375525355 + -3.7877517845481634 + + 913.2000122070312 + 16373.3095703125 + + 154 + + 0 + + + 4.646999835968018 + 0 + + + + + + + 40.75153640471399 + -3.787715071812272 + + 913.4000244140625 + 16377.830078125 + + 154 + + 0 + + + 4.515999794006348 + 0 + + + + + + + 40.75151025317609 + -3.787684813141823 + + 913.2000122070312 + 16381.990234375 + + 154 + + 0 + + + 4.160999774932861 + 0 + + + + + + + 40.75147848576307 + -3.7876525428146124 + + 913.2000122070312 + 16385.880859375 + + 154 + + 0 + + + 3.8910000324249268 + 0 + + + + + + + 40.751446802169085 + -3.787617590278387 + + 913.0 + 16390.029296875 + + 154 + + 0 + + + 4.1519999504089355 + 0 + + + + + + + 40.751411095261574 + -3.7875753454864025 + + 912.4000244140625 + 16394.75 + + 160 + + 0 + + + 4.7210001945495605 + 0 + + + + + + + 40.75137287378311 + -3.787531675770879 + + 912.2000122070312 + 16399.869140625 + + 160 + + 0 + + + 5.11299991607666 + 0 + + + + + + + 40.7513353228569 + -3.7874896824359894 + + 912.2000122070312 + 16405.259765625 + + 157 + + 0 + + + 5.39300012588501 + 0 + + + + + + + 40.75129693374038 + -3.7874476891011 + + 912.2000122070312 + 16410.7890625 + + 154 + + 0 + + + 5.5329999923706055 + 0 + + + + + + + 40.75125737115741 + -3.7874034326523542 + + 912.2000122070312 + 16416.4296875 + + 154 + + 0 + + + 5.636000156402588 + 0 + + + + + + + 40.75122040696442 + -3.787360182031989 + + 911.7999877929688 + 16422.08984375 + + 154 + + 0 + + + 5.664000034332275 + 0 + + + + + + + 40.75118092820048 + -3.78731332719326 + + 911.7999877929688 + 16427.810546875 + + 154 + + 0 + + + 5.71999979019165 + 0 + + + + + + + 40.75114111416042 + -3.7872658018022776 + + 911.7999877929688 + 16433.5390625 + + 154 + + 0 + + + 5.729000091552734 + 0 + + + + + + + 40.75110046193004 + -3.787222970277071 + + 911.5999755859375 + 16439.220703125 + + 148 + + 0 + + + 5.682000160217285 + 0 + + + + + + + 40.751059893518686 + -3.7871839106082916 + + 911.5999755859375 + 16444.859375 + + 148 + + 0 + + + 5.636000156402588 + 0 + + + + + + + 40.75101655907929 + -3.787142336368561 + + 911.5999755859375 + 16450.490234375 + + 148 + + 0 + + + 5.625999927520752 + 53 + + + + + + + 40.750975236296654 + -3.787101348862052 + + 911.4000244140625 + 16456.220703125 + + 148 + + 147 + + + 5.729000091552734 + 46 + + + + + + + 40.75093173421919 + -3.7870591040700674 + + 911.4000244140625 + 16462.01953125 + + 148 + + 72 + + + 5.803999900817871 + 29 + + + + + + + 40.75088672339916 + -3.7870187032967806 + + 911.4000244140625 + 16467.779296875 + + 148 + + 173 + + + 5.756999969482422 + 2 + + + + + + + 40.75084171257913 + -3.786983247846365 + + 911.2000122070312 + 16473.5 + + 148 + + 0 + + + 5.729000091552734 + 0 + + + + + + + 40.75079636648297 + -3.7869518157094717 + + 911.2000122070312 + 16479.119140625 + + 148 + + 0 + + + 5.617000102996826 + 0 + + + + + + + 40.75074582360685 + -3.7869259156286716 + + 911.2000122070312 + 16484.810546875 + + 148 + + 0 + + + 5.691999912261963 + 0 + + + + + + + 40.7506983820349 + -3.7869068048894405 + + 911.2000122070312 + 16490.41015625 + + 148 + + 0 + + + 5.5980000495910645 + 0 + + + + + + + 40.750650353729725 + -3.786890208721161 + + 911.0 + 16495.80078125 + + 148 + + 0 + + + 5.383999824523926 + 0 + + + + + + + 40.75060651637614 + -3.7868753727525473 + + 910.7999877929688 + 16501.0390625 + + 148 + + 0 + + + 5.24399995803833 + 0 + + + + + + + 40.750566367059946 + -3.7868653144687414 + + 910.7999877929688 + 16505.9609375 + + 145 + + 0 + + + 4.916999816894531 + 0 + + + + + + + 40.750531665980816 + -3.786860704421997 + + 910.5999755859375 + 16510.44921875 + + 145 + + 0 + + + 4.497000217437744 + 0 + + + + + + + 40.75049579143524 + -3.7868599500507116 + + 910.5999755859375 + 16514.470703125 + + 145 + + 0 + + + 4.01200008392334 + 0 + + + + + + + 40.750462766736746 + -3.7868668232113123 + + 910.5999755859375 + 16518.310546875 + + 145 + + 0 + + + 3.8440001010894775 + 0 + + + + + + + 40.75042940676212 + -3.7868832517415285 + + 910.4000244140625 + 16522.189453125 + + 145 + + 0 + + + 3.881999969482422 + 0 + + + + + + + 40.750398645177484 + -3.786903452128172 + + 910.4000244140625 + 16526.08984375 + + 145 + + 0 + + + 3.9000000953674316 + 0 + + + + + + + 40.75036863796413 + -3.7869183719158173 + + 910.4000244140625 + 16529.83984375 + + 145 + + 0 + + + 3.750999927520752 + 0 + + + + + + + 40.750336702913046 + -3.786919629201293 + + 910.4000244140625 + 16533.609375 + + 145 + + 0 + + + 3.7699999809265137 + 0 + + + + + + + 40.7503061927855 + -3.7869006861001253 + + 910.4000244140625 + 16537.349609375 + + 151 + + 0 + + + 3.7320001125335693 + 37 + + + + + + + 40.750280963256955 + -3.786868331953883 + + 910.4000244140625 + 16541.26953125 + + 151 + + 95 + + + 3.927999973297119 + 103 + + + + + + + 40.75025741010904 + -3.7868294399231672 + + 910.2000122070312 + 16545.2890625 + + 151 + + 65 + + + 4.01200008392334 + 87 + + + + + + + 40.75023243203759 + -3.786789793521166 + + 910.2000122070312 + 16549.490234375 + + 151 + + 50 + + + 4.198999881744385 + 63 + + + + + + + 40.75020384974778 + -3.7867578584700823 + + 910.0 + 16553.810546875 + + 157 + + 38 + + + 4.320000171661377 + 0 + + + + + + + 40.75017224997282 + -3.7867324613034725 + + 910.0 + 16558.25 + + 161 + + 0 + + + 4.440999984741211 + 0 + + + + + + + 40.75013763271272 + -3.7867156974971294 + + 909.5999755859375 + 16562.76953125 + + 161 + + 0 + + + 4.525000095367432 + 0 + + + + + + + 40.750106032937765 + -3.786700861528516 + + 909.4000244140625 + 16567.4609375 + + 161 + + 0 + + + 4.684000015258789 + 0 + + + + + + + 40.75007242150605 + -3.786685187369585 + + 909.4000244140625 + 16571.7890625 + + 161 + + 0 + + + 4.328999996185303 + 0 + + + + + + + 40.75003948062658 + -3.786669010296464 + + 909.4000244140625 + 16575.849609375 + + 161 + + 0 + + + 4.067999839782715 + 0 + + + + + + + 40.75000989250839 + -3.786649564281106 + + 909.2000122070312 + 16579.859375 + + 161 + + 0 + + + 4.002999782562256 + 0 + + + + + + + 40.7499834895134 + -3.7866273522377014 + + 909.2000122070312 + 16583.759765625 + + 161 + + 0 + + + 3.9000000953674316 + 0 + + + + + + + 40.749958930537105 + -3.7866040505468845 + + 909.2000122070312 + 16587.26953125 + + 161 + + 0 + + + 3.5179998874664307 + 0 + + + + + + + 40.749939903616905 + -3.7865846045315266 + + 909.0 + 16590.41015625 + + 161 + + 0 + + + 3.134999990463257 + 0 + + + + + + + 40.74992221780121 + -3.7865696847438812 + + 909.0 + 16593.130859375 + + 161 + + 0 + + + 2.7249999046325684 + 0 + + + + + + + 40.74990998022258 + -3.7865577824413776 + + 909.0 + 16595.41015625 + + 161 + + 0 + + + 2.2769999504089355 + 0 + + + + + + + 40.74990360997617 + -3.786551244556904 + + 909.0 + 16597.150390625 + + 161 + + 0 + + + 1.7359999418258667 + 0 + + + + + + + 40.74990109540522 + -3.786551160737872 + + 909.0 + 16598.880859375 + + 152 + + 0 + + + 1.7359999418258667 + 0 + + + + + + + 40.74990109540522 + -3.786553256213665 + + 909.2000122070312 + 16598.880859375 + + 152 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499023526907 + -3.7865545134991407 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.74990461580455 + -3.786558285355568 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.74990696273744 + -3.7865639850497246 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499124109745 + -3.7865763902664185 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991710484028 + -3.786590304225683 + + 909.0 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.749919870868325 + -3.786603296175599 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.749920373782516 + -3.786610085517168 + + 909.2000122070312 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.749919367954135 + -3.786620646715164 + + 909.4000244140625 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991945177317 + -3.7866320461034775 + + 909.4000244140625 + 16598.880859375 + + 144 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991903267801 + -3.7866405118256807 + + 909.5999755859375 + 16598.880859375 + + 135 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991811066866 + -3.786644618958235 + + 909.7999877929688 + 16598.880859375 + + 135 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499176915735 + -3.786646630614996 + + 909.7999877929688 + 16598.880859375 + + 135 + + 0 + + + 0.0 + 0 + + + + + + + 40.749916937202215 + -3.786647468805313 + + 909.5999755859375 + 16598.880859375 + + 135 + + 0 + + + 0.0 + 0 + + + + + + + 40.749917859211564 + -3.786649899557233 + + 909.5999755859375 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749917356297374 + -3.7866502348333597 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991718865931 + -3.78665073774755 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749915931373835 + -3.7866503186523914 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749916015192866 + -3.7866503186523914 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.786650151014328 + + 909.2000122070312 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.786650151014328 + + 909.2000122070312 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866502348333597 + + 909.2000122070312 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866503186523914 + + 909.2000122070312 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.786650402471423 + + 909.2000122070312 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.786650402471423 + + 909.0 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.749915931373835 + -3.78665073774755 + + 909.0 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.749915931373835 + -3.78665073774755 + + 909.2000122070312 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866508215665817 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.786650989204645 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866509053856134 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866509053856134 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786650989204645 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991567991674 + -3.7866509053856134 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786651073023677 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786651073023677 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991567991674 + -3.7866511568427086 + + 909.2000122070312 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866511568427086 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.749915931373835 + -3.7866514082998037 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786651324480772 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866514082998037 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866514082998037 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866514921188354 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786651575937867 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.786651575937867 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866517435759306 + + 909.5999755859375 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866517435759306 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991576373577 + -3.7866518273949623 + + 909.4000244140625 + 16598.880859375 + 0 + + + 0.0 + 0 + + + + + + + 40.74991567991674 + -3.7866518273949623 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991567991674 + -3.786651911213994 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991567991674 + -3.786651911213994 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991559609771 + -3.786652162671089 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.7499158475548 + -3.7866519950330257 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74991718865931 + -3.786651073023677 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749917859211564 + -3.786650989204645 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74992506764829 + -3.7866517435759306 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749929677695036 + -3.786655180156231 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74993076734245 + -3.786659287288785 + + 909.5999755859375 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749933114275336 + -3.786662556231022 + + 909.5999755859375 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749935461208224 + -3.786665154621005 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74993814341724 + -3.7866668310016394 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.749939400702715 + -3.786665992811322 + + 909.4000244140625 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.74993923306465 + -3.7866668310016394 + + 909.2000122070312 + 16598.880859375 + + 141 + + 0 + + + 0.0 + 0 + + + + + + + 40.750163616612554 + -3.7868146039545536 + + 909.5999755859375 + 16601.1796875 + 34 + + + 2.2950000762939453 + + + + + + + 40.750187085941434 + -3.786815693601966 + + 909.5999755859375 + 16603.51953125 + 0 + + + 2.3420000076293945 + 108 + + + + + + + 40.750209633260965 + -3.7868134304881096 + + 909.5999755859375 + 16605.9609375 + 31 + + + 2.444999933242798 + 94 + + + + + + + 40.75023444369435 + -3.786810915917158 + + 909.5999755859375 + 16608.640625 + 36 + + + 2.677999973297119 + 121 + + + + + + + 40.75026269070804 + -3.786807479336858 + + 909.4000244140625 + 16611.669921875 + 48 + + + 3.0320000648498535 + 178 + + + + + + + 40.75029110535979 + -3.786799181252718 + + 909.7999877929688 + 16614.939453125 + 42 + + + 3.2660000324249268 + 146 + + + + + + + 40.75032530352473 + -3.786789709702134 + + 910.0 + 16618.33984375 + 35 + + + 3.4059998989105225 + 146 + + + + + + + 40.750362602993846 + -3.786781243979931 + + 910.2000122070312 + 16621.900390625 + 31 + + + 3.555000066757202 + 131 + + + + + + + 40.75039881281555 + -3.7867795675992966 + + 910.5999755859375 + 16625.7890625 + 0 + + + 3.8910000324249268 + 152 + + + + + + + 40.75043510645628 + -3.78679390065372 + + 910.4000244140625 + 16629.9609375 + 30 + + + 4.171000003814697 + 149 + + + + + + + 40.75047173537314 + -3.786818375810981 + + 910.2000122070312 + 16634.2890625 + 32 + + + 4.328999996185303 + 100 + + + + + + + 40.75050501152873 + -3.7868438567966223 + + 910.2000122070312 + 16638.849609375 + 36 + + + 4.563000202178955 + 127 + + + + + + + 40.750543400645256 + -3.786871936172247 + + 910.2000122070312 + 16643.619140625 + 38 + + + 4.76800012588501 + 168 + + + + + + + 40.75058455578983 + -3.786897836253047 + + 910.2000122070312 + 16648.41015625 + 41 + + + 4.7870001792907715 + 139 + + + + + + + 40.75062705203891 + -3.7869214732199907 + + 910.4000244140625 + 16653.26953125 + + 105 + + 45 + + + 4.861000061035156 + 292 + + + + + + + 40.75067256577313 + -3.7869409192353487 + + 910.4000244140625 + 16658.470703125 + + 105 + + 46 + + + 5.197000026702881 + 252 + + + + + + + 40.7507208455354 + -3.786961790174246 + + 910.4000244140625 + 16663.859375 + + 105 + + 47 + + + 5.39300012588501 + 315 + + + + + + + 40.750767616555095 + -3.7869830802083015 + + 910.5999755859375 + 16669.640625 + + 105 + + 47 + + + 5.776000022888184 + 245 + + + + + + + 40.75081832706928 + -3.7870104890316725 + + 910.5999755859375 + 16675.55078125 + + 105 + + 49 + + + 5.915999889373779 + 250 + + + + + + + 40.750869791954756 + -3.787044854834676 + + 910.7999877929688 + 16681.7109375 + + 105 + + 52 + + + 6.1579999923706055 + 276 + + + + + + + 40.75091782025993 + -3.7870788853615522 + + 910.7999877929688 + 16688.0390625 + + 105 + + 54 + + + 6.326000213623047 + 127 + + + + + + + 40.750961154699326 + -3.7871167715638876 + + 911.0 + 16694.0 + + 105 + + 177 + + + 5.961999893188477 + 4 + + + + + + + 40.751004572957754 + -3.787157256156206 + + 911.2000122070312 + 16699.689453125 + + 105 + + 0 + + + 5.691999912261963 + 18 + + + + + + + 40.751044135540724 + -3.7871922086924314 + + 911.4000244140625 + 16705.150390625 + + 105 + + 0 + + + 5.458000183105469 + 18 + + + + + + + 40.75108487159014 + -3.7872316036373377 + + 911.4000244140625 + 16710.41015625 + + 105 + + 0 + + + 5.263000011444092 + 19 + + + + + + + 40.75111957266927 + -3.7872682325541973 + + 911.4000244140625 + 16715.48046875 + + 105 + + 75 + + + 5.066999912261963 + 0 + + + + + + + 40.75115108862519 + -3.7873035203665495 + + 911.5999755859375 + 16720.330078125 + + 105 + + 0 + + + 4.8520002365112305 + 0 + + + + + + + 40.75117967091501 + -3.7873359583318233 + + 911.4000244140625 + 16724.94921875 + 0 + + + 4.61899995803833 + 0 + + + + + + + 40.75121344998479 + -3.7873703241348267 + + 911.4000244140625 + 16729.41015625 + 0 + + + 4.460000038146973 + 95 + + + + + + + 40.75124345719814 + -3.7874012533575296 + + 911.4000244140625 + 16733.7890625 + 74 + + + 4.385000228881836 + 129 + + + + + + + 40.75127807445824 + -3.787433775141835 + + 911.5999755859375 + 16738.2890625 + 69 + + + 4.497000217437744 + 123 + + + + + + + 40.751312021166086 + -3.787465374916792 + + 911.7999877929688 + 16742.759765625 + 78 + + + 4.468999862670898 + 126 + + + + + + + 40.751343285664916 + -3.7874972261488438 + + 912.0 + 16747.240234375 + 109 + + + 4.479000091552734 + 147 + + + + + + + 40.75137278996408 + -3.78752832300961 + + 912.2000122070312 + 16751.740234375 + 65 + + + 4.497000217437744 + 150 + + + + + + + 40.75140464119613 + -3.7875632755458355 + + 912.0 + 16756.240234375 + 56 + + + 4.506999969482422 + 135 + + + + + + + 40.751435151323676 + -3.7875983957201242 + + 912.0 + 16760.630859375 + 65 + + + 4.385000228881836 + 138 + + + + + + + 40.75146331451833 + -3.7876319233328104 + + 912.2000122070312 + 16764.919921875 + 64 + + + 4.291999816894531 + 194 + + + + + + + 40.75149164535105 + -3.787661176174879 + + 912.2000122070312 + 16769.240234375 + + 105 + + 53 + + + 4.320000171661377 + 197 + + + + + + + 40.751520060002804 + -3.7876895908266306 + + 912.2000122070312 + 16773.259765625 + + 105 + + 53 + + + 4.021999835968018 + 163 + + + + + + + 40.751545540988445 + -3.787713563069701 + + 912.4000244140625 + 16777.009765625 + + 105 + + 52 + + + 3.750999927520752 + 144 + + + + + + + 40.75157328508794 + -3.787726555019617 + + 912.5999755859375 + 16780.439453125 + + 105 + + 48 + + + 3.4240000247955322 + 141 + + + + + + + 40.75160438194871 + -3.7877322547137737 + + 913.0 + 16783.8203125 + + 105 + + 46 + + + 3.38700008392334 + 190 + + + + + + + 40.751641262322664 + -3.7877338472753763 + + 913.0 + 16787.2890625 + 43 + + + 3.4619998931884766 + 190 + + + + + + + 40.75167512521148 + -3.7877252139151096 + + 913.2000122070312 + 16790.990234375 + 43 + + + 3.7039999961853027 + 196 + + + + + + + 40.751700941473246 + -3.787697972729802 + + 913.2000122070312 + 16795.029296875 + 45 + + + 4.039999961853027 + 200 + + + + + + + 40.751721980050206 + -3.7876552250236273 + + 913.4000244140625 + 16799.05078125 + 49 + + + 4.021999835968018 + 164 + + + + + + + 40.75174268335104 + -3.7876026704907417 + + 913.4000244140625 + 16803.490234375 + 51 + + + 4.432000160217285 + 158 + + + + + + + 40.75176506303251 + -3.7875512056052685 + + 913.5999755859375 + 16808.259765625 + 55 + + + 4.7769999504089355 + 131 + + + + + + + 40.75179138220847 + -3.787497393786907 + + 913.4000244140625 + 16813.30078125 + 59 + + + 5.039000034332275 + 126 + + + + + + + 40.75182130560279 + -3.787445006892085 + + 913.4000244140625 + 16818.51953125 + 62 + + + 5.216000080108643 + 117 + + + + + + + 40.751851899549365 + -3.787394715473056 + + 913.2000122070312 + 16823.869140625 + 65 + + + 5.355999946594238 + 91 + + + + + + + 40.75188249349594 + -3.78734459169209 + + 913.0 + 16829.26953125 + 66 + + + 5.39300012588501 + 75 + + + + + + + 40.75191426090896 + -3.7872906122356653 + + 913.0 + 16834.740234375 + 67 + + + 5.4770002365112305 + 85 + + + + + + + 40.75194586068392 + -3.7872396502643824 + + 913.0 + 16840.26953125 + 67 + + + 5.52400016784668 + 83 + + + + + + + 40.75198072940111 + -3.7871872633695602 + + 913.0 + 16845.859375 + 67 + + + 5.5980000495910645 + 74 + + + + + + + 40.75201258063316 + -3.787134876474738 + + 913.2000122070312 + 16851.509765625 + 71 + + + 5.644999980926514 + 79 + + + + + + + 40.752044348046184 + -3.7870914582163095 + + 913.4000244140625 + 16857.0390625 + 68 + + + 5.5329999923706055 + 84 + + + + + + + 40.75207695364952 + -3.787050051614642 + + 913.4000244140625 + 16862.619140625 + 78 + + + 5.579999923706055 + 66 + + + + + + + 40.75211014598608 + -3.7870049569755793 + + 913.2000122070312 + 16868.1796875 + 92 + + + 5.560999870300293 + 88 + + + + + + + 40.75214635580778 + -3.786962376907468 + + 913.4000244140625 + 16873.779296875 + 59 + + + 5.5980000495910645 + 138 + + + + + + + 40.75218256562948 + -3.7869139295071363 + + 913.5999755859375 + 16879.48046875 + 56 + + + 5.701000213623047 + 122 + + + + + + + 40.75221508741379 + -3.7868632189929485 + + 913.7999877929688 + 16885.2109375 + 71 + + + 5.729000091552734 + 101 + + + + + + + 40.75224702246487 + -3.7868102453649044 + + 913.5999755859375 + 16890.970703125 + 70 + + + 5.756999969482422 + 88 + + + + + + + 40.752278538420796 + -3.7867586128413677 + + 913.5999755859375 + 16896.849609375 + 72 + + + 5.877999782562256 + 83 + + + + + + + 40.752309802919626 + -3.7866991851478815 + + 913.7999877929688 + 16902.6796875 + 72 + + + 5.831999778747559 + 102 + + + + + + + 40.752342492341995 + -3.7866488937288523 + + 913.7999877929688 + 16908.58984375 + 71 + + + 5.915999889373779 + 92 + + + + + + + 40.752375265583396 + -3.786590890958905 + + 913.7999877929688 + 16914.509765625 + 99 + + + 5.915999889373779 + 82 + + + + + + + 40.75240912847221 + -3.7865372467786074 + + 913.5999755859375 + 16920.359375 + 141 + + + 5.849999904632568 + 55 + + + + + + + 40.75243846513331 + -3.7864788249135017 + + 913.5999755859375 + 16926.130859375 + 96 + + + 5.765999794006348 + 68 + + + + + + + 40.752466544508934 + -3.78642107360065 + + 913.7999877929688 + 16931.849609375 + 87 + + + 5.71999979019165 + 99 + + + + + + + 40.75249227695167 + -3.786358293145895 + + 914.0 + 16937.51953125 + 88 + + + 5.672999858856201 + 94 + + + + + + + 40.752520356327295 + -3.7863022182136774 + + 914.0 + 16943.19921875 + 73 + + + 5.682000160217285 + 92 + + + + + + + 40.752552123740315 + -3.7862532678991556 + + 914.0 + 16948.75 + 72 + + + 5.552000045776367 + 98 + + + + + + + 40.75258296914399 + -3.7862060777843 + + 914.4000244140625 + 16954.330078125 + 71 + + + 5.579999923706055 + 136 + + + + + + + 40.75261289253831 + -3.7861549481749535 + + 914.4000244140625 + 16959.939453125 + 69 + + + 5.607999801635742 + 154 + + + + + + + 40.752641977742314 + -3.7861049082130194 + + 914.4000244140625 + 16965.650390625 + 69 + + + 5.710000038146973 + 143 + + + + + + + 40.75267634354532 + -3.7860531080514193 + + 914.7999877929688 + 16971.439453125 + 71 + + + 5.784999847412109 + 159 + + + + + + + 40.75271003879607 + -3.7860029004514217 + + 915.0 + 16977.150390625 + 72 + + + 5.710000038146973 + 116 + + + + + + + 40.752745578065515 + -3.785955123603344 + + 915.0 + 16982.650390625 + + 97 + + 70 + + + 5.505000114440918 + 131 + + + + + + + 40.75277918949723 + -3.7859030719846487 + + 915.0 + 16988.220703125 + + 97 + + 68 + + + 5.570000171661377 + 124 + + + + + + + 40.75280827470124 + -3.7858510203659534 + + 915.0 + 16993.779296875 + + 97 + + 68 + + + 5.560999870300293 + 134 + + + + + + + 40.75283668935299 + -3.7857974600046873 + + 915.0 + 16999.359375 + + 108 + + 69 + + + 5.579999923706055 + 182 + + + + + + + 40.75286904349923 + -3.7857400439679623 + + 915.0 + 17005.01953125 + + 108 + + 69 + + + 5.6539998054504395 + 213 + + + + + + + 40.75289695523679 + -3.7856838013976812 + + 915.2000122070312 + 17010.740234375 + + 108 + + 70 + + + 5.71999979019165 + 159 + + + + + + + 40.752924866974354 + -3.785625798627734 + + 915.4000244140625 + 17016.529296875 + + 108 + + 70 + + + 5.794000148773193 + 130 + + + + + + + 40.752953784540296 + -3.785567879676819 + + 915.5999755859375 + 17022.25 + + 108 + + 71 + + + 5.71999979019165 + 118 + + + + + + + 40.752983037382364 + -3.785513984039426 + + 915.7999877929688 + 17027.890625 + + 108 + + 71 + + + 5.636000156402588 + 120 + + + + + + + 40.753014804795384 + -3.7854599207639694 + + 916.0 + 17033.490234375 + + 108 + + 70 + + + 5.5980000495910645 + 203 + + + + + + + 40.75304573401809 + -3.785404097288847 + + 915.7999877929688 + 17039.16015625 + + 108 + + 70 + + + 5.672999858856201 + 171 + + + + + + + 40.75307599268854 + -3.785350788384676 + + 915.5999755859375 + 17044.859375 + 71 + + + 5.701000213623047 + 143 + + + + + + + 40.75310943648219 + -3.785294545814395 + + 915.5999755859375 + 17050.560546875 + 71 + + + 5.701000213623047 + 125 + + + + + + + 40.753143383190036 + -3.785238554701209 + + 915.5999755859375 + 17056.240234375 + 70 + + + 5.672999858856201 + 100 + + + + + + + 40.75317330658436 + -3.7851845752447844 + + 915.5999755859375 + 17061.880859375 + 71 + + + 5.644999980926514 + 113 + + + + + + + 40.753201050683856 + -3.785130847245455 + + 915.5999755859375 + 17067.55078125 + 71 + + + 5.672999858856201 + 150 + + + + + + + 40.7532299682498 + -3.7850728444755077 + + 915.5999755859375 + 17073.220703125 + 72 + + + 5.664000034332275 + 144 + + + + + + + 40.75325779616833 + -3.785017440095544 + + 916.0 + 17078.939453125 + 70 + + + 5.71999979019165 + 112 + + + + + + + 40.75329015031457 + -3.78496203571558 + + 916.2000122070312 + 17084.630859375 + + 108 + + 68 + + + 5.691999912261963 + 110 + + + + + + + 40.753320744261146 + -3.7849103193730116 + + 916.2000122070312 + 17090.25 + + 108 + + 83 + + + 5.625999927520752 + 61 + + + + + + + 40.75334873981774 + -3.784863380715251 + + 916.2000122070312 + 17095.69921875 + + 108 + + 79 + + + 5.448999881744385 + 20 + + + + + + + 40.75337564572692 + -3.784821890294552 + + 916.4000244140625 + 17100.69921875 + + 108 + + 85 + + + 4.992000102996826 + 0 + + + + + + + 40.75340271927416 + -3.7847881112247705 + + 916.4000244140625 + 17104.939453125 + + 108 + + 0 + + + 4.244999885559082 + 0 + + + + + + + 40.753428703173995 + -3.7847704254090786 + + 916.5999755859375 + 17108.400390625 + 0 + + + 3.4619998931884766 + 0 + + + + + + + 40.75345384888351 + -3.7847733590751886 + + 916.5999755859375 + 17111.359375 + 0 + + + 2.9579999446868896 + 0 + + + + + + + 40.75346516445279 + -3.784787440672517 + + 916.5999755859375 + 17113.859375 + 0 + + + 2.500999927520752 + 0 + + + + + + + 40.753464326262474 + -3.784808311611414 + + 916.5999755859375 + 17116.1796875 + 0 + + + 2.322999954223633 + 1 + + + + + + + 40.7534509152174 + -3.78483303822577 + + 916.5999755859375 + 17118.669921875 + 0 + + + 2.4820001125335693 + 74 + + + + + + + 40.753432055935264 + -3.784861033782363 + + 916.7999877929688 + 17121.41015625 + 48 + + + 2.743000030517578 + 91 + + + + + + + 40.753413112834096 + -3.784894309937954 + + 916.5999755859375 + 17124.720703125 + 42 + + + 3.312000036239624 + 111 + + + + + + + 40.753387128934264 + -3.7849233113229275 + + 916.5999755859375 + 17128.390625 + 38 + + + 3.6670000553131104 + 81 + + + + + + + 40.75336458161473 + -3.7849636282771826 + + 916.5999755859375 + 17132.33984375 + 41 + + + 3.947000026702881 + 63 + + + + + + + 40.75333558022976 + -3.7849986646324396 + + 916.2000122070312 + 17136.509765625 + 46 + + + 4.171000003814697 + 56 + + + + + + + 40.75330808758736 + -3.7850387301295996 + + 916.2000122070312 + 17140.919921875 + 55 + + + 4.413000106811523 + 57 + + + + + + + 40.75327757745981 + -3.7850782927125692 + + 916.4000244140625 + 17145.509765625 + 61 + + + 4.591000080108643 + 45 + + + + + + + 40.753251761198044 + -3.7851214595139027 + + 916.2000122070312 + 17150.220703125 + 131 + + + 4.711999893188477 + 1 + + + + + + + 40.75322711840272 + -3.7851683143526316 + + 916.2000122070312 + 17154.98046875 + 0 + + + 4.758999824523926 + 17 + + + + + + + 40.75320130214095 + -3.7852139957249165 + + 915.7999877929688 + 17159.759765625 + 0 + + + 4.7769999504089355 + 18 + + + + + + + 40.75317372567952 + -3.785255989059806 + + 915.7999877929688 + 17164.66015625 + 95 + + + 4.89900016784668 + 12 + + + + + + + 40.75314547866583 + -3.7852977309376 + + 915.7999877929688 + 17169.609375 + 0 + + + 4.954999923706055 + 37 + + + + + + + 40.75311379507184 + -3.7853440828621387 + + 915.7999877929688 + 17174.580078125 + 150 + + + 4.9730000495910645 + 20 + + + + + + + 40.75308253057301 + -3.7853927817195654 + + 916.0 + 17179.689453125 + 144 + + + 5.104000091552734 + 43 + + + + + + + 40.75305302627385 + -3.7854424864053726 + + 915.7999877929688 + 17184.91015625 + 112 + + + 5.224999904632568 + 2 + + + + + + + 40.753025114536285 + -3.785493280738592 + + 915.7999877929688 + 17190.0703125 + 0 + + + 5.159999847412109 + 3 + + + + + + + 40.75299854390323 + -3.78554399125278 + + 915.7999877929688 + 17195.419921875 + 0 + + + 5.3460001945495605 + 56 + + + + + + + 40.75296828523278 + -3.785594617947936 + + 916.0 + 17201.009765625 + 85 + + + 5.589000225067139 + 165 + + + + + + + 40.75293827801943 + -3.785650944337249 + + 916.0 + 17206.91015625 + 57 + + + 5.896999835968018 + 126 + + + + + + + 40.75290324166417 + -3.7857073545455933 + + 915.7999877929688 + 17213.05078125 + 54 + + + 6.139999866485596 + 160 + + + + + + + 40.752867283299565 + -3.7857655249536037 + + 915.7999877929688 + 17219.439453125 + 55 + + + 6.392000198364258 + 32 + + + + + + + 40.75283073820174 + -3.7858262099325657 + + 915.5999755859375 + 17225.869140625 + 78 + + + 6.428999900817871 + 6 + + + + + + + 40.752793019637465 + -3.785884128883481 + + 915.4000244140625 + 17232.330078125 + 0 + + + 6.466000080108643 + 7 + + + + + + + 40.75275530107319 + -3.785943305119872 + + 915.2000122070312 + 17238.990234375 + 0 + + + 6.6529998779296875 + 111 + + + + + + + 40.75271666049957 + -3.7860086001455784 + + 915.0 + 17245.66015625 + 91 + + + 6.671000003814697 + 101 + + + + + + + 40.75268120504916 + -3.78607464954257 + + 915.2000122070312 + 17252.640625 + 72 + + + 6.979000091552734 + 83 + + + + + + + 40.752644911408424 + -3.786149499937892 + + 915.0 + 17259.73046875 + 61 + + + 7.091000080108643 + 72 + + + + + + + 40.7526081148535 + -3.7862252723425627 + + 915.0 + 17267.009765625 + 64 + + + 7.2779998779296875 + 113 + + + + + + + 40.75256804935634 + -3.7862963508814573 + + 914.5999755859375 + 17274.470703125 + 65 + + + 7.465000152587891 + 113 + + + + + + + 40.75252898968756 + -3.786370027810335 + + 914.5999755859375 + 17282.109375 + 79 + + + 7.642000198364258 + 134 + + + + + + + 40.75248599052429 + -3.7864470575004816 + + 914.5999755859375 + 17289.9609375 + 93 + + + 7.8470001220703125 + 130 + + + + + + + 40.75244181789458 + -3.7865207344293594 + + 914.5999755859375 + 17297.9609375 + 71 + + + 7.995999813079834 + 105 + + + + + + + 40.75239739380777 + -3.786601619794965 + + 914.4000244140625 + 17306.119140625 + 74 + + + 8.163999557495117 + 91 + + + + + + + 40.75235246680677 + -3.786680828779936 + + 914.2000122070312 + 17314.400390625 + 78 + + + 8.28600025177002 + 112 + + + + + + + 40.75230888091028 + -3.786764144897461 + + 913.7999877929688 + 17322.7109375 + 76 + + + 8.303999900817871 + 79 + + + + + + + 40.75226445682347 + -3.7868462037295103 + + 913.7999877929688 + 17331.009765625 + 86 + + + 8.303999900817871 + 90 + + + + + + + 40.752214919775724 + -3.7869276758283377 + + 913.7999877929688 + 17339.30078125 + 85 + + + 8.28600025177002 + 95 + + + + + + + 40.75216923840344 + -3.7870081420987844 + + 913.7999877929688 + 17347.58984375 + 79 + + + 8.28600025177002 + 138 + + + + + + + 40.7521160133183 + -3.7870814837515354 + + 913.7999877929688 + 17355.869140625 + 78 + + + 8.28600025177002 + 98 + + + + + + + 40.75206471607089 + -3.7871533166617155 + + 913.7999877929688 + 17364.150390625 + 80 + + + 8.276000022888184 + 117 + + + + + + + 40.75201593339443 + -3.787229508161545 + + 913.7999877929688 + 17372.400390625 + 87 + + + 8.258000373840332 + 131 + + + + + + + 40.75196706689894 + -3.787302514538169 + + 913.7999877929688 + 17380.6796875 + 87 + + + 8.276000022888184 + 199 + + + + + + + 40.75191778130829 + -3.7873865850269794 + + 914.0 + 17388.990234375 + 77 + + + 8.303999900817871 + 149 + + + + + + + 40.751870926469564 + -3.7874621897935867 + + 914.2000122070312 + 17397.390625 + 74 + + + 8.406999588012695 + 177 + + + + + + + 40.751824993640184 + -3.7875459250062704 + + 914.2000122070312 + 17405.830078125 + 77 + + + 8.4350004196167 + 128 + + + + + + + 40.75177755206823 + -3.787628235295415 + + 914.0 + 17414.3203125 + 72 + + + 8.491000175476074 + 170 + + + + + + + 40.75173237361014 + -3.7877096235752106 + + 914.0 + 17422.689453125 + 69 + + + 8.369999885559082 + 108 + + + + + + + 40.75168694369495 + -3.7877859827131033 + + 913.5999755859375 + 17430.9296875 + + 103 + + 70 + + + 8.23900032043457 + 125 + + + + + + + 40.75163723900914 + -3.787865862250328 + + 913.2000122070312 + 17439.3203125 + + 103 + + 70 + + + 8.387999534606934 + 207 + + + + + + + 40.751589462161064 + -3.787942808121443 + + 913.4000244140625 + 17447.7890625 + + 103 + + 68 + + + 8.472000122070312 + 232 + + + + + + + 40.75153699144721 + -3.7880221009254456 + + 913.4000244140625 + 17456.310546875 + + 103 + + 67 + + + 8.519000053405762 + 135 + + + + + + + 40.7514872867614 + -3.7881042435765266 + + 913.4000244140625 + 17464.900390625 + + 103 + + 68 + + + 8.593999862670898 + 143 + + + + + + + 40.75144118629396 + -3.7881875596940517 + + 913.4000244140625 + 17473.619140625 + 70 + + + 8.71500015258789 + 183 + + + + + + + 40.75139592401683 + -3.788267858326435 + + 913.2000122070312 + 17482.220703125 + 68 + + + 8.602999687194824 + 172 + + + + + + + 4.2769999504089355 + 69 + 169 + 61 + 315 + + + + + 1561.0 + 16185.03 + 12.838999748229982 + 345 + + 166 + + + 201 + + Active + 115 + Manual + + + + + 40.75139592401683 + -3.788267858326435 + + 913.2000122070312 + 17482.220703125 + 68 + + + 8.602999687194824 + 172 + + + + + + + 40.751346219331026 + -3.788351844996214 + + 913.4000244140625 + 17490.94921875 + 72 + + + 8.734000205993652 + 177 + + + + + + + 40.75129810720682 + -3.7884320598095655 + + 913.5999755859375 + 17499.640625 + 71 + + + 8.687000274658203 + 170 + + + + + + + 40.75124865397811 + -3.7885168846696615 + + 913.5999755859375 + 17508.349609375 + 68 + + + 8.71500015258789 + 191 + + + + + + + 40.75120138004422 + -3.7886022962629795 + + 913.5999755859375 + 17516.919921875 + 70 + + + 8.565999984741211 + 232 + + + + + + + 40.75115863233805 + -3.7886817567050457 + + 913.5999755859375 + 17525.5703125 + 70 + + + 8.649999618530273 + 260 + + + + + + + 40.75112275779247 + -3.7887678388506174 + + 913.7999877929688 + 17534.080078125 + 69 + + + 8.510000228881836 + 201 + + + + + + + 40.75109828263521 + -3.7888638954609632 + + 913.7999877929688 + 17542.7109375 + 69 + + + 8.630999565124512 + 198 + + + + + + + 40.75108386576176 + -3.788951737806201 + + 913.7999877929688 + 17551.33984375 + + 103 + + 69 + + + 8.630999565124512 + 200 + + + + + + + 40.75107238255441 + -3.7890481296926737 + + 914.0 + 17559.490234375 + + 103 + + 66 + + + 8.145999908447266 + 200 + + + + + + + 40.751058803871274 + -3.7891451921314 + + 914.5999755859375 + 17567.609375 + + 97 + + 77 + + + 8.126999855041504 + 189 + + + + + + + 40.75104556046426 + -3.7892401590943336 + + 914.7999877929688 + 17575.650390625 + + 97 + + 75 + + + 8.034000396728516 + 263 + + + + + + + 40.75103525072336 + -3.7893370538949966 + + 914.7999877929688 + 17583.869140625 + + 97 + + 68 + + + 8.220000267028809 + 333 + + + + + + + 40.75102443806827 + -3.789437049999833 + + 914.7999877929688 + 17592.16015625 + + 97 + + 66 + + + 8.295000076293945 + 314 + + + + + + + 40.75101505033672 + -3.7895329389721155 + + 915.0 + 17600.650390625 + + 97 + + 65 + + + 8.491000175476074 + 269 + + + + + + + 40.75100474059582 + -3.7896342761814594 + + 915.2000122070312 + 17609.080078125 + + 97 + + 67 + + + 8.425999641418457 + 219 + + + + + + + 40.750993425026536 + -3.78973594866693 + + 915.2000122070312 + 17617.48046875 + + 97 + + 64 + + + 8.39799976348877 + 190 + + + + + + + 40.75098252855241 + -3.7898342683911324 + + 915.4000244140625 + 17625.810546875 + + 95 + + 78 + + + 8.331999778747559 + 214 + + + + + + + 40.750973308458924 + -3.789926888421178 + + 915.5999755859375 + 17634.08984375 + + 95 + + 85 + + + 8.28600025177002 + 193 + + + + + + + 40.75096316635609 + -3.790026046335697 + + 915.5999755859375 + 17642.380859375 + + 95 + + 88 + + + 8.28600025177002 + 285 + + + + + + + 40.75095168314874 + -3.7901214323937893 + + 915.7999877929688 + 17650.83984375 + + 95 + + 83 + + + 8.463000297546387 + 323 + + + + + + + 40.750941541045904 + -3.7902229372411966 + + 915.7999877929688 + 17659.25 + + 107 + + 72 + + + 8.406999588012695 + 227 + + + + + + + 40.75092880055308 + -3.790321424603462 + + 915.7999877929688 + 17667.80078125 + + 107 + + 80 + + + 8.54699993133545 + 237 + + + + + + + 40.750917652621865 + -3.790418151766062 + + 916.0 + 17676.419921875 + + 107 + + 82 + + + 8.621999740600586 + 172 + + + + + + + 40.75090709142387 + -3.790519405156374 + + 916.0 + 17685.0390625 + + 107 + + 72 + + + 8.621999740600586 + 183 + + + + + + + 40.750894686207175 + -3.790623927488923 + + 916.0 + 17693.6796875 + + 107 + + 75 + + + 8.640000343322754 + 175 + + + + + + + 40.750881023705006 + -3.790721660479903 + + 916.2000122070312 + 17702.349609375 + + 107 + + 75 + + + 8.668000221252441 + 193 + + + + + + + 40.75086987577379 + -3.79082509316504 + + 916.0 + 17711.189453125 + + 107 + + 75 + + + 8.845000267028809 + 242 + + + + + + + 40.75085956603289 + -3.79093112424016 + + 916.0 + 17720.060546875 + + 107 + + 78 + + + 8.86400032043457 + 249 + + + + + + + 40.750849675387144 + -3.7910360656678677 + + 916.0 + 17729.189453125 + + 107 + + 74 + + + 9.135000228881836 + 278 + + + + + + + 40.75083861127496 + -3.7911415100097656 + + 916.0 + 17738.470703125 + + 107 + + 74 + + + 9.274999618530273 + 220 + + + + + + + 40.75082520022988 + -3.7912537436932325 + + 916.2000122070312 + 17747.779296875 + + 107 + + 75 + + + 9.312000274658203 + 154 + + + + + + + 40.75081195682287 + -3.791359020397067 + + 916.4000244140625 + 17757.109375 + + 107 + + 75 + + + 9.331000328063965 + 192 + + + + + + + 40.750797959044576 + -3.791470415890217 + + 916.2000122070312 + 17766.5390625 + + 107 + + 75 + + + 9.432999610900879 + 179 + + + + + + + 40.7507827039808 + -3.7915800511837006 + + 916.2000122070312 + 17775.8203125 + + 113 + + 75 + + + 9.274999618530273 + 203 + + + + + + + 40.75076510198414 + -3.791685663163662 + + 916.4000244140625 + 17785.169921875 + + 113 + + 75 + + + 9.348999977111816 + 199 + + + + + + + 40.75074540451169 + -3.791792532429099 + + 916.4000244140625 + 17794.619140625 + + 128 + + 76 + + + 9.45199966430664 + 268 + + + + + + + 40.75072336010635 + -3.7919063586741686 + + 916.4000244140625 + 17804.150390625 + + 133 + + 75 + + + 9.53600025177002 + 190 + + + + + + + 40.75069670565426 + -3.792011383920908 + + 916.5999755859375 + 17813.759765625 + + 133 + + 77 + + + 9.60099983215332 + 188 + + + + + + + 40.75066611170769 + -3.7921220250427723 + + 916.5999755859375 + 17823.439453125 + + 136 + + 77 + + + 9.6850004196167 + 216 + + + + + + + 40.75063250027597 + -3.792234007269144 + + 916.4000244140625 + 17833.26953125 + + 136 + + 75 + + + 9.824999809265137 + 196 + + + + + + + 40.75059587135911 + -3.7923398707062006 + + 916.2000122070312 + 17843.109375 + + 136 + + 73 + + + 9.843999862670898 + 163 + + + + + + + 40.750557566061616 + -3.7924444768577814 + + 916.0 + 17853.01953125 + + 136 + + 74 + + + 9.909000396728516 + 164 + + + + + + + 40.7505168300122 + -3.7925537768751383 + + 916.0 + 17862.91015625 + + 136 + + 74 + + + 9.890999794006348 + 183 + + + + + + + 40.750478859990835 + -3.7926586344838142 + + 916.2000122070312 + 17872.869140625 + + 136 + + 75 + + + 9.956000328063965 + 209 + + + + + + + 40.75043812394142 + -3.7927666772156954 + + 916.4000244140625 + 17882.740234375 + + 139 + + 79 + + + 9.871999740600586 + 260 + + + + + + + 40.750390933826566 + -3.792872540652752 + + 916.4000244140625 + 17892.740234375 + + 139 + + 79 + + + 10.003000259399414 + 257 + + + + + + + 40.750347347930074 + -3.792975638061762 + + 916.4000244140625 + 17902.869140625 + + 139 + + 79 + + + 10.12399959564209 + 198 + + + + + + + 40.750305857509375 + -3.7930738739669323 + + 916.4000244140625 + 17912.8203125 + + 139 + + 86 + + + 9.956000328063965 + 192 + + + + + + + 40.750261936336756 + -3.7931783962994814 + + 916.2000122070312 + 17922.849609375 + + 139 + + 83 + + + 10.029999732971191 + 203 + + + + + + + 40.75022094883025 + -3.7932799849659204 + + 916.2000122070312 + 17932.849609375 + + 139 + + 77 + + + 10.003000259399414 + 254 + + + + + + + 40.75017702765763 + -3.7933883629739285 + + 916.2000122070312 + 17942.859375 + + 145 + + 75 + + + 10.003000259399414 + 233 + + + + + + + 40.750133860856295 + -3.793493388220668 + + 916.2000122070312 + 17952.7890625 + + 152 + + 75 + + + 9.937000274658203 + 198 + + + + + + + 40.75009362772107 + -3.7935924623161554 + + 916.2000122070312 + 17962.640625 + + 152 + + 75 + + + 9.843999862670898 + 240 + + + + + + + 40.750052807852626 + -3.793692123144865 + + 916.2000122070312 + 17972.48046875 + + 152 + + 75 + + + 9.843999862670898 + 243 + + + + + + + 40.75000662356615 + -3.79379790276289 + + 916.2000122070312 + 17982.3203125 + + 152 + + 75 + + + 9.843999862670898 + 243 + + + + + + + 40.749964294955134 + -3.79389856941998 + + 916.2000122070312 + 17992.220703125 + + 152 + + 73 + + + 9.890999794006348 + 191 + + + + + + + 40.74992020614445 + -3.7940035108476877 + + 916.0 + 18002.130859375 + + 150 + + 75 + + + 9.918999671936035 + 196 + + + + + + + 40.749877877533436 + -3.794109793379903 + + 916.0 + 18012.080078125 + + 150 + + 74 + + + 9.946999549865723 + 253 + + + + + + + 40.74983689002693 + -3.7942112144082785 + + 916.0 + 18022.05078125 + + 150 + + 76 + + + 9.96500015258789 + 268 + + + + + + + 40.74979548342526 + -3.794310288503766 + + 916.0 + 18031.990234375 + + 150 + + 72 + + + 9.946999549865723 + 243 + + + + + + + 40.74975290335715 + -3.794416906312108 + + 916.2000122070312 + 18041.890625 + + 150 + + 80 + + + 9.899999618530273 + 199 + + + + + + + 40.749712251126766 + -3.794516734778881 + + 916.0 + 18051.740234375 + + 150 + + 84 + + + 9.852999687194824 + 288 + + + + + + + 40.749666318297386 + -3.7946225982159376 + + 916.0 + 18061.650390625 + + 150 + + 80 + + + 9.899999618530273 + 299 + + + + + + + 40.7496172003448 + -3.7947210017591715 + + 916.0 + 18071.560546875 + + 150 + + 79 + + + 9.918999671936035 + 220 + + + + + + + 40.749567579478025 + -3.7948193214833736 + + 916.0 + 18081.4609375 + + 150 + + 78 + + + 9.899999618530273 + 213 + + + + + + + 40.74951955117285 + -3.7949152942746878 + + 915.7999877929688 + 18091.380859375 + + 150 + + 79 + + + 9.918999671936035 + 230 + + + + + + + 40.74946959502995 + -3.795017385855317 + + 915.5999755859375 + 18101.330078125 + + 150 + + 80 + + + 9.946999549865723 + 197 + + + + + + + 40.74942173436284 + -3.7951133586466312 + + 915.4000244140625 + 18111.2890625 + + 150 + + 82 + + + 9.96500015258789 + 194 + + + + + + + 40.749370688572526 + -3.795212432742119 + + 915.4000244140625 + 18121.240234375 + + 150 + + 82 + + + 9.946999549865723 + 200 + + + + + + + 40.74931913986802 + -3.7953131832182407 + + 915.5999755859375 + 18131.23046875 + + 150 + + 81 + + + 9.993000030517578 + 211 + + + + + + + 40.74926868081093 + -3.795410329475999 + + 915.5999755859375 + 18141.2890625 + + 150 + + 78 + + + 10.057999610900879 + 206 + + + + + + + 40.74921780265868 + -3.7955043744295835 + + 915.7999877929688 + 18151.380859375 + + 153 + + 80 + + + 10.086000442504883 + 196 + + + + + + + 40.74916558340192 + -3.7956048734486103 + + 915.7999877929688 + 18161.470703125 + + 153 + + 79 + + + 10.086000442504883 + 175 + + + + + + + 40.74911545962095 + -3.79569916985929 + + 915.7999877929688 + 18171.55078125 + + 155 + + 78 + + + 10.086000442504883 + 175 + + + + + + + 40.749063324183226 + -3.7957983277738094 + + 915.7999877929688 + 18181.609375 + + 155 + + 80 + + + 10.057999610900879 + 212 + + + + + + + 40.749009093269706 + -3.795898575335741 + + 915.5999755859375 + 18191.720703125 + + 155 + + 91 + + + 10.104999542236328 + 244 + + + + + + + 40.74895637109876 + -3.795995805412531 + + 915.4000244140625 + 18201.91015625 + + 157 + + 82 + + + 10.197999954223633 + 205 + + + + + + + 40.74890457093716 + -3.7960937060415745 + + 915.0 + 18212.23046875 + + 157 + + 85 + + + 10.319999694824219 + 225 + + + + + + + 40.748850256204605 + -3.796201664954424 + + 915.0 + 18222.69921875 + + 157 + + 85 + + + 10.468999862670898 + 306 + + + + + + + 40.748797450214624 + -3.796302918344736 + + 915.2000122070312 + 18233.26953125 + + 157 + + 81 + + + 10.571999549865723 + 223 + + + + + + + 40.74874313548207 + -3.796409871429205 + + 915.0 + 18243.900390625 + + 157 + + 79 + + + 10.628000259399414 + 200 + + + + + + + 40.748687060549855 + -3.7965171597898006 + + 914.4000244140625 + 18254.630859375 + + 157 + + 79 + + + 10.729999542236328 + 213 + + + + + + + 40.74863408692181 + -3.796621933579445 + + 914.2000122070312 + 18265.380859375 + + 157 + + 76 + + + 10.74899959564209 + 162 + + + + + + + 40.74858035892248 + -3.796725617721677 + + 914.4000244140625 + 18276.1796875 + + 157 + + 85 + + + 10.795999526977539 + 188 + + + + + + + 40.74852503836155 + -3.7968319840729237 + + 914.5999755859375 + 18286.900390625 + + 157 + + 83 + + + 10.720999717712402 + 54 + + + + + + + 40.74847290292382 + -3.796931141987443 + + 914.5999755859375 + 18297.560546875 + + 157 + + 62 + + + 10.664999961853027 + 190 + + + + + + + 40.74841674417257 + -3.7970316410064697 + + 914.4000244140625 + 18308.23046875 + + 157 + + 96 + + + 10.664999961853027 + 251 + + + + + + + 40.74836092069745 + -3.7971363309770823 + + 914.2000122070312 + 18319.05078125 + + 157 + + 87 + + + 10.824000358581543 + 262 + + + + + + + 40.748306941241026 + -3.7972379196435213 + + 914.2000122070312 + 18329.900390625 + + 157 + + 81 + + + 10.85200023651123 + 277 + + + + + + + 40.74825396761298 + -3.79734143614769 + + 914.0 + 18340.73046875 + + 157 + + 81 + + + 10.824000358581543 + 247 + + + + + + + 40.74819965288043 + -3.797450652346015 + + 913.7999877929688 + 18351.80078125 + + 158 + + 81 + + + 11.076000213623047 + 261 + + + + + + + 40.74814491905272 + -3.797555258497596 + + 913.7999877929688 + 18362.7109375 + + 158 + + 83 + + + 10.907999992370605 + 223 + + + + + + + 40.748085491359234 + -3.797665312886238 + + 913.5999755859375 + 18373.73046875 + + 158 + + 82 + + + 11.020000457763672 + 207 + + + + + + + 40.7480285782367 + -3.7977715115994215 + + 913.5999755859375 + 18384.830078125 + + 158 + + 84 + + + 11.104000091552734 + 209 + + + + + + + 40.74797158129513 + -3.7978772073984146 + + 913.4000244140625 + 18395.7890625 + + 158 + + 84 + + + 10.954000473022461 + 258 + + + + + + + 40.7479146681726 + -3.7979786284267902 + + 913.4000244140625 + 18406.849609375 + + 158 + + 83 + + + 11.065999984741211 + 220 + + + + + + + 40.747857838869095 + -3.7980895210057497 + + 913.4000244140625 + 18418.009765625 + + 158 + + 83 + + + 11.15999984741211 + 194 + + + + + + + 40.74780637398362 + -3.7981964740902185 + + 913.4000244140625 + 18429.01953125 + + 158 + + 82 + + + 11.010000228881836 + 211 + + + + + + + 40.74775155633688 + -3.7983046006411314 + + 913.2000122070312 + 18440.150390625 + + 158 + + 83 + + + 11.131999969482422 + 217 + + + + + + + 40.74769581668079 + -3.7984164152294397 + + 913.2000122070312 + 18451.369140625 + + 158 + + 85 + + + 11.21500015258789 + 218 + + + + + + + 40.74764108285308 + -3.79852294921875 + + 913.2000122070312 + 18462.3203125 + + 158 + + 83 + + + 10.954000473022461 + 191 + + + + + + + 40.74758576229215 + -3.798626633360982 + + 913.0 + 18473.330078125 + + 158 + + 86 + + + 11.010000228881836 + 233 + + + + + + + 40.74752884916961 + -3.798735598102212 + + 912.7999877929688 + 18484.3203125 + + 158 + + 83 + + + 10.982000350952148 + 191 + + + + + + + 40.74747688136995 + -3.798840707167983 + + 912.7999877929688 + 18495.26953125 + + 158 + + 83 + + + 10.954000473022461 + 191 + + + + + + + 40.74742189608514 + -3.798950593918562 + + 912.7999877929688 + 18506.25 + + 158 + + 81 + + + 10.982000350952148 + 259 + + + + + + + 40.74736372567713 + -3.7990591395646334 + + 912.7999877929688 + 18517.3203125 + + 158 + + 82 + + + 11.065999984741211 + 257 + + + + + + + 40.747307650744915 + -3.799165925011039 + + 912.5999755859375 + 18528.41015625 + + 158 + + 82 + + + 11.093999862670898 + 235 + + + + + + + 40.74725450947881 + -3.7992728780955076 + + 912.5999755859375 + 18539.58984375 + + 158 + + 85 + + + 11.178000450134277 + 225 + + + + + + + 40.74719742871821 + -3.799387374892831 + + 912.4000244140625 + 18550.80078125 + + 158 + + 84 + + + 11.206000328063965 + 279 + + + + + + + 40.747141521424055 + -3.7994967587292194 + + 912.2000122070312 + 18562.0703125 + + 158 + + 84 + + + 11.270999908447266 + 257 + + + + + + + 40.74708427302539 + -3.7996122613549232 + + 912.2000122070312 + 18573.369140625 + + 158 + + 85 + + + 11.298999786376953 + 266 + + + + + + + 40.74702727608383 + -3.7997223995625973 + + 912.0 + 18584.69921875 + + 158 + + 83 + + + 11.32699966430664 + 259 + + + + + + + 40.74697254225612 + -3.799828262999654 + + 912.0 + 18595.990234375 + + 158 + + 85 + + + 11.298999786376953 + 224 + + + + + + + 40.74691856279969 + -3.7999311927706003 + + 911.7999877929688 + 18607.23046875 + + 164 + + 83 + + + 11.234000205993652 + 268 + + + + + + + 40.746861482039094 + -3.800044348463416 + + 911.7999877929688 + 18618.439453125 + + 164 + + 85 + + + 11.206000328063965 + 290 + + + + + + + 40.74680649675429 + -3.800153899937868 + + 911.7999877929688 + 18629.669921875 + + 164 + + 85 + + + 11.234000205993652 + 249 + + + + + + + 40.74674698524177 + -3.8002647925168276 + + 911.7999877929688 + 18640.880859375 + + 164 + + 84 + + + 11.206000328063965 + 234 + + + + + + + 40.746689988300204 + -3.8003758527338505 + + 911.7999877929688 + 18652.0 + + 164 + + 83 + + + 11.121999740600586 + 213 + + + + + + + 40.746634751558304 + -3.800484649837017 + + 911.5999755859375 + 18663.109375 + + 164 + + 83 + + + 11.11299991607666 + 247 + + + + + + + 40.74657993391156 + -3.80059571005404 + + 911.4000244140625 + 18674.3203125 + + 164 + + 85 + + + 11.206000328063965 + 264 + + + + + + + 40.74652201496065 + -3.8007112964987755 + + 911.2000122070312 + 18685.55078125 + + 164 + + 85 + + + 11.234000205993652 + 223 + + + + + + + 40.746467448771 + -3.8008184172213078 + + 911.2000122070312 + 18696.759765625 + + 164 + + 85 + + + 11.206000328063965 + 275 + + + + + + + 40.74640885926783 + -3.800930315628648 + + 911.4000244140625 + 18707.990234375 + + 164 + + 84 + + + 11.234000205993652 + 249 + + + + + + + 40.74634725227952 + -3.8010367657989264 + + 911.5999755859375 + 18719.33984375 + + 164 + + 83 + + + 11.345999717712402 + 248 + + + + + + + 40.746286399662495 + -3.801140198484063 + + 911.5999755859375 + 18730.5390625 + + 164 + + 85 + + + 11.206000328063965 + 275 + + + + + + + 40.74622806161642 + -3.8012432120740414 + + 911.4000244140625 + 18741.810546875 + + 164 + + 82 + + + 11.26200008392334 + 235 + + + + + + + 40.74616930447519 + -3.801352931186557 + + 911.4000244140625 + 18753.0390625 + + 164 + + 83 + + + 11.234000205993652 + 287 + + + + + + + 40.74611649848521 + -3.8014604710042477 + + 911.4000244140625 + 18764.30078125 + + 164 + + 84 + + + 11.26200008392334 + 266 + + + + + + + 40.74605799280107 + -3.8015697710216045 + + 911.5999755859375 + 18775.58984375 + + 164 + + 85 + + + 11.289999961853027 + 232 + + + + + + + 40.74600141495466 + -3.801684519276023 + + 911.5999755859375 + 18786.91015625 + + 164 + + 85 + + + 11.317999839782715 + 244 + + + + + + + 40.74594316072762 + -3.801787281408906 + + 911.7999877929688 + 18798.189453125 + + 164 + + 85 + + + 11.281000137329102 + 213 + + + + + + + 40.745884319767356 + -3.8018931448459625 + + 911.7999877929688 + 18809.390625 + + 177 + + 85 + + + 11.196999549865723 + 241 + + + + + + + 40.74582447297871 + -3.8020062167197466 + + 911.5999755859375 + 18820.640625 + + 177 + + 84 + + + 11.253000259399414 + 238 + + + + + + + 40.74576906859875 + -3.8021140079945326 + + 911.5999755859375 + 18831.890625 + + 183 + + 84 + + + 11.253000259399414 + 208 + + + + + + + 40.74571098200977 + -3.802226660773158 + + 911.5999755859375 + 18843.119140625 + + 183 + + 84 + + + 11.225000381469727 + 196 + + + + + + + 40.74565297923982 + -3.8023378886282444 + + 911.5999755859375 + 18854.470703125 + + 183 + + 88 + + + 11.345999717712402 + 225 + + + + + + + 40.74559723958373 + -3.8024466019123793 + + 911.5999755859375 + 18865.630859375 + + 188 + + 82 + + + 11.168999671936035 + 195 + + + + + + + 40.74554049409926 + -3.802554477006197 + + 911.4000244140625 + 18876.98046875 + + 188 + + 78 + + + 11.345999717712402 + 206 + + + + + + + 40.745479138568044 + -3.802668722346425 + + 911.4000244140625 + 18888.5 + + 188 + + 78 + + + 11.52299976348877 + 178 + + + + + + + 40.74542138725519 + -3.802778860554099 + + 911.2000122070312 + 18899.970703125 + + 188 + + 78 + + + 11.467000007629395 + 189 + + + + + + + 40.74536103755236 + -3.802896039560437 + + 911.0 + 18911.58984375 + + 188 + + 81 + + + 11.616999626159668 + 192 + + + + + + + 40.74530152603984 + -3.803012128919363 + + 910.7999877929688 + 18923.26953125 + + 188 + + 82 + + + 11.682000160217285 + 204 + + + + + + + 40.74524310417473 + -3.8031229376792908 + + 910.7999877929688 + 18935.0390625 + + 188 + + 81 + + + 11.765999794006348 + 190 + + + + + + + 40.74518669396639 + -3.803235087543726 + + 910.5999755859375 + 18946.80078125 + + 188 + + 80 + + + 11.765999794006348 + 165 + + + + + + + 40.74512676335871 + -3.803352266550064 + + 910.4000244140625 + 18958.599609375 + + 188 + + 83 + + + 11.803000450134277 + 214 + + + + + + + 40.74506892822683 + -3.8034652546048164 + + 909.7999877929688 + 18970.470703125 + + 188 + + 81 + + + 11.869000434875488 + 219 + + + + + + + 40.74500556103885 + -3.8035850320011377 + + 909.5999755859375 + 18982.41015625 + + 188 + + 83 + + + 11.934000015258789 + 180 + + + + + + + 40.744943702593446 + -3.803705982863903 + + 909.2000122070312 + 18994.470703125 + + 188 + + 84 + + + 12.0649995803833 + 215 + + + + + + + 40.74488268233836 + -3.8038213178515434 + + 909.0 + 19006.6796875 + + 188 + + 84 + + + 12.204999923706055 + 217 + + + + + + + 40.744821494445205 + -3.8039405923336744 + + 908.7999877929688 + 19018.98046875 + + 188 + + 84 + + + 12.307000160217285 + 173 + + + + + + + 40.744758462533355 + -3.80406791344285 + + 908.4000244140625 + 19031.390625 + + 192 + + 84 + + + 12.40999984741211 + 158 + + + + + + + 40.74469610117376 + -3.8041882775723934 + + 908.0 + 19043.91015625 + + 192 + + 86 + + + 12.522000312805176 + 176 + + + + + + + 40.74463005177677 + -3.804312916472554 + + 907.7999877929688 + 19056.58984375 + + 192 + + 90 + + + 12.670999526977539 + 162 + + + + + + + 40.744564421474934 + -3.8044405728578568 + + 907.7999877929688 + 19069.390625 + + 192 + + 88 + + + 12.802000045776367 + 167 + + + + + + + 40.74450113810599 + -3.8045634515583515 + + 907.5999755859375 + 19082.23046875 + + 192 + + 90 + + + 12.83899974822998 + 185 + + + + + + + 40.74443819001317 + -3.804684402421117 + + 907.0 + 19095.0703125 + + 192 + + 90 + + + 12.83899974822998 + 177 + + + + + + + 40.74437255971134 + -3.804812142625451 + + 906.5999755859375 + 19107.830078125 + + 192 + + 90 + + + 12.763999938964844 + 184 + + + + + + + 40.74431011453271 + -3.8049316685646772 + + 906.4000244140625 + 19120.55078125 + + 192 + + 87 + + + 12.718000411987305 + 170 + + + + + + + 40.74424599297345 + -3.8050569780170918 + + 906.4000244140625 + 19133.19921875 + + 192 + + 87 + + + 12.652000427246094 + 165 + + + + + + + 40.744181368499994 + -3.8051812816411257 + + 906.2000122070312 + 19145.69921875 + + 192 + + 85 + + + 12.503000259399414 + 155 + + + + + + + 40.74412051588297 + -3.8052988797426224 + + 906.0 + 19158.169921875 + + 192 + + 85 + + + 12.465999603271484 + 188 + + + + + + + 40.7440584897995 + -3.8054133765399456 + + 906.2000122070312 + 19170.4609375 + + 194 + + 85 + + + 12.288999557495117 + 173 + + + + + + + 40.743994284421206 + -3.805534830316901 + + 906.0 + 19182.640625 + + 194 + + 86 + + + 12.185999870300293 + 241 + + + + + + + 40.743933683261275 + -3.8056461419910192 + + 906.0 + 19194.759765625 + + 194 + + 83 + + + 12.121000289916992 + 211 + + + + + + + 40.74387140572071 + -3.8057626504451036 + + 906.2000122070312 + 19206.759765625 + + 198 + + 85 + + + 11.99899959564209 + 225 + + + + + + + 40.74380971491337 + -3.8058752194046974 + + 906.2000122070312 + 19218.630859375 + + 198 + + 83 + + + 11.869000434875488 + 235 + + + + + + + 40.743752382695675 + -3.8059865310788155 + + 906.2000122070312 + 19230.41015625 + + 198 + + 83 + + + 11.774999618530273 + 240 + + + + + + + 40.74369546957314 + -3.8060978427529335 + + 906.2000122070312 + 19242.05078125 + + 198 + + 80 + + + 11.645000457763672 + 199 + + + + + + + 40.74363428167999 + -3.8062121719121933 + + 906.0 + 19253.69921875 + + 201 + + 86 + + + 11.645000457763672 + 296 + + + + + + + 40.74357569217682 + -3.8063201308250427 + + 905.7999877929688 + 19265.33984375 + + 201 + + 85 + + + 11.645000457763672 + 195 + + + + + + + 40.74351852759719 + -3.806432783603668 + + 905.5999755859375 + 19276.919921875 + + 196 + + 86 + + + 11.579000473022461 + 201 + + + + + + + 40.74345893226564 + -3.8065461069345474 + + 905.5999755859375 + 19288.41015625 + + 192 + + 85 + + + 11.486000061035156 + 230 + + + + + + + 40.7434022706002 + -3.806654317304492 + + 905.5999755859375 + 19299.83984375 + + 192 + + 86 + + + 11.430000305175781 + 257 + + + + + + + 40.74334594421089 + -3.8067619409412146 + + 905.4000244140625 + 19311.150390625 + + 192 + + 85 + + + 11.309000015258789 + 238 + + + + + + + 40.74328844435513 + -3.8068729173392057 + + 905.4000244140625 + 19322.400390625 + + 192 + + 84 + + + 11.253000259399414 + 244 + + + + + + + 40.743233961984515 + -3.8069777749478817 + + 905.5999755859375 + 19333.599609375 + + 192 + + 83 + + + 11.196999549865723 + 210 + + + + + + + 40.743178222328424 + -3.8070874102413654 + + 905.7999877929688 + 19344.58984375 + + 192 + + 82 + + + 10.991999626159668 + 215 + + + + + + + 40.74312231503427 + -3.807197716087103 + + 905.7999877929688 + 19355.580078125 + + 192 + + 85 + + + 10.991999626159668 + 293 + + + + + + + 40.74306816793978 + -3.807303663343191 + + 905.7999877929688 + 19366.599609375 + + 192 + + 84 + + + 11.020000457763672 + 290 + + + + + + + 40.743014104664326 + -3.807408604770899 + + 905.5999755859375 + 19377.669921875 + + 192 + + 81 + + + 11.076000213623047 + 247 + + + + + + + 40.74295769445598 + -3.80751958116889 + + 905.4000244140625 + 19388.720703125 + + 192 + + 82 + + + 11.04800033569336 + 193 + + + + + + + 40.74290421791375 + -3.8076237682253122 + + 905.4000244140625 + 19399.7109375 + + 192 + + 83 + + + 10.991999626159668 + 208 + + + + + + + 40.74284479022026 + -3.8077347446233034 + + 905.2000122070312 + 19410.6796875 + + 192 + + 85 + + + 10.96399974822998 + 233 + + + + + + + 40.74278812855482 + -3.8078413624316454 + + 905.0 + 19421.640625 + + 192 + + 81 + + + 10.96399974822998 + 203 + + + + + + + 40.74273247271776 + -3.807945130392909 + + 905.0 + 19432.5703125 + + 192 + + 81 + + + 10.935999870300293 + 218 + + + + + + + 40.742678409442306 + -3.808049065992236 + + 905.0 + 19443.5390625 + + 192 + + 83 + + + 10.96399974822998 + 207 + + + + + + + 40.742622166872025 + -3.808157779276371 + + 905.0 + 19454.419921875 + + 189 + + 82 + + + 10.880000114440918 + 210 + + + + + + + 40.742568941786885 + -3.808261211961508 + + 904.7999877929688 + 19465.30078125 + + 189 + + 82 + + + 10.880000114440918 + 206 + + + + + + + 40.74251286685467 + -3.8083690870553255 + + 904.7999877929688 + 19476.080078125 + + 190 + + 82 + + + 10.78600025177002 + 205 + + + + + + + 40.74245838448405 + -3.8084756210446358 + + 905.0 + 19486.8203125 + + 190 + + 81 + + + 10.729999542236328 + 226 + + + + + + + 40.74240582995117 + -3.8085803110152483 + + 905.0 + 19497.490234375 + + 190 + + 81 + + + 10.673999786376953 + 264 + + + + + + + 40.74235327541828 + -3.8086829893290997 + + 905.0 + 19508.140625 + + 191 + + 81 + + + 10.645999908447266 + 243 + + + + + + + 40.74229837395251 + -3.8087892718613148 + + 904.7999877929688 + 19518.740234375 + + 191 + + 81 + + + 10.600000381469727 + 237 + + + + + + + 40.742245987057686 + -3.8088915310800076 + + 904.7999877929688 + 19529.41015625 + + 191 + + 79 + + + 10.673999786376953 + 279 + + + + + + + 40.74219091795385 + -3.808998903259635 + + 904.7999877929688 + 19539.880859375 + + 191 + + 83 + + + 10.468999862670898 + 263 + + + + + + + 40.7421366032213 + -3.8091041799634695 + + 904.5999755859375 + 19550.44921875 + + 191 + + 88 + + + 10.571999549865723 + 273 + + + + + + + 40.74208404868841 + -3.8092071935534477 + + 904.5999755859375 + 19561.130859375 + + 191 + + 85 + + + 10.673999786376953 + 268 + + + + + + + 40.742030404508114 + -3.809309033676982 + + 904.5999755859375 + 19571.69921875 + + 191 + + 85 + + + 10.571999549865723 + 252 + + + + + + + 40.74197550304234 + -3.8094154000282288 + + 904.5999755859375 + 19582.1796875 + + 189 + + 85 + + + 10.48799991607666 + 210 + + + + + + + 40.74192319996655 + -3.8095161505043507 + + 904.5999755859375 + 19592.69921875 + + 189 + + 85 + + + 10.515999794006348 + 225 + + + + + + + 40.74187005870044 + -3.809621762484312 + + 904.5999755859375 + 19603.220703125 + + 189 + + 84 + + + 10.515999794006348 + 249 + + + + + + + 40.741815995424986 + -3.80972720682621 + + 904.4000244140625 + 19613.69921875 + + 189 + + 85 + + + 10.48799991607666 + 263 + + + + + + + 40.7417634408921 + -3.8098277896642685 + + 904.4000244140625 + 19624.140625 + + 189 + + 85 + + + 10.432000160217285 + 254 + + + + + + + 40.74171130545437 + -3.809925941750407 + + 904.2000122070312 + 19634.5390625 + + 189 + + 85 + + + 10.404000282287598 + 243 + + + + + + + 40.741658080369234 + -3.8100318890064955 + + 904.4000244140625 + 19644.939453125 + + 189 + + 84 + + + 10.404000282287598 + 232 + + + + + + + 40.741606866940856 + -3.8101319689303637 + + 904.4000244140625 + 19655.349609375 + + 191 + + 85 + + + 10.404000282287598 + 236 + + + + + + + 40.7415528036654 + -3.810235820710659 + + 904.2000122070312 + 19665.73046875 + + 191 + + 85 + + + 10.385000228881836 + 242 + + + + + + + 40.74149924330413 + -3.810338079929352 + + 904.2000122070312 + 19676.140625 + + 191 + + 85 + + + 10.404000282287598 + 265 + + + + + + + 40.7414476107806 + -3.810438495129347 + + 904.2000122070312 + 19686.5390625 + + 191 + + 85 + + + 10.404000282287598 + 261 + + + + + + + 40.74139731936157 + -3.810538575053215 + + 904.4000244140625 + 19697.060546875 + + 191 + + 81 + + + 10.515999794006348 + 259 + + + + + + + 40.74134409427643 + -3.81064142100513 + + 904.5999755859375 + 19707.41015625 + + 191 + + 84 + + + 10.357000350952148 + 214 + + + + + + + 40.74129078537226 + -3.8107416685670614 + + 904.4000244140625 + 19717.869140625 + + 191 + + 85 + + + 10.460000038146973 + 233 + + + + + + + 40.741234039887786 + -3.81084518507123 + + 904.2000122070312 + 19728.41015625 + + 191 + + 85 + + + 10.534000396728516 + 250 + + + + + + + 40.74117813259363 + -3.8109498750418425 + + 904.0 + 19739.029296875 + + 191 + + 85 + + + 10.628000259399414 + 186 + + + + + + + 40.741125578060746 + -3.811052469536662 + + 903.7999877929688 + 19749.849609375 + + 192 + + 86 + + + 10.814000129699707 + 201 + + + + + + + 40.74107143096626 + -3.8111533038318157 + + 903.5999755859375 + 19760.580078125 + + 192 + + 86 + + + 10.729999542236328 + 174 + + + + + + + 40.741011667996645 + -3.8112623523920774 + + 903.7999877929688 + 19771.48046875 + + 192 + + 87 + + + 10.89799976348877 + 121 + + + + + + + 40.74095584452152 + -3.811365533620119 + + 904.0 + 19782.4609375 + + 192 + + 90 + + + 10.982000350952148 + 189 + + + + + + + 40.740896835923195 + -3.8114766776561737 + + 903.7999877929688 + 19793.640625 + + 192 + + 82 + + + 11.178000450134277 + 181 + + + + + + + 40.7408379111439 + -3.8115883246064186 + + 903.5999755859375 + 19804.759765625 + + 192 + + 80 + + + 11.121999740600586 + 173 + + + + + + + 40.74077965691686 + -3.8116956129670143 + + 903.4000244140625 + 19816.109375 + + 192 + + 84 + + + 11.354999542236328 + 165 + + + + + + + 40.74072123505175 + -3.811803823336959 + + 903.0 + 19827.5390625 + + 192 + + 79 + + + 11.420999526977539 + 170 + + + + + + + 40.7406616397202 + -3.811920750886202 + + 902.5999755859375 + 19839.080078125 + + 192 + + 79 + + + 11.541999816894531 + 206 + + + + + + + 40.74060573242605 + -3.8120327331125736 + + 902.4000244140625 + 19850.7109375 + + 194 + + 78 + + + 11.635000228881836 + 169 + + + + + + + 40.740545466542244 + -3.8121499121189117 + + 902.2000122070312 + 19862.41015625 + + 194 + + 83 + + + 11.701000213623047 + 185 + + + + + + + 40.7404856197536 + -3.812267677858472 + + 901.7999877929688 + 19874.240234375 + + 194 + + 81 + + + 11.821999549865723 + 167 + + + + + + + 40.74042761698365 + -3.8123850245028734 + + 901.2000122070312 + 19886.119140625 + + 194 + + 83 + + + 11.88700008392334 + 184 + + + + + + + 40.74037020094693 + -3.812501532956958 + + 901.2000122070312 + 19898.140625 + + 194 + + 84 + + + 12.017999649047852 + 179 + + + + + + + 40.74031085707247 + -3.812628434970975 + + 901.0 + 19910.19921875 + + 194 + + 81 + + + 12.055000305175781 + 175 + + + + + + + 40.740256290882826 + -3.812748212367296 + + 900.7999877929688 + 19922.3203125 + + 194 + + 78 + + + 12.121000289916992 + 155 + + + + + + + 40.740200551226735 + -3.812875198200345 + + 900.5999755859375 + 19934.439453125 + + 194 + + 75 + + + 12.121000289916992 + 159 + + + + + + + 40.740145817399025 + -3.8130025193095207 + + 900.4000244140625 + 19946.58984375 + + 194 + + 78 + + + 12.157999992370605 + 172 + + + + + + + 40.74009577743709 + -3.8131233863532543 + + 900.2000122070312 + 19958.720703125 + + 194 + + 77 + + + 12.121000289916992 + 127 + + + + + + + 40.74004741385579 + -3.81324484013021 + + 900.0 + 19970.869140625 + + 194 + + 80 + + + 12.157999992370605 + 164 + + + + + + + 40.7399967033416 + -3.8133751787245274 + + 899.5999755859375 + 19982.8203125 + + 194 + + 82 + + + 11.95300006866455 + 165 + + + + + + + 40.739948926493526 + -3.8135006558150053 + + 899.4000244140625 + 19994.880859375 + + 194 + + 91 + + + 12.055000305175781 + 142 + + + + + + + 40.739902490749955 + -3.8136301562190056 + + 899.2000122070312 + 20006.900390625 + + 196 + + 93 + + + 12.017999649047852 + 146 + + + + + + + 40.73985613882542 + -3.813759656623006 + + 899.2000122070312 + 20018.890625 + + 196 + + 92 + + + 11.989999771118164 + 125 + + + + + + + 40.73981372639537 + -3.813881278038025 + + 898.7999877929688 + 20030.83984375 + + 193 + + 90 + + + 11.95300006866455 + 128 + + + + + + + 40.73977701365948 + -3.814005497843027 + + 898.7999877929688 + 20042.529296875 + + 193 + + 80 + + + 11.690999984741211 + 153 + + + + + + + 40.73974776081741 + -3.8141396082937717 + + 898.7999877929688 + 20054.259765625 + + 195 + + 85 + + + 11.729000091552734 + 174 + + + + + + + 40.739733846858144 + -3.8142707012593746 + + 898.5999755859375 + 20065.94921875 + + 195 + + 82 + + + 11.690999984741211 + 153 + + + + + + + 40.73972697369754 + -3.814409002661705 + + 898.2000122070312 + 20077.619140625 + + 195 + + 83 + + + 11.663000106811523 + 130 + + + + + + + 40.73971557430923 + -3.814546214416623 + + 898.0 + 20089.08984375 + + 195 + + 83 + + + 11.47700023651123 + 178 + + + + + + + 40.739688919857144 + -3.8146748766303062 + + 898.0 + 20100.66015625 + + 195 + + 81 + + + 11.569999694824219 + 191 + + + + + + + 40.73964164592326 + -3.814793983474374 + + 898.0 + 20112.169921875 + + 195 + + 80 + + + 11.505000114440918 + 186 + + + + + + + 40.73958121240139 + -3.8149021938443184 + + 898.2000122070312 + 20123.650390625 + + 195 + + 82 + + + 11.47700023651123 + 171 + + + + + + + 40.73951239697635 + -3.8149946462363005 + + 898.2000122070312 + 20134.849609375 + + 195 + + 85 + + + 11.206000328063965 + 238 + + + + + + + 40.739433858543634 + -3.8150895293802023 + + 898.0 + 20146.259765625 + + 195 + + 87 + + + 11.41100025177002 + 223 + + + + + + + 40.73936420492828 + -3.8151911180466413 + + 898.0 + 20157.669921875 + + 195 + + 84 + + + 11.41100025177002 + 215 + + + + + + + 40.739305363968015 + -3.815296897664666 + + 897.7999877929688 + 20169.080078125 + + 185 + + 86 + + + 11.41100025177002 + 223 + + + + + + + 40.73925825767219 + -3.815412735566497 + + 897.7999877929688 + 20180.5 + + 185 + + 85 + + + 11.41100025177002 + 215 + + + + + + + 40.73921266011894 + -3.8155370391905308 + + 897.7999877929688 + 20191.7890625 + + 185 + + 84 + + + 11.289999961853027 + 159 + + + + + + + 40.73916915804148 + -3.8156516198068857 + + 898.0 + 20203.01953125 + + 185 + + 87 + + + 11.234000205993652 + 177 + + + + + + + 40.73912129737437 + -3.815771397203207 + + 897.7999877929688 + 20214.23046875 + + 185 + + 84 + + + 11.206000328063965 + 216 + + + + + + + 40.73907452635467 + -3.815892096608877 + + 897.4000244140625 + 20225.51953125 + + 185 + + 85 + + + 11.289999961853027 + 259 + + + + + + + 40.73902951553464 + -3.8160091917961836 + + 897.2000122070312 + 20236.689453125 + + 185 + + 84 + + + 11.178000450134277 + 222 + + + + + + + 40.73898467235267 + -3.8161276280879974 + + 897.2000122070312 + 20247.990234375 + + 187 + + 86 + + + 11.289999961853027 + 209 + + + + + + + 40.73893764987588 + -3.816254949197173 + + 897.0 + 20259.33984375 + + 189 + + 85 + + + 11.354999542236328 + 226 + + + + + + + 40.73889272287488 + -3.8163738884031773 + + 896.7999877929688 + 20270.7890625 + + 189 + + 85 + + + 11.449000358581543 + 216 + + + + + + + 40.73884645476937 + -3.8164960965514183 + + 896.7999877929688 + 20282.01953125 + + 189 + + 85 + + + 11.234000205993652 + 246 + + + + + + + 40.73880102485418 + -3.816620232537389 + + 896.5999755859375 + 20293.41015625 + + 189 + + 85 + + + 11.383000373840332 + 234 + + + + + + + 40.738756181672215 + -3.816737663000822 + + 896.4000244140625 + 20304.580078125 + + 178 + + 84 + + + 11.178000450134277 + 215 + + + + + + + 40.73871301487088 + -3.8168506510555744 + + 896.4000244140625 + 20315.7890625 + + 178 + + 85 + + + 11.206000328063965 + 226 + + + + + + + 40.73866934515536 + -3.8169746194034815 + + 896.5999755859375 + 20326.970703125 + + 178 + + 84 + + + 11.178000450134277 + 244 + + + + + + + 40.738627100363374 + -3.8170897867530584 + + 896.4000244140625 + 20338.169921875 + + 181 + + 85 + + + 11.206000328063965 + 235 + + + + + + + 40.73858242481947 + -3.8172113243490458 + + 896.2000122070312 + 20349.349609375 + + 181 + + 83 + + + 11.178000450134277 + 215 + + + + + + + 40.73853716254234 + -3.8173303473740816 + + 896.2000122070312 + 20360.48046875 + + 181 + + 83 + + + 11.121999740600586 + 236 + + + + + + + 40.73849399574101 + -3.8174451794475317 + + 896.0 + 20371.5 + + 181 + + 82 + + + 11.029000282287598 + 227 + + + + + + + 40.73845292441547 + -3.8175569102168083 + + 896.2000122070312 + 20382.44921875 + + 179 + + 82 + + + 10.944999694824219 + 269 + + + + + + + 40.73841093108058 + -3.8176751788705587 + + 896.0 + 20393.390625 + + 179 + + 84 + + + 10.944999694824219 + 269 + + + + + + + 40.738370614126325 + -3.8177885860204697 + + 896.0 + 20404.279296875 + + 179 + + 82 + + + 10.888999938964844 + 272 + + + + + + + 40.73832820169628 + -3.817906938493252 + + 896.0 + 20415.130859375 + + 181 + + 82 + + + 10.842000007629395 + 241 + + + + + + + 40.73828620836139 + -3.8180221896618605 + + 896.0 + 20425.91015625 + + 181 + + 81 + + + 10.78600025177002 + 236 + + + + + + + 40.738246561959386 + -3.8181335851550102 + + 896.2000122070312 + 20436.609375 + + 181 + + 81 + + + 10.70199966430664 + 256 + + + + + + + 40.73820859193802 + -3.8182459864765406 + + 896.2000122070312 + 20447.259765625 + + 181 + + 79 + + + 10.645999908447266 + 255 + + + + + + + 40.738171208649874 + -3.818364590406418 + + 896.4000244140625 + 20457.91015625 + + 181 + + 79 + + + 10.645999908447266 + 221 + + + + + + + 40.73813684284687 + -3.8184774108231068 + + 896.5999755859375 + 20468.4296875 + + 181 + + 80 + + + 10.524999618530273 + 221 + + + + + + + 40.73810197412968 + -3.818595176562667 + + 896.5999755859375 + 20478.859375 + + 181 + + 79 + + + 10.432000160217285 + 248 + + + + + + + 40.7380697876215 + -3.8187125232070684 + + 896.5999755859375 + 20489.25 + + 181 + + 78 + + + 10.385000228881836 + 232 + + + + + + + 40.73804154060781 + -3.818828444927931 + + 896.5999755859375 + 20499.580078125 + + 181 + + 78 + + + 10.329000473022461 + 252 + + + + + + + 40.73801664635539 + -3.818941516801715 + + 896.5999755859375 + 20509.91015625 + + 181 + + 78 + + + 10.329000473022461 + 227 + + + + + + + 40.737993931397796 + -3.8190608751028776 + + 896.5999755859375 + 20520.240234375 + + 181 + + 77 + + + 10.329000473022461 + 241 + + + + + + + 40.73797498829663 + -3.8191772159188986 + + 896.5999755859375 + 20530.560546875 + + 181 + + 77 + + + 10.329000473022461 + 231 + + + + + + + 40.737957218661904 + -3.819299004971981 + + 896.5999755859375 + 20540.94921875 + + 181 + + 84 + + + 10.385000228881836 + 292 + + + + + + + 40.7379402872175 + -3.8194204587489367 + + 896.5999755859375 + 20551.380859375 + + 182 + + 84 + + + 10.432000160217285 + 257 + + + + + + + 40.73792427778244 + -3.8195406552404165 + + 896.5999755859375 + 20561.83984375 + + 182 + + 81 + + + 10.460000038146973 + 237 + + + + + + + 40.73791120201349 + -3.8196590915322304 + + 896.5999755859375 + 20572.26953125 + + 182 + + 86 + + + 10.432000160217285 + 233 + + + + + + + 40.737901562824845 + -3.8197863288223743 + + 896.5999755859375 + 20582.69921875 + + 182 + + 85 + + + 10.432000160217285 + 226 + + + + + + + 40.73789343237877 + -3.8199043460190296 + + 896.7999877929688 + 20593.140625 + + 182 + + 85 + + + 10.432000160217285 + 261 + + + + + + + 40.73788722977042 + -3.8200315833091736 + + 896.7999877929688 + 20603.650390625 + + 182 + + 85 + + + 10.515999794006348 + 224 + + + + + + + 40.73788421228528 + -3.8201564736664295 + + 896.7999877929688 + 20614.109375 + + 182 + + 84 + + + 10.460000038146973 + 237 + + + + + + + 40.73788463138044 + -3.82027767598629 + + 896.5999755859375 + 20624.599609375 + + 182 + + 83 + + + 10.48799991607666 + 245 + + + + + + + 40.73788563720882 + -3.820395190268755 + + 896.5999755859375 + 20635.130859375 + + 180 + + 85 + + + 10.534000396728516 + 206 + + + + + + + 40.737887313589454 + -3.82051857188344 + + 896.5999755859375 + 20645.650390625 + + 180 + + 85 + + + 10.515999794006348 + 199 + + + + + + + 40.7378935161978 + -3.8206355832517147 + + 896.7999877929688 + 20656.140625 + + 180 + + 85 + + + 10.48799991607666 + 209 + + + + + + + 40.73790332302451 + -3.8207590486854315 + + 896.7999877929688 + 20666.619140625 + + 180 + + 85 + + + 10.48799991607666 + 209 + + + + + + + 40.737915728241205 + -3.8208821788430214 + + 897.0 + 20677.140625 + + 180 + + 85 + + + 10.515999794006348 + 206 + + + + + + + 40.73792930692434 + -3.8210002798587084 + + 896.7999877929688 + 20687.630859375 + + 180 + + 84 + + + 10.48799991607666 + 195 + + + + + + + 40.73794397525489 + -3.821119638159871 + + 896.7999877929688 + 20698.060546875 + + 175 + + 85 + + + 10.432000160217285 + 208 + + + + + + + 40.737962583079934 + -3.821246875450015 + + 896.7999877929688 + 20708.490234375 + + 175 + + 83 + + + 10.432000160217285 + 229 + + + + + + + 40.73798043653369 + -3.8213663175702095 + + 896.7999877929688 + 20718.919921875 + + 175 + + 83 + + + 10.432000160217285 + 219 + + + + + + + 40.73800482787192 + -3.821491291746497 + + 896.7999877929688 + 20729.349609375 + + 175 + + 83 + + + 10.432000160217285 + 208 + + + + + + + 40.738030979409814 + -3.821611236780882 + + 896.7999877929688 + 20739.869140625 + + 171 + + 85 + + + 10.515999794006348 + 199 + + + + + + + 40.738059896975756 + -3.8217303436249495 + + 896.7999877929688 + 20750.25 + + 171 + + 85 + + + 10.385000228881836 + 221 + + + + + + + 40.73808982037008 + -3.821841571480036 + + 896.7999877929688 + 20760.740234375 + + 171 + + 81 + + + 10.48799991607666 + 199 + + + + + + + 40.73812326416373 + -3.821957493200898 + + 896.7999877929688 + 20771.23046875 + + 171 + + 85 + + + 10.48799991607666 + 203 + + + + + + + 40.73815503157675 + -3.8220687210559845 + + 896.7999877929688 + 20781.720703125 + + 171 + + 85 + + + 10.48799991607666 + 203 + + + + + + + 40.73819040320814 + -3.8221838884055614 + + 897.0 + 20792.150390625 + + 171 + + 85 + + + 10.432000160217285 + 244 + + + + + + + 40.73822904378176 + -3.8222993910312653 + + 897.0 + 20802.55078125 + + 171 + + 85 + + + 10.404000282287598 + 197 + + + + + + + 40.7382682710886 + -3.822409026324749 + + 896.7999877929688 + 20812.880859375 + + 171 + + 83 + + + 10.329000473022461 + 209 + + + + + + + 40.73831034824252 + -3.8225119560956955 + + 896.7999877929688 + 20823.2109375 + + 171 + + 82 + + + 10.329000473022461 + 234 + + + + + + + 40.738358460366726 + -3.8226220943033695 + + 896.5999755859375 + 20833.490234375 + + 171 + + 84 + + + 10.281999588012695 + 212 + + + + + + + 40.738403387367725 + -3.8227251917123795 + + 896.5999755859375 + 20843.810546875 + + 171 + + 83 + + + 10.3100004196167 + 206 + + + + + + + 40.73845208622515 + -3.8228333182632923 + + 896.7999877929688 + 20853.970703125 + + 171 + + 81 + + + 10.16100025177002 + 196 + + + + + + + 40.73850288055837 + -3.8229357451200485 + + 897.0 + 20864.150390625 + + 171 + + 85 + + + 10.189000129699707 + 193 + + + + + + + 40.73855359107256 + -3.823035405948758 + + 897.2000122070312 + 20874.359375 + + 171 + + 83 + + + 10.208000183105469 + 273 + + + + + + + 40.738604636862874 + -3.823133809491992 + + 897.2000122070312 + 20884.5703125 + + 171 + + 83 + + + 10.208000183105469 + 217 + + + + + + + 40.73866347782314 + -3.8232358172535896 + + 897.4000244140625 + 20894.779296875 + + 171 + + 82 + + + 10.208000183105469 + 217 + + + + + + + 40.73871972039342 + -3.823327934369445 + + 897.4000244140625 + 20904.939453125 + + 171 + + 83 + + + 10.16100025177002 + 199 + + + + + + + 40.73877604678273 + -3.8234200514853 + + 897.4000244140625 + 20915.099609375 + + 171 + + 85 + + + 10.16100025177002 + 227 + + + + + + + 40.738837737590075 + -3.8235135097056627 + + 897.4000244140625 + 20925.240234375 + + 178 + + 82 + + + 10.142000198364258 + 226 + + + + + + + 40.7389001827687 + -3.823601435869932 + + 897.5999755859375 + 20935.400390625 + + 178 + + 81 + + + 10.16100025177002 + 231 + + + + + + + 40.73896463960409 + -3.8236873503774405 + + 897.5999755859375 + 20945.55078125 + + 178 + + 82 + + + 10.142000198364258 + 205 + + + + + + + 40.739032784476876 + -3.8237754441797733 + + 897.5999755859375 + 20955.66015625 + + 173 + + 83 + + + 10.11400032043457 + 226 + + + + + + + 40.73909665457904 + -3.823857419192791 + + 897.5999755859375 + 20965.779296875 + + 173 + + 81 + + + 10.11400032043457 + 215 + + + + + + + 40.73916496708989 + -3.823944004252553 + + 897.5999755859375 + 20975.890625 + + 173 + + 81 + + + 10.11400032043457 + 195 + + + + + + + 40.7392352912575 + -3.8240265659987926 + + 897.5999755859375 + 20985.9609375 + + 169 + + 82 + + + 10.067999839782715 + 201 + + + + + + + 40.739301508292556 + -3.8241029251366854 + + 897.5999755859375 + 20996.0390625 + + 169 + + 82 + + + 10.086000442504883 + 242 + + + + + + + 40.73936998844147 + -3.8241785299032927 + + 897.7999877929688 + 21006.189453125 + + 169 + + 78 + + + 10.142000198364258 + 237 + + + + + + + 40.73944542557001 + -3.8242577388882637 + + 897.5999755859375 + 21016.330078125 + + 169 + + 85 + + + 10.142000198364258 + 285 + + + + + + + 40.739516755566 + -3.824332505464554 + + 897.5999755859375 + 21026.439453125 + + 167 + + 88 + + + 10.11400032043457 + 226 + + + + + + + 40.739588839933276 + -3.824411714449525 + + 897.5999755859375 + 21036.630859375 + + 172 + + 86 + + + 10.189000129699707 + 182 + + + + + + + 40.73966125957668 + -3.82449209690094 + + 897.7999877929688 + 21046.8203125 + + 173 + + 87 + + + 10.189000129699707 + 169 + + + + + + + 40.739729069173336 + -3.8245691265910864 + + 897.5999755859375 + 21057.060546875 + + 173 + + 78 + + + 10.236000061035156 + 222 + + + + + + + 40.73979704640806 + -3.824642887338996 + + 898.0 + 21067.099609375 + + 171 + + 75 + + + 10.039999961853027 + 214 + + + + + + + 40.7398690469563 + -3.8247198332101107 + + 898.0 + 21077.140625 + + 171 + + 81 + + + 10.039999961853027 + 224 + + + + + + + 40.73993551544845 + -3.824793426319957 + + 898.2000122070312 + 21087.16015625 + + 171 + + 83 + + + 10.020999908447266 + 227 + + + + + + + 40.74000550433993 + -3.8248723838478327 + + 898.2000122070312 + 21097.1796875 + + 171 + + 80 + + + 10.020999908447266 + 200 + + + + + + + 40.7400762476027 + -3.8249492458999157 + + 898.2000122070312 + 21107.19921875 + + 171 + + 81 + + + 10.020999908447266 + 213 + + + + + + + 40.74014405719936 + -3.8250240962952375 + + 898.2000122070312 + 21117.19921875 + + 171 + + 81 + + + 9.993000030517578 + 240 + + + + + + + 40.740210358053446 + -3.8250968512147665 + + 898.0 + 21127.169921875 + + 171 + + 81 + + + 9.975000381469727 + 212 + + + + + + + 40.74028227478266 + -3.825171198695898 + + 898.0 + 21137.05078125 + + 171 + + 79 + + + 9.880999565124512 + 217 + + + + + + + 40.740349078550935 + -3.8252428639680147 + + 898.0 + 21147.0 + + 171 + + 77 + + + 9.946999549865723 + 252 + + + + + + + 40.740419905632734 + -3.8253227435052395 + + 897.7999877929688 + 21156.939453125 + + 171 + + 92 + + + 9.946999549865723 + 221 + + + + + + + 40.740491738542914 + -3.8254008628427982 + + 898.0 + 21166.91015625 + + 171 + + 98 + + + 9.96500015258789 + 236 + + + + + + + 40.74055711738765 + -3.82547277957201 + + 898.0 + 21176.869140625 + + 171 + + 85 + + + 9.96500015258789 + 232 + + + + + + + 40.7406204007566 + -3.8255456183105707 + + 898.2000122070312 + 21186.76953125 + + 170 + + 84 + + + 9.899999618530273 + 203 + + + + + + + 40.74068946763873 + -3.8256252463907003 + + 898.4000244140625 + 21196.609375 + + 170 + + 86 + + + 9.835000038146973 + 229 + + + + + + + 40.740754175931215 + -3.8257008511573076 + + 898.4000244140625 + 21206.400390625 + + 170 + + 83 + + + 9.788000106811523 + 224 + + + + + + + 40.7408204767853 + -3.825781736522913 + + 898.4000244140625 + 21216.19921875 + + 170 + + 85 + + + 9.807000160217285 + 241 + + + + + + + 40.740884598344564 + -3.8258611131459475 + + 898.5999755859375 + 21226.009765625 + + 170 + + 81 + + + 9.807000160217285 + 155 + + + + + + + 40.74094561859965 + -3.8259400706738234 + + 898.7999877929688 + 21235.73046875 + + 170 + + 85 + + + 9.722999572753906 + 170 + + + + + + + 40.74100571684539 + -3.826018776744604 + + 898.7999877929688 + 21245.369140625 + + 170 + + 91 + + + 9.638999938964844 + 246 + + + + + + + 40.741068413481116 + -3.826102763414383 + + 898.7999877929688 + 21255.05078125 + + 170 + + 91 + + + 9.675999641418457 + 248 + + + + + + + 40.741128511726856 + -3.8261848222464323 + + 898.7999877929688 + 21264.75 + + 170 + + 85 + + + 9.704000473022461 + 222 + + + + + + + 40.74118819087744 + -3.8262727484107018 + + 898.7999877929688 + 21274.490234375 + + 170 + + 83 + + + 9.741000175476074 + 217 + + + + + + + 40.74124502018094 + -3.826362853869796 + + 898.7999877929688 + 21284.279296875 + + 165 + + 84 + + + 9.788000106811523 + 175 + + + + + + + 40.74129816144705 + -3.826451702043414 + + 898.7999877929688 + 21294.080078125 + + 165 + + 85 + + + 9.79699993133545 + 198 + + + + + + + 40.74134677648544 + -3.826540634036064 + + 898.5999755859375 + 21303.91015625 + + 165 + + 84 + + + 9.835000038146973 + 232 + + + + + + + 40.74139757081866 + -3.8266385346651077 + + 898.5999755859375 + 21313.619140625 + + 165 + + 84 + + + 9.704000473022461 + 199 + + + + + + + 40.74144341982901 + -3.826731238514185 + + 898.7999877929688 + 21323.44921875 + + 165 + + 84 + + + 9.835000038146973 + 225 + + + + + + + 40.7414906937629 + -3.8268333300948143 + + 898.7999877929688 + 21333.30078125 + + 165 + + 84 + + + 9.852999687194824 + 213 + + + + + + + 40.741535536944866 + -3.826936762779951 + + 898.5999755859375 + 21343.23046875 + + 165 + + 85 + + + 9.928000450134277 + 210 + + + + + + + 40.74157727882266 + -3.8270365074276924 + + 898.5999755859375 + 21353.01953125 + + 165 + + 84 + + + 9.788000106811523 + 244 + + + + + + + 40.741618014872074 + -3.8271366711705923 + + 898.5999755859375 + 21362.900390625 + + 162 + + 85 + + + 9.880999565124512 + 233 + + + + + + + 40.74165967293084 + -3.8272432051599026 + + 898.5999755859375 + 21372.849609375 + + 164 + + 85 + + + 9.946999549865723 + 241 + + + + + + + 40.74169688858092 + -3.827348481863737 + + 898.5999755859375 + 21382.810546875 + + 173 + + 86 + + + 9.96500015258789 + 225 + + + + + + + 40.74173368513584 + -3.8274588715285063 + + 898.5999755859375 + 21392.779296875 + + 173 + + 81 + + + 9.96500015258789 + 198 + + + + + + + 40.741769475862384 + -3.8275700993835926 + + 898.5999755859375 + 21402.740234375 + + 173 + + 81 + + + 9.96500015258789 + 194 + + + + + + + 40.74180107563734 + -3.8276809081435204 + + 898.5999755859375 + 21412.689453125 + + 169 + + 85 + + + 9.946999549865723 + 194 + + + + + + + 40.74182982556522 + -3.8277904596179724 + + 898.7999877929688 + 21422.630859375 + + 169 + + 86 + + + 9.946999549865723 + 235 + + + + + + + 40.74185882695019 + -3.827908141538501 + + 898.5999755859375 + 21432.720703125 + + 169 + + 85 + + + 10.086000442504883 + 279 + + + + + + + 40.74188405647874 + -3.8280233927071095 + + 898.5999755859375 + 21442.689453125 + + 169 + + 86 + + + 9.96500015258789 + 282 + + + + + + + 40.74190802872181 + -3.828139565885067 + + 898.4000244140625 + 21452.80078125 + + 169 + + 86 + + + 10.11400032043457 + 225 + + + + + + + 40.74192906729877 + -3.828256744891405 + + 898.4000244140625 + 21462.890625 + + 173 + + 86 + + + 10.086000442504883 + 211 + + + + + + + 40.74194725602865 + -3.828372582793236 + + 898.5999755859375 + 21473.0703125 + + 173 + + 86 + + + 10.180000305175781 + 222 + + + + + + + 40.7419637683779 + -3.8284878339618444 + + 898.5999755859375 + 21483.060546875 + + 178 + + 85 + + + 9.993000030517578 + 165 + + + + + + + 40.741980113089085 + -3.828610545024276 + + 898.7999877929688 + 21493.150390625 + + 178 + + 85 + + + 10.086000442504883 + 170 + + + + + + + 40.741993356496096 + -3.8287239521741867 + + 898.7999877929688 + 21503.189453125 + + 178 + + 86 + + + 10.039999961853027 + 162 + + + + + + + 40.74200232513249 + -3.828842304646969 + + 899.0 + 21513.130859375 + + 178 + + 85 + + + 9.946999549865723 + 157 + + + + + + + 40.74200919829309 + -3.8290308136492968 + + 899.0 + 21523.099609375 + + 183 + + 85 + + + 9.96500015258789 + 215 + + + + + + + 40.742009952664375 + -3.829078171402216 + + 899.0 + 21533.060546875 + + 183 + + 85 + + + 9.96500015258789 + 215 + + + + + + + 40.74201221577823 + -3.8291919976472855 + + 899.0 + 21542.94921875 + + 183 + + 85 + + + 9.890999794006348 + 205 + + + + + + + 40.742012802511454 + -3.8293098472058773 + + 899.0 + 21552.880859375 + + 183 + + 85 + + + 9.928000450134277 + 197 + + + + + + + 40.74201012030244 + -3.8294210750609636 + + 898.7999877929688 + 21562.759765625 + + 183 + + 85 + + + 9.880999565124512 + 203 + + + + + + + 40.74200349859893 + -3.829535488039255 + + 899.0 + 21572.5703125 + + 180 + + 84 + + + 9.807000160217285 + 179 + + + + + + + 40.74199612252414 + -3.8296517450362444 + + 899.0 + 21582.310546875 + + 176 + + 84 + + + 9.741000175476074 + 230 + + + + + + + 40.74198656715453 + -3.8297633081674576 + + 898.7999877929688 + 21592.080078125 + + 176 + + 83 + + + 9.769000053405762 + 233 + + + + + + + 40.74197541922331 + -3.829874200746417 + + 898.7999877929688 + 21601.869140625 + + 172 + + 84 + + + 9.788000106811523 + 240 + + + + + + + 40.74196116998792 + -3.8299936428666115 + + 898.7999877929688 + 21611.75 + + 172 + + 84 + + + 9.880999565124512 + 233 + + + + + + + 40.741945412009954 + -3.830108977854252 + + 899.0 + 21621.6796875 + + 172 + + 85 + + + 9.928000450134277 + 254 + + + + + + + 40.7419257145375 + -3.8302274979650974 + + 899.0 + 21631.640625 + + 172 + + 84 + + + 9.96500015258789 + 228 + + + + + + + 40.74190551415086 + -3.830344257876277 + + 899.0 + 21641.650390625 + + 172 + + 85 + + + 10.01200008392334 + 216 + + + + + + + 40.74188497848809 + -3.8304560724645853 + + 898.7999877929688 + 21651.669921875 + + 174 + + 85 + + + 10.01200008392334 + 239 + + + + + + + 40.74186393991113 + -3.830568138509989 + + 898.7999877929688 + 21661.720703125 + + 174 + + 85 + + + 10.057999610900879 + 213 + + + + + + + 40.74184005148709 + -3.8306872453540564 + + 899.0 + 21671.810546875 + + 172 + + 86 + + + 10.086000442504883 + 207 + + + + + + + 40.74181666597724 + -3.830798137933016 + + 899.0 + 21681.900390625 + + 172 + + 85 + + + 10.086000442504883 + 201 + + + + + + + 40.741792526096106 + -3.8309154007583857 + + 899.0 + 21691.98046875 + + 172 + + 86 + + + 10.086000442504883 + 190 + + + + + + + 40.741767128929496 + -3.8310329988598824 + + 899.0 + 21702.119140625 + + 172 + + 86 + + + 10.133000373840332 + 221 + + + + + + + 40.74174248613417 + -3.831144142895937 + + 899.0 + 21712.23046875 + + 172 + + 85 + + + 10.11400032043457 + 177 + + + + + + + 40.741718681529164 + -3.8312573824077845 + + 899.0 + 21722.349609375 + + 171 + + 88 + + + 10.11400032043457 + 180 + + + + + + + 40.74169387109578 + -3.831374142318964 + + 899.0 + 21732.48046875 + + 171 + + 86 + + + 10.133000373840332 + 191 + + + + + + + 40.74166973121464 + -3.831484280526638 + + 899.0 + 21742.58984375 + + 177 + + 87 + + + 10.11400032043457 + 191 + + + + + + + 40.741643998771906 + -3.831603806465864 + + 899.0 + 21752.849609375 + + 177 + + 86 + + + 10.253999710083008 + 217 + + + + + + + 40.74161935597658 + -3.831720147281885 + + 899.0 + 21762.9609375 + + 177 + + 85 + + + 10.11400032043457 + 178 + + + + + + + 40.74159471318126 + -3.8318343088030815 + + 899.0 + 21773.080078125 + + 177 + + 85 + + + 10.11400032043457 + 230 + + + + + + + 40.741571662947536 + -3.8319452852010727 + + 899.0 + 21783.099609375 + + 173 + + 85 + + + 10.020999908447266 + 224 + + + + + + + 40.741547690704465 + -3.8320633862167597 + + 899.2000122070312 + 21793.310546875 + + 171 + + 87 + + + 10.217000007629395 + 218 + + + + + + + 40.741525227203965 + -3.832179307937622 + + 899.2000122070312 + 21803.4296875 + + 171 + + 88 + + + 10.11400032043457 + 275 + + + + + + + 40.741501254960895 + -3.8323014322668314 + + 899.2000122070312 + 21813.66015625 + + 172 + + 86 + + + 10.236000061035156 + 257 + + + + + + + 40.74147652834654 + -3.8324201200157404 + + 899.2000122070312 + 21823.900390625 + + 172 + + 87 + + + 10.236000061035156 + 184 + + + + + + + 40.74145456776023 + -3.8325352035462856 + + 899.2000122070312 + 21834.119140625 + + 172 + + 85 + + + 10.217000007629395 + 222 + + + + + + + 40.74143453501165 + -3.832650287076831 + + 899.2000122070312 + 21844.380859375 + + 172 + + 86 + + + 10.263999938964844 + 268 + + + + + + + 40.741415759548545 + -3.8327725790441036 + + 899.0 + 21854.689453125 + + 172 + + 87 + + + 10.3100004196167 + 196 + + + + + + + 40.74140100739896 + -3.8328897580504417 + + 899.0 + 21865.0 + + 172 + + 88 + + + 10.3100004196167 + 185 + + + + + + + 40.741385417059064 + -3.833013139665127 + + 898.7999877929688 + 21875.310546875 + + 172 + + 90 + + + 10.3100004196167 + 217 + + + + + + + 40.7413765322417 + -3.8331371918320656 + + 898.7999877929688 + 21885.650390625 + + 172 + + 87 + + + 10.338000297546387 + 189 + + + + + + + 40.74137108400464 + -3.83325956761837 + + 898.5999755859375 + 21896.08984375 + + 172 + + 91 + + + 10.440999984741211 + 212 + + + + + + + 40.74136756360531 + -3.833380099385977 + + 898.7999877929688 + 21906.560546875 + + 163 + + 90 + + + 10.468999862670898 + 166 + + + + + + + 40.7413643784821 + -3.833507588133216 + + 899.0 + 21917.029296875 + + 163 + + 93 + + + 10.468999862670898 + 223 + + + + + + + 40.74136605486274 + -3.833628371357918 + + 899.2000122070312 + 21927.55078125 + + 163 + + 85 + + + 10.515999794006348 + 231 + + + + + + + 40.741372341290116 + -3.8337565306574106 + + 899.2000122070312 + 21938.140625 + + 171 + + 86 + + + 10.59000015258789 + 288 + + + + + + + 40.7413818128407 + -3.8338867016136646 + + 899.2000122070312 + 21948.83984375 + + 171 + + 85 + + + 10.70199966430664 + 239 + + + + + + + 40.74139312840998 + -3.8340110890567303 + + 899.2000122070312 + 21959.5390625 + + 171 + + 85 + + + 10.70199966430664 + 225 + + + + + + + 40.741406539455056 + -3.8341355603188276 + + 899.2000122070312 + 21970.26953125 + + 171 + + 85 + + + 10.729999542236328 + 240 + + + + + + + 40.74142296798527 + -3.8342648930847645 + + 899.0 + 21981.0 + + 173 + + 86 + + + 10.729999542236328 + 197 + + + + + + + 40.74144040234387 + -3.8343860115855932 + + 899.0 + 21991.69921875 + + 173 + + 86 + + + 10.70199966430664 + 199 + + + + + + + 40.74146102182567 + -3.834512997418642 + + 899.0 + 22002.380859375 + + 173 + + 87 + + + 10.673999786376953 + 188 + + + + + + + 40.741483233869076 + -3.8346388936042786 + + 899.0 + 22013.0 + + 171 + + 86 + + + 10.618000030517578 + 195 + + + + + + + 40.741505613550544 + -3.834760095924139 + + 899.0 + 22023.640625 + + 172 + + 85 + + + 10.645999908447266 + 187 + + + + + + + 40.74152782559395 + -3.834878532215953 + + 899.2000122070312 + 22034.259765625 + + 172 + + 85 + + + 10.618000030517578 + 198 + + + + + + + 40.74155188165605 + -3.8350055180490017 + + 899.2000122070312 + 22044.9296875 + + 172 + + 84 + + + 10.673999786376953 + 228 + + + + + + + 40.74157283641398 + -3.835124960169196 + + 899.2000122070312 + 22055.7109375 + + 172 + + 85 + + + 10.777000427246094 + 198 + + + + + + + 40.74159781448543 + -3.8352553825825453 + + 899.4000244140625 + 22066.330078125 + + 172 + + 86 + + + 10.618000030517578 + 259 + + + + + + + 40.74162220582366 + -3.835385050624609 + + 899.5999755859375 + 22077.08984375 + + 167 + + 85 + + + 10.758000373840332 + 215 + + + + + + + 40.74164533987641 + -3.835507594048977 + + 899.5999755859375 + 22087.890625 + + 167 + + 84 + + + 10.805000305175781 + 267 + + + + + + + 40.74167090468109 + -3.835632987320423 + + 899.4000244140625 + 22098.810546875 + + 167 + + 82 + + + 10.916999816894531 + 255 + + + + + + + 40.74169563129544 + -3.835765505209565 + + 899.4000244140625 + 22109.779296875 + + 167 + + 83 + + + 10.972999572753906 + 253 + + + + + + + 40.74171784333885 + -3.8358926586806774 + + 899.4000244140625 + 22120.779296875 + + 167 + + 83 + + + 11.00100040435791 + 250 + + + + + + + 40.74174206703901 + -3.836024086922407 + + 899.4000244140625 + 22131.759765625 + + 167 + + 83 + + + 10.972999572753906 + 253 + + + + + + + 40.74176553636789 + -3.836151910945773 + + 899.4000244140625 + 22142.69921875 + + 167 + + 84 + + + 10.944999694824219 + 219 + + + + + + + 40.741789089515805 + -3.8362751249223948 + + 899.4000244140625 + 22153.58984375 + + 167 + + 85 + + + 10.888999938964844 + 218 + + + + + + + 40.74181230738759 + -3.836397919803858 + + 899.4000244140625 + 22164.419921875 + + 167 + + 83 + + + 10.833000183105469 + 242 + + + + + + + 40.741832088679075 + -3.8365290127694607 + + 899.4000244140625 + 22175.259765625 + + 172 + + 83 + + + 10.833000183105469 + 242 + + + + + + + 40.741847259923816 + -3.8366530649363995 + + 899.4000244140625 + 22186.029296875 + + 172 + + 81 + + + 10.777000427246094 + 182 + + + + + + + 40.74186125770211 + -3.836783906444907 + + 899.4000244140625 + 22196.740234375 + + 172 + + 81 + + + 10.70199966430664 + 214 + + + + + + + 40.741871148347855 + -3.8369151670485735 + + 899.4000244140625 + 22207.439453125 + + 169 + + 82 + + + 10.70199966430664 + 228 + + + + + + + 40.74187542311847 + -3.837039051577449 + + 899.5999755859375 + 22218.140625 + + 165 + + 82 + + + 10.70199966430664 + 203 + + + + + + + 40.74187533929944 + -3.837158242240548 + + 899.5999755859375 + 22228.810546875 + + 165 + + 80 + + + 10.673999786376953 + 188 + + + + + + + 40.74187056161463 + -3.8372844737023115 + + 899.5999755859375 + 22239.400390625 + + 165 + + 80 + + + 10.59000015258789 + 212 + + + + + + + 40.741861425340176 + -3.837403664365411 + + 899.7999877929688 + 22249.98046875 + + 165 + + 80 + + + 10.571999549865723 + 225 + + + + + + + 40.74184834957123 + -3.837529895827174 + + 899.7999877929688 + 22260.55078125 + + 170 + + 80 + + + 10.571999549865723 + 211 + + + + + + + 40.74183192104101 + -3.8376555405557156 + + 899.7999877929688 + 22271.220703125 + + 170 + + 80 + + + 10.673999786376953 + 254 + + + + + + + 40.741812055930495 + -3.8377751503139734 + + 899.7999877929688 + 22281.7109375 + + 170 + + 79 + + + 10.48799991607666 + 217 + + + + + + + 40.74178825132549 + -3.8378924131393433 + + 899.7999877929688 + 22292.23046875 + + 170 + + 77 + + + 10.515999794006348 + 210 + + + + + + + 40.74176084250212 + -3.8380151242017746 + + 899.7999877929688 + 22302.669921875 + + 170 + + 83 + + + 10.440999984741211 + 248 + + + + + + + 40.74173075146973 + -3.838126854971051 + + 899.7999877929688 + 22313.080078125 + + 170 + + 83 + + + 10.413000106811523 + 240 + + + + + + + 40.74169395491481 + -3.838244369253516 + + 899.4000244140625 + 22323.470703125 + + 170 + + 85 + + + 10.385000228881836 + 225 + + + + + + + 40.741654643788934 + -3.8383567705750465 + + 899.4000244140625 + 22333.76953125 + + 170 + + 85 + + + 10.3100004196167 + 231 + + + + + + + 40.74161340482533 + -3.838467076420784 + + 899.4000244140625 + 22344.0390625 + + 170 + + 84 + + + 10.263999938964844 + 230 + + + + + + + 40.74157241731882 + -3.838573945686221 + + 899.4000244140625 + 22354.330078125 + + 176 + + 83 + + + 10.291999816894531 + 234 + + + + + + + 40.74152975343168 + -3.8386851735413074 + + 899.2000122070312 + 22364.69921875 + + 179 + + 84 + + + 10.366000175476074 + 210 + + + + + + + 40.74148734100163 + -3.838788438588381 + + 899.2000122070312 + 22374.919921875 + + 179 + + 84 + + + 10.217000007629395 + 246 + + + + + + + 40.74144040234387 + -3.838895307853818 + + 899.0 + 22385.279296875 + + 179 + + 83 + + + 10.366000175476074 + 246 + + + + + + + 40.741393798962235 + -3.8390023447573185 + + 899.2000122070312 + 22395.689453125 + + 179 + + 85 + + + 10.413000106811523 + 244 + + + + + + + 40.74134820140898 + -3.8391094654798508 + + 899.2000122070312 + 22406.130859375 + + 179 + + 84 + + + 10.440999984741211 + 233 + + + + + + + 40.74130604043603 + -3.8392174243927 + + 899.2000122070312 + 22416.55078125 + + 179 + + 84 + + + 10.413000106811523 + 229 + + + + + + + 40.741260359063745 + -3.839330244809389 + + 899.2000122070312 + 22426.990234375 + + 179 + + 82 + + + 10.440999984741211 + 233 + + + + + + + 40.74121618643403 + -3.8394388742744923 + + 899.5999755859375 + 22437.48046875 + + 179 + + 85 + + + 10.48799991607666 + 221 + + + + + + + 40.7411695830524 + -3.839548174291849 + + 899.5999755859375 + 22447.76953125 + + 179 + + 84 + + + 10.291999816894531 + 254 + + + + + + + 40.74112138710916 + -3.8396541215479374 + + 899.7999877929688 + 22458.130859375 + + 179 + + 83 + + + 10.366000175476074 + 225 + + + + + + + 40.74107646010816 + -3.8397592306137085 + + 899.7999877929688 + 22468.44921875 + + 179 + + 84 + + + 10.3100004196167 + 255 + + + + + + + 40.74103496968746 + -3.839863920584321 + + 900.0 + 22478.759765625 + + 179 + + 84 + + + 10.3100004196167 + 272 + + + + + + + 40.74098903685808 + -3.8399769086390734 + + 900.0 + 22489.119140625 + + 184 + + 83 + + + 10.366000175476074 + 271 + + + + + + + 40.74094436131418 + -3.8400807604193687 + + 900.0 + 22499.640625 + + 184 + + 85 + + + 10.515999794006348 + 228 + + + + + + + 40.74089708738029 + -3.8401885516941547 + + 900.4000244140625 + 22510.009765625 + + 184 + + 82 + + + 10.366000175476074 + 182 + + + + + + + 40.74084956198931 + -3.840298606082797 + + 900.4000244140625 + 22520.439453125 + + 175 + + 86 + + + 10.440999984741211 + 205 + + + + + + + 40.74080463498831 + -3.8404056429862976 + + 900.4000244140625 + 22530.919921875 + + 175 + + 85 + + + 10.468999862670898 + 223 + + + + + + + 40.740759037435055 + -3.840510919690132 + + 900.5999755859375 + 22541.380859375 + + 175 + + 84 + + + 10.468999862670898 + 220 + + + + + + + 40.740714026615024 + -3.840617872774601 + + 901.2000122070312 + 22551.830078125 + + 175 + + 82 + + + 10.440999984741211 + 223 + + + + + + + 40.74067295528948 + -3.8407217245548964 + + 901.4000244140625 + 22562.189453125 + + 172 + + 84 + + + 10.366000175476074 + 249 + + + + + + + 40.74062844738364 + -3.840832030400634 + + 901.2000122070312 + 22572.41015625 + + 172 + + 83 + + + 10.217000007629395 + 228 + + + + + + + 40.74058435857296 + -3.8409390673041344 + + 901.0 + 22582.51953125 + + 171 + + 82 + + + 10.11400032043457 + 264 + + + + + + + 40.74054152704775 + -3.8410414941608906 + + 900.7999877929688 + 22592.5703125 + + 171 + + 81 + + + 10.048999786376953 + 276 + + + + + + + 40.7404993660748 + -3.8411421608179808 + + 900.5999755859375 + 22602.55078125 + + 168 + + 82 + + + 9.975000381469727 + 237 + + + + + + + 40.740455109626055 + -3.841248359531164 + + 900.4000244140625 + 22612.51953125 + + 168 + + 80 + + + 9.975000381469727 + 261 + + + + + + + 40.74041445739567 + -3.841349110007286 + + 900.2000122070312 + 22622.44921875 + + 168 + + 81 + + + 9.928000450134277 + 236 + + + + + + + 40.74036953039467 + -3.8414544705301523 + + 900.0 + 22632.359375 + + 168 + + 83 + + + 9.909000396728516 + 279 + + + + + + + 40.74032342992723 + -3.8415583223104477 + + 900.0 + 22642.30078125 + + 168 + + 85 + + + 9.946999549865723 + 316 + + + + + + + 40.74028051458299 + -3.841659491881728 + + 900.0 + 22652.330078125 + + 168 + + 83 + + + 10.020999908447266 + 261 + + + + + + + 40.740237683057785 + -3.841758146882057 + + 900.2000122070312 + 22662.25 + + 163 + + 88 + + + 9.928000450134277 + 238 + + + + + + + 40.74019351042807 + -3.841862417757511 + + 900.5999755859375 + 22672.0390625 + + 159 + + 85 + + + 9.788000106811523 + 222 + + + + + + + 40.740151684731245 + -3.8419607374817133 + + 900.5999755859375 + 22681.919921875 + + 161 + + 85 + + + 9.880999565124512 + 277 + + + + + + + 40.7401058357209 + -3.842065930366516 + + 900.5999755859375 + 22691.849609375 + + 161 + + 84 + + + 9.928000450134277 + 275 + + + + + + + 40.74005973525345 + -3.842166345566511 + + 900.4000244140625 + 22701.779296875 + + 161 + + 85 + + + 9.928000450134277 + 235 + + + + + + + 40.74001363478601 + -3.8422646652907133 + + 900.2000122070312 + 22711.69921875 + + 161 + + 83 + + + 9.928000450134277 + 198 + + + + + + + 40.739966025575995 + -3.8423633202910423 + + 900.2000122070312 + 22721.599609375 + + 161 + + 86 + + + 9.899999618530273 + 227 + + + + + + + 40.73991380631924 + -3.842465579509735 + + 900.2000122070312 + 22731.580078125 + + 159 + + 87 + + + 9.975000381469727 + 205 + + + + + + + 40.73986309580505 + -3.842559289187193 + + 900.2000122070312 + 22741.509765625 + + 159 + + 86 + + + 9.928000450134277 + 181 + + + + + + + 40.73980442248285 + -3.84265149012208 + + 900.2000122070312 + 22751.41015625 + + 159 + + 85 + + + 9.899999618530273 + 187 + + + + + + + 40.739741222932935 + -3.8427384104579687 + + 900.2000122070312 + 22761.310546875 + + 159 + + 86 + + + 9.899999618530273 + 173 + + + + + + + 40.73967802338302 + -3.8428168650716543 + + 900.4000244140625 + 22771.240234375 + + 159 + + 88 + + + 9.928000450134277 + 228 + + + + + + + 40.7396116387099 + -3.8428944814950228 + + 900.2000122070312 + 22781.23046875 + + 157 + + 86 + + + 9.993000030517578 + 199 + + + + + + + 40.73954131454229 + -3.842977713793516 + + 900.0 + 22791.310546875 + + 157 + + 90 + + + 10.086000442504883 + 262 + + + + + + + 40.73947316966951 + -3.843053737655282 + + 900.0 + 22801.4609375 + + 157 + + 86 + + + 10.142000198364258 + 177 + + + + + + + 40.739398738369346 + -3.8431293424218893 + + 900.2000122070312 + 22811.5703125 + + 157 + + 91 + + + 10.11400032043457 + 191 + + + + + + + 40.739324977621436 + -3.843203606083989 + + 900.2000122070312 + 22821.779296875 + + 157 + + 87 + + + 10.208000183105469 + 210 + + + + + + + 40.73924895375967 + -3.8432691525667906 + + 900.2000122070312 + 22831.890625 + + 157 + + 81 + + + 10.11400032043457 + 215 + + + + + + + 40.739172929897904 + -3.8433292508125305 + + 900.2000122070312 + 22842.130859375 + + 157 + + 82 + + + 10.236000061035156 + 197 + + + + + + + 40.73908810503781 + -3.8433881755918264 + + 900.2000122070312 + 22852.390625 + + 157 + + 85 + + + 10.263999938964844 + 183 + + + + + + + 40.739008812233806 + -3.8434459269046783 + + 900.0 + 22862.66015625 + + 157 + + 85 + + + 10.263999938964844 + 179 + + + + + + + 40.73892557993531 + -3.8435083720833063 + + 900.0 + 22873.0390625 + + 157 + + 84 + + + 10.385000228881836 + 220 + + + + + + + 40.7388433534652 + -3.843568805605173 + + 900.0 + 22883.349609375 + + 163 + + 84 + + + 10.3100004196167 + 223 + + + + + + + 40.7387640606612 + -3.8436275627464056 + + 900.2000122070312 + 22893.5390625 + + 163 + + 83 + + + 10.189000129699707 + 206 + + + + + + + 40.73868501931429 + -3.843685733154416 + + 900.0 + 22903.869140625 + + 163 + + 83 + + + 10.329000473022461 + 206 + + + + + + + 40.738602792844176 + -3.8437480945140123 + + 900.0 + 22914.19921875 + + 163 + + 84 + + + 10.329000473022461 + 202 + + + + + + + 40.738525679335 + -3.8438084442168474 + + 900.2000122070312 + 22924.529296875 + + 163 + + 90 + + + 10.329000473022461 + 195 + + + + + + + 40.73844328522682 + -3.8438708055764437 + + 900.0 + 22934.810546875 + + 163 + + 84 + + + 10.281999588012695 + 208 + + + + + + + 40.73836214840412 + -3.843933502212167 + + 900.0 + 22945.08984375 + + 163 + + 82 + + + 10.281999588012695 + 233 + + + + + + + 40.738283609971404 + -3.843991169705987 + + 900.2000122070312 + 22955.359375 + + 163 + + 84 + + + 10.263999938964844 + 170 + + + + + + + 40.73820624500513 + -3.8440487533807755 + + 900.2000122070312 + 22965.5703125 + + 163 + + 81 + + + 10.208000183105469 + 242 + + + + + + + 40.73812351562083 + -3.8441122882068157 + + 900.2000122070312 + 22975.880859375 + + 163 + + 83 + + + 10.3100004196167 + 254 + + + + + + + 40.738044725731015 + -3.844172889366746 + + 900.2000122070312 + 22985.970703125 + + 163 + + 83 + + + 10.095999717712402 + 249 + + + + + + + 40.73796568438411 + -3.8442398607730865 + + 900.2000122070312 + 22996.259765625 + + 163 + + 83 + + + 10.291999816894531 + 310 + + + + + + + 40.7378847990185 + -3.8443084247410297 + + 900.0 + 23006.650390625 + + 163 + + 82 + + + 10.385000228881836 + 236 + + + + + + + 40.737807182595134 + -3.8443786650896072 + + 900.0 + 23017.08984375 + + 163 + + 83 + + + 10.440999984741211 + 222 + + + + + + + 40.73773082345724 + -3.8444463908672333 + + 900.0 + 23027.599609375 + + 163 + + 85 + + + 10.515999794006348 + 263 + + + + + + + 40.737653290852904 + -3.844523001462221 + + 899.7999877929688 + 23038.19921875 + + 163 + + 85 + + + 10.59000015258789 + 251 + + + + + + + 40.73758363723755 + -3.8446018751710653 + + 899.7999877929688 + 23048.76953125 + + 163 + + 85 + + + 10.571999549865723 + 243 + + + + + + + 40.737514486536384 + -3.8446928188204765 + + 899.5999755859375 + 23059.33984375 + + 163 + + 86 + + + 10.571999549865723 + 264 + + + + + + + 40.73744701221585 + -3.8447853550314903 + + 899.5999755859375 + 23069.880859375 + + 163 + + 84 + + + 10.543999671936035 + 217 + + + + + + + 40.73738297447562 + -3.844875544309616 + + 899.5999755859375 + 23080.400390625 + + 163 + + 88 + + + 10.515999794006348 + 296 + + + + + + + 40.737321032211185 + -3.844966236501932 + + 899.5999755859375 + 23090.7109375 + + 167 + + 88 + + + 10.3100004196167 + 254 + + + + + + + 40.73726085014641 + -3.8450612872838974 + + 899.7999877929688 + 23100.970703125 + + 167 + + 90 + + + 10.263999938964844 + 236 + + + + + + + 40.737205278128386 + -3.8451518956571817 + + 900.0 + 23111.099609375 + + 167 + + 87 + + + 10.12399959564209 + 219 + + + + + + + 40.73714794591069 + -3.845247868448496 + + 900.0 + 23121.119140625 + + 167 + + 85 + + + 10.020999908447266 + 261 + + + + + + + 40.737093882635236 + -3.84534384123981 + + 900.0 + 23131.119140625 + + 167 + + 85 + + + 10.003000259399414 + 257 + + + + + + + 40.73704283684492 + -3.84543864056468 + + 900.0 + 23141.029296875 + + 165 + + 86 + + + 9.909000396728516 + 281 + + + + + + + 40.736993215978146 + -3.8455313444137573 + + 900.0 + 23150.869140625 + + 165 + + 85 + + + 9.843999862670898 + 277 + + + + + + + 40.73694032616913 + -3.845630334690213 + + 900.0 + 23160.830078125 + + 170 + + 85 + + + 9.956000328063965 + 297 + + + + + + + 40.7368886936456 + -3.845724631100893 + + 900.0 + 23170.80078125 + + 170 + + 85 + + + 9.975000381469727 + 229 + + + + + + + 40.73683471418917 + -3.8458237890154123 + + 900.2000122070312 + 23180.759765625 + + 170 + + 87 + + + 9.956000328063965 + 239 + + + + + + + 40.736782159656286 + -3.845918755978346 + + 900.2000122070312 + 23190.669921875 + + 170 + + 86 + + + 9.909000396728516 + 225 + + + + + + + 40.7367314491421 + -3.846012633293867 + + 900.0 + 23200.619140625 + + 170 + + 84 + + + 9.956000328063965 + 249 + + + + + + + 40.736679984256625 + -3.8461082708090544 + + 899.7999877929688 + 23210.630859375 + + 169 + + 87 + + + 10.003000259399414 + 257 + + + + + + + 40.73662793263793 + -3.846207093447447 + + 899.5999755859375 + 23220.689453125 + + 169 + + 85 + + + 10.067999839782715 + 256 + + + + + + + 40.73657814413309 + -3.8463023956865072 + + 899.7999877929688 + 23230.7890625 + + 169 + + 85 + + + 10.095999717712402 + 246 + + + + + + + 40.73652500286698 + -3.8464054092764854 + + 899.7999877929688 + 23240.890625 + + 169 + + 86 + + + 10.095999717712402 + 229 + + + + + + + 40.73647345416248 + -3.8465038128197193 + + 900.0 + 23250.98046875 + + 169 + + 86 + + + 10.095999717712402 + 225 + + + + + + + 40.73642182163894 + -3.8465959299355745 + + 900.2000122070312 + 23260.9609375 + + 169 + + 85 + + + 9.975000381469727 + 199 + + + + + + + 40.73637236841023 + -3.8466896396130323 + + 900.4000244140625 + 23270.859375 + + 169 + + 86 + + + 9.899999618530273 + 236 + + + + + + + 40.73631914332509 + -3.846788965165615 + + 900.2000122070312 + 23280.830078125 + + 169 + + 85 + + + 9.975000381469727 + 223 + + + + + + + 40.73626994155347 + -3.846882004290819 + + 900.0 + 23290.619140625 + + 167 + + 85 + + + 9.788000106811523 + 242 + + + + + + + 40.736216716468334 + -3.84698074311018 + + 900.0 + 23300.55078125 + + 167 + + 83 + + + 9.928000450134277 + 256 + + + + + + + 40.73616458103061 + -3.847080320119858 + + 900.0 + 23310.490234375 + + 167 + + 85 + + + 9.946999549865723 + 185 + + + + + + + 40.73611378669739 + -3.84717620909214 + + 900.2000122070312 + 23320.439453125 + + 167 + + 85 + + + 9.946999549865723 + 185 + + + + + + + 40.73606567457318 + -3.847272852435708 + + 899.7999877929688 + 23330.369140625 + + 167 + + 87 + + + 9.928000450134277 + 199 + + + + + + + 40.73601328767836 + -3.847372680902481 + + 899.7999877929688 + 23340.26953125 + + 167 + + 85 + + + 9.899999618530273 + 205 + + + + + + + 40.73596341535449 + -3.8474667258560658 + + 899.7999877929688 + 23350.150390625 + + 166 + + 90 + + + 9.880999565124512 + 225 + + + + + + + 40.735909854993224 + -3.8475636206567287 + + 899.7999877929688 + 23360.0 + + 166 + + 86 + + + 9.852999687194824 + 227 + + + + + + + 40.73585654608905 + -3.847661353647709 + + 899.7999877929688 + 23369.94921875 + + 166 + + 84 + + + 9.946999549865723 + 206 + + + + + + + 40.735806757584214 + -3.847755566239357 + + 899.5999755859375 + 23379.689453125 + + 171 + + 85 + + + 9.741000175476074 + 214 + + + + + + + 40.73575688526034 + -3.8478501979261637 + + 899.5999755859375 + 23389.5390625 + + 171 + + 85 + + + 9.852999687194824 + 271 + + + + + + + 40.73570307344198 + -3.8479480147361755 + + 899.5999755859375 + 23399.26953125 + + 171 + + 85 + + + 9.732000350952148 + 227 + + + + + + + 40.73565127328038 + -3.848035605624318 + + 900.0 + 23409.0703125 + + 171 + + 85 + + + 9.79699993133545 + 234 + + + + + + + 40.73559578508139 + -3.848126297816634 + + 900.2000122070312 + 23418.830078125 + + 171 + + 85 + + + 9.760000228881836 + 243 + + + + + + + 40.73553333990276 + -3.8482096139341593 + + 900.2000122070312 + 23428.66015625 + + 167 + + 85 + + + 9.824999809265137 + 241 + + + + + + + 40.73546988889575 + -3.8482895772904158 + + 900.0 + 23438.580078125 + + 167 + + 85 + + + 9.918999671936035 + 164 + + + + + + + 40.735406102612615 + -3.8483658526092768 + + 900.0 + 23448.529296875 + + 167 + + 82 + + + 9.956000328063965 + 211 + + + + + + + 40.73533711954951 + -3.84844271466136 + + 899.7999877929688 + 23458.529296875 + + 167 + + 78 + + + 10.003000259399414 + 182 + + + + + + + 40.73526897467673 + -3.848511278629303 + + 899.7999877929688 + 23468.609375 + + 167 + + 80 + + + 10.07699966430664 + 228 + + + + + + + 40.73519127443433 + -3.8485790882259607 + + 900.0 + 23478.740234375 + + 167 + + 80 + + + 10.12399959564209 + 225 + + + + + + + 40.7351116463542 + -3.848642036318779 + + 900.0 + 23488.810546875 + + 162 + + 80 + + + 10.07699966430664 + 176 + + + + + + + 40.73503411374986 + -3.8487028051167727 + + 899.7999877929688 + 23498.859375 + + 162 + + 82 + + + 10.048999786376953 + 200 + + + + + + + 40.734956162050366 + -3.848758125677705 + + 899.5999755859375 + 23508.91015625 + + 162 + + 85 + + + 10.048999786376953 + 194 + + + + + + + 40.73487125337124 + -3.848809925839305 + + 899.7999877929688 + 23518.91015625 + + 162 + + 85 + + + 10.003000259399414 + 193 + + + + + + + 40.734790870919824 + -3.8488569483160973 + + 899.7999877929688 + 23528.869140625 + + 162 + + 85 + + + 9.956000328063965 + 168 + + + + + + + 40.73471015319228 + -3.848906150087714 + + 900.0 + 23538.7890625 + + 162 + + 85 + + + 9.918999671936035 + 187 + + + + + + + 40.73463345877826 + -3.8489620573818684 + + 900.0 + 23548.58984375 + + 162 + + 87 + + + 9.79699993133545 + 171 + + + + + + + 40.73456154204905 + -3.849021652713418 + + 900.2000122070312 + 23558.1796875 + + 162 + + 87 + + + 9.60099983215332 + 181 + + + + + + + 40.73449079878628 + -3.8490791525691748 + + 900.4000244140625 + 23567.580078125 + + 162 + + 76 + + + 9.395999908447266 + 209 + + + + + + + 40.73441511020064 + -3.849133299663663 + + 900.4000244140625 + 23576.91015625 + + 167 + + 85 + + + 9.331000328063965 + 192 + + + + + + + 40.73433816432953 + -3.849176298826933 + + 900.2000122070312 + 23586.509765625 + + 167 + + 85 + + + 9.60099983215332 + 149 + + + + + + + 40.734249986708164 + -3.8492188788950443 + + 900.0 + 23596.109375 + + 167 + + 85 + + + 9.60099983215332 + 210 + + + + + + + 40.73416834697127 + -3.849267242476344 + + 900.0 + 23605.720703125 + + 167 + + 85 + + + 9.60099983215332 + 210 + + + + + + + 40.73409542441368 + -3.849328178912401 + + 900.0 + 23615.689453125 + + 170 + + 85 + + + 9.975000381469727 + 210 + + + + + + + 40.73402836918831 + -3.8493988383561373 + + 900.0 + 23625.609375 + + 170 + + 87 + + + 9.918999671936035 + 217 + + + + + + + 40.73395888321102 + -3.849474359303713 + + 900.2000122070312 + 23635.330078125 + + 170 + + 85 + + + 9.722999572753906 + 272 + + + + + + + 40.73389023542404 + -3.8495388999581337 + + 900.0 + 23645.0390625 + + 170 + + 83 + + + 9.713000297546387 + 249 + + + + + + + 40.733816055580974 + -3.8495999202132225 + + 900.0 + 23654.5390625 + + 170 + + 85 + + + 9.49899959564209 + 266 + + + + + + + 40.73374221101403 + -3.8496606051921844 + + 900.0 + 23664.259765625 + + 170 + + 85 + + + 9.713000297546387 + 291 + + + + + + + 40.73366719298065 + -3.849719697609544 + + 900.0 + 23673.919921875 + + 164 + + 83 + + + 9.666999816894531 + 271 + + + + + + + 40.73359301313758 + -3.8497748505324125 + + 899.7999877929688 + 23683.76953125 + + 162 + + 83 + + + 9.843999862670898 + 252 + + + + + + + 40.73351288214326 + -3.8498301710933447 + + 899.7999877929688 + 23693.640625 + + 162 + + 85 + + + 9.871999740600586 + 190 + + + + + + + 40.733435936272144 + -3.849883144721389 + + 899.7999877929688 + 23703.580078125 + + 162 + + 85 + + + 9.937000274658203 + 167 + + + + + + + 40.733352955430746 + -3.849934693425894 + + 899.7999877929688 + 23713.509765625 + + 162 + + 85 + + + 9.937000274658203 + 148 + + + + + + + 40.73327156715095 + -3.8499895110726357 + + 899.7999877929688 + 23723.609375 + + 162 + + 88 + + + 10.095999717712402 + 204 + + + + + + + 40.73319353163242 + -3.8500451669096947 + + 899.7999877929688 + 23733.560546875 + + 162 + + 85 + + + 9.956000328063965 + 171 + + + + + + + 40.73311474174261 + -3.8501026667654514 + + 900.0 + 23743.51953125 + + 162 + + 86 + + + 9.956000328063965 + 148 + + + + + + + 40.73303712531924 + -3.850164944306016 + + 900.0 + 23753.41015625 + + 161 + + 91 + + + 9.890999794006348 + 173 + + + + + + + 40.73296520859003 + -3.8502316642552614 + + 899.7999877929688 + 23763.30078125 + + 162 + + 87 + + + 9.890999794006348 + 183 + + + + + + + 40.73289345949888 + -3.8503076042979956 + + 899.5999755859375 + 23773.220703125 + + 162 + + 85 + + + 9.918999671936035 + 278 + + + + + + + 40.73282196186483 + -3.850386394187808 + + 899.5999755859375 + 23783.109375 + + 162 + + 84 + + + 9.890999794006348 + 214 + + + + + + + 40.73275658302009 + -3.8504634238779545 + + 899.5999755859375 + 23792.91015625 + + 162 + + 85 + + + 9.79699993133545 + 224 + + + + + + + 40.732697658240795 + -3.8505417108535767 + + 899.5999755859375 + 23802.619140625 + + 160 + + 85 + + + 9.713000297546387 + 232 + + + + + + + 40.732637057080865 + -3.8506266195327044 + + 899.5999755859375 + 23812.2890625 + + 160 + + 85 + + + 9.666999816894531 + 229 + + + + + + + 40.732580814510584 + -3.850706499069929 + + 899.5999755859375 + 23821.919921875 + + 160 + + 83 + + + 9.628999710083008 + 234 + + + + + + + 40.732520213350654 + -3.850789312273264 + + 899.4000244140625 + 23831.51953125 + + 160 + + 83 + + + 9.60099983215332 + 278 + + + + + + + 40.7324574328959 + -3.8508739694952965 + + 899.2000122070312 + 23841.1796875 + + 160 + + 83 + + + 9.666999816894531 + 248 + + + + + + + 40.732394233345985 + -3.850953597575426 + + 899.2000122070312 + 23850.830078125 + + 161 + + 80 + + + 9.64799976348877 + 192 + + + + + + + 40.732335057109594 + -3.8510335609316826 + + 899.2000122070312 + 23860.529296875 + + 161 + + 84 + + + 9.694999694824219 + 187 + + + + + + + 40.73227319866419 + -3.8511178828775883 + + 899.2000122070312 + 23870.240234375 + + 161 + + 84 + + + 9.713000297546387 + 220 + + + + + + + 40.73221611790359 + -3.8511941581964493 + + 899.4000244140625 + 23879.939453125 + + 161 + + 83 + + + 9.694999694824219 + 206 + + + + + + + 40.73215400800109 + -3.851280240342021 + + 899.4000244140625 + 23889.599609375 + + 161 + + 83 + + + 9.666999816894531 + 199 + + + + + + + 40.73209055699408 + -3.8513602036982775 + + 899.2000122070312 + 23899.26953125 + + 161 + + 85 + + + 9.666999816894531 + 183 + + + + + + + 40.732032135128975 + -3.8514399994164705 + + 899.2000122070312 + 23908.9296875 + + 161 + + 83 + + + 9.666999816894531 + 245 + + + + + + + 40.731975976377726 + -3.8515201304107904 + + 899.0 + 23918.7109375 + + 161 + + 82 + + + 9.779000282287598 + 231 + + + + + + + 40.73191177099943 + -3.8516023568809032 + + 899.2000122070312 + 23928.5390625 + + 161 + + 83 + + + 9.824999809265137 + 232 + + + + + + + 40.731848906725645 + -3.8516823202371597 + + 899.2000122070312 + 23938.26953125 + + 161 + + 85 + + + 9.732000350952148 + 211 + + + + + + + 40.73178595863283 + -3.8517675641924143 + + 899.2000122070312 + 23947.939453125 + + 166 + + 84 + + + 9.666999816894531 + 212 + + + + + + + 40.73172116652131 + -3.851852137595415 + + 899.4000244140625 + 23957.560546875 + + 171 + + 85 + + + 9.619999885559082 + 238 + + + + + + + 40.73166098445654 + -3.851932268589735 + + 899.4000244140625 + 23967.16015625 + + 171 + + 82 + + + 9.60099983215332 + 251 + + + + + + + 40.73160449042916 + -3.8520130701363087 + + 899.2000122070312 + 23976.759765625 + + 171 + + 85 + + + 9.60099983215332 + 228 + + + + + + + 40.731545900925994 + -3.852097559720278 + + 899.2000122070312 + 23986.33984375 + + 171 + + 85 + + + 9.583000183105469 + 188 + + + + + + + 40.73148789815605 + -3.8521760143339634 + + 899.4000244140625 + 23995.900390625 + + 167 + + 82 + + + 9.555000305175781 + 214 + + + + + + + 40.73142997920513 + -3.8522568996995687 + + 899.5999755859375 + 24005.48046875 + + 167 + + 82 + + + 9.583000183105469 + 273 + + + + + + + 40.731370467692614 + -3.8523392099887133 + + 899.5999755859375 + 24015.130859375 + + 167 + + 83 + + + 9.64799976348877 + 307 + + + + + + + 40.73130835779011 + -3.8524180836975574 + + 899.5999755859375 + 24024.83984375 + + 167 + + 82 + + + 9.713000297546387 + 240 + + + + + + + 40.731248846277595 + -3.852498885244131 + + 899.4000244140625 + 24034.5703125 + + 167 + + 84 + + + 9.732000350952148 + 218 + + + + + + + 40.73118673637509 + -3.8525838777422905 + + 899.5999755859375 + 24044.3203125 + + 167 + + 84 + + + 9.75100040435791 + 238 + + + + + + + 40.7311275601387 + -3.8526643440127373 + + 899.5999755859375 + 24054.189453125 + + 167 + + 85 + + + 9.86299991607666 + 244 + + + + + + + 40.73106595315039 + -3.8527496717870235 + + 899.5999755859375 + 24063.94921875 + + 170 + + 84 + + + 9.760000228881836 + 232 + + + + + + + 40.731003507971764 + -3.8528354186564684 + + 899.5999755859375 + 24073.7109375 + + 168 + + 84 + + + 9.760000228881836 + 282 + + + + + + + 40.73094516992569 + -3.852920914068818 + + 899.5999755859375 + 24083.619140625 + + 168 + + 85 + + + 9.918999671936035 + 282 + + + + + + + 40.730886831879616 + -3.853004314005375 + + 899.5999755859375 + 24093.609375 + + 165 + + 85 + + + 9.984000205993652 + 247 + + + + + + + 40.73082589544356 + -3.8530912343412638 + + 899.5999755859375 + 24103.5390625 + + 165 + + 85 + + + 9.937000274658203 + 205 + + + + + + + 40.73076889850199 + -3.8531737122684717 + + 899.5999755859375 + 24113.48046875 + + 165 + + 86 + + + 9.937000274658203 + 222 + + + + + + + 40.73070913553238 + -3.8532641530036926 + + 899.5999755859375 + 24123.44921875 + + 163 + + 88 + + + 9.96500015258789 + 199 + + + + + + + 40.73064962401986 + -3.8533519115298986 + + 899.5999755859375 + 24133.4609375 + + 163 + + 88 + + + 10.01200008392334 + 241 + + + + + + + 40.73058994486928 + -3.853438412770629 + + 899.5999755859375 + 24143.5390625 + + 163 + + 85 + + + 10.07699966430664 + 236 + + + + + + + 40.730529176071286 + -3.853522650897503 + + 899.5999755859375 + 24153.599609375 + + 164 + + 85 + + + 10.057999610900879 + 184 + + + + + + + 40.730465641245246 + -3.8536135107278824 + + 899.5999755859375 + 24163.650390625 + + 168 + + 86 + + + 10.057999610900879 + 214 + + + + + + + 40.73041124269366 + -3.8536980003118515 + + 899.5999755859375 + 24173.7109375 + + 171 + + 86 + + + 10.057999610900879 + 218 + + + + + + + 40.73034955188632 + -3.8537892792373896 + + 899.5999755859375 + 24183.859375 + + 175 + + 88 + + + 10.152000427246094 + 227 + + + + + + + 40.73028459213674 + -3.853879300877452 + + 899.5999755859375 + 24193.990234375 + + 175 + + 85 + + + 10.12399959564209 + 222 + + + + + + + 40.73022214695811 + -3.853965885937214 + + 899.4000244140625 + 24204.0 + + 175 + + 90 + + + 10.01200008392334 + 191 + + + + + + + 40.73016246780753 + -3.8540514651685953 + + 899.4000244140625 + 24214.060546875 + + 175 + + 88 + + + 10.057999610900879 + 230 + + + + + + + 40.73009968735278 + -3.8541438337415457 + + 899.5999755859375 + 24224.08984375 + + 173 + + 85 + + + 10.029999732971191 + 219 + + + + + + + 40.73004126548767 + -3.8542286586016417 + + 899.5999755859375 + 24234.189453125 + + 173 + + 85 + + + 10.104999542236328 + 192 + + + + + + + 40.72997865267098 + -3.854315998032689 + + 899.4000244140625 + 24244.109375 + + 173 + + 86 + + + 9.918999671936035 + 195 + + + + + + + 40.72991620749235 + -3.8544036727398634 + + 899.4000244140625 + 24254.080078125 + + 173 + + 88 + + + 9.96500015258789 + 176 + + + + + + + 40.72985351085663 + -3.8544846419245005 + + 899.4000244140625 + 24264.0 + + 172 + + 85 + + + 9.918999671936035 + 199 + + + + + + + 40.72979047894478 + -3.8545658625662327 + + 899.4000244140625 + 24273.919921875 + + 172 + + 85 + + + 9.918999671936035 + 209 + + + + + + + 40.7297273632139 + -3.8546534534543753 + + 899.0 + 24283.830078125 + + 172 + + 85 + + + 9.918999671936035 + 246 + + + + + + + 40.72966894134879 + -3.854738948866725 + + 899.0 + 24293.859375 + + 172 + + 85 + + + 10.029999732971191 + 242 + + + + + + + 40.72960741817951 + -3.854829892516136 + + 899.0 + 24303.830078125 + + 172 + + 86 + + + 9.96500015258789 + 200 + + + + + + + 40.72954346425831 + -3.8549207523465157 + + 899.0 + 24313.859375 + + 172 + + 85 + + + 10.029999732971191 + 177 + + + + + + + 40.72948521003127 + -3.855011695995927 + + 899.0 + 24323.9609375 + + 172 + + 86 + + + 10.104999542236328 + 196 + + + + + + + 40.72942988947034 + -3.855102052912116 + + 899.0 + 24333.880859375 + + 172 + + 86 + + + 9.918999671936035 + 212 + + + + + + + 40.72936752811074 + -3.8551947567611933 + + 899.0 + 24343.919921875 + + 172 + + 86 + + + 10.039999961853027 + 215 + + + + + + + 40.72931405156851 + -3.855289388448 + + 899.2000122070312 + 24353.9296875 + + 172 + + 85 + + + 10.01200008392334 + 211 + + + + + + + 40.72926040738821 + -3.855390641838312 + + 899.2000122070312 + 24363.900390625 + + 172 + + 90 + + + 9.96500015258789 + 213 + + + + + + + 40.729209277778864 + -3.8554968405514956 + + 899.2000122070312 + 24373.890625 + + 172 + + 87 + + + 9.993000030517578 + 231 + + + + + + + 40.72916317731142 + -3.8556007761508226 + + 899.2000122070312 + 24384.0 + + 172 + + 86 + + + 10.104999542236328 + 251 + + + + + + + 40.72911917231977 + -3.8557027839124203 + + 899.2000122070312 + 24394.1796875 + + 172 + + 86 + + + 10.180000305175781 + 211 + + + + + + + 40.7290780171752 + -3.855816861614585 + + 899.2000122070312 + 24404.400390625 + + 172 + + 87 + + + 10.22599983215332 + 177 + + + + + + + 40.729043148458004 + -3.8559250719845295 + + 899.2000122070312 + 24414.580078125 + + 172 + + 87 + + + 10.180000305175781 + 159 + + + + + + + 40.72900668717921 + -3.8560404907912016 + + 899.2000122070312 + 24424.740234375 + + 172 + + 88 + + + 10.152000427246094 + 228 + + + + + + + 40.728974333032966 + -3.856153814122081 + + 899.2000122070312 + 24434.890625 + + 172 + + 87 + + + 10.152000427246094 + 211 + + + + + + + 40.72894524782896 + -3.8562669698148966 + + 899.0 + 24445.0703125 + + 172 + + 86 + + + 10.180000305175781 + 207 + + + + + + + 40.728918090462685 + -3.856374593451619 + + 899.2000122070312 + 24455.220703125 + + 172 + + 85 + + + 10.152000427246094 + 176 + + + + + + + 40.72889017872512 + -3.8564899284392595 + + 899.2000122070312 + 24465.310546875 + + 172 + + 87 + + + 10.086000442504883 + 205 + + + + + + + 40.72886402718723 + -3.8565977197140455 + + 899.2000122070312 + 24475.3203125 + + 172 + + 86 + + + 10.01200008392334 + 194 + + + + + + + 40.72883611544967 + -3.856713306158781 + + 899.2000122070312 + 24485.189453125 + + 172 + + 88 + + + 9.871999740600586 + 205 + + + + + + + 40.7288102991879 + -3.856827048584819 + + 899.2000122070312 + 24495.0 + + 178 + + 85 + + + 9.807000160217285 + 234 + + + + + + + 40.72878657840192 + -3.856936013326049 + + 899.0 + 24504.80078125 + + 178 + + 85 + + + 9.807000160217285 + 297 + + + + + + + 40.7287619356066 + -3.8570448104292154 + + 899.0 + 24514.630859375 + + 178 + + 85 + + + 9.824999809265137 + 278 + + + + + + + 40.728736789897084 + -3.857159474864602 + + 899.2000122070312 + 24524.4296875 + + 178 + + 85 + + + 9.807000160217285 + 237 + + + + + + + 40.72871365584433 + -3.857269361615181 + + 899.5999755859375 + 24534.220703125 + + 178 + + 85 + + + 9.788000106811523 + 263 + + + + + + + 40.72868825867772 + -3.8573835231363773 + + 899.7999877929688 + 24544.029296875 + + 182 + + 85 + + + 9.807000160217285 + 251 + + + + + + + 40.728661520406604 + -3.8574977684766054 + + 899.7999877929688 + 24553.900390625 + + 182 + + 85 + + + 9.871999740600586 + 236 + + + + + + + 40.728636123239994 + -3.857606230303645 + + 899.7999877929688 + 24563.55078125 + + 182 + + 84 + + + 9.64799976348877 + 227 + + + + + + + 40.728612653911114 + -3.85770907625556 + + 900.0 + 24573.16015625 + + 182 + + 84 + + + 9.611000061035156 + 229 + + + + + + + 40.728585328906775 + -3.8578213937580585 + + 900.0 + 24582.73046875 + + 182 + + 83 + + + 9.572999954223633 + 281 + + + + + + + 40.72856269776821 + -3.8579268380999565 + + 900.0 + 24592.119140625 + + 182 + + 82 + + + 9.38700008392334 + 225 + + + + + + + 40.72853998281062 + -3.858035719022155 + + 900.2000122070312 + 24601.5390625 + + 174 + + 81 + + + 9.423999786376953 + 232 + + + + + + + 40.72851818986237 + -3.858142839744687 + + 900.2000122070312 + 24610.859375 + + 169 + + 81 + + + 9.321000099182129 + 204 + + + + + + + 40.72849513962865 + -3.8582448475062847 + + 900.4000244140625 + 24620.029296875 + + 170 + + 76 + + + 9.163000106811523 + 212 + + + + + + + 40.72846731171012 + -3.858342580497265 + + 900.5999755859375 + 24629.169921875 + + 170 + + 85 + + + 9.144000053405762 + 268 + + + + + + + 40.72843520902097 + -3.8584471866488457 + + 900.7999877929688 + 24638.0390625 + + 170 + + 83 + + + 8.873000144958496 + 260 + + + + + + + 40.72840327396989 + -3.858540141955018 + + 901.0 + 24646.94921875 + + 170 + + 82 + + + 8.91100025177002 + 265 + + + + + + + 40.72836848907173 + -3.858638210222125 + + 901.0 + 24655.810546875 + + 170 + + 90 + + + 8.854999542236328 + 220 + + + + + + + 40.728331776335835 + -3.8587338477373123 + + 901.0 + 24664.630859375 + + 170 + + 95 + + + 8.817999839782715 + 219 + + + + + + + 40.72829347103834 + -3.858824707567692 + + 901.0 + 24673.359375 + + 167 + + 92 + + + 8.734000205993652 + 197 + + + + + + + 40.72825097478926 + -3.858910035341978 + + 901.0 + 24682.060546875 + + 167 + + 91 + + + 8.696000099182129 + 240 + + + + + + + 40.72820386849344 + -3.85899905115366 + + 901.0 + 24690.76953125 + + 167 + + 88 + + + 8.71500015258789 + 238 + + + + + + + 40.72815651074052 + -3.8590833730995655 + + 901.2000122070312 + 24699.529296875 + + 167 + + 90 + + + 8.76200008392334 + 210 + + + + + + + 40.72810445912182 + -3.85917104780674 + + 901.2000122070312 + 24708.349609375 + + 167 + + 91 + + + 8.817999839782715 + 226 + + + + + + + 40.72805198840797 + -3.859255788847804 + + 901.0 + 24717.189453125 + + 159 + + 99 + + + 8.836000442504883 + 181 + + + + + + + 40.72800111025572 + -3.8593351654708385 + + 900.7999877929688 + 24726.099609375 + + 162 + + 92 + + + 8.91100025177002 + 304 + + + + + + + 40.72795140556991 + -3.859415464103222 + + 901.0 + 24735.029296875 + + 162 + + 80 + + + 8.928999900817871 + 214 + + + + + + + 40.727896336466074 + -3.859499366953969 + + 901.0 + 24744.029296875 + + 162 + + 85 + + + 9.003999710083008 + 222 + + + + + + + 40.727843195199966 + -3.859576229006052 + + 901.2000122070312 + 24753.0390625 + + 164 + + 83 + + + 9.003999710083008 + 203 + + + + + + + 40.72778879664838 + -3.8596605509519577 + + 901.2000122070312 + 24762.060546875 + + 173 + + 81 + + + 9.02299976348877 + 234 + + + + + + + 40.72773355990648 + -3.8597425259649754 + + 901.2000122070312 + 24771.1796875 + + 173 + + 83 + + + 9.125 + 255 + + + + + + + 40.72767999954522 + -3.8598243333399296 + + 901.5999755859375 + 24780.23046875 + + 171 + + 84 + + + 9.041000366210938 + 272 + + + + + + + 40.727629121392965 + -3.8599014468491077 + + 901.7999877929688 + 24789.369140625 + + 171 + + 83 + + + 9.144000053405762 + 246 + + + + + + + 40.72757329791784 + -3.859985852614045 + + 902.0 + 24798.529296875 + + 171 + + 81 + + + 9.163000106811523 + 235 + + + + + + + 40.727522587403655 + -3.8600623793900013 + + 902.4000244140625 + 24807.5 + + 171 + + 83 + + + 8.967000007629395 + 270 + + + + + + + 40.72746433317661 + -3.8601394090801477 + + 902.4000244140625 + 24816.5390625 + + 162 + + 83 + + + 9.041000366210938 + 234 + + + + + + + 40.72741152718663 + -3.86022062972188 + + 902.5999755859375 + 24825.470703125 + + 162 + + 83 + + + 8.928999900817871 + 259 + + + + + + + 40.727363247424364 + -3.860298078507185 + + 902.7999877929688 + 24834.330078125 + + 162 + + 82 + + + 8.854999542236328 + 284 + + + + + + + 40.72731329128146 + -3.860376952216029 + + 902.7999877929688 + 24843.060546875 + + 162 + + 83 + + + 8.734000205993652 + 241 + + + + + + + 40.72725688107312 + -3.860454484820366 + + 903.0 + 24851.720703125 + + 154 + + 91 + + + 8.659000396728516 + 240 + + + + + + + 40.72720273397863 + -3.860520701855421 + + 903.2000122070312 + 24860.2890625 + + 148 + + 90 + + + 8.574999809265137 + 249 + + + + + + + 40.727142384275794 + -3.860586332157254 + + 903.2000122070312 + 24868.779296875 + + 148 + + 88 + + + 8.491000175476074 + 232 + + + + + + + 40.727081866934896 + -3.8606490287929773 + + 903.5999755859375 + 24877.220703125 + + 150 + + 87 + + + 8.4350004196167 + 219 + + + + + + + 40.727019757032394 + -3.8607034273445606 + + 903.5999755859375 + 24885.58984375 + + 150 + + 87 + + + 8.369999885559082 + 201 + + + + + + + 40.726957228034735 + -3.8607538864016533 + + 903.5999755859375 + 24893.939453125 + + 150 + + 87 + + + 8.35099983215332 + 208 + + + + + + + 40.72688899934292 + -3.8608065247535706 + + 903.5999755859375 + 24902.259765625 + + 151 + + 86 + + + 8.322999954223633 + 196 + + + + + + + 40.726821441203356 + -3.8608553912490606 + + 903.5999755859375 + 24910.759765625 + + 151 + + 86 + + + 8.5 + 204 + + + + + + + 40.726751955226064 + -3.860907694324851 + + 903.5999755859375 + 24919.400390625 + + 151 + + 82 + + + 8.640000343322754 + 171 + + + + + + + 40.72668054141104 + -3.8609564770013094 + + 903.5999755859375 + 24928.169921875 + + 156 + + 79 + + + 8.770999908447266 + 204 + + + + + + + 40.72660812176764 + -3.8610023260116577 + + 903.5999755859375 + 24937.05078125 + + 156 + + 81 + + + 8.873000144958496 + 164 + + + + + + + 40.726535115391016 + -3.8610480912029743 + + 903.5999755859375 + 24946.150390625 + + 156 + + 115 + + + 9.107000350952148 + 215 + + + + + + + 40.726457331329584 + -3.861102908849716 + + 903.5999755859375 + 24955.33984375 + + 156 + + 79 + + + 9.180999755859375 + 157 + + + + + + + 40.72638348676264 + -3.861159570515156 + + 903.5999755859375 + 24964.740234375 + + 155 + + 80 + + + 9.404999732971191 + 186 + + + + + + + 40.72630712762475 + -3.861225536093116 + + 903.5999755859375 + 24974.3203125 + + 155 + + 83 + + + 9.583000183105469 + 151 + + + + + + + 40.72623420506716 + -3.8612982910126448 + + 903.5999755859375 + 24984.009765625 + + 155 + + 80 + + + 9.6850004196167 + 165 + + + + + + + 40.7261645514518 + -3.861374733969569 + + 903.2000122070312 + 24994.0703125 + + 155 + + 74 + + + 10.057999610900879 + 210 + + + + + + + 40.726089952513576 + -3.8614533562213182 + + 903.0 + 25004.220703125 + + 155 + + 81 + + + 10.152000427246094 + 180 + + + + + + + 40.72601451538503 + -3.861542036756873 + + 902.7999877929688 + 25014.669921875 + + 155 + + 84 + + + 10.449999809265137 + 150 + + + + + + + 40.725946705788374 + -3.861629879102111 + + 902.5999755859375 + 25025.189453125 + + 155 + + 83 + + + 10.524999618530273 + 140 + + + + + + + 40.72587411850691 + -3.8617294561117887 + + 902.4000244140625 + 25036.0390625 + + 160 + + 84 + + + 10.85200023651123 + 118 + + + + + + + 40.72580345906317 + -3.8618320506066084 + + 902.5999755859375 + 25047.08984375 + + 160 + + 85 + + + 11.04800033569336 + 90 + + + + + + + 40.72573791258037 + -3.8619350641965866 + + 902.0 + 25058.470703125 + + 160 + + 88 + + + 11.37399959564209 + 151 + + + + + + + 40.725674629211426 + -3.862045621499419 + + 901.7999877929688 + 25069.9296875 + + 160 + + 90 + + + 11.467000007629395 + 188 + + + + + + + 40.72560899890959 + -3.862165817990899 + + 901.5999755859375 + 25081.8203125 + + 165 + + 83 + + + 11.88700008392334 + 215 + + + + + + + 40.72555175051093 + -3.8622814882546663 + + 901.4000244140625 + 25093.83984375 + + 164 + + 85 + + + 12.017999649047852 + 139 + + + + + + + 40.72549517266452 + -3.862411743029952 + + 901.0 + 25106.0 + + 164 + + 86 + + + 12.157999992370605 + 153 + + + + + + + 40.725443540140986 + -3.862544009461999 + + 900.7999877929688 + 25118.2890625 + + 164 + + 83 + + + 12.29800033569336 + 152 + + + + + + + 40.7253978587687 + -3.8626746833324432 + + 900.5999755859375 + 25130.560546875 + + 164 + + 85 + + + 12.270000457763672 + 134 + + + + + + + 40.72535678744316 + -3.8628038484603167 + + 900.5999755859375 + 25142.66015625 + + 164 + + 87 + + + 12.093000411987305 + 132 + + + + + + + 40.72531730867922 + -3.8629414793103933 + + 900.2000122070312 + 25154.580078125 + + 164 + + 90 + + + 11.925000190734863 + 171 + + + + + + + 40.72528344579041 + -3.8630734104663134 + + 899.7999877929688 + 25166.30078125 + + 164 + + 81 + + + 11.718999862670898 + 184 + + + + + + + 40.72525410912931 + -3.863209867849946 + + 899.5999755859375 + 25177.9296875 + + 164 + + 85 + + + 11.62600040435791 + 191 + + + + + + + 40.72523072361946 + -3.8633490912616253 + + 899.7999877929688 + 25189.4296875 + + 164 + + 88 + + + 11.505000114440918 + 173 + + + + + + + 40.72521161288023 + -3.863480519503355 + + 899.7999877929688 + 25200.83984375 + + 164 + + 82 + + + 11.41100025177002 + 163 + + + + + + + 40.72519652545452 + -3.8636107742786407 + + 899.7999877929688 + 25212.16015625 + + 164 + + 84 + + + 11.317999839782715 + 201 + + + + + + + 40.72518269531429 + -3.8637489918619394 + + 899.7999877929688 + 25223.390625 + + 167 + + 86 + + + 11.225000381469727 + 177 + + + + + + + 40.72517397813499 + -3.863878156989813 + + 899.7999877929688 + 25234.529296875 + + 167 + + 88 + + + 11.140999794006348 + 175 + + + + + + + 40.72517054155469 + -3.8640140276402235 + + 899.7999877929688 + 25245.55078125 + + 167 + + 85 + + + 11.020000457763672 + 173 + + + + + + + 40.72516995482147 + -3.8641442824155092 + + 900.0 + 25256.44921875 + + 167 + + 94 + + + 10.907999992370605 + 175 + + + + + + + 40.7251700386405 + -3.864272441715002 + + 899.7999877929688 + 25267.189453125 + + 167 + + 88 + + + 10.739999771118164 + 206 + + + + + + + 40.725169871002436 + -3.8643960747867823 + + 900.0 + 25277.859375 + + 167 + + 86 + + + 10.664999961853027 + 200 + + + + + + + 40.72516894899309 + -3.8645249884575605 + + 900.2000122070312 + 25288.470703125 + + 167 + + 87 + + + 10.609000205993652 + 188 + + + + + + + 40.725167859345675 + -3.8646425865590572 + + 900.2000122070312 + 25298.890625 + + 166 + + 85 + + + 10.42199993133545 + 175 + + + + + + + 40.72516710497439 + -3.864767476916313 + + 900.0 + 25309.2109375 + + 166 + + 84 + + + 10.319999694824219 + 198 + + + + + + + 40.72516576386988 + -3.864889098331332 + + 900.2000122070312 + 25319.390625 + + 166 + + 84 + + + 10.180000305175781 + 188 + + + + + + + 40.7251647580415 + -3.865007786080241 + + 900.4000244140625 + 25329.44921875 + + 167 + + 83 + + + 10.057999610900879 + 182 + + + + + + + 40.72516375221312 + -3.865122115239501 + + 900.4000244140625 + 25339.4609375 + + 168 + + 94 + + + 10.01200008392334 + 253 + + + + + + + 40.725162997841835 + -3.8652426470071077 + + 900.2000122070312 + 25349.490234375 + + 168 + + 85 + + + 10.029999732971191 + 226 + + + + + + + 40.72516190819442 + -3.8653576467186213 + + 900.2000122070312 + 25359.2890625 + + 168 + + 87 + + + 9.79699993133545 + 225 + + + + + + + 40.7251613214612 + -3.8654780946671963 + + 900.4000244140625 + 25369.0390625 + + 168 + + 87 + + + 9.75100040435791 + 193 + + + + + + + 40.72516123764217 + -3.8655934296548367 + + 900.5999755859375 + 25378.69921875 + + 168 + + 85 + + + 9.666999816894531 + 198 + + + + + + + 40.725161572918296 + -3.865706417709589 + + 900.7999877929688 + 25388.2890625 + + 167 + + 85 + + + 9.583000183105469 + 236 + + + + + + + 40.72516023181379 + -3.8658166397362947 + + 901.0 + 25397.80078125 + + 167 + + 84 + + + 9.517000198364258 + 192 + + + + + + + 40.725160567089915 + -3.8659333158284426 + + 901.0 + 25407.2890625 + + 167 + + 85 + + + 9.48900032043457 + 240 + + + + + + + 40.725162997841835 + -3.8660382572561502 + + 900.7999877929688 + 25416.560546875 + + 167 + + 86 + + + 9.265000343322754 + 238 + + + + + + + 40.725164506584406 + -3.866151077672839 + + 901.0 + 25425.8203125 + + 167 + + 85 + + + 9.265000343322754 + 212 + + + + + + + 40.72516433894634 + -3.8662617187947035 + + 901.4000244140625 + 25434.990234375 + + 167 + + 87 + + + 9.163000106811523 + 228 + + + + + + + 40.72516459040344 + -3.8663689233362675 + + 901.5999755859375 + 25444.130859375 + + 167 + + 85 + + + 9.144000053405762 + 210 + + + + + + + 40.725166434422135 + -3.866468332707882 + + 901.7999877929688 + 25453.009765625 + + 167 + + 87 + + + 8.873000144958496 + 221 + + + + + + + 40.72516568005085 + -3.866576040163636 + + 901.7999877929688 + 25461.970703125 + + 167 + + 94 + + + 8.967000007629395 + 248 + + + + + + + 40.72516509331763 + -3.866675365716219 + + 901.7999877929688 + 25470.7890625 + + 167 + + 92 + + + 8.817999839782715 + 238 + + + + + + + 40.72516383603215 + -3.866781732067466 + + 902.0 + 25479.359375 + + 169 + + 88 + + + 8.574999809265137 + 237 + + + + + + + 40.72516375221312 + -3.8668846618384123 + + 902.2000122070312 + 25487.939453125 + + 169 + + 90 + + + 8.574999809265137 + 228 + + + + + + + 40.72516484186053 + -3.86698130518198 + + 902.2000122070312 + 25496.439453125 + + 167 + + 87 + + + 8.5 + 226 + + + + + + + 40.72516417130828 + -3.8670766074210405 + + 902.5999755859375 + 25504.7890625 + + 167 + + 85 + + + 8.35099983215332 + 198 + + + + + + + 40.725162075832486 + -3.8671755138784647 + + 903.0 + 25512.83984375 + + 167 + + 86 + + + 8.052000045776367 + 241 + + + + + + + 40.725161572918296 + -3.8672659546136856 + + 903.5999755859375 + 25520.830078125 + + 167 + + 84 + + + 7.986999988555908 + 247 + + + + + + + 40.725161070004106 + -3.867357736453414 + + 904.0 + 25528.580078125 + + 167 + + 82 + + + 7.754000186920166 + 218 + + + + + + + 40.72516165673733 + -3.8674467522650957 + + 904.2000122070312 + 25535.939453125 + + 167 + + 85 + + + 7.361999988555908 + 250 + + + + + + + 40.725164925679564 + -3.8675295654684305 + + 904.2000122070312 + 25543.0390625 + + 167 + + 84 + + + 7.091000080108643 + 266 + + + + + + + 40.72517070919275 + -3.867604499682784 + + 904.5999755859375 + 25549.880859375 + + 167 + + 80 + + + 6.839000225067139 + 284 + + + + + + + 40.72518143802881 + -3.8676847983151674 + + 905.0 + 25556.470703125 + + 167 + + 78 + + + 6.5970001220703125 + 235 + + + + + + + 40.72519459761679 + -3.8677578046917915 + + 905.0 + 25562.9296875 + + 167 + + 75 + + + 6.456999778747559 + 273 + + + + + + + 40.72520851157606 + -3.867831313982606 + + 905.0 + 25569.30078125 + + 167 + + 74 + + + 6.373000144958496 + 261 + + + + + + + 40.72522837668657 + -3.867900213226676 + + 905.2000122070312 + 25575.419921875 + + 167 + + 73 + + + 6.120999813079834 + 326 + + + + + + + 40.72525084018707 + -3.8679621554911137 + + 905.5999755859375 + 25581.330078125 + + 167 + + 71 + + + 5.906000137329102 + 303 + + + + + + + 40.72527648881078 + -3.868021247908473 + + 905.7999877929688 + 25587.099609375 + + 167 + + 67 + + + 5.776000022888184 + 270 + + + + + + + 40.72529962286353 + -3.86808754876256 + + 906.0 + 25592.98046875 + + 167 + + 66 + + + 5.877999782562256 + 317 + + + + + + + 40.725316386669874 + -3.868151670321822 + + 906.4000244140625 + 25598.830078125 + + 167 + + 66 + + + 5.841000080108643 + 309 + + + + + + + 40.72532485239208 + -3.868223000317812 + + 906.7999877929688 + 25604.66015625 + + 167 + + 67 + + + 5.831999778747559 + 265 + + + + + + + 40.725319823250175 + -3.8682917319238186 + + 907.2000122070312 + 25610.4296875 + + 161 + + 67 + + + 5.776000022888184 + 254 + + + + + + + 40.72530557401478 + -3.8683532550930977 + + 907.4000244140625 + 25616.2109375 + + 161 + + 67 + + + 5.776000022888184 + 276 + + + + + + + 40.725282188504934 + -3.8684089109301567 + + 907.5999755859375 + 25621.869140625 + + 156 + + 65 + + + 5.664000034332275 + 227 + + + + + + + 40.72524740360677 + -3.868459202349186 + + 907.7999877929688 + 25627.400390625 + + 153 + + 64 + + + 5.5329999923706055 + 234 + + + + + + + 40.72520633228123 + -3.8684938196092844 + + 908.0 + 25632.880859375 + + 150 + + 63 + + + 5.4770002365112305 + 209 + + + + + + + 40.725159142166376 + -3.8685164507478476 + + 908.0 + 25638.4296875 + + 150 + + 63 + + + 5.552000045776367 + 191 + + + + + + + 40.72510398924351 + -3.8685156125575304 + + 908.0 + 25644.390625 + + 150 + + 66 + + + 5.953000068664551 + 141 + + + + + + + 40.725047159940004 + -3.8684978429228067 + + 907.5999755859375 + 25650.939453125 + + 150 + + 69 + + + 6.550000190734863 + 87 + + + + + + + 40.72499041445553 + -3.868462136015296 + + 907.5999755859375 + 25657.91015625 + + 150 + + 78 + + + 6.96999979019165 + 0 + + + + + + + 40.724939201027155 + -3.868398265913129 + + 907.4000244140625 + 25665.26953125 + + 146 + + 0 + + + 7.361999988555908 + 0 + + + + + + + 40.724903075024486 + -3.8683186378329992 + + 907.0 + 25673.080078125 + + 146 + + 0 + + + 7.809999942779541 + 0 + + + + + + + 40.72488086298108 + -3.8682235032320023 + + 907.0 + 25681.1796875 + + 151 + + 0 + + + 8.098999977111816 + 0 + + + + + + + 40.724882036447525 + -3.868121914565563 + + 906.7999877929688 + 25689.58984375 + + 151 + + 0 + + + 8.416000366210938 + 90 + + + + + + + 40.72490810416639 + -3.868024181574583 + + 906.5999755859375 + 25698.529296875 + + 151 + + 86 + + + 8.939000129699707 + 104 + + + + + + + 40.72495495900512 + -3.8679283764213324 + + 906.5999755859375 + 25707.509765625 + + 151 + + 80 + + + 8.97599983215332 + 148 + + + + + + + 40.724995359778404 + -3.867824273183942 + + 906.7999877929688 + 25716.650390625 + + 151 + + 91 + + + 9.144000053405762 + 144 + + + + + + + 40.72502234950662 + -3.867716984823346 + + 906.0 + 25726.0703125 + + 151 + + 84 + + + 9.414999961853027 + 125 + + + + + + + 40.725040873512626 + -3.867598632350564 + + 905.4000244140625 + 25735.69921875 + + 151 + + 85 + + + 9.628999710083008 + 76 + + + + + + + 40.72505126707256 + -3.867476675659418 + + 905.0 + 25745.55078125 + + 160 + + 78 + + + 9.852999687194824 + 74 + + + + + + + 40.72505881078541 + -3.8673522043973207 + + 904.7999877929688 + 25755.7109375 + + 160 + + 55 + + + 10.16100025177002 + 118 + + + + + + + 40.72506467811763 + -3.8672242127358913 + + 904.4000244140625 + 25766.30078125 + + 164 + + 68 + + + 10.59000015258789 + 174 + + + + + + + 40.725068198516965 + -3.867083564400673 + + 904.2000122070312 + 25777.279296875 + + 164 + + 70 + + + 10.982000350952148 + 211 + + + + + + + 40.72507046163082 + -3.866948615759611 + + 903.7999877929688 + 25788.560546875 + + 164 + + 72 + + + 11.270999908447266 + 190 + + + + + + + 40.72507398203015 + -3.8668072130531073 + + 903.4000244140625 + 25800.009765625 + + 162 + + 72 + + + 11.458000183105469 + 177 + + + + + + + 40.72507465258241 + -3.866664720699191 + + 903.0 + 25811.58984375 + + 162 + + 74 + + + 11.579000473022461 + 143 + + + + + + + 40.72507590986788 + -3.8665246590971947 + + 903.0 + 25823.26953125 + + 162 + + 78 + + + 11.67300033569336 + 188 + + + + + + + 40.72507783770561 + -3.866386106237769 + + 903.0 + 25835.0390625 + + 167 + + 85 + + + 11.774999618530273 + 166 + + + + + + + 40.72507976554334 + -3.8662337232381105 + + 903.0 + 25846.94921875 + + 167 + + 87 + + + 11.906000137329102 + 270 + + + + + + + 40.72508353739977 + -3.8660939130932093 + + 902.7999877929688 + 25859.099609375 + + 167 + + 85 + + + 12.14900016784668 + 242 + + + + + + + 40.725085297599435 + -3.8659436255693436 + + 902.5999755859375 + 25871.0390625 + + 165 + + 85 + + + 11.942999839782715 + 151 + + + + + + + 40.72508504614234 + -3.865795014426112 + + 902.4000244140625 + 25883.05078125 + + 168 + + 85 + + + 12.008999824523926 + 160 + + + + + + + 40.72508370503783 + -3.865653360262513 + + 902.2000122070312 + 25895.119140625 + + 168 + + 83 + + + 12.074000358581543 + 169 + + + + + + + 40.72508303448558 + -3.8655121251940727 + + 901.7999877929688 + 25907.23046875 + + 168 + + 85 + + + 12.111000061035156 + 239 + + + + + + + 40.72508269920945 + -3.8653601612895727 + + 901.5999755859375 + 25919.509765625 + + 168 + + 85 + + + 12.279000282287598 + 243 + + + + + + + 40.72508261539042 + -3.8652162440121174 + + 901.4000244140625 + 25931.619140625 + + 167 + + 85 + + + 12.111000061035156 + 231 + + + + + + + 40.7250836212188 + -3.865066207945347 + + 901.2000122070312 + 25943.83984375 + + 167 + + 86 + + + 12.21399974822998 + 225 + + + + + + + 40.72508538141847 + -3.864916255697608 + + 901.2000122070312 + 25956.08984375 + + 167 + + 85 + + + 12.25100040435791 + 255 + + + + + + + 40.7250886503607 + -3.864768147468567 + + 901.0 + 25968.369140625 + + 167 + + 85 + + + 12.279000282287598 + 227 + + + + + + + 40.725091164931655 + -3.8646271638572216 + + 901.0 + 25980.6796875 + + 167 + + 88 + + + 12.317000389099121 + 273 + + + + + + + 40.72509401477873 + -3.864476876333356 + + 901.0 + 25993.0390625 + + 167 + + 85 + + + 12.354000091552734 + 244 + + + + + + + 40.72509594261646 + -3.8643288519233465 + + 901.0 + 26005.509765625 + + 167 + + 87 + + + 12.465999603271484 + 217 + + + + + + + 40.725096026435494 + -3.864172613248229 + + 901.2000122070312 + 26017.779296875 + + 167 + + 87 + + + 12.279000282287598 + 248 + + + + + + + 40.72510013356805 + -3.8640236668288708 + + 901.0 + 26030.0703125 + + 167 + + 86 + + + 12.288999557495117 + 227 + + + + + + + 40.72510348632932 + -3.8638796657323837 + + 901.2000122070312 + 26042.3203125 + + 167 + + 85 + + + 12.25100040435791 + 227 + + + + + + + 40.7251111138612 + -3.863737676292658 + + 901.4000244140625 + 26054.509765625 + + 167 + + 88 + + + 12.185999870300293 + 213 + + + + + + + 40.72511966340244 + -3.8635855447500944 + + 901.4000244140625 + 26066.580078125 + + 167 + + 86 + + + 12.074000358581543 + 223 + + + + + + + 40.72513483464718 + -3.863444644957781 + + 901.4000244140625 + 26078.560546875 + + 164 + + 85 + + + 11.980999946594238 + 237 + + + + + + + 40.72515386156738 + -3.863299051299691 + + 901.0 + 26090.5390625 + + 164 + + 85 + + + 11.980999946594238 + 258 + + + + + + + 40.72517825290561 + -3.8631579000502825 + + 901.0 + 26102.58984375 + + 164 + + 82 + + + 12.045999526977539 + 214 + + + + + + + 40.72520758956671 + -3.8630204368382692 + + 901.0 + 26114.4296875 + + 164 + + 83 + + + 11.840999603271484 + 235 + + + + + + + 40.72523885406554 + -3.8628895953297615 + + 901.0 + 26126.310546875 + + 165 + + 82 + + + 11.878000259399414 + 248 + + + + + + + 40.725276824086905 + -3.862748024985194 + + 900.7999877929688 + 26138.150390625 + + 165 + + 86 + + + 11.840999603271484 + 222 + + + + + + + 40.72531705722213 + -3.862618859857321 + + 900.7999877929688 + 26150.029296875 + + 165 + + 87 + + + 11.878000259399414 + 252 + + + + + + + 40.72536198422313 + -3.862483073025942 + + 900.4000244140625 + 26161.900390625 + + 163 + + 84 + + + 11.878000259399414 + 264 + + + + + + + 40.72541143745184 + -3.862352818250656 + + 900.5999755859375 + 26173.720703125 + + 163 + + 84 + + + 11.812999725341797 + 259 + + + + + + + 40.725463991984725 + -3.8622314482927322 + + 900.7999877929688 + 26185.30078125 + + 163 + + 82 + + + 11.579000473022461 + 242 + + + + + + + 40.7255186419934 + -3.862117789685726 + + 900.7999877929688 + 26196.630859375 + + 163 + + 82 + + + 11.336999893188477 + 225 + + + + + + + 40.72557656094432 + -3.8620032090693712 + + 901.2000122070312 + 26207.8203125 + + 163 + + 82 + + + 11.187999725341797 + 226 + + + + + + + 40.725632635876536 + -3.8619006145745516 + + 901.4000244140625 + 26218.580078125 + + 163 + + 87 + + + 10.758000373840332 + 268 + + + + + + + 40.72569424286485 + -3.8617966789752245 + + 901.5999755859375 + 26229.150390625 + + 163 + + 85 + + + 10.571999549865723 + 282 + + + + + + + 40.725754760205746 + -3.861700287088752 + + 901.5999755859375 + 26239.4609375 + + 163 + + 85 + + + 10.3100004196167 + 257 + + + + + + + 40.72581611573696 + -3.861611522734165 + + 901.7999877929688 + 26249.509765625 + + 163 + + 80 + + + 10.048999786376953 + 231 + + + + + + + 40.725875375792384 + -3.861529128625989 + + 902.4000244140625 + 26259.169921875 + + 163 + + 86 + + + 9.656999588012695 + 343 + + + + + + + 40.72593824006617 + -3.8614449743181467 + + 902.5999755859375 + 26268.779296875 + + 163 + + 85 + + + 9.611000061035156 + 359 + + + + + + + 40.72600034996867 + -3.861371213570237 + + 903.2000122070312 + 26278.259765625 + + 163 + + 83 + + + 9.479999542236328 + 302 + + + + + + + 40.72606815956533 + -3.861294938251376 + + 903.5999755859375 + 26287.609375 + + 163 + + 83 + + + 9.359000205993652 + 324 + + + + + + + 40.7261370588094 + -3.86122377589345 + + 903.7999877929688 + 26296.919921875 + + 163 + + 82 + + + 9.293000221252441 + 389 + + + + + + + 40.72620319202542 + -3.8611584808677435 + + 904.0 + 26306.19921875 + + 159 + + 80 + + + 9.293000221252441 + 309 + + + + + + + 40.726269241422415 + -3.861094694584608 + + 904.0 + 26315.4609375 + + 159 + + 80 + + + 9.255999565124512 + 288 + + + + + + + 40.72633998468518 + -3.8610330037772655 + + 904.2000122070312 + 26324.7109375 + + 159 + + 80 + + + 9.255999565124512 + 260 + + + + + + + 40.72641056030989 + -3.8609768450260162 + + 904.5999755859375 + 26334.029296875 + + 159 + + 81 + + + 9.312000274658203 + 271 + + + + + + + 40.72648339904845 + -3.8609198480844498 + + 904.7999877929688 + 26343.1796875 + + 159 + + 80 + + + 9.152999877929688 + 267 + + + + + + + 40.72655925527215 + -3.860861761495471 + + 904.7999877929688 + 26352.419921875 + + 159 + + 80 + + + 9.237000465393066 + 218 + + + + + + + 40.72663066908717 + -3.860808704048395 + + 904.5999755859375 + 26361.7109375 + + 159 + + 79 + + + 9.293000221252441 + 229 + + + + + + + 40.726701244711876 + -3.8607564847916365 + + 904.5999755859375 + 26370.859375 + + 154 + + 80 + + + 9.152999877929688 + 244 + + + + + + + 40.726776933297515 + -3.8606999907642603 + + 904.7999877929688 + 26380.099609375 + + 154 + + 80 + + + 9.237000465393066 + 199 + + + + + + + 40.72684750892222 + -3.8606456760317087 + + 904.7999877929688 + 26389.3203125 + + 153 + + 80 + + + 9.218999862670898 + 192 + + + + + + + 40.72692135348916 + -3.860584907233715 + + 904.7999877929688 + 26398.630859375 + + 153 + + 79 + + + 9.312000274658203 + 207 + + + + + + + 40.72699461132288 + -3.8605191092938185 + + 904.7999877929688 + 26408.080078125 + + 153 + + 81 + + + 9.442999839782715 + 203 + + + + + + + 40.72706392966211 + -3.860454149544239 + + 904.5999755859375 + 26417.650390625 + + 153 + + 82 + + + 9.572999954223633 + 170 + + + + + + + 40.72712947614491 + -3.8603881001472473 + + 904.4000244140625 + 26427.369140625 + + 153 + + 84 + + + 9.722999572753906 + 153 + + + + + + + 40.72719594463706 + -3.8603114895522594 + + 904.2000122070312 + 26437.23046875 + + 160 + + 85 + + + 9.86299991607666 + 172 + + + + + + + 40.72725696489215 + -3.86023186147213 + + 904.2000122070312 + 26447.259765625 + + 160 + + 82 + + + 10.020999908447266 + 141 + + + + + + + 40.727322762832046 + -3.860140163451433 + + 904.0 + 26457.490234375 + + 160 + + 81 + + + 10.236000061035156 + 179 + + + + + + + 40.72738789021969 + -3.860046286135912 + + 903.7999877929688 + 26467.900390625 + + 160 + + 78 + + + 10.413000106811523 + 149 + + + + + + + 40.7274513412267 + -3.8599550910294056 + + 903.5999755859375 + 26478.529296875 + + 160 + + 78 + + + 10.628000259399414 + 208 + + + + + + + 40.72751294821501 + -3.8598620519042015 + + 903.4000244140625 + 26489.3203125 + + 157 + + 80 + + + 10.78600025177002 + 184 + + + + + + + 40.727578997612 + -3.8597613852471113 + + 903.2000122070312 + 26500.189453125 + + 157 + + 82 + + + 10.869999885559082 + 144 + + + + + + + 40.72764513082802 + -3.859663736075163 + + 903.2000122070312 + 26511.19921875 + + 157 + + 75 + + + 11.010000228881836 + 207 + + + + + + + 40.727714113891125 + -3.8595608063042164 + + 903.0 + 26522.330078125 + + 155 + + 73 + + + 11.131999969482422 + 156 + + + + + + + 40.72778083384037 + -3.859458127990365 + + 902.7999877929688 + 26533.490234375 + + 155 + + 93 + + + 11.15999984741211 + 126 + + + + + + + 40.727845542132854 + -3.8593596406280994 + + 902.7999877929688 + 26544.580078125 + + 155 + + 104 + + + 11.093999862670898 + 163 + + + + + + + 40.72790899313986 + -3.8592636678367853 + + 902.7999877929688 + 26555.6796875 + + 155 + + 72 + + + 11.093999862670898 + 236 + + + + + + + 40.727977557107806 + -3.8591593969613314 + + 902.5999755859375 + 26566.76953125 + + 155 + + 72 + + + 11.093999862670898 + 201 + + + + + + + 40.7280401699245 + -3.859063256531954 + + 902.5999755859375 + 26577.859375 + + 155 + + 78 + + + 11.093999862670898 + 220 + + + + + + + 40.72810177691281 + -3.8589581474661827 + + 902.5999755859375 + 26588.990234375 + + 155 + + 78 + + + 11.131999969482422 + 206 + + + + + + + 40.72816547937691 + -3.8588513620197773 + + 902.4000244140625 + 26600.1796875 + + 155 + + 80 + + + 11.187999725341797 + 253 + + + + + + + 40.728225242346525 + -3.858743654564023 + + 902.4000244140625 + 26611.369140625 + + 155 + + 78 + + + 11.187999725341797 + 210 + + + + + + + 40.72827821597457 + -3.8586306665092707 + + 902.2000122070312 + 26622.740234375 + + 160 + + 78 + + + 11.364999771118164 + 225 + + + + + + + 40.728319957852364 + -3.858503010123968 + + 902.0 + 26634.0703125 + + 160 + + 81 + + + 11.336999893188477 + 287 + + + + + + + 40.72835591621697 + -3.858375186100602 + + 901.5999755859375 + 26645.599609375 + + 160 + + 81 + + + 11.52299976348877 + 272 + + + + + + + 40.72838684543967 + -3.8582404889166355 + + 901.4000244140625 + 26657.169921875 + + 160 + + 80 + + + 11.579000473022461 + 194 + + + + + + + 40.728418696671724 + -3.858103109523654 + + 901.4000244140625 + 26668.75 + + 160 + + 80 + + + 11.579000473022461 + 183 + + + + + + + 40.728449458256364 + -3.857969669625163 + + 901.2000122070312 + 26680.400390625 + + 160 + + 85 + + + 11.645000457763672 + 183 + + + + + + + 40.72848105803132 + -3.8578403368592262 + + 901.2000122070312 + 26692.009765625 + + 165 + + 86 + + + 11.616999626159668 + 186 + + + + + + + 40.728512993082404 + -3.8577006105333567 + + 901.0 + 26703.69921875 + + 165 + + 82 + + + 11.682000160217285 + 224 + + + + + + + 40.728544760495424 + -3.8575710263103247 + + 901.0 + 26715.380859375 + + 165 + + 84 + + + 11.682000160217285 + 207 + + + + + + + 40.72857778519392 + -3.8574353232979774 + + 900.7999877929688 + 26727.130859375 + + 165 + + 86 + + + 11.746999740600586 + 245 + + + + + + + 40.72860703803599 + -3.8573001231998205 + + 900.7999877929688 + 26738.939453125 + + 165 + + 82 + + + 11.812999725341797 + 299 + + + + + + + 40.72863478213549 + -3.857165426015854 + + 900.7999877929688 + 26750.8203125 + + 158 + + 84 + + + 11.878000259399414 + 248 + + + + + + + 40.72866244241595 + -3.857032908126712 + + 900.7999877929688 + 26762.720703125 + + 159 + + 83 + + + 11.906000137329102 + 249 + + + + + + + 40.7286945451051 + -3.8568914216011763 + + 900.5999755859375 + 26774.630859375 + + 160 + + 85 + + + 11.906000137329102 + 188 + + + + + + + 40.7287257257849 + -3.8567600771784782 + + 900.4000244140625 + 26786.529296875 + + 162 + + 85 + + + 11.906000137329102 + 208 + + + + + + + 40.72875564917922 + -3.8566210214048624 + + 900.4000244140625 + 26798.41015625 + + 162 + + 83 + + + 11.878000259399414 + 207 + + + + + + + 40.72878498584032 + -3.8564828038215637 + + 900.4000244140625 + 26810.2890625 + + 162 + + 85 + + + 11.878000259399414 + 224 + + + + + + + 40.728816920891404 + -3.8563494477421045 + + 900.0 + 26822.310546875 + + 162 + + 85 + + + 12.017999649047852 + 226 + + + + + + + 40.72884986177087 + -3.8562181871384382 + + 899.7999877929688 + 26834.119140625 + + 162 + + 84 + + + 11.812999725341797 + 231 + + + + + + + 40.72888447903097 + -3.856079885736108 + + 899.7999877929688 + 26846.0 + + 164 + + 84 + + + 11.878000259399414 + 261 + + + + + + + 40.728917587548494 + -3.855949714779854 + + 899.7999877929688 + 26857.91015625 + + 164 + + 86 + + + 11.914999961853027 + 237 + + + + + + + 40.72895798832178 + -3.8558120001107454 + + 899.7999877929688 + 26869.7890625 + + 164 + + 85 + + + 11.878000259399414 + 228 + + + + + + + 40.729000233113766 + -3.8556794822216034 + + 899.7999877929688 + 26881.7109375 + + 164 + + 83 + + + 11.914999961853027 + 249 + + + + + + + 40.729045579209924 + -3.855552664026618 + + 899.7999877929688 + 26893.560546875 + + 164 + + 84 + + + 11.850000381469727 + 220 + + + + + + + 40.72909385897219 + -3.855431964620948 + + 899.5999755859375 + 26905.4296875 + + 164 + + 85 + + + 11.878000259399414 + 281 + + + + + + + 40.72915286757052 + -3.8553037215024233 + + 899.7999877929688 + 26917.419921875 + + 164 + + 84 + + + 11.980999946594238 + 213 + + + + + + + 40.72921145707369 + -3.855185704305768 + + 900.0 + 26929.130859375 + + 164 + + 85 + + + 11.718999862670898 + 208 + + + + + + + 40.72927616536617 + -3.855068190023303 + + 900.0 + 26941.05078125 + + 164 + + 84 + + + 11.914999961853027 + 278 + + + + + + + 40.729345651343465 + -3.8549526035785675 + + 900.0 + 26952.779296875 + + 164 + + 79 + + + 11.718999862670898 + 237 + + + + + + + 40.72941438294947 + -3.854844979941845 + + 900.0 + 26964.6796875 + + 164 + + 77 + + + 11.914999961853027 + 245 + + + + + + + 40.72948453947902 + -3.8547407928854227 + + 900.2000122070312 + 26976.400390625 + + 164 + + 78 + + + 11.718999862670898 + 245 + + + + + + + 40.7295598089695 + -3.8546321634203196 + + 900.2000122070312 + 26988.25 + + 164 + + 78 + + + 11.850000381469727 + 260 + + + + + + + 40.72963214479387 + -3.8545305747538805 + + 900.2000122070312 + 27000.130859375 + + 165 + + 78 + + + 11.878000259399414 + 249 + + + + + + + 40.729709677398205 + -3.8544246274977922 + + 900.2000122070312 + 27012.009765625 + + 168 + + 77 + + + 11.878000259399414 + 253 + + + + + + + 40.72978670708835 + -3.8543200213462114 + + 900.2000122070312 + 27023.859375 + + 168 + + 78 + + + 11.850000381469727 + 235 + + + + + + + 40.72985979728401 + -3.8542186841368675 + + 900.2000122070312 + 27035.7109375 + + 168 + + 78 + + + 11.850000381469727 + 228 + + + + + + + 40.72993263602257 + -3.8541196938604116 + + 900.2000122070312 + 27047.51953125 + + 168 + + 78 + + + 11.812999725341797 + 210 + + + + + + + 40.7300120126456 + -3.8540124893188477 + + 900.2000122070312 + 27059.330078125 + + 168 + + 77 + + + 11.812999725341797 + 292 + + + + + + + 40.73008568957448 + -3.8539134990423918 + + 900.0 + 27071.2109375 + + 168 + + 78 + + + 11.878000259399414 + 289 + + + + + + + 40.730164144188166 + -3.853809228166938 + + 900.0 + 27083.130859375 + + 168 + + 77 + + + 11.914999961853027 + 270 + + + + + + + 40.73024243116379 + -3.8537052925676107 + + 899.7999877929688 + 27095.109375 + + 168 + + 78 + + + 11.980999946594238 + 300 + + + + + + + 40.73031795211136 + -3.8536032009869814 + + 899.7999877929688 + 27107.119140625 + + 168 + + 80 + + + 12.017999649047852 + 247 + + + + + + + 40.73039288632572 + -3.8535006064921618 + + 900.0 + 27119.169921875 + + 168 + + 78 + + + 12.045999526977539 + 260 + + + + + + + 40.73047108948231 + -3.853392396122217 + + 900.0 + 27131.25 + + 163 + + 79 + + + 12.083000183105469 + 232 + + + + + + + 40.73054535314441 + -3.8532889634370804 + + 900.2000122070312 + 27143.33984375 + + 163 + + 79 + + + 12.083000183105469 + 199 + + + + + + + 40.730623975396156 + -3.8531797472387552 + + 900.2000122070312 + 27155.419921875 + + 169 + + 78 + + + 12.083000183105469 + 215 + + + + + + + 40.73070385493338 + -3.8530704472213984 + + 900.2000122070312 + 27167.599609375 + + 169 + + 80 + + + 12.185999870300293 + 248 + + + + + + + 40.73078113608062 + -3.8529644161462784 + + 900.2000122070312 + 27179.859375 + + 169 + + 80 + + + 12.25100040435791 + 246 + + + + + + + 40.73085724376142 + -3.8528624922037125 + + 900.2000122070312 + 27192.220703125 + + 167 + + 80 + + + 12.36299991607666 + 295 + + + + + + + 40.73093879967928 + -3.852753359824419 + + 900.2000122070312 + 27204.580078125 + + 167 + + 81 + + + 12.36299991607666 + 277 + + + + + + + 40.73101314716041 + -3.8526513520628214 + + 900.2000122070312 + 27216.91015625 + + 167 + + 80 + + + 12.326000213623047 + 230 + + + + + + + 40.73109076358378 + -3.8525435607880354 + + 900.2000122070312 + 27229.19921875 + + 167 + + 80 + + + 12.288999557495117 + 255 + + + + + + + 40.73116980493069 + -3.8524383679032326 + + 900.0 + 27241.51953125 + + 167 + + 91 + + + 12.326000213623047 + 260 + + + + + + + 40.73124649934471 + -3.8523338455706835 + + 900.4000244140625 + 27253.810546875 + + 163 + + 88 + + + 12.288999557495117 + 200 + + + + + + + 40.7313194219023 + -3.8522313348948956 + + 900.5999755859375 + 27266.060546875 + + 167 + + 80 + + + 12.25100040435791 + 242 + + + + + + + 40.731399888172746 + -3.8521206099539995 + + 900.5999755859375 + 27278.310546875 + + 167 + + 78 + + + 12.25100040435791 + 250 + + + + + + + 40.731477001681924 + -3.852017680183053 + + 900.5999755859375 + 27290.560546875 + + 167 + + 78 + + + 12.25100040435791 + 226 + + + + + + + 40.73155889287591 + -3.851908715441823 + + 900.7999877929688 + 27302.890625 + + 167 + + 78 + + + 12.326000213623047 + 226 + + + + + + + 40.73163910768926 + -3.8518001697957516 + + 900.7999877929688 + 27315.189453125 + + 167 + + 78 + + + 12.29800033569336 + 216 + + + + + + + 40.731714544817805 + -3.851696066558361 + + 900.7999877929688 + 27327.41015625 + + 161 + + 81 + + + 12.222999572753906 + 170 + + + + + + + 40.73178847320378 + -3.8515940587967634 + + 900.7999877929688 + 27339.630859375 + + 161 + + 85 + + + 12.222999572753906 + 240 + + + + + + + 40.73186826892197 + -3.851483417674899 + + 901.0 + 27351.689453125 + + 162 + + 86 + + + 12.055000305175781 + 318 + + + + + + + 40.7319428678602 + -3.8513784762471914 + + 901.2000122070312 + 27363.849609375 + + 162 + + 84 + + + 12.157999992370605 + 267 + + + + + + + 40.73201864026487 + -3.85127286426723 + + 901.0 + 27375.970703125 + + 160 + + 85 + + + 12.121000289916992 + 279 + + + + + + + 40.732097178697586 + -3.851166581735015 + + 900.7999877929688 + 27388.05078125 + + 160 + + 85 + + + 12.083000183105469 + 262 + + + + + + + 40.732170939445496 + -3.8510639872401953 + + 900.5999755859375 + 27400.130859375 + + 160 + + 86 + + + 12.083000183105469 + 222 + + + + + + + 40.73224402964115 + -3.8509626500308514 + + 900.5999755859375 + 27412.2890625 + + 160 + + 85 + + + 12.157999992370605 + 235 + + + + + + + 40.73232214897871 + -3.8508568704128265 + + 900.5999755859375 + 27424.2109375 + + 160 + + 84 + + + 11.914999961853027 + 202 + + + + + + + 40.73239792138338 + -3.8507573772221804 + + 900.5999755859375 + 27436.119140625 + + 160 + + 84 + + + 11.914999961853027 + 231 + + + + + + + 40.73247495107353 + -3.8506546150892973 + + 900.7999877929688 + 27447.94921875 + + 160 + + 85 + + + 11.821999549865723 + 224 + + + + + + + 40.732551058754325 + -3.8505530264228582 + + 901.0 + 27459.69921875 + + 160 + + 83 + + + 11.756999969482422 + 228 + + + + + + + 40.732623310759664 + -3.8504569698125124 + + 901.2000122070312 + 27471.390625 + + 161 + + 81 + + + 11.690999984741211 + 230 + + + + + + + 40.73269707150757 + -3.8503632601350546 + + 901.0 + 27483.150390625 + + 161 + + 81 + + + 11.756999969482422 + 255 + + + + + + + 40.732775861397386 + -3.8502675388008356 + + 901.0 + 27494.66015625 + + 155 + + 81 + + + 11.505000114440918 + 265 + + + + + + + 40.73285222053528 + -3.8501833006739616 + + 901.2000122070312 + 27506.279296875 + + 155 + + 81 + + + 11.62600040435791 + 213 + + + + + + + 40.7329357881099 + -3.850098140537739 + + 901.2000122070312 + 27517.630859375 + + 155 + + 82 + + + 11.345999717712402 + 208 + + + + + + + 40.73302119970322 + -3.850019099190831 + + 901.2000122070312 + 27529.0390625 + + 150 + + 80 + + + 11.41100025177002 + 255 + + + + + + + 40.73310594074428 + -3.8499481044709682 + + 901.2000122070312 + 27540.2109375 + + 150 + + 78 + + + 11.168999671936035 + 231 + + + + + + + 40.73319151997566 + -3.849886078387499 + + 901.2000122070312 + 27551.55078125 + + 150 + + 79 + + + 11.345999717712402 + 246 + + + + + + + 40.73328263126314 + -3.8498239684849977 + + 901.0 + 27562.75 + + 150 + + 78 + + + 11.196999549865723 + 182 + + + + + + + 40.733369970694184 + -3.849763199687004 + + 901.0 + 27573.859375 + + 157 + + 78 + + + 11.11299991607666 + 173 + + + + + + + 40.73346099816263 + -3.8496977370232344 + + 901.0 + 27585.130859375 + + 157 + + 78 + + + 11.26200008392334 + 237 + + + + + + + 40.7335521094501 + -3.84963302873075 + + 901.0 + 27596.419921875 + + 157 + + 80 + + + 11.289999961853027 + 295 + + + + + + + 40.73363844305277 + -3.8495679013431072 + + 901.0 + 27607.6796875 + + 157 + + 78 + + + 11.26200008392334 + 179 + + + + + + + 40.73372318409383 + -3.849499337375164 + + 901.0 + 27618.849609375 + + 157 + + 77 + + + 11.168999671936035 + 186 + + + + + + + 40.73380968533456 + -3.849419541656971 + + 901.0 + 27630.259765625 + + 157 + + 77 + + + 11.41100025177002 + 212 + + + + + + + 40.73388637974858 + -3.849338488653302 + + 900.7999877929688 + 27641.630859375 + + 157 + + 78 + + + 11.37399959564209 + 197 + + + + + + + 40.73396198451519 + -3.849239246919751 + + 900.5999755859375 + 27653.189453125 + + 160 + + 79 + + + 11.560999870300293 + 173 + + + + + + + 40.73403348214924 + -3.849133886396885 + + 900.5999755859375 + 27664.849609375 + + 160 + + 83 + + + 11.654000282287598 + 241 + + + + + + + 40.73409978300333 + -3.8490312919020653 + + 900.4000244140625 + 27676.5703125 + + 160 + + 82 + + + 11.718999862670898 + 166 + + + + + + + 40.73416608385742 + -3.8489313796162605 + + 900.2000122070312 + 27688.029296875 + + 160 + + 82 + + + 11.467000007629395 + 148 + + + + + + + 40.734240766614676 + -3.848833478987217 + + 900.2000122070312 + 27699.5 + + 160 + + 86 + + + 11.467000007629395 + 225 + + + + + + + 40.734319891780615 + -3.848756281659007 + + 900.0 + 27710.880859375 + + 160 + + 84 + + + 11.37399959564209 + 158 + + + + + + + 40.73441041633487 + -3.848701799288392 + + 900.2000122070312 + 27722.220703125 + + 160 + + 96 + + + 11.345999717712402 + 266 + + + + + + + 40.734503623098135 + -3.8486787490546703 + + 900.2000122070312 + 27733.080078125 + + 160 + + 84 + + + 10.861000061035156 + 188 + + + + + + + 40.734597416594625 + -3.848675899207592 + + 900.2000122070312 + 27743.73046875 + + 165 + + 84 + + + 10.645999908447266 + 209 + + + + + + + 40.734688863158226 + -3.8486677687615156 + + 900.2000122070312 + 27754.189453125 + + 165 + + 82 + + + 10.460000038146973 + 216 + + + + + + + 40.734784165397286 + -3.8486413657665253 + + 900.4000244140625 + 27764.470703125 + + 165 + + 78 + + + 10.281999588012695 + 272 + + + + + + + 40.7348714210093 + -3.8486015517264605 + + 900.7999877929688 + 27774.859375 + + 165 + + 78 + + + 10.385000228881836 + 247 + + + + + + + 40.73496269993484 + -3.848551260307431 + + 900.5999755859375 + 27785.1796875 + + 163 + + 77 + + + 10.329000473022461 + 298 + + + + + + + 40.73504978790879 + -3.8484952691942453 + + 900.5999755859375 + 27795.599609375 + + 168 + + 78 + + + 10.413000106811523 + 257 + + + + + + + 40.73513318784535 + -3.848434751853347 + + 900.4000244140625 + 27805.94921875 + + 170 + + 78 + + + 10.357000350952148 + 203 + + + + + + + 40.73521239683032 + -3.848372306674719 + + 900.4000244140625 + 27816.439453125 + + 170 + + 78 + + + 10.48799991607666 + 267 + + + + + + + 40.73529336601496 + -3.8483008090406656 + + 900.2000122070312 + 27827.009765625 + + 170 + + 79 + + + 10.562000274658203 + 197 + + + + + + + 40.73536327108741 + -3.8482290599495173 + + 900.2000122070312 + 27837.490234375 + + 170 + + 88 + + + 10.48799991607666 + 192 + + + + + + + 40.73543426580727 + -3.8481450732797384 + + 900.2000122070312 + 27847.91015625 + + 168 + + 79 + + + 10.413000106811523 + 275 + + + + + + + 40.7355019915849 + -3.848059745505452 + + 900.4000244140625 + 27858.259765625 + + 168 + + 78 + + + 10.357000350952148 + 190 + + + + + + + 40.73556561022997 + -3.847975004464388 + + 900.5999755859375 + 27868.5703125 + + 172 + + 79 + + + 10.3100004196167 + 217 + + + + + + + 40.7356246188283 + -3.8478870783001184 + + 900.5999755859375 + 27878.759765625 + + 172 + + 78 + + + 10.189000129699707 + 224 + + + + + + + 40.7356832921505 + -3.8477900996804237 + + 900.7999877929688 + 27888.94921875 + + 172 + + 80 + + + 10.189000129699707 + 311 + + + + + + + 40.735737942159176 + -3.847696138545871 + + 901.0 + 27899.220703125 + + 170 + + 82 + + + 10.263999938964844 + 240 + + + + + + + 40.73579468764365 + -3.847592957317829 + + 901.0 + 27909.5390625 + + 170 + + 80 + + + 10.329000473022461 + 238 + + + + + + + 40.73584858328104 + -3.8474908657372 + + 901.0 + 27919.9296875 + + 173 + + 85 + + + 10.385000228881836 + 197 + + + + + + + 40.7359026465565 + -3.847390115261078 + + 900.7999877929688 + 27930.33984375 + + 173 + + 87 + + + 10.413000106811523 + 198 + + + + + + + 40.73595721274614 + -3.8472905382514 + + 900.5999755859375 + 27940.759765625 + + 173 + + 86 + + + 10.413000106811523 + 240 + + + + + + + 40.73601488023996 + -3.847185345366597 + + 900.7999877929688 + 27951.189453125 + + 173 + + 85 + + + 10.432000160217285 + 223 + + + + + + + 40.73606802150607 + -3.8470871094614267 + + 900.7999877929688 + 27961.69921875 + + 173 + + 85 + + + 10.515999794006348 + 242 + + + + + + + 40.73612577281892 + -3.846981832757592 + + 901.0 + 27972.08984375 + + 172 + + 85 + + + 10.385000228881836 + 243 + + + + + + + 40.73618033900857 + -3.846878819167614 + + 901.0 + 27982.599609375 + + 172 + + 84 + + + 10.515999794006348 + 282 + + + + + + + 40.736233815550804 + -3.8467782363295555 + + 900.7999877929688 + 27993.189453125 + + 168 + + 85 + + + 10.59000015258789 + 233 + + + + + + + 40.73628544807434 + -3.8466805033385754 + + 900.7999877929688 + 28003.810546875 + + 168 + + 87 + + + 10.618000030517578 + 173 + + + + + + + 40.73634202592075 + -3.8465738855302334 + + 900.7999877929688 + 28014.419921875 + + 171 + + 115 + + + 10.609000205993652 + 208 + + + + + + + 40.73639692738652 + -3.846473302692175 + + 900.7999877929688 + 28025.029296875 + + 171 + + 99 + + + 10.609000205993652 + 215 + + + + + + + 40.73645350523293 + -3.8463674392551184 + + 901.0 + 28035.669921875 + + 171 + + 80 + + + 10.63700008392334 + 248 + + + + + + + 40.73651125654578 + -3.84626149199903 + + 901.0 + 28046.390625 + + 167 + + 79 + + + 10.720999717712402 + 207 + + + + + + + 40.73656590655446 + -3.8461599871516228 + + 900.7999877929688 + 28057.130859375 + + 167 + + 80 + + + 10.739999771118164 + 197 + + + + + + + 40.73662248440087 + -3.846058314666152 + + 900.5999755859375 + 28067.900390625 + + 171 + + 78 + + + 10.767999649047852 + 248 + + + + + + + 40.736681995913386 + -3.845948427915573 + + 900.5999755859375 + 28078.75 + + 171 + + 81 + + + 10.85200023651123 + 249 + + + + + + + 40.736738573759794 + -3.845843570306897 + + 900.5999755859375 + 28089.7109375 + + 171 + + 82 + + + 10.96399974822998 + 233 + + + + + + + 40.736797666177154 + -3.84573376737535 + + 900.5999755859375 + 28100.73046875 + + 171 + + 85 + + + 11.020000457763672 + 235 + + + + + + + 40.73685818351805 + -3.8456237129867077 + + 900.5999755859375 + 28111.810546875 + + 171 + + 85 + + + 11.076000213623047 + 277 + + + + + + + 40.736916186288 + -3.845517346635461 + + 900.5999755859375 + 28123.060546875 + + 171 + + 85 + + + 11.253000259399414 + 293 + + + + + + + 40.73697335086763 + -3.845413075760007 + + 900.5999755859375 + 28134.130859375 + + 171 + + 85 + + + 11.076000213623047 + 221 + + + + + + + 40.737033784389496 + -3.8453044462949038 + + 900.7999877929688 + 28145.33984375 + + 171 + + 84 + + + 11.206000328063965 + 212 + + + + + + + 40.73709254153073 + -3.8452020194381475 + + 901.0 + 28156.609375 + + 171 + + 80 + + + 11.270999908447266 + 178 + + + + + + + 40.73715465143323 + -3.8450943119823933 + + 900.7999877929688 + 28167.619140625 + + 171 + + 85 + + + 11.010000228881836 + 197 + + + + + + + 40.737217515707016 + -3.844992136582732 + + 900.5999755859375 + 28178.720703125 + + 171 + + 84 + + + 11.093999862670898 + 198 + + + + + + + 40.73728188872337 + -3.8448928110301495 + + 900.5999755859375 + 28189.779296875 + + 171 + + 82 + + + 11.065999984741211 + 209 + + + + + + + 40.73734567500651 + -3.844796335324645 + + 900.5999755859375 + 28200.880859375 + + 171 + + 85 + + + 11.093999862670898 + 191 + + + + + + + 40.737415412440896 + -3.844694495201111 + + 900.5999755859375 + 28212.080078125 + + 171 + + 85 + + + 11.206000328063965 + 231 + + + + + + + 40.737483808770776 + -3.8446018751710653 + + 900.7999877929688 + 28223.19921875 + + 177 + + 84 + + + 11.121999740600586 + 248 + + + + + + + 40.7375586591661 + -3.844505902379751 + + 901.0 + 28234.439453125 + + 181 + + 84 + + + 11.234000205993652 + 213 + + + + + + + 40.737635269761086 + -3.8444172218441963 + + 901.0 + 28245.669921875 + + 181 + + 85 + + + 11.234000205993652 + 197 + + + + + + + 40.737713389098644 + -3.844333402812481 + + 900.7999877929688 + 28256.970703125 + + 181 + + 85 + + + 11.298999786376953 + 240 + + + + + + + 40.73779226280749 + -3.8442540261894464 + + 900.7999877929688 + 28268.330078125 + + 181 + + 87 + + + 11.354999542236328 + 257 + + + + + + + 40.737878177315 + -3.844172554090619 + + 900.7999877929688 + 28279.75 + + 181 + + 87 + + + 11.420999526977539 + 243 + + + + + + + 40.73796124197543 + -3.8440988771617413 + + 900.7999877929688 + 28291.2890625 + + 181 + + 84 + + + 11.541999816894531 + 226 + + + + + + + 40.73805092833936 + -3.8440220151096582 + + 900.7999877929688 + 28302.619140625 + + 181 + + 86 + + + 11.32699966430664 + 198 + + + + + + + 40.738141033798456 + -3.8439483381807804 + + 900.5999755859375 + 28314.05078125 + + 179 + + 86 + + + 11.420999526977539 + 209 + + + + + + + 40.73822736740112 + -3.843880109488964 + + 900.5999755859375 + 28325.490234375 + + 179 + + 88 + + + 11.449000358581543 + 171 + + + + + + + 40.738312443718314 + -3.8438160717487335 + + 901.0 + 28336.939453125 + + 179 + + 88 + + + 11.449000358581543 + 186 + + + + + + + 40.73840598575771 + -3.843746753409505 + + 901.0 + 28348.3203125 + + 179 + + 88 + + + 11.383000373840332 + 208 + + + + + + + 40.738493828102946 + -3.843680787831545 + + 901.0 + 28359.69921875 + + 176 + + 83 + + + 11.383000373840332 + 227 + + + + + + + 40.738584101200104 + -3.8436113856732845 + + 900.7999877929688 + 28371.08984375 + + 176 + + 84 + + + 11.383000373840332 + 227 + + + + + + + 40.73867328464985 + -3.8435439951717854 + + 900.7999877929688 + 28382.439453125 + + 175 + + 88 + + + 11.354999542236328 + 222 + + + + + + + 40.73876045644283 + -3.843476688489318 + + 901.0 + 28393.859375 + + 181 + + 88 + + + 11.420999526977539 + 212 + + + + + + + 40.73884737677872 + -3.8434113934636116 + + 901.0 + 28405.0390625 + + 181 + + 84 + + + 11.178000450134277 + 188 + + + + + + + 40.738939326256514 + -3.8433428294956684 + + 901.0 + 28416.279296875 + + 181 + + 86 + + + 11.234000205993652 + 236 + + + + + + + 40.73902599513531 + -3.8432754389941692 + + 900.7999877929688 + 28427.48046875 + + 181 + + 84 + + + 11.206000328063965 + 216 + + + + + + + 40.739116268232465 + -3.8432046119123697 + + 900.7999877929688 + 28438.689453125 + + 181 + + 84 + + + 11.206000328063965 + 231 + + + + + + + 40.73920494876802 + -3.8431333657354116 + + 900.7999877929688 + 28449.919921875 + + 176 + + 84 + + + 11.234000205993652 + 204 + + + + + + + 40.73928792960942 + -3.8430583477020264 + + 901.0 + 28461.220703125 + + 176 + + 85 + + + 11.298999786376953 + 217 + + + + + + + 40.73936722241342 + -3.8429819885641336 + + 900.7999877929688 + 28472.369140625 + + 176 + + 85 + + + 11.149999618530273 + 243 + + + + + + + 40.739450454711914 + -3.842898588627577 + + 900.5999755859375 + 28483.69921875 + + 176 + + 84 + + + 11.32699966430664 + 213 + + + + + + + 40.73952740058303 + -3.842817535623908 + + 900.5999755859375 + 28495.060546875 + + 182 + + 85 + + + 11.354999542236328 + 214 + + + + + + + 40.73960510082543 + -3.842730363830924 + + 900.4000244140625 + 28506.41015625 + + 182 + + 85 + + + 11.354999542236328 + 214 + + + + + + + 40.73967886157334 + -3.8426363188773394 + + 900.4000244140625 + 28517.7890625 + + 182 + + 93 + + + 11.383000373840332 + 264 + + + + + + + 40.73974692262709 + -3.8425411842763424 + + 900.4000244140625 + 28529.26953125 + + 182 + + 84 + + + 11.47700023651123 + 212 + + + + + + + 40.73981238529086 + -3.8424453791230917 + + 900.5999755859375 + 28540.689453125 + + 182 + + 85 + + + 11.420999526977539 + 227 + + + + + + + 40.739878015592694 + -3.8423393480479717 + + 900.5999755859375 + 28552.080078125 + + 182 + + 86 + + + 11.383000373840332 + 238 + + + + + + + 40.739934258162975 + -3.84223566390574 + + 900.7999877929688 + 28563.4296875 + + 182 + + 85 + + + 11.354999542236328 + 240 + + + + + + + 40.73999217711389 + -3.842118987813592 + + 900.7999877929688 + 28574.849609375 + + 182 + + 87 + + + 11.420999526977539 + 219 + + + + + + + 40.74004825204611 + -3.842002395540476 + + 900.7999877929688 + 28586.1796875 + + 182 + + 86 + + + 11.32699966430664 + 202 + + + + + + + 40.74009829200804 + -3.841892508789897 + + 900.7999877929688 + 28597.390625 + + 182 + + 83 + + + 11.206000328063965 + 215 + + + + + + + 40.74014900252223 + -3.8417828734964132 + + 901.0 + 28608.560546875 + + 182 + + 83 + + + 11.178000450134277 + 244 + + + + + + + 40.74019971303642 + -3.841666029766202 + + 901.0 + 28619.7109375 + + 182 + + 83 + + + 11.149999618530273 + 240 + + + + + + + 40.74024631641805 + -3.8415552210062742 + + 901.0 + 28630.890625 + + 182 + + 85 + + + 11.178000450134277 + 236 + + + + + + + 40.740295769646764 + -3.8414379581809044 + + 900.7999877929688 + 28642.099609375 + + 182 + + 84 + + + 11.206000328063965 + 241 + + + + + + + 40.740344133228064 + -3.841317342594266 + + 900.7999877929688 + 28653.330078125 + + 182 + + 83 + + + 11.234000205993652 + 230 + + + + + + + 40.7403907366097 + -3.841200415045023 + + 900.7999877929688 + 28664.599609375 + + 182 + + 82 + + + 11.270999908447266 + 193 + + + + + + + 40.7404356636107 + -3.8410882651805878 + + 900.5999755859375 + 28675.900390625 + + 182 + + 85 + + + 11.298999786376953 + 201 + + + + + + + 40.74048461392522 + -3.8409664761275053 + + 900.5999755859375 + 28687.19921875 + + 182 + + 96 + + + 11.298999786376953 + 201 + + + + + + + 40.74053264223039 + -3.8408535718917847 + + 900.5999755859375 + 28698.5 + + 182 + + 94 + + + 11.298999786376953 + 224 + + + + + + + 40.740584107115865 + -3.8407341297715902 + + 900.5999755859375 + 28709.890625 + + 182 + + 85 + + + 11.383000373840332 + 234 + + + + + + + 40.74063431471586 + -3.840614939108491 + + 900.5999755859375 + 28721.119140625 + + 182 + + 85 + + + 11.234000205993652 + 193 + + + + + + + 40.740683265030384 + -3.840500107035041 + + 900.5999755859375 + 28732.48046875 + + 182 + + 85 + + + 11.354999542236328 + 210 + + + + + + + 40.7407306227833 + -3.840387286618352 + + 900.5999755859375 + 28743.830078125 + + 179 + + 85 + + + 11.354999542236328 + 169 + + + + + + + 40.74078091420233 + -3.8402658328413963 + + 900.5999755859375 + 28755.16015625 + + 179 + + 86 + + + 11.32699966430664 + 190 + + + + + + + 40.74082827195525 + -3.8401523418724537 + + 900.5999755859375 + 28766.609375 + + 183 + + 85 + + + 11.449000358581543 + 216 + + + + + + + 40.740878731012344 + -3.840031223371625 + + 900.5999755859375 + 28777.810546875 + + 189 + + 86 + + + 11.206000328063965 + 196 + + + + + + + 40.740928184241056 + -3.8399106077849865 + + 900.5999755859375 + 28789.099609375 + + 189 + + 85 + + + 11.289999961853027 + 168 + + + + + + + 40.740974536165595 + -3.839796781539917 + + 900.4000244140625 + 28800.4296875 + + 189 + + 92 + + + 11.32699966430664 + 206 + + + + + + + 40.741019966080785 + -3.839686056599021 + + 900.2000122070312 + 28811.7890625 + + 189 + + 84 + + + 11.354999542236328 + 219 + + + + + + + 40.74107000604272 + -3.839564938098192 + + 900.4000244140625 + 28823.169921875 + + 189 + + 83 + + + 11.383000373840332 + 246 + + + + + + + 40.741116693243384 + -3.839448932558298 + + 900.5999755859375 + 28834.619140625 + + 189 + + 85 + + + 11.449000358581543 + 250 + + + + + + + 40.74116522446275 + -3.8393254671245813 + + 900.5999755859375 + 28846.009765625 + + 184 + + 88 + + + 11.383000373840332 + 209 + + + + + + + 40.74121484532952 + -3.8392034266144037 + + 900.7999877929688 + 28857.48046875 + + 184 + + 86 + + + 11.47700023651123 + 252 + + + + + + + 40.74126304127276 + -3.839087253436446 + + 900.5999755859375 + 28868.890625 + + 184 + + 85 + + + 11.41100025177002 + 236 + + + + + + + 40.74131056666374 + -3.8389743492007256 + + 900.5999755859375 + 28880.150390625 + + 182 + + 85 + + + 11.26200008392334 + 183 + + + + + + + 40.74136085808277 + -3.8388518057763577 + + 900.5999755859375 + 28891.48046875 + + 181 + + 85 + + + 11.32699966430664 + 196 + + + + + + + 40.74140687473118 + -3.8387393206357956 + + 900.5999755859375 + 28902.76953125 + + 180 + + 85 + + + 11.289999961853027 + 214 + + + + + + + 40.741457752883434 + -3.838619291782379 + + 900.7999877929688 + 28914.099609375 + + 180 + + 86 + + + 11.32699966430664 + 238 + + + + + + + 40.741506703197956 + -3.8385016098618507 + + 900.7999877929688 + 28925.48046875 + + 180 + + 85 + + + 11.383000373840332 + 262 + + + + + + + 40.74155188165605 + -3.8383852690458298 + + 900.7999877929688 + 28936.9609375 + + 180 + + 85 + + + 11.47700023651123 + 237 + + + + + + + 40.74159110896289 + -3.838270017877221 + + 900.7999877929688 + 28948.25 + + 179 + + 85 + + + 11.289999961853027 + 214 + + + + + + + 40.74163435958326 + -3.8381421100348234 + + 900.7999877929688 + 28959.630859375 + + 179 + + 88 + + + 11.383000373840332 + 212 + + + + + + + 40.741671323776245 + -3.8380196504294872 + + 900.5999755859375 + 28970.83984375 + + 183 + + 85 + + + 11.206000328063965 + 269 + + + + + + + 40.74170518666506 + -3.837891910225153 + + 900.5999755859375 + 28982.25 + + 183 + + 85 + + + 11.41100025177002 + 221 + + + + + + + 40.74172974564135 + -3.8377627450972795 + + 900.4000244140625 + 28993.48046875 + + 183 + + 86 + + + 11.234000205993652 + 228 + + + + + + + 40.741749526932836 + -3.83763718418777 + + 900.4000244140625 + 29004.75 + + 181 + + 85 + + + 11.26200008392334 + 221 + + + + + + + 40.74176771566272 + -3.837512545287609 + + 900.4000244140625 + 29015.94921875 + + 179 + + 85 + + + 11.206000328063965 + 246 + + + + + + + 40.74178313836455 + -3.837375920265913 + + 900.2000122070312 + 29027.130859375 + + 179 + + 85 + + + 11.178000450134277 + 269 + + + + + + + 40.74179453775287 + -3.8372476771473885 + + 900.4000244140625 + 29038.310546875 + + 179 + + 84 + + + 11.178000450134277 + 238 + + + + + + + 40.74179948307574 + -3.837112057954073 + + 900.5999755859375 + 29049.509765625 + + 179 + + 85 + + + 11.206000328063965 + 274 + + + + + + + 40.74179747141898 + -3.8369752652943134 + + 900.4000244140625 + 29060.83984375 + + 179 + + 85 + + + 11.32699966430664 + 227 + + + + + + + 40.74179286137223 + -3.8368386402726173 + + 900.2000122070312 + 29072.220703125 + + 179 + + 85 + + + 11.383000373840332 + 204 + + + + + + + 40.74178791604936 + -3.8367040269076824 + + 900.2000122070312 + 29083.609375 + + 179 + + 85 + + + 11.383000373840332 + 200 + + + + + + + 40.74177475646138 + -3.8365652225911617 + + 900.2000122070312 + 29094.990234375 + + 179 + + 85 + + + 11.383000373840332 + 204 + + + + + + + 40.74175598099828 + -3.8364378176629543 + + 900.2000122070312 + 29106.380859375 + + 183 + + 87 + + + 11.383000373840332 + 212 + + + + + + + 40.74173427186906 + -3.8363043777644634 + + 900.4000244140625 + 29117.669921875 + + 183 + + 86 + + + 11.289999961853027 + 210 + + + + + + + 40.74171029962599 + -3.8361751288175583 + + 900.4000244140625 + 29128.9296875 + + 183 + + 86 + + + 11.26200008392334 + 218 + + + + + + + 40.74168523773551 + -3.8360475562512875 + + 900.5999755859375 + 29140.16015625 + + 183 + + 84 + + + 11.234000205993652 + 206 + + + + + + + 40.74166193604469 + -3.835921911522746 + + 900.5999755859375 + 29151.400390625 + + 183 + + 85 + + + 11.234000205993652 + 164 + + + + + + + 40.741636119782925 + -3.8357862923294306 + + 900.5999755859375 + 29162.66015625 + + 183 + + 86 + + + 11.26200008392334 + 263 + + + + + + + 40.74161290191114 + -3.835656624287367 + + 900.5999755859375 + 29173.94921875 + + 183 + + 81 + + + 11.289999961853027 + 276 + + + + + + + 40.741589767858386 + -3.835521675646305 + + 900.4000244140625 + 29185.30078125 + + 177 + + 80 + + + 11.354999542236328 + 261 + + + + + + + 40.74156445451081 + -3.8353855535387993 + + 900.2000122070312 + 29196.7109375 + + 177 + + 81 + + + 11.41100025177002 + 294 + + + + + + + 40.74153922498226 + -3.835253119468689 + + 900.2000122070312 + 29208.189453125 + + 177 + + 80 + + + 11.47700023651123 + 264 + + + + + + + 40.7415129058063 + -3.8351242057979107 + + 900.0 + 29219.69921875 + + 177 + + 82 + + + 11.505000114440918 + 211 + + + + + + + 40.741487592458725 + -3.8349860720336437 + + 900.2000122070312 + 29231.169921875 + + 177 + + 81 + + + 11.47700023651123 + 198 + + + + + + + 40.74146697297692 + -3.834856739267707 + + 900.2000122070312 + 29242.669921875 + + 177 + + 84 + + + 11.494999885559082 + 222 + + + + + + + 40.741440653800964 + -3.8347213715314865 + + 900.2000122070312 + 29254.16015625 + + 177 + + 84 + + + 11.494999885559082 + 194 + + + + + + + 40.741413747891784 + -3.834586339071393 + + 900.2000122070312 + 29265.630859375 + + 177 + + 79 + + + 11.467000007629395 + 174 + + + + + + + 40.74138826690614 + -3.834453569725156 + + 900.2000122070312 + 29277.099609375 + + 177 + + 79 + + + 11.467000007629395 + 237 + + + + + + + 40.74136580340564 + -3.834323901683092 + + 900.2000122070312 + 29288.5703125 + + 177 + + 79 + + + 11.467000007629395 + 252 + + + + + + + 40.741345603019 + -3.834184678271413 + + 900.4000244140625 + 29300.009765625 + + 183 + + 79 + + + 11.439000129699707 + 240 + + + + + + + 40.74132959358394 + -3.8340540882200003 + + 900.5999755859375 + 29311.41015625 + + 183 + + 79 + + + 11.402000427246094 + 250 + + + + + + + 40.7413125783205 + -3.8339162059128284 + + 900.5999755859375 + 29322.810546875 + + 183 + + 79 + + + 11.402000427246094 + 235 + + + + + + + 40.74130008928478 + -3.8337791617959738 + + 900.4000244140625 + 29334.25 + + 185 + + 80 + + + 11.439000129699707 + 236 + + + + + + + 40.74129095301032 + -3.8336458057165146 + + 900.2000122070312 + 29345.650390625 + + 185 + + 80 + + + 11.402000427246094 + 224 + + + + + + + 40.741287767887115 + -3.8335141260176897 + + 900.2000122070312 + 29357.01953125 + + 183 + + 79 + + + 11.37399959564209 + 261 + + + + + + + 40.74128944426775 + -3.8333764113485813 + + 900.2000122070312 + 29368.4296875 + + 181 + + 78 + + + 11.402000427246094 + 212 + + + + + + + 40.74129229411483 + -3.83324540220201 + + 900.2000122070312 + 29379.900390625 + + 181 + + 78 + + + 11.467000007629395 + 201 + + + + + + + 40.74130008928478 + -3.8331059273332357 + + 900.2000122070312 + 29391.33984375 + + 181 + + 80 + + + 11.439000129699707 + 205 + + + + + + + 40.74131014756858 + -3.832965027540922 + + 900.2000122070312 + 29402.900390625 + + 181 + + 81 + + + 11.560999870300293 + 192 + + + + + + + 40.74132624082267 + -3.832830749452114 + + 900.2000122070312 + 29414.33984375 + + 183 + + 78 + + + 11.439000129699707 + 190 + + + + + + + 40.7413440104574 + -3.83270057849586 + + 900.2000122070312 + 29425.919921875 + + 183 + + 80 + + + 11.58899974822998 + 235 + + + + + + + 40.74136362411082 + -3.832561355084181 + + 900.2000122070312 + 29437.669921875 + + 181 + + 80 + + + 11.746999740600586 + 198 + + + + + + + 40.7413870934397 + -3.8324330281466246 + + 900.0 + 29449.259765625 + + 181 + + 81 + + + 11.58899974822998 + 180 + + + + + + + 40.74141265824437 + -3.8322979118674994 + + 900.0 + 29460.939453125 + + 181 + + 81 + + + 11.682000160217285 + 202 + + + + + + + 40.74144149199128 + -3.8321621250361204 + + 900.0 + 29472.599609375 + + 177 + + 80 + + + 11.654000282287598 + 204 + + + + + + + 40.74146873317659 + -3.8320301938802004 + + 900.0 + 29484.279296875 + + 181 + + 81 + + + 11.682000160217285 + 214 + + + + + + + 40.74149521999061 + -3.8318981789052486 + + 900.0 + 29496.0 + + 181 + + 82 + + + 11.718999862670898 + 218 + + + + + + + 40.74152262881398 + -3.831758536398411 + + 900.0 + 29507.740234375 + + 178 + + 83 + + + 11.746999740600586 + 247 + + + + + + + 40.74154953472316 + -3.8316278625279665 + + 900.0 + 29519.560546875 + + 176 + + 82 + + + 11.812999725341797 + 248 + + + + + + + 40.74157669208944 + -3.8314897287636995 + + 899.7999877929688 + 29531.369140625 + + 176 + + 83 + + + 11.812999725341797 + 228 + + + + + + + 40.74160560965538 + -3.831355618312955 + + 899.7999877929688 + 29543.1796875 + + 176 + + 83 + + + 11.812999725341797 + 239 + + + + + + + 40.74163243174553 + -3.831223603338003 + + 899.7999877929688 + 29555.029296875 + + 176 + + 82 + + + 11.850000381469727 + 237 + + + + + + + 40.74165942147374 + -3.8310930132865906 + + 899.5999755859375 + 29566.91015625 + + 176 + + 82 + + + 11.878000259399414 + 233 + + + + + + + 40.74168875813484 + -3.8309522811323404 + + 899.5999755859375 + 29578.759765625 + + 176 + + 84 + + + 11.850000381469727 + 244 + + + + + + + 40.7417169213295 + -3.830823451280594 + + 899.5999755859375 + 29590.640625 + + 176 + + 83 + + + 11.878000259399414 + 205 + + + + + + + 40.74174533598125 + -3.8306819647550583 + + 899.5999755859375 + 29602.509765625 + + 176 + + 83 + + + 11.878000259399414 + 213 + + + + + + + 40.74177358299494 + -3.830540394410491 + + 899.4000244140625 + 29614.470703125 + + 176 + + 85 + + + 11.95300006866455 + 233 + + + + + + + 40.74179872870445 + -3.8304067868739367 + + 899.4000244140625 + 29626.380859375 + + 176 + + 83 + + + 11.914999961853027 + 245 + + + + + + + 40.741821862757206 + -3.8302725926041603 + + 899.4000244140625 + 29638.330078125 + + 170 + + 82 + + + 11.95300006866455 + 233 + + + + + + + 40.741844242438674 + -3.830130686983466 + + 899.5999755859375 + 29650.349609375 + + 170 + + 84 + + + 12.017999649047852 + 222 + + + + + + + 40.7418654486537 + -3.829995486885309 + + 899.5999755859375 + 29662.150390625 + + 170 + + 85 + + + 11.793999671936035 + 218 + + + + + + + 40.74188372120261 + -3.8298511505126953 + + 899.5999755859375 + 29674.029296875 + + 169 + + 82 + + + 11.88700008392334 + 244 + + + + + + + 40.74189830571413 + -3.829709244892001 + + 899.5999755859375 + 29685.94921875 + + 169 + + 83 + + + 11.914999961853027 + 233 + + + + + + + 40.74191113002598 + -3.8295718654990196 + + 899.5999755859375 + 29697.900390625 + + 169 + + 84 + + + 11.95300006866455 + 221 + + + + + + + 40.74191967956722 + -3.8294337317347527 + + 899.4000244140625 + 29709.890625 + + 164 + + 81 + + + 11.989999771118164 + 194 + + + + + + + 40.74192479252815 + -3.829291071742773 + + 899.4000244140625 + 29721.880859375 + + 164 + + 85 + + + 11.989999771118164 + 202 + + + + + + + 40.74192747473717 + -3.8291562907397747 + + 899.4000244140625 + 29733.830078125 + + 164 + + 84 + + + 11.95300006866455 + 233 + + + + + + + 40.74192630127072 + -3.8290143851190805 + + 899.4000244140625 + 29745.7890625 + + 164 + + 83 + + + 11.95300006866455 + 246 + + + + + + + 40.741921523585916 + -3.8288739044219255 + + 899.4000244140625 + 29757.740234375 + + 167 + + 83 + + + 11.95300006866455 + 209 + + + + + + + 40.74191439896822 + -3.8287343457341194 + + 899.2000122070312 + 29769.73046875 + + 167 + + 96 + + + 11.989999771118164 + 226 + + + + + + + 40.74190467596054 + -3.828599313274026 + + 899.2000122070312 + 29781.720703125 + + 175 + + 81 + + + 11.989999771118164 + 246 + + + + + + + 40.741889672353864 + -3.8284542225301266 + + 899.2000122070312 + 29793.80078125 + + 175 + + 84 + + + 12.083000183105469 + 273 + + + + + + + 40.74187190271914 + -3.8283179327845573 + + 899.2000122070312 + 29805.919921875 + + 175 + + 84 + + + 12.121000289916992 + 241 + + + + + + + 40.74185052886605 + -3.828176027163863 + + 899.0 + 29818.0390625 + + 175 + + 85 + + + 12.121000289916992 + 224 + + + + + + + 40.74182496406138 + -3.828039150685072 + + 899.2000122070312 + 29830.119140625 + + 175 + + 112 + + + 12.083000183105469 + 256 + + + + + + + 40.74179747141898 + -3.827902777120471 + + 899.4000244140625 + 29842.240234375 + + 175 + + 84 + + + 12.121000289916992 + 233 + + + + + + + 40.741766626015306 + -3.8277692534029484 + + 899.4000244140625 + 29854.330078125 + + 175 + + 91 + + + 12.083000183105469 + 220 + + + + + + + 40.741728823632 + -3.827632376924157 + + 899.4000244140625 + 29866.380859375 + + 175 + + 85 + + + 12.055000305175781 + 207 + + + + + + + 40.74168976396322 + -3.827505223453045 + + 899.5999755859375 + 29878.470703125 + + 175 + + 85 + + + 12.083000183105469 + 195 + + + + + + + 40.74164668098092 + -3.8273728732019663 + + 899.4000244140625 + 29890.3203125 + + 175 + + 86 + + + 11.850000381469727 + 199 + + + + + + + 40.7415995746851 + -3.8272469770163298 + + 899.4000244140625 + 29902.26953125 + + 175 + + 82 + + + 11.95300006866455 + 233 + + + + + + + 40.74155003763735 + -3.8271268643438816 + + 899.4000244140625 + 29914.1796875 + + 175 + + 84 + + + 11.914999961853027 + 233 + + + + + + + 40.74150058440864 + -3.827009266242385 + + 899.4000244140625 + 29926.029296875 + + 172 + + 81 + + + 11.850000381469727 + 259 + + + + + + + 40.74144635349512 + -3.8268862199038267 + + 899.2000122070312 + 29937.880859375 + + 172 + + 81 + + + 11.850000381469727 + 247 + + + + + + + 40.74139363132417 + -3.8267719745635986 + + 899.2000122070312 + 29949.69921875 + + 171 + + 81 + + + 11.821999549865723 + 247 + + + + + + + 40.741334119811654 + -3.8266494311392307 + + 899.0 + 29961.4609375 + + 171 + + 82 + + + 11.756999969482422 + 242 + + + + + + + 40.741273518651724 + -3.826535940170288 + + 899.0 + 29973.150390625 + + 171 + + 82 + + + 11.690999984741211 + 225 + + + + + + + 40.74120948091149 + -3.826431417837739 + + 898.7999877929688 + 29984.73046875 + + 171 + + 82 + + + 11.579000473022461 + 240 + + + + + + + 40.741144521161914 + -3.8263325951993465 + + 899.0 + 29996.240234375 + + 171 + + 80 + + + 11.505000114440918 + 225 + + + + + + + 40.741073694080114 + -3.8262279890477657 + + 899.0 + 30007.7109375 + + 171 + + 80 + + + 11.47700023651123 + 232 + + + + + + + 40.74100295081735 + -3.8261332735419273 + + 899.0 + 30019.220703125 + + 171 + + 80 + + + 11.505000114440918 + 252 + + + + + + + 40.74092684313655 + -3.8260352052748203 + + 899.0 + 30030.689453125 + + 171 + + 80 + + + 11.47700023651123 + 232 + + + + + + + 40.74085056781769 + -3.825939316302538 + + 899.0 + 30042.169921875 + + 168 + + 80 + + + 11.47700023651123 + 267 + + + + + + + 40.740777561441064 + -3.825848875567317 + + 899.0 + 30053.619140625 + + 168 + + 80 + + + 11.449000358581543 + 255 + + + + + + + 40.740704303607345 + -3.825761452317238 + + 899.0 + 30065.099609375 + + 170 + + 79 + + + 11.47700023651123 + 236 + + + + + + + 40.740624256432056 + -3.825672520324588 + + 899.0 + 30076.359375 + + 170 + + 80 + + + 11.26200008392334 + 220 + + + + + + + 40.7405495736748 + -3.8255895394831896 + + 899.0 + 30087.650390625 + + 170 + + 79 + + + 11.289999961853027 + 221 + + + + + + + 40.740472208708525 + -3.8255026191473007 + + 898.7999877929688 + 30098.91015625 + + 162 + + 79 + + + 11.26200008392334 + 194 + + + + + + + 40.74039526283741 + -3.8254176266491413 + + 898.7999877929688 + 30110.150390625 + + 162 + + 78 + + + 11.234000205993652 + 257 + + + + + + + 40.74031949043274 + -3.825334310531616 + + 899.0 + 30121.380859375 + + 162 + + 78 + + + 11.234000205993652 + 231 + + + + + + + 40.74024464003742 + -3.8252547662705183 + + 899.0 + 30132.609375 + + 162 + + 79 + + + 11.234000205993652 + 231 + + + + + + + 40.74016517959535 + -3.825172036886215 + + 899.2000122070312 + 30143.849609375 + + 162 + + 78 + + + 11.234000205993652 + 227 + + + + + + + 40.74008823372424 + -3.8250901456922293 + + 898.7999877929688 + 30155.05078125 + + 162 + + 78 + + + 11.206000328063965 + 238 + + + + + + + 40.7400072645396 + -3.8250060752034187 + + 898.7999877929688 + 30166.19921875 + + 162 + + 78 + + + 11.149999618530273 + 222 + + + + + + + 40.739930402487516 + -3.8249218370765448 + + 898.7999877929688 + 30177.30078125 + + 162 + + 78 + + + 11.093999862670898 + 265 + + + + + + + 40.739857982844114 + -3.824843969196081 + + 898.7999877929688 + 30188.390625 + + 162 + + 77 + + + 11.093999862670898 + 221 + + + + + + + 40.73978346772492 + -3.824765933677554 + + 898.5999755859375 + 30199.41015625 + + 162 + + 76 + + + 11.020000457763672 + 254 + + + + + + + 40.73970300145447 + -3.8246863055974245 + + 898.5999755859375 + 30210.509765625 + + 162 + + 85 + + + 11.104000091552734 + 256 + + + + + + + 40.739628402516246 + -3.824606677517295 + + 898.5999755859375 + 30221.44921875 + + 162 + + 78 + + + 10.935999870300293 + 249 + + + + + + + 40.73955028317869 + -3.824524199590087 + + 898.7999877929688 + 30232.470703125 + + 167 + + 78 + + + 11.020000457763672 + 269 + + + + + + + 40.73947476223111 + -3.8244413025677204 + + 898.7999877929688 + 30243.51953125 + + 167 + + 77 + + + 11.04800033569336 + 255 + + + + + + + 40.73940049856901 + -3.824359495192766 + + 898.7999877929688 + 30254.5390625 + + 167 + + 78 + + + 11.020000457763672 + 239 + + + + + + + 40.73933000676334 + -3.8242818787693977 + + 898.7999877929688 + 30265.5 + + 167 + + 78 + + + 10.96399974822998 + 227 + + + + + + + 40.73925482109189 + -3.824199065566063 + + 898.7999877929688 + 30276.439453125 + + 167 + + 77 + + + 10.935999870300293 + 201 + + + + + + + 40.73918340727687 + -3.8241208624094725 + + 898.7999877929688 + 30287.369140625 + + 166 + + 77 + + + 10.935999870300293 + 307 + + + + + + + 40.739106545224786 + -3.8240300863981247 + + 898.7999877929688 + 30298.25 + + 166 + + 78 + + + 10.880000114440918 + 307 + + + + + + + 40.739036137238145 + -3.8239388074725866 + + 898.7999877929688 + 30309.220703125 + + 166 + + 82 + + + 10.96399974822998 + 264 + + + + + + + 40.73896857909858 + -3.823848869651556 + + 899.0 + 30320.150390625 + + 166 + + 83 + + + 10.935999870300293 + 252 + + + + + + + 40.738902194425464 + -3.8237624522298574 + + 898.7999877929688 + 30331.19921875 + + 166 + + 81 + + + 11.04800033569336 + 243 + + + + + + + 40.73883019387722 + -3.8236653059720993 + + 898.7999877929688 + 30342.109375 + + 166 + + 83 + + + 10.907999992370605 + 260 + + + + + + + 40.73876632377505 + -3.8235720153898 + + 899.0 + 30353.130859375 + + 167 + + 83 + + + 11.020000457763672 + 258 + + + + + + + 40.73870161548257 + -3.8234705105423927 + + 898.7999877929688 + 30364.119140625 + + 166 + + 82 + + + 10.991999626159668 + 197 + + + + + + + 40.73864269070327 + -3.8233663234859705 + + 898.7999877929688 + 30375.060546875 + + 166 + + 83 + + + 10.935999870300293 + 204 + + + + + + + 40.73858669959009 + -3.823265992105007 + + 898.5999755859375 + 30385.9609375 + + 166 + + 84 + + + 10.907999992370605 + 222 + + + + + + + 40.73853112757206 + -3.823166163638234 + + 898.7999877929688 + 30396.83984375 + + 166 + + 83 + + + 10.880000114440918 + 207 + + + + + + + 40.738474214449525 + -3.823056947439909 + + 899.0 + 30407.689453125 + + 166 + + 83 + + + 10.85200023651123 + 202 + + + + + + + 40.738421995192766 + -3.8229522574692965 + + 899.0 + 30418.509765625 + + 166 + + 82 + + + 10.824000358581543 + 176 + + + + + + + 40.73837128467858 + -3.8228417839854956 + + 898.7999877929688 + 30429.400390625 + + 166 + + 83 + + + 10.880000114440918 + 225 + + + + + + + 40.73831948451698 + -3.82272619754076 + + 898.7999877929688 + 30440.130859375 + + 169 + + 80 + + + 10.739999771118164 + 245 + + + + + + + 40.738273886963725 + -3.8226137962192297 + + 899.0 + 30450.990234375 + + 169 + + 77 + + + 10.85200023651123 + 239 + + + + + + + 40.73823222890496 + -3.822505921125412 + + 899.0 + 30461.810546875 + + 169 + + 82 + + + 10.824000358581543 + 187 + + + + + + + 40.738186966627836 + -3.8223873171955347 + + 899.0 + 30472.630859375 + + 173 + + 83 + + + 10.824000358581543 + 217 + + + + + + + 40.73814799077809 + -3.8222689647227526 + + 898.7999877929688 + 30483.4296875 + + 173 + + 81 + + + 10.795999526977539 + 238 + + + + + + + 40.7381094340235 + -3.8221434876322746 + + 898.5999755859375 + 30494.220703125 + + 167 + + 83 + + + 10.795999526977539 + 242 + + + + + + + 40.738073475658894 + -3.8220190163701773 + + 898.5999755859375 + 30505.01953125 + + 167 + + 81 + + + 10.795999526977539 + 205 + + + + + + + 40.73804170824587 + -3.8218973949551582 + + 898.7999877929688 + 30515.8203125 + + 167 + + 80 + + + 10.795999526977539 + 227 + + + + + + + 40.73801178485155 + -3.8217759411782026 + + 898.7999877929688 + 30526.609375 + + 167 + + 80 + + + 10.795999526977539 + 219 + + + + + + + 40.737983621656895 + -3.821646524593234 + + 899.0 + 30537.380859375 + + 167 + + 83 + + + 10.767999649047852 + 212 + + + + + + + 40.73795763775706 + -3.8215236458927393 + + 899.0 + 30548.150390625 + + 167 + + 81 + + + 10.767999649047852 + 179 + + + + + + + 40.737933246418834 + -3.821394480764866 + + 898.7999877929688 + 30558.80078125 + + 167 + + 81 + + + 10.656000137329102 + 235 + + + + + + + 40.73791145347059 + -3.8212664052844048 + + 898.5999755859375 + 30569.509765625 + + 167 + + 79 + + + 10.711999893188477 + 211 + + + + + + + 40.73789360001683 + -3.8211374077945948 + + 898.5999755859375 + 30580.169921875 + + 160 + + 78 + + + 10.656000137329102 + 225 + + + + + + + 40.73787826113403 + -3.8210167922079563 + + 898.4000244140625 + 30590.720703125 + + 160 + + 79 + + + 10.553000450134277 + 197 + + + + + + + 40.73786367662251 + -3.8208831008523703 + + 898.4000244140625 + 30601.359375 + + 160 + + 81 + + + 10.63700008392334 + 231 + + + + + + + 40.73785521090031 + -3.820760725066066 + + 898.5999755859375 + 30612.0390625 + + 160 + + 81 + + + 10.684000015258789 + 246 + + + + + + + 40.737848253920674 + -3.820627201348543 + + 898.5999755859375 + 30622.73046875 + + 162 + + 84 + + + 10.684000015258789 + 221 + + + + + + + 40.73784163221717 + -3.8204968627542257 + + 898.5999755859375 + 30633.41015625 + + 163 + + 84 + + + 10.684000015258789 + 221 + + + + + + + 40.73783718980849 + -3.820369206368923 + + 898.5999755859375 + 30644.119140625 + + 163 + + 82 + + + 10.711999893188477 + 287 + + + + + + + 40.73783534578979 + -3.820246160030365 + + 898.4000244140625 + 30654.890625 + + 163 + + 82 + + + 10.767999649047852 + 259 + + + + + + + 40.737837525084615 + -3.820112720131874 + + 898.2000122070312 + 30665.66015625 + + 163 + + 81 + + + 10.767999649047852 + 212 + + + + + + + 40.73784230276942 + -3.8199865724891424 + + 898.2000122070312 + 30676.419921875 + + 163 + + 81 + + + 10.767999649047852 + 245 + + + + + + + 40.737850181758404 + -3.819854138419032 + + 898.0 + 30687.220703125 + + 163 + + 81 + + + 10.795999526977539 + 271 + + + + + + + 40.73785780929029 + -3.819722291082144 + + 898.0 + 30698.01953125 + + 168 + + 80 + + + 10.795999526977539 + 223 + + + + + + + 40.73786711320281 + -3.819595053792 + + 898.2000122070312 + 30708.810546875 + + 170 + + 80 + + + 10.795999526977539 + 249 + + + + + + + 40.737879099324346 + -3.819470666348934 + + 898.4000244140625 + 30719.580078125 + + 170 + + 82 + + + 10.767999649047852 + 223 + + + + + + + 40.73789636604488 + -3.819336723536253 + + 898.4000244140625 + 30730.4609375 + + 170 + + 81 + + + 10.880000114440918 + 195 + + + + + + + 40.73791287839413 + -3.8192163594067097 + + 898.4000244140625 + 30741.140625 + + 171 + + 82 + + + 10.684000015258789 + 174 + + + + + + + 40.7379331625998 + -3.819086439907551 + + 898.4000244140625 + 30751.990234375 + + 172 + + 82 + + + 10.85200023651123 + 225 + + + + + + + 40.73795847594738 + -3.818955263122916 + + 898.4000244140625 + 30762.900390625 + + 172 + + 82 + + + 10.907999992370605 + 251 + + + + + + + 40.73798378929496 + -3.8188271038234234 + + 898.2000122070312 + 30773.890625 + + 172 + + 84 + + + 10.991999626159668 + 262 + + + + + + + 40.73801312595606 + -3.8187038898468018 + + 898.0 + 30785.01953125 + + 177 + + 83 + + + 11.131999969482422 + 238 + + + + + + + 40.73804531246424 + -3.818573886528611 + + 898.0 + 30796.0390625 + + 177 + + 83 + + + 11.020000457763672 + 239 + + + + + + + 40.738078001886606 + -3.8184515107423067 + + 898.0 + 30807.1796875 + + 177 + + 83 + + + 11.131999969482422 + 253 + + + + + + + 40.738114630803466 + -3.8183240219950676 + + 898.0 + 30818.359375 + + 179 + + 85 + + + 11.187999725341797 + 258 + + + + + + + 40.73815394192934 + -3.818197539076209 + + 897.7999877929688 + 30829.619140625 + + 179 + + 84 + + + 11.253000259399414 + 221 + + + + + + + 40.738194761797786 + -3.818074744194746 + + 898.0 + 30840.900390625 + + 179 + + 88 + + + 11.281000137329102 + 203 + + + + + + + 40.73823591694236 + -3.817955134436488 + + 898.0 + 30852.240234375 + + 185 + + 91 + + + 11.336999893188477 + 208 + + + + + + + 40.738281263038516 + -3.8178281486034393 + + 898.0 + 30863.5703125 + + 185 + + 87 + + + 11.336999893188477 + 196 + + + + + + + 40.738326190039515 + -3.8177067786455154 + + 897.7999877929688 + 30875.029296875 + + 183 + + 85 + + + 11.458000183105469 + 225 + + + + + + + 40.73837103322148 + -3.817580798640847 + + 897.7999877929688 + 30886.33984375 + + 183 + + 83 + + + 11.309000015258789 + 215 + + + + + + + 40.73841772042215 + -3.8174564950168133 + + 897.5999755859375 + 30897.740234375 + + 183 + + 80 + + + 11.402000427246094 + 193 + + + + + + + 40.7384651619941 + -3.8173339515924454 + + 897.4000244140625 + 30909.19921875 + + 186 + + 86 + + + 11.458000183105469 + 222 + + + + + + + 40.738510927185416 + -3.817214844748378 + + 897.4000244140625 + 30920.630859375 + + 186 + + 86 + + + 11.430000305175781 + 237 + + + + + + + 40.73855912312865 + -3.8170865178108215 + + 897.4000244140625 + 30932.150390625 + + 180 + + 86 + + + 11.52299976348877 + 270 + + + + + + + 40.738605642691255 + -3.8169660698622465 + + 897.4000244140625 + 30943.69921875 + + 180 + + 86 + + + 11.550999641418457 + 173 + + + + + + + 40.738653084263206 + -3.8168420176953077 + + 897.5999755859375 + 30955.279296875 + + 180 + + 85 + + + 11.579000473022461 + 153 + + + + + + + 40.73869918473065 + -3.816719138994813 + + 897.5999755859375 + 30966.560546875 + + 180 + + 85 + + + 11.281000137329102 + 164 + + + + + + + 40.73874377645552 + -3.8166014570742846 + + 897.5999755859375 + 30977.849609375 + + 180 + + 85 + + + 11.281000137329102 + 191 + + + + + + + 40.73878635652363 + -3.8164898101240396 + + 897.5999755859375 + 30989.060546875 + + 180 + + 85 + + + 11.21500015258789 + 221 + + + + + + + 40.73883212171495 + -3.8163705356419086 + + 897.7999877929688 + 31000.029296875 + + 183 + + 85 + + + 10.972999572753906 + 193 + + + + + + + 40.7388742826879 + -3.8162563741207123 + + 897.7999877929688 + 31011.009765625 + + 183 + + 84 + + + 10.972999572753906 + 216 + + + + + + + 40.73891862295568 + -3.8161355908960104 + + 897.7999877929688 + 31021.869140625 + + 183 + + 84 + + + 10.861000061035156 + 151 + + + + + + + 40.73896354995668 + -3.8160174060612917 + + 897.7999877929688 + 31032.609375 + + 183 + + 87 + + + 10.729999542236328 + 150 + + + + + + + 40.73900328017771 + -3.815909530967474 + + 897.7999877929688 + 31043.169921875 + + 183 + + 85 + + + 10.571999549865723 + 176 + + + + + + + 40.73904041200876 + -3.8158056791871786 + + 897.7999877929688 + 31053.640625 + + 183 + + 84 + + + 10.468999862670898 + 184 + + + + + + + 40.73907997459173 + -3.8156940322369337 + + 897.7999877929688 + 31064.01953125 + + 183 + + 110 + + + 10.385000228881836 + 176 + + + + + + + 40.73911568149924 + -3.8155883364379406 + + 897.7999877929688 + 31074.169921875 + + 183 + + 83 + + + 10.142000198364258 + 206 + + + + + + + 40.73915272951126 + -3.8154732529073954 + + 897.7999877929688 + 31084.279296875 + + 183 + + 82 + + + 10.11400032043457 + 216 + + + + + + + 40.739187179133296 + -3.8153603486716747 + + 897.7999877929688 + 31094.330078125 + + 183 + + 79 + + + 10.048999786376953 + 239 + + + + + + + 40.739219365641475 + -3.8152517192065716 + + 897.7999877929688 + 31104.400390625 + + 183 + + 74 + + + 10.067999839782715 + 147 + + + + + + + 40.73924895375967 + -3.8151454366743565 + + 897.7999877929688 + 31114.259765625 + + 183 + + 78 + + + 9.86299991607666 + 184 + + + + + + + 40.73927912861109 + -3.8150290958583355 + + 898.0 + 31124.169921875 + + 183 + + 84 + + + 9.909000396728516 + 205 + + + + + + + 40.73930284939706 + -3.8149194605648518 + + 898.0 + 31134.099609375 + + 183 + + 80 + + + 9.928000450134277 + 166 + + + + + + + 40.739320535212755 + -3.8148038741201162 + + 898.2000122070312 + 31143.9609375 + + 174 + + 80 + + + 9.86299991607666 + 217 + + + + + + + 40.739329336211085 + -3.814691975712776 + + 898.0 + 31153.7109375 + + 171 + + 84 + + + 9.75100040435791 + 225 + + + + + + + 40.73933998122811 + -3.814583010971546 + + 898.0 + 31163.259765625 + + 171 + + 76 + + + 9.555000305175781 + 185 + + + + + + + 40.73935925960541 + -3.8144818414002657 + + 898.2000122070312 + 31172.880859375 + + 171 + + 78 + + + 9.619999885559082 + 187 + + + + + + + 40.73939613997936 + -3.8143770676106215 + + 898.2000122070312 + 31182.390625 + + 171 + + 77 + + + 9.508000373840332 + 245 + + + + + + + 40.739446096122265 + -3.8142898119986057 + + 898.2000122070312 + 31191.98046875 + + 171 + + 77 + + + 9.592000007629395 + 221 + + + + + + + 40.739507703110576 + -3.814209345728159 + + 898.4000244140625 + 31201.5390625 + + 171 + + 75 + + + 9.555000305175781 + 220 + + + + + + + 40.73957241140306 + -3.8141347467899323 + + 898.4000244140625 + 31211.029296875 + + 171 + + 76 + + + 9.48900032043457 + 245 + + + + + + + 40.73963452130556 + -3.814060566946864 + + 898.5999755859375 + 31220.669921875 + + 171 + + 74 + + + 9.638999938964844 + 252 + + + + + + + 40.73969101533294 + -3.813983453437686 + + 898.4000244140625 + 31230.3203125 + + 171 + + 79 + + + 9.656999588012695 + 253 + + + + + + + 40.73974004946649 + -3.8138928450644016 + + 898.4000244140625 + 31240.029296875 + + 171 + + 81 + + + 9.704000473022461 + 231 + + + + + + + 40.739775756374 + -3.8138013985008 + + 898.5999755859375 + 31249.5 + + 171 + + 78 + + + 9.470999717712402 + 264 + + + + + + + 40.739813977852464 + -3.8136982172727585 + + 899.0 + 31259.009765625 + + 171 + + 77 + + + 9.508000373840332 + 265 + + + + + + + 40.739851109683514 + -3.813593862578273 + + 899.2000122070312 + 31268.580078125 + + 171 + + 78 + + + 9.572999954223633 + 280 + + + + + + + 40.739889834076166 + -3.813490681350231 + + 899.2000122070312 + 31278.0 + + 171 + + 77 + + + 9.423999786376953 + 263 + + + + + + + 40.73992855846882 + -3.8133905176073313 + + 899.5999755859375 + 31287.490234375 + + 171 + + 75 + + + 9.48900032043457 + 219 + + + + + + + 40.73996719904244 + -3.813286665827036 + + 899.7999877929688 + 31296.9296875 + + 167 + + 78 + + + 9.442999839782715 + 309 + + + + + + + 40.740007096901536 + -3.8131890166550875 + + 900.0 + 31306.33984375 + + 167 + + 82 + + + 9.404999732971191 + 294 + + + + + + + 40.7400503475219 + -3.8130868412554264 + + 900.2000122070312 + 31315.69921875 + + 167 + + 81 + + + 9.359000205993652 + 315 + + + + + + + 40.740093011409044 + -3.8129891082644463 + + 900.0 + 31324.900390625 + + 167 + + 80 + + + 9.199999809265137 + 328 + + + + + + + 40.74013156816363 + -3.812894057482481 + + 900.0 + 31334.1796875 + + 167 + + 78 + + + 9.284000396728516 + 344 + + + + + + + 40.74016911908984 + -3.8128011021763086 + + 900.4000244140625 + 31343.400390625 + + 167 + + 80 + + + 9.218999862670898 + 251 + + + + + + + 40.740209855139256 + -3.812702363356948 + + 900.7999877929688 + 31352.529296875 + + 167 + + 77 + + + 9.125 + 254 + + + + + + + 40.74025151319802 + -3.812613431364298 + + 901.0 + 31361.609375 + + 167 + + 81 + + + 9.088000297546387 + 337 + + + + + + + 40.74029752984643 + -3.8125193025916815 + + 901.0 + 31370.6796875 + + 167 + + 84 + + + 9.069000244140625 + 302 + + + + + + + 40.740342792123556 + -3.8124285265803337 + + 901.2000122070312 + 31379.740234375 + + 165 + + 83 + + + 9.050999641418457 + 279 + + + + + + + 40.74038805440068 + -3.812338337302208 + + 901.5999755859375 + 31388.80078125 + + 161 + + 83 + + + 9.069000244140625 + 277 + + + + + + + 40.74043080210686 + -3.81225049495697 + + 901.7999877929688 + 31397.869140625 + + 161 + + 83 + + + 9.069000244140625 + 240 + + + + + + + 40.740479081869125 + -3.8121553603559732 + + 902.0 + 31406.919921875 + + 154 + + 83 + + + 9.050999641418457 + 311 + + + + + + + 40.74052426032722 + -3.812067015096545 + + 902.2000122070312 + 31415.990234375 + + 154 + + 83 + + + 9.069000244140625 + 318 + + + + + + + 40.74057153426111 + -3.8119738921523094 + + 902.4000244140625 + 31425.080078125 + + 155 + + 84 + + + 9.088000297546387 + 275 + + + + + + + 40.74061813764274 + -3.811884457245469 + + 902.4000244140625 + 31434.130859375 + + 155 + + 83 + + + 9.050999641418457 + 268 + + + + + + + 40.740663232281804 + -3.8117972016334534 + + 902.5999755859375 + 31443.259765625 + + 154 + + 85 + + + 9.125 + 298 + + + + + + + 40.74070899747312 + -3.8117115385830402 + + 902.7999877929688 + 31452.220703125 + + 154 + + 84 + + + 8.967000007629395 + 293 + + + + + + + 40.74075727723539 + -3.8116181641817093 + + 903.0 + 31461.2109375 + + 154 + + 83 + + + 8.984999656677246 + 294 + + + + + + + 40.74080237187445 + -3.811532249674201 + + 903.4000244140625 + 31470.189453125 + + 154 + + 83 + + + 8.984999656677246 + 294 + + + + + + + 40.74085023254156 + -3.8114438205957413 + + 903.5999755859375 + 31479.220703125 + + 147 + + 82 + + + 9.02299976348877 + 276 + + + + + + + 40.74089700356126 + -3.8113560620695353 + + 903.5999755859375 + 31488.19921875 + + 140 + + 82 + + + 8.984999656677246 + 300 + + + + + + + 40.74094444513321 + -3.8112699799239635 + + 903.5999755859375 + 31497.240234375 + + 133 + + 83 + + + 9.031999588012695 + 304 + + + + + + + 40.74098953977227 + -3.8111877534538507 + + 904.0 + 31506.08984375 + + 133 + + 85 + + + 8.854999542236328 + 263 + + + + + + + 40.74103765189648 + -3.811099911108613 + + 904.2000122070312 + 31515.0 + + 133 + + 99 + + + 8.91100025177002 + 264 + + + + + + + 40.74108308181167 + -3.8110176846385 + + 904.4000244140625 + 31523.880859375 + + 133 + + 91 + + + 8.883000373840332 + 239 + + + + + + + 40.741131529212 + -3.8109263218939304 + + 904.5999755859375 + 31532.73046875 + + 133 + + 90 + + + 8.845000267028809 + 238 + + + + + + + 40.74117796495557 + -3.810837222263217 + + 904.5999755859375 + 31541.609375 + + 133 + + 90 + + + 8.883000373840332 + 275 + + + + + + + 40.74122205376625 + -3.81074795499444 + + 904.5999755859375 + 31550.509765625 + + 133 + + 88 + + + 8.892000198364258 + 291 + + + + + + + 40.7412679027766 + -3.81066145375371 + + 904.7999877929688 + 31559.560546875 + + 139 + + 83 + + + 9.050999641418457 + 249 + + + + + + + 40.741318529471755 + -3.810566905885935 + + 905.0 + 31568.640625 + + 139 + + 85 + + + 9.088000297546387 + 229 + + + + + + + 40.74136421084404 + -3.8104783091694117 + + 905.0 + 31577.73046875 + + 139 + + 82 + + + 9.088000297546387 + 204 + + + + + + + 40.741412322968245 + -3.8103870302438736 + + 905.2000122070312 + 31586.890625 + + 139 + + 85 + + + 9.163000106811523 + 243 + + + + + + + 40.74146211147308 + -3.8102945778518915 + + 905.2000122070312 + 31596.220703125 + + 139 + + 84 + + + 9.321000099182129 + 223 + + + + + + + 40.74151081033051 + -3.81020313128829 + + 905.4000244140625 + 31605.4609375 + + 139 + + 85 + + + 9.246999740600586 + 211 + + + + + + + 40.741559676826 + -3.810112690553069 + + 905.4000244140625 + 31614.849609375 + + 139 + + 88 + + + 9.38700008392334 + 173 + + + + + + + 40.741610303521156 + -3.8100154604762793 + + 905.5999755859375 + 31624.33984375 + + 139 + + 95 + + + 9.48900032043457 + 170 + + + + + + + 40.74165590107441 + -3.8099240139126778 + + 905.5999755859375 + 31633.720703125 + + 139 + + 91 + + + 9.376999855041504 + 226 + + + + + + + 40.741705102846026 + -3.8098274543881416 + + 905.5999755859375 + 31643.1796875 + + 139 + + 82 + + + 9.461000442504883 + 202 + + + + + + + 40.74175455607474 + -3.80973257124424 + + 905.5999755859375 + 31652.6796875 + + 139 + + 82 + + + 9.508000373840332 + 219 + + + + + + + 40.74180350638926 + -3.809641543775797 + + 905.4000244140625 + 31662.2890625 + + 142 + + 82 + + + 9.611000061035156 + 209 + + + + + + + 40.74185220524669 + -3.8095483370125294 + + 905.4000244140625 + 31671.9296875 + + 139 + + 83 + + + 9.638999938964844 + 177 + + + + + + + 40.741902496665716 + -3.809449430555105 + + 905.4000244140625 + 31681.609375 + + 139 + + 84 + + + 9.675999641418457 + 200 + + + + + + + 40.74195060878992 + -3.8093547988682985 + + 905.4000244140625 + 31691.349609375 + + 139 + + 84 + + + 9.741000175476074 + 202 + + + + + + + 40.74200173839927 + -3.8092579878866673 + + 905.5999755859375 + 31701.140625 + + 139 + + 84 + + + 9.788000106811523 + 213 + + + + + + + 40.74205219745636 + -3.8091610930860043 + + 905.5999755859375 + 31710.970703125 + + 139 + + 85 + + + 9.835000038146973 + 226 + + + + + + + 40.742100812494755 + -3.809068975970149 + + 905.5999755859375 + 31720.830078125 + + 139 + + 85 + + + 9.852999687194824 + 227 + + + + + + + 40.74214892461896 + -3.808977361768484 + + 905.4000244140625 + 31730.7109375 + + 139 + + 85 + + + 9.880999565124512 + 194 + + + + + + + 40.74220282025635 + -3.808877198025584 + + 905.4000244140625 + 31740.630859375 + + 139 + + 87 + + + 9.928000450134277 + 253 + + + + + + + 40.742254704236984 + -3.8087799679487944 + + 905.4000244140625 + 31750.619140625 + + 139 + + 85 + + + 9.984000205993652 + 234 + + + + + + + 40.74230960570276 + -3.8086768705397844 + + 905.4000244140625 + 31760.76953125 + + 139 + + 88 + + + 10.152000427246094 + 296 + + + + + + + 40.74236341752112 + -3.808574778959155 + + 905.4000244140625 + 31771.009765625 + + 144 + + 87 + + + 10.244999885559082 + 223 + + + + + + + 40.74241479858756 + -3.808472938835621 + + 905.5999755859375 + 31781.310546875 + + 144 + + 88 + + + 10.291999816894531 + 227 + + + + + + + 40.74246601201594 + -3.8083740323781967 + + 905.5999755859375 + 31791.599609375 + + 144 + + 90 + + + 10.291999816894531 + 206 + + + + + + + 40.742520578205585 + -3.8082695100456476 + + 905.7999877929688 + 31801.869140625 + + 147 + + 90 + + + 10.27299976348877 + 202 + + + + + + + 40.74257195927203 + -3.8081741239875555 + + 906.0 + 31812.119140625 + + 148 + + 87 + + + 10.244999885559082 + 219 + + + + + + + 40.74262602254748 + -3.8080705236643553 + + 906.0 + 31822.359375 + + 148 + + 92 + + + 10.244999885559082 + 268 + + + + + + + 40.742679415270686 + -3.807971701025963 + + 906.2000122070312 + 31832.6796875 + + 148 + + 86 + + + 10.319999694824219 + 242 + + + + + + + 40.742729203775525 + -3.8078733813017607 + + 906.2000122070312 + 31843.099609375 + + 148 + + 90 + + + 10.42199993133545 + 216 + + + + + + + 40.74278033338487 + -3.8077750615775585 + + 906.2000122070312 + 31853.30078125 + + 150 + + 91 + + + 10.197999954223633 + 187 + + + + + + + 40.7428322173655 + -3.8076684437692165 + + 906.4000244140625 + 31863.5 + + 150 + + 85 + + + 10.197999954223633 + 239 + + + + + + + 40.74288326315582 + -3.8075700402259827 + + 906.5999755859375 + 31873.720703125 + + 150 + + 88 + + + 10.217000007629395 + 215 + + + + + + + 40.742937410250306 + -3.8074669428169727 + + 906.5999755859375 + 31883.869140625 + + 150 + + 87 + + + 10.152000427246094 + 224 + + + + + + + 40.74298778548837 + -3.807368539273739 + + 906.7999877929688 + 31894.0 + + 146 + + 88 + + + 10.133000373840332 + 193 + + + + + + + 40.743036484345794 + -3.807270973920822 + + 906.7999877929688 + 31904.0390625 + + 146 + + 85 + + + 10.039999961853027 + 198 + + + + + + + 40.74308576993644 + -3.8071725703775883 + + 906.5999755859375 + 31914.0390625 + + 146 + + 88 + + + 9.993000030517578 + 211 + + + + + + + 40.74313731864095 + -3.8070703111588955 + + 906.4000244140625 + 31924.0 + + 146 + + 87 + + + 9.96500015258789 + 224 + + + + + + + 40.74318727478385 + -3.806972913444042 + + 906.4000244140625 + 31933.990234375 + + 146 + + 85 + + + 9.993000030517578 + 234 + + + + + + + 40.7432397454977 + -3.8068732526153326 + + 906.4000244140625 + 31943.990234375 + + 146 + + 84 + + + 9.993000030517578 + 241 + + + + + + + 40.74329146184027 + -3.8067717477679253 + + 906.2000122070312 + 31954.0390625 + + 148 + + 86 + + + 10.057999610900879 + 249 + + + + + + + 40.74334250763059 + -3.806672003120184 + + 906.0 + 31964.150390625 + + 148 + + 86 + + + 10.104999542236328 + 241 + + + + + + + 40.743393301963806 + -3.8065728452056646 + + 906.0 + 31974.279296875 + + 148 + + 86 + + + 10.133000373840332 + 234 + + + + + + + 40.74344669468701 + -3.806472262367606 + + 906.2000122070312 + 31984.4296875 + + 148 + + 87 + + + 10.152000427246094 + 179 + + + + + + + 40.74349514208734 + -3.80637570284307 + + 906.2000122070312 + 31994.58984375 + + 148 + + 85 + + + 10.152000427246094 + 217 + + + + + + + 40.7435457687825 + -3.8062765449285507 + + 906.4000244140625 + 32004.869140625 + + 148 + + 86 + + + 10.281999588012695 + 220 + + + + + + + 40.743598993867636 + -3.8061702623963356 + + 906.4000244140625 + 32015.0 + + 148 + + 90 + + + 10.133000373840332 + 258 + + + + + + + 40.743648866191506 + -3.806069763377309 + + 906.4000244140625 + 32025.30078125 + + 148 + + 86 + + + 10.300999641418457 + 213 + + + + + + + 40.74369630776346 + -3.8059738744050264 + + 906.2000122070312 + 32035.4296875 + + 149 + + 88 + + + 10.133000373840332 + 206 + + + + + + + 40.743749029934406 + -3.805871196091175 + + 906.4000244140625 + 32045.599609375 + + 148 + + 91 + + + 10.16100025177002 + 238 + + + + + + + 40.74379848316312 + -3.8057757262140512 + + 906.5999755859375 + 32055.73046875 + + 151 + + 87 + + + 10.133000373840332 + 213 + + + + + + + 40.74385087005794 + -3.805674221366644 + + 906.7999877929688 + 32065.830078125 + + 151 + + 86 + + + 10.104999542236328 + 209 + + + + + + + 40.743901915848255 + -3.805577578023076 + + 906.5999755859375 + 32075.919921875 + + 151 + + 87 + + + 10.086000442504883 + 222 + + + + + + + 40.74395094998181 + -3.8054778333753347 + + 906.5999755859375 + 32086.130859375 + + 151 + + 86 + + + 10.208000183105469 + 225 + + + + + + + 40.74399755336344 + -3.8053821120411158 + + 906.7999877929688 + 32096.189453125 + + 151 + + 85 + + + 10.057999610900879 + 202 + + + + + + + 40.74405119754374 + -3.805278930813074 + + 906.7999877929688 + 32106.3203125 + + 151 + + 86 + + + 10.133000373840332 + 216 + + + + + + + 40.74410056695342 + -3.8051848020404577 + + 906.7999877929688 + 32116.4296875 + + 151 + + 88 + + + 10.104999542236328 + 258 + + + + + + + 40.74415127746761 + -3.8050781842321157 + + 906.7999877929688 + 32126.529296875 + + 151 + + 87 + + + 10.104999542236328 + 237 + + + + + + + 40.74420282617211 + -3.8049793615937233 + + 907.2000122070312 + 32136.5703125 + + 158 + + 87 + + + 10.039999961853027 + 214 + + + + + + + 40.74425211176276 + -3.804884646087885 + + 907.5999755859375 + 32146.580078125 + + 158 + + 87 + + + 10.01200008392334 + 241 + + + + + + + 40.74430433101952 + -3.8047937862575054 + + 907.5999755859375 + 32156.55078125 + + 158 + + 86 + + + 9.96500015258789 + 229 + + + + + + + 40.744356298819184 + -3.804695550352335 + + 907.5999755859375 + 32166.400390625 + + 158 + + 85 + + + 9.852999687194824 + 251 + + + + + + + 40.744404662400484 + -3.804599577561021 + + 907.4000244140625 + 32176.16015625 + + 158 + + 85 + + + 9.760000228881836 + 234 + + + + + + + 40.74445344507694 + -3.8044989109039307 + + 907.5999755859375 + 32185.83984375 + + 158 + + 87 + + + 9.675999641418457 + 252 + + + + + + + 40.744501976296306 + -3.8044011779129505 + + 907.5999755859375 + 32195.380859375 + + 158 + + 88 + + + 9.545000076293945 + 233 + + + + + + + 40.744547825306654 + -3.8043083902448416 + + 907.7999877929688 + 32204.859375 + + 158 + + 86 + + + 9.479999542236328 + 250 + + + + + + + 40.744590321555734 + -3.804221637547016 + + 908.2000122070312 + 32214.19921875 + + 156 + + 85 + + + 9.34000015258789 + 263 + + + + + + + 40.744636757299304 + -3.804131280630827 + + 908.4000244140625 + 32223.419921875 + + 156 + + 85 + + + 9.218999862670898 + 278 + + + + + + + 40.74468101374805 + -3.8040462881326675 + + 908.4000244140625 + 32232.560546875 + + 153 + + 84 + + + 9.135000228881836 + 334 + + + + + + + 40.74472703039646 + -3.8039573561400175 + + 908.7999877929688 + 32241.5390625 + + 154 + + 82 + + + 8.984999656677246 + 219 + + + + + + + 40.74477187357843 + -3.803867921233177 + + 909.2000122070312 + 32250.359375 + + 154 + + 86 + + + 8.817999839782715 + 287 + + + + + + + 40.74481789022684 + -3.8037835992872715 + + 909.4000244140625 + 32259.08984375 + + 156 + + 92 + + + 8.734000205993652 + 292 + + + + + + + 40.74486030265689 + -3.8037035521119833 + + 909.5999755859375 + 32267.7109375 + + 156 + + 88 + + + 8.621999740600586 + 269 + + + + + + + 40.74490380473435 + -3.803619733080268 + + 909.7999877929688 + 32276.169921875 + + 156 + + 88 + + + 8.454000473022461 + 263 + + + + + + + 40.74494537897408 + -3.8035402726382017 + + 910.0 + 32284.580078125 + + 158 + + 86 + + + 8.416000366210938 + 271 + + + + + + + 40.74498703703284 + -3.803458549082279 + + 910.4000244140625 + 32292.83984375 + + 158 + + 85 + + + 8.258000373840332 + 243 + + + + + + + 40.74502752162516 + -3.8033783342689276 + + 910.5999755859375 + 32301.16015625 + + 158 + + 85 + + + 8.322999954223633 + 248 + + + + + + + 40.74506850913167 + -3.803296610713005 + + 910.7999877929688 + 32309.2890625 + + 158 + + 85 + + + 8.126999855041504 + 245 + + + + + + + 40.745108323171735 + -3.803219748660922 + + 910.7999877929688 + 32317.419921875 + + 153 + + 85 + + + 8.126999855041504 + 281 + + + + + + + 40.74514872394502 + -3.8031400367617607 + + 910.7999877929688 + 32325.5390625 + + 153 + + 83 + + + 8.126999855041504 + 267 + + + + + + + 40.74518761597574 + -3.803062252700329 + + 911.2000122070312 + 32333.740234375 + + 153 + + 84 + + + 8.192000389099121 + 245 + + + + + + + 40.745230447500944 + -3.8029801938682795 + + 911.2000122070312 + 32342.0 + + 153 + + 84 + + + 8.267000198364258 + 255 + + + + + + + 40.7452723570168 + -3.80290056578815 + + 911.2000122070312 + 32350.349609375 + + 153 + + 84 + + + 8.35099983215332 + 260 + + + + + + + 40.74531435035169 + -3.8028217758983374 + + 911.2000122070312 + 32358.720703125 + + 153 + + 85 + + + 8.369999885559082 + 229 + + + + + + + 40.74535575695336 + -3.8027415610849857 + + 911.2000122070312 + 32367.140625 + + 155 + + 85 + + + 8.416000366210938 + 254 + + + + + + + 40.74539925903082 + -3.8026555627584457 + + 911.4000244140625 + 32375.58984375 + + 155 + + 85 + + + 8.454000473022461 + 226 + + + + + + + 40.745439659804106 + -3.802577694877982 + + 911.5999755859375 + 32383.880859375 + + 155 + + 86 + + + 8.28600025177002 + 258 + + + + + + + 40.745486011728644 + -3.80249354057014 + + 911.5999755859375 + 32392.2109375 + + 155 + + 85 + + + 8.331999778747559 + 260 + + + + + + + 40.74553060345352 + -3.8024153374135494 + + 912.0 + 32400.44921875 + + 155 + + 85 + + + 8.23900032043457 + 255 + + + + + + + 40.74557050131261 + -3.8023396488279104 + + 912.2000122070312 + 32408.7109375 + + 157 + + 85 + + + 8.258000373840332 + 270 + + + + + + + 40.74561132118106 + -3.802259936928749 + + 912.4000244140625 + 32416.939453125 + + 157 + + 85 + + + 8.229999542236328 + 240 + + + + + + + 40.74565683491528 + -3.8021716754883528 + + 912.5999755859375 + 32425.169921875 + + 157 + + 85 + + + 8.229999542236328 + 229 + + + + + + + 40.745697151869535 + -3.8020913768559694 + + 912.5999755859375 + 32433.41015625 + + 157 + + 81 + + + 8.23900032043457 + 188 + + + + + + + 40.745739648118615 + -3.8020088989287615 + + 912.7999877929688 + 32441.69921875 + + 152 + + 79 + + + 8.295000076293945 + 200 + + + + + + + 40.745783569291234 + -3.801926923915744 + + 913.0 + 32449.83984375 + + 152 + + 82 + + + 8.13599967956543 + 93 + + + + + + + 40.74582799337804 + -3.801849139854312 + + 913.2000122070312 + 32457.98046875 + + 152 + + 75 + + + 8.145999908447266 + 274 + + + + + + + 40.74586872942746 + -3.801769930869341 + + 913.2000122070312 + 32466.310546875 + + 153 + + 84 + + + 8.322999954223633 + 215 + + + + + + + 40.7459132373333 + -3.801685608923435 + + 913.2000122070312 + 32474.609375 + + 153 + + 85 + + + 8.303999900817871 + 232 + + + + + + + 40.74595699086785 + -3.801605561748147 + + 913.4000244140625 + 32483.119140625 + + 153 + + 85 + + + 8.510000228881836 + 203 + + + + + + + 40.7460030913353 + -3.8015202339738607 + + 913.2000122070312 + 32491.609375 + + 156 + + 87 + + + 8.491000175476074 + 225 + + + + + + + 40.74604474939406 + -3.80143566057086 + + 913.0 + 32500.310546875 + + 156 + + 88 + + + 8.696000099182129 + 213 + + + + + + + 40.746086994186044 + -3.8013483211398125 + + 913.0 + 32509.099609375 + + 149 + + 84 + + + 8.789999961853027 + 271 + + + + + + + 40.74612974189222 + -3.8012638315558434 + + 913.2000122070312 + 32517.990234375 + + 149 + + 80 + + + 8.892000198364258 + 230 + + + + + + + 40.746175926178694 + -3.801172636449337 + + 913.0 + 32527.060546875 + + 149 + + 81 + + + 9.069000244140625 + 283 + + + + + + + 40.746221942827106 + -3.8010876439511776 + + 913.0 + 32536.220703125 + + 149 + + 83 + + + 9.163000106811523 + 264 + + + + + + + 40.74627097696066 + -3.800996532663703 + + 913.0 + 32545.44921875 + + 149 + + 88 + + + 9.227999687194824 + 235 + + + + + + + 40.7463170774281 + -3.8009054213762283 + + 913.0 + 32554.83984375 + + 149 + + 85 + + + 9.38700008392334 + 213 + + + + + + + 40.746362591162324 + -3.800813890993595 + + 913.0 + 32564.2890625 + + 156 + + 91 + + + 9.45199966430664 + 253 + + + + + + + 40.7464069314301 + -3.8007226958870888 + + 913.2000122070312 + 32573.849609375 + + 157 + + 86 + + + 9.555000305175781 + 252 + + + + + + + 40.74645806103945 + -3.800624292343855 + + 913.4000244140625 + 32583.529296875 + + 160 + + 87 + + + 9.6850004196167 + 302 + + + + + + + 40.746503826230764 + -3.8005289901047945 + + 913.5999755859375 + 32593.30078125 + + 157 + + 86 + + + 9.769000053405762 + 202 + + + + + + + 40.74655378237367 + -3.800431340932846 + + 913.4000244140625 + 32603.099609375 + + 157 + + 88 + + + 9.79699993133545 + 172 + + + + + + + 40.74660181067884 + -3.8003376312553883 + + 913.4000244140625 + 32612.890625 + + 157 + + 87 + + + 9.79699993133545 + 225 + + + + + + + 40.746652353554964 + -3.8002466037869453 + + 913.4000244140625 + 32622.66015625 + + 157 + + 88 + + + 9.769000053405762 + 252 + + + + + + + 40.74670004658401 + -3.800152223557234 + + 913.7999877929688 + 32632.4609375 + + 157 + + 84 + + + 9.79699993133545 + 262 + + + + + + + 40.746750086545944 + -3.8000523950904608 + + 914.0 + 32642.23046875 + + 157 + + 85 + + + 9.769000053405762 + 212 + + + + + + + 40.74679786339402 + -3.7999581824988127 + + 914.0 + 32652.009765625 + + 157 + + 85 + + + 9.779000282287598 + 233 + + + + + + + 40.746849831193686 + -3.7998530734330416 + + 913.7999877929688 + 32661.830078125 + + 157 + + 85 + + + 9.824999809265137 + 200 + + + + + + + 40.746903978288174 + -3.7997546698898077 + + 913.5999755859375 + 32671.66015625 + + 157 + + 84 + + + 9.824999809265137 + 217 + + + + + + + 40.7469545211643 + -3.799656517803669 + + 913.5999755859375 + 32681.580078125 + + 157 + + 86 + + + 9.918999671936035 + 226 + + + + + + + 40.74700246565044 + -3.7995624728500843 + + 913.5999755859375 + 32691.509765625 + + 157 + + 84 + + + 9.937000274658203 + 244 + + + + + + + 40.74705342762172 + -3.7994608841836452 + + 913.5999755859375 + 32701.2890625 + + 157 + + 85 + + + 9.779000282287598 + 230 + + + + + + + 40.74710204266012 + -3.799366755411029 + + 913.5999755859375 + 32711.119140625 + + 157 + + 85 + + + 9.824999809265137 + 217 + + + + + + + 40.74715317226946 + -3.799272794276476 + + 913.5999755859375 + 32720.880859375 + + 157 + + 85 + + + 9.760000228881836 + 215 + + + + + + + 40.747203631326556 + -3.799177911132574 + + 913.5999755859375 + 32730.51953125 + + 157 + + 84 + + + 9.64799976348877 + 227 + + + + + + + 40.7472531683743 + -3.799087470397353 + + 913.4000244140625 + 32740.150390625 + + 157 + + 85 + + + 9.619999885559082 + 295 + + + + + + + 40.747303711250424 + -3.7989943474531174 + + 913.2000122070312 + 32749.75 + + 157 + + 83 + + + 9.60099983215332 + 301 + + + + + + + 40.74735442176461 + -3.7988962791860104 + + 913.2000122070312 + 32759.349609375 + + 157 + + 82 + + + 9.60099983215332 + 258 + + + + + + + 40.74740429408848 + -3.798801228404045 + + 913.2000122070312 + 32768.87890625 + + 150 + + 84 + + + 9.53600025177002 + 234 + + + + + + + 40.74745559133589 + -3.798706429079175 + + 913.4000244140625 + 32778.390625 + + 150 + + 78 + + + 9.508000373840332 + 196 + + + + + + + 40.74750479310751 + -3.7986143957823515 + + 913.5999755859375 + 32787.9296875 + + 145 + + 88 + + + 9.53600025177002 + 235 + + + + + + + 40.74755743145943 + -3.7985218595713377 + + 913.7999877929688 + 32797.30078125 + + 145 + + 86 + + + 9.368000030517578 + 231 + + + + + + + 40.747604705393314 + -3.798430161550641 + + 913.7999877929688 + 32806.73046875 + + 145 + + 86 + + + 9.432999610900879 + 258 + + + + + + + 40.74765172787011 + -3.798335697501898 + + 913.7999877929688 + 32816.171875 + + 145 + + 85 + + + 9.432999610900879 + 246 + + + + + + + 40.74769883416593 + -3.7982465978711843 + + 913.7999877929688 + 32825.55078125 + + 145 + + 85 + + + 9.38700008392334 + 209 + + + + + + + 40.747749377042055 + -3.7981525529175997 + + 913.7999877929688 + 32834.8984375 + + 145 + + 85 + + + 9.348999977111816 + 246 + + + + + + + 40.74779991991818 + -3.7980577535927296 + + 913.7999877929688 + 32844.2890625 + + 145 + + 85 + + + 9.38700008392334 + 203 + + + + + + + 40.74784442782402 + -3.7979671452194452 + + 914.0 + 32853.53125 + + 145 + + 85 + + + 9.246999740600586 + 212 + + + + + + + 40.747886672616005 + -3.7978795543313026 + + 914.2000122070312 + 32862.83984375 + + 145 + + 85 + + + 9.303000450134277 + 252 + + + + + + + 40.74793478474021 + -3.797786347568035 + + 914.0 + 32872.140625 + + 145 + + 85 + + + 9.303000450134277 + 246 + + + + + + + 40.74797987937927 + -3.797698589041829 + + 914.2000122070312 + 32881.46875 + + 145 + + 85 + + + 9.331000328063965 + 246 + + + + + + + 40.748028829693794 + -3.7976089864969254 + + 914.5999755859375 + 32890.80078125 + + 145 + + 85 + + + 9.331000328063965 + 202 + + + + + + + 40.748076941818 + -3.7975197192281485 + + 914.5999755859375 + 32900.1484375 + + 145 + + 85 + + + 9.348999977111816 + 237 + + + + + + + 40.74812237173319 + -3.797431541606784 + + 914.7999877929688 + 32909.62109375 + + 145 + + 86 + + + 9.470999717712402 + 253 + + + + + + + 40.748166125267744 + -3.797344034537673 + + 914.7999877929688 + 32918.94140625 + + 143 + + 86 + + + 9.321000099182129 + 288 + + + + + + + 40.748216081410646 + -3.797248899936676 + + 914.7999877929688 + 32928.37109375 + + 143 + + 85 + + + 9.423999786376953 + 247 + + + + + + + 40.74826033785939 + -3.7971623986959457 + + 914.7999877929688 + 32937.7109375 + + 143 + + 85 + + + 9.34000015258789 + 195 + + + + + + + 40.74830484576523 + -3.7970714550465345 + + 914.7999877929688 + 32946.9609375 + + 143 + + 85 + + + 9.255999565124512 + 218 + + + + + + + 40.748350862413645 + -3.796980595216155 + + 915.0 + 32956.171875 + + 143 + + 85 + + + 9.199999809265137 + 269 + + + + + + + 40.7483964599669 + -3.796895770356059 + + 915.2000122070312 + 32965.359375 + + 143 + + 84 + + + 9.199999809265137 + 266 + + + + + + + 40.74844289571047 + -3.79681128077209 + + 915.5999755859375 + 32974.578125 + + 143 + + 83 + + + 9.218999862670898 + 233 + + + + + + + 40.74848924763501 + -3.7967189121991396 + + 915.5999755859375 + 32983.83984375 + + 143 + + 84 + + + 9.255999565124512 + 202 + + + + + + + 40.74853174388409 + -3.7966417148709297 + + 915.7999877929688 + 32992.921875 + + 143 + + 84 + + + 9.079000473022461 + 207 + + + + + + + 40.74858077801764 + -3.796551525592804 + + 916.0 + 33002.1015625 + + 149 + + 83 + + + 9.180999755859375 + 210 + + + + + + + 40.7486258726567 + -3.7964627612382174 + + 916.0 + 33011.05078125 + + 149 + + 85 + + + 8.947999954223633 + 250 + + + + + + + 40.74866979382932 + -3.7963740807026625 + + 916.0 + 33020.08984375 + + 149 + + 85 + + + 9.041000366210938 + 231 + + + + + + + 40.74871212244034 + -3.7962872441858053 + + 916.2000122070312 + 33029.109375 + + 149 + + 82 + + + 9.02299976348877 + 204 + + + + + + + 40.74875813908875 + -3.7961962167173624 + + 916.2000122070312 + 33038.1015625 + + 149 + + 82 + + + 8.984999656677246 + 205 + + + + + + + 40.74880164116621 + -3.796107117086649 + + 916.2000122070312 + 33046.98828125 + + 149 + + 82 + + + 8.892000198364258 + 274 + + + + + + + 40.74884690344334 + -3.7960155867040157 + + 916.2000122070312 + 33055.96875 + + 149 + + 81 + + + 8.984999656677246 + 237 + + + + + + + 40.748891746625304 + -3.7959300074726343 + + 916.4000244140625 + 33064.76953125 + + 149 + + 81 + + + 8.798999786376953 + 226 + + + + + + + 40.74893835000694 + -3.7958445120602846 + + 916.7999877929688 + 33073.6484375 + + 150 + + 81 + + + 8.873000144958496 + 265 + + + + + + + 40.74898302555084 + -3.7957588490098715 + + 917.0 + 33082.51953125 + + 150 + + 81 + + + 8.873000144958496 + 276 + + + + + + + 40.74902845546603 + -3.7956699170172215 + + 917.2000122070312 + 33091.4296875 + + 150 + + 82 + + + 8.91100025177002 + 217 + + + + + + + 40.74907287955284 + -3.795585175976157 + + 917.0 + 33100.359375 + + 150 + + 82 + + + 8.928999900817871 + 218 + + + + + + + 40.74912023730576 + -3.7954954896122217 + + 916.7999877929688 + 33109.30859375 + + 150 + + 82 + + + 8.947999954223633 + 248 + + + + + + + 40.74916901998222 + -3.7954075634479523 + + 916.7999877929688 + 33118.30859375 + + 150 + + 82 + + + 9.003999710083008 + 250 + + + + + + + 40.74921746738255 + -3.795318966731429 + + 917.0 + 33127.4296875 + + 150 + + 82 + + + 9.116000175476074 + 281 + + + + + + + 40.7492630649358 + -3.7952307891100645 + + 917.0 + 33136.671875 + + 146 + + 82 + + + 9.237000465393066 + 244 + + + + + + + 40.74931209906936 + -3.7951345648616552 + + 917.2000122070312 + 33145.98828125 + + 146 + + 83 + + + 9.321000099182129 + 205 + + + + + + + 40.7493597920984 + -3.795045716688037 + + 917.2000122070312 + 33155.3515625 + + 147 + + 85 + + + 9.359000205993652 + 193 + + + + + + + 40.74940949678421 + -3.794951755553484 + + 917.2000122070312 + 33164.73828125 + + 147 + + 82 + + + 9.395999908447266 + 165 + + + + + + + 40.749459033831954 + -3.794857794418931 + + 917.2000122070312 + 33174.1015625 + + 147 + + 85 + + + 9.359000205993652 + 184 + + + + + + + 40.7495032902807 + -3.794765258207917 + + 917.2000122070312 + 33183.4609375 + + 147 + + 85 + + + 9.359000205993652 + 197 + + + + + + + 40.74954695999622 + -3.7946724705398083 + + 917.2000122070312 + 33192.8203125 + + 147 + + 87 + + + 9.359000205993652 + 184 + + + + + + + 40.74959364719689 + -3.7945749890059233 + + 917.0 + 33202.21875 + + 147 + + 86 + + + 9.404999732971191 + 168 + + + + + + + 40.74963572435081 + -3.794482536613941 + + 917.0 + 33211.6484375 + + 147 + + 85 + + + 9.423999786376953 + 210 + + + + + + + 40.74967788532376 + -3.794383965432644 + + 917.0 + 33221.19921875 + + 147 + + 83 + + + 9.555000305175781 + 233 + + + + + + + 40.74971836991608 + -3.794284136965871 + + 917.0 + 33230.8203125 + + 147 + + 91 + + + 9.619999885559082 + 221 + + + + + + + 40.74975633993745 + -3.7941864039748907 + + 917.0 + 33240.4609375 + + 147 + + 82 + + + 9.638999938964844 + 235 + + + + + + + 40.74979548342526 + -3.7940913531929255 + + 917.0 + 33250.1015625 + + 147 + + 85 + + + 9.638999938964844 + 231 + + + + + + + 40.74983764439821 + -3.7939868308603764 + + 917.0 + 33259.73828125 + + 147 + + 83 + + + 9.638999938964844 + 186 + + + + + + + 40.749877793714404 + -3.7938899360597134 + + 917.0 + 33269.44140625 + + 147 + + 80 + + + 9.704000473022461 + 170 + + + + + + + 40.74992121197283 + -3.793785246089101 + + 917.0 + 33279.1484375 + + 147 + + 85 + + + 9.704000473022461 + 194 + + + + + + + 40.749963372945786 + -3.7936804722994566 + + 917.0 + 33288.87109375 + + 147 + + 84 + + + 9.722999572753906 + 178 + + + + + + + 40.750004444271326 + -3.7935803923755884 + + 917.0 + 33298.55859375 + + 147 + + 84 + + + 9.694999694824219 + 187 + + + + + + + 40.750045012682676 + -3.79347980953753 + + 917.2000122070312 + 33308.2890625 + + 147 + + 84 + + + 9.732000350952148 + 191 + + + + + + + 40.75008667074144 + -3.793369922786951 + + 917.2000122070312 + 33318.05078125 + + 147 + + 85 + + + 9.760000228881836 + 179 + + + + + + + 40.75012547895312 + -3.7932719383388758 + + 917.4000244140625 + 33327.87890625 + + 151 + + 106 + + + 9.824999809265137 + 209 + + + + + + + 40.75017116032541 + -3.7931636441498995 + + 917.4000244140625 + 33337.80859375 + + 151 + + 90 + + + 9.937000274658203 + 212 + + + + + + + 40.750212483108044 + -3.793056607246399 + + 917.2000122070312 + 33347.8515625 + + 151 + + 79 + + + 10.029999732971191 + 234 + + + + + + + 40.75025388970971 + -3.7929533421993256 + + 917.0 + 33358.0 + + 151 + + 81 + + + 10.152000427246094 + 233 + + + + + + + 40.75029621832073 + -3.7928476464003325 + + 917.2000122070312 + 33368.01171875 + + 151 + + 82 + + + 10.01200008392334 + 169 + + + + + + + 40.75033930130303 + -3.7927405256778 + + 917.2000122070312 + 33378.08984375 + + 151 + + 80 + + + 10.07699966430664 + 170 + + + + + + + 40.75038104318082 + -3.792642205953598 + + 917.4000244140625 + 33388.171875 + + 151 + + 80 + + + 10.07699966430664 + 191 + + + + + + + 40.75042203068733 + -3.7925389409065247 + + 917.5999755859375 + 33398.359375 + + 151 + + 81 + + + 10.197999954223633 + 187 + + + + + + + 40.75046142563224 + -3.792437184602022 + + 917.4000244140625 + 33408.390625 + + 151 + + 81 + + + 10.029999732971191 + 180 + + + + + + + 40.75049478560686 + -3.7923314049839973 + + 917.4000244140625 + 33418.5703125 + + 151 + + 82 + + + 10.180000305175781 + 197 + + + + + + + 40.75052655301988 + -3.792225457727909 + + 917.4000244140625 + 33428.94921875 + + 151 + + 82 + + + 10.37600040435791 + 158 + + + + + + + 40.750565277412534 + -3.7921107932925224 + + 917.2000122070312 + 33439.26953125 + + 152 + + 79 + + + 10.319999694824219 + 122 + + + + + + + 40.75059679336846 + -3.792000487446785 + + 917.2000122070312 + 33449.640625 + + 152 + + 82 + + + 10.37600040435791 + 190 + + + + + + + 40.750624956563115 + -3.7918787822127342 + + 917.2000122070312 + 33460.01953125 + + 152 + + 82 + + + 10.37600040435791 + 253 + + + + + + + 40.75065052136779 + -3.791758418083191 + + 917.4000244140625 + 33470.3203125 + + 152 + + 78 + + + 10.300999641418457 + 219 + + + + + + + 40.75067172758281 + -3.7916414067149162 + + 917.4000244140625 + 33480.51953125 + + 152 + + 78 + + + 10.197999954223633 + 221 + + + + + + + 40.75069352053106 + -3.7915234733372927 + + 917.7999877929688 + 33490.6015625 + + 152 + + 78 + + + 10.07699966430664 + 221 + + + + + + + 40.75071254745126 + -3.791400510817766 + + 917.7999877929688 + 33500.609375 + + 151 + + 75 + + + 10.01200008392334 + 152 + + + + + + + 40.75072780251503 + -3.7912837509065866 + + 918.0 + 33510.5703125 + + 151 + + 78 + + + 9.96500015258789 + 223 + + + + + + + 40.750743225216866 + -3.7911589443683624 + + 918.0 + 33520.51171875 + + 151 + + 82 + + + 9.937000274658203 + 178 + + + + + + + 40.75075663626194 + -3.791036903858185 + + 918.0 + 33530.3984375 + + 151 + + 81 + + + 9.890999794006348 + 157 + + + + + + + 40.750768622383475 + -3.7909200601279736 + + 918.2000122070312 + 33540.26953125 + + 151 + + 79 + + + 9.871999740600586 + 164 + + + + + + + 40.75078211724758 + -3.7908008694648743 + + 918.0 + 33550.1015625 + + 151 + + 78 + + + 9.824999809265137 + 163 + + + + + + + 40.75079619884491 + -3.7906776554882526 + + 918.2000122070312 + 33559.8984375 + + 151 + + 79 + + + 9.807000160217285 + 139 + + + + + + + 40.75080877169967 + -3.7905619852244854 + + 918.4000244140625 + 33569.6796875 + + 151 + + 94 + + + 9.779000282287598 + 235 + + + + + + + 40.75082059018314 + -3.790439860895276 + + 918.4000244140625 + 33579.5703125 + + 151 + + 91 + + + 9.890999794006348 + 261 + + + + + + + 40.75083433650434 + -3.790319664403796 + + 918.4000244140625 + 33589.51171875 + + 152 + + 72 + + + 9.937000274658203 + 192 + + + + + + + 40.750849172472954 + -3.790204329416156 + + 918.2000122070312 + 33599.4296875 + + 152 + + 75 + + + 9.918999671936035 + 161 + + + + + + + 40.750864930450916 + -3.790089078247547 + + 918.0 + 33609.3515625 + + 152 + + 80 + + + 9.918999671936035 + 171 + + + + + + + 40.75088110752404 + -3.7899696361273527 + + 918.0 + 33619.23828125 + + 152 + + 80 + + + 9.890999794006348 + 171 + + + + + + + 40.750895105302334 + -3.789854133501649 + + 918.0 + 33629.19921875 + + 152 + + 77 + + + 9.956000328063965 + 84 + + + + + + + 40.75091304257512 + -3.789737457409501 + + 918.2000122070312 + 33639.08984375 + + 152 + + 78 + + + 9.890999794006348 + 6 + + + + + + + 40.75092997401953 + -3.7896254751831293 + + 918.0 + 33648.98046875 + + 152 + + 0 + + + 9.890999794006348 + 3 + + + + + + + 40.7509452290833 + -3.789512487128377 + + 917.5999755859375 + 33658.640625 + + 152 + + 0 + + + 9.666999816894531 + 0 + + + + + + + 40.75096031650901 + -3.7894051987677813 + + 917.2000122070312 + 33668.328125 + + 152 + + 0 + + + 9.6850004196167 + 0 + + + + + + + 10.373999595642088 + 83 + 2154 + 222 + 389 + + + + + 275.0 + 614.96 + 9.6850004196167 + 8 + + 104 + + + 152 + + Active + 153 + Manual + + + + + 40.75096031650901 + -3.7894051987677813 + + 917.2000122070312 + 33668.328125 + + 152 + + 0 + + + 9.6850004196167 + 0 + + + + + + + 40.750977750867605 + -3.789294892922044 + + 917.4000244140625 + 33677.859375 + + 152 + + 0 + + + 9.53600025177002 + 0 + + + + + + + 40.75099149718881 + -3.7891891971230507 + + 917.4000244140625 + 33687.30078125 + + 152 + + 0 + + + 9.432999610900879 + 0 + + + + + + + 40.75100256130099 + -3.7890803162008524 + + 917.2000122070312 + 33696.55859375 + + 152 + + 0 + + + 9.265000343322754 + 0 + + + + + + + 40.751014379784465 + -3.788975877687335 + + 917.2000122070312 + 33705.62890625 + + 152 + + 0 + + + 9.069000244140625 + 0 + + + + + + + 40.75102745555341 + -3.78887546248734 + + 917.2000122070312 + 33714.55078125 + + 148 + + 0 + + + 8.920000076293945 + 0 + + + + + + + 40.75104824267328 + -3.7887760531157255 + + 917.0 + 33723.1796875 + + 148 + + 0 + + + 8.630999565124512 + 0 + + + + + + + 40.75107875280082 + -3.7886792421340942 + + 916.5999755859375 + 33731.890625 + + 148 + + 0 + + + 8.706000328063965 + 0 + + + + + + + 40.75111295096576 + -3.788594165816903 + + 916.4000244140625 + 33740.6015625 + + 148 + + 0 + + + 8.706000328063965 + 8 + + + + + + + 40.751157039776444 + -3.7885103467851877 + + 916.0 + 33749.33984375 + + 148 + + 0 + + + 8.743000030517578 + 0 + + + + + + + 40.75120523571968 + -3.7884294614195824 + + 915.5999755859375 + 33758.0390625 + + 143 + + 0 + + + 8.706000328063965 + 0 + + + + + + + 40.75125343166292 + -3.7883531861007214 + + 915.5999755859375 + 33766.7109375 + + 143 + + 0 + + + 8.668000221252441 + 0 + + + + + + + 40.75130062177777 + -3.788277246057987 + + 915.5999755859375 + 33775.37890625 + + 143 + + 0 + + + 8.668000221252441 + 0 + + + + + + + 40.75134596787393 + -3.788197534158826 + + 915.5999755859375 + 33783.9609375 + + 143 + + 0 + + + 8.583999633789062 + 0 + + + + + + + 40.751389134675264 + -3.7881210073828697 + + 915.5999755859375 + 33792.44140625 + + 143 + + 0 + + + 8.482000350952148 + 0 + + + + + + + 40.7514357380569 + -3.788042049854994 + + 915.4000244140625 + 33800.7890625 + + 136 + + 0 + + + 8.35099983215332 + 0 + + + + + + + 40.75148309580982 + -3.787966277450323 + + 915.5999755859375 + 33809.05859375 + + 133 + + 0 + + + 8.267000198364258 + 123 + + + + + + + 40.751530872657895 + -3.7878925167024136 + + 915.5999755859375 + 33817.3515625 + + 133 + + 68 + + + 8.28600025177002 + 174 + + + + + + + 40.751575799658895 + -3.7878198456019163 + + 915.7999877929688 + 33825.73046875 + + 133 + + 61 + + + 8.378999710083008 + 181 + + + + + + + 40.75162089429796 + -3.7877377029508352 + + 916.0 + 33834.01171875 + + 133 + + 104 + + + 8.28600025177002 + 22 + + + + + + + 40.75166213326156 + -3.7876607570797205 + + 916.0 + 33842.28125 + + 133 + + 0 + + + 8.267000198364258 + 114 + + + + + + + 40.751706222072244 + -3.7875844817608595 + + 915.7999877929688 + 33850.109375 + + 133 + + 84 + + + 7.828000068664551 + 97 + + + + + + + 40.75174913741648 + -3.787512145936489 + + 915.7999877929688 + 33857.98046875 + + 133 + + 88 + + + 7.875 + 85 + + + + + + + 40.75179389677942 + -3.7874409835785627 + + 915.7999877929688 + 33865.8515625 + + 133 + + 70 + + + 7.866000175476074 + 122 + + + + + + + 40.751835722476244 + -3.787368983030319 + + 915.7999877929688 + 33873.640625 + + 133 + + 66 + + + 7.790999889373779 + 167 + + + + + + + 40.7518794760108 + -3.7872922886162996 + + 915.5999755859375 + 33881.48828125 + + 133 + + 73 + + + 7.8470001220703125 + 187 + + + + + + + 40.751921720802784 + -3.7872201204299927 + + 915.4000244140625 + 33889.390625 + + 133 + + 60 + + + 7.9029998779296875 + 172 + + + + + + + 40.751966228708625 + -3.7871433421969414 + + 915.4000244140625 + 33897.3203125 + + 128 + + 58 + + + 7.931000232696533 + 143 + + + + + + + 40.752010149881244 + -3.7870679888874292 + + 915.4000244140625 + 33905.28125 + + 128 + + 59 + + + 7.959000110626221 + 138 + + + + + + + 40.75205532833934 + -3.7869998440146446 + + 915.4000244140625 + 33913.0703125 + + 128 + + 59 + + + 7.790999889373779 + 148 + + + + + + + 40.752097656950355 + -3.786930190399289 + + 915.4000244140625 + 33920.94921875 + + 128 + + 60 + + + 7.883999824523926 + 193 + + + + + + + 40.75214442797005 + -3.78685450181365 + + 915.5999755859375 + 33928.76953125 + + 128 + + 60 + + + 7.818999767303467 + 231 + + + + + + + 40.75218700803816 + -3.786779399961233 + + 915.7999877929688 + 33936.69921875 + + 127 + + 58 + + + 7.931000232696533 + 189 + + + + + + + 40.752232102677226 + -3.7867009453475475 + + 915.7999877929688 + 33944.609375 + + 127 + + 60 + + + 7.9029998779296875 + 150 + + + + + + + 40.75228256173432 + -3.786627436056733 + + 915.7999877929688 + 33952.55859375 + + 127 + + 61 + + + 7.949999809265137 + 240 + + + + + + + 40.75232991948724 + -3.7865531723946333 + + 915.7999877929688 + 33960.55859375 + + 120 + + 59 + + + 8.005999565124512 + 207 + + + + + + + 40.75237384065986 + -3.786481926217675 + + 915.7999877929688 + 33968.55078125 + + 120 + + 59 + + + 7.986999988555908 + 179 + + + + + + + 40.75241633690894 + -3.786407243460417 + + 916.2000122070312 + 33976.46875 + + 120 + + 61 + + + 7.921999931335449 + 156 + + + + + + + 40.75245690532029 + -3.7863390147686005 + + 916.2000122070312 + 33984.2890625 + + 120 + + 64 + + + 7.818999767303467 + 157 + + + + + + + 40.75250040739775 + -3.7862648349255323 + + 916.2000122070312 + 33992.05078125 + + 115 + + 61 + + + 7.754000186920166 + 213 + + + + + + + 40.75254307128489 + -3.7861903198063374 + + 916.2000122070312 + 33999.76171875 + + 115 + + 57 + + + 7.716000080108643 + 160 + + + + + + + 40.752579448744655 + -3.7861216720193624 + + 916.5999755859375 + 34007.30078125 + + 115 + + 53 + + + 7.539000034332275 + 72 + + + + + + + 40.75261306017637 + -3.786059897392988 + + 916.7999877929688 + 34014.55859375 + + 115 + + 85 + + + 7.258999824523926 + 27 + + + + + + + 40.752650359645486 + -3.786001643165946 + + 916.7999877929688 + 34021.28125 + + 121 + + 0 + + + 6.7179999351501465 + 27 + + + + + + + 40.75268900021911 + -3.7859667744487524 + + 917.2000122070312 + 34027.55078125 + + 121 + + 0 + + + 6.269999980926514 + 29 + + + + + + + 40.75272613205016 + -3.7859210930764675 + + 917.2000122070312 + 34033.4296875 + + 120 + + 100 + + + 5.877999782562256 + 197 + + + + + + + 40.7527603302151 + -3.7858630064874887 + + 917.2000122070312 + 34039.3515625 + + 120 + + 78 + + + 5.915999889373779 + 292 + + + + + + + 40.75279243290424 + -3.785800561308861 + + 917.2000122070312 + 34045.62890625 + + 120 + + 46 + + + 6.289000034332275 + 267 + + + + + + + 40.752822859212756 + -3.785737194120884 + + 917.0 + 34052.05859375 + + 116 + + 45 + + + 6.428999900817871 + 343 + + + + + + + 40.75285563245416 + -3.785668211057782 + + 917.0 + 34058.828125 + + 113 + + 47 + + + 6.764999866485596 + 290 + + + + + + + 40.75289058499038 + -3.7856047600507736 + + 917.0 + 34065.828125 + + 113 + + 50 + + + 7.006999969482422 + 260 + + + + + + + 40.752931823953986 + -3.785535441711545 + + 917.2000122070312 + 34072.8515625 + + 113 + + 52 + + + 7.017000198364258 + 243 + + + + + + + 40.752973230555654 + -3.78546972759068 + + 917.4000244140625 + 34079.94921875 + + 113 + + 53 + + + 7.10099983215332 + 287 + + + + + + + 40.75301463715732 + -3.785405606031418 + + 917.4000244140625 + 34087.1015625 + + 113 + + 53 + + + 7.146999835968018 + 286 + + + + + + + 40.75305570848286 + -3.785340143367648 + + 917.4000244140625 + 34094.3984375 + + 113 + + 54 + + + 7.306000232696533 + 268 + + + + + + + 40.75310306623578 + -3.7852675560861826 + + 917.4000244140625 + 34101.890625 + + 113 + + 55 + + + 7.482999801635742 + 264 + + + + + + + 40.753149669617414 + -3.785197986289859 + + 917.5999755859375 + 34109.4609375 + + 113 + + 56 + + + 7.577000141143799 + 257 + + + + + + + 40.75319426134229 + -3.7851259019225836 + + 917.7999877929688 + 34117.30078125 + + 113 + + 57 + + + 7.8379998207092285 + 224 + + + + + + + 40.753237595781684 + -3.785052476450801 + + 918.0 + 34124.98828125 + + 114 + + 59 + + + 7.688000202178955 + 99 + + + + + + + 40.75327891856432 + -3.784982990473509 + + 918.2000122070312 + 34132.6015625 + + 114 + + 58 + + + 7.613999843597412 + 85 + + + + + + + 40.753317810595036 + -3.7849171087145805 + + 918.4000244140625 + 34140.078125 + + 114 + + 57 + + + 7.473999977111816 + 68 + + + + + + + 40.75335854664445 + -3.784847119823098 + + 918.4000244140625 + 34147.51171875 + + 114 + + 57 + + + 7.427000045776367 + 76 + + + + + + + 40.75339634902775 + -3.78478123806417 + + 918.5999755859375 + 34154.671875 + + 111 + + 57 + + + 7.165999889373779 + 53 + + + + + + + 40.753436498343945 + -3.7847156915813684 + + 919.0 + 34161.62890625 + + 111 + + 61 + + + 6.960999965667725 + 0 + + + + + + + 40.75347530655563 + -3.7846537493169308 + + 919.0 + 34168.19921875 + + 111 + + 0 + + + 6.568999767303467 + 0 + + + + + + + 40.753507409244776 + -3.784597171470523 + + 919.2000122070312 + 34174.5390625 + + 111 + + 0 + + + 6.335999965667725 + 0 + + + + + + + 40.75353724882007 + -3.7845410127192736 + + 919.0 + 34180.5703125 + + 111 + + 0 + + + 6.0370001792907715 + 0 + + + + + + + 40.753567507490516 + -3.78448317758739 + + 919.0 + 34186.44140625 + + 111 + + 0 + + + 5.86899995803833 + 0 + + + + + + + 40.75359818525612 + -3.7844320479780436 + + 919.0 + 34192.12109375 + + 111 + + 0 + + + 5.682000160217285 + 0 + + + + + + + 40.75362844392657 + -3.7843823432922363 + + 919.0 + 34197.5703125 + + 111 + + 0 + + + 5.448999881744385 + 29 + + + + + + + 40.753658786416054 + -3.7843348179012537 + + 919.2000122070312 + 34202.87109375 + + 111 + + 153 + + + 5.300000190734863 + 123 + + + + + + + 40.753684686496854 + -3.784287041053176 + + 919.2000122070312 + 34208.078125 + + 111 + + 93 + + + 5.206999778747559 + 56 + + + + + + + 40.75371083803475 + -3.7842400185763836 + + 919.4000244140625 + 34213.1484375 + + 111 + + 49 + + + 5.066999912261963 + 60 + + + + + + + 40.75373816303909 + -3.784191319718957 + + 919.4000244140625 + 34218.109375 + + 111 + + 39 + + + 4.964000225067139 + 52 + + + + + + + 40.75376213528216 + -3.784148655831814 + + 919.4000244140625 + 34222.98046875 + + 111 + + 79 + + + 4.870999813079834 + 8 + + + + + + + 40.75379004701972 + -3.784102890640497 + + 919.5999755859375 + 34227.640625 + + 111 + + 0 + + + 4.656000137329102 + 9 + + + + + + + 40.753816617652774 + -3.7840650882571936 + + 919.7999877929688 + 34232.12890625 + + 111 + + 75 + + + 4.48799991607666 + 90 + + + + + + + 40.75383950024843 + -3.784026615321636 + + 919.7999877929688 + 34236.55078125 + + 111 + + 58 + + + 4.422999858856201 + 80 + + + + + + + 40.753862047567964 + -3.7839883100241423 + + 920.0 + 34240.9296875 + + 111 + + 48 + + + 4.385000228881836 + 64 + + + + + + + 40.75388467870653 + -3.783947741612792 + + 920.2000122070312 + 34245.19921875 + + 111 + + 45 + + + 4.263999938964844 + 46 + + + + + + + 40.75390144251287 + -3.783913291990757 + + 920.2000122070312 + 34249.3203125 + + 111 + + 67 + + + 4.124000072479248 + 0 + + + + + + + 40.75391694903374 + -3.7838775850832462 + + 920.2000122070312 + 34253.01953125 + + 111 + + 0 + + + 3.694999933242798 + 0 + + + + + + + 40.75393136590719 + -3.783846152946353 + + 920.2000122070312 + 34256.3515625 + + 111 + + 0 + + + 3.3310000896453857 + 0 + + + + + + + 40.7539448607713 + -3.783822851255536 + + 920.4000244140625 + 34259.1796875 + + 111 + + 0 + + + 2.8369998931884766 + 0 + + + + + + + 40.7539570145309 + -3.7838049978017807 + + 920.4000244140625 + 34261.66015625 + + 111 + + 0 + + + 2.4730000495910645 + 0 + + + + + + + 40.753959864377975 + -3.783786641433835 + + 920.5999755859375 + 34263.6015625 + + 111 + + 0 + + + 1.940999984741211 + 0 + + + + + + + 40.7539570145309 + -3.7837750744074583 + + 920.5999755859375 + 34265.5390625 + + 105 + + 0 + + + 1.940999984741211 + 2 + + + + + + + 40.75395567342639 + -3.783766021952033 + + 920.4000244140625 + 34266.87890625 + + 105 + + 0 + + + 1.343999981880188 + 0 + + + + + + + 40.75395609252155 + -3.7837631721049547 + + 920.2000122070312 + 34268.21875 + + 105 + + 0 + + + 1.343999981880188 + 0 + + + + + + + 40.753955421969295 + -3.7837600708007812 + + 920.2000122070312 + 34269.5703125 + + 105 + + 0 + + + 1.343999981880188 + 0 + + + + + + + 40.753955421969295 + -3.7837585620582104 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 4.031000137329102 + 1 + + + + + + + 40.75395659543574 + -3.783755460754037 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395466759801 + -3.7837568018585443 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395634397864 + -3.7837558798491955 + + 920.0 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395567342639 + -3.7837563827633858 + + 920.0 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395651161671 + -3.783756550401449 + + 920.0 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395609252155 + -3.783756969496608 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.7539570145309 + -3.7837573047727346 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.783757220953703 + + 919.7999877929688 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.7837576400488615 + + 919.7999877929688 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.783757807686925 + + 919.7999877929688 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753957349807024 + -3.783757472410798 + + 919.7999877929688 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.783756550401449 + + 919.7999877929688 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395768508315 + -3.783756298944354 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.783756047487259 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395718216896 + -3.783755460754037 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.783756047487259 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.783755963668227 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395776890218 + -3.783756550401449 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395852327347 + -3.7837558798491955 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395827181637 + -3.7837550416588783 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.7837561313062906 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395709834993 + -3.783756885677576 + + 920.4000244140625 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956427797675 + -3.7837557960301638 + + 920.4000244140625 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395709834993 + -3.7837563827633858 + + 920.4000244140625 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.7837556283921003 + + 920.4000244140625 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.783755376935005 + + 920.4000244140625 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395810417831 + -3.783754538744688 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395944528282 + -3.783752527087927 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395877473056 + -3.783751856535673 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957936540246 + -3.783753030002117 + + 920.2000122070312 + 34273.6015625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.7837544549256563 + + 920.0 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395718216896 + -3.7837534490972757 + + 920.0 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.7837537843734026 + + 919.7999877929688 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395751744509 + -3.783753365278244 + + 919.7999877929688 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.783754287287593 + + 920.0 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395709834993 + -3.783755460754037 + + 920.0 + 34273.6015625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956846892834 + -3.7837563827633858 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956427797675 + -3.7837567180395126 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.7837561313062906 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753955924883485 + -3.783756047487259 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395659543574 + -3.783756298944354 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395651161671 + -3.7837568018585443 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395584106445 + -3.7837578915059566 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395584106445 + -3.783758729696274 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395609252155 + -3.783759232610464 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395567342639 + -3.78375805914402 + + 920.0 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395466759801 + -3.783758645877242 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753954499959946 + -3.7837573885917664 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395458377898 + -3.7837583106011152 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.7539551705122 + -3.783757472410798 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395408086479 + -3.7837567180395126 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395341031253 + -3.783756969496608 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395341031253 + -3.7837567180395126 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753951985388994 + -3.783757472410798 + + 920.2000122070312 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395324267447 + -3.7837567180395126 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395190156996 + -3.7837563827633858 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.75395341031253 + -3.783755712211132 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.7837582267820835 + + 920.4000244140625 + 34273.6015625 + 0 + + + 0.0 + 0 + + + + + + + 40.753954919055104 + -3.7837583106011152 + + 920.4000244140625 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395458377898 + -3.783758729696274 + + 920.4000244140625 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539551705122 + -3.7837603222578764 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395567342639 + -3.7837603222578764 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395458377898 + -3.7837591487914324 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395324267447 + -3.7837582267820835 + + 920.2000122070312 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395382940769 + -3.7837594002485275 + + 920.0 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.7837588973343372 + + 920.0 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.783760154619813 + + 920.2000122070312 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395433232188 + -3.7837603222578764 + + 920.2000122070312 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395433232188 + -3.7837612442672253 + + 920.4000244140625 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395424850285 + -3.7837609089910984 + + 920.4000244140625 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395374558866 + -3.7837611604481936 + + 920.4000244140625 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952991217375 + -3.783761076629162 + + 920.4000244140625 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952488303185 + -3.783761076629162 + + 920.5999755859375 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395265594125 + -3.783761579543352 + + 920.5999755859375 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395265594125 + -3.7837611604481936 + + 920.5999755859375 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395315885544 + -3.7837623339146376 + + 920.5999755859375 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953913226724 + -3.783761914819479 + + 920.4000244140625 + 34273.6015625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953494131565 + -3.783762753009796 + + 920.4000244140625 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539535779506 + -3.783762501552701 + + 920.5999755859375 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395374558866 + -3.783762501552701 + + 920.5999755859375 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954416140914 + -3.7837623339146376 + + 920.5999755859375 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395558960736 + -3.7837632559239864 + + 920.5999755859375 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395634397864 + -3.783762501552701 + + 920.4000244140625 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395525433123 + -3.7837632559239864 + + 920.4000244140625 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395533815026 + -3.783762753009796 + + 920.4000244140625 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395533815026 + -3.783763675019145 + + 920.4000244140625 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753955505788326 + -3.783763088285923 + + 920.5999755859375 + 34273.6015625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395567342639 + -3.783762501552701 + + 920.5999755859375 + 34273.6015625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395525433123 + -3.783761914819479 + + 920.5999755859375 + 34273.6015625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395533815026 + -3.7837637588381767 + + 920.5999755859375 + 34273.6015625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395533815026 + -3.7837625853717327 + + 920.5999755859375 + 34273.6015625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954499959946 + -3.7837632559239864 + + 920.5999755859375 + 34273.6015625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.783764010295272 + + 920.5999755859375 + 34273.6015625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395374558866 + -3.78376392647624 + + 920.5999755859375 + 34273.6015625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953494131565 + -3.78376392647624 + + 920.5999755859375 + 34273.6015625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395458377898 + -3.783764010295272 + + 920.5999755859375 + 34273.6015625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395408086479 + -3.7837643455713987 + + 920.2000122070312 + 34273.6015625 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.7837647646665573 + + 920.0 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539535779506 + -3.7837646808475256 + + 920.2000122070312 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395341031253 + -3.7837650161236525 + + 920.2000122070312 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395324267447 + -3.783765435218811 + + 920.0 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395265594125 + -3.783765183761716 + + 920.0 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952069208026 + -3.783765099942684 + + 919.7999877929688 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952069208026 + -3.783765183761716 + + 919.7999877929688 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395215302706 + -3.7837647646665573 + + 919.7999877929688 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753951985388994 + -3.783764848485589 + + 919.7999877929688 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753951566293836 + -3.7837646808475256 + + 920.0 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395165011287 + -3.783764848485589 + + 920.0 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395215302706 + -3.7837647646665573 + + 920.0 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952488303185 + -3.7837640941143036 + + 919.7999877929688 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952069208026 + -3.7837637588381767 + + 919.7999877929688 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952488303185 + -3.7837625853717327 + + 919.7999877929688 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395366176963 + -3.7837629206478596 + + 919.7999877929688 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954499959946 + -3.7837611604481936 + + 919.7999877929688 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395558960736 + -3.7837603222578764 + + 919.7999877929688 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753955505788326 + -3.7837573047727346 + + 919.7999877929688 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395525433123 + -3.7837573047727346 + + 919.7999877929688 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395475141704 + -3.7837557960301638 + + 919.7999877929688 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395433232188 + -3.7837563827633858 + + 919.7999877929688 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954499959946 + -3.7837561313062906 + + 920.0 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395424850285 + -3.783756298944354 + + 920.0 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395307503641 + -3.783756298944354 + + 920.0 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952069208026 + -3.7837567180395126 + + 920.2000122070312 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395215302706 + -3.783757472410798 + + 920.2000122070312 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395165011287 + -3.7837500125169754 + + 920.0 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753951566293836 + -3.7837485875934362 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395324267447 + -3.783751018345356 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953913226724 + -3.783751605078578 + + 920.0 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539533264935 + -3.783748671412468 + + 920.2000122070312 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539533264935 + -3.7837480008602142 + + 920.0 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953997045755 + -3.7837473303079605 + + 919.7999877929688 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395408086479 + -3.7837479170411825 + + 919.7999877929688 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.7837503477931023 + + 919.7999877929688 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954919055104 + -3.7837476655840874 + + 920.0 + 34273.6015625 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.7837485875934362 + + 920.2000122070312 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395667925477 + -3.78374682739377 + + 920.4000244140625 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.783747246488929 + + 920.4000244140625 + 34273.6015625 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.7837464082986116 + + 920.2000122070312 + 34273.6015625 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395818799734 + -3.783746659755707 + + 920.2000122070312 + 34273.6015625 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.783745737746358 + + 920.2000122070312 + 34273.6015625 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.783746073022485 + + 920.2000122070312 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395709834993 + -3.783745402470231 + + 920.2000122070312 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395726598799 + -3.783745653927326 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957433626056 + -3.7837459053844213 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395768508315 + -3.78374682739377 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957936540246 + -3.7837467435747385 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957936540246 + -3.783746911212802 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395768508315 + -3.7837470788508654 + + 920.2000122070312 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395768508315 + -3.7837470788508654 + + 920.4000244140625 + 34273.6015625 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957349807024 + -3.7837473303079605 + + 920.4000244140625 + 34273.6015625 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395709834993 + -3.7837474141269922 + + 920.2000122070312 + 34273.6015625 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395651161671 + -3.783747246488929 + + 920.0 + 34273.6015625 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539567630738 + -3.783747246488929 + + 920.0 + 34273.6015625 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957349807024 + -3.7837473303079605 + + 920.2000122070312 + 34273.6015625 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957349807024 + -3.7837474141269922 + + 920.4000244140625 + 34273.6015625 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395659543574 + -3.78374682739377 + + 920.2000122070312 + 34273.6015625 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395584106445 + -3.783746240660548 + + 920.2000122070312 + 34273.6015625 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395600870252 + -3.783747162669897 + + 920.0 + 34273.6015625 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395600870252 + -3.7837474141269922 + + 920.0 + 34273.6015625 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395533815026 + -3.783747497946024 + + 919.5999755859375 + 34273.6015625 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395600870252 + -3.7837475817650557 + + 919.7999877929688 + 34273.6015625 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.7837469950318336 + + 919.7999877929688 + 34273.6015625 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.7837470788508654 + + 919.5999755859375 + 34273.6015625 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957852721214 + -3.7837469950318336 + + 919.5999755859375 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395760126412 + -3.783747162669897 + + 919.5999755859375 + 34273.6015625 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.783747833222151 + + 919.5999755859375 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.783747833222151 + + 919.5999755859375 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956930711865 + -3.7837482523173094 + + 919.5999755859375 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.753956846892834 + -3.783748084679246 + + 919.5999755859375 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539570145309 + -3.7837485037744045 + + 919.7999877929688 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395659543574 + -3.783748336136341 + + 920.0 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395483523607 + -3.7837485037744045 + + 920.0 + 34273.6015625 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.753954919055104 + -3.783749006688595 + + 920.0 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395483523607 + -3.783747497946024 + + 920.0 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953913226724 + -3.783751018345356 + + 920.0 + 34273.6015625 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953494131565 + -3.783751940354705 + + 920.0 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753953913226724 + -3.7837511021643877 + + 920.0 + 34273.6015625 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395466759801 + -3.783751856535673 + + 920.0 + 34273.6015625 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395609252155 + -3.783750431612134 + + 919.7999877929688 + 34273.6015625 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395584106445 + -3.783751605078578 + + 919.7999877929688 + 34273.6015625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.753955924883485 + -3.7837502639740705 + + 919.7999877929688 + 34273.6015625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395600870252 + -3.7837503477931023 + + 920.0 + 34273.6015625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395584106445 + -3.783750096336007 + + 920.0 + 34273.6015625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395575724542 + -3.7837503477931023 + + 920.0 + 34273.6015625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753955002874136 + -3.783750431612134 + + 919.7999877929688 + 34273.6015625 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 2.234999895095825 + 63 + 57 + 31 + 343 + + + + + Garmin Edge 1000 + 3889468484 + 1836 + + 3 + 0 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564192.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564192.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564192.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564192.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,78237 @@ + + + + + 2015-05-31T15:45:12.000Z + + 1760.0 + 15963.87 + 11.345999717712402 + 275 + + 128 + + + 142 + + Active + 156 + Manual + + + + + 40.75100884772837 + -3.7893140874803066 + + 915.7999877929688 + 7.460000038146973 + + 120 + + 65 + + + 7.465000152587891 + 175 + + + + + + + 40.75100197456777 + -3.78940318711102 + + 916.2000122070312 + 14.920000076293945 + + 121 + + 66 + + + 7.454999923706055 + 183 + + + + + + + 40.750993927940726 + -3.7894872575998306 + + 916.2000122070312 + 22.399999618530273 + + 121 + + 67 + + + 7.482999801635742 + 222 + + + + + + + 40.75098278000951 + -3.7895733397454023 + + 917.2000122070312 + 29.93000030517578 + + 122 + + 65 + + + 7.53000020980835 + 195 + + + + + + + 40.75097347609699 + -3.789665373042226 + + 917.2000122070312 + 37.47999954223633 + + 123 + + 65 + + + 7.548999786376953 + 167 + + + + + + + 40.750964088365436 + -3.789748353883624 + + 916.7999877929688 + 44.900001525878906 + + 124 + + 65 + + + 7.418000221252441 + 184 + + + + + + + 40.750955790281296 + -3.78983611240983 + + 916.7999877929688 + 52.31999969482422 + + 125 + + 66 + + + 7.418000221252441 + 215 + + + + + + + 40.75094657018781 + -3.78992160782218 + + 916.7999877929688 + 59.709999084472656 + + 126 + + 66 + + + 7.389999866485596 + 171 + + + + + + + 40.750935254618526 + -3.7900082767009735 + + 917.0 + 67.05999755859375 + + 127 + + 65 + + + 7.353000164031982 + 175 + + + + + + + 40.7509243581444 + -3.790089078247547 + + 917.0 + 74.45999908447266 + + 127 + + 64 + + + 7.39900016784668 + 194 + + + + + + + 40.750913210213184 + -3.7901784293353558 + + 917.0 + 81.77999877929688 + + 128 + + 64 + + + 7.324999809265137 + 200 + + + + + + + 40.75090290047228 + -3.790263421833515 + + 917.0 + 89.16999816894531 + + 128 + + 64 + + + 7.389999866485596 + 204 + + + + + + + 40.75089284218848 + -3.790353527292609 + + 917.0 + 96.61000061035156 + + 128 + + 65 + + + 7.436999797821045 + 197 + + + + + + + 40.75088253244758 + -3.790442543104291 + + 917.2000122070312 + 104.19999694824219 + + 128 + + 67 + + + 7.585999965667725 + 189 + + + + + + + 40.750872222706676 + -3.790530553087592 + + 917.2000122070312 + 111.87999725341797 + + 128 + + 67 + + + 7.678999900817871 + 202 + + + + + + + 40.750863924622536 + -3.790619568899274 + + 917.4000244140625 + 119.63999938964844 + + 128 + + 67 + + + 7.763000011444092 + 186 + + + + + + + 40.75085386633873 + -3.7907188944518566 + + 917.5999755859375 + 127.5 + + 128 + + 68 + + + 7.866000175476074 + 161 + + + + + + + 40.75084640644491 + -3.7908105924725533 + + 917.2000122070312 + 135.5 + + 128 + + 70 + + + 7.995999813079834 + 189 + + + + + + + 40.750836012884974 + -3.7909091636538506 + + 917.2000122070312 + 143.6199951171875 + + 128 + + 70 + + + 8.118000030517578 + 183 + + + + + + + 40.750823859125376 + -3.791007064282894 + + 917.0 + 151.8000030517578 + + 128 + + 72 + + + 8.182999610900879 + 165 + + + + + + + 40.75081438757479 + -3.7911008577793837 + + 917.0 + 160.1199951171875 + + 128 + + 73 + + + 8.322999954223633 + 225 + + + + + + + 40.75080709531903 + -3.791196998208761 + + 917.2000122070312 + 168.58999633789062 + + 128 + + 73 + + + 8.463000297546387 + 179 + + + + + + + 40.750794522464275 + -3.7913041189312935 + + 917.2000122070312 + 177.1699981689453 + + 128 + + 75 + + + 8.583999633789062 + 197 + + + + + + + 40.75078153051436 + -3.791405539959669 + + 917.2000122070312 + 185.83999633789062 + + 128 + + 81 + + + 8.668000221252441 + 177 + + + + + + + 40.75076702982187 + -3.7915118224918842 + + 917.2000122070312 + 194.5800018310547 + + 129 + + 78 + + + 8.743000030517578 + 179 + + + + + + + 40.75075370259583 + -3.791616763919592 + + 917.0 + 203.35000610351562 + + 129 + + 78 + + + 8.770999908447266 + 189 + + + + + + + 40.75073970481753 + -3.79172220826149 + + 917.0 + 212.1199951171875 + + 129 + + 78 + + + 8.770999908447266 + 116 + + + + + + + 40.75072143226862 + -3.7918216176331043 + + 917.2000122070312 + 220.8300018310547 + + 130 + + 77 + + + 8.706000328063965 + 131 + + + + + + + 40.750698298215866 + -3.7919276487082243 + + 917.4000244140625 + 229.52000427246094 + + 130 + + 78 + + + 8.687000274658203 + 175 + + + + + + + 40.75067315250635 + -3.7920292373746634 + + 917.4000244140625 + 238.30999755859375 + + 131 + + 79 + + + 8.789999961853027 + 192 + + + + + + + 40.75064389966428 + -3.7921329215168953 + + 917.2000122070312 + 247.24000549316406 + + 131 + + 77 + + + 8.939000129699707 + 180 + + + + + + + 40.75061347335577 + -3.792234594002366 + + 917.2000122070312 + 256.29998779296875 + + 131 + + 78 + + + 9.050999641418457 + 127 + + + + + + + 40.7505844719708 + -3.792336182668805 + + 917.2000122070312 + 265.3500061035156 + + 132 + + 87 + + + 9.050999641418457 + 102 + + + + + + + 40.750553291291 + -3.7924353405833244 + + 917.2000122070312 + 274.4800109863281 + + 132 + + 90 + + + 9.135000228881836 + 121 + + + + + + + 40.75051381252706 + -3.792543215677142 + + 917.0 + 283.6199951171875 + + 132 + + 85 + + + 9.135000228881836 + 131 + + + + + + + 40.75047676451504 + -3.7926471512764692 + + 916.7999877929688 + 292.7900085449219 + + 132 + + 84 + + + 9.17199993133545 + 90 + + + + + + + 40.75043720193207 + -3.7927478179335594 + + 916.7999877929688 + 301.75 + + 133 + + 81 + + + 8.956999778747559 + 119 + + + + + + + 40.750398226082325 + -3.7928468082100153 + + 917.0 + 310.760009765625 + + 133 + + 81 + + + 9.012999534606934 + 108 + + + + + + + 40.750359166413546 + -3.7929488997906446 + + 917.0 + 319.7300109863281 + + 133 + + 82 + + + 8.97599983215332 + 111 + + + + + + + 40.75032186694443 + -3.7930446211248636 + + 917.0 + 328.69000244140625 + + 133 + + 79 + + + 8.956999778747559 + 150 + + + + + + + 40.750281969085336 + -3.7931472156196833 + + 916.7999877929688 + 337.6300048828125 + + 133 + + 79 + + + 8.939000129699707 + 143 + + + + + + + 40.75024374760687 + -3.793245954439044 + + 916.7999877929688 + 346.54998779296875 + + 132 + + 78 + + + 8.920000076293945 + 180 + + + + + + + 40.75020309537649 + -3.793344274163246 + + 917.0 + 355.45001220703125 + + 132 + + 78 + + + 8.901000022888184 + 185 + + + + + + + 40.75016504153609 + -3.7934404145926237 + + 917.0 + 364.3500061035156 + + 132 + + 78 + + + 8.901000022888184 + 167 + + + + + + + 40.75012522749603 + -3.793538985773921 + + 917.2000122070312 + 373.2200012207031 + + 132 + + 80 + + + 8.86400032043457 + 170 + + + + + + + 40.750089436769485 + -3.79363177344203 + + 917.2000122070312 + 382.0299987792969 + + 132 + + 78 + + + 8.807999610900879 + 187 + + + + + + + 40.75005071237683 + -3.7937310989946127 + + 917.2000122070312 + 390.79998779296875 + + 132 + + 77 + + + 8.770999908447266 + 147 + + + + + + + 40.75001701712608 + -3.793823467567563 + + 917.2000122070312 + 399.57000732421875 + + 132 + + 77 + + + 8.770999908447266 + 173 + + + + + + + 40.74998030439019 + -3.793918015435338 + + 917.2000122070312 + 408.3800048828125 + + 132 + + 91 + + + 8.807999610900879 + 173 + + + + + + + 40.749945687130094 + -3.794012311846018 + + 917.2000122070312 + 417.20001220703125 + + 132 + + 78 + + + 8.82699966430664 + 139 + + + + + + + 40.749907633289695 + -3.794103004038334 + + 917.0 + 426.0299987792969 + + 131 + + 78 + + + 8.82699966430664 + 139 + + + + + + + 40.749873016029596 + -3.7941896729171276 + + 917.0 + 434.82000732421875 + + 131 + + 78 + + + 8.789999961853027 + 135 + + + + + + + 40.74983739294112 + -3.7942821253091097 + + 917.0 + 443.55999755859375 + + 131 + + 78 + + + 8.743000030517578 + 155 + + + + + + + 40.74980269186199 + -3.7943664472550154 + + 916.7999877929688 + 452.2300109863281 + + 130 + + 78 + + + 8.668000221252441 + 153 + + + + + + + 40.749766901135445 + -3.794457809999585 + + 917.0 + 460.8599853515625 + + 130 + + 76 + + + 8.630999565124512 + 162 + + + + + + + 40.74972960166633 + -3.7945478316396475 + + 917.0 + 469.5299987792969 + + 130 + + 86 + + + 8.668000221252441 + 186 + + + + + + + 40.7496880274266 + -3.794636093080044 + + 917.0 + 478.1099853515625 + + 129 + + 85 + + + 8.583999633789062 + 164 + + + + + + + 40.749648716300726 + -3.7947212532162666 + + 916.7999877929688 + 486.7300109863281 + + 129 + + 78 + + + 8.612000465393066 + 153 + + + + + + + 40.74960655532777 + -3.794811274856329 + + 916.7999877929688 + 495.3399963378906 + + 129 + + 75 + + + 8.612000465393066 + 156 + + + + + + + 40.74956674128771 + -3.794895261526108 + + 916.7999877929688 + 503.9700012207031 + + 129 + + 75 + + + 8.630999565124512 + 145 + + + + + + + 40.74952432885766 + -3.7949867080897093 + + 916.7999877929688 + 512.6699829101562 + + 129 + + 76 + + + 8.706000328063965 + 139 + + + + + + + 40.74948074296117 + -3.795074550434947 + + 916.7999877929688 + 521.4500122070312 + + 129 + + 81 + + + 8.770999908447266 + 120 + + + + + + + 40.749436067417264 + -3.7951580341905355 + + 916.7999877929688 + 530.219970703125 + + 129 + + 84 + + + 8.770999908447266 + 147 + + + + + + + 40.74939566664398 + -3.7952414341270924 + + 916.7999877929688 + 539.010009765625 + + 129 + + 78 + + + 8.789999961853027 + 141 + + + + + + + 40.74935032054782 + -3.795332293957472 + + 916.7999877929688 + 547.8900146484375 + + 129 + + 76 + + + 8.883000373840332 + 151 + + + + + + + 40.749304220080376 + -3.7954175379127264 + + 916.5999755859375 + 556.77001953125 + + 129 + + 76 + + + 8.883000373840332 + 163 + + + + + + + 40.749254766851664 + -3.7955114152282476 + + 916.5999755859375 + 565.7000122070312 + + 129 + + 78 + + + 8.928999900817871 + 163 + + + + + + + 40.74920757673681 + -3.795603783801198 + + 916.5999755859375 + 574.7000122070312 + + 129 + + 78 + + + 8.994999885559082 + 159 + + + + + + + 40.74916189536452 + -3.7956910394132137 + + 916.5999755859375 + 583.7100219726562 + + 129 + + 78 + + + 9.012999534606934 + 151 + + + + + + + 40.74911596253514 + -3.79577930085361 + + 916.5999755859375 + 592.739990234375 + + 128 + + 79 + + + 9.031999588012695 + 148 + + + + + + + 40.749067682772875 + -3.795871753245592 + + 916.7999877929688 + 601.9000244140625 + + 128 + + 78 + + + 9.163000106811523 + 172 + + + + + + + 40.74901948682964 + -3.795960433781147 + + 916.5999755859375 + 611.010009765625 + + 128 + + 80 + + + 9.107000350952148 + 168 + + + + + + + 40.74896936304867 + -3.7960568256676197 + + 916.2000122070312 + 620.260009765625 + + 127 + + 80 + + + 9.246999740600586 + 135 + + + + + + + 40.74891932308674 + -3.796148607507348 + + 916.0 + 629.489990234375 + + 127 + + 83 + + + 9.227999687194824 + 106 + + + + + + + 40.74887054041028 + -3.7962373718619347 + + 915.7999877929688 + 638.7899780273438 + + 127 + + 83 + + + 9.303000450134277 + 111 + + + + + + + 40.74882452376187 + -3.7963240407407284 + + 915.7999877929688 + 647.9500122070312 + + 127 + + 82 + + + 9.163000106811523 + 109 + + + + + + + 40.748772136867046 + -3.7964155711233616 + + 915.7999877929688 + 657.219970703125 + + 128 + + 93 + + + 9.265000343322754 + 117 + + + + + + + 40.74872528202832 + -3.7965022400021553 + + 915.5999755859375 + 666.5800170898438 + + 128 + + 94 + + + 9.368000030517578 + 112 + + + + + + + 40.748674403876066 + -3.7965993024408817 + + 915.4000244140625 + 675.8699951171875 + + 128 + + 82 + + + 9.284000396728516 + 104 + + + + + + + 40.748624028638005 + -3.796695275232196 + + 915.2000122070312 + 685.3200073242188 + + 127 + + 82 + + + 9.45199966430664 + 116 + + + + + + + 40.748576167970896 + -3.796787476167083 + + 915.0 + 694.7100219726562 + + 126 + + 123 + + + 9.38700008392334 + 60 + + + + + + + 40.74852839112282 + -3.7968747317790985 + + 915.0 + 704.0900268554688 + + 125 + + 123 + + + 9.38700008392334 + 60 + + + + + + + 40.74848011136055 + -3.796969447284937 + + 915.0 + 713.3200073242188 + + 124 + + 0 + + + 9.227999687194824 + 62 + + + + + + + 40.7484342623502 + -3.797056535258889 + + 914.7999877929688 + 722.6699829101562 + + 123 + + 102 + + + 9.348999977111816 + 124 + + + + + + + 40.74838531203568 + -3.7971501611173153 + + 914.7999877929688 + 731.9600219726562 + + 121 + + 82 + + + 9.284000396728516 + 114 + + + + + + + 40.74833678081632 + -3.797245128080249 + + 914.5999755859375 + 741.3900146484375 + + 121 + + 93 + + + 9.432999610900879 + 180 + + + + + + + 40.74828715994954 + -3.7973411846905947 + + 914.4000244140625 + 750.8900146484375 + + 121 + + 82 + + + 9.49899959564209 + 103 + + + + + + + 40.74823779053986 + -3.7974346429109573 + + 914.4000244140625 + 760.4000244140625 + + 121 + + 117 + + + 9.517000198364258 + 91 + + + + + + + 40.74818548746407 + -3.797533633187413 + + 914.4000244140625 + 769.9600219726562 + + 121 + + 96 + + + 9.555000305175781 + 98 + + + + + + + 40.74813620187342 + -3.7976231519132853 + + 914.5999755859375 + 779.5 + + 121 + + 87 + + + 9.53600025177002 + 110 + + + + + + + 40.74808138422668 + -3.7977163586765528 + + 914.4000244140625 + 788.989990234375 + + 121 + + 87 + + + 9.49899959564209 + 110 + + + + + + + 40.74802991934121 + -3.7978092301636934 + + 914.2000122070312 + 798.489990234375 + + 121 + + 87 + + + 9.49899959564209 + 117 + + + + + + + 40.747980047017336 + -3.797897156327963 + + 914.0 + 807.989990234375 + + 121 + + 85 + + + 9.49899959564209 + 129 + + + + + + + 40.747933611273766 + -3.797985417768359 + + 914.0 + 817.4400024414062 + + 120 + + 83 + + + 9.45199966430664 + 119 + + + + + + + 40.747885163873434 + -3.7980815581977367 + + 914.0 + 826.9000244140625 + + 120 + + 87 + + + 9.45199966430664 + 129 + + + + + + + 40.747836800292134 + -3.798166047781706 + + 914.0 + 836.3499755859375 + + 120 + + 84 + + + 9.45199966430664 + 132 + + + + + + + 40.747788520529866 + -3.798258248716593 + + 913.5999755859375 + 845.8499755859375 + + 121 + + 85 + + + 9.49899959564209 + 143 + + + + + + + 40.747739067301154 + -3.798351204022765 + + 913.4000244140625 + 855.3800048828125 + + 121 + + 82 + + + 9.53600025177002 + 136 + + + + + + + 40.74769103899598 + -3.798443991690874 + + 913.4000244140625 + 864.989990234375 + + 121 + + 80 + + + 9.611000061035156 + 118 + + + + + + + 40.747642423957586 + -3.7985342647880316 + + 913.4000244140625 + 874.5 + + 121 + + 87 + + + 9.508000373840332 + 120 + + + + + + + 40.747589031234384 + -3.798632500693202 + + 913.4000244140625 + 884.0499877929688 + + 121 + + 85 + + + 9.545000076293945 + 84 + + + + + + + 40.74754050001502 + -3.798724366351962 + + 913.4000244140625 + 893.5700073242188 + + 121 + + 87 + + + 9.527000427246094 + 114 + + + + + + + 40.7474897056818 + -3.7988220993429422 + + 913.4000244140625 + 903.1199951171875 + + 122 + + 84 + + + 9.545000076293945 + 124 + + + + + + + 40.74744142591953 + -3.7989195808768272 + + 913.4000244140625 + 912.6400146484375 + + 122 + + 84 + + + 9.527000427246094 + 114 + + + + + + + 40.74739230796695 + -3.799011530354619 + + 913.2000122070312 + 922.1900024414062 + + 122 + + 86 + + + 9.545000076293945 + 124 + + + + + + + 40.74734469875693 + -3.799101300537586 + + 913.0 + 931.719970703125 + + 121 + + 83 + + + 9.527000427246094 + 84 + + + + + + + 40.74729583226144 + -3.7991983629763126 + + 912.7999877929688 + 941.239990234375 + + 121 + + 86 + + + 9.527000427246094 + 104 + + + + + + + 40.74724931269884 + -3.7992911506444216 + + 912.7999877929688 + 950.7899780273438 + + 121 + + 85 + + + 9.545000076293945 + 120 + + + + + + + 40.74720094911754 + -3.7993889674544334 + + 913.0 + 960.3800048828125 + + 121 + + 84 + + + 9.592000007629395 + 127 + + + + + + + 40.74715317226946 + -3.79948653280735 + + 912.7999877929688 + 970.0399780273438 + + 121 + + 85 + + + 9.656999588012695 + 111 + + + + + + + 40.747107323259115 + -3.799581751227379 + + 912.5999755859375 + 979.6799926757812 + + 120 + + 85 + + + 9.638999938964844 + 82 + + + + + + + 40.747061390429735 + -3.7996733654290438 + + 912.5999755859375 + 989.3200073242188 + + 120 + + 85 + + + 9.64799976348877 + 85 + + + + + + + 40.74701042845845 + -3.7997705955058336 + + 912.5999755859375 + 998.780029296875 + + 120 + + 86 + + + 9.45199966430664 + 83 + + + + + + + 40.74696332216263 + -3.7998605333268642 + + 912.4000244140625 + 1008.22998046875 + + 120 + + 88 + + + 9.45199966430664 + 103 + + + + + + + 40.74691495858133 + -3.7999541591852903 + + 912.2000122070312 + 1017.5800170898438 + + 119 + + 86 + + + 9.348999977111816 + 121 + + + + + + + 40.74686575680971 + -3.8000466115772724 + + 912.4000244140625 + 1026.8399658203125 + + 119 + + 84 + + + 9.265000343322754 + 133 + + + + + + + 40.746816303581 + -3.8001340348273516 + + 912.2000122070312 + 1036.050048828125 + + 120 + + 83 + + + 9.208999633789062 + 135 + + + + + + + 40.74676844291389 + -3.8002202846109867 + + 912.2000122070312 + 1045.2099609375 + + 119 + + 84 + + + 9.152999877929688 + 153 + + + + + + + 40.746716894209385 + -3.8003110606223345 + + 912.2000122070312 + 1054.27001953125 + + 119 + + 83 + + + 9.069000244140625 + 195 + + + + + + + 40.74667171575129 + -3.8003973104059696 + + 912.2000122070312 + 1063.31005859375 + + 119 + + 79 + + + 9.031999588012695 + 167 + + + + + + + 40.746623016893864 + -3.800491103902459 + + 912.4000244140625 + 1072.4100341796875 + + 119 + + 78 + + + 9.107000350952148 + 143 + + + + + + + 40.74657540768385 + -3.800584813579917 + + 912.4000244140625 + 1081.5899658203125 + + 119 + + 80 + + + 9.17199993133545 + 141 + + + + + + + 40.74653014540672 + -3.8006747514009476 + + 912.4000244140625 + 1090.780029296875 + + 119 + + 80 + + + 9.190999984741211 + 131 + + + + + + + 40.746485805138946 + -3.800759157165885 + + 912.4000244140625 + 1099.949951171875 + + 119 + + 81 + + + 9.17199993133545 + 122 + + + + + + + 40.74643752537668 + -3.800847167149186 + + 912.5999755859375 + 1109.0400390625 + + 119 + + 80 + + + 9.088000297546387 + 115 + + + + + + + 40.746395448222756 + -3.800932914018631 + + 912.5999755859375 + 1118.0799560546875 + + 119 + + 81 + + + 9.041000366210938 + 183 + + + + + + + 40.74634758755565 + -3.8010246958583593 + + 912.4000244140625 + 1127.1199951171875 + + 119 + + 79 + + + 9.041000366210938 + 174 + + + + + + + 40.74630224145949 + -3.801113795489073 + + 912.4000244140625 + 1136.1400146484375 + + 119 + + 83 + + + 9.02299976348877 + 158 + + + + + + + 40.74625773355365 + -3.801203230395913 + + 912.2000122070312 + 1145.25 + + 119 + + 80 + + + 9.107000350952148 + 196 + + + + + + + 40.74621247127652 + -3.801286965608597 + + 912.2000122070312 + 1154.1800537109375 + + 118 + + 80 + + + 8.928999900817871 + 190 + + + + + + + 40.7461653649807 + -3.801377322524786 + + 912.4000244140625 + 1163.1600341796875 + + 118 + + 80 + + + 8.984999656677246 + 172 + + + + + + + 40.746119767427444 + -3.8014643266797066 + + 912.4000244140625 + 1172.1500244140625 + + 119 + + 80 + + + 8.984999656677246 + 163 + + + + + + + 40.746070398017764 + -3.801556946709752 + + 912.4000244140625 + 1181.1500244140625 + + 119 + + 81 + + + 9.003999710083008 + 160 + + + + + + + 40.74602614156902 + -3.8016489800065756 + + 912.2000122070312 + 1190.1800537109375 + + 120 + + 80 + + + 9.02299976348877 + 154 + + + + + + + 40.74598230421543 + -3.801735732704401 + + 912.2000122070312 + 1199.1199951171875 + + 120 + + 79 + + + 8.947999954223633 + 150 + + + + + + + 40.74593880213797 + -3.8018198870122433 + + 912.2000122070312 + 1208.0 + + 120 + + 79 + + + 8.873000144958496 + 142 + + + + + + + 40.74589613825083 + -3.8019070588052273 + + 912.4000244140625 + 1216.800048828125 + + 120 + + 79 + + + 8.798999786376953 + 156 + + + + + + + 40.74585724622011 + -3.801988111808896 + + 912.4000244140625 + 1225.6700439453125 + + 120 + + 78 + + + 8.873000144958496 + 158 + + + + + + + 40.745809469372034 + -3.802081486210227 + + 912.2000122070312 + 1234.3900146484375 + + 120 + + 79 + + + 8.723999977111816 + 203 + + + + + + + 40.74576144106686 + -3.8021714240312576 + + 912.2000122070312 + 1243.2099609375 + + 120 + + 77 + + + 8.817999839782715 + 160 + + + + + + + 40.745715172961354 + -3.8022595178335905 + + 912.2000122070312 + 1252.010009765625 + + 120 + + 78 + + + 8.798999786376953 + 156 + + + + + + + 40.7456677313894 + -3.8023430854082108 + + 912.2000122070312 + 1260.77001953125 + + 121 + + 77 + + + 8.76200008392334 + 132 + + + + + + + 40.7456196192652 + -3.8024356216192245 + + 912.0 + 1269.550048828125 + + 121 + + 76 + + + 8.779999732971191 + 138 + + + + + + + 40.74557485990226 + -3.802524385973811 + + 912.0 + 1278.4100341796875 + + 122 + + 78 + + + 8.854999542236328 + 115 + + + + + + + 40.745523730292916 + -3.8026123121380806 + + 911.7999877929688 + 1287.3399658203125 + + 122 + + 78 + + + 8.928999900817871 + 101 + + + + + + + 40.74547310359776 + -3.8027006573975086 + + 911.7999877929688 + 1296.3399658203125 + + 121 + + 82 + + + 9.003999710083008 + 114 + + + + + + + 40.74542658403516 + -3.802790427580476 + + 911.7999877929688 + 1305.489990234375 + + 121 + + 81 + + + 9.144000053405762 + 103 + + + + + + + 40.745379980653524 + -3.802879275754094 + + 911.5999755859375 + 1314.77001953125 + + 121 + + 77 + + + 9.284000396728516 + 89 + + + + + + + 40.745331030339 + -3.802974997088313 + + 911.4000244140625 + 1324.1700439453125 + + 120 + + 80 + + + 9.404999732971191 + 90 + + + + + + + 40.7452845107764 + -3.8030632585287094 + + 911.2000122070312 + 1333.4599609375 + + 120 + + 83 + + + 9.284000396728516 + 101 + + + + + + + 40.745240254327655 + -3.803154705092311 + + 911.0 + 1342.8800048828125 + + 120 + + 85 + + + 9.423999786376953 + 103 + + + + + + + 40.74519415386021 + -3.8032513484358788 + + 910.7999877929688 + 1352.3299560546875 + + 119 + + 87 + + + 9.442999839782715 + 90 + + + + + + + 40.745147466659546 + -3.80334815941751 + + 910.5999755859375 + 1361.8499755859375 + + 119 + + 84 + + + 9.527000427246094 + 98 + + + + + + + 40.745103377848864 + -3.8034401927143335 + + 910.5999755859375 + 1371.280029296875 + + 119 + + 85 + + + 9.423999786376953 + 93 + + + + + + + 40.745053589344025 + -3.8035376742482185 + + 910.4000244140625 + 1380.9000244140625 + + 119 + + 92 + + + 9.619999885559082 + 85 + + + + + + + 40.74500547721982 + -3.803627695888281 + + 910.2000122070312 + 1390.4300537109375 + + 119 + + 112 + + + 9.53600025177002 + 94 + + + + + + + 40.74495233595371 + -3.8037260994315147 + + 910.0 + 1400.1600341796875 + + 119 + + 88 + + + 9.732000350952148 + 96 + + + + + + + 40.74489952996373 + -3.803825508803129 + + 909.7999877929688 + 1409.9599609375 + + 118 + + 85 + + + 9.79699993133545 + 100 + + + + + + + 40.74485066346824 + -3.8039255049079657 + + 909.4000244140625 + 1419.9000244140625 + + 117 + + 86 + + + 9.937000274658203 + 70 + + + + + + + 40.74480322189629 + -3.8040247466415167 + + 909.2000122070312 + 1429.9000244140625 + + 117 + + 93 + + + 10.003000259399414 + 75 + + + + + + + 40.74475519359112 + -3.8041273411363363 + + 909.0 + 1440.0 + + 116 + + 87 + + + 10.095999717712402 + 65 + + + + + + + 40.74470557272434 + -3.804223984479904 + + 908.7999877929688 + 1450.18994140625 + + 116 + + 115 + + + 10.197999954223633 + 66 + + + + + + + 40.744652431458235 + -3.804327752441168 + + 908.7999877929688 + 1460.5400390625 + + 116 + + 107 + + + 10.347999572753906 + 67 + + + + + + + 40.744595266878605 + -3.8044339511543512 + + 908.5999755859375 + 1470.969970703125 + + 116 + + 121 + + + 10.42199993133545 + 78 + + + + + + + 40.74454313144088 + -3.8045381382107735 + + 908.2000122070312 + 1481.3900146484375 + + 116 + + 110 + + + 10.42199993133545 + 53 + + + + + + + 40.744489738717675 + -3.804637296125293 + + 907.7999877929688 + 1491.8599853515625 + + 116 + + 99 + + + 10.468999862670898 + 50 + + + + + + + 40.74443341232836 + -3.804742405191064 + + 907.5999755859375 + 1502.2900390625 + + 116 + + 95 + + + 10.432000160217285 + 53 + + + + + + + 40.74437951669097 + -3.8048411440104246 + + 907.4000244140625 + 1512.68994140625 + + 116 + + 156 + + + 10.404000282287598 + 49 + + + + + + + 40.74432394467294 + -3.804943822324276 + + 907.2000122070312 + 1523.050048828125 + + 115 + + 104 + + + 10.357000350952148 + 49 + + + + + + + 40.7442691270262 + -3.8050467520952225 + + 907.0 + 1533.3299560546875 + + 115 + + 95 + + + 10.281999588012695 + 52 + + + + + + + 40.744219087064266 + -3.805147334933281 + + 907.0 + 1543.510009765625 + + 115 + + 90 + + + 10.180000305175781 + 59 + + + + + + + 40.74417122639716 + -3.805242720991373 + + 907.0 + 1553.6199951171875 + + 114 + + 100 + + + 10.104999542236328 + 52 + + + + + + + 40.74411917477846 + -3.805340202525258 + + 907.0 + 1563.6600341796875 + + 114 + + 109 + + + 10.039999961853027 + 47 + + + + + + + 40.744071900844574 + -3.805431565269828 + + 906.7999877929688 + 1573.5999755859375 + + 114 + + 112 + + + 9.946999549865723 + 51 + + + + + + + 40.74401926249266 + -3.8055300526320934 + + 906.7999877929688 + 1583.3599853515625 + + 113 + + 115 + + + 9.760000228881836 + 66 + + + + + + + 40.74397014454007 + -3.805624768137932 + + 906.7999877929688 + 1592.949951171875 + + 113 + + 95 + + + 9.583000183105469 + 82 + + + + + + + 40.74392421171069 + -3.805716298520565 + + 906.7999877929688 + 1602.3800048828125 + + 113 + + 82 + + + 9.432999610900879 + 93 + + + + + + + 40.74388104490936 + -3.8058033026754856 + + 906.7999877929688 + 1611.7099609375 + + 112 + + 83 + + + 9.331000328063965 + 111 + + + + + + + 40.74383117258549 + -3.8058978505432606 + + 906.7999877929688 + 1620.9599609375 + + 112 + + 92 + + + 9.246999740600586 + 116 + + + + + + + 40.74378523975611 + -3.805985525250435 + + 906.5999755859375 + 1630.1700439453125 + + 112 + + 81 + + + 9.208999633789062 + 151 + + + + + + + 40.74373704381287 + -3.806079402565956 + + 906.2000122070312 + 1639.3699951171875 + + 112 + + 81 + + + 9.208999633789062 + 192 + + + + + + + 40.74368943460286 + -3.806173950433731 + + 906.2000122070312 + 1648.6600341796875 + + 112 + + 83 + + + 9.284000396728516 + 175 + + + + + + + 40.743641909211874 + -3.806264977902174 + + 906.2000122070312 + 1657.9599609375 + + 112 + + 82 + + + 9.303000450134277 + 111 + + + + + + + 40.743595054373145 + -3.80635567009449 + + 906.2000122070312 + 1667.25 + + 112 + + 82 + + + 9.284000396728516 + 111 + + + + + + + 40.74354610405862 + -3.80644996650517 + + 906.2000122070312 + 1676.510009765625 + + 113 + + 87 + + + 9.265000343322754 + 133 + + + + + + + 40.743499333038926 + -3.806538227945566 + + 906.0 + 1685.760009765625 + + 113 + + 82 + + + 9.246999740600586 + 136 + + + + + + + 40.74345155619085 + -3.806635122746229 + + 906.2000122070312 + 1694.969970703125 + + 113 + + 85 + + + 9.208999633789062 + 135 + + + + + + + 40.743406377732754 + -3.806725228205323 + + 906.2000122070312 + 1704.1800537109375 + + 113 + + 83 + + + 9.208999633789062 + 155 + + + + + + + 40.743359019979835 + -3.8068113941699266 + + 906.2000122070312 + 1713.300048828125 + + 113 + + 84 + + + 9.125 + 162 + + + + + + + 40.74331384152174 + -3.806898398324847 + + 906.2000122070312 + 1722.4300537109375 + + 113 + + 81 + + + 9.125 + 162 + + + + + + + 40.74326698668301 + -3.8069890066981316 + + 906.2000122070312 + 1731.52001953125 + + 114 + + 81 + + + 9.088000297546387 + 140 + + + + + + + 40.74322013184428 + -3.8070782739669085 + + 906.0 + 1740.550048828125 + + 115 + + 83 + + + 9.031999588012695 + 177 + + + + + + + 40.74317059479654 + -3.8071713969111443 + + 906.0 + 1749.5999755859375 + + 116 + + 80 + + + 9.050999641418457 + 195 + + + + + + + 40.74312281794846 + -3.8072631787508726 + + 906.2000122070312 + 1758.7099609375 + + 116 + + 80 + + + 9.116000175476074 + 174 + + + + + + + 40.743076549842954 + -3.8073527812957764 + + 906.2000122070312 + 1767.8299560546875 + + 117 + + 79 + + + 9.116000175476074 + 149 + + + + + + + 40.74303338304162 + -3.807440707460046 + + 906.0 + 1776.9300537109375 + + 117 + + 82 + + + 9.097000122070312 + 183 + + + + + + + 40.74298342689872 + -3.8075334951281548 + + 905.7999877929688 + 1786.02001953125 + + 118 + + 80 + + + 9.097000122070312 + 158 + + + + + + + 40.742935398593545 + -3.8076200801879168 + + 905.5999755859375 + 1795.1199951171875 + + 118 + + 79 + + + 9.097000122070312 + 180 + + + + + + + 40.74288686737418 + -3.8077132031321526 + + 905.4000244140625 + 1804.260009765625 + + 118 + + 80 + + + 9.135000228881836 + 159 + + + + + + + 40.742838671430945 + -3.8078047335147858 + + 905.4000244140625 + 1813.4100341796875 + + 119 + + 81 + + + 9.152999877929688 + 146 + + + + + + + 40.74279307387769 + -3.8078928273171186 + + 905.2000122070312 + 1822.550048828125 + + 119 + + 83 + + + 9.135000228881836 + 106 + + + + + + + 40.74274655431509 + -3.807979915291071 + + 905.0 + 1831.6199951171875 + + 119 + + 87 + + + 9.079000473022461 + 139 + + + + + + + 40.742698861286044 + -3.808069434016943 + + 905.0 + 1840.699951171875 + + 120 + + 82 + + + 9.079000473022461 + 174 + + + + + + + 40.74265359900892 + -3.80815576761961 + + 905.0 + 1849.75 + + 120 + + 80 + + + 9.050999641418457 + 152 + + + + + + + 40.74260733090341 + -3.8082483876496553 + + 905.0 + 1858.77001953125 + + 120 + + 78 + + + 9.012999534606934 + 166 + + + + + + + 40.74256089515984 + -3.808339163661003 + + 905.2000122070312 + 1867.800048828125 + + 121 + + 79 + + + 9.031999588012695 + 204 + + + + + + + 40.74251060374081 + -3.80842306651175 + + 905.0 + 1876.9000244140625 + + 121 + + 80 + + + 9.097000122070312 + 186 + + + + + + + 40.74246525764465 + -3.8085069693624973 + + 905.0 + 1885.93994140625 + + 122 + + 80 + + + 9.041000366210938 + 195 + + + + + + + 40.74241681024432 + -3.8085997570306063 + + 905.0 + 1895.0400390625 + + 122 + + 80 + + + 9.097000122070312 + 184 + + + + + + + 40.742370123043656 + -3.8086877670139074 + + 905.0 + 1904.1500244140625 + + 123 + + 80 + + + 9.116000175476074 + 156 + + + + + + + 40.742322597652674 + -3.808781560510397 + + 905.2000122070312 + 1913.25 + + 123 + + 80 + + + 9.097000122070312 + 169 + + + + + + + 40.74227691628039 + -3.8088730070739985 + + 905.2000122070312 + 1922.3299560546875 + + 124 + + 83 + + + 9.079000473022461 + 184 + + + + + + + 40.74223282746971 + -3.80896202288568 + + 905.0 + 1931.3299560546875 + + 125 + + 79 + + + 9.003999710083008 + 151 + + + + + + + 40.74219133704901 + -3.809047183021903 + + 905.0 + 1940.3199462890625 + + 125 + + 104 + + + 8.984999656677246 + 163 + + + + + + + 40.74214305728674 + -3.8091383781284094 + + 905.2000122070312 + 1949.300048828125 + + 126 + + 92 + + + 8.984999656677246 + 197 + + + + + + + 40.74209662154317 + -3.8092252984642982 + + 905.2000122070312 + 1958.3800048828125 + + 127 + + 78 + + + 9.079000473022461 + 190 + + + + + + + 40.742048090323806 + -3.8093164935708046 + + 905.0 + 1967.4200439453125 + + 127 + + 77 + + + 9.041000366210938 + 189 + + + + + + + 40.741999140009284 + -3.809409448876977 + + 905.0 + 1976.449951171875 + + 128 + + 80 + + + 9.02299976348877 + 164 + + + + + + + 40.741951363161206 + -3.809501901268959 + + 904.7999877929688 + 1985.510009765625 + + 128 + + 81 + + + 9.0600004196167 + 149 + + + + + + + 40.74190651997924 + -3.809590246528387 + + 905.0 + 1994.5799560546875 + + 129 + + 80 + + + 9.079000473022461 + 180 + + + + + + + 40.741856982931495 + -3.8096837047487497 + + 905.0 + 2003.6400146484375 + + 129 + + 81 + + + 9.0600004196167 + 161 + + + + + + + 40.74181079864502 + -3.809769954532385 + + 905.0 + 2012.7900390625 + + 130 + + 78 + + + 9.144000053405762 + 156 + + + + + + + 40.74176352471113 + -3.8098610658198595 + + 905.0 + 2021.739990234375 + + 130 + + 78 + + + 8.947999954223633 + 162 + + + + + + + 40.74171683751047 + -3.809952512383461 + + 905.0 + 2030.760009765625 + + 130 + + 79 + + + 9.02299976348877 + 160 + + + + + + + 40.74167241342366 + -3.8100418634712696 + + 905.0 + 2039.800048828125 + + 130 + + 79 + + + 9.041000366210938 + 145 + + + + + + + 40.74162606149912 + -3.810129789635539 + + 904.7999877929688 + 2048.820068359375 + + 131 + + 83 + + + 9.02299976348877 + 163 + + + + + + + 40.74158079922199 + -3.8102206494659185 + + 904.7999877929688 + 2057.830078125 + + 131 + + 79 + + + 9.003999710083008 + 157 + + + + + + + 40.7415372133255 + -3.810307737439871 + + 904.5999755859375 + 2066.909912109375 + + 131 + + 79 + + + 9.079000473022461 + 177 + + + + + + + 40.741486167535186 + -3.8103999383747578 + + 904.5999755859375 + 2075.840087890625 + + 131 + + 79 + + + 8.928999900817871 + 186 + + + + + + + 40.74143998324871 + -3.810490295290947 + + 904.5999755859375 + 2084.800048828125 + + 131 + + 80 + + + 8.967000007629395 + 168 + + + + + + + 40.74139463715255 + -3.810577131807804 + + 904.7999877929688 + 2093.7099609375 + + 131 + + 79 + + + 8.91100025177002 + 161 + + + + + + + 40.74134853668511 + -3.8106622081249952 + + 904.7999877929688 + 2102.590087890625 + + 131 + + 78 + + + 8.873000144958496 + 191 + + + + + + + 40.741299502551556 + -3.810750972479582 + + 904.7999877929688 + 2111.47998046875 + + 131 + + 79 + + + 8.892000198364258 + 167 + + + + + + + 40.74125373736024 + -3.810836635529995 + + 904.5999755859375 + 2120.320068359375 + + 132 + + 79 + + + 8.836000442504883 + 139 + + + + + + + 40.74120495468378 + -3.810927327722311 + + 904.4000244140625 + 2129.2099609375 + + 132 + + 79 + + + 8.892000198364258 + 146 + + + + + + + 40.741158267483115 + -3.8110173493623734 + + 904.2000122070312 + 2138.110107421875 + + 132 + + 78 + + + 8.901000022888184 + 131 + + + + + + + 40.74111392721534 + -3.8111044373363256 + + 904.2000122070312 + 2147.090087890625 + + 132 + + 81 + + + 8.984999656677246 + 138 + + + + + + + 40.74106724001467 + -3.811193034052849 + + 904.0 + 2156.139892578125 + + 132 + + 80 + + + 9.041000366210938 + 160 + + + + + + + 40.74101988226175 + -3.81128691136837 + + 903.7999877929688 + 2165.27001953125 + + 132 + + 80 + + + 9.135000228881836 + 153 + + + + + + + 40.74097285978496 + -3.8113774359226227 + + 903.7999877929688 + 2174.530029296875 + + 132 + + 82 + + + 9.255999565124512 + 130 + + + + + + + 40.74092189781368 + -3.8114735763520002 + + 903.5999755859375 + 2183.8701171875 + + 132 + + 81 + + + 9.34000015258789 + 108 + + + + + + + 40.74087512679398 + -3.811567621305585 + + 903.2000122070312 + 2193.2900390625 + + 132 + + 93 + + + 9.423999786376953 + 135 + + + + + + + 40.740828439593315 + -3.811661247164011 + + 903.0 + 2202.860107421875 + + 132 + + 83 + + + 9.572999954223633 + 137 + + + + + + + 40.74077890254557 + -3.8117542024701834 + + 902.7999877929688 + 2212.5400390625 + + 132 + + 87 + + + 9.675999641418457 + 93 + + + + + + + 40.740726767107844 + -3.8118548691272736 + + 902.4000244140625 + 2222.280029296875 + + 132 + + 84 + + + 9.741000175476074 + 93 + + + + + + + 40.74067865498364 + -3.8119488302618265 + + 902.2000122070312 + 2232.02001953125 + + 131 + + 84 + + + 9.741000175476074 + 70 + + + + + + + 40.740626100450754 + -3.8120498321950436 + + 902.2000122070312 + 2241.860107421875 + + 131 + + 103 + + + 9.835000038146973 + 70 + + + + + + + 40.74057505466044 + -3.8121470622718334 + + 902.0 + 2251.760009765625 + + 130 + + 114 + + + 9.899999618530273 + 85 + + + + + + + 40.74052534997463 + -3.8122433703392744 + + 902.0 + 2261.81005859375 + + 130 + + 88 + + + 10.048999786376953 + 99 + + + + + + + 40.74047405272722 + -3.8123406004160643 + + 901.7999877929688 + 2271.72998046875 + + 129 + + 100 + + + 9.928000450134277 + 91 + + + + + + + 40.74042107909918 + -3.812447553500533 + + 901.7999877929688 + 2281.8798828125 + + 128 + + 100 + + + 10.142000198364258 + 80 + + + + + + + 40.74037179350853 + -3.8125495612621307 + + 901.4000244140625 + 2291.989990234375 + + 128 + + 100 + + + 10.11400032043457 + 76 + + + + + + + 40.74032435193658 + -3.8126535806804895 + + 901.2000122070312 + 2302.010009765625 + + 127 + + 99 + + + 10.020999908447266 + 82 + + + + + + + 40.74027749709785 + -3.8127590250223875 + + 901.0 + 2312.110107421875 + + 127 + + 100 + + + 10.095999717712402 + 75 + + + + + + + 40.740230809897184 + -3.812862541526556 + + 901.0 + 2322.179931640625 + + 126 + + 119 + + + 10.067999839782715 + 58 + + + + + + + 40.74018957093358 + -3.812964716926217 + + 900.5999755859375 + 2332.199951171875 + + 126 + + 112 + + + 10.020999908447266 + 51 + + + + + + + 40.740145398303866 + -3.8130732625722885 + + 900.4000244140625 + 2342.219970703125 + + 125 + + 94 + + + 10.020999908447266 + 82 + + + + + + + 40.74010608717799 + -3.8131742645055056 + + 900.2000122070312 + 2352.219970703125 + + 125 + + 96 + + + 10.003000259399414 + 79 + + + + + + + 40.740064680576324 + -3.8132838159799576 + + 900.0 + 2362.199951171875 + + 124 + + 76 + + + 9.975000381469727 + 78 + + + + + + + 40.74002327397466 + -3.8133931159973145 + + 900.0 + 2372.219970703125 + + 123 + + 87 + + + 10.020999908447266 + 64 + + + + + + + 40.73998522013426 + -3.813498644158244 + + 899.7999877929688 + 2382.219970703125 + + 122 + + 83 + + + 10.003000259399414 + 58 + + + + + + + 40.73994574137032 + -3.8136006519198418 + + 899.5999755859375 + 2392.219970703125 + + 122 + + 119 + + + 10.003000259399414 + 68 + + + + + + + 40.73990751989186 + -3.8137108739465475 + + 899.4000244140625 + 2402.219970703125 + + 121 + + 134 + + + 10.003000259399414 + 62 + + + + + + + 40.73987105861306 + -3.8138171564787626 + + 899.2000122070312 + 2412.22998046875 + + 121 + + 92 + + + 10.003000259399414 + 85 + + + + + + + 40.7398328371346 + -3.813931569457054 + + 899.2000122070312 + 2422.199951171875 + + 120 + + 110 + + + 9.975000381469727 + 78 + + + + + + + 40.73979587294161 + -3.814044389873743 + + 899.0 + 2432.159912109375 + + 120 + + 91 + + + 9.956000328063965 + 74 + + + + + + + 40.73976653628051 + -3.814156288281083 + + 899.0 + 2442.070068359375 + + 120 + + 86 + + + 9.909000396728516 + 17 + + + + + + + 40.73974843136966 + -3.8142668455839157 + + 898.5999755859375 + 2451.89990234375 + + 120 + + 0 + + + 9.835000038146973 + 7 + + + + + + + 40.73974063619971 + -3.8143850304186344 + + 898.5999755859375 + 2461.669921875 + + 120 + + 0 + + + 9.769000053405762 + 106 + + + + + + + 40.739736361429095 + -3.81449818611145 + + 898.4000244140625 + 2471.3701171875 + + 119 + + 104 + + + 9.704000473022461 + 99 + + + + + + + 40.73972529731691 + -3.8146158680319786 + + 898.5999755859375 + 2481.010009765625 + + 119 + + 91 + + + 9.638999938964844 + 105 + + + + + + + 40.73970057070255 + -3.8147310353815556 + + 898.5999755859375 + 2490.56005859375 + + 118 + + 91 + + + 9.545000076293945 + 110 + + + + + + + 40.73965983465314 + -3.8148267567157745 + + 898.5999755859375 + 2500.070068359375 + + 118 + + 90 + + + 9.508000373840332 + 110 + + + + + + + 40.739606861025095 + -3.814911413937807 + + 898.5999755859375 + 2509.510009765625 + + 118 + + 85 + + + 9.442999839782715 + 125 + + + + + + + 40.73954315856099 + -3.814994478598237 + + 898.5999755859375 + 2518.81005859375 + + 118 + + 83 + + + 9.303000450134277 + 133 + + + + + + + 40.73947853408754 + -3.8150668144226074 + + 898.4000244140625 + 2528.340087890625 + + 119 + + 81 + + + 9.527000427246094 + 114 + + + + + + + 40.73941566981375 + -3.8151487056165934 + + 898.2000122070312 + 2537.739990234375 + + 119 + + 87 + + + 9.404999732971191 + 118 + + + + + + + 40.73936085216701 + -3.8152356259524822 + + 898.2000122070312 + 2547.22998046875 + + 119 + + 82 + + + 9.48900032043457 + 139 + + + + + + + 40.739313159137964 + -3.815327910706401 + + 898.0 + 2556.719970703125 + + 119 + + 82 + + + 9.48900032043457 + 113 + + + + + + + 40.73927577584982 + -3.815426230430603 + + 898.0 + 2566.159912109375 + + 119 + + 79 + + + 9.442999839782715 + 93 + + + + + + + 40.739237973466516 + -3.815533183515072 + + 898.0 + 2575.5 + + 119 + + 83 + + + 9.34000015258789 + 127 + + + + + + + 40.739201344549656 + -3.815630581229925 + + 897.7999877929688 + 2584.830078125 + + 118 + + 88 + + + 9.321000099182129 + 127 + + + + + + + 40.73916044086218 + -3.8157303258776665 + + 897.5999755859375 + 2594.080078125 + + 118 + + 88 + + + 9.255999565124512 + 120 + + + + + + + 40.739118279889226 + -3.815829148516059 + + 897.7999877929688 + 2603.360107421875 + + 118 + + 81 + + + 9.274999618530273 + 101 + + + + + + + 40.73907611891627 + -3.8159241154789925 + + 897.5999755859375 + 2612.610107421875 + + 118 + + 85 + + + 9.255999565124512 + 158 + + + + + + + 40.73903689160943 + -3.816021429374814 + + 897.4000244140625 + 2621.949951171875 + + 118 + + 86 + + + 9.34000015258789 + 156 + + + + + + + 40.738998586311936 + -3.8161267898976803 + + 897.2000122070312 + 2631.31005859375 + + 119 + + 82 + + + 9.359000205993652 + 128 + + + + + + + 40.738964304327965 + -3.816227037459612 + + 897.2000122070312 + 2640.75 + + 119 + + 85 + + + 9.442999839782715 + 122 + + + + + + + 40.7389313634485 + -3.816331224516034 + + 897.2000122070312 + 2650.1298828125 + + 119 + + 82 + + + 9.376999855041504 + 112 + + + + + + + 40.738893980160356 + -3.816434070467949 + + 897.4000244140625 + 2659.510009765625 + + 118 + + 84 + + + 9.376999855041504 + 160 + + + + + + + 40.73885475285351 + -3.8165343180298805 + + 897.4000244140625 + 2668.929931640625 + + 118 + + 82 + + + 9.423999786376953 + 190 + + + + + + + 40.73881795629859 + -3.8166348170489073 + + 897.2000122070312 + 2678.43994140625 + + 118 + + 83 + + + 9.508000373840332 + 168 + + + + + + + 40.73878174647689 + -3.8167448714375496 + + 897.2000122070312 + 2688.010009765625 + + 118 + + 82 + + + 9.572999954223633 + 150 + + + + + + + 40.73874654248357 + -3.816846627742052 + + 896.7999877929688 + 2697.6201171875 + + 118 + + 85 + + + 9.611000061035156 + 145 + + + + + + + 40.738708823919296 + -3.8169531617313623 + + 896.5999755859375 + 2707.260009765625 + + 118 + + 85 + + + 9.638999938964844 + 128 + + + + + + + 40.738672111183405 + -3.8170603662729263 + + 896.5999755859375 + 2716.89990234375 + + 118 + + 83 + + + 9.638999938964844 + 128 + + + + + + + 40.73863481171429 + -3.817162625491619 + + 896.7999877929688 + 2726.5400390625 + + 118 + + 85 + + + 9.638999938964844 + 152 + + + + + + + 40.73859751224518 + -3.8172641303390265 + + 896.7999877929688 + 2736.219970703125 + + 119 + + 84 + + + 9.675999641418457 + 142 + + + + + + + 40.73855836875737 + -3.8173710834234953 + + 896.5999755859375 + 2745.919921875 + + 119 + + 84 + + + 9.704000473022461 + 116 + + + + + + + 40.7385185547173 + -3.8174699898809195 + + 896.5999755859375 + 2755.489990234375 + + 119 + + 86 + + + 9.572999954223633 + 153 + + + + + + + 40.7384805008769 + -3.8175734225660563 + + 896.4000244140625 + 2764.969970703125 + + 119 + + 84 + + + 9.479999542236328 + 136 + + + + + + + 40.73844286613166 + -3.8176751788705587 + + 896.4000244140625 + 2774.47998046875 + + 119 + + 85 + + + 9.508000373840332 + 110 + + + + + + + 40.73840791359544 + -3.8177726604044437 + + 896.4000244140625 + 2783.919921875 + + 119 + + 85 + + + 9.442999839782715 + 125 + + + + + + + 40.73837103322148 + -3.8178690522909164 + + 896.5999755859375 + 2793.300048828125 + + 119 + + 85 + + + 9.376999855041504 + 144 + + + + + + + 40.7383340690285 + -3.8179736584424973 + + 896.7999877929688 + 2802.60009765625 + + 119 + + 85 + + + 9.293000221252441 + 137 + + + + + + + 40.738302217796445 + -3.8180689606815577 + + 897.0 + 2811.830078125 + + 120 + + 85 + + + 9.237000465393066 + 117 + + + + + + + 40.738265588879585 + -3.8181726448237896 + + 897.0 + 2821.0 + + 120 + + 82 + + + 9.17199993133545 + 129 + + + + + + + 40.73823373764753 + -3.81827381439507 + + 897.0 + 2830.139892578125 + + 120 + + 82 + + + 9.135000228881836 + 162 + + + + + + + 40.738204484805465 + -3.8183699548244476 + + 897.0 + 2839.219970703125 + + 120 + + 81 + + + 9.079000473022461 + 143 + + + + + + + 40.73817539960146 + -3.81846584379673 + + 897.0 + 2848.25 + + 120 + + 81 + + + 9.031999588012695 + 148 + + + + + + + 40.73814279399812 + -3.8185679353773594 + + 897.0 + 2857.2099609375 + + 120 + + 80 + + + 8.956999778747559 + 168 + + + + + + + 40.73811613954604 + -3.818664075806737 + + 896.7999877929688 + 2866.199951171875 + + 120 + + 83 + + + 8.994999885559082 + 157 + + + + + + + 40.73808688670397 + -3.818765664473176 + + 896.7999877929688 + 2875.050048828125 + + 120 + + 79 + + + 8.845000267028809 + 148 + + + + + + + 40.73806308209896 + -3.818869348615408 + + 896.7999877929688 + 2883.949951171875 + + 120 + + 78 + + + 8.901000022888184 + 182 + + + + + + + 40.73804296553135 + -3.81897060200572 + + 896.7999877929688 + 2892.85009765625 + + 120 + + 78 + + + 8.901000022888184 + 158 + + + + + + + 40.73802201077342 + -3.8190700113773346 + + 896.7999877929688 + 2901.77001953125 + + 120 + + 78 + + + 8.920000076293945 + 167 + + + + + + + 40.738002648577094 + -3.819174198433757 + + 897.0 + 2910.7099609375 + + 120 + + 78 + + + 8.939000129699707 + 186 + + + + + + + 40.737983202561736 + -3.8192746974527836 + + 897.2000122070312 + 2919.68994140625 + + 121 + + 79 + + + 8.97599983215332 + 172 + + + + + + + 40.73796467855573 + -3.8193798065185547 + + 897.2000122070312 + 2928.6201171875 + + 121 + + 81 + + + 8.939000129699707 + 168 + + + + + + + 40.737951351329684 + -3.8194812275469303 + + 897.2000122070312 + 2937.56005859375 + + 121 + + 91 + + + 8.939000129699707 + 201 + + + + + + + 40.7379418797791 + -3.819580804556608 + + 897.2000122070312 + 2946.5400390625 + + 122 + + 88 + + + 8.97599983215332 + 175 + + + + + + + 40.73793299496174 + -3.8196840696036816 + + 897.4000244140625 + 2955.52001953125 + + 122 + + 80 + + + 8.97599983215332 + 172 + + + + + + + 40.73792670853436 + -3.8197927828878164 + + 897.5999755859375 + 2964.510009765625 + + 122 + + 79 + + + 8.994999885559082 + 169 + + + + + + + 40.737919583916664 + -3.8198946230113506 + + 897.7999877929688 + 2973.510009765625 + + 122 + + 83 + + + 8.994999885559082 + 157 + + + + + + + 40.73791103437543 + -3.820004342123866 + + 898.0 + 2982.52001953125 + + 122 + + 79 + + + 9.012999534606934 + 157 + + + + + + + 40.73790709488094 + -3.8201149832457304 + + 898.0 + 2991.510009765625 + + 123 + + 81 + + + 8.994999885559082 + 169 + + + + + + + 40.73790634050965 + -3.820216152817011 + + 897.5999755859375 + 3000.449951171875 + + 124 + + 81 + + + 8.939000129699707 + 158 + + + + + + + 40.73790667578578 + -3.8203190825879574 + + 897.5999755859375 + 3009.409912109375 + + 124 + + 78 + + + 8.956999778747559 + 150 + + + + + + + 40.737907849252224 + -3.8204294722527266 + + 897.4000244140625 + 3018.389892578125 + + 125 + + 79 + + + 8.97599983215332 + 159 + + + + + + + 40.73791212402284 + -3.8205304741859436 + + 897.4000244140625 + 3027.340087890625 + + 125 + + 84 + + + 8.956999778747559 + 147 + + + + + + + 40.73791690170765 + -3.8206394389271736 + + 897.4000244140625 + 3036.320068359375 + + 126 + + 80 + + + 8.97599983215332 + 159 + + + + + + + 40.7379228528589 + -3.820742703974247 + + 897.2000122070312 + 3045.300048828125 + + 126 + + 80 + + + 8.97599983215332 + 187 + + + + + + + 40.737932324409485 + -3.8208447955548763 + + 897.2000122070312 + 3054.27001953125 + + 127 + + 83 + + + 8.97599983215332 + 159 + + + + + + + 40.737940203398466 + -3.8209509942680597 + + 897.2000122070312 + 3063.22998046875 + + 127 + + 83 + + + 8.956999778747559 + 156 + + + + + + + 40.73794967494905 + -3.821057779714465 + + 897.4000244140625 + 3072.14990234375 + + 127 + + 80 + + + 8.920000076293945 + 158 + + + + + + + 40.7379590626806 + -3.8211530819535255 + + 897.5999755859375 + 3081.030029296875 + + 127 + + 78 + + + 8.883000373840332 + 149 + + + + + + + 40.73797515593469 + -3.8212483003735542 + + 897.5999755859375 + 3089.8798828125 + + 127 + + 78 + + + 8.845000267028809 + 148 + + + + + + + 40.73799309320748 + -3.8213457819074392 + + 897.5999755859375 + 3098.739990234375 + + 128 + + 78 + + + 8.86400032043457 + 170 + + + + + + + 40.73800918646157 + -3.8214441016316414 + + 897.5999755859375 + 3107.449951171875 + + 128 + + 78 + + + 8.706000328063965 + 128 + + + + + + + 40.73802502825856 + -3.8215415831655264 + + 897.5999755859375 + 3116.1298828125 + + 128 + + 78 + + + 8.687000274658203 + 148 + + + + + + + 40.73804791085422 + -3.821639735251665 + + 897.5999755859375 + 3124.780029296875 + + 128 + + 77 + + + 8.649999618530273 + 153 + + + + + + + 40.73806928470731 + -3.821736378595233 + + 897.4000244140625 + 3133.469970703125 + + 128 + + 77 + + + 8.687000274658203 + 187 + + + + + + + 40.73809468187392 + -3.8218333572149277 + + 897.4000244140625 + 3142.179931640625 + + 128 + + 76 + + + 8.706000328063965 + 185 + + + + + + + 40.738122425973415 + -3.8219300843775272 + + 897.4000244140625 + 3150.919921875 + + 128 + + 77 + + + 8.743000030517578 + 155 + + + + + + + 40.73814840987325 + -3.8220215309411287 + + 897.4000244140625 + 3159.68994140625 + + 128 + + 78 + + + 8.770999908447266 + 179 + + + + + + + 40.73817607015371 + -3.822111887857318 + + 897.5999755859375 + 3168.449951171875 + + 128 + + 78 + + + 8.76200008392334 + 182 + + + + + + + 40.73820783756673 + -3.822208782657981 + + 897.5999755859375 + 3177.18994140625 + + 128 + + 88 + + + 8.743000030517578 + 197 + + + + + + + 40.738240610808134 + -3.8222976308315992 + + 897.7999877929688 + 3185.9599609375 + + 128 + + 78 + + + 8.76200008392334 + 203 + + + + + + + 40.738277323544025 + -3.822393687441945 + + 897.7999877929688 + 3194.699951171875 + + 128 + + 78 + + + 8.743000030517578 + 143 + + + + + + + 40.73831378482282 + -3.8224868942052126 + + 897.7999877929688 + 3203.43994140625 + + 128 + + 78 + + + 8.743000030517578 + 176 + + + + + + + 40.73834848590195 + -3.822580687701702 + + 897.7999877929688 + 3212.179931640625 + + 128 + + 102 + + + 8.743000030517578 + 161 + + + + + + + 40.73838553391397 + -3.822668446227908 + + 897.5999755859375 + 3220.929931640625 + + 128 + + 87 + + + 8.743000030517578 + 146 + + + + + + + 40.738427862524986 + -3.822762155905366 + + 897.7999877929688 + 3229.669921875 + + 128 + + 87 + + + 8.743000030517578 + 167 + + + + + + + 40.73846817947924 + -3.822849914431572 + + 897.7999877929688 + 3238.419921875 + + 128 + + 76 + + + 8.751999855041504 + 167 + + + + + + + 40.73850673623383 + -3.822940355166793 + + 897.7999877929688 + 3247.070068359375 + + 128 + + 77 + + + 8.649999618530273 + 169 + + + + + + + 40.738549483940005 + -3.823028113692999 + + 897.7999877929688 + 3255.780029296875 + + 128 + + 78 + + + 8.706000328063965 + 170 + + + + + + + 40.738592986017466 + -3.8231103401631117 + + 898.0 + 3264.5 + + 127 + + 77 + + + 8.723999977111816 + 170 + + + + + + + 40.73863564990461 + -3.8231899682432413 + + 898.0 + 3273.18994140625 + + 127 + + 78 + + + 8.687000274658203 + 190 + + + + + + + 40.738681834191084 + -3.8232755474746227 + + 898.0 + 3281.9599609375 + + 127 + + 77 + + + 8.770999908447266 + 177 + + + + + + + 40.73872667737305 + -3.823357690125704 + + 897.7999877929688 + 3290.669921875 + + 127 + + 81 + + + 8.706000328063965 + 187 + + + + + + + 40.73877931572497 + -3.8234444428235292 + + 897.7999877929688 + 3299.409912109375 + + 127 + + 82 + + + 8.743000030517578 + 158 + + + + + + + 40.738834301009774 + -3.82352901622653 + + 898.0 + 3308.179931640625 + + 127 + + 84 + + + 8.770999908447266 + 171 + + + + + + + 40.73888601735234 + -3.8236073032021523 + + 898.2000122070312 + 3316.93994140625 + + 127 + + 78 + + + 8.76200008392334 + 158 + + + + + + + 40.73893957771361 + -3.823681902140379 + + 898.2000122070312 + 3325.7099609375 + + 127 + + 77 + + + 8.770999908447266 + 129 + + + + + + + 40.73900017887354 + -3.823763793334365 + + 898.2000122070312 + 3334.47998046875 + + 128 + + 78 + + + 8.770999908447266 + 138 + + + + + + + 40.73905700817704 + -3.8238398171961308 + + 898.2000122070312 + 3343.27001953125 + + 128 + + 79 + + + 8.789999961853027 + 138 + + + + + + + 40.73911760933697 + -3.823918690904975 + + 898.2000122070312 + 3352.080078125 + + 128 + + 77 + + + 8.807999610900879 + 148 + + + + + + + 40.73917720466852 + -3.8239930383861065 + + 898.2000122070312 + 3360.77001953125 + + 128 + + 78 + + + 8.687000274658203 + 172 + + + + + + + 40.73923721909523 + -3.8240678049623966 + + 898.4000244140625 + 3369.510009765625 + + 128 + + 77 + + + 8.743000030517578 + 137 + + + + + + + 40.739294132217765 + -3.8241346925497055 + + 898.2000122070312 + 3378.199951171875 + + 128 + + 81 + + + 8.687000274658203 + 160 + + + + + + + 40.739358672872186 + -3.8242085371166468 + + 898.0 + 3386.8798828125 + + 128 + + 81 + + + 8.687000274658203 + 143 + + + + + + + 40.73941701091826 + -3.824274754151702 + + 898.2000122070312 + 3395.590087890625 + + 128 + + 102 + + + 8.706000328063965 + 143 + + + + + + + 40.73947777971625 + -3.8243452459573746 + + 898.4000244140625 + 3404.2900390625 + + 128 + + 93 + + + 8.706000328063965 + 143 + + + + + + + 40.7395408116281 + -3.824413139373064 + + 898.4000244140625 + 3412.97998046875 + + 128 + + 77 + + + 8.687000274658203 + 154 + + + + + + + 40.73960225097835 + -3.824479691684246 + + 898.2000122070312 + 3421.68994140625 + + 128 + + 77 + + + 8.706000328063965 + 185 + + + + + + + 40.739660169929266 + -3.8245467469096184 + + 898.4000244140625 + 3430.429931640625 + + 128 + + 77 + + + 8.743000030517578 + 164 + + + + + + + 40.739723704755306 + -3.824618998914957 + + 898.4000244140625 + 3439.14990234375 + + 128 + + 77 + + + 8.723999977111816 + 149 + + + + + + + 40.73978556320071 + -3.8246872276067734 + + 898.5999755859375 + 3447.89990234375 + + 128 + + 78 + + + 8.743000030517578 + 218 + + + + + + + 40.739849265664816 + -3.8247576355934143 + + 898.4000244140625 + 3456.669921875 + + 128 + + 77 + + + 8.770999908447266 + 194 + + + + + + + 40.739910788834095 + -3.824828378856182 + + 898.4000244140625 + 3465.570068359375 + + 128 + + 77 + + + 8.901000022888184 + 250 + + + + + + + 40.73997164145112 + -3.8248953502625227 + + 898.2000122070312 + 3474.449951171875 + + 128 + + 78 + + + 8.883000373840332 + 169 + + + + + + + 40.74003517627716 + -3.8249590527266264 + + 898.2000122070312 + 3483.330078125 + + 129 + + 78 + + + 8.883000373840332 + 122 + + + + + + + 40.74010390788317 + -3.8250277005136013 + + 898.2000122070312 + 3492.280029296875 + + 129 + + 81 + + + 8.947999954223633 + 122 + + + + + + + 40.740164928138256 + -3.8250950910151005 + + 898.4000244140625 + 3501.0 + + 129 + + 79 + + + 8.71500015258789 + 124 + + + + + + + 40.740227373316884 + -3.8251669239252806 + + 898.5999755859375 + 3509.72998046875 + + 129 + + 77 + + + 8.734000205993652 + 181 + + + + + + + 40.74029199779034 + -3.825233643874526 + + 898.5999755859375 + 3518.47998046875 + + 130 + + 78 + + + 8.751999855041504 + 170 + + + + + + + 40.74035603553057 + -3.825299357995391 + + 898.4000244140625 + 3527.2900390625 + + 130 + + 82 + + + 8.807999610900879 + 147 + + + + + + + 40.740411691367626 + -3.825367083773017 + + 898.5999755859375 + 3536.10009765625 + + 130 + + 81 + + + 8.807999610900879 + 189 + + + + + + + 40.740472208708525 + -3.8254349771887064 + + 898.5999755859375 + 3544.8701171875 + + 130 + + 78 + + + 8.770999908447266 + 155 + + + + + + + 40.740527948364615 + -3.8255003560334444 + + 898.5999755859375 + 3553.550048828125 + + 130 + + 76 + + + 8.678000450134277 + 174 + + + + + + + 40.74058989062905 + -3.8255690038204193 + + 898.7999877929688 + 3562.139892578125 + + 129 + + 76 + + + 8.593999862670898 + 155 + + + + + + + 40.74064831249416 + -3.8256345503032207 + + 898.5999755859375 + 3570.679931640625 + + 129 + + 77 + + + 8.538000106811523 + 143 + + + + + + + 40.74070204049349 + -3.8256994262337685 + + 898.7999877929688 + 3579.14990234375 + + 130 + + 75 + + + 8.472000122070312 + 161 + + + + + + + 40.74075744487345 + -3.8257642183452845 + + 898.7999877929688 + 3587.60009765625 + + 130 + + 75 + + + 8.454000473022461 + 170 + + + + + + + 40.740815782919526 + -3.8258343748748302 + + 898.5999755859375 + 3596.080078125 + + 129 + + 75 + + + 8.472000122070312 + 190 + + + + + + + 40.740872528404 + -3.8259016815572977 + + 898.7999877929688 + 3604.530029296875 + + 130 + + 75 + + + 8.454000473022461 + 167 + + + + + + + 40.74092919006944 + -3.825974939391017 + + 899.0 + 3612.97998046875 + + 129 + + 75 + + + 8.454000473022461 + 174 + + + + + + + 40.74098518118262 + -3.826048281043768 + + 899.0 + 3621.389892578125 + + 129 + + 73 + + + 8.406999588012695 + 174 + + + + + + + 40.74103966355324 + -3.8261223770678043 + + 899.0 + 3629.820068359375 + + 128 + + 73 + + + 8.425999641418457 + 161 + + + + + + + 40.741089871153235 + -3.8261958863586187 + + 898.7999877929688 + 3638.27001953125 + + 128 + + 75 + + + 8.454000473022461 + 210 + + + + + + + 40.74114200659096 + -3.82627559825778 + + 898.7999877929688 + 3646.760009765625 + + 128 + + 75 + + + 8.491000175476074 + 182 + + + + + + + 40.741188023239374 + -3.8263522926717997 + + 898.7999877929688 + 3655.340087890625 + + 128 + + 75 + + + 8.574999809265137 + 169 + + + + + + + 40.741241332143545 + -3.826437285169959 + + 898.7999877929688 + 3663.989990234375 + + 128 + + 75 + + + 8.659000396728516 + 145 + + + + + + + 40.74128977954388 + -3.826520601287484 + + 898.7999877929688 + 3672.510009765625 + + 129 + + 75 + + + 8.519000053405762 + 162 + + + + + + + 40.74133328162134 + -3.826601402834058 + + 898.5999755859375 + 3681.1298828125 + + 128 + + 78 + + + 8.612000465393066 + 146 + + + + + + + 40.74137577787042 + -3.82668262347579 + + 898.7999877929688 + 3689.699951171875 + + 128 + + 75 + + + 8.574999809265137 + 193 + + + + + + + 40.741423135623336 + -3.826770046725869 + + 899.0 + 3698.330078125 + + 128 + + 76 + + + 8.630999565124512 + 159 + + + + + + + 40.741467559710145 + -3.8268545363098383 + + 899.0 + 3706.989990234375 + + 128 + + 76 + + + 8.659000396728516 + 186 + + + + + + + 40.74151265434921 + -3.8269430492073298 + + 899.2000122070312 + 3715.68994140625 + + 127 + + 75 + + + 8.696000099182129 + 162 + + + + + + + 40.74155271984637 + -3.827033657580614 + + 899.4000244140625 + 3724.3798828125 + + 127 + + 77 + + + 8.696000099182129 + 136 + + + + + + + 40.741589767858386 + -3.8271225057542324 + + 899.4000244140625 + 3733.10009765625 + + 127 + + 76 + + + 8.71500015258789 + 175 + + + + + + + 40.741621535271406 + -3.8272114377468824 + + 899.4000244140625 + 3741.739990234375 + + 128 + + 76 + + + 8.640000343322754 + 138 + + + + + + + 40.741656655445695 + -3.8273059856146574 + + 899.0 + 3750.3701171875 + + 128 + + 77 + + + 8.630999565124512 + 170 + + + + + + + 40.74168951250613 + -3.8273989409208298 + + 899.0 + 3759.010009765625 + + 128 + + 78 + + + 8.640000343322754 + 156 + + + + + + + 40.7417219504714 + -3.8274958357214928 + + 899.0 + 3767.719970703125 + + 128 + + 77 + + + 8.71500015258789 + 175 + + + + + + + 40.74175271205604 + -3.8275918923318386 + + 899.2000122070312 + 3776.43994140625 + + 128 + + 77 + + + 8.71500015258789 + 166 + + + + + + + 40.7417774386704 + -3.8276855181902647 + + 899.4000244140625 + 3785.14990234375 + + 127 + + 81 + + + 8.71500015258789 + 146 + + + + + + + 40.74180241674185 + -3.8277795631438494 + + 899.2000122070312 + 3793.830078125 + + 127 + + 79 + + + 8.678000450134277 + 186 + + + + + + + 40.741825718432665 + -3.8278803136199713 + + 899.4000244140625 + 3802.489990234375 + + 126 + + 77 + + + 8.659000396728516 + 147 + + + + + + + 40.74184466153383 + -3.827977543696761 + + 899.4000244140625 + 3811.1298828125 + + 126 + + 77 + + + 8.640000343322754 + 185 + + + + + + + 40.74186737649143 + -3.828077707439661 + + 899.2000122070312 + 3819.77001953125 + + 126 + + 78 + + + 8.640000343322754 + 150 + + + + + + + 40.7418910972774 + -3.828177200630307 + + 899.2000122070312 + 3828.449951171875 + + 126 + + 79 + + + 8.678000450134277 + 213 + + + + + + + 40.74190869927406 + -3.8282769452780485 + + 899.4000244140625 + 3837.139892578125 + + 126 + + 75 + + + 8.696000099182129 + 201 + + + + + + + 40.74192420579493 + -3.8283759355545044 + + 899.4000244140625 + 3845.89990234375 + + 127 + + 76 + + + 8.751999855041504 + 187 + + + + + + + 40.74193996377289 + -3.828481798991561 + + 899.2000122070312 + 3854.739990234375 + + 127 + + 74 + + + 8.845000267028809 + 193 + + + + + + + 40.741956224665046 + -3.828580705448985 + + 899.0 + 3863.60009765625 + + 127 + + 78 + + + 8.854999542236328 + 139 + + + + + + + 40.741970809176564 + -3.828682629391551 + + 899.0 + 3872.419921875 + + 127 + + 78 + + + 8.82699966430664 + 147 + + + + + + + 40.74198128655553 + -3.8287835475057364 + + 899.2000122070312 + 3881.25 + + 127 + + 78 + + + 8.82699966430664 + 168 + + + + + + + 40.74198757298291 + -3.8288844656199217 + + 899.2000122070312 + 3890.0400390625 + + 127 + + 81 + + + 8.789999961853027 + 147 + + + + + + + 40.74199402704835 + -3.828987730666995 + + 899.2000122070312 + 3898.830078125 + + 127 + + 80 + + + 8.789999961853027 + 177 + + + + + + + 40.741998385638 + -3.8290988747030497 + + 899.2000122070312 + 3907.719970703125 + + 127 + + 78 + + + 8.892000198364258 + 203 + + + + + + + 40.74199796654284 + -3.829205157235265 + + 899.4000244140625 + 3916.75 + + 127 + + 78 + + + 9.031999588012695 + 176 + + + + + + + 40.74199645780027 + -3.829316385090351 + + 899.4000244140625 + 3925.860107421875 + + 127 + + 80 + + + 9.107000350952148 + 183 + + + + + + + 40.741993272677064 + -3.8294238410890102 + + 899.2000122070312 + 3935.02001953125 + + 128 + + 80 + + + 9.163000106811523 + 144 + + + + + + + 40.741989417001605 + -3.829529033973813 + + 899.0 + 3944.169921875 + + 128 + + 81 + + + 9.144000053405762 + 153 + + + + + + + 40.74198346585035 + -3.829631544649601 + + 899.0 + 3953.330078125 + + 128 + + 81 + + + 9.163000106811523 + 184 + + + + + + + 40.741973323747516 + -3.829742856323719 + + 899.2000122070312 + 3962.510009765625 + + 129 + + 81 + + + 9.180999755859375 + 144 + + + + + + + 40.74196569621563 + -3.8298483844846487 + + 899.4000244140625 + 3971.669921875 + + 129 + + 80 + + + 9.163000106811523 + 125 + + + + + + + 40.74195354245603 + -3.8299617916345596 + + 899.4000244140625 + 3980.840087890625 + + 129 + + 83 + + + 9.163000106811523 + 140 + + + + + + + 40.741938538849354 + -3.830071510747075 + + 899.4000244140625 + 3990.02001953125 + + 129 + + 79 + + + 9.180999755859375 + 131 + + + + + + + 40.74192319996655 + -3.830173769965768 + + 899.4000244140625 + 3999.110107421875 + + 129 + + 85 + + + 9.088000297546387 + 123 + + + + + + + 40.74190643616021 + -3.830275693908334 + + 899.5999755859375 + 4008.179931640625 + + 129 + + 80 + + + 9.069000244140625 + 148 + + + + + + + 40.7418895047158 + -3.830387843772769 + + 899.5999755859375 + 4017.3798828125 + + 129 + + 82 + + + 9.199999809265137 + 203 + + + + + + + 40.74186938814819 + -3.830494796857238 + + 899.5999755859375 + 4026.449951171875 + + 129 + + 80 + + + 9.069000244140625 + 185 + + + + + + + 40.741850109770894 + -3.8306026719510555 + + 899.5999755859375 + 4035.6298828125 + + 129 + + 81 + + + 9.180999755859375 + 131 + + + + + + + 40.74182613752782 + -3.8307113852351904 + + 899.5999755859375 + 4044.7900390625 + + 129 + + 83 + + + 9.163000106811523 + 150 + + + + + + + 40.74180803261697 + -3.830814817920327 + + 899.4000244140625 + 4053.919921875 + + 129 + + 81 + + + 9.125 + 161 + + + + + + + 40.741786155849695 + -3.830916238948703 + + 899.4000244140625 + 4063.1201171875 + + 128 + + 80 + + + 9.199999809265137 + 131 + + + + + + + 40.74176260270178 + -3.8310284726321697 + + 899.4000244140625 + 4072.169921875 + + 129 + + 79 + + + 9.050999641418457 + 126 + + + + + + + 40.74174449779093 + -3.8311307318508625 + + 899.5999755859375 + 4081.219970703125 + + 129 + + 80 + + + 9.050999641418457 + 120 + + + + + + + 40.74172178283334 + -3.831240450963378 + + 899.7999877929688 + 4090.22998046875 + + 128 + + 80 + + + 9.012999534606934 + 150 + + + + + + + 40.74170175008476 + -3.8313442189246416 + + 899.5999755859375 + 4099.33984375 + + 128 + + 80 + + + 9.107000350952148 + 152 + + + + + + + 40.74168004095554 + -3.8314476516097784 + + 899.5999755859375 + 4108.330078125 + + 128 + + 79 + + + 8.994999885559082 + 181 + + + + + + + 40.7416614331305 + -3.831546474248171 + + 899.7999877929688 + 4117.3798828125 + + 127 + + 80 + + + 9.050999641418457 + 157 + + + + + + + 40.74164114892483 + -3.831656025722623 + + 899.7999877929688 + 4126.43017578125 + + 127 + + 80 + + + 9.050999641418457 + 151 + + + + + + + 40.74162505567074 + -3.831755518913269 + + 899.5999755859375 + 4135.43017578125 + + 127 + + 78 + + + 8.994999885559082 + 143 + + + + + + + 40.74160669930279 + -3.831859454512596 + + 899.5999755859375 + 4144.3798828125 + + 127 + + 79 + + + 8.947999954223633 + 192 + + + + + + + 40.74158851057291 + -3.8319597858935595 + + 899.5999755859375 + 4153.31982421875 + + 127 + + 79 + + + 8.939000129699707 + 149 + + + + + + + 40.741572082042694 + -3.832060620188713 + + 899.5999755859375 + 4162.2001953125 + + 127 + + 78 + + + 8.883000373840332 + 173 + + + + + + + 40.7415528036654 + -3.8321621250361204 + + 899.2000122070312 + 4171.0400390625 + + 127 + + 78 + + + 8.845000267028809 + 154 + + + + + + + 40.7415319327265 + -3.8322675693780184 + + 899.2000122070312 + 4179.89013671875 + + 128 + + 79 + + + 8.845000267028809 + 159 + + + + + + + 40.74151047505438 + -3.8323712535202503 + + 899.4000244140625 + 4188.72021484375 + + 127 + + 78 + + + 8.82699966430664 + 177 + + + + + + + 40.74148893356323 + -3.8324760273098946 + + 899.5999755859375 + 4197.47998046875 + + 127 + + 78 + + + 8.76200008392334 + 154 + + + + + + + 40.741473846137524 + -3.832578118890524 + + 899.5999755859375 + 4206.2001953125 + + 127 + + 78 + + + 8.723999977111816 + 208 + + + + + + + 40.74145716615021 + -3.832677025347948 + + 899.7999877929688 + 4214.8701171875 + + 127 + + 76 + + + 8.668000221252441 + 195 + + + + + + + 40.74144006706774 + -3.83277190849185 + + 899.7999877929688 + 4223.5 + + 127 + + 76 + + + 8.630999565124512 + 194 + + + + + + + 40.74142321944237 + -3.8328745868057013 + + 899.7999877929688 + 4232.10009765625 + + 127 + + 77 + + + 8.602999687194824 + 234 + + + + + + + 40.74141215533018 + -3.832968883216381 + + 899.7999877929688 + 4240.669921875 + + 127 + + 76 + + + 8.565999984741211 + 227 + + + + + + + 40.74140419252217 + -3.8330749981105328 + + 899.7999877929688 + 4249.25 + + 127 + + 77 + + + 8.583999633789062 + 222 + + + + + + + 40.74139094911516 + -3.83317650295794 + + 899.5999755859375 + 4257.81982421875 + + 127 + + 75 + + + 8.565999984741211 + 183 + + + + + + + 40.74138290248811 + -3.8332774210721254 + + 899.5999755859375 + 4266.39990234375 + + 127 + + 76 + + + 8.583999633789062 + 213 + + + + + + + 40.74137879535556 + -3.8333757407963276 + + 899.4000244140625 + 4274.97021484375 + + 127 + + 75 + + + 8.565999984741211 + 181 + + + + + + + 40.74137628078461 + -3.8334764912724495 + + 899.4000244140625 + 4283.47021484375 + + 127 + + 75 + + + 8.5 + 203 + + + + + + + 40.74137904681265 + -3.8335707038640976 + + 899.4000244140625 + 4291.990234375 + + 128 + + 75 + + + 8.519000053405762 + 197 + + + + + + + 40.74138139374554 + -3.8336769863963127 + + 899.5999755859375 + 4300.58984375 + + 128 + + 75 + + + 8.602999687194824 + 272 + + + + + + + 40.74138566851616 + -3.8337780721485615 + + 899.5999755859375 + 4309.1201171875 + + 128 + + 75 + + + 8.527999877929688 + 180 + + + + + + + 40.741390781477094 + -3.833879828453064 + + 899.4000244140625 + 4317.72021484375 + + 128 + + 75 + + + 8.602999687194824 + 222 + + + + + + + 40.74139849282801 + -3.8339777290821075 + + 899.4000244140625 + 4326.31005859375 + + 129 + + 76 + + + 8.583999633789062 + 201 + + + + + + + 40.74141223914921 + -3.834074456244707 + + 899.5999755859375 + 4334.83984375 + + 129 + + 75 + + + 8.527999877929688 + 188 + + + + + + + 40.741426069289446 + -3.8341656513512135 + + 899.5999755859375 + 4343.31982421875 + + 130 + + 75 + + + 8.482000350952148 + 202 + + + + + + + 40.741441240534186 + -3.834264138713479 + + 899.4000244140625 + 4351.7998046875 + + 130 + + 74 + + + 8.482000350952148 + 193 + + + + + + + 40.74145641177893 + -3.8343708403408527 + + 899.2000122070312 + 4360.259765625 + + 131 + + 74 + + + 8.463000297546387 + 190 + + + + + + + 40.741472002118826 + -3.8344733510166407 + + 899.2000122070312 + 4368.72021484375 + + 131 + + 75 + + + 8.463000297546387 + 176 + + + + + + + 40.74148926883936 + -3.834571586921811 + + 899.2000122070312 + 4377.169921875 + + 132 + + 75 + + + 8.444000244140625 + 216 + + + + + + + 40.741507625207305 + -3.8346754387021065 + + 899.2000122070312 + 4385.669921875 + + 132 + + 75 + + + 8.5 + 203 + + + + + + + 40.74152438901365 + -3.8347725849598646 + + 899.2000122070312 + 4394.18994140625 + + 133 + + 76 + + + 8.519000053405762 + 191 + + + + + + + 40.74154316447675 + -3.8348739221692085 + + 899.2000122070312 + 4402.7099609375 + + 133 + + 75 + + + 8.519000053405762 + 165 + + + + + + + 40.74156210757792 + -3.834976013749838 + + 899.4000244140625 + 4411.18994140625 + + 133 + + 75 + + + 8.482000350952148 + 196 + + + + + + + 40.741582810878754 + -3.835070813074708 + + 899.4000244140625 + 4419.60986328125 + + 133 + + 75 + + + 8.425999641418457 + 175 + + + + + + + 40.741602927446365 + -3.8351601641625166 + + 899.4000244140625 + 4427.990234375 + + 134 + + 74 + + + 8.378999710083008 + 200 + + + + + + + 40.74162321165204 + -3.8352585677057505 + + 899.4000244140625 + 4436.35009765625 + + 134 + + 72 + + + 8.359999656677246 + 185 + + + + + + + 40.74164089746773 + -3.8353557977825403 + + 899.4000244140625 + 4444.7099609375 + + 134 + + 74 + + + 8.35099983215332 + 193 + + + + + + + 40.74166017584503 + -3.835455374792218 + + 899.2000122070312 + 4453.080078125 + + 134 + + 72 + + + 8.378999710083008 + 188 + + + + + + + 40.74168020859361 + -3.8355533592402935 + + 899.2000122070312 + 4461.5 + + 134 + + 72 + + + 8.416000366210938 + 185 + + + + + + + 40.74169940315187 + -3.8356494158506393 + + 899.2000122070312 + 4469.7900390625 + + 134 + + 72 + + + 8.28600025177002 + 185 + + + + + + + 40.74171834625304 + -3.835743796080351 + + 899.2000122070312 + 4478.169921875 + + 133 + + 74 + + + 8.378999710083008 + 185 + + + + + + + 40.741737708449364 + -3.835844714194536 + + 899.4000244140625 + 4486.4501953125 + + 133 + + 72 + + + 8.28600025177002 + 189 + + + + + + + 40.741753885522485 + -3.8359388429671526 + + 899.4000244140625 + 4494.759765625 + + 133 + + 72 + + + 8.314000129699707 + 178 + + + + + + + 40.74177165515721 + -3.8360378332436085 + + 899.4000244140625 + 4503.080078125 + + 133 + + 75 + + + 8.314000129699707 + 220 + + + + + + + 40.74178850278258 + -3.8361364882439375 + + 899.4000244140625 + 4511.35986328125 + + 133 + + 74 + + + 8.28600025177002 + 180 + + + + + + + 40.74180434457958 + -3.8362332992255688 + + 899.4000244140625 + 4519.64990234375 + + 133 + + 72 + + + 8.28600025177002 + 217 + + + + + + + 40.741819432005286 + -3.8363281823694706 + + 899.4000244140625 + 4527.89990234375 + + 133 + + 72 + + + 8.248000144958496 + 196 + + + + + + + 40.741835944354534 + -3.836426166817546 + + 899.4000244140625 + 4536.1298828125 + + 133 + + 72 + + + 8.229999542236328 + 218 + + + + + + + 40.74184734374285 + -3.836518619209528 + + 899.4000244140625 + 4544.3798828125 + + 133 + + 72 + + + 8.248000144958496 + 204 + + + + + + + 40.74185782112181 + -3.8366168551146984 + + 899.4000244140625 + 4552.64013671875 + + 133 + + 72 + + + 8.267000198364258 + 185 + + + + + + + 40.74186947196722 + -3.8367092236876488 + + 899.5999755859375 + 4560.83984375 + + 133 + + 72 + + + 8.20199966430664 + 167 + + + + + + + 40.7418757583946 + -3.8368047773838043 + + 899.5999755859375 + 4569.02978515625 + + 133 + + 78 + + + 8.182999610900879 + 189 + + + + + + + 40.74188028462231 + -3.8368989061564207 + + 899.5999755859375 + 4577.25 + + 133 + + 77 + + + 8.220000267028809 + 181 + + + + + + + 40.74188170954585 + -3.837004518136382 + + 899.5999755859375 + 4585.52978515625 + + 133 + + 78 + + + 8.28600025177002 + 234 + + + + + + + 40.741882380098104 + -3.8371025025844574 + + 899.7999877929688 + 4593.9599609375 + + 133 + + 83 + + + 8.425999641418457 + 209 + + + + + + + 40.74188061989844 + -3.837205097079277 + + 900.0 + 4602.4599609375 + + 133 + + 78 + + + 8.5 + 242 + + + + + + + 40.7418757583946 + -3.8373100385069847 + + 900.0 + 4611.0400390625 + + 134 + + 81 + + + 8.583999633789062 + 189 + + + + + + + 40.74186846613884 + -3.8374119624495506 + + 899.7999877929688 + 4619.7099609375 + + 134 + + 86 + + + 8.668000221252441 + 147 + + + + + + + 40.74186033569276 + -3.837512293830514 + + 900.0 + 4628.43994140625 + + 134 + + 83 + + + 8.723999977111816 + 139 + + + + + + + 40.74184943921864 + -3.8376235216856003 + + 900.0 + 4637.10009765625 + + 134 + + 83 + + + 8.668000221252441 + 138 + + + + + + + 40.74183510616422 + -3.8377279601991177 + + 899.7999877929688 + 4645.740234375 + + 133 + + 83 + + + 8.630999565124512 + 152 + + + + + + + 40.7418170850724 + -3.8378352485597134 + + 899.5999755859375 + 4654.4599609375 + + 133 + + 85 + + + 8.723999977111816 + 130 + + + + + + + 40.741798393428326 + -3.837939603254199 + + 899.5999755859375 + 4663.2001953125 + + 134 + + 78 + + + 8.743000030517578 + 157 + + + + + + + 40.74177232570946 + -3.8380437903106213 + + 900.0 + 4672.009765625 + + 133 + + 72 + + + 8.807999610900879 + 188 + + + + + + + 40.74174424633384 + -3.8381447084248066 + + 900.2000122070312 + 4680.89013671875 + + 133 + + 78 + + + 8.883000373840332 + 187 + + + + + + + 40.7417132332921 + -3.8382509909570217 + + 900.2000122070312 + 4689.830078125 + + 133 + + 78 + + + 8.939000129699707 + 170 + + + + + + + 40.74168037623167 + -3.8383462093770504 + + 900.2000122070312 + 4698.85009765625 + + 133 + + 78 + + + 9.012999534606934 + 183 + + + + + + + 40.74164517223835 + -3.8384431041777134 + + 900.2000122070312 + 4707.83984375 + + 133 + + 79 + + + 8.994999885559082 + 150 + + + + + + + 40.74160695075989 + -3.838544776663184 + + 900.2000122070312 + 4716.919921875 + + 133 + + 80 + + + 9.079000473022461 + 123 + + + + + + + 40.741569735109806 + -3.8386403303593397 + + 900.0 + 4725.8798828125 + + 133 + + 79 + + + 8.956999778747559 + 115 + + + + + + + 40.741534447297454 + -3.838732782751322 + + 900.0 + 4734.91015625 + + 133 + + 82 + + + 9.031999588012695 + 168 + + + + + + + 40.74149362742901 + -3.838829006999731 + + 900.2000122070312 + 4744.06005859375 + + 132 + + 78 + + + 9.152999877929688 + 174 + + + + + + + 40.7414526399225 + -3.838918525725603 + + 900.0 + 4753.14013671875 + + 132 + + 79 + + + 9.079000473022461 + 160 + + + + + + + 40.74141173623502 + -3.839011313393712 + + 900.2000122070312 + 4762.330078125 + + 132 + + 80 + + + 9.190999984741211 + 215 + + + + + + + 40.741372257471085 + -3.8391113933175802 + + 900.2000122070312 + 4771.64013671875 + + 132 + + 81 + + + 9.312000274658203 + 187 + + + + + + + 40.74133537709713 + -3.8392072822898626 + + 900.2000122070312 + 4780.7998046875 + + 132 + + 81 + + + 9.152999877929688 + 130 + + + + + + + 40.7412956468761 + -3.839297639206052 + + 900.2000122070312 + 4790.08984375 + + 132 + + 82 + + + 9.293000221252441 + 145 + + + + + + + 40.74125289916992 + -3.8393925223499537 + + 900.0 + 4799.240234375 + + 132 + + 83 + + + 9.152999877929688 + 164 + + + + + + + 40.74121174402535 + -3.8394858967512846 + + 900.0 + 4808.47021484375 + + 132 + + 80 + + + 9.227999687194824 + 154 + + + + + + + 40.741165643557906 + -3.83958438411355 + + 900.0 + 4817.6298828125 + + 132 + + 82 + + + 9.152999877929688 + 137 + + + + + + + 40.741123566403985 + -3.839682452380657 + + 900.2000122070312 + 4826.77978515625 + + 131 + + 80 + + + 9.152999877929688 + 143 + + + + + + + 40.74108484201133 + -3.8397722225636244 + + 900.2000122070312 + 4835.9501953125 + + 131 + + 77 + + + 9.17199993133545 + 143 + + + + + + + 40.741046871989965 + -3.8398620765656233 + + 900.0 + 4845.06982421875 + + 131 + + 81 + + + 9.116000175476074 + 139 + + + + + + + 40.74100689031184 + -3.8399585522711277 + + 900.0 + 4854.14990234375 + + 131 + + 79 + + + 9.079000473022461 + 138 + + + + + + + 40.740971183404326 + -3.840050082653761 + + 900.0 + 4863.18017578125 + + 131 + + 81 + + + 9.031999588012695 + 138 + + + + + + + 40.7409309502691 + -3.8401477318257093 + + 900.2000122070312 + 4872.22998046875 + + 130 + + 79 + + + 9.050999641418457 + 119 + + + + + + + 40.740890046581626 + -3.840242698788643 + + 900.0 + 4881.31005859375 + + 131 + + 81 + + + 9.079000473022461 + 136 + + + + + + + 40.74085014872253 + -3.8403361570090055 + + 900.0 + 4890.35986328125 + + 131 + + 79 + + + 9.050999641418457 + 159 + + + + + + + 40.740812849253416 + -3.8404271006584167 + + 900.2000122070312 + 4899.41015625 + + 131 + + 77 + + + 9.050999641418457 + 157 + + + + + + + 40.74077538214624 + -3.8405243307352066 + + 900.2000122070312 + 4908.509765625 + + 131 + + 78 + + + 9.097000122070312 + 167 + + + + + + + 40.74073766358197 + -3.8406161963939667 + + 900.2000122070312 + 4917.60009765625 + + 131 + + 83 + + + 9.097000122070312 + 151 + + + + + + + 40.740693993866444 + -3.840714767575264 + + 900.2000122070312 + 4926.72021484375 + + 132 + + 80 + + + 9.116000175476074 + 142 + + + + + + + 40.740655437111855 + -3.8408117461949587 + + 900.2000122070312 + 4935.85009765625 + + 132 + + 80 + + + 9.135000228881836 + 130 + + + + + + + 40.74061746709049 + -3.840905372053385 + + 900.2000122070312 + 4944.990234375 + + 132 + + 80 + + + 9.135000228881836 + 143 + + + + + + + 40.74057941325009 + -3.840998914092779 + + 900.2000122070312 + 4954.22998046875 + + 132 + + 81 + + + 9.237000465393066 + 119 + + + + + + + 40.74054152704775 + -3.8410980720072985 + + 900.2000122070312 + 4963.31982421875 + + 132 + + 79 + + + 9.097000122070312 + 114 + + + + + + + 40.74049970135093 + -3.8411920331418514 + + 900.2000122070312 + 4972.509765625 + + 132 + + 81 + + + 9.180999755859375 + 112 + + + + + + + 40.74046013876796 + -3.841289347037673 + + 900.2000122070312 + 4981.7099609375 + + 131 + + 80 + + + 9.199999809265137 + 121 + + + + + + + 40.74042074382305 + -3.8413849007338285 + + 900.2000122070312 + 4990.91015625 + + 131 + + 82 + + + 9.199999809265137 + 113 + + + + + + + 40.740379337221384 + -3.8414762634783983 + + 900.2000122070312 + 5000.10986328125 + + 131 + + 80 + + + 9.199999809265137 + 119 + + + + + + + 40.740340277552605 + -3.8415693026036024 + + 900.4000244140625 + 5009.330078125 + + 130 + + 82 + + + 9.218999862670898 + 156 + + + + + + + 40.740298787131906 + -3.841666029766202 + + 900.5999755859375 + 5018.580078125 + + 130 + + 81 + + + 9.255999565124512 + 176 + + + + + + + 40.740258134901524 + -3.8417586497962475 + + 900.5999755859375 + 5027.89990234375 + + 130 + + 88 + + + 9.321000099182129 + 212 + + + + + + + 40.74021639302373 + -3.8418599031865597 + + 900.4000244140625 + 5037.27978515625 + + 129 + + 80 + + + 9.376999855041504 + 172 + + + + + + + 40.74017624370754 + -3.841961156576872 + + 900.5999755859375 + 5046.64013671875 + + 129 + + 82 + + + 9.359000205993652 + 156 + + + + + + + 40.74013433419168 + -3.8420542795211077 + + 900.5999755859375 + 5055.97998046875 + + 129 + + 83 + + + 9.34000015258789 + 174 + + + + + + + 40.74009099975228 + -3.8421455584466457 + + 900.4000244140625 + 5065.2998046875 + + 129 + + 82 + + + 9.321000099182129 + 152 + + + + + + + 40.740043641999364 + -3.8422437105327845 + + 900.4000244140625 + 5074.56982421875 + + 129 + + 83 + + + 9.274999618530273 + 155 + + + + + + + 40.740000642836094 + -3.842335408553481 + + 900.5999755859375 + 5083.89990234375 + + 129 + + 82 + + + 9.321000099182129 + 177 + + + + + + + 40.739949932321906 + -3.842430040240288 + + 900.5999755859375 + 5093.06005859375 + + 129 + + 83 + + + 9.163000106811523 + 161 + + + + + + + 40.73989938944578 + -3.8425203133374453 + + 900.5999755859375 + 5102.31005859375 + + 129 + + 86 + + + 9.255999565124512 + 198 + + + + + + + 40.73984708636999 + -3.8426068983972073 + + 900.5999755859375 + 5111.58984375 + + 129 + + 85 + + + 9.274999618530273 + 170 + + + + + + + 40.73979486711323 + -3.8426875323057175 + + 900.5999755859375 + 5120.830078125 + + 128 + + 82 + + + 9.237000465393066 + 179 + + + + + + + 40.73973502032459 + -3.842771351337433 + + 900.5999755859375 + 5130.02978515625 + + 129 + + 82 + + + 9.199999809265137 + 181 + + + + + + + 40.739673329517245 + -3.842850476503372 + + 900.5999755859375 + 5139.22998046875 + + 128 + + 91 + + + 9.199999809265137 + 179 + + + + + + + 40.7396116387099 + -3.8429293502122164 + + 900.5999755859375 + 5148.43017578125 + + 129 + + 82 + + + 9.199999809265137 + 166 + + + + + + + 40.73954927735031 + -3.8430021051317453 + + 900.5999755859375 + 5157.58984375 + + 129 + + 82 + + + 9.163000106811523 + 161 + + + + + + + 40.73948649689555 + -3.8430707529187202 + + 900.5999755859375 + 5166.68994140625 + + 129 + + 81 + + + 9.097000122070312 + 139 + + + + + + + 40.739424051716924 + -3.8431340362876654 + + 900.7999877929688 + 5175.77001953125 + + 130 + + 80 + + + 9.079000473022461 + 154 + + + + + + + 40.73935355991125 + -3.843198660761118 + + 900.7999877929688 + 5184.830078125 + + 129 + + 79 + + + 9.0600004196167 + 191 + + + + + + + 40.73928834870458 + -3.843255490064621 + + 901.0 + 5193.89013671875 + + 129 + + 79 + + + 9.0600004196167 + 151 + + + + + + + 40.73921383358538 + -3.843315588310361 + + 901.0 + 5203.0 + + 129 + + 81 + + + 9.116000175476074 + 161 + + + + + + + 40.73914183303714 + -3.8433723337948322 + + 901.0 + 5212.2001953125 + + 129 + + 79 + + + 9.199999809265137 + 162 + + + + + + + 40.73907393962145 + -3.8434267323464155 + + 901.2000122070312 + 5221.259765625 + + 129 + + 80 + + + 9.0600004196167 + 182 + + + + + + + 40.73900654911995 + -3.8434780295938253 + + 901.2000122070312 + 5230.39990234375 + + 128 + + 81 + + + 9.135000228881836 + 139 + + + + + + + 40.73893337510526 + -3.843532344326377 + + 901.0 + 5239.52978515625 + + 128 + + 80 + + + 9.135000228881836 + 174 + + + + + + + 40.73886154219508 + -3.843582635745406 + + 900.7999877929688 + 5248.64990234375 + + 128 + + 80 + + + 9.116000175476074 + 192 + + + + + + + 40.73878375813365 + -3.843640135601163 + + 900.4000244140625 + 5257.759765625 + + 128 + + 79 + + + 9.116000175476074 + 174 + + + + + + + 40.73870848864317 + -3.843697216361761 + + 900.4000244140625 + 5266.9501953125 + + 128 + + 80 + + + 9.180999755859375 + 175 + + + + + + + 40.73863816447556 + -3.8437515310943127 + + 900.2000122070312 + 5276.1298828125 + + 129 + + 79 + + + 9.180999755859375 + 178 + + + + + + + 40.738566583022475 + -3.84380710311234 + + 900.2000122070312 + 5285.3701171875 + + 129 + + 81 + + + 9.237000465393066 + 195 + + + + + + + 40.738489804789424 + -3.8438637647777796 + + 900.2000122070312 + 5294.64013671875 + + 128 + + 81 + + + 9.274999618530273 + 180 + + + + + + + 40.738418977707624 + -3.8439153973013163 + + 900.0 + 5303.919921875 + + 128 + + 80 + + + 9.274999618530273 + 186 + + + + + + + 40.73834194801748 + -3.8439721427857876 + + 900.0 + 5313.240234375 + + 128 + + 81 + + + 9.321000099182129 + 158 + + + + + + + 40.738266091793776 + -3.8440281338989735 + + 900.0 + 5322.5400390625 + + 128 + + 82 + + + 9.303000450134277 + 132 + + + + + + + 40.738194761797786 + -3.8440826162695885 + + 900.0 + 5331.89990234375 + + 127 + + 84 + + + 9.359000205993652 + 140 + + + + + + + 40.73812267743051 + -3.8441359251737595 + + 900.0 + 5341.10009765625 + + 128 + + 86 + + + 9.199999809265137 + 162 + + + + + + + 40.73804690502584 + -3.844192922115326 + + 900.2000122070312 + 5350.35009765625 + + 128 + + 82 + + + 9.255999565124512 + 154 + + + + + + + 40.73797951452434 + -3.844248913228512 + + 900.2000122070312 + 5359.58984375 + + 128 + + 83 + + + 9.237000465393066 + 144 + + + + + + + 40.73790759779513 + -3.8443128671497107 + + 900.4000244140625 + 5368.85009765625 + + 128 + + 81 + + + 9.255999565124512 + 154 + + + + + + + 40.7378417160362 + -3.84437489323318 + + 900.0 + 5378.1201171875 + + 128 + + 78 + + + 9.274999618530273 + 163 + + + + + + + 40.737774996086955 + -3.8444398529827595 + + 900.0 + 5387.43017578125 + + 128 + + 83 + + + 9.303000450134277 + 171 + + + + + + + 40.737709030508995 + -3.8445094227790833 + + 900.0 + 5396.77978515625 + + 128 + + 82 + + + 9.359000205993652 + 156 + + + + + + + 40.737642059102654 + -3.844579914584756 + + 900.0 + 5406.16015625 + + 128 + + 82 + + + 9.376999855041504 + 165 + + + + + + + 40.73758288286626 + -3.8446487300097942 + + 899.7999877929688 + 5415.5 + + 128 + + 84 + + + 9.34000015258789 + 162 + + + + + + + 40.7375206053257 + -3.8447266817092896 + + 899.7999877929688 + 5424.77978515625 + + 128 + + 88 + + + 9.274999618530273 + 198 + + + + + + + 40.73746310546994 + -3.8448067288845778 + + 899.7999877929688 + 5434.1201171875 + + 128 + + 90 + + + 9.34000015258789 + 209 + + + + + + + 40.73740451596677 + -3.8448887038975954 + + 899.7999877929688 + 5443.47021484375 + + 129 + + 84 + + + 9.359000205993652 + 172 + + + + + + + 40.73734869249165 + -3.844970343634486 + + 899.7999877929688 + 5452.830078125 + + 129 + + 83 + + + 9.359000205993652 + 184 + + + + + + + 40.73729337193072 + -3.8450580183416605 + + 900.0 + 5462.18994140625 + + 129 + + 83 + + + 9.359000205993652 + 173 + + + + + + + 40.7372444216162 + -3.8451409991830587 + + 900.2000122070312 + 5471.3798828125 + + 129 + + 84 + + + 9.190999984741211 + 173 + + + + + + + 40.73719027452171 + -3.845226913690567 + + 900.2000122070312 + 5480.43017578125 + + 129 + + 79 + + + 9.041000366210938 + 172 + + + + + + + 40.73713989928365 + -3.845314672216773 + + 900.2000122070312 + 5489.43017578125 + + 129 + + 79 + + + 9.003999710083008 + 193 + + + + + + + 40.73709153570235 + -3.845402095466852 + + 900.2000122070312 + 5498.41015625 + + 129 + + 79 + + + 8.984999656677246 + 192 + + + + + + + 40.737045016139746 + -3.845485495403409 + + 900.2000122070312 + 5507.3798828125 + + 129 + + 78 + + + 8.967000007629395 + 177 + + + + + + + 40.73699698783457 + -3.845576858147979 + + 900.2000122070312 + 5516.330078125 + + 129 + + 78 + + + 8.947999954223633 + 222 + + + + + + + 40.736950216814876 + -3.84566486813128 + + 900.2000122070312 + 5525.240234375 + + 130 + + 78 + + + 8.91100025177002 + 200 + + + + + + + 40.73690143413842 + -3.8457566499710083 + + 900.2000122070312 + 5534.14990234375 + + 130 + + 79 + + + 8.91100025177002 + 212 + + + + + + + 40.736855417490005 + -3.8458431512117386 + + 900.2000122070312 + 5543.080078125 + + 130 + + 78 + + + 8.928999900817871 + 228 + + + + + + + 40.73681007139385 + -3.8459286466240883 + + 900.0 + 5552.009765625 + + 130 + + 78 + + + 8.928999900817871 + 173 + + + + + + + 40.736765060573816 + -3.8460112921893597 + + 900.0 + 5560.8798828125 + + 131 + + 78 + + + 8.873000144958496 + 173 + + + + + + + 40.73671787045896 + -3.8460962008684874 + + 900.0 + 5569.72021484375 + + 131 + + 78 + + + 8.836000442504883 + 192 + + + + + + + 40.736672189086676 + -3.84618085809052 + + 900.2000122070312 + 5578.5400390625 + + 131 + + 78 + + + 8.817999839782715 + 165 + + + + + + + 40.73662399314344 + -3.8462684489786625 + + 900.2000122070312 + 5587.39013671875 + + 132 + + 79 + + + 8.854999542236328 + 234 + + + + + + + 40.736575964838266 + -3.846355453133583 + + 900.2000122070312 + 5596.31982421875 + + 132 + + 78 + + + 8.928999900817871 + 215 + + + + + + + 40.73652860708535 + -3.846441451460123 + + 900.2000122070312 + 5605.330078125 + + 132 + + 78 + + + 9.003999710083008 + 181 + + + + + + + 40.736483596265316 + -3.8465261925011873 + + 900.2000122070312 + 5614.330078125 + + 131 + + 78 + + + 9.003999710083008 + 192 + + + + + + + 40.7364343944937 + -3.8466147892177105 + + 900.2000122070312 + 5623.3701171875 + + 131 + + 78 + + + 9.041000366210938 + 192 + + + + + + + 40.73638812638819 + -3.8467004522681236 + + 900.2000122070312 + 5632.4501953125 + + 131 + + 80 + + + 9.079000473022461 + 179 + + + + + + + 40.736336493864655 + -3.8467944972217083 + + 900.2000122070312 + 5641.58984375 + + 131 + + 78 + + + 9.144000053405762 + 192 + + + + + + + 40.7362877111882 + -3.846882926300168 + + 900.2000122070312 + 5650.740234375 + + 131 + + 80 + + + 9.144000053405762 + 183 + + + + + + + 40.73623708449304 + -3.846971858292818 + + 900.2000122070312 + 5659.93994140625 + + 132 + + 83 + + + 9.199999809265137 + 169 + + + + + + + 40.73619106784463 + -3.8470576889812946 + + 900.4000244140625 + 5669.18017578125 + + 132 + + 82 + + + 9.237000465393066 + 175 + + + + + + + 40.73613968677819 + -3.847150392830372 + + 900.4000244140625 + 5678.43017578125 + + 131 + + 80 + + + 9.255999565124512 + 198 + + + + + + + 40.73609157465398 + -3.8472387380898 + + 900.4000244140625 + 5687.72998046875 + + 131 + + 82 + + + 9.303000450134277 + 170 + + + + + + + 40.73604354634881 + -3.8473305199295282 + + 900.4000244140625 + 5696.93017578125 + + 131 + + 82 + + + 9.199999809265137 + 146 + + + + + + + 40.735993003472686 + -3.8474241457879543 + + 900.2000122070312 + 5706.009765625 + + 131 + + 85 + + + 9.079000473022461 + 182 + + + + + + + 40.73594589717686 + -3.8475133292376995 + + 900.2000122070312 + 5715.06982421875 + + 131 + + 81 + + + 9.0600004196167 + 193 + + + + + + + 40.73590071871877 + -3.8476007524877787 + + 900.2000122070312 + 5724.14990234375 + + 131 + + 79 + + + 9.079000473022461 + 166 + + + + + + + 40.73585453443229 + -3.847693707793951 + + 900.2000122070312 + 5733.18994140625 + + 131 + + 79 + + + 9.041000366210938 + 190 + + + + + + + 40.73581111617386 + -3.8477789517492056 + + 900.4000244140625 + 5742.18017578125 + + 131 + + 80 + + + 8.984999656677246 + 174 + + + + + + + 40.73576149530709 + -3.847867213189602 + + 900.4000244140625 + 5751.1298828125 + + 131 + + 78 + + + 8.947999954223633 + 191 + + + + + + + 40.73571061715484 + -3.8479517865926027 + + 900.2000122070312 + 5760.10986328125 + + 132 + + 78 + + + 8.984999656677246 + 220 + + + + + + + 40.73566108010709 + -3.8480366952717304 + + 900.4000244140625 + 5768.89990234375 + + 132 + + 79 + + + 8.789999961853027 + 176 + + + + + + + 40.73561212979257 + -3.848116658627987 + + 900.5999755859375 + 5777.68994140625 + + 132 + + 79 + + + 8.789999961853027 + 173 + + + + + + + 40.735555635765195 + -3.8481968734413385 + + 900.4000244140625 + 5786.490234375 + + 131 + + 76 + + + 8.798999786376953 + 173 + + + + + + + 40.73550098575652 + -3.8482690416276455 + + 900.2000122070312 + 5795.2998046875 + + 132 + + 79 + + + 8.807999610900879 + 164 + + + + + + + 40.73543845675886 + -3.8483443949371576 + + 900.2000122070312 + 5804.22021484375 + + 132 + + 78 + + + 8.920000076293945 + 190 + + + + + + + 40.735376346856356 + -3.8484148029237986 + + 900.4000244140625 + 5813.18017578125 + + 131 + + 80 + + + 8.956999778747559 + 185 + + + + + + + 40.73531792499125 + -3.8484808523207903 + + 900.4000244140625 + 5822.18994140625 + + 131 + + 79 + + + 9.012999534606934 + 168 + + + + + + + 40.73525388725102 + -3.848545979708433 + + 900.4000244140625 + 5831.2998046875 + + 131 + + 81 + + + 9.107000350952148 + 160 + + + + + + + 40.735187670215964 + -3.848608424887061 + + 900.4000244140625 + 5840.35009765625 + + 131 + + 80 + + + 9.050999641418457 + 159 + + + + + + + 40.73512145318091 + -3.848663829267025 + + 900.2000122070312 + 5849.2998046875 + + 131 + + 80 + + + 8.956999778747559 + 136 + + + + + + + 40.73505012318492 + -3.8487181439995766 + + 900.2000122070312 + 5858.259765625 + + 131 + + 79 + + + 8.956999778747559 + 170 + + + + + + + 40.734978625550866 + -3.848771285265684 + + 900.4000244140625 + 5867.18017578125 + + 131 + + 78 + + + 8.920000076293945 + 166 + + + + + + + 40.73490880429745 + -3.8488218281418085 + + 900.4000244140625 + 5875.990234375 + + 131 + + 78 + + + 8.807999610900879 + 134 + + + + + + + 40.734842754900455 + -3.8488665875047445 + + 900.4000244140625 + 5884.72021484375 + + 131 + + 78 + + + 8.734000205993652 + 166 + + + + + + + 40.734768407419324 + -3.8489115983247757 + + 900.4000244140625 + 5893.5498046875 + + 131 + + 77 + + + 8.82699966430664 + 138 + + + + + + + 40.73469984345138 + -3.8489502388983965 + + 900.2000122070312 + 5902.22998046875 + + 131 + + 78 + + + 8.678000450134277 + 159 + + + + + + + 40.734629686921835 + -3.848998937755823 + + 900.2000122070312 + 5911.02001953125 + + 131 + + 77 + + + 8.789999961853027 + 178 + + + + + + + 40.734561709687114 + -3.8490582816302776 + + 900.0 + 5919.77001953125 + + 131 + + 75 + + + 8.751999855041504 + 166 + + + + + + + 40.73449540883303 + -3.8491167034953833 + + 900.0 + 5928.4501953125 + + 130 + + 79 + + + 8.678000450134277 + 183 + + + + + + + 40.73442718014121 + -3.849167497828603 + + 900.0 + 5937.1201171875 + + 131 + + 79 + + + 8.678000450134277 + 146 + + + + + + + 40.73434906080365 + -3.8492144364863634 + + 900.0 + 5945.93017578125 + + 131 + + 76 + + + 8.807999610900879 + 146 + + + + + + + 40.73427211493254 + -3.8492493890225887 + + 899.7999877929688 + 5955.18017578125 + + 131 + + 77 + + + 9.246999740600586 + 138 + + + + + + + 40.73419567197561 + -3.84928610175848 + + 899.7999877929688 + 5964.64990234375 + + 130 + + 81 + + + 9.470999717712402 + 116 + + + + + + + 40.73412618599832 + -3.849333291873336 + + 899.7999877929688 + 5974.1201171875 + + 131 + + 81 + + + 9.470999717712402 + 110 + + + + + + + 40.73406457901001 + -3.8493937253952026 + + 899.7999877929688 + 5983.419921875 + + 131 + + 85 + + + 9.303000450134277 + 110 + + + + + + + 40.734008587896824 + -3.849461367353797 + + 900.0 + 5992.60009765625 + + 131 + + 81 + + + 9.180999755859375 + 146 + + + + + + + 40.73394530452788 + -3.8495321106165648 + + 900.2000122070312 + 6001.490234375 + + 130 + + 79 + + + 8.883000373840332 + 135 + + + + + + + 40.73388126678765 + -3.8495899457484484 + + 900.2000122070312 + 6010.330078125 + + 130 + + 78 + + + 8.845000267028809 + 150 + + + + + + + 40.73380909860134 + -3.849644847214222 + + 900.2000122070312 + 6019.18994140625 + + 130 + + 79 + + + 8.845000267028809 + 198 + + + + + + + 40.73373852297664 + -3.8496991619467735 + + 900.4000244140625 + 6028.009765625 + + 130 + + 84 + + + 8.82699966430664 + 138 + + + + + + + 40.73366794735193 + -3.849750878289342 + + 900.4000244140625 + 6036.81005859375 + + 130 + + 82 + + + 8.807999610900879 + 146 + + + + + + + 40.7335972879082 + -3.8497995771467686 + + 900.4000244140625 + 6045.66015625 + + 130 + + 79 + + + 8.845000267028809 + 159 + + + + + + + 40.73352310806513 + -3.849849868565798 + + 900.5999755859375 + 6054.56005859375 + + 130 + + 82 + + + 8.901000022888184 + 187 + + + + + + + 40.73345026932657 + -3.8498989026993513 + + 900.5999755859375 + 6063.47998046875 + + 130 + + 77 + + + 8.920000076293945 + 205 + + + + + + + 40.73337416164577 + -3.8499488588422537 + + 900.4000244140625 + 6072.43994140625 + + 130 + + 78 + + + 8.956999778747559 + 149 + + + + + + + 40.73330040089786 + -3.849997976794839 + + 900.4000244140625 + 6081.43017578125 + + 130 + + 78 + + + 8.994999885559082 + 150 + + + + + + + 40.733225801959634 + -3.8500455860048532 + + 900.2000122070312 + 6090.43017578125 + + 131 + + 78 + + + 8.994999885559082 + 140 + + + + + + + 40.73316008783877 + -3.8500921055674553 + + 900.0 + 6099.43994140625 + + 131 + + 79 + + + 9.012999534606934 + 146 + + + + + + + 40.73308833874762 + -3.8501468393951654 + + 900.0 + 6108.3798828125 + + 131 + + 78 + + + 8.939000129699707 + 185 + + + + + + + 40.73302421718836 + -3.8502001482993364 + + 900.0 + 6117.35986328125 + + 131 + + 78 + + + 8.97599983215332 + 167 + + + + + + + 40.73295087553561 + -3.850261839106679 + + 900.2000122070312 + 6126.35009765625 + + 131 + + 78 + + + 8.994999885559082 + 152 + + + + + + + 40.732884742319584 + -3.850328391417861 + + 900.2000122070312 + 6135.35009765625 + + 131 + + 78 + + + 8.994999885559082 + 180 + + + + + + + 40.73282087221742 + -3.8503932673484087 + + 900.2000122070312 + 6144.33984375 + + 131 + + 78 + + + 8.994999885559082 + 167 + + + + + + + 40.73276035487652 + -3.8504609931260347 + + 900.2000122070312 + 6153.31982421875 + + 131 + + 80 + + + 8.97599983215332 + 195 + + + + + + + 40.73269631713629 + -3.8505406212061644 + + 900.0 + 6162.3701171875 + + 131 + + 78 + + + 9.050999641418457 + 193 + + + + + + + 40.73264040984213 + -3.8506163097918034 + + 900.2000122070312 + 6171.47021484375 + + 131 + + 80 + + + 9.107000350952148 + 194 + + + + + + + 40.73258341290057 + -3.8506949320435524 + + 900.2000122070312 + 6180.41015625 + + 131 + + 80 + + + 8.939000129699707 + 154 + + + + + + + 40.73253018781543 + -3.8507729675620794 + + 900.4000244140625 + 6189.43017578125 + + 131 + + 79 + + + 9.012999534606934 + 190 + + + + + + + 40.73247360996902 + -3.8508503325283527 + + 900.4000244140625 + 6198.43994140625 + + 131 + + 79 + + + 9.012999534606934 + 196 + + + + + + + 40.73242248035967 + -3.8509252667427063 + + 900.2000122070312 + 6207.43017578125 + + 131 + + 78 + + + 8.994999885559082 + 180 + + + + + + + 40.73236615397036 + -3.851004308089614 + + 900.0 + 6216.4501953125 + + 131 + + 78 + + + 9.012999534606934 + 192 + + + + + + + 40.73230789974332 + -3.851084941998124 + + 900.2000122070312 + 6225.5 + + 130 + + 80 + + + 9.050999641418457 + 187 + + + + + + + 40.73225081898272 + -3.851164737716317 + + 900.0 + 6234.64013671875 + + 130 + + 78 + + + 9.144000053405762 + 177 + + + + + + + 40.73219298385084 + -3.8512464612722397 + + 900.0 + 6243.830078125 + + 129 + + 78 + + + 9.180999755859375 + 178 + + + + + + + 40.732137160375714 + -3.8513275142759085 + + 900.0 + 6253.02978515625 + + 130 + + 81 + + + 9.199999809265137 + 212 + + + + + + + 40.732080498710275 + -3.8514058850705624 + + 900.2000122070312 + 6262.25 + + 130 + + 82 + + + 9.227999687194824 + 194 + + + + + + + 40.732021825388074 + -3.8514888659119606 + + 900.2000122070312 + 6271.56005859375 + + 130 + + 80 + + + 9.303000450134277 + 170 + + + + + + + 40.731965666636825 + -3.851570002734661 + + 900.0 + 6280.72021484375 + + 131 + + 81 + + + 9.163000106811523 + 174 + + + + + + + 40.73190498165786 + -3.8516555819660425 + + 900.0 + 6290.0498046875 + + 131 + + 81 + + + 9.331000328063965 + 145 + + + + + + + 40.731845051050186 + -3.85173998773098 + + 899.7999877929688 + 6299.3798828125 + + 131 + + 85 + + + 9.331000328063965 + 122 + + + + + + + 40.73178654536605 + -3.851820370182395 + + 899.7999877929688 + 6308.759765625 + + 131 + + 87 + + + 9.376999855041504 + 146 + + + + + + + 40.7317285425961 + -3.8518943823873997 + + 899.7999877929688 + 6318.1201171875 + + 131 + + 84 + + + 9.359000205993652 + 132 + + + + + + + 40.73166584596038 + -3.851976776495576 + + 900.0 + 6327.35009765625 + + 130 + + 82 + + + 9.237000465393066 + 153 + + + + + + + 40.7316096033901 + -3.852055063471198 + + 900.0 + 6336.5400390625 + + 130 + + 81 + + + 9.190999984741211 + 143 + + + + + + + 40.73155160062015 + -3.852141061797738 + + 900.2000122070312 + 6345.7998046875 + + 130 + + 82 + + + 9.255999565124512 + 175 + + + + + + + 40.73149208910763 + -3.8522231206297874 + + 900.2000122070312 + 6355.080078125 + + 130 + + 81 + + + 9.274999618530273 + 195 + + + + + + + 40.73143240995705 + -3.8523005694150925 + + 900.4000244140625 + 6364.39013671875 + + 130 + + 80 + + + 9.312000274658203 + 176 + + + + + + + 40.7313730660826 + -3.852376090362668 + + 900.4000244140625 + 6373.7001953125 + + 130 + + 80 + + + 9.312000274658203 + 163 + + + + + + + 40.731311459094286 + -3.8524584844708443 + + 900.4000244140625 + 6383.009765625 + + 130 + + 83 + + + 9.312000274658203 + 163 + + + + + + + 40.7312573119998 + -3.852535430341959 + + 900.4000244140625 + 6392.2998046875 + + 130 + + 85 + + + 9.293000221252441 + 166 + + + + + + + 40.731197129935026 + -3.8526200875639915 + + 900.5999755859375 + 6401.60009765625 + + 130 + + 83 + + + 9.293000221252441 + 163 + + + + + + + 40.73113669641316 + -3.8527016434818506 + + 900.5999755859375 + 6410.85009765625 + + 130 + + 83 + + + 9.255999565124512 + 153 + + + + + + + 40.7310810405761 + -3.852779595181346 + + 900.4000244140625 + 6420.06005859375 + + 131 + + 80 + + + 9.208999633789062 + 180 + + + + + + + 40.73102789930999 + -3.852855870500207 + + 900.4000244140625 + 6429.25 + + 131 + + 81 + + + 9.190999984741211 + 168 + + + + + + + 40.73097048327327 + -3.852937761694193 + + 900.2000122070312 + 6438.41015625 + + 130 + + 80 + + + 9.152999877929688 + 170 + + + + + + + 40.730915162712336 + -3.8530130311846733 + + 900.0 + 6447.5400390625 + + 131 + + 80 + + + 9.135000228881836 + 179 + + + + + + + 40.730854058638215 + -3.853089390322566 + + 900.0 + 6456.56982421875 + + 130 + + 81 + + + 9.031999588012695 + 152 + + + + + + + 40.7307995762676 + -3.853168599307537 + + 899.7999877929688 + 6465.52978515625 + + 130 + + 78 + + + 8.956999778747559 + 151 + + + + + + + 40.730747021734715 + -3.853246131911874 + + 900.0 + 6474.509765625 + + 130 + + 79 + + + 8.97599983215332 + 215 + + + + + + + 40.730695221573114 + -3.853322407230735 + + 900.0 + 6483.5400390625 + + 130 + + 79 + + + 9.031999588012695 + 180 + + + + + + + 40.73063638061285 + -3.853403627872467 + + 900.0 + 6492.64013671875 + + 131 + + 80 + + + 9.097000122070312 + 181 + + + + + + + 40.730580976232886 + -3.8534782268106937 + + 900.0 + 6501.7900390625 + + 131 + + 78 + + + 9.152999877929688 + 232 + + + + + + + 40.73052263818681 + -3.8535581063479185 + + 900.0 + 6510.9599609375 + + 131 + + 80 + + + 9.17199993133545 + 183 + + + + + + + 40.73046430014074 + -3.8536387402564287 + + 900.0 + 6520.1201171875 + + 131 + + 79 + + + 9.152999877929688 + 170 + + + + + + + 40.73040629737079 + -3.853712836280465 + + 900.0 + 6529.31005859375 + + 131 + + 80 + + + 9.190999984741211 + 193 + + + + + + + 40.73035114444792 + -3.8537876028567553 + + 900.2000122070312 + 6538.52001953125 + + 131 + + 83 + + + 9.208999633789062 + 171 + + + + + + + 40.73029381223023 + -3.853863626718521 + + 900.2000122070312 + 6547.68017578125 + + 131 + + 79 + + + 9.163000106811523 + 177 + + + + + + + 40.73023966513574 + -3.853936968371272 + + 900.2000122070312 + 6556.81005859375 + + 131 + + 80 + + + 9.125 + 192 + + + + + + + 40.73018090799451 + -3.854017937555909 + + 900.2000122070312 + 6565.8701171875 + + 131 + + 81 + + + 9.050999641418457 + 183 + + + + + + + 40.73012818582356 + -3.8540955539792776 + + 900.2000122070312 + 6574.85009765625 + + 131 + + 78 + + + 8.994999885559082 + 180 + + + + + + + 40.730074206367135 + -3.8541718292981386 + + 900.2000122070312 + 6583.830078125 + + 131 + + 79 + + + 8.97599983215332 + 215 + + + + + + + 40.7300207298249 + -3.8542486913502216 + + 900.0 + 6592.85986328125 + + 131 + + 79 + + + 9.031999588012695 + 196 + + + + + + + 40.72996658273041 + -3.8543288223445415 + + 900.0 + 6601.85009765625 + + 131 + + 78 + + + 8.994999885559082 + 191 + + + + + + + 40.72991419583559 + -3.8544030860066414 + + 900.0 + 6610.81005859375 + + 131 + + 79 + + + 8.956999778747559 + 200 + + + + + + + 40.72985795326531 + -3.854482462629676 + + 900.0 + 6619.75 + + 131 + + 79 + + + 8.939000129699707 + 196 + + + + + + + 40.72980145923793 + -3.854559827595949 + + 899.7999877929688 + 6628.64990234375 + + 131 + + 78 + + + 8.901000022888184 + 178 + + + + + + + 40.72974647395313 + -3.854634091258049 + + 899.7999877929688 + 6637.58984375 + + 131 + + 77 + + + 8.939000129699707 + 199 + + + + + + + 40.72969174012542 + -3.854710115119815 + + 899.5999755859375 + 6646.52978515625 + + 132 + + 79 + + + 8.939000129699707 + 166 + + + + + + + 40.729636838659644 + -3.854790162295103 + + 899.7999877929688 + 6655.47021484375 + + 132 + + 79 + + + 8.939000129699707 + 150 + + + + + + + 40.72958663105965 + -3.8548639230430126 + + 899.7999877929688 + 6664.41015625 + + 132 + + 78 + + + 8.939000129699707 + 150 + + + + + + + 40.7295286282897 + -3.8549472391605377 + + 900.0 + 6673.2900390625 + + 132 + + 77 + + + 8.883000373840332 + 165 + + + + + + + 40.72947280481458 + -3.8550265319645405 + + 900.0 + 6682.18994140625 + + 132 + + 78 + + + 8.901000022888184 + 174 + + + + + + + 40.7294197473675 + -3.8551048189401627 + + 900.0 + 6691.14990234375 + + 132 + + 78 + + + 8.956999778747559 + 194 + + + + + + + 40.72936845012009 + -3.855181345716119 + + 900.2000122070312 + 6699.97998046875 + + 132 + + 78 + + + 8.82699966430664 + 170 + + + + + + + 40.72931757196784 + -3.855267344042659 + + 900.0 + 6708.91015625 + + 132 + + 78 + + + 8.939000129699707 + 203 + + + + + + + 40.7292712200433 + -3.8553519174456596 + + 900.0 + 6717.85009765625 + + 132 + + 78 + + + 8.939000129699707 + 203 + + + + + + + 40.72922386229038 + -3.8554441183805466 + + 899.7999877929688 + 6726.830078125 + + 132 + + 78 + + + 8.97599983215332 + 206 + + + + + + + 40.72918077930808 + -3.8555369898676872 + + 899.7999877929688 + 6735.8798828125 + + 132 + + 79 + + + 9.050999641418457 + 223 + + + + + + + 40.72913778014481 + -3.8556270115077496 + + 899.7999877929688 + 6745.0498046875 + + 132 + + 78 + + + 9.17199993133545 + 164 + + + + + + + 40.72909763082862 + -3.8557161949574947 + + 899.7999877929688 + 6754.240234375 + + 132 + + 82 + + + 9.190999984741211 + 139 + + + + + + + 40.72906234301627 + -3.855816861614585 + + 899.7999877929688 + 6763.490234375 + + 133 + + 81 + + + 9.246999740600586 + 153 + + + + + + + 40.72902864776552 + -3.855912247672677 + + 899.7999877929688 + 6772.81982421875 + + 133 + + 82 + + + 9.331000328063965 + 198 + + + + + + + 40.72899864055216 + -3.856014758348465 + + 900.0 + 6782.14990234375 + + 132 + + 79 + + + 9.331000328063965 + 132 + + + + + + + 40.72896871715784 + -3.8561196997761726 + + 900.0 + 6791.43017578125 + + 133 + + 80 + + + 9.274999618530273 + 131 + + + + + + + 40.72894072160125 + -3.856222378090024 + + 900.0 + 6800.6201171875 + + 133 + + 81 + + + 9.190999984741211 + 161 + + + + + + + 40.728917671367526 + -3.8563226256519556 + + 900.0 + 6809.7900390625 + + 133 + + 81 + + + 9.17199993133545 + 161 + + + + + + + 40.72889428585768 + -3.8564286567270756 + + 900.0 + 6819.02001953125 + + 133 + + 79 + + + 9.227999687194824 + 165 + + + + + + + 40.72887048125267 + -3.8565299101173878 + + 900.2000122070312 + 6828.259765625 + + 133 + + 81 + + + 9.246999740600586 + 175 + + + + + + + 40.72884357534349 + -3.856636108830571 + + 900.2000122070312 + 6837.490234375 + + 133 + + 80 + + + 9.227999687194824 + 156 + + + + + + + 40.7288171723485 + -3.8567417208105326 + + 900.2000122070312 + 6846.6298828125 + + 133 + + 78 + + + 9.135000228881836 + 188 + + + + + + + 40.72879378683865 + -3.85684372857213 + + 900.4000244140625 + 6855.72021484375 + + 133 + + 80 + + + 9.097000122070312 + 184 + + + + + + + 40.728773418813944 + -3.8569422997534275 + + 900.2000122070312 + 6864.77001953125 + + 133 + + 80 + + + 9.050999641418457 + 211 + + + + + + + 40.728750452399254 + -3.85704698972404 + + 900.2000122070312 + 6873.81005859375 + + 132 + + 78 + + + 9.031999588012695 + 190 + + + + + + + 40.7287273183465 + -3.857146482914686 + + 900.4000244140625 + 6882.81982421875 + + 132 + + 78 + + + 9.012999534606934 + 158 + + + + + + + 40.72870091535151 + -3.857252597808838 + + 900.4000244140625 + 6891.759765625 + + 133 + + 78 + + + 8.939000129699707 + 194 + + + + + + + 40.72867644019425 + -3.8573577906936407 + + 900.2000122070312 + 6900.66015625 + + 133 + + 76 + + + 8.901000022888184 + 159 + + + + + + + 40.728653809055686 + -3.8574580382555723 + + 900.4000244140625 + 6909.509765625 + + 133 + + 78 + + + 8.845000267028809 + 164 + + + + + + + 40.72863101027906 + -3.857555352151394 + + 900.5999755859375 + 6918.31005859375 + + 133 + + 85 + + + 8.798999786376953 + 214 + + + + + + + 40.72860896587372 + -3.8576582819223404 + + 900.5999755859375 + 6927.06982421875 + + 133 + + 84 + + + 8.76200008392334 + 175 + + + + + + + 40.72858817875385 + -3.857755595818162 + + 900.5999755859375 + 6935.740234375 + + 133 + + 83 + + + 8.678000450134277 + 194 + + + + + + + 40.72856370359659 + -3.8578572683036327 + + 900.5999755859375 + 6944.3798828125 + + 133 + + 83 + + + 8.630999565124512 + 184 + + + + + + + 40.72854367084801 + -3.857956090942025 + + 900.5999755859375 + 6952.9501953125 + + 132 + + 82 + + + 8.574999809265137 + 188 + + + + + + + 40.728522296994925 + -3.858052399009466 + + 900.7999877929688 + 6961.490234375 + + 132 + + 81 + + + 8.538000106811523 + 171 + + + + + + + 40.7285026833415 + -3.8581447675824165 + + 901.0 + 6969.97998046875 + + 133 + + 80 + + + 8.491000175476074 + 164 + + + + + + + 40.72848164476454 + -3.8582399021834135 + + 901.2000122070312 + 6978.419921875 + + 133 + + 80 + + + 8.444000244140625 + 229 + + + + + + + 40.72846404276788 + -3.858326403424144 + + 901.2000122070312 + 6986.77978515625 + + 133 + + 80 + + + 8.359999656677246 + 209 + + + + + + + 40.72844157926738 + -3.8584166765213013 + + 901.4000244140625 + 6995.06005859375 + + 133 + + 78 + + + 8.276000022888184 + 199 + + + + + + + 40.72841500863433 + -3.8585038483142853 + + 901.5999755859375 + 7003.2099609375 + + 133 + + 78 + + + 8.154999732971191 + 223 + + + + + + + 40.72838776744902 + -3.8585897628217936 + + 901.5999755859375 + 7011.31982421875 + + 133 + + 77 + + + 8.107999801635742 + 203 + + + + + + + 40.728357592597604 + -3.858672743663192 + + 901.7999877929688 + 7019.3798828125 + + 133 + + 75 + + + 8.062000274658203 + 180 + + + + + + + 40.7283248193562 + -3.8587564788758755 + + 901.7999877929688 + 7027.33984375 + + 133 + + 77 + + + 7.959000110626221 + 218 + + + + + + + 40.72829095646739 + -3.8588335923850536 + + 902.0 + 7035.2998046875 + + 133 + + 79 + + + 7.959000110626221 + 239 + + + + + + + 40.72824988514185 + -3.8589160703122616 + + 902.4000244140625 + 7043.240234375 + + 134 + + 80 + + + 7.940000057220459 + 209 + + + + + + + 40.728210154920816 + -3.8589925970882177 + + 902.5999755859375 + 7051.16015625 + + 134 + + 81 + + + 7.9120001792907715 + 206 + + + + + + + 40.72816866450012 + -3.8590653520077467 + + 902.4000244140625 + 7059.080078125 + + 134 + + 80 + + + 7.921999931335449 + 188 + + + + + + + 40.728130945935845 + -3.8591346703469753 + + 902.0 + 7067.0 + + 134 + + 81 + + + 7.921999931335449 + 177 + + + + + + + 40.72808526456356 + -3.8592062518000603 + + 902.2000122070312 + 7075.0 + + 134 + + 82 + + + 7.995999813079834 + 162 + + + + + + + 40.728041930124164 + -3.859274061396718 + + 902.2000122070312 + 7083.02978515625 + + 134 + + 85 + + + 8.034000396728516 + 160 + + + + + + + 40.72799641638994 + -3.8593473192304373 + + 902.2000122070312 + 7091.14013671875 + + 134 + + 80 + + + 8.107999801635742 + 154 + + + + + + + 40.72794780135155 + -3.859419235959649 + + 902.2000122070312 + 7099.14990234375 + + 135 + + 85 + + + 8.015000343322754 + 138 + + + + + + + 40.72789767757058 + -3.8594892248511314 + + 902.2000122070312 + 7107.18994140625 + + 134 + + 83 + + + 8.034000396728516 + 136 + + + + + + + 40.727849900722504 + -3.859555274248123 + + 902.2000122070312 + 7115.22021484375 + + 134 + + 84 + + + 8.034000396728516 + 157 + + + + + + + 40.727800615131855 + -3.859629286453128 + + 902.4000244140625 + 7123.240234375 + + 134 + + 82 + + + 8.015000343322754 + 206 + + + + + + + 40.72775577194989 + -3.8596960064023733 + + 902.5999755859375 + 7131.2998046875 + + 134 + + 83 + + + 8.062000274658203 + 210 + + + + + + + 40.72770548053086 + -3.859768006950617 + + 902.5999755859375 + 7139.3701171875 + + 134 + + 82 + + + 8.071000099182129 + 192 + + + + + + + 40.72765711694956 + -3.8598388340324163 + + 902.5999755859375 + 7147.43994140625 + + 134 + + 83 + + + 8.071000099182129 + 164 + + + + + + + 40.727611938491464 + -3.8599070627242327 + + 902.5999755859375 + 7155.4501953125 + + 134 + + 83 + + + 8.015000343322754 + 179 + + + + + + + 40.72756399400532 + -3.8599731121212244 + + 902.7999877929688 + 7163.41015625 + + 134 + + 84 + + + 7.959000110626221 + 172 + + + + + + + 40.727514289319515 + -3.86004033498466 + + 903.0 + 7171.2998046875 + + 134 + + 83 + + + 7.883999824523926 + 176 + + + + + + + 40.72746860794723 + -3.8601062167435884 + + 903.0 + 7179.10986328125 + + 134 + + 80 + + + 7.809999942779541 + 204 + + + + + + + 40.72742317803204 + -3.8601757865399122 + + 903.2000122070312 + 7186.91015625 + + 134 + + 79 + + + 7.800000190734863 + 187 + + + + + + + 40.72737565264106 + -3.8602458592504263 + + 903.2000122070312 + 7194.60986328125 + + 134 + + 79 + + + 7.697999954223633 + 251 + + + + + + + 40.72733340784907 + -3.860311070457101 + + 903.4000244140625 + 7202.27001953125 + + 134 + + 79 + + + 7.659999847412109 + 264 + + + + + + + 40.72728973813355 + -3.8603733479976654 + + 903.5999755859375 + 7209.77978515625 + + 134 + + 78 + + + 7.511000156402588 + 206 + + + + + + + 40.72723994962871 + -3.860442666336894 + + 903.5999755859375 + 7217.259765625 + + 134 + + 79 + + + 7.482999801635742 + 249 + + + + + + + 40.72719007730484 + -3.860507123172283 + + 903.7999877929688 + 7224.759765625 + + 134 + + 83 + + + 7.501999855041504 + 231 + + + + + + + 40.72714070789516 + -3.860568981617689 + + 904.0 + 7232.22998046875 + + 134 + + 82 + + + 7.465000152587891 + 238 + + + + + + + 40.72708798572421 + -3.860629415139556 + + 904.0 + 7239.669921875 + + 134 + + 82 + + + 7.446000099182129 + 225 + + + + + + + 40.72703434154391 + -3.860683310776949 + + 904.2000122070312 + 7247.14990234375 + + 134 + + 81 + + + 7.473999977111816 + 180 + + + + + + + 40.726981703191996 + -3.8607287406921387 + + 904.4000244140625 + 7254.56982421875 + + 135 + + 80 + + + 7.418000221252441 + 149 + + + + + + + 40.72692655026913 + -3.860778696835041 + + 904.4000244140625 + 7261.91015625 + + 135 + + 83 + + + 7.3429999351501465 + 164 + + + + + + + 40.72687391191721 + -3.860823540017009 + + 904.4000244140625 + 7269.31982421875 + + 135 + + 80 + + + 7.408999919891357 + 176 + + + + + + + 40.72681372985244 + -3.8608728256076574 + + 904.2000122070312 + 7276.97021484375 + + 135 + + 78 + + + 7.651000022888184 + 174 + + + + + + + 40.726754972711205 + -3.8609232008457184 + + 904.4000244140625 + 7284.56982421875 + + 136 + + 78 + + + 7.605000019073486 + 204 + + + + + + + 40.72669613175094 + -3.860969888046384 + + 904.4000244140625 + 7292.31982421875 + + 136 + + 78 + + + 7.74399995803833 + 170 + + + + + + + 40.72663829661906 + -3.8610135577619076 + + 904.4000244140625 + 7300.1201171875 + + 136 + + 79 + + + 7.800000190734863 + 191 + + + + + + + 40.726571744307876 + -3.86105471290648 + + 904.4000244140625 + 7308.0400390625 + + 136 + + 78 + + + 7.921999931335449 + 159 + + + + + + + 40.726505191996694 + -3.86109477840364 + + 904.5999755859375 + 7316.14013671875 + + 136 + + 82 + + + 8.098999977111816 + 142 + + + + + + + 40.72643805295229 + -3.861141297966242 + + 904.4000244140625 + 7324.41015625 + + 136 + + 84 + + + 8.267000198364258 + 129 + + + + + + + 40.726373344659805 + -3.861196367070079 + + 904.2000122070312 + 7332.7998046875 + + 136 + + 95 + + + 8.39799976348877 + 111 + + + + + + + 40.726313749328256 + -3.861250765621662 + + 904.2000122070312 + 7341.31982421875 + + 136 + + 80 + + + 8.519000053405762 + 124 + + + + + + + 40.72625247761607 + -3.8613084331154823 + + 904.0 + 7350.009765625 + + 136 + + 82 + + + 8.687000274658203 + 138 + + + + + + + 40.726188607513905 + -3.8613773323595524 + + 903.7999877929688 + 7358.85986328125 + + 136 + + 75 + + + 8.854999542236328 + 150 + + + + + + + 40.7261233124882 + -3.8614450581371784 + + 903.5999755859375 + 7367.9599609375 + + 136 + + 80 + + + 9.097000122070312 + 111 + + + + + + + 40.726055251434445 + -3.861518483608961 + + 903.4000244140625 + 7377.1298828125 + + 136 + + 110 + + + 9.17199993133545 + 115 + + + + + + + 40.72599146515131 + -3.861600123345852 + + 903.0 + 7386.5498046875 + + 135 + + 87 + + + 9.414999961853027 + 128 + + + + + + + 40.72593044489622 + -3.861683690920472 + + 903.0 + 7396.2900390625 + + 135 + + 85 + + + 9.741000175476074 + 128 + + + + + + + 40.72586942464113 + -3.8617696054279804 + + 902.7999877929688 + 7406.35009765625 + + 135 + + 86 + + + 10.057999610900879 + 123 + + + + + + + 40.72580857202411 + -3.8618632312864065 + + 902.5999755859375 + 7416.7099609375 + + 135 + + 88 + + + 10.357000350952148 + 105 + + + + + + + 40.72575006633997 + -3.861958533525467 + + 902.2000122070312 + 7427.39990234375 + + 134 + + 94 + + + 10.692999839782715 + 120 + + + + + + + 40.7256864476949 + -3.8620661571621895 + + 901.7999877929688 + 7438.31005859375 + + 134 + + 70 + + + 10.907999992370605 + 18 + + + + + + + 40.725628696382046 + -3.8621771335601807 + + 901.5999755859375 + 7449.41015625 + + 133 + + 0 + + + 11.104000091552734 + 105 + + + + + + + 40.72557647712529 + -3.8622858468443155 + + 901.4000244140625 + 7460.6298828125 + + 132 + + 131 + + + 11.225000381469727 + 3 + + + + + + + 40.72552828118205 + -3.8623972423374653 + + 901.2000122070312 + 7471.89013671875 + + 132 + + 0 + + + 11.253000259399414 + 45 + + + + + + + 40.725477151572704 + -3.8625166844576597 + + 901.0 + 7483.2001953125 + + 131 + + 0 + + + 11.309000015258789 + 46 + + + + + + + 40.725430715829134 + -3.862640233710408 + + 900.5999755859375 + 7494.5400390625 + + 131 + + 99 + + + 11.345999717712402 + 96 + + + + + + + 40.725390650331974 + -3.8627700693905354 + + 900.5999755859375 + 7505.7900390625 + + 130 + + 125 + + + 11.253000259399414 + 88 + + + + + + + 40.725353518500924 + -3.8628974743187428 + + 900.7999877929688 + 7516.93994140625 + + 130 + + 99 + + + 11.140999794006348 + 94 + + + + + + + 40.72532024234533 + -3.8630188442766666 + + 900.7999877929688 + 7527.9501953125 + + 129 + + 95 + + + 11.020000457763672 + 89 + + + + + + + 40.72528780438006 + -3.8631375320255756 + + 900.5999755859375 + 7538.81005859375 + + 129 + + 112 + + + 10.85200023651123 + 110 + + + + + + + 40.725258719176054 + -3.86326284147799 + + 900.4000244140625 + 7549.56005859375 + + 128 + + 125 + + + 10.74899959564209 + 109 + + + + + + + 40.72523457929492 + -3.863380942493677 + + 900.4000244140625 + 7560.08984375 + + 128 + + 110 + + + 10.534000396728516 + 96 + + + + + + + 40.72521588765085 + -3.8635039050132036 + + 900.4000244140625 + 7570.47021484375 + + 128 + + 112 + + + 10.37600040435791 + 99 + + + + + + + 40.725199207663536 + -3.8636249396950006 + + 900.4000244140625 + 7580.64013671875 + + 128 + + 99 + + + 10.180000305175781 + 124 + + + + + + + 40.72518814355135 + -3.8637404423207045 + + 900.2000122070312 + 7590.68017578125 + + 128 + + 87 + + + 10.039999961853027 + 143 + + + + + + + 40.72518127039075 + -3.863856615498662 + + 900.2000122070312 + 7600.6298828125 + + 128 + + 87 + + + 9.946999549865723 + 131 + + + + + + + 40.725175738334656 + -3.863975638523698 + + 900.4000244140625 + 7610.31005859375 + + 128 + + 96 + + + 9.675999641418457 + 157 + + + + + + + 40.725171798840165 + -3.864089045673609 + + 900.4000244140625 + 7619.9501953125 + + 128 + + 84 + + + 9.64799976348877 + 161 + + + + + + + 40.72516894899309 + -3.8642107509076595 + + 900.4000244140625 + 7629.52001953125 + + 128 + + 85 + + + 9.564000129699707 + 149 + + + + + + + 40.72516618296504 + -3.864326002076268 + + 900.5999755859375 + 7638.93017578125 + + 128 + + 85 + + + 9.414999961853027 + 153 + + + + + + + 40.72516484186053 + -3.8644331227988005 + + 900.5999755859375 + 7648.27001953125 + + 128 + + 86 + + + 9.34000015258789 + 162 + + + + + + + 40.725162997841835 + -3.8645403273403645 + + 900.5999755859375 + 7657.509765625 + + 128 + + 87 + + + 9.237000465393066 + 144 + + + + + + + 40.72516509331763 + -3.8646509684622288 + + 900.4000244140625 + 7666.66015625 + + 127 + + 87 + + + 9.152999877929688 + 195 + + + + + + + 40.725164506584406 + -3.864754233509302 + + 900.5999755859375 + 7675.759765625 + + 127 + + 85 + + + 9.097000122070312 + 204 + + + + + + + 40.725163919851184 + -3.8648590072989464 + + 900.5999755859375 + 7684.81982421875 + + 127 + + 86 + + + 9.0600004196167 + 193 + + + + + + + 40.725160986185074 + -3.864967552945018 + + 900.5999755859375 + 7693.830078125 + + 126 + + 87 + + + 9.003999710083008 + 186 + + + + + + + 40.7251594774425 + -3.8650722429156303 + + 900.5999755859375 + 7702.830078125 + + 126 + + 84 + + + 9.003999710083008 + 177 + + + + + + + 40.72515645995736 + -3.8651773519814014 + + 900.5999755859375 + 7711.6298828125 + + 126 + + 94 + + + 8.798999786376953 + 197 + + + + + + + 40.72515453211963 + -3.8652856461703777 + + 900.5999755859375 + 7720.39013671875 + + 126 + + 92 + + + 8.76200008392334 + 172 + + + + + + + 40.725153274834156 + -3.8653852231800556 + + 900.7999877929688 + 7729.06982421875 + + 126 + + 88 + + + 8.678000450134277 + 165 + + + + + + + 40.725153274834156 + -3.865486979484558 + + 900.7999877929688 + 7737.669921875 + + 126 + + 93 + + + 8.602999687194824 + 169 + + + + + + + 40.725152269005775 + -3.865586305037141 + + 900.7999877929688 + 7746.169921875 + + 126 + + 92 + + + 8.5 + 181 + + + + + + + 40.725149754434824 + -3.865683451294899 + + 901.0 + 7754.64013671875 + + 126 + + 86 + + + 8.472000122070312 + 218 + + + + + + + 40.7251494191587 + -3.8657792564481497 + + 901.2000122070312 + 7763.1201171875 + + 125 + + 85 + + + 8.472000122070312 + 213 + + + + + + + 40.725150257349014 + -3.865879336372018 + + 901.2000122070312 + 7771.5 + + 125 + + 88 + + + 8.387999534606934 + 196 + + + + + + + 40.725150844082236 + -3.865974135696888 + + 901.4000244140625 + 7779.830078125 + + 133 + + 85 + + + 8.322999954223633 + 232 + + + + + + + 40.72514849714935 + -3.866073377430439 + + 901.4000244140625 + 7788.2001953125 + + 133 + + 85 + + + 8.369999885559082 + 210 + + + + + + + 40.725148832425475 + -3.8661686796694994 + + 901.2000122070312 + 7796.35986328125 + + 132 + + 85 + + + 8.163999557495117 + 236 + + + + + + + 40.725151263177395 + -3.8662591204047203 + + 901.4000244140625 + 7804.5400390625 + + 132 + + 84 + + + 8.182999610900879 + 200 + + + + + + + 40.72515168227255 + -3.8663491420447826 + + 901.5999755859375 + 7812.66015625 + + 132 + + 86 + + + 8.118000030517578 + 223 + + + + + + + 40.72515235282481 + -3.866441259160638 + + 901.7999877929688 + 7820.72998046875 + + 132 + + 88 + + + 8.071000099182129 + 230 + + + + + + + 40.72515394538641 + -3.866535807028413 + + 902.0 + 7828.77978515625 + + 131 + + 90 + + + 8.043000221252441 + 237 + + + + + + + 40.72515428066254 + -3.8666304387152195 + + 902.2000122070312 + 7836.77978515625 + + 131 + + 87 + + + 8.005999565124512 + 239 + + + + + + + 40.72515587322414 + -3.8667238131165504 + + 902.4000244140625 + 7844.68017578125 + + 131 + + 87 + + + 7.9029998779296875 + 260 + + + + + + + 40.72515478357673 + -3.866812912747264 + + 902.5999755859375 + 7852.58984375 + + 131 + + 87 + + + 7.9029998779296875 + 206 + + + + + + + 40.725152688100934 + -3.8669029343873262 + + 902.7999877929688 + 7860.2900390625 + + 131 + + 85 + + + 7.697999954223633 + 206 + + + + + + + 40.72515000589192 + -3.866996308788657 + + 902.7999877929688 + 7867.83984375 + + 131 + + 85 + + + 7.558000087738037 + 200 + + + + + + + 40.72515050880611 + -3.8670858275145292 + + 903.0 + 7875.31982421875 + + 131 + + 93 + + + 7.473999977111816 + 239 + + + + + + + 40.72515252046287 + -3.8671729993075132 + + 903.2000122070312 + 7882.68994140625 + + 131 + + 87 + + + 7.370999813079834 + 236 + + + + + + + 40.7251544483006 + -3.8672595005482435 + + 903.2000122070312 + 7889.990234375 + + 131 + + 85 + + + 7.296999931335449 + 216 + + + + + + + 40.72515578940511 + -3.8673424813896418 + + 903.5999755859375 + 7897.1201171875 + + 131 + + 85 + + + 7.138000011444092 + 246 + + + + + + + 40.72515402920544 + -3.8674185890704393 + + 903.7999877929688 + 7904.009765625 + + 131 + + 90 + + + 6.886000156402588 + 204 + + + + + + + 40.72515645995736 + -3.867497881874442 + + 904.0 + 7910.6298828125 + + 131 + + 93 + + + 6.625 + 253 + + + + + + + 40.72516274638474 + -3.8675722293555737 + + 904.2000122070312 + 7917.080078125 + + 131 + + 82 + + + 6.447999954223633 + 240 + + + + + + + 40.72516433894634 + -3.8676417153328657 + + 904.4000244140625 + 7923.31005859375 + + 131 + + 80 + + + 6.232999801635742 + 272 + + + + + + + 40.72515989653766 + -3.8677121233195066 + + 904.5999755859375 + 7929.419921875 + + 132 + + 77 + + + 6.1020002365112305 + 297 + + + + + + + 40.72515880689025 + -3.8677786756306887 + + 905.0 + 7935.47998046875 + + 133 + + 77 + + + 6.065000057220459 + 349 + + + + + + + 40.72516760788858 + -3.867847826331854 + + 905.4000244140625 + 7941.7001953125 + + 133 + + 75 + + + 6.214000225067139 + 373 + + + + + + + 40.725187892094254 + -3.8679219223558903 + + 905.5999755859375 + 7947.85986328125 + + 134 + + 75 + + + 6.168000221252441 + 364 + + + + + + + 40.72521647438407 + -3.8679812662303448 + + 905.7999877929688 + 7954.0 + + 134 + + 76 + + + 6.139999866485596 + 230 + + + + + + + 40.72525159455836 + -3.868045974522829 + + 906.0 + 7959.75 + + 135 + + 74 + + + 5.748000144958496 + 218 + + + + + + + 40.7252839487046 + -3.8681047316640615 + + 906.4000244140625 + 7965.52978515625 + + 135 + + 72 + + + 5.776000022888184 + 232 + + + + + + + 40.72530624456704 + -3.868164913728833 + + 906.5999755859375 + 7971.259765625 + + 136 + + 72 + + + 5.729000091552734 + 248 + + + + + + + 40.72532049380243 + -3.868228029459715 + + 906.7999877929688 + 7976.9501953125 + + 137 + + 71 + + + 5.691999912261963 + 285 + + + + + + + 40.72532217018306 + -3.86829718016088 + + 907.0 + 7982.60009765625 + + 138 + + 70 + + + 5.6539998054504395 + 264 + + + + + + + 40.72531085461378 + -3.8683612179011106 + + 907.4000244140625 + 7988.2099609375 + + 139 + + 71 + + + 5.607999801635742 + 232 + + + + + + + 40.725291995331645 + -3.868422405794263 + + 907.7999877929688 + 7993.669921875 + + 140 + + 69 + + + 5.458000183105469 + 195 + + + + + + + 40.72526383213699 + -3.8684755470603704 + + 908.2000122070312 + 7998.8798828125 + + 140 + + 69 + + + 5.216000080108643 + 201 + + + + + + + 40.72522829286754 + -3.8685167860239744 + + 908.2000122070312 + 8004.1298828125 + + 140 + + 65 + + + 5.24399995803833 + 189 + + + + + + + 40.725188395008445 + -3.8685430213809013 + + 908.2000122070312 + 8009.27001953125 + + 141 + + 64 + + + 5.140999794006348 + 140 + + + + + + + 40.72514086961746 + -3.8685562647879124 + + 908.4000244140625 + 8014.509765625 + + 141 + + 65 + + + 5.24399995803833 + 73 + + + + + + + 40.72508898563683 + -3.868561377748847 + + 908.5999755859375 + 8019.89990234375 + + 141 + + 90 + + + 5.383999824523926 + 0 + + + + + + + 40.72503944858909 + -3.8685498107224703 + + 908.5999755859375 + 8025.66015625 + + 141 + + 0 + + + 5.765999794006348 + 0 + + + + + + + 40.72498840279877 + -3.8685218151658773 + + 908.2000122070312 + 8031.7998046875 + + 141 + + 0 + + + 6.139999866485596 + 0 + + + + + + + 40.724945571273565 + -3.8684747088700533 + + 907.7999877929688 + 8038.2900390625 + + 140 + + 0 + + + 6.485000133514404 + 0 + + + + + + + 40.72490533813834 + -3.8684154488146305 + + 907.4000244140625 + 8045.1298828125 + + 140 + + 0 + + + 6.839000225067139 + 0 + + + + + + + 40.724880024790764 + -3.868336407467723 + + 907.5999755859375 + 8052.490234375 + + 140 + + 0 + + + 7.361999988555908 + 0 + + + + + + + 40.72487097233534 + -3.8682442903518677 + + 907.7999877929688 + 8060.02978515625 + + 142 + + 0 + + + 7.539000034332275 + 15 + + + + + + + 40.724892765283585 + -3.868146724998951 + + 907.7999877929688 + 8067.93994140625 + + 140 + + 0 + + + 7.9029998779296875 + 10 + + + + + + + 40.72493207640946 + -3.868056619539857 + + 907.4000244140625 + 8075.93994140625 + + 139 + + 0 + + + 8.005999565124512 + 11 + + + + + + + 40.72497356683016 + -3.867977662011981 + + 906.7999877929688 + 8084.1201171875 + + 140 + + 0 + + + 8.182999610900879 + 123 + + + + + + + 40.725008100271225 + -3.867894932627678 + + 906.5999755859375 + 8092.490234375 + + 139 + + 75 + + + 8.369999885559082 + 122 + + + + + + + 40.72503358125687 + -3.867797451093793 + + 906.2000122070312 + 8101.080078125 + + 137 + + 83 + + + 8.593999862670898 + 137 + + + + + + + 40.72504841722548 + -3.867691168561578 + + 906.2000122070312 + 8109.97021484375 + + 137 + + 78 + + + 8.892000198364258 + 112 + + + + + + + 40.72505855932832 + -3.8675811141729355 + + 906.0 + 8119.1201171875 + + 135 + + 79 + + + 9.144000053405762 + 105 + + + + + + + 40.72506400756538 + -3.8674650248140097 + + 905.5999755859375 + 8128.52001953125 + + 135 + + 78 + + + 9.404999732971191 + 99 + + + + + + + 40.725069623440504 + -3.867346588522196 + + 905.2000122070312 + 8138.27001953125 + + 135 + + 83 + + + 9.75100040435791 + 86 + + + + + + + 40.72507565841079 + -3.8672273978590965 + + 904.4000244140625 + 8148.3701171875 + + 134 + + 79 + + + 10.095999717712402 + 69 + + + + + + + 40.725079011172056 + -3.867097645998001 + + 904.0 + 8158.68994140625 + + 133 + + 88 + + + 10.319999694824219 + 84 + + + + + + + 40.725080436095595 + -3.8669759407639503 + + 903.7999877929688 + 8169.1298828125 + + 131 + + 72 + + + 10.440999984741211 + 67 + + + + + + + 40.72508244775236 + -3.866843171417713 + + 903.5999755859375 + 8179.68017578125 + + 131 + + 69 + + + 10.553000450134277 + 86 + + + + + + + 40.72508571669459 + -3.866712749004364 + + 903.4000244140625 + 8190.31005859375 + + 131 + + 92 + + + 10.628000259399414 + 86 + + + + + + + 40.725084375590086 + -3.866583751514554 + + 903.2000122070312 + 8201.01953125 + + 131 + + 95 + + + 10.711999893188477 + 73 + + + + + + + 40.72508311830461 + -3.8664558436721563 + + 903.0 + 8211.8095703125 + + 131 + + 99 + + + 10.78600025177002 + 73 + + + + + + + 40.725084291771054 + -3.86632164940238 + + 903.0 + 8222.6796875 + + 131 + + 150 + + + 10.869999885559082 + 92 + + + + + + + 40.725086219608784 + -3.866192065179348 + + 902.7999877929688 + 8233.6103515625 + + 131 + + 103 + + + 10.925999641418457 + 77 + + + + + + + 40.7250870577991 + -3.8660561945289373 + + 902.4000244140625 + 8244.5302734375 + + 128 + + 103 + + + 10.925999641418457 + 86 + + + + + + + 40.72508948855102 + -3.8659218326210976 + + 902.0 + 8255.490234375 + + 128 + + 96 + + + 10.954000473022461 + 86 + + + + + + + 40.72509451769292 + -3.8657896500080824 + + 901.7999877929688 + 8266.51953125 + + 128 + + 112 + + + 11.038000106811523 + 90 + + + + + + + 40.72509678080678 + -3.865658473223448 + + 901.5999755859375 + 8277.58984375 + + 127 + + 110 + + + 11.065999984741211 + 94 + + + + + + + 40.72509912773967 + -3.8655207585543394 + + 901.4000244140625 + 8288.6904296875 + + 127 + + 102 + + + 11.104000091552734 + 83 + + + + + + + 40.725100971758366 + -3.865382708609104 + + 901.4000244140625 + 8299.7998046875 + + 127 + + 96 + + + 11.104000091552734 + 87 + + + + + + + 40.725099463015795 + -3.865251112729311 + + 901.4000244140625 + 8310.8095703125 + + 127 + + 100 + + + 11.010000228881836 + 102 + + + + + + + 40.7251010555774 + -3.8651170022785664 + + 901.4000244140625 + 8321.73046875 + + 127 + + 95 + + + 10.925999641418457 + 81 + + + + + + + 40.72510122321546 + -3.864990770816803 + + 901.2000122070312 + 8332.6298828125 + + 126 + + 99 + + + 10.89799976348877 + 93 + + + + + + + 40.72510214522481 + -3.86486504226923 + + 901.0 + 8343.5 + + 126 + + 98 + + + 10.869999885559082 + 100 + + + + + + + 40.72510465979576 + -3.864729003980756 + + 901.0 + 8354.3203125 + + 126 + + 93 + + + 10.814000129699707 + 103 + + + + + + + 40.72510373778641 + -3.8645986653864384 + + 901.0 + 8365.0595703125 + + 126 + + 95 + + + 10.739999771118164 + 87 + + + + + + + 40.72510172612965 + -3.8644711766391993 + + 901.0 + 8375.7099609375 + + 126 + + 94 + + + 10.656000137329102 + 109 + + + + + + + 40.72510021738708 + -3.8643421791493893 + + 901.0 + 8386.150390625 + + 126 + + 95 + + + 10.440999984741211 + 96 + + + + + + + 40.72510222904384 + -3.8642122596502304 + + 901.2000122070312 + 8396.5400390625 + + 124 + + 98 + + + 10.385000228881836 + 128 + + + + + + + 40.72510641999543 + -3.86408812366426 + + 901.0 + 8406.849609375 + + 124 + + 92 + + + 10.3100004196167 + 128 + + + + + + + 40.72510901838541 + -3.863962981849909 + + 901.0 + 8417.1298828125 + + 129 + + 96 + + + 10.281999588012695 + 145 + + + + + + + 40.725112119689584 + -3.8638359121978283 + + 901.2000122070312 + 8427.3603515625 + + 127 + + 93 + + + 10.236000061035156 + 140 + + + + + + + 40.72511916048825 + -3.863711440935731 + + 901.4000244140625 + 8437.5498046875 + + 127 + + 92 + + + 10.189000129699707 + 164 + + + + + + + 40.72513349354267 + -3.863587724044919 + + 901.2000122070312 + 8447.6904296875 + + 127 + + 90 + + + 10.133000373840332 + 149 + + + + + + + 40.725147407501936 + -3.8634679466485977 + + 901.0 + 8457.8203125 + + 126 + + 90 + + + 10.133000373840332 + 167 + + + + + + + 40.72516014799476 + -3.8633514381945133 + + 900.7999877929688 + 8467.9501953125 + + 126 + + 91 + + + 10.133000373840332 + 167 + + + + + + + 40.72518085129559 + -3.8632279727607965 + + 900.7999877929688 + 8478.1103515625 + + 126 + + 92 + + + 10.16100025177002 + 163 + + + + + + + 40.72520331479609 + -3.8631118834018707 + + 900.5999755859375 + 8488.3203125 + + 125 + + 90 + + + 10.208000183105469 + 175 + + + + + + + 40.72523256763816 + -3.862988753244281 + + 900.5999755859375 + 8498.5302734375 + + 125 + + 90 + + + 10.208000183105469 + 182 + + + + + + + 40.72526542469859 + -3.8628695625811815 + + 900.4000244140625 + 8508.759765625 + + 125 + + 94 + + + 10.22599983215332 + 182 + + + + + + + 40.72529601864517 + -3.862756323069334 + + 900.4000244140625 + 8518.9599609375 + + 125 + + 87 + + + 10.208000183105469 + 164 + + + + + + + 40.72533097118139 + -3.862646771594882 + + 900.4000244140625 + 8529.169921875 + + 126 + + 91 + + + 10.208000183105469 + 154 + + + + + + + 40.72537430562079 + -3.8625342026352882 + + 900.2000122070312 + 8539.3798828125 + + 130 + + 93 + + + 10.208000183105469 + 179 + + + + + + + 40.7254152931273 + -3.8624292612075806 + + 900.0 + 8549.419921875 + + 129 + + 92 + + + 10.039999961853027 + 210 + + + + + + + 40.725460052490234 + -3.862322475761175 + + 900.2000122070312 + 8559.3203125 + + 128 + + 90 + + + 9.899999618530273 + 220 + + + + + + + 40.72550866752863 + -3.8622184563428164 + + 900.4000244140625 + 8569.3095703125 + + 128 + + 90 + + + 9.993000030517578 + 258 + + + + + + + 40.72555552236736 + -3.862119633704424 + + 900.5999755859375 + 8579.0703125 + + 127 + + 87 + + + 9.760000228881836 + 211 + + + + + + + 40.725603215396404 + -3.8620272651314735 + + 900.7999877929688 + 8588.5703125 + + 127 + + 85 + + + 9.49899959564209 + 205 + + + + + + + 40.72565350681543 + -3.8619371596723795 + + 901.2000122070312 + 8597.9404296875 + + 127 + + 92 + + + 9.368000030517578 + 218 + + + + + + + 40.72570404969156 + -3.861848982051015 + + 901.5999755859375 + 8607.1103515625 + + 127 + + 90 + + + 9.17199993133545 + 208 + + + + + + + 40.725755179300904 + -3.861766839399934 + + 901.5999755859375 + 8616.08984375 + + 127 + + 92 + + + 8.97599983215332 + 277 + + + + + + + 40.72581083513796 + -3.861686708405614 + + 901.7999877929688 + 8624.900390625 + + 127 + + 95 + + + 8.807999610900879 + 278 + + + + + + + 40.72586297057569 + -3.8616116903722286 + + 902.2000122070312 + 8633.490234375 + + 127 + + 92 + + + 8.593999862670898 + 248 + + + + + + + 40.72591150179505 + -3.8615427911281586 + + 902.5999755859375 + 8641.8798828125 + + 127 + + 91 + + + 8.387999534606934 + 277 + + + + + + + 40.72596497833729 + -3.8614697847515345 + + 902.7999877929688 + 8650.1396484375 + + 127 + + 86 + + + 8.258000373840332 + 207 + + + + + + + 40.72602122090757 + -3.86139870621264 + + 903.2000122070312 + 8658.25 + + 127 + + 93 + + + 8.107999801635742 + 217 + + + + + + + 40.72607830166817 + -3.86133617721498 + + 903.4000244140625 + 8666.23046875 + + 127 + + 91 + + + 7.986999988555908 + 244 + + + + + + + 40.72613714262843 + -3.86127607896924 + + 903.4000244140625 + 8674.16015625 + + 128 + + 88 + + + 7.931000232696533 + 247 + + + + + + + 40.72619128972292 + -3.8612224347889423 + + 903.5999755859375 + 8682.01953125 + + 128 + + 88 + + + 7.855999946594238 + 262 + + + + + + + 40.72624392807484 + -3.861171556636691 + + 903.7999877929688 + 8689.8203125 + + 128 + + 88 + + + 7.800000190734863 + 246 + + + + + + + 40.726304445415735 + -3.8611190021038055 + + 904.0 + 8697.5595703125 + + 128 + + 86 + + + 7.74399995803833 + 207 + + + + + + + 40.726365465670824 + -3.8610701356083155 + + 904.5999755859375 + 8705.3095703125 + + 128 + + 85 + + + 7.74399995803833 + 253 + + + + + + + 40.72642589919269 + -3.8610223587602377 + + 904.7999877929688 + 8713.1201171875 + + 128 + + 85 + + + 7.809999942779541 + 195 + + + + + + + 40.72648876346648 + -3.860972737893462 + + 905.0 + 8720.8701171875 + + 130 + + 90 + + + 7.754000186920166 + 173 + + + + + + + 40.726549196988344 + -3.860927140340209 + + 905.0 + 8728.7099609375 + + 132 + + 82 + + + 7.8379998207092285 + 196 + + + + + + + 40.72661256417632 + -3.8608801178634167 + + 905.0 + 8736.650390625 + + 132 + + 82 + + + 7.940000057220459 + 194 + + + + + + + 40.72668054141104 + -3.8608315866440535 + + 904.7999877929688 + 8744.7001953125 + + 133 + + 82 + + + 8.052000045776367 + 160 + + + + + + + 40.7267433218658 + -3.8607856538146734 + + 904.5999755859375 + 8752.759765625 + + 134 + + 82 + + + 8.052000045776367 + 128 + + + + + + + 40.726810628548265 + -3.860735110938549 + + 904.5999755859375 + 8760.8603515625 + + 134 + + 85 + + + 8.107999801635742 + 128 + + + + + + + 40.72687575593591 + -3.8606834784150124 + + 904.5999755859375 + 8768.9697265625 + + 134 + + 86 + + + 8.107999801635742 + 189 + + + + + + + 40.726941050961614 + -3.860628828406334 + + 904.4000244140625 + 8777.1796875 + + 136 + + 68 + + + 8.20199966430664 + 161 + + + + + + + 40.727001233026385 + -3.860577028244734 + + 904.4000244140625 + 8785.580078125 + + 137 + + 75 + + + 8.406999588012695 + 202 + + + + + + + 40.72706753388047 + -3.860514499247074 + + 904.4000244140625 + 8793.91015625 + + 137 + + 79 + + + 8.331999778747559 + 178 + + + + + + + 40.72712721303105 + -3.860451551154256 + + 904.2000122070312 + 8802.5703125 + + 137 + + 83 + + + 8.659000396728516 + 181 + + + + + + + 40.72718999348581 + -3.860382065176964 + + 904.0 + 8811.33984375 + + 137 + + 86 + + + 8.770999908447266 + 93 + + + + + + + 40.72724875062704 + -3.860310399904847 + + 904.0 + 8820.2802734375 + + 137 + + 79 + + + 8.939000129699707 + 104 + + + + + + + 40.72730884887278 + -3.86023236438632 + + 904.0 + 8829.41015625 + + 137 + + 80 + + + 9.125 + 154 + + + + + + + 40.72736701928079 + -3.8601501379162073 + + 903.5999755859375 + 8838.7197265625 + + 139 + + 80 + + + 9.312000274658203 + 121 + + + + + + + 40.72742854245007 + -3.860061625018716 + + 903.4000244140625 + 8848.2197265625 + + 139 + + 82 + + + 9.49899959564209 + 120 + + + + + + + 40.72748830541968 + -3.859975626692176 + + 903.2000122070312 + 8857.8896484375 + + 138 + + 80 + + + 9.675999641418457 + 99 + + + + + + + 40.727546475827694 + -3.859891388565302 + + 903.2000122070312 + 8867.73046875 + + 138 + + 88 + + + 9.835000038146973 + 111 + + + + + + + 40.7276030536741 + -3.859802121296525 + + 903.2000122070312 + 8877.580078125 + + 137 + + 90 + + + 9.852999687194824 + 105 + + + + + + + 40.72765963152051 + -3.859711764380336 + + 903.0 + 8887.4599609375 + + 137 + + 90 + + + 9.871999740600586 + 115 + + + + + + + 40.727714616805315 + -3.859625095501542 + + 902.7999877929688 + 8897.349609375 + + 136 + + 92 + + + 9.899999618530273 + 108 + + + + + + + 40.72777446359396 + -3.8595328107476234 + + 902.7999877929688 + 8907.26953125 + + 136 + + 91 + + + 9.918999671936035 + 102 + + + + + + + 40.727832801640034 + -3.8594415318220854 + + 902.5999755859375 + 8917.169921875 + + 136 + + 93 + + + 9.899999618530273 + 132 + + + + + + + 40.72788988240063 + -3.859354192391038 + + 902.5999755859375 + 8927.009765625 + + 136 + + 87 + + + 9.835000038146973 + 101 + + + + + + + 40.727943778038025 + -3.8592603150755167 + + 902.4000244140625 + 8936.8798828125 + + 136 + + 87 + + + 9.871999740600586 + 125 + + + + + + + 40.728000439703465 + -3.859170963987708 + + 902.0 + 8946.6201171875 + + 135 + + 84 + + + 9.741000175476074 + 90 + + + + + + + 40.72805693373084 + -3.859082702547312 + + 901.7999877929688 + 8956.3603515625 + + 135 + + 72 + + + 9.741000175476074 + 19 + + + + + + + 40.72811409831047 + -3.858988154679537 + + 901.5999755859375 + 8966.0595703125 + + 134 + + 0 + + + 9.694999694824219 + 126 + + + + + + + 40.72816891595721 + -3.8588919304311275 + + 901.5999755859375 + 8975.8203125 + + 134 + + 87 + + + 9.760000228881836 + 113 + + + + + + + 40.72822256013751 + -3.858796712011099 + + 901.4000244140625 + 8985.669921875 + + 133 + + 88 + + + 9.852999687194824 + 139 + + + + + + + 40.728275617584586 + -3.858693866059184 + + 901.5999755859375 + 8995.5703125 + + 133 + + 87 + + + 9.899999618530273 + 170 + + + + + + + 40.72831786237657 + -3.858591690659523 + + 901.4000244140625 + 9005.5595703125 + + 133 + + 87 + + + 9.993000030517578 + 126 + + + + + + + 40.728351809084415 + -3.858481803908944 + + 901.5999755859375 + 9015.6796875 + + 133 + + 85 + + + 10.11400032043457 + 128 + + + + + + + 40.7283803075552 + -3.8583635352551937 + + 901.5999755859375 + 9025.8095703125 + + 133 + + 93 + + + 10.133000373840332 + 108 + + + + + + + 40.728409895673394 + -3.8582484517246485 + + 901.5999755859375 + 9035.9697265625 + + 132 + + 94 + + + 10.16100025177002 + 115 + + + + + + + 40.72844375856221 + -3.858126997947693 + + 901.2000122070312 + 9046.16015625 + + 131 + + 92 + + + 10.189000129699707 + 105 + + + + + + + 40.72847552597523 + -3.858007052913308 + + 901.2000122070312 + 9056.3203125 + + 131 + + 103 + + + 10.16100025177002 + 122 + + + + + + + 40.72850645519793 + -3.8578909635543823 + + 901.0 + 9066.599609375 + + 131 + + 92 + + + 10.281999588012695 + 130 + + + + + + + 40.72853143326938 + -3.857778562232852 + + 900.7999877929688 + 9076.8095703125 + + 131 + + 93 + + + 10.208000183105469 + 105 + + + + + + + 40.72856068611145 + -3.857656940817833 + + 900.5999755859375 + 9086.9697265625 + + 131 + + 92 + + + 10.16100025177002 + 126 + + + + + + + 40.72858700528741 + -3.857540851458907 + + 900.4000244140625 + 9097.240234375 + + 131 + + 88 + + + 10.263999938964844 + 130 + + + + + + + 40.728615587577224 + -3.8574169669300318 + + 900.4000244140625 + 9107.5498046875 + + 131 + + 91 + + + 10.3100004196167 + 117 + + + + + + + 40.728644421324134 + -3.8572936691343784 + + 900.4000244140625 + 9117.900390625 + + 130 + + 92 + + + 10.357000350952148 + 146 + + + + + + + 40.728670321404934 + -3.8571725506335497 + + 900.2000122070312 + 9128.349609375 + + 130 + + 95 + + + 10.440999984741211 + 158 + + + + + + + 40.728694293648005 + -3.8570521865040064 + + 900.2000122070312 + 9138.91015625 + + 129 + + 93 + + + 10.562000274658203 + 173 + + + + + + + 40.728719690814614 + -3.8569269608706236 + + 900.0 + 9149.5302734375 + + 129 + + 91 + + + 10.618000030517578 + 127 + + + + + + + 40.728745171800256 + -3.856801986694336 + + 900.0 + 9160.1396484375 + + 128 + + 106 + + + 10.618000030517578 + 120 + + + + + + + 40.72877241298556 + -3.8566810358315706 + + 900.0 + 9170.759765625 + + 128 + + 95 + + + 10.618000030517578 + 109 + + + + + + + 40.72880099527538 + -3.8565559778362513 + + 900.0 + 9181.3798828125 + + 128 + + 93 + + + 10.618000030517578 + 113 + + + + + + + 40.7288258895278 + -3.85643620043993 + + 899.7999877929688 + 9192.0 + + 128 + + 104 + + + 10.618000030517578 + 90 + + + + + + + 40.728855058550835 + -3.8563165068626404 + + 899.5999755859375 + 9202.6201171875 + + 127 + + 96 + + + 10.618000030517578 + 93 + + + + + + + 40.7288879994303 + -3.8561927899718285 + + 899.7999877929688 + 9213.16015625 + + 127 + + 95 + + + 10.543999671936035 + 108 + + + + + + + 40.728918928653 + -3.8560738507658243 + + 899.7999877929688 + 9223.6201171875 + + 127 + + 96 + + + 10.460000038146973 + 121 + + + + + + + 40.72894860059023 + -3.8559589348733425 + + 900.0 + 9234.01953125 + + 127 + + 93 + + + 10.385000228881836 + 110 + + + + + + + 40.728979697450995 + -3.8558446895331144 + + 900.0 + 9244.2900390625 + + 127 + + 100 + + + 10.281999588012695 + 144 + + + + + + + 40.72901624254882 + -3.8557350542396307 + + 900.2000122070312 + 9254.51953125 + + 127 + + 91 + + + 10.236000061035156 + 146 + + + + + + + 40.72905429638922 + -3.8556285202503204 + + 900.4000244140625 + 9264.7099609375 + + 127 + + 91 + + + 10.189000129699707 + 143 + + + + + + + 40.72909947484732 + -3.8555187173187733 + + 900.5999755859375 + 9274.8798828125 + + 127 + + 92 + + + 10.16100025177002 + 153 + + + + + + + 40.72914649732411 + -3.8554111775010824 + + 900.4000244140625 + 9285.1396484375 + + 127 + + 90 + + + 10.263999938964844 + 157 + + + + + + + 40.729195196181536 + -3.8553089182823896 + + 900.2000122070312 + 9295.2099609375 + + 127 + + 92 + + + 10.067999839782715 + 141 + + + + + + + 40.72925009764731 + -3.85520632378757 + + 900.2000122070312 + 9305.33984375 + + 127 + + 93 + + + 10.133000373840332 + 153 + + + + + + + 40.72930290363729 + -3.8551087584346533 + + 900.2000122070312 + 9315.4296875 + + 126 + + 87 + + + 10.086000442504883 + 144 + + + + + + + 40.729357805103064 + -3.855013456195593 + + 900.2000122070312 + 9325.490234375 + + 126 + + 92 + + + 10.067999839782715 + 175 + + + + + + + 40.72941714897752 + -3.8549158070236444 + + 900.2000122070312 + 9335.5302734375 + + 126 + + 91 + + + 10.039999961853027 + 133 + + + + + + + 40.72947674430907 + -3.854827880859375 + + 900.4000244140625 + 9345.5595703125 + + 126 + + 87 + + + 10.020999908447266 + 151 + + + + + + + 40.72954229079187 + -3.8547361828386784 + + 900.4000244140625 + 9355.6396484375 + + 125 + + 86 + + + 10.086000442504883 + 141 + + + + + + + 40.72960683144629 + -3.854646412655711 + + 900.4000244140625 + 9365.5703125 + + 125 + + 90 + + + 9.928000450134277 + 129 + + + + + + + 40.729669108986855 + -3.854561084881425 + + 900.2000122070312 + 9375.5595703125 + + 125 + + 91 + + + 9.993000030517578 + 140 + + + + + + + 40.72972803376615 + -3.8544773496687412 + + 900.2000122070312 + 9385.599609375 + + 124 + + 90 + + + 10.039999961853027 + 158 + + + + + + + 40.72979215532541 + -3.854385484009981 + + 900.2000122070312 + 9395.6904296875 + + 125 + + 87 + + + 10.086000442504883 + 127 + + + + + + + 40.72985543869436 + -3.8542987313121557 + + 900.5999755859375 + 9405.759765625 + + 125 + + 92 + + + 10.067999839782715 + 124 + + + + + + + 40.72992157191038 + -3.85420854203403 + + 900.5999755859375 + 9415.7998046875 + + 125 + + 90 + + + 10.039999961853027 + 141 + + + + + + + 40.729987705126405 + -3.854120532050729 + + 900.2000122070312 + 9425.8203125 + + 125 + + 86 + + + 10.020999908447266 + 140 + + + + + + + 40.73005048558116 + -3.8540352042764425 + + 900.0 + 9435.8603515625 + + 124 + + 92 + + + 10.039999961853027 + 151 + + + + + + + 40.730110332369804 + -3.853950211778283 + + 900.0 + 9445.900390625 + + 124 + + 95 + + + 10.039999961853027 + 144 + + + + + + + 40.73017596267164 + -3.8538621179759502 + + 900.0 + 9455.8896484375 + + 124 + + 90 + + + 9.993000030517578 + 132 + + + + + + + 40.73024092242122 + -3.853776538744569 + + 900.0 + 9465.8701171875 + + 124 + + 88 + + + 9.975000381469727 + 146 + + + + + + + 40.73030227795243 + -3.853693976998329 + + 900.2000122070312 + 9475.7900390625 + + 124 + + 86 + + + 9.928000450134277 + 163 + + + + + + + 40.73036564514041 + -3.853606218472123 + + 900.2000122070312 + 9485.7197265625 + + 124 + + 91 + + + 9.928000450134277 + 176 + + + + + + + 40.7304264139384 + -3.8535221479833126 + + 900.2000122070312 + 9495.6796875 + + 125 + + 87 + + + 9.956000328063965 + 225 + + + + + + + 40.73049020022154 + -3.853438077494502 + + 900.0 + 9505.6796875 + + 125 + + 86 + + + 10.003000259399414 + 192 + + + + + + + 40.73055515997112 + -3.853349732235074 + + 900.0 + 9515.7001953125 + + 125 + + 85 + + + 10.020999908447266 + 154 + + + + + + + 40.73061877861619 + -3.853261051699519 + + 900.0 + 9525.7099609375 + + 125 + + 91 + + + 10.003000259399414 + 154 + + + + + + + 40.730680553242564 + -3.853174215182662 + + 900.0 + 9535.6796875 + + 125 + + 87 + + + 9.975000381469727 + 174 + + + + + + + 40.730743668973446 + -3.853085869923234 + + 900.0 + 9545.6796875 + + 125 + + 86 + + + 10.003000259399414 + 185 + + + + + + + 40.73080535978079 + -3.8529974408447742 + + 900.2000122070312 + 9555.7802734375 + + 125 + + 90 + + + 10.095999717712402 + 166 + + + + + + + 40.73086688295007 + -3.8529110234230757 + + 900.2000122070312 + 9565.73046875 + + 124 + + 88 + + + 9.956000328063965 + 150 + + + + + + + 40.730929831042886 + -3.852820750325918 + + 900.2000122070312 + 9575.759765625 + + 124 + + 91 + + + 10.020999908447266 + 161 + + + + + + + 40.73099311441183 + -3.852733327075839 + + 900.4000244140625 + 9585.759765625 + + 124 + + 88 + + + 10.003000259399414 + 151 + + + + + + + 40.731053967028856 + -3.8526490051299334 + + 900.4000244140625 + 9595.73046875 + + 124 + + 88 + + + 9.975000381469727 + 126 + + + + + + + 40.731116998940706 + -3.8525609113276005 + + 900.4000244140625 + 9605.6796875 + + 125 + + 87 + + + 9.946999549865723 + 167 + + + + + + + 40.73117927648127 + -3.85247390717268 + + 900.4000244140625 + 9615.6298828125 + + 125 + + 87 + + + 9.946999549865723 + 160 + + + + + + + 40.731240129098296 + -3.8523912616074085 + + 900.2000122070312 + 9625.5703125 + + 125 + + 87 + + + 9.946999549865723 + 167 + + + + + + + 40.731305005028844 + -3.852301323786378 + + 900.2000122070312 + 9635.490234375 + + 125 + + 87 + + + 9.918999671936035 + 143 + + + + + + + 40.73136745020747 + -3.8522178400307894 + + 900.0 + 9645.41015625 + + 125 + + 88 + + + 9.918999671936035 + 180 + + + + + + + 40.731431655585766 + -3.8521311711519957 + + 900.0 + 9655.400390625 + + 125 + + 87 + + + 9.993000030517578 + 164 + + + + + + + 40.73149720206857 + -3.852043077349663 + + 900.2000122070312 + 9665.2099609375 + + 125 + + 88 + + + 9.807000160217285 + 155 + + + + + + + 40.73155922815204 + -3.851956995204091 + + 900.0 + 9675.1103515625 + + 125 + + 87 + + + 9.899999618530273 + 156 + + + + + + + 40.731619913131 + -3.8518714997917414 + + 899.7999877929688 + 9685.009765625 + + 125 + + 87 + + + 9.899999618530273 + 180 + + + + + + + 40.73168294504285 + -3.8517834059894085 + + 899.5999755859375 + 9694.9296875 + + 125 + + 88 + + + 9.918999671936035 + 140 + + + + + + + 40.73174321092665 + -3.8517004251480103 + + 899.5999755859375 + 9704.830078125 + + 125 + + 86 + + + 9.899999618530273 + 125 + + + + + + + 40.73180800303817 + -3.851613337174058 + + 899.5999755859375 + 9714.7001953125 + + 125 + + 91 + + + 9.871999740600586 + 132 + + + + + + + 40.73187271133065 + -3.851525578647852 + + 899.5999755859375 + 9724.5498046875 + + 126 + + 85 + + + 9.852999687194824 + 162 + + + + + + + 40.73193331249058 + -3.851441340520978 + + 899.5999755859375 + 9734.4404296875 + + 126 + + 87 + + + 9.890999794006348 + 163 + + + + + + + 40.7319946680218 + -3.851356264203787 + + 899.7999877929688 + 9744.3203125 + + 126 + + 87 + + + 9.871999740600586 + 125 + + + + + + + 40.73206013068557 + -3.851270265877247 + + 900.0 + 9754.2099609375 + + 126 + + 88 + + + 9.890999794006348 + 149 + + + + + + + 40.73212224058807 + -3.8511823397129774 + + 900.2000122070312 + 9764.1396484375 + + 126 + + 88 + + + 9.937000274658203 + 187 + + + + + + + 40.73218451812863 + -3.851096760481596 + + 900.2000122070312 + 9774.1298828125 + + 126 + + 92 + + + 9.984000205993652 + 195 + + + + + + + 40.732248136773705 + -3.851006906479597 + + 900.2000122070312 + 9784.16015625 + + 126 + + 91 + + + 10.029999732971191 + 182 + + + + + + + 40.732311084866524 + -3.8509202376008034 + + 900.0 + 9794.2197265625 + + 126 + + 91 + + + 10.057999610900879 + 186 + + + + + + + 40.73237202130258 + -3.8508356641978025 + + 900.4000244140625 + 9804.2001953125 + + 127 + + 90 + + + 9.984000205993652 + 164 + + + + + + + 40.7324349693954 + -3.8507463969290257 + + 900.4000244140625 + 9814.0703125 + + 127 + + 131 + + + 9.871999740600586 + 135 + + + + + + + 40.732495905831456 + -3.8506603986024857 + + 900.5999755859375 + 9823.9599609375 + + 128 + + 125 + + + 9.890999794006348 + 194 + + + + + + + 40.73255684226751 + -3.8505759928375483 + + 900.5999755859375 + 9833.76953125 + + 128 + + 87 + + + 9.79699993133545 + 161 + + + + + + + 40.732618533074856 + -3.8504925929009914 + + 900.4000244140625 + 9843.599609375 + + 128 + + 86 + + + 9.843999862670898 + 179 + + + + + + + 40.73268030770123 + -3.8504136353731155 + + 900.2000122070312 + 9853.4501953125 + + 128 + + 87 + + + 9.843999862670898 + 168 + + + + + + + 40.73274384252727 + -3.8503371085971594 + + 900.2000122070312 + 9863.2197265625 + + 128 + + 86 + + + 9.769000053405762 + 150 + + + + + + + 40.73281257413328 + -3.850257145240903 + + 900.2000122070312 + 9873.0498046875 + + 128 + + 91 + + + 9.835000038146973 + 172 + + + + + + + 40.732883317396045 + -3.8501816242933273 + + 900.2000122070312 + 9882.900390625 + + 129 + + 88 + + + 9.852999687194824 + 158 + + + + + + + 40.73295850306749 + -3.8501135632395744 + + 900.2000122070312 + 9892.740234375 + + 129 + + 86 + + + 9.835000038146973 + 179 + + + + + + + 40.73303637094796 + -3.850049190223217 + + 900.4000244140625 + 9902.5302734375 + + 129 + + 85 + + + 9.788000106811523 + 148 + + + + + + + 40.73310946114361 + -3.8499931152909994 + + 900.4000244140625 + 9912.3203125 + + 129 + + 83 + + + 9.788000106811523 + 130 + + + + + + + 40.73318498209119 + -3.8499412313103676 + + 900.4000244140625 + 9922.099609375 + + 129 + + 87 + + + 9.788000106811523 + 114 + + + + + + + 40.73326704092324 + -3.849883144721389 + + 900.4000244140625 + 9931.849609375 + + 129 + + 91 + + + 9.741000175476074 + 113 + + + + + + + 40.73334683664143 + -3.849829165264964 + + 900.4000244140625 + 9941.6298828125 + + 129 + + 86 + + + 9.788000106811523 + 124 + + + + + + + 40.73342881165445 + -3.8497701566666365 + + 900.5999755859375 + 9951.4501953125 + + 129 + + 92 + + + 9.815999984741211 + 118 + + + + + + + 40.733511205762625 + -3.8497141655534506 + + 900.5999755859375 + 9961.2998046875 + + 129 + + 92 + + + 9.852999687194824 + 145 + + + + + + + 40.73358873836696 + -3.8496629521250725 + + 900.7999877929688 + 9971.1396484375 + + 128 + + 85 + + + 9.835000038146973 + 131 + + + + + + + 40.73366375640035 + -3.849608553573489 + + 901.0 + 9980.9296875 + + 135 + + 87 + + + 9.788000106811523 + 124 + + + + + + + 40.73374221101403 + -3.849544432014227 + + 900.7999877929688 + 9990.580078125 + + 135 + + 85 + + + 9.656999588012695 + 112 + + + + + + + 40.73381337337196 + -3.849477544426918 + + 901.0 + 10000.419921875 + + 134 + + 87 + + + 9.835000038146973 + 114 + + + + + + + 40.73388428427279 + -3.8494026102125645 + + 900.7999877929688 + 10010.26953125 + + 137 + + 87 + + + 9.852999687194824 + 108 + + + + + + + 40.733949579298496 + -3.849321138113737 + + 900.5999755859375 + 10020.169921875 + + 137 + + 91 + + + 9.899999618530273 + 115 + + + + + + + 40.7340082526207 + -3.849236397072673 + + 900.4000244140625 + 10030.1201171875 + + 135 + + 88 + + + 9.946999549865723 + 115 + + + + + + + 40.73406592011452 + -3.8491445314139128 + + 899.7999877929688 + 10040.0595703125 + + 133 + + 86 + + + 9.946999549865723 + 115 + + + + + + + 40.73412274941802 + -3.8490474689751863 + + 899.4000244140625 + 10050.009765625 + + 133 + + 90 + + + 9.946999549865723 + 109 + + + + + + + 40.734178656712174 + -3.8489520829170942 + + 899.4000244140625 + 10059.9404296875 + + 133 + + 92 + + + 9.928000450134277 + 123 + + + + + + + 40.73423900641501 + -3.848869940266013 + + 899.2000122070312 + 10069.7900390625 + + 133 + + 80 + + + 9.852999687194824 + 125 + + + + + + + 40.7343068998307 + -3.84879894554615 + + 899.4000244140625 + 10079.580078125 + + 132 + + 92 + + + 9.788000106811523 + 144 + + + + + + + 40.7343811634928 + -3.848752761259675 + + 899.5999755859375 + 10089.2998046875 + + 132 + + 91 + + + 9.722999572753906 + 150 + + + + + + + 40.734460204839706 + -3.8487339857965708 + + 899.7999877929688 + 10098.759765625 + + 132 + + 91 + + + 9.461000442504883 + 198 + + + + + + + 40.73454486206174 + -3.8487290404736996 + + 900.0 + 10108.0703125 + + 132 + + 84 + + + 9.312000274658203 + 217 + + + + + + + 40.73462834581733 + -3.848728621378541 + + 900.4000244140625 + 10117.1103515625 + + 132 + + 80 + + + 9.031999588012695 + 186 + + + + + + + 40.73470906354487 + -3.8487137015908957 + + 900.5999755859375 + 10126.2197265625 + + 132 + + 81 + + + 9.116000175476074 + 181 + + + + + + + 40.73478978127241 + -3.848683526739478 + + 900.5999755859375 + 10135.33984375 + + 132 + + 82 + + + 9.116000175476074 + 197 + + + + + + + 40.734865218400955 + -3.8486457243561745 + + 900.5999755859375 + 10144.419921875 + + 132 + + 80 + + + 9.079000473022461 + 202 + + + + + + + 40.734939984977245 + -3.8486021384596825 + + 900.7999877929688 + 10153.58984375 + + 132 + + 82 + + + 9.17199993133545 + 180 + + + + + + + 40.73501634411514 + -3.8485559541732073 + + 900.5999755859375 + 10162.830078125 + + 133 + + 82 + + + 9.237000465393066 + 164 + + + + + + + 40.735092870891094 + -3.848507087677717 + + 900.4000244140625 + 10172.1396484375 + + 132 + + 83 + + + 9.312000274658203 + 153 + + + + + + + 40.73516696691513 + -3.8484516832977533 + + 900.2000122070312 + 10181.51953125 + + 132 + + 83 + + + 9.376999855041504 + 160 + + + + + + + 40.73523779399693 + -3.848390243947506 + + 900.2000122070312 + 10190.91015625 + + 132 + + 84 + + + 9.395999908447266 + 142 + + + + + + + 40.73530384339392 + -3.8483231887221336 + + 900.0 + 10200.26953125 + + 131 + + 84 + + + 9.359000205993652 + 157 + + + + + + + 40.73536821641028 + -3.8482537865638733 + + 899.7999877929688 + 10209.5498046875 + + 129 + + 85 + + + 9.274999618530273 + 153 + + + + + + + 40.73543334379792 + -3.848177259787917 + + 899.7999877929688 + 10218.7802734375 + + 129 + + 85 + + + 9.237000465393066 + 162 + + + + + + + 40.73549134656787 + -3.8481029123067856 + + 900.0 + 10228.080078125 + + 128 + + 81 + + + 9.293000221252441 + 172 + + + + + + + 40.735547840595245 + -3.848023032769561 + + 900.2000122070312 + 10237.16015625 + + 128 + + 82 + + + 9.079000473022461 + 186 + + + + + + + 40.735603077337146 + -3.847934100776911 + + 900.2000122070312 + 10246.3603515625 + + 127 + + 81 + + + 9.208999633789062 + 209 + + + + + + + 40.73565563187003 + -3.847847767174244 + + 900.4000244140625 + 10255.6796875 + + 127 + + 82 + + + 9.312000274658203 + 207 + + + + + + + 40.73570701293647 + -3.8477586675435305 + + 900.4000244140625 + 10265.0400390625 + + 127 + + 84 + + + 9.359000205993652 + 186 + + + + + + + 40.73575906455517 + -3.847664203494787 + + 900.5999755859375 + 10274.2900390625 + + 126 + + 81 + + + 9.255999565124512 + 172 + + + + + + + 40.73580893687904 + -3.847573595121503 + + 900.5999755859375 + 10283.669921875 + + 126 + + 82 + + + 9.376999855041504 + 164 + + + + + + + 40.73585964739323 + -3.8474765326827765 + + 900.4000244140625 + 10293.080078125 + + 127 + + 85 + + + 9.414999961853027 + 159 + + + + + + + 40.735910860821605 + -3.8473782129585743 + + 900.4000244140625 + 10302.5302734375 + + 127 + + 85 + + + 9.442999839782715 + 181 + + + + + + + 40.735961236059666 + -3.847285760566592 + + 900.5999755859375 + 10311.990234375 + + 127 + + 85 + + + 9.461000442504883 + 182 + + + + + + + 40.73601094074547 + -3.84719330817461 + + 900.4000244140625 + 10321.490234375 + + 127 + + 84 + + + 9.508000373840332 + 166 + + + + + + + 40.73606223799288 + -3.8470966648310423 + + 900.2000122070312 + 10330.9697265625 + + 127 + + 84 + + + 9.479999542236328 + 166 + + + + + + + 40.736114624887705 + -3.84700127877295 + + 900.2000122070312 + 10340.3896484375 + + 127 + + 83 + + + 9.414999961853027 + 159 + + + + + + + 40.7361650839448 + -3.8469092454761267 + + 900.2000122070312 + 10349.900390625 + + 127 + + 84 + + + 9.508000373840332 + 150 + + + + + + + 40.73621814139187 + -3.8468156196177006 + + 900.2000122070312 + 10359.41015625 + + 127 + + 84 + + + 9.508000373840332 + 162 + + + + + + + 40.736269103363156 + -3.8467235025018454 + + 900.2000122070312 + 10368.9296875 + + 127 + + 86 + + + 9.527000427246094 + 162 + + + + + + + 40.736319813877344 + -3.846632055938244 + + 900.2000122070312 + 10378.5 + + 126 + + 85 + + + 9.564000129699707 + 163 + + + + + + + 40.73637186549604 + -3.846534239128232 + + 900.2000122070312 + 10388.16015625 + + 126 + + 85 + + + 9.666999816894531 + 155 + + + + + + + 40.73642416857183 + -3.8464371766895056 + + 900.2000122070312 + 10397.7001953125 + + 127 + + 86 + + + 9.53600025177002 + 140 + + + + + + + 40.736474292352796 + -3.846343969926238 + + 900.4000244140625 + 10407.2802734375 + + 127 + + 83 + + + 9.583000183105469 + 118 + + + + + + + 40.73652525432408 + -3.846249422058463 + + 900.4000244140625 + 10416.8798828125 + + 127 + + 85 + + + 9.60099983215332 + 141 + + + + + + + 40.73657504282892 + -3.8461562152951956 + + 900.4000244140625 + 10426.4697265625 + + 126 + + 85 + + + 9.583000183105469 + 147 + + + + + + + 40.73662357404828 + -3.8460622541606426 + + 900.4000244140625 + 10436.0703125 + + 127 + + 84 + + + 9.60099983215332 + 161 + + + + + + + 40.73667696677148 + -3.8459627609699965 + + 900.5999755859375 + 10445.7001953125 + + 128 + + 85 + + + 9.628999710083008 + 158 + + + + + + + 40.73672952130437 + -3.845867458730936 + + 900.4000244140625 + 10455.3603515625 + + 128 + + 84 + + + 9.666999816894531 + 172 + + + + + + + 40.7367798127234 + -3.8457751739770174 + + 900.2000122070312 + 10465.0302734375 + + 127 + + 85 + + + 9.666999816894531 + 179 + + + + + + + 40.736830439418554 + -3.8456808775663376 + + 900.2000122070312 + 10474.7001953125 + + 126 + + 86 + + + 9.666999816894531 + 136 + + + + + + + 40.73688140138984 + -3.8455904368311167 + + 900.2000122070312 + 10484.3603515625 + + 126 + + 85 + + + 9.666999816894531 + 159 + + + + + + + 40.73693135753274 + -3.8455005828291178 + + 900.2000122070312 + 10494.0302734375 + + 126 + + 86 + + + 9.666999816894531 + 149 + + + + + + + 40.736982403323054 + -3.845404274761677 + + 900.0 + 10503.75 + + 126 + + 90 + + + 9.722999572753906 + 160 + + + + + + + 40.73703160509467 + -3.8453118223696947 + + 900.0 + 10513.4599609375 + + 126 + + 86 + + + 9.704000473022461 + 149 + + + + + + + 40.73708432726562 + -3.845216939225793 + + 900.4000244140625 + 10523.099609375 + + 127 + + 87 + + + 9.638999938964844 + 148 + + + + + + + 40.7371387258172 + -3.845123900100589 + + 900.4000244140625 + 10532.740234375 + + 127 + + 87 + + + 9.638999938964844 + 155 + + + + + + + 40.73719228617847 + -3.845035219565034 + + 900.4000244140625 + 10542.2900390625 + + 127 + + 85 + + + 9.555000305175781 + 155 + + + + + + + 40.737246349453926 + -3.8449510652571917 + + 900.5999755859375 + 10551.7998046875 + + 126 + + 85 + + + 9.508000373840332 + 162 + + + + + + + 40.73730527423322 + -3.844863725826144 + + 900.5999755859375 + 10561.3095703125 + + 126 + + 84 + + + 9.508000373840332 + 156 + + + + + + + 40.737363612279296 + -3.844780409708619 + + 900.4000244140625 + 10570.830078125 + + 126 + + 85 + + + 9.527000427246094 + 176 + + + + + + + 40.7374257221818 + -3.8446975126862526 + + 900.4000244140625 + 10580.33984375 + + 126 + + 85 + + + 9.508000373840332 + 166 + + + + + + + 40.73748892173171 + -3.844615202397108 + + 900.4000244140625 + 10589.8203125 + + 127 + + 85 + + + 9.479999542236328 + 188 + + + + + + + 40.737553210929036 + -3.844539597630501 + + 900.4000244140625 + 10599.2802734375 + + 127 + + 86 + + + 9.461000442504883 + 152 + + + + + + + 40.737620601430535 + -3.844467680901289 + + 900.5999755859375 + 10608.7900390625 + + 127 + + 85 + + + 9.508000373840332 + 188 + + + + + + + 40.73769008740783 + -3.8443906512111425 + + 900.7999877929688 + 10618.3603515625 + + 127 + + 86 + + + 9.572999954223633 + 180 + + + + + + + 40.737761333584785 + -3.8443185668438673 + + 900.4000244140625 + 10627.9501953125 + + 127 + + 85 + + + 9.592000007629395 + 167 + + + + + + + 40.73783207684755 + -3.844250589609146 + + 900.4000244140625 + 10637.6103515625 + + 127 + + 84 + + + 9.656999588012695 + 158 + + + + + + + 40.73790533468127 + -3.844184372574091 + + 900.5999755859375 + 10647.26953125 + + 127 + + 86 + + + 9.656999588012695 + 128 + + + + + + + 40.737976748496294 + -3.8441238552331924 + + 900.7999877929688 + 10657.009765625 + + 127 + + 85 + + + 9.741000175476074 + 156 + + + + + + + 40.738049671053886 + -3.84406509809196 + + 900.5999755859375 + 10666.580078125 + + 127 + + 86 + + + 9.572999954223633 + 151 + + + + + + + 40.73812904767692 + -3.844003826379776 + + 900.4000244140625 + 10676.3095703125 + + 127 + + 85 + + + 9.722999572753906 + 143 + + + + + + + 40.73820909485221 + -3.843943811953068 + + 900.4000244140625 + 10685.900390625 + + 126 + + 85 + + + 9.592000007629395 + 131 + + + + + + + 40.738287130370736 + -3.843886898830533 + + 900.4000244140625 + 10695.599609375 + + 126 + + 85 + + + 9.704000473022461 + 136 + + + + + + + 40.738366674631834 + -3.843830404803157 + + 900.5999755859375 + 10705.3095703125 + + 126 + + 85 + + + 9.704000473022461 + 133 + + + + + + + 40.7384442910552 + -3.8437718991190195 + + 900.5999755859375 + 10715.01953125 + + 126 + + 88 + + + 9.713000297546387 + 133 + + + + + + + 40.73852182365954 + -3.843714315444231 + + 900.4000244140625 + 10724.740234375 + + 126 + + 85 + + + 9.722999572753906 + 120 + + + + + + + 40.73860245756805 + -3.843654301017523 + + 900.2000122070312 + 10734.4501953125 + + 125 + + 98 + + + 9.704000473022461 + 120 + + + + + + + 40.73868351057172 + -3.843595879152417 + + 900.4000244140625 + 10744.150390625 + + 125 + + 88 + + + 9.704000473022461 + 136 + + + + + + + 40.73875886388123 + -3.8435400556772947 + + 900.5999755859375 + 10753.849609375 + + 125 + + 87 + + + 9.704000473022461 + 163 + + + + + + + 40.7388383243233 + -3.843483394011855 + + 900.5999755859375 + 10763.580078125 + + 125 + + 90 + + + 9.722999572753906 + 180 + + + + + + + 40.738916862756014 + -3.84342597797513 + + 900.5999755859375 + 10773.349609375 + + 124 + + 86 + + + 9.769000053405762 + 133 + + + + + + + 40.73899297043681 + -3.8433678913861513 + + 900.4000244140625 + 10783.1396484375 + + 125 + + 94 + + + 9.79699993133545 + 148 + + + + + + + 40.739071844145656 + -3.84330578148365 + + 900.2000122070312 + 10793.0595703125 + + 125 + + 85 + + + 9.918999671936035 + 135 + + + + + + + 40.739144682884216 + -3.843247862532735 + + 900.0 + 10802.83984375 + + 125 + + 85 + + + 9.779000282287598 + 140 + + + + + + + 40.73922238312662 + -3.84318214841187 + + 900.0 + 10812.7099609375 + + 125 + + 85 + + + 9.871999740600586 + 141 + + + + + + + 40.73929815553129 + -3.8431166857481003 + + 900.2000122070312 + 10822.6298828125 + + 125 + + 88 + + + 9.918999671936035 + 149 + + + + + + + 40.7393682282418 + -3.843048121780157 + + 900.2000122070312 + 10832.5703125 + + 125 + + 90 + + + 9.937000274658203 + 136 + + + + + + + 40.73943796567619 + -3.8429763726890087 + + 900.2000122070312 + 10842.5498046875 + + 125 + + 92 + + + 9.984000205993652 + 126 + + + + + + + 40.73950787074864 + -3.842899175360799 + + 900.2000122070312 + 10852.5400390625 + + 125 + + 88 + + + 9.984000205993652 + 126 + + + + + + + 40.739574087783694 + -3.842821391299367 + + 900.2000122070312 + 10862.4697265625 + + 125 + + 88 + + + 9.937000274658203 + 115 + + + + + + + 40.73964047245681 + -3.842740086838603 + + 900.4000244140625 + 10872.3896484375 + + 125 + + 92 + + + 9.918999671936035 + 146 + + + + + + + 40.73970383964479 + -3.8426536694169044 + + 900.4000244140625 + 10882.3095703125 + + 125 + + 92 + + + 9.918999671936035 + 151 + + + + + + + 40.73976167477667 + -3.842568676918745 + + 900.4000244140625 + 10892.2099609375 + + 125 + + 87 + + + 9.899999618530273 + 151 + + + + + + + 40.73981783352792 + -3.8424810860306025 + + 900.4000244140625 + 10902.0498046875 + + 125 + + 87 + + + 9.843999862670898 + 138 + + + + + + + 40.73987483046949 + -3.842385448515415 + + 900.5999755859375 + 10911.9697265625 + + 125 + + 88 + + + 9.918999671936035 + 139 + + + + + + + 40.73992872610688 + -3.842286206781864 + + 900.4000244140625 + 10921.75 + + 125 + + 90 + + + 9.779000282287598 + 164 + + + + + + + 40.73998002335429 + -3.8421836961060762 + + 900.4000244140625 + 10931.6904296875 + + 126 + + 92 + + + 9.937000274658203 + 231 + + + + + + + 40.74002922512591 + -3.842078670859337 + + 900.4000244140625 + 10941.6298828125 + + 126 + + 92 + + + 9.937000274658203 + 150 + + + + + + + 40.740075912326574 + -3.8419751543551683 + + 900.4000244140625 + 10951.6103515625 + + 126 + + 86 + + + 9.984000205993652 + 150 + + + + + + + 40.740116983652115 + -3.8418743200600147 + + 900.5999755859375 + 10961.5 + + 126 + + 85 + + + 9.890999794006348 + 118 + + + + + + + 40.74016258120537 + -3.841770216822624 + + 900.5999755859375 + 10971.2802734375 + + 126 + + 90 + + + 9.779000282287598 + 137 + + + + + + + 40.74020910076797 + -3.84166544303298 + + 900.5999755859375 + 10981.0703125 + + 125 + + 90 + + + 9.788000106811523 + 151 + + + + + + + 40.74025151319802 + -3.8415633514523506 + + 900.4000244140625 + 10990.7802734375 + + 125 + + 91 + + + 9.713000297546387 + 169 + + + + + + + 40.7402956020087 + -3.841458661481738 + + 900.4000244140625 + 11000.6103515625 + + 125 + + 85 + + + 9.824999809265137 + 161 + + + + + + + 40.74033969081938 + -3.8413565699011087 + + 900.4000244140625 + 11010.48046875 + + 125 + + 91 + + + 9.871999740600586 + 162 + + + + + + + 40.74038310907781 + -3.841252801939845 + + 900.2000122070312 + 11020.3701171875 + + 125 + + 91 + + + 9.890999794006348 + 156 + + + + + + + 40.740427784621716 + -3.8411470223218203 + + 900.2000122070312 + 11030.2900390625 + + 125 + + 90 + + + 9.918999671936035 + 142 + + + + + + + 40.74047396890819 + -3.841038141399622 + + 900.2000122070312 + 11040.26953125 + + 125 + + 85 + + + 9.984000205993652 + 130 + + + + + + + 40.740517638623714 + -3.8409337028861046 + + 900.4000244140625 + 11050.2099609375 + + 125 + + 93 + + + 9.937000274658203 + 125 + + + + + + + 40.74056197889149 + -3.8408276718109846 + + 900.4000244140625 + 11060.08984375 + + 125 + + 86 + + + 9.880999565124512 + 126 + + + + + + + 40.74060430750251 + -3.8407237362116575 + + 900.5999755859375 + 11069.900390625 + + 125 + + 95 + + + 9.807000160217285 + 114 + + + + + + + 40.74064655229449 + -3.8406239077448845 + + 900.5999755859375 + 11079.73046875 + + 125 + + 85 + + + 9.835000038146973 + 129 + + + + + + + 40.740690138190985 + -3.8405167032033205 + + 900.5999755859375 + 11089.5703125 + + 125 + + 88 + + + 9.835000038146973 + 118 + + + + + + + 40.74073146097362 + -3.8404150307178497 + + 900.4000244140625 + 11099.400390625 + + 125 + + 92 + + + 9.835000038146973 + 118 + + + + + + + 40.74077446013689 + -3.840308580547571 + + 900.2000122070312 + 11109.2802734375 + + 125 + + 92 + + + 9.880999565124512 + 129 + + + + + + + 40.740819219499826 + -3.840204980224371 + + 900.0 + 11119.1201171875 + + 125 + + 88 + + + 9.835000038146973 + 129 + + + + + + + 40.74086280539632 + -3.840102134272456 + + 900.0 + 11128.9501953125 + + 125 + + 90 + + + 9.835000038146973 + 125 + + + + + + + 40.74090546928346 + -3.839999958872795 + + 900.0 + 11138.7900390625 + + 125 + + 88 + + + 9.835000038146973 + 118 + + + + + + + 40.74094972573221 + -3.839892838150263 + + 900.0 + 11148.6201171875 + + 125 + + 90 + + + 9.835000038146973 + 115 + + + + + + + 40.74099423363805 + -3.8397936802357435 + + 900.2000122070312 + 11158.4599609375 + + 124 + + 90 + + + 9.835000038146973 + 159 + + + + + + + 40.741039579734206 + -3.8396862242370844 + + 900.2000122070312 + 11168.2900390625 + + 126 + + 98 + + + 9.835000038146973 + 142 + + + + + + + 40.741082997992635 + -3.83958094753325 + + 900.2000122070312 + 11178.1298828125 + + 125 + + 91 + + + 9.835000038146973 + 108 + + + + + + + 40.7411212194711 + -3.8394779339432716 + + 900.4000244140625 + 11188.01953125 + + 125 + + 87 + + + 9.890999794006348 + 118 + + + + + + + 40.741162123158574 + -3.839376261457801 + + 900.2000122070312 + 11197.91015625 + + 123 + + 87 + + + 9.890999794006348 + 114 + + + + + + + 40.74120646342635 + -3.8392692245543003 + + 900.2000122070312 + 11207.7998046875 + + 123 + + 91 + + + 9.890999794006348 + 135 + + + + + + + 40.7412507198751 + -3.839163528755307 + + 900.2000122070312 + 11217.6396484375 + + 122 + + 95 + + + 9.843999862670898 + 128 + + + + + + + 40.74129422195256 + -3.8390626944601536 + + 900.2000122070312 + 11227.4697265625 + + 122 + + 93 + + + 9.824999809265137 + 130 + + + + + + + 40.74133940041065 + -3.8389578368514776 + + 900.2000122070312 + 11237.2900390625 + + 122 + + 93 + + + 9.824999809265137 + 131 + + + + + + + 40.74138290248811 + -3.838854907080531 + + 900.2000122070312 + 11247.1201171875 + + 122 + + 87 + + + 9.824999809265137 + 131 + + + + + + + 40.741426488384604 + -3.8387487921863794 + + 900.2000122070312 + 11256.990234375 + + 122 + + 87 + + + 9.871999740600586 + 114 + + + + + + + 40.74147175066173 + -3.83864083327353 + + 900.2000122070312 + 11266.830078125 + + 122 + + 83 + + + 9.843999862670898 + 118 + + + + + + + 40.741513492539525 + -3.838538657873869 + + 900.4000244140625 + 11276.7197265625 + + 122 + + 88 + + + 9.890999794006348 + 122 + + + + + + + 40.74155339039862 + -3.8384322077035904 + + 900.2000122070312 + 11286.599609375 + + 122 + + 88 + + + 9.871999740600586 + 124 + + + + + + + 40.74159379117191 + -3.838326595723629 + + 900.2000122070312 + 11296.6103515625 + + 122 + + 87 + + + 10.01200008392334 + 126 + + + + + + + 40.741632264107466 + -3.838223163038492 + + 900.2000122070312 + 11306.4501953125 + + 122 + + 95 + + + 9.843999862670898 + 94 + + + + + + + 40.741666965186596 + -3.8381184730678797 + + 900.2000122070312 + 11316.33984375 + + 122 + + 103 + + + 9.890999794006348 + 145 + + + + + + + 40.741700157523155 + -3.838004730641842 + + 900.0 + 11326.2998046875 + + 121 + + 92 + + + 9.956000328063965 + 140 + + + + + + + 40.74172790162265 + -3.837895430624485 + + 900.0 + 11336.25 + + 121 + + 92 + + + 9.956000328063965 + 126 + + + + + + + 40.7417515385896 + -3.837781520560384 + + 900.0 + 11346.2099609375 + + 121 + + 92 + + + 9.956000328063965 + 126 + + + + + + + 40.74177308008075 + -3.8376641739159822 + + 900.0 + 11356.2197265625 + + 121 + + 88 + + + 10.01200008392334 + 113 + + + + + + + 40.74178942479193 + -3.8375489227473736 + + 900.0 + 11366.23046875 + + 121 + + 94 + + + 10.01200008392334 + 126 + + + + + + + 40.74180644005537 + -3.8374372757971287 + + 900.0 + 11376.169921875 + + 121 + + 87 + + + 9.937000274658203 + 112 + + + + + + + 40.741816414520144 + -3.8373161572963 + + 900.0 + 11386.0595703125 + + 121 + + 90 + + + 9.890999794006348 + 135 + + + + + + + 40.74181959964335 + -3.837202414870262 + + 900.0 + 11396.0 + + 121 + + 87 + + + 9.937000274658203 + 150 + + + + + + + 40.74181658215821 + -3.8370830565690994 + + 900.0 + 11405.75 + + 121 + + 85 + + + 9.75100040435791 + 143 + + + + + + + 40.74181473813951 + -3.8369655422866344 + + 900.0 + 11415.6201171875 + + 121 + + 86 + + + 9.871999740600586 + 122 + + + + + + + 40.74180778115988 + -3.836847860366106 + + 900.0 + 11425.6103515625 + + 121 + + 85 + + + 9.984000205993652 + 126 + + + + + + + 40.74180266819894 + -3.836732693016529 + + 900.0 + 11435.48046875 + + 130 + + 88 + + + 9.871999740600586 + 97 + + + + + + + 40.74179034680128 + -3.836609646677971 + + 899.7999877929688 + 11445.41015625 + + 130 + + 84 + + + 9.937000274658203 + 119 + + + + + + + 40.74177257716656 + -3.836497664451599 + + 899.5999755859375 + 11455.3701171875 + + 130 + + 98 + + + 9.956000328063965 + 150 + + + + + + + 40.74175514280796 + -3.8363731931895018 + + 899.5999755859375 + 11465.349609375 + + 130 + + 90 + + + 9.984000205993652 + 140 + + + + + + + 40.741734355688095 + -3.8362522423267365 + + 899.7999877929688 + 11475.26953125 + + 130 + + 86 + + + 9.918999671936035 + 118 + + + + + + + 40.74171549640596 + -3.8361355662345886 + + 899.7999877929688 + 11485.16015625 + + 128 + + 91 + + + 9.890999794006348 + 149 + + + + + + + 40.741695798933506 + -3.8360228296369314 + + 899.7999877929688 + 11495.0498046875 + + 127 + + 90 + + + 9.890999794006348 + 166 + + + + + + + 40.741672832518816 + -3.8359053153544664 + + 900.0 + 11504.9296875 + + 126 + + 88 + + + 9.871999740600586 + 131 + + + + + + + 40.74165154248476 + -3.8357916567474604 + + 900.2000122070312 + 11514.8798828125 + + 125 + + 88 + + + 9.956000328063965 + 132 + + + + + + + 40.74162941426039 + -3.83567632175982 + + 900.2000122070312 + 11524.6796875 + + 125 + + 86 + + + 9.79699993133545 + 117 + + + + + + + 40.7416080404073 + -3.83556148968637 + + 900.2000122070312 + 11534.5 + + 124 + + 94 + + + 9.824999809265137 + 130 + + + + + + + 40.74158524163067 + -3.8354491721838713 + + 900.2000122070312 + 11544.330078125 + + 123 + + 85 + + + 9.824999809265137 + 104 + + + + + + + 40.74156319722533 + -3.8353374414145947 + + 900.2000122070312 + 11554.1298828125 + + 122 + + 84 + + + 9.79699993133545 + 124 + + + + + + + 40.74153771623969 + -3.8352194242179394 + + 900.2000122070312 + 11563.919921875 + + 122 + + 87 + + + 9.79699993133545 + 137 + + + + + + + 40.741514917463064 + -3.83510610088706 + + 900.4000244140625 + 11573.75 + + 122 + + 88 + + + 9.824999809265137 + 144 + + + + + + + 40.74149371124804 + -3.8349944539368153 + + 900.5999755859375 + 11583.490234375 + + 122 + + 87 + + + 9.741000175476074 + 113 + + + + + + + 40.7414735108614 + -3.8348822202533484 + + 900.4000244140625 + 11593.1796875 + + 122 + + 90 + + + 9.694999694824219 + 136 + + + + + + + 40.74145356193185 + -3.834773087874055 + + 900.4000244140625 + 11602.83984375 + + 121 + + 85 + + + 9.656999588012695 + 122 + + + + + + + 40.741432355716825 + -3.8346647936850786 + + 900.4000244140625 + 11612.400390625 + + 121 + + 110 + + + 9.564000129699707 + 140 + + + + + + + 40.74141165241599 + -3.8345520570874214 + + 900.5999755859375 + 11621.9697265625 + + 121 + + 94 + + + 9.564000129699707 + 177 + + + + + + + 40.74139120057225 + -3.834440829232335 + + 900.5999755859375 + 11631.5302734375 + + 121 + + 86 + + + 9.564000129699707 + 144 + + + + + + + 40.74137510731816 + -3.834326583892107 + + 900.5999755859375 + 11641.1201171875 + + 121 + + 86 + + + 9.592000007629395 + 151 + + + + + + + 40.741359600797296 + -3.834209069609642 + + 900.4000244140625 + 11650.669921875 + + 121 + + 85 + + + 9.545000076293945 + 160 + + + + + + + 40.74134459719062 + -3.8340972550213337 + + 900.4000244140625 + 11660.2099609375 + + 122 + + 84 + + + 9.545000076293945 + 169 + + + + + + + 40.74133235961199 + -3.833986110985279 + + 900.4000244140625 + 11669.8095703125 + + 122 + + 85 + + + 9.592000007629395 + 180 + + + + + + + 40.741320038214326 + -3.83387035690248 + + 900.5999755859375 + 11679.4296875 + + 122 + + 84 + + + 9.628999710083008 + 158 + + + + + + + 40.74131308123469 + -3.8337594643235207 + + 900.4000244140625 + 11689.1796875 + + 122 + + 85 + + + 9.741000175476074 + 166 + + + + + + + 40.74131056666374 + -3.8336408603936434 + + 900.5999755859375 + 11698.740234375 + + 122 + + 85 + + + 9.564000129699707 + 160 + + + + + + + 40.74130746535957 + -3.833525776863098 + + 900.7999877929688 + 11708.4296875 + + 122 + + 87 + + + 9.694999694824219 + 182 + + + + + + + 40.741308219730854 + -3.8334104418754578 + + 900.5999755859375 + 11718.0302734375 + + 122 + + 86 + + + 9.592000007629395 + 167 + + + + + + + 40.74131232686341 + -3.8332974538207054 + + 900.4000244140625 + 11727.75 + + 123 + + 85 + + + 9.722999572753906 + 136 + + + + + + + 40.74131542816758 + -3.833180610090494 + + 900.4000244140625 + 11737.4697265625 + + 123 + + 91 + + + 9.722999572753906 + 112 + + + + + + + 40.74132565408945 + -3.833067873492837 + + 900.4000244140625 + 11747.16015625 + + 123 + + 87 + + + 9.694999694824219 + 132 + + + + + + + 40.74133437126875 + -3.8329501915723085 + + 900.4000244140625 + 11756.8603515625 + + 123 + + 86 + + + 9.694999694824219 + 122 + + + + + + + 40.74134283699095 + -3.8328338507562876 + + 900.4000244140625 + 11766.580078125 + + 123 + + 86 + + + 9.722999572753906 + 116 + + + + + + + 40.741357170045376 + -3.832720359787345 + + 900.2000122070312 + 11776.3203125 + + 123 + + 87 + + + 9.741000175476074 + 147 + + + + + + + 40.741372257471085 + -3.832610137760639 + + 900.2000122070312 + 11786.16015625 + + 123 + + 90 + + + 9.835000038146973 + 124 + + + + + + + 40.74138977564871 + -3.8324955571442842 + + 900.2000122070312 + 11795.849609375 + + 123 + + 85 + + + 9.694999694824219 + 132 + + + + + + + 40.74141148477793 + -3.8323829043656588 + + 900.2000122070312 + 11805.6103515625 + + 123 + + 88 + + + 9.760000228881836 + 127 + + + + + + + 40.741435457021 + -3.832268910482526 + + 900.2000122070312 + 11815.3701171875 + + 124 + + 87 + + + 9.760000228881836 + 160 + + + + + + + 40.74145800434053 + -3.832154246047139 + + 900.4000244140625 + 11825.16015625 + + 124 + + 85 + + + 9.788000106811523 + 133 + + + + + + + 40.74147954583168 + -3.832043018192053 + + 900.2000122070312 + 11835.009765625 + + 124 + + 86 + + + 9.852999687194824 + 134 + + + + + + + 40.74150477536023 + -3.8319312036037445 + + 900.0 + 11844.9404296875 + + 124 + + 86 + + + 9.928000450134277 + 125 + + + + + + + 40.74152774177492 + -3.8318157847970724 + + 900.0 + 11854.8896484375 + + 124 + + 88 + + + 9.946999549865723 + 125 + + + + + + + 40.74155104346573 + -3.8317042216658592 + + 899.7999877929688 + 11864.8603515625 + + 124 + + 87 + + + 9.975000381469727 + 109 + + + + + + + 40.74157577008009 + -3.8315913174301386 + + 899.5999755859375 + 11874.7900390625 + + 124 + + 80 + + + 9.928000450134277 + 51 + + + + + + + 40.74159546755254 + -3.8314779102802277 + + 899.7999877929688 + 11884.6904296875 + + 124 + + 87 + + + 9.899999618530273 + 53 + + + + + + + 40.74161726050079 + -3.831368274986744 + + 899.7999877929688 + 11894.5400390625 + + 123 + + 117 + + + 9.852999687194824 + 138 + + + + + + + 40.74164064601064 + -3.8312593940645456 + + 899.7999877929688 + 11904.2197265625 + + 122 + + 85 + + + 9.675999641418457 + 122 + + + + + + + 40.741668809205294 + -3.83114330470562 + + 899.5999755859375 + 11914.0302734375 + + 121 + + 87 + + + 9.807000160217285 + 137 + + + + + + + 40.74169110506773 + -3.831032495945692 + + 899.4000244140625 + 11923.76953125 + + 121 + + 86 + + + 9.741000175476074 + 137 + + + + + + + 40.74171356856823 + -3.8309230282902718 + + 899.4000244140625 + 11933.4599609375 + + 121 + + 85 + + + 9.694999694824219 + 146 + + + + + + + 40.74173519387841 + -3.830810794606805 + + 899.4000244140625 + 11943.1796875 + + 121 + + 86 + + + 9.722999572753906 + 149 + + + + + + + 40.741759249940515 + -3.830699734389782 + + 899.4000244140625 + 11952.9404296875 + + 121 + + 85 + + + 9.760000228881836 + 173 + + + + + + + 40.74177945032716 + -3.8305915240198374 + + 899.4000244140625 + 11962.7001953125 + + 121 + + 85 + + + 9.760000228881836 + 143 + + + + + + + 40.74180157855153 + -3.8304762728512287 + + 899.4000244140625 + 11972.4296875 + + 121 + + 87 + + + 9.722999572753906 + 137 + + + + + + + 40.74182295240462 + -3.8303678948432207 + + 899.5999755859375 + 11982.150390625 + + 121 + + 87 + + + 9.722999572753906 + 187 + + + + + + + 40.74184357188642 + -3.830252643674612 + + 899.7999877929688 + 11991.919921875 + + 122 + + 87 + + + 9.769000053405762 + 194 + + + + + + + 40.74185966514051 + -3.8301367219537497 + + 899.5999755859375 + 12001.7099609375 + + 122 + + 90 + + + 9.79699993133545 + 148 + + + + + + + 40.74187332764268 + -3.8300233148038387 + + 899.5999755859375 + 12011.509765625 + + 122 + + 84 + + + 9.79699993133545 + 174 + + + + + + + 40.741886738687754 + -3.829908734187484 + + 899.5999755859375 + 12021.3603515625 + + 122 + + 87 + + + 9.843999862670898 + 195 + + + + + + + 40.74189738370478 + -3.829788537696004 + + 899.7999877929688 + 12031.3095703125 + + 122 + + 86 + + + 9.956000328063965 + 174 + + + + + + + 40.74190844781697 + -3.8296735379844904 + + 899.7999877929688 + 12041.150390625 + + 122 + + 87 + + + 9.843999862670898 + 155 + + + + + + + 40.74191867373884 + -3.8295525033026934 + + 899.5999755859375 + 12051.080078125 + + 122 + + 90 + + + 9.928000450134277 + 129 + + + + + + + 40.741922026500106 + -3.8294319715350866 + + 899.2000122070312 + 12061.009765625 + + 122 + + 88 + + + 9.928000450134277 + 157 + + + + + + + 40.7419275585562 + -3.829315882176161 + + 899.4000244140625 + 12070.9404296875 + + 122 + + 86 + + + 9.928000450134277 + 136 + + + + + + + 40.7419294025749 + -3.8292004633694887 + + 899.4000244140625 + 12080.8701171875 + + 122 + + 88 + + + 9.928000450134277 + 129 + + + + + + + 40.74193242006004 + -3.82907934486866 + + 899.2000122070312 + 12090.75 + + 123 + + 85 + + + 9.880999565124512 + 125 + + + + + + + 40.74192873202264 + -3.8289608247578144 + + 899.4000244140625 + 12100.6298828125 + + 122 + + 90 + + + 9.880999565124512 + 146 + + + + + + + 40.74192269705236 + -3.8288385327905416 + + 899.4000244140625 + 12110.509765625 + + 122 + + 91 + + + 9.880999565124512 + 125 + + + + + + + 40.74191238731146 + -3.828717665746808 + + 899.4000244140625 + 12120.4599609375 + + 122 + + 88 + + + 9.956000328063965 + 167 + + + + + + + 40.74190174229443 + -3.828600151464343 + + 899.4000244140625 + 12130.3896484375 + + 122 + + 90 + + + 9.928000450134277 + 132 + + + + + + + 40.74188740924001 + -3.8284833915531635 + + 899.2000122070312 + 12140.3203125 + + 123 + + 86 + + + 9.928000450134277 + 143 + + + + + + + 40.74186880141497 + -3.8283621054142714 + + 899.2000122070312 + 12150.2001953125 + + 123 + + 86 + + + 9.880999565124512 + 101 + + + + + + + 40.74184851720929 + -3.82824526168406 + + 899.2000122070312 + 12160.0595703125 + + 123 + + 88 + + + 9.86299991607666 + 131 + + + + + + + 40.74182655662298 + -3.8281279988586903 + + 899.4000244140625 + 12169.91015625 + + 123 + + 88 + + + 9.843999862670898 + 131 + + + + + + + 40.741801746189594 + -3.8280145078897476 + + 899.5999755859375 + 12179.7001953125 + + 122 + + 88 + + + 9.79699993133545 + 138 + + + + + + + 40.74177727103233 + -3.8279035314917564 + + 899.5999755859375 + 12189.4697265625 + + 122 + + 86 + + + 9.769000053405762 + 117 + + + + + + + 40.74174835346639 + -3.8277930580079556 + + 899.2000122070312 + 12199.2001953125 + + 122 + + 85 + + + 9.722999572753906 + 120 + + + + + + + 40.74171943590045 + -3.8276781421154737 + + 899.2000122070312 + 12208.900390625 + + 122 + + 90 + + + 9.704000473022461 + 147 + + + + + + + 40.74168607592583 + -3.8275680039077997 + + 899.0 + 12218.650390625 + + 122 + + 85 + + + 9.75100040435791 + 137 + + + + + + + 40.74165187776089 + -3.8274634815752506 + + 899.0 + 12228.26953125 + + 122 + + 90 + + + 9.619999885559082 + 138 + + + + + + + 40.74161399155855 + -3.8273551035672426 + + 899.0 + 12237.98046875 + + 122 + + 92 + + + 9.704000473022461 + 116 + + + + + + + 40.741574093699455 + -3.827251587063074 + + 899.2000122070312 + 12247.7900390625 + + 122 + + 85 + + + 9.815999984741211 + 141 + + + + + + + 40.741534028202295 + -3.8271501660346985 + + 899.2000122070312 + 12257.4296875 + + 122 + + 87 + + + 9.638999938964844 + 136 + + + + + + + 40.74148893356323 + -3.8270453084260225 + + 899.2000122070312 + 12267.1796875 + + 122 + + 86 + + + 9.75100040435791 + 183 + + + + + + + 40.74144383892417 + -3.82694355212152 + + 899.0 + 12277.0 + + 123 + + 86 + + + 9.815999984741211 + 239 + + + + + + + 40.74139648117125 + -3.8268389459699392 + + 899.0 + 12286.919921875 + + 123 + + 84 + + + 9.928000450134277 + 167 + + + + + + + 40.74134451337159 + -3.826738530769944 + + 899.2000122070312 + 12296.76953125 + + 123 + + 88 + + + 9.843999862670898 + 131 + + + + + + + 40.74130277149379 + -3.8266373611986637 + + 899.4000244140625 + 12306.650390625 + + 123 + + 90 + + + 9.880999565124512 + 146 + + + + + + + 40.74125239625573 + -3.8265428971499205 + + 899.4000244140625 + 12316.490234375 + + 123 + + 88 + + + 9.843999862670898 + 158 + + + + + + + 40.7411954831332 + -3.826445247977972 + + 899.2000122070312 + 12326.349609375 + + 123 + + 87 + + + 9.86299991607666 + 172 + + + + + + + 40.741138653829694 + -3.8263538852334023 + + 899.2000122070312 + 12336.2001953125 + + 124 + + 86 + + + 9.843999862670898 + 166 + + + + + + + 40.74107704684138 + -3.8262604270130396 + + 899.4000244140625 + 12346.1103515625 + + 124 + + 90 + + + 9.909000396728516 + 159 + + + + + + + 40.7410157751292 + -3.82616906426847 + + 899.4000244140625 + 12356.01953125 + + 124 + + 88 + + + 9.909000396728516 + 150 + + + + + + + 40.740955928340554 + -3.8260843232274055 + + 899.2000122070312 + 12365.9404296875 + + 124 + + 87 + + + 9.928000450134277 + 160 + + + + + + + 40.74089700356126 + -3.8260048627853394 + + 899.2000122070312 + 12375.9501953125 + + 125 + + 90 + + + 10.003000259399414 + 175 + + + + + + + 40.74083162471652 + -3.8259227201342583 + + 899.2000122070312 + 12385.759765625 + + 125 + + 86 + + + 9.815999984741211 + 138 + + + + + + + 40.74076565913856 + -3.8258460257202387 + + 899.2000122070312 + 12395.580078125 + + 125 + + 87 + + + 9.815999984741211 + 118 + + + + + + + 40.7407012861222 + -3.825763799250126 + + 899.2000122070312 + 12405.2998046875 + + 126 + + 85 + + + 9.722999572753906 + 43 + + + + + + + 40.74063632637262 + -3.8256866857409477 + + 899.2000122070312 + 12414.8701171875 + + 126 + + 85 + + + 9.572999954223633 + 187 + + + + + + + 40.74057262390852 + -3.825614769011736 + + 899.2000122070312 + 12424.4501953125 + + 125 + + 83 + + + 9.572999954223633 + 174 + + + + + + + 40.74050925672054 + -3.8255426846444607 + + 899.2000122070312 + 12434.0703125 + + 125 + + 85 + + + 9.619999885559082 + 168 + + + + + + + 40.74044102802873 + -3.8254681695252657 + + 899.0 + 12443.5703125 + + 125 + + 84 + + + 9.508000373840332 + 173 + + + + + + + 40.74037388898432 + -3.8253965880721807 + + 899.0 + 12453.150390625 + + 124 + + 85 + + + 9.572999954223633 + 174 + + + + + + + 40.74030549265444 + -3.8253203127533197 + + 899.2000122070312 + 12462.740234375 + + 124 + + 85 + + + 9.592000007629395 + 178 + + + + + + + 40.74023801833391 + -3.825247474014759 + + 899.2000122070312 + 12472.3095703125 + + 124 + + 84 + + + 9.572999954223633 + 135 + + + + + + + 40.74017180129886 + -3.825175892561674 + + 899.2000122070312 + 12481.8701171875 + + 124 + + 85 + + + 9.555000305175781 + 144 + + + + + + + 40.74010835029185 + -3.825106155127287 + + 899.2000122070312 + 12491.419921875 + + 124 + + 85 + + + 9.555000305175781 + 141 + + + + + + + 40.74004087597132 + -3.825035998597741 + + 899.0 + 12500.9501953125 + + 124 + + 84 + + + 9.527000427246094 + 144 + + + + + + + 40.739975245669484 + -3.8249660935252905 + + 899.0 + 12510.48046875 + + 124 + + 85 + + + 9.527000427246094 + 147 + + + + + + + 40.73990777134895 + -3.8248915784060955 + + 899.0 + 12519.8095703125 + + 124 + + 83 + + + 9.331000328063965 + 144 + + + + + + + 40.73984197340906 + -3.824815470725298 + + 899.0 + 12529.2001953125 + + 123 + + 84 + + + 9.395999908447266 + 161 + + + + + + + 40.739776929840446 + -3.82474422454834 + + 899.2000122070312 + 12538.580078125 + + 123 + + 85 + + + 9.376999855041504 + 177 + + + + + + + 40.73971272446215 + -3.824675576761365 + + 899.2000122070312 + 12547.98046875 + + 123 + + 84 + + + 9.395999908447266 + 181 + + + + + + + 40.73964659124613 + -3.8246032409369946 + + 899.0 + 12557.3701171875 + + 123 + + 93 + + + 9.395999908447266 + 145 + + + + + + + 40.739583894610405 + -3.8245340902358294 + + 899.0 + 12566.76953125 + + 123 + + 110 + + + 9.395999908447266 + 164 + + + + + + + 40.73951616883278 + -3.8244566414505243 + + 899.4000244140625 + 12576.169921875 + + 123 + + 110 + + + 9.395999908447266 + 190 + + + + + + + 40.73944886215031 + -3.824383718892932 + + 899.4000244140625 + 12585.5595703125 + + 123 + + 83 + + + 9.395999908447266 + 167 + + + + + + + 40.739384070038795 + -3.824314484372735 + + 899.2000122070312 + 12594.9599609375 + + 123 + + 85 + + + 9.395999908447266 + 200 + + + + + + + 40.739323468878865 + -3.8242436572909355 + + 899.0 + 12604.3603515625 + + 123 + + 84 + + + 9.395999908447266 + 164 + + + + + + + 40.73925825767219 + -3.824163442477584 + + 899.0 + 12613.75 + + 124 + + 84 + + + 9.395999908447266 + 142 + + + + + + + 40.73919572867453 + -3.8240881729871035 + + 899.0 + 12623.169921875 + + 124 + + 87 + + + 9.414999961853027 + 177 + + + + + + + 40.739130936563015 + -3.824012065306306 + + 898.7999877929688 + 12632.58984375 + + 124 + + 82 + + + 9.423999786376953 + 151 + + + + + + + 40.739065892994404 + -3.823934532701969 + + 898.7999877929688 + 12642.0302734375 + + 124 + + 84 + + + 9.442999839782715 + 175 + + + + + + + 40.739004872739315 + -3.8238575868308544 + + 899.0 + 12651.4296875 + + 124 + + 82 + + + 9.395999908447266 + 142 + + + + + + + 40.73894460685551 + -3.8237800542265177 + + 899.0 + 12660.8095703125 + + 124 + + 82 + + + 9.376999855041504 + 154 + + + + + + + 40.73888308368623 + -3.8236962351948023 + + 898.7999877929688 + 12670.23046875 + + 125 + + 84 + + + 9.423999786376953 + 161 + + + + + + + 40.73882441036403 + -3.823612919077277 + + 898.7999877929688 + 12679.650390625 + + 125 + + 84 + + + 9.423999786376953 + 129 + + + + + + + 40.73876615613699 + -3.823526417836547 + + 898.7999877929688 + 12689.080078125 + + 125 + + 83 + + + 9.423999786376953 + 125 + + + + + + + 40.73870991356671 + -3.823439162224531 + + 898.7999877929688 + 12698.4404296875 + + 126 + + 85 + + + 9.359000205993652 + 118 + + + + + + + 40.738657442852855 + -3.823353499174118 + + 898.5999755859375 + 12707.75 + + 126 + + 85 + + + 9.312000274658203 + 108 + + + + + + + 40.738607067614794 + -3.8232685066759586 + + 898.5999755859375 + 12717.01953125 + + 126 + + 80 + + + 9.274999618530273 + 130 + + + + + + + 40.738558201119304 + -3.823176557198167 + + 898.4000244140625 + 12726.2998046875 + + 126 + + 83 + + + 9.274999618530273 + 146 + + + + + + + 40.73851000517607 + -3.8230866193771362 + + 898.5999755859375 + 12735.4697265625 + + 127 + + 78 + + + 9.17199993133545 + 151 + + + + + + + 40.73846088722348 + -3.8229931611567736 + + 898.5999755859375 + 12744.740234375 + + 126 + + 81 + + + 9.274999618530273 + 149 + + + + + + + 40.7384152058512 + -3.8228986132889986 + + 898.5999755859375 + 12754.0400390625 + + 126 + + 81 + + + 9.293000221252441 + 137 + + + + + + + 40.73837136849761 + -3.8228050712496042 + + 898.5999755859375 + 12763.3095703125 + + 126 + + 83 + + + 9.274999618530273 + 184 + + + + + + + 40.73833113536239 + -3.8227099366486073 + + 898.4000244140625 + 12772.6201171875 + + 126 + + 84 + + + 9.312000274658203 + 169 + + + + + + + 40.73829023167491 + -3.822608347982168 + + 898.4000244140625 + 12782.080078125 + + 127 + + 86 + + + 9.461000442504883 + 188 + + + + + + + 40.738249495625496 + -3.8225090224295855 + + 898.4000244140625 + 12791.4404296875 + + 126 + + 83 + + + 9.359000205993652 + 173 + + + + + + + 40.73820875957608 + -3.822407266125083 + + 898.4000244140625 + 12800.900390625 + + 127 + + 84 + + + 9.461000442504883 + 210 + + + + + + + 40.73817087337375 + -3.822303833439946 + + 898.5999755859375 + 12810.41015625 + + 127 + + 85 + + + 9.508000373840332 + 211 + + + + + + + 40.73813726194203 + -3.8221983052790165 + + 898.5999755859375 + 12819.919921875 + + 127 + + 84 + + + 9.508000373840332 + 182 + + + + + + + 40.73810499161482 + -3.822094788774848 + + 898.5999755859375 + 12829.4501953125 + + 127 + + 83 + + + 9.527000427246094 + 179 + + + + + + + 40.73807045817375 + -3.8219821359962225 + + 898.5999755859375 + 12839.1201171875 + + 127 + + 85 + + + 9.675999641418457 + 165 + + + + + + + 40.73804120533168 + -3.8218729197978973 + + 898.4000244140625 + 12848.669921875 + + 127 + + 88 + + + 9.545000076293945 + 212 + + + + + + + 40.73801371268928 + -3.821758506819606 + + 898.4000244140625 + 12858.41015625 + + 127 + + 86 + + + 9.741000175476074 + 193 + + + + + + + 40.73798580095172 + -3.821644429117441 + + 898.4000244140625 + 12868.01953125 + + 127 + + 84 + + + 9.611000061035156 + 145 + + + + + + + 40.73796099051833 + -3.821534039452672 + + 898.5999755859375 + 12877.7900390625 + + 128 + + 85 + + + 9.769000053405762 + 144 + + + + + + + 40.73794120922685 + -3.821425074711442 + + 898.5999755859375 + 12887.3603515625 + + 128 + + 87 + + + 9.572999954223633 + 141 + + + + + + + 40.73792243376374 + -3.8213099911808968 + + 898.7999877929688 + 12896.9501953125 + + 129 + + 85 + + + 9.592000007629395 + 135 + + + + + + + 40.73790357448161 + -3.8212004397064447 + + 898.5999755859375 + 12906.5302734375 + + 129 + + 84 + + + 9.572999954223633 + 134 + + + + + + + 40.737885888665915 + -3.8210880383849144 + + 898.5999755859375 + 12916.0703125 + + 130 + + 85 + + + 9.545000076293945 + 137 + + + + + + + 40.73787256143987 + -3.820977145805955 + + 898.7999877929688 + 12925.6796875 + + 130 + + 85 + + + 9.611000061035156 + 154 + + + + + + + 40.737862000241876 + -3.820867510512471 + + 898.7999877929688 + 12935.080078125 + + 129 + + 84 + + + 9.395999908447266 + 167 + + + + + + + 40.73785210959613 + -3.820760389789939 + + 898.5999755859375 + 12944.58984375 + + 129 + + 85 + + + 9.508000373840332 + 179 + + + + + + + 40.73784230276942 + -3.8206451386213303 + + 898.5999755859375 + 12954.08984375 + + 129 + + 84 + + + 9.508000373840332 + 169 + + + + + + + 40.73783400468528 + -3.820532402023673 + + 898.5999755859375 + 12963.73046875 + + 129 + + 83 + + + 9.638999938964844 + 158 + + + + + + + 40.737827969715 + -3.8204164803028107 + + 898.5999755859375 + 12973.1904296875 + + 129 + + 85 + + + 9.461000442504883 + 149 + + + + + + + 40.73782671242952 + -3.820301815867424 + + 898.7999877929688 + 12982.76953125 + + 129 + + 85 + + + 9.572999954223633 + 144 + + + + + + + 40.7378263771534 + -3.8201920967549086 + + 898.5999755859375 + 12992.16015625 + + 128 + + 85 + + + 9.395999908447266 + 142 + + + + + + + 40.737828807905316 + -3.820083048194647 + + 898.5999755859375 + 13001.5595703125 + + 129 + + 86 + + + 9.395999908447266 + 132 + + + + + + + 40.73783081956208 + -3.81996788084507 + + 898.4000244140625 + 13010.9599609375 + + 128 + + 84 + + + 9.395999908447266 + 154 + + + + + + + 40.73783626779914 + -3.8198546413332224 + + 898.2000122070312 + 13020.3798828125 + + 128 + + 85 + + + 9.423999786376953 + 135 + + + + + + + 40.737844901159406 + -3.819741066545248 + + 898.2000122070312 + 13029.8896484375 + + 129 + + 86 + + + 9.508000373840332 + 124 + + + + + + + 40.737855546176434 + -3.8196275755763054 + + 898.2000122070312 + 13039.330078125 + + 128 + + 84 + + + 9.442999839782715 + 151 + + + + + + + 40.73786694556475 + -3.819516599178314 + + 898.4000244140625 + 13048.75 + + 129 + + 85 + + + 9.423999786376953 + 200 + + + + + + + 40.737880524247885 + -3.819407634437084 + + 898.2000122070312 + 13058.2998046875 + + 129 + + 88 + + + 9.545000076293945 + 147 + + + + + + + 40.737894270569086 + -3.819290539249778 + + 898.2000122070312 + 13067.9697265625 + + 129 + + 84 + + + 9.675999641418457 + 139 + + + + + + + 40.737910782918334 + -3.8191780541092157 + + 898.0 + 13077.5498046875 + + 129 + + 86 + + + 9.572999954223633 + 144 + + + + + + + 40.73792561888695 + -3.8190665747970343 + + 898.0 + 13087.25 + + 129 + + 85 + + + 9.704000473022461 + 136 + + + + + + + 40.73794825002551 + -3.8189514074474573 + + 898.0 + 13097.0400390625 + + 129 + + 84 + + + 9.788000106811523 + 171 + + + + + + + 40.73797347955406 + -3.818839844316244 + + 897.7999877929688 + 13106.900390625 + + 129 + + 86 + + + 9.86299991607666 + 162 + + + + + + + 40.738000720739365 + -3.8187284488230944 + + 897.7999877929688 + 13116.7802734375 + + 130 + + 86 + + + 9.880999565124512 + 139 + + + + + + + 40.73803190141916 + -3.8186118565499783 + + 897.7999877929688 + 13126.7099609375 + + 130 + + 93 + + + 9.928000450134277 + 139 + + + + + + + 40.738064758479595 + -3.8185034785419703 + + 897.7999877929688 + 13136.7802734375 + + 129 + + 91 + + + 10.067999839782715 + 110 + + + + + + + 40.738099459558725 + -3.8183885626494884 + + 897.7999877929688 + 13146.66015625 + + 129 + + 102 + + + 9.880999565124512 + 118 + + + + + + + 40.73813600465655 + -3.818276161327958 + + 898.0 + 13156.58984375 + + 129 + + 88 + + + 9.928000450134277 + 112 + + + + + + + 40.738175231963396 + -3.8181671127676964 + + 898.2000122070312 + 13166.6103515625 + + 129 + + 91 + + + 10.020999908447266 + 120 + + + + + + + 40.7382146269083 + -3.8180609978735447 + + 898.4000244140625 + 13176.4697265625 + + 128 + + 94 + + + 9.86299991607666 + 114 + + + + + + + 40.7382545247674 + -3.817948093637824 + + 898.4000244140625 + 13186.400390625 + + 128 + + 115 + + + 9.928000450134277 + 150 + + + + + + + 40.73829383589327 + -3.817842397838831 + + 898.2000122070312 + 13196.349609375 + + 128 + + 91 + + + 9.956000328063965 + 146 + + + + + + + 40.73833683505654 + -3.8177315052598715 + + 898.2000122070312 + 13206.3798828125 + + 128 + + 85 + + + 10.020999908447266 + 34 + + + + + + + 40.73837614618242 + -3.8176231272518635 + + 898.2000122070312 + 13216.2802734375 + + 127 + + 127 + + + 9.899999618530273 + 81 + + + + + + + 40.73841696605086 + -3.817518102005124 + + 898.2000122070312 + 13226.0595703125 + + 127 + + 96 + + + 9.788000106811523 + 127 + + + + + + + 40.73845585808158 + -3.8174158427864313 + + 898.0 + 13235.9296875 + + 127 + + 87 + + + 9.86299991607666 + 122 + + + + + + + 40.73849550448358 + -3.8173076324164867 + + 898.0 + 13245.759765625 + + 127 + + 88 + + + 9.835000038146973 + 104 + + + + + + + 40.738533390685916 + -3.8172041159123182 + + 898.0 + 13255.6396484375 + + 127 + + 88 + + + 9.880999565124512 + 125 + + + + + + + 40.738573372364044 + -3.8170968275517225 + + 897.7999877929688 + 13265.51953125 + + 126 + + 88 + + + 9.880999565124512 + 108 + + + + + + + 40.73861276730895 + -3.816987695172429 + + 897.5999755859375 + 13275.4501953125 + + 126 + + 86 + + + 9.928000450134277 + 132 + + + + + + + 40.73865040205419 + -3.816885855048895 + + 897.5999755859375 + 13285.349609375 + + 125 + + 91 + + + 9.899999618530273 + 112 + + + + + + + 40.73868543840945 + -3.816784853115678 + + 897.4000244140625 + 13295.1796875 + + 125 + + 88 + + + 9.835000038146973 + 134 + + + + + + + 40.73872399516404 + -3.8166778162121773 + + 897.4000244140625 + 13304.9501953125 + + 125 + + 87 + + + 9.769000053405762 + 137 + + + + + + + 40.738761965185404 + -3.816576898097992 + + 897.5999755859375 + 13314.66015625 + + 125 + + 87 + + + 9.704000473022461 + 136 + + + + + + + 40.738802617415786 + -3.8164732977747917 + + 897.5999755859375 + 13324.4501953125 + + 124 + + 86 + + + 9.788000106811523 + 148 + + + + + + + 40.738844107836485 + -3.816367769613862 + + 897.4000244140625 + 13334.0302734375 + + 124 + + 83 + + + 9.583000183105469 + 157 + + + + + + + 40.73888593353331 + -3.816262325271964 + + 897.4000244140625 + 13343.6796875 + + 124 + + 85 + + + 9.64799976348877 + 158 + + + + + + + 40.73892457410693 + -3.8161588087677956 + + 897.7999877929688 + 13353.259765625 + + 124 + + 90 + + + 9.583000183105469 + 154 + + + + + + + 40.73896841146052 + -3.8160536997020245 + + 898.0 + 13362.8896484375 + + 123 + + 82 + + + 9.628999710083008 + 178 + + + + + + + 40.73900814168155 + -3.8159526977688074 + + 898.0 + 13372.349609375 + + 124 + + 84 + + + 9.461000442504883 + 149 + + + + + + + 40.73904569260776 + -3.8158511929214 + + 898.0 + 13381.8095703125 + + 124 + + 84 + + + 9.461000442504883 + 136 + + + + + + + 40.73908374644816 + -3.8157485146075487 + + 898.2000122070312 + 13391.16015625 + + 124 + + 90 + + + 9.348999977111816 + 166 + + + + + + + 40.73911962099373 + -3.815647177398205 + + 898.2000122070312 + 13400.4296875 + + 124 + + 76 + + + 9.274999618530273 + 165 + + + + + + + 40.739152897149324 + -3.8155483547598124 + + 898.5999755859375 + 13409.73046875 + + 124 + + 82 + + + 9.293000221252441 + 178 + + + + + + + 40.739190112799406 + -3.815445089712739 + + 898.5999755859375 + 13418.8203125 + + 124 + + 83 + + + 9.088000297546387 + 155 + + + + + + + 40.739218359813094 + -3.8153477758169174 + + 898.5999755859375 + 13427.9697265625 + + 124 + + 81 + + + 9.152999877929688 + 131 + + + + + + + 40.73924736119807 + -3.815240655094385 + + 898.5999755859375 + 13437.0703125 + + 125 + + 81 + + + 9.107000350952148 + 150 + + + + + + + 40.73927225545049 + -3.8151360489428043 + + 898.7999877929688 + 13446.1396484375 + + 125 + + 81 + + + 9.069000244140625 + 199 + + + + + + + 40.739291701465845 + -3.8150335382670164 + + 899.0 + 13455.330078125 + + 125 + + 81 + + + 9.190999984741211 + 151 + + + + + + + 40.73930871672928 + -3.8149313628673553 + + 899.0 + 13464.330078125 + + 125 + + 79 + + + 8.994999885559082 + 182 + + + + + + + 40.73932229541242 + -3.8148229848593473 + + 898.7999877929688 + 13473.33984375 + + 126 + + 82 + + + 9.012999534606934 + 176 + + + + + + + 40.73933302424848 + -3.8147190492600203 + + 898.7999877929688 + 13482.23046875 + + 127 + + 79 + + + 8.883000373840332 + 170 + + + + + + + 40.73934081941843 + -3.814610755071044 + + 898.7999877929688 + 13491.1298828125 + + 127 + + 78 + + + 8.901000022888184 + 195 + + + + + + + 40.739359678700566 + -3.814505562186241 + + 899.0 + 13500.16015625 + + 128 + + 79 + + + 9.031999588012695 + 213 + + + + + + + 40.73939488269389 + -3.814411349594593 + + 899.2000122070312 + 13509.3095703125 + + 128 + + 80 + + + 9.152999877929688 + 182 + + + + + + + 40.73944576084614 + -3.814329793676734 + + 899.4000244140625 + 13518.400390625 + + 129 + + 79 + + + 9.088000297546387 + 190 + + + + + + + 40.73950946331024 + -3.814251506701112 + + 899.4000244140625 + 13527.41015625 + + 129 + + 80 + + + 9.012999534606934 + 179 + + + + + + + 40.739574171602726 + -3.814182775095105 + + 899.2000122070312 + 13536.3896484375 + + 129 + + 80 + + + 8.97599983215332 + 197 + + + + + + + 40.73963544331491 + -3.8141086790710688 + + 899.2000122070312 + 13545.5595703125 + + 129 + + 86 + + + 9.17199993133545 + 226 + + + + + + + 40.739688416942954 + -3.814023183658719 + + 899.2000122070312 + 13554.740234375 + + 129 + + 85 + + + 9.17199993133545 + 229 + + + + + + + 40.73973376303911 + -3.8139320723712444 + + 899.2000122070312 + 13563.91015625 + + 129 + + 82 + + + 9.17199993133545 + 238 + + + + + + + 40.73977223597467 + -3.813840374350548 + + 899.2000122070312 + 13573.099609375 + + 130 + + 81 + + + 9.190999984741211 + 201 + + + + + + + 40.73981079272926 + -3.813739623874426 + + 899.4000244140625 + 13582.26953125 + + 130 + + 81 + + + 9.17199993133545 + 191 + + + + + + + 40.739848259836435 + -3.8136416394263506 + + 899.4000244140625 + 13591.3603515625 + + 130 + + 80 + + + 9.088000297546387 + 180 + + + + + + + 40.73988698422909 + -3.813542565330863 + + 899.4000244140625 + 13600.4296875 + + 131 + + 84 + + + 9.069000244140625 + 201 + + + + + + + 40.739924535155296 + -3.8134444132447243 + + 899.5999755859375 + 13609.48046875 + + 131 + + 84 + + + 9.050999641418457 + 201 + + + + + + + 40.73996091261506 + -3.8133492786437273 + + 899.7999877929688 + 13618.4501953125 + + 131 + + 79 + + + 8.97599983215332 + 172 + + + + + + + 40.73999552987516 + -3.8132574129849672 + + 900.2000122070312 + 13627.2802734375 + + 132 + + 82 + + + 8.82699966430664 + 224 + + + + + + + 40.74003400281072 + -3.8131631165742874 + + 900.5999755859375 + 13636.0703125 + + 132 + + 85 + + + 8.789999961853027 + 202 + + + + + + + 40.74007188901305 + -3.8130714185535908 + + 900.7999877929688 + 13644.6201171875 + + 132 + + 85 + + + 8.54699993133545 + 202 + + + + + + + 40.74011002667248 + -3.812978630885482 + + 900.7999877929688 + 13653.169921875 + + 132 + + 90 + + + 8.555999755859375 + 190 + + + + + + + 40.740148331969976 + -3.8128871005028486 + + 900.7999877929688 + 13661.5 + + 132 + + 87 + + + 8.322999954223633 + 228 + + + + + + + 40.74018454179168 + -3.8128002639859915 + + 901.0 + 13669.8203125 + + 132 + + 87 + + + 8.322999954223633 + 222 + + + + + + + 40.74022326618433 + -3.8127156905829906 + + 901.2000122070312 + 13678.099609375 + + 132 + + 85 + + + 8.276000022888184 + 204 + + + + + + + 40.74026593007147 + -3.8126291893422604 + + 901.4000244140625 + 13686.3095703125 + + 133 + + 85 + + + 8.211000442504883 + 171 + + + + + + + 40.740305660292506 + -3.8125498965382576 + + 901.5999755859375 + 13694.4501953125 + + 133 + + 86 + + + 8.145999908447266 + 229 + + + + + + + 40.74034891091287 + -3.8124621380120516 + + 902.0 + 13702.6396484375 + + 133 + + 84 + + + 8.182999610900879 + 202 + + + + + + + 40.74038780294359 + -3.8123799953609705 + + 902.2000122070312 + 13710.66015625 + + 133 + + 82 + + + 8.02400016784668 + 165 + + + + + + + 40.740426778793335 + -3.81229885853827 + + 902.2000122070312 + 13718.6796875 + + 133 + + 87 + + + 8.02400016784668 + 171 + + + + + + + 40.74046709574759 + -3.8122209906578064 + + 902.2000122070312 + 13726.6796875 + + 134 + + 90 + + + 7.995999813079834 + 206 + + + + + + + 40.74051009491086 + -3.812135998159647 + + 902.2000122070312 + 13734.7197265625 + + 134 + + 88 + + + 8.043000221252441 + 190 + + + + + + + 40.740548484027386 + -3.8120572920888662 + + 902.0 + 13742.599609375 + + 134 + + 86 + + + 7.875 + 167 + + + + + + + 40.74059223756194 + -3.811978753656149 + + 902.0 + 13750.5498046875 + + 134 + + 87 + + + 7.949999809265137 + 149 + + + + + + + 40.740632554516196 + -3.811900047585368 + + 902.0 + 13758.3203125 + + 134 + + 87 + + + 7.771999835968018 + 154 + + + + + + + 40.740671027451754 + -3.811823185533285 + + 902.0 + 13766.0703125 + + 134 + + 87 + + + 7.74399995803833 + 167 + + + + + + + 40.74071042239666 + -3.8117496762424707 + + 902.4000244140625 + 13773.73046875 + + 134 + + 85 + + + 7.659999847412109 + 204 + + + + + + + 40.740752667188644 + -3.8116720598191023 + + 902.5999755859375 + 13781.4599609375 + + 134 + + 82 + + + 7.735000133514404 + 236 + + + + + + + 40.74078912846744 + -3.8115968741476536 + + 902.5999755859375 + 13789.2197265625 + + 134 + + 82 + + + 7.763000011444092 + 191 + + + + + + + 40.7408291939646 + -3.8115183357149363 + + 902.5999755859375 + 13796.849609375 + + 135 + + 79 + + + 7.623000144958496 + 190 + + + + + + + 40.74086959473789 + -3.8114405516535044 + + 902.7999877929688 + 13804.509765625 + + 135 + + 79 + + + 7.659999847412109 + 231 + + + + + + + 40.74091024696827 + -3.8113647792488337 + + 903.2000122070312 + 13812.080078125 + + 135 + + 78 + + + 7.577000141143799 + 150 + + + + + + + 40.74094980955124 + -3.811292191967368 + + 903.4000244140625 + 13819.66015625 + + 135 + + 85 + + + 7.577000141143799 + 195 + + + + + + + 40.74098853394389 + -3.811214743182063 + + 903.4000244140625 + 13827.2099609375 + + 135 + + 82 + + + 7.548999786376953 + 201 + + + + + + + 40.74102750979364 + -3.8111406471580267 + + 903.5999755859375 + 13834.759765625 + + 135 + + 82 + + + 7.548999786376953 + 211 + + + + + + + 40.74106807820499 + -3.8110653776675463 + + 903.7999877929688 + 13842.259765625 + + 136 + + 82 + + + 7.501999855041504 + 211 + + + + + + + 40.74110814370215 + -3.8109913654625416 + + 904.2000122070312 + 13849.75 + + 136 + + 83 + + + 7.493000030517578 + 213 + + + + + + + 40.74114787392318 + -3.8109189458191395 + + 904.4000244140625 + 13857.2998046875 + + 136 + + 84 + + + 7.548999786376953 + 228 + + + + + + + 40.74118626303971 + -3.810844598338008 + + 904.4000244140625 + 13864.849609375 + + 136 + + 83 + + + 7.548999786376953 + 191 + + + + + + + 40.7412282563746 + -3.810767652466893 + + 904.4000244140625 + 13872.3701171875 + + 136 + + 83 + + + 7.520999908447266 + 221 + + + + + + + 40.74126756750047 + -3.81069322116673 + + 904.5999755859375 + 13879.9501953125 + + 136 + + 84 + + + 7.585999965667725 + 202 + + + + + + + 40.74130713008344 + -3.8106173649430275 + + 904.7999877929688 + 13887.5703125 + + 136 + + 85 + + + 7.613999843597412 + 190 + + + + + + + 40.74134794995189 + -3.8105413410812616 + + 905.0 + 13895.1904296875 + + 136 + + 85 + + + 7.623000144958496 + 188 + + + + + + + 40.74138969182968 + -3.8104659877717495 + + 905.2000122070312 + 13902.8603515625 + + 137 + + 85 + + + 7.670000076293945 + 184 + + + + + + + 40.74142883531749 + -3.810391640290618 + + 905.2000122070312 + 13910.6201171875 + + 137 + + 85 + + + 7.754000186920166 + 178 + + + + + + + 40.741468565538526 + -3.8103119283914566 + + 904.7999877929688 + 13918.5400390625 + + 137 + + 95 + + + 7.921999931335449 + 172 + + + + + + + 40.74150728993118 + -3.8102359045296907 + + 904.7999877929688 + 13926.669921875 + + 137 + + 94 + + + 8.13599967956543 + 192 + + + + + + + 40.741549199447036 + -3.8101549353450537 + + 905.0 + 13934.8095703125 + + 137 + + 94 + + + 8.13599967956543 + 187 + + + + + + + 40.741591611877084 + -3.8100701943039894 + + 905.0 + 13943.0400390625 + + 137 + + 85 + + + 8.229999542236328 + 187 + + + + + + + 40.7416357845068 + -3.809989560395479 + + 905.2000122070312 + 13951.400390625 + + 137 + + 81 + + + 8.359999656677246 + 146 + + + + + + + 40.74167945422232 + -3.8099116925150156 + + 905.2000122070312 + 13959.759765625 + + 137 + + 82 + + + 8.359999656677246 + 151 + + + + + + + 40.74172488413751 + -3.8098283763974905 + + 905.2000122070312 + 13968.16015625 + + 137 + + 78 + + + 8.39799976348877 + 166 + + + + + + + 40.74176721274853 + -3.8097491674125195 + + 905.4000244140625 + 13976.6396484375 + + 137 + + 79 + + + 8.482000350952148 + 168 + + + + + + + 40.74180945754051 + -3.8096634205430746 + + 905.4000244140625 + 13985.1904296875 + + 137 + + 81 + + + 8.54699993133545 + 167 + + + + + + + 40.741854049265385 + -3.8095748238265514 + + 905.4000244140625 + 13993.8095703125 + + 137 + + 82 + + + 8.621999740600586 + 159 + + + + + + + 40.74189922772348 + -3.8094899989664555 + + 905.4000244140625 + 14002.4296875 + + 137 + + 82 + + + 8.621999740600586 + 136 + + + + + + + 40.741945495828986 + -3.809405928477645 + + 905.4000244140625 + 14011.1298828125 + + 137 + + 87 + + + 8.706000328063965 + 202 + + + + + + + 40.74199402704835 + -3.8093173317611217 + + 905.4000244140625 + 14019.900390625 + + 136 + + 83 + + + 8.76200008392334 + 183 + + + + + + + 40.74203954078257 + -3.8092323392629623 + + 905.4000244140625 + 14028.6796875 + + 136 + + 85 + + + 8.779999732971191 + 172 + + + + + + + 40.7420848030597 + -3.8091430719941854 + + 905.4000244140625 + 14037.4404296875 + + 135 + + 85 + + + 8.76200008392334 + 135 + + + + + + + 40.742130652070045 + -3.8090552296489477 + + 905.4000244140625 + 14046.2001953125 + + 135 + + 84 + + + 8.76200008392334 + 155 + + + + + + + 40.742175579071045 + -3.808970069512725 + + 905.5999755859375 + 14054.9404296875 + + 135 + + 84 + + + 8.743000030517578 + 158 + + + + + + + 40.7422193326056 + -3.8088854122906923 + + 905.7999877929688 + 14063.66015625 + + 134 + + 84 + + + 8.71500015258789 + 162 + + + + + + + 40.74226635508239 + -3.8087963964790106 + + 905.7999877929688 + 14072.4296875 + + 134 + + 84 + + + 8.770999908447266 + 163 + + + + + + + 40.74231203645468 + -3.8087107334285975 + + 905.7999877929688 + 14081.240234375 + + 134 + + 85 + + + 8.807999610900879 + 173 + + + + + + + 40.74235796928406 + -3.808621969074011 + + 905.5999755859375 + 14090.0498046875 + + 134 + + 85 + + + 8.807999610900879 + 148 + + + + + + + 40.742403734475374 + -3.808533875271678 + + 905.5999755859375 + 14098.830078125 + + 133 + + 85 + + + 8.789999961853027 + 148 + + + + + + + 40.74244706891477 + -3.808448212221265 + + 905.5999755859375 + 14107.6103515625 + + 133 + + 85 + + + 8.770999908447266 + 172 + + + + + + + 40.74249065481126 + -3.808364225551486 + + 905.5999755859375 + 14116.3798828125 + + 133 + + 83 + + + 8.770999908447266 + 174 + + + + + + + 40.74253801256418 + -3.808277305215597 + + 905.7999877929688 + 14125.1298828125 + + 133 + + 85 + + + 8.751999855041504 + 174 + + + + + + + 40.742581179365516 + -3.8081909716129303 + + 905.7999877929688 + 14133.8603515625 + + 133 + + 85 + + + 8.734000205993652 + 153 + + + + + + + 40.742623591795564 + -3.808102458715439 + + 906.0 + 14142.580078125 + + 133 + + 85 + + + 8.71500015258789 + 164 + + + + + + + 40.74266692623496 + -3.8080154545605183 + + 906.2000122070312 + 14151.330078125 + + 132 + + 84 + + + 8.751999855041504 + 189 + + + + + + + 40.742713529616594 + -3.807929204776883 + + 906.5999755859375 + 14160.0595703125 + + 132 + + 84 + + + 8.734000205993652 + 194 + + + + + + + 40.74276038445532 + -3.8078457210212946 + + 906.7999877929688 + 14168.7802734375 + + 131 + + 83 + + + 8.71500015258789 + 164 + + + + + + + 40.742808915674686 + -3.8077582139521837 + + 906.7999877929688 + 14177.4599609375 + + 131 + + 85 + + + 8.687000274658203 + 152 + + + + + + + 40.742853255942464 + -3.807672969996929 + + 906.7999877929688 + 14186.1904296875 + + 131 + + 83 + + + 8.723999977111816 + 161 + + + + + + + 40.74289860203862 + -3.8075868040323257 + + 907.0 + 14194.990234375 + + 131 + + 85 + + + 8.798999786376953 + 150 + + + + + + + 40.74294445104897 + -3.8075002189725637 + + 906.7999877929688 + 14203.6298828125 + + 131 + + 82 + + + 8.640000343322754 + 179 + + + + + + + 40.74298988096416 + -3.8074158132076263 + + 906.4000244140625 + 14212.3203125 + + 130 + + 83 + + + 8.696000099182129 + 210 + + + + + + + 40.743033634498715 + -3.807332580909133 + + 906.2000122070312 + 14221.01953125 + + 130 + + 83 + + + 8.696000099182129 + 169 + + + + + + + 40.74308040551841 + -3.8072466664016247 + + 906.2000122070312 + 14229.7001953125 + + 130 + + 82 + + + 8.678000450134277 + 156 + + + + + + + 40.743123488500714 + -3.807161506265402 + + 906.2000122070312 + 14238.3896484375 + + 130 + + 84 + + + 8.696000099182129 + 192 + + + + + + + 40.74316967278719 + -3.8070706464350224 + + 906.4000244140625 + 14247.08984375 + + 130 + + 84 + + + 8.696000099182129 + 183 + + + + + + + 40.74321552179754 + -3.8069822173565626 + + 906.5999755859375 + 14255.8095703125 + + 130 + + 84 + + + 8.723999977111816 + 183 + + + + + + + 40.7432587724179 + -3.806897643953562 + + 906.5999755859375 + 14264.5400390625 + + 131 + + 84 + + + 8.723999977111816 + 152 + + + + + + + 40.74330277740955 + -3.806812483817339 + + 906.4000244140625 + 14273.2802734375 + + 131 + + 83 + + + 8.743000030517578 + 152 + + + + + + + 40.743349296972156 + -3.806724390015006 + + 906.4000244140625 + 14282.009765625 + + 131 + + 84 + + + 8.723999977111816 + 154 + + + + + + + 40.743394223973155 + -3.806638056412339 + + 906.5999755859375 + 14290.7900390625 + + 130 + + 84 + + + 8.779999732971191 + 230 + + + + + + + 40.743441581726074 + -3.806548537686467 + + 906.5999755859375 + 14299.6201171875 + + 130 + + 83 + + + 8.836000442504883 + 184 + + + + + + + 40.74348919093609 + -3.806457594037056 + + 906.5999755859375 + 14308.5 + + 130 + + 86 + + + 8.873000144958496 + 205 + + + + + + + 40.74353503994644 + -3.8063716795295477 + + 906.7999877929688 + 14317.509765625 + + 130 + + 85 + + + 9.012999534606934 + 185 + + + + + + + 40.743578374385834 + -3.806283585727215 + + 906.7999877929688 + 14326.5595703125 + + 130 + + 84 + + + 9.050999641418457 + 164 + + + + + + + 40.74362749233842 + -3.8061902951449156 + + 906.7999877929688 + 14335.58984375 + + 129 + + 85 + + + 9.031999588012695 + 157 + + + + + + + 40.74367200024426 + -3.806101866066456 + + 906.7999877929688 + 14344.6201171875 + + 129 + + 85 + + + 9.031999588012695 + 179 + + + + + + + 40.74372053146362 + -3.8060106709599495 + + 907.2000122070312 + 14353.6796875 + + 129 + + 85 + + + 9.050999641418457 + 176 + + + + + + + 40.74376545846462 + -3.805924253538251 + + 907.5999755859375 + 14362.740234375 + + 129 + + 85 + + + 9.069000244140625 + 186 + + + + + + + 40.74381172657013 + -3.805838171392679 + + 907.4000244140625 + 14371.7802734375 + + 129 + + 85 + + + 9.031999588012695 + 185 + + + + + + + 40.743854055181146 + -3.8057512510567904 + + 907.4000244140625 + 14380.7900390625 + + 129 + + 85 + + + 9.012999534606934 + 196 + + + + + + + 40.743900993838906 + -3.8056598883122206 + + 907.2000122070312 + 14389.83984375 + + 129 + + 85 + + + 9.050999641418457 + 222 + + + + + + + 40.7439480163157 + -3.805570201948285 + + 907.0 + 14398.9296875 + + 130 + + 86 + + + 9.088000297546387 + 186 + + + + + + + 40.743993278592825 + -3.8054805155843496 + + 906.7999877929688 + 14408.0498046875 + + 130 + + 84 + + + 9.125 + 153 + + + + + + + 40.74403979815543 + -3.8053883146494627 + + 907.2000122070312 + 14417.2998046875 + + 130 + + 90 + + + 9.246999740600586 + 168 + + + + + + + 40.744086233899 + -3.805301059037447 + + 907.2000122070312 + 14426.4501953125 + + 129 + + 87 + + + 9.144000053405762 + 197 + + + + + + + 40.74413074180484 + -3.805214809253812 + + 907.4000244140625 + 14435.669921875 + + 130 + + 85 + + + 9.227999687194824 + 164 + + + + + + + 40.744178937748075 + -3.8051209319382906 + + 907.4000244140625 + 14444.849609375 + + 130 + + 87 + + + 9.17199993133545 + 170 + + + + + + + 40.74422369711101 + -3.805031329393387 + + 907.4000244140625 + 14454.0 + + 130 + + 85 + + + 9.152999877929688 + 182 + + + + + + + 40.74427214451134 + -3.804938793182373 + + 907.4000244140625 + 14463.099609375 + + 130 + + 86 + + + 9.097000122070312 + 175 + + + + + + + 40.74432134628296 + -3.8048502802848816 + + 907.2000122070312 + 14472.16015625 + + 130 + + 92 + + + 9.0600004196167 + 186 + + + + + + + 40.74436501599848 + -3.8047648686915636 + + 907.4000244140625 + 14481.2001953125 + + 130 + + 85 + + + 9.041000366210938 + 158 + + + + + + + 40.74440876953304 + -3.8046779483556747 + + 907.5999755859375 + 14490.169921875 + + 130 + + 85 + + + 8.967000007629395 + 154 + + + + + + + 40.74445478618145 + -3.8045881781727076 + + 907.5999755859375 + 14498.98046875 + + 131 + + 85 + + + 8.817999839782715 + 176 + + + + + + + 40.74449837207794 + -3.8045060355216265 + + 907.5999755859375 + 14507.66015625 + + 131 + + 91 + + + 8.678000450134277 + 222 + + + + + + + 40.74454137124121 + -3.8044214621186256 + + 907.7999877929688 + 14516.3896484375 + + 131 + + 88 + + + 8.723999977111816 + 185 + + + + + + + 40.7445852085948 + -3.8043399900197983 + + 908.0 + 14525.08984375 + + 132 + + 88 + + + 8.706000328063965 + 206 + + + + + + + 40.74462544173002 + -3.80426287651062 + + 908.2000122070312 + 14533.58984375 + + 132 + + 87 + + + 8.5 + 209 + + + + + + + 40.74466458521783 + -3.8041853439062834 + + 908.4000244140625 + 14542.0400390625 + + 132 + + 86 + + + 8.454000473022461 + 191 + + + + + + + 40.74470398016274 + -3.8041055481880903 + + 908.5999755859375 + 14550.25 + + 132 + + 91 + + + 8.211000442504883 + 241 + + + + + + + 40.744739854708314 + -3.8040292728692293 + + 908.5999755859375 + 14558.490234375 + + 133 + + 92 + + + 8.23900032043457 + 228 + + + + + + + 40.74477581307292 + -3.8039524108171463 + + 908.5999755859375 + 14566.41015625 + + 133 + + 91 + + + 7.9120001792907715 + 238 + + + + + + + 40.744814202189445 + -3.803874123841524 + + 908.7999877929688 + 14574.259765625 + + 133 + + 86 + + + 7.855999946594238 + 231 + + + + + + + 40.74485384859145 + -3.803800866007805 + + 909.2000122070312 + 14582.009765625 + + 133 + + 85 + + + 7.74399995803833 + 223 + + + + + + + 40.74489349499345 + -3.8037282787263393 + + 909.4000244140625 + 14589.6103515625 + + 133 + + 84 + + + 7.605000019073486 + 229 + + + + + + + 40.74493423104286 + -3.8036549370735884 + + 909.5999755859375 + 14597.1201171875 + + 134 + + 84 + + + 7.511000156402588 + 234 + + + + + + + 40.744970608502626 + -3.803584612905979 + + 909.7999877929688 + 14604.48046875 + + 134 + + 82 + + + 7.361999988555908 + 204 + + + + + + + 40.745009584352374 + -3.803514540195465 + + 910.2000122070312 + 14611.73046875 + + 134 + + 87 + + + 7.25 + 242 + + + + + + + 40.74504654854536 + -3.803443629294634 + + 910.2000122070312 + 14618.98046875 + + 134 + + 84 + + + 7.25 + 218 + + + + + + + 40.74508066289127 + -3.803374646231532 + + 910.4000244140625 + 14626.16015625 + + 134 + + 84 + + + 7.175000190734863 + 157 + + + + + + + 40.745116118341684 + -3.803305746987462 + + 910.5999755859375 + 14633.2197265625 + + 135 + + 85 + + + 7.063000202178955 + 227 + + + + + + + 40.74515467509627 + -3.803234752267599 + + 910.5999755859375 + 14640.2802734375 + + 135 + + 86 + + + 7.053999900817871 + 184 + + + + + + + 40.74519205838442 + -3.8031680323183537 + + 910.5999755859375 + 14647.2802734375 + + 135 + + 88 + + + 7.006999969482422 + 199 + + + + + + + 40.74522868730128 + -3.803097875788808 + + 910.5999755859375 + 14654.26953125 + + 135 + + 86 + + + 6.988999843597412 + 184 + + + + + + + 40.745267076417804 + -3.803028389811516 + + 910.5999755859375 + 14661.240234375 + + 135 + + 90 + + + 6.96999979019165 + 170 + + + + + + + 40.7453053817153 + -3.8029598258435726 + + 910.7999877929688 + 14668.2900390625 + + 135 + + 92 + + + 7.045000076293945 + 231 + + + + + + + 40.74534175917506 + -3.802890842780471 + + 910.7999877929688 + 14675.419921875 + + 135 + + 82 + + + 7.129000186920166 + 222 + + + + + + + 40.74537914246321 + -3.802818087860942 + + 911.0 + 14682.5595703125 + + 135 + + 84 + + + 7.146999835968018 + 223 + + + + + + + 40.745413759723306 + -3.8027501944452524 + + 911.0 + 14689.7998046875 + + 135 + + 85 + + + 7.241000175476074 + 215 + + + + + + + 40.74545466341078 + -3.80267727188766 + + 911.2000122070312 + 14697.1796875 + + 135 + + 85 + + + 7.370999813079834 + 245 + + + + + + + 40.74549078941345 + -3.802604852244258 + + 911.2000122070312 + 14704.6201171875 + + 136 + + 85 + + + 7.446000099182129 + 231 + + + + + + + 40.745526580139995 + -3.8025340251624584 + + 911.4000244140625 + 14711.9404296875 + + 136 + + 86 + + + 7.315000057220459 + 219 + + + + + + + 40.74556195177138 + -3.802464120090008 + + 911.5999755859375 + 14719.3095703125 + + 136 + + 85 + + + 7.370999813079834 + 256 + + + + + + + 40.745599418878555 + -3.8023900240659714 + + 911.5999755859375 + 14726.66015625 + + 136 + + 85 + + + 7.353000164031982 + 225 + + + + + + + 40.74563328176737 + -3.8023201189935207 + + 911.7999877929688 + 14734.0498046875 + + 137 + + 86 + + + 7.389999866485596 + 201 + + + + + + + 40.74567250907421 + -3.802247028797865 + + 911.7999877929688 + 14741.419921875 + + 137 + + 86 + + + 7.370999813079834 + 199 + + + + + + + 40.74571198783815 + -3.802173938602209 + + 912.0 + 14748.76953125 + + 137 + + 85 + + + 7.353000164031982 + 166 + + + + + + + 40.74574811384082 + -3.8021027762442827 + + 912.2000122070312 + 14756.1298828125 + + 137 + + 95 + + + 7.353000164031982 + 143 + + + + + + + 40.74578231200576 + -3.8020347990095615 + + 912.2000122070312 + 14763.4697265625 + + 138 + + 80 + + + 7.3429999351501465 + 131 + + + + + + + 40.74582137167454 + -3.801961289718747 + + 912.4000244140625 + 14770.8095703125 + + 138 + + 94 + + + 7.3429999351501465 + 134 + + + + + + + 40.74585917405784 + -3.8018895406275988 + + 912.5999755859375 + 14778.1904296875 + + 138 + + 119 + + + 7.38100004196167 + 169 + + + + + + + 40.7458942104131 + -3.801814690232277 + + 912.5999755859375 + 14785.580078125 + + 138 + + 86 + + + 7.389999866485596 + 135 + + + + + + + 40.74593327008188 + -3.801740175113082 + + 912.5999755859375 + 14793.0400390625 + + 139 + + 85 + + + 7.454999923706055 + 153 + + + + + + + 40.74597056955099 + -3.8016675040125847 + + 912.7999877929688 + 14800.51953125 + + 139 + + 81 + + + 7.482999801635742 + 179 + + + + + + + 40.74600719846785 + -3.8015939109027386 + + 913.0 + 14808.080078125 + + 139 + + 83 + + + 7.558000087738037 + 130 + + + + + + + 40.746047431603074 + -3.801519563421607 + + 912.7999877929688 + 14815.73046875 + + 138 + + 84 + + + 7.651000022888184 + 134 + + + + + + + 40.74608674272895 + -3.8014449644833803 + + 912.5999755859375 + 14823.48046875 + + 138 + + 82 + + + 7.754000186920166 + 149 + + + + + + + 40.74612722732127 + -3.8013686053454876 + + 912.4000244140625 + 14831.2998046875 + + 138 + + 85 + + + 7.818999767303467 + 142 + + + + + + + 40.74616611935198 + -3.8012924138456583 + + 912.5999755859375 + 14839.2001953125 + + 137 + + 85 + + + 7.894000053405762 + 159 + + + + + + + 40.74620668776333 + -3.8012161385267973 + + 912.5999755859375 + 14847.150390625 + + 137 + + 85 + + + 7.949999809265137 + 125 + + + + + + + 40.74624566361308 + -3.801139695569873 + + 912.5999755859375 + 14855.1201171875 + + 137 + + 87 + + + 7.978000164031982 + 118 + + + + + + + 40.746289417147636 + -3.8010576367378235 + + 912.5999755859375 + 14863.099609375 + + 137 + + 88 + + + 7.978000164031982 + 134 + + + + + + + 40.74632965028286 + -3.8009810261428356 + + 912.4000244140625 + 14871.150390625 + + 136 + + 96 + + + 8.043000221252441 + 122 + + + + + + + 40.746369045227766 + -3.8009021524339914 + + 912.2000122070312 + 14879.240234375 + + 136 + + 83 + + + 8.098999977111816 + 114 + + + + + + + 40.74640994891524 + -3.8008195906877518 + + 912.4000244140625 + 14887.4296875 + + 136 + + 88 + + + 8.182999610900879 + 171 + + + + + + + 40.746452528983355 + -3.8007407169789076 + + 912.4000244140625 + 14895.7099609375 + + 136 + + 84 + + + 8.28600025177002 + 162 + + + + + + + 40.746492678299546 + -3.800660502165556 + + 912.4000244140625 + 14904.01953125 + + 135 + + 82 + + + 8.303999900817871 + 137 + + + + + + + 40.74653576128185 + -3.800576012581587 + + 912.5999755859375 + 14912.3896484375 + + 135 + + 86 + + + 8.369999885559082 + 155 + + + + + + + 40.7465797662735 + -3.800497390329838 + + 912.5999755859375 + 14920.8203125 + + 135 + + 85 + + + 8.4350004196167 + 125 + + + + + + + 40.74662762694061 + -3.800410721451044 + + 912.4000244140625 + 14929.3203125 + + 135 + + 96 + + + 8.5 + 175 + + + + + + + 40.74667070992291 + -3.80032304674387 + + 912.4000244140625 + 14937.919921875 + + 135 + + 78 + + + 8.602999687194824 + 134 + + + + + + + 40.7467142958194 + -3.800238221883774 + + 912.4000244140625 + 14946.5302734375 + + 135 + + 82 + + + 8.602999687194824 + 188 + + + + + + + 40.746755953878164 + -3.8001553248614073 + + 912.4000244140625 + 14955.150390625 + + 135 + + 81 + + + 8.621999740600586 + 174 + + + + + + + 40.74680423364043 + -3.8000683207064867 + + 912.5999755859375 + 14963.830078125 + + 136 + + 81 + + + 8.678000450134277 + 161 + + + + + + + 40.74684706516564 + -3.799983160570264 + + 912.5999755859375 + 14972.5498046875 + + 135 + + 85 + + + 8.723999977111816 + 150 + + + + + + + 40.746895177289844 + -3.799895402044058 + + 912.5999755859375 + 14981.4404296875 + + 136 + + 84 + + + 8.892000198364258 + 162 + + + + + + + 40.746942702680826 + -3.799805883318186 + + 912.5999755859375 + 14990.3896484375 + + 136 + + 76 + + + 8.947999954223633 + 148 + + + + + + + 40.74699123390019 + -3.799718711525202 + + 912.7999877929688 + 14999.3798828125 + + 136 + + 72 + + + 8.984999656677246 + 164 + + + + + + + 40.74703716672957 + -3.799632964655757 + + 912.7999877929688 + 15008.5498046875 + + 136 + + 80 + + + 9.17199993133545 + 189 + + + + + + + 40.74708645232022 + -3.7995411828160286 + + 912.7999877929688 + 15017.6103515625 + + 136 + + 78 + + + 9.0600004196167 + 174 + + + + + + + 40.747133139520884 + -3.7994522508233786 + + 912.7999877929688 + 15026.740234375 + + 135 + + 79 + + + 9.135000228881836 + 178 + + + + + + + 40.74717949144542 + -3.7993635702878237 + + 913.0 + 15035.9404296875 + + 135 + + 81 + + + 9.199999809265137 + 198 + + + + + + + 40.74722668156028 + -3.7992756441235542 + + 913.0 + 15045.1298828125 + + 135 + + 80 + + + 9.180999755859375 + 160 + + + + + + + 40.747274458408356 + -3.7991887237876654 + + 913.0 + 15054.330078125 + + 135 + + 81 + + + 9.199999809265137 + 158 + + + + + + + 40.747320307418704 + -3.799103396013379 + + 913.2000122070312 + 15063.3095703125 + + 135 + + 80 + + + 8.984999656677246 + 163 + + + + + + + 40.74736347422004 + -3.7990132067352533 + + 913.2000122070312 + 15072.2998046875 + + 134 + + 82 + + + 8.984999656677246 + 166 + + + + + + + 40.74740563519299 + -3.7989265378564596 + + 913.4000244140625 + 15081.240234375 + + 134 + + 84 + + + 8.947999954223633 + 189 + + + + + + + 40.747449891641736 + -3.798842467367649 + + 913.5999755859375 + 15090.1396484375 + + 134 + + 85 + + + 8.892000198364258 + 149 + + + + + + + 40.74749884195626 + -3.7987639289349318 + + 913.5999755859375 + 15098.91015625 + + 134 + + 84 + + + 8.770999908447266 + 165 + + + + + + + 40.74753957800567 + -3.7986816186457872 + + 913.5999755859375 + 15107.7197265625 + + 134 + + 83 + + + 8.807999610900879 + 186 + + + + + + + 40.74758023023605 + -3.798599475994706 + + 913.7999877929688 + 15116.2900390625 + + 133 + + 80 + + + 8.574999809265137 + 153 + + + + + + + 40.74762306176126 + -3.7985149025917053 + + 914.0 + 15124.990234375 + + 133 + + 83 + + + 8.696000099182129 + 152 + + + + + + + 40.74766505509615 + -3.798434352502227 + + 913.7999877929688 + 15133.5302734375 + + 134 + + 82 + + + 8.54699993133545 + 147 + + + + + + + 40.7477074675262 + -3.798352377489209 + + 914.0 + 15142.08984375 + + 133 + + 80 + + + 8.555999755859375 + 176 + + + + + + + 40.74775155633688 + -3.798269983381033 + + 914.0 + 15150.6396484375 + + 133 + + 81 + + + 8.54699993133545 + 195 + + + + + + + 40.74779220856726 + -3.7981891818344593 + + 913.7999877929688 + 15159.16015625 + + 133 + + 82 + + + 8.519000053405762 + 204 + + + + + + + 40.747836381196976 + -3.7981082126498222 + + 913.7999877929688 + 15167.6396484375 + + 133 + + 80 + + + 8.482000350952148 + 160 + + + + + + + 40.74788214638829 + -3.7980238907039165 + + 913.7999877929688 + 15176.16015625 + + 133 + + 84 + + + 8.519000053405762 + 207 + + + + + + + 40.747926738113165 + -3.7979452684521675 + + 914.0 + 15184.6396484375 + + 132 + + 85 + + + 8.482000350952148 + 166 + + + + + + + 40.74797091074288 + -3.79786035977304 + + 914.0 + 15193.1201171875 + + 132 + + 96 + + + 8.482000350952148 + 226 + + + + + + + 40.74801382608712 + -3.797774612903595 + + 914.0 + 15201.599609375 + + 133 + + 85 + + + 8.482000350952148 + 166 + + + + + + + 40.748056238517165 + -3.797691548243165 + + 914.4000244140625 + 15210.099609375 + + 133 + + 86 + + + 8.5 + 169 + + + + + + + 40.748099237680435 + -3.797611417248845 + + 914.4000244140625 + 15218.4697265625 + + 133 + + 87 + + + 8.369999885559082 + 161 + + + + + + + 40.74814449995756 + -3.797526340931654 + + 914.4000244140625 + 15226.919921875 + + 133 + + 86 + + + 8.444000244140625 + 168 + + + + + + + 40.74818791821599 + -3.7974467128515244 + + 914.4000244140625 + 15235.3798828125 + + 132 + + 88 + + + 8.463000297546387 + 206 + + + + + + + 40.74823033064604 + -3.7973618041723967 + + 914.5999755859375 + 15243.7900390625 + + 132 + + 82 + + + 8.416000366210938 + 179 + + + + + + + 40.74827282689512 + -3.7972791586071253 + + 914.5999755859375 + 15252.169921875 + + 132 + + 85 + + + 8.378999710083008 + 198 + + + + + + + 40.74831540696323 + -3.7971981056034565 + + 914.5999755859375 + 15260.509765625 + + 132 + + 87 + + + 8.331999778747559 + 180 + + + + + + + 40.74835555627942 + -3.79712107591331 + + 914.7999877929688 + 15268.8798828125 + + 132 + + 83 + + + 8.378999710083008 + 198 + + + + + + + 40.748399225994945 + -3.7970393523573875 + + 915.0 + 15277.0302734375 + + 132 + + 85 + + + 8.145999908447266 + 159 + + + + + + + 40.748438285663724 + -3.7969613168388605 + + 915.2000122070312 + 15285.240234375 + + 132 + + 84 + + + 8.211000442504883 + 208 + + + + + + + 40.7484775967896 + -3.796878084540367 + + 915.4000244140625 + 15293.4501953125 + + 132 + + 83 + + + 8.211000442504883 + 186 + + + + + + + 40.74852026067674 + -3.7967951875180006 + + 915.4000244140625 + 15301.6796875 + + 132 + + 83 + + + 8.229999542236328 + 183 + + + + + + + 40.74855982325971 + -3.796717571094632 + + 915.4000244140625 + 15309.8896484375 + + 132 + + 83 + + + 8.211000442504883 + 186 + + + + + + + 40.74860164895654 + -3.796643726527691 + + 915.5999755859375 + 15318.0595703125 + + 132 + + 87 + + + 8.163999557495117 + 113 + + + + + + + 40.7486414629966 + -3.79656745120883 + + 916.0 + 15325.919921875 + + 132 + + 83 + + + 7.866000175476074 + 5 + + + + + + + 40.74867784045637 + -3.7964903376996517 + + 916.0 + 15333.73046875 + + 132 + + 0 + + + 7.809999942779541 + 261 + + + + + + + 40.748715894296765 + -3.7964128889143467 + + 915.7999877929688 + 15341.599609375 + + 131 + + 82 + + + 7.866000175476074 + 226 + + + + + + + 40.748754953965545 + -3.7963358592242002 + + 915.7999877929688 + 15349.509765625 + + 131 + + 85 + + + 7.9120001792907715 + 200 + + + + + + + 40.748791079968214 + -3.796260003000498 + + 916.0 + 15357.509765625 + + 131 + + 85 + + + 7.995999813079834 + 200 + + + + + + + 40.74882888235152 + -3.7961852364242077 + + 916.0 + 15365.33984375 + + 131 + + 86 + + + 7.8379998207092285 + 190 + + + + + + + 40.74886945076287 + -3.796104686334729 + + 916.2000122070312 + 15373.2001953125 + + 131 + + 81 + + + 7.855999946594238 + 209 + + + + + + + 40.748907001689076 + -3.7960276566445827 + + 916.4000244140625 + 15381.0595703125 + + 131 + + 81 + + + 7.855999946594238 + 183 + + + + + + + 40.7489472348243 + -3.795953644439578 + + 916.4000244140625 + 15388.9404296875 + + 131 + + 80 + + + 7.883999824523926 + 165 + + + + + + + 40.748988725245 + -3.79587946459651 + + 916.4000244140625 + 15396.7001953125 + + 131 + + 79 + + + 7.754000186920166 + 188 + + + + + + + 40.74902828782797 + -3.7958038598299026 + + 916.4000244140625 + 15404.51953125 + + 131 + + 81 + + + 7.828000068664551 + 187 + + + + + + + 40.74906843714416 + -3.7957303505390882 + + 916.4000244140625 + 15412.4599609375 + + 131 + + 79 + + + 7.940000057220459 + 163 + + + + + + + 40.7491095084697 + -3.7956530693918467 + + 916.4000244140625 + 15420.26953125 + + 130 + + 80 + + + 7.800000190734863 + 208 + + + + + + + 40.74915049597621 + -3.7955795601010323 + + 916.5999755859375 + 15428.1298828125 + + 130 + + 80 + + + 7.866000175476074 + 172 + + + + + + + 40.74918955564499 + -3.795500183477998 + + 916.5999755859375 + 15436.01953125 + + 130 + + 78 + + + 7.883999824523926 + 159 + + + + + + + 40.749232303351164 + -3.7954224832355976 + + 916.7999877929688 + 15443.98046875 + + 130 + + 88 + + + 7.959000110626221 + 215 + + + + + + + 40.74927563779056 + -3.7953452859073877 + + 916.7999877929688 + 15452.0400390625 + + 130 + + 86 + + + 8.062000274658203 + 163 + + + + + + + 40.749316876754165 + -3.7952711898833513 + + 916.7999877929688 + 15460.1298828125 + + 130 + + 87 + + + 8.09000015258789 + 134 + + + + + + + 40.74936121702194 + -3.795189131051302 + + 916.7999877929688 + 15468.2197265625 + + 130 + + 117 + + + 8.09000015258789 + 147 + + + + + + + 40.74940270744264 + -3.795110424980521 + + 916.7999877929688 + 15476.349609375 + + 130 + + 98 + + + 8.13599967956543 + 162 + + + + + + + 40.74944671243429 + -3.7950281146913767 + + 916.7999877929688 + 15484.580078125 + + 130 + + 83 + + + 8.229999542236328 + 186 + + + + + + + 40.7494892925024 + -3.7949442118406296 + + 916.7999877929688 + 15492.91015625 + + 130 + + 84 + + + 8.331999778747559 + 154 + + + + + + + 40.74953120201826 + -3.794863075017929 + + 916.7999877929688 + 15501.2900390625 + + 130 + + 87 + + + 8.378999710083008 + 153 + + + + + + + 40.749570010229945 + -3.7947810161858797 + + 917.0 + 15509.7998046875 + + 130 + + 81 + + + 8.510000228881836 + 111 + + + + + + + 40.749610075727105 + -3.7946941796690226 + + 917.0 + 15518.2099609375 + + 130 + + 90 + + + 8.406999588012695 + 164 + + + + + + + 40.74965131469071 + -3.7946099415421486 + + 917.2000122070312 + 15526.7802734375 + + 131 + + 80 + + + 8.565999984741211 + 144 + + + + + + + 40.749692218378186 + -3.794522099196911 + + 917.2000122070312 + 15535.4296875 + + 131 + + 98 + + + 8.649999618530273 + 187 + + + + + + + 40.749731361866 + -3.7944309040904045 + + 917.0 + 15544.25 + + 131 + + 86 + + + 8.82699966430664 + 152 + + + + + + + 40.749765392392874 + -3.794340379536152 + + 917.0 + 15552.9697265625 + + 131 + + 78 + + + 8.71500015258789 + 176 + + + + + + + 40.74980101548135 + -3.794250776991248 + + 917.2000122070312 + 15561.7900390625 + + 131 + + 78 + + + 8.82699966430664 + 187 + + + + + + + 40.74983756057918 + -3.794157989323139 + + 917.4000244140625 + 15570.6201171875 + + 131 + + 77 + + + 8.82699966430664 + 152 + + + + + + + 40.749874357134104 + -3.794069392606616 + + 917.4000244140625 + 15579.25 + + 131 + + 106 + + + 8.630999565124512 + 157 + + + + + + + 40.74991383589804 + -3.7939787842333317 + + 917.4000244140625 + 15588.0 + + 131 + + 100 + + + 8.751999855041504 + 162 + + + + + + + 40.749950129538774 + -3.7938892655074596 + + 917.4000244140625 + 15596.7197265625 + + 131 + + 81 + + + 8.71500015258789 + 147 + + + + + + + 40.749986255541444 + -3.793801087886095 + + 917.5999755859375 + 15605.4697265625 + + 130 + + 83 + + + 8.751999855041504 + 150 + + + + + + + 40.75002263300121 + -3.7937139999121428 + + 917.5999755859375 + 15614.0498046875 + + 130 + + 85 + + + 8.574999809265137 + 153 + + + + + + + 40.750061525031924 + -3.7936230562627316 + + 917.7999877929688 + 15622.6201171875 + + 130 + + 82 + + + 8.574999809265137 + 159 + + + + + + + 40.75009974651039 + -3.7935371417552233 + + 917.7999877929688 + 15631.2001953125 + + 130 + + 82 + + + 8.574999809265137 + 191 + + + + + + + 40.75013763271272 + -3.7934460304677486 + + 917.7999877929688 + 15639.8095703125 + + 130 + + 83 + + + 8.612000465393066 + 171 + + + + + + + 40.75017468072474 + -3.793353410437703 + + 917.5999755859375 + 15648.4599609375 + + 130 + + 82 + + + 8.649999618530273 + 169 + + + + + + + 40.750210639089346 + -3.793262131512165 + + 917.5999755859375 + 15657.150390625 + + 129 + + 79 + + + 8.696000099182129 + 158 + + + + + + + 40.75024550780654 + -3.7931759655475616 + + 917.5999755859375 + 15665.9296875 + + 129 + + 82 + + + 8.770999908447266 + 171 + + + + + + + 40.750284399837255 + -3.7930811662226915 + + 917.4000244140625 + 15674.7001953125 + + 129 + + 85 + + + 8.770999908447266 + 138 + + + + + + + 40.750319603830576 + -3.792992066591978 + + 917.4000244140625 + 15683.4296875 + + 129 + + 82 + + + 8.734000205993652 + 141 + + + + + + + 40.75035732239485 + -3.7928977701812983 + + 917.4000244140625 + 15692.1796875 + + 129 + + 83 + + + 8.751999855041504 + 162 + + + + + + + 40.75039302930236 + -3.7928095925599337 + + 917.2000122070312 + 15700.9296875 + + 129 + + 83 + + + 8.751999855041504 + 168 + + + + + + + 40.750426556915045 + -3.79271999001503 + + 917.4000244140625 + 15709.650390625 + + 129 + + 83 + + + 8.71500015258789 + 152 + + + + + + + 40.75045916251838 + -3.792635500431061 + + 917.4000244140625 + 15718.400390625 + + 129 + + 83 + + + 8.751999855041504 + 233 + + + + + + + 40.75049612671137 + -3.7925440538674593 + + 917.4000244140625 + 15727.2001953125 + + 129 + + 83 + + + 8.798999786376953 + 172 + + + + + + + 40.75053250417113 + -3.7924553733319044 + + 917.4000244140625 + 15736.0 + + 129 + + 82 + + + 8.798999786376953 + 163 + + + + + + + 40.75056720525026 + -3.792360071092844 + + 917.4000244140625 + 15744.8701171875 + + 130 + + 83 + + + 8.873000144958496 + 177 + + + + + + + 40.75060282833874 + -3.7922680377960205 + + 917.4000244140625 + 15753.83984375 + + 130 + + 85 + + + 8.967000007629395 + 133 + + + + + + + 40.75063384138048 + -3.7921743281185627 + + 917.4000244140625 + 15762.83984375 + + 130 + + 85 + + + 9.003999710083008 + 125 + + + + + + + 40.75066049583256 + -3.792076176032424 + + 917.4000244140625 + 15771.8095703125 + + 130 + + 87 + + + 8.967000007629395 + 136 + + + + + + + 40.75068471953273 + -3.7919723242521286 + + 917.4000244140625 + 15780.7802734375 + + 130 + + 85 + + + 8.967000007629395 + 184 + + + + + + + 40.75070517137647 + -3.7918698135763407 + + 917.4000244140625 + 15789.6904296875 + + 130 + + 85 + + + 8.91100025177002 + 162 + + + + + + + 40.750722438097 + -3.7917670514434576 + + 917.5999755859375 + 15798.490234375 + + 130 + + 83 + + + 8.798999786376953 + 178 + + + + + + + 40.750738782808185 + -3.7916648760437965 + + 917.5999755859375 + 15807.16015625 + + 130 + + 83 + + + 8.678000450134277 + 193 + + + + + + + 40.7507499307394 + -3.7915677297860384 + + 917.4000244140625 + 15815.7900390625 + + 129 + + 82 + + + 8.630999565124512 + 160 + + + + + + + 40.750763257965446 + -3.791468655690551 + + 917.5999755859375 + 15824.3896484375 + + 129 + + 80 + + + 8.593999862670898 + 173 + + + + + + + 40.75077700428665 + -3.7913647200912237 + + 917.7999877929688 + 15833.0 + + 129 + + 82 + + + 8.612000465393066 + 180 + + + + + + + 40.75079041533172 + -3.7912641372531652 + + 917.7999877929688 + 15841.6298828125 + + 129 + + 87 + + + 8.630999565124512 + 168 + + + + + + + 40.750803742557764 + -3.79116028547287 + + 917.7999877929688 + 15850.26953125 + + 129 + + 81 + + + 8.640000343322754 + 149 + + + + + + + 40.75081438757479 + -3.791056936606765 + + 917.7999877929688 + 15858.9697265625 + + 129 + + 82 + + + 8.696000099182129 + 179 + + + + + + + 40.750824362039566 + -3.790952917188406 + + 918.0 + 15867.740234375 + + 129 + + 81 + + + 8.770999908447266 + 151 + + + + + + + 40.750836096704006 + -3.7908530049026012 + + 918.0 + 15876.3701171875 + + 129 + + 81 + + + 8.630999565124512 + 168 + + + + + + + 40.750846657902 + -3.7907512485980988 + + 918.0 + 15885.080078125 + + 129 + + 82 + + + 8.71500015258789 + 126 + + + + + + + 40.75085671618581 + -3.790651084855199 + + 917.7999877929688 + 15893.8203125 + + 129 + + 85 + + + 8.734000205993652 + 114 + + + + + + + 40.75086643919349 + -3.790547987446189 + + 917.7999877929688 + 15902.599609375 + + 129 + + 88 + + + 8.779999732971191 + 127 + + + + + + + 40.75087381526828 + -3.7904467340558767 + + 917.5999755859375 + 15911.240234375 + + 128 + + 83 + + + 8.640000343322754 + 128 + + + + + + + 40.75088554993272 + -3.790345313027501 + + 917.5999755859375 + 15919.990234375 + + 128 + + 77 + + + 8.751999855041504 + 150 + + + + + + + 40.75089736841619 + -3.790244646370411 + + 917.4000244140625 + 15928.740234375 + + 128 + + 76 + + + 8.751999855041504 + 127 + + + + + + + 40.75090608559549 + -3.790141213685274 + + 917.5999755859375 + 15937.490234375 + + 127 + + 76 + + + 8.751999855041504 + 130 + + + + + + + 40.750917149707675 + -3.7900433130562305 + + 917.7999877929688 + 15946.259765625 + + 127 + + 75 + + + 8.770999908447266 + 127 + + + + + + + 40.75092578306794 + -3.789932504296303 + + 917.7999877929688 + 15955.1201171875 + + 127 + + 98 + + + 8.854999542236328 + 12 + + + + + + + 40.75093852356076 + -3.7898289877921343 + + 917.5999755859375 + 15963.8701171875 + + 127 + + 0 + + + 8.751999855041504 + 2 + + + + + + + 40.75094900093973 + -3.789726560935378 + + 917.4000244140625 + 15972.6904296875 + + 127 + + 0 + + + 8.817999839782715 + 2 + + + + + + + 9.067999839782715 + 84 + 2444 + 157 + 373 + + + + + 678.0 + 1211.53 + 8.817999839782715 + 15 + + 90 + + + 127 + + Active + 196 + Manual + + + + + 40.75094900093973 + -3.789726560935378 + + 917.4000244140625 + 15972.6904296875 + + 127 + + 0 + + + 8.817999839782715 + 2 + + + + + + + 40.75095956213772 + -3.7896257266402245 + + 917.2000122070312 + 15981.240234375 + + 127 + + 0 + + + 8.555999755859375 + 14 + + + + + + + 40.75096718966961 + -3.789522461593151 + + 917.0 + 15989.8798828125 + + 126 + + 0 + + + 8.640000343322754 + 15 + + + + + + + 40.75097314082086 + -3.789425566792488 + + 917.0 + 15998.33984375 + + 126 + + 162 + + + 8.454000473022461 + 2 + + + + + + + 40.75098579749465 + -3.7893232237547636 + + 916.7999877929688 + 16006.75 + + 125 + + 0 + + + 8.416000366210938 + 0 + + + + + + + 40.75099996291101 + -3.7892260774970055 + + 916.7999877929688 + 16015.0703125 + + 125 + + 0 + + + 8.314000129699707 + 0 + + + + + + + 40.75100935064256 + -3.789134379476309 + + 917.0 + 16023.1904296875 + + 124 + + 0 + + + 8.126999855041504 + 0 + + + + + + + 40.751019744202495 + -3.7890437711030245 + + 917.0 + 16031.1796875 + + 124 + + 0 + + + 7.986999988555908 + 0 + + + + + + + 40.751033993437886 + -3.7889512348920107 + + 916.7999877929688 + 16039.0703125 + + 123 + + 0 + + + 7.883999824523926 + 0 + + + + + + + 40.75105017051101 + -3.7888629734516144 + + 916.4000244140625 + 16046.759765625 + + 123 + + 0 + + + 7.688000202178955 + 0 + + + + + + + 40.75107162818313 + -3.7887751311063766 + + 916.4000244140625 + 16054.3896484375 + + 123 + + 0 + + + 7.632999897003174 + 0 + + + + + + + 40.751099372282624 + -3.7886913120746613 + + 916.2000122070312 + 16062.0302734375 + + 122 + + 0 + + + 7.642000198364258 + 0 + + + + + + + 40.751131139695644 + -3.7886129412800074 + + 916.2000122070312 + 16069.6298828125 + + 121 + + 0 + + + 7.605000019073486 + 0 + + + + + + + 40.75116894207895 + -3.7885401863604784 + + 916.0 + 16077.169921875 + + 118 + + 0 + + + 7.539000034332275 + 0 + + + + + + + 40.75121344998479 + -3.7884673476219177 + + 915.7999877929688 + 16084.599609375 + + 117 + + 0 + + + 7.427000045776367 + 0 + + + + + + + 40.75125368312001 + -3.7883987836539745 + + 915.5999755859375 + 16091.9501953125 + + 115 + + 0 + + + 7.353000164031982 + 0 + + + + + + + 40.751294335350394 + -3.7883272022008896 + + 915.5999755859375 + 16099.2197265625 + + 114 + + 0 + + + 7.269000053405762 + 0 + + + + + + + 40.75133473612368 + -3.7882601469755173 + + 915.4000244140625 + 16106.41015625 + + 113 + + 0 + + + 7.184999942779541 + 0 + + + + + + + 40.75137329287827 + -3.788195690140128 + + 915.2000122070312 + 16113.3798828125 + + 112 + + 0 + + + 6.96999979019165 + 0 + + + + + + + 40.751411681994796 + -3.7881301436573267 + + 915.2000122070312 + 16120.2099609375 + + 112 + + 0 + + + 6.829999923706055 + 0 + + + + + + + 40.75144940055907 + -3.788066189736128 + + 915.2000122070312 + 16126.8603515625 + + 110 + + 0 + + + 6.6529998779296875 + 0 + + + + + + + 40.75148477219045 + -3.788006426766515 + + 915.2000122070312 + 16133.3798828125 + + 110 + + 0 + + + 6.521999835968018 + 0 + + + + + + + 40.75152240693569 + -3.7879467476159334 + + 915.0 + 16139.58984375 + + 109 + + 0 + + + 6.204999923706055 + 0 + + + + + + + 40.751557778567076 + -3.7878893315792084 + + 915.0 + 16145.6396484375 + + 107 + + 0 + + + 6.056000232696533 + 0 + + + + + + + 40.75158887542784 + -3.7878336757421494 + + 915.0 + 16151.4599609375 + + 106 + + 0 + + + 5.822000026702881 + 47 + + + + + + + 40.75161754153669 + -3.787779863923788 + + 915.2000122070312 + 16157.259765625 + + 107 + + 107 + + + 5.794000148773193 + 2 + + + + + + + 40.751647129654884 + -3.787723621353507 + + 915.2000122070312 + 16162.83984375 + + 107 + + 0 + + + 5.579999923706055 + 34 + + + + + + + 40.75167395174503 + -3.7876745872199535 + + 915.2000122070312 + 16168.0703125 + + 108 + + 0 + + + 5.235000133514404 + 35 + + + + + + + 40.751704294234514 + -3.7876248825341463 + + 915.2000122070312 + 16173.1796875 + + 110 + + 96 + + + 5.104000091552734 + 97 + + + + + + + 40.75173488818109 + -3.787575513124466 + + 915.0 + 16178.2802734375 + + 112 + + 96 + + + 5.104000091552734 + 110 + + + + + + + 40.75176380574703 + -3.787526562809944 + + 915.2000122070312 + 16183.5302734375 + + 112 + + 59 + + + 5.252999782562256 + 110 + + + + + + + 40.75179238803685 + -3.787476271390915 + + 915.4000244140625 + 16188.8701171875 + + 112 + + 73 + + + 5.336999893188477 + 104 + + + + + + + 40.75182289816439 + -3.7874230463057756 + + 915.4000244140625 + 16194.2802734375 + + 111 + + 62 + + + 5.4120001792907715 + 250 + + + + + + + 40.75185508467257 + -3.7873713299632072 + + 915.4000244140625 + 16200.08984375 + + 110 + + 53 + + + 5.803999900817871 + 255 + + + + + + + 40.75188836082816 + -3.787312237545848 + + 915.4000244140625 + 16206.080078125 + + 110 + + 48 + + + 5.989999771118164 + 253 + + + + + + + 40.75192239135504 + -3.787248032167554 + + 915.4000244140625 + 16212.3798828125 + + 110 + + 53 + + + 6.308000087738037 + 281 + + + + + + + 40.75195927172899 + -3.78718432970345 + + 915.4000244140625 + 16219.150390625 + + 110 + + 57 + + + 6.764999866485596 + 274 + + + + + + + 40.751996571198106 + -3.787122555077076 + + 915.4000244140625 + 16226.01953125 + + 110 + + 60 + + + 6.867000102996826 + 166 + + + + + + + 40.75203479267657 + -3.787061618641019 + + 915.5999755859375 + 16232.7998046875 + + 111 + + 60 + + + 6.7829999923706055 + 134 + + + + + + + 40.75207536108792 + -3.787005878984928 + + 915.5999755859375 + 16239.5595703125 + + 111 + + 58 + + + 6.755000114440918 + 122 + + + + + + + 40.75211249291897 + -3.7869456969201565 + + 915.5999755859375 + 16246.3095703125 + + 112 + + 58 + + + 6.755000114440918 + 118 + + + + + + + 40.75215515680611 + -3.786884844303131 + + 915.4000244140625 + 16253.01953125 + + 113 + + 60 + + + 6.709000110626221 + 118 + + + + + + + 40.75219354592264 + -3.7868249975144863 + + 915.2000122070312 + 16259.740234375 + + 114 + + 59 + + + 6.7179999351501465 + 118 + + + + + + + 40.75223193503916 + -3.786763474345207 + + 915.2000122070312 + 16266.41015625 + + 114 + + 59 + + + 6.671000003814697 + 124 + + + + + + + 40.75227468274534 + -3.786701448261738 + + 915.4000244140625 + 16273.080078125 + + 114 + + 58 + + + 6.671000003814697 + 118 + + + + + + + 40.7523144967854 + -3.7866397574543953 + + 915.4000244140625 + 16279.7001953125 + + 115 + + 59 + + + 6.614999771118164 + 105 + + + + + + + 40.75235003605485 + -3.78657597117126 + + 915.4000244140625 + 16286.259765625 + + 116 + + 58 + + + 6.559000015258789 + 107 + + + + + + + 40.75238708406687 + -3.7865113466978073 + + 915.5999755859375 + 16292.759765625 + + 116 + + 57 + + + 6.502999782562256 + 108 + + + + + + + 40.75242396444082 + -3.7864514999091625 + + 915.7999877929688 + 16299.2998046875 + + 116 + + 57 + + + 6.540999889373779 + 138 + + + + + + + 40.75245564803481 + -3.7863914016634226 + + 915.5999755859375 + 16305.6796875 + + 116 + + 57 + + + 6.381999969482422 + 112 + + + + + + + 40.7524873316288 + -3.786329124122858 + + 915.5999755859375 + 16312.0498046875 + + 116 + + 57 + + + 6.363999843597412 + 108 + + + + + + + 40.75252152979374 + -3.7862703669816256 + + 915.5999755859375 + 16318.349609375 + + 117 + + 56 + + + 6.308000087738037 + 120 + + + + + + + 40.75255723670125 + -3.7862126156687737 + + 916.0 + 16324.58984375 + + 117 + + 55 + + + 6.232999801635742 + 137 + + + + + + + 40.75259394943714 + -3.78615478053689 + + 916.2000122070312 + 16330.7802734375 + + 116 + + 55 + + + 6.196000099182129 + 152 + + + + + + + 40.75263041071594 + -3.786097364500165 + + 916.4000244140625 + 16337.0400390625 + + 116 + + 55 + + + 6.261000156402588 + 170 + + + + + + + 40.75266561470926 + -3.7860412895679474 + + 916.7999877929688 + 16343.419921875 + + 115 + + 55 + + + 6.373000144958496 + 173 + + + + + + + 40.75270006433129 + -3.7859796825796366 + + 916.5999755859375 + 16349.650390625 + + 115 + + 55 + + + 6.232999801635742 + 154 + + + + + + + 40.75273375958204 + -3.785919835790992 + + 916.5999755859375 + 16355.7802734375 + + 115 + + 55 + + + 6.130000114440918 + 117 + + + + + + + 40.752767538651824 + -3.7858577258884907 + + 916.5999755859375 + 16361.91015625 + + 115 + + 60 + + + 6.130000114440918 + 131 + + + + + + + 40.75280073098838 + -3.785796370357275 + + 916.4000244140625 + 16368.0703125 + + 115 + + 71 + + + 6.1579999923706055 + 136 + + + + + + + 40.752835515886545 + -3.7857408821582794 + + 916.5999755859375 + 16374.2900390625 + + 116 + + 63 + + + 6.223999977111816 + 167 + + + + + + + 40.75286803767085 + -3.78568422049284 + + 916.7999877929688 + 16380.509765625 + + 117 + + 63 + + + 6.223999977111816 + 150 + + + + + + + 40.75290164910257 + -3.785622864961624 + + 917.0 + 16386.630859375 + + 118 + + 54 + + + 6.111999988555908 + 150 + + + + + + + 40.75293559581041 + -3.7855664547532797 + + 917.2000122070312 + 16392.80078125 + + 118 + + 62 + + + 6.177000045776367 + 120 + + + + + + + 40.75297163799405 + -3.7855090387165546 + + 917.4000244140625 + 16398.939453125 + + 119 + + 70 + + + 6.139999866485596 + 154 + + + + + + + 40.75300466269255 + -3.7854546401649714 + + 917.5999755859375 + 16405.029296875 + + 119 + + 68 + + + 6.084000110626221 + 157 + + + + + + + 40.75303668156266 + -3.7853991519659758 + + 917.4000244140625 + 16411.099609375 + + 119 + + 68 + + + 6.073999881744385 + 133 + + + + + + + 40.75306970626116 + -3.7853440828621387 + + 917.5999755859375 + 16417.189453125 + + 119 + + 67 + + + 6.0929999351501465 + 146 + + + + + + + 40.753105245530605 + -3.7852864991873503 + + 917.7999877929688 + 16423.33984375 + + 118 + + 67 + + + 6.14900016784668 + 135 + + + + + + + 40.75313952751458 + -3.7852322682738304 + + 917.7999877929688 + 16429.369140625 + + 119 + + 67 + + + 6.0279998779296875 + 110 + + + + + + + 40.75317372567952 + -3.7851730082184076 + + 917.7999877929688 + 16435.419921875 + + 118 + + 67 + + + 6.056000232696533 + 106 + + + + + + + 40.75320716947317 + -3.785114586353302 + + 917.7999877929688 + 16441.4609375 + + 118 + + 67 + + + 6.0370001792907715 + 137 + + + + + + + 40.753237595781684 + -3.7850578408688307 + + 917.7999877929688 + 16447.51953125 + + 118 + + 67 + + + 6.056000232696533 + 139 + + + + + + + 40.753268441185355 + -3.7850033584982157 + + 917.5999755859375 + 16453.609375 + + 118 + + 66 + + + 6.0929999351501465 + 129 + + + + + + + 40.75330180115998 + -3.7849456071853638 + + 917.7999877929688 + 16459.689453125 + + 117 + + 65 + + + 6.084000110626221 + 113 + + + + + + + 40.75333524495363 + -3.7848912086337805 + + 918.0 + 16465.720703125 + + 117 + + 66 + + + 6.0279998779296875 + 93 + + + + + + + 40.75336751528084 + -3.784835385158658 + + 918.0 + 16471.640625 + + 117 + + 65 + + + 5.915999889373779 + 124 + + + + + + + 40.753400372341275 + -3.7847809866070747 + + 918.0 + 16477.529296875 + + 117 + + 65 + + + 5.888000011444092 + 145 + + + + + + + 40.75343146920204 + -3.7847283482551575 + + 918.2000122070312 + 16483.349609375 + + 117 + + 64 + + + 5.822000026702881 + 135 + + + + + + + 40.753461895510554 + -3.784677889198065 + + 918.2000122070312 + 16489.060546875 + + 117 + + 62 + + + 5.710000038146973 + 135 + + + + + + + 40.75349299237132 + -3.784626005217433 + + 918.4000244140625 + 16494.720703125 + + 117 + + 62 + + + 5.664000034332275 + 88 + + + + + + + 40.753521490842104 + -3.7845757137984037 + + 918.5999755859375 + 16500.240234375 + + 117 + + 61 + + + 5.513999938964844 + 108 + + + + + + + 40.75355191715062 + -3.7845251709222794 + + 918.5999755859375 + 16505.650390625 + + 116 + + 84 + + + 5.4120001792907715 + 100 + + + + + + + 40.75358343310654 + -3.784478148445487 + + 918.5999755859375 + 16511.029296875 + + 116 + + 63 + + + 5.383999824523926 + 65 + + + + + + + 40.753612937405705 + -3.784434897825122 + + 918.7999877929688 + 16516.25 + + 116 + + 75 + + + 5.216000080108643 + 0 + + + + + + + 40.753638334572315 + -3.784394161775708 + + 918.7999877929688 + 16521.189453125 + + 116 + + 0 + + + 4.945000171661377 + 0 + + + + + + + 40.75366264209151 + -3.784353006631136 + + 918.7999877929688 + 16525.759765625 + + 116 + + 0 + + + 4.563000202178955 + 0 + + + + + + + 40.75368418358266 + -3.7843124382197857 + + 919.0 + 16530.0390625 + + 115 + + 0 + + + 4.2829999923706055 + 107 + + + + + + + 40.75370840728283 + -3.784270528703928 + + 919.0 + 16534.369140625 + + 115 + + 79 + + + 4.328999996185303 + 121 + + + + + + + 40.753727769479156 + -3.7842273619025946 + + 919.0 + 16538.7109375 + + 115 + + 53 + + + 4.339000225067139 + 101 + + + + + + + 40.753752160817385 + -3.7841873802244663 + + 919.0 + 16543.0703125 + + 115 + + 50 + + + 4.35699987411499 + 130 + + + + + + + 40.75377596542239 + -3.784149494022131 + + 919.0 + 16547.509765625 + + 114 + + 48 + + + 4.451000213623047 + 79 + + + + + + + 40.75379918329418 + -3.784109679982066 + + 919.2000122070312 + 16551.830078125 + + 114 + + 85 + + + 4.320000171661377 + 1 + + + + + + + 40.753820138052106 + -3.784073805436492 + + 919.4000244140625 + 16555.94921875 + + 114 + + 0 + + + 4.114999771118164 + 1 + + + + + + + 40.75383991934359 + -3.784037260338664 + + 919.4000244140625 + 16559.7890625 + + 114 + + 0 + + + 3.8350000381469727 + 1 + + + + + + + 40.753860203549266 + -3.7840005476027727 + + 919.4000244140625 + 16563.490234375 + + 113 + + 0 + + + 3.7039999961853027 + 1 + + + + + + + 40.753880236297846 + -3.7839652597904205 + + 919.4000244140625 + 16567.140625 + + 113 + + 0 + + + 3.6480000019073486 + 125 + + + + + + + 40.753899766132236 + -3.783931313082576 + + 919.2000122070312 + 16570.880859375 + + 111 + + 90 + + + 3.742000102996826 + 98 + + + + + + + 40.7539205532521 + -3.7838977854698896 + + 919.4000244140625 + 16574.630859375 + + 110 + + 51 + + + 3.750999927520752 + 0 + + + + + + + 40.75393991544843 + -3.7838702090084553 + + 919.5999755859375 + 16578.19921875 + + 108 + + 0 + + + 3.5739998817443848 + 0 + + + + + + + 40.75395667925477 + -3.7838423810899258 + + 919.5999755859375 + 16581.580078125 + + 108 + + 0 + + + 3.378000020980835 + 0 + + + + + + + 40.75396464206278 + -3.783819666132331 + + 919.5999755859375 + 16584.73046875 + + 107 + + 0 + + + 3.1440000534057617 + 0 + + + + + + + 40.75397092849016 + -3.7837985437363386 + + 919.5999755859375 + 16587.439453125 + + 107 + + 0 + + + 2.7149999141693115 + 0 + + + + + + + 40.75397863984108 + -3.7837842106819153 + + 919.7999877929688 + 16589.94921875 + + 106 + + 0 + + + 2.509999990463257 + 0 + + + + + + + 40.75397914275527 + -3.783772476017475 + + 919.7999877929688 + 16591.970703125 + + 105 + + 0 + + + 2.015000104904175 + 0 + + + + + + + 40.75397637672722 + -3.783764597028494 + + 920.0 + 16593.490234375 + + 105 + + 0 + + + 1.5210000276565552 + 0 + + + + + + + 40.75397654436529 + -3.783760154619813 + + 920.2000122070312 + 16595.009765625 + + 104 + + 0 + + + 1.5210000276565552 + 1 + + + + + + + 40.753975538536906 + -3.7837588135153055 + + 920.2000122070312 + 16596.529296875 + + 104 + + 0 + + + 1.5210000276565552 + 0 + + + + + + + 40.75397319160402 + -3.7837588973343372 + + 920.2000122070312 + 16596.529296875 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753975957632065 + -3.7837567180395126 + + 920.2000122070312 + 16596.529296875 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397117994726 + -3.783757723867893 + + 920.0 + 16596.529296875 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753974448889494 + -3.7837570533156395 + + 920.0 + 16596.529296875 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397218577564 + -3.7837573885917664 + + 919.7999877929688 + 16596.529296875 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397218577564 + -3.783757137134671 + + 919.7999877929688 + 16596.529296875 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396900065243 + -3.7837579753249884 + + 919.7999877929688 + 16596.529296875 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396782718599 + -3.7837590649724007 + + 919.7999877929688 + 16596.529296875 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396648608148 + -3.783759819343686 + + 919.7999877929688 + 16596.529296875 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396464206278 + -3.7837579753249884 + + 920.0 + 16596.529296875 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396506115794 + -3.7837594002485275 + + 920.0 + 16596.529296875 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396397151053 + -3.78375805914402 + + 920.0 + 16596.529296875 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396506115794 + -3.78375805914402 + + 919.7999877929688 + 16596.529296875 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396514497697 + -3.7837570533156395 + + 919.7999877929688 + 16596.529296875 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539654802531 + -3.7837563827633858 + + 920.2000122070312 + 16596.529296875 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396489351988 + -3.783755963668227 + + 920.2000122070312 + 16596.529296875 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396531261504 + -3.7837558798491955 + + 920.0 + 16596.529296875 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539654802531 + -3.783755712211132 + + 920.0 + 16596.529296875 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965731710196 + -3.783755460754037 + + 920.0 + 16596.529296875 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396581552923 + -3.78375512547791 + + 920.0 + 16596.529296875 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396581552923 + -3.7837546225637197 + + 920.0 + 16596.529296875 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965647891164 + -3.7837546225637197 + + 920.0 + 16596.529296875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539654802531 + -3.7837544549256563 + + 920.0 + 16596.529296875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965228796005 + -3.7837544549256563 + + 920.0 + 16596.529296875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965228796005 + -3.7837543711066246 + + 920.2000122070312 + 16596.529296875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396539643407 + -3.7837546225637197 + + 920.2000122070312 + 16596.529296875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965228796005 + -3.783754790201783 + + 920.2000122070312 + 16596.529296875 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396506115794 + -3.7837546225637197 + + 920.2000122070312 + 16596.529296875 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396531261504 + -3.7837547063827515 + + 920.0 + 16596.529296875 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396556407213 + -3.7837546225637197 + + 919.7999877929688 + 16596.529296875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965731710196 + -3.783754538744688 + + 919.7999877929688 + 16596.529296875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396581552923 + -3.7837547063827515 + + 919.7999877929688 + 16596.529296875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539654802531 + -3.7837547063827515 + + 920.0 + 16596.529296875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965228796005 + -3.7837547063827515 + + 920.0 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396514497697 + -3.7837547063827515 + + 920.0 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396514497697 + -3.7837550416588783 + + 919.7999877929688 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396506115794 + -3.7837552092969418 + + 919.7999877929688 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396539643407 + -3.7837552092969418 + + 920.0 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539654802531 + -3.7837552092969418 + + 920.2000122070312 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396556407213 + -3.78375512547791 + + 920.2000122070312 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965647891164 + -3.78375512547791 + + 920.2000122070312 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965647891164 + -3.7837552092969418 + + 920.0 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396506115794 + -3.7837547063827515 + + 920.2000122070312 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396497733891 + -3.7837546225637197 + + 920.2000122070312 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396531261504 + -3.7837550416588783 + + 920.0 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753965731710196 + -3.783755712211132 + + 920.2000122070312 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396598316729 + -3.783755460754037 + + 920.2000122070312 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396589934826 + -3.7837547063827515 + + 920.0 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396497733891 + -3.783755460754037 + + 920.0 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396539643407 + -3.7837546225637197 + + 920.0 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753964222967625 + -3.78375512547791 + + 920.0 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396480970085 + -3.783754287287593 + + 920.0 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753964222967625 + -3.7837543711066246 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539636362344 + -3.7837541196495295 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396212749183 + -3.7837555445730686 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396145693958 + -3.7837557960301638 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396053493023 + -3.7837552931159735 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396162457764 + -3.7837556283921003 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753960283473134 + -3.78375512547791 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395961292088 + -3.7837549578398466 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395994819701 + -3.7837546225637197 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753959780558944 + -3.7837543711066246 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753959780558944 + -3.783754538744688 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395961292088 + -3.783754538744688 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395994819701 + -3.7837549578398466 + + 920.4000244140625 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539604511112 + -3.7837552931159735 + + 920.4000244140625 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75396003201604 + -3.7837568018585443 + + 920.4000244140625 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395994819701 + -3.783756298944354 + + 920.4000244140625 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395952910185 + -3.7837573047727346 + + 920.4000244140625 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395952910185 + -3.7837570533156395 + + 920.5999755859375 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395894236863 + -3.7837573047727346 + + 920.5999755859375 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395952910185 + -3.7837570533156395 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753959780558944 + -3.783756885677576 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395961292088 + -3.7837567180395126 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753959361463785 + -3.7837563827633858 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395902618766 + -3.7837561313062906 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395827181637 + -3.783755963668227 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753957349807024 + -3.7837564665824175 + + 920.4000244140625 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395600870252 + -3.783757723867893 + + 920.5999755859375 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395525433123 + -3.7837583106011152 + + 920.5999755859375 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395341031253 + -3.7837564665824175 + + 920.5999755859375 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395408086479 + -3.783757472410798 + + 920.5999755859375 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753952572122216 + -3.783756047487259 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75395081192255 + -3.7837540358304977 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394930317998 + -3.7837531976401806 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394871644676 + -3.783754287287593 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394687242806 + -3.783754790201783 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394678860903 + -3.7837543711066246 + + 920.2000122070312 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.753946620970964 + -3.7837538681924343 + + 920.2000122070312 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394636951387 + -3.7837532814592123 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753946201875806 + -3.7837529461830854 + + 920.2000122070312 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753945615142584 + -3.783753616735339 + + 920.2000122070312 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944190219045 + -3.7837540358304977 + + 920.2000122070312 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753943771123886 + -3.783753616735339 + + 920.2000122070312 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394544750452 + -3.783754203468561 + + 920.4000244140625 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.753945196047425 + -3.7837541196495295 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394502840936 + -3.783754538744688 + + 920.4000244140625 + 16596.529296875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753945196047425 + -3.7837543711066246 + + 920.4000244140625 + 16596.529296875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753945196047425 + -3.783754287287593 + + 920.4000244140625 + 16596.529296875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753945196047425 + -3.7837544549256563 + + 920.4000244140625 + 16596.529296875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394494459033 + -3.783754874020815 + + 920.4000244140625 + 16596.529296875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394452549517 + -3.7837552931159735 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539446093142 + -3.7837556283921003 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539446093142 + -3.7837558798491955 + + 920.5999755859375 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539446093142 + -3.7837557960301638 + + 920.5999755859375 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.7837562151253223 + + 920.5999755859375 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539448607713 + -3.7837563827633858 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.783756634220481 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539446093142 + -3.7837568018585443 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.7837568018585443 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.783756969496608 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539448607713 + -3.7837570533156395 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.783756885677576 + + 920.4000244140625 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394444167614 + -3.783756885677576 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394410640001 + -3.7837568018585443 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394343584776 + -3.78375755622983 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753944693133235 + -3.783757472410798 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394360348582 + -3.7837578915059566 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753943687304854 + -3.7837576400488615 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394284911454 + -3.783757472410798 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394243001938 + -3.783757137134671 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394201092422 + -3.783757220953703 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394217856228 + -3.783757137134671 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394167564809 + -3.7837570533156395 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753941340371966 + -3.7837570533156395 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753940753638744 + -3.783757137134671 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753940837457776 + -3.783756969496608 + + 920.4000244140625 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394159182906 + -3.7837570533156395 + + 920.4000244140625 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394243001938 + -3.7837568018585443 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394167564809 + -3.783756885677576 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394284911454 + -3.7837567180395126 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394167564809 + -3.783756634220481 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394217856228 + -3.783756885677576 + + 920.5999755859375 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753941256552935 + -3.7837567180395126 + + 920.5999755859375 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539411727339 + -3.783756298944354 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753940250724554 + -3.7837573047727346 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394159182906 + -3.7837563827633858 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394159182906 + -3.7837540358304977 + + 920.2000122070312 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75394041836262 + -3.783753952011466 + + 920.4000244140625 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393991544843 + -3.7837523594498634 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393865816295 + -3.7837491743266582 + + 920.7999877929688 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393865816295 + -3.783750096336007 + + 920.7999877929688 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393874198198 + -3.7837488390505314 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753938406705856 + -3.783748922869563 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753938322886825 + -3.7837491743266582 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393765233457 + -3.7837491743266582 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393664650619 + -3.7837494257837534 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753934970125556 + -3.7837494257837534 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393463484943 + -3.783749593421817 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393228791654 + -3.78374925814569 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.753933880478144 + -3.7837491743266582 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393212027848 + -3.7837488390505314 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393320992589 + -3.78374925814569 + + 920.0 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.7837491743266582 + + 920.0 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.7837493419647217 + + 920.4000244140625 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.78374925814569 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.7837491743266582 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.7837488390505314 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393069535494 + -3.783748419955373 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.7837482523173094 + + 920.7999877929688 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393036007881 + -3.783748419955373 + + 920.7999877929688 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.7837482523173094 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.7837481684982777 + + 920.7999877929688 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.7837480008602142 + + 920.7999877929688 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.7837479170411825 + + 920.7999877929688 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783747749403119 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393077917397 + -3.7837476655840874 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393069535494 + -3.783747497946024 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.7837474141269922 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.7837473303079605 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.783747162669897 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.7837469950318336 + + 920.4000244140625 + 16596.529296875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393077917397 + -3.783746911212802 + + 920.4000244140625 + 16596.529296875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783746911212802 + + 920.2000122070312 + 16596.529296875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931030631065 + -3.78374682739377 + + 920.4000244140625 + 16596.529296875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393119826913 + -3.783746911212802 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.78374682739377 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931030631065 + -3.7837467435747385 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.78374682739377 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.7837470788508654 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.78374682739377 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.78374682739377 + + 920.5999755859375 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.78374682739377 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.78374682739377 + + 920.5999755859375 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783746911212802 + + 920.5999755859375 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.7837470788508654 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783747162669897 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783747246488929 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.7837470788508654 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.7837470788508654 + + 920.4000244140625 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931030631065 + -3.783747162669897 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931030631065 + -3.7837473303079605 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393077917397 + -3.783747497946024 + + 920.5999755859375 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393077917397 + -3.7837474141269922 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.783747497946024 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.783747246488929 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931449726224 + -3.7837473303079605 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753932455554605 + -3.7837475817650557 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393220409751 + -3.7837480008602142 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393228791654 + -3.7837474141269922 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393262319267 + -3.7837469950318336 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393287464976 + -3.7837474141269922 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393404811621 + -3.7837461568415165 + + 920.5999755859375 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393262319267 + -3.7837464921176434 + + 920.5999755859375 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393220409751 + -3.78374632447958 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931449726224 + -3.783746659755707 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931533545256 + -3.7837464082986116 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393136590719 + -3.783746240660548 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393136590719 + -3.7837464921176434 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931449726224 + -3.7837464921176434 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393237173557 + -3.7837440613657236 + + 920.5999755859375 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783745653927326 + + 920.5999755859375 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.783745402470231 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539292704314 + -3.783745989203453 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.783746240660548 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783745653927326 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392868369818 + -3.7837459053844213 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392751023173 + -3.7837459053844213 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392734259367 + -3.7837458215653896 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392692349851 + -3.7837459053844213 + + 920.4000244140625 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753926672041416 + -3.7837454862892628 + + 920.4000244140625 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.753926588222384 + -3.783744815737009 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392692349851 + -3.783744480460882 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392700731754 + -3.7837443128228188 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392717495561 + -3.7837441451847553 + + 920.4000244140625 + 16596.529296875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837437260895967 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392893515527 + -3.7837426364421844 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392876751721 + -3.7837425526231527 + + 920.2000122070312 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.7837414629757404 + + 920.2000122070312 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392968952656 + -3.7837411276996136 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.783740121871233 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.7837397027760744 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393186882138 + -3.783739786595106 + + 920.4000244140625 + 16596.529296875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753932036459446 + -3.7837388645857573 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.78374045714736 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.783740708604455 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392868369818 + -3.7837408762425184 + + 920.4000244140625 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392994098365 + -3.783740708604455 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.783741043880582 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393069535494 + -3.7837407924234867 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.7837407924234867 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393077917397 + -3.7837406247854233 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393036007881 + -3.7837405409663916 + + 920.5999755859375 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929102793336 + -3.783741295337677 + + 920.7999877929688 + 16596.529296875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392625294626 + -3.7837408762425184 + + 920.7999877929688 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.7837407924234867 + + 920.7999877929688 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392575003207 + -3.78374096006155 + + 920.7999877929688 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392650440335 + -3.783740708604455 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392700731754 + -3.7837406247854233 + + 920.5999755859375 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392834842205 + -3.7837405409663916 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392893515527 + -3.783740708604455 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.7837408762425184 + + 920.5999755859375 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930024802685 + -3.783741043880582 + + 920.5999755859375 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.783741043880582 + + 920.5999755859375 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392985716462 + -3.783741043880582 + + 920.7999877929688 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393061153591 + -3.7837412115186453 + + 920.7999877929688 + 16596.529296875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392968952656 + -3.783741546794772 + + 920.7999877929688 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539292704314 + -3.783740708604455 + + 920.7999877929688 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.7837390322238207 + + 920.7999877929688 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393036007881 + -3.7837384454905987 + + 920.7999877929688 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393128208816 + -3.783738110214472 + + 920.7999877929688 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931952640414 + -3.7837379425764084 + + 920.7999877929688 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393212027848 + -3.7837378587573767 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393304228783 + -3.7837372720241547 + + 920.5999755859375 + 16596.529296875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393262319267 + -3.78373752348125 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393212027848 + -3.783736852928996 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393178500235 + -3.783736266195774 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931533545256 + -3.783736601471901 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393170118332 + -3.783735763281584 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931533545256 + -3.7837358471006155 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393128208816 + -3.7837352603673935 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783734757453203 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393027625978 + -3.783734841272235 + + 920.5999755859375 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393027625978 + -3.7837350089102983 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393027625978 + -3.7837350089102983 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.783735176548362 + + 920.4000244140625 + 16596.529296875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.78373509272933 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.7837355118244886 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.7837355118244886 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393027625978 + -3.783735428005457 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.7837355118244886 + + 920.4000244140625 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753931030631065 + -3.7837355118244886 + + 920.4000244140625 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539311144501 + -3.7837349250912666 + + 920.4000244140625 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930862993 + -3.783734757453203 + + 920.4000244140625 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393019244075 + -3.783734505996108 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393010862172 + -3.783733919262886 + + 920.5999755859375 + 16596.529296875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392977334559 + -3.783733919262886 + + 920.4000244140625 + 16596.529296875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393036007881 + -3.783733667805791 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.75393044389784 + -3.7837332487106323 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930946812034 + -3.7837334163486958 + + 920.4000244140625 + 16596.529296875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930527716875 + -3.783733919262886 + + 920.2000122070312 + 16596.529296875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930024802685 + -3.783734505996108 + + 920.2000122070312 + 16596.529296875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.783735176548362 + + 920.4000244140625 + 16596.529296875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392834842205 + -3.7837364338338375 + + 920.4000244140625 + 16596.529296875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.783736014738679 + + 920.4000244140625 + 16596.529296875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929018974304 + -3.7837358471006155 + + 920.4000244140625 + 16596.529296875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539274264127 + -3.783735176548362 + + 920.4000244140625 + 16596.529296875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753927594050765 + -3.783735930919647 + + 920.5999755859375 + 16596.529296875 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.7837355956435204 + + 920.4000244140625 + 16596.529296875 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.78373509272933 + + 920.4000244140625 + 16596.55078125 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392675586045 + -3.783735763281584 + + 920.4000244140625 + 16596.55078125 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392591767013 + -3.7837352603673935 + + 920.4000244140625 + 16596.609375 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392725877464 + -3.7837355956435204 + + 920.2000122070312 + 16596.609375 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392642058432 + -3.7837358471006155 + + 920.0 + 16596.609375 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392717495561 + -3.783736852928996 + + 920.0 + 16596.609375 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392541475594 + -3.783735344186425 + + 920.2000122070312 + 16596.779296875 + + 88 + + + + 0.0 + + + + + + + 40.753924157470465 + -3.783729812130332 + + 920.5999755859375 + 16597.279296875 + + 85 + + + + 0.0 + + + + + + + 40.75392306782305 + -3.7837293930351734 + + 920.4000244140625 + 16597.439453125 + + 88 + + + + 0.0 + + + + + + + 40.753923738375306 + -3.783728890120983 + + 920.4000244140625 + 16597.599609375 + + 91 + + + + 0.0 + + + + + + + 40.75392591767013 + -3.7837309017777443 + + 920.5999755859375 + 16597.599609375 + + 94 + + + + 0.0 + + + + + + + 40.753929018974304 + -3.7837426364421844 + + 920.4000244140625 + 16598.26953125 + + 97 + + + + 0.5230000019073486 + + + + + + + 40.75392533093691 + -3.783752443268895 + + 920.2000122070312 + 16599.05078125 + + 98 + + + + 0.0 + 0 + + + + + + + 40.753925666213036 + -3.783753700554371 + + 920.5999755859375 + 16599.060546875 + + 98 + + + + 0.0 + 0 + + + + + + + 40.753926672041416 + -3.783754538744688 + + 920.5999755859375 + 16599.060546875 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.783756047487259 + + 920.5999755859375 + 16599.060546875 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392642058432 + -3.78375512547791 + + 920.5999755859375 + 16599.060546875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392692349851 + -3.7837552931159735 + + 920.5999755859375 + 16599.060546875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753926169127226 + -3.7837552931159735 + + 920.7999877929688 + 16599.060546875 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.753926588222384 + -3.783755460754037 + + 920.5999755859375 + 16599.060546875 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392625294626 + -3.7837555445730686 + + 920.5999755859375 + 16599.060546875 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392683967948 + -3.7837552931159735 + + 920.4000244140625 + 16599.060546875 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392683967948 + -3.7837552092969418 + + 920.4000244140625 + 16599.060546875 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392675586045 + -3.783755712211132 + + 920.5999755859375 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392642058432 + -3.783756298944354 + + 920.7999877929688 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392524711788 + -3.7837563827633858 + + 920.5999755859375 + 16599.060546875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392432510853 + -3.7837556283921003 + + 920.4000244140625 + 16599.060546875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753924241289496 + -3.783756298944354 + + 920.4000244140625 + 16599.060546875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392432510853 + -3.7837556283921003 + + 920.2000122070312 + 16599.060546875 + + 88 + + 0 + + + 0.0 + 0 + + + + + + + 40.753924157470465 + -3.7837557960301638 + + 920.2000122070312 + 16599.060546875 + + 89 + + 0 + + + 0.0 + 0 + + + + + + + 40.753923151642084 + -3.7837555445730686 + + 920.4000244140625 + 16599.060546875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392306782305 + -3.7837562151253223 + + 920.4000244140625 + 16599.060546875 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392357073724 + -3.783758394420147 + + 920.2000122070312 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392348691821 + -3.7837596517056227 + + 920.2000122070312 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392549857497 + -3.783759316429496 + + 920.4000244140625 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.753925163298845 + -3.7837603222578764 + + 920.2000122070312 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392600148916 + -3.783761914819479 + + 920.2000122070312 + 16599.060546875 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392633676529 + -3.7837614119052887 + + 920.4000244140625 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539274264127 + -3.783762836828828 + + 920.0 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928096964955 + -3.783765099942684 + + 920.0 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.7837640941143036 + + 920.2000122070312 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.7837646808475256 + + 920.2000122070312 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.7837637588381767 + + 920.2000122070312 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.783763339743018 + + 920.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392843224108 + -3.783763339743018 + + 920.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929102793336 + -3.783763088285923 + + 920.7999877929688 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392893515527 + -3.7837631721049547 + + 921.0 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929521888494 + -3.7837631721049547 + + 921.0 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753930024802685 + -3.7837630044668913 + + 920.7999877929688 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392977334559 + -3.7837624177336693 + + 920.5999755859375 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392918661237 + -3.783761914819479 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.7837614119052887 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928599879146 + -3.7837617471814156 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.7837614957243204 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.783761328086257 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929018974304 + -3.783761076629162 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.783761076629162 + + 920.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392834842205 + -3.783761328086257 + + 920.4000244140625 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928516060114 + -3.783761328086257 + + 920.4000244140625 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.783761076629162 + + 920.5999755859375 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783761076629162 + + 920.5999755859375 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.7837611604481936 + + 920.4000244140625 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.7837611604481936 + + 920.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392734259367 + -3.7837614119052887 + + 920.2000122070312 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753927594050765 + -3.7837614119052887 + + 920.2000122070312 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392725877464 + -3.783761579543352 + + 920.4000244140625 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539274264127 + -3.783762250095606 + + 920.4000244140625 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.7837624177336693 + + 920.5999755859375 + 16599.060546875 + + 79 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.783762753009796 + + 920.4000244140625 + 16599.060546875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392818078399 + -3.7837629206478596 + + 920.4000244140625 + 16599.060546875 + + 78 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.7837630044668913 + + 920.5999755859375 + 16599.060546875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.7837625853717327 + + 920.5999755859375 + 16599.060546875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.7837625853717327 + + 920.5999755859375 + 16599.060546875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392834842205 + -3.7837630044668913 + + 920.5999755859375 + 16599.060546875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.783763339743018 + + 920.5999755859375 + 16599.060546875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928516060114 + -3.7837635073810816 + + 920.5999755859375 + 16599.060546875 + + 75 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392843224108 + -3.783763675019145 + + 920.5999755859375 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928599879146 + -3.7837638426572084 + + 920.7999877929688 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.7837638426572084 + + 920.7999877929688 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928096964955 + -3.7837643455713987 + + 920.7999877929688 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783764597028494 + + 920.7999877929688 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.7837649323046207 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539274264127 + -3.7837652675807476 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392751023173 + -3.783765770494938 + + 920.5999755859375 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783765770494938 + + 920.5999755859375 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.7837661895900965 + + 920.7999877929688 + 16599.060546875 + + 72 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.783766608685255 + + 920.7999877929688 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.78376686014235 + + 920.7999877929688 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.783767195418477 + + 920.7999877929688 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.7837672792375088 + + 920.7999877929688 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928096964955 + -3.783767195418477 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392834842205 + -3.7837670277804136 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392843224108 + -3.7837671115994453 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783767446875572 + + 921.0 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837673630565405 + + 921.0 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.783767530694604 + + 921.0 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.783767530694604 + + 921.0 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.7837676145136356 + + 921.0 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.7837676983326674 + + 921.0 + 16599.060546875 + + 73 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.7837679497897625 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928013145924 + -3.783768117427826 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.753928096964955 + -3.7837682850658894 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.783769039437175 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837691232562065 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.7837687879800797 + + 921.0 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.783768117427826 + + 920.7999877929688 + 16599.060546875 + + 71 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392818078399 + -3.783767446875572 + + 920.7999877929688 + 16599.060546875 + + 74 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.783766943961382 + + 921.0 + 16599.060546875 + + 76 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837666925042868 + + 921.2000122070312 + 16599.060546875 + + 77 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837665248662233 + + 921.2000122070312 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.7837666925042868 + + 921.2000122070312 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392792932689 + -3.78376686014235 + + 921.4000244140625 + 16599.060546875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392868369818 + -3.783766943961382 + + 921.4000244140625 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392918661237 + -3.7837670277804136 + + 921.5999755859375 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929521888494 + -3.7837671115994453 + + 921.7999877929688 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392918661237 + -3.7837670277804136 + + 922.0 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392885133624 + -3.7837671115994453 + + 922.0 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392826460302 + -3.783767195418477 + + 921.5999755859375 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.783767195418477 + + 921.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.7837671115994453 + + 921.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392751023173 + -3.783766943961382 + + 921.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392751023173 + -3.783766943961382 + + 921.4000244140625 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539274264127 + -3.783766943961382 + + 921.4000244140625 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.753927594050765 + -3.7837671115994453 + + 921.4000244140625 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392751023173 + -3.783768620342016 + + 921.4000244140625 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753927594050765 + -3.783768955618143 + + 921.5999755859375 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.783768704161048 + + 921.7999877929688 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.753927594050765 + -3.7837699614465237 + + 921.5999755859375 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392776168883 + -3.7837697099894285 + + 921.4000244140625 + 16599.060546875 + + 80 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392784550786 + -3.783770212903619 + + 921.2000122070312 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392868369818 + -3.7837705481797457 + + 921.0 + 16599.060546875 + + 82 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392893515527 + -3.783770129084587 + + 921.2000122070312 + 16599.060546875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539292704314 + -3.783770212903619 + + 921.2000122070312 + 16599.060546875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.7837703805416822 + + 921.2000122070312 + 16599.060546875 + + 86 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929102793336 + -3.783770464360714 + + 921.2000122070312 + 16599.060546875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539292704314 + -3.783770799636841 + + 921.2000122070312 + 16599.060546875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929521888494 + -3.7837708834558725 + + 921.2000122070312 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929605707526 + -3.7837709672749043 + + 921.2000122070312 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392977334559 + -3.7837709672749043 + + 921.2000122070312 + 16599.060546875 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392977334559 + -3.7837709672749043 + + 921.2000122070312 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392985716462 + -3.7837706319987774 + + 921.0 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929605707526 + -3.783770464360714 + + 921.2000122070312 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392943806946 + -3.783770129084587 + + 921.4000244140625 + 16599.060546875 + + 84 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392935425043 + -3.783769877627492 + + 921.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539292704314 + -3.783769626170397 + + 921.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.753929102793336 + -3.7837693747133017 + + 921.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539276778698 + -3.7837697099894285 + + 921.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75392331928015 + -3.7837770860642195 + + 921.4000244140625 + 16599.060546875 + + 81 + + 0 + + + 0.0 + 0 + + + + + + + 40.75391418300569 + -3.7837904132902622 + + 921.4000244140625 + 16599.060546875 + + 85 + + 0 + + + 0.0 + 0 + + + + + + + 40.75391661375761 + -3.783813463523984 + + 921.4000244140625 + 16599.060546875 + + 87 + + 0 + + + 0.0 + 0 + + + + + + + 40.753913847729564 + -3.7838345859199762 + + 921.4000244140625 + 16600.900390625 + + 90 + + 0 + + + 1.8380000591278076 + 0 + + + + + + + 40.7539118360728 + -3.7838586419820786 + + 921.4000244140625 + 16602.740234375 + + 93 + + 0 + + + 1.8380000591278076 + 1 + + + + + + + 40.75390940532088 + -3.783877417445183 + + 921.4000244140625 + 16604.509765625 + + 94 + + 0 + + + 1.7730000019073486 + 4 + + + + + + + 40.75390638783574 + -3.783899713307619 + + 921.4000244140625 + 16606.1796875 + + 96 + + 0 + + + 1.6699999570846558 + 5 + + + + + + + 40.75389850884676 + -3.783923601731658 + + 921.2000122070312 + 16608.150390625 + + 98 + + 0 + + + 1.968999981880188 + 51 + + + + + + + 40.75389062985778 + -3.7839487474411726 + + 921.4000244140625 + 16610.5 + + 99 + + 30 + + + 2.3510000705718994 + 3 + + + + + + + 40.753881242126226 + -3.7839741446077824 + + 921.4000244140625 + 16612.990234375 + + 100 + + 0 + + + 2.490999937057495 + 3 + + + + + + + 40.75386825017631 + -3.784004906192422 + + 921.2000122070312 + 16615.740234375 + + 100 + + 0 + + + 2.743000030517578 + 71 + + + + + + + 40.7538531627506 + -3.784036673605442 + + 921.2000122070312 + 16618.8203125 + + 101 + + 0 + + + 3.0880000591278076 + 88 + + + + + + + 40.75383547693491 + -3.784071709960699 + + 921.2000122070312 + 16622.279296875 + + 102 + + 33 + + + 3.4519999027252197 + 70 + + + + + + + 40.75381502509117 + -3.7841078359633684 + + 921.4000244140625 + 16626.080078125 + + 102 + + 30 + + + 3.806999921798706 + 69 + + + + + + + 40.75379650108516 + -3.7841452192515135 + + 921.2000122070312 + 16630.19921875 + + 103 + + 38 + + + 4.114999771118164 + 98 + + + + + + + 40.753779066726565 + -3.7841855362057686 + + 920.7999877929688 + 16634.560546875 + + 103 + + 42 + + + 4.35699987411499 + 73 + + + + + + + 40.75375911779702 + -3.784228703007102 + + 920.7999877929688 + 16639.119140625 + + 103 + + 47 + + + 4.563000202178955 + 75 + + + + + + + 40.75373489409685 + -3.784273127093911 + + 920.7999877929688 + 16643.98046875 + + 102 + + 49 + + + 4.861000061035156 + 66 + + + + + + + 40.75370706617832 + -3.784320568665862 + + 920.5999755859375 + 16649.0390625 + + 102 + + 52 + + + 5.057000160217285 + 37 + + + + + + + 40.753680411726236 + -3.7843705248087645 + + 920.5999755859375 + 16654.19921875 + + 102 + + 114 + + + 5.159999847412109 + 0 + + + + + + + 40.753651997074485 + -3.7844182178378105 + + 920.5999755859375 + 16659.4296875 + + 101 + + 0 + + + 5.235000133514404 + 0 + + + + + + + 40.75362383387983 + -3.7844695150852203 + + 920.7999877929688 + 16664.779296875 + + 100 + + 0 + + + 5.3460001945495605 + 0 + + + + + + + 40.75359407812357 + -3.7845219019800425 + + 920.4000244140625 + 16670.240234375 + + 100 + + 0 + + + 5.4679999351501465 + 0 + + + + + + + 40.75356524437666 + -3.784572696313262 + + 919.7999877929688 + 16675.76953125 + + 99 + + 0 + + + 5.52400016784668 + 0 + + + + + + + 40.75353465043008 + -3.784625167027116 + + 919.7999877929688 + 16681.279296875 + + 98 + + 0 + + + 5.513999938964844 + 0 + + + + + + + 40.75350288301706 + -3.7846726924180984 + + 920.0 + 16686.8203125 + + 98 + + 0 + + + 5.5329999923706055 + 0 + + + + + + + 40.75347203761339 + -3.7847228161990643 + + 919.7999877929688 + 16692.41015625 + + 96 + + 0 + + + 5.5980000495910645 + 0 + + + + + + + 40.75343909673393 + -3.7847767118364573 + + 919.5999755859375 + 16698.16015625 + + 96 + + 0 + + + 5.748000144958496 + 37 + + + + + + + 40.75340590439737 + -3.784837732091546 + + 919.4000244140625 + 16704.19921875 + + 95 + + 90 + + + 6.0370001792907715 + 75 + + + + + + + 40.753373047336936 + -3.784896992146969 + + 919.4000244140625 + 16710.48046875 + + 94 + + 60 + + + 6.28000020980835 + 40 + + + + + + + 40.75333801098168 + -3.784957006573677 + + 919.4000244140625 + 16716.810546875 + + 94 + + 119 + + + 6.335999965667725 + 0 + + + + + + + 40.753301717340946 + -3.7850166019052267 + + 919.4000244140625 + 16723.189453125 + + 94 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.75326383113861 + -3.785073598846793 + + 919.0 + 16729.650390625 + + 94 + + 0 + + + 6.466000080108643 + 0 + + + + + + + 40.753229381516576 + -3.7851311825215816 + + 918.7999877929688 + 16736.130859375 + + 94 + + 0 + + + 6.47599983215332 + 0 + + + + + + + 40.753194093704224 + -3.7851927056908607 + + 918.7999877929688 + 16742.609375 + + 93 + + 0 + + + 6.485000133514404 + 0 + + + + + + + 40.75316014699638 + -3.7852539774030447 + + 918.7999877929688 + 16749.05078125 + + 92 + + 0 + + + 6.438000202178955 + 19 + + + + + + + 40.75312444008887 + -3.785316338762641 + + 919.0 + 16755.529296875 + + 91 + + 82 + + + 6.47599983215332 + 26 + + + + + + + 40.75308739207685 + -3.785379957407713 + + 919.0 + 16762.029296875 + + 91 + + 62 + + + 6.502999782562256 + 74 + + + + + + + 40.75305403210223 + -3.7854410614818335 + + 919.0 + 16768.58984375 + + 89 + + 48 + + + 6.559000015258789 + 62 + + + + + + + 40.75301807373762 + -3.785505937412381 + + 919.0 + 16775.169921875 + + 89 + + 42 + + + 6.578000068664551 + 40 + + + + + + + 40.752979181706905 + -3.785568969324231 + + 918.7999877929688 + 16781.849609375 + + 91 + + 41 + + + 6.681000232696533 + 45 + + + + + + + 40.75294129550457 + -3.78562998957932 + + 918.7999877929688 + 16788.560546875 + + 93 + + 83 + + + 6.709000110626221 + 13 + + + + + + + 40.752907264977694 + -3.7856936920434237 + + 918.5999755859375 + 16795.220703125 + + 94 + + 0 + + + 6.6620001792907715 + 14 + + + + + + + 40.7528705522418 + -3.785763680934906 + + 918.5999755859375 + 16801.94921875 + + 94 + + 96 + + + 6.7270002365112305 + 61 + + + + + + + 40.752830151468515 + -3.785828808322549 + + 918.5999755859375 + 16808.900390625 + + 92 + + 82 + + + 6.951000213623047 + 86 + + + + + + + 40.75278983451426 + -3.785889158025384 + + 918.4000244140625 + 16815.880859375 + + 92 + + 68 + + + 6.979000091552734 + 56 + + + + + + + 40.7527497690171 + -3.7859573028981686 + + 918.2000122070312 + 16823.099609375 + + 92 + + 63 + + + 7.2220001220703125 + 56 + + + + + + + 40.75271246954799 + -3.7860264535993338 + + 918.2000122070312 + 16830.330078125 + + 90 + + 196 + + + 7.230999946594238 + 1 + + + + + + + 40.75267315842211 + -3.7861001305282116 + + 918.2000122070312 + 16837.599609375 + + 90 + + 0 + + + 7.269000053405762 + 1 + + + + + + + 40.752633176743984 + -3.7861758191138506 + + 917.7999877929688 + 16844.9609375 + + 90 + + 0 + + + 7.361999988555908 + 37 + + + + + + + 40.752596631646156 + -3.786245556548238 + + 917.5999755859375 + 16852.44921875 + + 90 + + 69 + + + 7.493000030517578 + 50 + + + + + + + 40.752556063234806 + -3.7863146234303713 + + 917.5999755859375 + 16860.0 + + 91 + + 109 + + + 7.548999786376953 + 27 + + + + + + + 40.752513986080885 + -3.786388635635376 + + 917.4000244140625 + 16867.5 + + 92 + + 166 + + + 7.501999855041504 + 0 + + + + + + + 40.752472411841154 + -3.786458456888795 + + 917.0 + 16875.01953125 + + 92 + + 0 + + + 7.520999908447266 + 0 + + + + + + + 40.7524302508682 + -3.786530876532197 + + 916.7999877929688 + 16882.529296875 + + 91 + + 0 + + + 7.501999855041504 + 0 + + + + + + + 40.7523855753243 + -3.786607403308153 + + 916.5999755859375 + 16890.060546875 + + 92 + + 0 + + + 7.53000020980835 + 0 + + + + + + + 40.752345426008105 + -3.786676973104477 + + 916.4000244140625 + 16897.58984375 + + 91 + + 0 + + + 7.53000020980835 + 0 + + + + + + + 40.75230502523482 + -3.7867463752627373 + + 916.5999755859375 + 16905.05078125 + + 90 + + 0 + + + 7.465000152587891 + 60 + + + + + + + 40.75226420536637 + -3.7868184596300125 + + 916.7999877929688 + 16912.439453125 + + 90 + + 69 + + + 7.389999866485596 + 72 + + + + + + + 40.75222942046821 + -3.786885431036353 + + 916.7999877929688 + 16919.83984375 + + 91 + + 70 + + + 7.39900016784668 + 64 + + + + + + + 40.75219354592264 + -3.786957850679755 + + 916.7999877929688 + 16927.16015625 + + 92 + + 82 + + + 7.324999809265137 + 69 + + + + + + + 40.75215649791062 + -3.7870243191719055 + + 916.7999877929688 + 16934.490234375 + + 93 + + 70 + + + 7.324999809265137 + 66 + + + + + + + 40.752125484868884 + -3.787076035514474 + + 916.7999877929688 + 16941.560546875 + + 95 + + 67 + + + 7.072999954223633 + 61 + + + + + + + 40.7520882692188 + -3.7871303502470255 + + 916.7999877929688 + 16948.630859375 + + 97 + + 66 + + + 7.063000202178955 + 55 + + + + + + + 40.75205381959677 + -3.7871907837688923 + + 916.7999877929688 + 16955.599609375 + + 97 + + 79 + + + 6.979000091552734 + 40 + + + + + + + 40.75202171690762 + -3.7872477807104588 + + 916.7999877929688 + 16962.470703125 + + 97 + + 131 + + + 6.867000102996826 + 0 + + + + + + + 40.75198693200946 + -3.7873111478984356 + + 916.7999877929688 + 16969.08984375 + + 96 + + 0 + + + 6.614999771118164 + 0 + + + + + + + 40.75195097364485 + -3.787369653582573 + + 916.5999755859375 + 16975.580078125 + + 96 + + 0 + + + 6.49399995803833 + 0 + + + + + + + 40.75191560201347 + -3.787423549219966 + + 916.4000244140625 + 16982.080078125 + + 95 + + 0 + + + 6.49399995803833 + 0 + + + + + + + 40.75188383460045 + -3.7874781154096127 + + 916.4000244140625 + 16988.419921875 + + 92 + + 0 + + + 6.34499979019165 + 0 + + + + + + + 40.75184972025454 + -3.787535196170211 + + 916.4000244140625 + 16994.599609375 + + 91 + + 0 + + + 6.177000045776367 + 0 + + + + + + + 40.75181728228927 + -3.7875886727124453 + + 916.4000244140625 + 17000.609375 + + 91 + + 0 + + + 6.008999824523926 + 0 + + + + + + + 40.751783000305295 + -3.787642316892743 + + 916.4000244140625 + 17006.419921875 + + 91 + + 0 + + + 5.813000202178955 + 25 + + + + + + + 40.75175106525421 + -3.787696296349168 + + 916.4000244140625 + 17012.19921875 + + 92 + + 114 + + + 5.776000022888184 + 133 + + + + + + + 40.751719968393445 + -3.7877449952065945 + + 916.4000244140625 + 17017.919921875 + + 94 + + 64 + + + 5.729000091552734 + 100 + + + + + + + 40.75168635696173 + -3.787798723205924 + + 916.2000122070312 + 17023.869140625 + + 94 + + 53 + + + 5.943999767303467 + 92 + + + + + + + 40.75164939276874 + -3.7878559716045856 + + 916.2000122070312 + 17029.900390625 + + 96 + + 53 + + + 6.0279998779296875 + 138 + + + + + + + 40.751615446060896 + -3.7879104539752007 + + 916.4000244140625 + 17036.05078125 + + 98 + + 54 + + + 6.1579999923706055 + 211 + + + + + + + 40.75157948769629 + -3.7879746593534946 + + 916.2000122070312 + 17042.4609375 + + 98 + + 56 + + + 6.409999847412109 + 230 + + + + + + + 40.751538667827845 + -3.7880422174930573 + + 916.0 + 17049.0703125 + + 100 + + 57 + + + 6.605999946594238 + 176 + + + + + + + 40.751500530168414 + -3.7881083507090807 + + 916.0 + 17055.80078125 + + 102 + + 58 + + + 6.7270002365112305 + 193 + + + + + + + 40.75146038085222 + -3.788173981010914 + + 916.0 + 17062.650390625 + + 103 + + 62 + + + 6.848999977111816 + 194 + + + + + + + 40.75141788460314 + -3.788239611312747 + + 916.2000122070312 + 17069.630859375 + + 104 + + 63 + + + 6.979000091552734 + 217 + + + + + + + 40.751377986744046 + -3.788299709558487 + + 916.2000122070312 + 17076.7109375 + + 105 + + 63 + + + 7.081999778747559 + 192 + + + + + + + 40.75133892707527 + -3.7883637472987175 + + 916.4000244140625 + 17083.83984375 + + 106 + + 65 + + + 7.129000186920166 + 202 + + + + + + + 40.751299280673265 + -3.7884334847331047 + + 916.4000244140625 + 17090.98046875 + + 107 + + 65 + + + 7.146999835968018 + 169 + + + + + + + 40.75126231648028 + -3.78849970176816 + + 916.5999755859375 + 17098.220703125 + + 108 + + 65 + + + 7.230999946594238 + 141 + + + + + + + 40.75122753158212 + -3.788566756993532 + + 916.5999755859375 + 17105.3203125 + + 110 + + 65 + + + 7.10099983215332 + 163 + + + + + + + 40.75119257904589 + -3.788639847189188 + + 916.5999755859375 + 17112.419921875 + + 111 + + 65 + + + 7.10099983215332 + 233 + + + + + + + 40.75116106308997 + -3.788715787231922 + + 916.7999877929688 + 17119.5703125 + + 112 + + 65 + + + 7.1570000648498535 + 249 + + + + + + + 40.75113642029464 + -3.788798600435257 + + 916.7999877929688 + 17126.83984375 + + 112 + + 66 + + + 7.269000053405762 + 221 + + + + + + + 40.751121416687965 + -3.788881665095687 + + 916.7999877929688 + 17134.009765625 + + 113 + + 66 + + + 7.165999889373779 + 211 + + + + + + + 40.751107167452574 + -3.7889648135751486 + + 916.7999877929688 + 17140.9296875 + + 114 + + 64 + + + 6.922999858856201 + 182 + + + + + + + 40.75109476223588 + -3.7890458665788174 + + 917.0 + 17147.830078125 + + 114 + + 63 + + + 6.894999980926514 + 187 + + + + + + + 40.751083781942725 + -3.789133122190833 + + 917.2000122070312 + 17154.66015625 + + 115 + + 72 + + + 6.839000225067139 + 190 + + + + + + + 40.75107280164957 + -3.7892157677561045 + + 917.4000244140625 + 17161.560546875 + + 115 + + 72 + + + 6.894999980926514 + 228 + + + + + + + 40.751062827184796 + -3.789301849901676 + + 917.5999755859375 + 17168.4296875 + + 116 + + 63 + + + 6.867000102996826 + 223 + + + + + + + 40.75105704367161 + -3.789391117170453 + + 917.4000244140625 + 17175.400390625 + + 117 + + 63 + + + 6.96999979019165 + 200 + + + + + + + 40.751048075035214 + -3.7894750200212 + + 917.5999755859375 + 17182.41015625 + + 118 + + 63 + + + 7.006999969482422 + 206 + + + + + + + 1.7890000343322754 + 67 + 141 + 24 + 281 + + + + + 1551.0 + 16098.32 + 13.119000434875488 + 346 + + 150 + + + 159 + + Active + 121 + Manual + + + + + 40.751048075035214 + -3.7894750200212 + + 917.5999755859375 + 17182.41015625 + + 118 + + 63 + + + 7.006999969482422 + 206 + + + + + + + 40.751034412533045 + -3.7895596772432327 + + 918.4000244140625 + 17189.41015625 + + 118 + + 63 + + + 7.006999969482422 + 218 + + + + + + + 40.75102183967829 + -3.789646765217185 + + 918.7999877929688 + 17196.5390625 + + 119 + + 63 + + + 7.129000186920166 + 217 + + + + + + + 40.75101027265191 + -3.789731338620186 + + 918.5999755859375 + 17203.609375 + + 120 + + 64 + + + 7.063000202178955 + 212 + + + + + + + 40.75100080110133 + -3.789817588403821 + + 918.5999755859375 + 17210.609375 + + 121 + + 70 + + + 7.006999969482422 + 215 + + + + + + + 40.750988982617855 + -3.7899036705493927 + + 918.7999877929688 + 17217.619140625 + + 122 + + 70 + + + 7.006999969482422 + 226 + + + + + + + 40.75097666122019 + -3.789988746866584 + + 918.7999877929688 + 17224.76953125 + + 123 + + 63 + + + 7.146999835968018 + 226 + + + + + + + 40.7509658485651 + -3.7900712247937918 + + 918.7999877929688 + 17231.890625 + + 124 + + 64 + + + 7.11899995803833 + 205 + + + + + + + 40.75095788575709 + -3.7901604920625687 + + 919.0 + 17239.08984375 + + 125 + + 65 + + + 7.203000068664551 + 192 + + + + + + + 40.75095159932971 + -3.7902456521987915 + + 919.2000122070312 + 17246.470703125 + + 126 + + 69 + + + 7.38100004196167 + 259 + + + + + + + 40.750943049788475 + -3.790336260572076 + + 919.0 + 17253.900390625 + + 127 + + 75 + + + 7.427000045776367 + 231 + + + + + + + 40.750933242961764 + -3.790427455678582 + + 919.0 + 17261.509765625 + + 128 + + 76 + + + 7.613999843597412 + 185 + + + + + + + 40.750923939049244 + -3.7905142921954393 + + 919.2000122070312 + 17269.140625 + + 128 + + 78 + + + 7.623000144958496 + 149 + + + + + + + 40.75091538950801 + -3.790600039064884 + + 919.2000122070312 + 17276.759765625 + + 129 + + 70 + + + 7.623000144958496 + 139 + + + + + + + 40.75090382248163 + -3.7906932458281517 + + 919.2000122070312 + 17284.470703125 + + 129 + + 78 + + + 7.706999778747559 + 269 + + + + + + + 40.750896614044905 + -3.7907863687723875 + + 919.2000122070312 + 17292.310546875 + + 130 + + 78 + + + 7.8470001220703125 + 186 + + + + + + + 40.75088940560818 + -3.7908802460879087 + + 919.2000122070312 + 17300.23046875 + + 130 + + 79 + + + 7.9120001792907715 + 152 + + + + + + + 40.75087892822921 + -3.7909747939556837 + + 919.2000122070312 + 17308.220703125 + + 131 + + 73 + + + 7.995999813079834 + 253 + + + + + + + 40.75086853466928 + -3.7910667434334755 + + 919.2000122070312 + 17316.400390625 + + 131 + + 72 + + + 8.182999610900879 + 157 + + + + + + + 40.750857051461935 + -3.791160201653838 + + 919.2000122070312 + 17324.5 + + 131 + + 74 + + + 8.098999977111816 + 243 + + + + + + + 40.75084456242621 + -3.7912599463015795 + + 919.2000122070312 + 17332.83984375 + + 131 + + 75 + + + 8.342000007629395 + 219 + + + + + + + 40.750833163037896 + -3.7913579307496548 + + 919.2000122070312 + 17341.189453125 + + 132 + + 75 + + + 8.342000007629395 + 185 + + + + + + + 40.75082117691636 + -3.791460944339633 + + 919.4000244140625 + 17349.619140625 + + 132 + + 75 + + + 8.4350004196167 + 185 + + + + + + + 40.75080835260451 + -3.791562784463167 + + 919.4000244140625 + 17358.0703125 + + 132 + + 78 + + + 8.454000473022461 + 205 + + + + + + + 40.75079636648297 + -3.7916595954447985 + + 919.4000244140625 + 17366.630859375 + + 133 + + 80 + + + 8.555999755859375 + 199 + + + + + + + 40.75078203342855 + -3.7917596753686666 + + 919.2000122070312 + 17375.130859375 + + 133 + + 78 + + + 8.5 + 207 + + + + + + + 40.75076158158481 + -3.7918622698634863 + + 919.2000122070312 + 17383.740234375 + + 134 + + 78 + + + 8.602999687194824 + 203 + + + + + + + 40.75074163265526 + -3.7919602543115616 + + 919.2000122070312 + 17392.390625 + + 134 + + 77 + + + 8.659000396728516 + 140 + + + + + + + 40.75071749277413 + -3.7920628488063812 + + 919.2000122070312 + 17401.150390625 + + 134 + + 79 + + + 8.743000030517578 + 150 + + + + + + + 40.75069016776979 + -3.792160414159298 + + 919.0 + 17409.990234375 + + 135 + + 92 + + + 8.854999542236328 + 215 + + + + + + + 40.750658148899674 + -3.79225823096931 + + 919.2000122070312 + 17419.130859375 + + 135 + + 78 + + + 9.135000228881836 + 247 + + + + + + + 40.75062579475343 + -3.7923528626561165 + + 919.4000244140625 + 17428.169921875 + + 135 + + 78 + + + 9.041000366210938 + 161 + + + + + + + 40.750589333474636 + -3.792453445494175 + + 919.2000122070312 + 17437.400390625 + + 136 + + 78 + + + 9.227999687194824 + 168 + + + + + + + 40.75055044144392 + -3.7925495859235525 + + 919.2000122070312 + 17446.650390625 + + 136 + + 79 + + + 9.255999565124512 + 175 + + + + + + + 40.750508615747094 + -3.7926455587148666 + + 919.0 + 17455.939453125 + + 136 + + 78 + + + 9.293000221252441 + 169 + + + + + + + 40.75047165155411 + -3.7927431240677834 + + 919.0 + 17465.169921875 + + 137 + + 87 + + + 9.227999687194824 + 180 + + + + + + + 40.75043376535177 + -3.792838007211685 + + 918.7999877929688 + 17474.51953125 + + 137 + + 79 + + + 9.348999977111816 + 208 + + + + + + + 40.75039520859718 + -3.792932638898492 + + 918.7999877929688 + 17483.919921875 + + 137 + + 79 + + + 9.395999908447266 + 225 + + + + + + + 40.750351287424564 + -3.793030623346567 + + 918.7999877929688 + 17493.369140625 + + 137 + + 78 + + + 9.45199966430664 + 182 + + + + + + + 40.750310719013214 + -3.793126428499818 + + 918.7999877929688 + 17502.8203125 + + 137 + + 78 + + + 9.45199966430664 + 252 + + + + + + + 40.75026855804026 + -3.7932307831943035 + + 918.7999877929688 + 17512.400390625 + + 138 + + 74 + + + 9.583000183105469 + 252 + + + + + + + 40.75022857636213 + -3.7933356408029795 + + 918.7999877929688 + 17522.029296875 + + 138 + + 77 + + + 9.628999710083008 + 194 + + + + + + + 40.75019027106464 + -3.7934360560029745 + + 918.7999877929688 + 17531.69921875 + + 138 + + 79 + + + 9.666999816894531 + 221 + + + + + + + 40.75015020556748 + -3.7935329508036375 + + 918.7999877929688 + 17541.220703125 + + 138 + + 77 + + + 9.517000198364258 + 241 + + + + + + + 40.75011005625129 + -3.7936363834887743 + + 918.7999877929688 + 17550.8203125 + + 139 + + 79 + + + 9.60099983215332 + 214 + + + + + + + 40.75006898492575 + -3.793739564716816 + + 918.7999877929688 + 17560.470703125 + + 139 + + 72 + + + 9.64799976348877 + 169 + + + + + + + 40.75002623721957 + -3.7938441708683968 + + 919.0 + 17570.130859375 + + 139 + + 76 + + + 9.666999816894531 + 219 + + + + + + + 40.74998592026532 + -3.7939467653632164 + + 918.7999877929688 + 17579.849609375 + + 140 + + 80 + + + 9.713000297546387 + 216 + + + + + + + 40.749946190044284 + -3.7940448336303234 + + 918.5999755859375 + 17589.560546875 + + 140 + + 80 + + + 9.713000297546387 + 164 + + + + + + + 40.749907633289695 + -3.79414239898324 + + 919.0 + 17599.2890625 + + 140 + + 74 + + + 9.732000350952148 + 164 + + + + + + + 40.749866059049964 + -3.7942424789071083 + + 919.2000122070312 + 17609.05078125 + + 140 + + 68 + + + 9.760000228881836 + 204 + + + + + + + 40.749825993552804 + -3.7943377811461687 + + 919.0 + 17618.76953125 + + 141 + + 71 + + + 9.713000297546387 + 170 + + + + + + + 40.74978324584663 + -3.7944376934319735 + + 919.0 + 17628.48046875 + + 141 + + 75 + + + 9.713000297546387 + 255 + + + + + + + 40.74973890557885 + -3.7945369351655245 + + 919.0 + 17638.240234375 + + 141 + + 67 + + + 9.760000228881836 + 303 + + + + + + + 40.74969205074012 + -3.794638104736805 + + 919.0 + 17648.130859375 + + 141 + + 68 + + + 9.890999794006348 + 297 + + + + + + + 40.749646704643965 + -3.79473558627069 + + 919.0 + 17658.080078125 + + 141 + + 67 + + + 9.956000328063965 + 252 + + + + + + + 40.74959482066333 + -3.794835666194558 + + 919.0 + 17668.0703125 + + 141 + + 68 + + + 9.984000205993652 + 218 + + + + + + + 40.74954436160624 + -3.79493348300457 + + 919.2000122070312 + 17678.009765625 + + 141 + + 70 + + + 9.937000274658203 + 171 + + + + + + + 40.74949247762561 + -3.795035658404231 + + 919.2000122070312 + 17687.919921875 + + 141 + + 69 + + + 9.918999671936035 + 214 + + + + + + + 40.7494409289211 + -3.7951362412422895 + + 919.2000122070312 + 17697.880859375 + + 141 + + 68 + + + 9.956000328063965 + 218 + + + + + + + 40.74938879348338 + -3.7952331360429525 + + 919.0 + 17707.859375 + + 141 + + 69 + + + 9.984000205993652 + 182 + + + + + + + 40.749338418245316 + -3.7953296955674887 + + 919.0 + 17717.8203125 + + 141 + + 68 + + + 9.956000328063965 + 195 + + + + + + + 40.74928670190275 + -3.795430026948452 + + 918.7999877929688 + 17727.779296875 + + 142 + + 70 + + + 9.956000328063965 + 255 + + + + + + + 40.74923699721694 + -3.795526335015893 + + 918.7999877929688 + 17737.810546875 + + 142 + + 75 + + + 10.029999732971191 + 277 + + + + + + + 40.74918762780726 + -3.795624738559127 + + 918.7999877929688 + 17747.9296875 + + 142 + + 74 + + + 10.12399959564209 + 236 + + + + + + + 40.74913733638823 + -3.7957259081304073 + + 918.7999877929688 + 17758.05078125 + + 142 + + 77 + + + 10.12399959564209 + 215 + + + + + + + 40.749084362760186 + -3.7958230543881655 + + 918.7999877929688 + 17768.2109375 + + 142 + + 78 + + + 10.152000427246094 + 175 + + + + + + + 40.749032562598586 + -3.7959204521030188 + + 918.5999755859375 + 17778.380859375 + + 142 + + 76 + + + 10.170000076293945 + 233 + + + + + + + 40.74897858314216 + -3.79602262750268 + + 918.4000244140625 + 17788.5703125 + + 142 + + 75 + + + 10.197999954223633 + 178 + + + + + + + 40.74892686679959 + -3.7961184326559305 + + 918.4000244140625 + 17798.83984375 + + 142 + + 77 + + + 10.263999938964844 + 187 + + + + + + + 40.74887146241963 + -3.7962212786078453 + + 918.2000122070312 + 17809.099609375 + + 143 + + 76 + + + 10.263999938964844 + 187 + + + + + + + 40.74881739914417 + -3.796323537826538 + + 918.4000244140625 + 17819.369140625 + + 143 + + 77 + + + 10.263999938964844 + 177 + + + + + + + 40.74876417405903 + -3.796419342979789 + + 918.2000122070312 + 17829.73046875 + + 143 + + 78 + + + 10.366000175476074 + 189 + + + + + + + 40.748711954802275 + -3.7965166568756104 + + 918.2000122070312 + 17839.94921875 + + 143 + + 78 + + + 10.217000007629395 + 152 + + + + + + + 40.74865797534585 + -3.7966203410178423 + + 918.0 + 17850.3203125 + + 143 + + 77 + + + 10.366000175476074 + 220 + + + + + + + 40.74860676191747 + -3.7967162299901247 + + 918.0 + 17860.73046875 + + 144 + + 79 + + + 10.413000106811523 + 147 + + + + + + + 40.74855387210846 + -3.7968175671994686 + + 917.7999877929688 + 17871.109375 + + 144 + + 72 + + + 10.385000228881836 + 20 + + + + + + + 40.74850399978459 + -3.796919658780098 + + 917.5999755859375 + 17881.279296875 + + 144 + + 0 + + + 10.170000076293945 + 92 + + + + + + + 40.74845504947007 + -3.797019151970744 + + 917.4000244140625 + 17891.470703125 + + 144 + + 63 + + + 10.189000129699707 + 189 + + + + + + + 40.74840534478426 + -3.7971199862658978 + + 917.2000122070312 + 17901.859375 + + 144 + + 77 + + + 10.385000228881836 + 203 + + + + + + + 40.74835027568042 + -3.7972255144268274 + + 916.7999877929688 + 17912.119140625 + + 144 + + 75 + + + 10.263999938964844 + 228 + + + + + + + 40.7482960447669 + -3.7973288632929325 + + 916.5999755859375 + 17922.470703125 + + 144 + + 78 + + + 10.347999572753906 + 168 + + + + + + + 40.74824022129178 + -3.797432966530323 + + 916.7999877929688 + 17932.939453125 + + 144 + + 77 + + + 10.468999862670898 + 170 + + + + + + + 40.74818632565439 + -3.7975402548909187 + + 916.7999877929688 + 17943.259765625 + + 144 + + 77 + + + 10.319999694824219 + 188 + + + + + + + 40.74813276529312 + -3.7976395804435015 + + 916.7999877929688 + 17953.69921875 + + 144 + + 79 + + + 10.440999984741211 + 183 + + + + + + + 40.74807710945606 + -3.797738905996084 + + 916.4000244140625 + 17964.19921875 + + 144 + + 79 + + + 10.496999740600586 + 205 + + + + + + + 40.74802187271416 + -3.7978430092334747 + + 916.4000244140625 + 17974.740234375 + + 145 + + 80 + + + 10.543999671936035 + 217 + + + + + + + 40.74796856380999 + -3.7979465257376432 + + 916.4000244140625 + 17985.369140625 + + 145 + + 78 + + + 10.628000259399414 + 190 + + + + + + + 40.747913075610995 + -3.798055909574032 + + 916.2000122070312 + 17996.05078125 + + 144 + + 82 + + + 10.673999786376953 + 202 + + + + + + + 40.747854905202985 + -3.7981650419533253 + + 916.0 + 18006.859375 + + 144 + + 81 + + + 10.814000129699707 + 311 + + + + + + + 40.7477952260524 + -3.7982688937336206 + + 916.0 + 18017.779296875 + + 144 + + 82 + + + 10.925999641418457 + 191 + + + + + + + 40.74774091131985 + -3.798373583704233 + + 915.7999877929688 + 18028.740234375 + + 144 + + 82 + + + 10.954000473022461 + 177 + + + + + + + 40.747684417292476 + -3.7984841410070658 + + 915.7999877929688 + 18039.779296875 + + 144 + + 85 + + + 11.038000106811523 + 213 + + + + + + + 40.74762943200767 + -3.7985905911773443 + + 916.0 + 18050.740234375 + + 144 + + 83 + + + 10.96399974822998 + 214 + + + + + + + 40.747571932151914 + -3.7987015675753355 + + 916.0 + 18061.759765625 + + 144 + + 84 + + + 11.020000457763672 + 252 + + + + + + + 40.7475137617439 + -3.7988117057830095 + + 915.7999877929688 + 18072.890625 + + 144 + + 83 + + + 11.131999969482422 + 277 + + + + + + + 40.74745835736394 + -3.7989189941436052 + + 915.5999755859375 + 18084.05078125 + + 144 + + 83 + + + 11.15999984741211 + 225 + + + + + + + 40.74740219861269 + -3.7990272883325815 + + 915.4000244140625 + 18095.26953125 + + 144 + + 81 + + + 11.225000381469727 + 207 + + + + + + + 40.74734176509082 + -3.799137845635414 + + 915.4000244140625 + 18106.529296875 + + 144 + + 85 + + + 11.253000259399414 + 224 + + + + + + + 40.74728242121637 + -3.7992460560053587 + + 915.4000244140625 + 18117.9296875 + + 144 + + 83 + + + 11.402000427246094 + 249 + + + + + + + 40.7472203951329 + -3.7993603013455868 + + 915.4000244140625 + 18129.240234375 + + 144 + + 85 + + + 11.309000015258789 + 187 + + + + + + + 40.74716121889651 + -3.7994737923145294 + + 915.2000122070312 + 18140.669921875 + + 144 + + 85 + + + 11.430000305175781 + 142 + + + + + + + 40.74710405431688 + -3.799582337960601 + + 915.2000122070312 + 18152.130859375 + + 144 + + 88 + + + 11.458000183105469 + 142 + + + + + + + 40.74704730883241 + -3.79969272762537 + + 915.0 + 18163.560546875 + + 144 + + 87 + + + 11.430000305175781 + 170 + + + + + + + 40.74698687531054 + -3.799804961308837 + + 914.7999877929688 + 18175.009765625 + + 144 + + 86 + + + 11.458000183105469 + 240 + + + + + + + 40.74693155474961 + -3.799914261326194 + + 914.7999877929688 + 18186.400390625 + + 144 + + 85 + + + 11.383000373840332 + 238 + + + + + + + 40.7468749769032 + -3.8000274170190096 + + 914.7999877929688 + 18197.75 + + 144 + + 85 + + + 11.354999542236328 + 248 + + + + + + + 40.74681881815195 + -3.800139147788286 + + 914.7999877929688 + 18209.16015625 + + 144 + + 86 + + + 11.41100025177002 + 300 + + + + + + + 40.74676115065813 + -3.8002461846917868 + + 914.7999877929688 + 18220.609375 + + 144 + + 86 + + + 11.449000358581543 + 224 + + + + + + + 40.74670725502074 + -3.800355903804302 + + 914.7999877929688 + 18231.970703125 + + 144 + + 85 + + + 11.354999542236328 + 203 + + + + + + + 40.74664908461273 + -3.800471071153879 + + 914.7999877929688 + 18243.30078125 + + 144 + + 87 + + + 11.32699966430664 + 275 + + + + + + + 40.74659393168986 + -3.800580119714141 + + 915.0 + 18254.650390625 + + 145 + + 85 + + + 11.354999542236328 + 229 + + + + + + + 40.74653584510088 + -3.80069050937891 + + 915.0 + 18265.98046875 + + 145 + + 85 + + + 11.32699966430664 + 183 + + + + + + + 40.746477507054806 + -3.80080483853817 + + 915.0 + 18277.2109375 + + 145 + + 83 + + + 11.234000205993652 + 193 + + + + + + + 40.74642185121775 + -3.800909025594592 + + 915.0 + 18288.359375 + + 145 + + 86 + + + 11.149999618530273 + 218 + + + + + + + 40.746366530656815 + -3.801008937880397 + + 915.0 + 18299.4609375 + + 145 + + 83 + + + 11.093999862670898 + 209 + + + + + + + 40.746308444067836 + -3.8011173997074366 + + 914.7999877929688 + 18310.4609375 + + 145 + + 82 + + + 11.00100040435791 + 196 + + + + + + + 40.746254632249475 + -3.8012204971164465 + + 914.7999877929688 + 18321.359375 + + 146 + + 84 + + + 10.89799976348877 + 268 + + + + + + + 40.746199982240796 + -3.801328707486391 + + 914.7999877929688 + 18332.19921875 + + 146 + + 83 + + + 10.842000007629395 + 223 + + + + + + + 40.746142733842134 + -3.801434403285384 + + 914.7999877929688 + 18342.970703125 + + 145 + + 79 + + + 10.767999649047852 + 215 + + + + + + + 40.74608841910958 + -3.801539596170187 + + 914.7999877929688 + 18353.6796875 + + 146 + + 81 + + + 10.711999893188477 + 196 + + + + + + + 40.74603661894798 + -3.801638502627611 + + 914.7999877929688 + 18364.359375 + + 145 + + 82 + + + 10.684000015258789 + 271 + + + + + + + 40.745983477681875 + -3.8017453718930483 + + 914.5999755859375 + 18375.05078125 + + 146 + + 84 + + + 10.684000015258789 + 238 + + + + + + + 40.74593058787286 + -3.8018418475985527 + + 914.5999755859375 + 18385.669921875 + + 146 + + 85 + + + 10.628000259399414 + 215 + + + + + + + 40.745872501283884 + -3.801942514255643 + + 914.5999755859375 + 18396.25 + + 146 + + 87 + + + 10.581000328063965 + 193 + + + + + + + 40.74582003057003 + -3.8020480424165726 + + 914.5999755859375 + 18406.779296875 + + 146 + + 85 + + + 10.524999618530273 + 192 + + + + + + + 40.74576621875167 + -3.80214954726398 + + 914.5999755859375 + 18417.279296875 + + 146 + + 87 + + + 10.496999740600586 + 245 + + + + + + + 40.74571684934199 + -3.8022474478930235 + + 914.5999755859375 + 18427.80078125 + + 146 + + 84 + + + 10.524999618530273 + 245 + + + + + + + 40.74566027149558 + -3.8023533951491117 + + 914.4000244140625 + 18438.349609375 + + 146 + + 84 + + + 10.553000450134277 + 206 + + + + + + + 40.745606711134315 + -3.8024559058248997 + + 914.4000244140625 + 18448.98046875 + + 146 + + 85 + + + 10.628000259399414 + 173 + + + + + + + 40.74555273167789 + -3.802562775090337 + + 914.2000122070312 + 18459.529296875 + + 145 + + 85 + + + 10.543999671936035 + 194 + + + + + + + 40.745494896546006 + -3.8026718236505985 + + 914.0 + 18470.240234375 + + 145 + + 87 + + + 10.711999893188477 + 145 + + + + + + + 40.74543974362314 + -3.802778944373131 + + 913.5999755859375 + 18481.080078125 + + 145 + + 68 + + + 10.842000007629395 + 165 + + + + + + + 40.74538559652865 + -3.8028876576572657 + + 913.4000244140625 + 18492.08984375 + + 145 + + 82 + + + 11.010000228881836 + 156 + + + + + + + 40.74532792903483 + -3.8030013162642717 + + 913.4000244140625 + 18503.01953125 + + 145 + + 85 + + + 10.925999641418457 + 189 + + + + + + + 40.74527319520712 + -3.8031100295484066 + + 913.2000122070312 + 18514.060546875 + + 145 + + 80 + + + 11.038000106811523 + 150 + + + + + + + 40.74521762318909 + -3.803221844136715 + + 913.0 + 18525.08984375 + + 145 + + 84 + + + 11.038000106811523 + 150 + + + + + + + 40.74516196735203 + -3.8033335749059916 + + 913.0 + 18536.130859375 + + 145 + + 84 + + + 11.038000106811523 + 165 + + + + + + + 40.745107401162386 + -3.8034391030669212 + + 912.7999877929688 + 18547.25 + + 145 + + 85 + + + 11.121999740600586 + 158 + + + + + + + 40.74505124241114 + -3.8035468105226755 + + 912.7999877929688 + 18558.240234375 + + 144 + + 85 + + + 10.982000350952148 + 179 + + + + + + + 40.744992066174746 + -3.8036592956632376 + + 912.4000244140625 + 18569.390625 + + 144 + + 84 + + + 11.149999618530273 + 196 + + + + + + + 40.74493666179478 + -3.803771361708641 + + 912.2000122070312 + 18580.669921875 + + 144 + + 85 + + + 11.281000137329102 + 153 + + + + + + + 40.74487832374871 + -3.803891222923994 + + 911.7999877929688 + 18592.029296875 + + 144 + + 88 + + + 11.364999771118164 + 185 + + + + + + + 40.7448164653033 + -3.8040042109787464 + + 911.4000244140625 + 18603.51953125 + + 143 + + 86 + + + 11.486000061035156 + 136 + + + + + + + 40.74475955218077 + -3.8041160255670547 + + 911.2000122070312 + 18615.0703125 + + 143 + + 91 + + + 11.550999641418457 + 173 + + + + + + + 40.7447009626776 + -3.804228762164712 + + 911.0 + 18626.779296875 + + 143 + + 85 + + + 11.710000038146973 + 143 + + + + + + + 40.74463935568929 + -3.8043455220758915 + + 910.7999877929688 + 18638.4609375 + + 143 + + 88 + + + 11.682000160217285 + 143 + + + + + + + 40.744578670710325 + -3.8044576719403267 + + 910.5999755859375 + 18650.109375 + + 143 + + 91 + + + 11.645000457763672 + 150 + + + + + + + 40.74451572261751 + -3.804575689136982 + + 910.2000122070312 + 18661.890625 + + 143 + + 88 + + + 11.774999618530273 + 132 + + + + + + + 40.74445487000048 + -3.8046897668391466 + + 910.0 + 18673.66015625 + + 143 + + 90 + + + 11.774999618530273 + 140 + + + + + + + 40.74439778923988 + -3.8048040959984064 + + 909.5999755859375 + 18685.4609375 + + 143 + + 87 + + + 11.803000450134277 + 140 + + + + + + + 40.74434045702219 + -3.8049195148050785 + + 909.5999755859375 + 18697.240234375 + + 143 + + 91 + + + 11.774999618530273 + 164 + + + + + + + 40.74427952058613 + -3.805038705468178 + + 909.2000122070312 + 18709.0703125 + + 142 + + 93 + + + 11.840999603271484 + 217 + + + + + + + 40.744222020730376 + -3.8051531184464693 + + 909.0 + 18720.890625 + + 142 + + 80 + + + 11.812999725341797 + 167 + + + + + + + 40.74416125193238 + -3.805271554738283 + + 909.0 + 18732.640625 + + 142 + + 81 + + + 11.746999740600586 + 154 + + + + + + + 40.74410283006728 + -3.8053857162594795 + + 908.7999877929688 + 18744.3203125 + + 142 + + 78 + + + 11.682000160217285 + 134 + + + + + + + 40.74404566548765 + -3.805495435371995 + + 908.7999877929688 + 18755.810546875 + + 142 + + 79 + + + 11.494999885559082 + 143 + + + + + + + 40.743991266936064 + -3.805602388456464 + + 908.5999755859375 + 18767.119140625 + + 142 + + 82 + + + 11.309000015258789 + 141 + + + + + + + 40.7439342699945 + -3.80571068264544 + + 908.5999755859375 + 18778.19921875 + + 141 + + 79 + + + 11.076000213623047 + 138 + + + + + + + 40.743879368528724 + -3.8058127742260695 + + 908.5999755859375 + 18789.16015625 + + 141 + + 82 + + + 10.96399974822998 + 230 + + + + + + + 40.74382186867297 + -3.805916542187333 + + 908.5999755859375 + 18800.119140625 + + 141 + + 83 + + + 10.96399974822998 + 201 + + + + + + + 40.74376545846462 + -3.8060234114527702 + + 908.4000244140625 + 18810.83984375 + + 140 + + 81 + + + 10.720999717712402 + 196 + + + + + + + 40.7437112275511 + -3.806123910471797 + + 908.4000244140625 + 18821.73046875 + + 140 + + 85 + + + 10.880000114440918 + 250 + + + + + + + 40.74365825392306 + -3.8062267564237118 + + 908.4000244140625 + 18832.44921875 + + 140 + + 84 + + + 10.720999717712402 + 188 + + + + + + + 40.74360276572406 + -3.806335302069783 + + 908.2000122070312 + 18843.189453125 + + 140 + + 86 + + + 10.739999771118164 + 209 + + + + + + + 40.743552474305034 + -3.806438986212015 + + 908.2000122070312 + 18853.919921875 + + 139 + + 86 + + + 10.739999771118164 + 223 + + + + + + + 40.74350008741021 + -3.806545017287135 + + 908.2000122070312 + 18864.609375 + + 139 + + 85 + + + 10.684000015258789 + 200 + + + + + + + 40.74344493448734 + -3.8066521380096674 + + 908.2000122070312 + 18875.189453125 + + 140 + + 98 + + + 10.581000328063965 + 195 + + + + + + + 40.74339338578284 + -3.8067536428570747 + + 908.4000244140625 + 18885.69921875 + + 140 + + 95 + + + 10.505999565124512 + 218 + + + + + + + 40.74334116652608 + -3.806855147704482 + + 908.4000244140625 + 18896.220703125 + + 139 + + 86 + + + 10.524999618530273 + 351 + + + + + + + 40.74328794144094 + -3.8069637771695852 + + 908.4000244140625 + 18906.830078125 + + 140 + + 85 + + + 10.609000205993652 + 281 + + + + + + + 40.74323337525129 + -3.8070665393024683 + + 908.4000244140625 + 18917.380859375 + + 140 + + 85 + + + 10.553000450134277 + 248 + + + + + + + 40.743179647251964 + -3.8071727380156517 + + 908.2000122070312 + 18927.990234375 + + 140 + + 85 + + + 10.609000205993652 + 271 + + + + + + + 40.74312432669103 + -3.8072791043668985 + + 908.2000122070312 + 18938.439453125 + + 140 + + 85 + + + 10.449999809265137 + 256 + + + + + + + 40.74307135306299 + -3.8073795195668936 + + 908.2000122070312 + 18948.990234375 + + 141 + + 85 + + + 10.553000450134277 + 291 + + + + + + + 40.74301854707301 + -3.8074800185859203 + + 908.2000122070312 + 18959.55078125 + + 141 + + 85 + + + 10.553000450134277 + 237 + + + + + + + 40.74296339415014 + -3.8075847923755646 + + 908.2000122070312 + 18970.05078125 + + 141 + + 85 + + + 10.496999740600586 + 231 + + + + + + + 40.74290974996984 + -3.807685626670718 + + 908.2000122070312 + 18980.51953125 + + 142 + + 85 + + + 10.477999687194824 + 256 + + + + + + + 40.742855686694384 + -3.8077889755368233 + + 908.2000122070312 + 18990.9296875 + + 142 + + 85 + + + 10.404000282287598 + 215 + + + + + + + 40.74280137196183 + -3.807892659679055 + + 908.2000122070312 + 19001.30078125 + + 142 + + 84 + + + 10.37600040435791 + 215 + + + + + + + 40.74274663813412 + -3.8079903088510036 + + 908.0 + 19011.599609375 + + 143 + + 85 + + + 10.300999641418457 + 206 + + + + + + + 40.74269332922995 + -3.8080893829464912 + + 907.7999877929688 + 19021.98046875 + + 143 + + 85 + + + 10.37600040435791 + 261 + + + + + + + 40.74264295399189 + -3.8081929832696915 + + 907.7999877929688 + 19032.23046875 + + 143 + + 82 + + + 10.244999885559082 + 205 + + + + + + + 40.74259123764932 + -3.8082902133464813 + + 907.5999755859375 + 19042.349609375 + + 143 + + 87 + + + 10.12399959564209 + 268 + + + + + + + 40.74253994040191 + -3.8083900418132544 + + 907.4000244140625 + 19052.529296875 + + 143 + + 87 + + + 10.180000305175781 + 232 + + + + + + + 40.742483362555504 + -3.8084897864609957 + + 907.4000244140625 + 19062.630859375 + + 143 + + 88 + + + 10.104999542236328 + 243 + + + + + + + 40.742429131641984 + -3.8085885252803564 + + 907.2000122070312 + 19072.689453125 + + 143 + + 87 + + + 10.057999610900879 + 249 + + + + + + + 40.74237708002329 + -3.808683156967163 + + 907.2000122070312 + 19082.75 + + 143 + + 88 + + + 10.057999610900879 + 195 + + + + + + + 40.74232670478523 + -3.808782398700714 + + 907.2000122070312 + 19092.830078125 + + 143 + + 88 + + + 10.07699966430664 + 198 + + + + + + + 40.74227859266102 + -3.8088797125965357 + + 907.2000122070312 + 19102.76953125 + + 144 + + 85 + + + 9.946999549865723 + 261 + + + + + + + 40.74222670868039 + -3.8089799601584673 + + 907.4000244140625 + 19112.8203125 + + 144 + + 86 + + + 10.039999961853027 + 232 + + + + + + + 40.74217583052814 + -3.8090773578733206 + + 907.4000244140625 + 19122.900390625 + + 144 + + 86 + + + 10.086000442504883 + 222 + + + + + + + 40.742125790566206 + -3.809172660112381 + + 907.2000122070312 + 19132.80078125 + + 144 + + 87 + + + 9.899999618530273 + 280 + + + + + + + 40.74207373894751 + -3.809266369789839 + + 907.2000122070312 + 19142.76953125 + + 144 + + 85 + + + 9.975000381469727 + 244 + + + + + + + 40.742021184414625 + -3.809367287904024 + + 907.4000244140625 + 19152.669921875 + + 144 + + 85 + + + 9.899999618530273 + 259 + + + + + + + 40.741973826661706 + -3.809463595971465 + + 907.4000244140625 + 19162.560546875 + + 144 + + 87 + + + 9.880999565124512 + 242 + + + + + + + 40.741924457252026 + -3.809562921524048 + + 907.2000122070312 + 19172.439453125 + + 144 + + 84 + + + 9.880999565124512 + 252 + + + + + + + 40.74187450110912 + -3.8096630852669477 + + 906.7999877929688 + 19182.4296875 + + 144 + + 83 + + + 9.993000030517578 + 228 + + + + + + + 40.74182588607073 + -3.809760147705674 + + 906.7999877929688 + 19192.259765625 + + 145 + + 85 + + + 9.835000038146973 + 227 + + + + + + + 40.741775343194604 + -3.8098560366779566 + + 906.7999877929688 + 19202.2109375 + + 145 + + 85 + + + 9.946999549865723 + 237 + + + + + + + 40.74172387830913 + -3.809955781325698 + + 907.0 + 19211.91015625 + + 145 + + 85 + + + 9.704000473022461 + 224 + + + + + + + 40.74167677201331 + -3.8100518379360437 + + 906.7999877929688 + 19221.80078125 + + 145 + + 85 + + + 9.880999565124512 + 242 + + + + + + + 40.741627318784595 + -3.8101556058973074 + + 906.7999877929688 + 19231.7890625 + + 146 + + 85 + + + 9.993000030517578 + 255 + + + + + + + 40.741574596613646 + -3.8102562725543976 + + 906.7999877929688 + 19241.7109375 + + 146 + + 85 + + + 9.918999671936035 + 266 + + + + + + + 40.741523299366236 + -3.81035509519279 + + 906.7999877929688 + 19251.80078125 + + 146 + + 86 + + + 10.086000442504883 + 253 + + + + + + + 40.74147300794721 + -3.810451989993453 + + 906.7999877929688 + 19261.900390625 + + 146 + + 86 + + + 10.104999542236328 + 241 + + + + + + + 40.741420201957226 + -3.810552153736353 + + 906.7999877929688 + 19272.080078125 + + 147 + + 87 + + + 10.180000305175781 + 290 + + + + + + + 40.741368317976594 + -3.810649635270238 + + 906.5999755859375 + 19282.2890625 + + 147 + + 86 + + + 10.208000183105469 + 201 + + + + + + + 40.741314589977264 + -3.810751559212804 + + 906.7999877929688 + 19292.619140625 + + 147 + + 90 + + + 10.329000473022461 + 214 + + + + + + + 40.74126119725406 + -3.8108535669744015 + + 906.7999877929688 + 19302.75 + + 148 + + 88 + + + 10.133000373840332 + 210 + + + + + + + 40.741209983825684 + -3.8109536468982697 + + 906.7999877929688 + 19313.130859375 + + 148 + + 88 + + + 10.37600040435791 + 183 + + + + + + + 40.74115809984505 + -3.811051044613123 + + 906.5999755859375 + 19323.41015625 + + 148 + + 91 + + + 10.281999588012695 + 213 + + + + + + + 40.74110579676926 + -3.811154393479228 + + 906.5999755859375 + 19333.869140625 + + 148 + + 95 + + + 10.460000038146973 + 241 + + + + + + + 40.74105399660766 + -3.811255982145667 + + 906.2000122070312 + 19344.400390625 + + 148 + + 96 + + + 10.534000396728516 + 193 + + + + + + + 40.74099884368479 + -3.811363521963358 + + 906.0 + 19355.0703125 + + 148 + + 85 + + + 10.664999961853027 + 232 + + + + + + + 40.74094318784773 + -3.811473995447159 + + 905.7999877929688 + 19365.890625 + + 148 + + 87 + + + 10.824000358581543 + 199 + + + + + + + 40.740888034924865 + -3.8115807808935642 + + 905.4000244140625 + 19376.830078125 + + 148 + + 88 + + + 10.935999870300293 + 204 + + + + + + + 40.740834726020694 + -3.811687985435128 + + 905.2000122070312 + 19387.869140625 + + 149 + + 85 + + + 11.04800033569336 + 157 + + + + + + + 40.74077655561268 + -3.811800219118595 + + 905.4000244140625 + 19398.919921875 + + 149 + + 85 + + + 11.04800033569336 + 169 + + + + + + + 40.74071913957596 + -3.811907507479191 + + 905.2000122070312 + 19410.099609375 + + 148 + + 85 + + + 11.178000450134277 + 169 + + + + + + + 40.74066122062504 + -3.8120230101048946 + + 905.0 + 19421.41015625 + + 148 + + 85 + + + 11.309000015258789 + 157 + + + + + + + 40.740602212026715 + -3.8121379259973764 + + 904.7999877929688 + 19432.740234375 + + 148 + + 85 + + + 11.336999893188477 + 189 + + + + + + + 40.74054420925677 + -3.8122500758618116 + + 904.5999755859375 + 19444.26953125 + + 148 + + 87 + + + 11.52299976348877 + 219 + + + + + + + 40.74048754759133 + -3.8123597111552954 + + 904.5999755859375 + 19455.630859375 + + 148 + + 85 + + + 11.364999771118164 + 161 + + + + + + + 40.74042837135494 + -3.8124799076467752 + + 904.2000122070312 + 19467.16015625 + + 147 + + 80 + + + 11.52299976348877 + 254 + + + + + + + 40.74037246406078 + -3.8125940691679716 + + 904.0 + 19478.740234375 + + 147 + + 83 + + + 11.579000473022461 + 165 + + + + + + + 40.74031529948115 + -3.8127147685736418 + + 903.5999755859375 + 19490.380859375 + + 147 + + 82 + + + 11.645000457763672 + 174 + + + + + + + 40.74026056565344 + -3.8128379825502634 + + 903.4000244140625 + 19502.080078125 + + 146 + + 83 + + + 11.701000213623047 + 159 + + + + + + + 40.740209855139256 + -3.812957340851426 + + 903.0 + 19513.779296875 + + 146 + + 82 + + + 11.701000213623047 + 154 + + + + + + + 40.74016040191054 + -3.813078459352255 + + 902.5999755859375 + 19525.509765625 + + 146 + + 83 + + + 11.729000091552734 + 151 + + + + + + + 40.740110697224736 + -3.8132093008607626 + + 902.4000244140625 + 19537.240234375 + + 146 + + 86 + + + 11.729000091552734 + 135 + + + + + + + 40.74006451293826 + -3.8133326824754477 + + 902.4000244140625 + 19548.939453125 + + 146 + + 86 + + + 11.701000213623047 + 186 + + + + + + + 40.74001623317599 + -3.8134607579559088 + + 902.2000122070312 + 19560.640625 + + 145 + + 93 + + + 11.701000213623047 + 131 + + + + + + + 40.73996904306114 + -3.813584642484784 + + 902.2000122070312 + 19572.25 + + 145 + + 88 + + + 11.607000350952148 + 126 + + + + + + + 40.73992327786982 + -3.8137046713382006 + + 902.0 + 19583.8203125 + + 145 + + 91 + + + 11.569999694824219 + 149 + + + + + + + 40.739878602325916 + -3.813826208934188 + + 902.0 + 19595.26953125 + + 144 + + 91 + + + 11.449000358581543 + 136 + + + + + + + 40.7398346811533 + -3.813949842005968 + + 902.2000122070312 + 19606.619140625 + + 144 + + 86 + + + 11.354999542236328 + 42 + + + + + + + 40.73979998007417 + -3.814067440107465 + + 901.7999877929688 + 19617.720703125 + + 144 + + 76 + + + 11.093999862670898 + 3 + + + + + + + 40.7397791929543 + -3.814190737903118 + + 901.4000244140625 + 19628.720703125 + + 143 + + 0 + + + 11.00100040435791 + 7 + + + + + + + 40.739769050851464 + -3.8143163826316595 + + 901.0 + 19639.44921875 + + 143 + + 0 + + + 10.729999542236328 + 88 + + + + + + + 40.739765614271164 + -3.8144344836473465 + + 900.5999755859375 + 19649.830078125 + + 143 + + 0 + + + 10.385000228881836 + 88 + + + + + + + 40.73976209387183 + -3.8145487289875746 + + 900.2000122070312 + 19660.0 + + 143 + + 0 + + + 10.170000076293945 + 90 + + + + + + + 40.73974382132292 + -3.814668171107769 + + 900.2000122070312 + 19670.30078125 + + 143 + + 85 + + + 10.291999816894531 + 146 + + + + + + + 40.739708952605724 + -3.814775627106428 + + 900.4000244140625 + 19680.470703125 + + 144 + + 76 + + + 10.170000076293945 + 69 + + + + + + + 40.73965790681541 + -3.8148747012019157 + + 900.4000244140625 + 19690.380859375 + + 143 + + 0 + + + 9.909000396728516 + 69 + + + + + + + 40.73959730565548 + -3.814960950985551 + + 900.4000244140625 + 19700.240234375 + + 143 + + 106 + + + 9.86299991607666 + 204 + + + + + + + 40.739530585706234 + -3.815038651227951 + + 900.4000244140625 + 19710.16015625 + + 143 + + 85 + + + 9.928000450134277 + 256 + + + + + + + 40.73946503922343 + -3.8151194527745247 + + 900.4000244140625 + 19720.4296875 + + 143 + + 81 + + + 10.263999938964844 + 251 + + + + + + + 40.73940225876868 + -3.8152125757187605 + + 900.4000244140625 + 19730.599609375 + + 143 + + 82 + + + 10.170000076293945 + 245 + + + + + + + 40.73935297317803 + -3.8153109792619944 + + 900.2000122070312 + 19740.990234375 + + 142 + + 88 + + + 10.385000228881836 + 340 + + + + + + + 40.739305866882205 + -3.8154234644025564 + + 900.2000122070312 + 19751.44921875 + + 142 + + 96 + + + 10.468999862670898 + 210 + + + + + + + 40.73926496319473 + -3.815538128837943 + + 900.0 + 19761.869140625 + + 141 + + 88 + + + 10.413000106811523 + 212 + + + + + + + 40.739222299307585 + -3.815648015588522 + + 900.0 + 19772.380859375 + + 141 + + 85 + + + 10.515999794006348 + 222 + + + + + + + 40.73917854577303 + -3.815756142139435 + + 900.0 + 19782.80078125 + + 141 + + 86 + + + 10.413000106811523 + 152 + + + + + + + 40.73913361877203 + -3.815869465470314 + + 900.2000122070312 + 19793.08984375 + + 141 + + 84 + + + 10.291999816894531 + 157 + + + + + + + 40.739091373980045 + -3.815977005288005 + + 900.0 + 19803.470703125 + + 140 + + 85 + + + 10.385000228881836 + 215 + + + + + + + 40.739048374816775 + -3.816093932837248 + + 899.7999877929688 + 19813.9609375 + + 140 + + 85 + + + 10.48799991607666 + 271 + + + + + + + 40.73900545947254 + -3.8162109442055225 + + 899.7999877929688 + 19824.609375 + + 140 + + 85 + + + 10.645999908447266 + 228 + + + + + + + 40.73896497488022 + -3.816324770450592 + + 899.7999877929688 + 19835.310546875 + + 140 + + 86 + + + 10.70199966430664 + 276 + + + + + + + 40.738922310993075 + -3.8164382614195347 + + 899.5999755859375 + 19846.0390625 + + 140 + + 85 + + + 10.729999542236328 + 252 + + + + + + + 40.73887914419174 + -3.8165561947971582 + + 899.4000244140625 + 19856.8203125 + + 140 + + 86 + + + 10.78600025177002 + 219 + + + + + + + 40.73883589357138 + -3.8166710268706083 + + 899.2000122070312 + 19867.650390625 + + 140 + + 88 + + + 10.824000358581543 + 202 + + + + + + + 40.738790882751346 + -3.8167882058769464 + + 899.2000122070312 + 19878.470703125 + + 140 + + 87 + + + 10.824000358581543 + 213 + + + + + + + 40.738747883588076 + -3.816908737644553 + + 899.0 + 19889.41015625 + + 141 + + 87 + + + 10.935999870300293 + 289 + + + + + + + 40.73870656080544 + -3.817027173936367 + + 899.0 + 19900.4296875 + + 141 + + 88 + + + 11.020000457763672 + 232 + + + + + + + 40.73866515420377 + -3.817145274952054 + + 899.0 + 19911.48046875 + + 141 + + 88 + + + 11.04800033569336 + 233 + + + + + + + 40.73861922137439 + -3.817270416766405 + + 898.7999877929688 + 19922.51953125 + + 142 + + 87 + + + 11.04800033569336 + 243 + + + + + + + 40.73857672512531 + -3.8173863384872675 + + 898.5999755859375 + 19933.5703125 + + 142 + + 88 + + + 11.04800033569336 + 214 + + + + + + + 40.73853146284819 + -3.817506032064557 + + 898.7999877929688 + 19944.619140625 + + 142 + + 90 + + + 11.04800033569336 + 221 + + + + + + + 40.738489385694265 + -3.8176243007183075 + + 899.0 + 19955.689453125 + + 143 + + 90 + + + 11.076000213623047 + 233 + + + + + + + 40.73844965547323 + -3.8177403062582016 + + 899.0 + 19966.599609375 + + 143 + + 91 + + + 10.907999992370605 + 237 + + + + + + + 40.738408751785755 + -3.81785798817873 + + 899.2000122070312 + 19977.58984375 + + 143 + + 88 + + + 10.991999626159668 + 220 + + + + + + + 40.73836700990796 + -3.817980783060193 + + 899.2000122070312 + 19988.580078125 + + 144 + + 90 + + + 10.991999626159668 + 257 + + + + + + + 40.738323675468564 + -3.8180931843817234 + + 899.2000122070312 + 19999.5703125 + + 144 + + 86 + + + 10.982000350952148 + 215 + + + + + + + 40.73828235268593 + -3.8182079326361418 + + 899.4000244140625 + 20010.51953125 + + 144 + + 91 + + + 10.954000473022461 + 260 + + + + + + + 40.73824094608426 + -3.818329805508256 + + 899.5999755859375 + 20021.48046875 + + 145 + + 90 + + + 10.954000473022461 + 241 + + + + + + + 40.7382027246058 + -3.818446649238467 + + 899.7999877929688 + 20032.490234375 + + 145 + + 87 + + + 11.010000228881836 + 223 + + + + + + + 40.73816944845021 + -3.818564247339964 + + 899.7999877929688 + 20043.279296875 + + 145 + + 86 + + + 10.795999526977539 + 230 + + + + + + + 40.738134579733014 + -3.818687628954649 + + 899.7999877929688 + 20054.099609375 + + 145 + + 91 + + + 10.824000358581543 + 238 + + + + + + + 40.73810021393001 + -3.8188067357987165 + + 899.7999877929688 + 20064.900390625 + + 146 + + 85 + + + 10.795999526977539 + 237 + + + + + + + 40.738068195059896 + -3.8189268484711647 + + 899.7999877929688 + 20075.669921875 + + 146 + + 87 + + + 10.767999649047852 + 226 + + + + + + + 40.73804120533168 + -3.819053415209055 + + 899.7999877929688 + 20086.509765625 + + 146 + + 85 + + + 10.842000007629395 + 217 + + + + + + + 40.73801865801215 + -3.8191721867769957 + + 899.7999877929688 + 20097.189453125 + + 147 + + 85 + + + 10.684000015258789 + 246 + + + + + + + 40.73799720034003 + -3.8192927185446024 + + 899.7999877929688 + 20107.990234375 + + 147 + + 87 + + + 10.795999526977539 + 266 + + + + + + + 40.73798001743853 + -3.8194216322153807 + + 899.5999755859375 + 20118.830078125 + + 147 + + 86 + + + 10.842000007629395 + 242 + + + + + + + 40.73796342127025 + -3.819542331621051 + + 899.5999755859375 + 20129.73046875 + + 148 + + 87 + + + 10.89799976348877 + 236 + + + + + + + 40.737944981083274 + -3.819671915844083 + + 899.5999755859375 + 20140.7109375 + + 148 + + 86 + + + 10.982000350952148 + 238 + + + + + + + 40.73793249204755 + -3.8197999075055122 + + 899.7999877929688 + 20151.5390625 + + 148 + + 88 + + + 10.824000358581543 + 253 + + + + + + + 40.737926037982106 + -3.8199268095195293 + + 900.0 + 20162.51953125 + + 148 + + 88 + + + 10.982000350952148 + 287 + + + + + + + 40.73792092502117 + -3.820052118971944 + + 900.2000122070312 + 20173.560546875 + + 149 + + 88 + + + 11.038000106811523 + 247 + + + + + + + 40.73791631497443 + -3.820184636861086 + + 900.2000122070312 + 20184.5703125 + + 149 + + 87 + + + 11.010000228881836 + 205 + + + + + + + 40.73791606351733 + -3.820307767018676 + + 900.4000244140625 + 20195.55078125 + + 149 + + 87 + + + 10.982000350952148 + 190 + + + + + + + 40.737918661907315 + -3.820438776165247 + + 900.4000244140625 + 20206.33984375 + + 149 + + 88 + + + 10.795999526977539 + 186 + + + + + + + 40.737924026325345 + -3.8205665163695812 + + 900.5999755859375 + 20217.140625 + + 150 + + 87 + + + 10.795999526977539 + 201 + + + + + + + 40.737928887829185 + -3.8206929992884398 + + 900.5999755859375 + 20227.880859375 + + 150 + + 87 + + + 10.739999771118164 + 204 + + + + + + + 40.73793542571366 + -3.820817219093442 + + 900.5999755859375 + 20238.560546875 + + 150 + + 86 + + + 10.684000015258789 + 185 + + + + + + + 40.73794640600681 + -3.820946468040347 + + 900.0 + 20249.220703125 + + 150 + + 86 + + + 10.656000137329102 + 206 + + + + + + + 40.737959733232856 + -3.8210682570934296 + + 899.7999877929688 + 20259.830078125 + + 150 + + 85 + + + 10.609000205993652 + 183 + + + + + + + 40.73797767050564 + -3.8211910519748926 + + 900.0 + 20270.44921875 + + 150 + + 85 + + + 10.628000259399414 + 206 + + + + + + + 40.73799720034003 + -3.8213130086660385 + + 900.2000122070312 + 20280.880859375 + + 150 + + 85 + + + 10.42199993133545 + 219 + + + + + + + 40.73801605962217 + -3.8214308582246304 + + 900.4000244140625 + 20291.30078125 + + 150 + + 85 + + + 10.42199993133545 + 226 + + + + + + + 40.738037433475256 + -3.8215468637645245 + + 900.4000244140625 + 20301.650390625 + + 150 + + 83 + + + 10.347999572753906 + 179 + + + + + + + 40.73806157335639 + -3.8216646295040846 + + 900.4000244140625 + 20311.919921875 + + 151 + + 84 + + + 10.27299976348877 + 251 + + + + + + + 40.73808554559946 + -3.821779377758503 + + 900.4000244140625 + 20322.240234375 + + 151 + + 85 + + + 10.319999694824219 + 231 + + + + + + + 40.7381144631654 + -3.821896305307746 + + 900.5999755859375 + 20332.619140625 + + 151 + + 83 + + + 10.37600040435791 + 253 + + + + + + + 40.73814673349261 + -3.8220128137618303 + + 900.5999755859375 + 20343.08984375 + + 151 + + 84 + + + 10.477999687194824 + 245 + + + + + + + 40.738181015476584 + -3.822124544531107 + + 900.5999755859375 + 20353.51953125 + + 151 + + 84 + + + 10.42199993133545 + 226 + + + + + + + 40.73821697384119 + -3.8222307432442904 + + 900.5999755859375 + 20363.859375 + + 151 + + 85 + + + 10.347999572753906 + 196 + + + + + + + 40.738256117329 + -3.8223446533083916 + + 900.4000244140625 + 20374.2109375 + + 151 + + 85 + + + 10.347999572753906 + 189 + + + + + + + 40.738293416798115 + -3.822454120963812 + + 900.5999755859375 + 20384.529296875 + + 151 + + 84 + + + 10.319999694824219 + 192 + + + + + + + 40.738334404304624 + -3.82256300188601 + + 900.5999755859375 + 20394.779296875 + + 152 + + 82 + + + 10.244999885559082 + 261 + + + + + + + 40.73837815783918 + -3.822673140093684 + + 900.5999755859375 + 20405.05078125 + + 152 + + 83 + + + 10.27299976348877 + 240 + + + + + + + 40.738423923030496 + -3.8227790873497725 + + 900.5999755859375 + 20415.3203125 + + 152 + + 83 + + + 10.27299976348877 + 243 + + + + + + + 40.738470274955034 + -3.822880256921053 + + 900.5999755859375 + 20425.5703125 + + 152 + + 83 + + + 10.244999885559082 + 243 + + + + + + + 40.73851956054568 + -3.8229854498058558 + + 900.5999755859375 + 20435.83984375 + + 152 + + 83 + + + 10.27299976348877 + 216 + + + + + + + 40.73856733739376 + -3.823082512244582 + + 900.4000244140625 + 20446.08984375 + + 152 + + 85 + + + 10.244999885559082 + 222 + + + + + + + 40.73862441815436 + -3.82318502292037 + + 900.4000244140625 + 20456.4296875 + + 151 + + 83 + + + 10.347999572753906 + 263 + + + + + + + 40.73868200182915 + -3.823281414806843 + + 900.4000244140625 + 20466.7109375 + + 152 + + 84 + + + 10.27299976348877 + 202 + + + + + + + 40.73873891495168 + -3.823374453932047 + + 900.4000244140625 + 20476.859375 + + 152 + + 84 + + + 10.152000427246094 + 213 + + + + + + + 40.7387968339026 + -3.8234670739620924 + + 900.4000244140625 + 20487.060546875 + + 151 + + 81 + + + 10.197999954223633 + 193 + + + + + + + 40.73885651305318 + -3.8235604483634233 + + 900.4000244140625 + 20497.30078125 + + 152 + + 85 + + + 10.244999885559082 + 233 + + + + + + + 40.73891652747989 + -3.8236455246806145 + + 900.4000244140625 + 20507.41015625 + + 151 + + 82 + + + 10.104999542236328 + 205 + + + + + + + 40.73898207396269 + -3.8237326964735985 + + 900.4000244140625 + 20517.609375 + + 151 + + 86 + + + 10.197999954223633 + 221 + + + + + + + 40.73905114084482 + -3.8238183595240116 + + 900.4000244140625 + 20527.66015625 + + 151 + + 87 + + + 10.057999610900879 + 225 + + + + + + + 40.7391179446131 + -3.823900753632188 + + 900.4000244140625 + 20537.8203125 + + 151 + + 85 + + + 10.152000427246094 + 199 + + + + + + + 40.73918399401009 + -3.823979375883937 + + 900.4000244140625 + 20547.970703125 + + 151 + + 88 + + + 10.152000427246094 + 213 + + + + + + + 40.73925398290157 + -3.8240607641637325 + + 900.5999755859375 + 20558.150390625 + + 151 + + 86 + + + 10.180000305175781 + 189 + + + + + + + 40.739320535212755 + -3.8241388835012913 + + 900.4000244140625 + 20568.16015625 + + 151 + + 86 + + + 10.01200008392334 + 200 + + + + + + + 40.73938976973295 + -3.8242176733911037 + + 900.4000244140625 + 20578.169921875 + + 151 + + 87 + + + 10.01200008392334 + 152 + + + + + + + 40.73945950716734 + -3.824295289814472 + + 900.4000244140625 + 20588.140625 + + 151 + + 85 + + + 9.96500015258789 + 189 + + + + + + + 40.739530585706234 + -3.824368715286255 + + 900.5999755859375 + 20598.099609375 + + 150 + + 87 + + + 9.96500015258789 + 189 + + + + + + + 40.73959847912192 + -3.82444079965353 + + 900.7999877929688 + 20608.0390625 + + 150 + + 90 + + + 9.937000274658203 + 202 + + + + + + + 40.73966704308987 + -3.824518583714962 + + 901.0 + 20617.9609375 + + 150 + + 85 + + + 9.918999671936035 + 192 + + + + + + + 40.73973225429654 + -3.82458689622581 + + 900.7999877929688 + 20627.849609375 + + 149 + + 84 + + + 9.890999794006348 + 201 + + + + + + + 40.73980123735964 + -3.824657555669546 + + 900.7999877929688 + 20637.720703125 + + 149 + + 85 + + + 9.871999740600586 + 231 + + + + + + + 40.73987474665046 + -3.8247329089790583 + + 901.0 + 20647.55078125 + + 149 + + 85 + + + 9.824999809265137 + 230 + + + + + + + 40.73994322679937 + -3.8248032331466675 + + 901.0 + 20657.369140625 + + 148 + + 83 + + + 9.824999809265137 + 216 + + + + + + + 40.74000877328217 + -3.8248728029429913 + + 900.7999877929688 + 20667.1796875 + + 148 + + 84 + + + 9.807000160217285 + 199 + + + + + + + 40.740080354735255 + -3.8249489944428205 + + 901.0 + 20676.9609375 + + 148 + + 84 + + + 9.779000282287598 + 212 + + + + + + + 40.740148248150945 + -3.8250167202204466 + + 901.2000122070312 + 20686.720703125 + + 148 + + 85 + + + 9.760000228881836 + 202 + + + + + + + 40.74021689593792 + -3.8250901456922293 + + 901.4000244140625 + 20696.41015625 + + 147 + + 84 + + + 9.694999694824219 + 190 + + + + + + + 40.7402836997062 + -3.825166169553995 + + 901.2000122070312 + 20706.140625 + + 147 + + 84 + + + 9.732000350952148 + 228 + + + + + + + 40.74035209603608 + -3.8252370804548264 + + 901.0 + 20715.720703125 + + 147 + + 79 + + + 9.572999954223633 + 251 + + + + + + + 40.74041789397597 + -3.8253053091466427 + + 901.0 + 20725.490234375 + + 147 + + 84 + + + 9.769000053405762 + 242 + + + + + + + 40.74048528447747 + -3.825380578637123 + + 900.7999877929688 + 20735.16015625 + + 147 + + 85 + + + 9.675999641418457 + 227 + + + + + + + 40.740551333874464 + -3.825455093756318 + + 900.7999877929688 + 20744.990234375 + + 147 + + 85 + + + 9.835000038146973 + 264 + + + + + + + 40.74061872437596 + -3.8255317881703377 + + 900.7999877929688 + 20754.880859375 + + 147 + + 85 + + + 9.880999565124512 + 222 + + + + + + + 40.74069047346711 + -3.8256113324314356 + + 901.0 + 20764.849609375 + + 147 + + 85 + + + 9.975000381469727 + 224 + + + + + + + 40.740757612511516 + -3.825684254989028 + + 901.2000122070312 + 20774.689453125 + + 147 + + 86 + + + 9.835000038146973 + 234 + + + + + + + 40.74082265608013 + -3.825760781764984 + + 901.2000122070312 + 20784.58984375 + + 148 + + 85 + + + 9.899999618530273 + 222 + + + + + + + 40.740890549495816 + -3.8258440140634775 + + 901.2000122070312 + 20794.509765625 + + 148 + + 94 + + + 9.928000450134277 + 216 + + + + + + + 40.74095291085541 + -3.8259233068674803 + + 901.4000244140625 + 20804.400390625 + + 148 + + 85 + + + 9.880999565124512 + 242 + + + + + + + 40.741016529500484 + -3.8260087184607983 + + 901.5999755859375 + 20814.25 + + 148 + + 86 + + + 9.852999687194824 + 208 + + + + + + + 40.74108283035457 + -3.8260940462350845 + + 901.7999877929688 + 20824.060546875 + + 149 + + 84 + + + 9.815999984741211 + 193 + + + + + + + 40.741141587495804 + -3.8261764403432608 + + 901.5999755859375 + 20833.880859375 + + 149 + + 86 + + + 9.815999984741211 + 214 + + + + + + + 40.74119606986642 + -3.826264953240752 + + 901.4000244140625 + 20843.669921875 + + 149 + + 84 + + + 9.788000106811523 + 216 + + + + + + + 40.74125558137894 + -3.8263593334704638 + + 901.2000122070312 + 20853.51953125 + + 149 + + 83 + + + 9.852999687194824 + 252 + + + + + + + 40.741310734301805 + -3.8264510314911604 + + 901.0 + 20863.44921875 + + 149 + + 85 + + + 9.928000450134277 + 256 + + + + + + + 40.741364965215325 + -3.826548680663109 + + 901.2000122070312 + 20873.51953125 + + 149 + + 86 + + + 10.067999839782715 + 205 + + + + + + + 40.741417771205306 + -3.8266483414918184 + + 901.2000122070312 + 20883.369140625 + + 150 + + 86 + + + 9.852999687194824 + 177 + + + + + + + 40.74146739207208 + -3.826745068654418 + + 901.2000122070312 + 20893.3203125 + + 150 + + 85 + + + 9.946999549865723 + 202 + + + + + + + 40.74151567183435 + -3.82684338837862 + + 901.2000122070312 + 20903.310546875 + + 150 + + 86 + + + 9.993000030517578 + 234 + + + + + + + 40.74156302958727 + -3.826947156339884 + + 901.2000122070312 + 20913.349609375 + + 150 + + 86 + + + 10.039999961853027 + 219 + + + + + + + 40.74160611256957 + -3.8270490802824497 + + 901.2000122070312 + 20923.369140625 + + 150 + + 85 + + + 10.020999908447266 + 197 + + + + + + + 40.741648860275745 + -3.8271598052233458 + + 901.2000122070312 + 20933.359375 + + 150 + + 86 + + + 9.993000030517578 + 184 + + + + + + + 40.74168951250613 + -3.8272691052407026 + + 901.2000122070312 + 20943.33984375 + + 150 + + 86 + + + 9.975000381469727 + 213 + + + + + + + 40.741726979613304 + -3.8273775670677423 + + 901.2000122070312 + 20953.310546875 + + 150 + + 85 + + + 9.975000381469727 + 227 + + + + + + + 40.74176042340696 + -3.827486112713814 + + 901.4000244140625 + 20963.330078125 + + 150 + + 86 + + + 10.020999908447266 + 245 + + + + + + + 40.74179713614285 + -3.8276022858917713 + + 901.4000244140625 + 20973.369140625 + + 150 + + 86 + + + 10.039999961853027 + 246 + + + + + + + 40.7418289873749 + -3.82771217264235 + + 901.5999755859375 + 20983.4609375 + + 150 + + 87 + + + 10.086000442504883 + 202 + + + + + + + 40.74185966514051 + -3.8278305251151323 + + 901.4000244140625 + 20993.55078125 + + 150 + + 76 + + + 10.086000442504883 + 271 + + + + + + + 40.741886319592595 + -3.8279487937688828 + + 901.4000244140625 + 21003.630859375 + + 151 + + 82 + + + 10.086000442504883 + 220 + + + + + + + 40.74191163294017 + -3.8280627876520157 + + 901.5999755859375 + 21013.76953125 + + 150 + + 81 + + + 10.133000373840332 + 234 + + + + + + + 40.74193342588842 + -3.8281785417348146 + + 901.7999877929688 + 21023.9296875 + + 151 + + 83 + + + 10.16100025177002 + 266 + + + + + + + 40.74195446446538 + -3.8283002469688654 + + 901.7999877929688 + 21034.08984375 + + 150 + + 82 + + + 10.16100025177002 + 232 + + + + + + + 40.74197147972882 + -3.8284156657755375 + + 901.7999877929688 + 21044.330078125 + + 150 + + 82 + + + 10.236000061035156 + 285 + + + + + + + 40.741988914087415 + -3.8285396341234446 + + 901.7999877929688 + 21054.66015625 + + 151 + + 85 + + + 10.338000297546387 + 295 + + + + + + + 40.74200090020895 + -3.8286633510142565 + + 901.7999877929688 + 21065.01953125 + + 150 + + 83 + + + 10.357000350952148 + 239 + + + + + + + 40.742009868845344 + -3.8287852238863707 + + 901.5999755859375 + 21075.380859375 + + 151 + + 85 + + + 10.357000350952148 + 243 + + + + + + + 40.74201758019626 + -3.828906174749136 + + 901.5999755859375 + 21085.720703125 + + 150 + + 85 + + + 10.338000297546387 + 214 + + + + + + + 40.74202369898558 + -3.8290359266102314 + + 901.7999877929688 + 21096.029296875 + + 151 + + 85 + + + 10.3100004196167 + 246 + + + + + + + 40.74202487245202 + -3.8291572127491236 + + 901.7999877929688 + 21106.509765625 + + 151 + + 84 + + + 10.48799991607666 + 231 + + + + + + + 40.74202420189977 + -3.829282270744443 + + 901.7999877929688 + 21116.849609375 + + 151 + + 84 + + + 10.338000297546387 + 214 + + + + + + + 40.74202009476721 + -3.829407747834921 + + 901.5999755859375 + 21127.240234375 + + 150 + + 84 + + + 10.385000228881836 + 208 + + + + + + + 40.74201062321663 + -3.829526687040925 + + 901.7999877929688 + 21137.619140625 + + 151 + + 85 + + + 10.385000228881836 + 211 + + + + + + + 40.742001654580235 + -3.8296463806182146 + + 901.7999877929688 + 21147.9296875 + + 151 + + 83 + + + 10.3100004196167 + 218 + + + + + + + 40.741992350667715 + -3.8297715224325657 + + 901.5999755859375 + 21158.19921875 + + 151 + + 83 + + + 10.263999938964844 + 217 + + + + + + + 40.74198237620294 + -3.829892221838236 + + 901.5999755859375 + 21168.400390625 + + 151 + + 84 + + + 10.208000183105469 + 229 + + + + + + + 40.74196812696755 + -3.830016190186143 + + 901.4000244140625 + 21178.619140625 + + 151 + + 85 + + + 10.208000183105469 + 229 + + + + + + + 40.74195245280862 + -3.83013722486794 + + 901.5999755859375 + 21188.80078125 + + 151 + + 82 + + + 10.189000129699707 + 232 + + + + + + + 40.74193493463099 + -3.830254739150405 + + 901.7999877929688 + 21198.990234375 + + 151 + + 84 + + + 10.189000129699707 + 250 + + + + + + + 40.74191641062498 + -3.830373091623187 + + 901.7999877929688 + 21209.119140625 + + 151 + + 84 + + + 10.133000373840332 + 221 + + + + + + + 40.74189445003867 + -3.8304949644953012 + + 901.7999877929688 + 21219.240234375 + + 151 + + 81 + + + 10.11400032043457 + 241 + + + + + + + 40.7418720703572 + -3.830609880387783 + + 902.0 + 21229.3203125 + + 151 + + 81 + + + 10.086000442504883 + 220 + + + + + + + 40.74185094796121 + -3.830729741603136 + + 902.0 + 21239.509765625 + + 151 + + 83 + + + 10.189000129699707 + 256 + + + + + + + 40.74182840064168 + -3.8308503571897745 + + 902.0 + 21249.6796875 + + 152 + + 83 + + + 10.16100025177002 + 297 + + + + + + + 40.74180702678859 + -3.8309642672538757 + + 902.0 + 21259.740234375 + + 152 + + 82 + + + 10.067999839782715 + 230 + + + + + + + 40.74178917333484 + -3.8310762494802475 + + 901.7999877929688 + 21269.98046875 + + 152 + + 82 + + + 10.236000061035156 + 212 + + + + + + + 40.741767548024654 + -3.8311942666769028 + + 901.7999877929688 + 21279.970703125 + + 152 + + 83 + + + 9.993000030517578 + 194 + + + + + + + 40.741744581609964 + -3.831307254731655 + + 901.7999877929688 + 21290.0390625 + + 152 + + 86 + + + 10.067999839782715 + 281 + + + + + + + 40.74171935208142 + -3.8314292952418327 + + 901.7999877929688 + 21300.150390625 + + 152 + + 86 + + + 10.11400032043457 + 220 + + + + + + + 40.74169655330479 + -3.831546390429139 + + 901.5999755859375 + 21310.26953125 + + 152 + + 87 + + + 10.11400032043457 + 189 + + + + + + + 40.74167241342366 + -3.8316611386835575 + + 901.5999755859375 + 21320.349609375 + + 152 + + 88 + + + 10.086000442504883 + 164 + + + + + + + 40.74164994992316 + -3.8317742105573416 + + 901.5999755859375 + 21330.470703125 + + 152 + + 88 + + + 10.11400032043457 + 223 + + + + + + + 40.74162815697491 + -3.831894239410758 + + 901.7999877929688 + 21340.580078125 + + 152 + + 87 + + + 10.11400032043457 + 227 + + + + + + + 40.74160376563668 + -3.832009406760335 + + 902.0 + 21350.73046875 + + 152 + + 88 + + + 10.142000198364258 + 259 + + + + + + + 40.74157920666039 + -3.8321309443563223 + + 902.2000122070312 + 21360.900390625 + + 152 + + 86 + + + 10.170000076293945 + 221 + + + + + + + 40.74155716225505 + -3.832249715924263 + + 902.2000122070312 + 21371.08984375 + + 152 + + 90 + + + 10.189000129699707 + 201 + + + + + + + 40.74153603985906 + -3.832365721464157 + + 902.2000122070312 + 21381.26953125 + + 152 + + 88 + + + 10.189000129699707 + 187 + + + + + + + 40.74151651002467 + -3.832481224089861 + + 902.0 + 21391.439453125 + + 152 + + 87 + + + 10.170000076293945 + 204 + + + + + + + 40.741496896371245 + -3.83259991183877 + + 902.2000122070312 + 21401.609375 + + 151 + + 88 + + + 10.170000076293945 + 228 + + + + + + + 40.74147610925138 + -3.832713235169649 + + 902.4000244140625 + 21411.830078125 + + 151 + + 87 + + + 10.217000007629395 + 236 + + + + + + + 40.741457836702466 + -3.832832844927907 + + 902.4000244140625 + 21422.01953125 + + 150 + + 87 + + + 10.189000129699707 + 183 + + + + + + + 40.741440653800964 + -3.832955053076148 + + 902.2000122070312 + 21432.189453125 + + 150 + + 87 + + + 10.170000076293945 + 179 + + + + + + + 40.74142665602267 + -3.83307340554893 + + 902.2000122070312 + 21442.330078125 + + 149 + + 86 + + + 10.142000198364258 + 200 + + + + + + + 40.74141550809145 + -3.8331922609359026 + + 902.2000122070312 + 21452.48046875 + + 149 + + 90 + + + 10.142000198364258 + 203 + + + + + + + 40.74140804819763 + -3.8333160616457462 + + 902.4000244140625 + 21462.650390625 + + 149 + + 88 + + + 10.170000076293945 + 197 + + + + + + + 40.741403019055724 + -3.83343449793756 + + 902.4000244140625 + 21472.7890625 + + 149 + + 87 + + + 10.142000198364258 + 182 + + + + + + + 40.74139949865639 + -3.833557963371277 + + 902.2000122070312 + 21482.880859375 + + 148 + + 85 + + + 10.095999717712402 + 199 + + + + + + + 40.74140000157058 + -3.8336794171482325 + + 902.2000122070312 + 21492.83984375 + + 148 + + 85 + + + 9.956000328063965 + 247 + + + + + + + 40.74140528216958 + -3.8337986916303635 + + 902.0 + 21502.83984375 + + 148 + + 85 + + + 10.003000259399414 + 186 + + + + + + + 40.74141148477793 + -3.8339138589799404 + + 902.0 + 21512.859375 + + 148 + + 85 + + + 10.020999908447266 + 187 + + + + + + + 40.74141886085272 + -3.834037911146879 + + 902.0 + 21522.890625 + + 147 + + 87 + + + 10.020999908447266 + 197 + + + + + + + 40.741428919136524 + -3.8341552577912807 + + 902.0 + 21532.94921875 + + 147 + + 86 + + + 10.067999839782715 + 198 + + + + + + + 40.741442665457726 + -3.8342740293592215 + + 902.0 + 21542.91015625 + + 147 + + 86 + + + 9.956000328063965 + 210 + + + + + + + 40.74146102182567 + -3.834393136203289 + + 902.0 + 21552.9296875 + + 147 + + 85 + + + 10.020999908447266 + 211 + + + + + + + 40.74147610925138 + -3.8345105666667223 + + 902.0 + 21563.0703125 + + 147 + + 85 + + + 10.142000198364258 + 238 + + + + + + + 40.74149672873318 + -3.834624057635665 + + 902.0 + 21573.259765625 + + 147 + + 86 + + + 10.189000129699707 + 201 + + + + + + + 40.74152070097625 + -3.8347434159368277 + + 902.0 + 21583.44921875 + + 147 + + 87 + + + 10.189000129699707 + 198 + + + + + + + 40.74154173955321 + -3.834857242181897 + + 902.0 + 21593.669921875 + + 147 + + 88 + + + 10.217000007629395 + 184 + + + + + + + 40.74156319722533 + -3.8349823839962482 + + 902.0 + 21603.900390625 + + 147 + + 88 + + + 10.236000061035156 + 226 + + + + + + + 40.741584403440356 + -3.8351065199822187 + + 902.0 + 21614.19921875 + + 148 + + 91 + + + 10.291999816894531 + 304 + + + + + + + 40.74160452000797 + -3.835229817777872 + + 901.7999877929688 + 21624.640625 + + 148 + + 91 + + + 10.440999984741211 + 351 + + + + + + + 40.74162698350847 + -3.8353510200977325 + + 901.7999877929688 + 21635.240234375 + + 148 + + 90 + + + 10.600000381469727 + 299 + + + + + + + 40.74165212921798 + -3.835477754473686 + + 902.0 + 21645.849609375 + + 149 + + 92 + + + 10.618000030517578 + 231 + + + + + + + 40.741673754528165 + -3.835596274584532 + + 902.0 + 21656.470703125 + + 149 + + 92 + + + 10.618000030517578 + 209 + + + + + + + 40.74169755913317 + -3.835722003132105 + + 902.0 + 21667.08984375 + + 149 + + 92 + + + 10.618000030517578 + 202 + + + + + + + 40.741720693185925 + -3.835844714194536 + + 902.2000122070312 + 21677.7890625 + + 149 + + 91 + + + 10.70199966430664 + 178 + + + + + + + 40.74174349196255 + -3.8359651621431112 + + 902.2000122070312 + 21688.310546875 + + 149 + + 92 + + + 10.515999794006348 + 204 + + + + + + + 40.74176310561597 + -3.836082760244608 + + 902.2000122070312 + 21698.849609375 + + 150 + + 90 + + + 10.543999671936035 + 183 + + + + + + + 40.74178498238325 + -3.836205890402198 + + 902.4000244140625 + 21709.330078125 + + 150 + + 92 + + + 10.477999687194824 + 174 + + + + + + + 40.74180585332215 + -3.8363270927220583 + + 902.4000244140625 + 21719.759765625 + + 150 + + 90 + + + 10.432000160217285 + 152 + + + + + + + 40.741824712604284 + -3.8364498037844896 + + 902.5999755859375 + 21730.140625 + + 150 + + 90 + + + 10.37600040435791 + 228 + + + + + + + 40.7418411411345 + -3.836576286703348 + + 902.5999755859375 + 21740.5 + + 150 + + 90 + + + 10.357000350952148 + 214 + + + + + + + 40.74185564182699 + -3.83669413626194 + + 902.5999755859375 + 21750.8203125 + + 151 + + 90 + + + 10.329000473022461 + 227 + + + + + + + 40.74186653830111 + -3.8368108961731195 + + 902.5999755859375 + 21761.130859375 + + 151 + + 88 + + + 10.300999641418457 + 241 + + + + + + + 40.74187466874719 + -3.8369345292448997 + + 903.0 + 21771.41015625 + + 151 + + 88 + + + 10.281999588012695 + 223 + + + + + + + 40.741877015680075 + -3.837053133174777 + + 903.0 + 21781.630859375 + + 150 + + 90 + + + 10.22599983215332 + 215 + + + + + + + 40.74187810532749 + -3.8371785264462233 + + 903.2000122070312 + 21791.869140625 + + 151 + + 86 + + + 10.22599983215332 + 205 + + + + + + + 40.741873160004616 + -3.8373019080609083 + + 903.2000122070312 + 21802.01953125 + + 151 + + 87 + + + 10.16100025177002 + 203 + + + + + + + 40.74186611920595 + -3.8374190870672464 + + 903.4000244140625 + 21812.16015625 + + 151 + + 87 + + + 10.133000373840332 + 248 + + + + + + + 40.74185446836054 + -3.837535008788109 + + 903.4000244140625 + 21822.3203125 + + 151 + + 88 + + + 10.16100025177002 + 242 + + + + + + + 40.74183871038258 + -3.8376561272889376 + + 903.4000244140625 + 21832.5 + + 151 + + 90 + + + 10.180000305175781 + 256 + + + + + + + 40.74182119220495 + -3.837773809209466 + + 903.4000244140625 + 21842.720703125 + + 151 + + 88 + + + 10.22599983215332 + 285 + + + + + + + 40.741800321266055 + -3.8378958497196436 + + 903.4000244140625 + 21853.009765625 + + 151 + + 87 + + + 10.281999588012695 + 241 + + + + + + + 40.74177668429911 + -3.838015291839838 + + 903.4000244140625 + 21863.359375 + + 151 + + 87 + + + 10.357000350952148 + 210 + + + + + + + 40.74175019748509 + -3.838130459189415 + + 903.4000244140625 + 21873.5 + + 151 + + 87 + + + 10.133000373840332 + 199 + + + + + + + 40.74171910062432 + -3.838242944329977 + + 903.2000122070312 + 21883.69921875 + + 150 + + 87 + + + 10.208000183105469 + 225 + + + + + + + 40.74168222025037 + -3.838358698412776 + + 903.2000122070312 + 21893.859375 + + 151 + + 90 + + + 10.16100025177002 + 186 + + + + + + + 40.7416426576674 + -3.8384690042585135 + + 903.2000122070312 + 21903.970703125 + + 151 + + 86 + + + 10.104999542236328 + 213 + + + + + + + 40.741602927446365 + -3.838578723371029 + + 903.2000122070312 + 21914.060546875 + + 151 + + 88 + + + 10.086000442504883 + 232 + + + + + + + 40.741562778130174 + -3.83868919685483 + + 903.2000122070312 + 21924.140625 + + 151 + + 88 + + + 10.086000442504883 + 175 + + + + + + + 40.7415218744427 + -3.8387941382825375 + + 903.2000122070312 + 21934.19921875 + + 151 + + 88 + + + 10.057999610900879 + 263 + + + + + + + 40.74148298241198 + -3.8388966489583254 + + 903.2000122070312 + 21944.330078125 + + 151 + + 87 + + + 10.133000373840332 + 237 + + + + + + + 40.74143646284938 + -3.839009217917919 + + 903.4000244140625 + 21954.509765625 + + 151 + + 91 + + + 10.180000305175781 + 297 + + + + + + + 40.74139220640063 + -3.839114075526595 + + 903.4000244140625 + 21964.80078125 + + 151 + + 90 + + + 10.281999588012695 + 297 + + + + + + + 40.74134870432317 + -3.839223040267825 + + 903.4000244140625 + 21975.119140625 + + 151 + + 87 + + + 10.329000473022461 + 259 + + + + + + + 40.74130428023636 + -3.8393340166658163 + + 903.4000244140625 + 21985.529296875 + + 151 + + 88 + + + 10.404000282287598 + 265 + + + + + + + 40.74126111343503 + -3.8394419755786657 + + 903.4000244140625 + 21995.9609375 + + 151 + + 90 + + + 10.432000160217285 + 227 + + + + + + + 40.74121559970081 + -3.8395501021295786 + + 903.2000122070312 + 22006.390625 + + 151 + + 90 + + + 10.432000160217285 + 212 + + + + + + + 40.7411695830524 + -3.8396591506898403 + + 903.4000244140625 + 22016.76953125 + + 151 + + 92 + + + 10.37600040435791 + 204 + + + + + + + 40.74112582951784 + -3.8397624157369137 + + 903.4000244140625 + 22027.169921875 + + 151 + + 92 + + + 10.404000282287598 + 208 + + + + + + + 40.74108190834522 + -3.839869871735573 + + 903.4000244140625 + 22037.349609375 + + 151 + + 90 + + + 10.180000305175781 + 214 + + + + + + + 40.74103681370616 + -3.839976992458105 + + 903.4000244140625 + 22047.580078125 + + 152 + + 90 + + + 10.22599983215332 + 208 + + + + + + + 40.74099297635257 + -3.84007983841002 + + 903.4000244140625 + 22057.759765625 + + 152 + + 87 + + + 10.180000305175781 + 243 + + + + + + + 40.74094922281802 + -3.8401825167238712 + + 903.2000122070312 + 22067.76953125 + + 152 + + 87 + + + 10.01200008392334 + 221 + + + + + + + 40.740903206169605 + -3.8402917329221964 + + 903.0 + 22077.830078125 + + 152 + + 87 + + + 10.057999610900879 + 257 + + + + + + + 40.740861129015684 + -3.840394914150238 + + 903.2000122070312 + 22087.83984375 + + 152 + + 86 + + + 10.01200008392334 + 245 + + + + + + + 40.74081662110984 + -3.840501783415675 + + 903.0 + 22097.80078125 + + 152 + + 85 + + + 9.96500015258789 + 210 + + + + + + + 40.74077286757529 + -3.8406074792146683 + + 903.0 + 22107.720703125 + + 152 + + 86 + + + 9.918999671936035 + 233 + + + + + + + 40.74073045514524 + -3.8407087326049805 + + 903.2000122070312 + 22117.609375 + + 152 + + 85 + + + 9.890999794006348 + 229 + + + + + + + 40.74069030582905 + -3.840807555243373 + + 903.2000122070312 + 22127.490234375 + + 152 + + 85 + + + 9.871999740600586 + 242 + + + + + + + 40.740648061037064 + -3.840913251042366 + + 903.2000122070312 + 22137.310546875 + + 152 + + 87 + + + 9.824999809265137 + 247 + + + + + + + 40.74060581624508 + -3.8410162646323442 + + 903.2000122070312 + 22147.08984375 + + 152 + + 85 + + + 9.779000282287598 + 223 + + + + + + + 40.740562062710524 + -3.841120032593608 + + 903.2000122070312 + 22156.779296875 + + 152 + + 85 + + + 9.694999694824219 + 254 + + + + + + + 40.74051822535694 + -3.841223968192935 + + 903.2000122070312 + 22166.48046875 + + 152 + + 85 + + + 9.694999694824219 + 250 + + + + + + + 40.740477070212364 + -3.84132144972682 + + 903.4000244140625 + 22176.169921875 + + 152 + + 83 + + + 9.694999694824219 + 191 + + + + + + + 40.74043742381036 + -3.841418344527483 + + 903.4000244140625 + 22185.859375 + + 152 + + 85 + + + 9.6850004196167 + 256 + + + + + + + 40.740393083542585 + -3.8415238726884127 + + 903.4000244140625 + 22195.58984375 + + 152 + + 88 + + + 9.732000350952148 + 274 + + + + + + + 40.7403526827693 + -3.8416173309087753 + + 903.4000244140625 + 22205.23046875 + + 153 + + 88 + + + 9.638999938964844 + 242 + + + + + + + 40.74030817486346 + -3.8417195063084364 + + 903.5999755859375 + 22214.8203125 + + 152 + + 88 + + + 9.592000007629395 + 228 + + + + + + + 40.740265510976315 + -3.841819753870368 + + 903.5999755859375 + 22224.380859375 + + 152 + + 87 + + + 9.555000305175781 + 252 + + + + + + + 40.740227373316884 + -3.841917235404253 + + 903.5999755859375 + 22233.830078125 + + 153 + + 87 + + + 9.45199966430664 + 253 + + + + + + + 40.74019007384777 + -3.8420131243765354 + + 903.5999755859375 + 22243.19921875 + + 153 + + 86 + + + 9.368000030517578 + 251 + + + + + + + 40.7401489187032 + -3.842113623395562 + + 903.7999877929688 + 22252.5 + + 153 + + 86 + + + 9.303000450134277 + 271 + + + + + + + 40.740104829892516 + -3.842207919806242 + + 904.0 + 22261.759765625 + + 153 + + 86 + + + 9.265000343322754 + 245 + + + + + + + 40.74005847796798 + -3.842300456017256 + + 904.0 + 22270.990234375 + + 153 + + 85 + + + 9.227999687194824 + 244 + + + + + + + 40.7400122936815 + -3.8423894718289375 + + 904.0 + 22280.189453125 + + 153 + + 84 + + + 9.199999809265137 + 237 + + + + + + + 40.73996728286147 + -3.8424795772880316 + + 904.0 + 22289.369140625 + + 153 + + 84 + + + 9.180999755859375 + 234 + + + + + + + 40.73992135003209 + -3.842568341642618 + + 904.0 + 22298.560546875 + + 153 + + 85 + + + 9.180999755859375 + 249 + + + + + + + 40.73986862786114 + -3.84265492670238 + + 904.0 + 22307.720703125 + + 153 + + 83 + + + 9.163000106811523 + 258 + + + + + + + 40.73981313966215 + -3.842733297497034 + + 903.7999877929688 + 22316.919921875 + + 154 + + 84 + + + 9.199999809265137 + 231 + + + + + + + 40.739754885435104 + -3.842808986082673 + + 903.7999877929688 + 22326.150390625 + + 154 + + 84 + + + 9.227999687194824 + 212 + + + + + + + 40.73969445191324 + -3.842885596677661 + + 903.5999755859375 + 22335.44921875 + + 154 + + 85 + + + 9.303000450134277 + 205 + + + + + + + 40.739636113867164 + -3.842957178130746 + + 903.5999755859375 + 22344.76953125 + + 155 + + 85 + + + 9.321000099182129 + 224 + + + + + + + 40.73957676999271 + -3.843026077374816 + + 903.5999755859375 + 22354.1796875 + + 155 + + 85 + + + 9.404999732971191 + 217 + + + + + + + 40.73951130732894 + -3.8430979941040277 + + 903.5999755859375 + 22363.599609375 + + 155 + + 85 + + + 9.423999786376953 + 256 + + + + + + + 40.73944651521742 + -3.8431610260158777 + + 903.5999755859375 + 22373.0703125 + + 154 + + 86 + + + 9.470999717712402 + 199 + + + + + + + 40.739374766126275 + -3.8432256504893303 + + 903.5999755859375 + 22382.51953125 + + 154 + + 87 + + + 9.45199966430664 + 189 + + + + + + + 40.73930184356868 + -3.843287928029895 + + 903.5999755859375 + 22392.060546875 + + 155 + + 92 + + + 9.53600025177002 + 252 + + + + + + + 40.739231100305915 + -3.8433472719043493 + + 903.5999755859375 + 22401.69921875 + + 154 + + 86 + + + 9.638999938964844 + 248 + + + + + + + 40.73915851302445 + -3.8434051908552647 + + 903.5999755859375 + 22411.25 + + 155 + + 87 + + + 9.555000305175781 + 230 + + + + + + + 40.73908072896302 + -3.843463947996497 + + 903.4000244140625 + 22420.91015625 + + 155 + + 85 + + + 9.656999588012695 + 196 + + + + + + + 40.73900613002479 + -3.8435207773 + + 903.4000244140625 + 22430.609375 + + 154 + + 91 + + + 9.704000473022461 + 201 + + + + + + + 40.73892884887755 + -3.8435790315270424 + + 903.4000244140625 + 22440.349609375 + + 155 + + 90 + + + 9.732000350952148 + 221 + + + + + + + 40.73885248973966 + -3.8436344359070063 + + 903.2000122070312 + 22450.16015625 + + 155 + + 91 + + + 9.815999984741211 + 216 + + + + + + + 40.7387778069824 + -3.843689924106002 + + 903.2000122070312 + 22459.849609375 + + 155 + + 90 + + + 9.6850004196167 + 247 + + + + + + + 40.73870312422514 + -3.8437459152191877 + + 903.0 + 22469.689453125 + + 155 + + 92 + + + 9.843999862670898 + 210 + + + + + + + 40.738623244687915 + -3.84380710311234 + + 903.0 + 22479.5703125 + + 155 + + 92 + + + 9.880999565124512 + 194 + + + + + + + 40.73855032213032 + -3.84386183694005 + + 903.0 + 22489.529296875 + + 154 + + 86 + + + 9.956000328063965 + 206 + + + + + + + 40.73847111314535 + -3.8439195044338703 + + 903.0 + 22499.48046875 + + 155 + + 86 + + + 9.956000328063965 + 185 + + + + + + + 40.73838997632265 + -3.8439778424799442 + + 902.7999877929688 + 22509.529296875 + + 154 + + 85 + + + 10.048999786376953 + 208 + + + + + + + 40.73831286281347 + -3.844034755602479 + + 902.7999877929688 + 22519.439453125 + + 154 + + 85 + + + 9.909000396728516 + 249 + + + + + + + 40.738238766789436 + -3.844092423096299 + + 902.7999877929688 + 22529.490234375 + + 154 + + 85 + + + 10.048999786376953 + 273 + + + + + + + 40.73815989308059 + -3.8441550359129906 + + 902.5999755859375 + 22539.630859375 + + 154 + + 86 + + + 10.142000198364258 + 237 + + + + + + + 40.738083785399795 + -3.844215301796794 + + 902.5999755859375 + 22549.80078125 + + 154 + + 86 + + + 10.170000076293945 + 189 + + + + + + + 40.73800533078611 + -3.8442813511937857 + + 902.7999877929688 + 22559.990234375 + + 153 + + 86 + + + 10.189000129699707 + 214 + + + + + + + 40.73792612180114 + -3.844352262094617 + + 902.7999877929688 + 22570.259765625 + + 153 + + 90 + + + 10.263999938964844 + 188 + + + + + + + 40.737851187586784 + -3.844420574605465 + + 902.7999877929688 + 22580.619140625 + + 153 + + 90 + + + 10.366000175476074 + 179 + + + + + + + 40.737775499001145 + -3.8444878812879324 + + 902.7999877929688 + 22590.83984375 + + 154 + + 90 + + + 10.217000007629395 + 170 + + + + + + + 40.73769704438746 + -3.844564910978079 + + 902.7999877929688 + 22601.23046875 + + 153 + + 86 + + + 10.385000228881836 + 228 + + + + + + + 40.73762713931501 + -3.84464411996305 + + 902.7999877929688 + 22611.640625 + + 153 + + 95 + + + 10.413000106811523 + 176 + + + + + + + 40.73755715042353 + -3.8447305373847485 + + 903.0 + 22622.009765625 + + 153 + + 91 + + + 10.366000175476074 + 221 + + + + + + + 40.7374894246459 + -3.844820475205779 + + 903.0 + 22632.3203125 + + 153 + + 90 + + + 10.3100004196167 + 174 + + + + + + + 40.737426560372114 + -3.8449086528271437 + + 902.7999877929688 + 22642.580078125 + + 153 + + 88 + + + 10.263999938964844 + 191 + + + + + + + 40.73736738413572 + -3.8449969980865717 + + 902.5999755859375 + 22652.8203125 + + 153 + + 88 + + + 10.236000061035156 + 190 + + + + + + + 40.73730619624257 + -3.84509121067822 + + 902.5999755859375 + 22663.009765625 + + 152 + + 88 + + + 10.189000129699707 + 190 + + + + + + + 40.73724886402488 + -3.8451822381466627 + + 902.7999877929688 + 22672.9609375 + + 152 + + 85 + + + 9.956000328063965 + 195 + + + + + + + 40.73719086125493 + -3.8452744390815496 + + 902.7999877929688 + 22682.919921875 + + 152 + + 85 + + + 9.956000328063965 + 168 + + + + + + + 40.73713176883757 + -3.845367981120944 + + 902.7999877929688 + 22692.869140625 + + 153 + + 87 + + + 9.956000328063965 + 229 + + + + + + + 40.737077286466956 + -3.8454631995409727 + + 903.0 + 22702.869140625 + + 152 + + 86 + + + 10.003000259399414 + 285 + + + + + + + 40.73702313937247 + -3.8455598428845406 + + 903.2000122070312 + 22712.970703125 + + 152 + + 87 + + + 10.095999717712402 + 274 + + + + + + + 40.7369679864496 + -3.84565900079906 + + 903.0 + 22723.109375 + + 152 + + 86 + + + 10.142000198364258 + 199 + + + + + + + 40.73691710829735 + -3.8457545544952154 + + 903.0 + 22733.259765625 + + 152 + + 87 + + + 10.142000198364258 + 210 + + + + + + + 40.7368625421077 + -3.8458537962287664 + + 902.7999877929688 + 22743.4296875 + + 152 + + 87 + + + 10.170000076293945 + 221 + + + + + + + 40.736807556822896 + -3.845956390723586 + + 902.7999877929688 + 22753.5703125 + + 152 + + 87 + + + 10.142000198364258 + 199 + + + + + + + 40.73675776831806 + -3.8460561353713274 + + 902.5999755859375 + 22763.740234375 + + 152 + + 88 + + + 10.170000076293945 + 197 + + + + + + + 40.736707309260964 + -3.8461530301719904 + + 902.4000244140625 + 22773.880859375 + + 152 + + 88 + + + 10.142000198364258 + 158 + + + + + + + 40.73665173724294 + -3.8462531100958586 + + 902.5999755859375 + 22784.0 + + 152 + + 87 + + + 10.11400032043457 + 175 + + + + + + + 40.736600859090686 + -3.846346065402031 + + 902.7999877929688 + 22794.0390625 + + 151 + + 87 + + + 10.048999786376953 + 177 + + + + + + + 40.73654880747199 + -3.846448240801692 + + 903.0 + 22804.16015625 + + 151 + + 86 + + + 10.11400032043457 + 247 + + + + + + + 40.73649440892041 + -3.8465496618300676 + + 903.0 + 22814.26953125 + + 150 + + 86 + + + 10.11400032043457 + 237 + + + + + + + 40.736444955691695 + -3.8466447964310646 + + 903.0 + 22824.33984375 + + 150 + + 87 + + + 10.067999839782715 + 246 + + + + + + + 40.736394161358476 + -3.8467390928417444 + + 903.0 + 22834.509765625 + + 150 + + 87 + + + 10.170000076293945 + 200 + + + + + + + 40.736338924616575 + -3.8468368258327246 + + 903.0 + 22844.630859375 + + 150 + + 87 + + + 10.11400032043457 + 185 + + + + + + + 40.73628435842693 + -3.8469317089766264 + + 903.2000122070312 + 22854.720703125 + + 150 + + 87 + + + 10.095999717712402 + 202 + + + + + + + 40.736231384798884 + -3.8470282685011625 + + 903.4000244140625 + 22864.76953125 + + 149 + + 87 + + + 10.048999786376953 + 204 + + + + + + + 40.736178830266 + -3.847126755863428 + + 903.2000122070312 + 22874.75 + + 149 + + 87 + + + 9.975000381469727 + 233 + + + + + + + 40.73612770065665 + -3.847220968455076 + + 903.2000122070312 + 22884.7109375 + + 149 + + 85 + + + 9.96500015258789 + 210 + + + + + + + 40.736078415066004 + -3.847315013408661 + + 903.4000244140625 + 22894.439453125 + + 150 + + 85 + + + 9.732000350952148 + 214 + + + + + + + 40.7360250223428 + -3.847415763884783 + + 903.2000122070312 + 22904.26953125 + + 149 + + 85 + + + 9.824999809265137 + 240 + + + + + + + 40.735975904390216 + -3.847509389743209 + + 903.0 + 22914.109375 + + 150 + + 84 + + + 9.843999862670898 + 278 + + + + + + + 40.735924523323774 + -3.847607374191284 + + 903.0 + 22923.9609375 + + 150 + + 84 + + + 9.843999862670898 + 239 + + + + + + + 40.73587255552411 + -3.847706113010645 + + 903.0 + 22933.80078125 + + 150 + + 85 + + + 9.843999862670898 + 239 + + + + + + + 40.73582268320024 + -3.8477972242981195 + + 903.2000122070312 + 22943.669921875 + + 150 + + 85 + + + 9.871999740600586 + 281 + + + + + + + 40.73576887138188 + -3.847888335585594 + + 903.2000122070312 + 22953.560546875 + + 150 + + 85 + + + 9.890999794006348 + 265 + + + + + + + 40.73571380227804 + -3.8479844760149717 + + 903.2000122070312 + 22963.4296875 + + 150 + + 85 + + + 9.871999740600586 + 231 + + + + + + + 40.735661247745156 + -3.8480752520263195 + + 903.0 + 22973.310546875 + + 151 + + 85 + + + 9.871999740600586 + 235 + + + + + + + 40.73560316115618 + -3.8481666147708893 + + 902.7999877929688 + 22983.150390625 + + 151 + + 85 + + + 9.843999862670898 + 217 + + + + + + + 40.73554364964366 + -3.8482527807354927 + + 903.0 + 22992.98046875 + + 151 + + 85 + + + 9.824999809265137 + 207 + + + + + + + 40.73548355139792 + -3.848333666101098 + + 903.2000122070312 + 23002.939453125 + + 151 + + 85 + + + 9.96500015258789 + 244 + + + + + + + 40.73541942983866 + -3.848409941419959 + + 903.2000122070312 + 23012.76953125 + + 151 + + 85 + + + 9.824999809265137 + 216 + + + + + + + 40.735348938032985 + -3.8484875578433275 + + 903.2000122070312 + 23022.73046875 + + 151 + + 85 + + + 9.96500015258789 + 210 + + + + + + + 40.73527970351279 + -3.848556960001588 + + 903.2000122070312 + 23032.759765625 + + 151 + + 86 + + + 10.029999732971191 + 187 + + + + + + + 40.735204350203276 + -3.848623177036643 + + 903.0 + 23042.76953125 + + 151 + + 85 + + + 10.01200008392334 + 194 + + + + + + + 40.735128074884415 + -3.8486874662339687 + + 902.7999877929688 + 23052.740234375 + + 151 + + 85 + + + 9.96500015258789 + 210 + + + + + + + 40.73505196720362 + -3.848744546994567 + + 902.7999877929688 + 23062.6796875 + + 151 + + 88 + + + 9.937000274658203 + 189 + + + + + + + 40.734973680227995 + -3.848794838413596 + + 902.7999877929688 + 23072.5703125 + + 151 + + 85 + + + 9.890999794006348 + 205 + + + + + + + 40.734888603910804 + -3.848846387118101 + + 902.7999877929688 + 23082.4609375 + + 152 + + 85 + + + 9.890999794006348 + 205 + + + + + + + 40.73480939492583 + -3.8488943316042423 + + 902.7999877929688 + 23092.30078125 + + 152 + + 85 + + + 9.843999862670898 + 210 + + + + + + + 40.734727839007974 + -3.848947724327445 + + 902.7999877929688 + 23102.130859375 + + 152 + + 85 + + + 9.824999809265137 + 230 + + + + + + + 40.73465030640364 + -3.8490076549351215 + + 902.5999755859375 + 23112.01953125 + + 152 + + 85 + + + 9.890999794006348 + 282 + + + + + + + 40.73457704856992 + -3.849072027951479 + + 902.7999877929688 + 23121.94921875 + + 152 + + 85 + + + 9.937000274658203 + 294 + + + + + + + 40.73450387455523 + -3.849134389311075 + + 903.0 + 23131.869140625 + + 152 + + 85 + + + 9.918999671936035 + 245 + + + + + + + 40.73441938497126 + -3.8491918053478003 + + 903.2000122070312 + 23141.94921875 + + 152 + + 86 + + + 10.07699966430664 + 185 + + + + + + + 40.73433221317828 + -3.8492341339588165 + + 903.2000122070312 + 23152.369140625 + + 152 + + 88 + + + 10.42199993133545 + 205 + + + + + + + 40.73424043133855 + -3.849279899150133 + + 903.0 + 23163.060546875 + + 152 + + 95 + + + 10.684000015258789 + 225 + + + + + + + 40.73415216989815 + -3.8493381533771753 + + 902.7999877929688 + 23173.740234375 + + 152 + + 92 + + + 10.684000015258789 + 352 + + + + + + + 40.73407371528447 + -3.8494079746305943 + + 902.7999877929688 + 23184.419921875 + + 152 + + 92 + + + 10.684000015258789 + 316 + + + + + + + 40.73400255292654 + -3.849484082311392 + + 902.7999877929688 + 23195.0 + + 152 + + 92 + + + 10.581000328063965 + 270 + + + + + + + 40.733925523236394 + -3.8495634589344263 + + 903.4000244140625 + 23205.529296875 + + 152 + + 90 + + + 10.524999618530273 + 222 + + + + + + + 40.73384908027947 + -3.8496341183781624 + + 903.5999755859375 + 23216.01953125 + + 153 + + 93 + + + 10.496999740600586 + 246 + + + + + + + 40.73376752436161 + -3.8497038558125496 + + 903.4000244140625 + 23226.51953125 + + 153 + + 90 + + + 10.496999740600586 + 206 + + + + + + + 40.73368286713958 + -3.8497695699334145 + + 903.2000122070312 + 23237.05078125 + + 153 + + 93 + + + 10.524999618530273 + 232 + + + + + + + 40.733600137755275 + -3.849828327074647 + + 903.2000122070312 + 23247.5703125 + + 153 + + 91 + + + 10.524999618530273 + 178 + + + + + + + 40.73351765982807 + -3.8498818036168814 + + 903.2000122070312 + 23258.1796875 + + 153 + + 88 + + + 10.609000205993652 + 209 + + + + + + + 40.73342780582607 + -3.8499377947300673 + + 903.2000122070312 + 23268.66015625 + + 153 + + 91 + + + 10.477999687194824 + 192 + + + + + + + 40.73334381915629 + -3.849992360919714 + + 903.4000244140625 + 23279.3203125 + + 153 + + 94 + + + 10.656000137329102 + 228 + + + + + + + 40.73325798846781 + -3.8500496093183756 + + 903.4000244140625 + 23289.83984375 + + 153 + + 92 + + + 10.524999618530273 + 160 + + + + + + + 40.73317199014127 + -3.8501115515828133 + + 903.4000244140625 + 23300.419921875 + + 153 + + 95 + + + 10.581000328063965 + 215 + + + + + + + 40.733091020956635 + -3.850178187713027 + + 903.2000122070312 + 23311.0 + + 153 + + 90 + + + 10.581000328063965 + 208 + + + + + + + 40.73301290161908 + -3.850248511880636 + + 903.0 + 23321.640625 + + 153 + + 90 + + + 10.63700008392334 + 202 + + + + + + + 40.73293101042509 + -3.850325709208846 + + 902.7999877929688 + 23332.279296875 + + 153 + + 92 + + + 10.63700008392334 + 224 + + + + + + + 40.73285616002977 + -3.8504044990986586 + + 902.7999877929688 + 23342.9296875 + + 153 + + 91 + + + 10.656000137329102 + 235 + + + + + + + 40.73278130963445 + -3.8504914194345474 + + 902.7999877929688 + 23353.58984375 + + 154 + + 92 + + + 10.656000137329102 + 199 + + + + + + + 40.7327111531049 + -3.8505788426846266 + + 902.7999877929688 + 23364.240234375 + + 154 + + 104 + + + 10.656000137329102 + 246 + + + + + + + 40.732643343508244 + -3.8506684452295303 + + 903.0 + 23375.0390625 + + 154 + + 91 + + + 10.795999526977539 + 227 + + + + + + + 40.7325782161206 + -3.8507588859647512 + + 903.0 + 23385.650390625 + + 154 + + 92 + + + 10.609000205993652 + 191 + + + + + + + 40.73251116089523 + -3.850855026394129 + + 903.0 + 23396.330078125 + + 154 + + 93 + + + 10.684000015258789 + 243 + + + + + + + 40.73244578205049 + -3.8509481493383646 + + 903.2000122070312 + 23407.0390625 + + 154 + + 93 + + + 10.711999893188477 + 200 + + + + + + + 40.73237654753029 + -3.8510436192154884 + + 903.2000122070312 + 23417.73046875 + + 154 + + 92 + + + 10.684000015258789 + 174 + + + + + + + 40.73230949230492 + -3.8511380832642317 + + 903.4000244140625 + 23428.380859375 + + 154 + + 95 + + + 10.656000137329102 + 169 + + + + + + + 40.732246208935976 + -3.8512280210852623 + + 903.4000244140625 + 23439.01953125 + + 154 + + 91 + + + 10.63700008392334 + 184 + + + + + + + 40.73218326084316 + -3.8513160310685635 + + 903.2000122070312 + 23449.5703125 + + 154 + + 92 + + + 10.553000450134277 + 214 + + + + + + + 40.73211436159909 + -3.8514099083840847 + + 903.2000122070312 + 23460.150390625 + + 155 + + 92 + + + 10.581000328063965 + 259 + + + + + + + 40.73205132968724 + -3.8515000138431787 + + 903.2000122070312 + 23470.740234375 + + 154 + + 90 + + + 10.581000328063965 + 223 + + + + + + + 40.731984777376056 + -3.8515937235206366 + + 903.2000122070312 + 23481.3203125 + + 154 + + 91 + + + 10.581000328063965 + 208 + + + + + + + 40.73191721923649 + -3.851684918627143 + + 903.2000122070312 + 23491.9296875 + + 154 + + 91 + + + 10.609000205993652 + 224 + + + + + + + 40.73185200802982 + -3.8517749402672052 + + 903.2000122070312 + 23502.330078125 + + 154 + + 92 + + + 10.404000282287598 + 219 + + + + + + + 40.73179115541279 + -3.851861273869872 + + 903.2000122070312 + 23512.73046875 + + 154 + + 90 + + + 10.404000282287598 + 233 + + + + + + + 40.731723848730326 + -3.8519524689763784 + + 903.2000122070312 + 23523.080078125 + + 154 + + 88 + + + 10.347999572753906 + 203 + + + + + + + 40.731658888980746 + -3.85203804820776 + + 903.0 + 23533.380859375 + + 154 + + 90 + + + 10.300999641418457 + 196 + + + + + + + 40.731593342497945 + -3.8521279022097588 + + 903.0 + 23543.630859375 + + 154 + + 88 + + + 10.244999885559082 + 212 + + + + + + + 40.73152863420546 + -3.8522165827453136 + + 903.2000122070312 + 23553.869140625 + + 154 + + 90 + + + 10.244999885559082 + 261 + + + + + + + 40.73146593756974 + -3.8523023296147585 + + 903.4000244140625 + 23564.150390625 + + 153 + + 87 + + + 10.27299976348877 + 237 + + + + + + + 40.731402821838856 + -3.8523839693516493 + + 903.4000244140625 + 23574.369140625 + + 153 + + 86 + + + 10.22599983215332 + 225 + + + + + + + 40.73133652098477 + -3.852472063153982 + + 903.2000122070312 + 23584.599609375 + + 153 + + 88 + + + 10.22599983215332 + 215 + + + + + + + 40.73127357289195 + -3.8525576423853636 + + 903.2000122070312 + 23594.80078125 + + 153 + + 90 + + + 10.197999954223633 + 225 + + + + + + + 40.731208864599466 + -3.852647664025426 + + 903.4000244140625 + 23604.990234375 + + 153 + + 90 + + + 10.197999954223633 + 204 + + + + + + + 40.73114415630698 + -3.8527353387326 + + 903.4000244140625 + 23615.310546875 + + 153 + + 88 + + + 10.319999694824219 + 204 + + + + + + + 40.73107911273837 + -3.8528200797736645 + + 903.2000122070312 + 23625.66015625 + + 153 + + 86 + + + 10.347999572753906 + 225 + + + + + + + 40.731016751378775 + -3.852903312072158 + + 903.2000122070312 + 23636.009765625 + + 153 + + 87 + + + 10.347999572753906 + 291 + + + + + + + 40.73094902560115 + -3.8529946748167276 + + 903.2000122070312 + 23646.4609375 + + 152 + + 87 + + + 10.449999809265137 + 291 + + + + + + + 40.730887250974774 + -3.8530824333429337 + + 903.0 + 23656.9296875 + + 152 + + 88 + + + 10.468999862670898 + 231 + + + + + + + 40.73081994429231 + -3.8531722873449326 + + 903.0 + 23667.400390625 + + 152 + + 88 + + + 10.468999862670898 + 218 + + + + + + + 40.73075423017144 + -3.8532626442611217 + + 903.0 + 23677.849609375 + + 152 + + 88 + + + 10.449999809265137 + 185 + + + + + + + 40.730691784992814 + -3.853347972035408 + + 903.0 + 23688.30078125 + + 152 + + 92 + + + 10.449999809265137 + 203 + + + + + + + 40.73062992654741 + -3.853433970361948 + + 903.2000122070312 + 23698.75 + + 153 + + 87 + + + 10.449999809265137 + 217 + + + + + + + 40.730564296245575 + -3.8535198848694563 + + 903.0 + 23709.19921875 + + 153 + + 92 + + + 10.449999809265137 + 227 + + + + + + + 40.73050193488598 + -3.853606302291155 + + 902.7999877929688 + 23719.619140625 + + 153 + + 88 + + + 10.42199993133545 + 206 + + + + + + + 40.73043454438448 + -3.853698503226042 + + 902.7999877929688 + 23730.08984375 + + 153 + + 90 + + + 10.468999862670898 + 218 + + + + + + + 40.730368327349424 + -3.8537899497896433 + + 902.7999877929688 + 23740.490234375 + + 153 + + 90 + + + 10.404000282287598 + 210 + + + + + + + 40.73030470870435 + -3.8538767863065004 + + 902.7999877929688 + 23750.94921875 + + 153 + + 88 + + + 10.460000038146973 + 208 + + + + + + + 40.73024243116379 + -3.8539645448327065 + + 902.7999877929688 + 23761.4609375 + + 153 + + 91 + + + 10.505999565124512 + 212 + + + + + + + 40.730175878852606 + -3.854056829586625 + + 902.7999877929688 + 23772.01953125 + + 153 + + 90 + + + 10.562000274658203 + 241 + + + + + + + 40.730112260207534 + -3.8541471865028143 + + 903.0 + 23782.58984375 + + 153 + + 90 + + + 10.562000274658203 + 192 + + + + + + + 40.73004746809602 + -3.8542396388947964 + + 903.4000244140625 + 23793.150390625 + + 153 + + 91 + + + 10.562000274658203 + 181 + + + + + + + 40.729982759803534 + -3.854334522038698 + + 903.4000244140625 + 23803.6796875 + + 153 + + 91 + + + 10.534000396728516 + 223 + + + + + + + 40.72991956025362 + -3.854423873126507 + + 902.7999877929688 + 23814.26953125 + + 153 + + 87 + + + 10.59000015258789 + 210 + + + + + + + 40.72985493578017 + -3.854511883109808 + + 902.4000244140625 + 23824.810546875 + + 153 + + 86 + + + 10.534000396728516 + 195 + + + + + + + 40.72978620417416 + -3.8546024914830923 + + 902.5999755859375 + 23835.400390625 + + 153 + + 85 + + + 10.59000015258789 + 231 + + + + + + + 40.729722417891026 + -3.8546910881996155 + + 902.5999755859375 + 23845.990234375 + + 153 + + 94 + + + 10.59000015258789 + 257 + + + + + + + 40.72965829633176 + -3.854782870039344 + + 902.5999755859375 + 23856.619140625 + + 153 + + 90 + + + 10.63700008392334 + 247 + + + + + + + 40.72959224693477 + -3.8548771664500237 + + 902.5999755859375 + 23867.349609375 + + 153 + + 91 + + + 10.720999717712402 + 216 + + + + + + + 40.729528460651636 + -3.854972803965211 + + 902.7999877929688 + 23878.099609375 + + 153 + + 91 + + + 10.74899959564209 + 261 + + + + + + + 40.729467859491706 + -3.8550694473087788 + + 903.0 + 23888.98046875 + + 153 + + 91 + + + 10.888999938964844 + 249 + + + + + + + 40.729406252503395 + -3.8551741372793913 + + 903.0 + 23899.9296875 + + 154 + + 94 + + + 10.944999694824219 + 243 + + + + + + + 40.72934883646667 + -3.8552747201174498 + + 903.0 + 23910.9609375 + + 153 + + 94 + + + 11.029000282287598 + 192 + + + + + + + 40.72929058223963 + -3.855381505563855 + + 903.0 + 23921.900390625 + + 153 + + 94 + + + 10.944999694824219 + 199 + + + + + + + 40.72923953644931 + -3.855491979047656 + + 903.0 + 23932.7890625 + + 153 + + 94 + + + 10.888999938964844 + 238 + + + + + + + 40.72919343598187 + -3.8556020334362984 + + 903.4000244140625 + 23943.740234375 + + 154 + + 95 + + + 10.944999694824219 + 247 + + + + + + + 40.729149766266346 + -3.8557103276252747 + + 903.0 + 23954.6796875 + + 153 + + 92 + + + 10.944999694824219 + 213 + + + + + + + 40.72910467162728 + -3.8558296859264374 + + 903.0 + 23965.630859375 + + 153 + + 94 + + + 10.944999694824219 + 236 + + + + + + + 40.7290640193969 + -3.855946697294712 + + 903.0 + 23976.7109375 + + 153 + + 93 + + + 11.085000038146973 + 216 + + + + + + + 40.729029485955834 + -3.856065971776843 + + 903.0 + 23987.51953125 + + 153 + + 95 + + + 10.805000305175781 + 178 + + + + + + + 40.72899905964732 + -3.856192622333765 + + 903.0 + 23998.349609375 + + 154 + + 94 + + + 10.833000183105469 + 226 + + + + + + + 40.72897064499557 + -3.856312735006213 + + 903.0 + 24009.099609375 + + 153 + + 92 + + + 10.74899959564209 + 188 + + + + + + + 40.72894147597253 + -3.8564294949173927 + + 903.0 + 24019.7890625 + + 153 + + 93 + + + 10.692999839782715 + 227 + + + + + + + 40.72891247458756 + -3.8565537985414267 + + 903.0 + 24030.439453125 + + 153 + + 91 + + + 10.645999908447266 + 229 + + + + + + + 40.728886323049664 + -3.8566701393574476 + + 903.0 + 24041.029296875 + + 153 + + 92 + + + 10.59000015258789 + 260 + + + + + + + 40.72885782457888 + -3.8567951135337353 + + 903.0 + 24051.5390625 + + 153 + + 93 + + + 10.515999794006348 + 290 + + + + + + + 40.728830667212605 + -3.8569158129394054 + + 903.0 + 24062.029296875 + + 153 + + 91 + + + 10.48799991607666 + 257 + + + + + + + 40.72880485095084 + -3.8570294715464115 + + 903.0 + 24072.470703125 + + 153 + + 90 + + + 10.440999984741211 + 207 + + + + + + + 40.728780375793576 + -3.857145057991147 + + 903.0 + 24082.83984375 + + 153 + + 90 + + + 10.366000175476074 + 234 + + + + + + + 40.7287513744086 + -3.8572650868445635 + + 903.0 + 24093.19921875 + + 154 + + 88 + + + 10.366000175476074 + 293 + + + + + + + 40.72872480377555 + -3.857378913089633 + + 903.4000244140625 + 24103.58984375 + + 153 + + 88 + + + 10.385000228881836 + 263 + + + + + + + 40.72869764640927 + -3.857496175915003 + + 903.4000244140625 + 24113.900390625 + + 154 + + 88 + + + 10.3100004196167 + 177 + + + + + + + 40.72867149487138 + -3.857612516731024 + + 903.4000244140625 + 24124.16015625 + + 153 + + 90 + + + 10.263999938964844 + 232 + + + + + + + 40.72864509187639 + -3.8577265944331884 + + 903.4000244140625 + 24134.349609375 + + 153 + + 94 + + + 10.189000129699707 + 222 + + + + + + + 40.728622041642666 + -3.857837403193116 + + 903.7999877929688 + 24144.5 + + 154 + + 92 + + + 10.142000198364258 + 253 + + + + + + + 40.72859572246671 + -3.8579536601901054 + + 904.0 + 24154.58984375 + + 154 + + 92 + + + 10.095999717712402 + 248 + + + + + + + 40.7285719178617 + -3.8580661453306675 + + 904.0 + 24164.66015625 + + 154 + + 93 + + + 10.067999839782715 + 213 + + + + + + + 40.7285460177809 + -3.858182653784752 + + 904.0 + 24174.6796875 + + 154 + + 92 + + + 10.020999908447266 + 233 + + + + + + + 40.728517435491085 + -3.8583003357052803 + + 904.0 + 24184.75 + + 154 + + 92 + + + 10.067999839782715 + 272 + + + + + + + 40.72848843410611 + -3.8584059476852417 + + 904.0 + 24194.8203125 + + 154 + + 92 + + + 10.067999839782715 + 253 + + + + + + + 40.72846094146371 + -3.8585112243890762 + + 904.0 + 24204.619140625 + + 153 + + 88 + + + 9.807000160217285 + 253 + + + + + + + 40.728427497670054 + -3.858622284606099 + + 904.2000122070312 + 24214.310546875 + + 154 + + 88 + + + 9.6850004196167 + 245 + + + + + + + 40.72839003056288 + -3.858725130558014 + + 904.4000244140625 + 24223.94921875 + + 154 + + 88 + + + 9.64799976348877 + 256 + + + + + + + 40.728346947580576 + -3.858824707567692 + + 904.5999755859375 + 24233.560546875 + + 154 + + 90 + + + 9.60099983215332 + 278 + + + + + + + 40.72829824872315 + -3.8589217700064182 + + 904.7999877929688 + 24243.140625 + + 154 + + 86 + + + 9.583000183105469 + 255 + + + + + + + 40.72825105860829 + -3.8590095285326242 + + 904.7999877929688 + 24252.689453125 + + 154 + + 85 + + + 9.555000305175781 + 264 + + + + + + + 40.728203197941184 + -3.859095945954323 + + 905.0 + 24262.279296875 + + 154 + + 88 + + + 9.583000183105469 + 261 + + + + + + + 40.72815114632249 + -3.8591862190514803 + + 905.0 + 24271.919921875 + + 155 + + 88 + + + 9.64799976348877 + 266 + + + + + + + 40.72809926234186 + -3.85927171446383 + + 905.2000122070312 + 24281.640625 + + 155 + + 87 + + + 9.713000297546387 + 288 + + + + + + + 40.72804377414286 + -3.8593614008277655 + + 905.2000122070312 + 24291.48046875 + + 155 + + 88 + + + 9.843999862670898 + 278 + + + + + + + 40.72798443026841 + -3.8594520930200815 + + 905.4000244140625 + 24301.330078125 + + 155 + + 88 + + + 9.843999862670898 + 192 + + + + + + + 40.72792852297425 + -3.859536414965987 + + 905.5999755859375 + 24311.169921875 + + 155 + + 91 + + + 9.843999862670898 + 196 + + + + + + + 40.72787462733686 + -3.859618892893195 + + 905.5999755859375 + 24320.990234375 + + 155 + + 90 + + + 9.815999984741211 + 208 + + + + + + + 40.72781687602401 + -3.859710171818733 + + 905.4000244140625 + 24330.740234375 + + 155 + + 90 + + + 9.75100040435791 + 227 + + + + + + + 40.72776063345373 + -3.859792985022068 + + 905.4000244140625 + 24340.44921875 + + 155 + + 86 + + + 9.713000297546387 + 238 + + + + + + + 40.72770296595991 + -3.8598782289773226 + + 905.4000244140625 + 24350.1796875 + + 155 + + 91 + + + 9.732000350952148 + 275 + + + + + + + 40.7276445440948 + -3.8599648140370846 + + 905.5999755859375 + 24359.859375 + + 155 + + 88 + + + 9.6850004196167 + 280 + + + + + + + 40.727588972076774 + -3.860049471259117 + + 905.7999877929688 + 24369.490234375 + + 155 + + 86 + + + 9.619999885559082 + 246 + + + + + + + 40.72753490880132 + -3.8601318653672934 + + 905.7999877929688 + 24379.01953125 + + 156 + + 93 + + + 9.53600025177002 + 202 + + + + + + + 40.72747506201267 + -3.8602163549512625 + + 906.0 + 24388.490234375 + + 156 + + 85 + + + 9.470999717712402 + 242 + + + + + + + 40.727420412003994 + -3.860293887555599 + + 906.0 + 24397.8203125 + + 156 + + 95 + + + 9.331000328063965 + 258 + + + + + + + 40.727362744510174 + -3.8603751081973314 + + 906.4000244140625 + 24407.0703125 + + 156 + + 96 + + + 9.246999740600586 + 331 + + + + + + + 40.72730742394924 + -3.8604536466300488 + + 906.5999755859375 + 24416.279296875 + + 156 + + 94 + + + 9.208999633789062 + 285 + + + + + + + 40.72725000791252 + -3.8605299219489098 + + 907.0 + 24425.369140625 + + 156 + + 95 + + + 9.088000297546387 + 242 + + + + + + + 40.72719284333289 + -3.860594630241394 + + 907.2000122070312 + 24434.380859375 + + 156 + + 93 + + + 9.012999534606934 + 274 + + + + + + + 40.727130230516195 + -3.8606600929051638 + + 907.2000122070312 + 24443.279296875 + + 156 + + 92 + + + 8.901000022888184 + 237 + + + + + + + 40.72706728242338 + -3.8607181794941425 + + 907.2000122070312 + 24452.150390625 + + 156 + + 93 + + + 8.86400032043457 + 288 + + + + + + + 40.72699804790318 + -3.8607738353312016 + + 907.4000244140625 + 24460.970703125 + + 156 + + 88 + + + 8.82699966430664 + 244 + + + + + + + 40.72692881338298 + -3.8608271442353725 + + 907.5999755859375 + 24469.80078125 + + 156 + + 90 + + + 8.82699966430664 + 224 + + + + + + + 40.726860500872135 + -3.86087978258729 + + 907.5999755859375 + 24478.6796875 + + 156 + + 91 + + + 8.883000373840332 + 216 + + + + + + + 40.72679428383708 + -3.860933091491461 + + 907.5999755859375 + 24487.6796875 + + 156 + + 88 + + + 8.994999885559082 + 179 + + + + + + + 40.72672328911722 + -3.8609874062240124 + + 907.5999755859375 + 24496.689453125 + + 156 + + 93 + + + 9.012999534606934 + 246 + + + + + + + 40.72665204294026 + -3.861036943271756 + + 907.7999877929688 + 24505.779296875 + + 156 + + 92 + + + 9.088000297546387 + 202 + + + + + + + 40.72657400742173 + -3.861085055395961 + + 907.7999877929688 + 24515.01953125 + + 156 + + 82 + + + 9.246999740600586 + 287 + + + + + + + 40.72649538516998 + -3.8611366041004658 + + 907.5999755859375 + 24524.509765625 + + 156 + + 85 + + + 9.48900032043457 + 199 + + + + + + + 40.72642053477466 + -3.8611905835568905 + + 907.7999877929688 + 24534.150390625 + + 157 + + 85 + + + 9.638999938964844 + 188 + + + + + + + 40.726348953321576 + -3.8612526934593916 + + 907.5999755859375 + 24543.9296875 + + 156 + + 88 + + + 9.779000282287598 + 185 + + + + + + + 40.72627326473594 + -3.8613233529031277 + + 907.4000244140625 + 24553.859375 + + 156 + + 90 + + + 9.928000450134277 + 198 + + + + + + + 40.726204197853804 + -3.861396946012974 + + 907.4000244140625 + 24563.98046875 + + 156 + + 90 + + + 10.12399959564209 + 242 + + + + + + + 40.72613236494362 + -3.861477244645357 + + 907.2000122070312 + 24574.349609375 + + 156 + + 90 + + + 10.366000175476074 + 200 + + + + + + + 40.72606195695698 + -3.8615629076957703 + + 907.0 + 24584.810546875 + + 157 + + 88 + + + 10.460000038146973 + 159 + + + + + + + 40.72599397972226 + -3.861648151651025 + + 906.5999755859375 + 24595.4609375 + + 156 + + 90 + + + 10.645999908447266 + 121 + + + + + + + 40.72592943906784 + -3.861739933490753 + + 906.4000244140625 + 24606.3203125 + + 156 + + 85 + + + 10.861000061035156 + 275 + + + + + + + 40.7258624676615 + -3.861838923767209 + + 906.2000122070312 + 24617.490234375 + + 156 + + 86 + + + 11.168999671936035 + 215 + + + + + + + 40.72580094449222 + -3.8619364891201258 + + 905.7999877929688 + 24628.830078125 + + 156 + + 88 + + + 11.345999717712402 + 172 + + + + + + + 40.72573539800942 + -3.8620473816990852 + + 905.4000244140625 + 24640.359375 + + 156 + + 86 + + + 11.532999992370605 + 105 + + + + + + + 40.725675551220775 + -3.8621601182967424 + + 904.7999877929688 + 24652.150390625 + + 156 + + 92 + + + 11.78499984741211 + 183 + + + + + + + 40.72561763226986 + -3.862276878207922 + + 904.5999755859375 + 24663.869140625 + + 155 + + 87 + + + 11.718999862670898 + 158 + + + + + + + 40.72556449100375 + -3.8623938895761967 + + 904.4000244140625 + 24675.75 + + 155 + + 88 + + + 11.878000259399414 + 148 + + + + + + + 40.725510930642486 + -3.8625226356089115 + + 904.2000122070312 + 24687.689453125 + + 155 + + 87 + + + 11.942999839782715 + 165 + + + + + + + 40.72546332143247 + -3.862647945061326 + + 904.0 + 24699.669921875 + + 155 + + 91 + + + 11.980999946594238 + 267 + + + + + + + 40.725417053326964 + -3.8627818878740072 + + 903.7999877929688 + 24711.609375 + + 155 + + 91 + + + 11.942999839782715 + 185 + + + + + + + 40.725377574563026 + -3.8629160821437836 + + 903.5999755859375 + 24723.560546875 + + 155 + + 91 + + + 11.942999839782715 + 206 + + + + + + + 40.72534203529358 + -3.86304784566164 + + 903.5999755859375 + 24735.1796875 + + 155 + + 91 + + + 11.62600040435791 + 203 + + + + + + + 40.7253132853657 + -3.8631738256663084 + + 903.5999755859375 + 24746.83984375 + + 155 + + 87 + + + 11.654000282287598 + 342 + + + + + + + 40.725285625085235 + -3.8633092772215605 + + 903.4000244140625 + 24758.4609375 + + 155 + + 87 + + + 11.62600040435791 + 243 + + + + + + + 40.72526684962213 + -3.8634379394352436 + + 903.5999755859375 + 24770.0 + + 155 + + 85 + + + 11.532999992370605 + 198 + + + + + + + 40.725249918177724 + -3.8635740615427494 + + 903.5999755859375 + 24781.33984375 + + 154 + + 91 + + + 11.345999717712402 + 333 + + + + + + + 40.725233824923635 + -3.8637076690793037 + + 903.4000244140625 + 24792.5390625 + + 155 + + 92 + + + 11.196999549865723 + 261 + + + + + + + 40.72522250935435 + -3.8638366665691137 + + 903.4000244140625 + 24803.7109375 + + 155 + + 91 + + + 11.168999671936035 + 215 + + + + + + + 40.725213875994086 + -3.8639654126018286 + + 903.4000244140625 + 24814.8203125 + + 154 + + 90 + + + 11.11299991607666 + 266 + + + + + + + 40.72520884685218 + -3.8640987686812878 + + 903.5999755859375 + 24825.9609375 + + 155 + + 88 + + + 11.140999794006348 + 241 + + + + + + + 40.72521060705185 + -3.8642248325049877 + + 903.7999877929688 + 24836.849609375 + + 155 + + 86 + + + 10.888999938964844 + 202 + + + + + + + 40.725210942327976 + -3.8643560092896223 + + 904.0 + 24847.76953125 + + 154 + + 91 + + + 10.916999816894531 + 199 + + + + + + + 40.725210858508945 + -3.8644844200462103 + + 903.7999877929688 + 24858.41015625 + + 154 + + 96 + + + 10.645999908447266 + 223 + + + + + + + 40.725210858508945 + -3.8646075502038 + + 903.5999755859375 + 24869.029296875 + + 154 + + 92 + + + 10.618000030517578 + 218 + + + + + + + 40.725212786346674 + -3.8647285010665655 + + 903.5999755859375 + 24879.55078125 + + 154 + + 91 + + + 10.515999794006348 + 256 + + + + + + + 40.725216306746006 + -3.8648560736328363 + + 903.5999755859375 + 24890.119140625 + + 154 + + 91 + + + 10.571999549865723 + 332 + + + + + + + 40.72521412745118 + -3.8649776950478554 + + 903.5999755859375 + 24900.490234375 + + 154 + + 88 + + + 10.366000175476074 + 220 + + + + + + + 40.72521370835602 + -3.8651015795767307 + + 903.7999877929688 + 24910.779296875 + + 154 + + 95 + + + 10.291999816894531 + 201 + + + + + + + 40.72521345689893 + -3.865223955363035 + + 903.7999877929688 + 24920.94921875 + + 154 + + 93 + + + 10.170000076293945 + 213 + + + + + + + 40.72521060705185 + -3.8653407152742147 + + 903.7999877929688 + 24930.970703125 + + 155 + + 93 + + + 10.020999908447266 + 267 + + + + + + + 40.725208008661866 + -3.8654580619186163 + + 903.7999877929688 + 24940.9296875 + + 154 + + 92 + + + 9.956000328063965 + 236 + + + + + + + 40.72520490735769 + -3.865575911477208 + + 904.0 + 24950.7890625 + + 155 + + 91 + + + 9.86299991607666 + 259 + + + + + + + 40.7252044044435 + -3.8656863011419773 + + 904.0 + 24960.5703125 + + 154 + + 91 + + + 9.779000282287598 + 260 + + + + + + + 40.72520297951996 + -3.865805072709918 + + 904.4000244140625 + 24970.30078125 + + 154 + + 87 + + + 9.732000350952148 + 289 + + + + + + + 40.72520230896771 + -3.8659192342311144 + + 904.5999755859375 + 24979.880859375 + + 154 + + 87 + + + 9.583000183105469 + 213 + + + + + + + 40.72520172223449 + -3.866030378267169 + + 905.0 + 24989.400390625 + + 154 + + 91 + + + 9.517000198364258 + 320 + + + + + + + 40.72520088404417 + -3.8661362417042255 + + 905.4000244140625 + 24998.689453125 + + 154 + + 96 + + + 9.293000221252441 + 235 + + + + + + + 40.72520029731095 + -3.8662466313689947 + + 905.5999755859375 + 25007.900390625 + + 154 + + 94 + + + 9.208999633789062 + 241 + + + + + + + 40.725201135501266 + -3.8663506507873535 + + 905.5999755859375 + 25017.0 + + 154 + + 93 + + + 9.097000122070312 + 257 + + + + + + + 40.725198620930314 + -3.8664596155285835 + + 905.4000244140625 + 25026.01953125 + + 155 + + 91 + + + 9.02299976348877 + 273 + + + + + + + 40.72519786655903 + -3.866566736251116 + + 905.4000244140625 + 25034.9609375 + + 155 + + 93 + + + 8.939000129699707 + 289 + + + + + + + 40.72519761510193 + -3.8666687440127134 + + 905.2000122070312 + 25043.900390625 + + 154 + + 92 + + + 8.939000129699707 + 310 + + + + + + + 40.72519778274 + -3.8667706679552794 + + 905.2000122070312 + 25052.779296875 + + 155 + + 91 + + + 8.883000373840332 + 329 + + + + + + + 40.72519803419709 + -3.866874435916543 + + 905.4000244140625 + 25061.560546875 + + 155 + + 90 + + + 8.779999732971191 + 275 + + + + + + + 40.72519836947322 + -3.86697543784976 + + 905.5999755859375 + 25070.359375 + + 154 + + 87 + + + 8.798999786376953 + 219 + + + + + + + 40.7251993753016 + -3.8670780323445797 + + 906.0 + 25078.94921875 + + 155 + + 98 + + + 8.593999862670898 + 294 + + + + + + + 40.72519954293966 + -3.8671782799065113 + + 906.2000122070312 + 25087.48046875 + + 155 + + 95 + + + 8.527999877929688 + 194 + + + + + + + 40.725198118016124 + -3.8672745041549206 + + 906.2000122070312 + 25095.859375 + + 155 + + 94 + + + 8.378999710083008 + 185 + + + + + + + 40.72519736364484 + -3.8673658668994904 + + 906.4000244140625 + 25103.990234375 + + 155 + + 93 + + + 8.126999855041504 + 234 + + + + + + + 40.725197196006775 + -3.8674579840153456 + + 906.5999755859375 + 25111.869140625 + + 155 + + 90 + + + 7.883999824523926 + 238 + + + + + + + 40.725198704749346 + -3.8675425574183464 + + 907.0 + 25119.330078125 + + 155 + + 86 + + + 7.454999923706055 + 283 + + + + + + + 40.725203482434154 + -3.8676294777542353 + + 907.4000244140625 + 25126.599609375 + + 156 + + 83 + + + 7.269000053405762 + 266 + + + + + + + 40.72520826011896 + -3.8677091896533966 + + 907.7999877929688 + 25133.630859375 + + 156 + + 81 + + + 7.034999847412109 + 267 + + + + + + + 40.72521605528891 + -3.867784207686782 + + 908.0 + 25140.400390625 + + 156 + + 78 + + + 6.764999866485596 + 323 + + + + + + + 40.72522594593465 + -3.8678588066250086 + + 908.4000244140625 + 25147.0390625 + + 156 + + 76 + + + 6.64300012588501 + 361 + + + + + + + 40.72523784823716 + -3.8679350819438696 + + 908.4000244140625 + 25153.5 + + 157 + + 72 + + + 6.456999778747559 + 326 + + + + + + + 40.72525603696704 + -3.8680040650069714 + + 908.5999755859375 + 25159.779296875 + + 157 + + 73 + + + 6.28000020980835 + 363 + + + + + + + 40.72528336197138 + -3.868068102747202 + + 909.2000122070312 + 25166.0703125 + + 157 + + 70 + + + 6.289000034332275 + 304 + + + + + + + 40.7253132853657 + -3.8681260216981173 + + 909.5999755859375 + 25172.150390625 + + 157 + + 70 + + + 6.084000110626221 + 254 + + + + + + + 40.72533801198006 + -3.868183856830001 + + 909.7999877929688 + 25178.189453125 + + 158 + + 69 + + + 6.0370001792907715 + 263 + + + + + + + 40.72535393759608 + -3.8682461343705654 + + 909.7999877929688 + 25184.099609375 + + 158 + + 68 + + + 5.915999889373779 + 256 + + + + + + + 40.72536014020443 + -3.8683135248720646 + + 909.7999877929688 + 25189.9296875 + + 159 + + 65 + + + 5.831999778747559 + 243 + + + + + + + 40.72535268031061 + -3.868376472964883 + + 910.2000122070312 + 25195.66015625 + + 159 + + 65 + + + 5.729000091552734 + 249 + + + + + + + 40.72532979771495 + -3.868436487391591 + + 910.2000122070312 + 25201.41015625 + + 159 + + 64 + + + 5.748000144958496 + 265 + + + + + + + 40.725296856835485 + -3.868483090773225 + + 910.4000244140625 + 25207.060546875 + + 159 + + 63 + + + 5.6539998054504395 + 264 + + + + + + + 40.72525788098574 + -3.8685188814997673 + + 911.0 + 25212.560546875 + + 159 + + 63 + + + 5.495999813079834 + 192 + + + + + + + 40.725215803831816 + -3.86854394339025 + + 911.2000122070312 + 25218.0 + + 159 + + 62 + + + 5.440000057220459 + 118 + + + + + + + 40.72516601532698 + -3.868555761873722 + + 911.2000122070312 + 25223.470703125 + + 159 + + 52 + + + 5.4679999351501465 + 99 + + + + + + + 40.72511438280344 + -3.8685539178550243 + + 911.2000122070312 + 25229.330078125 + + 159 + + 60 + + + 5.860000133514404 + 81 + + + + + + + 40.725056044757366 + -3.8685379084199667 + + 911.0 + 25235.759765625 + + 159 + + 53 + + + 6.438000202178955 + 76 + + + + + + + 40.72500114329159 + -3.8685023691505194 + + 910.5999755859375 + 25242.5703125 + + 158 + + 58 + + + 6.802000045776367 + 0 + + + + + + + 40.72495738975704 + -3.8684466294944286 + + 910.7999877929688 + 25249.580078125 + + 158 + + 0 + + + 7.017000198364258 + 0 + + + + + + + 40.72493098676205 + -3.868369348347187 + + 910.2000122070312 + 25257.01953125 + + 157 + + 0 + + + 7.436999797821045 + 0 + + + + + + + 40.72493207640946 + -3.8682694360613823 + + 909.5999755859375 + 25264.8203125 + + 157 + + 0 + + + 7.800000190734863 + 0 + + + + + + + 40.72494590654969 + -3.868174972012639 + + 909.4000244140625 + 25272.900390625 + + 156 + + 0 + + + 8.079999923706055 + 0 + + + + + + + 40.724978260695934 + -3.8680800050497055 + + 909.0 + 25281.169921875 + + 155 + + 0 + + + 8.267000198364258 + 0 + + + + + + + 40.72502687573433 + -3.8679946772754192 + + 908.7999877929688 + 25289.740234375 + + 155 + + 0 + + + 8.574999809265137 + 54 + + + + + + + 40.72507431730628 + -3.867914881557226 + + 908.7999877929688 + 25298.439453125 + + 154 + + 77 + + + 8.696000099182129 + 193 + + + + + + + 40.72511237114668 + -3.86782368645072 + + 908.7999877929688 + 25307.4296875 + + 154 + + 54 + + + 8.984999656677246 + 175 + + + + + + + 40.72513055987656 + -3.8677130453288555 + + 908.7999877929688 + 25316.66015625 + + 153 + + 58 + + + 9.237000465393066 + 198 + + + + + + + 40.725133242085576 + -3.8676004763692617 + + 908.4000244140625 + 25326.26953125 + + 153 + + 59 + + + 9.611000061035156 + 232 + + + + + + + 40.725132739171386 + -3.8674763403832912 + + 908.0 + 25336.470703125 + + 152 + + 61 + + + 10.197999954223633 + 236 + + + + + + + 40.725132655352354 + -3.867347678169608 + + 908.0 + 25346.990234375 + + 152 + + 75 + + + 10.515999794006348 + 194 + + + + + + + 40.72513340972364 + -3.8672182615846395 + + 907.4000244140625 + 25358.0703125 + + 152 + + 91 + + + 11.085000038146973 + 231 + + + + + + + 40.72513550519943 + -3.867080882191658 + + 907.0 + 25369.69921875 + + 152 + + 71 + + + 11.62600040435791 + 320 + + + + + + + 40.72513634338975 + -3.8669356238096952 + + 906.7999877929688 + 25381.599609375 + + 151 + + 74 + + + 11.906000137329102 + 268 + + + + + + + 40.725137097761035 + -3.866792796179652 + + 906.4000244140625 + 25393.720703125 + + 151 + + 76 + + + 12.111000061035156 + 276 + + + + + + + 40.72513818740845 + -3.866641167551279 + + 905.7999877929688 + 25406.150390625 + + 151 + + 79 + + + 12.428000450134277 + 355 + + + + + + + 40.725138606503606 + -3.866487191990018 + + 905.5999755859375 + 25418.75 + + 150 + + 79 + + + 12.605999946594238 + 190 + + + + + + + 40.72514120489359 + -3.866334557533264 + + 905.4000244140625 + 25431.509765625 + + 150 + + 81 + + + 12.755000114440918 + 218 + + + + + + + 40.72514363564551 + -3.8661854434758425 + + 905.2000122070312 + 25444.33984375 + + 150 + + 82 + + + 12.829999923706055 + 198 + + + + + + + 40.72514615021646 + -3.8660290371626616 + + 905.0 + 25457.2890625 + + 150 + + 83 + + + 12.960000038146973 + 217 + + + + + + + 40.72514648549259 + -3.865883443504572 + + 905.0 + 25470.099609375 + + 150 + + 84 + + + 12.802000045776367 + 197 + + + + + + + 40.725147323682904 + -3.865725612267852 + + 904.7999877929688 + 25483.009765625 + + 150 + + 83 + + + 12.913999557495117 + 191 + + + + + + + 40.725147407501936 + -3.865566775202751 + + 904.7999877929688 + 25495.970703125 + + 149 + + 84 + + + 12.960000038146973 + 287 + + + + + + + 40.725147826597095 + -3.8654164876788855 + + 904.7999877929688 + 25509.009765625 + + 149 + + 85 + + + 13.03499984741211 + 367 + + + + + + + 40.72514807805419 + -3.865265781059861 + + 904.4000244140625 + 25522.0390625 + + 149 + + 82 + + + 13.03499984741211 + 236 + + + + + + + 40.725150760263205 + -3.8651061058044434 + + 904.2000122070312 + 25535.16015625 + + 149 + + 82 + + + 13.119000434875488 + 238 + + + + + + + 40.72515302337706 + -3.8649575784802437 + + 904.0 + 25548.080078125 + + 150 + + 83 + + + 12.913999557495117 + 238 + + + + + + + 40.7251510117203 + -3.8648015074431896 + + 903.7999877929688 + 25561.0703125 + + 149 + + 84 + + + 12.998000144958496 + 331 + + + + + + + 40.72515159845352 + -3.86464417912066 + + 903.7999877929688 + 25574.109375 + + 150 + + 84 + + + 13.03499984741211 + 315 + + + + + + + 40.7251494191587 + -3.864495735615492 + + 903.7999877929688 + 25587.08984375 + + 150 + + 83 + + + 12.979000091552734 + 309 + + + + + + + 40.72514908388257 + -3.8643474597483873 + + 903.7999877929688 + 25599.990234375 + + 150 + + 82 + + + 12.904000282287598 + 281 + + + + + + + 40.72514757514 + -3.8641896285116673 + + 903.7999877929688 + 25612.849609375 + + 150 + + 84 + + + 12.857999801635742 + 293 + + + + + + + 40.72514715604484 + -3.864040933549404 + + 903.5999755859375 + 25625.69921875 + + 150 + + 82 + + + 12.857999801635742 + 336 + + + + + + + 40.725149251520634 + -3.863882850855589 + + 903.4000244140625 + 25638.51953125 + + 151 + + 82 + + + 12.819999694824219 + 289 + + + + + + + 40.72515687905252 + -3.863731473684311 + + 903.4000244140625 + 25651.310546875 + + 151 + + 81 + + + 12.782999992370605 + 301 + + + + + + + 40.725170373916626 + -3.8635842874646187 + + 903.4000244140625 + 25664.060546875 + + 151 + + 82 + + + 12.746000289916992 + 304 + + + + + + + 40.72518730536103 + -3.863439867272973 + + 903.4000244140625 + 25676.759765625 + + 152 + + 81 + + + 12.708000183105469 + 290 + + + + + + + 40.72520876303315 + -3.86329117231071 + + 903.5999755859375 + 25689.470703125 + + 152 + + 81 + + + 12.708000183105469 + 290 + + + + + + + 40.725235333666205 + -3.863148260861635 + + 903.4000244140625 + 25702.1796875 + + 152 + + 80 + + + 12.708000183105469 + 277 + + + + + + + 40.725269950926304 + -3.8629986438900232 + + 903.2000122070312 + 25714.9609375 + + 152 + + 80 + + + 12.782999992370605 + 262 + + + + + + + 40.725307585671544 + -3.862853553146124 + + 903.2000122070312 + 25727.51953125 + + 153 + + 82 + + + 12.559000015258789 + 304 + + + + + + + 40.725346729159355 + -3.862715754657984 + + 903.4000244140625 + 25740.189453125 + + 153 + + 82 + + + 12.670999526977539 + 259 + + + + + + + 40.72538997977972 + -3.8625802192837 + + 903.4000244140625 + 25752.830078125 + + 153 + + 81 + + + 12.633999824523926 + 285 + + + + + + + 40.72543976828456 + -3.8624451868236065 + + 903.4000244140625 + 25765.390625 + + 154 + + 80 + + + 12.559000015258789 + 257 + + + + + + + 40.725491903722286 + -3.8623194582760334 + + 903.5999755859375 + 25777.73046875 + + 154 + + 80 + + + 12.345000267028809 + 237 + + + + + + + 40.72555032558739 + -3.8621918857097626 + + 903.5999755859375 + 25789.970703125 + + 154 + + 85 + + + 12.241999626159668 + 325 + + + + + + + 40.72561293840408 + -3.8620734494179487 + + 903.7999877929688 + 25802.05078125 + + 155 + + 85 + + + 12.074000358581543 + 345 + + + + + + + 40.72567387484014 + -3.861959706991911 + + 904.0 + 25814.060546875 + + 155 + + 85 + + + 12.008999824523926 + 314 + + + + + + + 40.72573682293296 + -3.861848646774888 + + 904.2000122070312 + 25825.650390625 + + 155 + + 109 + + + 11.58899974822998 + 331 + + + + + + + 40.7258037943393 + -3.861741106957197 + + 904.7999877929688 + 25837.23046875 + + 155 + + 102 + + + 11.58899974822998 + 385 + + + + + + + 40.72586724534631 + -3.8616421166807413 + + 905.2000122070312 + 25848.4609375 + + 156 + + 84 + + + 11.225000381469727 + 316 + + + + + + + 40.72593631222844 + -3.8615431264042854 + + 905.7999877929688 + 25859.400390625 + + 156 + + 84 + + + 10.944999694824219 + 301 + + + + + + + 40.72600579820573 + -3.8614494167268276 + + 906.2000122070312 + 25870.2109375 + + 156 + + 82 + + + 10.805000305175781 + 268 + + + + + + + 40.72607461363077 + -3.8613664358854294 + + 906.4000244140625 + 25880.830078125 + + 156 + + 81 + + + 10.618000030517578 + 242 + + + + + + + 40.72614359669387 + -3.861288735643029 + + 906.5999755859375 + 25891.26953125 + + 156 + + 83 + + + 10.440999984741211 + 316 + + + + + + + 40.726220877841115 + -3.861214555799961 + + 907.0 + 25901.560546875 + + 157 + + 84 + + + 10.291999816894531 + 307 + + + + + + + 40.72629229165614 + -3.8611461594700813 + + 907.2000122070312 + 25911.73046875 + + 157 + + 82 + + + 10.170000076293945 + 304 + + + + + + + 40.7263701595366 + -3.861075583845377 + + 907.2000122070312 + 25921.919921875 + + 157 + + 81 + + + 10.189000129699707 + 322 + + + + + + + 40.72644777595997 + -3.861009366810322 + + 907.4000244140625 + 25932.1796875 + + 157 + + 82 + + + 10.263999938964844 + 283 + + + + + + + 40.7265274040401 + -3.860951866954565 + + 907.5999755859375 + 25942.19921875 + + 157 + + 81 + + + 10.020999908447266 + 253 + + + + + + + 40.726607451215386 + -3.8608960434794426 + + 907.5999755859375 + 25952.330078125 + + 157 + + 81 + + + 10.12399959564209 + 241 + + + + + + + 40.7266896776855 + -3.8608380407094955 + + 907.5999755859375 + 25962.470703125 + + 157 + + 83 + + + 10.142000198364258 + 231 + + + + + + + 40.72676855139434 + -3.860783474519849 + + 907.5999755859375 + 25972.640625 + + 158 + + 81 + + + 10.170000076293945 + 270 + + + + + + + 40.72685094550252 + -3.8607217837125063 + + 907.7999877929688 + 25982.9296875 + + 158 + + 84 + + + 10.291999816894531 + 217 + + + + + + + 40.72693065740168 + -3.860656153410673 + + 907.7999877929688 + 25993.23046875 + + 158 + + 84 + + + 10.291999816894531 + 180 + + + + + + + 40.72700642980635 + -3.860592618584633 + + 907.5999755859375 + 26003.640625 + + 158 + + 82 + + + 10.413000106811523 + 180 + + + + + + + 40.72708119638264 + -3.8605261500924826 + + 907.2000122070312 + 26014.2890625 + + 158 + + 84 + + + 10.645999908447266 + 147 + + + + + + + 40.72715839371085 + -3.8604507129639387 + + 907.2000122070312 + 26024.80078125 + + 157 + + 96 + + + 10.515999794006348 + 130 + + + + + + + 40.727229388430715 + -3.8603720907121897 + + 907.4000244140625 + 26035.609375 + + 157 + + 86 + + + 10.805000305175781 + 199 + + + + + + + 40.72730088606477 + -3.860279554501176 + + 907.0 + 26046.75 + + 157 + + 74 + + + 11.140999794006348 + 202 + + + + + + + 40.727371545508504 + -3.860180228948593 + + 906.7999877929688 + 26058.0 + + 158 + + 70 + + + 11.253000259399414 + 174 + + + + + + + 40.727441450580955 + -3.860077718272805 + + 906.5999755859375 + 26069.51953125 + + 157 + + 73 + + + 11.52299976348877 + 209 + + + + + + + 40.72751051746309 + -3.8599747885018587 + + 906.4000244140625 + 26081.23046875 + + 157 + + 74 + + + 11.710000038146973 + 133 + + + + + + + 40.72758352383971 + -3.8598680030554533 + + 906.2000122070312 + 26093.009765625 + + 157 + + 75 + + + 11.774999618530273 + 174 + + + + + + + 40.72765267454088 + -3.859768509864807 + + 906.2000122070312 + 26104.810546875 + + 157 + + 77 + + + 11.803000450134277 + 163 + + + + + + + 40.7277240883559 + -3.8596629817038774 + + 906.0 + 26116.720703125 + + 157 + + 79 + + + 11.906000137329102 + 187 + + + + + + + 40.727793322876096 + -3.8595592975616455 + + 905.7999877929688 + 26128.689453125 + + 157 + + 78 + + + 11.970999717712402 + 148 + + + + + + + 40.72786079719663 + -3.8594517577439547 + + 905.7999877929688 + 26140.73046875 + + 156 + + 78 + + + 12.036999702453613 + 194 + + + + + + + 40.72792659513652 + -3.859347403049469 + + 905.4000244140625 + 26152.759765625 + + 156 + + 78 + + + 12.036999702453613 + 218 + + + + + + + 40.727999936789274 + -3.8592374324798584 + + 905.2000122070312 + 26164.80078125 + + 156 + + 77 + + + 12.036999702453613 + 234 + + + + + + + 40.72806674055755 + -3.859128635376692 + + 905.2000122070312 + 26176.880859375 + + 156 + + 77 + + + 12.083000183105469 + 260 + + + + + + + 40.72813748382032 + -3.859011624008417 + + 904.7999877929688 + 26189.029296875 + + 156 + + 75 + + + 12.14900016784668 + 208 + + + + + + + 40.728205209597945 + -3.8588951993733644 + + 904.7999877929688 + 26201.1796875 + + 156 + + 75 + + + 12.14900016784668 + 211 + + + + + + + 40.72827042080462 + -3.8587808702141047 + + 905.0 + 26213.44921875 + + 156 + + 80 + + + 12.270000457763672 + 211 + + + + + + + 40.728327417746186 + -3.8586622662842274 + + 905.0 + 26225.599609375 + + 155 + + 78 + + + 12.14900016784668 + 180 + + + + + + + 40.72838173247874 + -3.8585289940238 + + 905.0 + 26237.880859375 + + 155 + + 78 + + + 12.288999557495117 + 128 + + + + + + + 40.72842087596655 + -3.8583984039723873 + + 904.7999877929688 + 26250.169921875 + + 155 + + 82 + + + 12.288999557495117 + 252 + + + + + + + 40.728456415235996 + -3.8582528941333294 + + 904.4000244140625 + 26262.4609375 + + 155 + + 85 + + + 12.288999557495117 + 194 + + + + + + + 40.728489607572556 + -3.8581104017794132 + + 904.2000122070312 + 26274.7890625 + + 155 + + 85 + + + 12.326000213623047 + 219 + + + + + + + 40.728521877899766 + -3.8579721841961145 + + 904.0 + 26287.150390625 + + 155 + + 85 + + + 12.36299991607666 + 179 + + + + + + + 40.72855498641729 + -3.8578367326408625 + + 904.2000122070312 + 26299.48046875 + + 155 + + 86 + + + 12.326000213623047 + 211 + + + + + + + 40.72859144769609 + -3.8576923962682486 + + 904.0 + 26311.91015625 + + 155 + + 85 + + + 12.428000450134277 + 314 + + + + + + + 40.72862229309976 + -3.85755417868495 + + 903.7999877929688 + 26324.44921875 + + 155 + + 86 + + + 12.539999961853027 + 219 + + + + + + + 40.72865447960794 + -3.8574097584933043 + + 903.5999755859375 + 26336.990234375 + + 155 + + 86 + + + 12.539999961853027 + 208 + + + + + + + 40.72868775576353 + -3.8572639133781195 + + 903.5999755859375 + 26349.560546875 + + 155 + + 87 + + + 12.57800006866455 + 208 + + + + + + + 40.72871709242463 + -3.8571240194141865 + + 903.7999877929688 + 26362.140625 + + 155 + + 87 + + + 12.57800006866455 + 156 + + + + + + + 40.72874399833381 + -3.8569861371070147 + + 903.5999755859375 + 26374.7890625 + + 155 + + 88 + + + 12.652000427246094 + 238 + + + + + + + 40.72877660393715 + -3.85683786123991 + + 903.5999755859375 + 26387.330078125 + + 154 + + 86 + + + 12.539999961853027 + 202 + + + + + + + 40.728805689141154 + -3.8566993921995163 + + 903.4000244140625 + 26399.990234375 + + 154 + + 88 + + + 12.652000427246094 + 196 + + + + + + + 40.728838462382555 + -3.856549607589841 + + 903.4000244140625 + 26412.6796875 + + 154 + + 85 + + + 12.6899995803833 + 290 + + + + + + + 40.72887157090008 + -3.856402672827244 + + 903.4000244140625 + 26425.509765625 + + 154 + + 83 + + + 12.83899974822998 + 259 + + + + + + + 40.72890275157988 + -3.8562605157494545 + + 903.4000244140625 + 26438.4296875 + + 154 + + 83 + + + 12.913999557495117 + 273 + + + + + + + 40.728937704116106 + -3.856119532138109 + + 903.4000244140625 + 26451.380859375 + + 154 + + 84 + + + 12.951000213623047 + 314 + + + + + + + 40.72897911071777 + -3.855968741700053 + + 903.4000244140625 + 26464.330078125 + + 154 + + 84 + + + 12.951000213623047 + 292 + + + + + + + 40.729017751291394 + -3.8558308593928814 + + 903.4000244140625 + 26477.279296875 + + 154 + + 83 + + + 12.951000213623047 + 261 + + + + + + + 40.729063684120774 + -3.855684259906411 + + 903.4000244140625 + 26490.23046875 + + 154 + + 85 + + + 12.951000213623047 + 314 + + + + + + + 40.72911472991109 + -3.8555436115711927 + + 903.4000244140625 + 26503.1796875 + + 154 + + 83 + + + 12.951000213623047 + 279 + + + + + + + 40.72917097248137 + -3.8554126024246216 + + 903.4000244140625 + 26516.099609375 + + 154 + + 82 + + + 12.913999557495117 + 291 + + + + + + + 40.72923014871776 + -3.855289388448 + + 903.5999755859375 + 26528.970703125 + + 154 + + 81 + + + 12.87600040435791 + 281 + + + + + + + 40.729293432086706 + -3.8551616482436657 + + 903.7999877929688 + 26541.740234375 + + 154 + + 81 + + + 12.763999938964844 + 266 + + + + + + + 40.729359313845634 + -3.8550423737615347 + + 903.5999755859375 + 26554.4296875 + + 154 + + 84 + + + 12.6899995803833 + 247 + + + + + + + 40.7294303085655 + -3.854921003803611 + + 903.4000244140625 + 26566.970703125 + + 155 + + 79 + + + 12.539999961853027 + 252 + + + + + + + 40.729503482580185 + -3.854807009920478 + + 903.7999877929688 + 26579.4296875 + + 155 + + 81 + + + 12.465999603271484 + 243 + + + + + + + 40.72957523167133 + -3.8547013979405165 + + 904.0 + 26591.830078125 + + 155 + + 79 + + + 12.390999794006348 + 221 + + + + + + + 40.72964899241924 + -3.8545983843505383 + + 904.0 + 26604.150390625 + + 155 + + 81 + + + 12.326000213623047 + 265 + + + + + + + 40.72972811758518 + -3.854488329961896 + + 904.0 + 26616.400390625 + + 155 + + 78 + + + 12.25100040435791 + 223 + + + + + + + 40.72980095632374 + -3.8543869089335203 + + 904.0 + 26628.58984375 + + 155 + + 81 + + + 12.185999870300293 + 209 + + + + + + + 40.72987605817616 + -3.8542799558490515 + + 903.7999877929688 + 26640.76953125 + + 156 + + 83 + + + 12.185999870300293 + 308 + + + + + + + 40.72994973510504 + -3.854172248393297 + + 903.4000244140625 + 26652.9609375 + + 156 + + 77 + + + 12.185999870300293 + 234 + + + + + + + 40.73002249002457 + -3.8540705759078264 + + 903.2000122070312 + 26665.2109375 + + 156 + + 79 + + + 12.25100040435791 + 272 + + + + + + + 40.73009440675378 + -3.8539734296500683 + + 903.2000122070312 + 26677.359375 + + 156 + + 85 + + + 12.14900016784668 + 331 + + + + + + + 40.73017328046262 + -3.853866308927536 + + 903.2000122070312 + 26689.439453125 + + 156 + + 85 + + + 12.083000183105469 + 313 + + + + + + + 40.730247711762786 + -3.85376681573689 + + 903.2000122070312 + 26701.630859375 + + 156 + + 84 + + + 12.185999870300293 + 278 + + + + + + + 40.7303265016526 + -3.853660114109516 + + 903.4000244140625 + 26713.7109375 + + 156 + + 85 + + + 12.083000183105469 + 241 + + + + + + + 40.73040436953306 + -3.8535549212247133 + + 903.4000244140625 + 26725.759765625 + + 156 + + 85 + + + 12.045999526977539 + 281 + + + + + + + 40.730477292090654 + -3.853452242910862 + + 903.4000244140625 + 26737.80078125 + + 155 + + 85 + + + 12.045999526977539 + 273 + + + + + + + 40.73055080138147 + -3.853349983692169 + + 903.2000122070312 + 26749.890625 + + 156 + + 85 + + + 12.083000183105469 + 265 + + + + + + + 40.730630764737725 + -3.8532412704080343 + + 903.0 + 26761.970703125 + + 156 + + 85 + + + 12.083000183105469 + 278 + + + + + + + 40.73070494458079 + -3.853141274303198 + + 903.2000122070312 + 26774.080078125 + + 156 + + 85 + + + 12.111000061035156 + 278 + + + + + + + 40.730783231556416 + -3.8530336506664753 + + 903.2000122070312 + 26786.189453125 + + 156 + + 85 + + + 12.111000061035156 + 275 + + + + + + + 40.73086017742753 + -3.8529282063245773 + + 903.2000122070312 + 26798.33984375 + + 156 + + 85 + + + 12.14900016784668 + 263 + + + + + + + 40.73093536309898 + -3.852827874943614 + + 903.4000244140625 + 26810.490234375 + + 156 + + 85 + + + 12.14900016784668 + 235 + + + + + + + 40.731007950380445 + -3.8527255319058895 + + 903.4000244140625 + 26822.640625 + + 156 + + 85 + + + 12.14900016784668 + 238 + + + + + + + 40.73108581826091 + -3.852618243545294 + + 903.4000244140625 + 26834.720703125 + + 156 + + 85 + + + 12.083000183105469 + 221 + + + + + + + 40.73116016574204 + -3.8525187503546476 + + 903.4000244140625 + 26846.80078125 + + 156 + + 85 + + + 12.083000183105469 + 287 + + + + + + + 40.73123744688928 + -3.8524142280220985 + + 903.4000244140625 + 26858.890625 + + 156 + + 85 + + + 12.083000183105469 + 262 + + + + + + + 40.731313889846206 + -3.852306855842471 + + 903.5999755859375 + 26870.970703125 + + 156 + + 85 + + + 12.083000183105469 + 265 + + + + + + + 40.73138748295605 + -3.8522030878812075 + + 903.2000122070312 + 26883.05078125 + + 156 + + 85 + + + 12.083000183105469 + 310 + + + + + + + 40.73145981878042 + -3.8521025888621807 + + 903.2000122070312 + 26895.2109375 + + 156 + + 86 + + + 12.157999992370605 + 309 + + + + + + + 40.7315350882709 + -3.8519939593970776 + + 903.2000122070312 + 26907.4296875 + + 157 + + 85 + + + 12.222999572753906 + 285 + + + + + + + 40.73160868138075 + -3.8518937956541777 + + 903.2000122070312 + 26919.619140625 + + 157 + + 85 + + + 12.185999870300293 + 267 + + + + + + + 40.7316870521754 + -3.8517860043793917 + + 903.2000122070312 + 26931.880859375 + + 156 + + 85 + + + 12.26099967956543 + 170 + + + + + + + 40.731763914227486 + -3.8516798056662083 + + 903.2000122070312 + 26943.9296875 + + 157 + + 91 + + + 12.055000305175781 + 314 + + + + + + + 40.73184035718441 + -3.8515772111713886 + + 903.0 + 26956.099609375 + + 157 + + 90 + + + 12.157999992370605 + 222 + + + + + + + 40.73191378265619 + -3.8514785561710596 + + 903.0 + 26968.25 + + 157 + + 91 + + + 12.157999992370605 + 197 + + + + + + + 40.731991650536656 + -3.8513719383627176 + + 903.2000122070312 + 26980.359375 + + 157 + + 87 + + + 12.111000061035156 + 250 + + + + + + + 40.73206616565585 + -3.851272277534008 + + 903.4000244140625 + 26992.470703125 + + 157 + + 92 + + + 12.111000061035156 + 250 + + + + + + + 40.732145542278886 + -3.851166246458888 + + 903.4000244140625 + 27004.650390625 + + 157 + + 91 + + + 12.177000045776367 + 243 + + + + + + + 40.73221846483648 + -3.851059628650546 + + 903.4000244140625 + 27016.66015625 + + 157 + + 93 + + + 12.008999824523926 + 243 + + + + + + + 40.732291555032134 + -3.8509549386799335 + + 903.2000122070312 + 27028.740234375 + + 157 + + 90 + + + 12.074000358581543 + 208 + + + + + + + 40.73236565105617 + -3.850856702774763 + + 903.2000122070312 + 27040.740234375 + + 157 + + 90 + + + 12.008999824523926 + 220 + + + + + + + 40.73244268074632 + -3.8507540244609118 + + 903.2000122070312 + 27052.720703125 + + 157 + + 93 + + + 11.970999717712402 + 227 + + + + + + + 40.73251325637102 + -3.8506565429270267 + + 903.2000122070312 + 27064.619140625 + + 157 + + 92 + + + 11.906000137329102 + 233 + + + + + + + 40.732590202242136 + -3.850551098585129 + + 903.2000122070312 + 27076.529296875 + + 157 + + 88 + + + 11.906000137329102 + 261 + + + + + + + 40.732666309922934 + -3.8504501804709435 + + 903.2000122070312 + 27088.4296875 + + 157 + + 90 + + + 11.906000137329102 + 226 + + + + + + + 40.73274007067084 + -3.8503562193363905 + + 903.5999755859375 + 27100.310546875 + + 157 + + 88 + + + 11.878000259399414 + 205 + + + + + + + 40.732818273827434 + -3.85026628151536 + + 903.2000122070312 + 27112.109375 + + 157 + + 90 + + + 11.793999671936035 + 239 + + + + + + + 40.73290200904012 + -3.8501765951514244 + + 903.2000122070312 + 27123.9296875 + + 157 + + 90 + + + 11.821999549865723 + 199 + + + + + + + 40.732983481138945 + -3.850096631795168 + + 903.2000122070312 + 27135.6796875 + + 157 + + 90 + + + 11.756999969482422 + 198 + + + + + + + 40.733073921874166 + -3.8500181771814823 + + 903.4000244140625 + 27147.390625 + + 157 + + 92 + + + 11.701000213623047 + 190 + + + + + + + 40.73316494934261 + -3.849947350099683 + + 903.4000244140625 + 27159.2109375 + + 157 + + 86 + + + 11.821999549865723 + 199 + + + + + + + 40.73325438424945 + -3.8498808816075325 + + 903.4000244140625 + 27170.75 + + 156 + + 87 + + + 11.541999816894531 + 172 + + + + + + + 40.73334474116564 + -3.849817179143429 + + 903.5999755859375 + 27182.3203125 + + 156 + + 85 + + + 11.569999694824219 + 132 + + + + + + + 40.73343710973859 + -3.849752889946103 + + 903.7999877929688 + 27193.859375 + + 156 + + 85 + + + 11.541999816894531 + 172 + + + + + + + 40.73352503590286 + -3.8496953900903463 + + 903.7999877929688 + 27205.33984375 + + 156 + + 82 + + + 11.47700023651123 + 39 + + + + + + + 40.73361614719033 + -3.8496335316449404 + + 903.5999755859375 + 27216.609375 + + 156 + + 79 + + + 11.270999908447266 + 3 + + + + + + + 40.73370189405978 + -3.84957242757082 + + 903.4000244140625 + 27227.6796875 + + 155 + + 0 + + + 11.065999984741211 + 26 + + + + + + + 40.73378277942538 + -3.8495092280209064 + + 903.2000122070312 + 27238.720703125 + + 155 + + 0 + + + 11.038000106811523 + 26 + + + + + + + 40.73385989293456 + -3.849438400939107 + + 903.2000122070312 + 27249.779296875 + + 154 + + 79 + + + 11.065999984741211 + 161 + + + + + + + 40.7339374255389 + -3.849350977689028 + + 903.2000122070312 + 27260.849609375 + + 154 + + 91 + + + 11.065999984741211 + 40 + + + + + + + 40.73400540277362 + -3.8492586091160774 + + 903.0 + 27272.01953125 + + 153 + + 73 + + + 11.178000450134277 + 0 + + + + + + + 40.73407321237028 + -3.849157774820924 + + 902.7999877929688 + 27283.08984375 + + 153 + + 0 + + + 11.065999984741211 + 0 + + + + + + + 40.734136160463095 + -3.8490565214306116 + + 902.5999755859375 + 27294.05078125 + + 152 + + 0 + + + 10.954000473022461 + 0 + + + + + + + 40.73419399559498 + -3.8489608000963926 + + 902.5999755859375 + 27304.859375 + + 151 + + 0 + + + 10.814000129699707 + 58 + + + + + + + 40.73425627313554 + -3.84887320920825 + + 902.5999755859375 + 27315.4609375 + + 151 + + 53 + + + 10.600000381469727 + 0 + + + + + + + 40.73432886041701 + -3.84879550896585 + + 902.5999755859375 + 27325.779296875 + + 150 + + 0 + + + 10.319999694824219 + 0 + + + + + + + 40.73440278880298 + -3.8487419486045837 + + 902.4000244140625 + 27335.830078125 + + 149 + + 0 + + + 10.048999786376953 + 0 + + + + + + + 40.73449113406241 + -3.8487170543521643 + + 902.5999755859375 + 27345.560546875 + + 148 + + 0 + + + 9.732000350952148 + 23 + + + + + + + 40.73457763530314 + -3.8487078342586756 + + 902.7999877929688 + 27355.009765625 + + 147 + + 0 + + + 9.45199966430664 + 249 + + + + + + + 40.734661454334855 + -3.848700290545821 + + 903.0 + 27364.41015625 + + 147 + + 69 + + + 9.395999908447266 + 289 + + + + + + + 40.73474485427141 + -3.8486862927675247 + + 903.0 + 27374.029296875 + + 147 + + 66 + + + 9.619999885559082 + 257 + + + + + + + 40.73483286425471 + -3.848657961934805 + + 902.5999755859375 + 27383.759765625 + + 146 + + 71 + + + 9.732000350952148 + 299 + + + + + + + 40.73491542600095 + -3.848616974428296 + + 902.5999755859375 + 27393.7890625 + + 146 + + 85 + + + 10.029999732971191 + 339 + + + + + + + 40.735003016889095 + -3.848566096276045 + + 902.7999877929688 + 27403.8203125 + + 146 + + 78 + + + 10.029999732971191 + 319 + + + + + + + 40.735088093206286 + -3.848510943353176 + + 902.7999877929688 + 27414.099609375 + + 146 + + 81 + + + 10.27299976348877 + 323 + + + + + + + 40.73516906239092 + -3.848452940583229 + + 902.5999755859375 + 27424.490234375 + + 146 + + 81 + + + 10.394000053405762 + 277 + + + + + + + 40.73524709790945 + -3.848389992490411 + + 902.5999755859375 + 27435.08984375 + + 146 + + 85 + + + 10.600000381469727 + 294 + + + + + + + 40.735326977446675 + -3.848313046619296 + + 902.4000244140625 + 27445.689453125 + + 146 + + 85 + + + 10.600000381469727 + 301 + + + + + + + 40.73539990000427 + -3.848235346376896 + + 902.4000244140625 + 27456.390625 + + 146 + + 86 + + + 10.70199966430664 + 293 + + + + + + + 40.73547525331378 + -3.848150772973895 + + 902.4000244140625 + 27467.0390625 + + 146 + + 86 + + + 10.656000137329102 + 262 + + + + + + + 40.735545828938484 + -3.848062176257372 + + 902.4000244140625 + 27477.75 + + 146 + + 85 + + + 10.70199966430664 + 311 + + + + + + + 40.7356122136116 + -3.8479703944176435 + + 902.5999755859375 + 27488.48046875 + + 146 + + 86 + + + 10.729999542236328 + 320 + + + + + + + 40.735672898590565 + -3.847876349464059 + + 902.7999877929688 + 27499.1796875 + + 146 + + 86 + + + 10.70199966430664 + 275 + + + + + + + 40.735734924674034 + -3.847770905122161 + + 903.2000122070312 + 27509.939453125 + + 146 + + 85 + + + 10.758000373840332 + 305 + + + + + + + 40.73579083196819 + -3.847670741379261 + + 903.0 + 27520.720703125 + + 147 + + 86 + + + 10.78600025177002 + 281 + + + + + + + 40.73584992438555 + -3.8475640397518873 + + 902.7999877929688 + 27531.619140625 + + 147 + + 86 + + + 10.89799976348877 + 316 + + + + + + + 40.7359095197171 + -3.8474539015442133 + + 902.7999877929688 + 27542.66015625 + + 147 + + 88 + + + 11.038000106811523 + 253 + + + + + + + 40.73596626520157 + -3.8473511394113302 + + 903.0 + 27553.759765625 + + 147 + + 86 + + + 11.093999862670898 + 255 + + + + + + + 40.73602116666734 + -3.8472465332597494 + + 902.7999877929688 + 27564.9296875 + + 148 + + 90 + + + 11.178000450134277 + 249 + + + + + + + 40.736080426722765 + -3.8471346348524094 + + 902.7999877929688 + 27576.109375 + + 148 + + 87 + + + 11.178000450134277 + 207 + + + + + + + 40.73613599874079 + -3.847028184682131 + + 903.0 + 27587.259765625 + + 148 + + 93 + + + 11.149999618530273 + 241 + + + + + + + 40.73619517497718 + -3.846917627379298 + + 903.0 + 27598.41015625 + + 149 + + 81 + + + 11.149999618530273 + 234 + + + + + + + 40.73625477030873 + -3.8468074053525925 + + 903.2000122070312 + 27609.650390625 + + 148 + + 82 + + + 11.234000205993652 + 255 + + + + + + + 40.73631235398352 + -3.8467011228203773 + + 903.2000122070312 + 27620.740234375 + + 149 + + 84 + + + 11.093999862670898 + 251 + + + + + + + 40.73637052439153 + -3.846596432849765 + + 903.4000244140625 + 27631.970703125 + + 149 + + 85 + + + 11.234000205993652 + 285 + + + + + + + 40.7364328019321 + -3.846483025699854 + + 903.4000244140625 + 27643.26953125 + + 149 + + 82 + + + 11.298999786376953 + 237 + + + + + + + 40.73649155907333 + -3.84637632407248 + + 903.2000122070312 + 27654.5703125 + + 149 + + 84 + + + 11.298999786376953 + 244 + + + + + + + 40.736554842442274 + -3.8462629169225693 + + 903.2000122070312 + 27665.9296875 + + 150 + + 85 + + + 11.354999542236328 + 265 + + + + + + + 40.73661577887833 + -3.846149928867817 + + 903.2000122070312 + 27677.259765625 + + 150 + + 85 + + + 11.32699966430664 + 226 + + + + + + + 40.736671686172485 + -3.8460428081452847 + + 903.2000122070312 + 27688.580078125 + + 150 + + 85 + + + 11.32699966430664 + 253 + + + + + + + 40.73672750964761 + -3.845934681594372 + + 903.4000244140625 + 27699.939453125 + + 151 + + 85 + + + 11.354999542236328 + 226 + + + + + + + 40.736789954826236 + -3.845823286101222 + + 903.4000244140625 + 27711.3203125 + + 151 + + 85 + + + 11.383000373840332 + 269 + + + + + + + 40.73684820905328 + -3.8457168359309435 + + 903.4000244140625 + 27722.69921875 + + 151 + + 85 + + + 11.383000373840332 + 284 + + + + + + + 40.73691082186997 + -3.845604434609413 + + 903.4000244140625 + 27734.150390625 + + 151 + + 85 + + + 11.449000358581543 + 243 + + + + + + + 40.73697133921087 + -3.8454928714782 + + 903.5999755859375 + 27745.630859375 + + 151 + + 85 + + + 11.47700023651123 + 267 + + + + + + + 40.737031269818544 + -3.845384493470192 + + 903.5999755859375 + 27757.140625 + + 151 + + 86 + + + 11.505000114440918 + 217 + + + + + + + 40.737088015303016 + -3.8452806416898966 + + 903.5999755859375 + 27768.669921875 + + 151 + + 85 + + + 11.532999992370605 + 210 + + + + + + + 40.73715356178582 + -3.8451688271015882 + + 903.5999755859375 + 27780.119140625 + + 151 + + 87 + + + 11.449000358581543 + 228 + + + + + + + 40.73721583932638 + -3.8450658973306417 + + 903.4000244140625 + 27791.5703125 + + 151 + + 85 + + + 11.449000358581543 + 274 + + + + + + + 40.73728524148464 + -3.844958022236824 + + 903.4000244140625 + 27803.01953125 + + 151 + + 85 + + + 11.449000358581543 + 262 + + + + + + + 40.73735414072871 + -3.8448539189994335 + + 903.2000122070312 + 27814.470703125 + + 151 + + 86 + + + 11.449000358581543 + 231 + + + + + + + 40.737421279773116 + -3.8447535037994385 + + 903.4000244140625 + 27825.919921875 + + 151 + + 86 + + + 11.449000358581543 + 266 + + + + + + + 40.737491520121694 + -3.8446597941219807 + + 903.4000244140625 + 27837.390625 + + 151 + + 86 + + + 11.47700023651123 + 271 + + + + + + + 40.73756771162152 + -3.8445615582168102 + + 903.2000122070312 + 27848.869140625 + + 151 + + 87 + + + 11.47700023651123 + 224 + + + + + + + 40.73764189146459 + -3.8444704469293356 + + 903.2000122070312 + 27860.349609375 + + 151 + + 86 + + + 11.47700023651123 + 228 + + + + + + + 40.73772487230599 + -3.8443810120224953 + + 903.4000244140625 + 27871.8203125 + + 151 + + 85 + + + 11.47700023651123 + 212 + + + + + + + 40.73780542239547 + -3.8442958518862724 + + 903.2000122070312 + 27883.30078125 + + 152 + + 85 + + + 11.47700023651123 + 228 + + + + + + + 40.73788764886558 + -3.8442153856158257 + + 903.2000122070312 + 27894.80078125 + + 152 + + 85 + + + 11.505000114440918 + 221 + + + + + + + 40.7379696238786 + -3.8441417925059795 + + 903.2000122070312 + 27906.25 + + 152 + + 85 + + + 11.449000358581543 + 189 + + + + + + + 40.738056460395455 + -3.8440667744725943 + + 903.4000244140625 + 27917.69921875 + + 152 + + 85 + + + 11.449000358581543 + 212 + + + + + + + 40.738141452893615 + -3.8439975399523973 + + 903.5999755859375 + 27929.109375 + + 151 + + 85 + + + 11.41100025177002 + 220 + + + + + + + 40.738233318552375 + -3.8439262099564075 + + 903.5999755859375 + 27940.560546875 + + 151 + + 85 + + + 11.449000358581543 + 240 + + + + + + + 40.73832526803017 + -3.84385840035975 + + 903.4000244140625 + 27952.0703125 + + 151 + + 85 + + + 11.505000114440918 + 213 + + + + + + + 40.738414619117975 + -3.843794697895646 + + 903.2000122070312 + 27963.5703125 + + 151 + + 85 + + + 11.505000114440918 + 201 + + + + + + + 40.73850237764418 + -3.843727642670274 + + 903.2000122070312 + 27975.080078125 + + 151 + + 90 + + + 11.505000114440918 + 201 + + + + + + + 40.73859181255102 + -3.843657737597823 + + 903.0 + 27986.580078125 + + 151 + + 86 + + + 11.505000114440918 + 198 + + + + + + + 40.73867772705853 + -3.8435928616672754 + + 903.0 + 27998.08984375 + + 151 + + 87 + + + 11.505000114440918 + 210 + + + + + + + 40.738769844174385 + -3.8435242138803005 + + 903.0 + 28009.560546875 + + 151 + + 85 + + + 11.47700023651123 + 193 + + + + + + + 40.73885902762413 + -3.8434556499123573 + + 903.2000122070312 + 28021.0390625 + + 150 + + 85 + + + 11.47700023651123 + 236 + + + + + + + 40.73894762434065 + -3.843389516696334 + + 903.4000244140625 + 28032.5390625 + + 150 + + 85 + + + 11.505000114440918 + 229 + + + + + + + 40.73903446085751 + -3.843324724584818 + + 903.4000244140625 + 28044.0 + + 150 + + 85 + + + 11.458000183105469 + 251 + + + + + + + 40.7391248177737 + -3.843255154788494 + + 903.4000244140625 + 28055.4609375 + + 150 + + 86 + + + 11.458000183105469 + 255 + + + + + + + 40.73921182192862 + -3.8431855011731386 + + 903.4000244140625 + 28066.94921875 + + 150 + + 86 + + + 11.486000061035156 + 287 + + + + + + + 40.73930058628321 + -3.8431087229400873 + + 903.5999755859375 + 28078.470703125 + + 150 + + 86 + + + 11.52299976348877 + 292 + + + + + + + 40.73938524350524 + -3.843029346317053 + + 903.7999877929688 + 28090.08984375 + + 150 + + 86 + + + 11.616999626159668 + 231 + + + + + + + 40.73946428485215 + -3.8429487962275743 + + 903.5999755859375 + 28101.669921875 + + 150 + + 86 + + + 11.579000473022461 + 301 + + + + + + + 40.73954014107585 + -3.8428657315671444 + + 903.5999755859375 + 28113.150390625 + + 150 + + 90 + + + 11.486000061035156 + 256 + + + + + + + 40.73962161317468 + -3.842772440984845 + + 903.7999877929688 + 28124.73046875 + + 150 + + 88 + + + 11.579000473022461 + 262 + + + + + + + 40.739694284275174 + -3.842682084068656 + + 903.5999755859375 + 28136.310546875 + + 151 + + 86 + + + 11.579000473022461 + 246 + + + + + + + 40.73976754210889 + -3.842580495402217 + + 903.5999755859375 + 28147.9296875 + + 151 + + 87 + + + 11.616999626159668 + 298 + + + + + + + 40.73983434587717 + -3.8424757216125727 + + 903.5999755859375 + 28159.5390625 + + 151 + + 87 + + + 11.616999626159668 + 263 + + + + + + + 40.73989293538034 + -3.8423703610897064 + + 903.4000244140625 + 28171.119140625 + + 151 + + 88 + + + 11.579000473022461 + 262 + + + + + + + 40.73994917795062 + -3.84226156398654 + + 903.2000122070312 + 28182.6796875 + + 152 + + 88 + + + 11.550999641418457 + 223 + + + + + + + 40.74000634253025 + -3.8421447202563286 + + 903.2000122070312 + 28194.23046875 + + 152 + + 86 + + + 11.550999641418457 + 262 + + + + + + + 40.74006048962474 + -3.8420316483825445 + + 903.2000122070312 + 28205.810546875 + + 152 + + 87 + + + 11.579000473022461 + 289 + + + + + + + 40.74011446908116 + -3.841911116614938 + + 903.4000244140625 + 28217.359375 + + 152 + + 88 + + + 11.550999641418457 + 324 + + + + + + + 40.740165431052446 + -3.8417907524853945 + + 903.5999755859375 + 28228.91015625 + + 153 + + 85 + + + 11.550999641418457 + 257 + + + + + + + 40.740216644480824 + -3.841671561822295 + + 903.5999755859375 + 28240.490234375 + + 153 + + 85 + + + 11.579000473022461 + 277 + + + + + + + 40.74026534333825 + -3.841556813567877 + + 903.5999755859375 + 28252.0390625 + + 153 + + 90 + + + 11.550999641418457 + 262 + + + + + + + 40.74031672440469 + -3.8414365332573652 + + 903.5999755859375 + 28263.58984375 + + 154 + + 87 + + + 11.550999641418457 + 262 + + + + + + + 40.74036433361471 + -3.841320611536503 + + 903.4000244140625 + 28275.2109375 + + 154 + + 86 + + + 11.616999626159668 + 220 + + + + + + + 40.74041588231921 + -3.841197732836008 + + 903.4000244140625 + 28286.599609375 + + 154 + + 88 + + + 11.392999649047852 + 215 + + + + + + + 40.74046650901437 + -3.841077871620655 + + 903.2000122070312 + 28298.060546875 + + 154 + + 86 + + + 11.458000183105469 + 228 + + + + + + + 40.740514788776636 + -3.8409596867859364 + + 903.2000122070312 + 28309.51953125 + + 154 + + 85 + + + 11.458000183105469 + 255 + + + + + + + 40.74056030251086 + -3.8408438488841057 + + 903.2000122070312 + 28321.0390625 + + 155 + + 86 + + + 11.52299976348877 + 264 + + + + + + + 40.74060866609216 + -3.840717701241374 + + 903.4000244140625 + 28332.599609375 + + 155 + + 87 + + + 11.550999641418457 + 284 + + + + + + + 40.74065518565476 + -3.8406000193208456 + + 903.4000244140625 + 28344.30078125 + + 155 + + 86 + + + 11.710000038146973 + 217 + + + + + + + 40.740706818178296 + -3.840474793687463 + + 903.4000244140625 + 28355.69921875 + + 155 + + 88 + + + 11.392999649047852 + 199 + + + + + + + 40.740755600854754 + -3.8403523340821266 + + 903.2000122070312 + 28367.220703125 + + 155 + + 86 + + + 11.52299976348877 + 241 + + + + + + + 40.74080463498831 + -3.8402351550757885 + + 903.2000122070312 + 28378.609375 + + 155 + + 86 + + + 11.392999649047852 + 250 + + + + + + + 40.7408535014838 + -3.840121077373624 + + 903.2000122070312 + 28390.099609375 + + 155 + + 85 + + + 11.486000061035156 + 295 + + + + + + + 40.74090840294957 + -3.839997863397002 + + 903.2000122070312 + 28401.5390625 + + 155 + + 85 + + + 11.439000129699707 + 221 + + + + + + + 40.74095659889281 + -3.839881271123886 + + 903.2000122070312 + 28412.94921875 + + 154 + + 85 + + + 11.41100025177002 + 224 + + + + + + + 40.74100655503571 + -3.8397583086043596 + + 903.2000122070312 + 28424.330078125 + + 154 + + 85 + + + 11.383000373840332 + 227 + + + + + + + 40.74105676263571 + -3.8396384473890066 + + 903.2000122070312 + 28435.740234375 + + 155 + + 85 + + + 11.41100025177002 + 212 + + + + + + + 40.74110479094088 + -3.839524956420064 + + 903.0 + 28447.009765625 + + 155 + + 83 + + + 11.26200008392334 + 159 + + + + + + + 40.741153825074434 + -3.8394134771078825 + + 903.0 + 28458.30078125 + + 154 + + 92 + + + 11.289999961853027 + 306 + + + + + + + 40.74120009317994 + -3.8392930291593075 + + 903.0 + 28469.650390625 + + 155 + + 90 + + + 11.354999542236328 + 257 + + + + + + + 40.74124644510448 + -3.8391772750765085 + + 902.7999877929688 + 28480.970703125 + + 155 + + 92 + + + 11.317999839782715 + 229 + + + + + + + 40.74129682034254 + -3.8390559889376163 + + 902.7999877929688 + 28492.2890625 + + 155 + + 92 + + + 11.317999839782715 + 233 + + + + + + + 40.741346441209316 + -3.838937971740961 + + 903.0 + 28503.669921875 + + 155 + + 93 + + + 11.383000373840332 + 233 + + + + + + + 40.7413902785629 + -3.8388201221823692 + + 903.2000122070312 + 28515.029296875 + + 155 + + 93 + + + 11.354999542236328 + 269 + + + + + + + 40.74143554084003 + -3.838707134127617 + + 903.0 + 28526.2890625 + + 155 + + 91 + + + 11.26200008392334 + 194 + + + + + + + 40.741487173363566 + -3.8385852612555027 + + 903.0 + 28537.599609375 + + 155 + + 90 + + + 11.309000015258789 + 215 + + + + + + + 40.74153386056423 + -3.838472105562687 + + 903.0 + 28548.91015625 + + 155 + + 91 + + + 11.309000015258789 + 196 + + + + + + + 40.741581469774246 + -3.838349897414446 + + 903.0 + 28560.220703125 + + 154 + + 92 + + + 11.309000015258789 + 261 + + + + + + + 40.74162564240396 + -3.8382286950945854 + + 903.0 + 28571.560546875 + + 154 + + 92 + + + 11.345999717712402 + 266 + + + + + + + 40.74166277423501 + -3.838106906041503 + + 903.2000122070312 + 28582.869140625 + + 155 + + 92 + + + 11.309000015258789 + 199 + + + + + + + 40.74169345200062 + -3.8379854522645473 + + 903.2000122070312 + 28594.240234375 + + 155 + + 92 + + + 11.37399959564209 + 189 + + + + + + + 40.74172480031848 + -3.8378541078418493 + + 903.0 + 28605.439453125 + + 155 + + 91 + + + 11.196999549865723 + 213 + + + + + + + 40.741748940199614 + -3.837728127837181 + + 902.7999877929688 + 28616.83984375 + + 155 + + 91 + + + 11.402000427246094 + 271 + + + + + + + 40.741769475862384 + -3.8375904969871044 + + 902.7999877929688 + 28628.0703125 + + 155 + + 92 + + + 11.225000381469727 + 263 + + + + + + + 40.74178674258292 + -3.8374564703553915 + + 902.7999877929688 + 28639.439453125 + + 155 + + 91 + + + 11.37399959564209 + 312 + + + + + + + 40.74179998598993 + -3.837324371561408 + + 902.7999877929688 + 28650.869140625 + + 155 + + 91 + + + 11.430000305175781 + 256 + + + + + + + 40.741806607693434 + -3.8371936976909637 + + 903.0 + 28662.25 + + 155 + + 92 + + + 11.37399959564209 + 243 + + + + + + + 40.74180685915053 + -3.837054055184126 + + 903.0 + 28673.650390625 + + 155 + + 92 + + + 11.402000427246094 + 205 + + + + + + + 40.7418030872941 + -3.8369187712669373 + + 902.7999877929688 + 28685.080078125 + + 155 + + 94 + + + 11.430000305175781 + 201 + + + + + + + 40.7417946215719 + -3.836776614189148 + + 902.7999877929688 + 28696.509765625 + + 155 + + 92 + + + 11.430000305175781 + 198 + + + + + + + 40.741781713441014 + -3.8366401568055153 + + 902.7999877929688 + 28707.939453125 + + 155 + + 88 + + + 11.430000305175781 + 217 + + + + + + + 40.741766542196274 + -3.836508896201849 + + 903.0 + 28719.369140625 + + 155 + + 94 + + + 11.430000305175781 + 210 + + + + + + + 40.74174726381898 + -3.8363821618258953 + + 902.7999877929688 + 28730.7109375 + + 155 + + 93 + + + 11.345999717712402 + 199 + + + + + + + 40.74172320775688 + -3.8362474646419287 + + 902.7999877929688 + 28741.970703125 + + 155 + + 92 + + + 11.253000259399414 + 187 + + + + + + + 40.741698732599616 + -3.836122741922736 + + 902.7999877929688 + 28753.189453125 + + 155 + + 91 + + + 11.225000381469727 + 221 + + + + + + + 40.74167408980429 + -3.8359862845391035 + + 903.0 + 28764.439453125 + + 155 + + 85 + + + 11.253000259399414 + 297 + + + + + + + 40.74165120720863 + -3.8358537666499615 + + 903.2000122070312 + 28775.8203125 + + 155 + + 85 + + + 11.37399959564209 + 271 + + + + + + + 40.741626396775246 + -3.8357235956937075 + + 903.0 + 28787.0390625 + + 155 + + 85 + + + 11.225000381469727 + 312 + + + + + + + 40.7416027598083 + -3.8355972804129124 + + 903.0 + 28798.390625 + + 155 + + 85 + + + 11.345999717712402 + 304 + + + + + + + 40.74157644063234 + -3.835458643734455 + + 903.2000122070312 + 28809.73046875 + + 155 + + 85 + + + 11.345999717712402 + 215 + + + + + + + 40.74155364185572 + -3.8353316579014063 + + 903.4000244140625 + 28821.0390625 + + 154 + + 88 + + + 11.309000015258789 + 199 + + + + + + + 40.741528579965234 + -3.835199223831296 + + 903.2000122070312 + 28832.349609375 + + 154 + + 85 + + + 11.309000015258789 + 246 + + + + + + + 40.74150485917926 + -3.8350677955895662 + + 903.2000122070312 + 28843.580078125 + + 155 + + 85 + + + 11.225000381469727 + 259 + + + + + + + 40.741483233869076 + -3.834940977394581 + + 903.0 + 28854.80078125 + + 154 + + 84 + + + 11.225000381469727 + 259 + + + + + + + 40.74146202765405 + -3.83481340482831 + + 903.0 + 28866.05078125 + + 154 + + 85 + + + 11.253000259399414 + 259 + + + + + + + 40.74143788777292 + -3.834678791463375 + + 903.0 + 28877.279296875 + + 154 + + 84 + + + 11.225000381469727 + 251 + + + + + + + 40.74141559191048 + -3.8345513865351677 + + 902.7999877929688 + 28888.560546875 + + 154 + + 85 + + + 11.281000137329102 + 248 + + + + + + + 40.741394218057394 + -3.8344156835228205 + + 902.7999877929688 + 28899.83984375 + + 154 + + 85 + + + 11.281000137329102 + 256 + + + + + + + 40.741374688223004 + -3.8342842552810907 + + 902.7999877929688 + 28911.150390625 + + 154 + + 85 + + + 11.309000015258789 + 253 + + + + + + + 40.741354739293456 + -3.834155425429344 + + 902.7999877929688 + 28922.4296875 + + 154 + + 85 + + + 11.281000137329102 + 237 + + + + + + + 40.74133680202067 + -3.8340249191969633 + + 903.0 + 28933.7109375 + + 155 + + 85 + + + 11.281000137329102 + 275 + + + + + + + 40.74132381007075 + -3.8338885456323624 + + 902.5999755859375 + 28945.01953125 + + 155 + + 86 + + + 11.309000015258789 + 279 + + + + + + + 40.74131383560598 + -3.8337571173906326 + + 902.7999877929688 + 28956.359375 + + 155 + + 85 + + + 11.336999893188477 + 265 + + + + + + + 40.741305286064744 + -3.8336199056357145 + + 903.0 + 28967.689453125 + + 155 + + 86 + + + 11.336999893188477 + 257 + + + + + + + 40.741301430389285 + -3.833483448252082 + + 902.7999877929688 + 28979.029296875 + + 155 + + 85 + + + 11.336999893188477 + 277 + + + + + + + 40.74130201712251 + -3.833349673077464 + + 902.5999755859375 + 28990.4609375 + + 155 + + 85 + + + 11.430000305175781 + 275 + + + + + + + 40.741304364055395 + -3.8332164846360683 + + 902.5999755859375 + 29001.919921875 + + 155 + + 85 + + + 11.458000183105469 + 260 + + + + + + + 40.741308806464076 + -3.8330726511776447 + + 902.5999755859375 + 29013.41015625 + + 155 + + 85 + + + 11.494999885559082 + 323 + + + + + + + 40.74131743982434 + -3.83294147439301 + + 902.5999755859375 + 29025.0 + + 155 + + 86 + + + 11.58899974822998 + 271 + + + + + + + 40.7413300126791 + -3.8328006584197283 + + 902.5999755859375 + 29036.6796875 + + 155 + + 86 + + + 11.682000160217285 + 226 + + + + + + + 40.74134694412351 + -3.83266638033092 + + 902.5999755859375 + 29048.1796875 + + 155 + + 91 + + + 11.494999885559082 + 241 + + + + + + + 40.741367815062404 + -3.832531850785017 + + 902.4000244140625 + 29059.7890625 + + 155 + + 88 + + + 11.616999626159668 + 267 + + + + + + + 40.74139312840998 + -3.8324023503810167 + + 902.4000244140625 + 29071.439453125 + + 155 + + 88 + + + 11.645000457763672 + 233 + + + + + + + 40.74142380617559 + -3.832268239930272 + + 902.4000244140625 + 29083.029296875 + + 155 + + 87 + + + 11.58899974822998 + 259 + + + + + + + 40.741450460627675 + -3.8321379851549864 + + 902.4000244140625 + 29094.619140625 + + 155 + + 85 + + + 11.58899974822998 + 271 + + + + + + + 40.74148088693619 + -3.8320027012377977 + + 902.4000244140625 + 29106.259765625 + + 156 + + 86 + + + 11.645000457763672 + 272 + + + + + + + 40.74151039123535 + -3.831868004053831 + + 902.2000122070312 + 29117.880859375 + + 156 + + 88 + + + 11.616999626159668 + 216 + + + + + + + 40.7415388058871 + -3.831736659631133 + + 902.2000122070312 + 29129.470703125 + + 156 + + 90 + + + 11.58899974822998 + 203 + + + + + + + 40.74156780727208 + -3.831610344350338 + + 902.2000122070312 + 29141.060546875 + + 155 + + 88 + + + 11.58899974822998 + 224 + + + + + + + 40.74159882031381 + -3.831473719328642 + + 902.2000122070312 + 29152.580078125 + + 155 + + 87 + + + 11.52299976348877 + 250 + + + + + + + 40.7416270673275 + -3.831345811486244 + + 902.2000122070312 + 29164.080078125 + + 156 + + 86 + + + 11.494999885559082 + 264 + + + + + + + 40.74165673926473 + -3.831211030483246 + + 902.2000122070312 + 29175.599609375 + + 155 + + 86 + + + 11.52299976348877 + 257 + + + + + + + 40.74168523773551 + -3.8310803566128016 + + 902.2000122070312 + 29187.060546875 + + 155 + + 87 + + + 11.458000183105469 + 229 + + + + + + + 40.7417097967118 + -3.830953286960721 + + 902.2000122070312 + 29198.4609375 + + 155 + + 85 + + + 11.402000427246094 + 250 + + + + + + + 40.741736283525825 + -3.8308255467563868 + + 902.2000122070312 + 29209.869140625 + + 155 + + 87 + + + 11.41100025177002 + 255 + + + + + + + 40.74176402762532 + -3.8306939508765936 + + 902.2000122070312 + 29221.279296875 + + 155 + + 87 + + + 11.41100025177002 + 247 + + + + + + + 40.74178967624903 + -3.8305685576051474 + + 902.0 + 29232.669921875 + + 155 + + 85 + + + 11.383000373840332 + 261 + + + + + + + 40.74181633070111 + -3.8304341956973076 + + 902.0 + 29244.05078125 + + 155 + + 85 + + + 11.383000373840332 + 230 + + + + + + + 40.74184147641063 + -3.830303270369768 + + 902.0 + 29255.369140625 + + 155 + + 87 + + + 11.317999839782715 + 219 + + + + + + + 40.741863353177905 + -3.8301741890609264 + + 902.0 + 29266.66015625 + + 155 + + 85 + + + 11.289999961853027 + 271 + + + + + + + 40.74188129045069 + -3.830047370865941 + + 902.0 + 29278.0703125 + + 155 + + 85 + + + 11.41100025177002 + 240 + + + + + + + 40.74189788661897 + -3.8299103267490864 + + 902.0 + 29289.26953125 + + 156 + + 84 + + + 11.206000328063965 + 243 + + + + + + + 40.74191138148308 + -3.8297816645354033 + + 902.0 + 29300.58984375 + + 156 + + 85 + + + 11.317999839782715 + 260 + + + + + + + 40.74192428961396 + -3.829642692580819 + + 901.7999877929688 + 29312.029296875 + + 155 + + 85 + + + 11.439000129699707 + 275 + + + + + + + 40.741933761164546 + -3.82950640283525 + + 901.7999877929688 + 29323.3203125 + + 156 + + 85 + + + 11.289999961853027 + 225 + + + + + + + 40.74193879030645 + -3.829371789470315 + + 901.7999877929688 + 29334.640625 + + 156 + + 85 + + + 11.317999839782715 + 226 + + + + + + + 40.741941472515464 + -3.8292455580085516 + + 901.7999877929688 + 29345.9296875 + + 155 + + 85 + + + 11.289999961853027 + 221 + + + + + + + 40.741942478343844 + -3.829105831682682 + + 901.5999755859375 + 29357.189453125 + + 156 + + 95 + + + 11.26200008392334 + 255 + + + + + + + 40.74193887412548 + -3.8289754930883646 + + 901.7999877929688 + 29368.48046875 + + 156 + + 91 + + + 11.289999961853027 + 317 + + + + + + + 40.741930324584246 + -3.8288355153054 + + 901.5999755859375 + 29379.83984375 + + 155 + + 91 + + + 11.354999542236328 + 303 + + + + + + + 40.74192127212882 + -3.8286996446549892 + + 901.5999755859375 + 29391.25 + + 156 + + 90 + + + 11.41100025177002 + 305 + + + + + + + 40.74190945364535 + -3.828569557517767 + + 901.4000244140625 + 29402.689453125 + + 156 + + 92 + + + 11.439000129699707 + 301 + + + + + + + 40.74189495295286 + -3.8284401409327984 + + 901.4000244140625 + 29414.130859375 + + 155 + + 91 + + + 11.439000129699707 + 294 + + + + + + + 40.74187718331814 + -3.828303935006261 + + 901.4000244140625 + 29425.630859375 + + 155 + + 93 + + + 11.505000114440918 + 292 + + + + + + + 40.74185622856021 + -3.8281768653541803 + + 901.5999755859375 + 29437.23046875 + + 156 + + 93 + + + 11.597999572753906 + 239 + + + + + + + 40.74182949028909 + -3.8280455209314823 + + 901.5999755859375 + 29448.58984375 + + 156 + + 90 + + + 11.354999542236328 + 219 + + + + + + + 40.74180048890412 + -3.8279155176132917 + + 901.5999755859375 + 29460.01953125 + + 156 + + 94 + + + 11.439000129699707 + 240 + + + + + + + 40.74176972731948 + -3.8277902081608772 + + 901.7999877929688 + 29471.470703125 + + 155 + + 92 + + + 11.439000129699707 + 228 + + + + + + + 40.74174013920128 + -3.827669257298112 + + 901.7999877929688 + 29482.8203125 + + 155 + + 91 + + + 11.354999542236328 + 188 + + + + + + + 40.741703091189265 + -3.827540846541524 + + 901.7999877929688 + 29494.080078125 + + 155 + + 95 + + + 11.26200008392334 + 209 + + + + + + + 40.74166621081531 + -3.82742190733552 + + 901.7999877929688 + 29505.2890625 + + 155 + + 93 + + + 11.206000328063965 + 196 + + + + + + + 40.7416252233088 + -3.827296681702137 + + 901.7999877929688 + 29516.580078125 + + 155 + + 91 + + + 11.289999961853027 + 214 + + + + + + + 40.741579458117485 + -3.827176233753562 + + 901.7999877929688 + 29527.580078125 + + 155 + + 90 + + + 11.00100040435791 + 193 + + + + + + + 40.74153226800263 + -3.827065508812666 + + 901.7999877929688 + 29538.609375 + + 155 + + 91 + + + 11.029000282287598 + 193 + + + + + + + 40.7414870057255 + -3.826953861862421 + + 901.5999755859375 + 29549.580078125 + + 155 + + 90 + + + 10.972999572753906 + 182 + + + + + + + 40.741430427879095 + -3.826834838837385 + + 901.5999755859375 + 29560.55078125 + + 154 + + 90 + + + 10.972999572753906 + 212 + + + + + + + 40.74137745425105 + -3.826730651780963 + + 901.5999755859375 + 29571.609375 + + 154 + + 90 + + + 11.057000160217285 + 198 + + + + + + + 40.74131911620498 + -3.8266197592020035 + + 901.5999755859375 + 29582.470703125 + + 154 + + 88 + + + 10.861000061035156 + 231 + + + + + + + 40.74126220308244 + -3.826512387022376 + + 901.5999755859375 + 29593.419921875 + + 154 + + 88 + + + 10.944999694824219 + 237 + + + + + + + 40.741205709055066 + -3.8264120556414127 + + 901.4000244140625 + 29604.390625 + + 153 + + 86 + + + 10.972999572753906 + 226 + + + + + + + 40.741145107895136 + -3.8263137359172106 + + 901.4000244140625 + 29615.359375 + + 153 + + 90 + + + 10.972999572753906 + 215 + + + + + + + 40.74107930995524 + -3.8262116443365812 + + 901.2000122070312 + 29626.48046875 + + 153 + + 87 + + + 11.11299991607666 + 233 + + + + + + + 40.74101627804339 + -3.8261207845062017 + + 901.4000244140625 + 29637.560546875 + + 153 + + 88 + + + 11.085000038146973 + 203 + + + + + + + 40.74094293639064 + -3.826021794229746 + + 901.4000244140625 + 29648.650390625 + + 153 + + 88 + + + 11.085000038146973 + 207 + + + + + + + 40.74087135493755 + -3.825928419828415 + + 901.4000244140625 + 29659.759765625 + + 153 + + 90 + + + 11.11299991607666 + 207 + + + + + + + 40.740802539512515 + -3.8258404936641455 + + 901.2000122070312 + 29670.869140625 + + 153 + + 90 + + + 11.11299991607666 + 203 + + + + + + + 40.74072953313589 + -3.8257542438805103 + + 901.2000122070312 + 29681.9609375 + + 153 + + 88 + + + 11.085000038146973 + 187 + + + + + + + 40.74064797721803 + -3.8256641384214163 + + 901.4000244140625 + 29693.0390625 + + 153 + + 90 + + + 11.085000038146973 + 259 + + + + + + + 40.7405736297369 + -3.825582917779684 + + 901.4000244140625 + 29704.130859375 + + 152 + + 90 + + + 11.085000038146973 + 303 + + + + + + + 40.740496180951595 + -3.8254959136247635 + + 901.4000244140625 + 29715.30078125 + + 153 + + 86 + + + 11.168999671936035 + 265 + + + + + + + 40.74041881598532 + -3.825409831479192 + + 901.4000244140625 + 29726.58984375 + + 152 + + 90 + + + 11.289999961853027 + 252 + + + + + + + 40.74034379795194 + -3.825327353551984 + + 901.4000244140625 + 29737.69921875 + + 152 + + 91 + + + 11.11299991607666 + 229 + + + + + + + 40.740270456299186 + -3.8252457976341248 + + 901.2000122070312 + 29748.9296875 + + 152 + + 90 + + + 11.234000205993652 + 213 + + + + + + + 40.74019401334226 + -3.825159380212426 + + 901.2000122070312 + 29760.099609375 + + 152 + + 92 + + + 11.168999671936035 + 185 + + + + + + + 40.7401195820421 + -3.8250738009810448 + + 901.4000244140625 + 29771.26953125 + + 153 + + 94 + + + 11.168999671936035 + 196 + + + + + + + 40.74004146270454 + -3.8249909039586782 + + 901.5999755859375 + 29782.41015625 + + 153 + + 92 + + + 11.140999794006348 + 256 + + + + + + + 40.739963594824076 + -3.8249066658318043 + + 901.5999755859375 + 29793.5 + + 152 + + 90 + + + 11.085000038146973 + 206 + + + + + + + 40.739889834076166 + -3.8248249422758818 + + 901.4000244140625 + 29804.5390625 + + 152 + + 88 + + + 11.04800033569336 + 251 + + + + + + + 40.73981489986181 + -3.8247439730912447 + + 901.4000244140625 + 29815.560546875 + + 152 + + 87 + + + 11.020000457763672 + 205 + + + + + + + 40.73973845690489 + -3.824659902602434 + + 901.4000244140625 + 29826.560546875 + + 152 + + 90 + + + 10.991999626159668 + 239 + + + + + + + 40.73966670781374 + -3.824580442160368 + + 901.4000244140625 + 29837.55078125 + + 153 + + 91 + + + 10.991999626159668 + 250 + + + + + + + 40.73958984576166 + -3.8244955334812403 + + 901.5999755859375 + 29848.509765625 + + 152 + + 87 + + + 10.96399974822998 + 220 + + + + + + + 40.739511558786035 + -3.8244141452014446 + + 901.5999755859375 + 29859.419921875 + + 152 + + 88 + + + 10.907999992370605 + 237 + + + + + + + 40.739438217133284 + -3.8243334274739027 + + 901.5999755859375 + 29870.330078125 + + 152 + + 88 + + + 10.907999992370605 + 274 + + + + + + + 40.739364037290215 + -3.824250614270568 + + 901.5999755859375 + 29881.23046875 + + 152 + + 87 + + + 10.907999992370605 + 237 + + + + + + + 40.739287342876196 + -3.8241626042872667 + + 901.5999755859375 + 29892.140625 + + 152 + + 91 + + + 10.907999992370605 + 260 + + + + + + + 40.739215426146984 + -3.8240783661603928 + + 901.5999755859375 + 29903.05078125 + + 152 + + 91 + + + 10.907999992370605 + 237 + + + + + + + 40.73914032429457 + -3.823989350348711 + + 901.5999755859375 + 29913.9609375 + + 152 + + 88 + + + 10.916999816894531 + 237 + + + + + + + 40.73906606063247 + -3.82390134036541 + + 901.4000244140625 + 29924.73046875 + + 152 + + 88 + + + 10.767999649047852 + 245 + + + + + + + 40.73899246752262 + -3.8238139171153307 + + 901.4000244140625 + 29935.66015625 + + 152 + + 88 + + + 10.925999641418457 + 267 + + + + + + + 40.73892842978239 + -3.8237280026078224 + + 901.4000244140625 + 29946.439453125 + + 152 + + 90 + + + 10.78600025177002 + 260 + + + + + + + 40.738863218575716 + -3.823631778359413 + + 901.4000244140625 + 29957.23046875 + + 152 + + 90 + + + 10.78600025177002 + 230 + + + + + + + 40.7388000190258 + -3.823538990691304 + + 901.5999755859375 + 29968.130859375 + + 152 + + 88 + + + 10.89799976348877 + 230 + + + + + + + 40.738734724000096 + -3.823441257700324 + + 901.5999755859375 + 29979.029296875 + + 152 + + 88 + + + 10.89799976348877 + 226 + + + + + + + 40.73867538012564 + -3.8233356457203627 + + 901.4000244140625 + 29989.869140625 + + 152 + + 88 + + + 10.842000007629395 + 229 + + + + + + + 40.73861947283149 + -3.8232360687106848 + + 901.2000122070312 + 30000.6796875 + + 152 + + 88 + + + 10.814000129699707 + 228 + + + + + + + 40.738564152270555 + -3.8231354858726263 + + 901.2000122070312 + 30011.580078125 + + 152 + + 87 + + + 10.89799976348877 + 263 + + + + + + + 40.73850464075804 + -3.8230276945978403 + + 901.4000244140625 + 30022.310546875 + + 153 + + 85 + + + 10.729999542236328 + 215 + + + + + + + 40.73845535516739 + -3.8229240104556084 + + 901.4000244140625 + 30033.130859375 + + 153 + + 87 + + + 10.814000129699707 + 253 + + + + + + + 40.738402381539345 + -3.82280926220119 + + 901.4000244140625 + 30043.91015625 + + 153 + + 87 + + + 10.78600025177002 + 205 + + + + + + + 40.73835678398609 + -3.8226945139467716 + + 901.2000122070312 + 30054.640625 + + 153 + + 85 + + + 10.729999542236328 + 211 + + + + + + + 40.73830850422382 + -3.8225850462913513 + + 901.0 + 30065.369140625 + + 152 + + 86 + + + 10.729999542236328 + 229 + + + + + + + 40.738259721547365 + -3.8224754948168993 + + 901.0 + 30076.16015625 + + 152 + + 86 + + + 10.78600025177002 + 231 + + + + + + + 40.73821152560413 + -3.8223568070679903 + + 901.0 + 30087.0 + + 152 + + 86 + + + 10.842000007629395 + 243 + + + + + + + 40.738168777897954 + -3.8222389575093985 + + 901.0 + 30097.869140625 + + 152 + + 87 + + + 10.869999885559082 + 248 + + + + + + + 40.73812913149595 + -3.8221141509711742 + + 901.0 + 30108.740234375 + + 152 + + 87 + + + 10.869999885559082 + 203 + + + + + + + 40.73809417895973 + -3.821988757699728 + + 901.0 + 30119.580078125 + + 152 + + 87 + + + 10.842000007629395 + 217 + + + + + + + 40.7380629144609 + -3.8218664657324553 + + 901.0 + 30130.4296875 + + 152 + + 87 + + + 10.842000007629395 + 236 + + + + + + + 40.73803265579045 + -3.8217455986887217 + + 900.7999877929688 + 30141.2890625 + + 152 + + 91 + + + 10.869999885559082 + 221 + + + + + + + 40.73800206184387 + -3.8216166011989117 + + 900.7999877929688 + 30152.25 + + 152 + + 87 + + + 10.954000473022461 + 245 + + + + + + + 40.73797356337309 + -3.82149581797421 + + 900.7999877929688 + 30163.119140625 + + 152 + + 88 + + + 10.869999885559082 + 269 + + + + + + + 40.737946489825845 + -3.821365311741829 + + 900.7999877929688 + 30174.1796875 + + 152 + + 88 + + + 11.065999984741211 + 244 + + + + + + + 40.73792318813503 + -3.8212361466139555 + + 900.7999877929688 + 30185.029296875 + + 152 + + 86 + + + 10.842000007629395 + 191 + + + + + + + 40.737904915586114 + -3.8211112562566996 + + 901.0 + 30196.0390625 + + 152 + + 88 + + + 11.010000228881836 + 183 + + + + + + + 40.73788815177977 + -3.8209872879087925 + + 901.0 + 30206.76953125 + + 152 + + 90 + + + 10.729999542236328 + 200 + + + + + + + 40.73787390254438 + -3.8208538480103016 + + 901.0 + 30217.580078125 + + 153 + + 87 + + + 10.814000129699707 + 194 + + + + + + + 40.73786325752735 + -3.8207289576530457 + + 901.0 + 30228.369140625 + + 153 + + 85 + + + 10.78600025177002 + 180 + + + + + + + 40.73785487562418 + -3.8205979485064745 + + 901.0 + 30239.099609375 + + 153 + + 88 + + + 10.729999542236328 + 182 + + + + + + + 40.73784766718745 + -3.8204722199589014 + + 901.0 + 30249.830078125 + + 153 + + 86 + + + 10.729999542236328 + 204 + + + + + + + 40.7378435600549 + -3.8203484192490578 + + 901.0 + 30260.5390625 + + 152 + + 84 + + + 10.711999893188477 + 211 + + + + + + + 40.7378398720175 + -3.820226462557912 + + 900.7999877929688 + 30271.220703125 + + 153 + + 85 + + + 10.684000015258789 + 188 + + + + + + + 40.7378401234746 + -3.820095956325531 + + 900.7999877929688 + 30281.939453125 + + 153 + + 86 + + + 10.711999893188477 + 247 + + + + + + + 40.7378433085978 + -3.8199735805392265 + + 900.7999877929688 + 30292.669921875 + + 152 + + 87 + + + 10.729999542236328 + 288 + + + + + + + 40.7378485891968 + -3.8198387157171965 + + 901.0 + 30303.48046875 + + 153 + + 86 + + + 10.814000129699707 + 290 + + + + + + + 40.737856552004814 + -3.819709550589323 + + 901.4000244140625 + 30314.26953125 + + 153 + + 87 + + + 10.78600025177002 + 227 + + + + + + + 40.73786560446024 + -3.8195843249559402 + + 901.4000244140625 + 30325.05078125 + + 153 + + 87 + + + 10.78600025177002 + 242 + + + + + + + 40.73787557892501 + -3.8194600213319063 + + 901.4000244140625 + 30335.810546875 + + 153 + + 86 + + + 10.758000373840332 + 186 + + + + + + + 40.73789100162685 + -3.8193338736891747 + + 901.4000244140625 + 30346.51953125 + + 153 + + 87 + + + 10.711999893188477 + 200 + + + + + + + 40.737910866737366 + -3.8192140124738216 + + 901.4000244140625 + 30357.240234375 + + 153 + + 85 + + + 10.711999893188477 + 215 + + + + + + + 40.737931402400136 + -3.819085853174329 + + 901.4000244140625 + 30367.970703125 + + 152 + + 86 + + + 10.729999542236328 + 215 + + + + + + + 40.73795411735773 + -3.818958532065153 + + 901.2000122070312 + 30378.69921875 + + 153 + + 87 + + + 10.729999542236328 + 208 + + + + + + + 40.7379817776382 + -3.818835988640785 + + 900.7999877929688 + 30389.44921875 + + 152 + + 87 + + + 10.758000373840332 + 205 + + + + + + + 40.738006588071585 + -3.8187140319496393 + + 900.5999755859375 + 30400.2109375 + + 152 + + 87 + + + 10.758000373840332 + 252 + + + + + + + 40.73803776875138 + -3.8185905665159225 + + 900.5999755859375 + 30411.029296875 + + 152 + + 86 + + + 10.814000129699707 + 217 + + + + + + + 40.73807003907859 + -3.8184710405766964 + + 900.4000244140625 + 30421.83984375 + + 152 + + 85 + + + 10.814000129699707 + 154 + + + + + + + 40.73810666799545 + -3.818350089713931 + + 900.4000244140625 + 30432.66015625 + + 153 + + 88 + + + 10.814000129699707 + 154 + + + + + + + 40.738143883645535 + -3.8182274624705315 + + 900.4000244140625 + 30443.5 + + 152 + + 88 + + + 10.842000007629395 + 169 + + + + + + + 40.73818386532366 + -3.8181090261787176 + + 900.4000244140625 + 30454.509765625 + + 152 + + 87 + + + 11.010000228881836 + 194 + + + + + + + 40.738225942477584 + -3.8179926853626966 + + 900.4000244140625 + 30465.380859375 + + 152 + + 88 + + + 10.869999885559082 + 181 + + + + + + + 40.73827405460179 + -3.817870980128646 + + 900.2000122070312 + 30476.359375 + + 151 + + 88 + + + 10.982000350952148 + 257 + + + + + + + 40.738319819793105 + -3.8177551422268152 + + 900.2000122070312 + 30487.400390625 + + 151 + + 91 + + + 11.038000106811523 + 224 + + + + + + + 40.73836600407958 + -3.8176370412111282 + + 900.2000122070312 + 30498.4609375 + + 151 + + 95 + + + 11.065999984741211 + 184 + + + + + + + 40.738411182537675 + -3.817517012357712 + + 900.0 + 30509.5 + + 151 + + 94 + + + 11.038000106811523 + 180 + + + + + + + 40.73845678009093 + -3.8174028508365154 + + 900.0 + 30520.5703125 + + 150 + + 90 + + + 11.065999984741211 + 192 + + + + + + + 40.73850338347256 + -3.8172853365540504 + + 900.0 + 30531.609375 + + 150 + + 92 + + + 11.038000106811523 + 187 + + + + + + + 40.73854914866388 + -3.8171637151390314 + + 900.0 + 30542.650390625 + + 150 + + 90 + + + 11.038000106811523 + 187 + + + + + + + 40.73859021998942 + -3.8170462008565664 + + 899.7999877929688 + 30553.830078125 + + 150 + + 91 + + + 11.187999725341797 + 201 + + + + + + + 40.73863573372364 + -3.8169237412512302 + + 899.5999755859375 + 30564.900390625 + + 150 + + 91 + + + 11.065999984741211 + 206 + + + + + + + 40.73868216946721 + -3.816802455112338 + + 899.5999755859375 + 30576.140625 + + 150 + + 90 + + + 11.243000030517578 + 171 + + + + + + + 40.73872625827789 + -3.8166866172105074 + + 899.5999755859375 + 30587.150390625 + + 149 + + 91 + + + 11.010000228881836 + 217 + + + + + + + 40.73876665905118 + -3.8165696058422327 + + 899.7999877929688 + 30598.220703125 + + 149 + + 87 + + + 11.065999984741211 + 195 + + + + + + + 40.738814352080226 + -3.8164489902555943 + + 900.0 + 30609.279296875 + + 149 + + 90 + + + 11.065999984741211 + 188 + + + + + + + 40.73885642923415 + -3.816336253657937 + + 899.7999877929688 + 30620.23046875 + + 149 + + 88 + + + 10.944999694824219 + 193 + + + + + + + 40.738899847492576 + -3.816217817366123 + + 899.7999877929688 + 30631.1796875 + + 148 + + 87 + + + 10.944999694824219 + 212 + + + + + + + 40.738942846655846 + -3.816099800169468 + + 900.0 + 30642.060546875 + + 148 + + 88 + + + 10.888999938964844 + 233 + + + + + + + 40.738982828333974 + -3.8159876503050327 + + 899.7999877929688 + 30652.9296875 + + 148 + + 91 + + + 10.861000061035156 + 203 + + + + + + + 40.739023899659514 + -3.8158757518976927 + + 900.0 + 30663.740234375 + + 147 + + 91 + + + 10.814000129699707 + 187 + + + + + + + 40.73906664736569 + -3.815754549577832 + + 900.0 + 30674.5 + + 148 + + 91 + + + 10.758000373840332 + 241 + + + + + + + 40.739105539396405 + -3.815640304237604 + + 900.0 + 30685.169921875 + + 147 + + 87 + + + 10.673999786376953 + 221 + + + + + + + 40.73914920911193 + -3.815519940108061 + + 900.4000244140625 + 30695.7890625 + + 147 + + 93 + + + 10.618000030517578 + 245 + + + + + + + 40.739190112799406 + -3.8154051080346107 + + 900.5999755859375 + 30706.330078125 + + 147 + + 85 + + + 10.543999671936035 + 225 + + + + + + + 40.73922347277403 + -3.815289018675685 + + 900.5999755859375 + 30716.849609375 + + 147 + + 83 + + + 10.515999794006348 + 207 + + + + + + + 40.739252055063844 + -3.815173013135791 + + 900.4000244140625 + 30727.359375 + + 147 + + 85 + + + 10.515999794006348 + 236 + + + + + + + 40.73928642086685 + -3.8150511402636766 + + 900.4000244140625 + 30737.849609375 + + 147 + + 86 + + + 10.48799991607666 + 221 + + + + + + + 40.739316092804074 + -3.814934967085719 + + 900.4000244140625 + 30748.369140625 + + 147 + + 85 + + + 10.515999794006348 + 211 + + + + + + + 40.73933553881943 + -3.8148147705942392 + + 900.7999877929688 + 30758.75 + + 148 + + 85 + + + 10.385000228881836 + 187 + + + + + + + 40.739342998713255 + -3.814691137522459 + + 901.0 + 30769.0390625 + + 148 + + 85 + + + 10.291999816894531 + 189 + + + + + + + 40.73935406282544 + -3.814574209973216 + + 901.2000122070312 + 30779.16015625 + + 147 + + 85 + + + 10.11400032043457 + 223 + + + + + + + 40.73937744833529 + -3.814460216090083 + + 901.2000122070312 + 30789.330078125 + + 148 + + 82 + + + 10.170000076293945 + 245 + + + + + + + 40.739420698955655 + -3.814353682100773 + + 901.2000122070312 + 30799.619140625 + + 148 + + 83 + + + 10.291999816894531 + 265 + + + + + + + 40.739478282630444 + -3.814262403175235 + + 901.0 + 30809.9296875 + + 147 + + 84 + + + 10.3100004196167 + 182 + + + + + + + 40.73954734951258 + -3.8141791708767414 + + 901.2000122070312 + 30820.119140625 + + 148 + + 84 + + + 10.189000129699707 + 177 + + + + + + + 40.73961700312793 + -3.8140990398824215 + + 901.4000244140625 + 30830.240234375 + + 148 + + 82 + + + 10.11400032043457 + 199 + + + + + + + 40.73967844247818 + -3.8140156399458647 + + 901.2000122070312 + 30840.580078125 + + 147 + + 85 + + + 10.338000297546387 + 225 + + + + + + + 40.73973376303911 + -3.8139231875538826 + + 901.2000122070312 + 30850.720703125 + + 148 + + 85 + + + 10.142000198364258 + 262 + + + + + + + 40.739782210439444 + -3.8138195872306824 + + 901.2000122070312 + 30860.859375 + + 148 + + 83 + + + 10.142000198364258 + 206 + + + + + + + 40.73982168920338 + -3.8137127179652452 + + 901.4000244140625 + 30870.94921875 + + 148 + + 83 + + + 10.095999717712402 + 226 + + + + + + + 40.73985974304378 + -3.813602412119508 + + 901.7999877929688 + 30881.05078125 + + 148 + + 81 + + + 10.095999717712402 + 258 + + + + + + + 40.73989938944578 + -3.813492776826024 + + 902.0 + 30890.9609375 + + 148 + + 82 + + + 9.909000396728516 + 306 + + + + + + + 40.73993928730488 + -3.8133883383125067 + + 902.2000122070312 + 30900.98046875 + + 148 + + 81 + + + 10.020999908447266 + 269 + + + + + + + 40.739978179335594 + -3.8132868334650993 + + 902.4000244140625 + 30910.9609375 + + 149 + + 83 + + + 9.975000381469727 + 278 + + + + + + + 40.740018244832754 + -3.81317644380033 + + 902.4000244140625 + 30920.9296875 + + 149 + + 85 + + + 9.975000381469727 + 326 + + + + + + + 40.740057807415724 + -3.813072592020035 + + 902.5999755859375 + 30930.810546875 + + 149 + + 85 + + + 9.880999565124512 + 282 + + + + + + + 40.74010122567415 + -3.812965303659439 + + 903.0 + 30940.609375 + + 149 + + 85 + + + 9.79699993133545 + 233 + + + + + + + 40.740143889561296 + -3.812863128259778 + + 903.0 + 30950.310546875 + + 149 + + 85 + + + 9.704000473022461 + 300 + + + + + + + 40.740185463801026 + -3.812767071649432 + + 903.2000122070312 + 30959.890625 + + 150 + + 82 + + + 9.572999954223633 + 225 + + + + + + + 40.74022955261171 + -3.812673529610038 + + 903.5999755859375 + 30969.359375 + + 150 + + 87 + + + 9.470999717712402 + 296 + + + + + + + 40.740272384136915 + -3.812576550990343 + + 904.0 + 30978.740234375 + + 150 + + 85 + + + 9.38700008392334 + 258 + + + + + + + 40.74031454510987 + -3.8124865293502808 + + 904.0 + 30988.05078125 + + 150 + + 86 + + + 9.303000450134277 + 250 + + + + + + + 40.740359388291836 + -3.8123927358537912 + + 904.0 + 30997.259765625 + + 150 + + 85 + + + 9.218999862670898 + 201 + + + + + + + 40.74040515348315 + -3.812300954014063 + + 904.2000122070312 + 31006.44921875 + + 151 + + 88 + + + 9.180999755859375 + 227 + + + + + + + 40.74044890701771 + -3.8122103456407785 + + 904.2000122070312 + 31015.5703125 + + 151 + + 94 + + + 9.125 + 204 + + + + + + + 40.74049383401871 + -3.8121251855045557 + + 904.4000244140625 + 31024.599609375 + + 151 + + 92 + + + 9.02299976348877 + 215 + + + + + + + 40.74054119177163 + -3.8120330683887005 + + 904.5999755859375 + 31033.599609375 + + 150 + + 85 + + + 9.003999710083008 + 257 + + + + + + + 40.74058678932488 + -3.8119463995099068 + + 904.5999755859375 + 31042.619140625 + + 150 + + 82 + + + 9.02299976348877 + 264 + + + + + + + 40.74063339270651 + -3.8118562940508127 + + 904.7999877929688 + 31051.669921875 + + 150 + + 84 + + + 9.050999641418457 + 268 + + + + + + + 40.74067815206945 + -3.8117656018584967 + + 904.7999877929688 + 31060.66015625 + + 150 + + 84 + + + 8.984999656677246 + 226 + + + + + + + 40.740722827613354 + -3.81167977117002 + + 905.0 + 31069.640625 + + 150 + + 81 + + + 8.984999656677246 + 211 + + + + + + + 40.740764904767275 + -3.8115974608808756 + + 905.4000244140625 + 31078.390625 + + 151 + + 85 + + + 8.751999855041504 + 247 + + + + + + + 40.740812765434384 + -3.8115091994404793 + + 905.4000244140625 + 31087.130859375 + + 150 + + 92 + + + 8.734000205993652 + 217 + + + + + + + 40.74085467495024 + -3.8114272244274616 + + 905.7999877929688 + 31095.83984375 + + 151 + + 91 + + + 8.71500015258789 + 270 + + + + + + + 40.74089985340834 + -3.811339633539319 + + 906.0 + 31104.48046875 + + 150 + + 88 + + + 8.640000343322754 + 245 + + + + + + + 40.7409483846277 + -3.811254808679223 + + 906.2000122070312 + 31113.099609375 + + 151 + + 90 + + + 8.612000465393066 + 223 + + + + + + + 40.74099381454289 + -3.811171241104603 + + 906.4000244140625 + 31121.650390625 + + 151 + + 87 + + + 8.555999755859375 + 250 + + + + + + + 40.74103530496359 + -3.811090523377061 + + 906.5999755859375 + 31130.16015625 + + 150 + + 87 + + + 8.510000228881836 + 229 + + + + + + + 40.74108190834522 + -3.8110028486698866 + + 906.5999755859375 + 31138.669921875 + + 151 + + 86 + + + 8.510000228881836 + 293 + + + + + + + 40.74112390168011 + -3.810921711847186 + + 906.7999877929688 + 31147.2109375 + + 150 + + 86 + + + 8.538000106811523 + 218 + + + + + + + 40.741169499233365 + -3.8108353782445192 + + 906.7999877929688 + 31155.779296875 + + 151 + + 86 + + + 8.574999809265137 + 231 + + + + + + + 40.74121316894889 + -3.810749799013138 + + 907.0 + 31164.359375 + + 150 + + 87 + + + 8.574999809265137 + 231 + + + + + + + 40.741254575550556 + -3.810666399076581 + + 907.0 + 31173.060546875 + + 151 + + 88 + + + 8.696000099182129 + 269 + + + + + + + 40.74129682034254 + -3.8105817418545485 + + 907.0 + 31181.76953125 + + 151 + + 88 + + + 8.71500015258789 + 276 + + + + + + + 40.741342417895794 + -3.8104907982051373 + + 907.2000122070312 + 31190.5 + + 151 + + 92 + + + 8.734000205993652 + 247 + + + + + + + 40.741386003792286 + -3.8104070629924536 + + 907.2000122070312 + 31199.400390625 + + 151 + + 88 + + + 8.892000198364258 + 230 + + + + + + + 40.74143319390714 + -3.8103148620575666 + + 907.2000122070312 + 31208.439453125 + + 151 + + 84 + + + 9.041000366210938 + 252 + + + + + + + 40.74148239567876 + -3.8102227449417114 + + 907.5999755859375 + 31217.669921875 + + 151 + + 83 + + + 9.237000465393066 + 226 + + + + + + + 40.741528160870075 + -3.81013129837811 + + 907.5999755859375 + 31226.849609375 + + 151 + + 85 + + + 9.17199993133545 + 184 + + + + + + + 40.74157350696623 + -3.810041192919016 + + 907.5999755859375 + 31236.119140625 + + 151 + + 85 + + + 9.274999618530273 + 189 + + + + + + + 40.741621032357216 + -3.8099462259560823 + + 907.5999755859375 + 31245.41015625 + + 151 + + 85 + + + 9.293000221252441 + 167 + + + + + + + 40.741666462272406 + -3.8098580483347178 + + 907.5999755859375 + 31254.7109375 + + 152 + + 85 + + + 9.293000221252441 + 187 + + + + + + + 40.741717759519815 + -3.8097644224762917 + + 907.5999755859375 + 31264.0390625 + + 151 + + 86 + + + 9.331000328063965 + 187 + + + + + + + 40.74176746420562 + -3.8096719700843096 + + 907.5999755859375 + 31273.4296875 + + 151 + + 85 + + + 9.395999908447266 + 249 + + + + + + + 40.741816498339176 + -3.8095786795020103 + + 907.5999755859375 + 31282.94921875 + + 151 + + 86 + + + 9.517000198364258 + 243 + + + + + + + 40.74186410754919 + -3.809488322585821 + + 907.5999755859375 + 31292.509765625 + + 151 + + 88 + + + 9.564000129699707 + 202 + + + + + + + 40.74191389605403 + -3.8093919306993484 + + 907.5999755859375 + 31302.130859375 + + 151 + + 86 + + + 9.611000061035156 + 196 + + + + + + + 40.74196184054017 + -3.8093009870499372 + + 907.5999755859375 + 31311.759765625 + + 151 + + 87 + + + 9.628999710083008 + 210 + + + + + + + 40.74201271869242 + -3.80920241586864 + + 907.7999877929688 + 31321.4296875 + + 150 + + 88 + + + 9.675999641418457 + 213 + + + + + + + 40.742063680663705 + -3.8091061916202307 + + 907.7999877929688 + 31331.099609375 + + 151 + + 93 + + + 9.666999816894531 + 177 + + + + + + + 40.74211246334016 + -3.8090125657618046 + + 907.7999877929688 + 31340.779296875 + + 150 + + 92 + + + 9.6850004196167 + 227 + + + + + + + 40.742162419483066 + -3.808919610455632 + + 907.7999877929688 + 31350.509765625 + + 150 + + 88 + + + 9.732000350952148 + 234 + + + + + + + 40.742215141654015 + -3.8088205363601446 + + 908.0 + 31360.310546875 + + 151 + + 87 + + + 9.79699993133545 + 243 + + + + + + + 40.74226493015885 + -3.808726239949465 + + 908.2000122070312 + 31370.220703125 + + 151 + + 91 + + + 9.909000396728516 + 226 + + + + + + + 40.74231983162463 + -3.808622555807233 + + 908.2000122070312 + 31380.30078125 + + 151 + + 93 + + + 10.07699966430664 + 260 + + + + + + + 40.74237272143364 + -3.8085230626165867 + + 908.2000122070312 + 31390.279296875 + + 151 + + 85 + + + 9.984000205993652 + 179 + + + + + + + 40.74242603033781 + -3.808424575254321 + + 908.4000244140625 + 31400.400390625 + + 150 + + 88 + + + 10.12399959564209 + 251 + + + + + + + 40.74247841723263 + -3.8083292730152607 + + 908.4000244140625 + 31410.580078125 + + 150 + + 87 + + + 10.170000076293945 + 214 + + + + + + + 40.742531726136804 + -3.808225840330124 + + 908.4000244140625 + 31420.69921875 + + 151 + + 86 + + + 10.12399959564209 + 203 + + + + + + + 40.74258436448872 + -3.8081287778913975 + + 908.4000244140625 + 31430.869140625 + + 151 + + 88 + + + 10.170000076293945 + 290 + + + + + + + 40.74263859540224 + -3.8080259319394827 + + 908.2000122070312 + 31441.109375 + + 151 + + 87 + + + 10.244999885559082 + 240 + + + + + + + 40.74269182048738 + -3.8079238403588533 + + 908.2000122070312 + 31451.41015625 + + 151 + + 88 + + + 10.291999816894531 + 265 + + + + + + + 40.7427444588393 + -3.8078228384256363 + + 908.4000244140625 + 31461.779296875 + + 151 + + 90 + + + 10.37600040435791 + 260 + + + + + + + 40.74279550462961 + -3.8077253568917513 + + 908.5999755859375 + 31472.2109375 + + 151 + + 90 + + + 10.42199993133545 + 250 + + + + + + + 40.742850322276354 + -3.807621840387583 + + 908.5999755859375 + 31482.609375 + + 152 + + 90 + + + 10.404000282287598 + 232 + + + + + + + 40.74290229007602 + -3.8075237721204758 + + 908.5999755859375 + 31493.009765625 + + 152 + + 88 + + + 10.404000282287598 + 183 + + + + + + + 40.742955934256315 + -3.8074196688830853 + + 908.7999877929688 + 31503.330078125 + + 152 + + 91 + + + 10.319999694824219 + 181 + + + + + + + 40.74301091954112 + -3.807317828759551 + + 908.7999877929688 + 31513.609375 + + 152 + + 90 + + + 10.27299976348877 + 257 + + + + + + + 40.74306037276983 + -3.807218335568905 + + 909.0 + 31523.91015625 + + 152 + + 90 + + + 10.300999641418457 + 219 + + + + + + + 40.74310923926532 + -3.80712085403502 + + 909.0 + 31534.130859375 + + 152 + + 88 + + + 10.22599983215332 + 179 + + + + + + + 40.743163051083684 + -3.807018008083105 + + 909.2000122070312 + 31544.310546875 + + 151 + + 87 + + + 10.180000305175781 + 159 + + + + + + + 40.74321233667433 + -3.806919939815998 + + 909.2000122070312 + 31554.509765625 + + 151 + + 86 + + + 10.197999954223633 + 183 + + + + + + + 40.74326606467366 + -3.806818351149559 + + 909.0 + 31564.630859375 + + 151 + + 88 + + + 10.12399959564209 + 226 + + + + + + + 40.743318954482675 + -3.8067183550447226 + + 908.7999877929688 + 31574.810546875 + + 151 + + 87 + + + 10.180000305175781 + 259 + + + + + + + 40.74336916208267 + -3.806618442758918 + + 908.7999877929688 + 31585.16015625 + + 151 + + 88 + + + 10.347999572753906 + 284 + + + + + + + 40.74342280626297 + -3.806519955396652 + + 909.0 + 31595.380859375 + + 151 + + 90 + + + 10.217000007629395 + 215 + + + + + + + 40.74347712099552 + -3.8064159359782934 + + 909.0 + 31605.73046875 + + 151 + + 87 + + + 10.347999572753906 + 235 + + + + + + + 40.743529507890344 + -3.806319124996662 + + 909.0 + 31616.119140625 + + 150 + + 90 + + + 10.394000053405762 + 225 + + + + + + + 40.74358273297548 + -3.8062146864831448 + + 909.2000122070312 + 31626.470703125 + + 150 + + 90 + + + 10.347999572753906 + 207 + + + + + + + 40.74363495223224 + -3.8061125110834837 + + 909.2000122070312 + 31636.859375 + + 151 + + 88 + + + 10.394000053405762 + 183 + + + + + + + 40.74368281289935 + -3.806012598797679 + + 909.2000122070312 + 31647.2109375 + + 150 + + 86 + + + 10.347999572753906 + 207 + + + + + + + 40.743732349947095 + -3.8059149496257305 + + 909.2000122070312 + 31657.5 + + 150 + + 88 + + + 10.291999816894531 + 206 + + + + + + + 40.74378306046128 + -3.805811097845435 + + 909.5999755859375 + 31667.720703125 + + 150 + + 90 + + + 10.217000007629395 + 190 + + + + + + + 40.743833519518375 + -3.80571361631155 + + 909.7999877929688 + 31677.919921875 + + 150 + + 88 + + + 10.197999954223633 + 200 + + + + + + + 40.74388699606061 + -3.8056101836264133 + + 910.0 + 31688.0703125 + + 150 + + 87 + + + 10.152000427246094 + 254 + + + + + + + 40.743940053507686 + -3.8055070862174034 + + 910.2000122070312 + 31698.2890625 + + 149 + + 86 + + + 10.217000007629395 + 277 + + + + + + + 40.74399403296411 + -3.80540675483644 + + 910.0 + 31708.580078125 + + 149 + + 90 + + + 10.291999816894531 + 230 + + + + + + + 40.7440463360399 + -3.805308770388365 + + 909.7999877929688 + 31718.869140625 + + 149 + + 88 + + + 10.291999816894531 + 237 + + + + + + + 40.74410048313439 + -3.805205337703228 + + 909.5999755859375 + 31729.1796875 + + 149 + + 86 + + + 10.3100004196167 + 217 + + + + + + + 40.74415002018213 + -3.805106095969677 + + 909.5999755859375 + 31739.490234375 + + 149 + + 84 + + + 10.3100004196167 + 192 + + + + + + + 40.744201987981796 + -3.8050069380551577 + + 909.5999755859375 + 31749.73046875 + + 149 + + 90 + + + 10.236000061035156 + 198 + + + + + + + 40.74425479397178 + -3.8049035891890526 + + 909.5999755859375 + 31759.9609375 + + 149 + + 88 + + + 10.236000061035156 + 190 + + + + + + + 40.74430885724723 + -3.804806023836136 + + 909.5999755859375 + 31770.0 + + 149 + + 88 + + + 10.039999961853027 + 248 + + + + + + + 40.744355795904994 + -3.8047127332538366 + + 909.5999755859375 + 31780.08984375 + + 150 + + 86 + + + 10.086000442504883 + 247 + + + + + + + 40.74440885335207 + -3.804613407701254 + + 909.7999877929688 + 31789.900390625 + + 149 + + 86 + + + 9.815999984741211 + 220 + + + + + + + 40.74445520527661 + -3.804522966966033 + + 909.7999877929688 + 31799.720703125 + + 149 + + 85 + + + 9.815999984741211 + 296 + + + + + + + 40.74450667016208 + -3.8044232223182917 + + 910.0 + 31809.5390625 + + 149 + + 85 + + + 9.815999984741211 + 310 + + + + + + + 40.74455536901951 + -3.8043249025940895 + + 910.2000122070312 + 31819.369140625 + + 149 + + 84 + + + 9.835000038146973 + 243 + + + + + + + 40.74460281059146 + -3.804233456030488 + + 910.4000244140625 + 31828.919921875 + + 149 + + 83 + + + 9.545000076293945 + 285 + + + + + + + 40.74464974924922 + -3.804142428562045 + + 910.7999877929688 + 31838.419921875 + + 149 + + 83 + + + 9.508000373840332 + 235 + + + + + + + 40.744697861373425 + -3.804048215970397 + + 911.0 + 31847.80078125 + + 149 + + 87 + + + 9.376999855041504 + 293 + + + + + + + 40.7447440456599 + -3.803959870710969 + + 911.2000122070312 + 31857.0390625 + + 149 + + 92 + + + 9.237000465393066 + 232 + + + + + + + 40.74479483999312 + -3.8038669154047966 + + 911.2000122070312 + 31866.130859375 + + 149 + + 87 + + + 9.097000122070312 + 300 + + + + + + + 40.74484169483185 + -3.8037765584886074 + + 911.4000244140625 + 31875.16015625 + + 149 + + 93 + + + 9.02299976348877 + 295 + + + + + + + 40.7448875438422 + -3.803690057247877 + + 911.7999877929688 + 31884.060546875 + + 149 + + 91 + + + 8.901000022888184 + 273 + + + + + + + 40.74493205174804 + -3.803608501330018 + + 912.2000122070312 + 31892.779296875 + + 149 + + 91 + + + 8.723999977111816 + 264 + + + + + + + 40.74497806839645 + -3.8035244308412075 + + 912.5999755859375 + 31901.390625 + + 149 + + 87 + + + 8.602999687194824 + 251 + + + + + + + 40.7450186368078 + -3.803443880751729 + + 912.5999755859375 + 31909.9296875 + + 150 + + 87 + + + 8.54699993133545 + 230 + + + + + + + 40.745061971247196 + -3.8033588882535696 + + 912.7999877929688 + 31918.44921875 + + 149 + + 88 + + + 8.519000053405762 + 197 + + + + + + + 40.7451048027724 + -3.8032774161547422 + + 912.7999877929688 + 31926.759765625 + + 150 + + 86 + + + 8.314000129699707 + 206 + + + + + + + 40.74514511972666 + -3.803197704255581 + + 913.0 + 31934.939453125 + + 150 + + 85 + + + 8.173999786376953 + 231 + + + + + + + 40.74518476612866 + -3.8031203392893076 + + 913.2000122070312 + 31943.140625 + + 150 + + 85 + + + 8.20199966430664 + 260 + + + + + + + 40.74522692710161 + -3.803038029000163 + + 913.4000244140625 + 31951.359375 + + 150 + + 84 + + + 8.220000267028809 + 218 + + + + + + + 40.745268082246184 + -3.8029610831290483 + + 913.4000244140625 + 31959.58984375 + + 150 + + 85 + + + 8.229999542236328 + 207 + + + + + + + 40.745314098894596 + -3.8028802815824747 + + 913.4000244140625 + 31967.83984375 + + 150 + + 85 + + + 8.248000144958496 + 219 + + + + + + + 40.74535684660077 + -3.802800737321377 + + 913.5999755859375 + 31976.08984375 + + 150 + + 85 + + + 8.248000144958496 + 247 + + + + + + + 40.74539783410728 + -3.802721444517374 + + 913.7999877929688 + 31984.369140625 + + 150 + + 85 + + + 8.28600025177002 + 231 + + + + + + + 40.74543949216604 + -3.802641313523054 + + 913.7999877929688 + 31992.630859375 + + 150 + + 83 + + + 8.258000373840332 + 261 + + + + + + + 40.74548123404384 + -3.80255707539618 + + 914.0 + 32000.8203125 + + 150 + + 85 + + + 8.192000389099121 + 232 + + + + + + + 40.745520209893584 + -3.8024782855063677 + + 914.2000122070312 + 32008.919921875 + + 150 + + 85 + + + 8.098999977111816 + 237 + + + + + + + 40.74556161649525 + -3.802397735416889 + + 914.4000244140625 + 32017.05078125 + + 150 + + 84 + + + 8.126999855041504 + 263 + + + + + + + 40.74560293927789 + -3.802316514775157 + + 914.5999755859375 + 32025.080078125 + + 151 + + 83 + + + 8.034000396728516 + 284 + + + + + + + 40.74564426206052 + -3.802239065989852 + + 914.7999877929688 + 32033.140625 + + 151 + + 81 + + + 8.052000045776367 + 228 + + + + + + + 40.74568474665284 + -3.802162203937769 + + 914.7999877929688 + 32041.19921875 + + 151 + + 84 + + + 8.062000274658203 + 293 + + + + + + + 40.745728919282556 + -3.802080564200878 + + 915.0 + 32049.390625 + + 151 + + 84 + + + 8.192000389099121 + 253 + + + + + + + 40.74576806277037 + -3.8020032830536366 + + 915.2000122070312 + 32057.609375 + + 151 + + 84 + + + 8.220000267028809 + 212 + + + + + + + 40.7458130735904 + -3.8019191287457943 + + 915.2000122070312 + 32065.900390625 + + 151 + + 85 + + + 8.28600025177002 + 205 + + + + + + + 40.74585565365851 + -3.8018392492085695 + + 915.2000122070312 + 32074.220703125 + + 152 + + 85 + + + 8.322999954223633 + 209 + + + + + + + 40.74589823372662 + -3.8017581962049007 + + 915.2000122070312 + 32082.609375 + + 152 + + 85 + + + 8.387999534606934 + 222 + + + + + + + 40.74594005942345 + -3.8016802445054054 + + 915.4000244140625 + 32091.009765625 + + 152 + + 85 + + + 8.39799976348877 + 206 + + + + + + + 40.74598481878638 + -3.801591396331787 + + 915.7999877929688 + 32099.5390625 + + 152 + + 87 + + + 8.538000106811523 + 224 + + + + + + + 40.746027901768684 + -3.8015081640332937 + + 915.7999877929688 + 32108.19921875 + + 151 + + 87 + + + 8.659000396728516 + 194 + + + + + + + 40.746075259521604 + -3.8014221657067537 + + 916.0 + 32116.919921875 + + 151 + + 82 + + + 8.71500015258789 + 219 + + + + + + + 40.74612211436033 + -3.8013385143131018 + + 915.7999877929688 + 32125.740234375 + + 151 + + 80 + + + 8.817999839782715 + 227 + + + + + + + 40.74616452679038 + -3.8012505881488323 + + 915.5999755859375 + 32134.630859375 + + 151 + + 80 + + + 8.892000198364258 + 227 + + + + + + + 40.74620962142944 + -3.8011657632887363 + + 915.5999755859375 + 32143.650390625 + + 152 + + 83 + + + 9.02299976348877 + 248 + + + + + + + 40.74626083485782 + -3.8010728918015957 + + 915.5999755859375 + 32152.650390625 + + 151 + + 83 + + + 9.003999710083008 + 254 + + + + + + + 40.746307438239455 + -3.800987061113119 + + 915.5999755859375 + 32161.869140625 + + 151 + + 83 + + + 9.218999862670898 + 241 + + + + + + + 40.74635705910623 + -3.800896033644676 + + 915.7999877929688 + 32171.130859375 + + 152 + + 85 + + + 9.255999565124512 + 188 + + + + + + + 40.74640919454396 + -3.800807185471058 + + 915.7999877929688 + 32180.330078125 + + 152 + + 85 + + + 9.199999809265137 + 194 + + + + + + + 40.74645613320172 + -3.800717331469059 + + 915.5999755859375 + 32189.580078125 + + 151 + + 86 + + + 9.255999565124512 + 220 + + + + + + + 40.74650156311691 + -3.800626052543521 + + 915.4000244140625 + 32198.91015625 + + 151 + + 85 + + + 9.321000099182129 + 199 + + + + + + + 40.74655068106949 + -3.8005334325134754 + + 915.4000244140625 + 32208.369140625 + + 151 + + 85 + + + 9.461000442504883 + 164 + + + + + + + 40.746596194803715 + -3.8004436623305082 + + 915.5999755859375 + 32217.689453125 + + 152 + + 85 + + + 9.321000099182129 + 180 + + + + + + + 40.74664774350822 + -3.8003484439104795 + + 915.5999755859375 + 32227.130859375 + + 152 + + 88 + + + 9.442999839782715 + 225 + + + + + + + 40.746697783470154 + -3.800252052024007 + + 915.5999755859375 + 32236.560546875 + + 151 + + 85 + + + 9.432999610900879 + 195 + + + + + + + 40.74674740433693 + -3.8001616951078176 + + 915.5999755859375 + 32246.0 + + 151 + + 86 + + + 9.432999610900879 + 189 + + + + + + + 40.74679300189018 + -3.80007091909647 + + 915.5999755859375 + 32255.41015625 + + 151 + + 86 + + + 9.414999961853027 + 210 + + + + + + + 40.74684237129986 + -3.7999735213816166 + + 915.5999755859375 + 32264.91015625 + + 151 + + 86 + + + 9.49899959564209 + 212 + + + + + + + 40.746890902519226 + -3.799880063161254 + + 915.5999755859375 + 32274.470703125 + + 151 + + 85 + + + 9.564000129699707 + 191 + + + + + + + 40.74694010429084 + -3.7997821625322104 + + 915.5999755859375 + 32284.080078125 + + 150 + + 85 + + + 9.60099983215332 + 192 + + + + + + + 40.74698779731989 + -3.799688285216689 + + 915.7999877929688 + 32293.6796875 + + 150 + + 91 + + + 9.60099983215332 + 176 + + + + + + + 40.74703716672957 + -3.7995979283005 + + 915.5999755859375 + 32303.240234375 + + 150 + + 87 + + + 9.564000129699707 + 145 + + + + + + + 40.747084859758615 + -3.7995102535933256 + + 915.5999755859375 + 32312.869140625 + + 150 + + 90 + + + 9.628999710083008 + 179 + + + + + + + 40.74713137932122 + -3.799410006031394 + + 915.7999877929688 + 32322.30078125 + + 150 + + 86 + + + 9.432999610900879 + 169 + + + + + + + 40.74717856943607 + -3.799320487305522 + + 915.7999877929688 + 32331.80078125 + + 150 + + 87 + + + 9.49899959564209 + 158 + + + + + + + 40.747229447588325 + -3.7992246821522713 + + 915.7999877929688 + 32341.080078125 + + 149 + + 85 + + + 9.274999618530273 + 147 + + + + + + + 40.747278314083815 + -3.7991344928741455 + + 915.7999877929688 + 32350.2890625 + + 149 + + 85 + + + 9.208999633789062 + 178 + + + + + + + 40.747322738170624 + -3.799045141786337 + + 915.7999877929688 + 32359.41015625 + + 149 + + 85 + + + 9.125 + 288 + + + + + + + 40.74736313894391 + -3.798957299441099 + + 915.7999877929688 + 32368.51953125 + + 148 + + 83 + + + 9.107000350952148 + 265 + + + + + + + 40.74741108343005 + -3.798865433782339 + + 916.0 + 32377.599609375 + + 148 + + 83 + + + 9.079000473022461 + 265 + + + + + + + 40.74745584279299 + -3.7987820338457823 + + 916.2000122070312 + 32386.619140625 + + 148 + + 83 + + + 9.02299976348877 + 242 + + + + + + + 40.74750663712621 + -3.798695784062147 + + 916.4000244140625 + 32395.69921875 + + 147 + + 84 + + + 9.079000473022461 + 277 + + + + + + + 40.74755458161235 + -3.7986055947840214 + + 916.4000244140625 + 32404.810546875 + + 147 + + 82 + + + 9.107000350952148 + 257 + + + + + + + 40.74760118499398 + -3.798518506810069 + + 916.5999755859375 + 32413.970703125 + + 147 + + 83 + + + 9.163000106811523 + 251 + + + + + + + 40.74764468707144 + -3.7984320893883705 + + 916.5999755859375 + 32423.08984375 + + 147 + + 85 + + + 9.125 + 238 + + + + + + + 40.74769296683371 + -3.798340307548642 + + 916.5999755859375 + 32432.220703125 + + 147 + + 85 + + + 9.125 + 223 + + + + + + + 40.747739654034376 + -3.7982542254030704 + + 916.7999877929688 + 32441.33984375 + + 147 + + 85 + + + 9.125 + 273 + + + + + + + 40.74779011309147 + -3.798163114115596 + + 916.7999877929688 + 32450.470703125 + + 147 + + 84 + + + 9.125 + 250 + + + + + + + 40.74783889576793 + -3.7980706617236137 + + 916.7999877929688 + 32459.609375 + + 148 + + 85 + + + 9.144000053405762 + 245 + + + + + + + 40.7478850800544 + -3.7979805562645197 + + 916.7999877929688 + 32468.76953125 + + 148 + + 85 + + + 9.163000106811523 + 211 + + + + + + + 40.74792942032218 + -3.7978937197476625 + + 916.7999877929688 + 32477.880859375 + + 148 + + 84 + + + 9.107000350952148 + 200 + + + + + + + 40.747976107522845 + -3.7978017702698708 + + 917.0 + 32487.029296875 + + 148 + + 83 + + + 9.144000053405762 + 217 + + + + + + + 40.748020028695464 + -3.79771476611495 + + 917.2000122070312 + 32496.0703125 + + 148 + + 83 + + + 9.041000366210938 + 233 + + + + + + + 40.748067470267415 + -3.797623571008444 + + 917.2000122070312 + 32505.109375 + + 148 + + 83 + + + 9.041000366210938 + 261 + + + + + + + 40.748116336762905 + -3.7975309509783983 + + 917.0 + 32514.310546875 + + 148 + + 94 + + + 9.199999809265137 + 281 + + + + + + + 40.74816042557359 + -3.7974426057189703 + + 917.0 + 32523.529296875 + + 148 + + 85 + + + 9.218999862670898 + 237 + + + + + + + 40.7482048496604 + -3.797355182468891 + + 917.2000122070312 + 32532.75 + + 147 + + 84 + + + 9.218999862670898 + 237 + + + + + + + 40.748252626508474 + -3.797263652086258 + + 917.4000244140625 + 32541.970703125 + + 147 + + 84 + + + 9.218999862670898 + 238 + + + + + + + 40.74830015189946 + -3.7971771508455276 + + 917.5999755859375 + 32551.19921875 + + 147 + + 85 + + + 9.237000465393066 + 238 + + + + + + + 40.748349437490106 + -3.7970847822725773 + + 917.5999755859375 + 32560.419921875 + + 147 + + 84 + + + 9.218999862670898 + 253 + + + + + + + 40.7483996450901 + -3.7969943415373564 + + 917.7999877929688 + 32569.619140625 + + 147 + + 85 + + + 9.199999809265137 + 278 + + + + + + + 40.74844700284302 + -3.796906750649214 + + 917.7999877929688 + 32578.8203125 + + 147 + + 84 + + + 9.199999809265137 + 227 + + + + + + + 40.74849385768175 + -3.7968216743320227 + + 917.7999877929688 + 32587.970703125 + + 147 + + 84 + + + 9.144000053405762 + 223 + + + + + + + 40.7485431432724 + -3.796730814501643 + + 918.0 + 32597.08984375 + + 147 + + 85 + + + 9.125 + 210 + + + + + + + 40.74859058484435 + -3.7966467440128326 + + 918.2000122070312 + 32606.169921875 + + 147 + + 82 + + + 9.079000473022461 + 216 + + + + + + + 40.748638194054365 + -3.7965568900108337 + + 918.2000122070312 + 32615.25 + + 147 + + 84 + + + 9.079000473022461 + 243 + + + + + + + 40.74868580326438 + -3.7964671198278666 + + 918.4000244140625 + 32624.19921875 + + 147 + + 86 + + + 8.947999954223633 + 261 + + + + + + + 40.74873014353216 + -3.796383300796151 + + 918.4000244140625 + 32633.240234375 + + 147 + + 84 + + + 9.041000366210938 + 215 + + + + + + + 40.74877263978124 + -3.7962975539267063 + + 918.4000244140625 + 32642.259765625 + + 147 + + 82 + + + 9.02299976348877 + 260 + + + + + + + 40.74881882406771 + -3.796207197010517 + + 918.2000122070312 + 32651.279296875 + + 147 + + 84 + + + 9.02299976348877 + 291 + + + + + + + 40.74886157177389 + -3.7961249705404043 + + 918.4000244140625 + 32660.2890625 + + 148 + + 83 + + + 9.003999710083008 + 235 + + + + + + + 40.74890658259392 + -3.7960345298051834 + + 918.5999755859375 + 32669.220703125 + + 148 + + 87 + + + 8.928999900817871 + 201 + + + + + + + 40.748952850699425 + -3.795946352183819 + + 918.7999877929688 + 32678.08984375 + + 148 + + 96 + + + 8.873000144958496 + 209 + + + + + + + 40.74899367056787 + -3.795859096571803 + + 919.0 + 32686.9609375 + + 148 + + 90 + + + 8.873000144958496 + 232 + + + + + + + 40.74903717264533 + -3.795775528997183 + + 918.7999877929688 + 32695.8203125 + + 149 + + 88 + + + 8.854999542236328 + 196 + + + + + + + 40.74908402748406 + -3.795687770470977 + + 918.7999877929688 + 32704.669921875 + + 149 + + 92 + + + 8.854999542236328 + 208 + + + + + + + 40.74912660755217 + -3.795605292543769 + + 918.7999877929688 + 32713.4609375 + + 149 + + 119 + + + 8.789999961853027 + 191 + + + + + + + 40.74917254038155 + -3.795518036931753 + + 919.0 + 32722.2109375 + + 149 + + 90 + + + 8.751999855041504 + 203 + + + + + + + 40.749219143763185 + -3.7954322900623083 + + 919.0 + 32731.01953125 + + 148 + + 79 + + + 8.807999610900879 + 207 + + + + + + + 40.74926130473614 + -3.79534880630672 + + 919.0 + 32739.720703125 + + 148 + + 79 + + + 8.696000099182129 + 201 + + + + + + + 40.74930438771844 + -3.79526574164629 + + 919.2000122070312 + 32748.490234375 + + 148 + + 80 + + + 8.770999908447266 + 246 + + + + + + + 40.74935099110007 + -3.7951780669391155 + + 919.4000244140625 + 32757.310546875 + + 149 + + 88 + + + 8.817999839782715 + 229 + + + + + + + 40.749394576996565 + -3.7950927391648293 + + 919.4000244140625 + 32766.16015625 + + 148 + + 88 + + + 8.854999542236328 + 269 + + + + + + + 40.749441934749484 + -3.7950017116963863 + + 919.4000244140625 + 32775.109375 + + 148 + + 91 + + + 8.947999954223633 + 259 + + + + + + + 40.74948761612177 + -3.7949094269424677 + + 919.2000122070312 + 32784.1015625 + + 148 + + 91 + + + 8.984999656677246 + 218 + + + + + + + 40.74953153729439 + -3.7948231771588326 + + 919.2000122070312 + 32793.078125 + + 149 + + 90 + + + 8.984999656677246 + 136 + + + + + + + 40.749574368819594 + -3.794730557128787 + + 919.4000244140625 + 32802.12109375 + + 148 + + 92 + + + 9.041000366210938 + 284 + + + + + + + 40.74961627833545 + -3.7946326564997435 + + 919.4000244140625 + 32811.33984375 + + 148 + + 84 + + + 9.218999862670898 + 270 + + + + + + + 40.749659864231944 + -3.7945390306413174 + + 919.4000244140625 + 32820.73828125 + + 148 + + 85 + + + 9.395999908447266 + 231 + + + + + + + 40.74970378540456 + -3.794438699260354 + + 919.2000122070312 + 32830.1015625 + + 148 + + 85 + + + 9.359000205993652 + 262 + + + + + + + 40.749745946377516 + -3.794338535517454 + + 919.4000244140625 + 32839.640625 + + 148 + + 85 + + + 9.545000076293945 + 193 + + + + + + + 40.74978567659855 + -3.7942433170974255 + + 919.4000244140625 + 32849.171875 + + 148 + + 85 + + + 9.527000427246094 + 212 + + + + + + + 40.749825071543455 + -3.7941466737538576 + + 919.4000244140625 + 32858.69140625 + + 149 + + 85 + + + 9.527000427246094 + 231 + + + + + + + 40.74986597523093 + -3.7940470967441797 + + 919.4000244140625 + 32868.1484375 + + 149 + + 86 + + + 9.461000442504883 + 226 + + + + + + + 40.74990503489971 + -3.7939511239528656 + + 919.5999755859375 + 32877.609375 + + 148 + + 85 + + + 9.461000442504883 + 210 + + + + + + + 40.749943340197206 + -3.793847942724824 + + 919.5999755859375 + 32887.109375 + + 148 + + 86 + + + 9.49899959564209 + 189 + + + + + + + 40.74998214840889 + -3.793748617172241 + + 919.7999877929688 + 32896.609375 + + 148 + + 87 + + + 9.49899959564209 + 217 + + + + + + + 40.75002363882959 + -3.7936531472951174 + + 919.7999877929688 + 32906.08984375 + + 148 + + 85 + + + 9.479999542236328 + 211 + + + + + + + 40.75006378814578 + -3.793556923046708 + + 919.7999877929688 + 32915.51953125 + + 148 + + 85 + + + 9.423999786376953 + 219 + + + + + + + 40.75010444037616 + -3.7934560049325228 + + 919.7999877929688 + 32924.94140625 + + 148 + + 85 + + + 9.423999786376953 + 223 + + + + + + + 40.75014333240688 + -3.79335961304605 + + 919.5999755859375 + 32934.421875 + + 148 + + 85 + + + 9.479999542236328 + 268 + + + + + + + 40.75018398463726 + -3.793251235038042 + + 919.4000244140625 + 32943.98828125 + + 148 + + 85 + + + 9.564000129699707 + 229 + + + + + + + 40.75022396631539 + -3.7931483052670956 + + 919.4000244140625 + 32953.62890625 + + 148 + + 87 + + + 9.64799976348877 + 257 + + + + + + + 40.75026202015579 + -3.7930490635335445 + + 919.5999755859375 + 32963.44921875 + + 148 + + 92 + + + 9.824999809265137 + 225 + + + + + + + 40.75030175037682 + -3.792951162904501 + + 919.4000244140625 + 32973.171875 + + 148 + + 87 + + + 9.713000297546387 + 200 + + + + + + + 40.75034634210169 + -3.7928473111242056 + + 919.4000244140625 + 32982.8203125 + + 148 + + 85 + + + 9.64799976348877 + 234 + + + + + + + 40.750390347093344 + -3.792748488485813 + + 919.2000122070312 + 32992.6015625 + + 148 + + 87 + + + 9.788000106811523 + 234 + + + + + + + 40.75043183751404 + -3.7926444690674543 + + 919.4000244140625 + 33002.390625 + + 148 + + 92 + + + 9.788000106811523 + 207 + + + + + + + 40.75047575868666 + -3.792543550953269 + + 919.4000244140625 + 33012.1484375 + + 148 + + 88 + + + 9.760000228881836 + 197 + + + + + + + 40.750517919659615 + -3.7924442254006863 + + 919.4000244140625 + 33021.890625 + + 149 + + 88 + + + 9.741000175476074 + 217 + + + + + + + 40.75055622495711 + -3.7923464085906744 + + 919.5999755859375 + 33031.62890625 + + 148 + + 88 + + + 9.741000175476074 + 204 + + + + + + + 40.75059494934976 + -3.792236689478159 + + 919.5999755859375 + 33041.48828125 + + 148 + + 87 + + + 9.852999687194824 + 190 + + + + + + + 40.75063115917146 + -3.792132418602705 + + 919.5999755859375 + 33051.2890625 + + 148 + + 90 + + + 9.807000160217285 + 181 + + + + + + + 40.75066787190735 + -3.7920204363763332 + + 919.4000244140625 + 33061.19921875 + + 148 + + 92 + + + 9.899999618530273 + 180 + + + + + + + 40.75070039369166 + -3.7919110525399446 + + 919.4000244140625 + 33071.01953125 + + 148 + + 90 + + + 9.824999809265137 + 172 + + + + + + + 40.75072453357279 + -3.791804350912571 + + 919.5999755859375 + 33080.78125 + + 148 + + 121 + + + 9.760000228881836 + 207 + + + + + + + 40.75074356049299 + -3.7916982360184193 + + 919.5999755859375 + 33090.48828125 + + 148 + + 100 + + + 9.713000297546387 + 298 + + + + + + + 40.75076241977513 + -3.7915839068591595 + + 919.7999877929688 + 33100.171875 + + 148 + + 83 + + + 9.675999641418457 + 300 + + + + + + + 40.7507776748389 + -3.7914769537746906 + + 920.0 + 33109.80859375 + + 148 + + 82 + + + 9.64799976348877 + 215 + + + + + + + 40.75078974477947 + -3.791361367329955 + + 920.0 + 33119.44921875 + + 147 + + 84 + + + 9.628999710083008 + 256 + + + + + + + 40.75080349110067 + -3.7912454456090927 + + 920.0 + 33129.12109375 + + 147 + + 83 + + + 9.675999641418457 + 245 + + + + + + + 40.75081463903189 + -3.7911353912204504 + + 919.7999877929688 + 33138.80078125 + + 148 + + 83 + + + 9.675999641418457 + 160 + + + + + + + 40.750825786963105 + -3.791023911908269 + + 920.0 + 33148.46875 + + 148 + + 85 + + + 9.675999641418457 + 219 + + + + + + + 40.75083685107529 + -3.7909070681780577 + + 920.2000122070312 + 33158.1484375 + + 147 + + 88 + + + 9.675999641418457 + 195 + + + + + + + 40.750848753377795 + -3.790798941627145 + + 920.4000244140625 + 33167.8203125 + + 147 + + 86 + + + 9.675999641418457 + 192 + + + + + + + 40.75086182914674 + -3.790679918602109 + + 920.2000122070312 + 33177.5 + + 148 + + 88 + + + 9.675999641418457 + 202 + + + + + + + 40.750874653458595 + -3.7905663438141346 + + 919.7999877929688 + 33187.171875 + + 147 + + 90 + + + 9.675999641418457 + 202 + + + + + + + 40.7508847117424 + -3.790454026311636 + + 919.7999877929688 + 33196.8515625 + + 147 + + 87 + + + 9.675999641418457 + 163 + + + + + + + 40.7508950214833 + -3.7903422117233276 + + 919.5999755859375 + 33206.5390625 + + 147 + + 90 + + + 9.694999694824219 + 160 + + + + + + + 40.750907426699996 + -3.7902257032692432 + + 919.5999755859375 + 33216.328125 + + 147 + + 98 + + + 9.788000106811523 + 178 + + + + + + + 40.7509177364409 + -3.790116235613823 + + 919.5999755859375 + 33225.94140625 + + 147 + + 86 + + + 9.611000061035156 + 165 + + + + + + + 40.75093047693372 + -3.790000230073929 + + 919.7999877929688 + 33235.62109375 + + 147 + + 84 + + + 9.675999641418457 + 104 + + + + + + + 40.75094279833138 + -3.789886739104986 + + 919.7999877929688 + 33245.26953125 + + 146 + + 84 + + + 9.64799976348877 + 97 + + + + + + + 40.750956293195486 + -3.7897787801921368 + + 919.7999877929688 + 33254.828125 + + 146 + + 106 + + + 9.564000129699707 + 6 + + + + + + + 40.750969955697656 + -3.7896740064024925 + + 919.5999755859375 + 33264.390625 + + 146 + + 0 + + + 9.564000129699707 + 3 + + + + + + + 40.750981438905 + -3.789564957842231 + + 919.4000244140625 + 33273.71875 + + 145 + + 0 + + + 9.321000099182129 + 3 + + + + + + + 40.75099443085492 + -3.789461860433221 + + 919.0 + 33282.8984375 + + 145 + + 0 + + + 9.180999755859375 + 0 + + + + + + + 10.378000259399412 + 85 + 2181 + 223 + 385 + + + + + 144.0 + 613.55 + 9.180999755859375 + 9 + + 120 + + + 145 + + Active + 225 + Manual + + + + + 40.75099443085492 + -3.789461860433221 + + 919.0 + 33282.8984375 + + 145 + + 0 + + + 9.180999755859375 + 0 + + + + + + + 40.75100691989064 + -3.7893553264439106 + + 919.7999877929688 + 33291.921875 + + 144 + + 0 + + + 9.02299976348877 + 0 + + + + + + + 40.75101572088897 + -3.7892508041113615 + + 920.0 + 33300.80859375 + + 144 + + 0 + + + 8.892000198364258 + 0 + + + + + + + 40.75102443806827 + -3.789154412224889 + + 919.4000244140625 + 33309.58984375 + + 143 + + 0 + + + 8.779999732971191 + 0 + + + + + + + 40.75103566981852 + -3.789058355614543 + + 919.2000122070312 + 33318.1796875 + + 143 + + 0 + + + 8.593999862670898 + 0 + + + + + + + 40.75104899704456 + -3.788958191871643 + + 918.7999877929688 + 33326.609375 + + 142 + + 0 + + + 8.425999641418457 + 0 + + + + + + + 40.75106165371835 + -3.7888655718415976 + + 918.5999755859375 + 33334.83984375 + + 141 + + 0 + + + 8.229999542236328 + 0 + + + + + + + 40.75108118355274 + -3.7887692637741566 + + 918.4000244140625 + 33342.98046875 + + 139 + + 0 + + + 8.13599967956543 + 0 + + + + + + + 40.75110993348062 + -3.788679074496031 + + 918.2000122070312 + 33351.05078125 + + 138 + + 0 + + + 8.071000099182129 + 0 + + + + + + + 40.75114647857845 + -3.788599194958806 + + 918.2000122070312 + 33359.16015625 + + 137 + + 0 + + + 8.107999801635742 + 2 + + + + + + + 40.751185873523355 + -3.7885210756212473 + + 918.0 + 33367.26953125 + + 136 + + 0 + + + 8.107999801635742 + 21 + + + + + + + 40.75122971087694 + -3.788441112264991 + + 918.0 + 33375.37890625 + + 135 + + 0 + + + 8.118000030517578 + 8 + + + + + + + 40.75127254240215 + -3.788367686793208 + + 917.7999877929688 + 33383.44921875 + + 135 + + 0 + + + 8.062000274658203 + 23 + + + + + + + 40.75131705030799 + -3.78829057328403 + + 917.5999755859375 + 33391.51953125 + + 134 + + 0 + + + 8.071000099182129 + 23 + + + + + + + 40.751362731680274 + -3.788213711231947 + + 917.4000244140625 + 33399.609375 + + 133 + + 139 + + + 8.09000015258789 + 139 + + + + + + + 40.75140715576708 + -3.788138944655657 + + 917.4000244140625 + 33407.73828125 + + 132 + + 67 + + + 8.13599967956543 + 109 + + + + + + + 40.75145040638745 + -3.788066189736128 + + 917.4000244140625 + 33415.828125 + + 132 + + 64 + + + 8.09000015258789 + 114 + + + + + + + 40.751497177407146 + -3.787988657131791 + + 917.4000244140625 + 33423.859375 + + 130 + + 65 + + + 8.034000396728516 + 89 + + + + + + + 40.75154042802751 + -3.787918835878372 + + 917.5999755859375 + 33431.828125 + + 129 + + 64 + + + 7.959000110626221 + 110 + + + + + + + 40.75158812105656 + -3.78784641623497 + + 917.5999755859375 + 33439.69140625 + + 128 + + 85 + + + 7.866000175476074 + 106 + + + + + + + 40.75163212604821 + -3.787773661315441 + + 917.7999877929688 + 33447.4609375 + + 126 + + 91 + + + 7.771999835968018 + 65 + + + + + + + 40.75167135335505 + -3.787705935537815 + + 917.7999877929688 + 33455.0 + + 125 + + 225 + + + 7.539000034332275 + 2 + + + + + + + 40.75170638971031 + -3.7876413948833942 + + 917.5999755859375 + 33462.26171875 + + 124 + + 0 + + + 7.258999824523926 + 2 + + + + + + + 40.751745868474245 + -3.7875755969434977 + + 917.5999755859375 + 33469.23828125 + + 124 + + 0 + + + 6.979000091552734 + 3 + + + + + + + 40.75178476050496 + -3.7875170912593603 + + 918.0 + 33476.140625 + + 124 + + 0 + + + 6.894999980926514 + 158 + + + + + + + 40.751827424392104 + -3.787449700757861 + + 918.0 + 33483.12890625 + + 124 + + 72 + + + 6.988999843597412 + 262 + + + + + + + 40.751872435212135 + -3.787380298599601 + + 917.5999755859375 + 33490.44140625 + + 125 + + 58 + + + 7.315000057220459 + 336 + + + + + + + 40.75191484764218 + -3.787313075736165 + + 917.4000244140625 + 33498.01953125 + + 126 + + 63 + + + 7.577000141143799 + 345 + + + + + + + 40.751959858462214 + -3.7872419971972704 + + 917.4000244140625 + 33505.8515625 + + 127 + + 61 + + + 7.8379998207092285 + 333 + + + + + + + 40.75200805440545 + -3.787162285298109 + + 917.2000122070312 + 33513.8984375 + + 129 + + 63 + + + 8.043000221252441 + 361 + + + + + + + 40.75205432251096 + -3.787088692188263 + + 917.2000122070312 + 33522.26953125 + + 131 + + 64 + + + 8.378999710083008 + 398 + + + + + + + 40.752099584788084 + -3.7870062980800867 + + 917.2000122070312 + 33530.87109375 + + 132 + + 66 + + + 8.593999862670898 + 324 + + + + + + + 40.752147026360035 + -3.7869268376380205 + + 917.5999755859375 + 33539.5 + + 133 + + 70 + + + 8.630999565124512 + 221 + + + + + + + 40.75219119898975 + -3.786849556490779 + + 917.7999877929688 + 33548.1796875 + + 134 + + 70 + + + 8.678000450134277 + 213 + + + + + + + 40.75223386287689 + -3.7867739517241716 + + 917.7999877929688 + 33556.76953125 + + 134 + + 68 + + + 8.593999862670898 + 153 + + + + + + + 40.75228063389659 + -3.7866924796253443 + + 917.7999877929688 + 33565.328125 + + 135 + + 68 + + + 8.555999755859375 + 142 + + + + + + + 40.752325393259525 + -3.7866151984781027 + + 917.5999755859375 + 33573.859375 + + 135 + + 70 + + + 8.538000106811523 + 202 + + + + + + + 40.75237367302179 + -3.786533810198307 + + 917.7999877929688 + 33582.37890625 + + 135 + + 69 + + + 8.510000228881836 + 209 + + + + + + + 40.75241943821311 + -3.7864532601088285 + + 918.0 + 33590.8515625 + + 136 + + 68 + + + 8.472000122070312 + 203 + + + + + + + 40.75246386229992 + -3.7863781582564116 + + 918.0 + 33599.26953125 + + 135 + + 67 + + + 8.425999641418457 + 168 + + + + + + + 40.75250535272062 + -3.7863015476614237 + + 918.2000122070312 + 33607.6015625 + + 135 + + 67 + + + 8.322999954223633 + 185 + + + + + + + 40.75255128555 + -3.786221919581294 + + 918.2000122070312 + 33615.828125 + + 135 + + 67 + + + 8.229999542236328 + 169 + + + + + + + 40.75259696692228 + -3.7861531879752874 + + 918.2000122070312 + 33623.9296875 + + 135 + + 67 + + + 8.107999801635742 + 199 + + + + + + + 40.75264231301844 + -3.7860756553709507 + + 918.4000244140625 + 33631.94921875 + + 135 + + 65 + + + 8.015000343322754 + 160 + + + + + + + 40.75268782675266 + -3.7859987933188677 + + 918.4000244140625 + 33639.91015625 + + 135 + + 64 + + + 7.959000110626221 + 158 + + + + + + + 40.7527341786772 + -3.78593391738832 + + 918.7999877929688 + 33647.73828125 + + 135 + + 63 + + + 7.828000068664551 + 164 + + + + + + + 40.752775920554996 + -3.785864682868123 + + 918.7999877929688 + 33655.23828125 + + 135 + + 62 + + + 7.501999855041504 + 162 + + + + + + + 40.75281858444214 + -3.7857958674430847 + + 919.0 + 33662.76171875 + + 135 + + 62 + + + 7.520999908447266 + 221 + + + + + + + 40.75286309234798 + -3.785728644579649 + + 919.0 + 33670.23828125 + + 135 + + 60 + + + 7.482999801635742 + 311 + + + + + + + 40.752907767891884 + -3.7856528721749783 + + 918.7999877929688 + 33677.91015625 + + 136 + + 59 + + + 7.670000076293945 + 342 + + + + + + + 40.75295043177903 + -3.7855770997703075 + + 918.7999877929688 + 33685.7890625 + + 136 + + 61 + + + 7.875 + 227 + + + + + + + 40.752989491447806 + -3.7855090387165546 + + 919.0 + 33693.46875 + + 136 + + 87 + + + 7.678999900817871 + 0 + + + + + + + 40.753026120364666 + -3.785445000976324 + + 919.4000244140625 + 33700.69140625 + + 136 + + 0 + + + 7.2220001220703125 + 0 + + + + + + + 40.75306358747184 + -3.785379286855459 + + 919.5999755859375 + 33707.6015625 + + 136 + + 0 + + + 6.914000034332275 + 0 + + + + + + + 40.753096947446465 + -3.7853194400668144 + + 919.7999877929688 + 33714.26953125 + + 136 + + 0 + + + 6.671000003814697 + 0 + + + + + + + 40.75313315726817 + -3.7852574978023767 + + 919.7999877929688 + 33720.671875 + + 135 + + 0 + + + 6.392000198364258 + 67 + + + + + + + 40.75316769070923 + -3.7851980701088905 + + 919.7999877929688 + 33727.05078125 + + 135 + + 123 + + + 6.381999969482422 + 109 + + + + + + + 40.75320255942643 + -3.785141743719578 + + 920.2000122070312 + 33733.37109375 + + 134 + + 61 + + + 6.326000213623047 + 38 + + + + + + + 40.753237092867494 + -3.7850864231586456 + + 920.2000122070312 + 33739.62890625 + + 134 + + 78 + + + 6.261000156402588 + 46 + + + + + + + 40.753269866108894 + -3.7850281689316034 + + 920.4000244140625 + 33745.75 + + 133 + + 84 + + + 6.111999988555908 + 115 + + + + + + + 40.75330272316933 + -3.7849741894751787 + + 920.5999755859375 + 33751.8203125 + + 133 + + 72 + + + 6.073999881744385 + 8 + + + + + + + 40.75333574786782 + -3.7849203776568174 + + 920.7999877929688 + 33757.69921875 + + 133 + + 0 + + + 5.877999782562256 + 18 + + + + + + + 40.75336726382375 + -3.784868661314249 + + 920.7999877929688 + 33763.3515625 + + 132 + + 0 + + + 5.644999980926514 + 18 + + + + + + + 40.75339710339904 + -3.7848217226564884 + + 920.7999877929688 + 33768.73046875 + + 131 + + 0 + + + 5.383999824523926 + 18 + + + + + + + 40.75342593714595 + -3.7847739458084106 + + 920.7999877929688 + 33773.9609375 + + 130 + + 153 + + + 5.235000133514404 + 148 + + + + + + + 40.753452507779 + -3.7847245763987303 + + 920.7999877929688 + 33779.19921875 + + 130 + + 61 + + + 5.235000133514404 + 91 + + + + + + + 40.7534802518785 + -3.7846794817596674 + + 921.0 + 33784.4296875 + + 129 + + 49 + + + 5.235000133514404 + 113 + + + + + + + 40.75350715778768 + -3.7846306152641773 + + 921.0 + 33789.55859375 + + 129 + + 40 + + + 5.131999969482422 + 71 + + + + + + + 40.75353314168751 + -3.784582670778036 + + 921.2000122070312 + 33794.48828125 + + 129 + + 41 + + + 4.927000045776367 + 74 + + + + + + + 40.75355996377766 + -3.7845366541296244 + + 921.4000244140625 + 33799.3984375 + + 129 + + 41 + + + 4.9079999923706055 + 94 + + + + + + + 40.75358645059168 + -3.78449491225183 + + 921.4000244140625 + 33804.3515625 + + 129 + + 40 + + + 4.945000171661377 + 68 + + + + + + + 40.753612434491515 + -3.784452583640814 + + 921.2000122070312 + 33809.1484375 + + 129 + + 79 + + + 4.804999828338623 + 0 + + + + + + + 40.75363556854427 + -3.784412518143654 + + 921.4000244140625 + 33813.71875 + + 128 + + 0 + + + 4.572000026702881 + 0 + + + + + + + 40.753658870235085 + -3.784372955560684 + + 921.7999877929688 + 33818.05859375 + + 127 + + 0 + + + 4.339000225067139 + 0 + + + + + + + 40.753682758659124 + -3.784338589757681 + + 922.0 + 33822.19921875 + + 125 + + 0 + + + 4.14300012588501 + 89 + + + + + + + 40.75370362959802 + -3.784305229783058 + + 922.0 + 33826.1796875 + + 124 + + 86 + + + 3.9749999046325684 + 7 + + + + + + + 40.75372458435595 + -3.7842732947319746 + + 922.0 + 33829.94140625 + + 123 + + 0 + + + 3.759999990463257 + 7 + + + + + + + 40.75374327600002 + -3.784241024404764 + + 921.7999877929688 + 33833.6015625 + + 122 + + 0 + + + 3.6579999923706055 + 8 + + + + + + + 40.75376180000603 + -3.7842090893536806 + + 922.0 + 33837.0703125 + + 122 + + 71 + + + 3.4709999561309814 + 80 + + + + + + + 40.75378040783107 + -3.784174220636487 + + 922.2000122070312 + 33840.62890625 + + 122 + + 51 + + + 3.563999891281128 + 89 + + + + + + + 40.75380077585578 + -3.7841385137289762 + + 922.2000122070312 + 33844.3515625 + + 121 + + 42 + + + 3.7139999866485596 + 115 + + + + + + + 40.753822484984994 + -3.7841083388775587 + + 922.2000122070312 + 33848.12890625 + + 121 + + 37 + + + 3.7880001068115234 + 76 + + + + + + + 40.75384486466646 + -3.7840736377984285 + + 922.2000122070312 + 33851.98046875 + + 120 + + 40 + + + 3.8440001010894775 + 136 + + + + + + + 40.75386858545244 + -3.7840342428535223 + + 922.2000122070312 + 33855.8515625 + + 118 + + 42 + + + 3.871999979019165 + 131 + + + + + + + 40.753888953477144 + -3.7839953508228064 + + 922.2000122070312 + 33859.9296875 + + 117 + + 42 + + + 4.078000068664551 + 95 + + + + + + + 40.75391124933958 + -3.7839569617062807 + + 922.2000122070312 + 33863.921875 + + 115 + + 40 + + + 3.99399995803833 + 25 + + + + + + + 40.75393354520202 + -3.78392125479877 + + 922.2000122070312 + 33867.87109375 + + 113 + + 45 + + + 3.947000026702881 + 36 + + + + + + + 40.75395584106445 + -3.7838878110051155 + + 922.2000122070312 + 33871.578125 + + 113 + + 55 + + + 3.7139999866485596 + 10 + + + + + + + 40.75397193431854 + -3.7838559597730637 + + 922.2000122070312 + 33875.171875 + + 113 + + 0 + + + 3.5920000076293945 + 10 + + + + + + + 40.753991547971964 + -3.7838345859199762 + + 922.2000122070312 + 33878.41015625 + + 113 + + 78 + + + 3.23799991607666 + 0 + + + + + + + 40.75400051660836 + -3.7838169001042843 + + 922.4000244140625 + 33880.8515625 + + 113 + + 0 + + + 2.434999942779541 + 0 + + + + + + + 40.754006803035736 + -3.7838036566972733 + + 922.4000244140625 + 33882.69921875 + + 113 + + 0 + + + 1.8569999933242798 + 0 + + + + + + + 40.754008647054434 + -3.783791335299611 + + 922.5999755859375 + 33884.55859375 + + 114 + + 0 + + + 1.8569999933242798 + 1 + + + + + + + 40.754006300121546 + -3.783779265359044 + + 922.5999755859375 + 33885.91015625 + + 113 + + 0 + + + 1.3530000448226929 + 0 + + + + + + + 40.7540053781122 + -3.783774906769395 + + 922.7999877929688 + 33887.26953125 + + 113 + + 0 + + + 1.3530000448226929 + 0 + + + + + + + 40.75400487519801 + -3.7837764155119658 + + 922.7999877929688 + 33887.26953125 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400395318866 + -3.7837756611406803 + + 922.5999755859375 + 33887.26953125 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400445610285 + -3.7837744038552046 + + 922.5999755859375 + 33887.26953125 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400311499834 + -3.7837747391313314 + + 922.5999755859375 + 33887.26953125 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400462374091 + -3.7837747391313314 + + 922.2000122070312 + 33887.26953125 + + 109 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400412082672 + -3.7837744038552046 + + 922.4000244140625 + 33887.26953125 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400453992188 + -3.7837738171219826 + + 922.5999755859375 + 33887.26953125 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400294736028 + -3.783773649483919 + + 922.4000244140625 + 33887.26953125 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400227680802 + -3.7837741523981094 + + 922.4000244140625 + 33887.26953125 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000935703516 + -3.783774571493268 + + 922.4000244140625 + 33887.26953125 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400068424642 + -3.783774906769395 + + 922.5999755859375 + 33887.26953125 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000935703516 + -3.783774906769395 + + 922.5999755859375 + 33887.26953125 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400118716061 + -3.783774906769395 + + 922.7999877929688 + 33887.26953125 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400160625577 + -3.7837749905884266 + + 922.5999755859375 + 33887.26953125 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400210916996 + -3.783774822950363 + + 922.5999755859375 + 33887.26953125 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400127097964 + -3.7837749905884266 + + 922.5999755859375 + 33887.26953125 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.7540019415319 + -3.7837752420455217 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400118716061 + -3.7837756611406803 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400152243674 + -3.7837753258645535 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400219298899 + -3.783774822950363 + + 922.4000244140625 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400219298899 + -3.7837744038552046 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400177389383 + -3.7837744038552046 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400210916996 + -3.7837744038552046 + + 922.5999755859375 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400118716061 + -3.7837746553122997 + + 922.5999755859375 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400160625577 + -3.783774571493268 + + 922.5999755859375 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400127097964 + -3.7837744038552046 + + 922.5999755859375 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000935703516 + -3.7837746553122997 + + 922.4000244140625 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400068424642 + -3.7837744038552046 + + 922.4000244140625 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400118716061 + -3.7837744038552046 + + 922.5999755859375 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.754001354798675 + -3.7837741523981094 + + 922.5999755859375 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400076806545 + -3.7837738171219826 + + 922.5999755859375 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400101952255 + -3.7837729789316654 + + 922.5999755859375 + 33887.26953125 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400101952255 + -3.7837721407413483 + + 922.5999755859375 + 33887.26953125 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399884022772 + -3.7837700452655554 + + 922.4000244140625 + 33887.26953125 + + 91 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000851884484 + -3.783769877627492 + + 922.5999755859375 + 33887.26953125 + + 94 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000348970294 + -3.783768955618143 + + 922.5999755859375 + 33887.26953125 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400068424642 + -3.7837682850658894 + + 922.5999755859375 + 33887.26953125 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400110334158 + -3.7837688717991114 + + 922.5999755859375 + 33887.26953125 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400160625577 + -3.7837692070752382 + + 922.5999755859375 + 33887.26953125 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400110334158 + -3.783769877627492 + + 922.5999755859375 + 33887.26953125 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753999846056104 + -3.7837697938084602 + + 922.5999755859375 + 33887.26953125 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000851884484 + -3.783769877627492 + + 922.5999755859375 + 33887.26953125 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400101952255 + -3.7837697938084602 + + 922.4000244140625 + 33887.26953125 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000432789326 + -3.7837708834558725 + + 922.4000244140625 + 33887.26953125 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753999426960945 + -3.7837726436555386 + + 922.4000244140625 + 33887.26953125 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753999426960945 + -3.783774320036173 + + 922.4000244140625 + 33887.26953125 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753997499123216 + -3.7837749905884266 + + 922.2000122070312 + 33887.26953125 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399733148515 + -3.7837768346071243 + + 922.4000244140625 + 33887.26953125 + + 110 + + 0 + + + 0.0 + 0 + + + + + + + 40.753995990380645 + -3.7837759125977755 + + 922.5999755859375 + 33887.26953125 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.753996912389994 + -3.783776583150029 + + 922.7999877929688 + 33887.26953125 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 4.263999938964844 + 68 + 69 + 63 + 398 + + + + + Garmin Edge 1000 + 3889468484 + 1836 + + 3 + 0 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564264.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564264.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564264.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564264.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,36423 @@ + + + + + 2015-05-31T16:58:41.000Z + + 69.0 + 513.88 + 8.314000129699707 + 5 + + 104 + + + 120 + + Active + 136 + Manual + + + + + 40.75345837511122 + -3.784748800098896 + + 918.5999755859375 + 6.760000228881836 + + 105 + + 55 + + + 6.764999866485596 + 82 + + + + + + + 40.75341772288084 + -3.7848119158297777 + + 918.5999755859375 + 13.699999809265137 + + 106 + + 57 + + + 6.933000087738037 + 133 + + + + + + + 40.75337958522141 + -3.7848861794918776 + + 918.5999755859375 + 20.979999542236328 + + 107 + + 61 + + + 7.2779998779296875 + 115 + + + + + + + 40.75334337539971 + -3.784957341849804 + + 918.5999755859375 + 28.43000030517578 + + 107 + + 65 + + + 7.454999923706055 + 67 + + + + + + + 40.75330280698836 + -3.7850293423980474 + + 918.4000244140625 + 36.02000045776367 + + 108 + + 60 + + + 7.585999965667725 + 7 + + + + + + + 40.75325729325414 + -3.785105114802718 + + 918.2000122070312 + 43.54999923706055 + + 109 + + 0 + + + 7.53000020980835 + 0 + + + + + + + 40.753212785348296 + -3.7851747684180737 + + 918.0 + 51.04999923706055 + + 110 + + 0 + + + 7.501999855041504 + 0 + + + + + + + 40.75316810980439 + -3.7852454278618097 + + 917.7999877929688 + 58.470001220703125 + + 110 + + 0 + + + 7.418000221252441 + 0 + + + + + + + 40.75312695465982 + -3.7853203620761633 + + 917.5999755859375 + 65.86000061035156 + + 110 + + 0 + + + 7.389999866485596 + 0 + + + + + + + 40.75308747589588 + -3.785389931872487 + + 917.5999755859375 + 73.25 + + 109 + + 0 + + + 7.389999866485596 + 2 + + + + + + + 40.753045063465834 + -3.7854569870978594 + + 917.7999877929688 + 80.44999694824219 + + 108 + + 0 + + + 7.203000068664551 + 63 + + + + + + + 40.75300156138837 + -3.7855285685509443 + + 917.7999877929688 + 87.87000274658203 + + 107 + + 99 + + + 7.418000221252441 + 75 + + + + + + + 40.7529604062438 + -3.785596964880824 + + 917.7999877929688 + 95.44999694824219 + + 107 + + 76 + + + 7.585999965667725 + 53 + + + + + + + 40.752917658537626 + -3.7856696359813213 + + 917.7999877929688 + 102.94999694824219 + + 107 + + 109 + + + 7.501999855041504 + 2 + + + + + + + 40.75287474319339 + -3.7857400439679623 + + 917.5999755859375 + 110.4800033569336 + + 107 + + 0 + + + 7.53000020980835 + 0 + + + + + + + 40.75283333659172 + -3.7858091946691275 + + 917.5999755859375 + 118.04000091552734 + + 106 + + 0 + + + 7.558000087738037 + 0 + + + + + + + 40.75279176235199 + -3.785874070599675 + + 917.5999755859375 + 125.62999725341797 + + 106 + + 0 + + + 7.585999965667725 + 0 + + + + + + + 40.752748008817434 + -3.785946322605014 + + 917.4000244140625 + 133.3000030517578 + + 105 + + 0 + + + 7.670000076293945 + 0 + + + + + + + 40.75270878151059 + -3.7860132940113544 + + 917.2000122070312 + 140.97000122070312 + + 104 + + 0 + + + 7.670000076293945 + 0 + + + + + + + 40.75266578234732 + -3.7860866356641054 + + 917.0 + 148.67999267578125 + + 102 + + 0 + + + 7.706999778747559 + 0 + + + + + + + 40.75262060388923 + -3.786162743344903 + + 917.0 + 156.47999572753906 + + 100 + + 0 + + + 7.800000190734863 + 66 + + + + + + + 40.752579448744655 + -3.7862350791692734 + + 916.5999755859375 + 164.38999938964844 + + 99 + + 75 + + + 7.9120001792907715 + 42 + + + + + + + 40.752539886161685 + -3.786308756098151 + + 916.4000244140625 + 172.33999633789062 + + 99 + + 98 + + + 7.949999809265137 + 45 + + + + + + + 40.7524960488081 + -3.786384779959917 + + 916.2000122070312 + 180.3699951171875 + + 99 + + 94 + + + 8.034000396728516 + 46 + + + + + + + 40.75245170854032 + -3.786457534879446 + + 916.2000122070312 + 188.47999572753906 + + 100 + + 81 + + + 8.107999801635742 + 51 + + + + + + + 40.75240317732096 + -3.786534732207656 + + 916.0 + 196.7100067138672 + + 101 + + 136 + + + 8.229999542236328 + 52 + + + + + + + 40.75235833413899 + -3.786617126315832 + + 915.7999877929688 + 204.8800048828125 + + 101 + + 78 + + + 8.173999786376953 + 50 + + + + + + + 40.752308797091246 + -3.7866939045488834 + + 915.7999877929688 + 213.17999267578125 + + 102 + + 70 + + + 8.295000076293945 + 44 + + + + + + + 40.75226403772831 + -3.7867684196680784 + + 915.7999877929688 + 221.49000549316406 + + 102 + + 76 + + + 8.314000129699707 + 75 + + + + + + + 40.75221567414701 + -3.7868467904627323 + + 916.2000122070312 + 229.74000549316406 + + 101 + + 75 + + + 8.248000144958496 + 86 + + + + + + + 40.75216974131763 + -3.7869229819625616 + + 916.2000122070312 + 238.0399932861328 + + 100 + + 74 + + + 8.295000076293945 + 78 + + + + + + + 40.752123640850186 + -3.7870031967759132 + + 916.0 + 246.3300018310547 + + 99 + + 85 + + + 8.295000076293945 + 75 + + + + + + + 40.75207737274468 + -3.7870751973241568 + + 915.7999877929688 + 254.60000610351562 + + 99 + + 95 + + + 8.267000198364258 + 52 + + + + + + + 40.752033116295934 + -3.7871477007865906 + + 915.7999877929688 + 262.8599853515625 + + 98 + + 70 + + + 8.267000198364258 + 25 + + + + + + + 40.7519849203527 + -3.787215258926153 + + 915.5999755859375 + 270.95001220703125 + + 98 + + 129 + + + 8.09000015258789 + 0 + + + + + + + 40.751938149333 + -3.787291869521141 + + 915.4000244140625 + 278.760009765625 + + 99 + + 0 + + + 7.809999942779541 + 0 + + + + + + + 40.75189464725554 + -3.7873616069555283 + + 915.4000244140625 + 286.29998779296875 + + 98 + + 0 + + + 7.539000034332275 + 0 + + + + + + + 40.75185357593 + -3.787434361875057 + + 915.4000244140625 + 293.70001220703125 + + 98 + + 0 + + + 7.39900016784668 + 0 + + + + + + + 40.75181636027992 + -3.787500746548176 + + 915.5999755859375 + 300.489990234375 + + 97 + + 0 + + + 6.793000221252441 + 0 + + + + + + + 40.751782581210136 + -3.7875543907284737 + + 915.7999877929688 + 306.489990234375 + + 96 + + 0 + + + 5.989999771118164 + 0 + + + + + + + 40.75175140053034 + -3.7876053526997566 + + 915.5999755859375 + 312.07000732421875 + + 94 + + 0 + + + 5.589000225067139 + 79 + + + + + + + 40.75171787291765 + -3.787660589441657 + + 915.4000244140625 + 317.7799987792969 + + 93 + + 102 + + + 5.710000038146973 + 186 + + + + + + + 40.751683758571744 + -3.7877184245735407 + + 915.2000122070312 + 323.7799987792969 + + 94 + + 62 + + + 6.0 + 184 + + + + + + + 40.751648638397455 + -3.7877807021141052 + + 915.2000122070312 + 329.82000732421875 + + 96 + + 52 + + + 6.0370001792907715 + 153 + + + + + + + 40.75161452405155 + -3.7878486793488264 + + 915.2000122070312 + 336.2300109863281 + + 96 + + 54 + + + 6.409999847412109 + 95 + + + + + + + 40.75157982297242 + -3.7879105377942324 + + 915.4000244140625 + 342.70001220703125 + + 99 + + 55 + + + 6.466000080108643 + 74 + + + + + + + 40.751545457169414 + -3.7879700493067503 + + 915.4000244140625 + 349.2300109863281 + + 101 + + 56 + + + 6.531000137329102 + 121 + + + + + + + 40.75150773860514 + -3.7880336679518223 + + 915.4000244140625 + 355.94000244140625 + + 102 + + 57 + + + 6.709000110626221 + 147 + + + + + + + 40.7514719478786 + -3.788097118958831 + + 915.4000244140625 + 362.8800048828125 + + 103 + + 59 + + + 6.941999912261963 + 183 + + + + + + + 40.751431714743376 + -3.7881681136786938 + + 915.4000244140625 + 369.9700012207031 + + 104 + + 61 + + + 7.091000080108643 + 146 + + + + + + + 40.75139139778912 + -3.78823634237051 + + 915.0 + 377.1199951171875 + + 105 + + 72 + + + 7.146999835968018 + 101 + + + + + + + 40.7513527572155 + -3.788303565233946 + + 915.0 + 384.3900146484375 + + 105 + + 73 + + + 7.269000053405762 + 125 + + + + + + + 40.75131319463253 + -3.788370369002223 + + 915.0 + 391.6499938964844 + + 105 + + 63 + + + 7.258999824523926 + 176 + + + + + + + 40.75127245858312 + -3.7884418666362762 + + 915.2000122070312 + 399.0400085449219 + + 106 + + 64 + + + 7.389999866485596 + 171 + + + + + + + 40.7512319739908 + -3.788510011509061 + + 915.4000244140625 + 406.510009765625 + + 106 + + 65 + + + 7.473999977111816 + 136 + + + + + + + 40.75118939392269 + -3.7885817606002092 + + 915.2000122070312 + 414.0299987792969 + + 106 + + 65 + + + 7.520999908447266 + 139 + + + + + + + 40.75115444138646 + -3.7886582035571337 + + 915.2000122070312 + 421.57000732421875 + + 106 + + 65 + + + 7.539000034332275 + 262 + + + + + + + 40.751126278191805 + -3.7887342274188995 + + 915.4000244140625 + 429.25 + + 107 + + 67 + + + 7.678999900817871 + 245 + + + + + + + 40.75110297650099 + -3.788814777508378 + + 915.5999755859375 + 436.989990234375 + + 108 + + 66 + + + 7.74399995803833 + 167 + + + + + + + 40.75108897872269 + -3.788903709501028 + + 916.0 + 444.6300048828125 + + 109 + + 68 + + + 7.632999897003174 + 174 + + + + + + + 40.751077914610505 + -3.78898736089468 + + 916.4000244140625 + 452.05999755859375 + + 110 + + 75 + + + 7.436999797821045 + 213 + + + + + + + 40.751067604869604 + -3.789071850478649 + + 916.4000244140625 + 459.5299987792969 + + 111 + + 72 + + + 7.465000152587891 + 231 + + + + + + + 40.75105813331902 + -3.789163716137409 + + 916.5999755859375 + 466.9599914550781 + + 112 + + 69 + + + 7.436999797821045 + 361 + + + + + + + 40.751048661768436 + -3.7892569229006767 + + 916.5999755859375 + 474.760009765625 + + 114 + + 73 + + + 7.800000190734863 + 334 + + + + + + + 40.75103944167495 + -3.7893507163971663 + + 916.4000244140625 + 482.8299865722656 + + 115 + + 70 + + + 8.062000274658203 + 231 + + + + + + + 40.751028126105666 + -3.7894491199404 + + 916.4000244140625 + 490.7300109863281 + + 117 + + 70 + + + 7.9029998779296875 + 165 + + + + + + + 40.75101915746927 + -3.7895414885133505 + + 916.4000244140625 + 498.54998779296875 + + 118 + + 67 + + + 7.818999767303467 + 157 + + + + + + + 40.751010943204165 + -3.789636455476284 + + 916.5999755859375 + 506.2799987792969 + + 119 + + 68 + + + 7.735000133514404 + 143 + + + + + + + 40.751000717282295 + -3.7897270638495684 + + 916.7999877929688 + 513.8800048828125 + + 120 + + 68 + + + 7.59499979019165 + 166 + + + + + + + 40.75099300593138 + -3.789815241470933 + + 916.7999877929688 + 521.4500122070312 + + 122 + + 84 + + + 7.566999912261963 + 198 + + + + + + + 7.515999794006348 + 73 + 61 + 93 + 361 + + + + + 1769.0 + 15943.06 + 11.569999694824219 + 277 + + 132 + + + 147 + + Active + 141 + Manual + + + + + 40.75099300593138 + -3.789815241470933 + + 916.7999877929688 + 521.4500122070312 + + 122 + + 84 + + + 7.566999912261963 + 198 + + + + + + + 40.75098294764757 + -3.7899019103497267 + + 917.7999877929688 + 528.969970703125 + + 123 + + 81 + + + 7.520999908447266 + 215 + + + + + + + 40.75097213499248 + -3.789989836513996 + + 918.0 + 536.510009765625 + + 125 + + 65 + + + 7.539000034332275 + 251 + + + + + + + 40.75096467509866 + -3.790071979165077 + + 918.0 + 544.219970703125 + + 125 + + 65 + + + 7.716000080108643 + 213 + + + + + + + 40.75095243752003 + -3.790163677185774 + + 917.7999877929688 + 551.969970703125 + + 126 + + 67 + + + 7.74399995803833 + 245 + + + + + + + 40.750943468883634 + -3.7902606558054686 + + 918.0 + 559.8699951171875 + + 127 + + 68 + + + 7.9029998779296875 + 193 + + + + + + + 40.75093609280884 + -3.7903582211583853 + + 918.0 + 567.8499755859375 + + 128 + + 70 + + + 7.978000164031982 + 178 + + + + + + + 40.75093056075275 + -3.7904503382742405 + + 918.0 + 575.8599853515625 + + 128 + + 69 + + + 8.015000343322754 + 196 + + + + + + + 40.75092360377312 + -3.7905496638268232 + + 918.0 + 583.989990234375 + + 129 + + 70 + + + 8.126999855041504 + 168 + + + + + + + 40.75091681443155 + -3.790642451494932 + + 918.0 + 592.0700073242188 + + 129 + + 70 + + + 8.079999923706055 + 230 + + + + + + + 40.75090658850968 + -3.790743285790086 + + 918.0 + 600.2999877929688 + + 130 + + 71 + + + 8.229999542236328 + 193 + + + + + + + 40.750895189121366 + -3.790843114256859 + + 918.0 + 608.6799926757812 + + 130 + + 72 + + + 8.378999710083008 + 179 + + + + + + + 40.75088697485626 + -3.7909425236284733 + + 918.0 + 617.0599975585938 + + 131 + + 72 + + + 8.378999710083008 + 166 + + + + + + + 40.75087691657245 + -3.7910467106848955 + + 918.0 + 625.5399780273438 + + 131 + + 72 + + + 8.482000350952148 + 166 + + + + + + + 40.750866271555424 + -3.7911508977413177 + + 918.0 + 634.0999755859375 + + 131 + + 73 + + + 8.565999984741211 + 148 + + + + + + + 40.75085420161486 + -3.7912525702267885 + + 918.0 + 642.75 + + 132 + + 74 + + + 8.649999618530273 + 179 + + + + + + + 40.75084221549332 + -3.791356338188052 + + 918.2000122070312 + 651.4600219726562 + + 132 + + 75 + + + 8.706000328063965 + 162 + + + + + + + 40.75083031319082 + -3.7914672307670116 + + 918.2000122070312 + 660.2100219726562 + + 132 + + 77 + + + 8.751999855041504 + 166 + + + + + + + 40.75081564486027 + -3.791572256013751 + + 918.0 + 669.02001953125 + + 133 + + 78 + + + 8.807999610900879 + 197 + + + + + + + 40.75080106034875 + -3.7916740123182535 + + 918.0 + 677.8699951171875 + + 133 + + 78 + + + 8.845000267028809 + 159 + + + + + + + 40.75078496709466 + -3.791779624298215 + + 918.0 + 686.7100219726562 + + 134 + + 78 + + + 8.845000267028809 + 123 + + + + + + + 40.750769041478634 + -3.7918824702501297 + + 918.0 + 695.719970703125 + + 134 + + 77 + + + 9.003999710083008 + 130 + + + + + + + 40.750747583806515 + -3.791985483840108 + + 918.2000122070312 + 704.6799926757812 + + 134 + + 79 + + + 8.967000007629395 + 117 + + + + + + + 40.75071983970702 + -3.79208916798234 + + 918.2000122070312 + 713.6300048828125 + + 134 + + 81 + + + 8.947999954223633 + 111 + + + + + + + 40.7506912574172 + -3.792189583182335 + + 918.2000122070312 + 722.6199951171875 + + 134 + + 82 + + + 8.994999885559082 + 96 + + + + + + + 40.75066275894642 + -3.7922865618020296 + + 918.2000122070312 + 731.6799926757812 + + 133 + + 78 + + + 9.050999641418457 + 133 + + + + + + + 40.750634763389826 + -3.792381277307868 + + 918.0 + 740.760009765625 + + 134 + + 79 + + + 9.088000297546387 + 134 + + + + + + + 40.750597128644586 + -3.792469287291169 + + 918.0 + 749.9099731445312 + + 134 + + 79 + + + 9.144000053405762 + 113 + + + + + + + 40.75055873952806 + -3.7925619911402464 + + 917.7999877929688 + 759.1099853515625 + + 134 + + 80 + + + 9.199999809265137 + 148 + + + + + + + 40.75052160769701 + -3.7926582992076874 + + 917.7999877929688 + 768.3499755859375 + + 134 + + 79 + + + 9.237000465393066 + 167 + + + + + + + 40.75048439204693 + -3.7927468959242105 + + 917.7999877929688 + 777.489990234375 + + 134 + + 79 + + + 9.144000053405762 + 135 + + + + + + + 40.75044994242489 + -3.792841276153922 + + 917.7999877929688 + 786.6699829101562 + + 134 + + 78 + + + 9.180999755859375 + 138 + + + + + + + 40.75041012838483 + -3.7929328065365553 + + 917.7999877929688 + 795.9299926757812 + + 134 + + 79 + + + 9.255999565124512 + 168 + + + + + + + 40.75037341564894 + -3.7930228281766176 + + 917.7999877929688 + 805.27001953125 + + 134 + + 81 + + + 9.34000015258789 + 187 + + + + + + + 40.750331757590175 + -3.793120812624693 + + 917.7999877929688 + 814.5399780273438 + + 134 + + 81 + + + 9.274999618530273 + 180 + + + + + + + 40.750286830589175 + -3.7932181265205145 + + 917.7999877929688 + 823.9400024414062 + + 134 + + 81 + + + 9.395999908447266 + 204 + + + + + + + 40.750249363482 + -3.7933152727782726 + + 917.7999877929688 + 833.3300170898438 + + 135 + + 82 + + + 9.395999908447266 + 173 + + + + + + + 40.75021374039352 + -3.7934068869799376 + + 917.7999877929688 + 842.6900024414062 + + 135 + + 82 + + + 9.359000205993652 + 147 + + + + + + + 40.75017317198217 + -3.7935044523328543 + + 917.7999877929688 + 851.989990234375 + + 135 + + 82 + + + 9.303000450134277 + 143 + + + + + + + 40.75013562105596 + -3.793597659096122 + + 917.7999877929688 + 861.3200073242188 + + 135 + + 80 + + + 9.321000099182129 + 144 + + + + + + + 40.75009563937783 + -3.793696565553546 + + 917.7999877929688 + 870.5499877929688 + + 135 + + 83 + + + 9.237000465393066 + 136 + + + + + + + 40.75005557388067 + -3.7937903590500355 + + 918.0 + 879.5900268554688 + + 135 + + 80 + + + 9.041000366210938 + 125 + + + + + + + 40.75001844204962 + -3.793880632147193 + + 918.0 + 888.75 + + 135 + + 80 + + + 9.152999877929688 + 148 + + + + + + + 40.74998281896114 + -3.7939724139869213 + + 917.7999877929688 + 897.9199829101562 + + 134 + + 80 + + + 9.17199993133545 + 114 + + + + + + + 40.74994510039687 + -3.794069727882743 + + 917.7999877929688 + 907.1799926757812 + + 134 + + 80 + + + 9.255999565124512 + 109 + + + + + + + 40.74990939348936 + -3.794160755351186 + + 917.5999755859375 + 916.3099975585938 + + 134 + + 81 + + + 9.135000228881836 + 151 + + + + + + + 40.749874860048294 + -3.7942573986947536 + + 917.5999755859375 + 925.5 + + 134 + + 79 + + + 9.190999984741211 + 143 + + + + + + + 40.74983789585531 + -3.794353622943163 + + 917.5999755859375 + 934.6900024414062 + + 134 + + 81 + + + 9.190999984741211 + 149 + + + + + + + 40.74980000965297 + -3.7944500148296356 + + 917.5999755859375 + 943.8599853515625 + + 134 + + 80 + + + 9.17199993133545 + 139 + + + + + + + 40.749760530889034 + -3.7945433892309666 + + 917.7999877929688 + 952.97998046875 + + 134 + + 80 + + + 9.116000175476074 + 144 + + + + + + + 40.749714598059654 + -3.79464128986001 + + 917.7999877929688 + 962.1500244140625 + + 134 + + 79 + + + 9.17199993133545 + 111 + + + + + + + 40.749667743220925 + -3.794732987880707 + + 917.7999877929688 + 971.1900024414062 + + 134 + + 81 + + + 9.041000366210938 + 146 + + + + + + + 40.74961896054447 + -3.794826865196228 + + 917.7999877929688 + 980.3099975585938 + + 134 + + 78 + + + 9.116000175476074 + 153 + + + + + + + 40.749569004401565 + -3.794920826330781 + + 917.7999877929688 + 989.4600219726562 + + 134 + + 78 + + + 9.152999877929688 + 102 + + + + + + + 40.74951779097319 + -3.795011769980192 + + 917.7999877929688 + 998.6500244140625 + + 134 + + 80 + + + 9.190999984741211 + 133 + + + + + + + 40.74947001412511 + -3.7951018754392862 + + 917.7999877929688 + 1007.8800048828125 + + 133 + + 80 + + + 9.227999687194824 + 137 + + + + + + + 40.74942039325833 + -3.7951943278312683 + + 918.0 + 1017.1599731445312 + + 133 + + 78 + + + 9.274999618530273 + 125 + + + + + + + 40.74937286786735 + -3.795280996710062 + + 917.7999877929688 + 1026.4200439453125 + + 133 + + 81 + + + 9.255999565124512 + 121 + + + + + + + 40.7493219897151 + -3.79537470638752 + + 917.7999877929688 + 1035.68994140625 + + 133 + + 81 + + + 9.274999618530273 + 146 + + + + + + + 40.74927220121026 + -3.7954684160649776 + + 917.7999877929688 + 1045.0799560546875 + + 133 + + 86 + + + 9.395999908447266 + 148 + + + + + + + 40.74922467581928 + -3.7955609522759914 + + 917.7999877929688 + 1054.3599853515625 + + 132 + + 81 + + + 9.274999618530273 + 146 + + + + + + + 40.7491768989712 + -3.795651225373149 + + 917.5999755859375 + 1063.7099609375 + + 132 + + 81 + + + 9.348999977111816 + 132 + + + + + + + 40.749129708856344 + -3.795744515955448 + + 917.4000244140625 + 1073.1199951171875 + + 132 + + 82 + + + 9.414999961853027 + 165 + + + + + + + 40.74908453039825 + -3.7958332803100348 + + 917.2000122070312 + 1082.5699462890625 + + 132 + + 83 + + + 9.45199966430664 + 169 + + + + + + + 40.74903314933181 + -3.7959293369203806 + + 917.4000244140625 + 1092.1400146484375 + + 132 + + 81 + + + 9.564000129699707 + 155 + + + + + + + 40.74898428283632 + -3.7960280757397413 + + 917.2000122070312 + 1101.7900390625 + + 132 + + 93 + + + 9.64799976348877 + 120 + + + + + + + 40.748938182368875 + -3.7961242999881506 + + 917.0 + 1111.52001953125 + + 132 + + 94 + + + 9.732000350952148 + 115 + + + + + + + 40.74888420291245 + -3.796217506751418 + + 916.7999877929688 + 1121.280029296875 + + 132 + + 83 + + + 9.760000228881836 + 92 + + + + + + + 40.74882661923766 + -3.796312641352415 + + 916.5999755859375 + 1131.0400390625 + + 132 + + 86 + + + 9.760000228881836 + 76 + + + + + + + 40.74877758510411 + -3.796404507011175 + + 916.4000244140625 + 1140.8499755859375 + + 132 + + 94 + + + 9.807000160217285 + 99 + + + + + + + 40.74872897006571 + -3.7965003959834576 + + 916.4000244140625 + 1150.68994140625 + + 131 + + 84 + + + 9.843999862670898 + 95 + + + + + + + 40.74867985211313 + -3.7966013979166746 + + 916.4000244140625 + 1160.5799560546875 + + 131 + + 86 + + + 9.890999794006348 + 89 + + + + + + + 40.748628471046686 + -3.7966962810605764 + + 916.2000122070312 + 1170.5400390625 + + 130 + + 87 + + + 9.956000328063965 + 73 + + + + + + + 40.74857784435153 + -3.7967893201857805 + + 916.0 + 1180.4300537109375 + + 130 + + 93 + + + 9.890999794006348 + 47 + + + + + + + 40.74852646328509 + -3.7968850415199995 + + 916.0 + 1190.18994140625 + + 129 + + 0 + + + 9.760000228881836 + 47 + + + + + + + 40.74848002754152 + -3.7969748117029667 + + 916.0 + 1199.8499755859375 + + 129 + + 0 + + + 9.666999816894531 + 49 + + + + + + + 40.74842780828476 + -3.7970685213804245 + + 916.0 + 1209.5799560546875 + + 128 + + 66 + + + 9.732000350952148 + 157 + + + + + + + 40.74837684631348 + -3.7971642427146435 + + 915.7999877929688 + 1219.3900146484375 + + 128 + + 84 + + + 9.807000160217285 + 135 + + + + + + + 40.74832856655121 + -3.797258958220482 + + 915.7999877929688 + 1229.1700439453125 + + 127 + + 90 + + + 9.779000282287598 + 111 + + + + + + + 40.74827936477959 + -3.797352332621813 + + 915.4000244140625 + 1238.989990234375 + + 127 + + 84 + + + 9.824999809265137 + 112 + + + + + + + 40.748229743912816 + -3.7974549271166325 + + 915.0 + 1248.9100341796875 + + 127 + + 94 + + + 9.918999671936035 + 166 + + + + + + + 40.74818020686507 + -3.7975511513650417 + + 915.0 + 1258.9000244140625 + + 128 + + 88 + + + 9.984000205993652 + 138 + + + + + + + 40.74812698177993 + -3.7976510636508465 + + 915.0 + 1269.050048828125 + + 127 + + 85 + + + 10.152000427246094 + 143 + + + + + + + 40.748075349256396 + -3.7977509759366512 + + 915.4000244140625 + 1279.050048828125 + + 128 + + 88 + + + 10.003000259399414 + 131 + + + + + + + 40.74802371673286 + -3.797846445813775 + + 915.2000122070312 + 1289.199951171875 + + 128 + + 87 + + + 10.152000427246094 + 115 + + + + + + + 40.74797342531383 + -3.7979420833289623 + + 915.0 + 1299.18994140625 + + 128 + + 85 + + + 9.984000205993652 + 138 + + + + + + + 40.74792120605707 + -3.798042330890894 + + 915.0 + 1309.18994140625 + + 127 + + 88 + + + 10.003000259399414 + 107 + + + + + + + 40.74787024408579 + -3.7981361243873835 + + 914.7999877929688 + 1319.239990234375 + + 128 + + 85 + + + 10.048999786376953 + 114 + + + + + + + 40.74781861156225 + -3.7982352823019028 + + 914.7999877929688 + 1329.1099853515625 + + 128 + + 87 + + + 9.871999740600586 + 103 + + + + + + + 40.74776781722903 + -3.7983355298638344 + + 914.7999877929688 + 1339.0 + + 128 + + 85 + + + 9.890999794006348 + 110 + + + + + + + 40.7477193698287 + -3.798429323360324 + + 914.5999755859375 + 1348.8299560546875 + + 127 + + 84 + + + 9.824999809265137 + 103 + + + + + + + 40.747671257704496 + -3.7985221948474646 + + 914.5999755859375 + 1358.5899658203125 + + 127 + + 85 + + + 9.760000228881836 + 111 + + + + + + + 40.74762021191418 + -3.798619005829096 + + 914.5999755859375 + 1368.3499755859375 + + 127 + + 87 + + + 9.760000228881836 + 147 + + + + + + + 40.74757176451385 + -3.7987131346017122 + + 914.4000244140625 + 1378.1400146484375 + + 127 + + 87 + + + 9.79699993133545 + 174 + + + + + + + 40.7475224789232 + -3.7988090235739946 + + 914.2000122070312 + 1387.989990234375 + + 127 + + 86 + + + 9.843999862670898 + 181 + + + + + + + 40.74747193604708 + -3.798905750736594 + + 914.0 + 1397.8299560546875 + + 127 + + 85 + + + 9.843999862670898 + 136 + + + + + + + 40.74742374010384 + -3.7989981193095446 + + 914.0 + 1407.6700439453125 + + 127 + + 88 + + + 9.843999862670898 + 109 + + + + + + + 40.747374035418034 + -3.7990918289870024 + + 913.7999877929688 + 1417.489990234375 + + 126 + + 85 + + + 9.815999984741211 + 105 + + + + + + + 40.747322821989655 + -3.7991930823773146 + + 913.4000244140625 + 1427.31005859375 + + 127 + + 85 + + + 9.815999984741211 + 119 + + + + + + + 40.74727160856128 + -3.799282182008028 + + 913.2000122070312 + 1437.1700439453125 + + 126 + + 85 + + + 9.86299991607666 + 136 + + + + + + + 40.74721603654325 + -3.799382094293833 + + 913.2000122070312 + 1447.06005859375 + + 126 + + 84 + + + 9.890999794006348 + 122 + + + + + + + 40.74716658331454 + -3.7994816713035107 + + 913.2000122070312 + 1457.02001953125 + + 126 + + 86 + + + 9.956000328063965 + 123 + + + + + + + 40.74711922556162 + -3.799576638266444 + + 913.4000244140625 + 1467.0 + + 126 + + 85 + + + 9.984000205993652 + 130 + + + + + + + 40.74706935323775 + -3.7996702641248703 + + 913.4000244140625 + 1476.97998046875 + + 126 + + 85 + + + 9.984000205993652 + 124 + + + + + + + 40.747015876695514 + -3.7997655663639307 + + 913.4000244140625 + 1486.969970703125 + + 126 + + 86 + + + 9.984000205993652 + 134 + + + + + + + 40.746968602761626 + -3.7998575158417225 + + 913.2000122070312 + 1496.8800048828125 + + 126 + + 85 + + + 9.909000396728516 + 147 + + + + + + + 40.74692325666547 + -3.7999506387859583 + + 913.2000122070312 + 1506.6700439453125 + + 125 + + 87 + + + 9.79699993133545 + 132 + + + + + + + 40.746875731274486 + -3.8000430911779404 + + 913.2000122070312 + 1516.449951171875 + + 125 + + 88 + + + 9.779000282287598 + 145 + + + + + + + 40.74682602658868 + -3.8001299276947975 + + 913.2000122070312 + 1526.2099609375 + + 125 + + 87 + + + 9.760000228881836 + 148 + + + + + + + 40.746776992455125 + -3.8002203684300184 + + 913.2000122070312 + 1535.9100341796875 + + 125 + + 86 + + + 9.694999694824219 + 163 + + + + + + + 40.7467298861593 + -3.8003175146877766 + + 913.2000122070312 + 1545.5699462890625 + + 125 + + 85 + + + 9.666999816894531 + 189 + + + + + + + 40.74668571352959 + -3.8004066981375217 + + 913.2000122070312 + 1555.219970703125 + + 125 + + 84 + + + 9.64799976348877 + 152 + + + + + + + 40.74663793668151 + -3.8005030900239944 + + 913.2000122070312 + 1564.8699951171875 + + 125 + + 84 + + + 9.64799976348877 + 160 + + + + + + + 40.746592339128256 + -3.800600990653038 + + 913.2000122070312 + 1574.5400390625 + + 125 + + 84 + + + 9.666999816894531 + 169 + + + + + + + 40.74654808267951 + -3.8006967958062887 + + 913.2000122070312 + 1584.1800537109375 + + 125 + + 85 + + + 9.64799976348877 + 156 + + + + + + + 40.746497958898544 + -3.8007863983511925 + + 913.2000122070312 + 1593.81005859375 + + 125 + + 95 + + + 9.628999710083008 + 192 + + + + + + + 40.74644749984145 + -3.800881616771221 + + 913.2000122070312 + 1603.3800048828125 + + 125 + + 83 + + + 9.564000129699707 + 151 + + + + + + + 40.74640206992626 + -3.800964094698429 + + 913.0 + 1612.9000244140625 + + 125 + + 84 + + + 9.517000198364258 + 202 + + + + + + + 40.74635219760239 + -3.8010493386536837 + + 913.0 + 1622.4300537109375 + + 125 + + 85 + + + 9.53600025177002 + 209 + + + + + + + 40.74630123563111 + -3.801142629235983 + + 913.0 + 1631.969970703125 + + 125 + + 82 + + + 9.53600025177002 + 196 + + + + + + + 40.74625387787819 + -3.8012311421334743 + + 913.0 + 1641.4599609375 + + 126 + + 83 + + + 9.48900032043457 + 179 + + + + + + + 40.74620652012527 + -3.80132376216352 + + 912.7999877929688 + 1650.8900146484375 + + 126 + + 86 + + + 9.432999610900879 + 190 + + + + + + + 40.74615958146751 + -3.801416466012597 + + 912.7999877929688 + 1660.300048828125 + + 126 + + 83 + + + 9.414999961853027 + 172 + + + + + + + 40.746111469343305 + -3.801503973081708 + + 912.7999877929688 + 1669.77001953125 + + 127 + + 82 + + + 9.470999717712402 + 163 + + + + + + + 40.74606302194297 + -3.8015975151211023 + + 912.7999877929688 + 1679.06005859375 + + 127 + + 91 + + + 9.284000396728516 + 162 + + + + + + + 40.74601004831493 + -3.8016908057034016 + + 913.0 + 1688.3900146484375 + + 128 + + 83 + + + 9.331000328063965 + 170 + + + + + + + 40.74596285820007 + -3.801780240610242 + + 913.0 + 1697.6700439453125 + + 129 + + 83 + + + 9.284000396728516 + 169 + + + + + + + 40.74591776356101 + -3.8018749561160803 + + 912.7999877929688 + 1706.93994140625 + + 129 + + 81 + + + 9.265000343322754 + 175 + + + + + + + 40.74586680158973 + -3.8019691687077284 + + 912.5999755859375 + 1716.219970703125 + + 129 + + 81 + + + 9.284000396728516 + 135 + + + + + + + 40.74581667780876 + -3.8020627107471228 + + 912.7999877929688 + 1725.550048828125 + + 128 + + 84 + + + 9.331000328063965 + 167 + + + + + + + 40.745765045285225 + -3.802161533385515 + + 913.0 + 1734.8399658203125 + + 128 + + 82 + + + 9.284000396728516 + 172 + + + + + + + 40.74571802280843 + -3.8022592663764954 + + 913.0 + 1744.1500244140625 + + 129 + + 82 + + + 9.312000274658203 + 151 + + + + + + + 40.74566915631294 + -3.802353898063302 + + 913.0 + 1753.5799560546875 + + 128 + + 82 + + + 9.432999610900879 + 153 + + + + + + + 40.745621379464865 + -3.802447859197855 + + 912.7999877929688 + 1763.02001953125 + + 128 + + 87 + + + 9.432999610900879 + 140 + + + + + + + 40.74557184241712 + -3.8025445863604546 + + 912.7999877929688 + 1772.6400146484375 + + 128 + + 110 + + + 9.619999885559082 + 139 + + + + + + + 40.74552146717906 + -3.8026397209614515 + + 912.5999755859375 + 1782.3900146484375 + + 128 + + 83 + + + 9.75100040435791 + 121 + + + + + + + 40.74546933174133 + -3.8027366995811462 + + 912.4000244140625 + 1792.25 + + 129 + + 84 + + + 9.86299991607666 + 99 + + + + + + + 40.745418621227145 + -3.8028378691524267 + + 912.2000122070312 + 1802.219970703125 + + 128 + + 85 + + + 9.975000381469727 + 100 + + + + + + + 40.74536958709359 + -3.80293526686728 + + 911.7999877929688 + 1812.2900390625 + + 129 + + 88 + + + 10.067999839782715 + 101 + + + + + + + 40.74532030150294 + -3.80302956327796 + + 911.5999755859375 + 1822.3900146484375 + + 128 + + 86 + + + 10.095999717712402 + 105 + + + + + + + 40.745269088074565 + -3.8031291402876377 + + 911.4000244140625 + 1832.5 + + 128 + + 87 + + + 10.11400032043457 + 102 + + + + + + + 40.74521787464619 + -3.8032284658402205 + + 911.2000122070312 + 1842.7099609375 + + 127 + + 86 + + + 10.208000183105469 + 92 + + + + + + + 40.745163559913635 + -3.8033301383256912 + + 911.2000122070312 + 1852.81005859375 + + 127 + + 87 + + + 10.095999717712402 + 95 + + + + + + + 40.74510865844786 + -3.8034308049827814 + + 911.2000122070312 + 1862.969970703125 + + 127 + + 90 + + + 10.16100025177002 + 85 + + + + + + + 40.745053589344025 + -3.8035291247069836 + + 911.0 + 1873.1700439453125 + + 126 + + 119 + + + 10.208000183105469 + 92 + + + + + + + 40.74499952606857 + -3.8036263547837734 + + 910.7999877929688 + 1883.47998046875 + + 126 + + 106 + + + 10.3100004196167 + 93 + + + + + + + 40.74494445696473 + -3.8037326373159885 + + 910.5999755859375 + 1893.9000244140625 + + 126 + + 94 + + + 10.413000106811523 + 94 + + + + + + + 40.7448944170028 + -3.80383531562984 + + 910.4000244140625 + 1904.43994140625 + + 126 + + 94 + + + 10.543999671936035 + 106 + + + + + + + 40.744838593527675 + -3.803941262885928 + + 910.4000244140625 + 1915.1700439453125 + + 126 + + 96 + + + 10.729999542236328 + 25 + + + + + + + 40.744785871356726 + -3.804046120494604 + + 910.2000122070312 + 1925.8499755859375 + + 126 + + 0 + + + 10.673999786376953 + 0 + + + + + + + 40.744734574109316 + -3.8041482120752335 + + 909.7999877929688 + 1936.550048828125 + + 125 + + 0 + + + 10.70199966430664 + 0 + + + + + + + 40.74468336068094 + -3.8042524829506874 + + 909.4000244140625 + 1947.300048828125 + + 124 + + 0 + + + 10.74899959564209 + 0 + + + + + + + 40.74462627992034 + -3.804357424378395 + + 909.0 + 1958.1300048828125 + + 122 + + 0 + + + 10.833000183105469 + 113 + + + + + + + 40.74457364156842 + -3.804458510130644 + + 908.5999755859375 + 1969.1300048828125 + + 121 + + 104 + + + 11.00100040435791 + 121 + + + + + + + 40.74451630935073 + -3.8045678939670324 + + 908.4000244140625 + 1980.18994140625 + + 120 + + 78 + + + 11.057000160217285 + 3 + + + + + + + 40.744461407884955 + -3.80467819981277 + + 908.2000122070312 + 1991.219970703125 + + 119 + + 0 + + + 11.029000282287598 + 9 + + + + + + + 40.74440675787628 + -3.8047817163169384 + + 908.2000122070312 + 2002.1600341796875 + + 119 + + 0 + + + 10.944999694824219 + 9 + + + + + + + 40.74434934183955 + -3.804882550612092 + + 908.2000122070312 + 2013.1099853515625 + + 119 + + 0 + + + 10.944999694824219 + 106 + + + + + + + 40.744292344897985 + -3.804988330230117 + + 908.0 + 2023.969970703125 + + 118 + + 93 + + + 10.861000061035156 + 91 + + + + + + + 40.74424012564123 + -3.805086649954319 + + 907.7999877929688 + 2034.800048828125 + + 118 + + 109 + + + 10.833000183105469 + 94 + + + + + + + 40.744182877242565 + -3.805191172286868 + + 907.5999755859375 + 2045.56005859375 + + 118 + + 98 + + + 10.758000373840332 + 93 + + + + + + + 40.7441293168813 + -3.8052955269813538 + + 907.4000244140625 + 2056.389892578125 + + 118 + + 84 + + + 10.833000183105469 + 91 + + + + + + + 40.74407718144357 + -3.805397031828761 + + 907.4000244140625 + 2066.9599609375 + + 118 + + 96 + + + 10.571999549865723 + 103 + + + + + + + 40.74402269907296 + -3.805497195571661 + + 907.4000244140625 + 2077.47998046875 + + 117 + + 95 + + + 10.515999794006348 + 102 + + + + + + + 40.74396821670234 + -3.805597946047783 + + 907.2000122070312 + 2087.89990234375 + + 117 + + 96 + + + 10.42199993133545 + 122 + + + + + + + 40.74391909874976 + -3.805694757029414 + + 907.0 + 2098.18994140625 + + 117 + + 91 + + + 10.291999816894531 + 114 + + + + + + + 40.743866879493 + -3.805800536647439 + + 907.2000122070312 + 2108.360107421875 + + 117 + + 93 + + + 10.170000076293945 + 147 + + + + + + + 40.74381549842656 + -3.8059007842093706 + + 907.2000122070312 + 2118.56005859375 + + 117 + + 88 + + + 10.197999954223633 + 182 + + + + + + + 40.74376135133207 + -3.805997846648097 + + 907.4000244140625 + 2128.590087890625 + + 118 + + 85 + + + 10.029999732971191 + 135 + + + + + + + 40.743711898103356 + -3.806096166372299 + + 907.4000244140625 + 2138.68994140625 + + 118 + + 87 + + + 10.095999717712402 + 163 + + + + + + + 40.74365925975144 + -3.8062006048858166 + + 907.2000122070312 + 2148.840087890625 + + 118 + + 87 + + + 10.152000427246094 + 160 + + + + + + + 40.743613578379154 + -3.806294146925211 + + 907.0 + 2159.02001953125 + + 119 + + 86 + + + 10.180000305175781 + 157 + + + + + + + 40.74356244876981 + -3.8063953164964914 + + 907.2000122070312 + 2169.179931640625 + + 119 + + 88 + + + 10.16100025177002 + 147 + + + + + + + 40.74351374991238 + -3.806498497724533 + + 907.2000122070312 + 2179.300048828125 + + 119 + + 92 + + + 10.11400032043457 + 156 + + + + + + + 40.74346329085529 + -3.8065953087061644 + + 907.2000122070312 + 2189.3798828125 + + 119 + + 88 + + + 10.086000442504883 + 203 + + + + + + + 40.743415178731084 + -3.806692035868764 + + 907.2000122070312 + 2199.56005859375 + + 120 + + 88 + + + 10.180000305175781 + 232 + + + + + + + 40.74336354620755 + -3.8067923672497272 + + 907.0 + 2209.60009765625 + + 120 + + 87 + + + 10.039999961853027 + 175 + + + + + + + 40.74331660754979 + -3.806890854611993 + + 907.0 + 2219.719970703125 + + 120 + + 90 + + + 10.11400032043457 + 197 + + + + + + + 40.74326212517917 + -3.8069928623735905 + + 907.0 + 2229.830078125 + + 121 + + 86 + + + 10.11400032043457 + 201 + + + + + + + 40.743210492655635 + -3.8070953730493784 + + 907.0 + 2239.9599609375 + + 121 + + 88 + + + 10.133000373840332 + 170 + + + + + + + 40.743159614503384 + -3.8071933574974537 + + 907.0 + 2250.080078125 + + 122 + + 86 + + + 10.11400032043457 + 125 + + + + + + + 40.743114268407226 + -3.8072914257645607 + + 907.0 + 2260.18994140625 + + 123 + + 91 + + + 10.11400032043457 + 91 + + + + + + + 40.743063976988196 + -3.807392092421651 + + 907.0 + 2270.1201171875 + + 123 + + 103 + + + 9.928000450134277 + 110 + + + + + + + 40.74301318265498 + -3.807486053556204 + + 906.7999877929688 + 2280.159912109375 + + 123 + + 90 + + + 10.039999961853027 + 101 + + + + + + + 40.74296004138887 + -3.8075830321758986 + + 906.7999877929688 + 2289.909912109375 + + 124 + + 136 + + + 9.75100040435791 + 85 + + + + + + + 40.74291117489338 + -3.8076831120997667 + + 906.7999877929688 + 2299.699951171875 + + 124 + + 139 + + + 9.788000106811523 + 119 + + + + + + + 40.742859710007906 + -3.807775480672717 + + 906.5999755859375 + 2309.469970703125 + + 123 + + 85 + + + 9.769000053405762 + 148 + + + + + + + 40.74280799366534 + -3.8078681007027626 + + 906.5999755859375 + 2319.260009765625 + + 123 + + 86 + + + 9.788000106811523 + 142 + + + + + + + 40.742755103856325 + -3.80796667188406 + + 906.4000244140625 + 2329.010009765625 + + 123 + + 85 + + + 9.75100040435791 + 165 + + + + + + + 40.74270682409406 + -3.808058286085725 + + 906.4000244140625 + 2338.760009765625 + + 123 + + 84 + + + 9.75100040435791 + 158 + + + + + + + 40.74265670031309 + -3.808156941086054 + + 906.2000122070312 + 2348.530029296875 + + 124 + + 85 + + + 9.769000053405762 + 189 + + + + + + + 40.74260674417019 + -3.8082554284483194 + + 906.2000122070312 + 2358.340087890625 + + 124 + + 85 + + + 9.815999984741211 + 176 + + + + + + + 40.742558212950826 + -3.808350395411253 + + 906.2000122070312 + 2368.199951171875 + + 125 + + 85 + + + 9.86299991607666 + 143 + + + + + + + 40.742506412789226 + -3.808445194736123 + + 906.0 + 2378.0400390625 + + 125 + + 88 + + + 9.835000038146973 + 143 + + + + + + + 40.74245494790375 + -3.808548040688038 + + 905.7999877929688 + 2387.81005859375 + + 125 + + 88 + + + 9.769000053405762 + 169 + + + + + + + 40.74240650050342 + -3.8086426723748446 + + 906.0 + 2397.56005859375 + + 125 + + 85 + + + 9.75100040435791 + 175 + + + + + + + 40.74235470034182 + -3.8087434228509665 + + 906.2000122070312 + 2407.330078125 + + 125 + + 83 + + + 9.769000053405762 + 181 + + + + + + + 40.74230281636119 + -3.808842245489359 + + 906.2000122070312 + 2417.1201171875 + + 125 + + 85 + + + 9.788000106811523 + 162 + + + + + + + 40.742255710065365 + -3.8089357875287533 + + 906.2000122070312 + 2426.89990234375 + + 125 + + 84 + + + 9.788000106811523 + 165 + + + + + + + 40.742209358140826 + -3.80902748554945 + + 906.0 + 2436.68994140625 + + 125 + + 86 + + + 9.788000106811523 + 142 + + + + + + + 40.742157474160194 + -3.8091251347213984 + + 906.0 + 2446.4599609375 + + 126 + + 85 + + + 9.769000053405762 + 138 + + + + + + + 40.74210751801729 + -3.8092200178653 + + 906.0 + 2456.2099609375 + + 126 + + 100 + + + 9.75100040435791 + 148 + + + + + + + 40.742058735340834 + -3.8093182537704706 + + 906.0 + 2465.9599609375 + + 126 + + 110 + + + 9.75100040435791 + 168 + + + + + + + 40.74200810864568 + -3.809416741132736 + + 905.7999877929688 + 2475.72998046875 + + 127 + + 86 + + + 9.769000053405762 + 148 + + + + + + + 40.74195890687406 + -3.809511372819543 + + 905.5999755859375 + 2485.5 + + 127 + + 87 + + + 9.769000053405762 + 152 + + + + + + + 40.741909788921475 + -3.8096036575734615 + + 905.5999755859375 + 2495.3798828125 + + 127 + + 85 + + + 9.880999565124512 + 173 + + + + + + + 40.741858491674066 + -3.809703318402171 + + 905.5999755859375 + 2505.110107421875 + + 128 + + 85 + + + 9.722999572753906 + 157 + + + + + + + 40.74181222356856 + -3.8097968604415655 + + 905.7999877929688 + 2514.8701171875 + + 128 + + 87 + + + 9.769000053405762 + 135 + + + + + + + 40.74176352471113 + -3.8098970241844654 + + 905.7999877929688 + 2524.6298828125 + + 128 + + 85 + + + 9.75100040435791 + 154 + + + + + + + 40.7417166698724 + -3.8099927455186844 + + 905.5999755859375 + 2534.330078125 + + 129 + + 82 + + + 9.704000473022461 + 153 + + + + + + + 40.74167065322399 + -3.8100881315767765 + + 905.5999755859375 + 2544.030029296875 + + 129 + + 85 + + + 9.704000473022461 + 154 + + + + + + + 40.74162455275655 + -3.8101824279874563 + + 905.5999755859375 + 2553.719970703125 + + 129 + + 85 + + + 9.6850004196167 + 121 + + + + + + + 40.741572165861726 + -3.8102809991687536 + + 905.4000244140625 + 2563.3798828125 + + 130 + + 83 + + + 9.666999816894531 + 144 + + + + + + + 40.741524221375585 + -3.810371942818165 + + 905.4000244140625 + 2573.050048828125 + + 130 + + 85 + + + 9.666999816894531 + 137 + + + + + + + 40.74147359468043 + -3.8104704301804304 + + 905.5999755859375 + 2582.669921875 + + 130 + + 84 + + + 9.619999885559082 + 146 + + + + + + + 40.74142045341432 + -3.810564558953047 + + 905.5999755859375 + 2592.27001953125 + + 130 + + 85 + + + 9.60099983215332 + 139 + + + + + + + 40.74137141928077 + -3.810652820393443 + + 905.5999755859375 + 2601.85009765625 + + 131 + + 84 + + + 9.572999954223633 + 143 + + + + + + + 40.741322971880436 + -3.810741836205125 + + 905.7999877929688 + 2611.419921875 + + 131 + + 93 + + + 9.572999954223633 + 159 + + + + + + + 40.74126907624304 + -3.8108379766345024 + + 905.7999877929688 + 2620.989990234375 + + 131 + + 93 + + + 9.572999954223633 + 149 + + + + + + + 40.74122071266174 + -3.8109321892261505 + + 905.5999755859375 + 2630.659912109375 + + 131 + + 87 + + + 9.666999816894531 + 153 + + + + + + + 40.7411693315953 + -3.8110329397022724 + + 905.4000244140625 + 2640.389892578125 + + 131 + + 87 + + + 9.732000350952148 + 131 + + + + + + + 40.74111836962402 + -3.8111294992268085 + + 905.2000122070312 + 2650.2099609375 + + 131 + + 86 + + + 9.815999984741211 + 143 + + + + + + + 40.74106799438596 + -3.8112232089042664 + + 904.7999877929688 + 2660.1298828125 + + 131 + + 88 + + + 9.928000450134277 + 121 + + + + + + + 40.741019044071436 + -3.811318762600422 + + 904.5999755859375 + 2670.10009765625 + + 131 + + 84 + + + 9.96500015258789 + 94 + + + + + + + 40.740966238081455 + -3.811420938000083 + + 904.4000244140625 + 2680.159912109375 + + 131 + + 95 + + + 10.057999610900879 + 98 + + + + + + + 40.740916365757585 + -3.8115153182297945 + + 904.2000122070312 + 2690.320068359375 + + 131 + + 98 + + + 10.16100025177002 + 89 + + + + + + + 40.740863056853414 + -3.8116177450865507 + + 904.0 + 2700.570068359375 + + 131 + + 86 + + + 10.253999710083008 + 93 + + + + + + + 40.740809328854084 + -3.811720088124275 + + 903.7999877929688 + 2710.929931640625 + + 131 + + 121 + + + 10.357000350952148 + 81 + + + + + + + 40.74075534939766 + -3.8118205033242702 + + 903.5999755859375 + 2721.360107421875 + + 131 + + 106 + + + 10.432000160217285 + 99 + + + + + + + 40.74070262722671 + -3.8119191583245993 + + 903.4000244140625 + 2731.8701171875 + + 131 + + 90 + + + 10.505999565124512 + 89 + + + + + + + 40.74064697138965 + -3.8120235968381166 + + 903.2000122070312 + 2742.449951171875 + + 132 + + 102 + + + 10.581000328063965 + 92 + + + + + + + 40.74059357866645 + -3.8121234253048897 + + 903.0 + 2753.090087890625 + + 131 + + 85 + + + 10.63700008392334 + 83 + + + + + + + 40.740539180114865 + -3.8122313003987074 + + 902.7999877929688 + 2763.719970703125 + + 131 + + 104 + + + 10.63700008392334 + 79 + + + + + + + 40.74048511683941 + -3.812339175492525 + + 902.4000244140625 + 2774.389892578125 + + 130 + + 125 + + + 10.664999961853027 + 83 + + + + + + + 40.74043256230652 + -3.8124442007392645 + + 902.2000122070312 + 2785.110107421875 + + 130 + + 125 + + + 10.720999717712402 + 57 + + + + + + + 40.740382270887494 + -3.812548303976655 + + 902.2000122070312 + 2795.8798828125 + + 129 + + 127 + + + 10.767999649047852 + 57 + + + + + + + 40.74032929725945 + -3.8126589450985193 + + 902.0 + 2806.659912109375 + + 129 + + 91 + + + 10.78600025177002 + 58 + + + + + + + 40.740279760211706 + -3.8127634674310684 + + 901.7999877929688 + 2817.489990234375 + + 128 + + 104 + + + 10.814000129699707 + 73 + + + + + + + 40.74022854678333 + -3.812877545133233 + + 901.7999877929688 + 2828.2900390625 + + 128 + + 109 + + + 10.814000129699707 + 73 + + + + + + + 40.740182027220726 + -3.812990030273795 + + 901.5999755859375 + 2839.110107421875 + + 127 + + 109 + + + 10.814000129699707 + 80 + + + + + + + 40.740136513486505 + -3.8131003361195326 + + 901.4000244140625 + 2849.909912109375 + + 127 + + 87 + + + 10.805000305175781 + 80 + + + + + + + 40.74009242467582 + -3.81321064196527 + + 901.2000122070312 + 2860.6201171875 + + 128 + + 83 + + + 10.711999893188477 + 0 + + + + + + + 40.74004674330354 + -3.8133257254958153 + + 901.0 + 2871.25 + + 127 + + 0 + + + 10.628000259399414 + 0 + + + + + + + 40.74000483378768 + -3.8134335167706013 + + 900.7999877929688 + 2881.780029296875 + + 126 + + 0 + + + 10.524999618530273 + 0 + + + + + + + 40.7399623375386 + -3.8135454151779413 + + 900.4000244140625 + 2892.169921875 + + 125 + + 0 + + + 10.394000053405762 + 18 + + + + + + + 40.73991883546114 + -3.8136582355946302 + + 900.0 + 2902.550048828125 + + 123 + + 0 + + + 10.37600040435791 + 168 + + + + + + + 40.739878099411726 + -3.8137656915932894 + + 900.0 + 2912.889892578125 + + 121 + + 71 + + + 10.347999572753906 + 14 + + + + + + + 40.739840380847454 + -3.813870046287775 + + 899.7999877929688 + 2923.090087890625 + + 120 + + 0 + + + 10.197999954223633 + 17 + + + + + + + 40.73980492539704 + -3.813983118161559 + + 900.0 + 2933.199951171875 + + 119 + + 0 + + + 10.104999542236328 + 17 + + + + + + + 40.73977902531624 + -3.8140907417982817 + + 899.7999877929688 + 2943.260009765625 + + 118 + + 125 + + + 10.057999610900879 + 146 + + + + + + + 40.73976167477667 + -3.8142121955752373 + + 899.5999755859375 + 2953.31005859375 + + 117 + + 87 + + + 10.057999610900879 + 102 + + + + + + + 40.73975455015898 + -3.814333900809288 + + 899.4000244140625 + 2963.3701171875 + + 118 + + 88 + + + 10.057999610900879 + 108 + + + + + + + 40.739754969254136 + -3.8144495710730553 + + 899.2000122070312 + 2973.39990234375 + + 118 + + 86 + + + 10.029999732971191 + 122 + + + + + + + 40.73975228704512 + -3.814563984051347 + + 899.0 + 2983.280029296875 + + 118 + + 92 + + + 9.871999740600586 + 137 + + + + + + + 40.73973887600005 + -3.8146814983338118 + + 899.0 + 2993.260009765625 + + 119 + + 86 + + + 9.984000205993652 + 149 + + + + + + + 40.739709539338946 + -3.8147881161421537 + + 899.0 + 3003.1298828125 + + 119 + + 85 + + + 9.871999740600586 + 133 + + + + + + + 40.73966176249087 + -3.8148883637040854 + + 899.0 + 3013.030029296875 + + 119 + + 91 + + + 9.899999618530273 + 164 + + + + + + + 40.739599987864494 + -3.814965896308422 + + 899.0 + 3022.929931640625 + + 119 + + 91 + + + 9.899999618530273 + 174 + + + + + + + 40.739532094448805 + -3.8150355499237776 + + 899.0 + 3032.760009765625 + + 118 + + 87 + + + 9.824999809265137 + 174 + + + + + + + 40.73946252465248 + -3.8151066284626722 + + 898.7999877929688 + 3042.719970703125 + + 118 + + 86 + + + 9.96500015258789 + 212 + + + + + + + 40.73939731344581 + -3.8151937164366245 + + 898.5999755859375 + 3052.780029296875 + + 118 + + 88 + + + 10.057999610900879 + 197 + + + + + + + 40.73934610001743 + -3.8152873422950506 + + 898.4000244140625 + 3062.7900390625 + + 118 + + 90 + + + 10.01200008392334 + 149 + + + + + + + 40.739303855225444 + -3.8153942115604877 + + 898.4000244140625 + 3072.72998046875 + + 118 + + 87 + + + 9.937000274658203 + 141 + + + + + + + 40.7392646279186 + -3.815500410273671 + + 898.4000244140625 + 3082.5400390625 + + 119 + + 86 + + + 9.807000160217285 + 136 + + + + + + + 40.73922699317336 + -3.8156022503972054 + + 898.4000244140625 + 3092.340087890625 + + 120 + + 85 + + + 9.807000160217285 + 159 + + + + + + + 40.73918726295233 + -3.815700402483344 + + 898.2000122070312 + 3101.949951171875 + + 120 + + 85 + + + 9.611000061035156 + 130 + + + + + + + 40.739143677055836 + -3.8158069364726543 + + 898.2000122070312 + 3111.669921875 + + 120 + + 84 + + + 9.713000297546387 + 145 + + + + + + + 40.73910294100642 + -3.8159040827304125 + + 898.2000122070312 + 3121.360107421875 + + 120 + + 85 + + + 9.694999694824219 + 167 + + + + + + + 40.73906212113798 + -3.8160095270723104 + + 898.2000122070312 + 3131.0400390625 + + 119 + + 86 + + + 9.675999641418457 + 160 + + + + + + + 40.73902423493564 + -3.8161158934235573 + + 898.2000122070312 + 3140.840087890625 + + 119 + + 110 + + + 9.807000160217285 + 146 + + + + + + + 40.73898567818105 + -3.816213123500347 + + 898.2000122070312 + 3150.489990234375 + + 119 + + 99 + + + 9.64799976348877 + 130 + + + + + + + 40.73894829489291 + -3.816314795985818 + + 898.0 + 3160.199951171875 + + 118 + + 98 + + + 9.713000297546387 + 164 + + + + + + + 40.738911582157016 + -3.816419318318367 + + 897.7999877929688 + 3169.89990234375 + + 119 + + 85 + + + 9.694999694824219 + 170 + + + + + + + 40.738873360678554 + -3.816521242260933 + + 897.7999877929688 + 3179.659912109375 + + 119 + + 86 + + + 9.760000228881836 + 165 + + + + + + + 40.73883270844817 + -3.816626686602831 + + 897.7999877929688 + 3189.2900390625 + + 120 + + 85 + + + 9.628999710083008 + 176 + + + + + + + 40.73879700154066 + -3.8167302031069994 + + 897.5999755859375 + 3198.919921875 + + 121 + + 85 + + + 9.628999710083008 + 177 + + + + + + + 40.738761043176055 + -3.816829528659582 + + 897.4000244140625 + 3208.72998046875 + + 121 + + 84 + + + 9.815999984741211 + 177 + + + + + + + 40.73872642591596 + -3.816930279135704 + + 897.4000244140625 + 3218.550048828125 + + 121 + + 85 + + + 9.815999984741211 + 183 + + + + + + + 40.7386879529804 + -3.8170364778488874 + + 897.4000244140625 + 3228.3701171875 + + 121 + + 85 + + + 9.815999984741211 + 170 + + + + + + + 40.73864847421646 + -3.817134965211153 + + 897.4000244140625 + 3238.179931640625 + + 122 + + 83 + + + 9.815999984741211 + 163 + + + + + + + 40.73860748670995 + -3.8172367215156555 + + 897.4000244140625 + 3247.969970703125 + + 122 + + 85 + + + 9.788000106811523 + 157 + + + + + + + 40.73856490664184 + -3.8173426687717438 + + 897.4000244140625 + 3257.719970703125 + + 122 + + 85 + + + 9.75100040435791 + 202 + + + + + + + 40.738528026267886 + -3.817441910505295 + + 897.2000122070312 + 3267.43994140625 + + 123 + + 84 + + + 9.722999572753906 + 194 + + + + + + + 40.73849164880812 + -3.817536626011133 + + 897.2000122070312 + 3277.080078125 + + 124 + + 85 + + + 9.638999938964844 + 190 + + + + + + + 40.73845359496772 + -3.817635951563716 + + 897.2000122070312 + 3286.679931640625 + + 124 + + 82 + + + 9.60099983215332 + 186 + + + + + + + 40.73841981589794 + -3.8177317567169666 + + 897.2000122070312 + 3296.340087890625 + + 125 + + 94 + + + 9.656999588012695 + 209 + + + + + + + 40.73838343843818 + -3.8178361114114523 + + 897.4000244140625 + 3305.889892578125 + + 126 + + 83 + + + 9.555000305175781 + 172 + + + + + + + 40.738346725702286 + -3.8179367780685425 + + 897.4000244140625 + 3315.320068359375 + + 126 + + 83 + + + 9.423999786376953 + 174 + + + + + + + 40.738313449546695 + -3.818031996488571 + + 897.4000244140625 + 3324.570068359375 + + 127 + + 81 + + + 9.255999565124512 + 188 + + + + + + + 40.738278245553374 + -3.8181297294795513 + + 897.4000244140625 + 3333.830078125 + + 127 + + 82 + + + 9.255999565124512 + 188 + + + + + + + 40.73824488557875 + -3.818229725584388 + + 897.4000244140625 + 3343.070068359375 + + 128 + + 82 + + + 9.237000465393066 + 179 + + + + + + + 40.73821345344186 + -3.818324189633131 + + 897.4000244140625 + 3352.239990234375 + + 128 + + 90 + + + 9.17199993133545 + 181 + + + + + + + 40.73817992582917 + -3.8184318970888853 + + 897.5999755859375 + 3361.389892578125 + + 128 + + 78 + + + 9.152999877929688 + 159 + + + + + + + 40.738149248063564 + -3.8185347430408 + + 897.5999755859375 + 3370.550048828125 + + 129 + + 78 + + + 9.152999877929688 + 188 + + + + + + + 40.738122928887606 + -3.818637002259493 + + 897.5999755859375 + 3379.6201171875 + + 129 + + 81 + + + 9.069000244140625 + 188 + + + + + + + 40.73809811845422 + -3.8187404349446297 + + 897.5999755859375 + 3388.72998046875 + + 130 + + 80 + + + 9.116000175476074 + 174 + + + + + + + 40.738073056563735 + -3.8188452925533056 + + 897.5999755859375 + 3397.68994140625 + + 130 + + 78 + + + 8.956999778747559 + 186 + + + + + + + 40.738050090149045 + -3.818948306143284 + + 897.5999755859375 + 3406.7099609375 + + 131 + + 80 + + + 9.02299976348877 + 202 + + + + + + + 40.73802636936307 + -3.8190585281699896 + + 897.5999755859375 + 3415.75 + + 131 + + 78 + + + 9.041000366210938 + 193 + + + + + + + 40.73800776153803 + -3.819164726883173 + + 897.5999755859375 + 3424.81005859375 + + 131 + + 81 + + + 9.0600004196167 + 176 + + + + + + + 40.73799476958811 + -3.819268327206373 + + 897.7999877929688 + 3433.8701171875 + + 131 + + 80 + + + 9.0600004196167 + 157 + + + + + + + 40.737980185076594 + -3.8193727657198906 + + 897.7999877929688 + 3442.909912109375 + + 132 + + 78 + + + 9.041000366210938 + 151 + + + + + + + 40.73796518146992 + -3.8194844126701355 + + 897.7999877929688 + 3451.9599609375 + + 132 + + 79 + + + 9.041000366210938 + 157 + + + + + + + 40.737950848415494 + -3.819586504250765 + + 897.7999877929688 + 3460.97998046875 + + 132 + + 79 + + + 9.02299976348877 + 187 + + + + + + + 40.73793701827526 + -3.819698905572295 + + 897.7999877929688 + 3470.0 + + 132 + + 80 + + + 9.02299976348877 + 144 + + + + + + + 40.73792821727693 + -3.8198104687035084 + + 897.7999877929688 + 3478.97998046875 + + 133 + + 79 + + + 8.97599983215332 + 146 + + + + + + + 40.73792184703052 + -3.8199160806834698 + + 897.7999877929688 + 3487.949951171875 + + 133 + + 96 + + + 8.97599983215332 + 150 + + + + + + + 40.73791581206024 + -3.8200207706540823 + + 897.7999877929688 + 3497.030029296875 + + 133 + + 107 + + + 9.079000473022461 + 148 + + + + + + + 40.73791153728962 + -3.820131244137883 + + 898.0 + 3505.919921875 + + 134 + + 80 + + + 8.883000373840332 + 139 + + + + + + + 40.73791053146124 + -3.8202371075749397 + + 898.0 + 3514.820068359375 + + 134 + + 79 + + + 8.901000022888184 + 173 + + + + + + + 40.737911369651556 + -3.8203443959355354 + + 898.2000122070312 + 3523.760009765625 + + 134 + + 78 + + + 8.939000129699707 + 152 + + + + + + + 40.7379141356796 + -3.8204518519341946 + + 898.0 + 3532.68994140625 + + 134 + + 78 + + + 8.939000129699707 + 172 + + + + + + + 40.73791790753603 + -3.820555033162236 + + 898.0 + 3541.659912109375 + + 134 + + 78 + + + 8.967000007629395 + 172 + + + + + + + 40.73792025446892 + -3.820659052580595 + + 897.7999877929688 + 3550.699951171875 + + 134 + + 80 + + + 9.041000366210938 + 153 + + + + + + + 40.73792511597276 + -3.8207669276744127 + + 897.7999877929688 + 3559.590087890625 + + 134 + + 79 + + + 8.883000373840332 + 169 + + + + + + + 40.737934252247214 + -3.820869354531169 + + 898.0 + 3568.469970703125 + + 134 + + 79 + + + 8.883000373840332 + 156 + + + + + + + 40.73794389143586 + -3.820977481082082 + + 898.0 + 3577.449951171875 + + 134 + + 81 + + + 8.984999656677246 + 156 + + + + + + + 40.73795503936708 + -3.8210841827094555 + + 898.0 + 3586.280029296875 + + 135 + + 80 + + + 8.82699966430664 + 192 + + + + + + + 40.73796811513603 + -3.821187699213624 + + 897.7999877929688 + 3595.260009765625 + + 135 + + 78 + + + 8.97599983215332 + 186 + + + + + + + 40.73798303492367 + -3.821289874613285 + + 898.0 + 3604.1201171875 + + 134 + + 78 + + + 8.86400032043457 + 148 + + + + + + + 40.737996362149715 + -3.821398001164198 + + 898.0 + 3613.02001953125 + + 134 + + 79 + + + 8.901000022888184 + 166 + + + + + + + 40.73801019228995 + -3.8214963208884 + + 898.0 + 3621.8701171875 + + 135 + + 78 + + + 8.845000267028809 + 163 + + + + + + + 40.73803273960948 + -3.8215992506593466 + + 898.0 + 3630.68994140625 + + 134 + + 78 + + + 8.817999839782715 + 159 + + + + + + + 40.73805713094771 + -3.821700755506754 + + 898.0 + 3639.510009765625 + + 134 + + 78 + + + 8.82699966430664 + 150 + + + + + + + 40.738081857562065 + -3.821799410507083 + + 898.0 + 3648.330078125 + + 134 + + 86 + + + 8.817999839782715 + 132 + + + + + + + 40.738107254728675 + -3.821895970031619 + + 898.0 + 3657.25 + + 133 + + 85 + + + 8.920000076293945 + 182 + + + + + + + 40.73813633993268 + -3.821998229250312 + + 898.2000122070312 + 3666.050048828125 + + 133 + + 78 + + + 8.798999786376953 + 167 + + + + + + + 40.73816324584186 + -3.822093950584531 + + 898.2000122070312 + 3674.909912109375 + + 132 + + 80 + + + 8.86400032043457 + 141 + + + + + + + 40.738192833960056 + -3.8221945334225893 + + 898.2000122070312 + 3683.780029296875 + + 132 + + 80 + + + 8.86400032043457 + 159 + + + + + + + 40.73822326026857 + -3.8222925178706646 + + 898.4000244140625 + 3692.6201171875 + + 132 + + 78 + + + 8.845000267028809 + 159 + + + + + + + 40.73825326748192 + -3.8223836291581392 + + 898.4000244140625 + 3701.43994140625 + + 132 + + 78 + + + 8.817999839782715 + 153 + + + + + + + 40.738286627456546 + -3.8224730640649796 + + 898.2000122070312 + 3710.260009765625 + + 132 + + 78 + + + 8.817999839782715 + 168 + + + + + + + 40.738325687125325 + -3.8225667737424374 + + 898.2000122070312 + 3719.06005859375 + + 133 + + 78 + + + 8.798999786376953 + 192 + + + + + + + 40.73836198076606 + -3.822657633572817 + + 898.4000244140625 + 3727.89990234375 + + 132 + + 78 + + + 8.845000267028809 + 204 + + + + + + + 40.738401878625154 + -3.822756204754114 + + 898.4000244140625 + 3736.780029296875 + + 133 + + 78 + + + 8.883000373840332 + 175 + + + + + + + 40.738443369045854 + -3.822852848097682 + + 898.5999755859375 + 3745.68994140625 + + 133 + + 110 + + + 8.901000022888184 + 239 + + + + + + + 40.73848779313266 + -3.82294412702322 + + 898.4000244140625 + 3754.6201171875 + + 133 + + 85 + + + 8.939000129699707 + 176 + + + + + + + 40.73853221721947 + -3.823034903034568 + + 898.4000244140625 + 3763.580078125 + + 133 + + 86 + + + 8.956999778747559 + 180 + + + + + + + 40.73857664130628 + -3.8231277745217085 + + 898.5999755859375 + 3772.5400390625 + + 133 + + 85 + + + 8.956999778747559 + 161 + + + + + + + 40.738621233031154 + -3.8232134375721216 + + 898.5999755859375 + 3781.47998046875 + + 133 + + 86 + + + 8.939000129699707 + 158 + + + + + + + 40.738671189174056 + -3.8232982624322176 + + 898.4000244140625 + 3790.449951171875 + + 134 + + 85 + + + 8.97599983215332 + 158 + + + + + + + 40.738720558583736 + -3.8233827520161867 + + 898.4000244140625 + 3799.25 + + 134 + + 85 + + + 8.798999786376953 + 188 + + + + + + + 40.73876649141312 + -3.823461541905999 + + 898.4000244140625 + 3808.1201171875 + + 134 + + 84 + + + 8.86400032043457 + 175 + + + + + + + 40.738816279917955 + -3.823539661243558 + + 898.4000244140625 + 3816.97998046875 + + 133 + + 85 + + + 8.86400032043457 + 156 + + + + + + + 40.73887034319341 + -3.823619792237878 + + 898.5999755859375 + 3825.85009765625 + + 133 + + 85 + + + 8.86400032043457 + 130 + + + + + + + 40.738923316821456 + -3.823688020929694 + + 898.5999755859375 + 3834.659912109375 + + 133 + + 85 + + + 8.817999839782715 + 129 + + + + + + + 40.73898199014366 + -3.823764380067587 + + 898.7999877929688 + 3843.409912109375 + + 133 + + 85 + + + 8.743000030517578 + 143 + + + + + + + 40.73904091492295 + -3.823837051168084 + + 898.7999877929688 + 3852.199951171875 + + 133 + + 83 + + + 8.798999786376953 + 147 + + + + + + + 40.739098750054836 + -3.8239044416695833 + + 898.5999755859375 + 3860.85009765625 + + 133 + + 85 + + + 8.649999618530273 + 121 + + + + + + + 40.73915524408221 + -3.8239715807139874 + + 898.5999755859375 + 3869.6298828125 + + 133 + + 85 + + + 8.779999732971191 + 132 + + + + + + + 40.739216934889555 + -3.8240428268909454 + + 898.7999877929688 + 3878.260009765625 + + 133 + + 83 + + + 8.621999740600586 + 137 + + + + + + + 40.73927544057369 + -3.8241061102598906 + + 899.0 + 3886.909912109375 + + 134 + + 84 + + + 8.649999618530273 + 126 + + + + + + + 40.73933629319072 + -3.824170818552375 + + 899.0 + 3895.489990234375 + + 133 + + 83 + + + 8.583999633789062 + 149 + + + + + + + 40.739397229626775 + -3.8242382928729057 + + 899.0 + 3904.02001953125 + + 134 + + 84 + + + 8.527999877929688 + 168 + + + + + + + 40.73945514857769 + -3.824302665889263 + + 899.0 + 3912.570068359375 + + 133 + + 83 + + + 8.54699993133545 + 145 + + + + + + + 40.73951432481408 + -3.824367206543684 + + 898.7999877929688 + 3921.199951171875 + + 133 + + 81 + + + 8.630999565124512 + 212 + + + + + + + 40.73957735672593 + -3.8244335912168026 + + 898.7999877929688 + 3929.8798828125 + + 133 + + 83 + + + 8.687000274658203 + 165 + + + + + + + 40.739639047533274 + -3.824497377499938 + + 898.7999877929688 + 3938.6298828125 + + 133 + + 83 + + + 8.743000030517578 + 146 + + + + + + + 40.7397033367306 + -3.824563091620803 + + 898.4000244140625 + 3947.389892578125 + + 133 + + 85 + + + 8.76200008392334 + 140 + + + + + + + 40.739765698090196 + -3.8246280513703823 + + 898.4000244140625 + 3956.22998046875 + + 133 + + 85 + + + 8.845000267028809 + 141 + + + + + + + 40.739826802164316 + -3.8246927596628666 + + 898.5999755859375 + 3964.93994140625 + + 133 + + 85 + + + 8.706000328063965 + 121 + + + + + + + 40.73988572694361 + -3.8247554562985897 + + 898.5999755859375 + 3973.719970703125 + + 133 + + 83 + + + 8.779999732971191 + 137 + + + + + + + 40.73994867503643 + -3.824823684990406 + + 898.5999755859375 + 3982.5 + + 132 + + 85 + + + 8.779999732971191 + 132 + + + + + + + 40.74000793509185 + -3.824888225644827 + + 898.5999755859375 + 3991.320068359375 + + 132 + + 84 + + + 8.817999839782715 + 114 + + + + + + + 40.740068620070815 + -3.824956454336643 + + 898.5999755859375 + 4000.080078125 + + 132 + + 91 + + + 8.76200008392334 + 125 + + + + + + + 40.74012980796397 + -3.825022839009762 + + 898.5999755859375 + 4008.7900390625 + + 132 + + 90 + + + 8.71500015258789 + 121 + + + + + + + 40.74018822982907 + -3.8250879663974047 + + 898.7999877929688 + 4017.530029296875 + + 131 + + 90 + + + 8.734000205993652 + 172 + + + + + + + 40.74024782516062 + -3.8251514174044132 + + 898.7999877929688 + 4026.219970703125 + + 131 + + 80 + + + 8.696000099182129 + 165 + + + + + + + 40.740310940891504 + -3.8252169638872147 + + 899.0 + 4034.93994140625 + + 131 + + 83 + + + 8.71500015258789 + 172 + + + + + + + 40.74037020094693 + -3.8252815883606672 + + 899.0 + 4043.75 + + 131 + + 84 + + + 8.807999610900879 + 179 + + + + + + + 40.74043281376362 + -3.8253515772521496 + + 899.2000122070312 + 4052.6298828125 + + 132 + + 85 + + + 8.883000373840332 + 166 + + + + + + + 40.7404940854758 + -3.8254214823246 + + 899.2000122070312 + 4061.570068359375 + + 132 + + 85 + + + 8.939000129699707 + 142 + + + + + + + 40.740553848445415 + -3.825488118454814 + + 899.2000122070312 + 4070.469970703125 + + 132 + + 80 + + + 8.901000022888184 + 145 + + + + + + + 40.74061310850084 + -3.8255563471466303 + + 899.0 + 4079.3701171875 + + 132 + + 85 + + + 8.901000022888184 + 139 + + + + + + + 40.74067362584174 + -3.8256254140287638 + + 899.0 + 4088.1201171875 + + 131 + + 85 + + + 8.751999855041504 + 137 + + + + + + + 40.740733221173286 + -3.825694564729929 + + 898.7999877929688 + 4096.93017578125 + + 131 + + 84 + + + 8.807999610900879 + 129 + + + + + + + 40.7407945767045 + -3.8257662300020456 + + 898.7999877929688 + 4105.740234375 + + 131 + + 81 + + + 8.807999610900879 + 179 + + + + + + + 40.74085492640734 + -3.82583680562675 + + 899.0 + 4114.5498046875 + + 131 + + 78 + + + 8.807999610900879 + 221 + + + + + + + 40.74091259390116 + -3.8259084708988667 + + 899.2000122070312 + 4123.43017578125 + + 131 + + 77 + + + 8.883000373840332 + 235 + + + + + + + 40.740966238081455 + -3.8259780406951904 + + 899.2000122070312 + 4132.35009765625 + + 131 + + 76 + + + 8.920000076293945 + 196 + + + + + + + 40.741024911403656 + -3.8260548189282417 + + 899.2000122070312 + 4141.2900390625 + + 130 + + 81 + + + 8.939000129699707 + 176 + + + + + + + 40.74107704684138 + -3.826130088418722 + + 899.4000244140625 + 4150.2998046875 + + 130 + + 85 + + + 9.012999534606934 + 183 + + + + + + + 40.74113320559263 + -3.826212650164962 + + 899.5999755859375 + 4159.31982421875 + + 130 + + 94 + + + 9.012999534606934 + 162 + + + + + + + 40.741188609972596 + -3.826297475025058 + + 899.7999877929688 + 4168.39013671875 + + 131 + + 104 + + + 9.079000473022461 + 188 + + + + + + + 40.74124074541032 + -3.826382467523217 + + 899.7999877929688 + 4177.52978515625 + + 131 + + 77 + + + 9.135000228881836 + 158 + + + + + + + 40.74129137210548 + -3.8264656998217106 + + 899.5999755859375 + 4186.72021484375 + + 131 + + 80 + + + 9.190999984741211 + 153 + + + + + + + 40.74134275317192 + -3.826556811109185 + + 899.4000244140625 + 4195.83984375 + + 131 + + 81 + + + 9.116000175476074 + 179 + + + + + + + 40.741388853639364 + -3.8266445696353912 + + 899.2000122070312 + 4204.830078125 + + 131 + + 80 + + + 8.994999885559082 + 158 + + + + + + + 40.741435289382935 + -3.826735010370612 + + 899.2000122070312 + 4213.9501953125 + + 130 + + 79 + + + 9.116000175476074 + 179 + + + + + + + 40.741480719298124 + -3.826829055324197 + + 899.4000244140625 + 4223.10009765625 + + 131 + + 80 + + + 9.152999877929688 + 189 + + + + + + + 40.7415218744427 + -3.8269200827926397 + + 899.4000244140625 + 4232.2001953125 + + 131 + + 79 + + + 9.097000122070312 + 136 + + + + + + + 40.74156177230179 + -3.8270128704607487 + + 899.4000244140625 + 4241.25 + + 131 + + 80 + + + 9.050999641418457 + 157 + + + + + + + 40.74160167016089 + -3.82710968144238 + + 899.5999755859375 + 4250.330078125 + + 131 + + 80 + + + 9.079000473022461 + 169 + + + + + + + 40.741638550534844 + -3.8272023014724255 + + 900.0 + 4259.31982421875 + + 131 + + 82 + + + 8.994999885559082 + 146 + + + + + + + 40.74167484417558 + -3.8273009564727545 + + 900.0 + 4268.31982421875 + + 132 + + 79 + + + 8.994999885559082 + 146 + + + + + + + 40.74170879088342 + -3.827401204034686 + + 900.0 + 4277.27001953125 + + 132 + + 78 + + + 8.956999778747559 + 207 + + + + + + + 40.74174055829644 + -3.8274994399398565 + + 899.7999877929688 + 4286.2900390625 + + 132 + + 79 + + + 9.012999534606934 + 162 + + + + + + + 40.7417687214911 + -3.8275975082069635 + + 899.7999877929688 + 4295.27978515625 + + 132 + + 78 + + + 8.994999885559082 + 168 + + + + + + + 40.741797387599945 + -3.8277015276253223 + + 900.0 + 4304.27978515625 + + 132 + + 79 + + + 8.994999885559082 + 196 + + + + + + + 40.74182270094752 + -3.8277968298643827 + + 900.0 + 4313.27001953125 + + 133 + + 78 + + + 8.994999885559082 + 162 + + + + + + + 40.74184600263834 + -3.8279029447585344 + + 900.0 + 4322.2099609375 + + 133 + + 80 + + + 8.939000129699707 + 149 + + + + + + + 40.74186938814819 + -3.8280094787478447 + + 900.0 + 4331.22021484375 + + 133 + + 79 + + + 9.012999534606934 + 177 + + + + + + + 40.741891684010625 + -3.828110061585903 + + 900.0 + 4340.08984375 + + 133 + + 86 + + + 8.86400032043457 + 169 + + + + + + + 40.741911213845015 + -3.828211985528469 + + 899.7999877929688 + 4349.10009765625 + + 134 + + 84 + + + 9.012999534606934 + 181 + + + + + + + 40.74192697182298 + -3.8283193577080965 + + 899.7999877929688 + 4358.0 + + 134 + + 86 + + + 8.901000022888184 + 178 + + + + + + + 40.74194222688675 + -3.82842262275517 + + 899.7999877929688 + 4367.0400390625 + + 134 + + 98 + + + 9.031999588012695 + 119 + + + + + + + 40.7419553026557 + -3.82852915674448 + + 899.7999877929688 + 4376.08984375 + + 133 + + 85 + + + 9.050999641418457 + 129 + + + + + + + 40.74196971952915 + -3.828638708218932 + + 899.7999877929688 + 4385.169921875 + + 133 + + 117 + + + 9.079000473022461 + 136 + + + + + + + 40.74198195710778 + -3.8287449069321156 + + 899.7999877929688 + 4394.22021484375 + + 133 + + 109 + + + 9.050999641418457 + 169 + + + + + + + 40.74199017137289 + -3.8288516085594893 + + 899.7999877929688 + 4403.2900390625 + + 133 + + 83 + + + 9.079000473022461 + 172 + + + + + + + 40.74199511669576 + -3.82896451279521 + + 899.7999877929688 + 4412.39013671875 + + 133 + + 79 + + + 9.097000122070312 + 173 + + + + + + + 40.74199880473316 + -3.829072220250964 + + 899.7999877929688 + 4421.52978515625 + + 133 + + 78 + + + 9.135000228881836 + 214 + + + + + + + 40.74200056493282 + -3.8291873037815094 + + 899.7999877929688 + 4430.7998046875 + + 133 + + 80 + + + 9.274999618530273 + 167 + + + + + + + 40.74200274422765 + -3.8292989507317543 + + 899.7999877929688 + 4440.08984375 + + 133 + + 82 + + + 9.293000221252441 + 148 + + + + + + + 40.74199989438057 + -3.8294074963778257 + + 900.0 + 4449.3701171875 + + 134 + + 83 + + + 9.274999618530273 + 163 + + + + + + + 40.741999140009284 + -3.8295138627290726 + + 900.0 + 4458.64013671875 + + 134 + + 82 + + + 9.274999618530273 + 182 + + + + + + + 40.741995284333825 + -3.8296243362128735 + + 900.2000122070312 + 4467.919921875 + + 134 + + 81 + + + 9.274999618530273 + 139 + + + + + + + 40.74198950082064 + -3.829731037840247 + + 900.2000122070312 + 4477.08984375 + + 133 + + 85 + + + 9.17199993133545 + 140 + + + + + + + 40.7419809512794 + -3.829841511324048 + + 900.2000122070312 + 4486.22998046875 + + 133 + + 82 + + + 9.135000228881836 + 124 + + + + + + + 40.74197005480528 + -3.829951984807849 + + 900.4000244140625 + 4495.33984375 + + 133 + + 80 + + + 9.116000175476074 + 154 + + + + + + + 40.74195387773216 + -3.8300571776926517 + + 900.0 + 4504.4599609375 + + 134 + + 82 + + + 9.116000175476074 + 139 + + + + + + + 40.741936108097434 + -3.8301617838442326 + + 899.7999877929688 + 4513.56005859375 + + 134 + + 79 + + + 9.097000122070312 + 142 + + + + + + + 40.74191917665303 + -3.830267982557416 + + 900.0 + 4522.60986328125 + + 134 + + 79 + + + 9.050999641418457 + 178 + + + + + + + 40.74190568178892 + -3.830367811024189 + + 900.4000244140625 + 4531.66015625 + + 134 + + 81 + + + 9.050999641418457 + 178 + + + + + + + 40.741889756172895 + -3.830476775765419 + + 900.4000244140625 + 4540.81005859375 + + 134 + + 80 + + + 9.152999877929688 + 149 + + + + + + + 40.7418720703572 + -3.830582220107317 + + 900.4000244140625 + 4549.81982421875 + + 134 + + 81 + + + 9.012999534606934 + 177 + + + + + + + 40.741850109770894 + -3.8306854013353586 + + 900.4000244140625 + 4558.9599609375 + + 134 + + 80 + + + 9.135000228881836 + 155 + + + + + + + 40.74182881973684 + -3.830786654725671 + + 900.2000122070312 + 4568.08984375 + + 133 + + 81 + + + 9.135000228881836 + 152 + + + + + + + 40.741807697340846 + -3.8308925181627274 + + 900.2000122070312 + 4577.22998046875 + + 133 + + 80 + + + 9.135000228881836 + 155 + + + + + + + 40.74178783223033 + -3.8309961184859276 + + 900.0 + 4586.330078125 + + 133 + + 81 + + + 9.097000122070312 + 117 + + + + + + + 40.74176738038659 + -3.8311006408184767 + + 900.0 + 4595.33984375 + + 133 + + 81 + + + 9.012999534606934 + 126 + + + + + + + 40.741747599095106 + -3.8312044087797403 + + 900.2000122070312 + 4604.2998046875 + + 132 + + 78 + + + 8.956999778747559 + 155 + + + + + + + 40.74172924272716 + -3.831306165084243 + + 900.0 + 4613.25 + + 132 + + 79 + + + 8.956999778747559 + 164 + + + + + + + 40.74171029962599 + -3.83140766993165 + + 900.0 + 4622.22998046875 + + 132 + + 79 + + + 8.97599983215332 + 152 + + + + + + + 40.74169169180095 + -3.8315109349787235 + + 900.0 + 4631.259765625 + + 132 + + 78 + + + 9.031999588012695 + 181 + + + + + + + 40.74167107231915 + -3.8316107634454966 + + 900.0 + 4640.240234375 + + 132 + + 79 + + + 8.97599983215332 + 134 + + + + + + + 40.74164994992316 + -3.8317180518060923 + + 900.0 + 4649.2001953125 + + 132 + + 79 + + + 8.956999778747559 + 155 + + + + + + + 40.74163150973618 + -3.8318245857954025 + + 900.0 + 4658.22998046875 + + 132 + + 78 + + + 9.031999588012695 + 193 + + + + + + + 40.741612231358886 + -3.8319268450140953 + + 899.7999877929688 + 4667.1298828125 + + 132 + + 80 + + + 8.901000022888184 + 163 + + + + + + + 40.741590689867735 + -3.832026170566678 + + 899.7999877929688 + 4676.14013671875 + + 132 + + 78 + + + 9.012999534606934 + 181 + + + + + + + 40.74156688526273 + -3.8321311958134174 + + 899.7999877929688 + 4685.18017578125 + + 132 + + 93 + + + 9.041000366210938 + 144 + + + + + + + 40.74154878035188 + -3.832231778651476 + + 899.7999877929688 + 4694.18994140625 + + 132 + + 104 + + + 9.003999710083008 + 190 + + + + + + + 40.7415287476033 + -3.8323390670120716 + + 900.0 + 4703.27001953125 + + 132 + + 80 + + + 9.079000473022461 + 166 + + + + + + + 40.741510558873415 + -3.8324427511543036 + + 900.0 + 4712.330078125 + + 132 + + 78 + + + 9.0600004196167 + 172 + + + + + + + 40.741492453962564 + -3.8325461000204086 + + 900.0 + 4721.3701171875 + + 132 + + 81 + + + 9.041000366210938 + 162 + + + + + + + 40.74147627688944 + -3.832645593211055 + + 900.0 + 4730.47998046875 + + 132 + + 82 + + + 9.116000175476074 + 145 + + + + + + + 40.74145817197859 + -3.832754222676158 + + 900.0 + 4739.4501953125 + + 132 + + 78 + + + 8.967000007629395 + 180 + + + + + + + 40.74144157581031 + -3.8328600022941828 + + 900.0 + 4748.490234375 + + 132 + + 79 + + + 9.041000366210938 + 172 + + + + + + + 40.74142640456557 + -3.8329693023115396 + + 900.0 + 4757.52001953125 + + 132 + + 80 + + + 9.02299976348877 + 190 + + + + + + + 40.74141751974821 + -3.833076423034072 + + 900.0 + 4766.58984375 + + 132 + + 79 + + + 9.079000473022461 + 200 + + + + + + + 40.741410898044705 + -3.833187147974968 + + 900.0 + 4775.7099609375 + + 132 + + 81 + + + 9.116000175476074 + 195 + + + + + + + 40.74140578508377 + -3.8332944363355637 + + 900.2000122070312 + 4784.8798828125 + + 133 + + 80 + + + 9.17199993133545 + 171 + + + + + + + 40.741401091217995 + -3.833408933132887 + + 900.2000122070312 + 4794.1201171875 + + 133 + + 79 + + + 9.237000465393066 + 179 + + + + + + + 40.741396648809314 + -3.8335157185792923 + + 900.0 + 4803.16015625 + + 133 + + 80 + + + 9.041000366210938 + 199 + + + + + + + 40.74139438569546 + -3.833630047738552 + + 900.0 + 4812.27978515625 + + 133 + + 81 + + + 9.116000175476074 + 167 + + + + + + + 40.74139698408544 + -3.8337421137839556 + + 899.7999877929688 + 4821.35986328125 + + 133 + + 80 + + + 9.079000473022461 + 157 + + + + + + + 40.7414008397609 + -3.833849737420678 + + 899.7999877929688 + 4830.47021484375 + + 133 + + 81 + + + 9.116000175476074 + 189 + + + + + + + 40.74140779674053 + -3.83395291864872 + + 899.7999877929688 + 4839.4599609375 + + 133 + + 81 + + + 8.984999656677246 + 165 + + + + + + + 40.741417268291116 + -3.8340638112276793 + + 900.0 + 4848.5 + + 134 + + 80 + + + 9.041000366210938 + 166 + + + + + + + 40.74142774567008 + -3.8341676630079746 + + 900.0 + 4857.5 + + 133 + + 79 + + + 9.003999710083008 + 156 + + + + + + + 40.74144149199128 + -3.8342782203108072 + + 900.0 + 4866.490234375 + + 133 + + 80 + + + 8.984999656677246 + 177 + + + + + + + 40.74145808815956 + -3.834384335204959 + + 899.7999877929688 + 4875.4599609375 + + 134 + + 81 + + + 8.967000007629395 + 176 + + + + + + + 40.74147569015622 + -3.834485337138176 + + 899.7999877929688 + 4884.5 + + 133 + + 82 + + + 9.041000366210938 + 181 + + + + + + + 40.74149220250547 + -3.834590194746852 + + 899.7999877929688 + 4893.56005859375 + + 134 + + 86 + + + 9.0600004196167 + 163 + + + + + + + 40.74151072651148 + -3.8346993271261454 + + 900.0 + 4902.669921875 + + 133 + + 90 + + + 9.116000175476074 + 185 + + + + + + + 40.74152782559395 + -3.8348012510687113 + + 900.0 + 4911.75 + + 134 + + 93 + + + 9.079000473022461 + 27 + + + + + + + 40.74154417030513 + -3.834905857220292 + + 900.2000122070312 + 4920.66015625 + + 134 + + 110 + + + 8.91100025177002 + 3 + + + + + + + 40.74156101793051 + -3.8350084517151117 + + 900.2000122070312 + 4929.4599609375 + + 135 + + 0 + + + 8.798999786376953 + 0 + + + + + + + 40.74157903902233 + -3.835104089230299 + + 900.2000122070312 + 4937.919921875 + + 135 + + 0 + + + 8.463000297546387 + 0 + + + + + + + 40.74159521609545 + -3.8351963739842176 + + 900.2000122070312 + 4946.259765625 + + 135 + + 0 + + + 8.331999778747559 + 0 + + + + + + + 40.741609884426 + -3.835292598232627 + + 900.2000122070312 + 4954.43017578125 + + 136 + + 0 + + + 8.173999786376953 + 0 + + + + + + + 40.7416252233088 + -3.835383290424943 + + 900.2000122070312 + 4962.419921875 + + 136 + + 0 + + + 7.986999988555908 + 0 + + + + + + + 40.741642992943525 + -3.8354741502553225 + + 900.0 + 4970.18994140625 + + 136 + + 0 + + + 7.771999835968018 + 0 + + + + + + + 40.74166067875922 + -3.835557634010911 + + 900.0 + 4977.509765625 + + 136 + + 0 + + + 7.324999809265137 + 0 + + + + + + + 40.74167601764202 + -3.835628544911742 + + 899.5999755859375 + 4984.31005859375 + + 136 + + 0 + + + 6.793000221252441 + 0 + + + + + + + 40.74178288690746 + -3.8362515717744827 + + 900.0 + 4989.1298828125 + + 128 + + 46 + + + 4.823999881744385 + + + + + + + 40.74179311282933 + -3.836310748010874 + + 900.0 + 4994.22021484375 + + 128 + + 49 + + + 5.085000038146973 + 247 + + + + + + + 40.741805266588926 + -3.836375791579485 + + 900.0 + 4999.68017578125 + + 128 + + 50 + + + 5.4679999351501465 + 298 + + + + + + + 40.74181633070111 + -3.8364446070045233 + + 900.0 + 5005.60986328125 + + 127 + + 59 + + + 5.925000190734863 + 314 + + + + + + + 40.7418258022517 + -3.8365199603140354 + + 900.2000122070312 + 5011.8798828125 + + 127 + + 65 + + + 6.269999980926514 + 303 + + + + + + + 40.741835441440344 + -3.8366000913083553 + + 900.2000122070312 + 5018.41015625 + + 126 + + 68 + + + 6.531000137329102 + 287 + + + + + + + 40.74184549972415 + -3.8366787135601044 + + 900.4000244140625 + 5025.240234375 + + 126 + + 72 + + + 6.829999923706055 + 255 + + + + + + + 40.74185388162732 + -3.8367566652595997 + + 900.4000244140625 + 5032.14990234375 + + 125 + + 75 + + + 6.914000034332275 + 167 + + + + + + + 40.74185983277857 + -3.8368394784629345 + + 900.2000122070312 + 5039.18994140625 + + 124 + + 76 + + + 7.034999847412109 + 186 + + + + + + + 40.741865364834666 + -3.8369204476475716 + + 900.2000122070312 + 5046.419921875 + + 124 + + 68 + + + 7.230999946594238 + 282 + + + + + + + 40.74186997488141 + -3.8370140735059977 + + 900.2000122070312 + 5053.8798828125 + + 124 + + 68 + + + 7.454999923706055 + 251 + + + + + + + 40.74187005870044 + -3.837106777355075 + + 900.4000244140625 + 5061.4599609375 + + 124 + + 71 + + + 7.585999965667725 + 201 + + + + + + + 40.74186754412949 + -3.83719839155674 + + 900.4000244140625 + 5069.14013671875 + + 124 + + 71 + + + 7.678999900817871 + 203 + + + + + + + 40.741863772273064 + -3.837289670482278 + + 900.4000244140625 + 5076.89990234375 + + 124 + + 79 + + + 7.754000186920166 + 205 + + + + + + + 40.741858407855034 + -3.837388912215829 + + 900.4000244140625 + 5084.759765625 + + 125 + + 79 + + + 7.866000175476074 + 198 + + + + + + + 40.74184994213283 + -3.837481616064906 + + 900.4000244140625 + 5092.7998046875 + + 125 + + 82 + + + 8.034000396728516 + 251 + + + + + + + 40.7418395485729 + -3.837582366541028 + + 900.4000244140625 + 5100.9599609375 + + 126 + + 83 + + + 8.163999557495117 + 252 + + + + + + + 40.74182731099427 + -3.8376847933977842 + + 900.7999877929688 + 5109.27001953125 + + 127 + + 82 + + + 8.314000129699707 + 217 + + + + + + + 40.7418136484921 + -3.8377783354371786 + + 900.7999877929688 + 5117.72021484375 + + 128 + + 85 + + + 8.444000244140625 + 172 + + + + + + + 40.74179713614285 + -3.83787514641881 + + 900.7999877929688 + 5126.06005859375 + + 128 + + 104 + + + 8.342000007629395 + 153 + + + + + + + 40.74177844449878 + -3.8379739690572023 + + 900.7999877929688 + 5134.52001953125 + + 128 + + 85 + + + 8.463000297546387 + 186 + + + + + + + 40.74175857938826 + -3.838069187477231 + + 900.7999877929688 + 5143.009765625 + + 128 + + 79 + + + 8.491000175476074 + 213 + + + + + + + 40.74173175729811 + -3.838167591020465 + + 900.7999877929688 + 5151.6298828125 + + 129 + + 84 + + + 8.612000465393066 + 225 + + + + + + + 40.74170175008476 + -3.838267335668206 + + 900.7999877929688 + 5160.41015625 + + 129 + + 83 + + + 8.789999961853027 + 176 + + + + + + + 40.74167165905237 + -3.8383614644408226 + + 900.7999877929688 + 5169.10009765625 + + 130 + + 83 + + + 8.687000274658203 + 159 + + + + + + + 40.74163871817291 + -3.8384545873850584 + + 900.7999877929688 + 5177.89013671875 + + 130 + + 83 + + + 8.789999961853027 + 206 + + + + + + + 40.7416030112654 + -3.8385534938424826 + + 901.0 + 5186.759765625 + + 130 + + 85 + + + 8.86400032043457 + 187 + + + + + + + 40.741570238023996 + -3.8386480417102575 + + 901.0 + 5195.66015625 + + 131 + + 87 + + + 8.901000022888184 + 145 + + + + + + + 40.74153570458293 + -3.838745690882206 + + 900.7999877929688 + 5204.60986328125 + + 131 + + 84 + + + 8.956999778747559 + 207 + + + + + + + 40.74149798601866 + -3.8388415798544884 + + 900.7999877929688 + 5213.72021484375 + + 132 + + 78 + + + 9.107000350952148 + 189 + + + + + + + 40.74146060273051 + -3.838936211541295 + + 900.7999877929688 + 5222.740234375 + + 132 + + 79 + + + 9.012999534606934 + 187 + + + + + + + 40.74142296798527 + -3.8390288315713406 + + 900.7999877929688 + 5231.85986328125 + + 132 + + 85 + + + 9.125 + 217 + + + + + + + 40.74138315394521 + -3.839126480743289 + + 900.7999877929688 + 5241.0 + + 133 + + 90 + + + 9.144000053405762 + 183 + + + + + + + 40.7413471955806 + -3.8392211962491274 + + 900.7999877929688 + 5250.169921875 + + 133 + + 87 + + + 9.163000106811523 + 178 + + + + + + + 40.741307800635695 + -3.8393195159733295 + + 900.7999877929688 + 5259.330078125 + + 133 + + 87 + + + 9.163000106811523 + 161 + + + + + + + 40.74126689694822 + -3.8394164107739925 + + 900.7999877929688 + 5268.490234375 + + 134 + + 87 + + + 9.163000106811523 + 149 + + + + + + + 40.74122540652752 + -3.8395065162330866 + + 900.7999877929688 + 5277.60009765625 + + 134 + + 88 + + + 9.107000350952148 + 154 + + + + + + + 40.74118408374488 + -3.8395987171679735 + + 900.7999877929688 + 5286.740234375 + + 135 + + 86 + + + 9.144000053405762 + 164 + + + + + + + 40.74114485643804 + -3.839693935588002 + + 901.0 + 5295.72021484375 + + 135 + + 85 + + + 8.97599983215332 + 155 + + + + + + + 40.74110671877861 + -3.8397833704948425 + + 901.0 + 5304.72021484375 + + 135 + + 87 + + + 9.003999710083008 + 175 + + + + + + + 40.74106581509113 + -3.839880432933569 + + 901.0 + 5313.68994140625 + + 135 + + 87 + + + 8.967000007629395 + 186 + + + + + + + 40.741025833413005 + -3.8399765733629465 + + 901.4000244140625 + 5322.75 + + 135 + + 88 + + + 9.0600004196167 + 200 + + + + + + + 40.7409880310297 + -3.840068271383643 + + 901.4000244140625 + 5331.7001953125 + + 134 + + 86 + + + 8.947999954223633 + 174 + + + + + + + 40.740947630256414 + -3.840158376842737 + + 901.0 + 5340.7001953125 + + 135 + + 88 + + + 9.003999710083008 + 172 + + + + + + + 40.740906139835715 + -3.84025233797729 + + 901.0 + 5349.669921875 + + 135 + + 85 + + + 8.967000007629395 + 174 + + + + + + + 40.74086783453822 + -3.8403447065502405 + + 901.0 + 5358.580078125 + + 135 + + 91 + + + 8.91100025177002 + 173 + + + + + + + 40.74082508683205 + -3.840436991304159 + + 901.4000244140625 + 5367.509765625 + + 135 + + 85 + + + 8.928999900817871 + 213 + + + + + + + 40.740787368267775 + -3.8405319582670927 + + 901.4000244140625 + 5376.419921875 + + 135 + + 88 + + + 8.91100025177002 + 188 + + + + + + + 40.740748811513186 + -3.840622818097472 + + 901.4000244140625 + 5385.27978515625 + + 135 + + 87 + + + 8.854999542236328 + 193 + + + + + + + 40.74071050621569 + -3.8407102413475513 + + 901.4000244140625 + 5394.0400390625 + + 135 + + 84 + + + 8.76200008392334 + 170 + + + + + + + 40.74067069217563 + -3.84080252610147 + + 901.4000244140625 + 5402.7998046875 + + 136 + + 82 + + + 8.76200008392334 + 182 + + + + + + + 40.74063356034458 + -3.8408886920660734 + + 901.2000122070312 + 5411.3798828125 + + 136 + + 83 + + + 8.583999633789062 + 208 + + + + + + + 40.74059349484742 + -3.8409790489822626 + + 901.2000122070312 + 5420.009765625 + + 136 + + 83 + + + 8.630999565124512 + 197 + + + + + + + 40.74055401608348 + -3.841068148612976 + + 901.2000122070312 + 5428.60986328125 + + 136 + + 84 + + + 8.593999862670898 + 213 + + + + + + + 40.740517219528556 + -3.8411546498537064 + + 901.0 + 5437.18017578125 + + 137 + + 82 + + + 8.574999809265137 + 172 + + + + + + + 40.74048075824976 + -3.8412406481802464 + + 901.0 + 5445.75 + + 137 + + 84 + + + 8.565999984741211 + 221 + + + + + + + 40.74044303968549 + -3.8413305021822453 + + 901.2000122070312 + 5454.31005859375 + + 138 + + 87 + + + 8.565999984741211 + 189 + + + + + + + 40.740409260615706 + -3.8414184283465147 + + 901.4000244140625 + 5462.91015625 + + 138 + + 87 + + + 8.593999862670898 + 225 + + + + + + + 40.740370033308864 + -3.841509371995926 + + 901.2000122070312 + 5471.56005859375 + + 138 + + 87 + + + 8.649999618530273 + 218 + + + + + + + 40.740329967811704 + -3.8416002318263054 + + 901.2000122070312 + 5480.259765625 + + 139 + + 91 + + + 8.706000328063965 + 195 + + + + + + + 40.740291494876146 + -3.841689834371209 + + 901.2000122070312 + 5488.97998046875 + + 139 + + 90 + + + 8.71500015258789 + 190 + + + + + + + 40.74025302194059 + -3.8417798560112715 + + 901.0 + 5497.68017578125 + + 139 + + 91 + + + 8.706000328063965 + 181 + + + + + + + 40.74021404609084 + -3.8418714702129364 + + 901.2000122070312 + 5506.39013671875 + + 140 + + 91 + + + 8.706000328063965 + 165 + + + + + + + 40.74017599225044 + -3.841958474367857 + + 901.2000122070312 + 5515.009765625 + + 140 + + 91 + + + 8.621999740600586 + 165 + + + + + + + 40.740135004743934 + -3.8420493341982365 + + 901.2000122070312 + 5523.580078125 + + 140 + + 88 + + + 8.565999984741211 + 169 + + + + + + + 40.74009519070387 + -3.842138685286045 + + 901.2000122070312 + 5532.10009765625 + + 140 + + 94 + + + 8.527999877929688 + 166 + + + + + + + 40.74005713686347 + -3.842222923412919 + + 901.4000244140625 + 5540.6298828125 + + 139 + + 88 + + + 8.527999877929688 + 232 + + + + + + + 40.74001648463309 + -3.842306323349476 + + 901.5999755859375 + 5549.16015625 + + 139 + + 80 + + + 8.527999877929688 + 215 + + + + + + + 40.739970467984676 + -3.842393159866333 + + 901.4000244140625 + 5557.72998046875 + + 139 + + 81 + + + 8.574999809265137 + 201 + + + + + + + 40.7399261277169 + -3.842475051060319 + + 901.5999755859375 + 5566.35009765625 + + 139 + + 82 + + + 8.612000465393066 + 179 + + + + + + + 40.739877009764314 + -3.8425564393401146 + + 901.5999755859375 + 5574.919921875 + + 139 + + 82 + + + 8.574999809265137 + 189 + + + + + + + 40.73982554487884 + -3.842636989429593 + + 901.5999755859375 + 5583.52978515625 + + 139 + + 82 + + + 8.612000465393066 + 244 + + + + + + + 40.739774918183684 + -3.8427123427391052 + + 901.5999755859375 + 5592.22021484375 + + 139 + + 82 + + + 8.687000274658203 + 186 + + + + + + + 40.73972110636532 + -3.842784008011222 + + 901.4000244140625 + 5600.93994140625 + + 139 + + 82 + + + 8.71500015258789 + 178 + + + + + + + 40.73966075666249 + -3.8428588584065437 + + 901.4000244140625 + 5609.72998046875 + + 139 + + 81 + + + 8.789999961853027 + 212 + + + + + + + 40.73960367590189 + -3.842929769307375 + + 901.4000244140625 + 5618.5498046875 + + 138 + + 85 + + + 8.82699966430664 + 192 + + + + + + + 40.73954173363745 + -3.8429999258369207 + + 901.4000244140625 + 5627.419921875 + + 138 + + 85 + + + 8.86400032043457 + 181 + + + + + + + 40.73947962373495 + -3.8430704176425934 + + 901.5999755859375 + 5636.27978515625 + + 138 + + 85 + + + 8.86400032043457 + 196 + + + + + + + 40.739416759461164 + -3.8431327790021896 + + 901.5999755859375 + 5645.16015625 + + 138 + + 85 + + + 8.883000373840332 + 184 + + + + + + + 40.73935096152127 + -3.84319388307631 + + 901.5999755859375 + 5654.080078125 + + 138 + + 85 + + + 8.920000076293945 + 155 + + + + + + + 40.739281894639134 + -3.8432565797120333 + + 901.5999755859375 + 5663.02001953125 + + 138 + + 85 + + + 8.939000129699707 + 152 + + + + + + + 40.7392162643373 + -3.8433121517300606 + + 901.5999755859375 + 5672.02001953125 + + 137 + + 85 + + + 8.994999885559082 + 162 + + + + + + + 40.73914485052228 + -3.843371579423547 + + 901.5999755859375 + 5680.89990234375 + + 137 + + 82 + + + 8.883000373840332 + 154 + + + + + + + 40.73907452635467 + -3.84342547506094 + + 901.5999755859375 + 5689.83984375 + + 137 + + 86 + + + 8.939000129699707 + 174 + + + + + + + 40.73900613002479 + -3.843478448688984 + + 901.7999877929688 + 5698.830078125 + + 137 + + 85 + + + 8.994999885559082 + 196 + + + + + + + 40.73893723078072 + -3.8435310032218695 + + 901.7999877929688 + 5707.8701171875 + + 137 + + 84 + + + 9.031999588012695 + 191 + + + + + + + 40.738864140585065 + -3.8435869943350554 + + 901.7999877929688 + 5716.8798828125 + + 136 + + 85 + + + 9.012999534606934 + 156 + + + + + + + 40.73879507370293 + -3.843637704849243 + + 901.5999755859375 + 5725.8701171875 + + 136 + + 86 + + + 8.994999885559082 + 175 + + + + + + + 40.7387225702405 + -3.843691600486636 + + 901.5999755859375 + 5734.759765625 + + 137 + + 85 + + + 8.883000373840332 + 209 + + + + + + + 40.73864730075002 + -3.843744322657585 + + 901.5999755859375 + 5743.75 + + 137 + + 84 + + + 8.994999885559082 + 196 + + + + + + + 40.73857764713466 + -3.843796458095312 + + 901.5999755859375 + 5752.72998046875 + + 137 + + 88 + + + 8.97599983215332 + 186 + + + + + + + 40.738510424271226 + -3.843848593533039 + + 901.4000244140625 + 5761.68017578125 + + 137 + + 86 + + + 8.956999778747559 + 198 + + + + + + + 40.738438088446856 + -3.8439047522842884 + + 901.2000122070312 + 5770.6201171875 + + 137 + + 85 + + + 8.939000129699707 + 201 + + + + + + + 40.7383702788502 + -3.8439568039029837 + + 901.4000244140625 + 5779.56005859375 + + 138 + + 85 + + + 8.939000129699707 + 189 + + + + + + + 40.73829911649227 + -3.8440122082829475 + + 901.4000244140625 + 5788.47998046875 + + 138 + + 85 + + + 8.920000076293945 + 185 + + + + + + + 40.73822787031531 + -3.8440675288438797 + + 901.4000244140625 + 5797.3798828125 + + 138 + + 86 + + + 8.901000022888184 + 194 + + + + + + + 40.73815880343318 + -3.8441214244812727 + + 901.4000244140625 + 5806.31982421875 + + 138 + + 85 + + + 8.939000129699707 + 195 + + + + + + + 40.73808780871332 + -3.8441717997193336 + + 901.4000244140625 + 5815.27978515625 + + 138 + + 85 + + + 8.956999778747559 + 207 + + + + + + + 40.73801664635539 + -3.844228209927678 + + 901.4000244140625 + 5824.14013671875 + + 138 + + 85 + + + 8.86400032043457 + 190 + + + + + + + 40.73795227333903 + -3.844285709783435 + + 901.4000244140625 + 5832.93017578125 + + 138 + + 87 + + + 8.789999961853027 + 179 + + + + + + + 40.737885385751724 + -3.844348406419158 + + 901.4000244140625 + 5841.89013671875 + + 139 + + 88 + + + 8.956999778747559 + 155 + + + + + + + 40.73781866580248 + -3.844411689788103 + + 901.4000244140625 + 5850.77001953125 + + 139 + + 85 + + + 8.883000373840332 + 145 + + + + + + + 40.73775663971901 + -3.8444722909480333 + + 901.2000122070312 + 5859.7099609375 + + 139 + + 85 + + + 8.939000129699707 + 164 + + + + + + + 40.73769427835941 + -3.8445364125072956 + + 901.0 + 5868.68994140625 + + 139 + + 87 + + + 8.97599983215332 + 156 + + + + + + + 40.73763116262853 + -3.844606988132 + + 900.7999877929688 + 5877.72021484375 + + 139 + + 85 + + + 9.031999588012695 + 157 + + + + + + + 40.7375739980489 + -3.8446758035570383 + + 900.7999877929688 + 5886.66015625 + + 139 + + 86 + + + 8.939000129699707 + 164 + + + + + + + 40.73751322925091 + -3.8447502348572016 + + 900.7999877929688 + 5895.60009765625 + + 138 + + 86 + + + 8.939000129699707 + 153 + + + + + + + 40.73745757341385 + -3.844825252890587 + + 900.7999877929688 + 5904.41015625 + + 138 + + 98 + + + 8.807999610900879 + 153 + + + + + + + 40.737403677776456 + -3.8449004385620356 + + 901.0 + 5913.2001953125 + + 138 + + 114 + + + 8.789999961853027 + 182 + + + + + + + 40.7373530510813 + -3.844976546242833 + + 901.2000122070312 + 5922.0400390625 + + 138 + + 84 + + + 8.845000267028809 + 229 + + + + + + + 40.73729915544391 + -3.8450570963323116 + + 901.2000122070312 + 5930.7099609375 + + 138 + + 85 + + + 8.668000221252441 + 198 + + + + + + + 40.737250708043575 + -3.845137394964695 + + 901.0 + 5939.419921875 + + 137 + + 84 + + + 8.706000328063965 + 222 + + + + + + + 40.73720066808164 + -3.845219537615776 + + 901.0 + 5948.0498046875 + + 137 + + 83 + + + 8.630999565124512 + 206 + + + + + + + 40.73715163394809 + -3.845302267000079 + + 900.7999877929688 + 5956.7001953125 + + 136 + + 82 + + + 8.649999618530273 + 232 + + + + + + + 40.73710519820452 + -3.84538147598505 + + 900.7999877929688 + 5965.35009765625 + + 136 + + 82 + + + 8.649999618530273 + 179 + + + + + + + 40.73705884627998 + -3.8454635348170996 + + 900.7999877929688 + 5974.02001953125 + + 136 + + 103 + + + 8.668000221252441 + 198 + + + + + + + 40.73701014742255 + -3.8455492816865444 + + 900.7999877929688 + 5982.72998046875 + + 136 + + 95 + + + 8.71500015258789 + 139 + + + + + + + 40.73696304112673 + -3.845629245042801 + + 901.0 + 5991.31005859375 + + 135 + + 95 + + + 8.574999809265137 + 205 + + + + + + + 40.73691610246897 + -3.8457153271883726 + + 901.2000122070312 + 5999.97021484375 + + 136 + + 85 + + + 8.668000221252441 + 204 + + + + + + + 40.73687084019184 + -3.8458028342574835 + + 901.2000122070312 + 6008.68017578125 + + 135 + + 83 + + + 8.706000328063965 + 225 + + + + + + + 40.736829433590174 + -3.8458869885653257 + + 901.2000122070312 + 6017.39013671875 + + 135 + + 83 + + + 8.71500015258789 + 192 + + + + + + + 40.73678534477949 + -3.8459698017686605 + + 901.0 + 6026.1298828125 + + 135 + + 84 + + + 8.734000205993652 + 190 + + + + + + + 40.73673974722624 + -3.8460567221045494 + + 901.2000122070312 + 6034.85986328125 + + 135 + + 84 + + + 8.734000205993652 + 190 + + + + + + + 40.7366952393204 + -3.8461385294795036 + + 901.2000122070312 + 6043.6298828125 + + 135 + + 85 + + + 8.770999908447266 + 224 + + + + + + + 40.736647294834256 + -3.846225617453456 + + 901.2000122070312 + 6052.509765625 + + 136 + + 84 + + + 8.883000373840332 + 196 + + + + + + + 40.736601864919066 + -3.846311867237091 + + 901.2000122070312 + 6061.27001953125 + + 136 + + 84 + + + 8.751999855041504 + 197 + + + + + + + 40.73655626736581 + -3.8463971111923456 + + 901.2000122070312 + 6070.1298828125 + + 135 + + 85 + + + 8.86400032043457 + 214 + + + + + + + 40.736510921269655 + -3.84648185223341 + + 901.2000122070312 + 6079.02978515625 + + 136 + + 83 + + + 8.901000022888184 + 209 + + + + + + + 40.736463982611895 + -3.846571622416377 + + 901.0 + 6087.97021484375 + + 136 + + 85 + + + 8.939000129699707 + 204 + + + + + + + 40.73641779832542 + -3.8466545194387436 + + 900.7999877929688 + 6096.93017578125 + + 136 + + 86 + + + 8.956999778747559 + 180 + + + + + + + 40.73636951856315 + -3.8467429485172033 + + 901.0 + 6105.8701171875 + + 137 + + 88 + + + 8.939000129699707 + 185 + + + + + + + 40.73632190935314 + -3.8468295335769653 + + 901.0 + 6114.83984375 + + 137 + + 88 + + + 8.97599983215332 + 198 + + + + + + + 40.736274886876345 + -3.8469156995415688 + + 901.0 + 6123.8701171875 + + 137 + + 86 + + + 9.02299976348877 + 199 + + + + + + + 40.736227026209235 + -3.8470011111348867 + + 901.0 + 6132.91015625 + + 137 + + 86 + + + 9.041000366210938 + 187 + + + + + + + 40.736177153885365 + -3.84708970785141 + + 901.0 + 6141.9501953125 + + 138 + + 86 + + + 9.041000366210938 + 176 + + + + + + + 40.73613088577986 + -3.847174448892474 + + 901.0 + 6150.990234375 + + 138 + + 85 + + + 9.041000366210938 + 176 + + + + + + + 40.73608268983662 + -3.847265476360917 + + 900.7999877929688 + 6160.02978515625 + + 138 + + 87 + + + 9.041000366210938 + 172 + + + + + + + 40.73603390716016 + -3.847356839105487 + + 900.7999877929688 + 6169.08984375 + + 138 + + 86 + + + 9.0600004196167 + 182 + + + + + + + 40.735988141968846 + -3.847443340346217 + + 901.0 + 6178.169921875 + + 138 + + 85 + + + 9.079000473022461 + 169 + + + + + + + 40.73594078421593 + -3.8475304283201694 + + 901.0 + 6187.22998046875 + + 138 + + 86 + + + 9.0600004196167 + 148 + + + + + + + 40.73589409701526 + -3.847620617598295 + + 901.2000122070312 + 6196.27001953125 + + 138 + + 86 + + + 9.041000366210938 + 157 + + + + + + + 40.735848750919104 + -3.847705526277423 + + 901.2000122070312 + 6205.2099609375 + + 138 + + 86 + + + 8.939000129699707 + 143 + + + + + + + 40.73580072261393 + -3.8477934524416924 + + 901.2000122070312 + 6214.10986328125 + + 138 + + 85 + + + 8.901000022888184 + 171 + + + + + + + 40.735753113403916 + -3.8478779420256615 + + 901.2000122070312 + 6222.97998046875 + + 138 + + 91 + + + 8.86400032043457 + 149 + + + + + + + 40.735705168917775 + -3.847960839048028 + + 901.2000122070312 + 6231.7900390625 + + 137 + + 86 + + + 8.807999610900879 + 160 + + + + + + + 40.73565848171711 + -3.848042394965887 + + 901.4000244140625 + 6240.580078125 + + 137 + + 85 + + + 8.798999786376953 + 189 + + + + + + + 40.7356090284884 + -3.8481278903782368 + + 901.4000244140625 + 6249.39013671875 + + 136 + + 85 + + + 8.807999610900879 + 169 + + + + + + + 40.73555940762162 + -3.848204920068383 + + 901.4000244140625 + 6258.2001953125 + + 136 + + 85 + + + 8.807999610900879 + 154 + + + + + + + 40.73550224304199 + -3.8482826203107834 + + 901.4000244140625 + 6267.0 + + 136 + + 79 + + + 8.798999786376953 + 184 + + + + + + + 40.735441725701094 + -3.848356129601598 + + 901.4000244140625 + 6275.830078125 + + 136 + + 78 + + + 8.82699966430664 + 133 + + + + + + + 40.735379783436656 + -3.8484218437224627 + + 901.4000244140625 + 6284.72998046875 + + 136 + + 86 + + + 8.901000022888184 + 182 + + + + + + + 40.73531557805836 + -3.848485630005598 + + 901.4000244140625 + 6293.7099609375 + + 136 + + 85 + + + 8.984999656677246 + 157 + + + + + + + 40.73524567298591 + -3.8485524337738752 + + 901.2000122070312 + 6302.8798828125 + + 135 + + 88 + + + 9.17199993133545 + 195 + + + + + + + 40.73518071323633 + -3.848613118752837 + + 901.2000122070312 + 6312.0 + + 135 + + 88 + + + 9.116000175476074 + 171 + + + + + + + 40.73510888032615 + -3.8486746419221163 + + 901.0 + 6321.1201171875 + + 134 + + 86 + + + 9.116000175476074 + 219 + + + + + + + 40.73503679595888 + -3.848730633035302 + + 901.2000122070312 + 6330.22998046875 + + 134 + + 87 + + + 9.116000175476074 + 171 + + + + + + + 40.73496596887708 + -3.8487820979207754 + + 901.2000122070312 + 6339.27001953125 + + 134 + + 91 + + + 9.041000366210938 + 158 + + + + + + + 40.73489363305271 + -3.8488291203975677 + + 901.0 + 6348.31982421875 + + 134 + + 86 + + + 9.041000366210938 + 158 + + + + + + + 40.7348164357245 + -3.8488758075982332 + + 901.2000122070312 + 6357.16015625 + + 135 + + 78 + + + 8.845000267028809 + 173 + + + + + + + 40.73474292643368 + -3.8489213213324547 + + 901.2000122070312 + 6366.06005859375 + + 135 + + 85 + + + 8.901000022888184 + 210 + + + + + + + 40.734668746590614 + -3.8489750493317842 + + 901.0 + 6374.9501953125 + + 134 + + 85 + + + 8.883000373840332 + 185 + + + + + + + 40.734601859003305 + -3.8490365725010633 + + 901.0 + 6383.7900390625 + + 134 + + 85 + + + 8.845000267028809 + 196 + + + + + + + 40.73453790508211 + -3.849096754565835 + + 901.4000244140625 + 6392.58984375 + + 133 + + 84 + + + 8.798999786376953 + 204 + + + + + + + 40.734470849856734 + -3.8491476327180862 + + 901.5999755859375 + 6401.31005859375 + + 133 + + 85 + + + 8.723999977111816 + 221 + + + + + + + 40.734396083280444 + -3.849188620224595 + + 901.5999755859375 + 6410.0 + + 133 + + 82 + + + 8.687000274658203 + 185 + + + + + + + 40.73431980796158 + -3.8492197170853615 + + 901.4000244140625 + 6418.8701171875 + + 133 + + 84 + + + 8.86400032043457 + 151 + + + + + + + 40.73423414491117 + -3.8492580223828554 + + 901.2000122070312 + 6427.97998046875 + + 133 + + 91 + + + 9.116000175476074 + 144 + + + + + + + 40.73415644466877 + -3.8493148516863585 + + 901.0 + 6437.27978515625 + + 134 + + 94 + + + 9.293000221252441 + 182 + + + + + + + 40.73408997617662 + -3.8493788056075573 + + 900.7999877929688 + 6446.41015625 + + 134 + + 90 + + + 9.135000228881836 + 200 + + + + + + + 40.73402442969382 + -3.8494444359093904 + + 900.7999877929688 + 6455.43017578125 + + 134 + + 87 + + + 9.02299976348877 + 210 + + + + + + + 40.73395938612521 + -3.849510485306382 + + 901.0 + 6464.3701171875 + + 134 + + 85 + + + 8.939000129699707 + 190 + + + + + + + 40.73389861732721 + -3.8495704159140587 + + 901.2000122070312 + 6473.14990234375 + + 134 + + 85 + + + 8.779999732971191 + 153 + + + + + + + 40.73382963426411 + -3.849628921598196 + + 901.4000244140625 + 6481.89990234375 + + 134 + + 85 + + + 8.743000030517578 + 171 + + + + + + + 40.73375972919166 + -3.849681979045272 + + 901.4000244140625 + 6490.64013671875 + + 134 + + 83 + + + 8.743000030517578 + 177 + + + + + + + 40.73369091376662 + -3.849732019007206 + + 901.4000244140625 + 6499.419921875 + + 135 + + 85 + + + 8.779999732971191 + 207 + + + + + + + 40.73362058959901 + -3.849780550226569 + + 901.4000244140625 + 6508.35986328125 + + 135 + + 85 + + + 8.939000129699707 + 208 + + + + + + + 40.73354674503207 + -3.849827740341425 + + 901.4000244140625 + 6517.16015625 + + 135 + + 85 + + + 8.798999786376953 + 150 + + + + + + + 40.73347482830286 + -3.8498717453330755 + + 901.4000244140625 + 6526.02001953125 + + 135 + + 85 + + + 8.86400032043457 + 170 + + + + + + + 40.73339863680303 + -3.849919270724058 + + 901.2000122070312 + 6534.919921875 + + 135 + + 86 + + + 8.901000022888184 + 152 + + + + + + + 40.733324624598026 + -3.8499672152101994 + + 901.2000122070312 + 6543.85986328125 + + 135 + + 87 + + + 8.939000129699707 + 156 + + + + + + + 40.73325254023075 + -3.8500159978866577 + + 901.0 + 6552.89990234375 + + 135 + + 85 + + + 9.041000366210938 + 164 + + + + + + + 40.73318229988217 + -3.8500672951340675 + + 901.0 + 6561.83984375 + + 135 + + 87 + + + 8.939000129699707 + 141 + + + + + + + 40.73311138898134 + -3.850123705342412 + + 901.0 + 6570.81005859375 + + 135 + + 86 + + + 8.967000007629395 + 156 + + + + + + + 40.7330446690321 + -3.8501788582652807 + + 901.0 + 6579.7900390625 + + 135 + + 85 + + + 8.984999656677246 + 159 + + + + + + + 40.73297501541674 + -3.850241806358099 + + 901.0 + 6588.81982421875 + + 135 + + 87 + + + 9.02299976348877 + 185 + + + + + + + 40.73290687054396 + -3.8503058440983295 + + 901.0 + 6597.8798828125 + + 134 + + 86 + + + 9.0600004196167 + 145 + + + + + + + 40.732846688479185 + -3.8503706362098455 + + 901.2000122070312 + 6606.93994140625 + + 135 + + 87 + + + 9.0600004196167 + 155 + + + + + + + 40.732787093147635 + -3.8504392839968204 + + 901.0 + 6615.83984375 + + 135 + + 86 + + + 8.901000022888184 + 158 + + + + + + + 40.73272573761642 + -3.8505135476589203 + + 901.0 + 6624.7998046875 + + 135 + + 85 + + + 8.967000007629395 + 138 + + + + + + + 40.73267008177936 + -3.850585799664259 + + 900.7999877929688 + 6633.72021484375 + + 135 + + 85 + + + 8.920000076293945 + 135 + + + + + + + 40.73261107318103 + -3.8506633322685957 + + 900.7999877929688 + 6642.58984375 + + 135 + + 85 + + + 8.86400032043457 + 142 + + + + + + + 40.732554914429784 + -3.8507396914064884 + + 901.0 + 6651.4501953125 + + 135 + + 86 + + + 8.86400032043457 + 206 + + + + + + + 40.732504623010755 + -3.8508152961730957 + + 901.0 + 6660.259765625 + + 134 + + 78 + + + 8.807999610900879 + 109 + + + + + + + 40.73245458304882 + -3.850890565663576 + + 901.0 + 6669.0400390625 + + 134 + + 81 + + + 8.779999732971191 + 159 + + + + + + + 40.73240043595433 + -3.8509688526391983 + + 901.2000122070312 + 6677.64990234375 + + 134 + + 83 + + + 8.612000465393066 + 165 + + + + + + + 40.73234905488789 + -3.851041942834854 + + 901.2000122070312 + 6686.31982421875 + + 133 + + 84 + + + 8.668000221252441 + 169 + + + + + + + 40.73229339905083 + -3.8511219061911106 + + 901.2000122070312 + 6695.10009765625 + + 132 + + 84 + + + 8.779999732971191 + 168 + + + + + + + 40.73223673738539 + -3.8511981815099716 + + 901.0 + 6703.75 + + 132 + + 84 + + + 8.649999618530273 + 157 + + + + + + + 40.73218485340476 + -3.851272612810135 + + 900.7999877929688 + 6712.43994140625 + + 132 + + 84 + + + 8.687000274658203 + 152 + + + + + + + 40.73213112540543 + -3.8513466250151396 + + 901.0 + 6721.14013671875 + + 131 + + 84 + + + 8.706000328063965 + 191 + + + + + + + 40.732077062129974 + -3.8514235708862543 + + 901.2000122070312 + 6729.85009765625 + + 132 + + 85 + + + 8.706000328063965 + 182 + + + + + + + 40.73202509433031 + -3.851496744900942 + + 901.2000122070312 + 6738.60986328125 + + 131 + + 85 + + + 8.76200008392334 + 183 + + + + + + + 40.7319722045213 + -3.8515760377049446 + + 901.2000122070312 + 6747.3701171875 + + 131 + + 84 + + + 8.76200008392334 + 171 + + + + + + + 40.73191914707422 + -3.8516561686992645 + + 901.2000122070312 + 6756.18017578125 + + 131 + + 85 + + + 8.807999610900879 + 187 + + + + + + + 40.731864580884576 + -3.851730516180396 + + 900.7999877929688 + 6765.02978515625 + + 131 + + 83 + + + 8.845000267028809 + 209 + + + + + + + 40.73180800303817 + -3.851803606376052 + + 900.7999877929688 + 6773.85009765625 + + 131 + + 84 + + + 8.82699966430664 + 173 + + + + + + + 40.73175150901079 + -3.851881977170706 + + 900.7999877929688 + 6782.75 + + 131 + + 85 + + + 8.892000198364258 + 181 + + + + + + + 40.731700882315636 + -3.8519574142992496 + + 900.7999877929688 + 6791.66015625 + + 130 + + 85 + + + 8.91100025177002 + 154 + + + + + + + 40.73164430446923 + -3.8520364556461573 + + 900.7999877929688 + 6800.5498046875 + + 130 + + 85 + + + 8.892000198364258 + 148 + + + + + + + 40.73158973827958 + -3.852115496993065 + + 900.7999877929688 + 6809.47998046875 + + 130 + + 85 + + + 8.928999900817871 + 134 + + + + + + + 40.731534752994776 + -3.852191437035799 + + 900.7999877929688 + 6818.41015625 + + 131 + + 86 + + + 8.928999900817871 + 134 + + + + + + + 40.73148203082383 + -3.8522634375840425 + + 900.7999877929688 + 6827.35986328125 + + 130 + + 85 + + + 8.947999954223633 + 134 + + + + + + + 40.731425285339355 + -3.852341640740633 + + 900.5999755859375 + 6836.27001953125 + + 130 + + 84 + + + 8.91100025177002 + 121 + + + + + + + 40.73137524537742 + -3.8524169102311134 + + 900.5999755859375 + 6845.16015625 + + 130 + + 85 + + + 8.892000198364258 + 151 + + + + + + + 40.73131858371198 + -3.8524972926825285 + + 900.4000244140625 + 6854.0498046875 + + 129 + + 86 + + + 8.892000198364258 + 151 + + + + + + + 40.73126343078911 + -3.8525756634771824 + + 900.4000244140625 + 6862.9599609375 + + 129 + + 85 + + + 8.91100025177002 + 164 + + + + + + + 40.731207774952054 + -3.852648586034775 + + 900.7999877929688 + 6871.83984375 + + 130 + + 86 + + + 8.873000144958496 + 145 + + + + + + + 40.7311553042382 + -3.852723017334938 + + 900.7999877929688 + 6880.75 + + 129 + + 85 + + + 8.91100025177002 + 164 + + + + + + + 40.731096882373095 + -3.852803483605385 + + 900.7999877929688 + 6889.68994140625 + + 130 + + 85 + + + 8.947999954223633 + 182 + + + + + + + 40.731043657287955 + -3.852879675105214 + + 900.5999755859375 + 6898.66015625 + + 130 + + 84 + + + 8.967000007629395 + 207 + + + + + + + 40.730987414717674 + -3.8529620692133904 + + 900.5999755859375 + 6907.68994140625 + + 130 + + 86 + + + 9.031999588012695 + 239 + + + + + + + 40.730929244309664 + -3.8530403561890125 + + 900.5999755859375 + 6916.85986328125 + + 130 + + 90 + + + 9.163000106811523 + 159 + + + + + + + 40.73087249882519 + -3.853114368394017 + + 900.5999755859375 + 6925.81982421875 + + 130 + + 88 + + + 8.967000007629395 + 162 + + + + + + + 40.73081634007394 + -3.8531887158751488 + + 900.7999877929688 + 6934.91015625 + + 130 + + 87 + + + 9.088000297546387 + 139 + + + + + + + 40.7307580858469 + -3.85326792486012 + + 900.7999877929688 + 6943.85986328125 + + 130 + + 85 + + + 8.947999954223633 + 150 + + + + + + + 40.73070435784757 + -3.853343864902854 + + 900.7999877929688 + 6952.85009765625 + + 130 + + 85 + + + 8.994999885559082 + 122 + + + + + + + 40.730649372562766 + -3.8534247502684593 + + 900.7999877929688 + 6961.81982421875 + + 130 + + 85 + + + 8.967000007629395 + 141 + + + + + + + 40.73059321381152 + -3.8535032887011766 + + 900.7999877929688 + 6970.77001953125 + + 129 + + 86 + + + 8.947999954223633 + 182 + + + + + + + 40.730539401993155 + -3.8535802345722914 + + 900.7999877929688 + 6979.740234375 + + 130 + + 85 + + + 8.967000007629395 + 180 + + + + + + + 40.73048240505159 + -3.8536561746150255 + + 900.7999877929688 + 6988.77001953125 + + 129 + + 85 + + + 9.031999588012695 + 166 + + + + + + + 40.730423564091325 + -3.8537338748574257 + + 901.0 + 6997.77978515625 + + 129 + + 86 + + + 9.012999534606934 + 156 + + + + + + + 40.73036866262555 + -3.853809228166938 + + 901.2000122070312 + 7006.7900390625 + + 129 + + 86 + + + 9.012999534606934 + 156 + + + + + + + 40.730310743674636 + -3.8538894429802895 + + 901.2000122070312 + 7015.7900390625 + + 129 + + 85 + + + 8.994999885559082 + 153 + + + + + + + 40.730250645428896 + -3.853968232870102 + + 901.2000122070312 + 7024.7998046875 + + 129 + + 85 + + + 9.012999534606934 + 224 + + + + + + + 40.73019205592573 + -3.8540437538176775 + + 901.2000122070312 + 7033.83984375 + + 129 + + 86 + + + 9.041000366210938 + 163 + + + + + + + 40.730135813355446 + -3.854118352755904 + + 900.7999877929688 + 7042.89013671875 + + 129 + + 90 + + + 9.041000366210938 + 169 + + + + + + + 40.73007848113775 + -3.8541981484740973 + + 900.7999877929688 + 7051.97998046875 + + 129 + + 86 + + + 9.097000122070312 + 198 + + + + + + + 40.730022406205535 + -3.854273585602641 + + 900.5999755859375 + 7061.169921875 + + 129 + + 87 + + + 9.180999755859375 + 185 + + + + + + + 40.72996591217816 + -3.8543548062443733 + + 900.5999755859375 + 7070.2099609375 + + 129 + + 88 + + + 9.041000366210938 + 188 + + + + + + + 40.729906149208546 + -3.8544339314103127 + + 900.5999755859375 + 7079.2998046875 + + 129 + + 86 + + + 9.097000122070312 + 201 + + + + + + + 40.7298497390002 + -3.854511044919491 + + 900.4000244140625 + 7088.3798828125 + + 130 + + 92 + + + 9.079000473022461 + 207 + + + + + + + 40.729793747887015 + -3.854585811495781 + + 900.4000244140625 + 7097.43994140625 + + 130 + + 85 + + + 9.0600004196167 + 163 + + + + + + + 40.72973599657416 + -3.854667032137513 + + 900.4000244140625 + 7106.4501953125 + + 130 + + 87 + + + 9.003999710083008 + 181 + + + + + + + 40.729683274403214 + -3.854743307456374 + + 900.4000244140625 + 7115.490234375 + + 131 + + 85 + + + 9.041000366210938 + 188 + + + + + + + 40.72962627746165 + -3.8548250310122967 + + 900.5999755859375 + 7124.56982421875 + + 131 + + 86 + + + 9.079000473022461 + 179 + + + + + + + 40.72957070544362 + -3.854906503111124 + + 900.7999877929688 + 7133.6298828125 + + 132 + + 86 + + + 9.0600004196167 + 185 + + + + + + + 40.72951848618686 + -3.854986298829317 + + 901.0 + 7142.7099609375 + + 132 + + 86 + + + 9.079000473022461 + 160 + + + + + + + 40.72946601547301 + -3.85506559163332 + + 901.0 + 7151.77001953125 + + 132 + + 87 + + + 9.0600004196167 + 173 + + + + + + + 40.72941035963595 + -3.8551510870456696 + + 900.7999877929688 + 7160.830078125 + + 133 + + 85 + + + 9.0600004196167 + 167 + + + + + + + 40.72936048731208 + -3.85523465462029 + + 900.7999877929688 + 7170.02978515625 + + 133 + + 87 + + + 9.199999809265137 + 185 + + + + + + + 40.72931061498821 + -3.8553250953555107 + + 900.7999877929688 + 7179.009765625 + + 134 + + 88 + + + 8.984999656677246 + 181 + + + + + + + 40.72926468215883 + -3.8554161228239536 + + 900.7999877929688 + 7188.02978515625 + + 134 + + 86 + + + 9.02299976348877 + 153 + + + + + + + 40.72922134771943 + -3.8555045519024134 + + 900.7999877929688 + 7197.02001953125 + + 134 + + 85 + + + 8.984999656677246 + 153 + + + + + + + 40.72917985729873 + -3.8555960822850466 + + 900.7999877929688 + 7206.0400390625 + + 134 + + 86 + + + 9.02299976348877 + 169 + + + + + + + 40.729140378534794 + -3.8556933123618364 + + 900.5999755859375 + 7214.8798828125 + + 135 + + 85 + + + 8.836000442504883 + 154 + + + + + + + 40.72910659946501 + -3.855786770582199 + + 900.5999755859375 + 7223.81005859375 + + 135 + + 85 + + + 8.928999900817871 + 167 + + + + + + + 40.72907282039523 + -3.8558868505060673 + + 900.4000244140625 + 7232.740234375 + + 135 + + 85 + + + 8.928999900817871 + 142 + + + + + + + 40.72904381901026 + -3.8559890259057283 + + 900.4000244140625 + 7241.68994140625 + + 135 + + 85 + + + 8.947999954223633 + 201 + + + + + + + 40.72901557199657 + -3.8560900278389454 + + 900.5999755859375 + 7250.669921875 + + 134 + + 86 + + + 8.984999656677246 + 223 + + + + + + + 40.72898732498288 + -3.8561906944960356 + + 900.4000244140625 + 7259.72998046875 + + 135 + + 83 + + + 9.0600004196167 + 200 + + + + + + + 40.728960586711764 + -3.8562993239611387 + + 900.2000122070312 + 7268.75 + + 135 + + 85 + + + 9.02299976348877 + 206 + + + + + + + 40.72893728502095 + -3.856401164084673 + + 900.4000244140625 + 7277.7001953125 + + 135 + + 86 + + + 8.947999954223633 + 201 + + + + + + + 40.728910714387894 + -3.85650803335011 + + 900.4000244140625 + 7286.72998046875 + + 135 + + 85 + + + 9.02299976348877 + 187 + + + + + + + 40.728884898126125 + -3.85661113075912 + + 900.4000244140625 + 7295.64013671875 + + 135 + + 85 + + + 8.91100025177002 + 164 + + + + + + + 40.72886201553047 + -3.856709785759449 + + 900.4000244140625 + 7304.4501953125 + + 134 + + 85 + + + 8.817999839782715 + 219 + + + + + + + 40.72884131222963 + -3.856810787692666 + + 900.4000244140625 + 7313.2900390625 + + 134 + + 85 + + + 8.836000442504883 + 265 + + + + + + + 40.72882018983364 + -3.8569157291203737 + + 900.5999755859375 + 7322.18017578125 + + 135 + + 85 + + + 8.892000198364258 + 236 + + + + + + + 40.728800827637315 + -3.8570155575871468 + + 900.5999755859375 + 7331.06005859375 + + 135 + + 84 + + + 8.873000144958496 + 227 + + + + + + + 40.728776436299086 + -3.8571202475577593 + + 900.5999755859375 + 7339.91015625 + + 135 + + 85 + + + 8.854999542236328 + 181 + + + + + + + 40.728752883151174 + -3.857224937528372 + + 900.5999755859375 + 7348.72998046875 + + 135 + + 85 + + + 8.817999839782715 + 231 + + + + + + + 40.72873016819358 + -3.8573255203664303 + + 900.7999877929688 + 7357.56005859375 + + 135 + + 84 + + + 8.836000442504883 + 193 + + + + + + + 40.72870678268373 + -3.857424259185791 + + 901.0 + 7366.3798828125 + + 135 + + 88 + + + 8.817999839782715 + 189 + + + + + + + 40.728685995563865 + -3.857529452070594 + + 901.2000122070312 + 7375.2001953125 + + 135 + + 84 + + + 8.817999839782715 + 189 + + + + + + + 40.72866713628173 + -3.857626849785447 + + 901.0 + 7384.0 + + 136 + + 84 + + + 8.798999786376953 + 213 + + + + + + + 40.7286477740854 + -3.85772961191833 + + 901.0 + 7392.72998046875 + + 136 + + 84 + + + 8.734000205993652 + 202 + + + + + + + 40.72862606495619 + -3.8578325416892767 + + 901.2000122070312 + 7401.41015625 + + 136 + + 84 + + + 8.678000450134277 + 190 + + + + + + + 40.72860695421696 + -3.857928765937686 + + 901.2000122070312 + 7410.06982421875 + + 137 + + 83 + + + 8.659000396728516 + 169 + + + + + + + 40.72858616709709 + -3.858027420938015 + + 901.4000244140625 + 7418.68994140625 + + 137 + + 91 + + + 8.621999740600586 + 185 + + + + + + + 40.728564374148846 + -3.858131105080247 + + 901.5999755859375 + 7427.31005859375 + + 137 + + 90 + + + 8.621999740600586 + 206 + + + + + + + 40.72854316793382 + -3.858224395662546 + + 901.7999877929688 + 7435.93017578125 + + 137 + + 80 + + + 8.621999740600586 + 203 + + + + + + + 40.72851919569075 + -3.858321374282241 + + 901.7999877929688 + 7444.41015625 + + 137 + + 83 + + + 8.482000350952148 + 197 + + + + + + + 40.72849404998124 + -3.858418855816126 + + 901.7999877929688 + 7452.8701171875 + + 137 + + 79 + + + 8.454000473022461 + 219 + + + + + + + 40.72846680879593 + -3.8585105538368225 + + 901.7999877929688 + 7461.1298828125 + + 137 + + 81 + + + 8.267000198364258 + 249 + + + + + + + 40.72843663394451 + -3.858601162210107 + + 901.7999877929688 + 7469.39013671875 + + 137 + + 79 + + + 8.258000373840332 + 175 + + + + + + + 40.728401178494096 + -3.8586928602308035 + + 902.0 + 7477.64990234375 + + 137 + + 84 + + + 8.258000373840332 + 228 + + + + + + + 40.72836563922465 + -3.8587741646915674 + + 902.2000122070312 + 7485.919921875 + + 137 + + 85 + + + 8.267000198364258 + 220 + + + + + + + 40.72832473553717 + -3.8588589057326317 + + 902.5999755859375 + 7494.169921875 + + 138 + + 84 + + + 8.258000373840332 + 180 + + + + + + + 40.72828165255487 + -3.8589384499937296 + + 903.0 + 7502.41015625 + + 138 + + 86 + + + 8.23900032043457 + 208 + + + + + + + 40.72824468836188 + -3.85901908390224 + + 903.0 + 7510.68017578125 + + 138 + + 85 + + + 8.267000198364258 + 206 + + + + + + + 40.72820210829377 + -3.8590940181165934 + + 902.7999877929688 + 7518.97998046875 + + 138 + + 85 + + + 8.303999900817871 + 218 + + + + + + + 40.728153828531504 + -3.859172472730279 + + 902.7999877929688 + 7527.35009765625 + + 138 + + 85 + + + 8.369999885559082 + 192 + + + + + + + 40.72810781188309 + -3.859246736392379 + + 903.0 + 7535.81005859375 + + 138 + + 86 + + + 8.454000473022461 + 199 + + + + + + + 40.72806271724403 + -3.859325861558318 + + 903.0 + 7544.259765625 + + 138 + + 87 + + + 8.454000473022461 + 144 + + + + + + + 40.72801527567208 + -3.8594049029052258 + + 903.0 + 7552.72021484375 + + 139 + + 91 + + + 8.454000473022461 + 190 + + + + + + + 40.727966241538525 + -3.8594805914908648 + + 902.7999877929688 + 7561.18994140625 + + 138 + + 88 + + + 8.472000122070312 + 176 + + + + + + + 40.72791469283402 + -3.8595522567629814 + + 903.0 + 7569.669921875 + + 138 + + 86 + + + 8.482000350952148 + 177 + + + + + + + 40.72786297649145 + -3.8596273586153984 + + 903.0 + 7578.14013671875 + + 139 + + 86 + + + 8.472000122070312 + 194 + + + + + + + 40.727812768891454 + -3.8596988562494516 + + 903.0 + 7586.56005859375 + + 138 + + 87 + + + 8.416000366210938 + 161 + + + + + + + 40.72776474058628 + -3.8597768917679787 + + 903.0 + 7595.009765625 + + 138 + + 85 + + + 8.454000473022461 + 176 + + + + + + + 40.727713694795966 + -3.85985073633492 + + 903.0 + 7603.31982421875 + + 138 + + 87 + + + 8.303999900817871 + 190 + + + + + + + 40.72766499593854 + -3.859921982511878 + + 903.2000122070312 + 7611.580078125 + + 138 + + 87 + + + 8.267000198364258 + 198 + + + + + + + 40.72761612944305 + -3.8599924743175507 + + 903.5999755859375 + 7619.85009765625 + + 138 + + 90 + + + 8.267000198364258 + 212 + + + + + + + 40.72756550274789 + -3.860064474865794 + + 903.7999877929688 + 7628.0 + + 139 + + 92 + + + 8.154999732971191 + 189 + + + + + + + 40.72751982137561 + -3.860133709385991 + + 904.0 + 7636.0400390625 + + 139 + + 83 + + + 8.034000396728516 + 170 + + + + + + + 40.727469865232706 + -3.8602042850106955 + + 904.0 + 7643.93994140625 + + 139 + + 85 + + + 7.9029998779296875 + 178 + + + + + + + 40.72742267511785 + -3.8602769561111927 + + 904.0 + 7651.75 + + 138 + + 83 + + + 7.809999942779541 + 293 + + + + + + + 40.7273733895272 + -3.860344849526882 + + 904.0 + 7659.580078125 + + 138 + + 79 + + + 7.828000068664551 + 235 + + + + + + + 40.72732544504106 + -3.860412994399667 + + 904.2000122070312 + 7667.330078125 + + 138 + + 79 + + + 7.754000186920166 + 241 + + + + + + + 40.72727356106043 + -3.860480971634388 + + 904.4000244140625 + 7675.080078125 + + 137 + + 80 + + + 7.74399995803833 + 212 + + + + + + + 40.72722117416561 + -3.8605424109846354 + + 904.4000244140625 + 7682.830078125 + + 137 + + 84 + + + 7.754000186920166 + 262 + + + + + + + 40.727166440337896 + -3.8606056105345488 + + 904.5999755859375 + 7690.580078125 + + 137 + + 85 + + + 7.74399995803833 + 243 + + + + + + + 40.727109694853425 + -3.86066478677094 + + 904.7999877929688 + 7698.419921875 + + 137 + + 86 + + + 7.8470001220703125 + 220 + + + + + + + 40.727050434798 + -3.8607143238186836 + + 905.0 + 7706.14013671875 + + 137 + + 86 + + + 7.716000080108643 + 187 + + + + + + + 40.726990001276135 + -3.860761011019349 + + 905.2000122070312 + 7713.8798828125 + + 138 + + 85 + + + 7.74399995803833 + 169 + + + + + + + 40.7269246224314 + -3.860806943848729 + + 905.2000122070312 + 7721.66015625 + + 138 + + 84 + + + 7.771999835968018 + 170 + + + + + + + 40.72686058469117 + -3.8608543016016483 + + 905.2000122070312 + 7729.6298828125 + + 138 + + 86 + + + 7.978000164031982 + 212 + + + + + + + 40.72679336182773 + -3.8609051797538996 + + 905.0 + 7737.83984375 + + 138 + + 83 + + + 8.20199966430664 + 210 + + + + + + + 40.72672647424042 + -3.860954800620675 + + 905.0 + 7745.97998046875 + + 138 + + 84 + + + 8.145999908447266 + 161 + + + + + + + 40.72665925137699 + -3.861000733450055 + + 905.0 + 7754.25 + + 139 + + 85 + + + 8.267000198364258 + 146 + + + + + + + 40.72659085504711 + -3.8610465824604034 + + 905.0 + 7762.64013671875 + + 139 + + 78 + + + 8.387999534606934 + 134 + + + + + + + 40.72651885449886 + -3.8610949460417032 + + 905.0 + 7771.240234375 + + 139 + + 80 + + + 8.602999687194824 + 138 + + + + + + + 40.7264497037977 + -3.8611425552517176 + + 904.7999877929688 + 7779.97998046875 + + 139 + + 85 + + + 8.743000030517578 + 134 + + + + + + + 40.72637745179236 + -3.861199803650379 + + 904.7999877929688 + 7788.89013671875 + + 139 + + 83 + + + 8.91100025177002 + 161 + + + + + + + 40.72630746290088 + -3.8612609077244997 + + 905.0 + 7797.97998046875 + + 140 + + 76 + + + 9.088000297546387 + 15 + + + + + + + 40.72624116204679 + -3.8613251969218254 + + 904.7999877929688 + 7807.02001953125 + + 140 + + 0 + + + 9.041000366210938 + 6 + + + + + + + 40.72617662139237 + -3.8613940123468637 + + 904.5999755859375 + 7816.18994140625 + + 139 + + 0 + + + 9.163000106811523 + 3 + + + + + + + 40.72611073963344 + -3.8614673539996147 + + 904.4000244140625 + 7825.43017578125 + + 139 + + 0 + + + 9.246999740600586 + 0 + + + + + + + 40.726048881188035 + -3.861539773643017 + + 904.2000122070312 + 7834.72998046875 + + 138 + + 0 + + + 9.303000450134277 + 0 + + + + + + + 40.725982496514916 + -3.861619234085083 + + 904.0 + 7844.0400390625 + + 138 + + 0 + + + 9.303000450134277 + 0 + + + + + + + 40.72592122480273 + -3.8617028016597033 + + 903.7999877929688 + 7853.64990234375 + + 137 + + 84 + + + 9.611000061035156 + 116 + + + + + + + 40.72586162947118 + -3.861790895462036 + + 903.4000244140625 + 7863.56005859375 + + 137 + + 95 + + + 9.909000396728516 + 101 + + + + + + + 40.72580480016768 + -3.8618800789117813 + + 903.2000122070312 + 7873.72998046875 + + 136 + + 88 + + + 10.170000076293945 + 97 + + + + + + + 40.72574805468321 + -3.8619810808449984 + + 903.0 + 7884.18017578125 + + 136 + + 96 + + + 10.449999809265137 + 85 + + + + + + + 40.72569181211293 + -3.8620832562446594 + + 902.5999755859375 + 7894.64990234375 + + 135 + + 103 + + + 10.468999862670898 + 78 + + + + + + + 40.72563431225717 + -3.86219029314816 + + 902.2000122070312 + 7905.35986328125 + + 135 + + 85 + + + 10.711999893188477 + 98 + + + + + + + 40.725578321143985 + -3.862301018089056 + + 901.5999755859375 + 7916.1298828125 + + 135 + + 129 + + + 10.767999649047852 + 103 + + + + + + + 40.72553004138172 + -3.8624112401157618 + + 901.4000244140625 + 7927.02001953125 + + 134 + + 134 + + + 10.89799976348877 + 141 + + + + + + + 40.72548100724816 + -3.8625238928943872 + + 901.2000122070312 + 7937.97998046875 + + 134 + + 98 + + + 10.954000473022461 + 116 + + + + + + + 40.72543817572296 + -3.8626445084810257 + + 901.0 + 7948.91015625 + + 134 + + 103 + + + 10.925999641418457 + 126 + + + + + + + 40.72540012188256 + -3.8627600111067295 + + 901.0 + 7959.75 + + 133 + + 90 + + + 10.842000007629395 + 136 + + + + + + + 40.72536022402346 + -3.8628840632736683 + + 900.7999877929688 + 7970.509765625 + + 134 + + 98 + + + 10.767999649047852 + 117 + + + + + + + 40.72532946243882 + -3.863003170117736 + + 901.0 + 7980.97021484375 + + 133 + + 93 + + + 10.449999809265137 + 153 + + + + + + + 40.725302221253514 + -3.8631201814860106 + + 901.0 + 7991.330078125 + + 133 + + 96 + + + 10.366000175476074 + 170 + + + + + + + 40.72527917101979 + -3.863235516473651 + + 901.0 + 8001.580078125 + + 134 + + 88 + + + 10.244999885559082 + 189 + + + + + + + 40.72525913827121 + -3.863356886431575 + + 901.0 + 8011.7001953125 + + 134 + + 93 + + + 10.12399959564209 + 187 + + + + + + + 40.72523985989392 + -3.8634703774005175 + + 901.0 + 8021.68017578125 + + 134 + + 92 + + + 9.984000205993652 + 177 + + + + + + + 40.725223096087575 + -3.863590406253934 + + 900.7999877929688 + 8031.669921875 + + 134 + + 92 + + + 9.984000205993652 + 223 + + + + + + + 40.72521454654634 + -3.8637086749076843 + + 900.5999755859375 + 8041.509765625 + + 134 + + 87 + + + 9.843999862670898 + 223 + + + + + + + 40.725207421928644 + -3.8638229202479124 + + 900.5999755859375 + 8051.259765625 + + 134 + + 87 + + + 9.75100040435791 + 240 + + + + + + + 40.725201051682234 + -3.8639359083026648 + + 900.5999755859375 + 8061.009765625 + + 134 + + 85 + + + 9.75100040435791 + 203 + + + + + + + 40.72519744746387 + -3.864054512232542 + + 900.5999755859375 + 8070.7001953125 + + 134 + + 87 + + + 9.6850004196167 + 165 + + + + + + + 40.72519610635936 + -3.8641662430018187 + + 900.7999877929688 + 8080.2998046875 + + 134 + + 91 + + + 9.60099983215332 + 161 + + + + + + + 40.72519468143582 + -3.864287445321679 + + 901.0 + 8089.77001953125 + + 135 + + 98 + + + 9.470999717712402 + 175 + + + + + + + 40.72519317269325 + -3.86440328322351 + + 901.0 + 8099.18994140625 + + 135 + + 90 + + + 9.423999786376953 + 209 + + + + + + + 40.72519292123616 + -3.864515097811818 + + 901.0 + 8108.580078125 + + 135 + + 90 + + + 9.38700008392334 + 211 + + + + + + + 40.725192753598094 + -3.8646254036575556 + + 901.0 + 8117.919921875 + + 135 + + 90 + + + 9.34000015258789 + 207 + + + + + + + 40.72519057430327 + -3.8647411577403545 + + 901.0 + 8127.259765625 + + 135 + + 91 + + + 9.34000015258789 + 210 + + + + + + + 40.72518998757005 + -3.8648503739386797 + + 901.0 + 8136.580078125 + + 135 + + 87 + + + 9.321000099182129 + 200 + + + + + + + 40.72519124485552 + -3.8649631943553686 + + 901.0 + 8145.85009765625 + + 135 + + 91 + + + 9.265000343322754 + 158 + + + + + + + 40.72518998757005 + -3.865075595676899 + + 901.0 + 8155.06982421875 + + 135 + + 88 + + + 9.218999862670898 + 188 + + + + + + + 40.72519049048424 + -3.865183386951685 + + 901.2000122070312 + 8164.2099609375 + + 135 + + 87 + + + 9.144000053405762 + 215 + + + + + + + 40.725187389180064 + -3.8652884121984243 + + 901.2000122070312 + 8173.31982421875 + + 135 + + 86 + + + 9.107000350952148 + 218 + + + + + + + 40.72518814355135 + -3.8654025737196207 + + 901.2000122070312 + 8182.35986328125 + + 135 + + 86 + + + 9.041000366210938 + 210 + + + + + + + 40.725186886265874 + -3.8655097782611847 + + 901.2000122070312 + 8191.31982421875 + + 135 + + 88 + + + 8.967000007629395 + 221 + + + + + + + 40.72518520988524 + -3.865619832649827 + + 901.4000244140625 + 8200.2900390625 + + 135 + + 88 + + + 8.967000007629395 + 242 + + + + + + + 40.72518479079008 + -3.8657294679433107 + + 901.5999755859375 + 8209.23046875 + + 135 + + 83 + + + 8.939000129699707 + 242 + + + + + + + 40.72518286295235 + -3.8658312242478132 + + 901.5999755859375 + 8218.0703125 + + 135 + + 86 + + + 8.836000442504883 + 187 + + + + + + + 40.72517976164818 + -3.8659312203526497 + + 901.4000244140625 + 8226.759765625 + + 135 + + 79 + + + 8.696000099182129 + 225 + + + + + + + 40.72517774999142 + -3.8660361617803574 + + 901.4000244140625 + 8235.259765625 + + 135 + + 88 + + + 8.5 + 209 + + + + + + + 40.72517976164818 + -3.8661362417042255 + + 901.5999755859375 + 8243.6796875 + + 135 + + 94 + + + 8.416000366210938 + 215 + + + + + + + 40.725180096924305 + -3.8662369083613157 + + 901.7999877929688 + 8252.099609375 + + 136 + + 94 + + + 8.416000366210938 + 212 + + + + + + + 40.725181102752686 + -3.866334306076169 + + 902.0 + 8260.3798828125 + + 136 + + 90 + + + 8.28600025177002 + 212 + + + + + + + 40.72518118657172 + -3.866426255553961 + + 902.0 + 8268.509765625 + + 136 + + 80 + + + 8.126999855041504 + 230 + + + + + + + 40.72518286295235 + -3.8665188755840063 + + 902.2000122070312 + 8276.6103515625 + + 136 + + 82 + + + 8.098999977111816 + 292 + + + + + + + 40.72518143802881 + -3.866614094004035 + + 902.2000122070312 + 8284.6396484375 + + 137 + + 88 + + + 8.034000396728516 + 213 + + + + + + + 40.72518068365753 + -3.866707468405366 + + 902.4000244140625 + 8292.599609375 + + 137 + + 88 + + + 7.959000110626221 + 244 + + + + + + + 40.725181102752686 + -3.866804949939251 + + 902.5999755859375 + 8300.4501953125 + + 137 + + 88 + + + 7.8470001220703125 + 224 + + + + + + + 40.72518143802881 + -3.8668967317789793 + + 902.7999877929688 + 8308.1103515625 + + 137 + + 86 + + + 7.659999847412109 + 217 + + + + + + + 40.725181605666876 + -3.8669850770384073 + + 903.0 + 8315.6796875 + + 138 + + 92 + + + 7.566999912261963 + 221 + + + + + + + 40.72518127039075 + -3.8670734222978354 + + 903.2000122070312 + 8323.2099609375 + + 138 + + 87 + + + 7.53000020980835 + 253 + + + + + + + 40.72517934255302 + -3.867162521928549 + + 903.4000244140625 + 8330.6201171875 + + 138 + + 87 + + + 7.418000221252441 + 190 + + + + + + + 40.7251787558198 + -3.8672468438744545 + + 903.4000244140625 + 8337.9404296875 + + 139 + + 88 + + + 7.315000057220459 + 264 + + + + + + + 40.72517774999142 + -3.867335021495819 + + 903.5999755859375 + 8345.2197265625 + + 139 + + 92 + + + 7.2779998779296875 + 238 + + + + + + + 40.72517883963883 + -3.8674226123839617 + + 904.0 + 8352.33984375 + + 139 + + 91 + + + 7.11899995803833 + 281 + + + + + + + 40.72517883963883 + -3.8675004802644253 + + 904.2000122070312 + 8359.259765625 + + 140 + + 88 + + + 6.922999858856201 + 302 + + + + + + + 40.72518093511462 + -3.8675766717642546 + + 904.4000244140625 + 8366.0 + + 140 + + 85 + + + 6.736999988555908 + 213 + + + + + + + 40.72518571279943 + -3.867654036730528 + + 904.5999755859375 + 8372.2998046875 + + 140 + + 90 + + + 6.308000087738037 + 270 + + + + + + + 40.72519359178841 + -3.8677239418029785 + + 905.0 + 8378.2802734375 + + 141 + + 85 + + + 5.9720001220703125 + 181 + + + + + + + 40.72520222514868 + -3.8677923381328583 + + 905.2000122070312 + 8384.0400390625 + + 141 + + 84 + + + 5.765999794006348 + 194 + + + + + + + 40.72521027177572 + -3.867855118587613 + + 905.5999755859375 + 8389.669921875 + + 141 + + 79 + + + 5.625999927520752 + 178 + + + + + + + 40.7252234313637 + -3.867906918749213 + + 905.5999755859375 + 8394.7197265625 + + 142 + + 78 + + + 5.047999858856201 + 3 + + + + + + + 40.725238686427474 + -3.8679456431418657 + + 905.7999877929688 + 8398.5302734375 + + 142 + + 0 + + + 3.815999984741211 + 0 + + + + + + + 40.72525159455836 + -3.8679691962897778 + + 906.0 + 8401.25 + + 143 + + 0 + + + 2.7149999141693115 + 0 + + + + + + + 40.725258719176054 + -3.8679810147732496 + + 906.2000122070312 + 8403.9599609375 + + 143 + + 0 + + + 2.7149999141693115 + 95 + + + + + + + 40.72526349686086 + -3.867988558486104 + + 906.4000244140625 + 8405.33984375 + + 143 + + 127 + + + 1.38100004196167 + 109 + + + + + + + 40.72526483796537 + -3.8679914083331823 + + 906.4000244140625 + 8406.7197265625 + + 144 + + 127 + + + 1.38100004196167 + 4 + + + + + + + 40.725265592336655 + -3.8679904025048018 + + 906.4000244140625 + 8408.1103515625 + + 144 + + 127 + + + 1.38100004196167 + 119 + + + + + + + 40.7253098487854 + -3.868429698050022 + + 907.7999877929688 + 8412.66015625 + + 138 + + 64 + + + 4.552999973297119 + + + + + + + 40.7252857927233 + -3.8684661593288183 + + 907.7999877929688 + 8416.7197265625 + + 138 + + 63 + + + 4.059000015258789 + 33 + + + + + + + 40.725262155756354 + -3.868495998904109 + + 907.7999877929688 + 8420.58984375 + + 138 + + 73 + + + 3.871999979019165 + 254 + + + + + + + 40.72523013688624 + -3.868522569537163 + + 907.7999877929688 + 8424.8798828125 + + 138 + + 65 + + + 4.291999816894531 + 293 + + + + + + + 40.725191831588745 + -3.868544362485409 + + 908.2000122070312 + 8429.599609375 + + 138 + + 60 + + + 4.7210001945495605 + 224 + + + + + + + 40.72514816187322 + -3.8685546722263098 + + 908.5999755859375 + 8434.6904296875 + + 138 + + 64 + + + 5.085000038146973 + 154 + + + + + + + 40.72509669698775 + -3.868552492931485 + + 908.5999755859375 + 8440.3095703125 + + 138 + + 67 + + + 5.617000102996826 + 57 + + + + + + + 40.72504699230194 + -3.8685299456119537 + + 908.5999755859375 + 8446.3701171875 + + 138 + + 85 + + + 6.065000057220459 + 11 + + + + + + + 40.72500281967223 + -3.8684898801147938 + + 908.2000122070312 + 8452.6298828125 + + 138 + + 0 + + + 6.261000156402588 + 12 + + + + + + + 40.724960239604115 + -3.8684360682964325 + + 907.5999755859375 + 8459.330078125 + + 138 + + 74 + + + 6.698999881744385 + 0 + + + + + + + 40.72492738254368 + -3.868362894281745 + + 907.2000122070312 + 8466.4501953125 + + 138 + + 0 + + + 7.11899995803833 + 0 + + + + + + + 40.72490869089961 + -3.8682816736400127 + + 907.0 + 8473.5703125 + + 137 + + 0 + + + 7.11899995803833 + 0 + + + + + + + 40.72491514496505 + -3.868184108287096 + + 906.5999755859375 + 8481.0498046875 + + 136 + + 0 + + + 7.482999801635742 + 0 + + + + + + + 40.72493886575103 + -3.8680897280573845 + + 906.5999755859375 + 8488.849609375 + + 135 + + 0 + + + 7.800000190734863 + 53 + + + + + + + 40.72497809305787 + -3.86800448410213 + + 906.4000244140625 + 8497.0703125 + + 134 + + 88 + + + 8.220000267028809 + 47 + + + + + + + 40.72501572780311 + -3.867917815223336 + + 906.2000122070312 + 8505.4404296875 + + 133 + + 125 + + + 8.369999885559082 + 0 + + + + + + + 40.72504506446421 + -3.8678231835365295 + + 905.7999877929688 + 8513.830078125 + + 132 + + 0 + + + 8.387999534606934 + 0 + + + + + + + 40.725069623440504 + -3.867727043107152 + + 905.5999755859375 + 8522.330078125 + + 131 + + 0 + + + 8.5 + 0 + + + + + + + 40.72508303448558 + -3.867619000375271 + + 905.5999755859375 + 8531.009765625 + + 130 + + 0 + + + 8.678000450134277 + 0 + + + + + + + 40.72508789598942 + -3.867509365081787 + + 905.4000244140625 + 8540.0498046875 + + 129 + + 0 + + + 9.041000366210938 + 144 + + + + + + + 40.725091667845845 + -3.86739713139832 + + 905.2000122070312 + 8549.23046875 + + 128 + + 80 + + + 9.180999755859375 + 121 + + + + + + + 40.7250941824168 + -3.867278443649411 + + 905.0 + 8558.8896484375 + + 128 + + 86 + + + 9.656999588012695 + 115 + + + + + + + 40.72509543970227 + -3.867148021236062 + + 904.5999755859375 + 8568.98046875 + + 127 + + 84 + + + 10.086000442504883 + 109 + + + + + + + 40.725098457187414 + -3.867024052888155 + + 904.2000122070312 + 8579.41015625 + + 127 + + 92 + + + 10.432000160217285 + 113 + + + + + + + 40.725100468844175 + -3.866889188066125 + + 904.0 + 8590.16015625 + + 127 + + 94 + + + 10.74899959564209 + 124 + + + + + + + 40.72510113939643 + -3.866754323244095 + + 903.5999755859375 + 8600.849609375 + + 127 + + 96 + + + 10.692999839782715 + 105 + + + + + + + 40.725102648139 + -3.8666243199259043 + + 903.5999755859375 + 8611.76953125 + + 127 + + 107 + + + 10.916999816894531 + 85 + + + + + + + 40.725103402510285 + -3.866491634398699 + + 903.4000244140625 + 8622.7998046875 + + 126 + + 129 + + + 11.029000282287598 + 82 + + + + + + + 40.725104911252856 + -3.8663538359105587 + + 903.0 + 8633.9404296875 + + 126 + + 112 + + + 11.140999794006348 + 98 + + + + + + + 40.7251042407006 + -3.8662224914878607 + + 902.5999755859375 + 8645.2001953125 + + 125 + + 99 + + + 11.26200008392334 + 115 + + + + + + + 40.7251044921577 + -3.8660791609436274 + + 902.5999755859375 + 8656.580078125 + + 124 + + 100 + + + 11.383000373840332 + 127 + + + + + + + 40.72510549798608 + -3.865938847884536 + + 902.4000244140625 + 8668.0302734375 + + 123 + + 93 + + + 11.449000358581543 + 100 + + + + + + + 40.725106336176395 + -3.865805910900235 + + 902.4000244140625 + 8679.509765625 + + 123 + + 110 + + + 11.47700023651123 + 89 + + + + + + + 40.72510843165219 + -3.865668196231127 + + 902.2000122070312 + 8691.009765625 + + 123 + + 115 + + + 11.505000114440918 + 93 + + + + + + + 40.72510910220444 + -3.8655236084014177 + + 902.0 + 8702.5400390625 + + 123 + + 134 + + + 11.532999992370605 + 101 + + + + + + + 40.72510943748057 + -3.865389581769705 + + 902.0 + 8714.1103515625 + + 123 + + 136 + + + 11.569999694824219 + 74 + + + + + + + 40.72510885074735 + -3.865247843787074 + + 901.7999877929688 + 8725.6201171875 + + 122 + + 103 + + + 11.505000114440918 + 101 + + + + + + + 40.72511396370828 + -3.865108033642173 + + 901.5999755859375 + 8737.099609375 + + 122 + + 134 + + + 11.47700023651123 + 105 + + + + + + + 40.72511488571763 + -3.86497450992465 + + 901.4000244140625 + 8748.5703125 + + 122 + + 98 + + + 11.47700023651123 + 97 + + + + + + + 40.725115053355694 + -3.8648441713303328 + + 901.4000244140625 + 8760.01953125 + + 122 + + 139 + + + 11.449000358581543 + 92 + + + + + + + 40.72511597536504 + -3.8647064566612244 + + 901.4000244140625 + 8771.4296875 + + 122 + + 136 + + + 11.41100025177002 + 116 + + + + + + + 40.72511044330895 + -3.864573687314987 + + 901.4000244140625 + 8782.83984375 + + 122 + + 107 + + + 11.41100025177002 + 100 + + + + + + + 40.72511237114668 + -3.8644380681216717 + + 901.4000244140625 + 8793.98046875 + + 121 + + 119 + + + 11.140999794006348 + 87 + + + + + + + 40.72511530481279 + -3.8643022812902927 + + 901.4000244140625 + 8805.150390625 + + 121 + + 131 + + + 11.168999671936035 + 94 + + + + + + + 40.72511815465987 + -3.8641719426959753 + + 901.2000122070312 + 8816.26953125 + + 122 + + 93 + + + 11.11299991607666 + 101 + + + + + + + 40.725117567926645 + -3.8640437833964825 + + 901.2000122070312 + 8827.3798828125 + + 121 + + 107 + + + 11.11299991607666 + 109 + + + + + + + 40.725119076669216 + -3.8639100920408964 + + 901.2000122070312 + 8838.4697265625 + + 121 + + 100 + + + 11.085000038146973 + 117 + + + + + + + 40.72512360289693 + -3.8637819327414036 + + 901.2000122070312 + 8849.5498046875 + + 121 + + 96 + + + 11.085000038146973 + 120 + + + + + + + 40.725136091932654 + -3.8636484928429127 + + 901.2000122070312 + 8860.580078125 + + 121 + + 98 + + + 11.029000282287598 + 123 + + + + + + + 40.72515201754868 + -3.8635174836963415 + + 901.4000244140625 + 8871.51953125 + + 122 + + 109 + + + 10.944999694824219 + 137 + + + + + + + 40.725169368088245 + -3.8633909169584513 + + 901.4000244140625 + 8882.4404296875 + + 122 + + 96 + + + 10.916999816894531 + 125 + + + + + + + 40.7251890655607 + -3.8632660266011953 + + 901.4000244140625 + 8893.330078125 + + 122 + + 95 + + + 10.888999938964844 + 133 + + + + + + + 40.72521253488958 + -3.8631393760442734 + + 901.2000122070312 + 8904.2197265625 + + 122 + + 131 + + + 10.888999938964844 + 106 + + + + + + + 40.725241200998425 + -3.8630185928195715 + + 901.2000122070312 + 8915.1103515625 + + 122 + + 119 + + + 10.888999938964844 + 118 + + + + + + + 40.72527514770627 + -3.8628926128149033 + + 901.2000122070312 + 8925.9404296875 + + 122 + + 106 + + + 10.833000183105469 + 121 + + + + + + + 40.72530741803348 + -3.862766968086362 + + 901.0 + 8936.76953125 + + 122 + + 96 + + + 10.833000183105469 + 158 + + + + + + + 40.72534337639809 + -3.8626477774232626 + + 901.0 + 8947.6904296875 + + 122 + + 93 + + + 10.916999816894531 + 173 + + + + + + + 40.72538310661912 + -3.8625362142920494 + + 901.0 + 8958.3798828125 + + 122 + + 96 + + + 10.692999839782715 + 152 + + + + + + + 40.72542937472463 + -3.8624184485524893 + + 901.0 + 8969.099609375 + + 122 + + 98 + + + 10.720999717712402 + 178 + + + + + + + 40.725474301725626 + -3.862311914563179 + + 901.2000122070312 + 8979.7001953125 + + 123 + + 96 + + + 10.59000015258789 + 168 + + + + + + + 40.7255241740495 + -3.8622018601745367 + + 901.2000122070312 + 8990.1796875 + + 123 + + 94 + + + 10.48799991607666 + 188 + + + + + + + 40.72557647712529 + -3.862099517136812 + + 901.4000244140625 + 9000.509765625 + + 124 + + 93 + + + 10.329000473022461 + 220 + + + + + + + 40.72562836110592 + -3.8620022032409906 + + 901.5999755859375 + 9010.7900390625 + + 124 + + 94 + + + 10.281999588012695 + 275 + + + + + + + 40.725681418552995 + -3.86190933175385 + + 901.7999877929688 + 9020.830078125 + + 124 + + 88 + + + 10.039999961853027 + 204 + + + + + + + 40.72573883458972 + -3.861813275143504 + + 902.0 + 9030.7197265625 + + 125 + + 99 + + + 9.880999565124512 + 302 + + + + + + + 40.72579390369356 + -3.861725265160203 + + 902.4000244140625 + 9040.4404296875 + + 125 + + 100 + + + 9.722999572753906 + 334 + + + + + + + 40.7258537504822 + -3.861638093367219 + + 902.5999755859375 + 9050.1103515625 + + 126 + + 98 + + + 9.675999641418457 + 210 + + + + + + + 40.72590999305248 + -3.8615525141358376 + + 902.7999877929688 + 9059.3701171875 + + 126 + + 96 + + + 9.255999565124512 + 176 + + + + + + + 40.725966738536954 + -3.8614764902740717 + + 903.2000122070312 + 9068.4501953125 + + 127 + + 95 + + + 9.079000473022461 + 203 + + + + + + + 40.72602356784046 + -3.861407255753875 + + 903.4000244140625 + 9077.33984375 + + 128 + + 91 + + + 8.892000198364258 + 208 + + + + + + + 40.726079223677516 + -3.861332405358553 + + 903.7999877929688 + 9086.1396484375 + + 129 + + 91 + + + 8.798999786376953 + 221 + + + + + + + 40.72613756172359 + -3.861270295456052 + + 904.0 + 9094.83984375 + + 130 + + 90 + + + 8.696000099182129 + 236 + + + + + + + 40.72620352730155 + -3.861207766458392 + + 904.0 + 9103.4296875 + + 130 + + 87 + + + 8.593999862670898 + 210 + + + + + + + 40.72626764886081 + -3.8611469138413668 + + 904.0 + 9111.919921875 + + 131 + + 87 + + + 8.491000175476074 + 216 + + + + + + + 40.726328417658806 + -3.8610919285565615 + + 904.4000244140625 + 9120.3701171875 + + 131 + + 88 + + + 8.454000473022461 + 223 + + + + + + + 40.72639178484678 + -3.8610377814620733 + + 904.4000244140625 + 9128.8701171875 + + 131 + + 85 + + + 8.491000175476074 + 202 + + + + + + + 40.72645850479603 + -3.8609847240149975 + + 904.5999755859375 + 9137.3701171875 + + 131 + + 88 + + + 8.5 + 193 + + + + + + + 40.72652463801205 + -3.8609387073665857 + + 904.7999877929688 + 9145.8798828125 + + 132 + + 86 + + + 8.519000053405762 + 187 + + + + + + + 40.726594710722566 + -3.8608887512236834 + + 905.0 + 9154.4599609375 + + 133 + + 86 + + + 8.574999809265137 + 192 + + + + + + + 40.726667214185 + -3.860837621614337 + + 905.2000122070312 + 9163.080078125 + + 133 + + 87 + + + 8.621999740600586 + 182 + + + + + + + 40.72673703543842 + -3.860786324366927 + + 905.4000244140625 + 9171.759765625 + + 134 + + 88 + + + 8.678000450134277 + 183 + + + + + + + 40.726804761216044 + -3.860732512548566 + + 905.4000244140625 + 9180.4501953125 + + 134 + + 87 + + + 8.696000099182129 + 130 + + + + + + + 40.72687449865043 + -3.860676772892475 + + 905.4000244140625 + 9189.2099609375 + + 135 + + 86 + + + 8.751999855041504 + 157 + + + + + + + 40.72693979367614 + -3.8606238830834627 + + 905.0 + 9197.98046875 + + 135 + + 78 + + + 8.770999908447266 + 113 + + + + + + + 40.72701062075794 + -3.8605629466474056 + + 905.0 + 9206.8095703125 + + 135 + + 76 + + + 8.836000442504883 + 120 + + + + + + + 40.727077508345246 + -3.8604994118213654 + + 905.2000122070312 + 9215.759765625 + + 136 + + 83 + + + 8.947999954223633 + 70 + + + + + + + 40.72714020498097 + -3.8604357093572617 + + 905.2000122070312 + 9224.580078125 + + 136 + + 93 + + + 8.817999839782715 + 32 + + + + + + + 40.727203572168946 + -3.8603682350367308 + + 905.2000122070312 + 9233.5498046875 + + 136 + + 114 + + + 8.967000007629395 + 155 + + + + + + + 40.72726869955659 + -3.8602905347943306 + + 905.0 + 9242.8203125 + + 136 + + 85 + + + 9.274999618530273 + 139 + + + + + + + 40.72732837870717 + -3.860213588923216 + + 904.7999877929688 + 9252.2001953125 + + 136 + + 87 + + + 9.376999855041504 + 133 + + + + + + + 40.7273924164474 + -3.860127255320549 + + 904.5999755859375 + 9261.849609375 + + 136 + + 91 + + + 9.656999588012695 + 127 + + + + + + + 40.72745360434055 + -3.8600407540798187 + + 904.4000244140625 + 9271.6904296875 + + 135 + + 92 + + + 9.835000038146973 + 116 + + + + + + + 40.72751437313855 + -3.8599529955536127 + + 904.4000244140625 + 9281.7099609375 + + 135 + + 94 + + + 10.020999908447266 + 105 + + + + + + + 40.727576315402985 + -3.8598635606467724 + + 904.2000122070312 + 9291.83984375 + + 135 + + 131 + + + 10.133000373840332 + 92 + + + + + + + 40.72763959877193 + -3.8597718626260757 + + 904.0 + 9302.0302734375 + + 134 + + 115 + + + 10.189000129699707 + 93 + + + + + + + 40.727697517722845 + -3.8596851099282503 + + 904.0 + 9312.169921875 + + 134 + + 100 + + + 10.133000373840332 + 25 + + + + + + + 40.727759124711156 + -3.859591903164983 + + 903.5999755859375 + 9322.2998046875 + + 134 + + 0 + + + 10.133000373840332 + 25 + + + + + + + 40.72781947441399 + -3.8595022168010473 + + 903.4000244140625 + 9332.2001953125 + + 134 + + 0 + + + 9.899999618530273 + 27 + + + + + + + 40.7278778962791 + -3.859413033351302 + + 903.2000122070312 + 9342.1396484375 + + 135 + + 93 + + + 9.946999549865723 + 131 + + + + + + + 40.72793338447809 + -3.8593225087970495 + + 903.2000122070312 + 9352.08984375 + + 134 + + 95 + + + 9.946999549865723 + 128 + + + + + + + 40.72799096815288 + -3.8592292182147503 + + 903.2000122070312 + 9362.01953125 + + 134 + + 95 + + + 9.928000450134277 + 111 + + + + + + + 40.72804821655154 + -3.859143555164337 + + 903.0 + 9371.8701171875 + + 134 + + 95 + + + 9.852999687194824 + 94 + + + + + + + 40.72810906916857 + -3.859050180763006 + + 903.0 + 9381.7197265625 + + 133 + + 92 + + + 9.852999687194824 + 113 + + + + + + + 40.728165647014976 + -3.858955381438136 + + 902.7999877929688 + 9391.580078125 + + 132 + + 95 + + + 9.852999687194824 + 104 + + + + + + + 40.72822071611881 + -3.858862007036805 + + 902.5999755859375 + 9401.4599609375 + + 132 + + 104 + + + 9.880999565124512 + 97 + + + + + + + 40.72827184572816 + -3.8587685488164425 + + 902.7999877929688 + 9411.4296875 + + 131 + + 94 + + + 9.975000381469727 + 105 + + + + + + + 40.7283181976527 + -3.858668552711606 + + 902.7999877929688 + 9421.2197265625 + + 131 + + 93 + + + 9.788000106811523 + 110 + + + + + + + 40.72835407219827 + -3.858571909368038 + + 902.7999877929688 + 9431.1201171875 + + 130 + + 94 + + + 9.899999618530273 + 107 + + + + + + + 40.72838768362999 + -3.858460681512952 + + 902.7999877929688 + 9441.01953125 + + 130 + + 93 + + + 9.899999618530273 + 97 + + + + + + + 40.72841618210077 + -3.858345514163375 + + 902.7999877929688 + 9451.009765625 + + 130 + + 94 + + + 9.993000030517578 + 98 + + + + + + + 40.728441663086414 + -3.8582355435937643 + + 902.7999877929688 + 9460.849609375 + + 131 + + 94 + + + 9.835000038146973 + 110 + + + + + + + 40.728466641157866 + -3.8581248186528683 + + 902.5999755859375 + 9470.7802734375 + + 130 + + 94 + + + 9.928000450134277 + 104 + + + + + + + 40.72849463671446 + -3.8580104056745768 + + 902.4000244140625 + 9480.6796875 + + 130 + + 96 + + + 9.899999618530273 + 114 + + + + + + + 40.72851877659559 + -3.857902279123664 + + 902.2000122070312 + 9490.5302734375 + + 130 + + 95 + + + 9.852999687194824 + 90 + + + + + + + 40.7285460177809 + -3.8577840104699135 + + 902.0 + 9500.3603515625 + + 129 + + 94 + + + 9.835000038146973 + 123 + + + + + + + 40.72857040911913 + -3.8576670829206705 + + 902.0 + 9510.2001953125 + + 128 + + 93 + + + 9.835000038146973 + 137 + + + + + + + 40.728596057742834 + -3.8575587049126625 + + 901.7999877929688 + 9520.080078125 + + 128 + + 95 + + + 9.880999565124512 + 148 + + + + + + + 40.72862086817622 + -3.8574443757534027 + + 901.7999877929688 + 9529.9599609375 + + 127 + + 94 + + + 9.880999565124512 + 148 + + + + + + + 40.728645008057356 + -3.8573278672993183 + + 901.5999755859375 + 9539.8896484375 + + 127 + + 92 + + + 9.928000450134277 + 131 + + + + + + + 40.728667974472046 + -3.8572165556252003 + + 901.5999755859375 + 9549.83984375 + + 128 + + 103 + + + 9.946999549865723 + 145 + + + + + + + 40.72869370691478 + -3.857102058827877 + + 901.4000244140625 + 9559.830078125 + + 128 + + 104 + + + 9.993000030517578 + 163 + + + + + + + 40.7287204451859 + -3.856984879821539 + + 901.4000244140625 + 9569.8701171875 + + 128 + + 87 + + + 10.039999961853027 + 170 + + + + + + + 40.728745590895414 + -3.856872646138072 + + 901.4000244140625 + 9579.9599609375 + + 128 + + 90 + + + 10.086000442504883 + 171 + + + + + + + 40.728770066052675 + -3.8567594066262245 + + 901.4000244140625 + 9590.0595703125 + + 128 + + 87 + + + 10.104999542236328 + 161 + + + + + + + 40.728794457390904 + -3.8566408026963472 + + 901.2000122070312 + 9600.3203125 + + 128 + + 90 + + + 10.253999710083008 + 184 + + + + + + + 40.728819351643324 + -3.856527144089341 + + 901.2000122070312 + 9610.5703125 + + 128 + + 92 + + + 10.253999710083008 + 208 + + + + + + + 40.7288465090096 + -3.856405019760132 + + 901.2000122070312 + 9620.9697265625 + + 129 + + 91 + + + 10.404000282287598 + 187 + + + + + + + 40.72887567803264 + -3.856285745278001 + + 901.4000244140625 + 9631.41015625 + + 129 + + 90 + + + 10.432000160217285 + 148 + + + + + + + 40.728904008865356 + -3.8561726734042168 + + 901.5999755859375 + 9641.759765625 + + 129 + + 91 + + + 10.357000350952148 + 147 + + + + + + + 40.728931836783886 + -3.8560585118830204 + + 901.4000244140625 + 9652.0595703125 + + 129 + + 90 + + + 10.300999641418457 + 189 + + + + + + + 40.728962514549494 + -3.8559415005147457 + + 901.4000244140625 + 9662.3203125 + + 129 + + 93 + + + 10.253999710083008 + 167 + + + + + + + 40.72899470105767 + -3.855832116678357 + + 901.4000244140625 + 9672.5703125 + + 130 + + 92 + + + 10.253999710083008 + 184 + + + + + + + 40.72903107851744 + -3.855717871338129 + + 901.4000244140625 + 9682.75 + + 130 + + 91 + + + 10.180000305175781 + 166 + + + + + + + 40.72906871326268 + -3.855608319863677 + + 901.2000122070312 + 9692.8896484375 + + 129 + + 88 + + + 10.133000373840332 + 182 + + + + + + + 40.72911087423563 + -3.855504132807255 + + 901.0 + 9702.9697265625 + + 129 + + 88 + + + 10.086000442504883 + 171 + + + + + + + 40.729155549779534 + -3.8554041367024183 + + 901.0 + 9713.0302734375 + + 130 + + 87 + + + 10.057999610900879 + 181 + + + + + + + 40.72920357808471 + -3.855302296578884 + + 901.0 + 9723.0 + + 130 + + 87 + + + 9.96500015258789 + 166 + + + + + + + 40.72925009764731 + -3.855205737054348 + + 900.7999877929688 + 9732.919921875 + + 130 + + 88 + + + 9.918999671936035 + 185 + + + + + + + 40.72930307127535 + -3.8551069982349873 + + 900.7999877929688 + 9742.8095703125 + + 130 + + 87 + + + 9.899999618530273 + 174 + + + + + + + 40.729358308017254 + -3.855010438710451 + + 901.0 + 9752.759765625 + + 131 + + 87 + + + 9.946999549865723 + 175 + + + + + + + 40.729415975511074 + -3.854923015460372 + + 901.2000122070312 + 9762.5498046875 + + 131 + + 86 + + + 9.788000106811523 + 166 + + + + + + + 40.729476073756814 + -3.8548345025628805 + + 901.0 + 9772.4697265625 + + 131 + + 86 + + + 9.918999671936035 + 178 + + + + + + + 40.72953751310706 + -3.8547434750944376 + + 901.0 + 9782.41015625 + + 131 + + 88 + + + 9.946999549865723 + 138 + + + + + + + 40.72959643788636 + -3.8546566385775805 + + 900.7999877929688 + 9792.4296875 + + 131 + + 87 + + + 10.01200008392334 + 139 + + + + + + + 40.72965955361724 + -3.8545652758330107 + + 900.7999877929688 + 9802.3701171875 + + 130 + + 86 + + + 9.946999549865723 + 135 + + + + + + + 40.72972225025296 + -3.85447827167809 + + 901.0 + 9812.3203125 + + 130 + + 98 + + + 9.946999549865723 + 158 + + + + + + + 40.72978427633643 + -3.85439470410347 + + 901.0 + 9822.259765625 + + 130 + + 86 + + + 9.946999549865723 + 145 + + + + + + + 40.72984730824828 + -3.8543120585381985 + + 901.0 + 9832.1796875 + + 131 + + 88 + + + 9.918999671936035 + 161 + + + + + + + 40.72991084307432 + -3.854224719107151 + + 901.0 + 9842.080078125 + + 130 + + 87 + + + 9.899999618530273 + 168 + + + + + + + 40.72997186332941 + -3.854143163189292 + + 901.0 + 9851.9404296875 + + 131 + + 86 + + + 9.852999687194824 + 191 + + + + + + + 40.730037577450275 + -3.854056913405657 + + 901.0 + 9861.76953125 + + 131 + + 87 + + + 9.835000038146973 + 200 + + + + + + + 40.73010019026697 + -3.853974100202322 + + 901.0 + 9871.5595703125 + + 131 + + 85 + + + 9.788000106811523 + 169 + + + + + + + 40.73016146197915 + -3.853893047198653 + + 901.2000122070312 + 9881.3203125 + + 131 + + 88 + + + 9.760000228881836 + 179 + + + + + + + 40.73022047057748 + -3.8538110721856356 + + 901.0 + 9891.0400390625 + + 131 + + 85 + + + 9.722999572753906 + 188 + + + + + + + 40.73028216138482 + -3.8537244871258736 + + 901.0 + 9900.7802734375 + + 131 + + 85 + + + 9.741000175476074 + 152 + + + + + + + 40.73034167289734 + -3.853643098846078 + + 900.7999877929688 + 9910.48046875 + + 131 + + 87 + + + 9.694999694824219 + 158 + + + + + + + 40.730406045913696 + -3.853559195995331 + + 900.7999877929688 + 9920.2197265625 + + 132 + + 90 + + + 9.741000175476074 + 165 + + + + + + + 40.73046698234975 + -3.8534717727452517 + + 901.0 + 9929.91015625 + + 132 + + 86 + + + 9.694999694824219 + 158 + + + + + + + 40.730526661500335 + -3.8533903006464243 + + 901.0 + 9939.6103515625 + + 132 + + 81 + + + 9.694999694824219 + 174 + + + + + + + 40.73058617301285 + -3.853308744728565 + + 901.0 + 9949.259765625 + + 132 + + 85 + + + 9.64799976348877 + 190 + + + + + + + 40.730649875476956 + -3.8532241713255644 + + 901.2000122070312 + 9958.900390625 + + 132 + + 85 + + + 9.64799976348877 + 173 + + + + + + + 40.73070963844657 + -3.8531437050551176 + + 901.0 + 9968.5498046875 + + 132 + + 85 + + + 9.64799976348877 + 210 + + + + + + + 40.73077267035842 + -3.8530591316521168 + + 901.0 + 9978.240234375 + + 133 + + 85 + + + 9.694999694824219 + 188 + + + + + + + 40.730835031718016 + -3.852974809706211 + + 900.7999877929688 + 9987.990234375 + + 133 + + 85 + + + 9.741000175476074 + 171 + + + + + + + 40.730892615392804 + -3.8528957683593035 + + 900.5999755859375 + 9997.7099609375 + + 133 + + 84 + + + 9.722999572753906 + 109 + + + + + + + 40.73095162399113 + -3.852813793346286 + + 900.4000244140625 + 10007.3701171875 + + 134 + + 85 + + + 9.656999588012695 + 84 + + + + + + + 40.73101297952235 + -3.8527282141149044 + + 900.4000244140625 + 10016.98046875 + + 134 + + 88 + + + 9.611000061035156 + 117 + + + + + + + 40.73107022792101 + -3.852647077292204 + + 900.4000244140625 + 10026.6298828125 + + 134 + + 88 + + + 9.656999588012695 + 131 + + + + + + + 40.73113040998578 + -3.852564264088869 + + 900.5999755859375 + 10036.1396484375 + + 134 + + 81 + + + 9.508000373840332 + 129 + + + + + + + 40.731194196268916 + -3.8524807803332806 + + 900.5999755859375 + 10045.7099609375 + + 134 + + 84 + + + 9.572999954223633 + 143 + + + + + + + 40.73125412687659 + -3.852399978786707 + + 900.5999755859375 + 10055.2900390625 + + 133 + + 83 + + + 9.572999954223633 + 143 + + + + + + + 40.73131355457008 + -3.852321021258831 + + 900.5999755859375 + 10064.8095703125 + + 134 + + 85 + + + 9.527000427246094 + 151 + + + + + + + 40.73137373663485 + -3.85223644785583 + + 900.5999755859375 + 10074.2998046875 + + 133 + + 84 + + + 9.48900032043457 + 138 + + + + + + + 40.73143006302416 + -3.852156652137637 + + 900.5999755859375 + 10083.7900390625 + + 133 + + 84 + + + 9.48900032043457 + 148 + + + + + + + 40.73148990981281 + -3.8520722463726997 + + 900.5999755859375 + 10093.25 + + 134 + + 81 + + + 9.461000442504883 + 138 + + + + + + + 40.73154866695404 + -3.8519886787980795 + + 900.4000244140625 + 10102.759765625 + + 134 + + 85 + + + 9.508000373840332 + 187 + + + + + + + 40.7316061668098 + -3.8519086316227913 + + 900.4000244140625 + 10112.26953125 + + 133 + + 81 + + + 9.508000373840332 + 158 + + + + + + + 40.731663666665554 + -3.8518281653523445 + + 900.5999755859375 + 10121.83984375 + + 133 + + 85 + + + 9.572999954223633 + 143 + + + + + + + 40.73172569274902 + -3.851746106520295 + + 900.4000244140625 + 10131.419921875 + + 133 + + 83 + + + 9.572999954223633 + 184 + + + + + + + 40.731782019138336 + -3.85166572406888 + + 900.2000122070312 + 10140.9697265625 + + 132 + + 83 + + + 9.555000305175781 + 158 + + + + + + + 40.731846978887916 + -3.8515834137797356 + + 900.0 + 10150.6103515625 + + 132 + + 83 + + + 9.638999938964844 + 136 + + + + + + + 40.73191151954234 + -3.8515012711286545 + + 900.2000122070312 + 10160.26953125 + + 132 + + 85 + + + 9.656999588012695 + 153 + + + + + + + 40.731973545625806 + -3.851421559229493 + + 900.2000122070312 + 10169.900390625 + + 132 + + 85 + + + 9.638999938964844 + 166 + + + + + + + 40.73203515261412 + -3.851340590044856 + + 900.4000244140625 + 10179.58984375 + + 132 + + 85 + + + 9.6850004196167 + 199 + + + + + + + 40.73209650814533 + -3.851257022470236 + + 900.5999755859375 + 10189.2900390625 + + 132 + + 85 + + + 9.704000473022461 + 137 + + + + + + + 40.73215275071561 + -3.851176556199789 + + 900.5999755859375 + 10199.01953125 + + 133 + + 85 + + + 9.722999572753906 + 131 + + + + + + + 40.73221368715167 + -3.851089049130678 + + 900.5999755859375 + 10208.740234375 + + 133 + + 85 + + + 9.722999572753906 + 125 + + + + + + + 40.73227562941611 + -3.8510044757276773 + + 900.5999755859375 + 10218.4404296875 + + 133 + + 86 + + + 9.704000473022461 + 124 + + + + + + + 40.73233388364315 + -3.8509240932762623 + + 900.5999755859375 + 10228.1904296875 + + 133 + + 86 + + + 9.75100040435791 + 138 + + + + + + + 40.73239389806986 + -3.850843207910657 + + 900.4000244140625 + 10237.73046875 + + 133 + + 85 + + + 9.53600025177002 + 128 + + + + + + + 40.73245391249657 + -3.8507598079741 + + 900.4000244140625 + 10247.2998046875 + + 132 + + 83 + + + 9.572999954223633 + 155 + + + + + + + 40.732512418180704 + -3.8506799284368753 + + 900.4000244140625 + 10256.8701171875 + + 132 + + 84 + + + 9.564000129699707 + 139 + + + + + + + 40.73257385753095 + -3.8505971990525723 + + 900.5999755859375 + 10266.4296875 + + 132 + + 84 + + + 9.564000129699707 + 116 + + + + + + + 40.732633201405406 + -3.850514804944396 + + 900.5999755859375 + 10276.009765625 + + 133 + + 84 + + + 9.583000183105469 + 162 + + + + + + + 40.73269497603178 + -3.8504356797784567 + + 900.5999755859375 + 10285.6298828125 + + 132 + + 85 + + + 9.619999885559082 + 182 + + + + + + + 40.73275348171592 + -3.85035814717412 + + 900.4000244140625 + 10295.2001953125 + + 132 + + 85 + + + 9.564000129699707 + 139 + + + + + + + 40.73282087221742 + -3.850279441103339 + + 900.5999755859375 + 10304.7998046875 + + 132 + + 85 + + + 9.60099983215332 + 133 + + + + + + + 40.73288650251925 + -3.8502083625644445 + + 900.5999755859375 + 10314.419921875 + + 132 + + 84 + + + 9.619999885559082 + 162 + + + + + + + 40.73295556940138 + -3.8501373678445816 + + 900.7999877929688 + 10324.0703125 + + 132 + + 85 + + + 9.64799976348877 + 136 + + + + + + + 40.733028911054134 + -3.8500699773430824 + + 901.0 + 10333.6904296875 + + 131 + + 84 + + + 9.619999885559082 + 143 + + + + + + + 40.733100324869156 + -3.850013902410865 + + 901.0 + 10343.400390625 + + 131 + + 85 + + + 9.713000297546387 + 167 + + + + + + + 40.73317316360772 + -3.849953804165125 + + 901.0 + 10353.0498046875 + + 131 + + 83 + + + 9.64799976348877 + 173 + + + + + + + 40.733250780031085 + -3.8498937897384167 + + 901.0 + 10362.7802734375 + + 130 + + 85 + + + 9.732000350952148 + 135 + + + + + + + 40.73332546278834 + -3.849841821938753 + + 901.0 + 10372.5595703125 + + 130 + + 85 + + + 9.779000282287598 + 142 + + + + + + + 40.7334054261446 + -3.8497892674058676 + + 901.0 + 10382.4697265625 + + 130 + + 79 + + + 9.909000396728516 + 57 + + + + + + + 40.73348555713892 + -3.849735790863633 + + 901.0 + 10392.23046875 + + 130 + + 141 + + + 9.760000228881836 + 0 + + + + + + + 40.73356116190553 + -3.8496821466833353 + + 901.0 + 10401.8701171875 + + 130 + + 0 + + + 9.64799976348877 + 0 + + + + + + + 40.73363517411053 + -3.84963009506464 + + 900.7999877929688 + 10411.330078125 + + 129 + + 0 + + + 9.45199966430664 + 0 + + + + + + + 40.7337109465152 + -3.8495720084756613 + + 900.7999877929688 + 10420.7197265625 + + 128 + + 0 + + + 9.395999908447266 + 0 + + + + + + + 40.73378311470151 + -3.849512580782175 + + 900.7999877929688 + 10430.16015625 + + 127 + + 0 + + + 9.432999610900879 + 0 + + + + + + + 40.7338528521359 + -3.8494429271668196 + + 900.5999755859375 + 10439.6904296875 + + 126 + + 0 + + + 9.53600025177002 + 0 + + + + + + + 40.73391848243773 + -3.8493684120476246 + + 900.4000244140625 + 10449.1298828125 + + 124 + + 0 + + + 9.432999610900879 + 0 + + + + + + + 40.73398008942604 + -3.8492923881858587 + + 900.2000122070312 + 10458.66015625 + + 122 + + 0 + + + 9.53600025177002 + 0 + + + + + + + 40.73403901420534 + -3.849214520305395 + + 900.2000122070312 + 10468.16015625 + + 121 + + 0 + + + 9.49899959564209 + 60 + + + + + + + 40.73409928008914 + -3.849129779264331 + + 900.0 + 10477.740234375 + + 121 + + 80 + + + 9.583000183105469 + 175 + + + + + + + 40.73415460065007 + -3.849049983546138 + + 900.0 + 10487.41015625 + + 120 + + 86 + + + 9.666999816894531 + 187 + + + + + + + 40.7342067360878 + -3.8489597104489803 + + 899.7999877929688 + 10497.099609375 + + 120 + + 85 + + + 9.6850004196167 + 222 + + + + + + + 40.73426348157227 + -3.8488716166466475 + + 899.7999877929688 + 10506.830078125 + + 121 + + 88 + + + 9.732000350952148 + 207 + + + + + + + 40.73432559147477 + -3.8487968500703573 + + 899.7999877929688 + 10516.5400390625 + + 121 + + 87 + + + 9.713000297546387 + 88 + + + + + + + 40.734393233433366 + -3.848737422376871 + + 899.7999877929688 + 10526.0595703125 + + 122 + + 76 + + + 9.517000198364258 + 109 + + + + + + + 40.73447244241834 + -3.848700625821948 + + 899.7999877929688 + 10535.26953125 + + 122 + + 0 + + + 9.208999633789062 + 109 + + + + + + + 40.734551986679435 + -3.84868704713881 + + 900.0 + 10544.48046875 + + 122 + + 0 + + + 9.208999633789062 + 243 + + + + + + + 40.73463739827275 + -3.848688220605254 + + 900.2000122070312 + 10553.6396484375 + + 122 + + 79 + + + 9.163000106811523 + 243 + + + + + + + 40.73472415097058 + -3.8486799225211143 + + 900.4000244140625 + 10563.0400390625 + + 122 + + 80 + + + 9.395999908447266 + 241 + + + + + + + 40.734806628897786 + -3.8486566208302975 + + 900.0 + 10572.5498046875 + + 122 + + 83 + + + 9.517000198364258 + 200 + + + + + + + 40.734888687729836 + -3.84862057864666 + + 900.0 + 10582.08984375 + + 122 + + 85 + + + 9.53600025177002 + 200 + + + + + + + 40.734969824552536 + -3.848577830940485 + + 900.0 + 10591.740234375 + + 123 + + 83 + + + 9.64799976348877 + 173 + + + + + + + 40.73504786007106 + -3.848531562834978 + + 899.7999877929688 + 10601.4697265625 + + 123 + + 85 + + + 9.732000350952148 + 168 + + + + + + + 40.73512799106538 + -3.848476577550173 + + 899.7999877929688 + 10611.26953125 + + 124 + + 86 + + + 9.79699993133545 + 175 + + + + + + + 40.73520711623132 + -3.848417066037655 + + 899.7999877929688 + 10621.16015625 + + 125 + + 85 + + + 9.890999794006348 + 160 + + + + + + + 40.73528121225536 + -3.848354537039995 + + 900.2000122070312 + 10631.16015625 + + 125 + + 85 + + + 10.003000259399414 + 149 + + + + + + + 40.735352374613285 + -3.8482881523668766 + + 900.4000244140625 + 10640.9404296875 + + 125 + + 88 + + + 9.779000282287598 + 171 + + + + + + + 40.735424207523465 + -3.848211709409952 + + 900.4000244140625 + 10650.73046875 + + 125 + + 86 + + + 9.79699993133545 + 189 + + + + + + + 40.7354898378253 + -3.8481353502720594 + + 900.4000244140625 + 10660.5302734375 + + 125 + + 86 + + + 9.79699993133545 + 182 + + + + + + + 40.73555639013648 + -3.8480540458112955 + + 900.4000244140625 + 10670.259765625 + + 126 + + 86 + + + 9.732000350952148 + 138 + + + + + + + 40.735619170591235 + -3.8479704782366753 + + 900.5999755859375 + 10679.91015625 + + 126 + + 84 + + + 9.64799976348877 + 136 + + + + + + + 40.735675413161516 + -3.847885485738516 + + 900.5999755859375 + 10689.509765625 + + 126 + + 85 + + + 9.60099983215332 + 166 + + + + + + + 40.73572847060859 + -3.847797643393278 + + 900.5999755859375 + 10699.08984375 + + 127 + + 85 + + + 9.583000183105469 + 149 + + + + + + + 40.7357800193131 + -3.8477038498967886 + + 900.5999755859375 + 10708.7099609375 + + 127 + + 87 + + + 9.619999885559082 + 160 + + + + + + + 40.73582964017987 + -3.847613660618663 + + 900.5999755859375 + 10718.330078125 + + 127 + + 87 + + + 9.619999885559082 + 144 + + + + + + + 40.735881105065346 + -3.8475183583796024 + + 900.5999755859375 + 10728.009765625 + + 128 + + 84 + + + 9.675999641418457 + 144 + + + + + + + 40.73593265376985 + -3.847422720864415 + + 900.7999877929688 + 10737.740234375 + + 128 + + 84 + + + 9.732000350952148 + 145 + + + + + + + 40.73598294518888 + -3.8473305199295282 + + 900.7999877929688 + 10747.4697265625 + + 128 + + 85 + + + 9.732000350952148 + 154 + + + + + + + 40.73603139258921 + -3.8472403306514025 + + 900.7999877929688 + 10757.23046875 + + 127 + + 91 + + + 9.760000228881836 + 168 + + + + + + + 40.73608310893178 + -3.84714444167912 + + 900.7999877929688 + 10767.009765625 + + 127 + + 85 + + + 9.779000282287598 + 179 + + + + + + + 40.736131304875016 + -3.8470515701919794 + + 900.7999877929688 + 10776.8095703125 + + 128 + + 86 + + + 9.79699993133545 + 185 + + + + + + + 40.736183021217585 + -3.8469550106674433 + + 900.7999877929688 + 10786.650390625 + + 127 + + 86 + + + 9.843999862670898 + 160 + + + + + + + 40.73623398318887 + -3.8468582835048437 + + 900.7999877929688 + 10796.5400390625 + + 127 + + 87 + + + 9.890999794006348 + 187 + + + + + + + 40.73628444224596 + -3.846764238551259 + + 900.7999877929688 + 10806.4501953125 + + 127 + + 91 + + + 9.909000396728516 + 154 + + + + + + + 40.73633523657918 + -3.846669690683484 + + 901.0 + 10816.3603515625 + + 127 + + 88 + + + 9.909000396728516 + 164 + + + + + + + 40.73638695292175 + -3.8465735502541065 + + 901.2000122070312 + 10826.26953125 + + 127 + + 84 + + + 9.909000396728516 + 157 + + + + + + + 40.73643774725497 + -3.846480343490839 + + 901.2000122070312 + 10836.1796875 + + 127 + + 87 + + + 9.909000396728516 + 144 + + + + + + + 40.736491894349456 + -3.8463827781379223 + + 901.0 + 10846.08984375 + + 128 + + 87 + + + 9.909000396728516 + 124 + + + + + + + 40.73654243722558 + -3.846283284947276 + + 901.0 + 10855.98046875 + + 128 + + 87 + + + 9.890999794006348 + 113 + + + + + + + 40.73659189045429 + -3.8461877312511206 + + 901.2000122070312 + 10865.8203125 + + 129 + + 86 + + + 9.843999862670898 + 126 + + + + + + + 40.736641343683004 + -3.846098715439439 + + 901.2000122070312 + 10875.650390625 + + 129 + + 90 + + + 9.824999809265137 + 133 + + + + + + + 40.736693227663636 + -3.8459987193346024 + + 901.2000122070312 + 10885.4404296875 + + 129 + + 92 + + + 9.79699993133545 + 163 + + + + + + + 40.73674142360687 + -3.8459086138755083 + + 901.2000122070312 + 10895.240234375 + + 129 + + 92 + + + 9.79699993133545 + 140 + + + + + + + 40.73679490014911 + -3.8458117190748453 + + 901.2000122070312 + 10904.98046875 + + 128 + + 85 + + + 9.741000175476074 + 140 + + + + + + + 40.73684862814844 + -3.845717590302229 + + 901.0 + 10914.7001953125 + + 128 + + 85 + + + 9.713000297546387 + 145 + + + + + + + 40.736898835748434 + -3.845627401024103 + + 901.0 + 10924.3798828125 + + 127 + + 85 + + + 9.6850004196167 + 153 + + + + + + + 40.7369471155107 + -3.8455353677272797 + + 901.2000122070312 + 10934.08984375 + + 127 + + 85 + + + 9.713000297546387 + 147 + + + + + + + 40.736997155472636 + -3.8454414904117584 + + 901.2000122070312 + 10943.7998046875 + + 127 + + 88 + + + 9.704000473022461 + 144 + + + + + + + 40.73704719543457 + -3.84535264223814 + + 901.2000122070312 + 10953.4697265625 + + 127 + + 85 + + + 9.666999816894531 + 144 + + + + + + + 40.737098241224885 + -3.845259938389063 + + 901.2000122070312 + 10963.0498046875 + + 126 + + 85 + + + 9.583000183105469 + 142 + + + + + + + 40.737148616462946 + -3.8451673183590174 + + 901.2000122070312 + 10972.580078125 + + 126 + + 84 + + + 9.53600025177002 + 154 + + + + + + + 40.73720100335777 + -3.845079308375716 + + 901.2000122070312 + 10982.1201171875 + + 126 + + 84 + + + 9.53600025177002 + 154 + + + + + + + 40.73725565336645 + -3.8449940644204617 + + 901.4000244140625 + 10991.6103515625 + + 126 + + 83 + + + 9.48900032043457 + 170 + + + + + + + 40.737313237041235 + -3.8449080660939217 + + 901.5999755859375 + 11001.080078125 + + 126 + + 84 + + + 9.470999717712402 + 157 + + + + + + + 40.73736981488764 + -3.844826342537999 + + 901.4000244140625 + 11010.6396484375 + + 125 + + 85 + + + 9.555000305175781 + 158 + + + + + + + 40.737430499866605 + -3.844740428030491 + + 901.4000244140625 + 11020.08984375 + + 126 + + 83 + + + 9.45199966430664 + 204 + + + + + + + 40.73749294504523 + -3.844658872112632 + + 901.2000122070312 + 11029.6904296875 + + 126 + + 81 + + + 9.60099983215332 + 175 + + + + + + + 40.73755647987127 + -3.8445811718702316 + + 901.4000244140625 + 11039.330078125 + + 126 + + 83 + + + 9.638999938964844 + 166 + + + + + + + 40.737620098516345 + -3.844505064189434 + + 901.5999755859375 + 11048.9697265625 + + 125 + + 92 + + + 9.638999938964844 + 146 + + + + + + + 40.737687489017844 + -3.8444315548986197 + + 901.4000244140625 + 11058.6103515625 + + 126 + + 92 + + + 9.638999938964844 + 157 + + + + + + + 40.73775571770966 + -3.844362488016486 + + 901.0 + 11068.3095703125 + + 126 + + 84 + + + 9.704000473022461 + 157 + + + + + + + 40.73782696388662 + -3.84429132565856 + + 900.7999877929688 + 11078.0595703125 + + 125 + + 95 + + + 9.75100040435791 + 154 + + + + + + + 40.737900054082274 + -3.8442193251103163 + + 901.0 + 11087.8798828125 + + 126 + + 98 + + + 9.815999984741211 + 129 + + + + + + + 40.7379730604589 + -3.8441530242562294 + + 900.7999877929688 + 11097.7197265625 + + 126 + + 86 + + + 9.843999862670898 + 122 + + + + + + + 40.73804355226457 + -3.844090662896633 + + 900.7999877929688 + 11107.6103515625 + + 126 + + 86 + + + 9.890999794006348 + 123 + + + + + + + 40.73812452144921 + -3.844026457518339 + + 900.7999877929688 + 11117.5400390625 + + 126 + + 88 + + + 9.928000450134277 + 137 + + + + + + + 40.738200126215816 + -3.8439653534442186 + + 900.7999877929688 + 11127.5400390625 + + 126 + + 87 + + + 10.003000259399414 + 158 + + + + + + + 40.738279754295945 + -3.843902824446559 + + 900.7999877929688 + 11137.5595703125 + + 127 + + 87 + + + 10.020999908447266 + 131 + + + + + + + 40.73835720308125 + -3.8438443187624216 + + 900.7999877929688 + 11147.6298828125 + + 127 + + 86 + + + 10.067999839782715 + 139 + + + + + + + 40.73843549005687 + -3.843784974887967 + + 900.7999877929688 + 11157.7001953125 + + 127 + + 86 + + + 10.067999839782715 + 139 + + + + + + + 40.73851059190929 + -3.8437268882989883 + + 900.7999877929688 + 11167.759765625 + + 127 + + 90 + + + 10.067999839782715 + 136 + + + + + + + 40.73859063908458 + -3.8436661195009947 + + 900.7999877929688 + 11177.8603515625 + + 127 + + 86 + + + 10.095999717712402 + 109 + + + + + + + 40.738668674603105 + -3.843610044568777 + + 901.0 + 11187.9599609375 + + 126 + + 90 + + + 10.095999717712402 + 106 + + + + + + + 40.73875106871128 + -3.8435486890375614 + + 900.7999877929688 + 11198.080078125 + + 126 + + 88 + + + 10.12399959564209 + 115 + + + + + + + 40.73883011005819 + -3.8434880040585995 + + 900.7999877929688 + 11208.2197265625 + + 126 + + 94 + + + 10.142000198364258 + 113 + + + + + + + 40.73890755884349 + -3.843431593850255 + + 900.7999877929688 + 11218.349609375 + + 126 + + 87 + + + 10.12399959564209 + 106 + + + + + + + 40.7389847561717 + -3.8433725014328957 + + 900.7999877929688 + 11228.4697265625 + + 126 + + 90 + + + 10.12399959564209 + 132 + + + + + + + 40.739064551889896 + -3.8433088827878237 + + 900.7999877929688 + 11238.6904296875 + + 126 + + 87 + + + 10.217000007629395 + 148 + + + + + + + 40.739140240475535 + -3.843248700723052 + + 901.0 + 11248.830078125 + + 126 + + 86 + + + 10.142000198364258 + 151 + + + + + + + 40.73921961709857 + -3.843183573335409 + + 901.0 + 11258.849609375 + + 127 + + 88 + + + 10.020999908447266 + 125 + + + + + + + 40.73929689824581 + -3.8431175239384174 + + 901.0 + 11268.919921875 + + 127 + + 90 + + + 10.067999839782715 + 146 + + + + + + + 40.73937174864113 + -3.843051055446267 + + 900.7999877929688 + 11278.990234375 + + 127 + + 86 + + + 10.067999839782715 + 106 + + + + + + + 40.73944156989455 + -3.8429817371070385 + + 900.7999877929688 + 11289.009765625 + + 127 + + 106 + + + 10.020999908447266 + 115 + + + + + + + 40.73951541446149 + -3.8429054617881775 + + 900.5999755859375 + 11299.0595703125 + + 127 + + 87 + + + 10.048999786376953 + 122 + + + + + + + 40.73958280496299 + -3.8428315334022045 + + 900.5999755859375 + 11309.080078125 + + 127 + + 87 + + + 10.020999908447266 + 142 + + + + + + + 40.739654302597046 + -3.8427493907511234 + + 900.4000244140625 + 11319.099609375 + + 127 + + 92 + + + 10.020999908447266 + 112 + + + + + + + 40.73971942998469 + -3.8426633086055517 + + 900.4000244140625 + 11329.150390625 + + 127 + + 93 + + + 10.048999786376953 + 129 + + + + + + + 40.739781791344285 + -3.8425783161073923 + + 900.2000122070312 + 11339.240234375 + + 126 + + 102 + + + 10.095999717712402 + 167 + + + + + + + 40.73983820155263 + -3.8424918986856937 + + 900.4000244140625 + 11349.3095703125 + + 126 + + 86 + + + 10.067999839782715 + 126 + + + + + + + 40.73989796452224 + -3.8423944171518087 + + 900.2000122070312 + 11359.3798828125 + + 126 + + 91 + + + 10.067999839782715 + 153 + + + + + + + 40.739948926493526 + -3.842301042750478 + + 900.2000122070312 + 11369.4296875 + + 126 + + 90 + + + 10.048999786376953 + 119 + + + + + + + 40.73999888263643 + -3.8421986997127533 + + 900.4000244140625 + 11379.490234375 + + 126 + + 88 + + + 10.067999839782715 + 126 + + + + + + + 40.74004540219903 + -3.8420958537608385 + + 900.5999755859375 + 11389.5595703125 + + 125 + + 94 + + + 10.067999839782715 + 129 + + + + + + + 40.74008848518133 + -3.8419960252940655 + + 900.5999755859375 + 11399.6103515625 + + 125 + + 88 + + + 10.048999786376953 + 142 + + + + + + + 40.740132657811046 + -3.841895777732134 + + 900.5999755859375 + 11409.58984375 + + 124 + + 88 + + + 9.975000381469727 + 131 + + + + + + + 40.74017439968884 + -3.841790584847331 + + 900.4000244140625 + 11419.509765625 + + 124 + + 88 + + + 9.928000450134277 + 138 + + + + + + + 40.74021412990987 + -3.84169134311378 + + 900.5999755859375 + 11429.419921875 + + 124 + + 85 + + + 9.909000396728516 + 137 + + + + + + + 40.74025955982506 + -3.841585060581565 + + 900.5999755859375 + 11439.4404296875 + + 124 + + 85 + + + 10.020999908447266 + 166 + + + + + + + 40.74030322954059 + -3.8414812926203012 + + 900.4000244140625 + 11449.349609375 + + 125 + + 86 + + + 9.909000396728516 + 140 + + + + + + + 40.740344133228064 + -3.841379201039672 + + 900.2000122070312 + 11459.2001953125 + + 124 + + 85 + + + 9.843999862670898 + 133 + + + + + + + 40.74038461782038 + -3.841277528554201 + + 900.2000122070312 + 11469.1201171875 + + 124 + + 88 + + + 9.928000450134277 + 121 + + + + + + + 40.740427700802684 + -3.841169821098447 + + 900.4000244140625 + 11479.0498046875 + + 124 + + 91 + + + 9.928000450134277 + 148 + + + + + + + 40.740469777956605 + -3.8410703279078007 + + 900.5999755859375 + 11489.009765625 + + 124 + + 88 + + + 9.956000328063965 + 148 + + + + + + + 40.740513280034065 + -3.8409641291946173 + + 900.5999755859375 + 11498.98046875 + + 124 + + 90 + + + 9.975000381469727 + 158 + + + + + + + 40.74055661447346 + -3.840855835005641 + + 900.5999755859375 + 11509.0 + + 124 + + 88 + + + 10.020999908447266 + 173 + + + + + + + 40.74059651233256 + -3.840753575786948 + + 900.4000244140625 + 11519.0498046875 + + 124 + + 85 + + + 10.048999786376953 + 150 + + + + + + + 40.74063766747713 + -3.840650813654065 + + 900.4000244140625 + 11529.099609375 + + 125 + + 94 + + + 10.048999786376953 + 123 + + + + + + + 40.74068058282137 + -3.840543022379279 + + 900.4000244140625 + 11539.1103515625 + + 125 + + 96 + + + 10.003000259399414 + 146 + + + + + + + 40.74072257615626 + -3.8404395896941423 + + 900.4000244140625 + 11549.1396484375 + + 125 + + 88 + + + 10.029999732971191 + 150 + + + + + + + 40.74076800607145 + -3.840334229171276 + + 900.2000122070312 + 11559.1796875 + + 126 + + 88 + + + 10.048999786376953 + 140 + + + + + + + 40.740813268348575 + -3.840228784829378 + + 900.0 + 11569.2802734375 + + 126 + + 88 + + + 10.095999717712402 + 164 + + + + + + + 40.74085651896894 + -3.8401264417916536 + + 900.0 + 11579.330078125 + + 127 + + 87 + + + 10.048999786376953 + 146 + + + + + + + 40.74089767411351 + -3.8400251045823097 + + 900.2000122070312 + 11589.3798828125 + + 127 + + 87 + + + 10.048999786376953 + 170 + + + + + + + 40.740941260010004 + -3.8399153016507626 + + 900.2000122070312 + 11599.5 + + 127 + + 85 + + + 10.12399959564209 + 175 + + + + + + + 40.74098417535424 + -3.8398140482604504 + + 900.0 + 11609.6298828125 + + 127 + + 90 + + + 10.12399959564209 + 144 + + + + + + + 40.74102918617427 + -3.839706424623728 + + 900.0 + 11619.8203125 + + 127 + + 90 + + + 10.197999954223633 + 155 + + + + + + + 40.74107537046075 + -3.8396019022911787 + + 900.0 + 11629.849609375 + + 127 + + 85 + + + 10.029999732971191 + 119 + + + + + + + 40.74111996218562 + -3.839499978348613 + + 900.2000122070312 + 11639.9501953125 + + 127 + + 123 + + + 10.095999717712402 + 96 + + + + + + + 40.741162206977606 + -3.839397467672825 + + 900.4000244140625 + 11650.0498046875 + + 127 + + 103 + + + 10.095999717712402 + 102 + + + + + + + 40.741207636892796 + -3.8392910175025463 + + 900.4000244140625 + 11660.08984375 + + 127 + + 98 + + + 10.039999961853027 + 112 + + + + + + + 40.741250636056066 + -3.839186914265156 + + 900.4000244140625 + 11670.099609375 + + 127 + + 92 + + + 10.01200008392334 + 129 + + + + + + + 40.741296065971255 + -3.8390794582664967 + + 900.2000122070312 + 11680.1396484375 + + 127 + + 91 + + + 10.039999961853027 + 143 + + + + + + + 40.74134065769613 + -3.838972169905901 + + 900.2000122070312 + 11690.1796875 + + 126 + + 91 + + + 10.039999961853027 + 136 + + + + + + + 40.741382567211986 + -3.838867312297225 + + 900.0 + 11700.259765625 + + 126 + + 93 + + + 10.086000442504883 + 164 + + + + + + + 40.741426488384604 + -3.8387635443359613 + + 900.2000122070312 + 11710.4697265625 + + 126 + + 91 + + + 10.208000183105469 + 134 + + + + + + + 40.74147074483335 + -3.838653489947319 + + 900.2000122070312 + 11720.6298828125 + + 126 + + 96 + + + 10.16100025177002 + 141 + + + + + + + 40.74150988832116 + -3.8385482132434845 + + 900.2000122070312 + 11730.8095703125 + + 126 + + 90 + + + 10.180000305175781 + 138 + + + + + + + 40.741552552208304 + -3.8384372368454933 + + 900.2000122070312 + 11740.9697265625 + + 126 + + 91 + + + 10.16100025177002 + 117 + + + + + + + 40.74159379117191 + -3.8383288588374853 + + 900.4000244140625 + 11751.1396484375 + + 126 + + 91 + + + 10.16100025177002 + 141 + + + + + + + 40.74162958189845 + -3.838223246857524 + + 900.5999755859375 + 11761.240234375 + + 126 + + 91 + + + 10.104999542236328 + 147 + + + + + + + 40.74165992438793 + -3.8381167966872454 + + 900.5999755859375 + 11771.330078125 + + 126 + + 91 + + + 10.086000442504883 + 123 + + + + + + + 40.74169093742967 + -3.838000623509288 + + 900.4000244140625 + 11781.3896484375 + + 125 + + 87 + + + 10.057999610900879 + 123 + + + + + + + 40.74171901680529 + -3.8378893956542015 + + 900.2000122070312 + 11791.4296875 + + 125 + + 87 + + + 10.039999961853027 + 132 + + + + + + + 40.74174483306706 + -3.8377695344388485 + + 900.2000122070312 + 11801.490234375 + + 125 + + 88 + + + 10.057999610900879 + 147 + + + + + + + 40.741765117272735 + -3.837649840861559 + + 900.0 + 11811.5703125 + + 125 + + 88 + + + 10.086000442504883 + 157 + + + + + + + 40.741779785603285 + -3.837532661855221 + + 900.0 + 11821.66015625 + + 125 + + 88 + + + 10.086000442504883 + 140 + + + + + + + 40.74179260991514 + -3.8374155666679144 + + 900.0 + 11831.75 + + 125 + + 87 + + + 10.086000442504883 + 137 + + + + + + + 40.7418014947325 + -3.8372903410345316 + + 900.0 + 11841.849609375 + + 126 + + 87 + + + 10.104999542236328 + 144 + + + + + + + 40.74180509895086 + -3.837173832580447 + + 900.0 + 11852.009765625 + + 126 + + 91 + + + 10.16100025177002 + 161 + + + + + + + 40.7418067753315 + -3.8370486069470644 + + 899.7999877929688 + 11862.0703125 + + 126 + + 91 + + + 10.057999610900879 + 157 + + + + + + + 40.74180342257023 + -3.8369269017130136 + + 899.7999877929688 + 11872.2802734375 + + 126 + + 87 + + + 10.208000183105469 + 145 + + + + + + + 40.74179571121931 + -3.8368070404976606 + + 899.7999877929688 + 11882.4599609375 + + 126 + + 87 + + + 10.180000305175781 + 117 + + + + + + + 40.741784730926156 + -3.8366884365677834 + + 899.7999877929688 + 11892.669921875 + + 126 + + 91 + + + 10.208000183105469 + 128 + + + + + + + 40.74177165515721 + -3.836567150428891 + + 899.7999877929688 + 11902.849609375 + + 127 + + 92 + + + 10.180000305175781 + 100 + + + + + + + 40.741754891350865 + -3.836447959765792 + + 900.0 + 11913.009765625 + + 127 + + 95 + + + 10.16100025177002 + 127 + + + + + + + 40.741734774783254 + -3.836329858750105 + + 900.0 + 11923.1103515625 + + 127 + + 98 + + + 10.104999542236328 + 137 + + + + + + + 40.74171264655888 + -3.836212009191513 + + 900.2000122070312 + 11933.169921875 + + 128 + + 93 + + + 10.057999610900879 + 126 + + + + + + + 40.74169127270579 + -3.836098602041602 + + 900.2000122070312 + 11943.2099609375 + + 128 + + 98 + + + 10.039999961853027 + 102 + + + + + + + 40.74166956357658 + -3.835984021425247 + + 900.2000122070312 + 11953.2001953125 + + 128 + + 95 + + + 9.993000030517578 + 132 + + + + + + + 40.74164676479995 + -3.8358675967901945 + + 900.2000122070312 + 11963.2197265625 + + 128 + + 86 + + + 10.01200008392334 + 136 + + + + + + + 40.74162564240396 + -3.835754944011569 + + 900.0 + 11973.2099609375 + + 128 + + 88 + + + 9.993000030517578 + 146 + + + + + + + 40.74160175397992 + -3.8356378488242626 + + 900.0 + 11983.2001953125 + + 128 + + 90 + + + 9.993000030517578 + 146 + + + + + + + 40.74157954193652 + -3.835519663989544 + + 900.0 + 11993.169921875 + + 127 + + 85 + + + 9.96500015258789 + 139 + + + + + + + 40.74155867099762 + -3.835408268496394 + + 900.2000122070312 + 12003.1103515625 + + 127 + + 94 + + + 9.946999549865723 + 155 + + + + + + + 40.74153863824904 + -3.835296118631959 + + 900.2000122070312 + 12013.0595703125 + + 127 + + 85 + + + 9.946999549865723 + 145 + + + + + + + 40.74151483364403 + -3.83518036454916 + + 900.2000122070312 + 12023.009765625 + + 127 + + 85 + + + 9.946999549865723 + 138 + + + + + + + 40.74149278923869 + -3.835071064531803 + + 900.0 + 12032.8798828125 + + 127 + + 93 + + + 9.871999740600586 + 137 + + + + + + + 40.74147024191916 + -3.8349555619060993 + + 899.7999877929688 + 12042.73046875 + + 127 + + 94 + + + 9.852999687194824 + 130 + + + + + + + 40.74144928716123 + -3.834841400384903 + + 900.0 + 12052.58984375 + + 127 + + 85 + + + 9.86299991607666 + 133 + + + + + + + 40.74142757803202 + -3.834731010720134 + + 900.0 + 12062.41015625 + + 127 + + 86 + + + 9.815999984741211 + 133 + + + + + + + 40.74140813201666 + -3.8346221297979355 + + 900.0 + 12072.1796875 + + 127 + + 88 + + + 9.769000053405762 + 169 + + + + + + + 40.74138659052551 + -3.8345046155154705 + + 900.0 + 12081.9296875 + + 126 + + 87 + + + 9.75100040435791 + 128 + + + + + + + 40.74136706069112 + -3.8343959022313356 + + 900.2000122070312 + 12091.650390625 + + 126 + + 86 + + + 9.722999572753906 + 168 + + + + + + + 40.741349793970585 + -3.834277717396617 + + 900.0 + 12101.4697265625 + + 126 + + 85 + + + 9.815999984741211 + 153 + + + + + + + 40.741334706544876 + -3.834161125123501 + + 900.2000122070312 + 12111.1904296875 + + 125 + + 85 + + + 9.722999572753906 + 181 + + + + + + + 40.741319535300136 + -3.8340513221919537 + + 900.4000244140625 + 12120.9404296875 + + 125 + + 87 + + + 9.75100040435791 + 181 + + + + + + + 40.74130620807409 + -3.8339411839842796 + + 900.4000244140625 + 12130.66015625 + + 126 + + 87 + + + 9.722999572753906 + 201 + + + + + + + 40.74129665270448 + -3.83382392115891 + + 900.4000244140625 + 12140.3896484375 + + 126 + + 85 + + + 9.722999572753906 + 184 + + + + + + + 40.74128961190581 + -3.8337130285799503 + + 900.4000244140625 + 12150.1103515625 + + 126 + + 87 + + + 9.722999572753906 + 171 + + + + + + + 40.74128592386842 + -3.8335963524878025 + + 900.4000244140625 + 12159.8798828125 + + 127 + + 86 + + + 9.769000053405762 + 125 + + + + + + + 40.74128307402134 + -3.8334795087575912 + + 900.4000244140625 + 12169.51953125 + + 127 + + 85 + + + 9.638999938964844 + 166 + + + + + + + 40.74128407984972 + -3.833365263417363 + + 900.2000122070312 + 12179.1396484375 + + 127 + + 86 + + + 9.619999885559082 + 166 + + + + + + + 40.741288773715496 + -3.833252526819706 + + 900.2000122070312 + 12188.8095703125 + + 127 + + 84 + + + 9.675999641418457 + 157 + + + + + + + 40.74129623360932 + -3.8331339228898287 + + 900.2000122070312 + 12198.4697265625 + + 127 + + 85 + + + 9.656999588012695 + 177 + + + + + + + 40.74130553752184 + -3.8330231979489326 + + 900.2000122070312 + 12208.150390625 + + 127 + + 84 + + + 9.675999641418457 + 193 + + + + + + + 40.74131827801466 + -3.832907024770975 + + 900.0 + 12217.900390625 + + 126 + + 85 + + + 9.75100040435791 + 191 + + + + + + + 40.74133286252618 + -3.8327902648597956 + + 900.0 + 12227.6904296875 + + 127 + + 85 + + + 9.788000106811523 + 165 + + + + + + + 40.741349793970585 + -3.832679372280836 + + 900.0 + 12237.5 + + 127 + + 85 + + + 9.815999984741211 + 129 + + + + + + + 40.74136815033853 + -3.832573341205716 + + 899.7999877929688 + 12247.3203125 + + 127 + + 85 + + + 9.815999984741211 + 136 + + + + + + + 40.741388937458396 + -3.8324567489326 + + 899.7999877929688 + 12257.1298828125 + + 128 + + 86 + + + 9.815999984741211 + 156 + + + + + + + 40.74141005985439 + -3.8323479518294334 + + 899.7999877929688 + 12266.9697265625 + + 128 + + 85 + + + 9.835000038146973 + 147 + + + + + + + 40.74143319390714 + -3.832232365384698 + + 899.7999877929688 + 12276.740234375 + + 129 + + 85 + + + 9.769000053405762 + 179 + + + + + + + 40.74145808815956 + -3.8321182876825333 + + 899.7999877929688 + 12286.5302734375 + + 129 + + 85 + + + 9.788000106811523 + 146 + + + + + + + 40.74148180894554 + -3.832007311284542 + + 899.5999755859375 + 12296.33984375 + + 129 + + 85 + + + 9.815999984741211 + 136 + + + + + + + 40.741504691541195 + -3.8318987656384706 + + 899.4000244140625 + 12306.2001953125 + + 129 + + 87 + + + 9.86299991607666 + 137 + + + + + + + 40.741529585793614 + -3.831783179193735 + + 899.4000244140625 + 12315.8603515625 + + 129 + + 87 + + + 9.656999588012695 + 114 + + + + + + + 40.741550624370575 + -3.831674298271537 + + 899.4000244140625 + 12325.650390625 + + 129 + + 85 + + + 9.788000106811523 + 129 + + + + + + + 40.7415736746043 + -3.8315624836832285 + + 899.5999755859375 + 12335.400390625 + + 129 + + 87 + + + 9.75100040435791 + 138 + + + + + + + 40.741596557199955 + -3.831452764570713 + + 899.5999755859375 + 12345.0703125 + + 129 + + 86 + + + 9.675999641418457 + 118 + + + + + + + 40.741619942709804 + -3.831345224753022 + + 899.4000244140625 + 12354.75 + + 129 + + 107 + + + 9.675999641418457 + 144 + + + + + + + 40.74164232239127 + -3.8312381878495216 + + 899.2000122070312 + 12364.3701171875 + + 130 + + 85 + + + 9.619999885559082 + 120 + + + + + + + 40.74166554026306 + -3.8311222661286592 + + 899.2000122070312 + 12373.9599609375 + + 130 + + 85 + + + 9.592000007629395 + 143 + + + + + + + 40.741686495020986 + -3.8310129661113024 + + 899.0 + 12383.5400390625 + + 130 + + 85 + + + 9.572999954223633 + 159 + + + + + + + 40.74171130545437 + -3.8309009838849306 + + 899.0 + 12393.1298828125 + + 130 + + 83 + + + 9.592000007629395 + 162 + + + + + + + 40.74173469096422 + -3.8307905104011297 + + 899.0 + 12402.75 + + 130 + + 83 + + + 9.619999885559082 + 169 + + + + + + + 40.74175807647407 + -3.8306816294789314 + + 899.0 + 12412.3701171875 + + 131 + + 85 + + + 9.619999885559082 + 146 + + + + + + + 40.741778276860714 + -3.830576939508319 + + 899.0 + 12421.990234375 + + 131 + + 85 + + + 9.619999885559082 + 136 + + + + + + + 40.74179998598993 + -3.830460850149393 + + 899.2000122070312 + 12431.6103515625 + + 131 + + 85 + + + 9.619999885559082 + 143 + + + + + + + 40.741817839443684 + -3.8303505443036556 + + 899.2000122070312 + 12441.23046875 + + 130 + + 85 + + + 9.619999885559082 + 126 + + + + + + + 40.741836447268724 + -3.8302381429821253 + + 899.2000122070312 + 12450.8203125 + + 130 + + 86 + + + 9.592000007629395 + 130 + + + + + + + 40.741856060922146 + -3.830124484375119 + + 899.0 + 12460.3701171875 + + 130 + + 91 + + + 9.555000305175781 + 165 + + + + + + + 40.741873160004616 + -3.830012585967779 + + 899.0 + 12469.9697265625 + + 130 + + 85 + + + 9.592000007629395 + 192 + + + + + + + 40.74188908562064 + -3.8299037888646126 + + 899.0 + 12479.58984375 + + 131 + + 84 + + + 9.619999885559082 + 169 + + + + + + + 40.741902412846684 + -3.8297881186008453 + + 899.0 + 12489.259765625 + + 131 + + 85 + + + 9.675999641418457 + 157 + + + + + + + 40.74191347695887 + -3.829678650945425 + + 899.0 + 12498.9404296875 + + 131 + + 85 + + + 9.675999641418457 + 144 + + + + + + + 40.74192286469042 + -3.8295609690248966 + + 899.0 + 12508.580078125 + + 131 + + 85 + + + 9.638999938964844 + 110 + + + + + + + 40.74192873202264 + -3.829443119466305 + + 898.7999877929688 + 12518.23046875 + + 132 + + 83 + + + 9.656999588012695 + 157 + + + + + + + 40.74193200096488 + -3.8293283712118864 + + 898.7999877929688 + 12527.8701171875 + + 132 + + 85 + + + 9.638999938964844 + 127 + + + + + + + 40.74193242006004 + -3.829218065366149 + + 898.7999877929688 + 12537.490234375 + + 132 + + 85 + + + 9.619999885559082 + 133 + + + + + + + 40.7419309951365 + -3.829100802540779 + + 898.7999877929688 + 12547.0703125 + + 132 + + 90 + + + 9.572999954223633 + 133 + + + + + + + 40.74192747473717 + -3.828989742323756 + + 899.0 + 12556.58984375 + + 132 + + 85 + + + 9.527000427246094 + 119 + + + + + + + 40.74192353524268 + -3.828874072059989 + + 899.0 + 12566.1201171875 + + 132 + + 84 + + + 9.527000427246094 + 132 + + + + + + + 40.741918087005615 + -3.8287613354623318 + + 898.7999877929688 + 12575.669921875 + + 132 + + 83 + + + 9.555000305175781 + 133 + + + + + + + 40.74190802872181 + -3.8286533765494823 + + 898.7999877929688 + 12585.2001953125 + + 132 + + 84 + + + 9.527000427246094 + 155 + + + + + + + 40.741896042600274 + -3.8285478483885527 + + 898.7999877929688 + 12594.6904296875 + + 132 + + 78 + + + 9.48900032043457 + 128 + + + + + + + 40.741881877183914 + -3.8284351117908955 + + 899.0 + 12604.16015625 + + 132 + + 83 + + + 9.470999717712402 + 131 + + + + + + + 40.74186620302498 + -3.8283269852399826 + + 898.7999877929688 + 12613.650390625 + + 132 + + 83 + + + 9.48900032043457 + 157 + + + + + + + 40.741846757009625 + -3.8282136619091034 + + 898.5999755859375 + 12623.16015625 + + 131 + + 83 + + + 9.508000373840332 + 184 + + + + + + + 40.74182588607073 + -3.8280987460166216 + + 898.4000244140625 + 12632.7099609375 + + 131 + + 85 + + + 9.555000305175781 + 175 + + + + + + + 40.741802752017975 + -3.827992044389248 + + 898.5999755859375 + 12642.3896484375 + + 131 + + 83 + + + 9.675999641418457 + 157 + + + + + + + 40.74177760630846 + -3.827883079648018 + + 898.5999755859375 + 12652.0302734375 + + 131 + + 85 + + + 9.638999938964844 + 124 + + + + + + + 40.74174868874252 + -3.8277698401361704 + + 898.7999877929688 + 12661.580078125 + + 131 + + 85 + + + 9.555000305175781 + 133 + + + + + + + 40.74172245338559 + -3.8276655692607164 + + 898.5999755859375 + 12671.169921875 + + 131 + + 85 + + + 9.592000007629395 + 133 + + + + + + + 40.74169009923935 + -3.8275582809001207 + + 898.5999755859375 + 12680.759765625 + + 131 + + 85 + + + 9.592000007629395 + 149 + + + + + + + 40.741656655445695 + -3.8274508249014616 + + 898.7999877929688 + 12690.3603515625 + + 132 + + 85 + + + 9.592000007629395 + 146 + + + + + + + 40.74162254109979 + -3.827348481863737 + + 898.7999877929688 + 12699.990234375 + + 132 + + 85 + + + 9.638999938964844 + 136 + + + + + + + 40.7415871694684 + -3.8272473961114883 + + 899.0 + 12709.669921875 + + 132 + + 85 + + + 9.675999641418457 + 147 + + + + + + + 40.74154584668577 + -3.8271398562937975 + + 898.7999877929688 + 12719.3701171875 + + 132 + + 84 + + + 9.704000473022461 + 180 + + + + + + + 40.741502763703465 + -3.8270391896367073 + + 898.5999755859375 + 12729.1298828125 + + 132 + + 84 + + + 9.75100040435791 + 158 + + + + + + + 40.7414595130831 + -3.8269354216754436 + + 898.5999755859375 + 12738.900390625 + + 132 + + 85 + + + 9.769000053405762 + 125 + + + + + + + 40.74141877703369 + -3.826832240447402 + + 898.5999755859375 + 12748.66015625 + + 133 + + 86 + + + 9.769000053405762 + 142 + + + + + + + 40.7413730956614 + -3.8267349265515804 + + 898.7999877929688 + 12758.48046875 + + 133 + + 85 + + + 9.815999984741211 + 146 + + + + + + + 40.7413231395185 + -3.826641635969281 + + 898.7999877929688 + 12768.2998046875 + + 133 + + 86 + + + 9.815999984741211 + 122 + + + + + + + 40.74127142317593 + -3.8265437353402376 + + 898.7999877929688 + 12778.0703125 + + 133 + + 87 + + + 9.769000053405762 + 122 + + + + + + + 40.74121962301433 + -3.8264518696814775 + + 899.0 + 12787.830078125 + + 134 + + 86 + + + 9.769000053405762 + 136 + + + + + + + 40.74116388335824 + -3.826358076184988 + + 898.7999877929688 + 12797.599609375 + + 134 + + 86 + + + 9.769000053405762 + 165 + + + + + + + 40.741105461493134 + -3.8262675516307354 + + 898.7999877929688 + 12807.4697265625 + + 134 + + 87 + + + 9.86299991607666 + 156 + + + + + + + 40.741045447066426 + -3.826182810589671 + + 898.7999877929688 + 12817.3701171875 + + 134 + + 85 + + + 9.899999618530273 + 140 + + + + + + + 40.740983337163925 + -3.8261010870337486 + + 898.5999755859375 + 12827.2900390625 + + 133 + + 86 + + + 9.928000450134277 + 141 + + + + + + + 40.74091460555792 + -3.8260148372501135 + + 898.5999755859375 + 12837.2197265625 + + 133 + + 86 + + + 9.928000450134277 + 141 + + + + + + + 40.74084956198931 + -3.8259378913789988 + + 898.5999755859375 + 12847.150390625 + + 133 + + 86 + + + 9.928000450134277 + 138 + + + + + + + 40.74077974073589 + -3.8258592691272497 + + 898.5999755859375 + 12857.099609375 + + 133 + + 87 + + + 9.946999549865723 + 138 + + + + + + + 40.740710673853755 + -3.825777964666486 + + 898.5999755859375 + 12867.01953125 + + 133 + + 87 + + + 9.928000450134277 + 130 + + + + + + + 40.74064462445676 + -3.825700180605054 + + 898.5999755859375 + 12876.900390625 + + 133 + + 85 + + + 9.880999565124512 + 127 + + + + + + + 40.74057991616428 + -3.825626000761986 + + 898.5999755859375 + 12886.76953125 + + 133 + + 87 + + + 9.86299991607666 + 106 + + + + + + + 40.74050766415894 + -3.825547629967332 + + 898.5999755859375 + 12896.5498046875 + + 132 + + 86 + + + 9.788000106811523 + 119 + + + + + + + 40.740441447123885 + -3.8254778925329447 + + 898.4000244140625 + 12906.3896484375 + + 132 + + 85 + + + 9.835000038146973 + 133 + + + + + + + 40.740371542051435 + -3.825402706861496 + + 898.4000244140625 + 12916.0498046875 + + 131 + + 92 + + + 9.656999588012695 + 120 + + + + + + + 40.74030716903508 + -3.825327269732952 + + 898.4000244140625 + 12925.7998046875 + + 131 + + 82 + + + 9.75100040435791 + 122 + + + + + + + 40.740242544561625 + -3.825253341346979 + + 898.5999755859375 + 12935.3896484375 + + 130 + + 85 + + + 9.592000007629395 + 162 + + + + + + + 40.740178087726235 + -3.8251807540655136 + + 898.4000244140625 + 12945.16015625 + + 130 + + 85 + + + 9.769000053405762 + 171 + + + + + + + 40.74010684154928 + -3.8251042272895575 + + 898.4000244140625 + 12954.7998046875 + + 129 + + 85 + + + 9.638999938964844 + 199 + + + + + + + 40.740038780495524 + -3.825034238398075 + + 898.0 + 12964.58984375 + + 129 + + 87 + + + 9.788000106811523 + 159 + + + + + + + 40.739966528490186 + -3.824958046898246 + + 898.0 + 12974.3603515625 + + 129 + + 85 + + + 9.769000053405762 + 179 + + + + + + + 40.73989645577967 + -3.824884034693241 + + 898.2000122070312 + 12984.1103515625 + + 129 + + 85 + + + 9.75100040435791 + 135 + + + + + + + 40.73982931673527 + -3.8248121179640293 + + 898.4000244140625 + 12993.83984375 + + 129 + + 86 + + + 9.732000350952148 + 168 + + + + + + + 40.739763183519244 + -3.8247404526919127 + + 898.2000122070312 + 13003.58984375 + + 130 + + 86 + + + 9.75100040435791 + 191 + + + + + + + 40.7396930269897 + -3.8246648479253054 + + 898.0 + 13013.3896484375 + + 129 + + 86 + + + 9.79699993133545 + 172 + + + + + + + 40.73962756432593 + -3.8245937693864107 + + 898.4000244140625 + 13023.1796875 + + 130 + + 86 + + + 9.79699993133545 + 185 + + + + + + + 40.739556066691875 + -3.8245187513530254 + + 898.4000244140625 + 13033.009765625 + + 130 + + 88 + + + 9.824999809265137 + 185 + + + + + + + 40.73948699980974 + -3.8244433980435133 + + 898.4000244140625 + 13042.8896484375 + + 129 + + 86 + + + 9.880999565124512 + 137 + + + + + + + 40.739422207698226 + -3.8243713974952698 + + 898.5999755859375 + 13052.75 + + 130 + + 87 + + + 9.86299991607666 + 164 + + + + + + + 40.73935749940574 + -3.8243017438799143 + + 898.5999755859375 + 13062.5703125 + + 129 + + 85 + + + 9.815999984741211 + 136 + + + + + + + 40.73928843252361 + -3.8242233730852604 + + 898.4000244140625 + 13072.41015625 + + 130 + + 85 + + + 9.843999862670898 + 163 + + + + + + + 40.73922447860241 + -3.824151372537017 + + 898.4000244140625 + 13082.25 + + 130 + + 91 + + + 9.843999862670898 + 166 + + + + + + + 40.739158261567354 + -3.8240746781229973 + + 898.4000244140625 + 13091.9404296875 + + 130 + + 90 + + + 9.6850004196167 + 170 + + + + + + + 40.739092379808426 + -3.823995888233185 + + 898.4000244140625 + 13101.7802734375 + + 130 + + 85 + + + 9.843999862670898 + 180 + + + + + + + 40.73902792297304 + -3.823918104171753 + + 898.2000122070312 + 13111.4404296875 + + 131 + + 85 + + + 9.656999588012695 + 170 + + + + + + + 40.73896606452763 + -3.8238398171961308 + + 898.2000122070312 + 13121.1904296875 + + 131 + + 84 + + + 9.75100040435791 + 179 + + + + + + + 40.73889959603548 + -3.823753399774432 + + 898.2000122070312 + 13130.9404296875 + + 131 + + 85 + + + 9.75100040435791 + 158 + + + + + + + 40.73884008452296 + -3.8236710894852877 + + 898.4000244140625 + 13140.7099609375 + + 131 + + 85 + + + 9.769000053405762 + 155 + + + + + + + 40.73877998627722 + -3.8235836662352085 + + 898.4000244140625 + 13150.48046875 + + 130 + + 86 + + + 9.769000053405762 + 139 + + + + + + + 40.73872022330761 + -3.823496326804161 + + 898.4000244140625 + 13160.23046875 + + 130 + + 85 + + + 9.75100040435791 + 125 + + + + + + + 40.73866406455636 + -3.823410663753748 + + 898.4000244140625 + 13169.9599609375 + + 130 + + 85 + + + 9.732000350952148 + 145 + + + + + + + 40.73861083947122 + -3.8233229890465736 + + 898.4000244140625 + 13179.73046875 + + 130 + + 86 + + + 9.769000053405762 + 139 + + + + + + + 40.738554848358035 + -3.823226597160101 + + 898.4000244140625 + 13189.48046875 + + 130 + + 85 + + + 9.75100040435791 + 155 + + + + + + + 40.73850564658642 + -3.8231354858726263 + + 898.4000244140625 + 13199.240234375 + + 131 + + 85 + + + 9.75100040435791 + 129 + + + + + + + 40.73845309205353 + -3.823038088157773 + + 898.4000244140625 + 13209.01953125 + + 131 + + 87 + + + 9.788000106811523 + 129 + + + + + + + 40.73840657249093 + -3.822938846424222 + + 898.5999755859375 + 13218.8203125 + + 131 + + 85 + + + 9.79699993133545 + 129 + + + + + + + 40.73836164548993 + -3.8228458911180496 + + 898.5999755859375 + 13228.58984375 + + 131 + + 87 + + + 9.769000053405762 + 132 + + + + + + + 40.738317808136344 + -3.822747990489006 + + 898.5999755859375 + 13238.3603515625 + + 131 + + 85 + + + 9.769000053405762 + 139 + + + + + + + 40.738274892792106 + -3.8226438872516155 + + 898.5999755859375 + 13248.1103515625 + + 131 + + 85 + + + 9.75100040435791 + 119 + + + + + + + 40.73823264800012 + -3.8225434720516205 + + 898.5999755859375 + 13257.8603515625 + + 131 + + 86 + + + 9.75100040435791 + 138 + + + + + + + 40.73819199576974 + -3.822436183691025 + + 898.5999755859375 + 13267.58984375 + + 131 + + 84 + + + 9.732000350952148 + 111 + + + + + + + 40.73815335519612 + -3.8223304878920317 + + 898.5999755859375 + 13277.3203125 + + 131 + + 85 + + + 9.732000350952148 + 125 + + + + + + + 40.73811597190797 + -3.8222271390259266 + + 898.4000244140625 + 13287.08984375 + + 131 + + 87 + + + 9.769000053405762 + 122 + + + + + + + 40.73808001354337 + -3.8221258018165827 + + 898.4000244140625 + 13296.6904296875 + + 131 + + 85 + + + 9.592000007629395 + 140 + + + + + + + 40.73804682120681 + -3.8220168370753527 + + 898.4000244140625 + 13306.3701171875 + + 131 + + 85 + + + 9.6850004196167 + 157 + + + + + + + 40.73802100494504 + -3.821911560371518 + + 898.4000244140625 + 13316.0703125 + + 131 + + 85 + + + 9.704000473022461 + 145 + + + + + + + 40.73799108155072 + -3.821801757439971 + + 898.4000244140625 + 13325.759765625 + + 130 + + 85 + + + 9.6850004196167 + 118 + + + + + + + 40.73796467855573 + -3.8216921221464872 + + 898.4000244140625 + 13335.419921875 + + 130 + + 93 + + + 9.656999588012695 + 104 + + + + + + + 40.737943053245544 + -3.8215831574052572 + + 898.5999755859375 + 13345.0400390625 + + 130 + + 85 + + + 9.619999885559082 + 98 + + + + + + + 40.73792478069663 + -3.821477461606264 + + 898.5999755859375 + 13354.6796875 + + 130 + + 85 + + + 9.638999938964844 + 144 + + + + + + + 40.737902065739036 + -3.821363467723131 + + 898.2000122070312 + 13364.3603515625 + + 130 + + 83 + + + 9.6850004196167 + 135 + + + + + + + 40.73788261972368 + -3.8212552573531866 + + 898.2000122070312 + 13374.0498046875 + + 130 + + 83 + + + 9.6850004196167 + 131 + + + + + + + 40.73786468245089 + -3.8211384136229753 + + 898.4000244140625 + 13383.759765625 + + 129 + + 85 + + + 9.713000297546387 + 131 + + + + + + + 40.737851187586784 + -3.8210217375308275 + + 898.4000244140625 + 13393.4599609375 + + 129 + + 85 + + + 9.704000473022461 + 135 + + + + + + + 40.73783869855106 + -3.8209074083715677 + + 898.4000244140625 + 13403.2001953125 + + 129 + + 85 + + + 9.732000350952148 + 165 + + + + + + + 40.737827802076936 + -3.820795761421323 + + 898.2000122070312 + 13412.9697265625 + + 129 + + 85 + + + 9.769000053405762 + 149 + + + + + + + 40.73782076127827 + -3.820678498595953 + + 898.0 + 13422.740234375 + + 129 + + 86 + + + 9.769000053405762 + 136 + + + + + + + 40.737816570326686 + -3.8205640856176615 + + 897.7999877929688 + 13432.599609375 + + 129 + + 87 + + + 9.86299991607666 + 123 + + + + + + + 40.7378139719367 + -3.8204450625926256 + + 897.7999877929688 + 13442.330078125 + + 129 + + 86 + + + 9.732000350952148 + 138 + + + + + + + 40.73781028389931 + -3.820326793938875 + + 897.7999877929688 + 13452.1298828125 + + 130 + + 87 + + + 9.79699993133545 + 143 + + + + + + + 40.737808691337705 + -3.8202121295034885 + + 897.7999877929688 + 13462.0498046875 + + 130 + + 85 + + + 9.928000450134277 + 161 + + + + + + + 40.73780927807093 + -3.8201001472771168 + + 897.7999877929688 + 13471.7802734375 + + 130 + + 85 + + + 9.732000350952148 + 135 + + + + + + + 40.737813636660576 + -3.819980788975954 + + 898.0 + 13481.5498046875 + + 130 + + 91 + + + 9.769000053405762 + 136 + + + + + + + 40.737820928916335 + -3.819868890568614 + + 898.0 + 13491.259765625 + + 130 + + 85 + + + 9.704000473022461 + 138 + + + + + + + 40.73782989755273 + -3.8197524659335613 + + 897.7999877929688 + 13501.0595703125 + + 130 + + 85 + + + 9.79699993133545 + 172 + + + + + + + 40.73784079402685 + -3.8196372147649527 + + 897.7999877929688 + 13510.6904296875 + + 130 + + 85 + + + 9.638999938964844 + 134 + + + + + + + 40.73785210959613 + -3.8195265736430883 + + 898.0 + 13520.4296875 + + 130 + + 84 + + + 9.732000350952148 + 145 + + + + + + + 40.737866358831525 + -3.8194171898066998 + + 898.0 + 13530.16015625 + + 130 + + 86 + + + 9.732000350952148 + 135 + + + + + + + 40.73788454756141 + -3.819300765171647 + + 898.0 + 13539.8603515625 + + 130 + + 85 + + + 9.704000473022461 + 131 + + + + + + + 40.737904412671924 + -3.8191905431449413 + + 898.0 + 13549.58984375 + + 129 + + 84 + + + 9.732000350952148 + 145 + + + + + + + 40.73792570270598 + -3.819074872881174 + + 898.0 + 13559.3203125 + + 129 + + 85 + + + 9.732000350952148 + 145 + + + + + + + 40.73794757947326 + -3.818959789350629 + + 897.7999877929688 + 13569.0595703125 + + 129 + + 85 + + + 9.732000350952148 + 171 + + + + + + + 40.737968534231186 + -3.8188483100384474 + + 897.7999877929688 + 13578.8095703125 + + 129 + + 85 + + + 9.75100040435791 + 171 + + + + + + + 40.737993847578764 + -3.8187419436872005 + + 897.7999877929688 + 13588.599609375 + + 129 + + 86 + + + 9.79699993133545 + 149 + + + + + + + 40.73802544735372 + -3.818630715832114 + + 897.5999755859375 + 13598.3095703125 + + 129 + + 85 + + + 9.704000473022461 + 168 + + + + + + + 40.73805654421449 + -3.8185281213372946 + + 897.5999755859375 + 13608.099609375 + + 129 + + 88 + + + 9.79699993133545 + 139 + + + + + + + 40.73809032328427 + -3.818417228758335 + + 897.5999755859375 + 13617.919921875 + + 129 + + 85 + + + 9.815999984741211 + 160 + + + + + + + 40.73812309652567 + -3.818308264017105 + + 897.4000244140625 + 13627.740234375 + + 129 + + 85 + + + 9.815999984741211 + 139 + + + + + + + 40.73815578594804 + -3.8181988801807165 + + 897.4000244140625 + 13637.580078125 + + 129 + + 88 + + + 9.843999862670898 + 123 + + + + + + + 40.73818973265588 + -3.8180946931242943 + + 897.2000122070312 + 13647.419921875 + + 129 + + 72 + + + 9.843999862670898 + 156 + + + + + + + 40.73822828941047 + -3.817985225468874 + + 897.2000122070312 + 13657.26953125 + + 129 + + 72 + + + 9.843999862670898 + 160 + + + + + + + 40.73826500214636 + -3.8178822118788958 + + 897.2000122070312 + 13667.1103515625 + + 129 + + 86 + + + 9.843999862670898 + 160 + + + + + + + 40.73830481618643 + -3.8177742529660463 + + 897.2000122070312 + 13676.990234375 + + 129 + + 86 + + + 9.880999565124512 + 137 + + + + + + + 40.73834546841681 + -3.81766595877707 + + 897.2000122070312 + 13686.9501953125 + + 129 + + 87 + + + 9.956000328063965 + 151 + + + + + + + 40.738385617733 + -3.8175636157393456 + + 897.2000122070312 + 13696.740234375 + + 129 + + 85 + + + 9.79699993133545 + 112 + + + + + + + 40.73842350393534 + -3.8174611888825893 + + 897.0 + 13706.6103515625 + + 129 + + 87 + + + 9.86299991607666 + 150 + + + + + + + 40.73846474289894 + -3.8173522241413593 + + 897.0 + 13716.490234375 + + 129 + + 87 + + + 9.880999565124512 + 130 + + + + + + + 40.73850438930094 + -3.817248959094286 + + 897.0 + 13726.3701171875 + + 129 + + 85 + + + 9.880999565124512 + 127 + + + + + + + 40.73854344896972 + -3.817142592743039 + + 897.0 + 13736.25 + + 129 + + 88 + + + 9.880999565124512 + 127 + + + + + + + 40.73858485557139 + -3.8170379027724266 + + 896.7999877929688 + 13746.1298828125 + + 129 + + 85 + + + 9.880999565124512 + 137 + + + + + + + 40.73862433433533 + -3.816933548077941 + + 896.7999877929688 + 13756.0595703125 + + 129 + + 85 + + + 9.928000450134277 + 138 + + + + + + + 40.73866255581379 + -3.816833719611168 + + 896.7999877929688 + 13765.8095703125 + + 128 + + 85 + + + 9.75100040435791 + 169 + + + + + + + 40.738701950758696 + -3.8167277723550797 + + 896.7999877929688 + 13775.580078125 + + 128 + + 86 + + + 9.769000053405762 + 169 + + + + + + + 40.73874109424651 + -3.816629368811846 + + 896.7999877929688 + 13785.330078125 + + 128 + + 85 + + + 9.75100040435791 + 162 + + + + + + + 40.73878333903849 + -3.816523337736726 + + 897.0 + 13794.8603515625 + + 128 + + 86 + + + 9.53600025177002 + 177 + + + + + + + 40.73882281780243 + -3.8164188992232084 + + 897.0 + 13804.4599609375 + + 129 + + 85 + + + 9.592000007629395 + 162 + + + + + + + 40.73886087164283 + -3.816318651661277 + + 896.7999877929688 + 13814.0498046875 + + 129 + + 85 + + + 9.592000007629395 + 202 + + + + + + + 40.73889758437872 + -3.8162207510322332 + + 896.7999877929688 + 13823.66015625 + + 129 + + 85 + + + 9.611000061035156 + 202 + + + + + + + 40.738934548571706 + -3.8161169830709696 + + 896.5999755859375 + 13833.2001953125 + + 129 + + 82 + + + 9.545000076293945 + 203 + + + + + + + 40.73897033929825 + -3.816020507365465 + + 896.7999877929688 + 13842.6796875 + + 129 + + 84 + + + 9.479999542236328 + 192 + + + + + + + 40.739008812233806 + -3.815918331965804 + + 897.0 + 13852.1904296875 + + 130 + + 85 + + + 9.508000373840332 + 186 + + + + + + + 40.73904259130359 + -3.8158174138516188 + + 897.0 + 13861.4697265625 + + 130 + + 82 + + + 9.274999618530273 + 191 + + + + + + + 40.73907611891627 + -3.8157211896032095 + + 897.2000122070312 + 13870.7197265625 + + 130 + + 83 + + + 9.255999565124512 + 199 + + + + + + + 40.73910662904382 + -3.815626809373498 + + 897.2000122070312 + 13879.919921875 + + 131 + + 82 + + + 9.199999809265137 + 165 + + + + + + + 40.73914149776101 + -3.815524047240615 + + 897.2000122070312 + 13889.01953125 + + 131 + + 82 + + + 9.097000122070312 + 178 + + + + + + + 40.73917561210692 + -3.81542706862092 + + 897.4000244140625 + 13898.0595703125 + + 132 + + 79 + + + 9.041000366210938 + 193 + + + + + + + 40.73920855298638 + -3.815325563773513 + + 897.4000244140625 + 13907.1396484375 + + 132 + + 79 + + + 9.079000473022461 + 199 + + + + + + + 40.73923931457102 + -3.815224813297391 + + 897.5999755859375 + 13916.2998046875 + + 133 + + 80 + + + 9.163000106811523 + 211 + + + + + + + 40.73926890268922 + -3.815124901011586 + + 897.7999877929688 + 13925.400390625 + + 133 + + 81 + + + 9.097000122070312 + 200 + + + + + + + 40.73929178528488 + -3.8150238152593374 + + 898.0 + 13934.580078125 + + 134 + + 81 + + + 9.180999755859375 + 211 + + + + + + + 40.73930653743446 + -3.8149142637848854 + + 898.0 + 13943.7001953125 + + 134 + + 81 + + + 9.116000175476074 + 216 + + + + + + + 40.73931240476668 + -3.8148082327097654 + + 897.7999877929688 + 13952.830078125 + + 135 + + 80 + + + 9.135000228881836 + 257 + + + + + + + 40.7393148355186 + -3.8147006928920746 + + 898.0 + 13961.8896484375 + + 135 + + 80 + + + 9.0600004196167 + 236 + + + + + + + 40.739323887974024 + -3.8145920634269714 + + 898.2000122070312 + 13971.009765625 + + 136 + + 80 + + + 9.116000175476074 + 192 + + + + + + + 40.7393457647413 + -3.8144881278276443 + + 898.2000122070312 + 13980.169921875 + + 136 + + 78 + + + 9.163000106811523 + 204 + + + + + + + 40.73938122019172 + -3.814392574131489 + + 898.2000122070312 + 13989.3896484375 + + 137 + + 80 + + + 9.218999862670898 + 206 + + + + + + + 40.73944400064647 + -3.814309760928154 + + 898.2000122070312 + 13998.6298828125 + + 137 + + 82 + + + 9.237000465393066 + 181 + + + + + + + 40.73950753547251 + -3.8142425380647182 + + 898.4000244140625 + 14007.759765625 + + 138 + + 81 + + + 9.135000228881836 + 204 + + + + + + + 40.73957484215498 + -3.8141720462590456 + + 898.2000122070312 + 14017.01953125 + + 138 + + 81 + + + 9.255999565124512 + 213 + + + + + + + 40.739638628438115 + -3.8140971958637238 + + 898.2000122070312 + 14026.3603515625 + + 138 + + 83 + + + 9.34000015258789 + 196 + + + + + + + 40.7396927755326 + -3.8140178192406893 + + 898.2000122070312 + 14035.650390625 + + 138 + + 82 + + + 9.293000221252441 + 208 + + + + + + + 40.73974189348519 + -3.81393332965672 + + 898.4000244140625 + 14044.8896484375 + + 139 + + 81 + + + 9.237000465393066 + 222 + + + + + + + 40.73978237807751 + -3.8138351775705814 + + 898.4000244140625 + 14054.08984375 + + 139 + + 82 + + + 9.199999809265137 + 211 + + + + + + + 40.73981339111924 + -3.8137403782457113 + + 898.4000244140625 + 14063.1904296875 + + 139 + + 81 + + + 9.097000122070312 + 194 + + + + + + + 40.73984993621707 + -3.813639208674431 + + 898.5999755859375 + 14072.25 + + 139 + + 80 + + + 9.0600004196167 + 166 + + + + + + + 40.73988656513393 + -3.8135424815118313 + + 898.7999877929688 + 14081.1201171875 + + 139 + + 83 + + + 8.873000144958496 + 211 + + + + + + + 40.73992135003209 + -3.8134491071105003 + + 899.2000122070312 + 14089.98046875 + + 140 + + 85 + + + 8.854999542236328 + 243 + + + + + + + 40.739956218749285 + -3.813357660546899 + + 899.4000244140625 + 14098.7802734375 + + 140 + + 85 + + + 8.798999786376953 + 217 + + + + + + + 40.73999712243676 + -3.813263112679124 + + 899.5999755859375 + 14107.490234375 + + 140 + + 82 + + + 8.71500015258789 + 195 + + + + + + + 40.74003266170621 + -3.813177701085806 + + 899.7999877929688 + 14116.009765625 + + 140 + + 87 + + + 8.519000053405762 + 193 + + + + + + + 40.74006853625178 + -3.8130841590464115 + + 899.7999877929688 + 14124.4599609375 + + 140 + + 91 + + + 8.454000473022461 + 220 + + + + + + + 40.740102315321565 + -3.8129933830350637 + + 899.7999877929688 + 14132.849609375 + + 141 + + 86 + + + 8.387999534606934 + 238 + + + + + + + 40.74013617821038 + -3.8129056245088577 + + 900.0 + 14141.150390625 + + 141 + + 86 + + + 8.303999900817871 + 219 + + + + + + + 40.74017096310854 + -3.812823398038745 + + 900.2000122070312 + 14149.4599609375 + + 141 + + 86 + + + 8.303999900817871 + 214 + + + + + + + 40.740209184587 + -3.8127366453409195 + + 900.4000244140625 + 14157.669921875 + + 142 + + 87 + + + 8.211000442504883 + 214 + + + + + + + 40.740246484056115 + -3.8126565981656313 + + 900.4000244140625 + 14165.76953125 + + 142 + + 84 + + + 8.098999977111816 + 198 + + + + + + + 40.74028537608683 + -3.812574204057455 + + 900.4000244140625 + 14173.8203125 + + 142 + + 83 + + + 8.052000045776367 + 212 + + + + + + + 40.740325106307864 + -3.812493570148945 + + 900.4000244140625 + 14181.7998046875 + + 142 + + 82 + + + 7.978000164031982 + 216 + + + + + + + 40.74036408215761 + -3.8124158699065447 + + 900.4000244140625 + 14189.7197265625 + + 143 + + 83 + + + 7.921999931335449 + 247 + + + + + + + 40.740402890369296 + -3.8123413547873497 + + 900.5999755859375 + 14197.669921875 + + 143 + + 80 + + + 7.949999809265137 + 164 + + + + + + + 40.740443877875805 + -3.8122595474123955 + + 900.7999877929688 + 14205.6103515625 + + 143 + + 84 + + + 7.940000057220459 + 239 + + + + + + + 40.74048209935427 + -3.8121818471699953 + + 901.2000122070312 + 14213.5595703125 + + 143 + + 86 + + + 7.949999809265137 + 221 + + + + + + + 40.74052233248949 + -3.8120999559760094 + + 901.2000122070312 + 14221.5595703125 + + 143 + + 87 + + + 7.995999813079834 + 239 + + + + + + + 40.740563068538904 + -3.8120194897055626 + + 901.2000122070312 + 14229.5400390625 + + 144 + + 87 + + + 7.978000164031982 + 200 + + + + + + + 40.74060254730284 + -3.8119423761963844 + + 901.0 + 14237.509765625 + + 144 + + 87 + + + 7.978000164031982 + 203 + + + + + + + 40.74064160697162 + -3.8118678610771894 + + 901.4000244140625 + 14245.5595703125 + + 144 + + 88 + + + 8.043000221252441 + 204 + + + + + + + 40.740683265030384 + -3.811787897720933 + + 901.5999755859375 + 14253.419921875 + + 144 + + 87 + + + 7.866000175476074 + 218 + + + + + + + 40.74072073213756 + -3.8117114547640085 + + 901.7999877929688 + 14261.330078125 + + 145 + + 87 + + + 7.9029998779296875 + 208 + + + + + + + 40.74076037853956 + -3.811631826683879 + + 902.0 + 14269.16015625 + + 145 + + 87 + + + 7.8379998207092285 + 231 + + + + + + + 40.74080186896026 + -3.8115533720701933 + + 902.4000244140625 + 14276.98046875 + + 145 + + 85 + + + 7.818999767303467 + 212 + + + + + + + 40.740841096267104 + -3.8114796951413155 + + 902.5999755859375 + 14284.7998046875 + + 144 + + 85 + + + 7.818999767303467 + 178 + + + + + + + 40.74087847955525 + -3.8114066049456596 + + 902.7999877929688 + 14292.580078125 + + 145 + + 86 + + + 7.7820000648498535 + 211 + + + + + + + 40.74091913178563 + -3.811328988522291 + + 903.0 + 14300.2900390625 + + 145 + + 85 + + + 7.706999778747559 + 214 + + + + + + + 40.74095718562603 + -3.811254557222128 + + 903.0 + 14308.0498046875 + + 145 + + 85 + + + 7.754000186920166 + 194 + + + + + + + 40.740997921675444 + -3.8111766893416643 + + 903.0 + 14315.75 + + 145 + + 86 + + + 7.706999778747559 + 232 + + + + + + + 40.741037065163255 + -3.811102593317628 + + 903.2000122070312 + 14323.3603515625 + + 145 + + 84 + + + 7.605000019073486 + 258 + + + + + + + 40.74107461608946 + -3.8110266532748938 + + 903.4000244140625 + 14331.0400390625 + + 145 + + 85 + + + 7.678999900817871 + 230 + + + + + + + 40.741111328825355 + -3.810952054336667 + + 903.5999755859375 + 14338.6904296875 + + 145 + + 85 + + + 7.651000022888184 + 208 + + + + + + + 40.7411505561322 + -3.8108744379132986 + + 903.7999877929688 + 14346.3896484375 + + 145 + + 84 + + + 7.706999778747559 + 204 + + + + + + + 40.741188107058406 + -3.8108007609844208 + + 904.0 + 14354.1298828125 + + 146 + + 85 + + + 7.735000133514404 + 197 + + + + + + + 40.74122884310782 + -3.8107222225517035 + + 904.2000122070312 + 14361.83984375 + + 146 + + 82 + + + 7.706999778747559 + 170 + + + + + + + 40.74126991443336 + -3.8106447737663984 + + 904.2000122070312 + 14369.5595703125 + + 146 + + 81 + + + 7.72599983215332 + 220 + + + + + + + 40.74131048284471 + -3.8105702586472034 + + 904.4000244140625 + 14377.3203125 + + 146 + + 78 + + + 7.754000186920166 + 205 + + + + + + + 40.74135188944638 + -3.8104972522705793 + + 904.4000244140625 + 14385.1396484375 + + 146 + + 79 + + + 7.818999767303467 + 231 + + + + + + + 40.74139287695289 + -3.810417540371418 + + 904.4000244140625 + 14393.0595703125 + + 146 + + 79 + + + 7.921999931335449 + 209 + + + + + + + 40.74143369682133 + -3.810336571186781 + + 904.4000244140625 + 14401.099609375 + + 146 + + 80 + + + 8.043000221252441 + 224 + + + + + + + 40.741477785632014 + -3.810254093259573 + + 904.4000244140625 + 14409.3095703125 + + 147 + + 84 + + + 8.211000442504883 + 209 + + + + + + + 40.74152019806206 + -3.810170777142048 + + 904.2000122070312 + 14417.6298828125 + + 146 + + 85 + + + 8.322999954223633 + 203 + + + + + + + 40.741561856120825 + -3.810088550671935 + + 904.2000122070312 + 14426.01953125 + + 147 + + 85 + + + 8.387999534606934 + 199 + + + + + + + 40.74160552583635 + -3.810007581487298 + + 904.4000244140625 + 14434.4697265625 + + 146 + + 85 + + + 8.444000244140625 + 194 + + + + + + + 40.74165087193251 + -3.809923930093646 + + 904.4000244140625 + 14442.9501953125 + + 147 + + 85 + + + 8.482000350952148 + 118 + + + + + + + 40.74169211089611 + -3.80984446965158 + + 904.4000244140625 + 14451.3701171875 + + 147 + + 104 + + + 8.425999641418457 + 171 + + + + + + + 40.741735780611634 + -3.809759058058262 + + 904.5999755859375 + 14459.83984375 + + 147 + + 88 + + + 8.463000297546387 + 152 + + + + + + + 40.74177953414619 + -3.8096728920936584 + + 904.5999755859375 + 14468.3701171875 + + 147 + + 85 + + + 8.527999877929688 + 176 + + + + + + + 40.7418221142143 + -3.8095873966813087 + + 904.5999755859375 + 14476.9697265625 + + 147 + + 90 + + + 8.602999687194824 + 181 + + + + + + + 40.7418654486537 + -3.809507852420211 + + 904.4000244140625 + 14485.599609375 + + 147 + + 85 + + + 8.630999565124512 + 140 + + + + + + + 40.74191347695887 + -3.8094195909798145 + + 904.4000244140625 + 14494.3203125 + + 147 + + 84 + + + 8.723999977111816 + 213 + + + + + + + 40.741957146674395 + -3.8093348499387503 + + 904.5999755859375 + 14503.08984375 + + 146 + + 82 + + + 8.770999908447266 + 176 + + + + + + + 40.74200299568474 + -3.809246337041259 + + 904.5999755859375 + 14511.900390625 + + 147 + + 83 + + + 8.807999610900879 + 161 + + + + + + + 40.7420483417809 + -3.8091586623340845 + + 904.7999877929688 + 14520.76953125 + + 146 + + 85 + + + 8.86400032043457 + 174 + + + + + + + 40.742093017324805 + -3.809072580188513 + + 904.7999877929688 + 14529.58984375 + + 146 + + 85 + + + 8.82699966430664 + 162 + + + + + + + 40.74213626794517 + -3.8089886773377657 + + 905.0 + 14538.419921875 + + 146 + + 85 + + + 8.82699966430664 + 171 + + + + + + + 40.74218261986971 + -3.808897817507386 + + 905.0 + 14547.25 + + 146 + + 83 + + + 8.82699966430664 + 201 + + + + + + + 40.74222947470844 + -3.808813663199544 + + 905.2000122070312 + 14556.1103515625 + + 146 + + 85 + + + 8.86400032043457 + 174 + + + + + + + 40.742277754470706 + -3.8087233062833548 + + 905.4000244140625 + 14565.0498046875 + + 146 + + 85 + + + 8.939000129699707 + 191 + + + + + + + 40.74232335202396 + -3.8086332008242607 + + 905.2000122070312 + 14573.98046875 + + 145 + + 85 + + + 8.928999900817871 + 154 + + + + + + + 40.74236920103431 + -3.808545358479023 + + 905.2000122070312 + 14583.0 + + 145 + + 86 + + + 9.02299976348877 + 180 + + + + + + + 40.7424143794924 + -3.808460533618927 + + 905.0 + 14592.0400390625 + + 145 + + 85 + + + 9.041000366210938 + 135 + + + + + + + 40.74246131815016 + -3.8083705119788647 + + 905.0 + 14601.1103515625 + + 145 + + 87 + + + 9.0600004196167 + 141 + + + + + + + 40.742505826056004 + -3.8082845974713564 + + 905.2000122070312 + 14610.150390625 + + 145 + + 86 + + + 9.041000366210938 + 171 + + + + + + + 40.7425544410944 + -3.8081929832696915 + + 905.2000122070312 + 14619.150390625 + + 145 + + 85 + + + 9.003999710083008 + 122 + + + + + + + 40.74260079301894 + -3.808104721829295 + + 905.4000244140625 + 14628.1201171875 + + 144 + + 95 + + + 8.967000007629395 + 130 + + + + + + + 40.742643624544144 + -3.808018807321787 + + 905.4000244140625 + 14637.0498046875 + + 144 + + 91 + + + 8.928999900817871 + 148 + + + + + + + 40.7426889706403 + -3.8079335633665323 + + 905.4000244140625 + 14646.0302734375 + + 143 + + 90 + + + 8.984999656677246 + 164 + + + + + + + 40.74273574166 + -3.807842368260026 + + 905.4000244140625 + 14654.9599609375 + + 143 + + 85 + + + 8.928999900817871 + 139 + + + + + + + 40.74277790263295 + -3.80776047706604 + + 905.5999755859375 + 14663.849609375 + + 142 + + 84 + + + 8.892000198364258 + 129 + + + + + + + 40.742826014757156 + -3.807669449597597 + + 905.5999755859375 + 14672.7802734375 + + 142 + + 85 + + + 8.928999900817871 + 154 + + + + + + + 40.74287110939622 + -3.807581774890423 + + 905.7999877929688 + 14681.5595703125 + + 142 + + 80 + + + 8.779999732971191 + 170 + + + + + + + 40.74291595257819 + -3.807495776563883 + + 905.7999877929688 + 14690.5 + + 142 + + 81 + + + 8.939000129699707 + 160 + + + + + + + 40.74296138249338 + -3.807413885369897 + + 906.0 + 14699.400390625 + + 142 + + 85 + + + 8.901000022888184 + 169 + + + + + + + 40.743008740246296 + -3.807321935892105 + + 906.2000122070312 + 14708.2099609375 + + 141 + + 85 + + + 8.807999610900879 + 185 + + + + + + + 40.74305249378085 + -3.8072382006794214 + + 906.2000122070312 + 14717.099609375 + + 141 + + 84 + + + 8.883000373840332 + 163 + + + + + + + 40.743099600076675 + -3.8071478437632322 + + 906.4000244140625 + 14725.9599609375 + + 141 + + 85 + + + 8.86400032043457 + 189 + + + + + + + 40.7431451138109 + -3.8070581573992968 + + 906.4000244140625 + 14734.8603515625 + + 141 + + 84 + + + 8.901000022888184 + 178 + + + + + + + 40.74318861588836 + -3.806971488520503 + + 906.5999755859375 + 14743.7998046875 + + 140 + + 85 + + + 8.939000129699707 + 175 + + + + + + + 40.74323278851807 + -3.806886663660407 + + 906.7999877929688 + 14752.740234375 + + 140 + + 85 + + + 8.939000129699707 + 185 + + + + + + + 40.74328073300421 + -3.806797480210662 + + 906.7999877929688 + 14761.66015625 + + 140 + + 85 + + + 8.920000076293945 + 163 + + + + + + + 40.743325827643275 + -3.8067133259028196 + + 907.0 + 14770.599609375 + + 140 + + 85 + + + 8.939000129699707 + 191 + + + + + + + 40.74337385594845 + -3.8066246453672647 + + 907.2000122070312 + 14779.5703125 + + 139 + + 78 + + + 8.97599983215332 + 182 + + + + + + + 40.74341978877783 + -3.8065348751842976 + + 907.4000244140625 + 14788.5302734375 + + 139 + + 85 + + + 8.956999778747559 + 167 + + + + + + + 40.74346370995045 + -3.8064513076096773 + + 907.4000244140625 + 14797.4296875 + + 139 + + 90 + + + 8.901000022888184 + 181 + + + + + + + 40.74350737966597 + -3.8063679076731205 + + 907.4000244140625 + 14806.3095703125 + + 139 + + 84 + + + 8.883000373840332 + 184 + + + + + + + 40.743554988875985 + -3.806279394775629 + + 907.2000122070312 + 14815.2001953125 + + 139 + + 85 + + + 8.883000373840332 + 199 + + + + + + + 40.74359907768667 + -3.806195491924882 + + 907.2000122070312 + 14823.8798828125 + + 139 + + 85 + + + 8.687000274658203 + 177 + + + + + + + 40.74364425614476 + -3.8061075657606125 + + 907.0 + 14832.6298828125 + + 140 + + 86 + + + 8.743000030517578 + 172 + + + + + + + 40.74368976987898 + -3.806020226329565 + + 907.2000122070312 + 14841.349609375 + + 140 + + 90 + + + 8.723999977111816 + 172 + + + + + + + 40.74373519979417 + -3.8059370778501034 + + 907.0 + 14850.0595703125 + + 139 + + 91 + + + 8.706000328063965 + 195 + + + + + + + 40.743778282776475 + -3.805856192484498 + + 907.0 + 14858.669921875 + + 139 + + 99 + + + 8.612000465393066 + 158 + + + + + + + 40.743821281939745 + -3.8057691045105457 + + 907.0 + 14867.2001953125 + + 139 + + 88 + + + 8.527999877929688 + 162 + + + + + + + 40.74386252090335 + -3.8056887220591307 + + 907.0 + 14875.7001953125 + + 139 + + 98 + + + 8.5 + 165 + + + + + + + 40.74390401132405 + -3.805602639913559 + + 907.2000122070312 + 14884.1396484375 + + 139 + + 90 + + + 8.444000244140625 + 146 + + + + + + + 40.74394709430635 + -3.8055194076150656 + + 907.2000122070312 + 14892.599609375 + + 139 + + 87 + + + 8.463000297546387 + 164 + + + + + + + 40.743990344926715 + -3.805435923859477 + + 907.4000244140625 + 14901.169921875 + + 139 + + 90 + + + 8.565999984741211 + 197 + + + + + + + 40.744031835347414 + -3.805355792865157 + + 907.4000244140625 + 14909.650390625 + + 139 + + 86 + + + 8.482000350952148 + 156 + + + + + + + 40.74407869018614 + -3.805270716547966 + + 907.4000244140625 + 14918.16015625 + + 139 + + 87 + + + 8.510000228881836 + 173 + + + + + + + 40.74412093497813 + -3.805190669372678 + + 907.4000244140625 + 14926.7099609375 + + 138 + + 86 + + + 8.54699993133545 + 171 + + + + + + + 40.74416602961719 + -3.8051020726561546 + + 907.2000122070312 + 14935.25 + + 138 + + 86 + + + 8.54699993133545 + 154 + + + + + + + 40.74420768767595 + -3.805015990510583 + + 907.4000244140625 + 14943.759765625 + + 138 + + 88 + + + 8.510000228881836 + 173 + + + + + + + 40.744247334077954 + -3.8049328420311213 + + 907.4000244140625 + 14952.259765625 + + 138 + + 87 + + + 8.5 + 165 + + + + + + + 40.744289411231875 + -3.804853381589055 + + 907.5999755859375 + 14960.8701171875 + + 137 + + 86 + + + 8.602999687194824 + 181 + + + + + + + 40.744334841147065 + -3.8047690596431494 + + 907.7999877929688 + 14969.25 + + 137 + + 87 + + + 8.378999710083008 + 193 + + + + + + + 40.74437608011067 + -3.8046882580965757 + + 907.7999877929688 + 14977.6103515625 + + 137 + + 86 + + + 8.359999656677246 + 184 + + + + + + + 40.74441807344556 + -3.804607205092907 + + 907.7999877929688 + 14985.849609375 + + 137 + + 87 + + + 8.248000144958496 + 202 + + + + + + + 40.74445864185691 + -3.8045269064605236 + + 907.7999877929688 + 14994.0400390625 + + 137 + + 85 + + + 8.182999610900879 + 183 + + + + + + + 40.74449543841183 + -3.8044485356658697 + + 908.0 + 15002.1298828125 + + 137 + + 83 + + + 8.09000015258789 + 187 + + + + + + + 40.74453097768128 + -3.8043737690895796 + + 908.2000122070312 + 15010.1298828125 + + 137 + + 85 + + + 8.005999565124512 + 191 + + + + + + + 40.74457238428295 + -3.804298499599099 + + 908.2000122070312 + 15018.0400390625 + + 137 + + 95 + + + 7.9120001792907715 + 209 + + + + + + + 40.74461161158979 + -3.804226750507951 + + 908.4000244140625 + 15025.8203125 + + 138 + + 85 + + + 7.771999835968018 + 230 + + + + + + + 40.74465067125857 + -3.8041493017226458 + + 908.4000244140625 + 15033.51953125 + + 137 + + 87 + + + 7.697999954223633 + 201 + + + + + + + 40.74468947947025 + -3.804072942584753 + + 908.5999755859375 + 15041.099609375 + + 138 + + 86 + + + 7.585999965667725 + 255 + + + + + + + 40.74472485110164 + -3.8040012773126364 + + 908.7999877929688 + 15048.5703125 + + 138 + + 92 + + + 7.473999977111816 + 238 + + + + + + + 40.744760474190116 + -3.8039328809827566 + + 909.0 + 15055.8896484375 + + 138 + + 87 + + + 7.315000057220459 + 244 + + + + + + + 40.744799450039864 + -3.8038613833487034 + + 909.0 + 15063.1904296875 + + 137 + + 92 + + + 7.296999931335449 + 317 + + + + + + + 40.744834151118994 + -3.803791981190443 + + 909.2000122070312 + 15070.4296875 + + 138 + + 85 + + + 7.241000175476074 + 262 + + + + + + + 40.744874719530344 + -3.803721657022834 + + 909.4000244140625 + 15077.58984375 + + 138 + + 85 + + + 7.165999889373779 + 225 + + + + + + + 40.74491059407592 + -3.8036527577787638 + + 909.5999755859375 + 15084.5703125 + + 138 + + 84 + + + 6.979000091552734 + 191 + + + + + + + 40.744944205507636 + -3.8035856187343597 + + 910.0 + 15091.4404296875 + + 139 + + 88 + + + 6.867000102996826 + 253 + + + + + + + 40.7449789904058 + -3.8035220000892878 + + 910.2000122070312 + 15098.2802734375 + + 139 + + 85 + + + 6.839000225067139 + 238 + + + + + + + 40.74501536786556 + -3.803452095016837 + + 910.4000244140625 + 15105.1201171875 + + 140 + + 85 + + + 6.839000225067139 + 252 + + + + + + + 40.745050152763724 + -3.803387973457575 + + 910.4000244140625 + 15111.8896484375 + + 140 + + 85 + + + 6.77400016784668 + 252 + + + + + + + 40.74508552439511 + -3.803318655118346 + + 910.4000244140625 + 15118.6396484375 + + 141 + + 85 + + + 6.745999813079834 + 251 + + + + + + + 40.745118632912636 + -3.8032508455216885 + + 910.4000244140625 + 15125.33984375 + + 141 + + 84 + + + 6.698999881744385 + 232 + + + + + + + 40.745152244344354 + -3.8031877297908068 + + 910.4000244140625 + 15132.0400390625 + + 141 + + 85 + + + 6.698999881744385 + 240 + + + + + + + 40.745184598490596 + -3.8031229376792908 + + 910.5999755859375 + 15138.7900390625 + + 142 + + 84 + + + 6.755000114440918 + 235 + + + + + + + 40.74522248469293 + -3.8030522782355547 + + 910.7999877929688 + 15145.58984375 + + 142 + + 86 + + + 6.793000221252441 + 214 + + + + + + + 40.74525601230562 + -3.80298656411469 + + 911.0 + 15152.4697265625 + + 142 + + 90 + + + 6.886000156402588 + 209 + + + + + + + 40.745291635394096 + -3.802916156128049 + + 911.2000122070312 + 15159.26953125 + + 142 + + 96 + + + 6.793000221252441 + 165 + + + + + + + 40.7453278452158 + -3.8028470054268837 + + 911.2000122070312 + 15166.169921875 + + 143 + + 92 + + + 6.90500020980835 + 258 + + + + + + + 40.7453622110188 + -3.8027790281921625 + + 911.2000122070312 + 15173.169921875 + + 143 + + 86 + + + 6.998000144958496 + 203 + + + + + + + 40.74539733119309 + -3.802713146433234 + + 911.2000122070312 + 15180.2099609375 + + 143 + + 88 + + + 7.045000076293945 + 233 + + + + + + + 40.7454330381006 + -3.802640475332737 + + 911.2000122070312 + 15187.1396484375 + + 144 + + 87 + + + 6.922999858856201 + 196 + + + + + + + 40.745466481894255 + -3.802575347945094 + + 911.4000244140625 + 15194.0595703125 + + 144 + + 87 + + + 6.922999858856201 + 227 + + + + + + + 40.745503110811114 + -3.802506700158119 + + 911.5999755859375 + 15200.7900390625 + + 144 + + 85 + + + 6.7270002365112305 + 204 + + + + + + + 40.745539823547006 + -3.802440231665969 + + 911.5999755859375 + 15207.509765625 + + 144 + + 85 + + + 6.7179999351501465 + 213 + + + + + + + 40.74557293206453 + -3.802378037944436 + + 911.7999877929688 + 15214.1396484375 + + 144 + + 83 + + + 6.633999824523926 + 218 + + + + + + + 40.74560503475368 + -3.80231567658484 + + 912.0 + 15220.75 + + 144 + + 85 + + + 6.605999946594238 + 228 + + + + + + + 40.74564007110894 + -3.802249375730753 + + 912.0 + 15227.349609375 + + 144 + + 82 + + + 6.605999946594238 + 210 + + + + + + + 40.74567351490259 + -3.802186092361808 + + 912.2000122070312 + 15233.9599609375 + + 145 + + 83 + + + 6.605999946594238 + 235 + + + + + + + 40.74570846743882 + -3.8021166063845158 + + 912.4000244140625 + 15240.7099609375 + + 145 + + 83 + + + 6.745999813079834 + 209 + + + + + + + 40.74574509635568 + -3.802046785131097 + + 912.5999755859375 + 15247.4296875 + + 145 + + 85 + + + 6.7270002365112305 + 193 + + + + + + + 40.74577904306352 + -3.801980232819915 + + 912.7999877929688 + 15254.3203125 + + 145 + + 85 + + + 6.886000156402588 + 188 + + + + + + + 40.74581407941878 + -3.801914183422923 + + 912.5999755859375 + 15261.23046875 + + 145 + + 85 + + + 6.914000034332275 + 179 + + + + + + + 40.74585070833564 + -3.8018445298075676 + + 912.5999755859375 + 15268.16015625 + + 146 + + 85 + + + 6.922999858856201 + 170 + + + + + + + 40.7458854932338 + -3.8017783127725124 + + 912.4000244140625 + 15275.150390625 + + 146 + + 88 + + + 6.998000144958496 + 189 + + + + + + + 40.74592270888388 + -3.801705641672015 + + 912.4000244140625 + 15282.2001953125 + + 146 + + 90 + + + 7.045000076293945 + 163 + + + + + + + 40.745961433276534 + -3.8016328029334545 + + 912.4000244140625 + 15289.330078125 + + 146 + + 80 + + + 7.129000186920166 + 175 + + + + + + + 40.74599747546017 + -3.801564574241638 + + 912.4000244140625 + 15296.599609375 + + 145 + + 78 + + + 7.269000053405762 + 186 + + + + + + + 40.746033769100904 + -3.8014934957027435 + + 912.4000244140625 + 15303.990234375 + + 145 + + 86 + + + 7.389999866485596 + 166 + + + + + + + 40.746073415502906 + -3.801414705812931 + + 912.4000244140625 + 15311.490234375 + + 145 + + 87 + + + 7.501999855041504 + 182 + + + + + + + 40.74610887095332 + -3.8013430405408144 + + 912.4000244140625 + 15319.0703125 + + 145 + + 88 + + + 7.585999965667725 + 111 + + + + + + + 40.74614893645048 + -3.8012644182890654 + + 912.4000244140625 + 15326.6396484375 + + 145 + + 86 + + + 7.566999912261963 + 170 + + + + + + + 40.74618791230023 + -3.8011874724179506 + + 912.4000244140625 + 15334.26953125 + + 144 + + 85 + + + 7.623000144958496 + 159 + + + + + + + 40.74622797779739 + -3.8011127058416605 + + 912.4000244140625 + 15342.0 + + 144 + + 87 + + + 7.735000133514404 + 208 + + + + + + + 40.746268797665834 + -3.801039196550846 + + 912.5999755859375 + 15349.83984375 + + 144 + + 85 + + + 7.8379998207092285 + 176 + + + + + + + 40.746312299743295 + -3.8009592331945896 + + 912.4000244140625 + 15357.830078125 + + 144 + + 88 + + + 7.986999988555908 + 191 + + + + + + + 40.746352868154645 + -3.8008806109428406 + + 912.4000244140625 + 15365.83984375 + + 144 + + 98 + + + 8.015000343322754 + 177 + + + + + + + 40.746395364403725 + -3.8007984682917595 + + 912.4000244140625 + 15373.9599609375 + + 143 + + 129 + + + 8.118000030517578 + 180 + + + + + + + 40.74643727391958 + -3.8007163256406784 + + 912.4000244140625 + 15382.2099609375 + + 143 + + 100 + + + 8.248000144958496 + 154 + + + + + + + 40.74647926725447 + -3.8006365299224854 + + 912.5999755859375 + 15390.3603515625 + + 144 + + 84 + + + 8.154999732971191 + 164 + + + + + + + 40.74652117677033 + -3.800558829680085 + + 912.4000244140625 + 15398.6396484375 + + 144 + + 84 + + + 8.276000022888184 + 155 + + + + + + + 40.74656484648585 + -3.8004732504487038 + + 912.2000122070312 + 15407.01953125 + + 143 + + 85 + + + 8.378999710083008 + 163 + + + + + + + 40.74660734273493 + -3.8003922812640667 + + 912.4000244140625 + 15415.33984375 + + 143 + + 86 + + + 8.322999954223633 + 207 + + + + + + + 40.74665428139269 + -3.8003080431371927 + + 912.5999755859375 + 15423.75 + + 144 + + 87 + + + 8.406999588012695 + 169 + + + + + + + 40.74669954366982 + -3.800224894657731 + + 912.5999755859375 + 15432.1396484375 + + 144 + + 86 + + + 8.387999534606934 + 171 + + + + + + + 40.74674296192825 + -3.8001403212547302 + + 912.5999755859375 + 15440.5595703125 + + 143 + + 85 + + + 8.425999641418457 + 181 + + + + + + + 40.74678570963442 + -3.800058178603649 + + 912.4000244140625 + 15449.0302734375 + + 143 + + 86 + + + 8.472000122070312 + 173 + + + + + + + 40.74683181010187 + -3.799968743696809 + + 912.4000244140625 + 15457.650390625 + + 143 + + 86 + + + 8.612000465393066 + 159 + + + + + + + 40.74687581509352 + -3.7998851761221886 + + 912.2000122070312 + 15466.33984375 + + 143 + + 87 + + + 8.696000099182129 + 160 + + + + + + + 40.74692090973258 + -3.7997959088534117 + + 912.4000244140625 + 15475.080078125 + + 143 + + 87 + + + 8.734000205993652 + 161 + + + + + + + 40.7469682674855 + -3.799706809222698 + + 912.2000122070312 + 15483.900390625 + + 142 + + 86 + + + 8.82699966430664 + 234 + + + + + + + 40.74701260775328 + -3.7996225710958242 + + 912.2000122070312 + 15492.8095703125 + + 142 + + 84 + + + 8.901000022888184 + 204 + + + + + + + 40.74705535545945 + -3.799539590254426 + + 912.0 + 15501.7802734375 + + 143 + + 85 + + + 8.97599983215332 + 187 + + + + + + + 40.74710061773658 + -3.799451580271125 + + 912.0 + 15510.650390625 + + 142 + + 88 + + + 8.86400032043457 + 218 + + + + + + + 40.74714378453791 + -3.7993616424500942 + + 912.0 + 15519.6201171875 + + 143 + + 86 + + + 8.97599983215332 + 217 + + + + + + + 40.747191393747926 + -3.7992696929723024 + + 912.0 + 15528.650390625 + + 143 + + 85 + + + 9.031999588012695 + 219 + + + + + + + 40.74724042788148 + -3.7991805095225573 + + 912.2000122070312 + 15537.650390625 + + 142 + + 85 + + + 8.994999885559082 + 202 + + + + + + + 40.747285606339574 + -3.7990950979292393 + + 912.4000244140625 + 15546.650390625 + + 142 + + 85 + + + 8.994999885559082 + 192 + + + + + + + 40.74732701294124 + -3.7990099377930164 + + 912.4000244140625 + 15555.5703125 + + 142 + + 86 + + + 8.920000076293945 + 191 + + + + + + + 40.74737336486578 + -3.7989177368581295 + + 912.5999755859375 + 15564.4697265625 + + 142 + + 86 + + + 8.901000022888184 + 169 + + + + + + + 40.74741845950484 + -3.798836348578334 + + 912.5999755859375 + 15573.2802734375 + + 142 + + 84 + + + 8.807999610900879 + 173 + + + + + + + 40.747463805601 + -3.7987454887479544 + + 912.5999755859375 + 15582.0302734375 + + 141 + + 100 + + + 8.751999855041504 + 139 + + + + + + + 40.74750965461135 + -3.798663681373 + + 912.5999755859375 + 15590.6796875 + + 141 + + 123 + + + 8.649999618530273 + 79 + + + + + + + 40.747555838897824 + -3.798583382740617 + + 912.7999877929688 + 15599.25 + + 141 + + 83 + + + 8.574999809265137 + 96 + + + + + + + 40.747598335146904 + -3.7985024135559797 + + 913.0 + 15607.7802734375 + + 140 + + 102 + + + 8.527999877929688 + 275 + + + + + + + 40.74764443561435 + -3.7984180077910423 + + 913.0 + 15616.330078125 + + 140 + + 81 + + + 8.54699993133545 + 267 + + + + + + + 40.747690787538886 + -3.79833335056901 + + 913.2000122070312 + 15624.9599609375 + + 140 + + 81 + + + 8.630999565124512 + 275 + + + + + + + 40.74773755855858 + -3.7982468493282795 + + 913.2000122070312 + 15633.6298828125 + + 140 + + 81 + + + 8.668000221252441 + 197 + + + + + + + 40.74778231792152 + -3.798160767182708 + + 913.2000122070312 + 15642.1796875 + + 140 + + 84 + + + 8.555999755859375 + 230 + + + + + + + 40.747827077284455 + -3.7980780377984047 + + 913.4000244140625 + 15650.740234375 + + 140 + + 87 + + + 8.555999755859375 + 215 + + + + + + + 40.747870579361916 + -3.797995811328292 + + 913.5999755859375 + 15659.26953125 + + 140 + + 87 + + + 8.527999877929688 + 214 + + + + + + + 40.74791533872485 + -3.79790922626853 + + 913.5999755859375 + 15667.759765625 + + 140 + + 87 + + + 8.491000175476074 + 228 + + + + + + + 40.74795666150749 + -3.797828508540988 + + 913.7999877929688 + 15676.2900390625 + + 140 + + 87 + + + 8.527999877929688 + 252 + + + + + + + 40.74799882248044 + -3.797739325091243 + + 913.7999877929688 + 15684.7802734375 + + 141 + + 87 + + + 8.491000175476074 + 225 + + + + + + + 40.74804022908211 + -3.7976502254605293 + + 913.7999877929688 + 15693.25 + + 141 + + 88 + + + 8.472000122070312 + 195 + + + + + + + 40.748086078092456 + -3.797567831352353 + + 913.7999877929688 + 15701.7802734375 + + 140 + + 85 + + + 8.527999877929688 + 232 + + + + + + + 40.74812890961766 + -3.7974840961396694 + + 914.0 + 15710.3095703125 + + 141 + + 86 + + + 8.527999877929688 + 218 + + + + + + + 40.74817190878093 + -3.7973960861563683 + + 914.2000122070312 + 15718.8203125 + + 141 + + 87 + + + 8.510000228881836 + 243 + + + + + + + 40.748215075582266 + -3.7973137758672237 + + 914.2000122070312 + 15727.240234375 + + 140 + + 85 + + + 8.425999641418457 + 194 + + + + + + + 40.748258493840694 + -3.797230962663889 + + 914.0 + 15735.599609375 + + 141 + + 86 + + + 8.359999656677246 + 190 + + + + + + + 40.748300487175584 + -3.797149658203125 + + 914.2000122070312 + 15743.8798828125 + + 140 + + 85 + + + 8.276000022888184 + 180 + + + + + + + 40.74834273196757 + -3.7970712035894394 + + 914.4000244140625 + 15752.1103515625 + + 140 + + 84 + + + 8.229999542236328 + 210 + + + + + + + 40.74838179163635 + -3.796989480033517 + + 914.2000122070312 + 15760.3603515625 + + 140 + + 85 + + + 8.248000144958496 + 204 + + + + + + + 40.74842344969511 + -3.796905493363738 + + 914.4000244140625 + 15768.6298828125 + + 140 + + 85 + + + 8.276000022888184 + 234 + + + + + + + 40.74846100062132 + -3.7968318164348602 + + 914.5999755859375 + 15776.83984375 + + 140 + + 84 + + + 8.20199966430664 + 189 + + + + + + + 40.748503748327494 + -3.7967487517744303 + + 914.5999755859375 + 15784.9404296875 + + 140 + + 85 + + + 8.107999801635742 + 187 + + + + + + + 40.74854322709143 + -3.7966652680188417 + + 914.4000244140625 + 15793.080078125 + + 140 + + 85 + + + 8.13599967956543 + 186 + + + + + + + 40.748584885150194 + -3.796592094004154 + + 914.4000244140625 + 15801.0302734375 + + 140 + + 94 + + + 7.949999809265137 + 182 + + + + + + + 40.748625537380576 + -3.7965169083327055 + + 914.5999755859375 + 15809.099609375 + + 139 + + 127 + + + 8.071000099182129 + 278 + + + + + + + 40.74866828508675 + -3.796434262767434 + + 914.7999877929688 + 15817.1904296875 + + 140 + + 88 + + + 8.09000015258789 + 226 + + + + + + + 40.74870876967907 + -3.7963570654392242 + + 914.7999877929688 + 15825.330078125 + + 140 + + 83 + + + 8.13599967956543 + 233 + + + + + + + 40.748750595375896 + -3.7962724082171917 + + 914.7999877929688 + 15833.48046875 + + 141 + + 82 + + + 8.154999732971191 + 214 + + + + + + + 40.74879175052047 + -3.7961888406425714 + + 915.0 + 15841.58984375 + + 141 + + 85 + + + 8.107999801635742 + 226 + + + + + + + 40.74883349239826 + -3.7961104698479176 + + 915.2000122070312 + 15849.7099609375 + + 141 + + 82 + + + 8.118000030517578 + 246 + + + + + + + 40.74887531809509 + -3.7960336077958345 + + 915.0 + 15857.830078125 + + 142 + + 82 + + + 8.118000030517578 + 260 + + + + + + + 40.74892074801028 + -3.7959514651447535 + + 915.0 + 15865.9501953125 + + 143 + + 84 + + + 8.118000030517578 + 177 + + + + + + + 40.74896131642163 + -3.7958742678165436 + + 915.0 + 15873.990234375 + + 143 + + 85 + + + 8.043000221252441 + 153 + + + + + + + 40.7490040641278 + -3.795791706070304 + + 915.2000122070312 + 15881.990234375 + + 143 + + 98 + + + 7.995999813079834 + 188 + + + + + + + 40.749048152938485 + -3.795710653066635 + + 915.4000244140625 + 15890.009765625 + + 144 + + 90 + + + 8.02400016784668 + 243 + + + + + + + 40.74908897280693 + -3.795632030814886 + + 915.5999755859375 + 15898.099609375 + + 144 + + 88 + + + 8.09000015258789 + 195 + + + + + + + 40.74912811629474 + -3.795554833486676 + + 915.5999755859375 + 15906.1904296875 + + 144 + + 88 + + + 8.09000015258789 + 171 + + + + + + + 40.749170780181885 + -3.7954746186733246 + + 915.7999877929688 + 15914.3203125 + + 144 + + 90 + + + 8.126999855041504 + 143 + + + + + + + 40.74921143241227 + -3.7953980080783367 + + 915.7999877929688 + 15922.4404296875 + + 144 + + 86 + + + 8.126999855041504 + 174 + + + + + + + 40.749255772680044 + -3.7953155301511288 + + 916.0 + 15930.6201171875 + + 145 + + 87 + + + 8.173999786376953 + 173 + + + + + + + 40.74930044822395 + -3.795234812423587 + + 915.7999877929688 + 15938.8203125 + + 144 + + 85 + + + 8.20199966430664 + 181 + + + + + + + 40.74934118427336 + -3.7951571121811867 + + 915.7999877929688 + 15947.0498046875 + + 145 + + 83 + + + 8.229999542236328 + 204 + + + + + + + 40.74938300997019 + -3.7950784899294376 + + 915.7999877929688 + 15955.2802734375 + + 144 + + 85 + + + 8.229999542236328 + 143 + + + + + + + 40.749425925314426 + -3.7949940003454685 + + 915.5999755859375 + 15963.5703125 + + 144 + + 85 + + + 8.28600025177002 + 169 + + + + + + + 40.74946532025933 + -3.794915210455656 + + 915.7999877929688 + 15971.849609375 + + 144 + + 85 + + + 8.28600025177002 + 152 + + + + + + + 40.74950731359422 + -3.7948290444910526 + + 915.7999877929688 + 15980.2001953125 + + 145 + + 90 + + + 8.35099983215332 + 142 + + + + + + + 40.74954863637686 + -3.7947439681738615 + + 916.0 + 15988.4501953125 + + 144 + + 91 + + + 8.248000144958496 + 208 + + + + + + + 40.74958845041692 + -3.7946617417037487 + + 916.0 + 15996.849609375 + + 144 + + 78 + + + 8.39799976348877 + 165 + + + + + + + 40.749628180637956 + -3.7945770006626844 + + 916.0 + 16005.3095703125 + + 144 + + 79 + + + 8.463000297546387 + 202 + + + + + + + 40.749669168144464 + -3.7944863084703684 + + 916.0 + 16013.8798828125 + + 144 + + 80 + + + 8.565999984741211 + 166 + + + + + + + 40.74970604851842 + -3.794402154162526 + + 916.0 + 16022.5 + + 143 + + 83 + + + 8.621999740600586 + 193 + + + + + + + 40.74974628165364 + -3.7943101208657026 + + 916.2000122070312 + 16031.16015625 + + 143 + + 81 + + + 8.668000221252441 + 221 + + + + + + + 40.74978576041758 + -3.7942167464643717 + + 916.4000244140625 + 16039.8095703125 + + 143 + + 82 + + + 8.649999618530273 + 174 + + + + + + + 40.749822640791535 + -3.794129239395261 + + 916.4000244140625 + 16048.419921875 + + 143 + + 78 + + + 8.602999687194824 + 146 + + + + + + + 40.749860275536776 + -3.7940451689064503 + + 916.2000122070312 + 16057.01953125 + + 143 + + 78 + + + 8.602999687194824 + 185 + + + + + + + 40.74989774264395 + -3.7939537223428488 + + 916.2000122070312 + 16065.650390625 + + 143 + + 76 + + + 8.630999565124512 + 185 + + + + + + + 40.74993395246565 + -3.79386730492115 + + 916.2000122070312 + 16074.33984375 + + 143 + + 76 + + + 8.687000274658203 + 162 + + + + + + + 40.74997418560088 + -3.793773176148534 + + 916.2000122070312 + 16083.0595703125 + + 143 + + 77 + + + 8.723999977111816 + 169 + + + + + + + 40.75001198798418 + -3.7936849985271692 + + 916.4000244140625 + 16091.6298828125 + + 143 + + 93 + + + 8.565999984741211 + 149 + + + + + + + 40.75004752725363 + -3.793597826734185 + + 916.4000244140625 + 16100.2099609375 + + 142 + + 110 + + + 8.583999633789062 + 146 + + + + + + + 40.750084072351456 + -3.793508978560567 + + 916.5999755859375 + 16108.7802734375 + + 142 + + 78 + + + 8.565999984741211 + 145 + + + + + + + 40.75012103654444 + -3.7934166099876165 + + 916.5999755859375 + 16117.41015625 + + 141 + + 92 + + + 8.630999565124512 + 147 + + + + + + + 40.75015565380454 + -3.7933303602039814 + + 916.4000244140625 + 16126.08984375 + + 141 + + 91 + + + 8.687000274658203 + 156 + + + + + + + 40.75019328854978 + -3.793235309422016 + + 916.4000244140625 + 16134.7197265625 + + 141 + + 83 + + + 8.630999565124512 + 141 + + + + + + + 40.750231090933084 + -3.7931400071829557 + + 916.4000244140625 + 16143.4296875 + + 140 + + 79 + + + 8.706000328063965 + 109 + + + + + + + 40.75026545673609 + -3.793051829561591 + + 916.4000244140625 + 16152.0498046875 + + 140 + + 83 + + + 8.621999740600586 + 141 + + + + + + + 40.75029990635812 + -3.792964741587639 + + 916.4000244140625 + 16160.7001953125 + + 139 + + 82 + + + 8.649999618530273 + 186 + + + + + + + 40.75033754110336 + -3.792869858443737 + + 916.4000244140625 + 16169.3896484375 + + 139 + + 84 + + + 8.687000274658203 + 181 + + + + + + + 40.75037308037281 + -3.792785285040736 + + 916.4000244140625 + 16178.1201171875 + + 139 + + 84 + + + 8.734000205993652 + 191 + + + + + + + 40.75041105039418 + -3.792688474059105 + + 916.5999755859375 + 16186.9697265625 + + 138 + + 84 + + + 8.845000267028809 + 184 + + + + + + + 40.75044935569167 + -3.792597111314535 + + 916.7999877929688 + 16195.669921875 + + 138 + + 84 + + + 8.706000328063965 + 163 + + + + + + + 40.75048455968499 + -3.792508849874139 + + 916.5999755859375 + 16204.48046875 + + 138 + + 84 + + + 8.807999610900879 + 174 + + + + + + + 40.7505168300122 + -3.792421007528901 + + 916.5999755859375 + 16213.2900390625 + + 138 + + 84 + + + 8.807999610900879 + 153 + + + + + + + 40.750550189986825 + -3.7923249509185553 + + 916.5999755859375 + 16222.2099609375 + + 138 + + 81 + + + 8.920000076293945 + 115 + + + + + + + 40.7505807839334 + -3.7922335043549538 + + 916.4000244140625 + 16231.2197265625 + + 138 + + 91 + + + 9.012999534606934 + 176 + + + + + + + 40.750614227727056 + -3.7921294011175632 + + 916.2000122070312 + 16240.3095703125 + + 137 + + 79 + + + 9.088000297546387 + 180 + + + + + + + 40.750643480569124 + -3.7920274771749973 + + 916.2000122070312 + 16249.4404296875 + + 137 + + 81 + + + 9.135000228881836 + 224 + + + + + + + 40.75066762045026 + -3.791926894336939 + + 916.4000244140625 + 16258.6298828125 + + 137 + + 79 + + + 9.190999984741211 + 179 + + + + + + + 40.75069025158882 + -3.7918304186314344 + + 916.4000244140625 + 16267.6298828125 + + 137 + + 80 + + + 8.994999885559082 + 202 + + + + + + + 40.75070936232805 + -3.791726818308234 + + 916.4000244140625 + 16276.6103515625 + + 137 + + 81 + + + 8.97599983215332 + 215 + + + + + + + 40.7507242821157 + -3.791625816375017 + + 916.4000244140625 + 16285.5302734375 + + 137 + + 79 + + + 8.920000076293945 + 164 + + + + + + + 40.75073945336044 + -3.791520707309246 + + 916.5999755859375 + 16294.4599609375 + + 137 + + 78 + + + 8.939000129699707 + 195 + + + + + + + 40.75075269676745 + -3.791413838043809 + + 916.7999877929688 + 16303.419921875 + + 137 + + 78 + + + 8.956999778747559 + 171 + + + + + + + 40.75076526962221 + -3.791308393701911 + + 916.7999877929688 + 16312.3798828125 + + 137 + + 78 + + + 8.956999778747559 + 188 + + + + + + + 40.7507795188576 + -3.791205883026123 + + 916.7999877929688 + 16321.41015625 + + 137 + + 78 + + + 9.031999588012695 + 188 + + + + + + + 40.75078949332237 + -3.7910932302474976 + + 916.7999877929688 + 16330.41015625 + + 136 + + 78 + + + 8.994999885559082 + 187 + + + + + + + 40.750799383968115 + -3.790986193343997 + + 916.7999877929688 + 16339.4404296875 + + 137 + + 79 + + + 9.031999588012695 + 213 + + + + + + + 40.750810112804174 + -3.7908716965466738 + + 916.5999755859375 + 16348.650390625 + + 137 + + 80 + + + 9.208999633789062 + 135 + + + + + + + 40.75082243420184 + -3.7907652463763952 + + 916.5999755859375 + 16357.7001953125 + + 137 + + 78 + + + 9.050999641418457 + 139 + + + + + + + 40.75083425268531 + -3.790656365454197 + + 916.7999877929688 + 16366.849609375 + + 137 + + 81 + + + 9.152999877929688 + 140 + + + + + + + 40.75084397569299 + -3.7905489932745695 + + 916.5999755859375 + 16375.990234375 + + 137 + + 81 + + + 9.135000228881836 + 140 + + + + + + + 40.75085545890033 + -3.790434831753373 + + 916.5999755859375 + 16385.119140625 + + 137 + + 80 + + + 9.135000228881836 + 115 + + + + + + + 40.75086518190801 + -3.790332740172744 + + 916.7999877929688 + 16394.2890625 + + 136 + + 88 + + + 9.17199993133545 + 31 + + + + + + + 40.75087775476277 + -3.7902200035750866 + + 916.7999877929688 + 16403.310546875 + + 136 + + 117 + + + 9.012999534606934 + 113 + + + + + + + 40.75089091435075 + -3.7901096139103174 + + 916.7999877929688 + 16412.380859375 + + 136 + + 91 + + + 9.069000244140625 + 145 + + + + + + + 40.750901559367776 + -3.790004001930356 + + 916.7999877929688 + 16421.369140625 + + 135 + + 76 + + + 8.994999885559082 + 97 + + + + + + + 40.75091304257512 + -3.7899029161781073 + + 916.7999877929688 + 16430.41015625 + + 135 + + 85 + + + 9.041000366210938 + 3 + + + + + + + 40.750924525782466 + -3.7897959630936384 + + 916.7999877929688 + 16439.3203125 + + 134 + + 0 + + + 8.91100025177002 + 0 + + + + + + + 40.75093584135175 + -3.789695044979453 + + 916.5999755859375 + 16448.16015625 + + 134 + + 0 + + + 8.836000442504883 + 0 + + + + + + + 40.75094967149198 + -3.7895903550088406 + + 916.2000122070312 + 16456.939453125 + + 133 + + 0 + + + 8.779999732971191 + 0 + + + + + + + 40.75096224434674 + -3.789488095790148 + + 916.0 + 16465.599609375 + + 133 + + 0 + + + 8.659000396728516 + 0 + + + + + + + 9.154000282287598 + 86 + 2434 + 159 + 334 + + + + + 96.0 + 597.06 + 8.678000450134277 + 8 + + 120 + + + 133 + + Active + 131 + Manual + + + + + 40.75096224434674 + -3.789488095790148 + + 916.0 + 16465.599609375 + + 133 + + 0 + + + 8.659000396728516 + 0 + + + + + + + 40.75097498483956 + -3.7893891893327236 + + 916.4000244140625 + 16474.26953125 + + 132 + + 0 + + + 8.678000450134277 + 0 + + + + + + + 40.750984540209174 + -3.7892926298081875 + + 916.5999755859375 + 16482.83984375 + + 132 + + 0 + + + 8.565999984741211 + 0 + + + + + + + 40.750993927940726 + -3.7891907896846533 + + 916.2000122070312 + 16491.359375 + + 131 + + 0 + + + 8.519000053405762 + 0 + + + + + + + 40.751006500795484 + -3.789099510759115 + + 915.7999877929688 + 16499.73046875 + + 131 + + 0 + + + 8.369999885559082 + 0 + + + + + + + 40.75102183967829 + -3.7890037056058645 + + 915.5999755859375 + 16507.869140625 + + 130 + + 0 + + + 8.13599967956543 + 0 + + + + + + + 40.75103801675141 + -3.7889117561280727 + + 915.5999755859375 + 16515.880859375 + + 129 + + 0 + + + 8.015000343322754 + 0 + + + + + + + 40.75105679221451 + -3.788822488859296 + + 915.5999755859375 + 16523.669921875 + + 128 + + 0 + + + 7.790999889373779 + 0 + + + + + + + 40.75107774697244 + -3.7887356523424387 + + 915.4000244140625 + 16531.580078125 + + 127 + + 0 + + + 7.9120001792907715 + 0 + + + + + + + 40.7511090952903 + -3.7886502407491207 + + 915.0 + 16539.419921875 + + 125 + + 0 + + + 7.8379998207092285 + 0 + + + + + + + 40.75114463455975 + -3.788575306534767 + + 914.5999755859375 + 16547.2109375 + + 124 + + 0 + + + 7.790999889373779 + 0 + + + + + + + 40.751187885180116 + -3.7884969357401133 + + 914.4000244140625 + 16554.94921875 + + 122 + + 0 + + + 7.735000133514404 + 0 + + + + + + + 40.75122962705791 + -3.788427198305726 + + 914.4000244140625 + 16562.619140625 + + 121 + + 0 + + + 7.670000076293945 + 0 + + + + + + + 40.75127245858312 + -3.788357125595212 + + 914.4000244140625 + 16570.19921875 + + 120 + + 0 + + + 7.585999965667725 + 0 + + + + + + + 40.751311434432864 + -3.788291746750474 + + 914.2000122070312 + 16577.759765625 + + 119 + + 0 + + + 7.558000087738037 + 0 + + + + + + + 40.75135569088161 + -3.7882250268012285 + + 914.2000122070312 + 16585.1796875 + + 117 + + 0 + + + 7.418000221252441 + 0 + + + + + + + 40.75139332562685 + -3.788163335993886 + + 914.2000122070312 + 16592.44921875 + + 115 + + 0 + + + 7.269000053405762 + 0 + + + + + + + 40.751432636752725 + -3.7880957778543234 + + 914.2000122070312 + 16599.490234375 + + 112 + + 0 + + + 7.045000076293945 + 0 + + + + + + + 40.7514701038599 + -3.7880291417241096 + + 914.4000244140625 + 16606.400390625 + + 111 + + 0 + + + 6.90500020980835 + 67 + + + + + + + 40.75150664895773 + -3.7879656068980694 + + 914.4000244140625 + 16613.279296875 + + 111 + + 79 + + + 6.886000156402588 + 93 + + + + + + + 40.751541601493955 + -3.7879024911671877 + + 914.4000244140625 + 16620.169921875 + + 112 + + 64 + + + 6.886000156402588 + 78 + + + + + + + 40.7515805773437 + -3.787837950512767 + + 914.4000244140625 + 16627.0 + + 113 + + 56 + + + 6.829999923706055 + 6 + + + + + + + 40.751615865156054 + -3.787779863923788 + + 914.5999755859375 + 16633.740234375 + + 113 + + 0 + + + 6.745999813079834 + 0 + + + + + + + 40.75165291316807 + -3.7877195980399847 + + 914.5999755859375 + 16640.279296875 + + 113 + + 0 + + + 6.531000137329102 + 0 + + + + + + + 40.75168937444687 + -3.7876639422029257 + + 914.5999755859375 + 16646.650390625 + + 112 + + 0 + + + 6.373000144958496 + 0 + + + + + + + 40.75172206386924 + -3.78760795108974 + + 914.4000244140625 + 16652.619140625 + + 110 + + 0 + + + 5.9720001220703125 + 0 + + + + + + + 40.75175349600613 + -3.787558078765869 + + 914.2000122070312 + 16658.509765625 + + 109 + + 0 + + + 5.888000011444092 + 0 + + + + + + + 40.751786436885595 + -3.7875031773000956 + + 914.0 + 16664.150390625 + + 109 + + 0 + + + 5.644999980926514 + 59 + + + + + + + 40.75181744992733 + -3.7874537240713835 + + 914.0 + 16669.919921875 + + 110 + + 131 + + + 5.765999794006348 + 83 + + + + + + + 40.7518501393497 + -3.787399660795927 + + 914.0 + 16675.580078125 + + 110 + + 86 + + + 5.664000034332275 + 1 + + + + + + + 40.75188098475337 + -3.7873480282723904 + + 914.4000244140625 + 16681.099609375 + + 111 + + 0 + + + 5.513999938964844 + 1 + + + + + + + 40.75191074050963 + -3.7872990779578686 + + 914.4000244140625 + 16686.529296875 + + 111 + + 0 + + + 5.429999828338623 + 66 + + + + + + + 40.75194058008492 + -3.787248618900776 + + 914.5999755859375 + 16692.0 + + 112 + + 86 + + + 5.4679999351501465 + 127 + + + + + + + 40.751974610611796 + -3.787194136530161 + + 914.5999755859375 + 16697.73046875 + + 113 + + 78 + + + 5.729000091552734 + 203 + + + + + + + 40.75200604274869 + -3.7871399894356728 + + 914.5999755859375 + 16703.529296875 + + 113 + + 69 + + + 5.803999900817871 + 137 + + + + + + + 40.752040995284915 + -3.787084585055709 + + 914.5999755859375 + 16709.490234375 + + 114 + + 71 + + + 5.961999893188477 + 129 + + + + + + + 40.752074774354696 + -3.7870269175618887 + + 914.5999755859375 + 16715.48046875 + + 115 + + 72 + + + 5.989999771118164 + 95 + + + + + + + 40.75210721231997 + -3.786972016096115 + + 914.5999755859375 + 16721.4609375 + + 115 + + 74 + + + 5.980999946594238 + 121 + + + + + + + 40.75213939882815 + -3.7869195453822613 + + 914.5999755859375 + 16727.490234375 + + 115 + + 75 + + + 6.01800012588501 + 105 + + + + + + + 40.752174854278564 + -3.7868646439164877 + + 914.4000244140625 + 16733.529296875 + + 115 + + 75 + + + 6.046000003814697 + 114 + + + + + + + 40.75221081264317 + -3.7868136819452047 + + 914.4000244140625 + 16739.640625 + + 114 + + 78 + + + 6.111999988555908 + 190 + + + + + + + 40.75224760919809 + -3.786754086613655 + + 914.5999755859375 + 16745.939453125 + + 115 + + 75 + + + 6.297999858856201 + 189 + + + + + + + 40.75228163972497 + -3.786694072186947 + + 914.5999755859375 + 16752.400390625 + + 115 + + 76 + + + 6.456999778747559 + 111 + + + + + + + 40.75231877155602 + -3.7866362370550632 + + 914.7999877929688 + 16758.7890625 + + 115 + + 78 + + + 6.392000198364258 + 118 + + + + + + + 40.75235364027321 + -3.786578318104148 + + 915.0 + 16765.2109375 + + 116 + + 80 + + + 6.420000076293945 + 110 + + + + + + + 40.752388341352344 + -3.7865172140300274 + + 915.0 + 16771.58984375 + + 116 + + 78 + + + 6.381999969482422 + 111 + + + + + + + 40.75242220424116 + -3.786457786336541 + + 915.0 + 16777.94921875 + + 117 + + 77 + + + 6.363999843597412 + 105 + + + + + + + 40.752458833158016 + -3.7863951735198498 + + 915.0 + 16784.259765625 + + 117 + + 80 + + + 6.308000087738037 + 94 + + + + + + + 40.75249412097037 + -3.7863399367779493 + + 915.0 + 16790.48046875 + + 117 + + 78 + + + 6.223999977111816 + 80 + + + + + + + 40.752526139840484 + -3.7862872146070004 + + 915.2000122070312 + 16796.609375 + + 117 + + 77 + + + 6.130000114440918 + 99 + + + + + + + 40.75255732052028 + -3.7862348277121782 + + 915.4000244140625 + 16802.650390625 + + 117 + + 76 + + + 6.0370001792907715 + 79 + + + + + + + 40.75258866883814 + -3.7861767411231995 + + 915.2000122070312 + 16808.55078125 + + 117 + + 75 + + + 5.896999835968018 + 111 + + + + + + + 40.752621944993734 + -3.7861284613609314 + + 915.0 + 16814.400390625 + + 118 + + 74 + + + 5.849999904632568 + 168 + + + + + + + 40.7526564784348 + -3.786071967333555 + + 915.2000122070312 + 16820.349609375 + + 118 + + 75 + + + 5.953000068664551 + 163 + + + + + + + 40.75269117951393 + -3.7860171496868134 + + 915.5999755859375 + 16826.279296875 + + 119 + + 74 + + + 5.934000015258789 + 146 + + + + + + + 40.752722108736634 + -3.78596518188715 + + 915.7999877929688 + 16832.240234375 + + 119 + + 74 + + + 5.953000068664551 + 197 + + + + + + + 40.75275404378772 + -3.7859099451452494 + + 915.7999877929688 + 16838.009765625 + + 120 + + 73 + + + 5.776000022888184 + 189 + + + + + + + 40.752788661047816 + -3.785852277651429 + + 915.7999877929688 + 16844.009765625 + + 120 + + 94 + + + 6.0 + 263 + + + + + + + 40.752821266651154 + -3.7857956998050213 + + 915.7999877929688 + 16850.169921875 + + 121 + + 85 + + + 6.1579999923706055 + 166 + + + + + + + 40.75285814702511 + -3.7857366912066936 + + 916.0 + 16856.310546875 + + 121 + + 75 + + + 6.139999866485596 + 178 + + + + + + + 40.752891255542636 + -3.7856784369796515 + + 916.4000244140625 + 16862.41015625 + + 122 + + 75 + + + 6.1020002365112305 + 152 + + + + + + + 40.752922520041466 + -3.785623535513878 + + 916.5999755859375 + 16868.51953125 + + 122 + + 74 + + + 6.111999988555908 + 202 + + + + + + + 40.7529553771019 + -3.78556695766747 + + 916.5999755859375 + 16874.66015625 + + 122 + + 77 + + + 6.139999866485596 + 190 + + + + + + + 40.75298932380974 + -3.785508954897523 + + 916.5999755859375 + 16880.75 + + 122 + + 75 + + + 6.084000110626221 + 164 + + + + + + + 40.753022180870175 + -3.785454388707876 + + 916.4000244140625 + 16886.7890625 + + 122 + + 78 + + + 6.046000003814697 + 188 + + + + + + + 40.75305696576834 + -3.785396721214056 + + 916.4000244140625 + 16892.869140625 + + 122 + + 77 + + + 6.073999881744385 + 162 + + + + + + + 40.75309292413294 + -3.78534073010087 + + 916.5999755859375 + 16898.939453125 + + 122 + + 75 + + + 6.073999881744385 + 148 + + + + + + + 40.75312687084079 + -3.785285074263811 + + 916.7999877929688 + 16905.009765625 + + 123 + + 75 + + + 6.065000057220459 + 170 + + + + + + + 40.753160985186696 + -3.7852314300835133 + + 916.5999755859375 + 16911.099609375 + + 123 + + 75 + + + 6.0929999351501465 + 169 + + + + + + + 40.75319644063711 + -3.785174349322915 + + 916.7999877929688 + 16917.25 + + 123 + + 78 + + + 6.14900016784668 + 170 + + + + + + + 40.75322820805013 + -3.785118358209729 + + 917.0 + 16923.439453125 + + 124 + + 75 + + + 6.196000099182129 + 149 + + + + + + + 40.75326332822442 + -3.785055074840784 + + 917.0 + 16929.689453125 + + 124 + + 78 + + + 6.242000102996826 + 143 + + + + + + + 40.75329668819904 + -3.7849954795092344 + + 917.0 + 16935.98046875 + + 124 + + 78 + + + 6.289000034332275 + 138 + + + + + + + 40.75332686305046 + -3.7849460262805223 + + 917.0 + 16942.150390625 + + 124 + + 74 + + + 6.177000045776367 + 7 + + + + + + + 40.75335334986448 + -3.784904619678855 + + 917.0 + 16947.51953125 + + 124 + + 0 + + + 5.364999771118164 + 7 + + + + + + + 40.75337732210755 + -3.784863715991378 + + 917.2000122070312 + 16951.91015625 + + 123 + + 0 + + + 4.394999980926514 + 9 + + + + + + + 40.75339676812291 + -3.784823315218091 + + 917.4000244140625 + 16956.099609375 + + 123 + + 59 + + + 4.189000129699707 + 217 + + + + + + + 40.75342224910855 + -3.7847757060080767 + + 917.4000244140625 + 16960.580078125 + + 123 + + 51 + + + 4.479000091552734 + 306 + + + + + + + 40.75344982556999 + -3.784725582227111 + + 917.5999755859375 + 16965.490234375 + + 123 + + 46 + + + 4.9079999923706055 + 279 + + + + + + + 40.75347773730755 + -3.784676715731621 + + 917.5999755859375 + 16970.830078125 + + 123 + + 60 + + + 5.336999893188477 + 253 + + + + + + + 40.75350481085479 + -3.784630950540304 + + 917.5999755859375 + 16976.150390625 + + 124 + + 98 + + + 5.328000068664551 + 5 + + + + + + + 40.75353121384978 + -3.7845834251493216 + + 917.5999755859375 + 16981.1796875 + + 124 + + 0 + + + 5.0289998054504395 + 17 + + + + + + + 40.75355895794928 + -3.78454034216702 + + 917.7999877929688 + 16986.0390625 + + 124 + + 96 + + + 4.861000061035156 + 174 + + + + + + + 40.753588462248445 + -3.7844924814999104 + + 918.0 + 16991.150390625 + + 124 + + 74 + + + 5.104000091552734 + 155 + + + + + + + 40.7536150328815 + -3.784444872289896 + + 918.0 + 16996.310546875 + + 125 + + 68 + + + 5.159999847412109 + 132 + + + + + + + 40.75364260934293 + -3.7844011187553406 + + 918.2000122070312 + 17001.4296875 + + 125 + + 63 + + + 5.123000144958496 + 130 + + + + + + + 40.7536684256047 + -3.7843545991927385 + + 918.4000244140625 + 17006.5 + + 125 + + 63 + + + 5.066999912261963 + 121 + + + + + + + 40.75369575060904 + -3.7843062356114388 + + 918.5999755859375 + 17011.5390625 + + 124 + + 62 + + + 5.039000034332275 + 155 + + + + + + + 40.75372223742306 + -3.784262565895915 + + 918.4000244140625 + 17016.58984375 + + 124 + + 64 + + + 5.057000160217285 + 121 + + + + + + + 40.75375149026513 + -3.784216046333313 + + 918.4000244140625 + 17021.669921875 + + 124 + + 63 + + + 5.076000213623047 + 111 + + + + + + + 40.75378040783107 + -3.78416801802814 + + 918.4000244140625 + 17026.73046875 + + 124 + + 61 + + + 5.057000160217285 + 94 + + + + + + + 40.75380614027381 + -3.784122336655855 + + 918.4000244140625 + 17031.740234375 + + 124 + + 61 + + + 5.011000156402588 + 75 + + + + + + + 40.75383287854493 + -3.784081768244505 + + 918.5999755859375 + 17036.669921875 + + 124 + + 65 + + + 4.935999870300293 + 21 + + + + + + + 40.75386087410152 + -3.7840398587286472 + + 918.5999755859375 + 17041.419921875 + + 124 + + 77 + + + 4.749000072479248 + 0 + + + + + + + 40.753885935992 + -3.7840009666979313 + + 918.7999877929688 + 17045.83984375 + + 124 + + 0 + + + 4.422999858856201 + 0 + + + + + + + 40.75390747748315 + -3.7839619908481836 + + 919.0 + 17050.0 + + 123 + + 0 + + + 4.1519999504089355 + 0 + + + + + + + 40.753928096964955 + -3.783923266455531 + + 919.0 + 17054.0 + + 122 + + 0 + + + 4.002999782562256 + 0 + + + + + + + 6.228000164031982 + 74 + 79 + 92 + 306 + + + + + Garmin Edge 1000 + 3889468484 + 1836 + + 3 + 0 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564346.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564346.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/open air helmet test/activity_790564346.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/open air helmet test/activity_790564346.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,37033 @@ + + + + + 2015-05-31T17:44:02.000Z + + 171.0 + 861.34 + 8.649999618530273 + 10 + + 102 + + + 128 + + Active + 139 + Manual + + + + + 40.75479746796191 + -3.78244168125093 + + 920.4000244140625 + 5.110000133514404 + + 107 + + 63 + + + 5.11299991607666 + 74 + + + + + + + 40.754768634215 + -3.7824959121644497 + + 920.5999755859375 + 10.430000305175781 + + 109 + + 67 + + + 5.317999839782715 + 120 + + + + + + + 40.754739213734865 + -3.782552909106016 + + 920.7999877929688 + 15.819999694824219 + + 109 + + 67 + + + 5.39300012588501 + 104 + + + + + + + 40.75471272692084 + -3.782607978209853 + + 920.5999755859375 + 21.389999389648438 + + 111 + + 66 + + + 5.560999870300293 + 86 + + + + + + + 40.75468330644071 + -3.7826656457036734 + + 920.2000122070312 + 27.049999237060547 + + 113 + + 68 + + + 5.664000034332275 + 76 + + + + + + + 40.75465237721801 + -3.782721133902669 + + 920.0 + 32.810001373291016 + + 114 + + 70 + + + 5.756999969482422 + 64 + + + + + + + 40.75462446548045 + -3.782775867730379 + + 920.0 + 38.63999938964844 + + 115 + + 80 + + + 5.831999778747559 + 53 + + + + + + + 40.75459630228579 + -3.7828306015580893 + + 920.0 + 44.470001220703125 + + 115 + + 102 + + + 5.831999778747559 + 0 + + + + + + + 40.754566714167595 + -3.782892292365432 + + 919.7999877929688 + 50.290000915527344 + + 115 + + 0 + + + 5.822000026702881 + 0 + + + + + + + 40.75453729368746 + -3.7829492893069983 + + 919.7999877929688 + 56.119998931884766 + + 115 + + 0 + + + 5.831999778747559 + 0 + + + + + + + 40.75450787320733 + -3.7830103933811188 + + 919.7999877929688 + 61.959999084472656 + + 115 + + 0 + + + 5.831999778747559 + 0 + + + + + + + 40.7544766087085 + -3.78306420519948 + + 919.7999877929688 + 67.7699966430664 + + 114 + + 0 + + + 5.813000202178955 + 0 + + + + + + + 40.7544507086277 + -3.7831053603440523 + + 919.5999755859375 + 73.01000213623047 + + 114 + + 0 + + + 5.24399995803833 + 0 + + + + + + + 40.75442908331752 + -3.783137798309326 + + 919.4000244140625 + 77.44999694824219 + + 114 + + 0 + + + 4.440999984741211 + 0 + + + + + + + 40.75440896674991 + -3.7831712421029806 + + 919.4000244140625 + 81.26000213623047 + + 114 + + 0 + + + 3.806999921798706 + 0 + + + + + + + 40.75439505279064 + -3.7832030933350325 + + 919.2000122070312 + 84.43000030517578 + + 114 + + 0 + + + 3.171999931335449 + 0 + + + + + + + 40.75438306666911 + -3.783240392804146 + + 919.4000244140625 + 87.69999694824219 + + 113 + + 0 + + + 3.2660000324249268 + 84 + + + + + + + 40.75437057763338 + -3.783281799405813 + + 919.4000244140625 + 91.01000213623047 + + 113 + + 70 + + + 3.312000036239624 + 210 + + + + + + + 40.75435599312186 + -3.7833227030932903 + + 919.4000244140625 + 94.83999633789062 + + 113 + + 64 + + + 3.8259999752044678 + 135 + + + + + + + 40.7543383911252 + -3.7833615951240063 + + 919.4000244140625 + 98.63999938964844 + + 112 + + 41 + + + 3.806999921798706 + 13 + + + + + + + 40.7543159276247 + -3.7834001518785954 + + 919.5999755859375 + 102.38999938964844 + + 112 + + 0 + + + 3.742000102996826 + 13 + + + + + + + 40.754288267344236 + -3.783437367528677 + + 919.7999877929688 + 106.30000305175781 + + 111 + + 60 + + + 3.9189999103546143 + 57 + + + + + + + 40.75425339862704 + -3.7834804505109787 + + 919.5999755859375 + 110.9000015258789 + + 111 + + 74 + + + 4.591000080108643 + 121 + + + + + + + 40.75421861372888 + -3.7835273053497076 + + 919.4000244140625 + 116.04000091552734 + + 111 + + 74 + + + 5.140999794006348 + 116 + + + + + + + 40.75418625958264 + -3.7835756689310074 + + 919.2000122070312 + 121.5 + + 112 + + 95 + + + 5.4679999351501465 + 90 + + + + + + + 40.75415373779833 + -3.7836309894919395 + + 918.7999877929688 + 127.31999969482422 + + 111 + + 67 + + + 5.813000202178955 + 116 + + + + + + + 40.7541190367192 + -3.7836940214037895 + + 918.7999877929688 + 133.47999572753906 + + 112 + + 70 + + + 6.168000221252441 + 123 + + + + + + + 40.754084922373295 + -3.783751269802451 + + 918.7999877929688 + 139.89999389648438 + + 112 + + 76 + + + 6.409999847412109 + 78 + + + + + + + 40.75404938310385 + -3.783813212066889 + + 919.0 + 146.42999267578125 + + 111 + + 78 + + + 6.531000137329102 + 24 + + + + + + + 40.75401241891086 + -3.783873561769724 + + 919.0 + 152.99000549316406 + + 111 + + 139 + + + 6.559000015258789 + 42 + + + + + + + 40.753973023965955 + -3.7839316483587027 + + 918.7999877929688 + 159.58999633789062 + + 111 + + 85 + + + 6.605999946594238 + 62 + + + + + + + 40.753936897963285 + -3.783990405499935 + + 918.7999877929688 + 166.33999633789062 + + 111 + + 57 + + + 6.745999813079834 + 64 + + + + + + + 40.75390010140836 + -3.7840585503727198 + + 918.5999755859375 + 173.05999755859375 + + 110 + + 83 + + + 6.7179999351501465 + 2 + + + + + + + 40.75386380776763 + -3.7841190677136183 + + 918.4000244140625 + 179.8000030517578 + + 109 + + 0 + + + 6.745999813079834 + 16 + + + + + + + 40.7538256701082 + -3.7841816805303097 + + 918.2000122070312 + 186.6699981689453 + + 108 + + 0 + + + 6.867000102996826 + 104 + + + + + + + 40.75378694571555 + -3.7842477299273014 + + 918.0 + 193.5399932861328 + + 108 + + 75 + + + 6.867000102996826 + 146 + + + + + + + 40.75374897569418 + -3.7843151204288006 + + 918.0 + 200.67999267578125 + + 107 + + 60 + + + 7.146999835968018 + 138 + + + + + + + 40.753710167482495 + -3.7843807507306337 + + 918.2000122070312 + 207.97000122070312 + + 107 + + 62 + + + 7.2870001792907715 + 93 + + + + + + + 40.75366884469986 + -3.7844532541930676 + + 918.2000122070312 + 215.35000610351562 + + 107 + + 64 + + + 7.38100004196167 + 117 + + + + + + + 40.75362970121205 + -3.784521482884884 + + 918.0 + 222.7100067138672 + + 107 + + 64 + + + 7.361999988555908 + 116 + + + + + + + 40.753584606572986 + -3.7845939863473177 + + 918.0 + 230.24000549316406 + + 107 + + 64 + + + 7.53000020980835 + 109 + + + + + + + 40.75354806147516 + -3.784669004380703 + + 918.0 + 237.88999938964844 + + 108 + + 66 + + + 7.642000198364258 + 131 + + + + + + + 40.75350950472057 + -3.7847362272441387 + + 918.0 + 245.5 + + 107 + + 72 + + + 7.613999843597412 + 126 + + + + + + + 40.753471283242106 + -3.784808898344636 + + 917.5999755859375 + 253.22999572753906 + + 107 + + 71 + + + 7.72599983215332 + 99 + + + + + + + 40.75342392548919 + -3.784886682406068 + + 917.2000122070312 + 261.1000061035156 + + 107 + + 68 + + + 7.875 + 111 + + + + + + + 40.75338302180171 + -3.784957844763994 + + 916.7999877929688 + 269.1700134277344 + + 107 + + 70 + + + 8.071000099182129 + 128 + + + + + + + 40.75333767570555 + -3.7850383948534727 + + 916.5999755859375 + 277.3399963378906 + + 107 + + 70 + + + 8.163999557495117 + 99 + + + + + + + 40.753290485590696 + -3.7851185258477926 + + 916.4000244140625 + 285.5199890136719 + + 107 + + 70 + + + 8.182999610900879 + 97 + + + + + + + 40.7532453071326 + -3.7851927895098925 + + 916.5999755859375 + 293.79998779296875 + + 107 + + 70 + + + 8.28600025177002 + 87 + + + + + + + 40.7532022241503 + -3.7852681428194046 + + 916.5999755859375 + 301.989990234375 + + 107 + + 72 + + + 8.182999610900879 + 80 + + + + + + + 40.753154112026095 + -3.7853497825562954 + + 916.4000244140625 + 310.239990234375 + + 107 + + 73 + + + 8.248000144958496 + 101 + + + + + + + 40.75310901738703 + -3.785425554960966 + + 916.2000122070312 + 318.5299987792969 + + 108 + + 71 + + + 8.295000076293945 + 87 + + + + + + + 40.75306350365281 + -3.7855045963078737 + + 916.2000122070312 + 326.9100036621094 + + 108 + + 72 + + + 8.378999710083008 + 99 + + + + + + + 40.7530209235847 + -3.7855865713208914 + + 916.4000244140625 + 335.17999267578125 + + 108 + + 74 + + + 8.267000198364258 + 95 + + + + + + + 40.7529775891453 + -3.7856651097536087 + + 916.4000244140625 + 343.6000061035156 + + 108 + + 72 + + + 8.425999641418457 + 80 + + + + + + + 40.75292997993529 + -3.7857396248728037 + + 916.2000122070312 + 352.0 + + 108 + + 83 + + + 8.39799976348877 + 0 + + + + + + + 40.75288019143045 + -3.785816989839077 + + 916.0 + 360.3299865722656 + + 108 + + 0 + + + 8.331999778747559 + 0 + + + + + + + 40.75283383950591 + -3.7858890742063522 + + 915.7999877929688 + 368.6300048828125 + + 108 + + 0 + + + 8.295000076293945 + 0 + + + + + + + 40.752786146476865 + -3.7859650142490864 + + 915.7999877929688 + 376.9100036621094 + + 108 + + 0 + + + 8.28600025177002 + 0 + + + + + + + 40.75274138711393 + -3.7860410381108522 + + 915.7999877929688 + 385.17999267578125 + + 108 + + 0 + + + 8.267000198364258 + 0 + + + + + + + 40.75269604101777 + -3.786118905991316 + + 916.0 + 393.489990234375 + + 108 + + 0 + + + 8.314000129699707 + 0 + + + + + + + 40.75265211984515 + -3.7861964385956526 + + 915.7999877929688 + 401.80999755859375 + + 107 + + 0 + + + 8.314000129699707 + 0 + + + + + + + 40.75260266661644 + -3.7862750608474016 + + 915.4000244140625 + 410.1199951171875 + + 107 + + 0 + + + 8.314000129699707 + 0 + + + + + + + 40.75255765579641 + -3.786352928727865 + + 915.2000122070312 + 418.3699951171875 + + 106 + + 0 + + + 8.248000144958496 + 50 + + + + + + + 40.75250837020576 + -3.7864285334944725 + + 915.0 + 426.70001220703125 + + 106 + + 95 + + + 8.331999778747559 + 102 + + + + + + + 40.75245908461511 + -3.7865092512220144 + + 915.0 + 435.1199951171875 + + 106 + + 86 + + + 8.416000366210938 + 119 + + + + + + + 40.752408960834146 + -3.786588292568922 + + 914.7999877929688 + 443.5799865722656 + + 106 + + 83 + + + 8.463000297546387 + 86 + + + + + + + 40.75236076489091 + -3.786665992811322 + + 914.5999755859375 + 452.2300109863281 + + 107 + + 74 + + + 8.649999618530273 + 93 + + + + + + + 40.75231483206153 + -3.7867474649101496 + + 914.5999755859375 + 460.7200012207031 + + 107 + + 75 + + + 8.491000175476074 + 81 + + + + + + + 40.75226998887956 + -3.7868243269622326 + + 914.5999755859375 + 469.1400146484375 + + 107 + + 75 + + + 8.416000366210938 + 88 + + + + + + + 40.7522214576602 + -3.7869051285088062 + + 914.5999755859375 + 477.5400085449219 + + 106 + + 73 + + + 8.39799976348877 + 76 + + + + + + + 40.75216915458441 + -3.7869813200086355 + + 914.4000244140625 + 485.92999267578125 + + 106 + + 72 + + + 8.39799976348877 + 51 + + + + + + + 40.752123137935996 + -3.787053907290101 + + 914.4000244140625 + 494.07000732421875 + + 105 + + 106 + + + 8.13599967956543 + 2 + + + + + + + 40.75208474881947 + -3.7871179450303316 + + 914.2000122070312 + 502.0799865722656 + + 104 + + 0 + + + 8.005999565124512 + 0 + + + + + + + 40.75204451568425 + -3.787190280854702 + + 914.0 + 509.9100036621094 + + 103 + + 0 + + + 7.8379998207092285 + 0 + + + + + + + 40.75200520455837 + -3.787256833165884 + + 914.0 + 517.5499877929688 + + 102 + + 0 + + + 7.632999897003174 + 0 + + + + + + + 40.7519624568522 + -3.7873326893895864 + + 913.7999877929688 + 525.0 + + 101 + + 0 + + + 7.454999923706055 + 0 + + + + + + + 40.75192037969828 + -3.7874015886336565 + + 913.7999877929688 + 532.3300170898438 + + 100 + + 0 + + + 7.324999809265137 + 0 + + + + + + + 40.75188240967691 + -3.7874661292880774 + + 913.7999877929688 + 539.5 + + 99 + + 0 + + + 7.175000190734863 + 0 + + + + + + + 40.75184569694102 + -3.7875302508473396 + + 913.5999755859375 + 546.5499877929688 + + 98 + + 0 + + + 7.053999900817871 + 0 + + + + + + + 40.75180571526289 + -3.787596970796585 + + 913.5999755859375 + 553.4299926757812 + + 96 + + 0 + + + 6.876999855041504 + 0 + + + + + + + 40.75177009217441 + -3.787658493965864 + + 913.5999755859375 + 560.1799926757812 + + 95 + + 0 + + + 6.745999813079834 + 0 + + + + + + + 40.75173329561949 + -3.7877211906015873 + + 913.5999755859375 + 566.72998046875 + + 94 + + 0 + + + 6.550000190734863 + 0 + + + + + + + 40.75169465504587 + -3.7877807021141052 + + 913.5999755859375 + 573.0700073242188 + + 94 + + 0 + + + 6.34499979019165 + 0 + + + + + + + 40.75165911577642 + -3.7878387048840523 + + 913.7999877929688 + 579.4299926757812 + + 95 + + 0 + + + 6.354000091552734 + 0 + + + + + + + 40.751621732488275 + -3.7878933548927307 + + 913.7999877929688 + 585.719970703125 + + 95 + + 0 + + + 6.297999858856201 + 0 + + + + + + + 40.7515874505043 + -3.7879501841962337 + + 913.7999877929688 + 591.8900146484375 + + 95 + + 0 + + + 6.168000221252441 + 0 + + + + + + + 40.75155551545322 + -3.788007013499737 + + 913.7999877929688 + 597.97998046875 + + 94 + + 0 + + + 6.084000110626221 + 0 + + + + + + + 40.7515219040215 + -3.7880645971745253 + + 913.5999755859375 + 603.9400024414062 + + 94 + + 0 + + + 5.961999893188477 + 0 + + + + + + + 40.75149156153202 + -3.788123521953821 + + 913.5999755859375 + 609.8300170898438 + + 94 + + 0 + + + 5.888000011444092 + 0 + + + + + + + 40.75146222487092 + -3.788179848343134 + + 913.4000244140625 + 615.6199951171875 + + 94 + + 0 + + + 5.794000148773193 + 0 + + + + + + + 40.75143137946725 + -3.7882297206670046 + + 913.4000244140625 + 621.27001953125 + + 94 + + 0 + + + 5.6539998054504395 + 0 + + + + + + + 40.75139810331166 + -3.7882826942950487 + + 913.4000244140625 + 626.8200073242188 + + 94 + + 0 + + + 5.541999816894531 + 0 + + + + + + + 40.75136885046959 + -3.788330554962158 + + 913.4000244140625 + 632.22998046875 + + 94 + + 0 + + + 5.4120001792907715 + 0 + + + + + + + 40.75133917853236 + -3.788380343466997 + + 913.4000244140625 + 637.469970703125 + + 94 + + 0 + + + 5.24399995803833 + 0 + + + + + + + 40.75131160207093 + -3.788428623229265 + + 913.4000244140625 + 642.530029296875 + + 94 + + 0 + + + 5.057000160217285 + 0 + + + + + + + 40.75128679163754 + -3.7884753104299307 + + 913.2000122070312 + 647.4500122070312 + + 94 + + 0 + + + 4.916999816894531 + 0 + + + + + + + 40.75126181356609 + -3.788517974317074 + + 913.4000244140625 + 652.239990234375 + + 94 + + 0 + + + 4.796000003814697 + 0 + + + + + + + 40.75123499147594 + -3.788560973480344 + + 913.4000244140625 + 656.8599853515625 + + 94 + + 0 + + + 4.61899995803833 + 0 + + + + + + + 40.751211773604155 + -3.7886005360633135 + + 913.4000244140625 + 661.2899780273438 + + 94 + + 0 + + + 4.432000160217285 + 0 + + + + + + + 40.75118964537978 + -3.788641858845949 + + 913.4000244140625 + 665.5 + + 94 + + 0 + + + 4.208000183105469 + 0 + + + + + + + 40.75117162428796 + -3.7886789068579674 + + 913.4000244140625 + 669.4600219726562 + + 94 + + 0 + + + 3.9560000896453857 + 0 + + + + + + + 40.75115595012903 + -3.7887171283364296 + + 913.5999755859375 + 673.219970703125 + + 93 + + 0 + + + 3.759999990463257 + 0 + + + + + + + 40.75114170089364 + -3.788751745596528 + + 913.7999877929688 + 676.8699951171875 + + 93 + + 0 + + + 3.6480000019073486 + 0 + + + + + + + 40.751135079190135 + -3.788790050894022 + + 914.0 + 680.3599853515625 + + 93 + + 0 + + + 3.490000009536743 + 0 + + + + + + + 40.751134576275945 + -3.78882366232574 + + 914.0 + 683.7100219726562 + + 89 + + 0 + + + 3.3499999046325684 + 0 + + + + + + + 40.75114161707461 + -3.7888512387871742 + + 914.0 + 686.4400024414062 + + 89 + + 0 + + + 2.7339999675750732 + 0 + + + + + + + 40.751145891845226 + -3.788867834955454 + + 914.0 + 688.6199951171875 + + 89 + + 0 + + + 2.183000087738037 + 0 + + + + + + + 40.75114698149264 + -3.7888747081160545 + + 914.2000122070312 + 690.8099975585938 + + 90 + + 0 + + + 2.183000087738037 + 0 + + + + + + + 40.75114622712135 + -3.788875713944435 + + 914.2000122070312 + 690.8099975585938 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114605948329 + -3.788876049220562 + + 914.0 + 690.8099975585938 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114421546459 + -3.7888759654015303 + + 914.0 + 690.8099975585938 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114522129297 + -3.7888783123344183 + + 914.0 + 690.8099975585938 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114346109331 + -3.788876887410879 + + 913.7999877929688 + 690.8099975585938 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114463455975 + -3.7888773903250694 + + 913.7999877929688 + 690.8099975585938 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.751143880188465 + -3.7888768035918474 + + 913.7999877929688 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114379636943 + -3.7888767197728157 + + 913.7999877929688 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114379636943 + -3.7888767197728157 + + 913.7999877929688 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.7511437125504 + -3.788876887410879 + + 913.7999877929688 + 690.8099975585938 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.751143377274275 + -3.788877222687006 + + 913.7999877929688 + 690.8099975585938 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.751143377274275 + -3.788876887410879 + + 914.0 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.751143377274275 + -3.7888768035918474 + + 914.0 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114279054105 + -3.788876049220562 + + 914.2000122070312 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114329345524 + -3.788876887410879 + + 914.2000122070312 + 690.8099975585938 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114320963621 + -3.788876971229911 + + 914.2000122070312 + 690.8099975585938 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.751142958179116 + -3.7888773065060377 + + 914.2000122070312 + 690.8099975585938 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114220380783 + -3.7888771388679743 + + 914.0 + 690.8099975585938 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.751141449436545 + -3.7888752948492765 + + 914.0 + 690.8099975585938 + + 90 + + 0 + + + 0.0 + 0 + + + + + + + 40.75114455074072 + -3.7888717744499445 + + 914.0 + 690.8099975585938 + + 92 + + 0 + + + 0.0 + 0 + + + + + + + 40.75115033425391 + -3.7888637278229 + + 914.0 + 690.8099975585938 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75116030871868 + -3.7888497300446033 + + 914.2000122070312 + 690.8099975585938 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.751170283183455 + -3.7888347264379263 + + 914.0 + 690.8099975585938 + + 93 + + 0 + + + 0.0 + 0 + + + + + + + 40.75118126347661 + -3.788819471374154 + + 914.0 + 692.6900024414062 + + 93 + + 0 + + + 1.8849999904632568 + 0 + + + + + + + 40.75119333341718 + -3.7888027913868427 + + 914.0 + 694.6099853515625 + + 92 + + 0 + + + 1.9220000505447388 + 52 + + + + + + + 40.7512058224529 + -3.7887837644666433 + + 914.0 + 696.7899780273438 + + 91 + + 0 + + + 2.1740000247955322 + 9 + + + + + + + 40.75122124515474 + -3.788768509402871 + + 914.2000122070312 + 699.0499877929688 + + 91 + + 41 + + + 2.257999897003174 + 34 + + + + + + + 40.75123809278011 + -3.7887493148446083 + + 914.2000122070312 + 701.5499877929688 + + 91 + + 41 + + + 2.500999927520752 + 26 + + + + + + + 40.751254772767425 + -3.7887316290289164 + + 914.2000122070312 + 704.219970703125 + + 92 + + 42 + + + 2.677999973297119 + 0 + + + + + + + 40.75127111747861 + -3.788710841909051 + + 914.2000122070312 + 706.9299926757812 + + 92 + + 0 + + + 2.7060000896453857 + 0 + + + + + + + 40.75128142721951 + -3.7886891327798367 + + 914.0 + 709.5 + + 92 + + 0 + + + 2.565999984741211 + 0 + + + + + + + 40.75128226540983 + -3.7886709440499544 + + 914.0 + 711.4600219726562 + + 92 + + 0 + + + 1.9589999914169312 + 0 + + + + + + + 40.75127740390599 + -3.7886567786335945 + + 914.0 + 713.4199829101562 + + 91 + + 0 + + + 1.9589999914169312 + 0 + + + + + + + 40.751273799687624 + -3.7886393442749977 + + 914.0 + 714.8200073242188 + + 90 + + 0 + + + 1.399999976158142 + 0 + + + + + + + 40.75126860290766 + -3.7886188086122274 + + 914.0 + 716.4500122070312 + + 90 + + 0 + + + 1.6330000162124634 + 0 + + + + + + + 40.75126231648028 + -3.7885986920446157 + + 913.7999877929688 + 718.1599731445312 + + 88 + + 0 + + + 1.7079999446868896 + 0 + + + + + + + 40.75124974362552 + -3.7885835207998753 + + 913.7999877929688 + 720.239990234375 + + 87 + + 0 + + + 2.0810000896453857 + 1 + + + + + + + 40.75122971087694 + -3.788592154160142 + + 914.0 + 722.7100219726562 + + 85 + + 0 + + + 2.4730000495910645 + 140 + + + + + + + 40.75121236033738 + -3.7886049784719944 + + 914.0 + 725.3499755859375 + + 85 + + 62 + + + 2.6410000324249268 + 107 + + + + + + + 40.751196686178446 + -3.788625178858638 + + 914.0 + 727.989990234375 + + 86 + + 62 + + + 2.6410000324249268 + 105 + + + + + + + 40.751178497448564 + -3.7886526715010405 + + 914.2000122070312 + 730.5499877929688 + + 89 + + 36 + + + 2.556999921798706 + 105 + + + + + + + 40.75116315856576 + -3.7886767275631428 + + 914.2000122070312 + 733.530029296875 + + 90 + + 30 + + + 2.9860000610351562 + 201 + + + + + + + 40.751147316768765 + -3.7887144461274147 + + 914.4000244140625 + 737.030029296875 + + 93 + + 0 + + + 3.499000072479248 + 230 + + + + + + + 40.75112887658179 + -3.788761217147112 + + 914.2000122070312 + 740.9099731445312 + + 96 + + 0 + + + 3.881999969482422 + 260 + + + + + + + 40.75111538171768 + -3.7888122629374266 + + 914.0 + 745.3400268554688 + + 99 + + 0 + + + 4.422999858856201 + 305 + + + + + + + 40.75110540725291 + -3.788875127211213 + + 914.0 + 750.22998046875 + + 100 + + 35 + + + 4.89900016784668 + 258 + + + + + + + 40.75109492987394 + -3.7889410089701414 + + 914.2000122070312 + 755.5 + + 102 + + 39 + + + 5.263000011444092 + 408 + + + + + + + 40.75108386576176 + -3.7890098243951797 + + 914.5999755859375 + 761.1400146484375 + + 105 + + 45 + + + 5.644999980926514 + 305 + + + + + + + 40.75107045471668 + -3.7890806514769793 + + 914.5999755859375 + 766.7999877929688 + + 106 + + 47 + + + 5.6539998054504395 + 298 + + + + + + + 40.75105553492904 + -3.7891594413667917 + + 914.5999755859375 + 772.9600219726562 + + 108 + + 55 + + + 6.168000221252441 + 357 + + + + + + + 40.751048075035214 + -3.7892369739711285 + + 914.2000122070312 + 779.3599853515625 + + 110 + + 58 + + + 6.392000198364258 + 361 + + + + + + + 40.75104069896042 + -3.789324229583144 + + 914.0 + 786.3699951171875 + + 112 + + 58 + + + 7.017000198364258 + 320 + + + + + + + 40.75103131122887 + -3.7894119042903185 + + 914.0 + 793.489990234375 + + 114 + + 63 + + + 7.11899995803833 + 231 + + + + + + + 40.75102376751602 + -3.7894952204078436 + + 914.4000244140625 + 800.7999877929688 + + 115 + + 63 + + + 7.306000232696533 + 227 + + + + + + + 40.75101798400283 + -3.789580464363098 + + 914.5999755859375 + 808.1799926757812 + + 117 + + 64 + + + 7.38100004196167 + 287 + + + + + + + 40.751006584614515 + -3.7896728329360485 + + 914.4000244140625 + 815.5599975585938 + + 118 + + 64 + + + 7.38100004196167 + 213 + + + + + + + 40.75099560432136 + -3.7897579930722713 + + 914.4000244140625 + 822.9500122070312 + + 119 + + 91 + + + 7.389999866485596 + 213 + + + + + + + 40.750986551865935 + -3.789847595617175 + + 914.7999877929688 + 830.4000244140625 + + 121 + + 92 + + + 7.454999923706055 + 300 + + + + + + + 40.75097540393472 + -3.789936527609825 + + 915.2000122070312 + 837.989990234375 + + 123 + + 65 + + + 7.585999965667725 + 233 + + + + + + + 40.75096836313605 + -3.7900226935744286 + + 915.4000244140625 + 845.6300048828125 + + 125 + + 65 + + + 7.642000198364258 + 215 + + + + + + + 40.75095947831869 + -3.7901104521006346 + + 915.5999755859375 + 853.3499755859375 + + 126 + + 68 + + + 7.716000080108643 + 315 + + + + + + + 40.750950425863266 + -3.7902082689106464 + + 915.5999755859375 + 861.3400268554688 + + 128 + + 74 + + + 7.986999988555908 + 324 + + + + + + + 40.75094246305525 + -3.79030030220747 + + 915.7999877929688 + 869.5599975585938 + + 129 + + 75 + + + 8.229999542236328 + 231 + + + + + + + 5.048999786376953 + 68 + 88 + 67 + 408 + + + + + 1409.0 + 15808.22 + 13.977000236511232 + 379 + + 165 + + + 176 + + Active + 129 + Manual + + + + + 40.75094246305525 + -3.79030030220747 + + 915.7999877929688 + 869.5599975585938 + + 129 + + 75 + + + 8.229999542236328 + 231 + + + + + + + 40.75092997401953 + -3.790399795398116 + + 916.0 + 877.9099731445312 + + 130 + + 77 + + + 8.342000007629395 + 223 + + + + + + + 40.75091731734574 + -3.7905000429600477 + + 916.0 + 886.2899780273438 + + 132 + + 75 + + + 8.387999534606934 + 102 + + + + + + + 40.750904912129045 + -3.790597105398774 + + 916.0 + 894.6699829101562 + + 132 + + 75 + + + 8.378999710083008 + 141 + + + + + + + 40.75089460238814 + -3.790696682408452 + + 916.0 + 903.0999755859375 + + 134 + + 65 + + + 8.425999641418457 + 242 + + + + + + + 40.75088429264724 + -3.7908008694648743 + + 916.0 + 911.760009765625 + + 135 + + 71 + + + 8.659000396728516 + 281 + + + + + + + 40.750875156372786 + -3.790902541950345 + + 915.7999877929688 + 920.5599975585938 + + 136 + + 74 + + + 8.798999786376953 + 201 + + + + + + + 40.7508656848222 + -3.7910079024732113 + + 915.7999877929688 + 929.4099731445312 + + 137 + + 81 + + + 8.854999542236328 + 221 + + + + + + + 40.75085336342454 + -3.791115190833807 + + 915.7999877929688 + 938.4199829101562 + + 137 + + 78 + + + 9.003999710083008 + 200 + + + + + + + 40.750843891873956 + -3.791221808642149 + + 916.0 + 947.489990234375 + + 138 + + 80 + + + 9.079000473022461 + 257 + + + + + + + 40.75083240866661 + -3.791324570775032 + + 916.2000122070312 + 956.6900024414062 + + 139 + + 80 + + + 9.199999809265137 + 258 + + + + + + + 40.7508210092783 + -3.791439989581704 + + 916.2000122070312 + 966.02001953125 + + 140 + + 79 + + + 9.321000099182129 + 226 + + + + + + + 40.75080692768097 + -3.7915462721139193 + + 916.0 + 975.4400024414062 + + 140 + + 79 + + + 9.423999786376953 + 296 + + + + + + + 40.75078882277012 + -3.791660852730274 + + 916.0 + 984.969970703125 + + 141 + + 80 + + + 9.527000427246094 + 363 + + + + + + + 40.750770550221205 + -3.791774343699217 + + 916.0 + 994.6400146484375 + + 142 + + 82 + + + 9.675999641418457 + 277 + + + + + + + 40.75074984692037 + -3.791887415573001 + + 915.7999877929688 + 1004.3599853515625 + + 142 + + 82 + + + 9.713000297546387 + 190 + + + + + + + 40.75072486884892 + -3.79199487157166 + + 915.7999877929688 + 1014.1199951171875 + + 142 + + 83 + + + 9.760000228881836 + 181 + + + + + + + 40.750695280730724 + -3.79210920073092 + + 916.0 + 1023.9400024414062 + + 143 + + 85 + + + 9.824999809265137 + 169 + + + + + + + 40.75066326186061 + -3.792213136330247 + + 915.7999877929688 + 1033.7900390625 + + 143 + + 84 + + + 9.852999687194824 + 159 + + + + + + + 40.750627387315035 + -3.792325621470809 + + 915.5999755859375 + 1043.6700439453125 + + 144 + + 82 + + + 9.871999740600586 + 147 + + + + + + + 40.75059084221721 + -3.792434250935912 + + 915.5999755859375 + 1053.5999755859375 + + 144 + + 84 + + + 9.937000274658203 + 137 + + + + + + + 40.750551195815206 + -3.7925360910594463 + + 915.5999755859375 + 1063.5400390625 + + 144 + + 84 + + + 9.937000274658203 + 147 + + + + + + + 40.75051188468933 + -3.792635751888156 + + 915.5999755859375 + 1073.43994140625 + + 145 + + 85 + + + 9.899999618530273 + 147 + + + + + + + 40.75047223828733 + -3.792743878439069 + + 915.5999755859375 + 1083.4100341796875 + + 145 + + 87 + + + 9.96500015258789 + 359 + + + + + + + 40.75043007731438 + -3.792848652228713 + + 915.4000244140625 + 1093.6300048828125 + + 145 + + 86 + + + 10.22599983215332 + 324 + + + + + + + 40.75038632377982 + -3.792958203703165 + + 915.4000244140625 + 1103.9300537109375 + + 144 + + 84 + + + 10.300999641418457 + 261 + + + + + + + 40.750341061502695 + -3.7930693477392197 + + 915.5999755859375 + 1114.25 + + 145 + + 84 + + + 10.319999694824219 + 163 + + + + + + + 40.75029839761555 + -3.793176217004657 + + 915.7999877929688 + 1124.530029296875 + + 145 + + 84 + + + 10.27299976348877 + 183 + + + + + + + 40.75025833211839 + -3.7932825833559036 + + 915.7999877929688 + 1134.800048828125 + + 144 + + 83 + + + 10.27299976348877 + 222 + + + + + + + 40.75021198019385 + -3.7933909613639116 + + 915.5999755859375 + 1145.030029296875 + + 145 + + 84 + + + 10.22599983215332 + 200 + + + + + + + 40.750170070677996 + -3.793493891134858 + + 915.5999755859375 + 1155.25 + + 145 + + 84 + + + 10.22599983215332 + 209 + + + + + + + 40.7501230482012 + -3.793602604418993 + + 915.5999755859375 + 1165.4300537109375 + + 145 + + 82 + + + 10.180000305175781 + 209 + + + + + + + 40.75007686391473 + -3.7937134131789207 + + 915.7999877929688 + 1175.6099853515625 + + 145 + + 81 + + + 10.180000305175781 + 281 + + + + + + + 40.75003352947533 + -3.7938198633491993 + + 915.7999877929688 + 1185.9100341796875 + + 145 + + 80 + + + 10.300999641418457 + 323 + + + + + + + 40.7499919552356 + -3.793926229700446 + + 915.7999877929688 + 1196.31005859375 + + 145 + + 83 + + + 10.394000053405762 + 284 + + + + + + + 40.74994929134846 + -3.7940433248877525 + + 915.7999877929688 + 1206.800048828125 + + 146 + + 84 + + + 10.496999740600586 + 230 + + + + + + + 40.74990587309003 + -3.7941517028957605 + + 915.7999877929688 + 1217.280029296875 + + 146 + + 84 + + + 10.477999687194824 + 240 + + + + + + + 40.749857844784856 + -3.794264355674386 + + 915.7999877929688 + 1227.760009765625 + + 146 + + 84 + + + 10.477999687194824 + 233 + + + + + + + 40.749808894470334 + -3.7943738233298063 + + 915.5999755859375 + 1238.31005859375 + + 147 + + 85 + + + 10.553000450134277 + 245 + + + + + + + 40.74976195581257 + -3.794480860233307 + + 915.5999755859375 + 1248.8900146484375 + + 147 + + 85 + + + 10.581000328063965 + 268 + + + + + + + 40.74971677735448 + -3.794587729498744 + + 915.5999755859375 + 1259.47998046875 + + 148 + + 85 + + + 10.581000328063965 + 235 + + + + + + + 40.74966606684029 + -3.794698202982545 + + 915.5999755859375 + 1270.0799560546875 + + 148 + + 85 + + + 10.600000381469727 + 196 + + + + + + + 40.74961669743061 + -3.7947997078299522 + + 915.7999877929688 + 1280.6600341796875 + + 148 + + 84 + + + 10.581000328063965 + 185 + + + + + + + 40.74956296943128 + -3.794907834380865 + + 915.7999877929688 + 1291.239990234375 + + 149 + + 85 + + + 10.581000328063965 + 160 + + + + + + + 40.74950681068003 + -3.7950164638459682 + + 915.5999755859375 + 1301.8399658203125 + + 149 + + 68 + + + 10.600000381469727 + 236 + + + + + + + 40.74945442378521 + -3.7951209861785173 + + 915.5999755859375 + 1312.489990234375 + + 150 + + 81 + + + 10.656000137329102 + 194 + + + + + + + 40.74940262362361 + -3.795225927606225 + + 915.5999755859375 + 1323.199951171875 + + 150 + + 81 + + + 10.711999893188477 + 245 + + + + + + + 40.74934638105333 + -3.7953389156609774 + + 915.5999755859375 + 1334.0699462890625 + + 150 + + 75 + + + 10.869999885559082 + 176 + + + + + + + 40.74929223395884 + -3.795441761612892 + + 915.4000244140625 + 1344.7900390625 + + 150 + + 84 + + + 10.711999893188477 + 202 + + + + + + + 40.749233392998576 + -3.795550474897027 + + 915.4000244140625 + 1355.6300048828125 + + 150 + + 85 + + + 10.842000007629395 + 241 + + + + + + + 40.74917438440025 + -3.7956564221531153 + + 915.2000122070312 + 1366.5799560546875 + + 151 + + 70 + + + 10.954000473022461 + 288 + + + + + + + 40.749117555096745 + -3.7957621179521084 + + 915.2000122070312 + 1377.5899658203125 + + 151 + + 72 + + + 11.010000228881836 + 323 + + + + + + + 40.74906097725034 + -3.7958657182753086 + + 915.2000122070312 + 1388.719970703125 + + 151 + + 70 + + + 11.121999740600586 + 270 + + + + + + + 40.749002220109105 + -3.795981053262949 + + 915.0 + 1399.9599609375 + + 151 + + 70 + + + 11.243000030517578 + 269 + + + + + + + 40.7489453908056 + -3.7960869167000055 + + 915.0 + 1411.31005859375 + + 151 + + 70 + + + 11.354999542236328 + 219 + + + + + + + 40.74888504110277 + -3.7962009105831385 + + 914.7999877929688 + 1422.7099609375 + + 151 + + 98 + + + 11.392999649047852 + 246 + + + + + + + 40.748823853209615 + -3.796315910294652 + + 914.7999877929688 + 1434.0799560546875 + + 152 + + 85 + + + 11.37399959564209 + 235 + + + + + + + 40.748765766620636 + -3.7964255455881357 + + 914.7999877929688 + 1445.550048828125 + + 152 + + 74 + + + 11.467000007629395 + 210 + + + + + + + 40.74870650656521 + -3.7965325824916363 + + 914.5999755859375 + 1457.1099853515625 + + 152 + + 74 + + + 11.560999870300293 + 203 + + + + + + + 40.74864573776722 + -3.796649929136038 + + 914.5999755859375 + 1468.760009765625 + + 152 + + 75 + + + 11.654000282287598 + 237 + + + + + + + 40.74858723208308 + -3.7967578880488873 + + 914.4000244140625 + 1480.52001953125 + + 152 + + 75 + + + 11.756999969482422 + 215 + + + + + + + 40.748524786904454 + -3.7968748155981302 + + 914.2000122070312 + 1492.1500244140625 + + 152 + + 68 + + + 11.62600040435791 + 129 + + + + + + + 40.748465694487095 + -3.7969919107854366 + + 914.0 + 1503.739990234375 + + 153 + + 0 + + + 11.597999572753906 + 130 + + + + + + + 40.748411044478416 + -3.7971056532114744 + + 914.0 + 1515.43994140625 + + 152 + + 90 + + + 11.690999984741211 + 330 + + + + + + + 40.74834834784269 + -3.797220317646861 + + 914.2000122070312 + 1527.260009765625 + + 153 + + 75 + + + 11.821999549865723 + 284 + + + + + + + 40.74828187935054 + -3.7973377481102943 + + 914.2000122070312 + 1539.2099609375 + + 153 + + 76 + + + 11.95300006866455 + 332 + + + + + + + 40.7482183445245 + -3.797447718679905 + + 914.0 + 1551.3299560546875 + + 153 + + 77 + + + 12.121000289916992 + 304 + + + + + + + 40.74815045110881 + -3.7975706811994314 + + 913.7999877929688 + 1563.56005859375 + + 153 + + 77 + + + 12.232999801635742 + 300 + + + + + + + 40.74808591045439 + -3.7976946495473385 + + 913.4000244140625 + 1575.9000244140625 + + 153 + + 79 + + + 12.335000038146973 + 302 + + + + + + + 40.74802799150348 + -3.7978150974959135 + + 913.2000122070312 + 1588.22998046875 + + 153 + + 78 + + + 12.335000038146973 + 209 + + + + + + + 40.747967725619674 + -3.7979314383119345 + + 913.0 + 1600.5699462890625 + + 153 + + 79 + + + 12.335000038146973 + 243 + + + + + + + 40.747900838032365 + -3.798059346154332 + + 912.5999755859375 + 1612.93994140625 + + 153 + + 79 + + + 12.371999740600586 + 261 + + + + + + + 40.747835794463754 + -3.7981776148080826 + + 912.5999755859375 + 1625.3499755859375 + + 154 + + 80 + + + 12.40999984741211 + 278 + + + + + + + 40.74776924215257 + -3.798304768279195 + + 912.5999755859375 + 1637.97998046875 + + 154 + + 82 + + + 12.62399959564209 + 322 + + + + + + + 40.74770268984139 + -3.7984283175319433 + + 912.4000244140625 + 1650.4599609375 + + 154 + + 82 + + + 12.484000205993652 + 233 + + + + + + + 40.74763538315892 + -3.798550693318248 + + 912.0 + 1663.010009765625 + + 154 + + 85 + + + 12.550000190734863 + 226 + + + + + + + 40.74757603928447 + -3.7986712250858545 + + 912.0 + 1675.56005859375 + + 154 + + 95 + + + 12.550000190734863 + 260 + + + + + + + 40.74751166626811 + -3.798795696347952 + + 912.0 + 1688.0799560546875 + + 154 + + 90 + + + 12.522000312805176 + 204 + + + + + + + 40.747447460889816 + -3.7989110313355923 + + 912.2000122070312 + 1700.5699462890625 + + 155 + + 87 + + + 12.484000205993652 + 169 + + + + + + + 40.747383423149586 + -3.799039525911212 + + 912.0 + 1713.010009765625 + + 155 + + 86 + + + 12.446999549865723 + 189 + + + + + + + 40.7473205588758 + -3.79916257224977 + + 911.7999877929688 + 1725.4200439453125 + + 155 + + 88 + + + 12.40999984741211 + 256 + + + + + + + 40.74726096354425 + -3.799277488142252 + + 911.7999877929688 + 1737.8699951171875 + + 155 + + 87 + + + 12.446999549865723 + 257 + + + + + + + 40.74720270931721 + -3.7993971817195415 + + 911.5999755859375 + 1750.3199462890625 + + 155 + + 87 + + + 12.446999549865723 + 215 + + + + + + + 40.74713640846312 + -3.7995217368006706 + + 911.5999755859375 + 1762.760009765625 + + 155 + + 86 + + + 12.446999549865723 + 207 + + + + + + + 40.74707790277898 + -3.799638831987977 + + 911.7999877929688 + 1775.25 + + 155 + + 91 + + + 12.484000205993652 + 342 + + + + + + + 40.747014451771975 + -3.7997664883732796 + + 911.5999755859375 + 1787.8399658203125 + + 155 + + 87 + + + 12.595999717712402 + 367 + + + + + + + 40.7469542697072 + -3.799896826967597 + + 911.4000244140625 + 1800.550048828125 + + 155 + + 86 + + + 12.708000183105469 + 271 + + + + + + + 40.746893836185336 + -3.8000182807445526 + + 911.4000244140625 + 1813.0 + + 155 + + 86 + + + 12.446999549865723 + 257 + + + + + + + 40.746832145377994 + -3.8001366332173347 + + 911.5999755859375 + 1825.47998046875 + + 155 + + 86 + + + 12.484000205993652 + 245 + + + + + + + 40.74676567688584 + -3.800259679555893 + + 911.7999877929688 + 1837.8800048828125 + + 155 + + 83 + + + 12.390999794006348 + 256 + + + + + + + 40.74670155532658 + -3.8003770262002945 + + 912.0 + 1850.1300048828125 + + 155 + + 85 + + + 12.25100040435791 + 245 + + + + + + + 40.74663558974862 + -3.800497055053711 + + 912.0 + 1862.300048828125 + + 155 + + 86 + + + 12.177000045776367 + 252 + + + + + + + 40.74656954035163 + -3.8006197661161423 + + 911.7999877929688 + 1874.52001953125 + + 155 + + 86 + + + 12.21399974822998 + 311 + + + + + + + 40.74651153758168 + -3.8007366098463535 + + 911.7999877929688 + 1886.72998046875 + + 155 + + 86 + + + 12.21399974822998 + 294 + + + + + + + 40.74645437300205 + -3.800856051966548 + + 911.7999877929688 + 1898.9100341796875 + + 155 + + 86 + + + 12.177000045776367 + 268 + + + + + + + 40.74639176018536 + -3.8009810261428356 + + 911.7999877929688 + 1911.050048828125 + + 155 + + 87 + + + 12.138999938964844 + 292 + + + + + + + 40.74633065611124 + -3.801097786054015 + + 911.5999755859375 + 1923.1600341796875 + + 155 + + 84 + + + 12.111000061035156 + 333 + + + + + + + 40.746271312236786 + -3.801215887069702 + + 911.4000244140625 + 1935.22998046875 + + 155 + + 85 + + + 12.074000358581543 + 319 + + + + + + + 40.746207777410746 + -3.801331641152501 + + 911.2000122070312 + 1947.3399658203125 + + 155 + + 84 + + + 12.111000061035156 + 284 + + + + + + + 40.746145751327276 + -3.8014468923211098 + + 911.4000244140625 + 1959.2900390625 + + 155 + + 82 + + + 11.942999839782715 + 239 + + + + + + + 40.746084060519934 + -3.8015597965568304 + + 911.4000244140625 + 1971.4300537109375 + + 156 + + 85 + + + 12.138999938964844 + 235 + + + + + + + 40.746019100770354 + -3.801681250333786 + + 911.4000244140625 + 1983.3199462890625 + + 156 + + 85 + + + 11.897000312805176 + 226 + + + + + + + 40.74595967307687 + -3.8017953280359507 + + 911.4000244140625 + 1995.219970703125 + + 156 + + 85 + + + 11.897000312805176 + 287 + + + + + + + 40.74589907191694 + -3.801916530355811 + + 911.4000244140625 + 2007.18994140625 + + 156 + + 85 + + + 11.970999717712402 + 333 + + + + + + + 40.74583503417671 + -3.8020350504666567 + + 911.4000244140625 + 2019.02001953125 + + 156 + + 84 + + + 11.831000328063965 + 290 + + + + + + + 40.74577510356903 + -3.802152732387185 + + 911.5999755859375 + 2030.9200439453125 + + 156 + + 84 + + + 11.897000312805176 + 291 + + + + + + + 40.74571349658072 + -3.8022677320986986 + + 911.5999755859375 + 2042.8900146484375 + + 156 + + 84 + + + 11.970999717712402 + 305 + + + + + + + 40.745648704469204 + -3.8023915328085423 + + 911.5999755859375 + 2054.929931640625 + + 156 + + 84 + + + 12.036999702453613 + 241 + + + + + + + 40.74558458290994 + -3.802505526691675 + + 911.5999755859375 + 2067.070068359375 + + 157 + + 82 + + + 12.138999938964844 + 198 + + + + + + + 40.74551660567522 + -3.8026276510208845 + + 911.4000244140625 + 2079.27001953125 + + 157 + + 82 + + + 12.204999923706055 + 207 + + + + + + + 40.74545055627823 + -3.802749188616872 + + 911.0 + 2091.590087890625 + + 157 + + 78 + + + 12.317000389099121 + 184 + + + + + + + 40.74538911692798 + -3.8028715644031763 + + 910.7999877929688 + 2104.070068359375 + + 157 + + 81 + + + 12.484000205993652 + 263 + + + + + + + 40.74532566592097 + -3.802991174161434 + + 910.4000244140625 + 2116.699951171875 + + 157 + + 79 + + + 12.62399959564209 + 249 + + + + + + + 40.74525819160044 + -3.8031192496418953 + + 910.2000122070312 + 2129.320068359375 + + 157 + + 81 + + + 12.62399959564209 + 201 + + + + + + + 40.745193902403116 + -3.80323919467628 + + 910.2000122070312 + 2141.97998046875 + + 157 + + 83 + + + 12.661999702453613 + 297 + + + + + + + 40.745124919340014 + -3.8033669348806143 + + 910.2000122070312 + 2154.800048828125 + + 157 + + 82 + + + 12.819999694824219 + 222 + + + + + + + 40.74505593627691 + -3.803495177999139 + + 909.5999755859375 + 2167.4599609375 + + 157 + + 82 + + + 12.661999702453613 + 190 + + + + + + + 40.74498971924186 + -3.8036154583096504 + + 909.4000244140625 + 2180.320068359375 + + 157 + + 82 + + + 12.857999801635742 + 258 + + + + + + + 40.744926016777754 + -3.803741941228509 + + 909.0 + 2193.2900390625 + + 157 + + 83 + + + 12.970000267028809 + 238 + + + + + + + 40.74485644698143 + -3.8038787338882685 + + 908.7999877929688 + 2206.429931640625 + + 157 + + 84 + + + 13.137999534606934 + 259 + + + + + + + 40.74479140341282 + -3.8040076475590467 + + 908.5999755859375 + 2219.68994140625 + + 157 + + 88 + + + 13.258999824523926 + 199 + + + + + + + 40.7447215821594 + -3.8041431829333305 + + 908.4000244140625 + 2233.10009765625 + + 156 + + 86 + + + 13.407999992370605 + 232 + + + + + + + 40.74465109035373 + -3.8042800594121218 + + 908.2000122070312 + 2246.679931640625 + + 157 + + 86 + + + 13.585000038146973 + 239 + + + + + + + 40.744585543870926 + -3.804410398006439 + + 907.5999755859375 + 2260.35009765625 + + 157 + + 85 + + + 13.668999671936035 + 194 + + + + + + + 40.74452016502619 + -3.8045417424291372 + + 907.2000122070312 + 2274.110107421875 + + 157 + + 86 + + + 13.762999534606934 + 186 + + + + + + + 40.74445084668696 + -3.8046824745833874 + + 907.0 + 2287.909912109375 + + 157 + + 92 + + + 13.800000190734863 + 206 + + + + + + + 40.74438362382352 + -3.8048128969967365 + + 906.4000244140625 + 2301.760009765625 + + 157 + + 90 + + + 13.847000122070312 + 234 + + + + + + + 40.744313886389136 + -3.8049537129700184 + + 906.2000122070312 + 2315.64990234375 + + 157 + + 85 + + + 13.892999649047852 + 208 + + + + + + + 40.74424113146961 + -3.8050879072397947 + + 906.2000122070312 + 2329.280029296875 + + 157 + + 94 + + + 13.623000144958496 + 222 + + + + + + + 40.744169130921364 + -3.8052161503583193 + + 906.2000122070312 + 2342.949951171875 + + 157 + + 85 + + + 13.668999671936035 + 190 + + + + + + + 40.74410232715309 + -3.8053418789058924 + + 906.2000122070312 + 2356.570068359375 + + 157 + + 90 + + + 13.623000144958496 + 216 + + + + + + + 40.74402923695743 + -3.805475989356637 + + 906.4000244140625 + 2370.030029296875 + + 157 + + 85 + + + 13.46399974822998 + 202 + + + + + + + 40.743964025750756 + -3.8056054897606373 + + 906.2000122070312 + 2383.330078125 + + 157 + + 85 + + + 13.295999526977539 + 208 + + + + + + + 40.743896467611194 + -3.805738426744938 + + 906.2000122070312 + 2396.469970703125 + + 157 + + 87 + + + 13.137999534606934 + 255 + + + + + + + 40.74383293278515 + -3.8058725371956825 + + 906.2000122070312 + 2409.43994140625 + + 158 + + 85 + + + 12.970000267028809 + 220 + + + + + + + 40.7437701523304 + -3.8059973437339067 + + 906.0 + 2422.3701171875 + + 158 + + 85 + + + 12.932000160217285 + 312 + + + + + + + 40.74370821006596 + -3.8061219826340675 + + 906.0 + 2435.260009765625 + + 158 + + 83 + + + 12.895000457763672 + 267 + + + + + + + 40.743642915040255 + -3.806257350370288 + + 906.0 + 2448.199951171875 + + 158 + + 87 + + + 12.932000160217285 + 312 + + + + + + + 40.74357971549034 + -3.806382743641734 + + 905.7999877929688 + 2461.169921875 + + 157 + + 88 + + + 12.970000267028809 + 357 + + + + + + + 40.743512744084 + -3.806514088064432 + + 905.7999877929688 + 2474.10009765625 + + 158 + + 87 + + + 12.932000160217285 + 251 + + + + + + + 40.743448035791516 + -3.8066433370113373 + + 905.7999877929688 + 2486.8798828125 + + 158 + + 91 + + + 12.782999992370605 + 243 + + + + + + + 40.74338768608868 + -3.8067681435495615 + + 905.7999877929688 + 2499.60009765625 + + 158 + + 92 + + + 12.718000411987305 + 250 + + + + + + + 40.74332549236715 + -3.806891944259405 + + 905.5999755859375 + 2512.199951171875 + + 158 + + 91 + + + 12.605999946594238 + 235 + + + + + + + 40.74326254427433 + -3.807018930092454 + + 905.5999755859375 + 2524.81005859375 + + 158 + + 90 + + + 12.605999946594238 + 278 + + + + + + + 40.74320252984762 + -3.807140216231346 + + 905.7999877929688 + 2537.18994140625 + + 158 + + 87 + + + 12.381999969482422 + 328 + + + + + + + 40.74313849210739 + -3.807265693321824 + + 905.5999755859375 + 2549.800048828125 + + 158 + + 86 + + + 12.605999946594238 + 291 + + + + + + + 40.74307546019554 + -3.807394690811634 + + 905.5999755859375 + 2562.2900390625 + + 158 + + 87 + + + 12.494000434875488 + 229 + + + + + + + 40.7430119253695 + -3.807512205094099 + + 905.5999755859375 + 2574.669921875 + + 157 + + 87 + + + 12.381999969482422 + 231 + + + + + + + 40.74294704943895 + -3.8076319824904203 + + 905.7999877929688 + 2587.090087890625 + + 158 + + 87 + + + 12.418999671936035 + 283 + + + + + + + 40.7428808324039 + -3.807753436267376 + + 905.5999755859375 + 2599.510009765625 + + 157 + + 86 + + + 12.418999671936035 + 274 + + + + + + + 40.742816710844636 + -3.8078722916543484 + + 905.4000244140625 + 2611.929931640625 + + 158 + + 85 + + + 12.418999671936035 + 257 + + + + + + + 40.74275057762861 + -3.8079959247261286 + + 905.2000122070312 + 2624.31005859375 + + 158 + + 87 + + + 12.381999969482422 + 277 + + + + + + + 40.742686204612255 + -3.808120312169194 + + 905.0 + 2636.699951171875 + + 158 + + 88 + + + 12.390999794006348 + 273 + + + + + + + 40.7426215801388 + -3.8082379940897226 + + 905.0 + 2649.199951171875 + + 158 + + 86 + + + 12.494000434875488 + 306 + + + + + + + 40.742559218779206 + -3.8083569332957268 + + 904.7999877929688 + 2661.550048828125 + + 158 + + 86 + + + 12.354000091552734 + 264 + + + + + + + 40.74249342083931 + -3.808483248576522 + + 904.7999877929688 + 2674.02001953125 + + 158 + + 87 + + + 12.465999603271484 + 258 + + + + + + + 40.74243231676519 + -3.808601265773177 + + 904.7999877929688 + 2686.449951171875 + + 158 + + 86 + + + 12.428000450134277 + 249 + + + + + + + 40.74236702173948 + -3.8087259884923697 + + 905.0 + 2698.840087890625 + + 158 + + 87 + + + 12.390999794006348 + 269 + + + + + + + 40.74230239726603 + -3.8088512141257524 + + 905.0 + 2711.18994140625 + + 158 + + 87 + + + 12.354000091552734 + 277 + + + + + + + 40.74223986826837 + -3.8089708238840103 + + 905.0 + 2723.510009765625 + + 158 + + 87 + + + 12.317000389099121 + 271 + + + + + + + 40.742179518565536 + -3.8090876676142216 + + 904.7999877929688 + 2735.860107421875 + + 158 + + 85 + + + 12.354000091552734 + 264 + + + + + + + 40.74211514554918 + -3.809212138876319 + + 904.5999755859375 + 2748.219970703125 + + 158 + + 90 + + + 12.354000091552734 + 235 + + + + + + + 40.742053873836994 + -3.809327892959118 + + 904.4000244140625 + 2760.610107421875 + + 158 + + 88 + + + 12.390999794006348 + 286 + + + + + + + 40.74198874644935 + -3.8094532024115324 + + 904.2000122070312 + 2773.0400390625 + + 159 + + 86 + + + 12.428000450134277 + 307 + + + + + + + 40.741927307099104 + -3.8095763325691223 + + 904.4000244140625 + 2785.530029296875 + + 159 + + 88 + + + 12.494000434875488 + 275 + + + + + + + 40.74186318553984 + -3.809696277603507 + + 904.4000244140625 + 2797.9599609375 + + 159 + + 85 + + + 12.428000450134277 + 241 + + + + + + + 40.74180199764669 + -3.8098124507814646 + + 904.4000244140625 + 2810.389892578125 + + 159 + + 86 + + + 12.428000450134277 + 236 + + + + + + + 40.741735780611634 + -3.809939017519355 + + 904.4000244140625 + 2822.81005859375 + + 159 + + 85 + + + 12.428000450134277 + 231 + + + + + + + 40.74167291633785 + -3.8100566156208515 + + 904.2000122070312 + 2835.280029296875 + + 159 + + 86 + + + 12.465999603271484 + 263 + + + + + + + 40.741609716787934 + -3.810183936730027 + + 904.2000122070312 + 2847.60009765625 + + 159 + + 85 + + + 12.317000389099121 + 263 + + + + + + + 40.741545679047704 + -3.810309497639537 + + 904.4000244140625 + 2860.1298828125 + + 160 + + 90 + + + 12.531000137329102 + 294 + + + + + + + 40.74148432351649 + -3.810428772121668 + + 904.5999755859375 + 2872.6201171875 + + 160 + + 88 + + + 12.494000434875488 + 225 + + + + + + + 40.74142137542367 + -3.8105436880141497 + + 904.4000244140625 + 2885.050048828125 + + 160 + + 91 + + + 12.428000450134277 + 274 + + + + + + + 40.74135641567409 + -3.8106712605804205 + + 904.2000122070312 + 2897.580078125 + + 160 + + 85 + + + 12.531000137329102 + 255 + + + + + + + 40.74129296466708 + -3.8107892777770758 + + 904.0 + 2909.919921875 + + 160 + + 86 + + + 12.335000038146973 + 268 + + + + + + + 40.74122699908912 + -3.8109150901436806 + + 904.0 + 2922.43994140625 + + 160 + + 87 + + + 12.522000312805176 + 289 + + + + + + + 40.74115960858762 + -3.811042830348015 + + 903.7999877929688 + 2935.06005859375 + + 160 + + 88 + + + 12.62399959564209 + 266 + + + + + + + 40.74109464883804 + -3.8111633621156216 + + 903.5999755859375 + 2947.760009765625 + + 160 + + 87 + + + 12.699000358581543 + 194 + + + + + + + 40.741029689088464 + -3.811283726245165 + + 903.4000244140625 + 2960.580078125 + + 160 + + 91 + + + 12.819999694824219 + 179 + + + + + + + 40.7409621309489 + -3.8114166632294655 + + 903.5999755859375 + 2973.550048828125 + + 160 + + 86 + + + 12.970000267028809 + 282 + + + + + + + 40.74089893139899 + -3.8115408830344677 + + 903.5999755859375 + 2986.639892578125 + + 160 + + 83 + + + 13.090999603271484 + 213 + + + + + + + 40.74082969687879 + -3.8116749934852123 + + 903.2000122070312 + 2999.85009765625 + + 160 + + 85 + + + 13.211999893188477 + 220 + + + + + + + 40.74075928889215 + -3.8118080981075764 + + 902.7999877929688 + 3013.14990234375 + + 160 + + 87 + + + 13.295999526977539 + 217 + + + + + + + 40.74069181457162 + -3.811936257407069 + + 902.4000244140625 + 3026.580078125 + + 160 + + 85 + + + 13.427000045776367 + 219 + + + + + + + 40.74062601663172 + -3.812066512182355 + + 902.2000122070312 + 3040.02001953125 + + 160 + + 87 + + + 13.446000099182129 + 306 + + + + + + + 40.740555273368955 + -3.8122062385082245 + + 902.0 + 3053.60009765625 + + 160 + + 87 + + + 13.576000213623047 + 203 + + + + + + + 40.740488385781646 + -3.812335319817066 + + 901.5999755859375 + 3067.260009765625 + + 160 + + 87 + + + 13.65999984741211 + 222 + + + + + + + 40.74041965417564 + -3.812477309256792 + + 901.2000122070312 + 3080.969970703125 + + 161 + + 86 + + + 13.706999778747559 + 223 + + + + + + + 40.7403526827693 + -3.812617789953947 + + 900.7999877929688 + 3094.760009765625 + + 161 + + 92 + + + 13.791000366210938 + 239 + + + + + + + 40.740288477391005 + -3.8127565942704678 + + 900.5999755859375 + 3108.639892578125 + + 161 + + 90 + + + 13.883999824523926 + 231 + + + + + + + 40.74022678658366 + -3.812896152958274 + + 900.4000244140625 + 3122.6201171875 + + 161 + + 91 + + + 13.97700023651123 + 194 + + + + + + + 40.74016207829118 + -3.813044261187315 + + 900.2000122070312 + 3136.60009765625 + + 161 + + 92 + + + 13.97700023651123 + 156 + + + + + + + 40.74010709300637 + -3.8131884299218655 + + 900.2000122070312 + 3150.570068359375 + + 160 + + 90 + + + 13.97700023651123 + 156 + + + + + + + 40.74004733003676 + -3.8133419025689363 + + 900.0 + 3164.4599609375 + + 160 + + 99 + + + 13.883999824523926 + 80 + + + + + + + 40.739989914000034 + -3.813493950292468 + + 899.5999755859375 + 3178.25 + + 160 + + 79 + + + 13.791000366210938 + 112 + + + + + + + 40.739934677258134 + -3.8136382028460503 + + 899.4000244140625 + 3192.0 + + 160 + + 96 + + + 13.753000259399414 + 125 + + + + + + + 40.73988229036331 + -3.813779018819332 + + 899.4000244140625 + 3205.659912109375 + + 160 + + 95 + + + 13.65999984741211 + 9 + + + + + + + 40.739829652011395 + -3.813928635790944 + + 899.4000244140625 + 3219.070068359375 + + 160 + + 0 + + + 13.407999992370605 + 0 + + + + + + + 40.73978690430522 + -3.814070876687765 + + 899.0 + 3232.35009765625 + + 160 + + 0 + + + 13.277999877929688 + 0 + + + + + + + 40.73975941166282 + -3.8142230082303286 + + 898.7999877929688 + 3245.429931640625 + + 159 + + 0 + + + 13.081999778747559 + 0 + + + + + + + 40.7397445756942 + -3.8143779896199703 + + 898.4000244140625 + 3258.27001953125 + + 159 + + 0 + + + 12.83899974822998 + 0 + + + + + + + 40.73973351158202 + -3.8145263493061066 + + 898.0 + 3270.919921875 + + 159 + + 0 + + + 12.652000427246094 + 30 + + + + + + + 40.73971029371023 + -3.814662555232644 + + 898.0 + 3283.2099609375 + + 158 + + 0 + + + 12.288999557495117 + 119 + + + + + + + 40.73966964147985 + -3.814797755330801 + + 897.7999877929688 + 3295.25 + + 158 + + 0 + + + 12.045999526977539 + 119 + + + + + + + 40.73961012996733 + -3.814906971529126 + + 897.5999755859375 + 3307.239990234375 + + 157 + + 0 + + + 11.980999946594238 + 120 + + + + + + + 40.73952840641141 + -3.8150081411004066 + + 897.5999755859375 + 3319.219970703125 + + 157 + + 78 + + + 11.980999946594238 + 382 + + + + + + + 40.739448526874185 + -3.815111070871353 + + 897.4000244140625 + 3331.469970703125 + + 157 + + 77 + + + 12.25100040435791 + 341 + + + + + + + 40.739377196878195 + -3.815222717821598 + + 897.4000244140625 + 3343.929931640625 + + 157 + + 78 + + + 12.465999603271484 + 465 + + + + + + + 40.73931550607085 + -3.815344339236617 + + 897.4000244140625 + 3356.510009765625 + + 157 + + 82 + + + 12.57800006866455 + 419 + + + + + + + 40.73926052078605 + -3.815480126067996 + + 897.2000122070312 + 3369.199951171875 + + 157 + + 82 + + + 12.6899995803833 + 305 + + + + + + + 40.739209055900574 + -3.8156107161194086 + + 897.2000122070312 + 3381.780029296875 + + 157 + + 84 + + + 12.57800006866455 + 260 + + + + + + + 40.739154322072864 + -3.8157456647604704 + + 897.0 + 3394.469970703125 + + 157 + + 88 + + + 12.6899995803833 + 279 + + + + + + + 40.73910126462579 + -3.8158826250582933 + + 897.2000122070312 + 3407.1201171875 + + 157 + + 95 + + + 12.652000427246094 + 206 + + + + + + + 40.739049883559346 + -3.8160156458616257 + + 897.0 + 3419.81005859375 + + 157 + + 95 + + + 12.6899995803833 + 348 + + + + + + + 40.739001436159015 + -3.816148415207863 + + 896.7999877929688 + 3432.610107421875 + + 157 + + 95 + + + 12.802000045776367 + 326 + + + + + + + 40.73894728906453 + -3.8162898179143667 + + 896.5999755859375 + 3445.5 + + 156 + + 96 + + + 12.88599967956543 + 253 + + + + + + + 40.738897332921624 + -3.8164224196225405 + + 896.5999755859375 + 3458.340087890625 + + 157 + + 98 + + + 12.83899974822998 + 287 + + + + + + + 40.738845532760024 + -3.8165637385100126 + + 896.5999755859375 + 3471.219970703125 + + 157 + + 99 + + + 12.88599967956543 + 372 + + + + + + + 40.73879239149392 + -3.8167027104645967 + + 896.5999755859375 + 3484.260009765625 + + 157 + + 95 + + + 13.03499984741211 + 278 + + + + + + + 40.738743524998426 + -3.816841011866927 + + 896.4000244140625 + 3497.080078125 + + 157 + + 95 + + + 12.819999694824219 + 243 + + + + + + + 40.738695077598095 + -3.816972440108657 + + 896.4000244140625 + 3510.080078125 + + 157 + + 96 + + + 13.006999969482422 + 233 + + + + + + + 40.73864403180778 + -3.8171139266341925 + + 896.2000122070312 + 3522.909912109375 + + 157 + + 98 + + + 12.819999694824219 + 260 + + + + + + + 40.7385930698365 + -3.8172466959804296 + + 896.0 + 3535.760009765625 + + 157 + + 95 + + + 12.857999801635742 + 209 + + + + + + + 40.738540682941675 + -3.817386841401458 + + 895.7999877929688 + 3548.5400390625 + + 158 + + 98 + + + 12.77400016784668 + 229 + + + + + + + 40.73848678730428 + -3.8175248075276613 + + 895.7999877929688 + 3561.31005859375 + + 158 + + 99 + + + 12.77400016784668 + 286 + + + + + + + 40.738437082618475 + -3.8176581636071205 + + 896.2000122070312 + 3574.050048828125 + + 158 + + 93 + + + 12.736000061035156 + 247 + + + + + + + 40.73839299380779 + -3.8177906814962626 + + 896.4000244140625 + 3586.7099609375 + + 159 + + 96 + + + 12.661999702453613 + 262 + + + + + + + 40.738346138969064 + -3.8179294858127832 + + 896.5999755859375 + 3599.260009765625 + + 159 + + 96 + + + 12.550000190734863 + 246 + + + + + + + 40.7382992003113 + -3.818058902397752 + + 896.4000244140625 + 3611.669921875 + + 159 + + 94 + + + 12.40999984741211 + 235 + + + + + + + 40.7382526807487 + -3.818194856867194 + + 896.4000244140625 + 3624.0 + + 159 + + 94 + + + 12.335000038146973 + 293 + + + + + + + 40.73820976540446 + -3.8183314818888903 + + 896.4000244140625 + 3636.25 + + 159 + + 91 + + + 12.25100040435791 + 241 + + + + + + + 40.7381696999073 + -3.818463161587715 + + 896.4000244140625 + 3648.469970703125 + + 160 + + 106 + + + 12.21399974822998 + 294 + + + + + + + 40.73813147842884 + -3.818593667820096 + + 896.4000244140625 + 3660.64990234375 + + 160 + + 102 + + + 12.185999870300293 + 298 + + + + + + + 40.73809250257909 + -3.81873263977468 + + 896.4000244140625 + 3672.800048828125 + + 160 + + 88 + + + 12.14900016784668 + 243 + + + + + + + 40.73806014843285 + -3.8188639003783464 + + 896.5999755859375 + 3684.909912109375 + + 160 + + 90 + + + 12.111000061035156 + 226 + + + + + + + 40.73802779428661 + -3.819004464894533 + + 896.5999755859375 + 3696.9599609375 + + 160 + + 92 + + + 12.045999526977539 + 221 + + + + + + + 40.73800239712 + -3.819145867601037 + + 896.4000244140625 + 3708.969970703125 + + 160 + + 90 + + + 12.008999824523926 + 264 + + + + + + + 40.73798303492367 + -3.8192829955369234 + + 896.4000244140625 + 3721.010009765625 + + 160 + + 95 + + + 12.045999526977539 + 343 + + + + + + + 40.73796375654638 + -3.819420039653778 + + 896.5999755859375 + 3733.10009765625 + + 160 + + 94 + + + 12.083000183105469 + 209 + + + + + + + 40.73794615454972 + -3.8195626996457577 + + 896.7999877929688 + 3745.080078125 + + 160 + + 96 + + + 11.980999946594238 + 243 + + + + + + + 40.737930815666914 + -3.8196969777345657 + + 896.5999755859375 + 3757.02001953125 + + 160 + + 95 + + + 11.942999839782715 + 259 + + + + + + + 40.73791950009763 + -3.8198393024504185 + + 896.5999755859375 + 3769.030029296875 + + 160 + + 98 + + + 12.008999824523926 + 244 + + + + + + + 40.73790944181383 + -3.819980537518859 + + 896.5999755859375 + 3780.820068359375 + + 160 + + 96 + + + 11.78499984741211 + 232 + + + + + + + 40.73790332302451 + -3.8201158214360476 + + 896.5999755859375 + 3792.760009765625 + + 160 + + 98 + + + 11.942999839782715 + 267 + + + + + + + 40.737902568653226 + -3.8202521950006485 + + 896.7999877929688 + 3804.47998046875 + + 160 + + 95 + + + 11.718999862670898 + 254 + + + + + + + 40.737902987748384 + -3.820394016802311 + + 897.0 + 3816.199951171875 + + 160 + + 98 + + + 11.718999862670898 + 242 + + + + + + + 40.73790768161416 + -3.8205293007194996 + + 897.0 + 3827.93994140625 + + 160 + + 94 + + + 11.746999740600586 + 259 + + + + + + + 40.737914219498634 + -3.8206675183027983 + + 897.0 + 3839.6298828125 + + 160 + + 94 + + + 11.682000160217285 + 222 + + + + + + + 40.73792176321149 + -3.8208047300577164 + + 897.0 + 3851.239990234375 + + 160 + + 95 + + + 11.616999626159668 + 256 + + + + + + + 40.73793291114271 + -3.8209389243274927 + + 896.7999877929688 + 3862.860107421875 + + 160 + + 93 + + + 11.616999626159668 + 311 + + + + + + + 40.73794590309262 + -3.8210706040263176 + + 896.7999877929688 + 3874.510009765625 + + 160 + + 94 + + + 11.654000282287598 + 265 + + + + + + + 40.73796534910798 + -3.8212111685425043 + + 896.7999877929688 + 3886.1298828125 + + 160 + + 94 + + + 11.616999626159668 + 245 + + + + + + + 40.737987561151385 + -3.821339914575219 + + 897.0 + 3897.719970703125 + + 160 + + 94 + + + 11.58899974822998 + 224 + + + + + + + 40.738013964146376 + -3.821478048339486 + + 897.0 + 3909.280029296875 + + 161 + + 92 + + + 11.560999870300293 + 208 + + + + + + + 40.73804120533168 + -3.8216119911521673 + + 897.0 + 3920.840087890625 + + 160 + + 92 + + + 11.560999870300293 + 257 + + + + + + + 40.73806836269796 + -3.8217391446232796 + + 897.0 + 3932.320068359375 + + 160 + + 94 + + + 11.47700023651123 + 257 + + + + + + + 40.73810130357742 + -3.8218625262379646 + + 897.0 + 3943.81005859375 + + 160 + + 92 + + + 11.494999885559082 + 238 + + + + + + + 40.738137094303966 + -3.8219973910599947 + + 897.0 + 3955.280029296875 + + 160 + + 91 + + + 11.467000007629395 + 222 + + + + + + + 40.73817330412567 + -3.822119850665331 + + 897.0 + 3966.800048828125 + + 160 + + 92 + + + 11.52299976348877 + 207 + + + + + + + 40.73821253143251 + -3.8222463335841894 + + 897.2000122070312 + 3978.080078125 + + 160 + + 91 + + + 11.281000137329102 + 222 + + + + + + + 40.738258715718985 + -3.8223712239414454 + + 897.2000122070312 + 3989.4599609375 + + 160 + + 92 + + + 11.37399959564209 + 293 + + + + + + + 40.73830389417708 + -3.8224887382239103 + + 897.0 + 4000.800048828125 + + 160 + + 90 + + + 11.345999717712402 + 211 + + + + + + + 40.738350162282586 + -3.82260549813509 + + 897.0 + 4012.090087890625 + + 160 + + 93 + + + 11.281000137329102 + 226 + + + + + + + 40.7384028006345 + -3.8227262813597918 + + 897.0 + 4023.340087890625 + + 160 + + 93 + + + 11.253000259399414 + 325 + + + + + + + 40.73845409788191 + -3.8228380121290684 + + 897.2000122070312 + 4034.64990234375 + + 160 + + 92 + + + 11.309000015258789 + 365 + + + + + + + 40.73851159773767 + -3.8229566160589457 + + 897.2000122070312 + 4045.989990234375 + + 160 + + 90 + + + 11.345999717712402 + 239 + + + + + + + 40.73856817558408 + -3.8230701070278883 + + 897.2000122070312 + 4057.300048828125 + + 160 + + 93 + + + 11.309000015258789 + 315 + + + + + + + 40.73862534016371 + -3.8231778983026743 + + 897.2000122070312 + 4068.64990234375 + + 160 + + 91 + + + 11.345999717712402 + 327 + + + + + + + 40.73868300765753 + -3.823279906064272 + + 897.5999755859375 + 4079.929931640625 + + 160 + + 92 + + + 11.281000137329102 + 207 + + + + + + + 40.73874989524484 + -3.8233896251767874 + + 897.5999755859375 + 4091.1298828125 + + 160 + + 91 + + + 11.196999549865723 + 251 + + + + + + + 40.738811921328306 + -3.8234899565577507 + + 897.7999877929688 + 4102.2998046875 + + 160 + + 96 + + + 11.168999671936035 + 269 + + + + + + + 40.73888182640076 + -3.8235915452241898 + + 897.7999877929688 + 4113.490234375 + + 160 + + 91 + + + 11.196999549865723 + 338 + + + + + + + 40.73895173147321 + -3.8236905355006456 + + 897.5999755859375 + 4124.68994140625 + + 160 + + 91 + + + 11.196999549865723 + 342 + + + + + + + 40.73902373202145 + -3.8237850833684206 + + 897.5999755859375 + 4135.89013671875 + + 160 + + 92 + + + 11.196999549865723 + 342 + + + + + + + 40.739097660407424 + -3.82387544028461 + + 897.5999755859375 + 4147.259765625 + + 160 + + 93 + + + 11.37399959564209 + 398 + + + + + + + 40.73917745612562 + -3.8239712454378605 + + 897.5999755859375 + 4158.66015625 + + 161 + + 90 + + + 11.402000427246094 + 306 + + + + + + + 40.73925381526351 + -3.8240613508969545 + + 897.7999877929688 + 4170.0400390625 + + 160 + + 90 + + + 11.37399959564209 + 243 + + + + + + + 40.739335119724274 + -3.8241552282124758 + + 898.0 + 4181.33984375 + + 160 + + 91 + + + 11.309000015258789 + 269 + + + + + + + 40.73941592127085 + -3.824245249852538 + + 898.0 + 4192.60009765625 + + 160 + + 94 + + + 11.253000259399414 + 283 + + + + + + + 40.73949437588453 + -3.824330074712634 + + 897.7999877929688 + 4203.8798828125 + + 160 + + 92 + + + 11.281000137329102 + 298 + + + + + + + 40.739570148289204 + -3.8244130555540323 + + 897.5999755859375 + 4215.1298828125 + + 160 + + 88 + + + 11.253000259399414 + 271 + + + + + + + 40.73965195566416 + -3.8245014008134604 + + 897.4000244140625 + 4226.35986328125 + + 160 + + 91 + + + 11.225000381469727 + 286 + + + + + + + 40.73972831480205 + -3.8245816994458437 + + 897.5999755859375 + 4237.52978515625 + + 160 + + 92 + + + 11.168999671936035 + 266 + + + + + + + 40.739806685596704 + -3.8246701285243034 + + 897.7999877929688 + 4248.6298828125 + + 160 + + 92 + + + 11.104000091552734 + 335 + + + + + + + 40.73988505639136 + -3.8247566297650337 + + 897.7999877929688 + 4259.77001953125 + + 160 + + 95 + + + 11.140999794006348 + 291 + + + + + + + 40.73995982296765 + -3.824831983074546 + + 898.0 + 4270.83984375 + + 160 + + 98 + + + 11.076000213623047 + 215 + + + + + + + 40.740036349743605 + -3.8249121140688658 + + 898.0 + 4281.81005859375 + + 160 + + 98 + + + 10.96399974822998 + 227 + + + + + + + 40.74011622928083 + -3.8249975256621838 + + 898.0 + 4292.72021484375 + + 160 + + 93 + + + 10.907999992370605 + 288 + + + + + + + 40.74018940329552 + -3.825076399371028 + + 898.0 + 4303.5400390625 + + 161 + + 95 + + + 10.824000358581543 + 217 + + + + + + + 40.74026534333825 + -3.8251598831266165 + + 898.0 + 4314.259765625 + + 161 + + 93 + + + 10.720999717712402 + 244 + + + + + + + 40.740340277552605 + -3.825242528691888 + + 897.7999877929688 + 4324.97998046875 + + 161 + + 93 + + + 10.720999717712402 + 247 + + + + + + + 40.740412110462785 + -3.8253208994865417 + + 897.7999877929688 + 4335.6298828125 + + 161 + + 92 + + + 10.645999908447266 + 247 + + + + + + + 40.74048276990652 + -3.825399186462164 + + 897.7999877929688 + 4346.240234375 + + 161 + + 88 + + + 10.609000205993652 + 248 + + + + + + + 40.74056047014892 + -3.8254859391599894 + + 897.5999755859375 + 4356.85009765625 + + 161 + + 88 + + + 10.609000205993652 + 284 + + + + + + + 40.74063213542104 + -3.8255636394023895 + + 897.4000244140625 + 4367.43017578125 + + 161 + + 94 + + + 10.581000328063965 + 284 + + + + + + + 40.74070698581636 + -3.8256469555199146 + + 897.5999755859375 + 4377.990234375 + + 162 + + 93 + + + 10.562000274658203 + 243 + + + + + + + 40.74078091420233 + -3.8257290981709957 + + 897.7999877929688 + 4388.52001953125 + + 162 + + 88 + + + 10.534000396728516 + 251 + + + + + + + 40.740850903093815 + -3.8258104864507914 + + 897.7999877929688 + 4399.02978515625 + + 162 + + 90 + + + 10.505999565124512 + 260 + + + + + + + 40.74091661721468 + -3.8258925452828407 + + 897.7999877929688 + 4409.669921875 + + 162 + + 91 + + + 10.63700008392334 + 260 + + + + + + + 40.74098266661167 + -3.825978711247444 + + 897.7999877929688 + 4420.22998046875 + + 162 + + 91 + + + 10.562000274658203 + 244 + + + + + + + 40.741044357419014 + -3.826060937717557 + + 898.0 + 4430.740234375 + + 162 + + 91 + + + 10.505999565124512 + 232 + + + + + + + 40.741110406816006 + -3.826151965186 + + 898.0 + 4441.240234375 + + 162 + + 88 + + + 10.505999565124512 + 271 + + + + + + + 40.74117402546108 + -3.826242322102189 + + 898.0 + 4451.77978515625 + + 162 + + 90 + + + 10.534000396728516 + 240 + + + + + + + 40.741233536973596 + -3.826333601027727 + + 898.0 + 4462.27978515625 + + 162 + + 90 + + + 10.505999565124512 + 228 + + + + + + + 40.74128801934421 + -3.8264238741248846 + + 898.2000122070312 + 4472.81982421875 + + 161 + + 91 + + + 10.534000396728516 + 261 + + + + + + + 40.74134727939963 + -3.8265227805823088 + + 898.2000122070312 + 4483.35009765625 + + 162 + + 92 + + + 10.534000396728516 + 279 + + + + + + + 40.74140100739896 + -3.82662202231586 + + 898.4000244140625 + 4493.91015625 + + 161 + + 90 + + + 10.562000274658203 + 276 + + + + + + + 40.74145716615021 + -3.8267266284674406 + + 898.4000244140625 + 4504.47998046875 + + 162 + + 87 + + + 10.562000274658203 + 262 + + + + + + + 40.741506703197956 + -3.82683165371418 + + 898.2000122070312 + 4515.06005859375 + + 162 + + 95 + + + 10.581000328063965 + 302 + + + + + + + 40.741555569693446 + -3.826937098056078 + + 898.2000122070312 + 4525.68994140625 + + 162 + + 90 + + + 10.63700008392334 + 299 + + + + + + + 40.741601502522826 + -3.8270426262170076 + + 898.0 + 4536.35986328125 + + 162 + + 92 + + + 10.664999961853027 + 278 + + + + + + + 40.74164810590446 + -3.8271601404994726 + + 898.0 + 4547.0498046875 + + 162 + + 92 + + + 10.692999839782715 + 312 + + + + + + + 40.7416873332113 + -3.8272700272500515 + + 898.2000122070312 + 4557.77001953125 + + 162 + + 92 + + + 10.720999717712402 + 288 + + + + + + + 40.74172924272716 + -3.8273901399224997 + + 898.2000122070312 + 4568.509765625 + + 162 + + 92 + + + 10.739999771118164 + 284 + + + + + + + 40.7417687214911 + -3.8275098334997892 + + 898.2000122070312 + 4579.33984375 + + 163 + + 92 + + + 10.824000358581543 + 309 + + + + + + + 40.741801830008626 + -3.8276301976293325 + + 898.2000122070312 + 4590.22021484375 + + 163 + + 95 + + + 10.880000114440918 + 387 + + + + + + + 40.74183099903166 + -3.827747879549861 + + 898.4000244140625 + 4601.2099609375 + + 163 + + 85 + + + 10.991999626159668 + 268 + + + + + + + 40.741861425340176 + -3.8278741110116243 + + 898.2000122070312 + 4612.22998046875 + + 164 + + 86 + + + 11.020000457763672 + 269 + + + + + + + 40.74188740924001 + -3.8279950618743896 + + 898.0 + 4623.25 + + 164 + + 87 + + + 11.020000457763672 + 248 + + + + + + + 40.74191389605403 + -3.8281249813735485 + + 898.0 + 4634.2900390625 + + 164 + + 88 + + + 11.04800033569336 + 333 + + + + + + + 40.741937616840005 + -3.828254481777549 + + 898.2000122070312 + 4645.33984375 + + 164 + + 87 + + + 11.04800033569336 + 244 + + + + + + + 40.74195773340762 + -3.8283787854015827 + + 898.2000122070312 + 4656.330078125 + + 165 + + 87 + + + 10.991999626159668 + 265 + + + + + + + 40.74197500012815 + -3.8285030890256166 + + 898.2000122070312 + 4667.35009765625 + + 165 + + 87 + + + 11.020000457763672 + 317 + + + + + + + 40.74199000373483 + -3.828637870028615 + + 898.2000122070312 + 4678.43017578125 + + 165 + + 90 + + + 11.076000213623047 + 383 + + + + + + + 40.74200224131346 + -3.8287643529474735 + + 898.2000122070312 + 4689.60986328125 + + 165 + + 87 + + + 11.187999725341797 + 338 + + + + + + + 40.74201313778758 + -3.828897038474679 + + 898.2000122070312 + 4700.75 + + 165 + + 87 + + + 11.131999969482422 + 280 + + + + + + + 40.74201690964401 + -3.8290308974683285 + + 898.2000122070312 + 4711.7900390625 + + 165 + + 93 + + + 11.04800033569336 + 285 + + + + + + + 40.742017747834325 + -3.829162074252963 + + 898.0 + 4722.93017578125 + + 165 + + 98 + + + 11.131999969482422 + 422 + + + + + + + 40.74201808311045 + -3.8292899820953608 + + 898.0 + 4734.22998046875 + + 165 + + 95 + + + 11.309000015258789 + 322 + + + + + + + 40.742016742005944 + -3.8294272776693106 + + 898.0 + 4745.5400390625 + + 166 + + 95 + + + 11.309000015258789 + 276 + + + + + + + 40.742012383416295 + -3.8295560237020254 + + 898.2000122070312 + 4756.81005859375 + + 166 + + 96 + + + 11.270999908447266 + 257 + + + + + + + 40.74200400151312 + -3.8296912238001823 + + 898.2000122070312 + 4768.08984375 + + 165 + + 98 + + + 11.270999908447266 + 298 + + + + + + + 40.74199243448675 + -3.829826507717371 + + 898.4000244140625 + 4779.330078125 + + 166 + + 96 + + + 11.243000030517578 + 272 + + + + + + + 40.74197986163199 + -3.82995349355042 + + 898.4000244140625 + 4790.52001953125 + + 166 + + 96 + + + 11.187999725341797 + 247 + + + + + + + 40.741964019834995 + -3.8300771266222 + + 898.4000244140625 + 4801.7001953125 + + 166 + + 95 + + + 11.187999725341797 + 285 + + + + + + + 40.74194616638124 + -3.8302085548639297 + + 898.5999755859375 + 4812.89013671875 + + 166 + + 96 + + + 11.187999725341797 + 266 + + + + + + + 40.741926888003945 + -3.8303338643163443 + + 898.5999755859375 + 4824.2001953125 + + 166 + + 95 + + + 11.309000015258789 + 276 + + + + + + + 40.74190316721797 + -3.8304657954722643 + + 898.4000244140625 + 4835.35986328125 + + 166 + + 95 + + + 11.15999984741211 + 340 + + + + + + + 40.7418776024133 + -3.830594541504979 + + 898.5999755859375 + 4846.6298828125 + + 166 + + 93 + + + 11.270999908447266 + 226 + + + + + + + 40.74185337871313 + -3.830717420205474 + + 898.7999877929688 + 4857.81982421875 + + 166 + + 94 + + + 11.187999725341797 + 165 + + + + + + + 40.74182689189911 + -3.830838957801461 + + 898.5999755859375 + 4868.97998046875 + + 166 + + 98 + + + 11.15999984741211 + 288 + + + + + + + 40.7417999021709 + -3.8309705536812544 + + 898.4000244140625 + 4880.169921875 + + 166 + + 95 + + + 11.187999725341797 + 300 + + + + + + + 40.74177500791848 + -3.831093516200781 + + 898.4000244140625 + 4891.3798828125 + + 166 + + 95 + + + 11.21500015258789 + 274 + + + + + + + 40.74174910783768 + -3.831225363537669 + + 898.4000244140625 + 4902.6298828125 + + 166 + + 96 + + + 11.243000030517578 + 309 + + + + + + + 40.7417253870517 + -3.8313530199229717 + + 898.4000244140625 + 4913.89990234375 + + 166 + + 94 + + + 11.270999908447266 + 212 + + + + + + + 40.74169730767608 + -3.83147899992764 + + 898.4000244140625 + 4925.169921875 + + 166 + + 96 + + + 11.270999908447266 + 268 + + + + + + + 40.74167123995721 + -3.831599783152342 + + 898.5999755859375 + 4936.43994140625 + + 166 + + 94 + + + 11.270999908447266 + 235 + + + + + + + 40.74164944700897 + -3.831729618832469 + + 898.7999877929688 + 4947.7099609375 + + 165 + + 95 + + + 11.270999908447266 + 242 + + + + + + + 40.74162321165204 + -3.8318535033613443 + + 898.7999877929688 + 4958.93017578125 + + 166 + + 96 + + + 11.21500015258789 + 273 + + + + + + + 40.741595132276416 + -3.8319850992411375 + + 898.5999755859375 + 4970.14013671875 + + 165 + + 92 + + + 11.21500015258789 + 219 + + + + + + + 40.74156789109111 + -3.8321167789399624 + + 898.5999755859375 + 4981.419921875 + + 166 + + 98 + + + 11.281000137329102 + 297 + + + + + + + 40.74153922498226 + -3.8322430942207575 + + 898.5999755859375 + 4992.7900390625 + + 166 + + 99 + + + 11.364999771118164 + 334 + + + + + + + 40.74151407927275 + -3.832370163872838 + + 898.5999755859375 + 5004.22021484375 + + 166 + + 95 + + + 11.430000305175781 + 224 + + + + + + + 40.74148926883936 + -3.832504525780678 + + 898.5999755859375 + 5015.740234375 + + 166 + + 99 + + + 11.52299976348877 + 362 + + + + + + + 40.741465548053384 + -3.8326321821659803 + + 898.5999755859375 + 5027.31982421875 + + 166 + + 93 + + + 11.579000473022461 + 274 + + + + + + + 40.741443168371916 + -3.832764867693186 + + 898.5999755859375 + 5038.89990234375 + + 167 + + 93 + + + 11.579000473022461 + 219 + + + + + + + 40.74142590165138 + -3.8329036720097065 + + 898.4000244140625 + 5050.4501953125 + + 167 + + 93 + + + 11.550999641418457 + 238 + + + + + + + 40.74141073040664 + -3.8330393750220537 + + 898.4000244140625 + 5062.10009765625 + + 167 + + 93 + + + 11.645000457763672 + 276 + + + + + + + 40.74139949865639 + -3.833173653110862 + + 898.5999755859375 + 5073.68017578125 + + 167 + + 92 + + + 11.579000473022461 + 262 + + + + + + + 40.74139296077192 + -3.8333168160170317 + + 898.7999877929688 + 5085.2001953125 + + 167 + + 93 + + + 11.52299976348877 + 249 + + + + + + + 40.74138851836324 + -3.833447741344571 + + 898.7999877929688 + 5096.75 + + 166 + + 95 + + + 11.550999641418457 + 226 + + + + + + + 40.7413921225816 + -3.8335881382226944 + + 898.7999877929688 + 5108.27001953125 + + 166 + + 94 + + + 11.52299976348877 + 273 + + + + + + + 40.74139639735222 + -3.83372669108212 + + 898.7999877929688 + 5119.81982421875 + + 166 + + 94 + + + 11.550999641418457 + 293 + + + + + + + 40.7414061203599 + -3.833862980827689 + + 898.7999877929688 + 5131.35009765625 + + 166 + + 92 + + + 11.52299976348877 + 241 + + + + + + + 40.74141492135823 + -3.8339951634407043 + + 898.5999755859375 + 5142.8701171875 + + 166 + + 94 + + + 11.52299976348877 + 284 + + + + + + + 40.74142917059362 + -3.834135979413986 + + 898.5999755859375 + 5154.330078125 + + 166 + + 92 + + + 11.458000183105469 + 267 + + + + + + + 40.741447946056724 + -3.834265982732177 + + 898.5999755859375 + 5165.7900390625 + + 166 + + 93 + + + 11.458000183105469 + 310 + + + + + + + 40.74146630242467 + -3.8344012666493654 + + 898.7999877929688 + 5177.25 + + 166 + + 92 + + + 11.458000183105469 + 267 + + + + + + + 40.74148876592517 + -3.8345370534807444 + + 898.7999877929688 + 5188.68017578125 + + 166 + + 94 + + + 11.430000305175781 + 286 + + + + + + + 40.7415097206831 + -3.8346642069518566 + + 898.7999877929688 + 5200.16015625 + + 166 + + 91 + + + 11.486000061035156 + 232 + + + + + + + 40.74153101071715 + -3.834790186956525 + + 899.0 + 5211.43994140625 + + 166 + + 91 + + + 11.281000137329102 + 247 + + + + + + + 40.74155523441732 + -3.834924129769206 + + 899.0 + 5222.8701171875 + + 165 + + 93 + + + 11.430000305175781 + 278 + + + + + + + 40.74157727882266 + -3.835050445050001 + + 899.2000122070312 + 5234.08984375 + + 166 + + 93 + + + 11.21500015258789 + 318 + + + + + + + 40.741600999608636 + -3.8351878244429827 + + 899.2000122070312 + 5245.39990234375 + + 165 + + 91 + + + 11.309000015258789 + 287 + + + + + + + 40.741624468937516 + -3.8353201746940613 + + 899.2000122070312 + 5256.60986328125 + + 165 + + 91 + + + 11.21500015258789 + 266 + + + + + + + 40.74164802208543 + -3.8354462385177612 + + 899.2000122070312 + 5267.740234375 + + 165 + + 91 + + + 11.131999969482422 + 282 + + + + + + + 40.74167115613818 + -3.8355690333992243 + + 899.0 + 5278.81982421875 + + 165 + + 90 + + + 11.076000213623047 + 232 + + + + + + + 40.74169655330479 + -3.83569928817451 + + 899.0 + 5289.8701171875 + + 165 + + 91 + + + 11.04800033569336 + 290 + + + + + + + 40.74171843007207 + -3.8358209934085608 + + 898.7999877929688 + 5300.830078125 + + 166 + + 96 + + + 10.96399974822998 + 303 + + + + + + + 40.74174324050546 + -3.835949068889022 + + 898.7999877929688 + 5311.77001953125 + + 166 + + 94 + + + 10.935999870300293 + 284 + + + + + + + 40.741765201091766 + -3.8360764738172293 + + 898.7999877929688 + 5322.64013671875 + + 166 + + 93 + + + 10.880000114440918 + 282 + + + + + + + 40.74178649112582 + -3.8361975084990263 + + 899.0 + 5333.52001953125 + + 166 + + 92 + + + 10.880000114440918 + 278 + + + + + + + 40.74180928990245 + -3.836315693333745 + + 899.0 + 5344.18994140625 + + 165 + + 93 + + + 10.664999961853027 + 280 + + + + + + + 40.741833094507456 + -3.8364422600716352 + + 899.0 + 5354.8798828125 + + 166 + + 92 + + + 10.692999839782715 + 302 + + + + + + + 40.74185044504702 + -3.836560109630227 + + 899.0 + 5365.5498046875 + + 165 + + 90 + + + 10.664999961853027 + 284 + + + + + + + 40.74186846613884 + -3.8366878498345613 + + 899.2000122070312 + 5376.2099609375 + + 166 + + 91 + + + 10.664999961853027 + 302 + + + + + + + 40.74188129045069 + -3.8368153385818005 + + 899.4000244140625 + 5386.7998046875 + + 165 + + 91 + + + 10.59000015258789 + 292 + + + + + + + 40.741889672353864 + -3.8369355350732803 + + 899.4000244140625 + 5397.3701171875 + + 165 + + 87 + + + 10.562000274658203 + 245 + + + + + + + 40.74189092963934 + -3.8370564859360456 + + 899.4000244140625 + 5407.8701171875 + + 165 + + 92 + + + 10.505999565124512 + 326 + + + + + + + 40.74188883416355 + -3.837186908349395 + + 899.5999755859375 + 5418.3798828125 + + 165 + + 90 + + + 10.505999565124512 + 290 + + + + + + + 40.74188346974552 + -3.83730442263186 + + 899.5999755859375 + 5428.8798828125 + + 165 + + 90 + + + 10.505999565124512 + 319 + + + + + + + 40.74187860824168 + -3.8374325819313526 + + 899.7999877929688 + 5439.3701171875 + + 165 + + 88 + + + 10.48799991607666 + 275 + + + + + + + 40.741866789758205 + -3.837557304650545 + + 899.5999755859375 + 5449.85986328125 + + 165 + + 90 + + + 10.48799991607666 + 283 + + + + + + + 40.74185078032315 + -3.8376768305897713 + + 899.5999755859375 + 5460.35009765625 + + 165 + + 90 + + + 10.48799991607666 + 279 + + + + + + + 40.74183334596455 + -3.837797362357378 + + 899.7999877929688 + 5470.83984375 + + 164 + + 90 + + + 10.48799991607666 + 279 + + + + + + + 40.7418102119118 + -3.837922001257539 + + 899.5999755859375 + 5481.3701171875 + + 164 + + 88 + + + 10.534000396728516 + 313 + + + + + + + 40.74178380891681 + -3.838040940463543 + + 899.5999755859375 + 5491.97998046875 + + 164 + + 91 + + + 10.609000205993652 + 278 + + + + + + + 40.74175028130412 + -3.83816197514534 + + 899.5999755859375 + 5502.5400390625 + + 164 + + 91 + + + 10.562000274658203 + 210 + + + + + + + 40.74171457439661 + -3.8382783997803926 + + 899.5999755859375 + 5513.1298828125 + + 164 + + 91 + + + 10.59000015258789 + 275 + + + + + + + 40.741672832518816 + -3.8383906334638596 + + 899.4000244140625 + 5523.6201171875 + + 164 + + 91 + + + 10.48799991607666 + 294 + + + + + + + 40.74163385666907 + -3.838498340919614 + + 899.2000122070312 + 5534.080078125 + + 164 + + 88 + + + 10.460000038146973 + 243 + + + + + + + 40.74158892966807 + -3.838611664250493 + + 899.2000122070312 + 5544.60986328125 + + 163 + + 88 + + + 10.534000396728516 + 241 + + + + + + + 40.74154542759061 + -3.8387181144207716 + + 899.4000244140625 + 5555.14990234375 + + 163 + + 91 + + + 10.534000396728516 + 230 + + + + + + + 40.74149823747575 + -3.8388326950371265 + + 899.4000244140625 + 5565.68017578125 + + 163 + + 91 + + + 10.534000396728516 + 234 + + + + + + + 40.74145012535155 + -3.838947359472513 + + 899.4000244140625 + 5576.240234375 + + 163 + + 88 + + + 10.562000274658203 + 245 + + + + + + + 40.74140679091215 + -3.8390544801950455 + + 899.2000122070312 + 5586.93994140625 + + 163 + + 91 + + + 10.692999839782715 + 302 + + + + + + + 40.74136186391115 + -3.8391604274511337 + + 899.2000122070312 + 5597.52978515625 + + 163 + + 91 + + + 10.59000015258789 + 246 + + + + + + + 40.74131584726274 + -3.8392738346010447 + + 899.4000244140625 + 5608.22021484375 + + 163 + + 88 + + + 10.692999839782715 + 224 + + + + + + + 40.74127142317593 + -3.839381458237767 + + 899.5999755859375 + 5618.91015625 + + 163 + + 93 + + + 10.692999839782715 + 255 + + + + + + + 40.74122264049947 + -3.8394957035779953 + + 899.5999755859375 + 5629.580078125 + + 163 + + 93 + + + 10.664999961853027 + 205 + + + + + + + 40.741174863651395 + -3.8396037463098764 + + 899.7999877929688 + 5640.35009765625 + + 163 + + 90 + + + 10.777000427246094 + 282 + + + + + + + 40.74112826026976 + -3.8397109508514404 + + 899.7999877929688 + 5651.009765625 + + 163 + + 92 + + + 10.656000137329102 + 284 + + + + + + + 40.74108090251684 + -3.839815640822053 + + 899.5999755859375 + 5661.77001953125 + + 163 + + 90 + + + 10.758000373840332 + 235 + + + + + + + 40.74103253893554 + -3.839929634705186 + + 899.5999755859375 + 5672.52978515625 + + 163 + + 92 + + + 10.758000373840332 + 309 + + + + + + + 40.74098501354456 + -3.840034157037735 + + 899.5999755859375 + 5683.3701171875 + + 163 + + 93 + + + 10.842000007629395 + 318 + + + + + + + 40.74093673378229 + -3.840149072930217 + + 899.4000244140625 + 5694.240234375 + + 163 + + 92 + + + 10.869999885559082 + 260 + + + + + + + 40.740887112915516 + -3.84026650339365 + + 899.4000244140625 + 5705.169921875 + + 164 + + 95 + + + 10.925999641418457 + 339 + + + + + + + 40.74084226973355 + -3.840377563610673 + + 899.5999755859375 + 5716.08984375 + + 164 + + 94 + + + 10.925999641418457 + 236 + + + + + + + 40.7407929841429 + -3.8404830917716026 + + 899.5999755859375 + 5727.0498046875 + + 164 + + 94 + + + 10.954000473022461 + 232 + + + + + + + 40.740741519257426 + -3.840601108968258 + + 899.5999755859375 + 5737.7998046875 + + 164 + + 94 + + + 10.758000373840332 + 246 + + + + + + + 40.74069491587579 + -3.840709989890456 + + 899.5999755859375 + 5748.64990234375 + + 163 + + 93 + + + 10.842000007629395 + 237 + + + + + + + 40.740646636113524 + -3.8408247381448746 + + 899.7999877929688 + 5759.43017578125 + + 163 + + 92 + + + 10.78600025177002 + 251 + + + + + + + 40.74059718288481 + -3.8409390673041344 + + 899.4000244140625 + 5770.22021484375 + + 163 + + 94 + + + 10.78600025177002 + 269 + + + + + + + 40.74055016040802 + -3.8410482835024595 + + 899.4000244140625 + 5781.02978515625 + + 163 + + 93 + + + 10.814000129699707 + 256 + + + + + + + 40.740505401045084 + -3.841157080605626 + + 899.2000122070312 + 5791.8798828125 + + 163 + + 91 + + + 10.842000007629395 + 278 + + + + + + + 40.740457121282816 + -3.841273169964552 + + 899.2000122070312 + 5802.77001953125 + + 163 + + 93 + + + 10.89799976348877 + 238 + + + + + + + 40.74041152372956 + -3.841383559629321 + + 899.5999755859375 + 5813.64013671875 + + 163 + + 93 + + + 10.869999885559082 + 201 + + + + + + + 40.74036316014826 + -3.8414973858743906 + + 899.5999755859375 + 5824.509765625 + + 164 + + 95 + + + 10.869999885559082 + 242 + + + + + + + 40.74031420983374 + -3.841613559052348 + + 899.5999755859375 + 5835.35986328125 + + 163 + + 93 + + + 10.842000007629395 + 230 + + + + + + + 40.74026676826179 + -3.841723445802927 + + 899.5999755859375 + 5846.2001953125 + + 163 + + 93 + + + 10.842000007629395 + 259 + + + + + + + 40.740220583975315 + -3.8418295606970787 + + 899.5999755859375 + 5857.0400390625 + + 164 + + 96 + + + 10.842000007629395 + 256 + + + + + + + 40.74017196893692 + -3.841942548751831 + + 899.7999877929688 + 5867.830078125 + + 163 + + 93 + + + 10.78600025177002 + 226 + + + + + + + 40.74012586846948 + -3.842051178216934 + + 899.7999877929688 + 5878.64013671875 + + 163 + + 93 + + + 10.814000129699707 + 288 + + + + + + + 40.74007524177432 + -3.8421655911952257 + + 899.5999755859375 + 5889.330078125 + + 163 + + 92 + + + 10.684000015258789 + 259 + + + + + + + 40.74002184905112 + -3.842275058850646 + + 899.7999877929688 + 5900.009765625 + + 163 + + 92 + + + 10.684000015258789 + 227 + + + + + + + 40.73996954597533 + -3.842376060783863 + + 899.7999877929688 + 5910.66015625 + + 163 + + 92 + + + 10.656000137329102 + 255 + + + + + + + 40.73991657234728 + -3.8424727879464626 + + 899.7999877929688 + 5921.31982421875 + + 163 + + 91 + + + 10.656000137329102 + 237 + + + + + + + 40.73985764756799 + -3.842576639726758 + + 899.7999877929688 + 5931.919921875 + + 163 + + 94 + + + 10.600000381469727 + 229 + + + + + + + 40.73979855515063 + -3.8426716905087233 + + 899.7999877929688 + 5942.5 + + 163 + + 92 + + + 10.581000328063965 + 260 + + + + + + + 40.73973284102976 + -3.8427658192813396 + + 899.7999877929688 + 5953.02978515625 + + 163 + + 91 + + + 10.524999618530273 + 227 + + + + + + + 40.7396634388715 + -3.8428539130836725 + + 899.7999877929688 + 5963.52001953125 + + 163 + + 90 + + + 10.496999740600586 + 237 + + + + + + + 40.739594707265496 + -3.842937145382166 + + 900.0 + 5974.080078125 + + 162 + + 91 + + + 10.553000450134277 + 235 + + + + + + + 40.73952438309789 + -3.843013755977154 + + 900.0 + 5984.6298828125 + + 163 + + 90 + + + 10.553000450134277 + 256 + + + + + + + 40.73944626376033 + -3.843092629685998 + + 899.7999877929688 + 5995.1298828125 + + 162 + + 93 + + + 10.496999740600586 + 290 + + + + + + + 40.73937434703112 + -3.8431652169674635 + + 899.7999877929688 + 6005.77978515625 + + 162 + + 88 + + + 10.656000137329102 + 262 + + + + + + + 40.73929538950324 + -3.843241408467293 + + 900.2000122070312 + 6016.2001953125 + + 162 + + 88 + + + 10.42199993133545 + 203 + + + + + + + 40.73921618051827 + -3.8433088827878237 + + 900.4000244140625 + 6026.68017578125 + + 162 + + 90 + + + 10.477999687194824 + 229 + + + + + + + 40.7391367200762 + -3.8433725852519274 + + 900.4000244140625 + 6037.240234375 + + 162 + + 90 + + + 10.553000450134277 + 360 + + + + + + + 40.73905491270125 + -3.8434332702308893 + + 900.2000122070312 + 6047.97998046875 + + 162 + + 93 + + + 10.739999771118164 + 391 + + + + + + + 40.738966232165694 + -3.8434964697808027 + + 900.0 + 6058.85009765625 + + 162 + + 91 + + + 10.869999885559082 + 308 + + + + + + + 40.73888341896236 + -3.843558579683304 + + 899.7999877929688 + 6069.85986328125 + + 162 + + 95 + + + 11.010000228881836 + 245 + + + + + + + 40.7387949898839 + -3.8436261378228664 + + 899.7999877929688 + 6080.72998046875 + + 162 + + 94 + + + 10.869999885559082 + 337 + + + + + + + 40.738707734271884 + -3.8436952885240316 + + 899.7999877929688 + 6091.81982421875 + + 163 + + 96 + + + 11.093999862670898 + 351 + + + + + + + 40.73862207122147 + -3.8437589909881353 + + 899.7999877929688 + 6103.0 + + 163 + + 95 + + + 11.178000450134277 + 249 + + + + + + + 40.73853691108525 + -3.843821184709668 + + 900.0 + 6114.18017578125 + + 163 + + 98 + + + 11.178000450134277 + 244 + + + + + + + 40.73844647035003 + -3.8438867311924696 + + 899.7999877929688 + 6125.35986328125 + + 163 + + 129 + + + 11.178000450134277 + 237 + + + + + + + 40.73836122639477 + -3.843948757275939 + + 899.5999755859375 + 6136.509765625 + + 163 + + 94 + + + 11.149999618530273 + 259 + + + + + + + 40.73827154003084 + -3.8440163992345333 + + 899.5999755859375 + 6147.72021484375 + + 163 + + 96 + + + 11.21500015258789 + 275 + + + + + + + 40.73818327859044 + -3.844083035364747 + + 899.5999755859375 + 6158.93994140625 + + 163 + + 98 + + + 11.21500015258789 + 284 + + + + + + + 40.73809962719679 + -3.8441500905901194 + + 899.5999755859375 + 6170.06005859375 + + 163 + + 99 + + + 11.121999740600586 + 260 + + + + + + + 40.73801765218377 + -3.844215888530016 + + 899.7999877929688 + 6181.10009765625 + + 164 + + 93 + + + 11.038000106811523 + 165 + + + + + + + 40.73793240822852 + -3.844289733096957 + + 900.0 + 6192.02001953125 + + 163 + + 95 + + + 10.925999641418457 + 192 + + + + + + + 40.73785454034805 + -3.844362488016486 + + 900.0 + 6202.919921875 + + 163 + + 95 + + + 10.89799976348877 + 211 + + + + + + + 40.73777281679213 + -3.8444378413259983 + + 900.0 + 6213.759765625 + + 163 + + 94 + + + 10.842000007629395 + 220 + + + + + + + 40.73769469745457 + -3.8445185590535402 + + 899.5999755859375 + 6224.60986328125 + + 164 + + 92 + + + 10.842000007629395 + 224 + + + + + + + 40.73761951178312 + -3.844600450247526 + + 899.5999755859375 + 6235.47998046875 + + 163 + + 94 + + + 10.869999885559082 + 258 + + + + + + + 40.737549271434546 + -3.8446846883744 + + 899.4000244140625 + 6246.39990234375 + + 164 + + 94 + + + 10.925999641418457 + 240 + + + + + + + 40.73747861199081 + -3.8447789009660482 + + 899.5999755859375 + 6257.1298828125 + + 164 + + 93 + + + 10.729999542236328 + 247 + + + + + + + 40.73741264641285 + -3.844866994768381 + + 899.4000244140625 + 6267.919921875 + + 163 + + 92 + + + 10.78600025177002 + 223 + + + + + + + 40.73734425008297 + -3.8449623808264732 + + 899.4000244140625 + 6278.759765625 + + 163 + + 94 + + + 10.842000007629395 + 246 + + + + + + + 40.737279541790485 + -3.8450603652745485 + + 899.5999755859375 + 6289.43994140625 + + 164 + + 93 + + + 10.684000015258789 + 239 + + + + + + + 40.737217934802175 + -3.8451545778661966 + + 899.5999755859375 + 6299.93994140625 + + 163 + + 93 + + + 10.496999740600586 + 263 + + + + + + + 40.737160351127386 + -3.8452499639242887 + + 899.5999755859375 + 6310.41015625 + + 163 + + 93 + + + 10.468999862670898 + 280 + + + + + + + 40.73710050433874 + -3.845353312790394 + + 899.4000244140625 + 6320.8798828125 + + 163 + + 91 + + + 10.468999862670898 + 295 + + + + + + + 40.73704820126295 + -3.845451883971691 + + 899.4000244140625 + 6331.3798828125 + + 163 + + 87 + + + 10.496999740600586 + 249 + + + + + + + 40.736991204321384 + -3.8455590046942234 + + 899.5999755859375 + 6341.81982421875 + + 163 + + 90 + + + 10.440999984741211 + 230 + + + + + + + 40.73693563230336 + -3.8456622697412968 + + 899.5999755859375 + 6352.259765625 + + 163 + + 90 + + + 10.440999984741211 + 269 + + + + + + + 40.73688047938049 + -3.8457615952938795 + + 899.5999755859375 + 6362.7001953125 + + 163 + + 90 + + + 10.440999984741211 + 230 + + + + + + + 40.73682775720954 + -3.8458593282848597 + + 899.5999755859375 + 6373.14013671875 + + 163 + + 88 + + + 10.440999984741211 + 290 + + + + + + + 40.73677201755345 + -3.8459641858935356 + + 899.4000244140625 + 6383.56005859375 + + 163 + + 88 + + + 10.42199993133545 + 254 + + + + + + + 40.736718038097024 + -3.846060326322913 + + 899.4000244140625 + 6394.0 + + 162 + + 90 + + + 10.440999984741211 + 290 + + + + + + + 40.736660957336426 + -3.8461651001125574 + + 899.2000122070312 + 6404.5 + + 162 + + 90 + + + 10.496999740600586 + 309 + + + + + + + 40.73660580441356 + -3.8462692871689796 + + 899.2000122070312 + 6415.0 + + 163 + + 90 + + + 10.496999740600586 + 270 + + + + + + + 40.736553920432925 + -3.846368193626404 + + 899.4000244140625 + 6425.47021484375 + + 163 + + 91 + + + 10.468999862670898 + 298 + + + + + + + 40.73650396429002 + -3.846469195559621 + + 899.2000122070312 + 6436.02001953125 + + 163 + + 91 + + + 10.553000450134277 + 306 + + + + + + + 40.73644897900522 + -3.846579333767295 + + 899.2000122070312 + 6446.759765625 + + 163 + + 90 + + + 10.739999771118164 + 359 + + + + + + + 40.73639776557684 + -3.846680335700512 + + 899.2000122070312 + 6457.47021484375 + + 163 + + 93 + + + 10.711999893188477 + 398 + + + + + + + 40.73633884079754 + -3.846788965165615 + + 899.4000244140625 + 6468.33984375 + + 163 + + 93 + + + 10.869999885559082 + 283 + + + + + + + 40.73628142476082 + -3.846895834431052 + + 899.5999755859375 + 6479.18017578125 + + 163 + + 93 + + + 10.842000007629395 + 264 + + + + + + + 40.73622585274279 + -3.846996920183301 + + 899.7999877929688 + 6490.0498046875 + + 164 + + 94 + + + 10.869999885559082 + 276 + + + + + + + 40.73617204092443 + -3.847096161916852 + + 899.7999877929688 + 6500.89990234375 + + 164 + + 93 + + + 10.842000007629395 + 275 + + + + + + + 40.7361132837832 + -3.847204875200987 + + 899.5999755859375 + 6511.7099609375 + + 164 + + 94 + + + 10.814000129699707 + 230 + + + + + + + 40.73605813086033 + -3.84730520658195 + + 899.5999755859375 + 6522.52978515625 + + 165 + + 95 + + + 10.814000129699707 + 248 + + + + + + + 40.735999792814255 + -3.847412746399641 + + 899.5999755859375 + 6533.3701171875 + + 165 + + 92 + + + 10.842000007629395 + 285 + + + + + + + 40.735941622406244 + -3.847519950941205 + + 899.5999755859375 + 6544.240234375 + + 165 + + 92 + + + 10.869999885559082 + 283 + + + + + + + 40.735885044559836 + -3.8476220425218344 + + 899.7999877929688 + 6555.14013671875 + + 165 + + 92 + + + 10.89799976348877 + 261 + + + + + + + 40.73583131656051 + -3.8477227929979563 + + 900.0 + 6565.7900390625 + + 165 + + 93 + + + 10.656000137329102 + 296 + + + + + + + 40.73577515780926 + -3.847829243168235 + + 900.0 + 6576.47998046875 + + 165 + + 91 + + + 10.684000015258789 + 293 + + + + + + + 40.7357192505151 + -3.847927311435342 + + 900.0 + 6587.10009765625 + + 166 + + 91 + + + 10.628000259399414 + 266 + + + + + + + 40.735658314079046 + -3.8480280619114637 + + 899.7999877929688 + 6597.6298828125 + + 166 + + 91 + + + 10.524999618530273 + 292 + + + + + + + 40.73559586890042 + -3.8481249567121267 + + 899.7999877929688 + 6608.080078125 + + 166 + + 90 + + + 10.449999809265137 + 290 + + + + + + + 40.73553602211177 + -3.848217073827982 + + 899.5999755859375 + 6618.47998046875 + + 166 + + 91 + + + 10.404000282287598 + 274 + + + + + + + 40.73547248728573 + -3.8483020663261414 + + 899.4000244140625 + 6628.93017578125 + + 166 + + 87 + + + 10.449999809265137 + 315 + + + + + + + 40.73540107347071 + -3.8483906630426645 + + 899.4000244140625 + 6639.43017578125 + + 166 + + 90 + + + 10.496999740600586 + 228 + + + + + + + 40.73533158749342 + -3.8484677765518427 + + 899.5999755859375 + 6649.93017578125 + + 166 + + 91 + + + 10.496999740600586 + 267 + + + + + + + 40.735255144536495 + -3.8485467340797186 + + 899.7999877929688 + 6660.47998046875 + + 167 + + 91 + + + 10.553000450134277 + 240 + + + + + + + 40.73517660610378 + -3.848619405180216 + + 899.7999877929688 + 6671.08984375 + + 167 + + 92 + + + 10.609000205993652 + 273 + + + + + + + 40.7350976485759 + -3.8486840296536684 + + 900.0 + 6681.7001953125 + + 167 + + 92 + + + 10.609000205993652 + 241 + + + + + + + 40.73501885868609 + -3.8487399369478226 + + 900.2000122070312 + 6692.22021484375 + + 167 + + 90 + + + 10.524999618530273 + 182 + + + + + + + 40.734932692721486 + -3.848793664947152 + + 900.0 + 6702.60009765625 + + 167 + + 91 + + + 10.37600040435791 + 116 + + + + + + + 40.73485189117491 + -3.8488418608903885 + + 900.0 + 6712.81982421875 + + 167 + + 103 + + + 10.22599983215332 + 177 + + + + + + + 40.734765976667404 + -3.848892319947481 + + 899.7999877929688 + 6722.97998046875 + + 167 + + 85 + + + 10.152000427246094 + 137 + + + + + + + 40.734685845673084 + -3.848947724327445 + + 899.7999877929688 + 6733.02978515625 + + 167 + + 87 + + + 10.057999610900879 + 68 + + + + + + + 40.73461778461933 + -3.8490179646760225 + + 899.4000244140625 + 6743.08984375 + + 167 + + 87 + + + 10.057999610900879 + 3 + + + + + + + 40.73456263169646 + -3.849095916375518 + + 899.2000122070312 + 6752.89990234375 + + 167 + + 93 + + + 9.807000160217285 + 3 + + + + + + + 40.73450228199363 + -3.849167497828603 + + 899.0 + 6762.35986328125 + + 167 + + 0 + + + 9.461000442504883 + 40 + + + + + + + 40.734436735510826 + -3.8492118380963802 + + 899.2000122070312 + 6771.27001953125 + + 167 + + 0 + + + 8.91100025177002 + 40 + + + + + + + 40.73436004109681 + -3.84923187084496 + + 899.2000122070312 + 6779.8798828125 + + 167 + + 0 + + + 8.612000465393066 + 41 + + + + + + + 40.73427898809314 + -3.8492523226886988 + + 898.7999877929688 + 6788.91015625 + + 167 + + 75 + + + 9.02299976348877 + 334 + + + + + + + 40.73420128785074 + -3.8492897897958755 + + 898.5999755859375 + 6798.33984375 + + 167 + + 77 + + + 9.432999610900879 + 384 + + + + + + + 40.73412769474089 + -3.8493455294519663 + + 898.4000244140625 + 6807.97021484375 + + 166 + + 84 + + + 9.628999710083008 + 457 + + + + + + + 40.73405376635492 + -3.8494152668863535 + + 898.5999755859375 + 6817.7998046875 + + 166 + + 83 + + + 9.824999809265137 + 473 + + + + + + + 40.7339839451015 + -3.849485255777836 + + 898.5999755859375 + 6827.72998046875 + + 166 + + 85 + + + 9.937000274658203 + 384 + + + + + + + 40.73391035199165 + -3.849559100344777 + + 898.7999877929688 + 6837.7900390625 + + 166 + + 85 + + + 10.057999610900879 + 351 + + + + + + + 40.733834747225046 + -3.849631939083338 + + 898.7999877929688 + 6847.89990234375 + + 166 + + 87 + + + 10.104999542236328 + 294 + + + + + + + 40.733758891001344 + -3.849696731194854 + + 899.0 + 6858.169921875 + + 166 + + 87 + + + 10.27299976348877 + 404 + + + + + + + 40.73367968201637 + -3.849754650145769 + + 899.0 + 6868.64990234375 + + 166 + + 90 + + + 10.477999687194824 + 397 + + + + + + + 40.73359351605177 + -3.8498118985444307 + + 899.2000122070312 + 6879.2998046875 + + 166 + + 90 + + + 10.656000137329102 + 350 + + + + + + + 40.733504835516214 + -3.849867805838585 + + 899.2000122070312 + 6890.22998046875 + + 165 + + 94 + + + 10.925999641418457 + 485 + + + + + + + 40.73341020382941 + -3.8499257247895002 + + 899.2000122070312 + 6901.419921875 + + 165 + + 92 + + + 11.187999725341797 + 266 + + + + + + + 40.73331858962774 + -3.8499838951975107 + + 899.2000122070312 + 6912.72998046875 + + 166 + + 98 + + + 11.309000015258789 + 214 + + + + + + + 40.7332309987396 + -3.850043909624219 + + 899.4000244140625 + 6923.97021484375 + + 166 + + 99 + + + 11.243000030517578 + 289 + + + + + + + 40.73314290493727 + -3.8501087855547667 + + 899.2000122070312 + 6935.4501953125 + + 166 + + 94 + + + 11.486000061035156 + 245 + + + + + + + 40.73305221274495 + -3.8501807022839785 + + 899.2000122070312 + 6946.91015625 + + 166 + + 92 + + + 11.458000183105469 + 244 + + + + + + + 40.7329669687897 + -3.8502546306699514 + + 899.2000122070312 + 6958.31005859375 + + 166 + + 86 + + + 11.392999649047852 + 181 + + + + + + + 40.732880886644125 + -3.850336102768779 + + 899.4000244140625 + 6969.759765625 + + 166 + + 91 + + + 11.458000183105469 + 260 + + + + + + + 40.73279773816466 + -3.850426459684968 + + 899.2000122070312 + 6981.27978515625 + + 166 + + 94 + + + 11.513999938964844 + 366 + + + + + + + 40.732721546664834 + -3.850514804944396 + + 899.2000122070312 + 6992.7900390625 + + 166 + + 90 + + + 11.513999938964844 + 195 + + + + + + + 40.732648288831115 + -3.850605245679617 + + 899.0 + 7004.25 + + 166 + + 93 + + + 11.458000183105469 + 232 + + + + + + + 40.732572097331285 + -3.850706247612834 + + 899.0 + 7015.759765625 + + 166 + + 94 + + + 11.513999938964844 + 366 + + + + + + + 40.73250101879239 + -3.8508015498518944 + + 899.0 + 7027.33984375 + + 166 + + 93 + + + 11.579000473022461 + 368 + + + + + + + 40.732423570007086 + -3.8509075809270144 + + 899.0 + 7039.0498046875 + + 166 + + 93 + + + 11.710000038146973 + 385 + + + + + + + 40.73234997689724 + -3.851011684164405 + + 899.2000122070312 + 7050.759765625 + + 167 + + 92 + + + 11.710000038146973 + 222 + + + + + + + 40.73227873072028 + -3.8511113449931145 + + 899.2000122070312 + 7062.43994140625 + + 166 + + 95 + + + 11.67300033569336 + 205 + + + + + + + 40.73220983147621 + -3.8512064795941114 + + 899.2000122070312 + 7074.0400390625 + + 167 + + 93 + + + 11.607000350952148 + 220 + + + + + + + 40.73213531635702 + -3.8513106666505337 + + 899.2000122070312 + 7085.60009765625 + + 166 + + 94 + + + 11.550999641418457 + 258 + + + + + + + 40.73206700384617 + -3.8514055497944355 + + 899.2000122070312 + 7097.080078125 + + 166 + + 95 + + + 11.486000061035156 + 230 + + + + + + + 40.73199198581278 + -3.85150495916605 + + 899.0 + 7108.5400390625 + + 166 + + 93 + + + 11.458000183105469 + 244 + + + + + + + 40.731919733807445 + -3.851605961099267 + + 899.0 + 7120.0 + + 166 + + 90 + + + 11.458000183105469 + 241 + + + + + + + 40.7318495772779 + -3.8517035264521837 + + 898.7999877929688 + 7131.419921875 + + 166 + + 95 + + + 11.420999526977539 + 282 + + + + + + + 40.73178118094802 + -3.8517954759299755 + + 898.7999877929688 + 7142.83984375 + + 166 + + 95 + + + 11.420999526977539 + 223 + + + + + + + 40.73170943185687 + -3.8518950529396534 + + 899.0 + 7154.16015625 + + 166 + + 94 + + + 11.317999839782715 + 223 + + + + + + + 40.73164095170796 + -3.851989097893238 + + 899.0 + 7165.3701171875 + + 166 + + 93 + + + 11.21500015258789 + 239 + + + + + + + 40.731570878997445 + -3.852087836712599 + + 899.0 + 7176.56005859375 + + 166 + + 91 + + + 11.187999725341797 + 254 + + + + + + + 40.73150013573468 + -3.8521854858845472 + + 899.0 + 7187.72021484375 + + 166 + + 91 + + + 11.15999984741211 + 257 + + + + + + + 40.73143316432834 + -3.8522793632000685 + + 899.0 + 7198.85009765625 + + 166 + + 91 + + + 11.131999969482422 + 222 + + + + + + + 40.73136820457876 + -3.8523718994110823 + + 898.7999877929688 + 7209.97998046875 + + 165 + + 91 + + + 11.131999969482422 + 302 + + + + + + + 40.73129645548761 + -3.85247147642076 + + 898.7999877929688 + 7221.10986328125 + + 166 + + 91 + + + 11.131999969482422 + 266 + + + + + + + 40.73122973553836 + -3.8525635935366154 + + 898.7999877929688 + 7232.2998046875 + + 165 + + 95 + + + 11.187999725341797 + 266 + + + + + + + 40.731158405542374 + -3.852660236880183 + + 899.0 + 7243.4599609375 + + 165 + + 96 + + + 11.15999984741211 + 216 + + + + + + + 40.73109034448862 + -3.852756544947624 + + 899.2000122070312 + 7254.64990234375 + + 166 + + 96 + + + 11.187999725341797 + 246 + + + + + + + 40.731023121625185 + -3.8528483267873526 + + 899.2000122070312 + 7265.60009765625 + + 165 + + 96 + + + 10.954000473022461 + 260 + + + + + + + 40.730958664789796 + -3.852938013151288 + + 899.0 + 7276.60986328125 + + 165 + + 95 + + + 11.010000228881836 + 227 + + + + + + + 40.73088750243187 + -3.853035746142268 + + 898.7999877929688 + 7287.60009765625 + + 165 + + 95 + + + 10.982000350952148 + 271 + + + + + + + 40.73082254268229 + -3.8531263545155525 + + 899.2000122070312 + 7298.60986328125 + + 165 + + 94 + + + 11.010000228881836 + 290 + + + + + + + 40.730753056705 + -3.8532256800681353 + + 899.4000244140625 + 7309.58984375 + + 165 + + 95 + + + 10.982000350952148 + 264 + + + + + + + 40.73068424127996 + -3.8533221557736397 + + 899.4000244140625 + 7320.56982421875 + + 165 + + 96 + + + 10.982000350952148 + 279 + + + + + + + 40.73061601258814 + -3.85341452434659 + + 899.4000244140625 + 7331.5498046875 + + 165 + + 94 + + + 10.982000350952148 + 305 + + + + + + + 40.730549627915025 + -3.8535056356340647 + + 899.4000244140625 + 7342.52978515625 + + 165 + + 94 + + + 10.982000350952148 + 268 + + + + + + + 40.73047804646194 + -3.853602446615696 + + 899.4000244140625 + 7353.4599609375 + + 165 + + 94 + + + 10.925999641418457 + 260 + + + + + + + 40.730411913245916 + -3.8536938093602657 + + 899.4000244140625 + 7364.39013671875 + + 165 + + 92 + + + 10.925999641418457 + 244 + + + + + + + 40.730341002345085 + -3.8537939731031656 + + 899.4000244140625 + 7375.33984375 + + 165 + + 96 + + + 10.954000473022461 + 300 + + + + + + + 40.730269169434905 + -3.8538906164467335 + + 899.4000244140625 + 7386.3798828125 + + 165 + + 94 + + + 11.038000106811523 + 355 + + + + + + + 40.73020261712372 + -3.853986756876111 + + 899.4000244140625 + 7397.39990234375 + + 165 + + 93 + + + 11.020000457763672 + 299 + + + + + + + 40.7301348913461 + -3.8540796283632517 + + 899.4000244140625 + 7408.419921875 + + 165 + + 94 + + + 11.020000457763672 + 226 + + + + + + + 40.730062974616885 + -3.854175852611661 + + 899.5999755859375 + 7419.490234375 + + 165 + + 96 + + + 11.076000213623047 + 205 + + + + + + + 40.7299964223057 + -3.854267382994294 + + 899.5999755859375 + 7430.35009765625 + + 165 + + 95 + + + 10.85200023651123 + 196 + + + + + + + 40.72992626577616 + -3.8543638586997986 + + 899.5999755859375 + 7441.2001953125 + + 165 + + 96 + + + 10.85200023651123 + 252 + + + + + + + 40.7298566121608 + -3.8544579036533833 + + 899.5999755859375 + 7452.080078125 + + 165 + + 95 + + + 10.880000114440918 + 279 + + + + + + + 40.729789305478334 + -3.8545494340360165 + + 899.4000244140625 + 7462.81982421875 + + 165 + + 95 + + + 10.739999771118164 + 253 + + + + + + + 40.729724848642945 + -3.854639455676079 + + 899.4000244140625 + 7473.60986328125 + + 165 + + 93 + + + 10.795999526977539 + 229 + + + + + + + 40.72965477593243 + -3.854736518114805 + + 899.4000244140625 + 7484.43994140625 + + 164 + + 95 + + + 10.824000358581543 + 296 + + + + + + + 40.729588055983186 + -3.854828802868724 + + 899.5999755859375 + 7495.39990234375 + + 165 + + 93 + + + 10.96399974822998 + 251 + + + + + + + 40.72951798327267 + -3.8549266196787357 + + 899.4000244140625 + 7506.18994140625 + + 165 + + 93 + + + 10.795999526977539 + 280 + + + + + + + 40.729451179504395 + -3.8550241850316525 + + 899.5999755859375 + 7517.18994140625 + + 165 + + 96 + + + 10.991999626159668 + 418 + + + + + + + 40.72938797995448 + -3.8551275338977575 + + 899.5999755859375 + 7528.31982421875 + + 165 + + 96 + + + 11.131999969482422 + 308 + + + + + + + 40.729328133165836 + -3.8552302960306406 + + 899.7999877929688 + 7539.4501953125 + + 165 + + 95 + + + 11.131999969482422 + 232 + + + + + + + 40.729267532005906 + -3.855342362076044 + + 899.7999877929688 + 7550.5 + + 165 + + 95 + + + 11.04800033569336 + 249 + + + + + + + 40.729211289435625 + -3.855448728427291 + + 899.5999755859375 + 7561.5400390625 + + 166 + + 99 + + + 11.04800033569336 + 272 + + + + + + + 40.72915529832244 + -3.8555634766817093 + + 899.5999755859375 + 7572.58984375 + + 166 + + 96 + + + 11.04800033569336 + 261 + + + + + + + 40.729107270017266 + -3.8556809071451426 + + 899.4000244140625 + 7583.60986328125 + + 166 + + 95 + + + 11.020000457763672 + 253 + + + + + + + 40.72906393557787 + -3.855798589065671 + + 899.4000244140625 + 7594.66015625 + + 166 + + 98 + + + 11.04800033569336 + 314 + + + + + + + 40.72902504354715 + -3.8559150137007236 + + 899.4000244140625 + 7605.7099609375 + + 166 + + 98 + + + 11.04800033569336 + 284 + + + + + + + 40.72898539714515 + -3.8560435082763433 + + 899.4000244140625 + 7616.72021484375 + + 166 + + 98 + + + 11.020000457763672 + 343 + + + + + + + 40.72895002551377 + -3.85616404004395 + + 899.4000244140625 + 7627.72021484375 + + 166 + + 96 + + + 10.991999626159668 + 293 + + + + + + + 40.728920102119446 + -3.856290942057967 + + 899.4000244140625 + 7638.7099609375 + + 166 + + 98 + + + 10.991999626159668 + 267 + + + + + + + 40.72888850234449 + -3.8564189337193966 + + 899.4000244140625 + 7649.669921875 + + 166 + + 95 + + + 10.96399974822998 + 289 + + + + + + + 40.7288620993495 + -3.856542818248272 + + 899.4000244140625 + 7660.60986328125 + + 166 + + 94 + + + 10.935999870300293 + 247 + + + + + + + 40.72883334942162 + -3.8566627632826567 + + 899.4000244140625 + 7671.43017578125 + + 166 + + 95 + + + 10.824000358581543 + 274 + + + + + + + 40.72880242019892 + -3.856790503486991 + + 899.4000244140625 + 7682.169921875 + + 167 + + 93 + + + 10.739999771118164 + 290 + + + + + + + 40.72877618484199 + -3.856909777969122 + + 899.4000244140625 + 7692.7998046875 + + 167 + + 93 + + + 10.628000259399414 + 276 + + + + + + + 40.7287516258657 + -3.857034919783473 + + 899.5999755859375 + 7703.35009765625 + + 166 + + 92 + + + 10.553000450134277 + 278 + + + + + + + 40.728723630309105 + -3.857156876474619 + + 899.5999755859375 + 7713.89990234375 + + 167 + + 94 + + + 10.553000450134277 + 314 + + + + + + + 40.72869488038123 + -3.85727665387094 + + 899.5999755859375 + 7724.3701171875 + + 167 + + 88 + + + 10.468999862670898 + 243 + + + + + + + 40.72866730391979 + -3.8573931623250246 + + 899.5999755859375 + 7734.8701171875 + + 167 + + 91 + + + 10.496999740600586 + 259 + + + + + + + 40.728639140725136 + -3.857517885044217 + + 899.5999755859375 + 7745.22021484375 + + 167 + + 84 + + + 10.347999572753906 + 418 + + + + + + + 40.72861391119659 + -3.857633052393794 + + 899.7999877929688 + 7755.64013671875 + + 166 + + 93 + + + 10.42199993133545 + 224 + + + + + + + 40.72858625091612 + -3.85775500908494 + + 900.0 + 7765.990234375 + + 167 + + 94 + + + 10.347999572753906 + 255 + + + + + + + 40.72856102138758 + -3.8578753732144833 + + 900.2000122070312 + 7776.259765625 + + 167 + + 96 + + + 10.27299976348877 + 351 + + + + + + + 40.72853805497289 + -3.8579913787543774 + + 900.4000244140625 + 7786.580078125 + + 167 + + 95 + + + 10.319999694824219 + 346 + + + + + + + 40.72851609438658 + -3.85810486972332 + + 900.5999755859375 + 7796.89990234375 + + 167 + + 95 + + + 10.319999694824219 + 265 + + + + + + + 40.728490613400936 + -3.8582251500338316 + + 900.5999755859375 + 7807.1201171875 + + 167 + + 94 + + + 10.217000007629395 + 265 + + + + + + + 40.72846546769142 + -3.858334282413125 + + 901.0 + 7817.169921875 + + 167 + + 94 + + + 10.048999786376953 + 227 + + + + + + + 40.728432945907116 + -3.8584466837346554 + + 901.2000122070312 + 7827.009765625 + + 167 + + 93 + + + 9.843999862670898 + 289 + + + + + + + 40.72839992120862 + -3.8585576601326466 + + 901.2000122070312 + 7836.77978515625 + + 167 + + 90 + + + 9.769000053405762 + 251 + + + + + + + 40.72836320847273 + -3.8586580753326416 + + 901.4000244140625 + 7846.419921875 + + 167 + + 87 + + + 9.638999938964844 + 297 + + + + + + + 40.72832465171814 + -3.8587563950568438 + + 901.2000122070312 + 7856.0400390625 + + 167 + + 88 + + + 9.619999885559082 + 283 + + + + + + + 40.72827821597457 + -3.8588538765907288 + + 901.4000244140625 + 7865.6298828125 + + 167 + + 88 + + + 9.592000007629395 + 318 + + + + + + + 40.72823278605938 + -3.858946245163679 + + 901.4000244140625 + 7875.25 + + 167 + + 94 + + + 9.619999885559082 + 264 + + + + + + + 40.728175370022655 + -3.8590350933372974 + + 901.5999755859375 + 7884.8701171875 + + 166 + + 91 + + + 9.619999885559082 + 303 + + + + + + + 40.728120720013976 + -3.8591225165873766 + + 901.5999755859375 + 7894.56005859375 + + 167 + + 91 + + + 9.6850004196167 + 298 + + + + + + + 40.72806338779628 + -3.859211951494217 + + 901.4000244140625 + 7904.35009765625 + + 166 + + 90 + + + 9.79699993133545 + 302 + + + + + + + 40.72801108472049 + -3.8592995423823595 + + 901.5999755859375 + 7914.259765625 + + 167 + + 91 + + + 9.909000396728516 + 352 + + + + + + + 40.72795517742634 + -3.859393922612071 + + 901.7999877929688 + 7924.22021484375 + + 167 + + 91 + + + 9.956000328063965 + 303 + + + + + + + 40.72790094651282 + -3.8594836927950382 + + 901.7999877929688 + 7934.2001953125 + + 167 + + 93 + + + 9.984000205993652 + 253 + + + + + + + 40.727842692285776 + -3.859584191814065 + + 901.5999755859375 + 7944.25 + + 167 + + 96 + + + 10.048999786376953 + 323 + + + + + + + 40.72778343223035 + -3.8596794102340937 + + 901.5999755859375 + 7954.330078125 + + 167 + + 99 + + + 10.07699966430664 + 217 + + + + + + + 40.727724339812994 + -3.8597698509693146 + + 901.5999755859375 + 7964.35986328125 + + 167 + + 99 + + + 10.029999732971191 + 295 + + + + + + + 40.72766507975757 + -3.8598541729152203 + + 901.5999755859375 + 7974.35986328125 + + 167 + + 91 + + + 10.003000259399414 + 247 + + + + + + + 40.727603724226356 + -3.8599413447082043 + + 901.7999877929688 + 7984.2900390625 + + 167 + + 93 + + + 9.928000450134277 + 238 + + + + + + + 40.72754421271384 + -3.86002323590219 + + 901.7999877929688 + 7994.10986328125 + + 167 + + 90 + + + 9.815999984741211 + 279 + + + + + + + 40.727483443915844 + -3.8601141795516014 + + 902.0 + 8003.85009765625 + + 167 + + 91 + + + 9.741000175476074 + 319 + + + + + + + 40.72742057964206 + -3.860200848430395 + + 902.4000244140625 + 8013.60986328125 + + 167 + + 92 + + + 9.760000228881836 + 279 + + + + + + + 40.72736199013889 + -3.860284583643079 + + 902.5999755859375 + 8023.25 + + 167 + + 91 + + + 9.64799976348877 + 279 + + + + + + + 40.727305579930544 + -3.860365552827716 + + 902.7999877929688 + 8032.77001953125 + + 167 + + 88 + + + 9.517000198364258 + 265 + + + + + + + 40.72724372148514 + -3.8604454323649406 + + 903.2000122070312 + 8042.14013671875 + + 167 + + 88 + + + 9.368000030517578 + 251 + + + + + + + 40.72718186303973 + -3.860517181456089 + + 903.5999755859375 + 8051.419921875 + + 167 + + 86 + + + 9.284000396728516 + 300 + + + + + + + 40.72711271233857 + -3.860585493966937 + + 903.7999877929688 + 8060.669921875 + + 167 + + 87 + + + 9.246999740600586 + 216 + + + + + + + 40.727041298523545 + -3.86065112426877 + + 904.0 + 8069.77978515625 + + 167 + + 94 + + + 9.107000350952148 + 254 + + + + + + + 40.72697491385043 + -3.8607096299529076 + + 904.2000122070312 + 8078.85009765625 + + 167 + + 95 + + + 9.069000244140625 + 215 + + + + + + + 40.72690928354859 + -3.860768722370267 + + 904.2000122070312 + 8087.81005859375 + + 167 + + 92 + + + 8.967000007629395 + 225 + + + + + + + 40.72683719918132 + -3.8608289882540703 + + 904.2000122070312 + 8096.759765625 + + 166 + + 86 + + + 8.947999954223633 + 302 + + + + + + + 40.72676645591855 + -3.8608851470053196 + + 904.0 + 8106.10986328125 + + 166 + + 84 + + + 9.348999977111816 + 280 + + + + + + + 40.72669068351388 + -3.8609455805271864 + + 904.0 + 8115.419921875 + + 167 + + 84 + + + 9.312000274658203 + 257 + + + + + + + 40.72661432437599 + -3.8610018230974674 + + 904.0 + 8124.81005859375 + + 167 + + 85 + + + 9.38700008392334 + 165 + + + + + + + 40.726539893075824 + -3.861054042354226 + + 904.2000122070312 + 8134.2900390625 + + 166 + + 87 + + + 9.479999542236328 + 221 + + + + + + + 40.726461270824075 + -3.861107937991619 + + 904.0 + 8144.0 + + 167 + + 83 + + + 9.713000297546387 + 170 + + + + + + + 40.726379128172994 + -3.8611713889986277 + + 903.5999755859375 + 8153.85986328125 + + 166 + + 87 + + + 9.852999687194824 + 247 + + + + + + + 40.72630503214896 + -3.8612418808043003 + + 903.5999755859375 + 8163.89990234375 + + 166 + + 85 + + + 10.039999961853027 + 200 + + + + + + + 40.72622649371624 + -3.861320838332176 + + 903.5999755859375 + 8174.10009765625 + + 166 + + 88 + + + 10.208000183105469 + 210 + + + + + + + 40.72614870965481 + -3.8614028971642256 + + 903.5999755859375 + 8184.490234375 + + 166 + + 119 + + + 10.385000228881836 + 154 + + + + + + + 40.72607411071658 + -3.8614848721772432 + + 903.5999755859375 + 8195.08984375 + + 166 + + 112 + + + 10.600000381469727 + 179 + + + + + + + 40.72600026614964 + -3.861570367589593 + + 903.4000244140625 + 8205.8203125 + + 166 + + 83 + + + 10.729999542236328 + 218 + + + + + + + 40.72592264972627 + -3.861669022589922 + + 903.2000122070312 + 8216.8603515625 + + 166 + + 85 + + + 11.038000106811523 + 323 + + + + + + + 40.725849475711584 + -3.8617619778960943 + + 903.0 + 8228.25 + + 166 + + 84 + + + 11.392999649047852 + 283 + + + + + + + 40.725777726620436 + -3.861873121932149 + + 902.5999755859375 + 8239.8701171875 + + 166 + + 86 + + + 11.616999626159668 + 232 + + + + + + + 40.72570765390992 + -3.8619866967201233 + + 902.4000244140625 + 8251.6796875 + + 166 + + 92 + + + 11.812999725341797 + 167 + + + + + + + 40.72564261034131 + -3.862099349498749 + + 902.2000122070312 + 8263.6201171875 + + 165 + + 95 + + + 11.942999839782715 + 222 + + + + + + + 40.72558586485684 + -3.862222647294402 + + 902.0 + 8275.8095703125 + + 165 + + 87 + + + 12.185999870300293 + 206 + + + + + + + 40.72552685625851 + -3.8623561710119247 + + 901.7999877929688 + 8288.169921875 + + 165 + + 86 + + + 12.36299991607666 + 165 + + + + + + + 40.72547153569758 + -3.8624879345297813 + + 901.2000122070312 + 8300.650390625 + + 165 + + 88 + + + 12.475000381469727 + 318 + + + + + + + 40.72541990317404 + -3.862630007788539 + + 901.0 + 8313.349609375 + + 165 + + 91 + + + 12.699000358581543 + 350 + + + + + + + 40.72537028230727 + -3.862773086875677 + + 900.5999755859375 + 8326.009765625 + + 164 + + 88 + + + 12.661999702453613 + 226 + + + + + + + 40.72532736696303 + -3.8629096280783415 + + 900.4000244140625 + 8338.5595703125 + + 164 + + 90 + + + 12.550000190734863 + 212 + + + + + + + 40.72528839111328 + -3.863043487071991 + + 900.4000244140625 + 8351.0302734375 + + 164 + + 88 + + + 12.475000381469727 + 222 + + + + + + + 40.7252530194819 + -3.8631874043494463 + + 900.2000122070312 + 8363.1904296875 + + 165 + + 88 + + + 12.157999992370605 + 192 + + + + + + + 40.72522586211562 + -3.8633249513804913 + + 900.2000122070312 + 8375.3095703125 + + 164 + + 86 + + + 12.121000289916992 + 334 + + + + + + + 40.72521052323282 + -3.8634738977998495 + + 900.2000122070312 + 8387.3896484375 + + 165 + + 94 + + + 12.083000183105469 + 308 + + + + + + + 40.72519652545452 + -3.8636185694485903 + + 900.4000244140625 + 8399.3798828125 + + 165 + + 90 + + + 11.980999946594238 + 300 + + + + + + + 40.72518529370427 + -3.8637607265263796 + + 900.5999755859375 + 8411.3603515625 + + 165 + + 92 + + + 11.980999946594238 + 190 + + + + + + + 40.72517699562013 + -3.8638926576822996 + + 900.5999755859375 + 8422.91015625 + + 164 + + 87 + + + 11.550999641418457 + 238 + + + + + + + 40.72517448104918 + -3.864035150036216 + + 900.5999755859375 + 8434.4599609375 + + 164 + + 91 + + + 11.550999641418457 + 218 + + + + + + + 40.72517498396337 + -3.8641680032014847 + + 900.4000244140625 + 8445.8896484375 + + 164 + + 95 + + + 11.430000305175781 + 247 + + + + + + + 40.72517657652497 + -3.8643079809844494 + + 900.4000244140625 + 8457.1298828125 + + 164 + + 92 + + + 11.243000030517578 + 228 + + + + + + + 40.72517741471529 + -3.864444689825177 + + 900.4000244140625 + 8468.25 + + 164 + + 93 + + + 11.121999740600586 + 253 + + + + + + + 40.7251718826592 + -3.864576704800129 + + 900.4000244140625 + 8479.2900390625 + + 164 + + 91 + + + 11.038000106811523 + 269 + + + + + + + 40.72517389431596 + -3.8647034391760826 + + 900.5999755859375 + 8490.25 + + 164 + + 88 + + + 10.954000473022461 + 237 + + + + + + + 40.725182527676225 + -3.8648325204849243 + + 900.7999877929688 + 8501.0595703125 + + 165 + + 93 + + + 10.814000129699707 + 301 + + + + + + + 40.7251853775233 + -3.864955063909292 + + 900.7999877929688 + 8511.7900390625 + + 165 + + 94 + + + 10.729999542236328 + 280 + + + + + + + 40.72518864646554 + -3.8650851510465145 + + 900.7999877929688 + 8522.3896484375 + + 164 + + 93 + + + 10.600000381469727 + 252 + + + + + + + 40.72518864646554 + -3.865212807431817 + + 900.7999877929688 + 8532.849609375 + + 164 + + 92 + + + 10.460000038146973 + 202 + + + + + + + 40.725190406665206 + -3.8653343450278044 + + 900.7999877929688 + 8543.2099609375 + + 164 + + 98 + + + 10.357000350952148 + 296 + + + + + + + 40.72519007138908 + -3.865454625338316 + + 901.0 + 8553.4697265625 + + 164 + + 95 + + + 10.263999938964844 + 222 + + + + + + + 40.725187472999096 + -3.8655796833336353 + + 901.0 + 8563.6103515625 + + 164 + + 95 + + + 10.142000198364258 + 251 + + + + + + + 40.72518663480878 + -3.8656956050544977 + + 901.0 + 8573.66015625 + + 164 + + 95 + + + 10.048999786376953 + 304 + + + + + + + 40.725186467170715 + -3.8658178970217705 + + 901.0 + 8583.73046875 + + 164 + + 93 + + + 10.067999839782715 + 328 + + + + + + + 40.72518512606621 + -3.8659371715039015 + + 901.0 + 8593.7197265625 + + 164 + + 92 + + + 9.993000030517578 + 241 + + + + + + + 40.725187472999096 + -3.8660504948347807 + + 901.2000122070312 + 8603.599609375 + + 164 + + 94 + + + 9.880999565124512 + 247 + + + + + + + 40.72518847882748 + -3.866164656355977 + + 901.4000244140625 + 8613.3701171875 + + 164 + + 91 + + + 9.769000053405762 + 244 + + + + + + + 40.72518948465586 + -3.866283930838108 + + 901.4000244140625 + 8623.0 + + 164 + + 90 + + + 9.628999710083008 + 228 + + + + + + + 40.72518948465586 + -3.8663954939693213 + + 901.4000244140625 + 8632.5703125 + + 164 + + 98 + + + 9.564000129699707 + 263 + + + + + + + 40.72518973611295 + -3.866511583328247 + + 901.5999755859375 + 8642.009765625 + + 164 + + 99 + + + 9.442999839782715 + 246 + + + + + + + 40.725190825760365 + -3.8666262477636337 + + 902.0 + 8651.3701171875 + + 164 + + 100 + + + 9.359000205993652 + 218 + + + + + + + 40.72519342415035 + -3.8667344581335783 + + 902.2000122070312 + 8660.66015625 + + 164 + + 98 + + + 9.293000221252441 + 290 + + + + + + + 40.72519350796938 + -3.866841159760952 + + 902.4000244140625 + 8669.759765625 + + 164 + + 96 + + + 9.097000122070312 + 284 + + + + + + + 40.72519359178841 + -3.866953896358609 + + 902.4000244140625 + 8678.76953125 + + 164 + + 93 + + + 9.012999534606934 + 279 + + + + + + + 40.72519292123616 + -3.8670543115586042 + + 902.4000244140625 + 8687.669921875 + + 163 + + 93 + + + 8.892000198364258 + 238 + + + + + + + 40.725192334502935 + -3.867160929366946 + + 902.4000244140625 + 8696.3896484375 + + 163 + + 92 + + + 8.723999977111816 + 204 + + + + + + + 40.72519208304584 + -3.8672656193375587 + + 902.5999755859375 + 8705.099609375 + + 163 + + 93 + + + 8.706000328063965 + 252 + + + + + + + 40.72519124485552 + -3.867363352328539 + + 902.7999877929688 + 8713.4599609375 + + 164 + + 99 + + + 8.359999656677246 + 227 + + + + + + + 40.72518998757005 + -3.8674551341682673 + + 903.2000122070312 + 8721.58984375 + + 164 + + 95 + + + 8.13599967956543 + 283 + + + + + + + 40.72519199922681 + -3.867549514397979 + + 903.4000244140625 + 8729.4404296875 + + 164 + + 93 + + + 7.8470001220703125 + 306 + + + + + + + 40.72519845329225 + -3.867633081972599 + + 903.7999877929688 + 8736.990234375 + + 164 + + 90 + + + 7.548999786376953 + 325 + + + + + + + 40.72520758956671 + -3.8677233550697565 + + 904.2000122070312 + 8744.330078125 + + 164 + + 86 + + + 7.3429999351501465 + 303 + + + + + + + 40.725216725841165 + -3.867808850482106 + + 904.5999755859375 + 8751.5 + + 164 + + 85 + + + 7.165999889373779 + 323 + + + + + + + 40.72523063980043 + -3.8678883109241724 + + 904.7999877929688 + 8758.5 + + 164 + + 81 + + + 6.998000144958496 + 301 + + + + + + + 40.72525008581579 + -3.8679603952914476 + + 904.7999877929688 + 8765.1201171875 + + 165 + + 79 + + + 6.625 + 354 + + + + + + + 40.72527799755335 + -3.8680345751345158 + + 905.2000122070312 + 8771.75 + + 165 + + 75 + + + 6.625 + 445 + + + + + + + 40.72530549019575 + -3.8680997025221586 + + 905.7999877929688 + 8778.2998046875 + + 165 + + 76 + + + 6.550000190734863 + 296 + + + + + + + 40.725328708067536 + -3.8681698590517044 + + 906.2000122070312 + 8784.6904296875 + + 165 + + 78 + + + 6.392000198364258 + 282 + + + + + + + 40.72534387931228 + -3.86824244633317 + + 906.2000122070312 + 8790.9697265625 + + 166 + + 72 + + + 6.28000020980835 + 290 + + + + + + + 40.725344717502594 + -3.868313943967223 + + 906.2000122070312 + 8797.1904296875 + + 166 + + 72 + + + 6.223999977111816 + 298 + + + + + + + 40.72533340193331 + -3.8683807477355003 + + 906.4000244140625 + 8803.330078125 + + 166 + + 72 + + + 6.139999866485596 + 305 + + + + + + + 40.72530842386186 + -3.868446461856365 + + 906.7999877929688 + 8809.419921875 + + 166 + + 71 + + + 6.0929999351501465 + 300 + + + + + + + 40.725272381678224 + -3.868496250361204 + + 907.0 + 8815.490234375 + + 166 + + 70 + + + 6.065000057220459 + 297 + + + + + + + 40.725222593173385 + -3.868533046916127 + + 907.2000122070312 + 8821.5 + + 167 + + 68 + + + 6.008999824523926 + 261 + + + + + + + 40.72516777552664 + -3.8685512356460094 + + 907.2000122070312 + 8827.580078125 + + 167 + + 69 + + + 6.084000110626221 + 233 + + + + + + + 40.72510658763349 + -3.8685538340359926 + + 907.2000122070312 + 8834.009765625 + + 167 + + 70 + + + 6.428999900817871 + 215 + + + + + + + 40.72504246607423 + -3.868531873449683 + + 907.0 + 8841.1201171875 + + 167 + + 82 + + + 7.110000133514404 + 85 + + + + + + + 40.72498136200011 + -3.8684885390102863 + + 907.0 + 8848.4296875 + + 167 + + 91 + + + 7.315000057220459 + 0 + + + + + + + 40.72494272142649 + -3.8684167061001062 + + 907.0 + 8856.0400390625 + + 167 + + 0 + + + 7.605000019073486 + 0 + + + + + + + 40.72491665370762 + -3.86832844465971 + + 906.5999755859375 + 8863.3896484375 + + 167 + + 0 + + + 7.353000164031982 + 0 + + + + + + + 40.72490374557674 + -3.8682366628199816 + + 906.0 + 8870.9404296875 + + 166 + + 0 + + + 7.548999786376953 + 0 + + + + + + + 40.72491707280278 + -3.868150245398283 + + 905.5999755859375 + 8878.5400390625 + + 166 + + 0 + + + 7.605000019073486 + 0 + + + + + + + 40.72494716383517 + -3.8680661749094725 + + 905.0 + 8886.0302734375 + + 166 + + 0 + + + 7.482999801635742 + 0 + + + + + + + 40.72498572058976 + -3.867982355877757 + + 904.4000244140625 + 8893.740234375 + + 166 + + 0 + + + 7.716000080108643 + 21 + + + + + + + 40.725019834935665 + -3.867899626493454 + + 904.0 + 8901.4501953125 + + 166 + + 0 + + + 7.706999778747559 + 2 + + + + + + + 40.725046154111624 + -3.86780365370214 + + 904.4000244140625 + 8909.4501953125 + + 166 + + 0 + + + 7.995999813079834 + 105 + + + + + + + 40.725069204345345 + -3.86770105920732 + + 904.5999755859375 + 8917.7900390625 + + 166 + + 110 + + + 8.342000007629395 + 204 + + + + + + + 40.725082363933325 + -3.8675943575799465 + + 904.5999755859375 + 8926.509765625 + + 165 + + 106 + + + 8.723999977111816 + 159 + + + + + + + 40.725089740008116 + -3.867485811933875 + + 904.4000244140625 + 8935.51953125 + + 165 + + 91 + + + 9.003999710083008 + 145 + + + + + + + 40.72509493678808 + -3.8673658668994904 + + 904.0 + 8944.8896484375 + + 165 + + 94 + + + 9.368000030517578 + 158 + + + + + + + 40.72509971447289 + -3.867244916036725 + + 903.5999755859375 + 8954.7802734375 + + 164 + + 85 + + + 9.890999794006348 + 239 + + + + + + + 40.725103821605444 + -3.8671099673956633 + + 903.4000244140625 + 8965.1796875 + + 164 + + 78 + + + 10.404000282287598 + 247 + + + + + + + 40.7251044921577 + -3.866976359859109 + + 903.0 + 8975.900390625 + + 163 + + 69 + + + 10.720999717712402 + 191 + + + + + + + 40.725106252357364 + -3.8668404053896666 + + 902.5999755859375 + 8986.900390625 + + 163 + + 70 + + + 11.00100040435791 + 238 + + + + + + + 40.72510566562414 + -3.8667042832821608 + + 902.4000244140625 + 8998.23046875 + + 163 + + 74 + + + 11.32699966430664 + 386 + + + + + + + 40.72510717436671 + -3.86655667796731 + + 902.0 + 9009.83984375 + + 162 + + 75 + + + 11.607000350952148 + 251 + + + + + + + 40.72510859929025 + -3.8664133474230766 + + 901.7999877929688 + 9021.740234375 + + 162 + + 76 + + + 11.906000137329102 + 361 + + + + + + + 40.725110275670886 + -3.866257192566991 + + 901.5999755859375 + 9033.9599609375 + + 162 + + 78 + + + 12.21399974822998 + 492 + + + + + + + 40.72511488571763 + -3.866097517311573 + + 901.4000244140625 + 9046.6201171875 + + 161 + + 81 + + + 12.661999702453613 + 466 + + + + + + + 40.72511597536504 + -3.8659424521028996 + + 901.4000244140625 + 9059.3896484375 + + 161 + + 83 + + + 12.77400016784668 + 418 + + + + + + + 40.72511714883149 + -3.8657881412655115 + + 901.4000244140625 + 9072.51953125 + + 161 + + 85 + + + 13.128000259399414 + 352 + + + + + + + 40.72511932812631 + -3.8656229339540005 + + 901.2000122070312 + 9085.73046875 + + 161 + + 85 + + + 13.211999893188477 + 305 + + + + + + + 40.72512209415436 + -3.8654666114598513 + + 901.0 + 9099.0302734375 + + 160 + + 86 + + + 13.295999526977539 + 302 + + + + + + + 40.72512251324952 + -3.865297045558691 + + 901.0 + 9112.41015625 + + 161 + + 87 + + + 13.380000114440918 + 350 + + + + + + + 40.72512469254434 + -3.8651299104094505 + + 900.7999877929688 + 9125.9404296875 + + 161 + + 88 + + + 13.529999732971191 + 366 + + + + + + + 40.725126285105944 + -3.864963613450527 + + 900.5999755859375 + 9139.599609375 + + 161 + + 88 + + + 13.65999984741211 + 389 + + + + + + + 40.72512745857239 + -3.864801926538348 + + 900.4000244140625 + 9153.349609375 + + 161 + + 91 + + + 13.753000259399414 + 372 + + + + + + + 40.72512594982982 + -3.864632612094283 + + 900.4000244140625 + 9167.099609375 + + 161 + + 90 + + + 13.753000259399414 + 325 + + + + + + + 40.725126285105944 + -3.86447268538177 + + 900.4000244140625 + 9180.759765625 + + 162 + + 88 + + + 13.65999984741211 + 239 + + + + + + + 40.72512662038207 + -3.8643028680235147 + + 900.5999755859375 + 9194.33984375 + + 162 + + 98 + + + 13.576000213623047 + 387 + + + + + + + 40.72513055987656 + -3.8641330506652594 + + 900.5999755859375 + 9207.919921875 + + 162 + + 95 + + + 13.576000213623047 + 353 + + + + + + + 40.725136091932654 + -3.8639719504863024 + + 900.5999755859375 + 9221.490234375 + + 162 + + 96 + + + 13.576000213623047 + 289 + + + + + + + 40.7251407019794 + -3.8638140354305506 + + 900.4000244140625 + 9235.01953125 + + 162 + + 98 + + + 13.529999732971191 + 311 + + + + + + + 40.725154196843505 + -3.8636489119380713 + + 900.7999877929688 + 9248.4697265625 + + 162 + + 94 + + + 13.446000099182129 + 226 + + + + + + + 40.72516945190728 + -3.8634948525577784 + + 901.0 + 9261.7802734375 + + 163 + + 96 + + + 13.3149995803833 + 236 + + + + + + + 40.72519015520811 + -3.8633324950933456 + + 901.0 + 9275.099609375 + + 163 + + 96 + + + 13.3149995803833 + 224 + + + + + + + 40.72521789930761 + -3.8631776813417673 + + 900.5999755859375 + 9288.169921875 + + 163 + + 94 + + + 13.071999549865723 + 210 + + + + + + + 40.72524891234934 + -3.863026974722743 + + 900.2000122070312 + 9301.330078125 + + 163 + + 92 + + + 13.156000137329102 + 216 + + + + + + + 40.725287636741996 + -3.862882135435939 + + 900.0 + 9314.400390625 + + 163 + + 93 + + + 13.071999549865723 + 232 + + + + + + + 40.72533247992396 + -3.8627282436937094 + + 900.0 + 9327.509765625 + + 162 + + 95 + + + 13.109999656677246 + 220 + + + + + + + 40.725376987829804 + -3.862590529024601 + + 899.7999877929688 + 9340.349609375 + + 163 + + 92 + + + 12.83899974822998 + 216 + + + + + + + 40.72543046437204 + -3.8624501321464777 + + 899.7999877929688 + 9353.099609375 + + 163 + + 91 + + + 12.755000114440918 + 201 + + + + + + + 40.725486539304256 + -3.862316692247987 + + 900.2000122070312 + 9365.669921875 + + 162 + + 91 + + + 12.567999839782715 + 223 + + + + + + + 40.72554286569357 + -3.8621907960623503 + + 900.4000244140625 + 9378.0498046875 + + 163 + + 99 + + + 12.381999969482422 + 275 + + + + + + + 40.7256018742919 + -3.8620697613805532 + + 900.4000244140625 + 9390.150390625 + + 162 + + 103 + + + 12.10200023651123 + 227 + + + + + + + 40.72566566057503 + -3.8619530014693737 + + 900.5999755859375 + 9401.8798828125 + + 163 + + 104 + + + 11.729000091552734 + 245 + + + + + + + 40.72573204524815 + -3.861844204366207 + + 901.0 + 9413.3896484375 + + 162 + + 98 + + + 11.505000114440918 + 370 + + + + + + + 40.725795747712255 + -3.8617409393191338 + + 901.4000244140625 + 9424.6796875 + + 163 + + 92 + + + 11.289999961853027 + 248 + + + + + + + 40.72586598806083 + -3.861639266833663 + + 901.7999877929688 + 9435.7099609375 + + 162 + + 96 + + + 11.029000282287598 + 374 + + + + + + + 40.725929858163 + -3.8615463115274906 + + 902.4000244140625 + 9446.5400390625 + + 163 + + 96 + + + 10.833000183105469 + 390 + + + + + + + 40.725999092683196 + -3.8614626601338387 + + 902.5999755859375 + 9457.099609375 + + 163 + + 93 + + + 10.562000274658203 + 322 + + + + + + + 40.726072266697884 + -3.8613764941692352 + + 902.4000244140625 + 9467.4296875 + + 163 + + 92 + + + 10.329000473022461 + 304 + + + + + + + 40.726146111264825 + -3.861297955736518 + + 902.7999877929688 + 9477.6103515625 + + 163 + + 94 + + + 10.180000305175781 + 391 + + + + + + + 40.72621878236532 + -3.861223440617323 + + 903.2000122070312 + 9487.7900390625 + + 163 + + 94 + + + 10.180000305175781 + 332 + + + + + + + 40.726293129846454 + -3.86114951223135 + + 903.4000244140625 + 9497.83984375 + + 163 + + 93 + + + 10.048999786376953 + 332 + + + + + + + 40.72636538185179 + -3.861084720119834 + + 903.4000244140625 + 9507.7802734375 + + 164 + + 91 + + + 9.937000274658203 + 330 + + + + + + + 40.72643813677132 + -3.8610230293124914 + + 903.5999755859375 + 9517.7099609375 + + 164 + + 93 + + + 9.937000274658203 + 300 + + + + + + + 40.726517932489514 + -3.860960081219673 + + 903.7999877929688 + 9527.6103515625 + + 164 + + 94 + + + 9.899999618530273 + 288 + + + + + + + 40.7265982311219 + -3.860901575535536 + + 904.0 + 9537.509765625 + + 164 + + 91 + + + 9.899999618530273 + 316 + + + + + + + 40.72667559608817 + -3.8608434051275253 + + 904.0 + 9547.41015625 + + 164 + + 88 + + + 9.899999618530273 + 264 + + + + + + + 40.72675748728216 + -3.860782803967595 + + 904.2000122070312 + 9557.330078125 + + 164 + + 88 + + + 9.918999671936035 + 333 + + + + + + + 40.72683426551521 + -3.8607234600931406 + + 904.4000244140625 + 9567.3095703125 + + 164 + + 86 + + + 9.984000205993652 + 322 + + + + + + + 40.72691104374826 + -3.860660260543227 + + 904.4000244140625 + 9577.400390625 + + 165 + + 86 + + + 10.086000442504883 + 318 + + + + + + + 40.726992934942245 + -3.860592031851411 + + 904.5999755859375 + 9587.6796875 + + 165 + + 87 + + + 10.281999588012695 + 331 + + + + + + + 40.72706904262304 + -3.8605232164263725 + + 904.4000244140625 + 9598.1396484375 + + 165 + + 91 + + + 10.460000038146973 + 279 + + + + + + + 40.72714691050351 + -3.8604434207081795 + + 904.4000244140625 + 9608.650390625 + + 165 + + 86 + + + 10.505999565124512 + 166 + + + + + + + 40.72722125798464 + -3.8603606913238764 + + 904.4000244140625 + 9619.3095703125 + + 166 + + 88 + + + 10.664999961853027 + 198 + + + + + + + 40.727289989590645 + -3.8602752797305584 + + 904.2000122070312 + 9630.08984375 + + 166 + + 86 + + + 10.777000427246094 + 229 + + + + + + + 40.727360397577286 + -3.860185006633401 + + 904.0 + 9641.0595703125 + + 166 + + 87 + + + 10.972999572753906 + 236 + + + + + + + 40.727433152496815 + -3.8600850105285645 + + 903.5999755859375 + 9652.26953125 + + 166 + + 90 + + + 11.206000328063965 + 199 + + + + + + + 40.72750180028379 + -3.8599878642708063 + + 903.4000244140625 + 9663.599609375 + + 166 + + 90 + + + 11.32699966430664 + 151 + + + + + + + 40.72757137008011 + -3.859878731891513 + + 903.2000122070312 + 9674.9296875 + + 166 + + 90 + + + 11.32699966430664 + 201 + + + + + + + 40.72764286771417 + -3.859770856797695 + + 903.0 + 9686.4296875 + + 166 + + 80 + + + 11.505000114440918 + 201 + + + + + + + 40.72771243751049 + -3.8596674241125584 + + 902.7999877929688 + 9697.9296875 + + 166 + + 91 + + + 11.505000114440918 + 268 + + + + + + + 40.72778049856424 + -3.8595645781606436 + + 902.5999755859375 + 9709.6396484375 + + 166 + + 88 + + + 11.701000213623047 + 252 + + + + + + + 40.727851409465075 + -3.8594553619623184 + + 902.5999755859375 + 9721.3603515625 + + 166 + + 87 + + + 11.729000091552734 + 233 + + + + + + + 40.727923745289445 + -3.8593452237546444 + + 902.4000244140625 + 9733.16015625 + + 166 + + 90 + + + 11.793999671936035 + 295 + + + + + + + 40.72799054905772 + -3.859238438308239 + + 902.4000244140625 + 9744.8896484375 + + 166 + + 86 + + + 11.729000091552734 + 185 + + + + + + + 40.72805852629244 + -3.8591276295483112 + + 902.2000122070312 + 9756.5595703125 + + 166 + + 90 + + + 11.67300033569336 + 228 + + + + + + + 40.728125497698784 + -3.8590215984731913 + + 902.2000122070312 + 9768.330078125 + + 165 + + 90 + + + 11.765999794006348 + 238 + + + + + + + 40.72819280438125 + -3.8589158188551664 + + 902.0 + 9779.9599609375 + + 165 + + 88 + + + 11.635000228881836 + 219 + + + + + + + 40.728259943425655 + -3.8587976340204477 + + 902.0 + 9791.8603515625 + + 165 + + 90 + + + 11.897000312805176 + 400 + + + + + + + 40.72831920348108 + -3.8586786948144436 + + 901.7999877929688 + 9803.8603515625 + + 165 + + 91 + + + 11.99899959564209 + 300 + + + + + + + 40.72837016545236 + -3.858550451695919 + + 901.5999755859375 + 9816.0 + + 166 + + 81 + + + 12.138999938964844 + 366 + + + + + + + 40.72841349989176 + -3.858410306274891 + + 901.5999755859375 + 9828.2802734375 + + 165 + + 85 + + + 12.279000282287598 + 345 + + + + + + + 40.72845130227506 + -3.858274519443512 + + 901.5999755859375 + 9840.58984375 + + 166 + + 85 + + + 12.317000389099121 + 257 + + + + + + + 40.72848332114518 + -3.8581351283937693 + + 901.5999755859375 + 9852.9697265625 + + 165 + + 87 + + + 12.381999969482422 + 309 + + + + + + + 40.728518860414624 + -3.8579863496124744 + + 901.0 + 9865.3896484375 + + 165 + + 87 + + + 12.418999671936035 + 246 + + + + + + + 40.72855615988374 + -3.857837151736021 + + 900.7999877929688 + 9877.849609375 + + 166 + + 88 + + + 12.456000328063965 + 355 + + + + + + + 40.72858943603933 + -3.8576941564679146 + + 900.7999877929688 + 9890.4501953125 + + 166 + + 90 + + + 12.605999946594238 + 449 + + + + + + + 40.72862363420427 + -3.857541773468256 + + 900.7999877929688 + 9903.2099609375 + + 166 + + 91 + + + 12.755000114440918 + 424 + + + + + + + 40.72865515016019 + -3.8573972694575787 + + 900.5999755859375 + 9916.0 + + 166 + + 92 + + + 12.791999816894531 + 360 + + + + + + + 40.728688007220626 + -3.8572527654469013 + + 900.5999755859375 + 9928.8798828125 + + 166 + + 94 + + + 12.87600040435791 + 343 + + + + + + + 40.72872371412814 + -3.857100298628211 + + 900.4000244140625 + 9941.7900390625 + + 166 + + 92 + + + 12.913999557495117 + 243 + + + + + + + 40.728755062446 + -3.8569544535130262 + + 900.4000244140625 + 9954.669921875 + + 166 + + 93 + + + 12.87600040435791 + 255 + + + + + + + 40.728788673877716 + -3.856800477951765 + + 900.4000244140625 + 9967.51953125 + + 166 + + 91 + + + 12.857999801635742 + 269 + + + + + + + 40.7288206089288 + -3.856649687513709 + + 900.4000244140625 + 9980.3798828125 + + 166 + + 92 + + + 12.857999801635742 + 269 + + + + + + + 40.72885304689407 + -3.8565023336559534 + + 900.2000122070312 + 9993.3095703125 + + 166 + + 93 + + + 12.932000160217285 + 315 + + + + + + + 40.72888690978289 + -3.856354560703039 + + 899.5999755859375 + 10006.3701171875 + + 166 + + 93 + + + 13.053999900817871 + 367 + + + + + + + 40.72892311960459 + -3.8562010880559683 + + 899.5999755859375 + 10019.509765625 + + 166 + + 92 + + + 13.137999534606934 + 333 + + + + + + + 40.72896125726402 + -3.8560545723885298 + + 899.5999755859375 + 10032.5595703125 + + 166 + + 92 + + + 13.053999900817871 + 268 + + + + + + + 40.72900249622762 + -3.855901099741459 + + 899.7999877929688 + 10045.5400390625 + + 166 + + 92 + + + 12.979000091552734 + 276 + + + + + + + 40.729047171771526 + -3.855755003169179 + + 899.7999877929688 + 10058.4296875 + + 166 + + 92 + + + 12.895000457763672 + 287 + + + + + + + 40.72909461334348 + -3.8556161988526583 + + 899.7999877929688 + 10071.25 + + 166 + + 92 + + + 12.819999694824219 + 308 + + + + + + + 40.729145742952824 + -3.8554836809635162 + + 899.7999877929688 + 10084.0703125 + + 166 + + 91 + + + 12.819999694824219 + 290 + + + + + + + 40.729206847026944 + -3.855346217751503 + + 899.7999877929688 + 10096.9296875 + + 166 + + 91 + + + 12.857999801635742 + 304 + + + + + + + 40.72927054949105 + -3.8552138675004244 + + 899.7999877929688 + 10109.4404296875 + + 167 + + 87 + + + 12.51200008392334 + 236 + + + + + + + 40.729334419593215 + -3.855092665180564 + + 899.7999877929688 + 10121.9599609375 + + 167 + + 87 + + + 12.51200008392334 + 302 + + + + + + + 40.72940398938954 + -3.8549702893942595 + + 899.7999877929688 + 10134.4296875 + + 167 + + 95 + + + 12.475000381469727 + 302 + + + + + + + 40.72947582229972 + -3.854859061539173 + + 899.7999877929688 + 10146.7998046875 + + 167 + + 94 + + + 12.36299991607666 + 259 + + + + + + + 40.72954782284796 + -3.854751940816641 + + 899.7999877929688 + 10159.16015625 + + 167 + + 92 + + + 12.36299991607666 + 250 + + + + + + + 40.72962845675647 + -3.8546407129615545 + + 899.7999877929688 + 10171.5595703125 + + 167 + + 95 + + + 12.399999618530273 + 289 + + + + + + + 40.729708252474666 + -3.854532837867737 + + 899.7999877929688 + 10183.8203125 + + 167 + + 96 + + + 12.26099967956543 + 358 + + + + + + + 40.72978670708835 + -3.8544274773448706 + + 899.7999877929688 + 10196.259765625 + + 168 + + 92 + + + 12.437999725341797 + 308 + + + + + + + 40.72986625134945 + -3.854317758232355 + + 900.0 + 10208.6904296875 + + 167 + + 93 + + + 12.437999725341797 + 277 + + + + + + + 40.729941856116056 + -3.854215331375599 + + 899.7999877929688 + 10221.1298828125 + + 168 + + 93 + + + 12.437999725341797 + 205 + + + + + + + 40.73001494631171 + -3.8541147485375404 + + 900.0 + 10233.25 + + 168 + + 95 + + + 12.121000289916992 + 233 + + + + + + + 40.730091305449605 + -3.854007124900818 + + 900.2000122070312 + 10245.2998046875 + + 168 + + 95 + + + 12.045999526977539 + 203 + + + + + + + 40.73016791604459 + -3.853904027491808 + + 900.2000122070312 + 10257.1796875 + + 168 + + 94 + + + 11.878000259399414 + 264 + + + + + + + 40.73024150915444 + -3.853805707767606 + + 900.4000244140625 + 10268.900390625 + + 168 + + 94 + + + 11.718999862670898 + 253 + + + + + + + 40.730317533016205 + -3.853702526539564 + + 900.4000244140625 + 10280.580078125 + + 168 + + 95 + + + 11.682000160217285 + 251 + + + + + + + 40.73039012029767 + -3.8536047097295523 + + 900.2000122070312 + 10292.1298828125 + + 168 + + 93 + + + 11.550999641418457 + 217 + + + + + + + 40.73046010918915 + -3.8535080663859844 + + 899.7999877929688 + 10303.650390625 + + 168 + + 95 + + + 11.52299976348877 + 245 + + + + + + + 40.73053311556578 + -3.8534091599285603 + + 899.4000244140625 + 10315.1103515625 + + 168 + + 95 + + + 11.458000183105469 + 235 + + + + + + + 40.7306042779237 + -3.8533125165849924 + + 899.2000122070312 + 10326.5400390625 + + 168 + + 95 + + + 11.430000305175781 + 328 + + + + + + + 40.73067560791969 + -3.8532126042991877 + + 899.4000244140625 + 10337.9697265625 + + 167 + + 93 + + + 11.430000305175781 + 379 + + + + + + + 40.73074869811535 + -3.8531130272895098 + + 899.4000244140625 + 10349.400390625 + + 167 + + 93 + + + 11.430000305175781 + 285 + + + + + + + 40.730820866301656 + -3.8530165515840054 + + 899.4000244140625 + 10360.7900390625 + + 168 + + 104 + + + 11.392999649047852 + 218 + + + + + + + 40.730890687555075 + -3.8529235124588013 + + 899.4000244140625 + 10372.16015625 + + 167 + + 93 + + + 11.364999771118164 + 241 + + + + + + + 40.73096235282719 + -3.852822845801711 + + 899.2000122070312 + 10383.490234375 + + 168 + + 93 + + + 11.336999893188477 + 291 + + + + + + + 40.73102974332869 + -3.852727124467492 + + 899.2000122070312 + 10394.8603515625 + + 168 + + 94 + + + 11.364999771118164 + 268 + + + + + + + 40.73110308498144 + -3.8526236079633236 + + 899.4000244140625 + 10406.16015625 + + 168 + + 93 + + + 11.298999786376953 + 291 + + + + + + + 40.731175588443875 + -3.8525252882391214 + + 899.7999877929688 + 10417.4599609375 + + 167 + + 92 + + + 11.298999786376953 + 221 + + + + + + + 40.731245493516326 + -3.8524306565523148 + + 900.0 + 10428.669921875 + + 167 + + 91 + + + 11.206000328063965 + 227 + + + + + + + 40.731314811855555 + -3.8523394614458084 + + 900.2000122070312 + 10439.8203125 + + 167 + + 94 + + + 11.149999618530273 + 329 + + + + + + + 40.73138706386089 + -3.85223887860775 + + 900.2000122070312 + 10450.9404296875 + + 167 + + 90 + + + 11.121999740600586 + 252 + + + + + + + 40.73145772330463 + -3.852141061797738 + + 900.4000244140625 + 10462.08984375 + + 167 + + 90 + + + 11.149999618530273 + 321 + + + + + + + 40.73152796365321 + -3.852045089006424 + + 900.2000122070312 + 10473.26953125 + + 167 + + 92 + + + 11.178000450134277 + 280 + + + + + + + 40.73159912601113 + -3.8519476912915707 + + 899.7999877929688 + 10484.419921875 + + 167 + + 92 + + + 11.149999618530273 + 268 + + + + + + + 40.731668611988425 + -3.8518513832241297 + + 899.5999755859375 + 10495.58984375 + + 167 + + 93 + + + 11.178000450134277 + 372 + + + + + + + 40.73173952288926 + -3.851756416261196 + + 899.4000244140625 + 10506.8701171875 + + 167 + + 92 + + + 11.270999908447266 + 375 + + + + + + + 40.73181244544685 + -3.851654576137662 + + 899.4000244140625 + 10518.169921875 + + 167 + + 91 + + + 11.298999786376953 + 268 + + + + + + + 40.73188251815736 + -3.851558519527316 + + 899.4000244140625 + 10529.4697265625 + + 167 + + 93 + + + 11.298999786376953 + 323 + + + + + + + 40.731953512877226 + -3.8514633011072874 + + 899.4000244140625 + 10540.76953125 + + 167 + + 93 + + + 11.298999786376953 + 299 + + + + + + + 40.73202660307288 + -3.85136472992599 + + 899.2000122070312 + 10552.0498046875 + + 167 + + 93 + + + 11.281000137329102 + 299 + + + + + + + 40.732097681611776 + -3.8512683380395174 + + 899.0 + 10563.3701171875 + + 168 + + 94 + + + 11.32699966430664 + 284 + + + + + + + 40.73216834105551 + -3.8511737063527107 + + 898.7999877929688 + 10574.73046875 + + 168 + + 93 + + + 11.354999542236328 + 316 + + + + + + + 40.73224059306085 + -3.851074632257223 + + 899.2000122070312 + 10586.1796875 + + 168 + + 93 + + + 11.449000358581543 + 252 + + + + + + + 40.732314102351665 + -3.8509723730385303 + + 899.2000122070312 + 10597.599609375 + + 168 + + 94 + + + 11.420999526977539 + 208 + + + + + + + 40.73238425888121 + -3.850873550400138 + + 899.4000244140625 + 10608.9501953125 + + 167 + + 94 + + + 11.354999542236328 + 233 + + + + + + + 40.73245760053396 + -3.850770117715001 + + 899.4000244140625 + 10620.2802734375 + + 168 + + 93 + + + 11.32699966430664 + 257 + + + + + + + 40.7325280085206 + -3.850672971457243 + + 899.4000244140625 + 10631.7001953125 + + 167 + + 91 + + + 11.420999526977539 + 259 + + + + + + + 40.73259766213596 + -3.8505783397704363 + + 899.4000244140625 + 10643.1201171875 + + 167 + + 91 + + + 11.420999526977539 + 220 + + + + + + + 40.73267284780741 + -3.8504779245704412 + + 899.5999755859375 + 10654.3603515625 + + 167 + + 94 + + + 11.234000205993652 + 220 + + + + + + + 40.732742166146636 + -3.850389998406172 + + 899.5999755859375 + 10665.66015625 + + 167 + + 94 + + + 11.298999786376953 + 241 + + + + + + + 40.73281894437969 + -3.850297713652253 + + 899.5999755859375 + 10676.83984375 + + 166 + + 103 + + + 11.178000450134277 + 199 + + + + + + + 40.732897482812405 + -3.8502107933163643 + + 899.7999877929688 + 10687.990234375 + + 166 + + 110 + + + 11.149999618530273 + 188 + + + + + + + 40.73297560214996 + -3.850133093073964 + + 899.7999877929688 + 10699.1103515625 + + 166 + + 84 + + + 11.121999740600586 + 275 + + + + + + + 40.733055397868156 + -3.8500566501170397 + + 899.7999877929688 + 10710.16015625 + + 166 + + 91 + + + 11.057000160217285 + 266 + + + + + + + 40.73314215056598 + -3.8499824702739716 + + 899.7999877929688 + 10721.2197265625 + + 166 + + 88 + + + 11.057000160217285 + 232 + + + + + + + 40.73322462849319 + -3.849917845800519 + + 899.7999877929688 + 10732.25 + + 166 + + 92 + + + 11.029000282287598 + 250 + + + + + + + 40.733315823599696 + -3.849852466955781 + + 899.7999877929688 + 10743.2802734375 + + 166 + + 88 + + + 11.029000282287598 + 235 + + + + + + + 40.73340584523976 + -3.8497898541390896 + + 899.5999755859375 + 10754.2802734375 + + 166 + + 88 + + + 11.00100040435791 + 177 + + + + + + + 40.73349234648049 + -3.8497274927794933 + + 899.5999755859375 + 10765.25 + + 166 + + 91 + + + 10.972999572753906 + 253 + + + + + + + 40.73357650078833 + -3.849666053429246 + + 899.7999877929688 + 10776.25 + + 166 + + 90 + + + 11.00100040435791 + 257 + + + + + + + 40.73366384021938 + -3.8496005907654762 + + 900.0 + 10787.23046875 + + 166 + + 87 + + + 10.972999572753906 + 185 + + + + + + + 40.73374690487981 + -3.849530601873994 + + 900.0 + 10798.0595703125 + + 165 + + 94 + + + 10.833000183105469 + 231 + + + + + + + 40.73382745496929 + -3.849457260221243 + + 899.5999755859375 + 10808.9501953125 + + 166 + + 94 + + + 10.888999938964844 + 183 + + + + + + + 40.73390582576394 + -3.849373357370496 + + 899.4000244140625 + 10819.98046875 + + 165 + + 100 + + + 11.029000282287598 + 205 + + + + + + + 40.73397648520768 + -3.8492826651781797 + + 899.2000122070312 + 10831.1796875 + + 165 + + 91 + + + 11.206000328063965 + 185 + + + + + + + 40.73404354043305 + -3.8491832558065653 + + 899.2000122070312 + 10842.48046875 + + 165 + + 94 + + + 11.298999786376953 + 162 + + + + + + + 40.7341134455055 + -3.8490736205130816 + + 899.0 + 10853.7802734375 + + 165 + + 92 + + + 11.298999786376953 + 171 + + + + + + + 40.73417941108346 + -3.848973037675023 + + 899.0 + 10865.1103515625 + + 165 + + 92 + + + 11.32699966430664 + 171 + + + + + + + 40.734248058870435 + -3.8488777354359627 + + 899.0 + 10876.3203125 + + 164 + + 85 + + + 11.206000328063965 + 42 + + + + + + + 40.7343259267509 + -3.8487934973090887 + + 898.7999877929688 + 10887.2900390625 + + 164 + + 93 + + + 10.972999572753906 + 83 + + + + + + + 40.73441158980131 + -3.8487517554312944 + + 898.5999755859375 + 10897.98046875 + + 163 + + 0 + + + 10.692999839782715 + 83 + + + + + + + 40.73449909687042 + -3.8487231731414795 + + 898.7999877929688 + 10908.33984375 + + 163 + + 0 + + + 10.357000350952148 + 83 + + + + + + + 40.73459196835756 + -3.8487110193818808 + + 899.0 + 10918.51953125 + + 163 + + 86 + + + 10.180000305175781 + 291 + + + + + + + 40.73468752205372 + -3.848698027431965 + + 899.0 + 10928.650390625 + + 163 + + 86 + + + 10.133000373840332 + 355 + + + + + + + 40.73478198610246 + -3.8486698642373085 + + 899.2000122070312 + 10939.0595703125 + + 163 + + 84 + + + 10.404000282287598 + 408 + + + + + + + 40.73487804271281 + -3.848630217835307 + + 899.2000122070312 + 10949.7197265625 + + 163 + + 85 + + + 10.664999961853027 + 418 + + + + + + + 40.73496756143868 + -3.848583195358515 + + 899.2000122070312 + 10960.4404296875 + + 163 + + 87 + + + 10.720999717712402 + 243 + + + + + + + 40.73505406267941 + -3.848529886454344 + + 899.0 + 10971.2998046875 + + 163 + + 94 + + + 10.861000061035156 + 320 + + + + + + + 40.73514634743333 + -3.8484622444957495 + + 899.0 + 10982.2197265625 + + 163 + + 95 + + + 10.916999816894531 + 375 + + + + + + + 40.73523041792214 + -3.848396111279726 + + 899.2000122070312 + 10993.3701171875 + + 163 + + 95 + + + 11.149999618530273 + 283 + + + + + + + 40.73531943373382 + -3.8483168184757233 + + 899.2000122070312 + 11004.51953125 + + 163 + + 98 + + + 11.149999618530273 + 238 + + + + + + + 40.735399229452014 + -3.848232077434659 + + 899.0 + 11015.7001953125 + + 163 + + 98 + + + 11.178000450134277 + 319 + + + + + + + 40.73547625914216 + -3.8481442350894213 + + 899.0 + 11026.9697265625 + + 163 + + 98 + + + 11.270999908447266 + 260 + + + + + + + 40.735547337681055 + -3.8480558898299932 + + 899.2000122070312 + 11038.08984375 + + 163 + + 93 + + + 11.121999740600586 + 317 + + + + + + + 40.73561757802963 + -3.8479597494006157 + + 899.4000244140625 + 11049.1201171875 + + 163 + + 91 + + + 11.029000282287598 + 325 + + + + + + + 40.73567843064666 + -3.8478632736951113 + + 899.4000244140625 + 11060.150390625 + + 163 + + 90 + + + 11.029000282287598 + 276 + + + + + + + 40.735740875825286 + -3.8477557338774204 + + 899.4000244140625 + 11071.150390625 + + 163 + + 88 + + + 11.00100040435791 + 238 + + + + + + + 40.735800974071026 + -3.847647774964571 + + 899.5999755859375 + 11082.1201171875 + + 163 + + 91 + + + 10.972999572753906 + 222 + + + + + + + 40.73585947975516 + -3.84754316881299 + + 899.7999877929688 + 11093.1298828125 + + 163 + + 87 + + + 11.00100040435791 + 249 + + + + + + + 40.73591806925833 + -3.8474377244710922 + + 899.5999755859375 + 11104.1298828125 + + 163 + + 90 + + + 11.00100040435791 + 249 + + + + + + + 40.73598017916083 + -3.847324065864086 + + 899.4000244140625 + 11115.2802734375 + + 163 + + 93 + + + 11.149999618530273 + 475 + + + + + + + 40.73604254052043 + -3.8472105748951435 + + 899.4000244140625 + 11126.6298828125 + + 163 + + 92 + + + 11.354999542236328 + 437 + + + + + + + 40.736103896051645 + -3.8470974192023277 + + 899.4000244140625 + 11138.080078125 + + 163 + + 93 + + + 11.449000358581543 + 323 + + + + + + + 40.73616625741124 + -3.8469826709479094 + + 899.4000244140625 + 11149.5595703125 + + 163 + + 94 + + + 11.47700023651123 + 245 + + + + + + + 40.73622518219054 + -3.8468709401786327 + + 899.4000244140625 + 11161.009765625 + + 164 + + 93 + + + 11.449000358581543 + 271 + + + + + + + 40.736285196617246 + -3.846762226894498 + + 899.5999755859375 + 11172.51953125 + + 164 + + 96 + + + 11.513999938964844 + 288 + + + + + + + 40.73635132983327 + -3.846642868593335 + + 899.5999755859375 + 11184.16015625 + + 164 + + 94 + + + 11.635000228881836 + 350 + + + + + + + 40.736414110288024 + -3.8465290423482656 + + 899.2000122070312 + 11195.900390625 + + 164 + + 95 + + + 11.73799991607666 + 344 + + + + + + + 40.73647647164762 + -3.846415299922228 + + 899.2000122070312 + 11207.7001953125 + + 164 + + 93 + + + 11.803000450134277 + 258 + + + + + + + 40.73653883300722 + -3.8462961092591286 + + 899.4000244140625 + 11219.4599609375 + + 164 + + 95 + + + 11.765999794006348 + 253 + + + + + + + 40.73659750632942 + -3.8461827021092176 + + 899.4000244140625 + 11231.3603515625 + + 165 + + 96 + + + 11.897000312805176 + 338 + + + + + + + 40.73665819130838 + -3.8460696302354336 + + 899.4000244140625 + 11243.1298828125 + + 165 + + 96 + + + 11.765999794006348 + 325 + + + + + + + 40.73672256432474 + -3.8459492661058903 + + 899.5999755859375 + 11255.01953125 + + 165 + + 96 + + + 11.897000312805176 + 293 + + + + + + + 40.736786518245935 + -3.8458325900137424 + + 899.7999877929688 + 11266.919921875 + + 165 + + 98 + + + 11.897000312805176 + 223 + + + + + + + 40.73684862814844 + -3.8457159977406263 + + 899.5999755859375 + 11278.8203125 + + 165 + + 95 + + + 11.897000312805176 + 223 + + + + + + + 40.73691216297448 + -3.8455978129059076 + + 899.4000244140625 + 11290.7099609375 + + 165 + + 96 + + + 11.897000312805176 + 260 + + + + + + + 40.73697335086763 + -3.845485160127282 + + 899.4000244140625 + 11302.650390625 + + 165 + + 99 + + + 11.934000015258789 + 363 + + + + + + + 40.73703403584659 + -3.845371585339308 + + 899.2000122070312 + 11314.66015625 + + 165 + + 96 + + + 12.017999649047852 + 226 + + + + + + + 40.73710285127163 + -3.8452538195997477 + + 899.2000122070312 + 11326.7197265625 + + 165 + + 99 + + + 12.055000305175781 + 243 + + + + + + + 40.73716781102121 + -3.8451437652111053 + + 899.2000122070312 + 11338.7099609375 + + 165 + + 94 + + + 11.989999771118164 + 225 + + + + + + + 40.737237548455596 + -3.845026418566704 + + 899.4000244140625 + 11350.66015625 + + 166 + + 100 + + + 11.95300006866455 + 257 + + + + + + + 40.73730954900384 + -3.8449156936258078 + + 899.5999755859375 + 11362.5498046875 + + 165 + + 95 + + + 11.88700008392334 + 211 + + + + + + + 40.73738096281886 + -3.8448112551122904 + + 899.5999755859375 + 11374.4697265625 + + 166 + + 92 + + + 11.925000190734863 + 350 + + + + + + + 40.73745363391936 + -3.844712097197771 + + 899.5999755859375 + 11386.4599609375 + + 166 + + 91 + + + 11.989999771118164 + 262 + + + + + + + 40.73753493838012 + -3.8446048088371754 + + 899.7999877929688 + 11398.4501953125 + + 166 + + 92 + + + 11.989999771118164 + 291 + + + + + + + 40.737613309174776 + -3.8445082493126392 + + 899.7999877929688 + 11410.4697265625 + + 166 + + 93 + + + 12.017999649047852 + 304 + + + + + + + 40.73769788257778 + -3.844411103054881 + + 899.7999877929688 + 11422.419921875 + + 166 + + 91 + + + 11.95300006866455 + 282 + + + + + + + 40.73778295889497 + -3.844321835786104 + + 899.5999755859375 + 11434.3798828125 + + 166 + + 92 + + + 11.95300006866455 + 249 + + + + + + + 40.73786870576441 + -3.844236843287945 + + 899.5999755859375 + 11446.2998046875 + + 166 + + 92 + + + 11.925000190734863 + 241 + + + + + + + 40.737953279167414 + -3.844156712293625 + + 899.7999877929688 + 11458.2900390625 + + 166 + + 92 + + + 11.989999771118164 + 266 + + + + + + + 40.73804413899779 + -3.844077419489622 + + 899.5999755859375 + 11470.009765625 + + 166 + + 88 + + + 11.718999862670898 + 249 + + + + + + + 40.73813382536173 + -3.8440044969320297 + + 899.5999755859375 + 11481.73046875 + + 166 + + 90 + + + 11.718999862670898 + 208 + + + + + + + 40.73822393082082 + -3.843933753669262 + + 899.5999755859375 + 11493.419921875 + + 166 + + 92 + + + 11.690999984741211 + 352 + + + + + + + 40.7383184786886 + -3.8438626751303673 + + 899.5999755859375 + 11505.2099609375 + + 166 + + 95 + + + 11.78499984741211 + 261 + + + + + + + 40.73840799741447 + -3.8437969610095024 + + 899.4000244140625 + 11516.76953125 + + 166 + + 93 + + + 11.560999870300293 + 197 + + + + + + + 40.73849642649293 + -3.843731079250574 + + 899.4000244140625 + 11528.330078125 + + 166 + + 95 + + + 11.560999870300293 + 221 + + + + + + + 40.738589549437165 + -3.8436584919691086 + + 899.4000244140625 + 11539.8603515625 + + 166 + + 94 + + + 11.532999992370605 + 355 + + + + + + + 40.73868024162948 + -3.843588000163436 + + 899.4000244140625 + 11551.419921875 + + 166 + + 93 + + + 11.560999870300293 + 308 + + + + + + + 40.73876942507923 + -3.84352027438581 + + 899.4000244140625 + 11562.98046875 + + 167 + + 94 + + + 11.560999870300293 + 288 + + + + + + + 40.73886145837605 + -3.843449279665947 + + 899.4000244140625 + 11574.6103515625 + + 167 + + 94 + + + 11.62600040435791 + 247 + + + + + + + 40.73895173147321 + -3.843381805345416 + + 899.4000244140625 + 11586.2099609375 + + 166 + + 94 + + + 11.597999572753906 + 246 + + + + + + + 40.73903823271394 + -3.843316426500678 + + 899.4000244140625 + 11597.900390625 + + 166 + + 94 + + + 11.690999984741211 + 216 + + + + + + + 40.739131858572364 + -3.8432445097714663 + + 899.5999755859375 + 11609.490234375 + + 167 + + 98 + + + 11.597999572753906 + 284 + + + + + + + 40.73922213166952 + -3.8431743532419205 + + 899.5999755859375 + 11621.16015625 + + 166 + + 92 + + + 11.663000106811523 + 194 + + + + + + + 40.73930720798671 + -3.8430971559137106 + + 899.5999755859375 + 11632.8203125 + + 166 + + 95 + + + 11.663000106811523 + 289 + + + + + + + 40.73939689435065 + -3.8430124148726463 + + 899.5999755859375 + 11644.509765625 + + 166 + + 93 + + + 11.690999984741211 + 203 + + + + + + + 40.73947903700173 + -3.8429285120218992 + + 899.5999755859375 + 11656.240234375 + + 166 + + 94 + + + 11.729000091552734 + 239 + + + + + + + 40.73955615051091 + -3.842840502038598 + + 899.4000244140625 + 11668.0302734375 + + 166 + + 95 + + + 11.793999671936035 + 260 + + + + + + + 40.73963804170489 + -3.842742098495364 + + 899.4000244140625 + 11679.830078125 + + 166 + + 94 + + + 11.793999671936035 + 208 + + + + + + + 40.739709455519915 + -3.8426477182656527 + + 899.4000244140625 + 11691.58984375 + + 166 + + 96 + + + 11.756999969482422 + 192 + + + + + + + 40.73978497646749 + -3.842543950304389 + + 899.2000122070312 + 11703.3095703125 + + 166 + + 95 + + + 11.729000091552734 + 164 + + + + + + + 40.7398553006351 + -3.8424374163150787 + + 899.2000122070312 + 11714.98046875 + + 166 + + 99 + + + 11.663000106811523 + 170 + + + + + + + 40.73991774581373 + -3.8423296250402927 + + 899.4000244140625 + 11726.509765625 + + 166 + + 99 + + + 11.532999992370605 + 203 + + + + + + + 40.739975245669484 + -3.84221856482327 + + 899.5999755859375 + 11738.080078125 + + 166 + + 92 + + + 11.569999694824219 + 232 + + + + + + + 40.74003433808684 + -3.842098619788885 + + 899.5999755859375 + 11749.7099609375 + + 165 + + 93 + + + 11.62600040435791 + 217 + + + + + + + 40.74008588679135 + -3.8419844582676888 + + 899.4000244140625 + 11761.330078125 + + 165 + + 96 + + + 11.62600040435791 + 332 + + + + + + + 40.74014036916196 + -3.8418593164533377 + + 899.5999755859375 + 11773.08984375 + + 165 + + 95 + + + 11.756999969482422 + 400 + + + + + + + 40.740192672237754 + -3.8417326658964157 + + 899.4000244140625 + 11784.9501953125 + + 165 + + 94 + + + 11.859000205993652 + 346 + + + + + + + 40.740244053304195 + -3.841607691720128 + + 899.4000244140625 + 11796.900390625 + + 165 + + 96 + + + 11.95300006866455 + 195 + + + + + + + 40.74029476381838 + -3.8414865732192993 + + 899.5999755859375 + 11808.830078125 + + 165 + + 77 + + + 11.925000190734863 + 295 + + + + + + + 40.74035259895027 + -3.8413558155298233 + + 899.7999877929688 + 11820.8203125 + + 165 + + 91 + + + 11.989999771118164 + 309 + + + + + + + 40.74040565639734 + -3.8412305898964405 + + 899.5999755859375 + 11832.91015625 + + 165 + + 92 + + + 12.093000411987305 + 325 + + + + + + + 40.74045779183507 + -3.8411040231585503 + + 899.5999755859375 + 11845.0400390625 + + 165 + + 90 + + + 12.130000114440918 + 264 + + + + + + + 40.740511771291494 + -3.8409717567265034 + + 899.4000244140625 + 11857.2001953125 + + 165 + + 92 + + + 12.157999992370605 + 273 + + + + + + + 40.74056323617697 + -3.840846363455057 + + 899.5999755859375 + 11869.48046875 + + 165 + + 95 + + + 12.279000282287598 + 370 + + + + + + + 40.74061335995793 + -3.840718874707818 + + 899.4000244140625 + 11882.0400390625 + + 165 + + 93 + + + 12.567999839782715 + 404 + + + + + + + 40.74066750705242 + -3.840584345161915 + + 899.4000244140625 + 11894.5400390625 + + 165 + + 91 + + + 12.494000434875488 + 224 + + + + + + + 40.74072224088013 + -3.8404530845582485 + + 899.4000244140625 + 11907.1396484375 + + 165 + + 91 + + + 12.605999946594238 + 265 + + + + + + + 40.74077697470784 + -3.840320985764265 + + 899.4000244140625 + 11919.7900390625 + + 166 + + 87 + + + 12.642999649047852 + 304 + + + + + + + 40.74083246290684 + -3.840186456218362 + + 899.4000244140625 + 11932.5400390625 + + 166 + + 90 + + + 12.755000114440918 + 346 + + + + + + + 40.74088736437261 + -3.840053854510188 + + 899.2000122070312 + 11945.3701171875 + + 166 + + 88 + + + 12.829999923706055 + 356 + + + + + + + 40.74094167910516 + -3.839924270287156 + + 899.2000122070312 + 11958.3095703125 + + 166 + + 92 + + + 12.942000389099121 + 316 + + + + + + + 40.740998508408666 + -3.839787896722555 + + 899.4000244140625 + 11971.259765625 + + 166 + + 88 + + + 12.942000389099121 + 215 + + + + + + + 40.74105458334088 + -3.8396526966243982 + + 899.4000244140625 + 11984.3203125 + + 167 + + 91 + + + 13.062999725341797 + 332 + + + + + + + 40.7411106582731 + -3.8395177479833364 + + 899.4000244140625 + 11997.2197265625 + + 167 + + 90 + + + 12.904000282287598 + 345 + + + + + + + 40.74116631411016 + -3.8393778540194035 + + 899.4000244140625 + 12010.259765625 + + 167 + + 92 + + + 13.03499984741211 + 319 + + + + + + + 40.74122155085206 + -3.8392433244735003 + + 899.4000244140625 + 12023.33984375 + + 167 + + 94 + + + 13.081999778747559 + 391 + + + + + + + 40.74127444066107 + -3.839111477136612 + + 899.4000244140625 + 12036.4599609375 + + 167 + + 90 + + + 13.119000434875488 + 271 + + + + + + + 40.741334622725844 + -3.838973343372345 + + 899.4000244140625 + 12049.6103515625 + + 167 + + 91 + + + 13.156000137329102 + 245 + + + + + + + 40.74138659052551 + -3.8388438429683447 + + 899.5999755859375 + 12062.5 + + 167 + + 91 + + + 12.88599967956543 + 240 + + + + + + + 40.74144350364804 + -3.8387051224708557 + + 899.5999755859375 + 12075.4599609375 + + 168 + + 92 + + + 12.960000038146973 + 260 + + + + + + + 40.74149848893285 + -3.8385650608688593 + + 899.5999755859375 + 12088.419921875 + + 168 + + 92 + + + 12.960000038146973 + 268 + + + + + + + 40.74155196547508 + -3.8384301122277975 + + 899.5999755859375 + 12101.419921875 + + 168 + + 92 + + + 12.998000144958496 + 299 + + + + + + + 40.74160309508443 + -3.8382957503199577 + + 899.5999755859375 + 12114.33984375 + + 168 + + 88 + + + 12.92300033569336 + 227 + + + + + + + 40.741650285199285 + -3.8381527550518513 + + 899.4000244140625 + 12127.23046875 + + 168 + + 90 + + + 12.88599967956543 + 275 + + + + + + + 40.741689344868064 + -3.8380151242017746 + + 899.4000244140625 + 12140.0703125 + + 168 + + 91 + + + 12.83899974822998 + 196 + + + + + + + 40.74172304011881 + -3.8378661777824163 + + 899.4000244140625 + 12152.900390625 + + 168 + + 92 + + + 12.83899974822998 + 257 + + + + + + + 40.74175396934152 + -3.8377137947827578 + + 899.2000122070312 + 12165.740234375 + + 168 + + 91 + + + 12.83899974822998 + 244 + + + + + + + 40.74177576228976 + -3.8375696260482073 + + 899.2000122070312 + 12178.6298828125 + + 168 + + 91 + + + 12.88599967956543 + 302 + + + + + + + 40.74179504066706 + -3.83742218837142 + + 899.2000122070312 + 12191.4296875 + + 168 + + 90 + + + 12.802000045776367 + 222 + + + + + + + 40.741807613521814 + -3.8372724037617445 + + 899.4000244140625 + 12204.16015625 + + 168 + + 90 + + + 12.72700023651123 + 194 + + + + + + + 40.741813564673066 + -3.8371242117136717 + + 899.4000244140625 + 12216.76953125 + + 168 + + 93 + + + 12.614999771118164 + 291 + + + + + + + 40.74181239120662 + -3.836976857855916 + + 899.2000122070312 + 12229.3896484375 + + 168 + + 96 + + + 12.614999771118164 + 244 + + + + + + + 40.74180459603667 + -3.836827827617526 + + 899.2000122070312 + 12241.9296875 + + 168 + + 98 + + + 12.539999961853027 + 238 + + + + + + + 40.74179185554385 + -3.8366808090358973 + + 899.0 + 12254.4296875 + + 168 + + 95 + + + 12.503000259399414 + 238 + + + + + + + 40.74177509173751 + -3.8365387357771397 + + 899.0 + 12266.900390625 + + 168 + + 93 + + + 12.465999603271484 + 292 + + + + + + + 40.741749946027994 + -3.836390795186162 + + 899.0 + 12279.330078125 + + 168 + + 94 + + + 12.428000450134277 + 307 + + + + + + + 40.74172547087073 + -3.8362441956996918 + + 899.0 + 12291.759765625 + + 168 + + 94 + + + 12.428000450134277 + 249 + + + + + + + 40.741698648780584 + -3.8361005298793316 + + 898.7999877929688 + 12304.009765625 + + 168 + + 93 + + + 12.25100040435791 + 346 + + + + + + + 40.74167073704302 + -3.835953762754798 + + 898.7999877929688 + 12316.3701171875 + + 168 + + 92 + + + 12.36299991607666 + 260 + + + + + + + 40.74164466932416 + -3.835810348391533 + + 899.0 + 12328.73046875 + + 168 + + 91 + + + 12.36299991607666 + 230 + + + + + + + 40.741617092862725 + -3.8356711249798536 + + 898.7999877929688 + 12341.16015625 + + 168 + + 93 + + + 12.428000450134277 + 241 + + + + + + + 40.741588259115815 + -3.835524609312415 + + 898.7999877929688 + 12353.41015625 + + 168 + + 93 + + + 12.25100040435791 + 312 + + + + + + + 40.741560850292444 + -3.835382955148816 + + 899.0 + 12365.740234375 + + 168 + + 94 + + + 12.326000213623047 + 205 + + + + + + + 40.74153511784971 + -3.8352403789758682 + + 899.0 + 12377.990234375 + + 168 + + 93 + + + 12.25100040435791 + 204 + + + + + + + 40.74150578118861 + -3.8350992277264595 + + 899.0 + 12390.1396484375 + + 168 + + 92 + + + 12.14900016784668 + 313 + + + + + + + 40.74147937819362 + -3.834961010143161 + + 899.0 + 12402.25 + + 167 + + 93 + + + 12.111000061035156 + 243 + + + + + + + 40.74145213700831 + -3.834825474768877 + + 899.0 + 12414.3603515625 + + 167 + + 91 + + + 12.111000061035156 + 278 + + + + + + + 40.74142590165138 + -3.834681222215295 + + 899.0 + 12426.41015625 + + 168 + + 88 + + + 12.045999526977539 + 224 + + + + + + + 40.74140075594187 + -3.8345457706600428 + + 899.0 + 12438.5498046875 + + 167 + + 92 + + + 12.138999938964844 + 383 + + + + + + + 40.74137544259429 + -3.8343997579067945 + + 899.0 + 12450.5595703125 + + 167 + + 90 + + + 12.008999824523926 + 338 + + + + + + + 40.74135138653219 + -3.834256259724498 + + 899.0 + 12462.669921875 + + 168 + + 91 + + + 12.111000061035156 + 258 + + + + + + + 40.74133294634521 + -3.834118125960231 + + 899.2000122070312 + 12474.740234375 + + 168 + + 92 + + + 12.074000358581543 + 282 + + + + + + + 40.74131928384304 + -3.833978734910488 + + 899.2000122070312 + 12486.8203125 + + 168 + + 91 + + + 12.074000358581543 + 290 + + + + + + + 40.74130520224571 + -3.8338331412523985 + + 899.2000122070312 + 12498.8896484375 + + 168 + + 91 + + + 12.074000358581543 + 323 + + + + + + + 40.74129489250481 + -3.8336962647736073 + + 899.2000122070312 + 12511.1396484375 + + 168 + + 92 + + + 12.25100040435791 + 369 + + + + + + + 40.741288689896464 + -3.833548240363598 + + 899.2000122070312 + 12523.1904296875 + + 168 + + 91 + + + 12.045999526977539 + 261 + + + + + + + 40.74128651060164 + -3.8334028143435717 + + 899.2000122070312 + 12535.2998046875 + + 168 + + 91 + + + 12.111000061035156 + 275 + + + + + + + 40.74128944426775 + -3.8332603219896555 + + 899.0 + 12547.41015625 + + 168 + + 90 + + + 12.111000061035156 + 270 + + + + + + + 40.74129623360932 + -3.8331216014921665 + + 899.0 + 12559.48046875 + + 168 + + 91 + + + 12.074000358581543 + 249 + + + + + + + 40.74131090193987 + -3.832977097481489 + + 899.0 + 12571.5302734375 + + 168 + + 91 + + + 12.045999526977539 + 228 + + + + + + + 40.7413247320801 + -3.8328350242227316 + + 899.0 + 12583.5703125 + + 168 + + 93 + + + 12.045999526977539 + 302 + + + + + + + 40.74133990332484 + -3.8326927833259106 + + 898.7999877929688 + 12595.7099609375 + + 168 + + 90 + + + 12.138999938964844 + 325 + + + + + + + 40.74136421084404 + -3.832549536600709 + + 898.7999877929688 + 12607.8896484375 + + 168 + + 91 + + + 12.177000045776367 + 256 + + + + + + + 40.74139195494354 + -3.8324103131890297 + + 898.5999755859375 + 12620.169921875 + + 168 + + 93 + + + 12.279000282287598 + 262 + + + + + + + 40.74141852557659 + -3.8322756998240948 + + 898.5999755859375 + 12632.240234375 + + 168 + + 94 + + + 12.074000358581543 + 348 + + + + + + + 40.7414476107806 + -3.832131866365671 + + 898.5999755859375 + 12644.51953125 + + 168 + + 102 + + + 12.279000282287598 + 449 + + + + + + + 40.74147904291749 + -3.831991134211421 + + 898.5999755859375 + 12656.919921875 + + 168 + + 96 + + + 12.390999794006348 + 306 + + + + + + + 40.74151039123535 + -3.8318473007529974 + + 898.4000244140625 + 12669.3095703125 + + 168 + + 100 + + + 12.390999794006348 + 260 + + + + + + + 40.74154048226774 + -3.8317023776471615 + + 898.4000244140625 + 12681.66015625 + + 168 + + 96 + + + 12.354000091552734 + 188 + + + + + + + 40.7415681425482 + -3.8315651658922434 + + 898.4000244140625 + 12693.98046875 + + 168 + + 98 + + + 12.317000389099121 + 283 + + + + + + + 40.741595048457384 + -3.8314308039844036 + + 898.5999755859375 + 12706.2900390625 + + 168 + + 93 + + + 12.317000389099121 + 254 + + + + + + + 40.74162597768009 + -3.831284288316965 + + 898.4000244140625 + 12718.6103515625 + + 168 + + 93 + + + 12.317000389099121 + 337 + + + + + + + 40.74165430851281 + -3.8311403710395098 + + 898.2000122070312 + 12731.0400390625 + + 168 + + 93 + + + 12.428000450134277 + 324 + + + + + + + 40.74168515391648 + -3.831000979989767 + + 898.4000244140625 + 12743.400390625 + + 168 + + 92 + + + 12.36299991607666 + 285 + + + + + + + 40.74171449057758 + -3.830855470150709 + + 898.4000244140625 + 12755.73046875 + + 168 + + 95 + + + 12.326000213623047 + 318 + + + + + + + 40.74174374341965 + -3.8307146541774273 + + 898.2000122070312 + 12768.1201171875 + + 168 + + 91 + + + 12.390999794006348 + 328 + + + + + + + 40.74177257716656 + -3.8305788673460484 + + 898.2000122070312 + 12780.48046875 + + 168 + + 91 + + + 12.36299991607666 + 206 + + + + + + + 40.741801746189594 + -3.830433441326022 + + 898.2000122070312 + 12792.8095703125 + + 168 + + 95 + + + 12.326000213623047 + 242 + + + + + + + 40.74182689189911 + -3.830295894294977 + + 898.2000122070312 + 12805.099609375 + + 168 + + 93 + + + 12.288999557495117 + 259 + + + + + + + 40.74185078032315 + -3.830150719732046 + + 898.2000122070312 + 12817.349609375 + + 168 + + 92 + + + 12.25100040435791 + 258 + + + + + + + 40.74187341146171 + -3.8300069700926542 + + 898.2000122070312 + 12829.5595703125 + + 168 + + 93 + + + 12.21399974822998 + 273 + + + + + + + 40.7418910972774 + -3.8298670761287212 + + 898.2000122070312 + 12841.7802734375 + + 168 + + 92 + + + 12.21399974822998 + 319 + + + + + + + 40.74190467596054 + -3.8297286070883274 + + 898.4000244140625 + 12854.0302734375 + + 168 + + 91 + + + 12.25100040435791 + 266 + + + + + + + 40.7419154047966 + -3.8295798283070326 + + 898.2000122070312 + 12866.240234375 + + 168 + + 93 + + + 12.21399974822998 + 245 + + + + + + + 40.74192353524268 + -3.829438677057624 + + 897.7999877929688 + 12878.4501953125 + + 168 + + 95 + + + 12.21399974822998 + 319 + + + + + + + 40.74192856438458 + -3.829289060086012 + + 897.7999877929688 + 12890.740234375 + + 168 + + 92 + + + 12.288999557495117 + 309 + + + + + + + 40.74193166568875 + -3.8291417062282562 + + 897.7999877929688 + 12902.990234375 + + 168 + + 92 + + + 12.25100040435791 + 228 + + + + + + + 40.74193007312715 + -3.8289997167885303 + + 897.7999877929688 + 12915.1796875 + + 168 + + 93 + + + 12.185999870300293 + 273 + + + + + + + 40.74192428961396 + -3.8288614153862 + + 897.7999877929688 + 12927.3603515625 + + 168 + + 92 + + + 12.185999870300293 + 239 + + + + + + + 40.74191750027239 + -3.8287137262523174 + + 897.7999877929688 + 12939.5498046875 + + 168 + + 92 + + + 12.185999870300293 + 306 + + + + + + + 40.741907358169556 + -3.8285684678703547 + + 897.7999877929688 + 12951.7001953125 + + 169 + + 91 + + + 12.14900016784668 + 284 + + + + + + + 40.74188690632582 + -3.8284238800406456 + + 897.7999877929688 + 12963.8095703125 + + 168 + + 91 + + + 12.111000061035156 + 255 + + + + + + + 40.7418654486537 + -3.8282822258770466 + + 897.5999755859375 + 12975.9599609375 + + 168 + + 92 + + + 12.14900016784668 + 318 + + + + + + + 40.74184122495353 + -3.8281423319131136 + + 897.5999755859375 + 12988.1396484375 + + 168 + + 92 + + + 12.185999870300293 + 273 + + + + + + + 40.741815995424986 + -3.828006461262703 + + 897.4000244140625 + 13000.330078125 + + 168 + + 92 + + + 12.185999870300293 + 247 + + + + + + + 40.741785652935505 + -3.827862460166216 + + 897.2000122070312 + 13012.51953125 + + 168 + + 91 + + + 12.185999870300293 + 260 + + + + + + + 40.74175321497023 + -3.8277288526296616 + + 897.2000122070312 + 13024.66015625 + + 168 + + 93 + + + 12.14900016784668 + 272 + + + + + + + 40.741715747863054 + -3.8275949098169804 + + 897.2000122070312 + 13036.8095703125 + + 169 + + 93 + + + 12.14900016784668 + 280 + + + + + + + 40.74167652055621 + -3.827456356957555 + + 897.4000244140625 + 13048.919921875 + + 169 + + 91 + + + 12.111000061035156 + 251 + + + + + + + 40.74163310229778 + -3.8273259345442057 + + 897.5999755859375 + 13061.0302734375 + + 169 + + 92 + + + 12.111000061035156 + 235 + + + + + + + 40.741581888869405 + -3.8271992839872837 + + 897.5999755859375 + 13073.1796875 + + 168 + + 92 + + + 12.14900016784668 + 256 + + + + + + + 40.74152975343168 + -3.827069280669093 + + 897.5999755859375 + 13085.2900390625 + + 168 + + 90 + + + 12.111000061035156 + 325 + + + + + + + 40.74148147366941 + -3.8269443064928055 + + 897.4000244140625 + 13097.41015625 + + 168 + + 92 + + + 12.111000061035156 + 383 + + + + + + + 40.741428500041366 + -3.826818745583296 + + 897.4000244140625 + 13109.66015625 + + 168 + + 93 + + + 12.25100040435791 + 454 + + + + + + + 40.741368820890784 + -3.826696118339896 + + 897.4000244140625 + 13121.98046875 + + 169 + + 92 + + + 12.326000213623047 + 343 + + + + + + + 40.741304364055395 + -3.8265767600387335 + + 897.4000244140625 + 13134.3095703125 + + 168 + + 94 + + + 12.326000213623047 + 276 + + + + + + + 40.741239907220006 + -3.8264627661556005 + + 897.2000122070312 + 13146.599609375 + + 168 + + 95 + + + 12.288999557495117 + 288 + + + + + + + 40.741164637729526 + -3.82634106092155 + + 897.2000122070312 + 13158.8095703125 + + 168 + + 93 + + + 12.21399974822998 + 286 + + + + + + + 40.741096157580614 + -3.8262325152754784 + + 897.2000122070312 + 13171.0302734375 + + 169 + + 93 + + + 12.21399974822998 + 273 + + + + + + + 40.74101912789047 + -3.826122796162963 + + 897.2000122070312 + 13183.2802734375 + + 169 + + 91 + + + 12.25100040435791 + 274 + + + + + + + 40.740938410162926 + -3.826015926897526 + + 897.2000122070312 + 13195.5302734375 + + 169 + + 94 + + + 12.25100040435791 + 258 + + + + + + + 40.74085685424507 + -3.8259199541062117 + + 897.2000122070312 + 13207.7802734375 + + 169 + + 93 + + + 12.25100040435791 + 333 + + + + + + + 40.7407755497843 + -3.825825322419405 + + 897.4000244140625 + 13220.099609375 + + 170 + + 93 + + + 12.326000213623047 + 389 + + + + + + + 40.7406877912581 + -3.825724320486188 + + 897.5999755859375 + 13232.5302734375 + + 170 + + 94 + + + 12.428000450134277 + 388 + + + + + + + 40.74060598388314 + -3.8256296887993813 + + 897.5999755859375 + 13244.9599609375 + + 170 + + 93 + + + 12.428000450134277 + 283 + + + + + + + 40.74051688425243 + -3.8255330454558134 + + 897.4000244140625 + 13257.3896484375 + + 170 + + 96 + + + 12.428000450134277 + 291 + + + + + + + 40.74042736552656 + -3.8254373241215944 + + 897.4000244140625 + 13269.8203125 + + 170 + + 95 + + + 12.428000450134277 + 304 + + + + + + + 40.74034111574292 + -3.8253475539386272 + + 897.4000244140625 + 13282.3203125 + + 171 + + 95 + + + 12.503000259399414 + 322 + + + + + + + 40.740256207063794 + -3.8252524193376303 + + 897.4000244140625 + 13294.8203125 + + 171 + + 94 + + + 12.503000259399414 + 280 + + + + + + + 40.740169705823064 + -3.8251515850424767 + + 897.2000122070312 + 13307.3603515625 + + 171 + + 96 + + + 12.539999961853027 + 331 + + + + + + + 40.74007876217365 + -3.825057540088892 + + 897.0 + 13319.98046875 + + 171 + + 96 + + + 12.614999771118164 + 325 + + + + + + + 40.73998924344778 + -3.8249642495065928 + + 897.0 + 13332.5595703125 + + 172 + + 96 + + + 12.57800006866455 + 273 + + + + + + + 40.73989687487483 + -3.824868192896247 + + 897.0 + 13345.1396484375 + + 171 + + 94 + + + 12.57800006866455 + 303 + + + + + + + 40.73980827815831 + -3.8247760757803917 + + 897.0 + 13357.6796875 + + 172 + + 93 + + + 12.539999961853027 + 294 + + + + + + + 40.73972328566015 + -3.8246827851980925 + + 897.0 + 13370.25 + + 172 + + 94 + + + 12.57800006866455 + 324 + + + + + + + 40.73962999507785 + -3.824584297835827 + + 897.2000122070312 + 13382.830078125 + + 172 + + 94 + + + 12.57800006866455 + 367 + + + + + + + 40.739540895447135 + -3.8244874868541956 + + 897.2000122070312 + 13395.4296875 + + 172 + + 94 + + + 12.595999717712402 + 303 + + + + + + + 40.73944986797869 + -3.8243911787867546 + + 897.2000122070312 + 13407.9501953125 + + 172 + + 93 + + + 12.522000312805176 + 263 + + + + + + + 40.73936345055699 + -3.8242934457957745 + + 897.4000244140625 + 13420.400390625 + + 172 + + 95 + + + 12.446999549865723 + 286 + + + + + + + 40.739277536049485 + -3.824203759431839 + + 897.4000244140625 + 13432.8095703125 + + 172 + + 94 + + + 12.40999984741211 + 295 + + + + + + + 40.73919455520809 + -3.8241119775921106 + + 897.2000122070312 + 13445.1904296875 + + 172 + + 93 + + + 12.381999969482422 + 302 + + + + + + + 40.73910679668188 + -3.824010221287608 + + 897.0 + 13457.599609375 + + 173 + + 93 + + + 12.40999984741211 + 379 + + + + + + + 40.73902557604015 + -3.82391307502985 + + 897.0 + 13470.080078125 + + 173 + + 92 + + + 12.484000205993652 + 297 + + + + + + + 40.738941337913275 + -3.82380997762084 + + 897.0 + 13482.5703125 + + 172 + + 92 + + + 12.484000205993652 + 333 + + + + + + + 40.73886062018573 + -3.8237059582024813 + + 897.0 + 13495.01953125 + + 173 + + 94 + + + 12.446999549865723 + 333 + + + + + + + 40.738785015419126 + -3.823602357879281 + + 897.0 + 13507.4599609375 + + 172 + + 94 + + + 12.446999549865723 + 291 + + + + + + + 40.73870966210961 + -3.8234955724328756 + + 897.0 + 13519.9501953125 + + 173 + + 94 + + + 12.484000205993652 + 355 + + + + + + + 40.73863422498107 + -3.8233789801597595 + + 897.0 + 13532.4296875 + + 173 + + 93 + + + 12.484000205993652 + 302 + + + + + + + 40.738565325737 + -3.8232732843607664 + + 897.0 + 13544.740234375 + + 173 + + 92 + + + 12.307000160217285 + 246 + + + + + + + 40.738495672121644 + -3.8231568597257137 + + 897.2000122070312 + 13557.0498046875 + + 172 + + 92 + + + 12.307000160217285 + 340 + + + + + + + 40.73842911981046 + -3.823037501424551 + + 897.4000244140625 + 13569.2802734375 + + 173 + + 98 + + + 12.232999801635742 + 340 + + + + + + + 40.73836566880345 + -3.822919651865959 + + 897.4000244140625 + 13581.4501953125 + + 172 + + 98 + + + 12.166999816894531 + 284 + + + + + + + 40.738309593871236 + -3.822807837277651 + + 897.2000122070312 + 13593.5498046875 + + 172 + + 96 + + + 12.10200023651123 + 278 + + + + + + + 40.738254860043526 + -3.822680516168475 + + 897.2000122070312 + 13605.6103515625 + + 173 + + 99 + + + 12.0649995803833 + 290 + + + + + + + 40.738209346309304 + -3.822563085705042 + + 897.2000122070312 + 13617.6796875 + + 172 + + 95 + + + 12.0649995803833 + 245 + + + + + + + 40.73815989308059 + -3.822438195347786 + + 897.2000122070312 + 13629.6796875 + + 172 + + 98 + + + 11.99899959564209 + 378 + + + + + + + 40.73811572045088 + -3.8223078567534685 + + 897.0 + 13641.7001953125 + + 172 + + 98 + + + 12.027000427246094 + 383 + + + + + + + 40.738073475658894 + -3.8221786078065634 + + 897.2000122070312 + 13653.8095703125 + + 172 + + 96 + + + 12.10200023651123 + 291 + + + + + + + 40.738035421818495 + -3.822050364688039 + + 897.4000244140625 + 13665.8701171875 + + 173 + + 98 + + + 12.0649995803833 + 270 + + + + + + + 40.738000217825174 + -3.8219120632857084 + + 897.4000244140625 + 13677.8701171875 + + 172 + + 95 + + + 11.99899959564209 + 273 + + + + + + + 40.73796534910798 + -3.8217762764543295 + + 897.2000122070312 + 13689.8701171875 + + 172 + + 98 + + + 11.99899959564209 + 305 + + + + + + + 40.7379368506372 + -3.821637472137809 + + 897.0 + 13701.7998046875 + + 173 + + 96 + + + 11.934000015258789 + 222 + + + + + + + 40.73791212402284 + -3.8214963208884 + + 897.0 + 13713.7001953125 + + 172 + + 96 + + + 11.897000312805176 + 318 + + + + + + + 40.73788857087493 + -3.821359947323799 + + 896.7999877929688 + 13725.66015625 + + 173 + + 98 + + + 11.961999893188477 + 353 + + + + + + + 40.73786661028862 + -3.821222400292754 + + 896.5999755859375 + 13737.66015625 + + 173 + + 96 + + + 11.99899959564209 + 280 + + + + + + + 40.73785051703453 + -3.821071609854698 + + 896.5999755859375 + 13749.66015625 + + 173 + + 96 + + + 11.99899959564209 + 223 + + + + + + + 40.737834088504314 + -3.820929955691099 + + 896.5999755859375 + 13761.58984375 + + 173 + + 98 + + + 11.934000015258789 + 242 + + + + + + + 40.73782151564956 + -3.8207850325852633 + + 896.5999755859375 + 13773.58984375 + + 173 + + 95 + + + 11.99899959564209 + 422 + + + + + + + 40.73781615123153 + -3.8206380140036345 + + 896.4000244140625 + 13785.759765625 + + 173 + + 98 + + + 12.166999816894531 + 400 + + + + + + + 40.73781028389931 + -3.820497114211321 + + 896.4000244140625 + 13797.919921875 + + 173 + + 98 + + + 12.166999816894531 + 290 + + + + + + + 40.73780944570899 + -3.820354286581278 + + 896.5999755859375 + 13810.1298828125 + + 173 + + 96 + + + 12.204999923706055 + 290 + + + + + + + 40.73781095445156 + -3.820198802277446 + + 896.7999877929688 + 13822.509765625 + + 173 + + 93 + + + 12.381999969482422 + 381 + + + + + + + 40.73781338520348 + -3.8200510293245316 + + 896.7999877929688 + 13834.7802734375 + + 173 + + 93 + + + 12.270000457763672 + 357 + + + + + + + 40.73782067745924 + -3.8199061900377274 + + 897.0 + 13847.1201171875 + + 173 + + 92 + + + 12.345000267028809 + 276 + + + + + + + 40.73783232830465 + -3.8197542261332273 + + 897.0 + 13859.4296875 + + 173 + + 92 + + + 12.307000160217285 + 270 + + + + + + + 40.7378435600549 + -3.819614080712199 + + 896.7999877929688 + 13871.66015625 + + 173 + + 93 + + + 12.232999801635742 + 286 + + + + + + + 40.73785965330899 + -3.8194749411195517 + + 896.7999877929688 + 13883.830078125 + + 173 + + 92 + + + 12.166999816894531 + 272 + + + + + + + 40.73787985369563 + -3.819327251985669 + + 896.7999877929688 + 13896.0400390625 + + 173 + + 91 + + + 12.204999923706055 + 293 + + + + + + + 40.73789971880615 + -3.8191911298781633 + + 896.5999755859375 + 13908.0595703125 + + 173 + + 91 + + + 12.027000427246094 + 309 + + + + + + + 40.73792561888695 + -3.81904779933393 + + 896.7999877929688 + 13920.1298828125 + + 174 + + 91 + + + 12.0649995803833 + 212 + + + + + + + 40.73795227333903 + -3.8189074024558067 + + 896.7999877929688 + 13932.150390625 + + 173 + + 92 + + + 12.027000427246094 + 269 + + + + + + + 40.73798093944788 + -3.8187713641673326 + + 896.5999755859375 + 13944.2197265625 + + 173 + + 91 + + + 12.0649995803833 + 257 + + + + + + + 40.73801212012768 + -3.818641025573015 + + 896.5999755859375 + 13956.0498046875 + + 173 + + 91 + + + 11.831000328063965 + 264 + + + + + + + 40.73804950341582 + -3.8185031432658434 + + 896.5999755859375 + 13967.91015625 + + 174 + + 90 + + + 11.859000205993652 + 302 + + + + + + + 40.738086216151714 + -3.818373391404748 + + 896.5999755859375 + 13979.740234375 + + 173 + + 90 + + + 11.831000328063965 + 304 + + + + + + + 40.738128712400794 + -3.8182359281927347 + + 896.5999755859375 + 13991.7001953125 + + 173 + + 95 + + + 11.961999893188477 + 410 + + + + + + + 40.73817430995405 + -3.8181013148278 + + 896.2000122070312 + 14003.76953125 + + 173 + + 98 + + + 12.0649995803833 + 368 + + + + + + + 40.738221583887935 + -3.81796988658607 + + 895.7999877929688 + 14015.9296875 + + 172 + + 96 + + + 12.166999816894531 + 330 + + + + + + + 40.73826567269862 + -3.817842733114958 + + 895.7999877929688 + 14028.2001953125 + + 172 + + 96 + + + 12.270000457763672 + 335 + + + + + + + 40.738314958289266 + -3.817707784473896 + + 895.7999877929688 + 14040.4697265625 + + 172 + + 98 + + + 12.270000457763672 + 245 + + + + + + + 40.73836298659444 + -3.8175792898982763 + + 895.7999877929688 + 14052.740234375 + + 172 + + 102 + + + 12.270000457763672 + 274 + + + + + + + 40.73841285891831 + -3.817447191104293 + + 896.0 + 14065.08984375 + + 172 + + 99 + + + 12.345000267028809 + 359 + + + + + + + 40.738463485613465 + -3.8173100631684065 + + 896.0 + 14077.400390625 + + 173 + + 99 + + + 12.307000160217285 + 300 + + + + + + + 40.738511346280575 + -3.817182993516326 + + 896.2000122070312 + 14089.7001953125 + + 173 + + 99 + + + 12.307000160217285 + 267 + + + + + + + 40.73855794966221 + -3.817056929692626 + + 896.2000122070312 + 14101.9697265625 + + 173 + + 100 + + + 12.270000457763672 + 316 + + + + + + + 40.738610588014126 + -3.8169216457754374 + + 896.2000122070312 + 14114.240234375 + + 172 + + 98 + + + 12.270000457763672 + 303 + + + + + + + 40.738660376518965 + -3.816793402656913 + + 895.7999877929688 + 14126.41015625 + + 172 + + 102 + + + 12.166999816894531 + 264 + + + + + + + 40.73871033266187 + -3.816661639139056 + + 895.7999877929688 + 14138.4697265625 + + 173 + + 98 + + + 12.0649995803833 + 282 + + + + + + + 40.73876020498574 + -3.816534820944071 + + 895.7999877929688 + 14150.41015625 + + 173 + + 96 + + + 11.934000015258789 + 254 + + + + + + + 40.73880915530026 + -3.8164114393293858 + + 895.5999755859375 + 14162.240234375 + + 173 + + 96 + + + 11.831000328063965 + 240 + + + + + + + 40.738856345415115 + -3.8162889797240496 + + 895.7999877929688 + 14174.0703125 + + 173 + + 96 + + + 11.831000328063965 + 279 + + + + + + + 40.738906720653176 + -3.816163334995508 + + 895.7999877929688 + 14185.75 + + 174 + + 94 + + + 11.682000160217285 + 279 + + + + + + + 40.73895441368222 + -3.816041126847267 + + 896.0 + 14197.4296875 + + 174 + + 94 + + + 11.682000160217285 + 268 + + + + + + + 40.73900202289224 + -3.8159179128706455 + + 895.7999877929688 + 14208.9697265625 + + 174 + + 95 + + + 11.541999816894531 + 268 + + + + + + + 40.739048793911934 + -3.815795788541436 + + 895.7999877929688 + 14220.4501953125 + + 174 + + 93 + + + 11.47700023651123 + 241 + + + + + + + 40.739092379808426 + -3.815675424411893 + + 895.5999755859375 + 14231.6904296875 + + 174 + + 92 + + + 11.243000030517578 + 274 + + + + + + + 40.73913470841944 + -3.815558161586523 + + 895.7999877929688 + 14242.900390625 + + 174 + + 91 + + + 11.206000328063965 + 246 + + + + + + + 40.739175947383046 + -3.8154336903244257 + + 896.2000122070312 + 14254.1103515625 + + 174 + + 95 + + + 11.206000328063965 + 217 + + + + + + + 40.73921324685216 + -3.815319612622261 + + 896.4000244140625 + 14265.1396484375 + + 173 + + 96 + + + 11.038000106811523 + 295 + + + + + + + 40.73925180360675 + -3.8151961471885443 + + 896.4000244140625 + 14276.1796875 + + 173 + + 95 + + + 11.038000106811523 + 284 + + + + + + + 40.73928357101977 + -3.8150715082883835 + + 896.4000244140625 + 14287.1103515625 + + 173 + + 95 + + + 10.925999641418457 + 336 + + + + + + + 40.73931307531893 + -3.814949467778206 + + 896.4000244140625 + 14298.150390625 + + 173 + + 95 + + + 11.038000106811523 + 217 + + + + + + + 40.73932916857302 + -3.8148270919919014 + + 896.4000244140625 + 14309.099609375 + + 174 + + 93 + + + 10.954000473022461 + 212 + + + + + + + 40.73933637700975 + -3.8146969210356474 + + 896.5999755859375 + 14319.8603515625 + + 173 + + 93 + + + 10.758000373840332 + 233 + + + + + + + 40.73934878222644 + -3.814575048163533 + + 896.7999877929688 + 14330.6201171875 + + 174 + + 95 + + + 10.758000373840332 + 229 + + + + + + + 40.73937484994531 + -3.81445518694818 + + 897.0 + 14341.509765625 + + 173 + + 95 + + + 10.89799976348877 + 358 + + + + + + + 40.7394253090024 + -3.8143434561789036 + + 897.0 + 14352.51953125 + + 173 + + 95 + + + 11.010000228881836 + 478 + + + + + + + 40.739493537694216 + -3.8142489083111286 + + 897.0 + 14363.509765625 + + 173 + + 93 + + + 10.982000350952148 + 338 + + + + + + + 40.73956562206149 + -3.81416785530746 + + 897.2000122070312 + 14374.4599609375 + + 173 + + 93 + + + 10.954000473022461 + 282 + + + + + + + 40.73964231647551 + -3.8140769954770803 + + 897.4000244140625 + 14385.4404296875 + + 173 + + 94 + + + 10.982000350952148 + 309 + + + + + + + 40.739706018939614 + -3.8139836210757494 + + 897.4000244140625 + 14396.4296875 + + 173 + + 94 + + + 10.982000350952148 + 364 + + + + + + + 40.73976150713861 + -3.8138790987432003 + + 897.5999755859375 + 14407.3095703125 + + 173 + + 93 + + + 10.880000114440918 + 364 + + + + + + + 40.73980743996799 + -3.8137651048600674 + + 897.5999755859375 + 14418.1904296875 + + 173 + + 93 + + + 10.880000114440918 + 504 + + + + + + + 40.7398484274745 + -3.8136504404246807 + + 897.7999877929688 + 14429.0302734375 + + 173 + + 99 + + + 10.842000007629395 + 504 + + + + + + + 40.73989000171423 + -3.8135407213121653 + + 898.0 + 14439.8095703125 + + 173 + + 98 + + + 10.78600025177002 + 296 + + + + + + + 40.73993450962007 + -3.8134237937629223 + + 897.7999877929688 + 14450.5703125 + + 173 + + 100 + + + 10.758000373840332 + 343 + + + + + + + 40.73997708968818 + -3.813311140984297 + + 898.0 + 14461.2998046875 + + 173 + + 99 + + + 10.729999542236328 + 389 + + + + + + + 40.74002109467983 + -3.813197985291481 + + 898.0 + 14472.0302734375 + + 174 + + 99 + + + 10.729999542236328 + 364 + + + + + + + 40.74006401002407 + -3.8130853325128555 + + 898.2000122070312 + 14482.599609375 + + 174 + + 96 + + + 10.571999549865723 + 312 + + + + + + + 40.74010751210153 + -3.81297804415226 + + 898.4000244140625 + 14493.0400390625 + + 174 + + 98 + + + 10.440999984741211 + 343 + + + + + + + 40.740148751065135 + -3.8128724321722984 + + 898.5999755859375 + 14503.41015625 + + 173 + + 96 + + + 10.366000175476074 + 277 + + + + + + + 40.7401935942471 + -3.8127635512501 + + 899.0 + 14513.41015625 + + 174 + + 94 + + + 10.003000259399414 + 234 + + + + + + + 40.74024053290486 + -3.812660202383995 + + 899.0 + 14523.3701171875 + + 173 + + 99 + + + 9.956000328063965 + 398 + + + + + + + 40.74028923176229 + -3.8125581108033657 + + 899.2000122070312 + 14533.349609375 + + 174 + + 99 + + + 9.984000205993652 + 491 + + + + + + + 40.740337846800685 + -3.812455181032419 + + 899.2000122070312 + 14543.3603515625 + + 174 + + 103 + + + 10.003000259399414 + 373 + + + + + + + 40.740385791286826 + -3.8123563583940268 + + 899.5999755859375 + 14553.33984375 + + 174 + + 100 + + + 9.984000205993652 + 328 + + + + + + + 40.74043180793524 + -3.8122624810785055 + + 899.7999877929688 + 14563.25 + + 174 + + 100 + + + 9.909000396728516 + 332 + + + + + + + 40.74048276990652 + -3.8121646642684937 + + 899.7999877929688 + 14573.1904296875 + + 174 + + 103 + + + 9.937000274658203 + 303 + + + + + + + 40.740529457107186 + -3.8120722956955433 + + 900.0 + 14582.919921875 + + 174 + + 100 + + + 9.732000350952148 + 346 + + + + + + + 40.74057932943106 + -3.8119715452194214 + + 900.2000122070312 + 14592.669921875 + + 174 + + 100 + + + 9.75100040435791 + 364 + + + + + + + 40.74063062667847 + -3.811873644590378 + + 900.4000244140625 + 14602.4697265625 + + 174 + + 99 + + + 9.79699993133545 + 309 + + + + + + + 40.7406825106591 + -3.811779012903571 + + 900.5999755859375 + 14612.1796875 + + 175 + + 99 + + + 9.713000297546387 + 306 + + + + + + + 40.74073079042137 + -3.8116893265396357 + + 900.5999755859375 + 14621.7802734375 + + 175 + + 100 + + + 9.60099983215332 + 303 + + + + + + + 40.740781081840396 + -3.8115940243005753 + + 900.7999877929688 + 14631.2802734375 + + 174 + + 98 + + + 9.49899959564209 + 292 + + + + + + + 40.74082684703171 + -3.8115059304982424 + + 900.7999877929688 + 14640.7099609375 + + 174 + + 95 + + + 9.432999610900879 + 329 + + + + + + + 40.740877725183964 + -3.8114116340875626 + + 901.0 + 14650.1201171875 + + 174 + + 96 + + + 9.404999732971191 + 383 + + + + + + + 40.740924160927534 + -3.8113203551620245 + + 901.2000122070312 + 14659.51953125 + + 174 + + 95 + + + 9.404999732971191 + 335 + + + + + + + 40.74096975848079 + -3.81122974678874 + + 901.4000244140625 + 14668.8798828125 + + 174 + + 96 + + + 9.359000205993652 + 302 + + + + + + + 40.74101401492953 + -3.8111413177102804 + + 901.5999755859375 + 14678.1796875 + + 174 + + 96 + + + 9.303000450134277 + 369 + + + + + + + 40.74106271378696 + -3.811047775670886 + + 901.7999877929688 + 14687.509765625 + + 175 + + 98 + + + 9.321000099182129 + 383 + + + + + + + 40.74111023917794 + -3.810959765687585 + + 901.7999877929688 + 14696.849609375 + + 174 + + 95 + + + 9.34000015258789 + 380 + + + + + + + 40.74115835130215 + -3.8108673971146345 + + 902.0 + 14706.3095703125 + + 175 + + 95 + + + 9.461000442504883 + 292 + + + + + + + 40.741207636892796 + -3.81077335216105 + + 902.4000244140625 + 14715.6103515625 + + 174 + + 99 + + + 9.303000450134277 + 344 + + + + + + + 40.74125709012151 + -3.810682827606797 + + 902.5999755859375 + 14725.0498046875 + + 174 + + 91 + + + 9.442999839782715 + 298 + + + + + + + 40.74130394496024 + -3.8105929736047983 + + 902.5999755859375 + 14734.509765625 + + 174 + + 85 + + + 9.461000442504883 + 399 + + + + + + + 40.74135448783636 + -3.8104956597089767 + + 902.5999755859375 + 14744.150390625 + + 175 + + 87 + + + 9.638999938964844 + 327 + + + + + + + 40.74140511453152 + -3.8104029558598995 + + 902.7999877929688 + 14753.9404296875 + + 174 + + 88 + + + 9.788000106811523 + 326 + + + + + + + 40.7414560765028 + -3.810304133221507 + + 902.7999877929688 + 14763.76953125 + + 175 + + 91 + + + 9.835000038146973 + 394 + + + + + + + 40.741507122293115 + -3.810202879831195 + + 902.7999877929688 + 14773.8203125 + + 175 + + 88 + + + 10.048999786376953 + 296 + + + + + + + 40.741556994616985 + -3.810107158496976 + + 902.7999877929688 + 14783.8701171875 + + 175 + + 91 + + + 10.048999786376953 + 273 + + + + + + + 40.74160762131214 + -3.8100089225918055 + + 902.7999877929688 + 14793.9501953125 + + 174 + + 93 + + + 10.07699966430664 + 304 + + + + + + + 40.741660594940186 + -3.809908088296652 + + 903.0 + 14804.099609375 + + 174 + + 93 + + + 10.152000427246094 + 320 + + + + + + + 40.74171314947307 + -3.809809936210513 + + 903.0 + 14814.2001953125 + + 175 + + 94 + + + 10.095999717712402 + 257 + + + + + + + 40.74176545254886 + -3.809711281210184 + + 903.0 + 14824.3203125 + + 175 + + 92 + + + 10.12399959564209 + 260 + + + + + + + 40.741818426176906 + -3.8096112851053476 + + 902.7999877929688 + 14834.4697265625 + + 175 + + 93 + + + 10.152000427246094 + 282 + + + + + + + 40.7418686337769 + -3.8095133006572723 + + 903.0 + 14844.669921875 + + 175 + + 94 + + + 10.197999954223633 + 297 + + + + + + + 40.741921020671725 + -3.809413304552436 + + 903.0 + 14854.9599609375 + + 174 + + 96 + + + 10.291999816894531 + 356 + + + + + + + 40.741975754499435 + -3.8093068543821573 + + 903.0 + 14865.3603515625 + + 175 + + 94 + + + 10.394000053405762 + 257 + + + + + + + 40.74202646501362 + -3.809207947924733 + + 903.0 + 14875.849609375 + + 175 + + 96 + + + 10.496999740600586 + 277 + + + + + + + 40.74208287522197 + -3.8090985640883446 + + 903.0 + 14886.349609375 + + 175 + + 96 + + + 10.496999740600586 + 306 + + + + + + + 40.74213853105903 + -3.808996304869652 + + 903.0 + 14896.8798828125 + + 175 + + 96 + + + 10.524999618530273 + 296 + + + + + + + 40.74219443835318 + -3.8088953029364347 + + 903.2000122070312 + 14907.48046875 + + 175 + + 98 + + + 10.600000381469727 + 373 + + + + + + + 40.742247914895415 + -3.8087917864322662 + + 903.0 + 14918.23046875 + + 175 + + 100 + + + 10.758000373840332 + 354 + + + + + + + 40.74230398982763 + -3.8086812291294336 + + 903.0 + 14929.1298828125 + + 175 + + 98 + + + 10.89799976348877 + 358 + + + + + + + 40.742358807474375 + -3.808575114235282 + + 903.2000122070312 + 14940.1103515625 + + 174 + + 98 + + + 10.982000350952148 + 204 + + + + + + + 40.7424180675298 + -3.8084610365331173 + + 903.4000244140625 + 14951.1796875 + + 175 + + 99 + + + 11.065999984741211 + 349 + + + + + + + 40.742473639547825 + -3.8083498924970627 + + 903.4000244140625 + 14962.2197265625 + + 175 + + 95 + + + 11.038000106811523 + 389 + + + + + + + 40.74253088794649 + -3.808241682127118 + + 903.4000244140625 + 14973.419921875 + + 175 + + 95 + + + 11.206000328063965 + 373 + + + + + + + 40.74258620850742 + -3.80813623778522 + + 903.4000244140625 + 14984.669921875 + + 175 + + 95 + + + 11.243000030517578 + 286 + + + + + + + 40.74264446273446 + -3.808022076264024 + + 903.4000244140625 + 14995.9404296875 + + 175 + + 98 + + + 11.270999908447266 + 328 + + + + + + + 40.74270020239055 + -3.8079107645899057 + + 903.4000244140625 + 15007.240234375 + + 175 + + 96 + + + 11.298999786376953 + 302 + + + + + + + 40.74275778606534 + -3.8078000396490097 + + 903.7999877929688 + 15018.5400390625 + + 175 + + 98 + + + 11.298999786376953 + 345 + + + + + + + 40.74281880632043 + -3.807686548680067 + + 903.7999877929688 + 15029.83984375 + + 175 + + 99 + + + 11.298999786376953 + 318 + + + + + + + 40.74287747964263 + -3.807579008862376 + + 904.0 + 15041.1103515625 + + 175 + + 96 + + + 11.270999908447266 + 293 + + + + + + + 40.74293456040323 + -3.80747364833951 + + 904.2000122070312 + 15052.33984375 + + 175 + + 98 + + + 11.234000205993652 + 316 + + + + + + + 40.742993485182524 + -3.807361079379916 + + 904.4000244140625 + 15063.580078125 + + 176 + + 96 + + + 11.234000205993652 + 338 + + + + + + + 40.74305039830506 + -3.8072505220770836 + + 904.2000122070312 + 15074.8095703125 + + 176 + + 95 + + + 11.234000205993652 + 262 + + + + + + + 40.743108820170164 + -3.8071387074887753 + + 904.0 + 15086.0498046875 + + 175 + + 98 + + + 11.234000205993652 + 399 + + + + + + + 40.74316590093076 + -3.807027228176594 + + 904.0 + 15097.3203125 + + 176 + + 98 + + + 11.270999908447266 + 339 + + + + + + + 40.74322138912976 + -3.8069203589111567 + + 904.2000122070312 + 15108.5302734375 + + 176 + + 95 + + + 11.206000328063965 + 299 + + + + + + + 40.74327578768134 + -3.8068137411028147 + + 904.4000244140625 + 15119.759765625 + + 176 + + 96 + + + 11.234000205993652 + 300 + + + + + + + 40.743334544822574 + -3.8067010045051575 + + 904.4000244140625 + 15130.9697265625 + + 176 + + 96 + + + 11.206000328063965 + 299 + + + + + + + 40.74339212849736 + -3.8065935485064983 + + 904.4000244140625 + 15142.1396484375 + + 176 + + 98 + + + 11.178000450134277 + 253 + + + + + + + 40.743447532877326 + -3.8064863439649343 + + 904.4000244140625 + 15153.2900390625 + + 176 + + 95 + + + 11.149999618530273 + 305 + + + + + + + 40.74350603856146 + -3.8063741102814674 + + 904.2000122070312 + 15164.4697265625 + + 176 + + 95 + + + 11.178000450134277 + 298 + + + + + + + 40.74356353841722 + -3.8062660675495863 + + 904.2000122070312 + 15175.6796875 + + 175 + + 99 + + + 11.206000328063965 + 285 + + + + + + + 40.7436197809875 + -3.8061612099409103 + + 904.2000122070312 + 15186.91015625 + + 175 + + 93 + + + 11.234000205993652 + 236 + + + + + + + 40.74367786757648 + -3.806047048419714 + + 904.2000122070312 + 15197.9404296875 + + 175 + + 98 + + + 11.029000282287598 + 310 + + + + + + + 40.74373209849 + -3.805940765887499 + + 904.4000244140625 + 15209.0498046875 + + 176 + + 104 + + + 11.11299991607666 + 271 + + + + + + + 40.743790520355105 + -3.8058269396424294 + + 904.4000244140625 + 15220.080078125 + + 176 + + 100 + + + 11.029000282287598 + 253 + + + + + + + 40.743848104029894 + -3.8057178910821676 + + 904.4000244140625 + 15231.080078125 + + 175 + + 100 + + + 11.00100040435791 + 245 + + + + + + + 40.743902921676636 + -3.8056107703596354 + + 904.4000244140625 + 15242.0595703125 + + 175 + + 100 + + + 10.972999572753906 + 241 + + + + + + + 40.7439583260566 + -3.805506080389023 + + 904.4000244140625 + 15253.0302734375 + + 175 + + 100 + + + 10.972999572753906 + 245 + + + + + + + 40.74401943013072 + -3.805394936352968 + + 904.4000244140625 + 15263.98046875 + + 175 + + 95 + + + 10.944999694824219 + 230 + + + + + + + 40.7440738286823 + -3.8052944373339415 + + 904.4000244140625 + 15274.9501953125 + + 175 + + 94 + + + 10.972999572753906 + 275 + + + + + + + 40.74413577094674 + -3.8051833771169186 + + 904.4000244140625 + 15285.919921875 + + 175 + + 94 + + + 10.972999572753906 + 293 + + + + + + + 40.74419092386961 + -3.8050733227282763 + + 904.5999755859375 + 15296.98046875 + + 174 + + 100 + + + 11.057000160217285 + 239 + + + + + + + 40.74424272403121 + -3.804969135671854 + + 904.5999755859375 + 15307.8095703125 + + 175 + + 100 + + + 10.833000183105469 + 246 + + + + + + + 40.744295194745064 + -3.8048698101192713 + + 904.7999877929688 + 15318.6396484375 + + 174 + + 99 + + + 10.833000183105469 + 246 + + + + + + + 40.74435110203922 + -3.8047610968351364 + + 905.0 + 15329.419921875 + + 174 + + 100 + + + 10.777000427246094 + 379 + + + + + + + 40.74440608732402 + -3.8046585861593485 + + 905.2000122070312 + 15340.169921875 + + 174 + + 96 + + + 10.74899959564209 + 269 + + + + + + + 40.74446082115173 + -3.8045564107596874 + + 905.4000244140625 + 15350.73046875 + + 174 + + 98 + + + 10.562000274658203 + 300 + + + + + + + 40.74451203458011 + -3.804454319179058 + + 905.4000244140625 + 15361.1396484375 + + 174 + + 92 + + + 10.404000282287598 + 265 + + + + + + + 40.744563080370426 + -3.804358597844839 + + 905.4000244140625 + 15371.400390625 + + 174 + + 99 + + + 10.263999938964844 + 382 + + + + + + + 40.74461161158979 + -3.8042643014341593 + + 905.4000244140625 + 15381.5595703125 + + 174 + + 102 + + + 10.16100025177002 + 272 + + + + + + + 40.74466114863753 + -3.8041613716632128 + + 905.7999877929688 + 15391.5302734375 + + 174 + + 106 + + + 9.975000381469727 + 361 + + + + + + + 40.744710098952055 + -3.8040648959577084 + + 906.2000122070312 + 15401.48046875 + + 174 + + 102 + + + 9.946999549865723 + 468 + + + + + + + 40.74475913308561 + -3.8039706833660603 + + 906.5999755859375 + 15411.3603515625 + + 174 + + 102 + + + 9.880999565124512 + 432 + + + + + + + 40.74480716139078 + -3.803874123841524 + + 906.7999877929688 + 15421.080078125 + + 174 + + 99 + + + 9.722999572753906 + 243 + + + + + + + 40.7448510825634 + -3.80378644913435 + + 907.0 + 15430.58984375 + + 174 + + 100 + + + 9.508000373840332 + 300 + + + + + + + 40.74489852413535 + -3.803700702264905 + + 907.0 + 15439.9599609375 + + 174 + + 99 + + + 9.368000030517578 + 349 + + + + + + + 40.744948480278254 + -3.8036084175109863 + + 907.2000122070312 + 15449.23046875 + + 174 + + 95 + + + 9.265000343322754 + 386 + + + + + + + 40.74499701149762 + -3.8035173062235117 + + 907.2000122070312 + 15458.509765625 + + 174 + + 96 + + + 9.284000396728516 + 457 + + + + + + + 40.745044788345695 + -3.80342535674572 + + 907.4000244140625 + 15467.83984375 + + 174 + + 94 + + + 9.331000328063965 + 332 + + + + + + + 40.74509197846055 + -3.803333407267928 + + 907.7999877929688 + 15477.1298828125 + + 174 + + 95 + + + 9.284000396728516 + 356 + + + + + + + 40.745138665661216 + -3.8032440561801195 + + 908.0 + 15486.41015625 + + 174 + + 93 + + + 9.284000396728516 + 403 + + + + + + + 40.74518426321447 + -3.80315613001585 + + 908.0 + 15495.6796875 + + 174 + + 94 + + + 9.265000343322754 + 311 + + + + + + + 40.74523136951029 + -3.803064012899995 + + 908.2000122070312 + 15504.919921875 + + 174 + + 96 + + + 9.246999740600586 + 329 + + + + + + + 40.745276883244514 + -3.802977679297328 + + 908.2000122070312 + 15514.240234375 + + 174 + + 94 + + + 9.312000274658203 + 369 + + + + + + + 40.745328767225146 + -3.8028808683156967 + + 908.4000244140625 + 15523.669921875 + + 174 + + 95 + + + 9.432999610900879 + 438 + + + + + + + 40.74537838809192 + -3.8027826324105263 + + 908.5999755859375 + 15533.25 + + 174 + + 96 + + + 9.583000183105469 + 406 + + + + + + + 40.74542339891195 + -3.8026900123804808 + + 908.5999755859375 + 15542.8095703125 + + 174 + + 96 + + + 9.555000305175781 + 243 + + + + + + + 40.74547008611262 + -3.8026004936546087 + + 908.5999755859375 + 15552.2802734375 + + 174 + + 96 + + + 9.470999717712402 + 283 + + + + + + + 40.74551995843649 + -3.802505023777485 + + 908.7999877929688 + 15561.66015625 + + 174 + + 96 + + + 9.38700008392334 + 360 + + + + + + + 40.74556723237038 + -3.8024173490703106 + + 909.2000122070312 + 15570.9599609375 + + 174 + + 95 + + + 9.293000221252441 + 290 + + + + + + + 40.74561710469425 + -3.8023231364786625 + + 909.4000244140625 + 15580.1796875 + + 174 + + 95 + + + 9.218999862670898 + 334 + + + + + + + 40.74566496536136 + -3.802230264991522 + + 909.4000244140625 + 15589.4296875 + + 174 + + 94 + + + 9.255999565124512 + 348 + + + + + + + 40.74571022763848 + -3.802142171189189 + + 909.4000244140625 + 15598.669921875 + + 174 + + 94 + + + 9.237000465393066 + 282 + + + + + + + 40.745755322277546 + -3.8020572625100613 + + 909.5999755859375 + 15607.9404296875 + + 174 + + 93 + + + 9.274999618530273 + 308 + + + + + + + 40.74580980464816 + -3.8019612058997154 + + 909.5999755859375 + 15617.16015625 + + 174 + + 90 + + + 9.218999862670898 + 374 + + + + + + + 40.74585515074432 + -3.801869172602892 + + 909.5999755859375 + 15626.599609375 + + 174 + + 84 + + + 9.442999839782715 + 307 + + + + + + + 40.74590301141143 + -3.801770769059658 + + 910.0 + 15636.2001953125 + + 174 + + 86 + + + 9.592000007629395 + 302 + + + + + + + 40.74595187790692 + -3.801678316667676 + + 910.2000122070312 + 15645.759765625 + + 174 + + 86 + + + 9.564000129699707 + 236 + + + + + + + 40.7459994032979 + -3.8015877082943916 + + 910.4000244140625 + 15655.2998046875 + + 174 + + 87 + + + 9.545000076293945 + 291 + + + + + + + 40.74604491703212 + -3.801493998616934 + + 910.4000244140625 + 15664.9599609375 + + 174 + + 88 + + + 9.656999588012695 + 373 + + + + + + + 40.74609261006117 + -3.8013936672359705 + + 910.2000122070312 + 15674.9697265625 + + 175 + + 88 + + + 10.01200008392334 + 291 + + + + + + + 40.74614332057536 + -3.8012950122356415 + + 910.2000122070312 + 15684.9697265625 + + 174 + + 92 + + + 9.993000030517578 + 294 + + + + + + + 40.74619570747018 + -3.8011945132166147 + + 910.2000122070312 + 15695.1201171875 + + 174 + + 92 + + + 10.152000427246094 + 261 + + + + + + + 40.74624901637435 + -3.801093678921461 + + 910.2000122070312 + 15705.3203125 + + 174 + + 92 + + + 10.197999954223633 + 273 + + + + + + + 40.746299643069506 + -3.8009972870349884 + + 910.2000122070312 + 15715.5595703125 + + 175 + + 94 + + + 10.244999885559082 + 261 + + + + + + + 40.74635295197368 + -3.8009003084152937 + + 910.4000244140625 + 15725.91015625 + + 174 + + 93 + + + 10.347999572753906 + 386 + + + + + + + 40.74641212821007 + -3.800791008397937 + + 910.4000244140625 + 15736.490234375 + + 174 + + 98 + + + 10.581000328063965 + 427 + + + + + + + 40.746465688571334 + -3.800684977322817 + + 910.4000244140625 + 15747.3095703125 + + 174 + + 98 + + + 10.824000358581543 + 403 + + + + + + + 40.74652218259871 + -3.8005772698670626 + + 910.4000244140625 + 15758.3203125 + + 174 + + 99 + + + 11.010000228881836 + 205 + + + + + + + 40.746577670797706 + -3.800468724220991 + + 910.4000244140625 + 15769.2802734375 + + 174 + + 99 + + + 10.954000473022461 + 309 + + + + + + + 40.74663165025413 + -3.8003640342503786 + + 910.4000244140625 + 15780.2001953125 + + 174 + + 94 + + + 10.925999641418457 + 318 + + + + + + + 40.746686635538936 + -3.800259344279766 + + 910.4000244140625 + 15791.330078125 + + 175 + + 94 + + + 11.131999969482422 + 260 + + + + + + + 40.74674597941339 + -3.800149457529187 + + 910.4000244140625 + 15802.259765625 + + 174 + + 95 + + + 10.925999641418457 + 296 + + + + + + + 40.74680163525045 + -3.800044348463416 + + 910.4000244140625 + 15813.33984375 + + 175 + + 95 + + + 11.076000213623047 + 349 + + + + + + + 40.746863912791014 + -3.7999337911605835 + + 910.4000244140625 + 15824.5400390625 + + 175 + + 98 + + + 11.206000328063965 + 301 + + + + + + + 40.74692426249385 + -3.7998209707438946 + + 910.4000244140625 + 15835.830078125 + + 175 + + 96 + + + 11.289999961853027 + 291 + + + + + + + 40.74698100797832 + -3.7997105810791254 + + 910.4000244140625 + 15847.1904296875 + + 175 + + 99 + + + 11.354999542236328 + 348 + + + + + + + 40.74703657999635 + -3.7996010296046734 + + 910.5999755859375 + 15858.599609375 + + 175 + + 98 + + + 11.41100025177002 + 217 + + + + + + + 40.74709885753691 + -3.799488879740238 + + 910.5999755859375 + 15869.919921875 + + 175 + + 98 + + + 11.317999839782715 + 254 + + + + + + + 40.74715216644108 + -3.7993830163031816 + + 910.7999877929688 + 15881.150390625 + + 174 + + 98 + + + 11.234000205993652 + 278 + + + + + + + 40.74721276760101 + -3.7992722913622856 + + 911.0 + 15892.2900390625 + + 175 + + 96 + + + 11.140999794006348 + 273 + + + + + + + 40.74727043509483 + -3.799164416268468 + + 911.0 + 15903.3203125 + + 175 + + 96 + + + 11.029000282287598 + 296 + + + + + + + 40.74732600711286 + -3.7990579660981894 + + 911.0 + 15914.2900390625 + + 175 + + 98 + + + 10.972999572753906 + 313 + + + + + + + 40.74738174676895 + -3.7989539466798306 + + 911.2000122070312 + 15925.1796875 + + 174 + + 95 + + + 10.888999938964844 + 255 + + + + + + + 40.7474450301379 + -3.7988452333956957 + + 911.2000122070312 + 15935.990234375 + + 175 + + 95 + + + 10.805000305175781 + 268 + + + + + + + 40.74750043451786 + -3.798741800710559 + + 911.4000244140625 + 15946.8203125 + + 175 + + 93 + + + 10.833000183105469 + 346 + + + + + + + 40.747558353468776 + -3.7986382003873587 + + 911.5999755859375 + 15957.490234375 + + 174 + + 94 + + + 10.673999786376953 + 340 + + + + + + + 40.74761861935258 + -3.798528900370002 + + 911.5999755859375 + 15968.26953125 + + 174 + + 91 + + + 10.777000427246094 + 256 + + + + + + + 40.74767109006643 + -3.7984273117035627 + + 911.5999755859375 + 15979.0302734375 + + 174 + + 98 + + + 10.758000373840332 + 354 + + + + + + + 40.747725907713175 + -3.798324465751648 + + 911.4000244140625 + 15989.7900390625 + + 175 + + 98 + + + 10.758000373840332 + 351 + + + + + + + 40.747780138626695 + -3.7982168421149254 + + 911.5999755859375 + 16000.58984375 + + 174 + + 99 + + + 10.805000305175781 + 333 + + + + + + + 40.74783277697861 + -3.798110391944647 + + 911.5999755859375 + 16011.2900390625 + + 175 + + 98 + + + 10.70199966430664 + 403 + + + + + + + 40.747888181358576 + -3.798003187403083 + + 911.5999755859375 + 16022.0703125 + + 174 + + 90 + + + 10.777000427246094 + 263 + + + + + + + 40.74794266372919 + -3.7978978268802166 + + 911.7999877929688 + 16032.7998046875 + + 174 + + 94 + + + 10.729999542236328 + 276 + + + + + + + 40.74799538590014 + -3.7977982498705387 + + 911.7999877929688 + 16043.3203125 + + 174 + + 92 + + + 10.515999794006348 + 271 + + + + + + + 40.748046934604645 + -3.797699511051178 + + 912.2000122070312 + 16053.830078125 + + 174 + + 91 + + + 10.515999794006348 + 296 + + + + + + + 40.74810342863202 + -3.7975918874144554 + + 912.4000244140625 + 16064.400390625 + + 174 + + 90 + + + 10.571999549865723 + 394 + + + + + + + 40.748157408088446 + -3.7974876165390015 + + 912.4000244140625 + 16075.01953125 + + 174 + + 92 + + + 10.618000030517578 + 360 + + + + + + + 40.74821004644036 + -3.7973841838538647 + + 912.4000244140625 + 16085.6298828125 + + 174 + + 91 + + + 10.609000205993652 + 337 + + + + + + + 40.74826159514487 + -3.7972820084542036 + + 912.5999755859375 + 16096.240234375 + + 175 + + 91 + + + 10.609000205993652 + 345 + + + + + + + 40.74831482023001 + -3.797180335968733 + + 912.5999755859375 + 16106.740234375 + + 175 + + 88 + + + 10.496999740600586 + 245 + + + + + + + 40.74836427345872 + -3.7970809265971184 + + 912.7999877929688 + 16117.16015625 + + 175 + + 91 + + + 10.42199993133545 + 267 + + + + + + + 40.74841674417257 + -3.796976739540696 + + 913.2000122070312 + 16127.6103515625 + + 175 + + 90 + + + 10.449999809265137 + 342 + + + + + + + 40.74846929870546 + -3.796878755092621 + + 913.2000122070312 + 16138.0595703125 + + 175 + + 90 + + + 10.449999809265137 + 268 + + + + + + + 40.74852109886706 + -3.796776244416833 + + 913.4000244140625 + 16148.41015625 + + 174 + + 87 + + + 10.347999572753906 + 174 + + + + + + + 40.74857390485704 + -3.796673398464918 + + 913.4000244140625 + 16158.650390625 + + 175 + + 90 + + + 10.244999885559082 + 201 + + + + + + + 40.74862218461931 + -3.796578347682953 + + 913.5999755859375 + 16168.6796875 + + 174 + + 72 + + + 10.029999732971191 + 13 + + + + + + + 40.74866811744869 + -3.7964862305670977 + + 913.5999755859375 + 16178.509765625 + + 175 + + 0 + + + 9.824999809265137 + 285 + + + + + + + 40.74871673248708 + -3.796387407928705 + + 913.5999755859375 + 16188.3798828125 + + 175 + + 90 + + + 9.871999740600586 + 394 + + + + + + + 40.748763335868716 + -3.796294117346406 + + 913.5999755859375 + 16198.3203125 + + 174 + + 95 + + + 9.937000274658203 + 367 + + + + + + + 40.74881052598357 + -3.7961979769170284 + + 913.5999755859375 + 16208.349609375 + + 175 + + 88 + + + 10.029999732971191 + 387 + + + + + + + 40.74886064976454 + -3.796099489554763 + + 913.7999877929688 + 16218.419921875 + + 175 + + 85 + + + 10.067999839782715 + 270 + + + + + + + 40.748910857364535 + -3.796005193144083 + + 913.7999877929688 + 16228.2001953125 + + 175 + + 85 + + + 9.788000106811523 + 306 + + + + + + + 40.74896248988807 + -3.7959111481904984 + + 914.0 + 16238.08984375 + + 174 + + 85 + + + 9.880999565124512 + 275 + + + + + + + 40.74901026673615 + -3.7958124931901693 + + 914.0 + 16247.990234375 + + 174 + + 78 + + + 9.899999618530273 + 363 + + + + + + + 40.749061815440655 + -3.795713670551777 + + 914.2000122070312 + 16257.9599609375 + + 174 + + 91 + + + 9.975000381469727 + 372 + + + + + + + 40.749115124344826 + -3.795614931732416 + + 914.4000244140625 + 16268.0 + + 174 + + 92 + + + 10.039999961853027 + 337 + + + + + + + 40.749166421592236 + -3.7955147679895163 + + 914.5999755859375 + 16278.08984375 + + 174 + + 93 + + + 10.086000442504883 + 294 + + + + + + + 40.7492149528116 + -3.7954198848456144 + + 914.7999877929688 + 16288.2001953125 + + 174 + + 92 + + + 10.11400032043457 + 288 + + + + + + + 40.74926448985934 + -3.7953244987875223 + + 914.7999877929688 + 16298.3896484375 + + 174 + + 93 + + + 10.189000129699707 + 259 + + + + + + + 40.749321319162846 + -3.7952217366546392 + + 914.7999877929688 + 16308.5498046875 + + 174 + + 94 + + + 10.16100025177002 + 259 + + + + + + + 40.749374125152826 + -3.7951236683875322 + + 914.7999877929688 + 16318.6796875 + + 174 + + 94 + + + 10.133000373840332 + 258 + + + + + + + 40.74942575767636 + -3.795021492987871 + + 914.7999877929688 + 16328.8701171875 + + 174 + + 93 + + + 10.189000129699707 + 314 + + + + + + + 40.749477641656995 + -3.794917305931449 + + 914.7999877929688 + 16339.1796875 + + 174 + + 95 + + + 10.3100004196167 + 276 + + + + + + + 40.74952667579055 + -3.7948170583695173 + + 914.7999877929688 + 16349.3798828125 + + 174 + + 99 + + + 10.197999954223633 + 177 + + + + + + + 40.74957470409572 + -3.7947189901024103 + + 914.5999755859375 + 16359.66015625 + + 174 + + 98 + + + 10.27299976348877 + 272 + + + + + + + 40.74962558224797 + -3.794611617922783 + + 914.5999755859375 + 16369.9599609375 + + 174 + + 87 + + + 10.300999641418457 + 245 + + + + + + + 40.749668749049306 + -3.794505838304758 + + 914.5999755859375 + 16380.330078125 + + 173 + + 88 + + + 10.37600040435791 + 232 + + + + + + + 40.749714095145464 + -3.7943984661251307 + + 914.2000122070312 + 16390.779296875 + + 173 + + 90 + + + 10.449999809265137 + 234 + + + + + + + 40.74976145289838 + -3.794287070631981 + + 914.4000244140625 + 16401.23046875 + + 173 + + 91 + + + 10.449999809265137 + 245 + + + + + + + 40.74980830773711 + -3.7941821292042732 + + 915.0 + 16411.7109375 + + 173 + + 92 + + + 10.477999687194824 + 363 + + + + + + + 40.74985365383327 + -3.7940736673772335 + + 915.4000244140625 + 16422.369140625 + + 173 + + 93 + + + 10.656000137329102 + 485 + + + + + + + 40.74990302324295 + -3.7939585000276566 + + 915.4000244140625 + 16433.220703125 + + 173 + + 91 + + + 10.85200023651123 + 273 + + + + + + + 40.749949123710394 + -3.793849367648363 + + 915.2000122070312 + 16444.0703125 + + 173 + + 90 + + + 10.85200023651123 + 136 + + + + + + + 40.74999866075814 + -3.7937322724610567 + + 915.2000122070312 + 16454.83984375 + + 173 + + 85 + + + 10.767999649047852 + 201 + + + + + + + 40.750046437606215 + -3.7936154287308455 + + 915.4000244140625 + 16465.609375 + + 172 + + 85 + + + 10.767999649047852 + 311 + + + + + + + 40.750088933855295 + -3.793504284694791 + + 915.5999755859375 + 16476.490234375 + + 172 + + 86 + + + 10.880000114440918 + 358 + + + + + + + 40.75013310648501 + -3.7933909613639116 + + 915.4000244140625 + 16487.58984375 + + 172 + + 87 + + + 11.104000091552734 + 298 + + + + + + + 40.75018021278083 + -3.793272189795971 + + 915.4000244140625 + 16498.580078125 + + 173 + + 88 + + + 10.991999626159668 + 257 + + + + + + + 40.75022614561021 + -3.793154675513506 + + 915.4000244140625 + 16509.740234375 + + 172 + + 90 + + + 11.15999984741211 + 243 + + + + + + + 40.75027777813375 + -3.793033892288804 + + 915.4000244140625 + 16520.869140625 + + 172 + + 90 + + + 11.131999969482422 + 216 + + + + + + + 40.75032555498183 + -3.792914869263768 + + 915.5999755859375 + 16531.919921875 + + 172 + + 90 + + + 11.04800033569336 + 168 + + + + + + + 40.75036997906864 + -3.7928011268377304 + + 915.4000244140625 + 16542.94921875 + + 172 + + 90 + + + 11.020000457763672 + 179 + + + + + + + 40.75041515752673 + -3.792688809335232 + + 915.5999755859375 + 16553.990234375 + + 172 + + 88 + + + 11.04800033569336 + 194 + + + + + + + 40.750465197488666 + -3.7925676070153713 + + 915.5999755859375 + 16564.83984375 + + 171 + + 86 + + + 10.85200023651123 + 261 + + + + + + + 40.750508615747094 + -3.7924558762460947 + + 915.5999755859375 + 16575.66015625 + + 171 + + 86 + + + 10.824000358581543 + 128 + + + + + + + 40.750551111996174 + -3.792338613420725 + + 915.7999877929688 + 16586.4609375 + + 171 + + 91 + + + 10.795999526977539 + 183 + + + + + + + 40.750592937693 + -3.792217578738928 + + 915.5999755859375 + 16597.310546875 + + 171 + + 83 + + + 10.85200023651123 + 140 + + + + + + + 40.75063115917146 + -3.7921002320945263 + + 915.4000244140625 + 16608.16015625 + + 170 + + 83 + + + 10.85200023651123 + 135 + + + + + + + 40.750669380649924 + -3.7919828854501247 + + 915.4000244140625 + 16618.9296875 + + 170 + + 78 + + + 10.767999649047852 + 135 + + + + + + + 40.750701734796166 + -3.791857995092869 + + 915.4000244140625 + 16629.509765625 + + 170 + + 78 + + + 10.581000328063965 + 125 + + + + + + + 40.75072872452438 + -3.7917350325733423 + + 915.5999755859375 + 16639.9609375 + + 170 + + 85 + + + 10.449999809265137 + 106 + + + + + + + 40.750748589634895 + -3.791618272662163 + + 915.4000244140625 + 16650.0390625 + + 169 + + 103 + + + 10.07699966430664 + 37 + + + + + + + 40.75076493434608 + -3.7915037758648396 + + 915.4000244140625 + 16659.9296875 + + 169 + + 102 + + + 9.890999794006348 + 0 + + + + + + + 40.750777926295996 + -3.791394140571356 + + 915.2000122070312 + 16669.560546875 + + 169 + + 0 + + + 9.628999710083008 + 0 + + + + + + + 40.75079033151269 + -3.791288947686553 + + 915.2000122070312 + 16678.919921875 + + 168 + + 0 + + + 9.368000030517578 + 0 + + + + + + + 11.227999687194824 + 91 + 2107 + 270 + 504 + + + + + 361.0 + 765.35 + 9.368000030517578 + 8 + + 118 + + + 168 + + Active + 102 + Manual + + + + + 40.75079033151269 + -3.791288947686553 + + 915.2000122070312 + 16678.919921875 + + 168 + + 0 + + + 9.368000030517578 + 0 + + + + + + + 40.75080214999616 + -3.7911812402307987 + + 915.4000244140625 + 16688.080078125 + + 167 + + 0 + + + 9.152999877929688 + 0 + + + + + + + 40.750812543556094 + -3.791076885536313 + + 915.4000244140625 + 16697.029296875 + + 167 + + 0 + + + 8.956999778747559 + 0 + + + + + + + 40.75082302093506 + -3.7909725308418274 + + 915.0 + 16705.779296875 + + 166 + + 0 + + + 8.743000030517578 + 0 + + + + + + + 40.75083517469466 + -3.7908685114234686 + + 914.7999877929688 + 16714.359375 + + 165 + + 0 + + + 8.583999633789062 + 0 + + + + + + + 40.7508434727788 + -3.790770946070552 + + 914.5999755859375 + 16722.740234375 + + 164 + + 0 + + + 8.378999710083008 + 0 + + + + + + + 40.750851938501 + -3.7906794995069504 + + 914.5999755859375 + 16730.939453125 + + 163 + + 0 + + + 8.20199966430664 + 0 + + + + + + + 40.75086325407028 + -3.79058126360178 + + 914.5999755859375 + 16738.94921875 + + 162 + + 0 + + + 8.005999565124512 + 0 + + + + + + + 40.75087574310601 + -3.7904951814562082 + + 914.5999755859375 + 16746.779296875 + + 162 + + 0 + + + 7.828000068664551 + 0 + + + + + + + 40.750885382294655 + -3.7904031481593847 + + 914.7999877929688 + 16754.439453125 + + 161 + + 0 + + + 7.659999847412109 + 0 + + + + + + + 40.75089351274073 + -3.7903146352618933 + + 914.7999877929688 + 16761.9609375 + + 161 + + 0 + + + 7.520999908447266 + 0 + + + + + + + 40.75089745223522 + -3.7902303133159876 + + 914.7999877929688 + 16769.310546875 + + 160 + + 0 + + + 7.353000164031982 + 0 + + + + + + + 40.75090281665325 + -3.790147751569748 + + 914.7999877929688 + 16776.509765625 + + 159 + + 0 + + + 7.203000068664551 + 0 + + + + + + + 40.75091312639415 + -3.790058819577098 + + 914.7999877929688 + 16783.58984375 + + 159 + + 0 + + + 7.081999778747559 + 14 + + + + + + + 40.75092033483088 + -3.789978353306651 + + 915.0 + 16790.599609375 + + 158 + + 0 + + + 7.006999969482422 + 0 + + + + + + + 40.75092729181051 + -3.78989621065557 + + 914.7999877929688 + 16797.529296875 + + 157 + + 0 + + + 6.922999858856201 + 0 + + + + + + + 40.75093885883689 + -3.789813229814172 + + 914.7999877929688 + 16804.400390625 + + 157 + + 0 + + + 6.876999855041504 + 0 + + + + + + + 40.75094573199749 + -3.789737457409501 + + 914.5999755859375 + 16811.25 + + 156 + + 0 + + + 6.848999977111816 + 0 + + + + + + + 40.75095495209098 + -3.7896626070141792 + + 914.5999755859375 + 16818.119140625 + + 156 + + 0 + + + 6.867000102996826 + 2 + + + + + + + 40.750965513288975 + -3.7895818054676056 + + 914.4000244140625 + 16824.740234375 + + 156 + + 0 + + + 6.625 + 1 + + + + + + + 40.75097213499248 + -3.789503602311015 + + 914.4000244140625 + 16831.400390625 + + 155 + + 0 + + + 6.6529998779296875 + 1 + + + + + + + 40.75097942724824 + -3.7894274946302176 + + 914.0 + 16838.08984375 + + 154 + + 0 + + + 6.690000057220459 + 0 + + + + + + + 40.75098688714206 + -3.789349291473627 + + 914.2000122070312 + 16844.580078125 + + 153 + + 0 + + + 6.49399995803833 + 0 + + + + + + + 40.75099837034941 + -3.789283409714699 + + 914.0 + 16850.5 + + 152 + + 0 + + + 5.915999889373779 + 0 + + + + + + + 40.751001136377454 + -3.789224736392498 + + 914.0 + 16855.69921875 + + 152 + + 0 + + + 5.206999778747559 + 0 + + + + + + + 40.751007590442896 + -3.789159609004855 + + 914.0 + 16861.099609375 + + 152 + + 0 + + + 5.39300012588501 + 0 + + + + + + + 40.75101513415575 + -3.7890973314642906 + + 913.7999877929688 + 16866.33984375 + + 152 + + 0 + + + 5.24399995803833 + 0 + + + + + + + 40.751027120277286 + -3.7890388257801533 + + 913.7999877929688 + 16871.470703125 + + 153 + + 0 + + + 5.131999969482422 + 0 + + + + + + + 40.75103382579982 + -3.788979733362794 + + 913.4000244140625 + 16876.5390625 + + 152 + + 0 + + + 5.066999912261963 + 0 + + + + + + + 40.75104304589331 + -3.788922820240259 + + 913.5999755859375 + 16881.599609375 + + 152 + + 0 + + + 5.066999912261963 + 0 + + + + + + + 40.7510541100055 + -3.7888662423938513 + + 914.0 + 16886.5390625 + + 151 + + 0 + + + 4.935999870300293 + 0 + + + + + + + 40.75106735341251 + -3.7888061441481113 + + 913.7999877929688 + 16891.48046875 + + 149 + + 0 + + + 4.935999870300293 + 0 + + + + + + + 40.751082273200154 + -3.7887488957494497 + + 913.7999877929688 + 16896.58984375 + + 148 + + 0 + + + 5.11299991607666 + 0 + + + + + + + 40.75109920464456 + -3.788693491369486 + + 913.5999755859375 + 16901.779296875 + + 147 + + 0 + + + 5.188000202178955 + 0 + + + + + + + 40.75112611055374 + -3.788643116131425 + + 913.2000122070312 + 16907.08984375 + + 146 + + 0 + + + 5.309000015258789 + 42 + + + + + + + 40.751154609024525 + -3.788590058684349 + + 913.0 + 16912.529296875 + + 145 + + 67 + + + 5.440000057220459 + 0 + + + + + + + 40.75118159875274 + -3.7885360792279243 + + 913.0 + 16918.05078125 + + 144 + + 0 + + + 5.52400016784668 + 0 + + + + + + + 40.751212779432535 + -3.78848017193377 + + 913.0 + 16923.630859375 + + 143 + + 0 + + + 5.579999923706055 + 0 + + + + + + + 40.75124236755073 + -3.7884282041341066 + + 913.0 + 16929.279296875 + + 142 + + 0 + + + 5.6539998054504395 + 38 + + + + + + + 40.75127748772502 + -3.7883743923157454 + + 912.7999877929688 + 16935.109375 + + 141 + + 95 + + + 5.822000026702881 + 1 + + + + + + + 40.751310428604484 + -3.7883192393928766 + + 912.7999877929688 + 16940.9296875 + + 139 + + 0 + + + 5.822000026702881 + 1 + + + + + + + 40.75134529732168 + -3.7882666010409594 + + 912.7999877929688 + 16946.759765625 + + 138 + + 0 + + + 5.831999778747559 + 24 + + + + + + + 40.75137572363019 + -3.7882153876125813 + + 912.7999877929688 + 16952.55078125 + + 137 + + 66 + + + 5.784999847412109 + 22 + + + + + + + 40.75140665285289 + -3.7881593126803637 + + 912.7999877929688 + 16958.2109375 + + 135 + + 0 + + + 5.664000034332275 + 22 + + + + + + + 40.75143632479012 + -3.7881110329180956 + + 912.7999877929688 + 16963.880859375 + + 135 + + 75 + + + 5.672999858856201 + 0 + + + + + + + 40.75146742165089 + -3.7880568858236074 + + 912.5999755859375 + 16969.41015625 + + 134 + + 0 + + + 5.52400016784668 + 0 + + + + + + + 40.75149583630264 + -3.7880033254623413 + + 912.5999755859375 + 16974.9296875 + + 134 + + 0 + + + 5.52400016784668 + 0 + + + + + + + 40.75152324512601 + -3.7879523634910583 + + 912.7999877929688 + 16980.349609375 + + 132 + + 0 + + + 5.4120001792907715 + 42 + + + + + + + 40.75155065394938 + -3.7879034131765366 + + 912.4000244140625 + 16985.76953125 + + 133 + + 100 + + + 5.429999828338623 + 30 + + + + + + + 40.751581750810146 + -3.787851780653 + + 912.2000122070312 + 16991.099609375 + + 132 + + 0 + + + 5.328000068664551 + 31 + + + + + + + 40.7516101654619 + -3.787799561396241 + + 912.2000122070312 + 16996.439453125 + + 133 + + 75 + + + 5.336999893188477 + 108 + + + + + + + 40.75164151377976 + -3.787748347967863 + + 912.5999755859375 + 17001.94921875 + + 133 + + 65 + + + 5.513999938964844 + 77 + + + + + + + 40.75167512521148 + -3.787698894739151 + + 913.0 + 17007.439453125 + + 132 + + 63 + + + 5.486000061035156 + 71 + + + + + + + 40.7517050486058 + -3.787650279700756 + + 913.0 + 17012.880859375 + + 132 + + 80 + + + 5.440000057220459 + 133 + + + + + + + 40.751735055819154 + -3.7876032572239637 + + 913.0 + 17018.23046875 + + 132 + + 102 + + + 5.355999946594238 + 111 + + + + + + + 40.75176849961281 + -3.7875547260046005 + + 913.0 + 17023.5703125 + + 132 + + 77 + + + 5.336999893188477 + 110 + + + + + + + 40.751800099387765 + -3.787503931671381 + + 912.7999877929688 + 17028.9609375 + + 132 + + 78 + + + 5.383999824523926 + 124 + + + + + + + 40.751829938963056 + -3.787449197843671 + + 912.7999877929688 + 17034.509765625 + + 132 + + 76 + + + 5.552000045776367 + 126 + + + + + + + 40.751860700547695 + -3.7873938772827387 + + 912.7999877929688 + 17040.119140625 + + 132 + + 77 + + + 5.617000102996826 + 109 + + + + + + + 40.751891965046525 + -3.7873399816453457 + + 913.0 + 17045.900390625 + + 132 + + 78 + + + 5.776000022888184 + 123 + + + + + + + 40.751921720802784 + -3.787286840379238 + + 913.0 + 17051.640625 + + 132 + + 78 + + + 5.73799991607666 + 78 + + + + + + + 40.751953572034836 + -3.787231184542179 + + 913.0 + 17057.48046875 + + 131 + + 86 + + + 5.841000080108643 + 79 + + + + + + + 40.751985339447856 + -3.78717846237123 + + 912.7999877929688 + 17063.2890625 + + 131 + + 75 + + + 5.813000202178955 + 17 + + + + + + + 40.75201886706054 + -3.78712372854352 + + 912.7999877929688 + 17069.080078125 + + 131 + + 75 + + + 5.784999847412109 + 25 + + + + + + + 40.752054657787085 + -3.7870690785348415 + + 913.0 + 17074.80078125 + + 132 + + 76 + + + 5.71999979019165 + 155 + + + + + + + 40.75208759866655 + -3.787015601992607 + + 913.2000122070312 + 17080.5390625 + + 132 + + 78 + + + 5.748000144958496 + 103 + + + + + + + 40.752120120450854 + -3.7869695853441954 + + 913.4000244140625 + 17086.2890625 + + 132 + + 78 + + + 5.748000144958496 + 80 + + + + + + + 40.75215322896838 + -3.7869156897068024 + + 913.0 + 17091.94921875 + + 132 + + 78 + + + 5.6539998054504395 + 80 + + + + + + + 40.7521849963814 + -3.7868690863251686 + + 913.0 + 17097.5390625 + + 131 + + 79 + + + 5.589000225067139 + 88 + + + + + + + 40.75221600942314 + -3.7868146877735853 + + 913.0 + 17103.1796875 + + 130 + + 78 + + + 5.644999980926514 + 101 + + + + + + + 40.752248112112284 + -3.786756433546543 + + 913.2000122070312 + 17108.8203125 + + 129 + + 80 + + + 5.636000156402588 + 154 + + + + + + + 40.752285243943334 + -3.786701951175928 + + 913.2000122070312 + 17114.580078125 + + 129 + + 78 + + + 5.765999794006348 + 101 + + + + + + + 40.75231843627989 + -3.7866500671952963 + + 913.2000122070312 + 17120.4296875 + + 129 + + 79 + + + 5.849999904632568 + 99 + + + + + + + 40.75235003605485 + -3.786595333367586 + + 913.4000244140625 + 17126.169921875 + + 129 + + 81 + + + 5.73799991607666 + 120 + + + + + + + 40.75238171964884 + -3.786544958129525 + + 913.4000244140625 + 17131.990234375 + + 129 + + 82 + + + 5.813000202178955 + 108 + + + + + + + 40.75241801328957 + -3.7864915654063225 + + 913.4000244140625 + 17137.759765625 + + 129 + + 83 + + + 5.776000022888184 + 97 + + + + + + + 40.75245061889291 + -3.786436915397644 + + 913.4000244140625 + 17143.509765625 + + 130 + + 80 + + + 5.748000144958496 + 99 + + + + + + + 40.752482721582055 + -3.7863878812640905 + + 913.4000244140625 + 17149.119140625 + + 130 + + 78 + + + 5.607999801635742 + 94 + + + + + + + 40.75250996276736 + -3.7863380927592516 + + 913.4000244140625 + 17154.75 + + 131 + + 79 + + + 5.636000156402588 + 101 + + + + + + + 40.75253980234265 + -3.786283442750573 + + 913.5999755859375 + 17160.279296875 + + 130 + + 76 + + + 5.5329999923706055 + 120 + + + + + + + 40.75256930664182 + -3.7862318102270365 + + 913.5999755859375 + 17165.779296875 + + 130 + + 77 + + + 5.495999813079834 + 199 + + + + + + + 40.752601912245154 + -3.786184787750244 + + 913.5999755859375 + 17171.41015625 + + 130 + + 78 + + + 5.625999927520752 + 32 + + + + + + + 40.75263116508722 + -3.78614011220634 + + 913.7999877929688 + 17176.640625 + + 129 + + 102 + + + 5.235000133514404 + 55 + + + + + + + 40.75265999883413 + -3.78609761595726 + + 914.0 + 17181.609375 + + 128 + + 0 + + + 4.9730000495910645 + 55 + + + + + + + 40.752689922228456 + -3.7860532756894827 + + 914.2000122070312 + 17186.359375 + + 128 + + 0 + + + 4.749000072479248 + 57 + + + + + + + 40.752719761803746 + -3.786000218242407 + + 914.2000122070312 + 17191.26953125 + + 128 + + 70 + + + 4.9079999923706055 + 256 + + + + + + + 40.75274616479874 + -3.7859502620995045 + + 914.4000244140625 + 17196.51953125 + + 128 + + 70 + + + 5.24399995803833 + 241 + + + + + + + 40.75277231633663 + -3.7858945224434137 + + 914.4000244140625 + 17201.75 + + 129 + + 72 + + + 5.235000133514404 + 177 + + + + + + + 40.752804167568684 + -3.7858436442911625 + + 914.4000244140625 + 17207.109375 + + 129 + + 71 + + + 5.355999946594238 + 139 + + + + + + + 40.75283375568688 + -3.785792849957943 + + 914.4000244140625 + 17212.55078125 + + 129 + + 75 + + + 5.440000057220459 + 164 + + + + + + + 40.75286669656634 + -3.78575068898499 + + 914.4000244140625 + 17218.05078125 + + 129 + + 75 + + + 5.505000114440918 + 171 + + + + + + + 40.75289787724614 + -3.7856976315379143 + + 914.5999755859375 + 17223.44921875 + + 130 + + 75 + + + 5.4019999504089355 + 173 + + + + + + + 40.75292796827853 + -3.7856465857475996 + + 914.5999755859375 + 17228.919921875 + + 130 + + 76 + + + 5.4679999351501465 + 176 + + + + + + + 40.75295872986317 + -3.7855932768434286 + + 914.5999755859375 + 17234.4609375 + + 130 + + 75 + + + 5.541999816894531 + 122 + + + + + + + 40.75299058109522 + -3.78554156050086 + + 914.5999755859375 + 17239.890625 + + 129 + + 76 + + + 5.429999828338623 + 160 + + + + + + + 40.753019750118256 + -3.785490347072482 + + 914.7999877929688 + 17245.349609375 + + 129 + + 78 + + + 5.458000183105469 + 144 + + + + + + + 40.75304724276066 + -3.785438546910882 + + 915.0 + 17250.80078125 + + 129 + + 75 + + + 5.448999881744385 + 162 + + + + + + + 40.753079345449805 + -3.785384399816394 + + 914.7999877929688 + 17256.3203125 + + 129 + + 77 + + + 5.52400016784668 + 205 + + + + + + + 40.75311044231057 + -3.7853332702070475 + + 914.7999877929688 + 17261.98046875 + + 129 + + 77 + + + 5.6539998054504395 + 163 + + + + + + + 40.75314489193261 + -3.7852802965790033 + + 914.7999877929688 + 17267.630859375 + + 129 + + 78 + + + 5.644999980926514 + 166 + + + + + + + 40.75317825190723 + -3.785228915512562 + + 915.0 + 17273.33984375 + + 129 + + 78 + + + 5.71999979019165 + 130 + + + + + + + 40.753209767863154 + -3.7851777020841837 + + 915.0 + 17279.109375 + + 130 + + 88 + + + 5.765999794006348 + 138 + + + + + + + 40.75323801487684 + -3.7851248122751713 + + 915.2000122070312 + 17284.869140625 + + 130 + + 88 + + + 5.756999969482422 + 86 + + + + + + + 40.753269447013736 + -3.7850676476955414 + + 915.4000244140625 + 17290.58984375 + + 131 + + 78 + + + 5.71999979019165 + 108 + + + + + + + 40.75329937040806 + -3.7850149255245924 + + 915.4000244140625 + 17296.349609375 + + 131 + + 79 + + + 5.765999794006348 + 141 + + + + + + + 40.75333214364946 + -3.7849603593349457 + + 915.4000244140625 + 17302.140625 + + 131 + + 79 + + + 5.784999847412109 + 113 + + + + + + + 40.753363743424416 + -3.784906379878521 + + 915.4000244140625 + 17307.900390625 + + 131 + + 80 + + + 5.765999794006348 + 105 + + + + + + + 40.75339484028518 + -3.784854831174016 + + 915.5999755859375 + 17313.640625 + + 131 + + 79 + + + 5.73799991607666 + 103 + + + + + + + 40.75342442840338 + -3.78480420447886 + + 915.7999877929688 + 17319.3203125 + + 132 + + 81 + + + 5.672999858856201 + 119 + + + + + + + 40.753455525264144 + -3.7847527395933867 + + 915.7999877929688 + 17324.91015625 + + 131 + + 79 + + + 5.5980000495910645 + 96 + + + + + + + 40.7534836884588 + -3.7847059685736895 + + 915.7999877929688 + 17330.3203125 + + 132 + + 78 + + + 5.4019999504089355 + 0 + + + + + + + 40.75351344421506 + -3.7846602872014046 + + 916.0 + 17335.439453125 + + 132 + + 0 + + + 5.123000144958496 + 0 + + + + + + + 40.75354035012424 + -3.78461804240942 + + 915.7999877929688 + 17340.310546875 + + 131 + + 0 + + + 4.870999813079834 + 0 + + + + + + + 40.753565495833755 + -3.784578647464514 + + 915.7999877929688 + 17344.849609375 + + 131 + + 0 + + + 4.534999847412109 + 104 + + + + + + + 40.75358871370554 + -3.7845371570438147 + + 915.7999877929688 + 17349.390625 + + 130 + + 73 + + + 4.544000148773193 + 138 + + + + + + + 40.75361603870988 + -3.7844947446137667 + + 916.2000122070312 + 17354.05078125 + + 130 + + 69 + + + 4.656000137329102 + 134 + + + + + + + 40.75364235788584 + -3.7844511587172747 + + 916.4000244140625 + 17358.7890625 + + 130 + + 75 + + + 4.739999771118164 + 122 + + + + + + + 40.7536684256047 + -3.784406231716275 + + 916.4000244140625 + 17363.5390625 + + 129 + + 65 + + + 4.749000072479248 + 103 + + + + + + + 40.75369231402874 + -3.784364238381386 + + 916.5999755859375 + 17368.26953125 + + 129 + + 67 + + + 4.739999771118164 + 87 + + + + + + + 40.753716789186 + -3.784324424341321 + + 916.5999755859375 + 17372.830078125 + + 129 + + 64 + + + 4.552999973297119 + 46 + + + + + + + 40.75374017469585 + -3.7842892203480005 + + 916.5999755859375 + 17377.26953125 + + 129 + + 76 + + + 4.440999984741211 + 18 + + + + + + + 40.75376397930086 + -3.784251920878887 + + 916.5999755859375 + 17381.44921875 + + 128 + + 0 + + + 4.179999828338623 + 18 + + + + + + + 40.753781916573644 + -3.784217219799757 + + 916.5999755859375 + 17385.390625 + + 127 + + 0 + + + 3.937999963760376 + 20 + + + + + + + 40.75380815193057 + -3.7841805070638657 + + 916.4000244140625 + 17389.3203125 + + 126 + + 59 + + + 3.927999973297119 + 117 + + + + + + + 40.75383153744042 + -3.7841422017663717 + + 916.5999755859375 + 17393.330078125 + + 126 + + 57 + + + 4.01200008392334 + 88 + + + + + + + 40.75385274365544 + -3.78410741686821 + + 916.5999755859375 + 17397.369140625 + + 126 + + 55 + + + 4.039999961853027 + 81 + + + + + + + 40.7538758777082 + -3.7840725481510162 + + 916.7999877929688 + 17401.26953125 + + 125 + + 57 + + + 3.9000000953674316 + 25 + + + + + + + 40.75389859266579 + -3.7840406130999327 + + 916.7999877929688 + 17404.9609375 + + 124 + + 0 + + + 3.694999933242798 + 25 + + + + + + + 40.75391602702439 + -3.7840068340301514 + + 916.7999877929688 + 17408.599609375 + + 124 + + 73 + + + 3.6389999389648438 + 45 + + + + + + + 40.75393513776362 + -3.7839720491319895 + + 916.7999877929688 + 17412.140625 + + 123 + + 73 + + + 3.5360000133514404 + 61 + + + + + + + 40.75395089574158 + -3.783942712470889 + + 917.0 + 17415.55078125 + + 122 + + 55 + + + 3.4149999618530273 + 0 + + + + + + + 40.753964306786656 + -3.7839128728955984 + + 917.0 + 17418.6796875 + + 121 + + 0 + + + 3.125999927520752 + 0 + + + + + + + 40.75397713109851 + -3.7838866375386715 + + 917.0 + 17421.669921875 + + 120 + + 0 + + + 2.994999885559082 + 0 + + + + + + + 40.75398894958198 + -3.7838675267994404 + + 916.7999877929688 + 17424.400390625 + + 119 + + 0 + + + 2.7249999046325684 + 0 + + + + + + + 40.753992553800344 + -3.78384992480278 + + 917.0 + 17426.66015625 + + 119 + + 0 + + + 2.257999897003174 + 1 + + + + + + + 40.75399708002806 + -3.783836178481579 + + 917.2000122070312 + 17428.48046875 + + 118 + + 0 + + + 1.819000005722046 + 0 + + + + + + + 40.754000935703516 + -3.783824946731329 + + 917.2000122070312 + 17430.30078125 + + 118 + + 0 + + + 1.819000005722046 + 0 + + + + + + + 40.754000935703516 + -3.7838206719607115 + + 917.2000122070312 + 17431.5390625 + + 118 + + 0 + + + 1.2410000562667847 + 0 + + + + + + + 40.75400294736028 + -3.783817570656538 + + 917.2000122070312 + 17432.779296875 + + 118 + + 0 + + + 1.2410000562667847 + 0 + + + + + + + 40.75400219298899 + -3.7838153075426817 + + 917.4000244140625 + 17433.83984375 + + 118 + + 0 + + + 1.0640000104904175 + 0 + + + + + + + 40.7540016900748 + -3.7838141340762377 + + 917.5999755859375 + 17434.900390625 + + 119 + + 0 + + + 1.0640000104904175 + 0 + + + + + + + 40.75400160625577 + -3.7838139664381742 + + 917.2000122070312 + 17434.900390625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 40.754000851884484 + -3.783813463523984 + + 917.2000122070312 + 17434.900390625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400118716061 + -3.783812876790762 + + 917.2000122070312 + 17434.900390625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400127097964 + -3.783812876790762 + + 917.2000122070312 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.754001354798675 + -3.7838123738765717 + + 917.2000122070312 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400127097964 + -3.7838121224194765 + + 917.2000122070312 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.754001354798675 + -3.783811954781413 + + 917.0 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400127097964 + -3.783811703324318 + + 917.0 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.754002360627055 + -3.78380985930562 + + 916.7999877929688 + 17434.900390625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400177389383 + -3.7838094402104616 + + 917.0 + 17434.900390625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 40.754001438617706 + -3.7838096916675568 + + 917.2000122070312 + 17434.900390625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400001369417 + -3.7838097754865885 + + 917.4000244140625 + 17434.900390625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + + 40.75400101952255 + -3.7838096916675568 + + 917.4000244140625 + 17434.900390625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399917550385 + -3.7838101107627153 + + 917.2000122070312 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.753999426960945 + -3.7838100269436836 + + 917.2000122070312 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399858877063 + -3.78380985930562 + + 917.2000122070312 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539982534945 + -3.78380985930562 + + 917.0 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399833731353 + -3.783809943124652 + + 917.0 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399875640869 + -3.783809607848525 + + 917.2000122070312 + 17434.900390625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399858877063 + -3.7838096916675568 + + 916.7999877929688 + 17434.900390625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399816967547 + -3.7838102784007788 + + 916.7999877929688 + 17434.900390625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + + 40.753998504951596 + -3.783809943124652 + + 917.0 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.753998504951596 + -3.783810446038842 + + 917.0 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399858877063 + -3.7838102784007788 + + 917.2000122070312 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399884022772 + -3.7838101107627153 + + 917.2000122070312 + 17434.900390625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399875640869 + -3.7838100269436836 + + 917.2000122070312 + 17434.900390625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + + 40.753998504951596 + -3.7838100269436836 + + 917.2000122070312 + 17434.900390625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + + 40.753998421132565 + -3.7838100269436836 + + 917.2000122070312 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399833731353 + -3.7838088534772396 + + 917.2000122070312 + 17434.900390625 + + 114 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399900786579 + -3.7838083505630493 + + 917.2000122070312 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539982534945 + -3.7838082667440176 + + 917.2000122070312 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539982534945 + -3.783807847648859 + + 917.2000122070312 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.753996912389994 + -3.783807847648859 + + 917.0 + 17434.900390625 + + 114 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399758294225 + -3.7838080152869225 + + 917.0 + 17434.900390625 + + 114 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539966609329 + -3.7838083505630493 + + 917.0 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.753997499123216 + -3.7838077638298273 + + 917.0 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399716384709 + -3.7838077638298273 + + 917.0 + 17434.900390625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399766676128 + -3.7838074285537004 + + 917.0 + 17434.900390625 + + 114 + + 0 + + + 0.0 + 0 + + + + + + + 40.753997415304184 + -3.783807596191764 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399724766612 + -3.783807512372732 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399716384709 + -3.7838074285537004 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399716384709 + -3.783807260915637 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.753996996209025 + -3.7838067580014467 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539966609329 + -3.7838067580014467 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399708002806 + -3.783805752173066 + + 917.0 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.753996493294835 + -3.78380348905921 + + 916.7999877929688 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399708002806 + -3.7838018964976072 + + 916.7999877929688 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399531982839 + -3.7838032376021147 + + 916.7999877929688 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.753996996209025 + -3.783801393583417 + + 916.7999877929688 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399624183774 + -3.783801142126322 + + 916.7999877929688 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399523600936 + -3.783801645040512 + + 917.0 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.753995990380645 + -3.7838003039360046 + + 917.0 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399330817163 + -3.783802315592766 + + 916.7999877929688 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399582274258 + -3.783801980316639 + + 916.7999877929688 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399565510452 + -3.7838027346879244 + + 917.0 + 17434.900390625 + + 113 + + 0 + + + 0.0 + 0 + + + + + + + 40.753994565457106 + -3.783802818506956 + + 917.0 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.753994062542915 + -3.783802567049861 + + 917.0 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399531982839 + -3.7838018964976072 + + 917.0 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399473309517 + -3.7838024832308292 + + 917.2000122070312 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399347580969 + -3.7838024832308292 + + 917.2000122070312 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.753994481638074 + -3.7838018964976072 + + 917.2000122070312 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399330817163 + -3.7838013097643852 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399171561003 + -3.7838014774024487 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399121269584 + -3.7838009744882584 + + 917.2000122070312 + 17434.900390625 + + 112 + + 0 + + + 0.0 + 0 + + + + + + + 40.75399079360068 + -3.7837994657456875 + + 917.2000122070312 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398886576295 + -3.7838018964976072 + + 917.2000122070312 + 17434.900390625 + + 111 + + 0 + + + 0.0 + 0 + + + + + + + 40.753986770287156 + -3.783802315592766 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398442335427 + -3.7838012259453535 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398350134492 + -3.7837999686598778 + + 917.2000122070312 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398584827781 + -3.7837985437363386 + + 917.2000122070312 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398442335427 + -3.7837988790124655 + + 917.2000122070312 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984758630395 + -3.7837987951934338 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398467481136 + -3.7837979570031166 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398501008749 + -3.7837959453463554 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398501008749 + -3.783792508766055 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.7837926764041185 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.783792508766055 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983836621046 + -3.7837917543947697 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983752802014 + -3.783792844042182 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.783792508766055 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398534536362 + -3.783791922032833 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398492626846 + -3.7837921734899282 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398467481136 + -3.7837918382138014 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398442335427 + -3.7837915029376745 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398459099233 + -3.783791335299611 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398392044008 + -3.7837915029376745 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.7837912514805794 + + 917.4000244140625 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.7837910000234842 + + 917.4000244140625 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398400425911 + -3.7837906647473574 + + 917.4000244140625 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398417189717 + -3.783790497109294 + + 917.4000244140625 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.7837904132902622 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983752802014 + -3.7837904132902622 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398341752589 + -3.783790748566389 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398358516395 + -3.7837904132902622 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398408807814 + -3.783790748566389 + + 917.4000244140625 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398442335427 + -3.7837906647473574 + + 917.4000244140625 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398467481136 + -3.783790245652199 + + 917.4000244140625 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539845071733 + -3.7837905809283257 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539845071733 + -3.783791083842516 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983752802014 + -3.7837911676615477 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398341752589 + -3.783791670575738 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398400425911 + -3.783791335299611 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753984339535236 + -3.783791335299611 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398417189717 + -3.783791335299611 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983249887824 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398299843073 + -3.7837921734899282 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398249551654 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.7837918382138014 + + 917.2000122070312 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.783791922032833 + + 917.4000244140625 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981824964285 + -3.7837923411279917 + + 917.4000244140625 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398174114525 + -3.783792592585087 + + 917.5999755859375 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398216024041 + -3.7837921734899282 + + 917.5999755859375 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398216024041 + -3.783791922032833 + + 917.4000244140625 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398216024041 + -3.7837918382138014 + + 917.4000244140625 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.7837917543947697 + + 917.4000244140625 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398249551654 + -3.783791670575738 + + 917.4000244140625 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398249551654 + -3.7837918382138014 + + 917.2000122070312 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539826631546 + -3.7837917543947697 + + 917.2000122070312 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982830792665 + -3.783792005851865 + + 917.2000122070312 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982830792665 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982746973634 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982746973634 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539826631546 + -3.783792005851865 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539826631546 + -3.783791922032833 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398241169751 + -3.783792005851865 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398249551654 + -3.783792005851865 + + 917.2000122070312 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.7837924249470234 + + 917.2000122070312 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398207642138 + -3.783791922032833 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398241169751 + -3.7837917543947697 + + 917.0 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982830792665 + -3.7837918382138014 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.753983249887824 + -3.783791670575738 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398308224976 + -3.7837915867567062 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398366898298 + -3.783791083842516 + + 917.0 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398366898298 + -3.7837911676615477 + + 917.2000122070312 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398207642138 + -3.7837917543947697 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398249551654 + -3.783791419118643 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398316606879 + -3.783790748566389 + + 917.2000122070312 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398299843073 + -3.783790245652199 + + 917.0 + 17434.900390625 + + 108 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982746973634 + -3.7837905809283257 + + 916.7999877929688 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398316606879 + -3.7837903294712305 + + 916.7999877929688 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398299843073 + -3.783790748566389 + + 917.0 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982746973634 + -3.7837911676615477 + + 917.0 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398350134492 + -3.7837900780141354 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539829146117 + -3.783790245652199 + + 916.7999877929688 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398224405944 + -3.7837894074618816 + + 916.5999755859375 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398190878332 + -3.783789658918977 + + 916.7999877929688 + 17434.900390625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398174114525 + -3.7837894912809134 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398123823106 + -3.78378982655704 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981824964285 + -3.7837890721857548 + + 917.0 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981824964285 + -3.78378932364285 + + 917.0 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.7837890721857548 + + 917.0 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753982327878475 + -3.7837890721857548 + + 917.0 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398157350719 + -3.7837890721857548 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398165732622 + -3.7837890721857548 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837891560047865 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837891560047865 + + 916.7999877929688 + 17434.900390625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.7837891560047865 + + 917.0 + 17434.900390625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837897427380085 + + 917.0 + 17434.900390625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398048385978 + -3.78378982655704 + + 917.0 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398056767881 + -3.7837899941951036 + + 917.0 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398073531687 + -3.783789910376072 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398073531687 + -3.783789910376072 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.78378982655704 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398115441203 + -3.78378982655704 + + 916.5999755859375 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398115441203 + -3.78378982655704 + + 916.5999755859375 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.78378982655704 + + 916.5999755859375 + 17434.900390625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.78378982655704 + + 916.5999755859375 + 17434.900390625 + + 95 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.78378982655704 + + 916.5999755859375 + 17434.900390625 + + 96 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398098677397 + -3.78378982655704 + + 916.7999877929688 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.7837899941951036 + + 917.0 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753981070593 + -3.7837900780141354 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398098677397 + -3.7837900780141354 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.783790245652199 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398098677397 + -3.783790245652199 + + 917.0 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398115441203 + -3.783790245652199 + + 917.2000122070312 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837903294712305 + + 917.2000122070312 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398056767881 + -3.7837904132902622 + + 917.2000122070312 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398048385978 + -3.783790497109294 + + 917.0 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398065149784 + -3.783790497109294 + + 917.0 + 17434.900390625 + + 98 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837905809283257 + + 917.0 + 17434.900390625 + + 100 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398123823106 + -3.7837904132902622 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837906647473574 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980316221714 + -3.783790748566389 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398023240268 + -3.7837910000234842 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980400040746 + -3.7837909162044525 + + 916.7999877929688 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398048385978 + -3.7837910000234842 + + 916.7999877929688 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980400040746 + -3.783791083842516 + + 916.7999877929688 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398056767881 + -3.7837911676615477 + + 916.7999877929688 + 17434.900390625 + + 97 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837912514805794 + + 916.7999877929688 + 17434.900390625 + + 99 + + 0 + + + 0.0 + 0 + + + + + + + 40.753980819135904 + -3.7837911676615477 + + 916.7999877929688 + 17434.900390625 + + 101 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398065149784 + -3.7837912514805794 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398048385978 + -3.783791335299611 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397998094559 + -3.7837915867567062 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398006476462 + -3.783791670575738 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979813307524 + -3.783792005851865 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979813307524 + -3.7837921734899282 + + 916.7999877929688 + 17434.900390625 + + 102 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397914275527 + -3.7837926764041185 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397972948849 + -3.783792508766055 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.7837926764041185 + + 917.0 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398006476462 + -3.7837924249470234 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979813307524 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397972948849 + -3.7837924249470234 + + 916.7999877929688 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397964566946 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979394212365 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539794780314 + -3.783792508766055 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.783792508766055 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539794780314 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397956185043 + -3.7837926764041185 + + 916.5999755859375 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979394212365 + -3.783792592585087 + + 916.7999877929688 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979394212365 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397931039333 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 103 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397931039333 + -3.783792592585087 + + 917.2000122070312 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397931039333 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539792265743 + -3.783792592585087 + + 917.0 + 17434.900390625 + + 104 + + 0 + + + 0.0 + 0 + + + + + + + 40.7539792265743 + -3.7837926764041185 + + 916.5999755859375 + 17434.900390625 + + 105 + + 0 + + + 0.0 + 0 + + + + + + + 40.75397905893624 + -3.783792592585087 + + 916.5999755859375 + 17434.900390625 + + 106 + + 0 + + + 0.0 + 0 + + + + + + + 40.753979897126555 + -3.783792508766055 + + 916.7999877929688 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 40.75398056767881 + -3.783792592585087 + + 916.7999877929688 + 17434.900390625 + + 107 + + 0 + + + 0.0 + 0 + + + + + + + 2.118000030517578 + 76 + 99 + 24 + 256 + + + + + Garmin Edge 1000 + 3889468484 + 1836 + + 3 + 0 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724393.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724393.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724393.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724393.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,22316 @@ + + + + + 2015-05-09T12:53:54.000Z + + 91.0 + 587.1 + 8.534000396728516 + 12 + + 113 + + + 122 + + Active + 106 + Manual + + + + 4.03000020980835 + + 98 + + 42 + + + 4.03000020980835 + 116 + + + + + + 8.300000190734863 + + 99 + + 43 + + + 4.267000198364258 + 123 + + + + + + 12.739999771118164 + + 100 + + 46 + + + 4.439000129699707 + 147 + + + + + + 17.3700008392334 + + 101 + + 53 + + + 4.636000156402588 + 122 + + + + + + 22.309999465942383 + + 101 + + 58 + + + 4.918000221252441 + 105 + + + + + + 27.399999618530273 + + 102 + + 56 + + + 5.105999946594238 + 121 + + + + + + 32.7400016784668 + + 103 + + 66 + + + 5.3420000076293945 + 144 + + + + + + 38.220001220703125 + + 103 + + 72 + + + 5.478000164031982 + 161 + + + + + + 43.83000183105469 + + 104 + + 61 + + + 5.614999771118164 + 162 + + + + + + 49.540000915527344 + + 105 + + 62 + + + 5.711999893188477 + 161 + + + + + + 55.36000061035156 + + 105 + + 75 + + + 5.821000099182129 + 136 + + + + + + 61.279998779296875 + + 106 + + 87 + + + 5.916999816894531 + 144 + + + + + + 67.19000244140625 + + 106 + + 67 + + + 5.908999919891357 + 158 + + + + + + 73.11000061035156 + + 107 + + 66 + + + 5.925000190734863 + 141 + + + + + + 79.2300033569336 + + 107 + + 70 + + + 6.119999885559082 + 143 + + + + + + 85.58999633789062 + + 107 + + 70 + + + 6.355999946594238 + 138 + + + + + + 92.02999877929688 + + 108 + + 70 + + + 6.441999912261963 + 137 + + + + + + 98.44999694824219 + + 108 + + 72 + + + 6.413000106811523 + 126 + + + + + + 105.02999877929688 + + 109 + + 75 + + + 6.580999851226807 + 138 + + + + + + 111.7300033569336 + + 110 + + 75 + + + 6.703999996185303 + 109 + + + + + + 118.5199966430664 + + 110 + + 76 + + + 6.789000034332275 + 113 + + + + + + 125.37000274658203 + + 111 + + 77 + + + 6.855000019073486 + 115 + + + + + + 132.22999572753906 + + 112 + + 77 + + + 6.855000019073486 + 100 + + + + + + 139.1699981689453 + + 112 + + 74 + + + 6.942999839782715 + 95 + + + + + + 146.08999633789062 + + 113 + + 75 + + + 6.921000003814697 + 89 + + + + + + 153.0800018310547 + + 114 + + 75 + + + 6.988999843597412 + 71 + + + + + + 160.11000061035156 + + 114 + + 98 + + + 7.01200008392334 + 88 + + + + + + 167.07000732421875 + + 115 + + 88 + + + 6.9770002365112305 + 71 + + + + + + 174.0500030517578 + + 115 + + 98 + + + 6.9770002365112305 + 80 + + + + + + 180.97999572753906 + + 115 + + 106 + + + 6.932000160217285 + 105 + + + + + + 187.99000549316406 + + 116 + + 85 + + + 7.01200008392334 + 95 + + + + + + 195.16000366210938 + + 116 + + 81 + + + 7.164000034332275 + 100 + + + + + + 202.32000732421875 + + 117 + + 82 + + + 7.164000034332275 + 112 + + + + + + 209.3699951171875 + + 117 + + 75 + + + 7.046000003814697 + 98 + + + + + + 216.5399932861328 + + 118 + + 84 + + + 7.176000118255615 + 104 + + + + + + 223.74000549316406 + + 118 + + 106 + + + 7.199999809265137 + 7 + + + + + + 230.80999755859375 + + 118 + + 0 + + + 7.068999767303467 + 0 + + + + + + 237.50999450683594 + + 117 + + 0 + + + 6.693999767303467 + 0 + + + + + + 243.3699951171875 + + 117 + + 0 + + + 5.861000061035156 + 0 + + + + + + 248.74000549316406 + + 117 + + 0 + + + 5.375 + 0 + + + + + + 253.85000610351562 + + 117 + + 0 + + + 5.111999988555908 + 0 + + + + + + 258.8699951171875 + + 117 + + 0 + + + 5.015999794006348 + 0 + + + + + + 264.0299987792969 + + 118 + + 0 + + + 5.160999774932861 + 26 + + + + + + 269.3299865722656 + + 118 + + 78 + + + 5.295000076293945 + 1 + + + + + + 274.55999755859375 + + 119 + + 0 + + + 5.236999988555908 + 0 + + + + + + 279.7900085449219 + + 119 + + 0 + + + 5.230999946594238 + 0 + + + + + + 284.8999938964844 + + 119 + + 0 + + + 5.105999946594238 + 0 + + + + + + 290.1300048828125 + + 119 + + 0 + + + 5.124000072479248 + 0 + + + + + + 295.010009765625 + + 119 + + 0 + + + 4.980999946594238 + 0 + + + + + + 299.7799987792969 + + 118 + + 0 + + + 4.776000022888184 + 47 + + + + + + 304.5199890136719 + + 118 + + 96 + + + 4.734000205993652 + 149 + + + + + + 309.2300109863281 + + 118 + + 62 + + + 4.708000183105469 + 129 + + + + + + 313.8999938964844 + + 117 + + 49 + + + 4.677000045776367 + 185 + + + + + + 318.9200134277344 + + 117 + + 49 + + + 5.021999835968018 + 192 + + + + + + 324.239990234375 + + 116 + + 50 + + + 5.315000057220459 + 191 + + + + + + 329.69000244140625 + + 115 + + 52 + + + 5.449999809265137 + 183 + + + + + + 335.3299865722656 + + 114 + + 55 + + + 5.644000053405762 + 181 + + + + + + 341.260009765625 + + 114 + + 56 + + + 5.925000190734863 + 166 + + + + + + 347.3299865722656 + + 114 + + 60 + + + 6.067999839782715 + 146 + + + + + + 353.5400085449219 + + 113 + + 61 + + + 6.2179999351501465 + 185 + + + + + + 359.94000244140625 + + 113 + + 63 + + + 6.394000053405762 + 147 + + + + + + 366.3800048828125 + + 112 + + 90 + + + 6.441999912261963 + 104 + + + + + + 372.8599853515625 + + 112 + + 90 + + + 6.480999946594238 + 111 + + + + + + 379.42999267578125 + + 112 + + 87 + + + 6.571000099182129 + 147 + + + + + + 386.1000061035156 + + 112 + + 91 + + + 6.663000106811523 + 164 + + + + + + 392.9200134277344 + + 112 + + 80 + + + 6.822000026702881 + 158 + + + + + + 399.8800048828125 + + 112 + + 77 + + + 6.966000080108643 + 164 + + + + + + 407.010009765625 + + 112 + + 72 + + + 7.127999782562256 + 134 + + + + + + 414.07000732421875 + + 112 + + 80 + + + 7.058000087738037 + 147 + + + + + + 421.260009765625 + + 112 + + 84 + + + 7.188000202178955 + 168 + + + + + + 428.4800109863281 + + 113 + + 77 + + + 7.223999977111816 + 133 + + + + + + 435.7900085449219 + + 113 + + 76 + + + 7.310999870300293 + 162 + + + + + + 443.1700134277344 + + 113 + + 73 + + + 7.374000072479248 + 139 + + + + + + 450.54998779296875 + + 113 + + 73 + + + 7.386000156402588 + 161 + + + + + + 457.95001220703125 + + 113 + + 72 + + + 7.39900016784668 + 150 + + + + + + 465.3599853515625 + + 114 + + 69 + + + 7.4120001792907715 + 141 + + + + + + 472.739990234375 + + 115 + + 67 + + + 7.374000072479248 + 166 + + + + + + 480.2799987792969 + + 116 + + 73 + + + 7.541999816894531 + 202 + + + + + + 488.0 + + 116 + + 71 + + + 7.718999862670898 + 197 + + + + + + 495.8299865722656 + + 117 + + 71 + + + 7.831999778747559 + 191 + + + + + + 503.6300048828125 + + 117 + + 72 + + + 7.803999900817871 + 186 + + + + + + 511.69000244140625 + + 118 + + 75 + + + 8.053000450134277 + 207 + + + + + + 519.989990234375 + + 118 + + 73 + + + 8.128999710083008 + 188 + + + + + + 527.9600219726562 + + 119 + + 72 + + + 8.145000457763672 + 162 + + + + + + 536.2000122070312 + + 119 + + 76 + + + 8.23900032043457 + 156 + + + + + + 544.5800170898438 + + 120 + + 81 + + + 8.383999824523926 + 123 + + + + + + 553.0700073242188 + + 121 + + 84 + + + 8.482999801635742 + 92 + + + + + + 561.5999755859375 + + 121 + + 79 + + + 8.534000396728516 + 107 + + + + + + 570.0999755859375 + + 122 + + 77 + + + 8.5 + 82 + + + + + + 578.5700073242188 + + 122 + + 78 + + + 8.467000007629395 + 82 + + + + + + 587.0999755859375 + + 122 + + 91 + + + 8.534000396728516 + 92 + + + + + + 595.469970703125 + + 123 + + 85 + + + 8.368000030517578 + 93 + + + + + + + 6.449999809265137 + 63 + 95 + 116 + 207 + + + + + 49.0 + 408.09 + 8.76099967956543 + 10 + + 124 + + + 126 + + Active + 113 + Manual + + + + 595.469970703125 + + 123 + + 85 + + + 8.368000030517578 + 93 + + + + + + 603.9400024414062 + + 123 + + 76 + + + 8.467000007629395 + 135 + + + + + + 612.469970703125 + + 123 + + 98 + + + 8.534000396728516 + 158 + + + + + + 621.0 + + 124 + + 94 + + + 8.534000396728516 + 148 + + + + + + 629.5599975585938 + + 124 + + 79 + + + 8.550999641418457 + 129 + + + + + + 638.1199951171875 + + 124 + + 77 + + + 8.567999839782715 + 142 + + + + + + 646.989990234375 + + 124 + + 78 + + + 8.619999885559082 + 142 + + + + + + 655.3499755859375 + + 124 + + 81 + + + 8.602999687194824 + 119 + + + + + + 663.969970703125 + + 125 + + 78 + + + 8.619999885559082 + 109 + + + + + + 672.47998046875 + + 125 + + 76 + + + 8.517000198364258 + 102 + + + + + + 680.7899780273438 + + 124 + + 89 + + + 8.303000450134277 + 79 + + + + + + 688.8900146484375 + + 124 + + 87 + + + 8.098999977111816 + 96 + + + + + + 696.9199829101562 + + 124 + + 83 + + + 8.038000106811523 + 156 + + + + + + 705.02001953125 + + 124 + + 79 + + + 8.098999977111816 + 183 + + + + + + 713.1199951171875 + + 123 + + 89 + + + 8.098999977111816 + 151 + + + + + + 721.27001953125 + + 123 + + 102 + + + 8.145000457763672 + 187 + + + + + + 729.3800048828125 + + 123 + + 98 + + + 8.11400032043457 + 206 + + + + + + 737.6400146484375 + + 123 + + 80 + + + 8.23900032043457 + 167 + + + + + + 746.1199951171875 + + 123 + + 76 + + + 8.5 + 142 + + + + + + 754.8800048828125 + + 123 + + 77 + + + 8.76099967956543 + 123 + + + + + + 763.5700073242188 + + 123 + + 80 + + + 8.6899995803833 + 143 + + + + + + 772.2999877929688 + + 124 + + 80 + + + 8.725000381469727 + 149 + + + + + + 780.9500122070312 + + 124 + + 79 + + + 8.654999732971191 + 106 + + + + + + 789.52001953125 + + 125 + + 92 + + + 8.567999839782715 + 86 + + + + + + 798.0700073242188 + + 125 + + 109 + + + 8.550999641418457 + 82 + + + + + + 806.6400146484375 + + 125 + + 97 + + + 8.567999839782715 + 75 + + + + + + 815.0399780273438 + + 126 + + 80 + + + 8.399999618530273 + 94 + + + + + + 823.3699951171875 + + 126 + + 78 + + + 8.335000038146973 + 101 + + + + + + 831.5999755859375 + + 126 + + 77 + + + 8.222999572753906 + 97 + + + + + + 839.77001953125 + + 126 + + 77 + + + 8.175999641418457 + 98 + + + + + + 847.9000244140625 + + 126 + + 76 + + + 8.128999710083008 + 104 + + + + + + 855.9500122070312 + + 126 + + 81 + + + 8.053000450134277 + 119 + + + + + + 863.9199829101562 + + 126 + + 89 + + + 7.9629998207092285 + 130 + + + + + + 871.8400268554688 + + 126 + + 84 + + + 7.919000148773193 + 131 + + + + + + 879.7100219726562 + + 125 + + 84 + + + 7.875 + 172 + + + + + + 887.6599731445312 + + 125 + + 96 + + + 7.947999954223633 + 197 + + + + + + 895.5900268554688 + + 125 + + 87 + + + 7.934000015258789 + 152 + + + + + + 903.6599731445312 + + 125 + + 73 + + + 8.067999839782715 + 144 + + + + + + 911.7899780273438 + + 125 + + 74 + + + 8.128999710083008 + 162 + + + + + + 919.780029296875 + + 125 + + 76 + + + 7.993000030517578 + 162 + + + + + + 927.9000244140625 + + 124 + + 76 + + + 8.11400032043457 + 146 + + + + + + 936.4299926757812 + + 124 + + 88 + + + 8.206999778747559 + 128 + + + + + + 944.4000244140625 + + 124 + + 91 + + + 8.303000450134277 + 131 + + + + + + 952.77001953125 + + 124 + + 80 + + + 8.368000030517578 + 140 + + + + + + 961.2000122070312 + + 124 + + 77 + + + 8.432999610900879 + 133 + + + + + + 969.7000122070312 + + 124 + + 77 + + + 8.5 + 106 + + + + + + 978.1900024414062 + + 124 + + 88 + + + 8.482999801635742 + 86 + + + + + + 986.6900024414062 + + 124 + + 113 + + + 8.5 + 77 + + + + + + 995.1900024414062 + + 124 + + 112 + + + 8.5 + 73 + + + + + + 1003.6900024414062 + + 124 + + 88 + + + 8.5 + 96 + + + + + + + 8.40999984741211 + 85 + 69 + 128 + 206 + + + + + 167.0 + 1401.94 + 8.887999534606934 + 35 + + 123 + + + 129 + + Active + 130 + Manual + + + + 1003.6900024414062 + + 124 + + 88 + + + 8.5 + 96 + + + + + + 1012.260009765625 + + 124 + + 80 + + + 8.550999641418457 + 129 + + + + + + 1020.77001953125 + + 123 + + 82 + + + 8.534000396728516 + 124 + + + + + + 1029.3599853515625 + + 123 + + 89 + + + 8.586000442504883 + 100 + + + + + + 1037.8800048828125 + + 123 + + 86 + + + 8.517000198364258 + 101 + + + + + + 1046.4100341796875 + + 123 + + 78 + + + 8.534000396728516 + 116 + + + + + + 1054.93994140625 + + 123 + + 77 + + + 8.534000396728516 + 127 + + + + + + 1063.52001953125 + + 122 + + 78 + + + 8.534000396728516 + 150 + + + + + + 1072.1800537109375 + + 122 + + 78 + + + 8.67199993133545 + 166 + + + + + + 1080.5799560546875 + + 122 + + 82 + + + 8.416999816894531 + 146 + + + + + + 1088.9599609375 + + 122 + + 84 + + + 8.383999824523926 + 143 + + + + + + 1097.18994140625 + + 122 + + 80 + + + 8.23900032043457 + 152 + + + + + + 1105.56005859375 + + 122 + + 81 + + + 8.35099983215332 + 152 + + + + + + 1113.93994140625 + + 122 + + 88 + + + 8.399999618530273 + 168 + + + + + + 1122.31005859375 + + 122 + + 83 + + + 8.368000030517578 + 203 + + + + + + 1130.5999755859375 + + 123 + + 79 + + + 8.286999702453613 + 211 + + + + + + 1138.949951171875 + + 123 + + 78 + + + 8.35099983215332 + 163 + + + + + + 1147.4000244140625 + + 124 + + 80 + + + 8.449999809265137 + 135 + + + + + + 1156.0 + + 124 + + 83 + + + 8.602999687194824 + 134 + + + + + + 1164.68994140625 + + 124 + + 85 + + + 8.6899995803833 + 120 + + + + + + 1173.31005859375 + + 125 + + 86 + + + 8.619999885559082 + 108 + + + + + + 1181.8800048828125 + + 125 + + 85 + + + 8.567999839782715 + 105 + + + + + + 1190.81005859375 + + 125 + + 80 + + + 8.63700008392334 + 101 + + + + + + 1199.02001953125 + + 125 + + 76 + + + 8.5 + 125 + + + + + + 1207.6199951171875 + + 125 + + 80 + + + 8.602999687194824 + 140 + + + + + + 1216.0899658203125 + + 125 + + 84 + + + 8.467000007629395 + 112 + + + + + + 1224.469970703125 + + 125 + + 78 + + + 8.383999824523926 + 128 + + + + + + 1232.8699951171875 + + 125 + + 75 + + + 8.399999618530273 + 126 + + + + + + 1241.1600341796875 + + 125 + + 77 + + + 8.286999702453613 + 128 + + + + + + 1249.5 + + 125 + + 77 + + + 8.335000038146973 + 141 + + + + + + 1257.6700439453125 + + 125 + + 76 + + + 8.175999641418457 + 163 + + + + + + 1265.9100341796875 + + 126 + + 80 + + + 8.23900032043457 + 201 + + + + + + 1274.1300048828125 + + 126 + + 95 + + + 8.222999572753906 + 174 + + + + + + 1282.3900146484375 + + 126 + + 90 + + + 8.255000114440918 + 214 + + + + + + 1290.8399658203125 + + 126 + + 77 + + + 8.432999610900879 + 185 + + + + + + 1299.239990234375 + + 126 + + 89 + + + 8.416999816894531 + 159 + + + + + + 1307.6700439453125 + + 125 + + 93 + + + 8.432999610900879 + 196 + + + + + + 1316.02001953125 + + 126 + + 78 + + + 8.35099983215332 + 192 + + + + + + 1324.3900146484375 + + 126 + + 78 + + + 8.368000030517578 + 159 + + + + + + 1332.7900390625 + + 126 + + 77 + + + 8.399999618530273 + 156 + + + + + + 1341.18994140625 + + 126 + + 79 + + + 8.399999618530273 + 152 + + + + + + 1349.6199951171875 + + 127 + + 87 + + + 8.432999610900879 + 138 + + + + + + 1358.1400146484375 + + 127 + + 85 + + + 8.517000198364258 + 120 + + + + + + 1366.760009765625 + + 127 + + 79 + + + 8.619999885559082 + 101 + + + + + + 1375.4300537109375 + + 128 + + 80 + + + 8.67199993133545 + 91 + + + + + + 1384.0699462890625 + + 128 + + 80 + + + 8.63700008392334 + 84 + + + + + + 1392.7099609375 + + 129 + + 80 + + + 8.63700008392334 + 65 + + + + + + 1401.2900390625 + + 129 + + 94 + + + 8.586000442504883 + 43 + + + + + + 1409.81005859375 + + 129 + + 120 + + + 8.517000198364258 + 62 + + + + + + 1418.280029296875 + + 129 + + 99 + + + 8.467000007629395 + 57 + + + + + + 1426.6400146484375 + + 129 + + 109 + + + 8.368000030517578 + 66 + + + + + + 1435.0 + + 128 + + 91 + + + 8.35099983215332 + 86 + + + + + + 1443.280029296875 + + 128 + + 112 + + + 8.286999702453613 + 66 + + + + + + 1451.5699462890625 + + 127 + + 103 + + + 8.286999702453613 + 94 + + + + + + 1459.8900146484375 + + 127 + + 76 + + + 8.319000244140625 + 127 + + + + + + 1468.27001953125 + + 127 + + 77 + + + 8.383999824523926 + 182 + + + + + + 1476.6199951171875 + + 126 + + 76 + + + 8.35099983215332 + 163 + + + + + + 1484.93994140625 + + 126 + + 85 + + + 8.319000244140625 + 148 + + + + + + 1493.3800048828125 + + 125 + + 90 + + + 8.432999610900879 + 139 + + + + + + 1501.7099609375 + + 125 + + 83 + + + 8.335000038146973 + 139 + + + + + + 1509.9200439453125 + + 125 + + 81 + + + 8.206999778747559 + 178 + + + + + + 1518.0799560546875 + + 125 + + 91 + + + 8.15999984741211 + 190 + + + + + + 1526.1500244140625 + + 125 + + 92 + + + 8.067999839782715 + 169 + + + + + + 1534.4599609375 + + 125 + + 80 + + + 8.319000244140625 + 183 + + + + + + 1543.0 + + 125 + + 75 + + + 8.534000396728516 + 186 + + + + + + 1551.6400146484375 + + 125 + + 77 + + + 8.63700008392334 + 149 + + + + + + 1560.52001953125 + + 125 + + 78 + + + 8.887999534606934 + 119 + + + + + + 1569.3199462890625 + + 124 + + 79 + + + 8.779000282287598 + 103 + + + + + + 1578.06005859375 + + 124 + + 82 + + + 8.76099967956543 + 93 + + + + + + 1586.81005859375 + + 124 + + 85 + + + 8.743000030517578 + 99 + + + + + + 1595.4300537109375 + + 124 + + 85 + + + 8.619999885559082 + 113 + + + + + + 1603.9300537109375 + + 124 + + 83 + + + 8.5 + 113 + + + + + + 1612.3800048828125 + + 124 + + 78 + + + 8.449999809265137 + 110 + + + + + + 1620.760009765625 + + 124 + + 78 + + + 8.383999824523926 + 126 + + + + + + 1629.050048828125 + + 124 + + 80 + + + 8.286999702453613 + 101 + + + + + + 1637.3499755859375 + + 124 + + 84 + + + 8.303000450134277 + 125 + + + + + + 1645.6099853515625 + + 124 + + 81 + + + 8.255000114440918 + 122 + + + + + + 1653.9100341796875 + + 124 + + 75 + + + 8.303000450134277 + 119 + + + + + + 1662.280029296875 + + 124 + + 78 + + + 8.368000030517578 + 174 + + + + + + 1670.6800537109375 + + 124 + + 77 + + + 8.399999618530273 + 181 + + + + + + 1679.1099853515625 + + 123 + + 75 + + + 8.432999610900879 + 144 + + + + + + 1687.4599609375 + + 122 + + 78 + + + 8.35099983215332 + 122 + + + + + + 1695.6500244140625 + + 122 + + 87 + + + 8.192000389099121 + 121 + + + + + + 1703.8299560546875 + + 122 + + 84 + + + 8.175999641418457 + 129 + + + + + + 1711.93994140625 + + 122 + + 75 + + + 8.11400032043457 + 154 + + + + + + 1719.9200439453125 + + 122 + + 74 + + + 7.978000164031982 + 165 + + + + + + 1728.1099853515625 + + 123 + + 75 + + + 8.192000389099121 + 156 + + + + + + 1736.300048828125 + + 123 + + 79 + + + 8.192000389099121 + 160 + + + + + + 1744.5899658203125 + + 123 + + 76 + + + 8.286999702453613 + 186 + + + + + + 1752.93994140625 + + 123 + + 76 + + + 8.35099983215332 + 209 + + + + + + 1761.530029296875 + + 123 + + 79 + + + 8.586000442504883 + 166 + + + + + + 1770.0799560546875 + + 124 + + 82 + + + 8.550999641418457 + 128 + + + + + + 1778.75 + + 123 + + 88 + + + 8.67199993133545 + 70 + + + + + + 1787.3699951171875 + + 123 + + 114 + + + 8.619999885559082 + 81 + + + + + + 1795.989990234375 + + 123 + + 130 + + + 8.619999885559082 + 90 + + + + + + 1804.43994140625 + + 123 + + 109 + + + 8.449999809265137 + 67 + + + + + + 1812.9100341796875 + + 123 + + 99 + + + 8.467000007629395 + 45 + + + + + + 1821.3399658203125 + + 123 + + 93 + + + 8.432999610900879 + 57 + + + + + + 1829.7099609375 + + 123 + + 89 + + + 8.368000030517578 + 74 + + + + + + 1838.0400390625 + + 122 + + 96 + + + 8.335000038146973 + 100 + + + + + + 1846.4300537109375 + + 122 + + 80 + + + 8.383999824523926 + 95 + + + + + + 1854.760009765625 + + 121 + + 79 + + + 8.335000038146973 + 70 + + + + + + 1863.1600341796875 + + 120 + + 87 + + + 8.399999618530273 + 78 + + + + + + 1871.3699951171875 + + 120 + + 89 + + + 8.206999778747559 + 112 + + + + + + 1879.5899658203125 + + 119 + + 76 + + + 8.222999572753906 + 136 + + + + + + 1887.68994140625 + + 119 + + 75 + + + 8.098999977111816 + 124 + + + + + + 1895.81005859375 + + 119 + + 76 + + + 8.11400032043457 + 99 + + + + + + 1904.010009765625 + + 119 + + 84 + + + 8.206999778747559 + 138 + + + + + + 1911.989990234375 + + 119 + + 105 + + + 7.978000164031982 + 159 + + + + + + 1920.22998046875 + + 120 + + 105 + + + 8.23900032043457 + 194 + + + + + + 1928.550048828125 + + 120 + + 78 + + + 8.319000244140625 + 149 + + + + + + 1936.8399658203125 + + 120 + + 76 + + + 8.286999702453613 + 122 + + + + + + 1945.0799560546875 + + 121 + + 80 + + + 8.23900032043457 + 153 + + + + + + 1953.280029296875 + + 121 + + 82 + + + 8.206999778747559 + 159 + + + + + + 1961.699951171875 + + 121 + + 82 + + + 8.416999816894531 + 158 + + + + + + 1970.1199951171875 + + 122 + + 78 + + + 8.416999816894531 + 126 + + + + + + 1978.719970703125 + + 122 + + 78 + + + 8.602999687194824 + 107 + + + + + + 1987.3199462890625 + + 122 + + 80 + + + 8.602999687194824 + 99 + + + + + + 1995.6600341796875 + + 122 + + 78 + + + 8.335000038146973 + 78 + + + + + + 2003.97998046875 + + 122 + + 78 + + + 8.319000244140625 + 82 + + + + + + 2012.280029296875 + + 122 + + 80 + + + 8.303000450134277 + 100 + + + + + + 2020.52001953125 + + 122 + + 85 + + + 8.23900032043457 + 120 + + + + + + 2028.739990234375 + + 122 + + 82 + + + 8.222999572753906 + 122 + + + + + + 2036.9200439453125 + + 122 + + 75 + + + 8.175999641418457 + 148 + + + + + + 2045.0899658203125 + + 122 + + 78 + + + 8.175999641418457 + 127 + + + + + + 2053.239990234375 + + 122 + + 78 + + + 8.145000457763672 + 146 + + + + + + 2061.3701171875 + + 122 + + 74 + + + 8.128999710083008 + 121 + + + + + + 2069.449951171875 + + 122 + + 74 + + + 8.083000183105469 + 137 + + + + + + 2077.52001953125 + + 122 + + 77 + + + 8.067999839782715 + 192 + + + + + + 2085.6201171875 + + 122 + + 75 + + + 8.098999977111816 + 211 + + + + + + 2093.72998046875 + + 122 + + 75 + + + 8.11400032043457 + 184 + + + + + + 2101.8798828125 + + 122 + + 75 + + + 8.145000457763672 + 201 + + + + + + 2110.22998046875 + + 122 + + 77 + + + 8.35099983215332 + 169 + + + + + + 2118.659912109375 + + 122 + + 76 + + + 8.432999610900879 + 183 + + + + + + 2126.97998046875 + + 122 + + 76 + + + 8.319000244140625 + 180 + + + + + + 2135.110107421875 + + 122 + + 77 + + + 8.128999710083008 + 163 + + + + + + 2143.300048828125 + + 122 + + 72 + + + 8.192000389099121 + 169 + + + + + + 2151.64990234375 + + 123 + + 82 + + + 8.35099983215332 + 139 + + + + + + 2160.050048828125 + + 123 + + 86 + + + 8.399999618530273 + 147 + + + + + + 2168.389892578125 + + 123 + + 84 + + + 8.335000038146973 + 132 + + + + + + 2176.85009765625 + + 124 + + 77 + + + 8.467000007629395 + 137 + + + + + + 2185.389892578125 + + 123 + + 80 + + + 8.534000396728516 + 92 + + + + + + 2193.969970703125 + + 124 + + 91 + + + 8.586000442504883 + 87 + + + + + + 2202.5400390625 + + 124 + + 82 + + + 8.567999839782715 + 107 + + + + + + 2211.139892578125 + + 124 + + 81 + + + 8.602999687194824 + 69 + + + + + + 2219.7099609375 + + 124 + + 75 + + + 8.567999839782715 + 60 + + + + + + 2228.25 + + 124 + + 77 + + + 8.534000396728516 + 66 + + + + + + 2236.72998046875 + + 124 + + 83 + + + 8.482999801635742 + 66 + + + + + + 2245.050048828125 + + 124 + + 90 + + + 8.319000244140625 + 84 + + + + + + 2253.429931640625 + + 123 + + 80 + + + 8.368000030517578 + 79 + + + + + + 2261.85009765625 + + 123 + + 84 + + + 8.432999610900879 + 105 + + + + + + 2270.22998046875 + + 123 + + 82 + + + 8.383999824523926 + 113 + + + + + + 2278.72998046875 + + 122 + + 77 + + + 8.5 + 104 + + + + + + 2287.169921875 + + 122 + + 85 + + + 8.432999610900879 + 120 + + + + + + 2295.489990234375 + + 121 + + 79 + + + 8.319000244140625 + 104 + + + + + + 2303.64990234375 + + 121 + + 76 + + + 8.15999984741211 + 124 + + + + + + 2311.9599609375 + + 121 + + 76 + + + 8.319000244140625 + 172 + + + + + + 2320.52001953125 + + 121 + + 78 + + + 8.550999641418457 + 214 + + + + + + 2329.030029296875 + + 121 + + 90 + + + 8.517000198364258 + 135 + + + + + + 2337.47998046875 + + 121 + + 88 + + + 8.449999809265137 + 80 + + + + + + 2345.919921875 + + 121 + + 86 + + + 8.432999610900879 + 146 + + + + + + 2354.35009765625 + + 122 + + 78 + + + 8.432999610900879 + 105 + + + + + + 2362.72998046875 + + 122 + + 78 + + + 8.383999824523926 + 99 + + + + + + 2371.25 + + 122 + + 75 + + + 8.517000198364258 + 115 + + + + + + 2379.919921875 + + 123 + + 82 + + + 8.67199993133545 + 97 + + + + + + 2388.610107421875 + + 123 + + 79 + + + 8.6899995803833 + 117 + + + + + + 2397.1298828125 + + 123 + + 87 + + + 8.517000198364258 + 90 + + + + + + 2405.6298828125 + + 122 + + 87 + + + 8.5 + 83 + + + + + + + 8.381999969482422 + 83 + 231 + 129 + 214 + + + + + 93.0 + 807.3 + 10.298999786376953 + 20 + + 128 + + + 148 + + Active + 117 + Manual + + + + 2405.6298828125 + + 122 + + 87 + + + 8.5 + 83 + + + + + + 2413.97998046875 + + 122 + + 87 + + + 8.35099983215332 + 60 + + + + + + 2422.1201171875 + + 122 + + 117 + + + 8.145000457763672 + 0 + + + + + + 2430.06005859375 + + 121 + + 0 + + + 7.934000015258789 + 0 + + + + + + 2437.7900390625 + + 120 + + 0 + + + 7.732999801635742 + 0 + + + + + + 2445.280029296875 + + 120 + + 0 + + + 7.489999771118164 + 0 + + + + + + 2452.489990234375 + + 119 + + 0 + + + 7.211999893188477 + 17 + + + + + + 2459.68994140625 + + 118 + + 0 + + + 7.199999809265137 + 85 + + + + + + 2466.8798828125 + + 119 + + 75 + + + 7.188000202178955 + 134 + + + + + + 2474.139892578125 + + 119 + + 65 + + + 7.261000156402588 + 172 + + + + + + 2481.47998046875 + + 119 + + 68 + + + 7.335999965667725 + 177 + + + + + + 2488.68994140625 + + 120 + + 68 + + + 7.211999893188477 + 158 + + + + + + 2495.929931640625 + + 120 + + 60 + + + 7.236999988555908 + 144 + + + + + + 2503.14990234375 + + 121 + + 58 + + + 7.223999977111816 + 133 + + + + + + 2510.22998046875 + + 121 + + 58 + + + 7.080999851226807 + 174 + + + + + + 2517.39990234375 + + 121 + + 58 + + + 7.164000034332275 + 243 + + + + + + 2524.860107421875 + + 120 + + 55 + + + 7.464000225067139 + 181 + + + + + + 2532.570068359375 + + 120 + + 58 + + + 7.704999923706055 + 145 + + + + + + 2540.31005859375 + + 120 + + 60 + + + 7.747000217437744 + 120 + + + + + + 2547.820068359375 + + 120 + + 61 + + + 7.502999782562256 + 116 + + + + + + 2555.25 + + 119 + + 59 + + + 7.438000202178955 + 120 + + + + + + 2562.820068359375 + + 119 + + 62 + + + 7.568999767303467 + 122 + + + + + + 2570.510009765625 + + 119 + + 64 + + + 7.690999984741211 + 118 + + + + + + 2578.320068359375 + + 119 + + 61 + + + 7.803999900817871 + 112 + + + + + + 2586.110107421875 + + 118 + + 63 + + + 7.789000034332275 + 112 + + + + + + 2593.8701171875 + + 118 + + 64 + + + 7.761000156402588 + 110 + + + + + + 2601.639892578125 + + 118 + + 69 + + + 7.775000095367432 + 125 + + + + + + 2609.3798828125 + + 118 + + 69 + + + 7.732999801635742 + 121 + + + + + + 2617.159912109375 + + 118 + + 77 + + + 7.789000034332275 + 122 + + + + + + 2625.010009765625 + + 118 + + 92 + + + 7.817999839782715 + 120 + + + + + + 2632.820068359375 + + 118 + + 72 + + + 7.817999839782715 + 127 + + + + + + 2640.719970703125 + + 119 + + 62 + + + 7.875 + 130 + + + + + + 2648.580078125 + + 119 + + 69 + + + 7.875 + 128 + + + + + + 2656.5 + + 119 + + 81 + + + 7.947999954223633 + 126 + + + + + + 2664.47998046875 + + 120 + + 85 + + + 7.978000164031982 + 122 + + + + + + 2672.449951171875 + + 120 + + 84 + + + 7.978000164031982 + 123 + + + + + + 2680.5400390625 + + 120 + + 69 + + + 8.083000183105469 + 207 + + + + + + 2688.72998046875 + + 120 + + 66 + + + 8.192000389099121 + 239 + + + + + + 2696.93994140625 + + 120 + + 66 + + + 8.206999778747559 + 181 + + + + + + 2704.989990234375 + + 120 + + 66 + + + 8.053000450134277 + 150 + + + + + + 2713.06005859375 + + 120 + + 65 + + + 8.067999839782715 + 155 + + + + + + 2721.22998046875 + + 120 + + 65 + + + 8.175999641418457 + 174 + + + + + + 2729.64990234375 + + 120 + + 66 + + + 8.416999816894531 + 220 + + + + + + 2738.14990234375 + + 121 + + 68 + + + 8.5 + 204 + + + + + + 2746.8798828125 + + 121 + + 72 + + + 8.725000381469727 + 188 + + + + + + 2755.580078125 + + 121 + + 72 + + + 8.708000183105469 + 199 + + + + + + 2764.3798828125 + + 121 + + 76 + + + 8.79699993133545 + 201 + + + + + + 2773.050048828125 + + 121 + + 89 + + + 8.67199993133545 + 184 + + + + + + 2781.85009765625 + + 122 + + 95 + + + 8.79699993133545 + 227 + + + + + + 2790.679931640625 + + 122 + + 93 + + + 8.833000183105469 + 205 + + + + + + 2799.800048828125 + + 123 + + 74 + + + 8.8149995803833 + 234 + + + + + + 2808.239990234375 + + 124 + + 71 + + + 8.743000030517578 + 215 + + + + + + 2817.02001953125 + + 124 + + 72 + + + 8.779000282287598 + 204 + + + + + + 2825.780029296875 + + 125 + + 70 + + + 8.76099967956543 + 189 + + + + + + 2834.60009765625 + + 126 + + 70 + + + 8.8149995803833 + 189 + + + + + + 2843.389892578125 + + 126 + + 71 + + + 8.79699993133545 + 202 + + + + + + 2852.18994140625 + + 127 + + 70 + + + 8.79699993133545 + 277 + + + + + + 2861.14990234375 + + 127 + + 71 + + + 8.963000297546387 + 244 + + + + + + 2870.22998046875 + + 128 + + 71 + + + 9.07699966430664 + 273 + + + + + + 2879.389892578125 + + 129 + + 72 + + + 9.154000282287598 + 238 + + + + + + 2888.5400390625 + + 129 + + 73 + + + 9.154000282287598 + 236 + + + + + + 2897.68994140625 + + 130 + + 73 + + + 9.154000282287598 + 244 + + + + + + 2906.830078125 + + 131 + + 74 + + + 9.135000228881836 + 248 + + + + + + 2915.9599609375 + + 131 + + 75 + + + 9.135000228881836 + 245 + + + + + + 2925.06005859375 + + 132 + + 81 + + + 9.057000160217285 + 238 + + + + + + 2934.080078125 + + 133 + + 84 + + + 9.057000160217285 + 227 + + + + + + 2943.35009765625 + + 134 + + 94 + + + 9.27299976348877 + 218 + + + + + + 2952.7900390625 + + 135 + + 85 + + + 9.437000274658203 + 253 + + + + + + 2962.10009765625 + + 135 + + 78 + + + 9.312999725341797 + 261 + + + + + + 2971.639892578125 + + 136 + + 70 + + + 9.541999816894531 + 250 + + + + + + 2981.419921875 + + 137 + + 77 + + + 9.781000137329102 + 227 + + + + + + 2991.409912109375 + + 137 + + 76 + + + 9.986000061035156 + 233 + + + + + + 3001.5400390625 + + 138 + + 75 + + + 10.128000259399414 + 237 + + + + + + 3011.68994140625 + + 139 + + 75 + + + 10.152000427246094 + 208 + + + + + + 3021.820068359375 + + 139 + + 77 + + + 10.128000259399414 + 163 + + + + + + 3031.949951171875 + + 140 + + 75 + + + 10.128000259399414 + 176 + + + + + + 3042.070068359375 + + 141 + + 75 + + + 10.128000259399414 + 187 + + + + + + 3052.1298828125 + + 141 + + 77 + + + 10.057000160217285 + 194 + + + + + + 3062.2099609375 + + 142 + + 78 + + + 10.079999923706055 + 169 + + + + + + 3072.2900390625 + + 142 + + 75 + + + 10.079999923706055 + 183 + + + + + + 3082.280029296875 + + 143 + + 75 + + + 9.986000061035156 + 176 + + + + + + 3092.39990234375 + + 144 + + 75 + + + 10.128000259399414 + 184 + + + + + + 3102.580078125 + + 144 + + 75 + + + 10.175999641418457 + 225 + + + + + + 3112.760009765625 + + 145 + + 76 + + + 10.175999641418457 + 245 + + + + + + 3122.7900390625 + + 145 + + 75 + + + 10.032999992370605 + 258 + + + + + + 3132.820068359375 + + 146 + + 75 + + + 10.032999992370605 + 213 + + + + + + 3142.929931640625 + + 146 + + 75 + + + 10.104000091552734 + 204 + + + + + + 3153.14990234375 + + 146 + + 81 + + + 10.225000381469727 + 214 + + + + + + 3163.429931640625 + + 147 + + 84 + + + 10.27400016784668 + 233 + + + + + + 3173.60009765625 + + 147 + + 79 + + + 10.175999641418457 + 204 + + + + + + 3183.830078125 + + 148 + + 77 + + + 10.225000381469727 + 181 + + + + + + 3194.1298828125 + + 148 + + 77 + + + 10.298999786376953 + 187 + + + + + + 3204.419921875 + + 148 + + 81 + + + 10.298999786376953 + 183 + + + + + + 3214.550048828125 + + 149 + + 80 + + + 10.128000259399414 + 186 + + + + + + + 8.692999839782715 + 69 + 108 + 174 + 277 + + + + + 165.0 + 1633.78 + 10.347999572753906 + 47 + + 148 + + + 151 + + Active + 88 + Manual + + + + 3214.550048828125 + + 149 + + 80 + + + 10.128000259399414 + 186 + + + + + + 3224.469970703125 + + 148 + + 79 + + + 9.916999816894531 + 180 + + + + + + 3234.47998046875 + + 149 + + 76 + + + 10.010000228881836 + 207 + + + + + + 3244.489990234375 + + 149 + + 78 + + + 10.010000228881836 + 186 + + + + + + 3254.5400390625 + + 149 + + 81 + + + 10.032999992370605 + 215 + + + + + + 3264.489990234375 + + 149 + + 76 + + + 9.963000297546387 + 231 + + + + + + 3274.3798828125 + + 149 + + 74 + + + 9.894000053405762 + 221 + + + + + + 3284.320068359375 + + 149 + + 74 + + + 9.9399995803833 + 217 + + + + + + 3294.18994140625 + + 149 + + 75 + + + 9.871000289916992 + 179 + + + + + + 3303.969970703125 + + 149 + + 78 + + + 9.781000137329102 + 197 + + + + + + 3313.659912109375 + + 150 + + 77 + + + 9.692999839782715 + 209 + + + + + + 3323.419921875 + + 150 + + 76 + + + 9.758999824523926 + 230 + + + + + + 3333.22998046875 + + 149 + + 73 + + + 9.803999900817871 + 276 + + + + + + 3343.080078125 + + 150 + + 73 + + + 9.848999977111816 + 256 + + + + + + 3353.06005859375 + + 150 + + 82 + + + 9.986000061035156 + 229 + + + + + + 3363.10009765625 + + 149 + + 78 + + + 10.032999992370605 + 206 + + + + + + 3373.110107421875 + + 149 + + 77 + + + 10.010000228881836 + 202 + + + + + + 3383.18994140625 + + 149 + + 78 + + + 10.079999923706055 + 212 + + + + + + 3393.340087890625 + + 149 + + 78 + + + 10.152000427246094 + 190 + + + + + + 3403.5400390625 + + 150 + + 78 + + + 10.199999809265137 + 190 + + + + + + 3413.739990234375 + + 150 + + 78 + + + 10.199999809265137 + 172 + + + + + + 3423.75 + + 150 + + 77 + + + 10.010000228881836 + 173 + + + + + + 3434.179931640625 + + 150 + + 77 + + + 10.175999641418457 + 165 + + + + + + 3443.9599609375 + + 150 + + 76 + + + 10.032999992370605 + 159 + + + + + + 3454.090087890625 + + 151 + + 75 + + + 10.128000259399414 + 184 + + + + + + 3464.169921875 + + 150 + + 80 + + + 10.079999923706055 + 196 + + + + + + 3474.22998046875 + + 150 + + 86 + + + 10.057000160217285 + 204 + + + + + + 3484.429931640625 + + 150 + + 81 + + + 10.199999809265137 + 190 + + + + + + 3494.3701171875 + + 150 + + 76 + + + 9.9399995803833 + 170 + + + + + + 3504.18994140625 + + 150 + + 75 + + + 9.826000213623047 + 181 + + + + + + 3513.820068359375 + + 150 + + 75 + + + 9.626999855041504 + 219 + + + + + + 3523.340087890625 + + 150 + + 73 + + + 9.520000457763672 + 250 + + + + + + 3532.89990234375 + + 150 + + 75 + + + 9.562999725341797 + 244 + + + + + + 3542.639892578125 + + 150 + + 86 + + + 9.737000465393066 + 247 + + + + + + 3552.580078125 + + 150 + + 86 + + + 9.9399995803833 + 245 + + + + + + 3562.780029296875 + + 150 + + 79 + + + 10.199999809265137 + 227 + + + + + + 3573.1298828125 + + 150 + + 78 + + + 10.347999572753906 + 205 + + + + + + 3583.489990234375 + + 150 + + 78 + + + 10.322999954223633 + 166 + + + + + + 3593.719970703125 + + 150 + + 77 + + + 10.27400016784668 + 110 + + + + + + 3603.919921875 + + 150 + + 75 + + + 10.199999809265137 + 79 + + + + + + 3614.030029296875 + + 150 + + 76 + + + 10.104000091552734 + 89 + + + + + + 3623.830078125 + + 150 + + 78 + + + 9.803999900817871 + 136 + + + + + + 3633.679931640625 + + 150 + + 76 + + + 9.848999977111816 + 169 + + + + + + 3643.4599609375 + + 150 + + 73 + + + 9.781000137329102 + 184 + + + + + + 3653.199951171875 + + 150 + + 73 + + + 9.737000465393066 + 225 + + + + + + 3662.909912109375 + + 150 + + 73 + + + 9.71500015258789 + 229 + + + + + + 3672.669921875 + + 150 + + 72 + + + 9.758999824523926 + 201 + + + + + + 3682.429931640625 + + 150 + + 73 + + + 9.758999824523926 + 198 + + + + + + 3692.239990234375 + + 150 + + 84 + + + 9.803999900817871 + 203 + + + + + + 3701.969970703125 + + 150 + + 79 + + + 9.737000465393066 + 197 + + + + + + 3711.669921875 + + 150 + + 79 + + + 9.692999839782715 + 209 + + + + + + 3721.18994140625 + + 149 + + 82 + + + 9.520000457763672 + 223 + + + + + + 3730.679931640625 + + 149 + + 77 + + + 9.49899959564209 + 242 + + + + + + 3740.2900390625 + + 149 + + 74 + + + 9.605999946594238 + 258 + + + + + + 3750.050048828125 + + 149 + + 73 + + + 9.758999824523926 + 248 + + + + + + 3759.7900390625 + + 149 + + 72 + + + 9.737000465393066 + 251 + + + + + + 3769.72998046875 + + 148 + + 72 + + + 9.9399995803833 + 225 + + + + + + 3779.89990234375 + + 148 + + 79 + + + 10.175999641418457 + 218 + + + + + + 3789.93994140625 + + 148 + + 83 + + + 10.032999992370605 + 222 + + + + + + 3799.969970703125 + + 149 + + 77 + + + 10.032999992370605 + 187 + + + + + + 3810.10009765625 + + 148 + + 74 + + + 10.128000259399414 + 189 + + + + + + 3820.199951171875 + + 148 + + 74 + + + 10.104000091552734 + 188 + + + + + + 3830.280029296875 + + 148 + + 76 + + + 10.079999923706055 + 177 + + + + + + 3840.360107421875 + + 148 + + 81 + + + 10.079999923706055 + 174 + + + + + + 3850.419921875 + + 148 + + 80 + + + 10.057000160217285 + 158 + + + + + + 3860.27001953125 + + 148 + + 71 + + + 9.848999977111816 + 150 + + + + + + 3870.139892578125 + + 148 + + 69 + + + 9.871000289916992 + 157 + + + + + + 3880.030029296875 + + 148 + + 72 + + + 9.894000053405762 + 170 + + + + + + 3889.8798828125 + + 148 + + 72 + + + 9.848999977111816 + 185 + + + + + + 3899.800048828125 + + 148 + + 76 + + + 9.916999816894531 + 195 + + + + + + 3909.7099609375 + + 147 + + 82 + + + 9.894000053405762 + 189 + + + + + + 3919.6298828125 + + 147 + + 77 + + + 9.9399995803833 + 183 + + + + + + 3929.4599609375 + + 147 + + 75 + + + 9.826000213623047 + 206 + + + + + + 3939.14990234375 + + 147 + + 75 + + + 9.692999839782715 + 212 + + + + + + 3948.820068359375 + + 148 + + 70 + + + 9.670999526977539 + 202 + + + + + + 3958.510009765625 + + 148 + + 69 + + + 9.692999839782715 + 222 + + + + + + 3968.300048828125 + + 148 + + 73 + + + 9.781000137329102 + 247 + + + + + + 3978.1201171875 + + 148 + + 76 + + + 9.826000213623047 + 271 + + + + + + 3987.929931640625 + + 148 + + 69 + + + 9.803999900817871 + 198 + + + + + + 3997.93994140625 + + 148 + + 74 + + + 10.010000228881836 + 204 + + + + + + 4007.89990234375 + + 148 + + 74 + + + 9.963000297546387 + 189 + + + + + + 4017.9599609375 + + 148 + + 78 + + + 10.057000160217285 + 213 + + + + + + 4027.989990234375 + + 148 + + 85 + + + 10.032999992370605 + 201 + + + + + + 4038.02001953125 + + 148 + + 84 + + + 10.032999992370605 + 214 + + + + + + 4048.1298828125 + + 148 + + 75 + + + 10.104000091552734 + 212 + + + + + + 4058.280029296875 + + 148 + + 76 + + + 10.152000427246094 + 223 + + + + + + 4068.360107421875 + + 148 + + 75 + + + 10.079999923706055 + 212 + + + + + + 4078.409912109375 + + 148 + + 76 + + + 10.057000160217285 + 214 + + + + + + 4088.39990234375 + + 148 + + 76 + + + 9.986000061035156 + 191 + + + + + + 4098.31982421875 + + 147 + + 78 + + + 9.916999816894531 + 137 + + + + + + 4108.2099609375 + + 148 + + 79 + + + 9.894000053405762 + 149 + + + + + + 4117.83984375 + + 147 + + 73 + + + 9.626999855041504 + 145 + + + + + + 4127.3798828125 + + 147 + + 74 + + + 9.541999816894531 + 178 + + + + + + 4136.9599609375 + + 147 + + 74 + + + 9.583999633789062 + 188 + + + + + + 4146.64013671875 + + 147 + + 72 + + + 9.670999526977539 + 244 + + + + + + 4156.3701171875 + + 147 + + 71 + + + 9.737000465393066 + 283 + + + + + + 4166.06982421875 + + 147 + + 73 + + + 9.692999839782715 + 225 + + + + + + 4175.9599609375 + + 146 + + 76 + + + 9.894000053405762 + 233 + + + + + + 4185.759765625 + + 146 + + 71 + + + 9.803999900817871 + 200 + + + + + + 4195.7001953125 + + 147 + + 74 + + + 9.9399995803833 + 231 + + + + + + 4205.7099609375 + + 146 + + 75 + + + 10.010000228881836 + 207 + + + + + + 4215.75 + + 147 + + 78 + + + 10.032999992370605 + 192 + + + + + + 4225.7099609375 + + 147 + + 81 + + + 9.963000297546387 + 162 + + + + + + 4235.64990234375 + + 147 + + 75 + + + 9.9399995803833 + 177 + + + + + + 4245.64013671875 + + 147 + + 78 + + + 9.986000061035156 + 204 + + + + + + 4255.64990234375 + + 147 + + 79 + + + 10.010000228881836 + 227 + + + + + + 4265.60986328125 + + 147 + + 75 + + + 9.963000297546387 + 202 + + + + + + 4275.52978515625 + + 147 + + 73 + + + 9.916999816894531 + 181 + + + + + + 4285.39990234375 + + 147 + + 75 + + + 9.871000289916992 + 186 + + + + + + 4295.25 + + 147 + + 76 + + + 9.848999977111816 + 181 + + + + + + 4305.06982421875 + + 147 + + 74 + + + 9.826000213623047 + 178 + + + + + + 4314.81005859375 + + 147 + + 74 + + + 9.737000465393066 + 170 + + + + + + 4324.41015625 + + 147 + + 74 + + + 9.605999946594238 + 193 + + + + + + 4333.93017578125 + + 147 + + 73 + + + 9.520000457763672 + 219 + + + + + + 4343.64990234375 + + 147 + + 71 + + + 9.71500015258789 + 239 + + + + + + 4353.56982421875 + + 147 + + 70 + + + 9.916999816894531 + 271 + + + + + + 4363.43994140625 + + 146 + + 74 + + + 9.871000289916992 + 221 + + + + + + 4373.259765625 + + 147 + + 79 + + + 9.826000213623047 + 227 + + + + + + 4383.08984375 + + 146 + + 82 + + + 9.826000213623047 + 191 + + + + + + 4392.9599609375 + + 146 + + 73 + + + 9.871000289916992 + 199 + + + + + + 4403.06005859375 + + 146 + + 75 + + + 10.104000091552734 + 175 + + + + + + 4413.22021484375 + + 146 + + 77 + + + 10.152000427246094 + 182 + + + + + + 4423.2998046875 + + 146 + + 76 + + + 10.079999923706055 + 157 + + + + + + 4433.3798828125 + + 146 + + 76 + + + 10.079999923706055 + 173 + + + + + + 4443.3701171875 + + 146 + + 88 + + + 9.9399995803833 + 171 + + + + + + 4453.27001953125 + + 145 + + 84 + + + 9.916999816894531 + 165 + + + + + + 4463.14013671875 + + 145 + + 74 + + + 9.848999977111816 + 144 + + + + + + 4472.93994140625 + + 145 + + 74 + + + 9.848999977111816 + 153 + + + + + + 4482.56005859375 + + 145 + + 72 + + + 9.626999855041504 + 195 + + + + + + 4492.25 + + 145 + + 75 + + + 9.692999839782715 + 237 + + + + + + 4501.990234375 + + 145 + + 73 + + + 9.737000465393066 + 207 + + + + + + 4511.7900390625 + + 145 + + 74 + + + 9.803999900817871 + 262 + + + + + + 4521.72998046875 + + 145 + + 71 + + + 9.9399995803833 + 226 + + + + + + 4531.5400390625 + + 145 + + 74 + + + 9.803999900817871 + 199 + + + + + + 4541.16015625 + + 146 + + 76 + + + 9.626999855041504 + 192 + + + + + + 4550.68017578125 + + 146 + + 72 + + + 9.520000457763672 + 265 + + + + + + 4560.33984375 + + 145 + + 71 + + + 9.626999855041504 + 241 + + + + + + 4570.10986328125 + + 146 + + 75 + + + 9.803999900817871 + 224 + + + + + + 4579.93994140625 + + 146 + + 84 + + + 9.826000213623047 + 202 + + + + + + 4589.740234375 + + 146 + + 76 + + + 9.803999900817871 + 188 + + + + + + 4599.56982421875 + + 146 + + 80 + + + 9.826000213623047 + 197 + + + + + + 4609.39990234375 + + 146 + + 77 + + + 9.826000213623047 + 175 + + + + + + 4619.27001953125 + + 146 + + 73 + + + 9.871000289916992 + 195 + + + + + + 4629.14013671875 + + 146 + + 73 + + + 9.871000289916992 + 209 + + + + + + 4639.02978515625 + + 146 + + 75 + + + 9.894000053405762 + 213 + + + + + + 4648.97021484375 + + 146 + + 73 + + + 9.9399995803833 + 227 + + + + + + 4658.93994140625 + + 146 + + 75 + + + 9.963000297546387 + 209 + + + + + + 4668.919921875 + + 145 + + 75 + + + 9.986000061035156 + 186 + + + + + + 4678.85986328125 + + 146 + + 75 + + + 9.9399995803833 + 194 + + + + + + 4688.7998046875 + + 146 + + 76 + + + 9.9399995803833 + 205 + + + + + + 4698.759765625 + + 146 + + 75 + + + 9.963000297546387 + 192 + + + + + + 4708.7001953125 + + 147 + + 75 + + + 9.9399995803833 + 181 + + + + + + 4718.6201171875 + + 147 + + 76 + + + 9.894000053405762 + 189 + + + + + + 4728.4501953125 + + 147 + + 79 + + + 9.848999977111816 + 229 + + + + + + 4738.25 + + 147 + + 77 + + + 9.803999900817871 + 204 + + + + + + 4748.10009765625 + + 147 + + 73 + + + 9.848999977111816 + 229 + + + + + + 4757.81982421875 + + 147 + + 73 + + + 9.71500015258789 + 203 + + + + + + 4767.5498046875 + + 147 + + 73 + + + 9.737000465393066 + 215 + + + + + + 4777.27001953125 + + 147 + + 72 + + + 9.71500015258789 + 224 + + + + + + 4787.27978515625 + + 147 + + 72 + + + 10.010000228881836 + 234 + + + + + + 4797.3798828125 + + 147 + + 77 + + + 10.104000091552734 + 246 + + + + + + 4807.580078125 + + 148 + + 85 + + + 10.199999809265137 + 220 + + + + + + 4817.8798828125 + + 148 + + 82 + + + 10.298999786376953 + 198 + + + + + + 4828.10986328125 + + 147 + + 75 + + + 10.225000381469727 + 138 + + + + + + 4838.2099609375 + + 148 + + 76 + + + 10.104000091552734 + 104 + + + + + + 4848.10009765625 + + 147 + + 78 + + + 9.894000053405762 + 79 + + + + + + + 9.904000282287598 + 76 + 209 + 200 + 283 + + + + + 95.0 + 621.77 + 9.894000053405762 + 15 + + 118 + + + 147 + + Active + 110 + Manual + + + + 4848.10009765625 + + 147 + + 78 + + + 9.894000053405762 + 79 + + + + + + 4857.75 + + 147 + + 56 + + + 9.64900016784668 + 0 + + + + + + 4867.25 + + 147 + + 0 + + + 9.49899959564209 + 0 + + + + + + 4876.5 + + 146 + + 0 + + + 9.253000259399414 + 0 + + + + + + 4885.43017578125 + + 146 + + 0 + + + 8.925000190734863 + 0 + + + + + + 4894.10009765625 + + 145 + + 0 + + + 8.67199993133545 + 0 + + + + + + 4902.490234375 + + 144 + + 0 + + + 8.383999824523926 + 0 + + + + + + 4910.60009765625 + + 144 + + 0 + + + 8.11400032043457 + 0 + + + + + + 4918.43994140625 + + 143 + + 0 + + + 7.8460001945495605 + 0 + + + + + + 4925.919921875 + + 143 + + 0 + + + 7.4770002365112305 + 0 + + + + + + 4933.02001953125 + + 142 + + 0 + + + 7.0929999351501465 + 0 + + + + + + 4940.0 + + 142 + + 0 + + + 6.988999843597412 + 0 + + + + + + 4946.97998046875 + + 141 + + 0 + + + 6.9770002365112305 + 0 + + + + + + 4953.83984375 + + 140 + + 0 + + + 6.855000019073486 + 9 + + + + + + 4960.490234375 + + 138 + + 21 + + + 6.6519999504089355 + 63 + + + + + + 4967.14013671875 + + 137 + + 86 + + + 6.6519999504089355 + 135 + + + + + + 4973.77978515625 + + 135 + + 96 + + + 6.642000198364258 + 158 + + + + + + 4980.58984375 + + 134 + + 59 + + + 6.810999870300293 + 125 + + + + + + 4987.47998046875 + + 133 + + 57 + + + 6.888000011444092 + 100 + + + + + + 4994.1201171875 + + 132 + + 85 + + + 6.642000198364258 + 76 + + + + + + 5000.7998046875 + + 131 + + 87 + + + 6.663000106811523 + 108 + + + + + + 5007.64990234375 + + 129 + + 59 + + + 6.866000175476074 + 90 + + + + + + 5014.64990234375 + + 128 + + 52 + + + 7.0 + 104 + + + + + + 5021.56005859375 + + 127 + + 53 + + + 6.909999847412109 + 98 + + + + + + 5028.47998046875 + + 127 + + 55 + + + 6.921000003814697 + 131 + + + + + + 5035.509765625 + + 126 + + 54 + + + 7.0229997634887695 + 109 + + + + + + 5042.56005859375 + + 125 + + 60 + + + 7.058000087738037 + 69 + + + + + + 5049.6298828125 + + 125 + + 110 + + + 7.068999767303467 + 81 + + + + + + 5056.81005859375 + + 124 + + 87 + + + 7.176000118255615 + 92 + + + + + + 5063.93994140625 + + 123 + + 64 + + + 7.127999782562256 + 77 + + + + + + 5071.08984375 + + 123 + + 74 + + + 7.1519999504089355 + 77 + + + + + + 5078.2001953125 + + 122 + + 60 + + + 7.116000175476074 + 65 + + + + + + 5085.2998046875 + + 122 + + 57 + + + 7.0929999351501465 + 75 + + + + + + 5092.330078125 + + 122 + + 57 + + + 7.034999847412109 + 74 + + + + + + 5099.39013671875 + + 122 + + 59 + + + 7.058000087738037 + 74 + + + + + + 5106.43994140625 + + 122 + + 59 + + + 7.046000003814697 + 79 + + + + + + 5113.5400390625 + + 121 + + 53 + + + 7.105000019073486 + 81 + + + + + + 5120.5400390625 + + 120 + + 110 + + + 7.0 + 76 + + + + + + 5127.580078125 + + 119 + + 109 + + + 7.034999847412109 + 81 + + + + + + 5134.6201171875 + + 118 + + 59 + + + 7.046000003814697 + 98 + + + + + + 5141.72021484375 + + 117 + + 68 + + + 7.0929999351501465 + 79 + + + + + + 5148.68017578125 + + 116 + + 91 + + + 6.966000080108643 + 0 + + + + + + 5155.3798828125 + + 115 + + 0 + + + 6.693999767303467 + 0 + + + + + + 5161.77001953125 + + 114 + + 0 + + + 6.394000053405762 + 0 + + + + + + 5167.91015625 + + 114 + + 0 + + + 6.138000011444092 + 0 + + + + + + 5173.97998046875 + + 113 + + 0 + + + 6.077000141143799 + 0 + + + + + + 5180.009765625 + + 113 + + 0 + + + 6.025000095367432 + 0 + + + + + + 5185.97998046875 + + 112 + + 0 + + + 5.974999904632568 + 0 + + + + + + 5191.77001953125 + + 112 + + 0 + + + 5.781000137329102 + 0 + + + + + + 5197.669921875 + + 112 + + 0 + + + 5.901000022888184 + 0 + + + + + + 5203.41015625 + + 111 + + 0 + + + 5.743000030517578 + 0 + + + + + + 5209.10986328125 + + 110 + + 0 + + + 5.703999996185303 + 0 + + + + + + 5214.7998046875 + + 109 + + 0 + + + 5.689000129699707 + 0 + + + + + + 5220.5 + + 108 + + 0 + + + 5.682000160217285 + 0 + + + + + + 5226.14013671875 + + 105 + + 0 + + + 5.658999919891357 + 0 + + + + + + 5231.66015625 + + 104 + + 0 + + + 5.513999938964844 + 0 + + + + + + 5236.93017578125 + + 103 + + 0 + + + 5.269000053405762 + 0 + + + + + + 5242.14013671875 + + 101 + + 0 + + + 5.2179999351501465 + 0 + + + + + + 5247.2099609375 + + 100 + + 0 + + + 5.064000129699707 + 5 + + + + + + 5252.2099609375 + + 100 + + 0 + + + 4.999000072479248 + 57 + + + + + + 5257.22021484375 + + 101 + + 65 + + + 5.015999794006348 + 76 + + + + + + 5262.2900390625 + + 101 + + 46 + + + 5.070000171661377 + 118 + + + + + + 5267.580078125 + + 101 + + 54 + + + 5.2820000648498535 + 123 + + + + + + 5272.97998046875 + + 100 + + 59 + + + 5.4019999504089355 + 126 + + + + + + 5278.41015625 + + 100 + + 61 + + + 5.436999797821045 + 121 + + + + + + 5283.990234375 + + 100 + + 61 + + + 5.571000099182129 + 198 + + + + + + 5289.669921875 + + 100 + + 63 + + + 5.682000160217285 + 185 + + + + + + 5295.5498046875 + + 101 + + 74 + + + 5.885000228881836 + 119 + + + + + + 5301.4599609375 + + 102 + + 74 + + + 5.908999919891357 + 101 + + + + + + 5307.41015625 + + 103 + + 86 + + + 5.949999809265137 + 89 + + + + + + 5313.3798828125 + + 103 + + 87 + + + 5.9670000076293945 + 87 + + + + + + 5319.33984375 + + 104 + + 86 + + + 5.958000183105469 + 88 + + + + + + 5325.2998046875 + + 105 + + 85 + + + 5.958000183105469 + 80 + + + + + + 5331.2001953125 + + 105 + + 82 + + + 5.901000022888184 + 62 + + + + + + 5337.06005859375 + + 105 + + 93 + + + 5.861000061035156 + 57 + + + + + + 5342.7900390625 + + 106 + + 73 + + + 5.735000133514404 + 63 + + + + + + 5348.43017578125 + + 106 + + 82 + + + 5.63700008392334 + 81 + + + + + + 5354.06982421875 + + 107 + + 81 + + + 5.63700008392334 + 92 + + + + + + 5359.9599609375 + + 108 + + 81 + + + 5.89300012588501 + 86 + + + + + + 5365.68017578125 + + 108 + + 96 + + + 5.71999979019165 + 68 + + + + + + 5371.47998046875 + + 109 + + 107 + + + 5.804999828338623 + 132 + + + + + + 5377.509765625 + + 110 + + 86 + + + 6.025000095367432 + 175 + + + + + + 5383.64013671875 + + 111 + + 78 + + + 6.129000186920166 + 146 + + + + + + 5389.72021484375 + + 111 + + 89 + + + 6.077000141143799 + 112 + + + + + + 5395.81982421875 + + 111 + + 84 + + + 6.103000164031982 + 100 + + + + + + 5402.0498046875 + + 111 + + 73 + + + 6.2270002365112305 + 83 + + + + + + 5408.4501953125 + + 111 + + 98 + + + 6.394000053405762 + 60 + + + + + + 5414.7900390625 + + 111 + + 87 + + + 6.3470001220703125 + 57 + + + + + + 5421.22998046875 + + 112 + + 80 + + + 6.441999912261963 + 53 + + + + + + 5427.75 + + 112 + + 94 + + + 6.520999908447266 + 36 + + + + + + 5434.16015625 + + 113 + + 110 + + + 6.413000106811523 + 7 + + + + + + 5440.56982421875 + + 113 + + 28 + + + 6.4039998054504395 + 0 + + + + + + 5446.89013671875 + + 113 + + 0 + + + 6.328000068664551 + 64 + + + + + + 5453.41015625 + + 113 + + 72 + + + 6.511000156402588 + 110 + + + + + + 5459.97998046875 + + 112 + + 80 + + + 6.571000099182129 + 113 + + + + + + 5466.56005859375 + + 112 + + 72 + + + 6.580999851226807 + 81 + + + + + + + 6.494999885559083 + 50 + 79 + 62 + 198 + + + + + 162.0 + 1009.11 + 6.703999996185304 + 16 + + 107 + + + 112 + + Active + 151 + Manual + + + + 5466.56005859375 + + 112 + + 72 + + + 6.580999851226807 + 81 + + + + + + 5473.18994140625 + + 111 + + 74 + + + 6.631999969482422 + 58 + + + + + + 5479.89013671875 + + 110 + + 90 + + + 6.703999996185303 + 47 + + + + + + 5486.60009765625 + + 110 + + 111 + + + 6.703999996185303 + 24 + + + + + + 5493.16015625 + + 109 + + 29 + + + 6.560999870300293 + 69 + + + + + + 5499.81005859375 + + 109 + + 61 + + + 6.6519999504089355 + 83 + + + + + + 5506.43994140625 + + 108 + + 89 + + + 6.631999969482422 + 57 + + + + + + 5513.10986328125 + + 108 + + 91 + + + 6.663000106811523 + 19 + + + + + + 5519.72998046875 + + 108 + + 22 + + + 6.620999813079834 + 36 + + + + + + 5526.25 + + 108 + + 82 + + + 6.520999908447266 + 55 + + + + + + 5532.6201171875 + + 109 + + 101 + + + 6.375 + 58 + + + + + + 5538.8701171875 + + 109 + + 88 + + + 6.244999885559082 + 79 + + + + + + 5545.0400390625 + + 109 + + 82 + + + 6.172999858856201 + 144 + + + + + + 5551.1298828125 + + 110 + + 78 + + + 6.093999862670898 + 153 + + + + + + 5557.5 + + 110 + + 71 + + + 6.366000175476074 + 118 + + + + + + 5563.9501953125 + + 111 + + 69 + + + 6.452000141143799 + 125 + + + + + + 5570.509765625 + + 111 + + 73 + + + 6.560999870300293 + 109 + + + + + + 5577.14990234375 + + 112 + + 79 + + + 6.631999969482422 + 150 + + + + + + 5583.7099609375 + + 112 + + 84 + + + 6.560999870300293 + 86 + + + + + + 5590.169921875 + + 112 + + 96 + + + 6.461999893188477 + 66 + + + + + + 5596.5498046875 + + 111 + + 79 + + + 6.385000228881836 + 67 + + + + + + 5603.10986328125 + + 111 + + 72 + + + 6.560999870300293 + 64 + + + + + + 5609.56982421875 + + 112 + + 93 + + + 6.452000141143799 + 64 + + + + + + 5615.990234375 + + 111 + + 85 + + + 6.422999858856201 + 48 + + + + + + 5622.52001953125 + + 111 + + 134 + + + 6.531000137329102 + 20 + + + + + + 5629.0 + + 111 + + 38 + + + 6.480999946594238 + 19 + + + + + + 5635.4501953125 + + 111 + + 53 + + + 6.452000141143799 + 25 + + + + + + 5641.7998046875 + + 111 + + 102 + + + 6.3470001220703125 + 27 + + + + + + 5648.16015625 + + 111 + + 119 + + + 6.355999946594238 + 32 + + + + + + 5654.39990234375 + + 111 + + 126 + + + 6.244999885559082 + 32 + + + + + + 5660.66015625 + + 112 + + 107 + + + 6.263000011444092 + 39 + + + + + + 5666.8701171875 + + 112 + + 93 + + + 6.209000110626221 + 56 + + + + + + 5672.97998046875 + + 112 + + 85 + + + 6.103000164031982 + 57 + + + + + + 5679.18017578125 + + 112 + + 86 + + + 6.199999809265137 + 69 + + + + + + 5685.2998046875 + + 112 + + 82 + + + 6.119999885559082 + 88 + + + + + + 5691.43994140625 + + 112 + + 88 + + + 6.145999908447266 + 83 + + + + + + 5697.6201171875 + + 112 + + 81 + + + 6.182000160217285 + 106 + + + + + + 5703.9501953125 + + 112 + + 69 + + + 6.328000068664551 + 157 + + + + + + 5710.3701171875 + + 112 + + 70 + + + 6.413000106811523 + 132 + + + + + + 5716.75 + + 112 + + 83 + + + 6.385000228881836 + 71 + + + + + + 5723.10009765625 + + 112 + + 128 + + + 6.3470001220703125 + 50 + + + + + + 5729.31982421875 + + 112 + + 134 + + + 6.2270002365112305 + 35 + + + + + + 5735.3798828125 + + 111 + + 105 + + + 6.059000015258789 + 36 + + + + + + 5741.3798828125 + + 111 + + 103 + + + 6.0 + 50 + + + + + + 5747.33984375 + + 110 + + 102 + + + 5.958000183105469 + 57 + + + + + + 5753.33984375 + + 110 + + 88 + + + 6.0 + 76 + + + + + + 5759.18994140625 + + 110 + + 72 + + + 5.84499979019165 + 92 + + + + + + 5764.91015625 + + 110 + + 67 + + + 5.71999979019165 + 100 + + + + + + 5770.64990234375 + + 110 + + 66 + + + 5.743000030517578 + 96 + + + + + + 5776.7099609375 + + 111 + + 65 + + + 6.059000015258789 + 90 + + + + + + 5782.759765625 + + 110 + + 66 + + + 6.051000118255615 + 107 + + + + + + 5788.83984375 + + 110 + + 68 + + + 6.085000038146973 + 141 + + + + + + 5795.10986328125 + + 110 + + 69 + + + 6.263000011444092 + 129 + + + + + + 5801.4501953125 + + 110 + + 74 + + + 6.309000015258789 + 92 + + + + + + 5807.669921875 + + 110 + + 88 + + + 6.2270002365112305 + 70 + + + + + + 5814.080078125 + + 110 + + 85 + + + 6.422999858856201 + 65 + + + + + + 5820.490234375 + + 110 + + 76 + + + 6.413000106811523 + 54 + + + + + + 5827.10986328125 + + 110 + + 95 + + + 6.631999969482422 + 34 + + + + + + 5833.68017578125 + + 110 + + 98 + + + 6.551000118255615 + 19 + + + + + + 5840.22998046875 + + 110 + + 47 + + + 6.571000099182129 + 7 + + + + + + 5846.68017578125 + + 110 + + 0 + + + 6.452000141143799 + 0 + + + + + + 5853.10986328125 + + 110 + + 0 + + + 6.422999858856201 + 0 + + + + + + 5859.4501953125 + + 110 + + 0 + + + 6.3470001220703125 + 0 + + + + + + 5865.77978515625 + + 110 + + 0 + + + 6.328000068664551 + 9 + + + + + + 5872.0498046875 + + 110 + + 0 + + + 6.263000011444092 + 7 + + + + + + 5878.27001953125 + + 110 + + 0 + + + 6.2270002365112305 + 18 + + + + + + 5884.5400390625 + + 110 + + 89 + + + 6.271999835968018 + 32 + + + + + + 5890.7099609375 + + 110 + + 103 + + + 6.164000034332275 + 32 + + + + + + 5896.85986328125 + + 110 + + 141 + + + 6.15500020980835 + 49 + + + + + + 5903.009765625 + + 109 + + 102 + + + 6.145999908447266 + 43 + + + + + + 5909.14990234375 + + 108 + + 103 + + + 6.138000011444092 + 42 + + + + + + 5915.31005859375 + + 106 + + 124 + + + 6.164000034332275 + 26 + + + + + + 5921.35009765625 + + 104 + + 151 + + + 6.041999816894531 + 26 + + + + + + 5927.39013671875 + + 103 + + 122 + + + 6.017000198364258 + 48 + + + + + + 5933.31982421875 + + 102 + + 98 + + + 5.949999809265137 + 72 + + + + + + 5939.2001953125 + + 102 + + 74 + + + 5.876999855041504 + 74 + + + + + + 5945.2001953125 + + 102 + + 92 + + + 6.0 + 106 + + + + + + 5951.2900390625 + + 102 + + 96 + + + 6.093999862670898 + 127 + + + + + + 5957.3798828125 + + 102 + + 99 + + + 6.085000038146973 + 124 + + + + + + 5963.4599609375 + + 103 + + 107 + + + 6.085000038146973 + 108 + + + + + + 5969.39990234375 + + 104 + + 87 + + + 5.941999912261963 + 113 + + + + + + 5975.2099609375 + + 104 + + 71 + + + 5.804999828338623 + 139 + + + + + + 5981.18017578125 + + 105 + + 79 + + + 5.9670000076293945 + 138 + + + + + + 5987.35986328125 + + 105 + + 75 + + + 6.182000160217285 + 113 + + + + + + 5993.58984375 + + 105 + + 68 + + + 6.236000061035156 + 115 + + + + + + 6000.080078125 + + 105 + + 70 + + + 6.491000175476074 + 88 + + + + + + 6006.68994140625 + + 105 + + 73 + + + 6.60099983215332 + 70 + + + + + + 6013.1298828125 + + 106 + + 89 + + + 6.441999912261963 + 83 + + + + + + 6019.490234375 + + 106 + + 110 + + + 6.366000175476074 + 56 + + + + + + 6025.830078125 + + 106 + + 134 + + + 6.336999893188477 + 35 + + + + + + 6032.31005859375 + + 106 + + 108 + + + 6.480999946594238 + 0 + + + + + + 6038.68017578125 + + 107 + + 0 + + + 6.366000175476074 + 0 + + + + + + 6045.0 + + 107 + + 0 + + + 6.318999767303467 + 6 + + + + + + 6051.2998046875 + + 107 + + 30 + + + 6.300000190734863 + 25 + + + + + + 6057.5400390625 + + 107 + + 114 + + + 6.244999885559082 + 43 + + + + + + 6063.669921875 + + 107 + + 105 + + + 6.129000186920166 + 49 + + + + + + 6069.7001953125 + + 106 + + 132 + + + 6.033999919891357 + 74 + + + + + + 6075.7099609375 + + 106 + + 103 + + + 6.007999897003174 + 64 + + + + + + 6081.68994140625 + + 106 + + 109 + + + 5.974999904632568 + 61 + + + + + + 6087.6201171875 + + 106 + + 144 + + + 5.934000015258789 + 83 + + + + + + 6093.669921875 + + 106 + + 100 + + + 6.051000118255615 + 85 + + + + + + 6099.669921875 + + 106 + + 73 + + + 6.0 + 75 + + + + + + 6105.759765625 + + 107 + + 75 + + + 6.085000038146973 + 80 + + + + + + 6111.830078125 + + 107 + + 71 + + + 6.067999839782715 + 82 + + + + + + 6117.93994140625 + + 107 + + 79 + + + 6.111000061035156 + 76 + + + + + + 6124.080078125 + + 108 + + 99 + + + 6.145999908447266 + 84 + + + + + + 6130.22021484375 + + 108 + + 93 + + + 6.119999885559082 + 72 + + + + + + 6136.2998046875 + + 108 + + 73 + + + 6.093999862670898 + 57 + + + + + + 6142.39013671875 + + 108 + + 73 + + + 6.093999862670898 + 55 + + + + + + 6148.47998046875 + + 108 + + 76 + + + 6.085000038146973 + 59 + + + + + + 6154.66015625 + + 108 + + 73 + + + 6.182000160217285 + 72 + + + + + + 6160.6201171875 + + 108 + + 75 + + + 5.958000183105469 + 85 + + + + + + 6166.580078125 + + 109 + + 82 + + + 5.9670000076293945 + 95 + + + + + + 6172.39990234375 + + 109 + + 98 + + + 5.813000202178955 + 103 + + + + + + 6178.259765625 + + 110 + + 92 + + + 5.86899995803833 + 91 + + + + + + 6184.33984375 + + 110 + + 70 + + + 6.077000141143799 + 91 + + + + + + 6190.490234375 + + 110 + + 68 + + + 6.145999908447266 + 114 + + + + + + 6196.60009765625 + + 110 + + 71 + + + 6.111000061035156 + 108 + + + + + + 6202.740234375 + + 110 + + 75 + + + 6.138000011444092 + 94 + + + + + + 6209.0400390625 + + 109 + + 78 + + + 6.300000190734863 + 94 + + + + + + 6215.3798828125 + + 109 + + 75 + + + 6.3470001220703125 + 70 + + + + + + 6221.759765625 + + 109 + + 75 + + + 6.375 + 50 + + + + + + 6228.27001953125 + + 108 + + 84 + + + 6.511000156402588 + 46 + + + + + + 6234.830078125 + + 108 + + 88 + + + 6.560999870300293 + 27 + + + + + + 6241.39990234375 + + 108 + + 43 + + + 6.571000099182129 + 7 + + + + + + 6247.97021484375 + + 109 + + 0 + + + 6.571000099182129 + 1 + + + + + + 6254.509765625 + + 108 + + 0 + + + 6.540999889373779 + 0 + + + + + + 6260.97021484375 + + 108 + + 0 + + + 6.452000141143799 + 0 + + + + + + 6267.3701171875 + + 107 + + 0 + + + 6.4039998054504395 + 0 + + + + + + 6273.7900390625 + + 105 + + 0 + + + 6.422999858856201 + 0 + + + + + + 6280.1201171875 + + 103 + + 0 + + + 6.328000068664551 + 0 + + + + + + 6286.39013671875 + + 100 + + 0 + + + 6.271999835968018 + 0 + + + + + + 6292.580078125 + + 100 + + 0 + + + 6.190999984741211 + 0 + + + + + + 6298.6298828125 + + 99 + + 0 + + + 6.041999816894531 + 7 + + + + + + 6304.64013671875 + + 99 + + 24 + + + 6.017000198364258 + 33 + + + + + + 6310.66015625 + + 100 + + 96 + + + 6.017000198364258 + 41 + + + + + + 6316.68017578125 + + 100 + + 102 + + + 6.017000198364258 + 40 + + + + + + 6322.740234375 + + 101 + + 108 + + + 6.059000015258789 + 36 + + + + + + 6328.669921875 + + 101 + + 87 + + + 5.934000015258789 + 56 + + + + + + 6334.580078125 + + 101 + + 76 + + + 5.89300012588501 + 85 + + + + + + 6340.330078125 + + 101 + + 70 + + + 5.765999794006348 + 85 + + + + + + 6346.16015625 + + 101 + + 81 + + + 5.828999996185303 + 107 + + + + + + 6352.0 + + 100 + + 87 + + + 5.84499979019165 + 95 + + + + + + 6357.83984375 + + 99 + + 87 + + + 5.836999893188477 + 110 + + + + + + 6363.77001953125 + + 99 + + 72 + + + 5.925000190734863 + 119 + + + + + + 6369.669921875 + + 99 + + 65 + + + 5.908999919891357 + 112 + + + + + + 6375.5 + + 99 + + 66 + + + 5.828999996185303 + 95 + + + + + + 6381.3701171875 + + 99 + + 66 + + + 5.86899995803833 + 78 + + + + + + 6387.2900390625 + + 100 + + 69 + + + 5.916999816894531 + 78 + + + + + + 6393.14013671875 + + 101 + + 79 + + + 5.853000164031982 + 102 + + + + + + 6399.22998046875 + + 101 + + 87 + + + 6.085000038146973 + 115 + + + + + + 6405.60009765625 + + 102 + + 74 + + + 6.375 + 97 + + + + + + 6411.8798828125 + + 102 + + 72 + + + 6.2820000648498535 + 100 + + + + + + 6418.14990234375 + + 103 + + 72 + + + 6.263000011444092 + 112 + + + + + + 6424.43017578125 + + 103 + + 73 + + + 6.2820000648498535 + 81 + + + + + + 6430.81982421875 + + 103 + + 72 + + + 6.394000053405762 + 51 + + + + + + 6437.2900390625 + + 103 + + 59 + + + 6.461999893188477 + 6 + + + + + + 6443.81982421875 + + 103 + + 0 + + + 6.531000137329102 + 1 + + + + + + 6450.22021484375 + + 103 + + 0 + + + 6.4039998054504395 + 7 + + + + + + 6456.60009765625 + + 103 + + 0 + + + 6.375 + 19 + + + + + + 6462.8701171875 + + 103 + + 21 + + + 6.271999835968018 + 34 + + + + + + 6469.08984375 + + 104 + + 95 + + + 6.2179999351501465 + 32 + + + + + + 6475.169921875 + + 104 + + 126 + + + 6.085000038146973 + 48 + + + + + + + 6.250999927520753 + 74 + 200 + 64 + 157 + + + + + 96.0 + 627.79 + 10.656999588012695 + 10 + + 111 + + + 147 + + Active + 131 + Manual + + + + 6475.169921875 + + 104 + + 126 + + + 6.085000038146973 + 48 + + + + + + 6481.25 + + 103 + + 112 + + + 6.077000141143799 + 47 + + + + + + 6487.18994140625 + + 103 + + 84 + + + 5.941999912261963 + 30 + + + + + + 6492.990234375 + + 102 + + 74 + + + 5.804999828338623 + 0 + + + + + + 6498.740234375 + + 102 + + 0 + + + 5.743000030517578 + 0 + + + + + + 6504.16015625 + + 101 + + 0 + + + 5.422999858856201 + 0 + + + + + + 6509.47021484375 + + 101 + + 0 + + + 5.309000015258789 + 0 + + + + + + 6514.58984375 + + 101 + + 0 + + + 5.118000030517578 + 0 + + + + + + 6519.7099609375 + + 101 + + 0 + + + 5.124000072479248 + 0 + + + + + + 6524.6298828125 + + 101 + + 0 + + + 4.918000221252441 + 0 + + + + + + 6529.47021484375 + + 101 + + 0 + + + 4.829999923706055 + 0 + + + + + + 6534.06982421875 + + 101 + + 0 + + + 4.611000061035156 + 0 + + + + + + 6538.41015625 + + 102 + + 0 + + + 4.340000152587891 + 0 + + + + + + 6542.64990234375 + + 102 + + 0 + + + 4.241000175476074 + 0 + + + + + + 6546.7099609375 + + 103 + + 0 + + + 4.057000160217285 + 0 + + + + + + 6550.58984375 + + 102 + + 0 + + + 3.877000093460083 + 0 + + + + + + 6554.56982421875 + + 102 + + 0 + + + 3.9809999465942383 + 0 + + + + + + 6558.93017578125 + + 102 + + 0 + + + 4.357999801635742 + 0 + + + + + + 6563.3701171875 + + 102 + + 0 + + + 4.448999881744385 + 0 + + + + + + 6567.64013671875 + + 102 + + 0 + + + 4.270999908447266 + 0 + + + + + + 6571.740234375 + + 102 + + 0 + + + 4.0960001945495605 + 0 + + + + + + 6575.83984375 + + 101 + + 0 + + + 4.0960001945495605 + 0 + + + + + + 6579.7099609375 + + 100 + + 0 + + + 3.872999906539917 + 0 + + + + + + 6582.9501953125 + + 99 + + 0 + + + 3.234999895095825 + 0 + + + + + + 6586.2099609375 + + 98 + + 0 + + + 3.263000011444092 + 0 + + + + + + 6589.35009765625 + + 96 + + 0 + + + 3.1449999809265137 + 0 + + + + + + 6592.64990234375 + + 96 + + 0 + + + 3.2950000762939453 + 1 + + + + + + 6595.60986328125 + + 96 + + 0 + + + 2.9639999866485596 + 0 + + + + + + 6598.6298828125 + + 88 + + 0 + + + 3.0209999084472656 + 48 + + + + + + 6602.16015625 + + 88 + + 71 + + + 3.5260000228881836 + 109 + + + + + + 6605.5 + + 88 + + 73 + + + 3.3389999866485596 + 81 + + + + + + 6608.83984375 + + 90 + + 52 + + + 3.3410000801086426 + 87 + + + + + + 6612.419921875 + + 92 + + 54 + + + 3.5850000381469727 + 79 + + + + + + 6616.4599609375 + + 93 + + 47 + + + 4.038000106811523 + 93 + + + + + + 6620.8701171875 + + 94 + + 56 + + + 4.4120001792907715 + 164 + + + + + + 6625.830078125 + + 94 + + 49 + + + 4.953000068664551 + 235 + + + + + + 6631.009765625 + + 94 + + 51 + + + 5.179999828338623 + 181 + + + + + + 6636.580078125 + + 94 + + 36 + + + 5.578000068664551 + 206 + + + + + + 6642.41015625 + + 95 + + 39 + + + 5.828999996185303 + 249 + + + + + + 6648.64013671875 + + 97 + + 42 + + + 6.2270002365112305 + 247 + + + + + + 6655.16015625 + + 99 + + 45 + + + 6.520999908447266 + 219 + + + + + + 6661.990234375 + + 100 + + 47 + + + 6.833000183105469 + 276 + + + + + + 6669.14990234375 + + 102 + + 50 + + + 7.1519999504089355 + 164 + + + + + + 6676.259765625 + + 103 + + 52 + + + 7.116000175476074 + 81 + + + + + + 6683.3798828125 + + 105 + + 71 + + + 7.116000175476074 + 41 + + + + + + 6690.4599609375 + + 107 + + 131 + + + 7.080999851226807 + 0 + + + + + + 6697.31005859375 + + 108 + + 0 + + + 6.855000019073486 + 0 + + + + + + 6704.009765625 + + 109 + + 0 + + + 6.693999767303467 + 0 + + + + + + 6710.58984375 + + 110 + + 0 + + + 6.580999851226807 + 0 + + + + + + 6717.0 + + 110 + + 0 + + + 6.413000106811523 + 0 + + + + + + 6723.2900390625 + + 110 + + 0 + + + 6.290999889373779 + 0 + + + + + + 6729.43994140625 + + 110 + + 0 + + + 6.145999908447266 + 0 + + + + + + 6735.330078125 + + 110 + + 0 + + + 5.89300012588501 + 0 + + + + + + 6741.10986328125 + + 110 + + 0 + + + 5.77400016784668 + 123 + + + + + + 6746.91015625 + + 111 + + 72 + + + 5.804999828338623 + 151 + + + + + + 6752.89013671875 + + 111 + + 70 + + + 5.974999904632568 + 117 + + + + + + 6759.10986328125 + + 112 + + 73 + + + 6.2270002365112305 + 122 + + + + + + 6765.43994140625 + + 113 + + 62 + + + 6.328000068664551 + 128 + + + + + + 6772.009765625 + + 113 + + 48 + + + 6.571000099182129 + 84 + + + + + + 6778.7099609375 + + 114 + + 48 + + + 6.693999767303467 + 129 + + + + + + 6785.509765625 + + 114 + + 52 + + + 6.800000190734863 + 145 + + + + + + 6792.06005859375 + + 114 + + 52 + + + 6.551000118255615 + 109 + + + + + + 6798.7099609375 + + 113 + + 50 + + + 6.6519999504089355 + 115 + + + + + + 6805.39990234375 + + 113 + + 67 + + + 6.693999767303467 + 131 + + + + + + 6812.080078125 + + 113 + + 68 + + + 6.672999858856201 + 120 + + + + + + 6818.66015625 + + 113 + + 56 + + + 6.580999851226807 + 116 + + + + + + 6825.10986328125 + + 112 + + 72 + + + 6.452000141143799 + 136 + + + + + + 6831.47998046875 + + 112 + + 80 + + + 6.375 + 97 + + + + + + 6837.91015625 + + 112 + + 83 + + + 6.422999858856201 + 218 + + + + + + 6844.7001953125 + + 112 + + 65 + + + 6.789000034332275 + 304 + + + + + + 6851.97021484375 + + 112 + + 50 + + + 7.249000072479248 + 278 + + + + + + 6859.52978515625 + + 112 + + 53 + + + 7.583000183105469 + 367 + + + + + + 6867.39013671875 + + 113 + + 56 + + + 7.861000061035156 + 376 + + + + + + 6875.60009765625 + + 115 + + 62 + + + 8.206999778747559 + 434 + + + + + + 6884.1298828125 + + 116 + + 64 + + + 8.534000396728516 + 558 + + + + + + 6893.0498046875 + + 118 + + 64 + + + 8.925000190734863 + 525 + + + + + + 6902.330078125 + + 119 + + 65 + + + 9.27299976348877 + 499 + + + + + + 6911.8701171875 + + 121 + + 70 + + + 9.541999816894531 + 548 + + + + + + 6921.740234375 + + 123 + + 71 + + + 9.871000289916992 + 461 + + + + + + 6931.919921875 + + 126 + + 74 + + + 10.175999641418457 + 398 + + + + + + 6942.22021484375 + + 129 + + 76 + + + 10.24899959564209 + 314 + + + + + + 6952.5498046875 + + 131 + + 74 + + + 10.347999572753906 + 224 + + + + + + 6962.7099609375 + + 133 + + 76 + + + 10.175999641418457 + 232 + + + + + + 6972.85986328125 + + 136 + + 83 + + + 10.128000259399414 + 248 + + + + + + 6982.97021484375 + + 138 + + 84 + + + 10.152000427246094 + 266 + + + + + + 6993.1201171875 + + 141 + + 78 + + + 10.152000427246094 + 235 + + + + + + 7003.2998046875 + + 142 + + 75 + + + 10.175999641418457 + 234 + + + + + + 7013.3798828125 + + 143 + + 76 + + + 10.079999923706055 + 249 + + + + + + 7023.47998046875 + + 144 + + 77 + + + 10.104000091552734 + 304 + + + + + + 7033.68017578125 + + 145 + + 76 + + + 10.199999809265137 + 365 + + + + + + 7044.080078125 + + 146 + + 76 + + + 10.39900016784668 + 314 + + + + + + 7054.56005859375 + + 146 + + 78 + + + 10.475000381469727 + 278 + + + + + + 7065.2099609375 + + 146 + + 79 + + + 10.656999588012695 + 271 + + + + + + 7075.64013671875 + + 147 + + 80 + + + 10.423999786376953 + 288 + + + + + + 7086.27001953125 + + 147 + + 78 + + + 10.630999565124512 + 294 + + + + + + 7096.8701171875 + + 147 + + 79 + + + 10.604000091552734 + 241 + + + + + + 7107.56005859375 + + 148 + + 80 + + + 10.684000015258789 + 202 + + + + + + + 6.5279998779296875 + 44 + 71 + 144 + 558 + + + + + 247.0 + 2616.1 + 11.041999816894531 + 74 + + 158 + + + 162 + + Active + 92 + Manual + + + + 7107.56005859375 + + 148 + + 80 + + + 10.684000015258789 + 202 + + + + + + 7118.16015625 + + 148 + + 79 + + + 10.604000091552734 + 186 + + + + + + 7128.759765625 + + 148 + + 79 + + + 10.604000091552734 + 218 + + + + + + 7139.4501953125 + + 149 + + 81 + + + 10.684000015258789 + 228 + + + + + + 7150.16015625 + + 149 + + 82 + + + 10.711000442504883 + 239 + + + + + + 7160.83984375 + + 150 + + 81 + + + 10.684000015258789 + 261 + + + + + + 7171.4501953125 + + 150 + + 84 + + + 10.604000091552734 + 234 + + + + + + 7182.080078125 + + 151 + + 85 + + + 10.630999565124512 + 241 + + + + + + 7192.66015625 + + 152 + + 79 + + + 10.57800006866455 + 255 + + + + + + 7203.22998046875 + + 152 + + 81 + + + 10.57800006866455 + 241 + + + + + + 7213.919921875 + + 153 + + 80 + + + 10.684000015258789 + 221 + + + + + + 7224.52001953125 + + 153 + + 80 + + + 10.604000091552734 + 240 + + + + + + 7235.18017578125 + + 154 + + 78 + + + 10.656999588012695 + 270 + + + + + + 7245.81005859375 + + 154 + + 80 + + + 10.630999565124512 + 258 + + + + + + 7256.66015625 + + 154 + + 84 + + + 10.845999717712402 + 288 + + + + + + 7267.47021484375 + + 155 + + 84 + + + 10.819000244140625 + 281 + + + + + + 7278.31982421875 + + 155 + + 81 + + + 10.845999717712402 + 272 + + + + + + 7289.10986328125 + + 156 + + 81 + + + 10.791000366210938 + 238 + + + + + + 7299.8798828125 + + 156 + + 84 + + + 10.763999938964844 + 223 + + + + + + 7310.64013671875 + + 156 + + 82 + + + 10.763999938964844 + 244 + + + + + + 7321.35009765625 + + 157 + + 80 + + + 10.711000442504883 + 253 + + + + + + 7332.10986328125 + + 157 + + 80 + + + 10.763999938964844 + 233 + + + + + + 7342.85009765625 + + 157 + + 80 + + + 10.737000465393066 + 231 + + + + + + 7353.5400390625 + + 157 + + 89 + + + 10.684000015258789 + 234 + + + + + + 7364.10986328125 + + 157 + + 92 + + + 10.57800006866455 + 244 + + + + + + 7374.5400390625 + + 157 + + 82 + + + 10.423999786376953 + 279 + + + + + + 7384.91015625 + + 158 + + 77 + + + 10.373000144958496 + 278 + + + + + + 7395.35986328125 + + 158 + + 77 + + + 10.449000358581543 + 280 + + + + + + 7405.7099609375 + + 158 + + 78 + + + 10.347999572753906 + 268 + + + + + + 7416.1298828125 + + 158 + + 78 + + + 10.423999786376953 + 253 + + + + + + 7426.68017578125 + + 159 + + 82 + + + 10.552000045776367 + 279 + + + + + + 7437.33984375 + + 159 + + 82 + + + 10.656999588012695 + 285 + + + + + + 7448.18994140625 + + 159 + + 80 + + + 10.845999717712402 + 290 + + + + + + 7459.2001953125 + + 159 + + 83 + + + 11.012999534606934 + 281 + + + + + + 7470.2099609375 + + 159 + + 83 + + + 11.012999534606934 + 262 + + + + + + 7481.25 + + 159 + + 86 + + + 11.041999816894531 + 226 + + + + + + 7492.18017578125 + + 159 + + 87 + + + 10.928999900817871 + 192 + + + + + + 7503.02978515625 + + 159 + + 82 + + + 10.845999717712402 + 159 + + + + + + 7513.81982421875 + + 160 + + 81 + + + 10.791000366210938 + 169 + + + + + + 7524.47998046875 + + 160 + + 82 + + + 10.656999588012695 + 244 + + + + + + 7535.18994140625 + + 160 + + 86 + + + 10.711000442504883 + 282 + + + + + + 7545.93017578125 + + 160 + + 81 + + + 10.737000465393066 + 241 + + + + + + 7556.66015625 + + 160 + + 82 + + + 10.737000465393066 + 220 + + + + + + 7567.2900390625 + + 160 + + 83 + + + 10.630999565124512 + 222 + + + + + + 7577.77001953125 + + 160 + + 81 + + + 10.475000381469727 + 231 + + + + + + 7588.169921875 + + 160 + + 78 + + + 10.39900016784668 + 243 + + + + + + 7598.58984375 + + 160 + + 78 + + + 10.423999786376953 + 260 + + + + + + 7608.990234375 + + 160 + + 79 + + + 10.39900016784668 + 222 + + + + + + 7619.31005859375 + + 160 + + 78 + + + 10.322999954223633 + 262 + + + + + + 7629.740234375 + + 160 + + 76 + + + 10.423999786376953 + 274 + + + + + + 7640.240234375 + + 160 + + 77 + + + 10.50100040435791 + 227 + + + + + + 7650.7900390625 + + 160 + + 78 + + + 10.552000045776367 + 261 + + + + + + 7661.5 + + 161 + + 79 + + + 10.711000442504883 + 245 + + + + + + 7672.2099609375 + + 161 + + 80 + + + 10.711000442504883 + 229 + + + + + + 7682.89990234375 + + 161 + + 83 + + + 10.684000015258789 + 225 + + + + + + 7693.580078125 + + 160 + + 85 + + + 10.684000015258789 + 232 + + + + + + 7704.2900390625 + + 160 + + 86 + + + 10.711000442504883 + 246 + + + + + + 7715.0 + + 160 + + 84 + + + 10.711000442504883 + 258 + + + + + + 7725.7099609375 + + 161 + + 81 + + + 10.711000442504883 + 288 + + + + + + 7736.31982421875 + + 161 + + 83 + + + 10.604000091552734 + 265 + + + + + + 7747.0498046875 + + 161 + + 82 + + + 10.737000465393066 + 240 + + + + + + 7757.740234375 + + 161 + + 80 + + + 10.684000015258789 + 238 + + + + + + 7768.39990234375 + + 161 + + 86 + + + 10.656999588012695 + 257 + + + + + + 7778.97021484375 + + 161 + + 85 + + + 10.57800006866455 + 242 + + + + + + 7789.4501953125 + + 161 + + 81 + + + 10.475000381469727 + 251 + + + + + + 7799.89990234375 + + 161 + + 81 + + + 10.449000358581543 + 241 + + + + + + 7810.2001953125 + + 161 + + 80 + + + 10.298999786376953 + 226 + + + + + + 7820.5 + + 161 + + 77 + + + 10.298999786376953 + 280 + + + + + + 7830.89013671875 + + 161 + + 77 + + + 10.39900016784668 + 262 + + + + + + 7841.4501953125 + + 161 + + 77 + + + 10.552000045776367 + 257 + + + + + + 7852.0498046875 + + 161 + + 80 + + + 10.604000091552734 + 269 + + + + + + 7862.7099609375 + + 161 + + 79 + + + 10.656999588012695 + 236 + + + + + + 7873.419921875 + + 161 + + 82 + + + 10.711000442504883 + 213 + + + + + + 7884.080078125 + + 161 + + 84 + + + 10.656999588012695 + 231 + + + + + + 7894.8701171875 + + 161 + + 82 + + + 10.791000366210938 + 237 + + + + + + 7905.47021484375 + + 161 + + 82 + + + 10.604000091552734 + 218 + + + + + + 7916.14990234375 + + 161 + + 83 + + + 10.684000015258789 + 221 + + + + + + 7926.759765625 + + 162 + + 79 + + + 10.604000091552734 + 225 + + + + + + 7937.27978515625 + + 161 + + 84 + + + 10.526000022888184 + 211 + + + + + + 7947.7900390625 + + 161 + + 86 + + + 10.50100040435791 + 214 + + + + + + 7958.2900390625 + + 161 + + 80 + + + 10.50100040435791 + 241 + + + + + + 7968.7900390625 + + 161 + + 79 + + + 10.50100040435791 + 273 + + + + + + 7979.33984375 + + 160 + + 78 + + + 10.552000045776367 + 287 + + + + + + 7989.56005859375 + + 160 + + 80 + + + 10.225000381469727 + 267 + + + + + + 7999.85986328125 + + 160 + + 80 + + + 10.298999786376953 + 233 + + + + + + 8010.2099609375 + + 159 + + 78 + + + 10.347999572753906 + 250 + + + + + + 8020.740234375 + + 159 + + 82 + + + 10.526000022888184 + 288 + + + + + + 8031.33984375 + + 159 + + 83 + + + 10.604000091552734 + 256 + + + + + + 8041.97021484375 + + 159 + + 80 + + + 10.630999565124512 + 242 + + + + + + 8052.5498046875 + + 159 + + 80 + + + 10.57800006866455 + 233 + + + + + + 8063.22998046875 + + 159 + + 79 + + + 10.684000015258789 + 203 + + + + + + 8074.0 + + 159 + + 79 + + + 10.763999938964844 + 198 + + + + + + 8084.68017578125 + + 159 + + 82 + + + 10.684000015258789 + 203 + + + + + + 8095.33984375 + + 159 + + 84 + + + 10.656999588012695 + 219 + + + + + + 8105.97021484375 + + 159 + + 81 + + + 10.630999565124512 + 237 + + + + + + 8116.60009765625 + + 158 + + 78 + + + 10.630999565124512 + 258 + + + + + + 8127.2099609375 + + 159 + + 78 + + + 10.604000091552734 + 235 + + + + + + 8137.72998046875 + + 158 + + 80 + + + 10.526000022888184 + 205 + + + + + + 8148.259765625 + + 159 + + 80 + + + 10.526000022888184 + 242 + + + + + + 8158.81005859375 + + 158 + + 78 + + + 10.552000045776367 + 251 + + + + + + 8169.31005859375 + + 159 + + 79 + + + 10.50100040435791 + 224 + + + + + + 8179.68017578125 + + 159 + + 79 + + + 10.373000144958496 + 224 + + + + + + 8190.009765625 + + 158 + + 78 + + + 10.322999954223633 + 247 + + + + + + 8200.330078125 + + 158 + + 78 + + + 10.322999954223633 + 283 + + + + + + 8210.75 + + 158 + + 78 + + + 10.423999786376953 + 296 + + + + + + 8220.91015625 + + 158 + + 78 + + + 10.152000427246094 + 266 + + + + + + 8231.1298828125 + + 158 + + 78 + + + 10.225000381469727 + 290 + + + + + + 8241.2099609375 + + 159 + + 77 + + + 10.079999923706055 + 296 + + + + + + 8251.4599609375 + + 158 + + 77 + + + 10.24899959564209 + 284 + + + + + + 8261.9296875 + + 158 + + 78 + + + 10.475000381469727 + 277 + + + + + + 8272.75 + + 159 + + 78 + + + 10.819000244140625 + 241 + + + + + + 8283.6298828125 + + 158 + + 79 + + + 10.87399959564209 + 233 + + + + + + 8294.4501953125 + + 158 + + 87 + + + 10.819000244140625 + 246 + + + + + + 8305.259765625 + + 159 + + 92 + + + 10.819000244140625 + 242 + + + + + + 8316.0595703125 + + 158 + + 86 + + + 10.791000366210938 + 243 + + + + + + 8327.009765625 + + 158 + + 82 + + + 10.956999778747559 + 247 + + + + + + 8337.7197265625 + + 158 + + 81 + + + 10.711000442504883 + 231 + + + + + + 8348.490234375 + + 158 + + 81 + + + 10.763999938964844 + 225 + + + + + + 8359.2001953125 + + 159 + + 79 + + + 10.711000442504883 + 249 + + + + + + 8369.8798828125 + + 159 + + 80 + + + 10.684000015258789 + 243 + + + + + + 8380.490234375 + + 159 + + 83 + + + 10.604000091552734 + 214 + + + + + + 8390.990234375 + + 159 + + 81 + + + 10.50100040435791 + 227 + + + + + + 8401.3896484375 + + 159 + + 81 + + + 10.39900016784668 + 256 + + + + + + 8411.8095703125 + + 159 + + 81 + + + 10.423999786376953 + 255 + + + + + + 8422.259765625 + + 159 + + 84 + + + 10.449000358581543 + 240 + + + + + + 8432.6796875 + + 159 + + 89 + + + 10.423999786376953 + 254 + + + + + + 8443.1298828125 + + 159 + + 83 + + + 10.449000358581543 + 251 + + + + + + 8453.740234375 + + 159 + + 79 + + + 10.604000091552734 + 244 + + + + + + 8464.4501953125 + + 158 + + 79 + + + 10.711000442504883 + 258 + + + + + + 8475.2900390625 + + 158 + + 83 + + + 10.845999717712402 + 258 + + + + + + 8486.0595703125 + + 159 + + 82 + + + 10.763999938964844 + 232 + + + + + + 8496.8203125 + + 159 + + 80 + + + 10.763999938964844 + 225 + + + + + + 8507.6396484375 + + 159 + + 83 + + + 10.819000244140625 + 241 + + + + + + 8518.2998046875 + + 158 + + 83 + + + 10.656999588012695 + 231 + + + + + + 8529.009765625 + + 158 + + 81 + + + 10.711000442504883 + 202 + + + + + + 8539.6904296875 + + 158 + + 80 + + + 10.684000015258789 + 248 + + + + + + 8550.400390625 + + 158 + + 80 + + + 10.711000442504883 + 302 + + + + + + 8561.1201171875 + + 158 + + 80 + + + 10.711000442504883 + 252 + + + + + + 8571.9296875 + + 158 + + 81 + + + 10.819000244140625 + 203 + + + + + + 8582.509765625 + + 158 + + 78 + + + 10.57800006866455 + 250 + + + + + + 8593.009765625 + + 158 + + 81 + + + 10.50100040435791 + 227 + + + + + + 8603.2900390625 + + 158 + + 80 + + + 10.27400016784668 + 252 + + + + + + 8613.58984375 + + 158 + + 75 + + + 10.298999786376953 + 273 + + + + + + 8623.9296875 + + 158 + + 77 + + + 10.347999572753906 + 270 + + + + + + 8634.330078125 + + 158 + + 78 + + + 10.39900016784668 + 274 + + + + + + 8644.7802734375 + + 158 + + 78 + + + 10.449000358581543 + 277 + + + + + + 8655.2099609375 + + 158 + + 80 + + + 10.423999786376953 + 268 + + + + + + 8665.6796875 + + 158 + + 82 + + + 10.475000381469727 + 242 + + + + + + 8676.3701171875 + + 158 + + 81 + + + 10.684000015258789 + 238 + + + + + + 8687.16015625 + + 158 + + 80 + + + 10.791000366210938 + 229 + + + + + + 8697.919921875 + + 158 + + 79 + + + 10.763999938964844 + 207 + + + + + + 8708.6298828125 + + 158 + + 81 + + + 10.711000442504883 + 226 + + + + + + 8719.3701171875 + + 158 + + 82 + + + 10.737000465393066 + 229 + + + + + + 8729.919921875 + + 157 + + 82 + + + 10.552000045776367 + 232 + + + + + + 8740.580078125 + + 157 + + 79 + + + 10.656999588012695 + 230 + + + + + + 8751.0302734375 + + 157 + + 80 + + + 10.449000358581543 + 225 + + + + + + 8761.5498046875 + + 157 + + 83 + + + 10.526000022888184 + 242 + + + + + + 8772.080078125 + + 157 + + 80 + + + 10.526000022888184 + 269 + + + + + + 8782.580078125 + + 157 + + 79 + + + 10.50100040435791 + 236 + + + + + + 8792.9296875 + + 157 + + 78 + + + 10.347999572753906 + 228 + + + + + + 8803.0302734375 + + 157 + + 77 + + + 10.104000091552734 + 243 + + + + + + 8813.1796875 + + 157 + + 77 + + + 10.104000091552734 + 226 + + + + + + 8823.259765625 + + 157 + + 77 + + + 10.128000259399414 + 250 + + + + + + 8833.4599609375 + + 157 + + 79 + + + 10.199999809265137 + 256 + + + + + + 8843.7900390625 + + 157 + + 78 + + + 10.322999954223633 + 336 + + + + + + 8854.2900390625 + + 157 + + 78 + + + 10.50100040435791 + 321 + + + + + + 8864.8896484375 + + 157 + + 79 + + + 10.604000091552734 + 256 + + + + + + 8875.759765625 + + 157 + + 79 + + + 10.87399959564209 + 222 + + + + + + 8886.7197265625 + + 158 + + 79 + + + 10.956999778747559 + 206 + + + + + + 8897.599609375 + + 158 + + 81 + + + 10.87399959564209 + 191 + + + + + + 8908.419921875 + + 158 + + 81 + + + 10.819000244140625 + 174 + + + + + + 8919.150390625 + + 158 + + 81 + + + 10.737000465393066 + 182 + + + + + + 8929.9404296875 + + 158 + + 81 + + + 10.791000366210938 + 224 + + + + + + 8940.51953125 + + 158 + + 78 + + + 10.526000022888184 + 186 + + + + + + 8951.0400390625 + + 158 + + 79 + + + 10.50100040435791 + 170 + + + + + + 8961.4404296875 + + 158 + + 82 + + + 10.449000358581543 + 221 + + + + + + 8971.8798828125 + + 158 + + 79 + + + 10.449000358581543 + 212 + + + + + + 8982.26953125 + + 158 + + 79 + + + 10.39900016784668 + 196 + + + + + + 8992.6904296875 + + 157 + + 82 + + + 10.423999786376953 + 256 + + + + + + 9003.0400390625 + + 157 + + 83 + + + 10.347999572753906 + 273 + + + + + + 9013.3896484375 + + 156 + + 78 + + + 10.347999572753906 + 265 + + + + + + 9023.8603515625 + + 156 + + 78 + + + 10.475000381469727 + 353 + + + + + + 9034.490234375 + + 155 + + 78 + + + 10.630999565124512 + 345 + + + + + + 9045.23046875 + + 155 + + 78 + + + 10.737000465393066 + 331 + + + + + + 9055.9404296875 + + 155 + + 78 + + + 10.684000015258789 + 297 + + + + + + 9066.6298828125 + + 155 + + 80 + + + 10.711000442504883 + 243 + + + + + + 9077.580078125 + + 155 + + 81 + + + 10.956999778747559 + 212 + + + + + + 9088.3203125 + + 156 + + 83 + + + 10.737000465393066 + 223 + + + + + + 9099.080078125 + + 156 + + 82 + + + 10.763999938964844 + 227 + + + + + + 9109.8203125 + + 156 + + 83 + + + 10.737000465393066 + 213 + + + + + + 9120.58984375 + + 156 + + 86 + + + 10.763999938964844 + 247 + + + + + + 9131.349609375 + + 156 + + 85 + + + 10.763999938964844 + 226 + + + + + + 9142.1396484375 + + 156 + + 82 + + + 10.791000366210938 + 221 + + + + + + 9152.8203125 + + 156 + + 81 + + + 10.684000015258789 + 206 + + + + + + 9163.4599609375 + + 156 + + 80 + + + 10.604000091552734 + 213 + + + + + + 9174.0595703125 + + 156 + + 79 + + + 10.630999565124512 + 244 + + + + + + 9184.6904296875 + + 156 + + 79 + + + 10.630999565124512 + 213 + + + + + + 9195.1103515625 + + 157 + + 80 + + + 10.423999786376953 + 184 + + + + + + 9205.3896484375 + + 157 + + 81 + + + 10.27400016784668 + 189 + + + + + + 9215.6396484375 + + 156 + + 80 + + + 10.24899959564209 + 194 + + + + + + 9225.83984375 + + 156 + + 85 + + + 10.199999809265137 + 251 + + + + + + 9236.240234375 + + 156 + + 83 + + + 10.39900016784668 + 253 + + + + + + 9246.6396484375 + + 156 + + 78 + + + 10.39900016784668 + 224 + + + + + + 9257.2099609375 + + 156 + + 81 + + + 10.57800006866455 + 274 + + + + + + 9267.7900390625 + + 156 + + 89 + + + 10.57800006866455 + 324 + + + + + + 9278.5595703125 + + 156 + + 84 + + + 10.763999938964844 + 286 + + + + + + 9289.509765625 + + 156 + + 79 + + + 10.956999778747559 + 253 + + + + + + 9300.3603515625 + + 156 + + 80 + + + 10.845999717712402 + 212 + + + + + + 9311.150390625 + + 156 + + 82 + + + 10.791000366210938 + 186 + + + + + + 9321.91015625 + + 156 + + 81 + + + 10.763999938964844 + 241 + + + + + + 9332.650390625 + + 156 + + 81 + + + 10.737000465393066 + 260 + + + + + + 9343.3603515625 + + 156 + + 81 + + + 10.711000442504883 + 214 + + + + + + 9353.990234375 + + 156 + + 81 + + + 10.630999565124512 + 235 + + + + + + 9364.6201171875 + + 156 + + 81 + + + 10.630999565124512 + 266 + + + + + + 9375.23046875 + + 157 + + 81 + + + 10.604000091552734 + 233 + + + + + + 9385.7802734375 + + 157 + + 80 + + + 10.552000045776367 + 215 + + + + + + 9396.2001953125 + + 157 + + 79 + + + 10.423999786376953 + 223 + + + + + + 9406.4501953125 + + 157 + + 77 + + + 10.24899959564209 + 250 + + + + + + 9416.599609375 + + 157 + + 76 + + + 10.152000427246094 + 256 + + + + + + 9426.900390625 + + 157 + + 76 + + + 10.298999786376953 + 258 + + + + + + 9437.3798828125 + + 157 + + 76 + + + 10.475000381469727 + 239 + + + + + + 9447.6796875 + + 157 + + 78 + + + 10.298999786376953 + 250 + + + + + + 9458.080078125 + + 157 + + 81 + + + 10.39900016784668 + 262 + + + + + + 9468.7099609375 + + 157 + + 82 + + + 10.630999565124512 + 268 + + + + + + 9479.2900390625 + + 157 + + 81 + + + 10.57800006866455 + 311 + + + + + + 9490.16015625 + + 157 + + 81 + + + 10.87399959564209 + 290 + + + + + + 9500.919921875 + + 158 + + 80 + + + 10.763999938964844 + 236 + + + + + + 9511.740234375 + + 158 + + 82 + + + 10.819000244140625 + 240 + + + + + + 9522.5595703125 + + 158 + + 85 + + + 10.819000244140625 + 245 + + + + + + 9533.349609375 + + 158 + + 84 + + + 10.791000366210938 + 213 + + + + + + 9544.1396484375 + + 158 + + 84 + + + 10.791000366210938 + 193 + + + + + + 9554.849609375 + + 158 + + 83 + + + 10.711000442504883 + 210 + + + + + + 9565.4296875 + + 158 + + 80 + + + 10.57800006866455 + 189 + + + + + + 9575.9599609375 + + 158 + + 80 + + + 10.526000022888184 + 182 + + + + + + 9586.4599609375 + + 158 + + 79 + + + 10.50100040435791 + 200 + + + + + + 9597.0400390625 + + 158 + + 79 + + + 10.57800006866455 + 272 + + + + + + 9607.6904296875 + + 158 + + 81 + + + 10.656999588012695 + 319 + + + + + + 9618.1396484375 + + 158 + + 79 + + + 10.449000358581543 + 296 + + + + + + 9628.4697265625 + + 158 + + 79 + + + 10.322999954223633 + 252 + + + + + + 9638.740234375 + + 158 + + 79 + + + 10.27400016784668 + 246 + + + + + + 9649.1396484375 + + 158 + + 81 + + + 10.39900016784668 + 263 + + + + + + 9659.5400390625 + + 157 + + 78 + + + 10.39900016784668 + 300 + + + + + + 9670.0400390625 + + 158 + + 75 + + + 10.50100040435791 + 249 + + + + + + 9680.6201171875 + + 158 + + 90 + + + 10.526000022888184 + 246 + + + + + + 9691.169921875 + + 158 + + 79 + + + 10.604000091552734 + 208 + + + + + + 9702.009765625 + + 158 + + 81 + + + 10.845999717712402 + 213 + + + + + + 9712.9697265625 + + 159 + + 82 + + + 10.956999778747559 + 182 + + + + + + 9723.8203125 + + 159 + + 99 + + + 10.845999717712402 + 165 + + + + + + + 10.571999549865723 + 81 + 332 + 243 + 353 + + + + + 121.0 + 820.26 + 10.845999717712402 + 21 + + 127 + + + 159 + + Active + 170 + Manual + + + + 9723.8203125 + + 159 + + 99 + + + 10.845999717712402 + 165 + + + + + + 9734.66015625 + + 159 + + 129 + + + 10.845999717712402 + 62 + + + + + + 9745.08984375 + + 159 + + 88 + + + 10.423999786376953 + 0 + + + + + + 9755.4599609375 + + 159 + + 0 + + + 10.373000144958496 + 0 + + + + + + 9765.3798828125 + + 158 + + 0 + + + 9.916999816894531 + 0 + + + + + + 9775.0302734375 + + 158 + + 0 + + + 9.64900016784668 + 0 + + + + + + 9784.48046875 + + 158 + + 0 + + + 9.456999778747559 + 0 + + + + + + 9793.6796875 + + 158 + + 0 + + + 9.194000244140625 + 0 + + + + + + 9802.5498046875 + + 157 + + 0 + + + 8.869999885559082 + 0 + + + + + + 9811.150390625 + + 156 + + 0 + + + 8.602999687194824 + 0 + + + + + + 9819.3701171875 + + 156 + + 0 + + + 8.222999572753906 + 0 + + + + + + 9827.5302734375 + + 155 + + 0 + + + 8.15999984741211 + 0 + + + + + + 9835.4404296875 + + 155 + + 0 + + + 7.9039998054504395 + 0 + + + + + + 9843.0498046875 + + 155 + + 0 + + + 7.609000205993652 + 0 + + + + + + 9850.4599609375 + + 154 + + 0 + + + 7.4120001792907715 + 0 + + + + + + 9858.0 + + 152 + + 0 + + + 7.541999816894531 + 0 + + + + + + 9865.51953125 + + 151 + + 0 + + + 7.515999794006348 + 0 + + + + + + 9872.6796875 + + 150 + + 0 + + + 7.164000034332275 + 0 + + + + + + 9879.73046875 + + 149 + + 0 + + + 7.046000003814697 + 0 + + + + + + 9886.1396484375 + + 147 + + 0 + + + 6.413000106811523 + 0 + + + + + + 9892.2998046875 + + 146 + + 0 + + + 6.164000034332275 + 0 + + + + + + 9898.58984375 + + 144 + + 0 + + + 6.2820000648498535 + 0 + + + + + + 9904.759765625 + + 143 + + 0 + + + 6.172999858856201 + 0 + + + + + + 9910.98046875 + + 142 + + 0 + + + 6.2270002365112305 + 0 + + + + + + 9917.169921875 + + 140 + + 0 + + + 6.182000160217285 + 0 + + + + + + 9923.1796875 + + 139 + + 0 + + + 6.007999897003174 + 0 + + + + + + 9929.1103515625 + + 136 + + 0 + + + 5.934000015258789 + 0 + + + + + + 9934.8798828125 + + 135 + + 0 + + + 5.765999794006348 + 2 + + + + + + 9940.5595703125 + + 134 + + 0 + + + 5.689000129699707 + 110 + + + + + + 9946.330078125 + + 134 + + 78 + + + 5.75 + 87 + + + + + + 9951.98046875 + + 134 + + 62 + + + 5.666999816894531 + 0 + + + + + + 9957.5302734375 + + 134 + + 0 + + + 5.548999786376953 + 35 + + + + + + 9963.2001953125 + + 134 + + 170 + + + 5.673999786376953 + 115 + + + + + + 9968.8896484375 + + 134 + + 77 + + + 5.689000129699707 + 123 + + + + + + 9974.740234375 + + 133 + + 87 + + + 5.84499979019165 + 97 + + + + + + 9980.6201171875 + + 133 + + 92 + + + 5.876999855041504 + 114 + + + + + + 9986.5498046875 + + 132 + + 66 + + + 5.934000015258789 + 68 + + + + + + 9992.48046875 + + 131 + + 85 + + + 5.934000015258789 + 0 + + + + + + 9998.330078125 + + 130 + + 0 + + + 5.84499979019165 + 0 + + + + + + 10004.1103515625 + + 129 + + 0 + + + 5.781000137329102 + 0 + + + + + + 10009.5595703125 + + 129 + + 0 + + + 5.449999809265137 + 0 + + + + + + 10014.6796875 + + 129 + + 0 + + + 5.124000072479248 + 0 + + + + + + 10019.7802734375 + + 128 + + 0 + + + 5.093999862670898 + 0 + + + + + + 10025.0302734375 + + 127 + + 0 + + + 5.25 + 0 + + + + + + 10030.1796875 + + 126 + + 0 + + + 5.15500020980835 + 0 + + + + + + 10034.919921875 + + 125 + + 0 + + + 4.738999843597412 + 0 + + + + + + 10039.7099609375 + + 123 + + 0 + + + 4.791999816894531 + 0 + + + + + + 10044.75 + + 122 + + 0 + + + 5.039999961853027 + 0 + + + + + + 10049.7099609375 + + 120 + + 0 + + + 4.958000183105469 + 0 + + + + + + 10054.0703125 + + 119 + + 0 + + + 4.361999988555908 + 0 + + + + + + 10058.400390625 + + 118 + + 0 + + + 4.327000141143799 + 114 + + + + + + 10063.2998046875 + + 117 + + 48 + + + 4.9019999504089355 + 130 + + + + + + 10068.580078125 + + 118 + + 60 + + + 5.276000022888184 + 131 + + + + + + 10073.8896484375 + + 118 + + 67 + + + 5.309000015258789 + 109 + + + + + + 10079.259765625 + + 118 + + 70 + + + 5.375 + 75 + + + + + + 10084.5703125 + + 117 + + 92 + + + 5.309000015258789 + 70 + + + + + + 10089.900390625 + + 117 + + 121 + + + 5.328000068664551 + 75 + + + + + + 10095.23046875 + + 116 + + 90 + + + 5.328000068664551 + 71 + + + + + + 10100.669921875 + + 115 + + 64 + + + 5.442999839782715 + 63 + + + + + + 10106.3203125 + + 114 + + 61 + + + 5.6519999504089355 + 70 + + + + + + 10112.0498046875 + + 113 + + 68 + + + 5.7270002365112305 + 59 + + + + + + 10117.75 + + 112 + + 79 + + + 5.697000026702881 + 68 + + + + + + 10123.5400390625 + + 112 + + 76 + + + 5.781000137329102 + 76 + + + + + + 10129.3896484375 + + 111 + + 90 + + + 5.861000061035156 + 19 + + + + + + 10135.1201171875 + + 112 + + 24 + + + 5.735000133514404 + 0 + + + + + + 10140.73046875 + + 111 + + 0 + + + 5.60699987411499 + 0 + + + + + + 10146.1904296875 + + 111 + + 0 + + + 5.464000225067139 + 0 + + + + + + 10151.5595703125 + + 110 + + 0 + + + 5.368000030517578 + 0 + + + + + + 10156.7197265625 + + 109 + + 0 + + + 5.15500020980835 + 58 + + + + + + 10161.83984375 + + 108 + + 71 + + + 5.124000072479248 + 19 + + + + + + 10166.919921875 + + 108 + + 23 + + + 5.076000213623047 + 0 + + + + + + 10171.9697265625 + + 108 + + 0 + + + 5.052000045776367 + 57 + + + + + + 10177.1904296875 + + 108 + + 75 + + + 5.223999977111816 + 133 + + + + + + 10182.5703125 + + 109 + + 73 + + + 5.381999969482422 + 116 + + + + + + 10188.0595703125 + + 109 + + 72 + + + 5.485000133514404 + 133 + + + + + + 10193.830078125 + + 109 + + 72 + + + 5.77400016784668 + 218 + + + + + + 10199.83984375 + + 109 + + 57 + + + 6.007999897003174 + 196 + + + + + + 10206.0703125 + + 109 + + 52 + + + 6.2270002365112305 + 184 + + + + + + 10212.4599609375 + + 109 + + 71 + + + 6.394000053405762 + 191 + + + + + + 10219.0400390625 + + 110 + + 81 + + + 6.580999851226807 + 234 + + + + + + 10225.240234375 + + 110 + + 65 + + + 6.199999809265137 + 236 + + + + + + 10230.3603515625 + + 110 + + 58 + + + 5.111999988555908 + 209 + + + + + + 10235.099609375 + + 111 + + 52 + + + 4.738999843597412 + 171 + + + + + + 10241.009765625 + + 112 + + 47 + + + 5.916999816894531 + 200 + + + + + + 10248.150390625 + + 112 + + 50 + + + 7.139999866485596 + 237 + + + + + + 10255.91015625 + + 113 + + 66 + + + 7.761000156402588 + 258 + + + + + + 10263.669921875 + + 115 + + 77 + + + 7.761000156402588 + 247 + + + + + + 10271.6103515625 + + 116 + + 73 + + + 7.934000015258789 + 213 + + + + + + 10279.4404296875 + + 118 + + 70 + + + 7.831999778747559 + 146 + + + + + + 10287.3603515625 + + 119 + + 70 + + + 7.919000148773193 + 162 + + + + + + 10295.3203125 + + 120 + + 71 + + + 7.9629998207092285 + 134 + + + + + + 10303.26953125 + + 121 + + 71 + + + 7.947999954223633 + 98 + + + + + + 10311.2197265625 + + 122 + + 71 + + + 7.947999954223633 + 91 + + + + + + 10319.2001953125 + + 123 + + 71 + + + 7.978000164031982 + 77 + + + + + + 10327.1396484375 + + 124 + + 76 + + + 7.947999954223633 + 74 + + + + + + 10335.0400390625 + + 125 + + 75 + + + 7.875 + 69 + + + + + + 10342.8203125 + + 126 + + 73 + + + 7.803999900817871 + 103 + + + + + + 10350.5703125 + + 127 + + 71 + + + 7.747000217437744 + 111 + + + + + + 10358.349609375 + + 127 + + 92 + + + 7.775000095367432 + 98 + + + + + + 10366.150390625 + + 127 + + 144 + + + 7.803999900817871 + 79 + + + + + + 10373.76953125 + + 126 + + 129 + + + 7.623000144958496 + 99 + + + + + + 10381.4404296875 + + 126 + + 85 + + + 7.664000034332275 + 132 + + + + + + 10389.0703125 + + 125 + + 71 + + + 7.63700008392334 + 133 + + + + + + 10396.7001953125 + + 125 + + 71 + + + 7.623000144958496 + 121 + + + + + + 10404.330078125 + + 124 + + 71 + + + 7.63700008392334 + 120 + + + + + + 10411.9697265625 + + 124 + + 71 + + + 7.63700008392334 + 120 + + + + + + 10419.5498046875 + + 124 + + 75 + + + 7.583000183105469 + 118 + + + + + + 10427.1103515625 + + 123 + + 86 + + + 7.556000232696533 + 139 + + + + + + 10434.75 + + 123 + + 92 + + + 7.63700008392334 + 163 + + + + + + 10442.509765625 + + 123 + + 82 + + + 7.761000156402588 + 160 + + + + + + 10450.1396484375 + + 123 + + 74 + + + 7.63700008392334 + 191 + + + + + + 10457.9296875 + + 122 + + 74 + + + 7.789000034332275 + 214 + + + + + + 10466.0595703125 + + 123 + + 72 + + + 8.128999710083008 + 220 + + + + + + 10474.240234375 + + 123 + + 71 + + + 8.175999641418457 + 207 + + + + + + 10482.6201171875 + + 123 + + 73 + + + 8.383999824523926 + 164 + + + + + + 10491.0595703125 + + 123 + + 78 + + + 8.399999618530273 + 133 + + + + + + 10499.25 + + 123 + + 72 + + + 8.206999778747559 + 139 + + + + + + 10507.7001953125 + + 124 + + 70 + + + 8.449999809265137 + 163 + + + + + + 10516.23046875 + + 124 + + 76 + + + 8.550999641418457 + 133 + + + + + + 10524.7197265625 + + 124 + + 78 + + + 8.467000007629395 + 108 + + + + + + 10533.23046875 + + 125 + + 82 + + + 8.534000396728516 + 105 + + + + + + 10541.5703125 + + 125 + + 79 + + + 8.335000038146973 + 126 + + + + + + + 6.803999900817872 + 48 + 96 + 81 + 258 + + + + + 197.0 + 1632.16 + 8.8149995803833 + 32 + + 123 + + + 127 + + Active + 131 + Manual + + + + 10541.5703125 + + 125 + + 79 + + + 8.335000038146973 + 126 + + + + + + 10549.9697265625 + + 125 + + 76 + + + 8.399999618530273 + 140 + + + + + + 10558.4501953125 + + 125 + + 85 + + + 8.482999801635742 + 150 + + + + + + 10567.0 + + 126 + + 90 + + + 8.550999641418457 + 145 + + + + + + 10575.5703125 + + 126 + + 83 + + + 8.567999839782715 + 120 + + + + + + 10584.0498046875 + + 125 + + 90 + + + 8.482999801635742 + 117 + + + + + + 10592.5498046875 + + 125 + + 85 + + + 8.5 + 97 + + + + + + 10601.1103515625 + + 125 + + 77 + + + 8.534000396728516 + 103 + + + + + + 10609.5703125 + + 125 + + 78 + + + 8.482999801635742 + 132 + + + + + + 10618.0302734375 + + 125 + + 79 + + + 8.467000007629395 + 135 + + + + + + 10626.5703125 + + 125 + + 78 + + + 8.534000396728516 + 173 + + + + + + 10634.83984375 + + 124 + + 83 + + + 8.270999908447266 + 168 + + + + + + 10643.0302734375 + + 124 + + 84 + + + 8.192000389099121 + 163 + + + + + + 10651.26953125 + + 124 + + 79 + + + 8.23900032043457 + 169 + + + + + + 10659.5302734375 + + 124 + + 73 + + + 8.255000114440918 + 167 + + + + + + 10667.8603515625 + + 125 + + 75 + + + 8.335000038146973 + 170 + + + + + + 10676.23046875 + + 125 + + 79 + + + 8.368000030517578 + 172 + + + + + + 10684.650390625 + + 125 + + 77 + + + 8.416999816894531 + 188 + + + + + + 10693.099609375 + + 126 + + 82 + + + 8.449999809265137 + 151 + + + + + + 10701.7001953125 + + 126 + + 84 + + + 8.602999687194824 + 124 + + + + + + 10710.41015625 + + 126 + + 80 + + + 8.708000183105469 + 99 + + + + + + 10719.080078125 + + 126 + + 96 + + + 8.67199993133545 + 84 + + + + + + 10727.7001953125 + + 126 + + 99 + + + 8.619999885559082 + 99 + + + + + + 10736.2802734375 + + 127 + + 83 + + + 8.586000442504883 + 102 + + + + + + 10744.7998046875 + + 127 + + 80 + + + 8.517000198364258 + 90 + + + + + + 10753.33984375 + + 127 + + 76 + + + 8.534000396728516 + 90 + + + + + + 10761.8896484375 + + 127 + + 75 + + + 8.550999641418457 + 85 + + + + + + 10770.400390625 + + 127 + + 76 + + + 8.517000198364258 + 76 + + + + + + 10778.83984375 + + 127 + + 77 + + + 8.432999610900879 + 85 + + + + + + 10787.2998046875 + + 127 + + 76 + + + 8.449999809265137 + 73 + + + + + + 10795.5302734375 + + 127 + + 77 + + + 8.23900032043457 + 86 + + + + + + 10803.7998046875 + + 127 + + 77 + + + 8.270999908447266 + 79 + + + + + + 10812.0498046875 + + 126 + + 77 + + + 8.255000114440918 + 92 + + + + + + 10820.400390625 + + 126 + + 76 + + + 8.35099983215332 + 152 + + + + + + 10828.599609375 + + 126 + + 75 + + + 8.192000389099121 + 175 + + + + + + 10836.7900390625 + + 126 + + 75 + + + 8.192000389099121 + 161 + + + + + + 10844.8603515625 + + 125 + + 75 + + + 8.067999839782715 + 165 + + + + + + 10852.759765625 + + 125 + + 77 + + + 7.9039998054504395 + 146 + + + + + + 10860.7998046875 + + 125 + + 81 + + + 8.038000106811523 + 151 + + + + + + 10868.900390625 + + 124 + + 73 + + + 8.098999977111816 + 155 + + + + + + 10876.8701171875 + + 124 + + 73 + + + 7.978000164031982 + 157 + + + + + + 10885.150390625 + + 125 + + 72 + + + 8.270999908447266 + 159 + + + + + + 10893.6796875 + + 125 + + 75 + + + 8.534000396728516 + 158 + + + + + + 10902.2099609375 + + 124 + + 90 + + + 8.534000396728516 + 143 + + + + + + 10910.7998046875 + + 124 + + 96 + + + 8.586000442504883 + 149 + + + + + + 10919.6103515625 + + 124 + + 86 + + + 8.8149995803833 + 130 + + + + + + 10928.4296875 + + 124 + + 81 + + + 8.8149995803833 + 83 + + + + + + 10937.1201171875 + + 124 + + 85 + + + 8.6899995803833 + 60 + + + + + + 10945.76953125 + + 124 + + 91 + + + 8.654999732971191 + 76 + + + + + + 10954.3603515625 + + 124 + + 87 + + + 8.586000442504883 + 87 + + + + + + 10962.73046875 + + 123 + + 83 + + + 8.368000030517578 + 79 + + + + + + 10971.080078125 + + 123 + + 80 + + + 8.35099983215332 + 93 + + + + + + 10979.2998046875 + + 123 + + 78 + + + 8.222999572753906 + 123 + + + + + + 10987.4501953125 + + 123 + + 78 + + + 8.145000457763672 + 135 + + + + + + 10995.6201171875 + + 123 + + 77 + + + 8.175999641418457 + 137 + + + + + + 11003.830078125 + + 124 + + 75 + + + 8.206999778747559 + 133 + + + + + + 11012.1396484375 + + 124 + + 80 + + + 8.270999908447266 + 135 + + + + + + 11020.259765625 + + 123 + + 85 + + + 8.15999984741211 + 143 + + + + + + 11028.4404296875 + + 123 + + 79 + + + 8.175999641418457 + 160 + + + + + + 11036.6298828125 + + 124 + + 74 + + + 8.192000389099121 + 180 + + + + + + 11044.759765625 + + 123 + + 74 + + + 8.128999710083008 + 171 + + + + + + 11053.0498046875 + + 123 + + 73 + + + 8.286999702453613 + 154 + + + + + + 11061.48046875 + + 123 + + 76 + + + 8.432999610900879 + 155 + + + + + + 11069.6103515625 + + 124 + + 78 + + + 8.128999710083008 + 165 + + + + + + 11077.76953125 + + 124 + + 76 + + + 8.15999984741211 + 172 + + + + + + 11085.849609375 + + 124 + + 75 + + + 8.083000183105469 + 157 + + + + + + 11093.98046875 + + 124 + + 75 + + + 8.128999710083008 + 137 + + + + + + 11102.0595703125 + + 124 + + 76 + + + 8.083000183105469 + 141 + + + + + + 11110.1796875 + + 125 + + 91 + + + 8.11400032043457 + 150 + + + + + + 11118.3203125 + + 125 + + 102 + + + 8.145000457763672 + 136 + + + + + + 11126.580078125 + + 125 + + 86 + + + 8.255000114440918 + 117 + + + + + + 11134.98046875 + + 125 + + 73 + + + 8.399999618530273 + 97 + + + + + + 11143.41015625 + + 125 + + 80 + + + 8.432999610900879 + 101 + + + + + + 11151.830078125 + + 125 + + 85 + + + 8.416999816894531 + 112 + + + + + + 11160.330078125 + + 126 + + 81 + + + 8.5 + 93 + + + + + + 11168.8603515625 + + 125 + + 79 + + + 8.534000396728516 + 75 + + + + + + 11177.2802734375 + + 125 + + 83 + + + 8.416999816894531 + 73 + + + + + + 11185.8095703125 + + 125 + + 94 + + + 8.534000396728516 + 108 + + + + + + 11194.1103515625 + + 125 + + 88 + + + 8.303000450134277 + 137 + + + + + + 11202.51953125 + + 124 + + 76 + + + 8.399999618530273 + 145 + + + + + + 11210.75 + + 124 + + 76 + + + 8.23900032043457 + 153 + + + + + + 11219.0703125 + + 123 + + 75 + + + 8.319000244140625 + 157 + + + + + + 11227.3095703125 + + 123 + + 75 + + + 8.23900032043457 + 180 + + + + + + 11235.4599609375 + + 123 + + 76 + + + 8.145000457763672 + 183 + + + + + + 11243.4404296875 + + 123 + + 75 + + + 7.978000164031982 + 176 + + + + + + 11251.3095703125 + + 123 + + 73 + + + 7.875 + 197 + + + + + + 11259.259765625 + + 124 + + 72 + + + 7.947999954223633 + 168 + + + + + + 11267.26953125 + + 124 + + 73 + + + 8.008000373840332 + 135 + + + + + + 11275.349609375 + + 124 + + 75 + + + 8.083000183105469 + 145 + + + + + + 11283.3701171875 + + 124 + + 75 + + + 7.993000030517578 + 125 + + + + + + 11291.330078125 + + 124 + + 77 + + + 7.993000030517578 + 145 + + + + + + 11299.5595703125 + + 124 + + 86 + + + 8.222999572753906 + 115 + + + + + + 11308.009765625 + + 124 + + 87 + + + 8.449999809265137 + 125 + + + + + + 11316.33984375 + + 124 + + 76 + + + 8.335000038146973 + 118 + + + + + + 11324.7900390625 + + 124 + + 76 + + + 8.449999809265137 + 113 + + + + + + 11333.3798828125 + + 123 + + 77 + + + 8.586000442504883 + 90 + + + + + + 11341.8798828125 + + 124 + + 83 + + + 8.5 + 91 + + + + + + 11350.5 + + 124 + + 105 + + + 8.619999885559082 + 95 + + + + + + 11359.1396484375 + + 124 + + 88 + + + 8.63700008392334 + 91 + + + + + + 11367.7197265625 + + 124 + + 87 + + + 8.586000442504883 + 95 + + + + + + 11376.150390625 + + 124 + + 92 + + + 8.432999610900879 + 82 + + + + + + 11384.4599609375 + + 124 + + 83 + + + 8.303000450134277 + 47 + + + + + + 11392.7001953125 + + 124 + + 69 + + + 8.23900032043457 + 112 + + + + + + 11400.8095703125 + + 124 + + 74 + + + 8.11400032043457 + 108 + + + + + + 11408.9404296875 + + 123 + + 74 + + + 8.128999710083008 + 122 + + + + + + 11417.0703125 + + 123 + + 75 + + + 8.128999710083008 + 110 + + + + + + 11425.259765625 + + 123 + + 75 + + + 8.192000389099121 + 104 + + + + + + 11433.1904296875 + + 123 + + 77 + + + 7.934000015258789 + 102 + + + + + + 11441.08984375 + + 123 + + 74 + + + 7.889999866485596 + 154 + + + + + + 11449.0498046875 + + 124 + + 73 + + + 7.9629998207092285 + 185 + + + + + + 11457.0595703125 + + 124 + + 75 + + + 8.008000373840332 + 240 + + + + + + 11465.3603515625 + + 124 + + 86 + + + 8.303000450134277 + 224 + + + + + + 11473.41015625 + + 124 + + 92 + + + 8.053000450134277 + 192 + + + + + + 11481.5595703125 + + 125 + + 75 + + + 8.145000457763672 + 166 + + + + + + 11489.830078125 + + 124 + + 74 + + + 8.270999908447266 + 182 + + + + + + 11498.080078125 + + 124 + + 74 + + + 8.255000114440918 + 145 + + + + + + 11506.2802734375 + + 124 + + 82 + + + 8.192000389099121 + 135 + + + + + + 11514.4404296875 + + 124 + + 97 + + + 8.15999984741211 + 92 + + + + + + 11522.6103515625 + + 124 + + 81 + + + 8.175999641418457 + 96 + + + + + + 11530.8203125 + + 124 + + 78 + + + 8.206999778747559 + 72 + + + + + + 11539.0400390625 + + 124 + + 87 + + + 8.222999572753906 + 77 + + + + + + 11547.259765625 + + 124 + + 87 + + + 8.222999572753906 + 86 + + + + + + 11555.5 + + 124 + + 89 + + + 8.206999778747559 + 121 + + + + + + 11563.7900390625 + + 123 + + 92 + + + 8.319000244140625 + 134 + + + + + + 11572.1201171875 + + 123 + + 80 + + + 8.335000038146973 + 167 + + + + + + 11580.490234375 + + 122 + + 77 + + + 8.368000030517578 + 163 + + + + + + 11588.9599609375 + + 122 + + 76 + + + 8.467000007629395 + 116 + + + + + + 11597.3095703125 + + 121 + + 76 + + + 8.35099983215332 + 131 + + + + + + 11605.6103515625 + + 121 + + 81 + + + 8.303000450134277 + 108 + + + + + + 11613.8701171875 + + 121 + + 79 + + + 8.255000114440918 + 80 + + + + + + 11622.0302734375 + + 121 + + 74 + + + 8.15999984741211 + 39 + + + + + + 11630.099609375 + + 120 + + 80 + + + 8.067999839782715 + 62 + + + + + + 11638.16015625 + + 120 + + 91 + + + 8.067999839782715 + 117 + + + + + + 11646.1904296875 + + 120 + + 73 + + + 8.02299976348877 + 170 + + + + + + 11653.8896484375 + + 119 + + 73 + + + 7.704999923706055 + 159 + + + + + + 11661.740234375 + + 119 + + 71 + + + 7.8460001945495605 + 179 + + + + + + 11669.4697265625 + + 119 + + 71 + + + 7.732999801635742 + 161 + + + + + + 11677.2001953125 + + 119 + + 72 + + + 7.732999801635742 + 197 + + + + + + 11684.990234375 + + 120 + + 72 + + + 7.789000034332275 + 164 + + + + + + 11692.8798828125 + + 120 + + 70 + + + 7.889999866485596 + 193 + + + + + + 11700.9404296875 + + 120 + + 74 + + + 8.053000450134277 + 234 + + + + + + 11709.2099609375 + + 120 + + 74 + + + 8.270999908447266 + 168 + + + + + + 11717.73046875 + + 120 + + 83 + + + 8.517000198364258 + 147 + + + + + + 11726.240234375 + + 121 + + 77 + + + 8.517000198364258 + 90 + + + + + + 11734.7900390625 + + 121 + + 75 + + + 8.550999641418457 + 58 + + + + + + 11743.5 + + 121 + + 80 + + + 8.708000183105469 + 61 + + + + + + 11752.1396484375 + + 122 + + 86 + + + 8.63700008392334 + 61 + + + + + + 11760.650390625 + + 121 + + 78 + + + 8.517000198364258 + 60 + + + + + + 11769.169921875 + + 121 + + 93 + + + 8.517000198364258 + 69 + + + + + + 11777.5595703125 + + 121 + + 104 + + + 8.383999824523926 + 62 + + + + + + 11785.9404296875 + + 121 + + 96 + + + 8.383999824523926 + 79 + + + + + + 11794.3603515625 + + 121 + + 117 + + + 8.416999816894531 + 128 + + + + + + 11802.66015625 + + 120 + + 75 + + + 8.303000450134277 + 107 + + + + + + 11810.9599609375 + + 120 + + 102 + + + 8.303000450134277 + 135 + + + + + + 11819.3095703125 + + 120 + + 84 + + + 8.35099983215332 + 116 + + + + + + 11827.6904296875 + + 120 + + 79 + + + 8.35099983215332 + 130 + + + + + + 11836.01953125 + + 120 + + 78 + + + 8.35099983215332 + 99 + + + + + + 11844.2998046875 + + 120 + + 75 + + + 8.286999702453613 + 107 + + + + + + 11852.509765625 + + 120 + + 79 + + + 8.206999778747559 + 122 + + + + + + 11860.5498046875 + + 120 + + 76 + + + 8.038000106811523 + 125 + + + + + + 11868.5400390625 + + 120 + + 79 + + + 7.993000030517578 + 130 + + + + + + 11876.5498046875 + + 119 + + 71 + + + 8.008000373840332 + 155 + + + + + + 11884.5302734375 + + 119 + + 75 + + + 7.978000164031982 + 208 + + + + + + 11892.5498046875 + + 120 + + 75 + + + 8.02299976348877 + 231 + + + + + + 11900.740234375 + + 119 + + 72 + + + 8.192000389099121 + 197 + + + + + + 11909.0595703125 + + 120 + + 79 + + + 8.319000244140625 + 200 + + + + + + 11917.3603515625 + + 120 + + 75 + + + 8.303000450134277 + 143 + + + + + + 11925.7001953125 + + 120 + + 77 + + + 8.335000038146973 + 167 + + + + + + 11933.7998046875 + + 120 + + 78 + + + 8.098999977111816 + 74 + + + + + + 11942.0 + + 121 + + 80 + + + 8.206999778747559 + 75 + + + + + + 11950.2900390625 + + 121 + + 131 + + + 8.286999702453613 + 65 + + + + + + 11958.6103515625 + + 121 + + 100 + + + 8.319000244140625 + 76 + + + + + + 11966.8701171875 + + 121 + + 86 + + + 8.255000114440918 + 84 + + + + + + 11975.08984375 + + 121 + + 82 + + + 8.222999572753906 + 75 + + + + + + 11983.3095703125 + + 121 + + 78 + + + 8.222999572753906 + 125 + + + + + + 11991.599609375 + + 120 + + 77 + + + 8.286999702453613 + 154 + + + + + + 11999.900390625 + + 120 + + 75 + + + 8.303000450134277 + 163 + + + + + + 12008.2001953125 + + 120 + + 78 + + + 8.303000450134277 + 132 + + + + + + 12016.51953125 + + 121 + + 84 + + + 8.319000244140625 + 124 + + + + + + 12024.919921875 + + 121 + + 88 + + + 8.399999618530273 + 82 + + + + + + 12033.240234375 + + 121 + + 99 + + + 8.319000244140625 + 102 + + + + + + 12041.5302734375 + + 121 + + 91 + + + 8.286999702453613 + 121 + + + + + + 12049.75 + + 120 + + 109 + + + 8.222999572753906 + 94 + + + + + + 12057.990234375 + + 120 + + 78 + + + 8.206999778747559 + 192 + + + + + + 12066.240234375 + + 120 + + 78 + + + 8.255000114440918 + 193 + + + + + + 12074.3701171875 + + 120 + + 75 + + + 8.11400032043457 + 184 + + + + + + 12082.599609375 + + 120 + + 75 + + + 8.270999908447266 + 145 + + + + + + 12090.8701171875 + + 119 + + 78 + + + 8.270999908447266 + 157 + + + + + + 12099.330078125 + + 120 + + 75 + + + 8.432999610900879 + 151 + + + + + + 12107.6904296875 + + 120 + + 75 + + + 8.383999824523926 + 156 + + + + + + 12115.990234375 + + 120 + + 87 + + + 8.303000450134277 + 125 + + + + + + 12124.1396484375 + + 121 + + 91 + + + 8.145000457763672 + 147 + + + + + + 12132.099609375 + + 121 + + 79 + + + 7.9629998207092285 + 149 + + + + + + 12140.1103515625 + + 121 + + 73 + + + 8.008000373840332 + 151 + + + + + + 12148.41015625 + + 121 + + 71 + + + 8.303000450134277 + 104 + + + + + + 12156.91015625 + + 121 + + 79 + + + 8.5 + 103 + + + + + + 12165.3896484375 + + 121 + + 86 + + + 8.482999801635742 + 78 + + + + + + 12173.8798828125 + + 121 + + 91 + + + 8.482999801635742 + 72 + + + + + + + 8.295000076293945 + 81 + 265 + 129 + 240 + + + + + 74.0 + 424.83 + 8.5 + 5 + + 109 + + + 121 + + Active + 143 + Manual + + + + 12173.8798828125 + + 121 + + 91 + + + 8.482999801635742 + 72 + + + + + + 12182.3798828125 + + 120 + + 95 + + + 8.5 + 48 + + + + + + 12190.7099609375 + + 120 + + 143 + + + 8.335000038146973 + 10 + + + + + + 12198.8701171875 + + 120 + + 39 + + + 8.15999984741211 + 0 + + + + + + 12206.76953125 + + 120 + + 0 + + + 7.9039998054504395 + 0 + + + + + + 12214.419921875 + + 119 + + 0 + + + 7.650000095367432 + 0 + + + + + + 12222.01953125 + + 119 + + 0 + + + 7.5960001945495605 + 0 + + + + + + 12229.4296875 + + 118 + + 0 + + + 7.4120001792907715 + 0 + + + + + + 12236.4404296875 + + 118 + + 0 + + + 7.01200008392334 + 0 + + + + + + 12243.1298828125 + + 117 + + 0 + + + 6.683000087738037 + 0 + + + + + + 12249.4404296875 + + 116 + + 0 + + + 6.309000015258789 + 0 + + + + + + 12255.2001953125 + + 116 + + 0 + + + 5.765999794006348 + 0 + + + + + + 12260.5400390625 + + 115 + + 0 + + + 5.335000038146973 + 0 + + + + + + 12265.4501953125 + + 114 + + 0 + + + 4.913000106811523 + 0 + + + + + + 12270.25 + + 114 + + 0 + + + 4.802999973297119 + 0 + + + + + + 12275.2802734375 + + 114 + + 0 + + + 5.0279998779296875 + 0 + + + + + + 12280.8603515625 + + 114 + + 0 + + + 5.578000068664551 + 1 + + + + + + 12286.7998046875 + + 113 + + 0 + + + 5.941999912261963 + 0 + + + + + + 12292.490234375 + + 113 + + 0 + + + 5.689000129699707 + 0 + + + + + + 12297.8095703125 + + 111 + + 0 + + + 5.315000057220459 + 0 + + + + + + 12302.16015625 + + 110 + + 0 + + + 4.354000091552734 + 51 + + + + + + 12305.1396484375 + + 110 + + 96 + + + 2.9790000915527344 + 80 + + + + + + 12307.3896484375 + + 109 + + 129 + + + 2.249000072479248 + 61 + + + + + + 12309.900390625 + + 109 + + 62 + + + 2.510999917984009 + 13 + + + + + + 12313.669921875 + + 109 + + 10 + + + 3.7709999084472656 + 0 + + + + + + 12318.83984375 + + 108 + + 0 + + + 5.168000221252441 + 0 + + + + + + 12324.8798828125 + + 106 + + 0 + + + 6.041999816894531 + 0 + + + + + + 12330.669921875 + + 106 + + 0 + + + 5.789000034332275 + 15 + + + + + + 12336.4697265625 + + 103 + + 90 + + + 5.804999828338623 + 78 + + + + + + 12342.33984375 + + 102 + + 87 + + + 5.86899995803833 + 121 + + + + + + 12348.3701171875 + + 101 + + 60 + + + 6.025000095367432 + 161 + + + + + + 12354.490234375 + + 101 + + 62 + + + 6.119999885559082 + 150 + + + + + + 12360.740234375 + + 100 + + 62 + + + 6.254000186920166 + 116 + + + + + + 12366.990234375 + + 100 + + 56 + + + 6.244999885559082 + 88 + + + + + + 12373.25 + + 100 + + 60 + + + 6.263000011444092 + 98 + + + + + + 12379.5703125 + + 100 + + 62 + + + 6.318999767303467 + 103 + + + + + + 12385.900390625 + + 99 + + 60 + + + 6.328000068664551 + 72 + + + + + + 12392.2197265625 + + 99 + + 81 + + + 6.328000068664551 + 75 + + + + + + 12398.3701171875 + + 98 + + 104 + + + 6.145999908447266 + 110 + + + + + + 12404.5302734375 + + 98 + + 71 + + + 6.15500020980835 + 121 + + + + + + 12410.759765625 + + 97 + + 56 + + + 6.199999809265137 + 115 + + + + + + 12416.98046875 + + 98 + + 58 + + + 6.254000186920166 + 121 + + + + + + 12423.23046875 + + 99 + + 56 + + + 6.254000186920166 + 106 + + + + + + 12429.400390625 + + 99 + + 57 + + + 6.164000034332275 + 111 + + + + + + 12435.599609375 + + 100 + + 56 + + + 6.199999809265137 + 94 + + + + + + 12441.740234375 + + 101 + + 56 + + + 6.145999908447266 + 141 + + + + + + 12448.1103515625 + + 102 + + 72 + + + 6.366000175476074 + 198 + + + + + + 12454.6796875 + + 103 + + 78 + + + 6.571000099182129 + 280 + + + + + + 12461.6396484375 + + 105 + + 63 + + + 6.954999923706055 + 335 + + + + + + 12468.509765625 + + 106 + + 61 + + + 6.876999855041504 + 329 + + + + + + 12475.419921875 + + 107 + + 63 + + + 6.909999847412109 + 325 + + + + + + 12482.490234375 + + 109 + + 63 + + + 7.068999767303467 + 281 + + + + + + 12489.650390625 + + 111 + + 64 + + + 7.164000034332275 + 119 + + + + + + 12496.9501953125 + + 112 + + 104 + + + 7.297999858856201 + 17 + + + + + + 12504.4296875 + + 113 + + 29 + + + 7.4770002365112305 + 0 + + + + + + 12511.73046875 + + 114 + + 0 + + + 7.297999858856201 + 0 + + + + + + 12518.900390625 + + 114 + + 0 + + + 7.176000118255615 + 0 + + + + + + 12525.5498046875 + + 115 + + 0 + + + 6.642000198364258 + 0 + + + + + + 12531.41015625 + + 114 + + 0 + + + 5.86899995803833 + 0 + + + + + + 12536.509765625 + + 114 + + 0 + + + 5.093999862670898 + 0 + + + + + + 12540.6201171875 + + 112 + + 0 + + + 4.114999771118164 + 0 + + + + + + 12544.9599609375 + + 111 + + 0 + + + 4.340000152587891 + 0 + + + + + + 12550.509765625 + + 110 + + 0 + + + 5.548999786376953 + 0 + + + + + + 12557.3203125 + + 110 + + 0 + + + 6.810999870300293 + 0 + + + + + + 12564.0498046875 + + 110 + + 0 + + + 6.724999904632568 + 0 + + + + + + 12570.0302734375 + + 109 + + 0 + + + 5.982999801635742 + 0 + + + + + + 12575.2099609375 + + 109 + + 0 + + + 5.173999786376953 + 0 + + + + + + 12579.51953125 + + 109 + + 0 + + + 4.314000129699707 + 0 + + + + + + 12583.009765625 + + 109 + + 0 + + + 3.490999937057495 + 0 + + + + + + 12585.7998046875 + + 109 + + 0 + + + 2.7850000858306885 + 0 + + + + + + 12587.76953125 + + 109 + + 0 + + + 1.9780000448226929 + 0 + + + + + + 12589.0 + + 109 + + 0 + + + 1.2259999513626099 + 0 + + + + + + 12590.23046875 + + 108 + + 0 + + + 1.2259999513626099 + 0 + + + + + + 12590.23046875 + + 109 + + 0 + + + 0.0 + 0 + + + + + + 12590.23046875 + + 109 + + 0 + + + 0.0 + 0 + + + + + + + 5.738999843597412 + 33 + 41 + 56 + 335 + + + + + Garmin Forerunner 310XT + 3638490993 + 1018 + + 4 + 50 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724412.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724412.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724412.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724412.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,17268 @@ + + + + + 2015-05-09T13:28:14.000Z + + 7.0 + 45.24 + 6.611000061035157 + 0 + + 105 + + + 106 + + Active + 165 + Manual + + + + 6.610000133514404 + + 106 + + 97 + + + 6.611000061035156 + 37 + + + + + + 13.09000015258789 + + 106 + + 165 + + + 6.480999946594238 + 7 + + + + + + 19.420000076293945 + + 105 + + 46 + + + 6.328000068664551 + 45 + + + + + + 25.809999465942383 + + 105 + + 60 + + + 6.394000053405762 + 78 + + + + + + 32.27000045776367 + + 105 + + 67 + + + 6.452000141143799 + 78 + + + + + + 38.779998779296875 + + 105 + + 64 + + + 6.511000156402588 + 88 + + + + + + 45.2400016784668 + + 105 + + 65 + + + 6.461999893188477 + 111 + + + + + + 51.91999816894531 + + 105 + + 75 + + + 6.540999889373779 + 79 + + + + + + + 6.159999847412109 + 81 + 9 + 63 + 111 + + + + + 191.0 + 1191.74 + 6.7789998054504395 + 21 + + 100 + + + 105 + + Active + 170 + Manual + + + + 51.91999816894531 + + 105 + + 75 + + + 6.540999889373779 + 79 + + + + + + 58.41999816894531 + + 105 + + 87 + + + 6.642000198364258 + 55 + + + + + + 65.05000305175781 + + 105 + + 81 + + + 6.631999969482422 + 44 + + + + + + 71.66000366210938 + + 105 + + 81 + + + 6.611000061035156 + 18 + + + + + + 78.23999786376953 + + 105 + + 20 + + + 6.580999851226807 + 34 + + + + + + 84.7699966430664 + + 105 + + 66 + + + 6.531000137329102 + 48 + + + + + + 91.19999694824219 + + 105 + + 114 + + + 6.422999858856201 + 52 + + + + + + 97.41000366210938 + + 105 + + 89 + + + 6.209000110626221 + 36 + + + + + + 103.5999984741211 + + 104 + + 90 + + + 6.190999984741211 + 52 + + + + + + 109.75 + + 103 + + 83 + + + 6.15500020980835 + 72 + + + + + + 115.98999786376953 + + 103 + + 85 + + + 6.236000061035156 + 66 + + + + + + 122.16999816894531 + + 103 + + 93 + + + 6.182000160217285 + 64 + + + + + + 128.35000610351562 + + 102 + + 93 + + + 6.182000160217285 + 58 + + + + + + 134.6199951171875 + + 102 + + 96 + + + 6.271999835968018 + 62 + + + + + + 140.88999938964844 + + 103 + + 88 + + + 6.263000011444092 + 57 + + + + + + 147.0399932861328 + + 103 + + 79 + + + 6.15500020980835 + 65 + + + + + + 153.17999267578125 + + 103 + + 116 + + + 6.138000011444092 + 82 + + + + + + 159.25 + + 102 + + 118 + + + 6.067999839782715 + 99 + + + + + + 165.3699951171875 + + 102 + + 79 + + + 6.119999885559082 + 102 + + + + + + 171.55999755859375 + + 102 + + 70 + + + 6.190999984741211 + 101 + + + + + + 177.97999572753906 + + 102 + + 69 + + + 6.422999858856201 + 48 + + + + + + 184.41000366210938 + + 101 + + 82 + + + 6.422999858856201 + 78 + + + + + + 190.8800048828125 + + 101 + + 68 + + + 6.4710001945495605 + 87 + + + + + + 197.38999938964844 + + 102 + + 86 + + + 6.511000156402588 + 73 + + + + + + 203.77000427246094 + + 102 + + 66 + + + 6.385000228881836 + 69 + + + + + + 210.16000366210938 + + 102 + + 104 + + + 6.385000228881836 + 54 + + + + + + 216.66000366210938 + + 102 + + 87 + + + 6.500999927520752 + 57 + + + + + + 223.1199951171875 + + 102 + + 77 + + + 6.461999893188477 + 33 + + + + + + 229.47999572753906 + + 102 + + 134 + + + 6.355999946594238 + 4 + + + + + + 235.61000061035156 + + 101 + + 0 + + + 6.129000186920166 + 58 + + + + + + 241.8000030517578 + + 101 + + 117 + + + 6.190999984741211 + 113 + + + + + + 248.0 + + 102 + + 73 + + + 6.199999809265137 + 105 + + + + + + 254.27999877929688 + + 102 + + 150 + + + 6.2820000648498535 + 74 + + + + + + 260.6700134277344 + + 102 + + 88 + + + 6.394000053405762 + 56 + + + + + + 266.95001220703125 + + 102 + + 67 + + + 6.2820000648498535 + 66 + + + + + + 273.45001220703125 + + 103 + + 114 + + + 6.355999946594238 + 43 + + + + + + 279.6300048828125 + + 102 + + 170 + + + 6.318999767303467 + 4 + + + + + + 285.8500061035156 + + 102 + + 0 + + + 6.2179999351501465 + 33 + + + + + + 291.9599914550781 + + 102 + + 85 + + + 6.111000061035156 + 60 + + + + + + 298.1099853515625 + + 102 + + 84 + + + 6.145999908447266 + 50 + + + + + + 304.04998779296875 + + 102 + + 90 + + + 5.941999912261963 + 40 + + + + + + 310.0199890136719 + + 102 + + 112 + + + 5.974999904632568 + 48 + + + + + + 316.1300048828125 + + 102 + + 100 + + + 6.103000164031982 + 60 + + + + + + 322.1300048828125 + + 101 + + 117 + + + 6.007999897003174 + 67 + + + + + + 328.1499938964844 + + 101 + + 108 + + + 6.017000198364258 + 84 + + + + + + 334.0299987792969 + + 101 + + 87 + + + 5.876999855041504 + 86 + + + + + + 339.8900146484375 + + 101 + + 73 + + + 5.861000061035156 + 113 + + + + + + 345.9700012207031 + + 101 + + 66 + + + 6.085000038146973 + 129 + + + + + + 352.4700012207031 + + 102 + + 73 + + + 6.500999927520752 + 118 + + + + + + 358.8999938964844 + + 102 + + 82 + + + 6.422999858856201 + 84 + + + + + + 365.44000244140625 + + 102 + + 107 + + + 6.540999889373779 + 68 + + + + + + 372.2200012207031 + + 102 + + 100 + + + 6.7789998054504395 + 71 + + + + + + 378.94000244140625 + + 101 + + 82 + + + 6.724999904632568 + 62 + + + + + + 385.6600036621094 + + 101 + + 82 + + + 6.715000152587891 + 26 + + + + + + 392.1400146484375 + + 100 + + 21 + + + 6.480999946594238 + 41 + + + + + + 398.6499938964844 + + 100 + + 82 + + + 6.511000156402588 + 59 + + + + + + 405.20001220703125 + + 100 + + 118 + + + 6.551000118255615 + 60 + + + + + + 411.7099914550781 + + 100 + + 110 + + + 6.511000156402588 + 57 + + + + + + 418.1199951171875 + + 100 + + 89 + + + 6.413000106811523 + 48 + + + + + + 424.5799865722656 + + 100 + + 137 + + + 6.452000141143799 + 33 + + + + + + 430.7900085449219 + + 100 + + 129 + + + 6.2179999351501465 + 40 + + + + + + 436.9800109863281 + + 100 + + 93 + + + 6.182000160217285 + 51 + + + + + + 443.1099853515625 + + 101 + + 92 + + + 6.129000186920166 + 39 + + + + + + 449.0899963378906 + + 101 + + 86 + + + 5.982999801635742 + 52 + + + + + + 455.1199951171875 + + 101 + + 77 + + + 6.033999919891357 + 61 + + + + + + 461.239990234375 + + 100 + + 69 + + + 6.119999885559082 + 69 + + + + + + 467.2699890136719 + + 100 + + 99 + + + 6.025000095367432 + 73 + + + + + + 473.3699951171875 + + 99 + + 91 + + + 6.103000164031982 + 86 + + + + + + 479.5400085449219 + + 99 + + 70 + + + 6.172999858856201 + 103 + + + + + + 485.70001220703125 + + 98 + + 70 + + + 6.15500020980835 + 87 + + + + + + 491.7799987792969 + + 98 + + 83 + + + 6.085000038146973 + 80 + + + + + + 497.8900146484375 + + 98 + + 78 + + + 6.103000164031982 + 74 + + + + + + 504.010009765625 + + 99 + + 82 + + + 6.119999885559082 + 89 + + + + + + 509.9200134277344 + + 99 + + 81 + + + 5.916999816894531 + 107 + + + + + + 515.969970703125 + + 99 + + 67 + + + 6.051000118255615 + 104 + + + + + + 522.02001953125 + + 98 + + 66 + + + 6.041999816894531 + 117 + + + + + + 527.8900146484375 + + 98 + + 71 + + + 5.876999855041504 + 139 + + + + + + 533.7000122070312 + + 98 + + 61 + + + 5.804999828338623 + 119 + + + + + + 539.8800048828125 + + 98 + + 71 + + + 6.182000160217285 + 95 + + + + + + 546.3900146484375 + + 98 + + 88 + + + 6.511000156402588 + 81 + + + + + + 552.6900024414062 + + 98 + + 75 + + + 6.300000190734863 + 86 + + + + + + 559.010009765625 + + 99 + + 85 + + + 6.300000190734863 + 76 + + + + + + 565.4600219726562 + + 99 + + 111 + + + 6.4710001945495605 + 77 + + + + + + 571.97998046875 + + 99 + + 115 + + + 6.520999908447266 + 67 + + + + + + 578.5700073242188 + + 100 + + 96 + + + 6.591000080108643 + 16 + + + + + + 585.219970703125 + + 99 + + 22 + + + 6.642000198364258 + 9 + + + + + + 591.72998046875 + + 100 + + 0 + + + 6.511000156402588 + 22 + + + + + + 598.1199951171875 + + 100 + + 73 + + + 6.394000053405762 + 23 + + + + + + 604.47998046875 + + 99 + + 96 + + + 6.355999946594238 + 40 + + + + + + 610.8499755859375 + + 99 + + 92 + + + 6.375 + 39 + + + + + + 617.22998046875 + + 99 + + 110 + + + 6.375 + 20 + + + + + + 623.5399780273438 + + 98 + + 29 + + + 6.309000015258789 + 12 + + + + + + 629.739990234375 + + 99 + + 0 + + + 6.199999809265137 + 4 + + + + + + 635.8300170898438 + + 99 + + 0 + + + 6.093999862670898 + 20 + + + + + + 641.8900146484375 + + 99 + + 57 + + + 6.059000015258789 + 40 + + + + + + 647.9000244140625 + + 100 + + 91 + + + 6.007999897003174 + 55 + + + + + + 653.8699951171875 + + 100 + + 69 + + + 5.974999904632568 + 64 + + + + + + 659.9000244140625 + + 100 + + 73 + + + 6.025000095367432 + 76 + + + + + + 665.989990234375 + + 100 + + 66 + + + 6.093999862670898 + 66 + + + + + + 672.0900268554688 + + 99 + + 84 + + + 6.103000164031982 + 46 + + + + + + 678.27001953125 + + 98 + + 113 + + + 6.172999858856201 + 41 + + + + + + 684.530029296875 + + 97 + + 101 + + + 6.263000011444092 + 57 + + + + + + 690.8599853515625 + + 97 + + 86 + + + 6.328000068664551 + 73 + + + + + + 697.1199951171875 + + 96 + + 81 + + + 6.263000011444092 + 71 + + + + + + 703.3400268554688 + + 96 + + 83 + + + 6.2179999351501465 + 69 + + + + + + 709.4199829101562 + + 96 + + 87 + + + 6.085000038146973 + 69 + + + + + + 715.3699951171875 + + 97 + + 72 + + + 5.941999912261963 + 73 + + + + + + 721.280029296875 + + 97 + + 69 + + + 5.908999919891357 + 80 + + + + + + 727.1699829101562 + + 97 + + 79 + + + 5.89300012588501 + 77 + + + + + + 732.9500122070312 + + 97 + + 77 + + + 5.781000137329102 + 83 + + + + + + 738.77001953125 + + 97 + + 83 + + + 5.821000099182129 + 140 + + + + + + 744.6400146484375 + + 97 + + 86 + + + 5.86899995803833 + 123 + + + + + + 750.8300170898438 + + 97 + + 86 + + + 6.190999984741211 + 72 + + + + + + 757.0999755859375 + + 97 + + 89 + + + 6.271999835968018 + 70 + + + + + + 763.530029296875 + + 98 + + 85 + + + 6.413000106811523 + 77 + + + + + + 770.0 + + 97 + + 81 + + + 6.328000068664551 + 75 + + + + + + 776.27001953125 + + 97 + + 74 + + + 6.433000087738037 + 70 + + + + + + 782.8200073242188 + + 97 + + 83 + + + 6.551000118255615 + 42 + + + + + + 789.2999877929688 + + 97 + + 132 + + + 6.4710001945495605 + 23 + + + + + + 795.8900146484375 + + 97 + + 141 + + + 6.591000080108643 + 27 + + + + + + 802.4199829101562 + + 97 + + 142 + + + 6.531000137329102 + 31 + + + + + + 808.97998046875 + + 97 + + 158 + + + 6.560999870300293 + 36 + + + + + + 815.510009765625 + + 98 + + 115 + + + 6.531000137329102 + 45 + + + + + + 821.97998046875 + + 98 + + 78 + + + 6.4710001945495605 + 46 + + + + + + 828.3699951171875 + + 98 + + 69 + + + 6.394000053405762 + 53 + + + + + + 834.8099975585938 + + 98 + + 90 + + + 6.433000087738037 + 50 + + + + + + 841.2100219726562 + + 97 + + 114 + + + 6.4039998054504395 + 22 + + + + + + 847.469970703125 + + 96 + + 58 + + + 6.263000011444092 + 12 + + + + + + 853.6500244140625 + + 96 + + 39 + + + 6.172999858856201 + 31 + + + + + + 859.7000122070312 + + 96 + + 74 + + + 6.051000118255615 + 44 + + + + + + 865.780029296875 + + 96 + + 77 + + + 6.085000038146973 + 43 + + + + + + 871.8599853515625 + + 96 + + 78 + + + 6.077000141143799 + 41 + + + + + + 877.9500122070312 + + 96 + + 70 + + + 6.093999862670898 + 40 + + + + + + 884.0700073242188 + + 96 + + 94 + + + 6.111000061035156 + 52 + + + + + + 890.1099853515625 + + 97 + + 106 + + + 6.041999816894531 + 70 + + + + + + 896.25 + + 98 + + 80 + + + 6.017000198364258 + 95 + + + + + + 902.0700073242188 + + 98 + + 61 + + + 5.941999912261963 + 93 + + + + + + 907.989990234375 + + 98 + + 64 + + + 5.916999816894531 + 78 + + + + + + 913.9600219726562 + + 99 + + 73 + + + 5.974999904632568 + 76 + + + + + + 919.969970703125 + + 99 + + 75 + + + 6.007999897003174 + 88 + + + + + + 925.989990234375 + + 98 + + 67 + + + 6.025000095367432 + 93 + + + + + + 931.9400024414062 + + 98 + + 62 + + + 5.941999912261963 + 90 + + + + + + 937.8800048828125 + + 99 + + 61 + + + 5.941999912261963 + 102 + + + + + + 943.75 + + 99 + + 60 + + + 5.86899995803833 + 93 + + + + + + 949.8900146484375 + + 99 + + 61 + + + 6.145999908447266 + 93 + + + + + + 955.9299926757812 + + 99 + + 64 + + + 6.041999816894531 + 89 + + + + + + 962.02001953125 + + 99 + + 65 + + + 6.085000038146973 + 90 + + + + + + 968.0999755859375 + + 100 + + 65 + + + 6.085000038146973 + 99 + + + + + + 974.260009765625 + + 100 + + 64 + + + 6.129000186920166 + 94 + + + + + + 980.6300048828125 + + 100 + + 63 + + + 6.394000053405762 + 73 + + + + + + 987.0 + + 100 + + 64 + + + 6.375 + 50 + + + + + + 993.3499755859375 + + 100 + + 67 + + + 6.3470001220703125 + 39 + + + + + + 999.780029296875 + + 100 + + 87 + + + 6.433000087738037 + 30 + + + + + + 1006.1099853515625 + + 100 + + 92 + + + 6.328000068664551 + 11 + + + + + + 1012.489990234375 + + 99 + + 0 + + + 6.385000228881836 + 10 + + + + + + 1018.7899780273438 + + 99 + + 29 + + + 6.300000190734863 + 17 + + + + + + 1025.1400146484375 + + 99 + + 87 + + + 6.3470001220703125 + 10 + + + + + + 1031.4300537109375 + + 99 + + 24 + + + 6.290999889373779 + 28 + + + + + + 1037.6800537109375 + + 99 + + 102 + + + 6.236000061035156 + 29 + + + + + + 1043.8800048828125 + + 99 + + 112 + + + 6.172999858856201 + 42 + + + + + + 1050.0 + + 99 + + 83 + + + 6.15500020980835 + 47 + + + + + + 1056.1500244140625 + + 99 + + 76 + + + 6.15500020980835 + 62 + + + + + + 1062.22998046875 + + 99 + + 70 + + + 6.077000141143799 + 88 + + + + + + 1068.3699951171875 + + 99 + + 65 + + + 6.138000011444092 + 88 + + + + + + 1074.5 + + 98 + + 65 + + + 6.138000011444092 + 77 + + + + + + 1080.9200439453125 + + 98 + + 62 + + + 6.244999885559082 + 86 + + + + + + 1087.06005859375 + + 97 + + 62 + + + 6.309000015258789 + 83 + + + + + + 1093.3599853515625 + + 97 + + 63 + + + 6.300000190734863 + 63 + + + + + + 1099.550048828125 + + 97 + + 66 + + + 6.190999984741211 + 71 + + + + + + 1105.5999755859375 + + 98 + + 64 + + + 6.051000118255615 + 60 + + + + + + 1111.81005859375 + + 98 + + 68 + + + 6.059000015258789 + 66 + + + + + + 1117.6300048828125 + + 98 + + 71 + + + 5.974999904632568 + 75 + + + + + + 1123.68994140625 + + 99 + + 66 + + + 6.059000015258789 + 78 + + + + + + 1129.780029296875 + + 99 + + 67 + + + 6.085000038146973 + 70 + + + + + + 1135.6700439453125 + + 99 + + 86 + + + 5.89300012588501 + 71 + + + + + + 1141.5400390625 + + 100 + + 84 + + + 5.86899995803833 + 85 + + + + + + 1147.5999755859375 + + 100 + + 90 + + + 6.059000015258789 + 85 + + + + + + 1153.5699462890625 + + 100 + + 75 + + + 5.974999904632568 + 93 + + + + + + 1159.6700439453125 + + 100 + + 62 + + + 6.093999862670898 + 99 + + + + + + 1165.8299560546875 + + 101 + + 63 + + + 6.164000034332275 + 96 + + + + + + 1171.8699951171875 + + 101 + + 67 + + + 6.041999816894531 + 87 + + + + + + 1178.0400390625 + + 101 + + 68 + + + 6.164000034332275 + 86 + + + + + + 1184.3900146484375 + + 101 + + 61 + + + 6.3470001220703125 + 73 + + + + + + 1190.8199462890625 + + 102 + + 65 + + + 6.433000087738037 + 63 + + + + + + 1197.3299560546875 + + 102 + + 69 + + + 6.511000156402588 + 52 + + + + + + 1203.8800048828125 + + 102 + + 68 + + + 6.551000118255615 + 51 + + + + + + 1210.469970703125 + + 102 + + 77 + + + 6.591000080108643 + 34 + + + + + + 1217.1099853515625 + + 100 + + 57 + + + 6.642000198364258 + 15 + + + + + + 1223.75 + + 99 + + 0 + + + 6.631999969482422 + 14 + + + + + + 1230.4100341796875 + + 99 + + 33 + + + 6.663000106811523 + 18 + + + + + + 1236.97998046875 + + 98 + + 100 + + + 6.571000099182129 + 0 + + + + + + 1243.4599609375 + + 98 + + 0 + + + 6.480999946594238 + 0 + + + + + + + 6.25 + 79 + 252 + 63 + 140 + + + + + 78.0 + 427.81 + 8.743000030517578 + 5 + + 95 + + + 123 + + Active + 103 + Manual + + + + 1243.4599609375 + + 98 + + 0 + + + 6.480999946594238 + 0 + + + + + + 1249.9599609375 + + 98 + + 0 + + + 6.500999927520752 + 0 + + + + + + 1256.489990234375 + + 99 + + 0 + + + 6.531000137329102 + 0 + + + + + + 1262.6300048828125 + + 99 + + 0 + + + 6.138000011444092 + 0 + + + + + + 1268.6199951171875 + + 99 + + 0 + + + 5.992000102996826 + 0 + + + + + + 1274.47998046875 + + 99 + + 0 + + + 5.861000061035156 + 0 + + + + + + 1280.3699951171875 + + 99 + + 0 + + + 5.885000228881836 + 0 + + + + + + 1286.1600341796875 + + 99 + + 0 + + + 5.789000034332275 + 0 + + + + + + 1291.9100341796875 + + 99 + + 0 + + + 5.75 + 0 + + + + + + 1297.780029296875 + + 97 + + 0 + + + 5.75 + 0 + + + + + + 1303.300048828125 + + 97 + + 0 + + + 5.644000053405762 + 0 + + + + + + 1308.699951171875 + + 97 + + 0 + + + 5.394999980926514 + 0 + + + + + + 1313.9300537109375 + + 96 + + 0 + + + 5.230999946594238 + 0 + + + + + + 1318.8399658203125 + + 97 + + 0 + + + 4.9070000648498535 + 0 + + + + + + 1323.81005859375 + + 97 + + 0 + + + 4.96999979019165 + 0 + + + + + + 1329.06005859375 + + 97 + + 0 + + + 5.25 + 0 + + + + + + 1334.1099853515625 + + 97 + + 0 + + + 5.058000087738037 + 0 + + + + + + 1338.9599609375 + + 97 + + 0 + + + 4.841000080108643 + 0 + + + + + + 1343.780029296875 + + 97 + + 0 + + + 4.823999881744385 + 0 + + + + + + 1348.68994140625 + + 97 + + 0 + + + 4.9070000648498535 + 0 + + + + + + 1353.5899658203125 + + 92 + + 0 + + + 4.9070000648498535 + 0 + + + + + + 1357.760009765625 + + 88 + + 0 + + + 4.171000003814697 + 0 + + + + + + 1362.3299560546875 + + 88 + + 0 + + + 4.566999912261963 + 0 + + + + + + 1366.7099609375 + + 88 + + 0 + + + 4.375999927520752 + 0 + + + + + + 1371.300048828125 + + 88 + + 0 + + + 4.4670000076293945 + 23 + + + + + + 1375.43994140625 + + 88 + + 20 + + + 4.263000011444092 + 101 + + + + + + 1379.9000244140625 + + 87 + + 74 + + + 4.458000183105469 + 106 + + + + + + 1384.3599853515625 + + 86 + + 54 + + + 4.458000183105469 + 35 + + + + + + 1388.6300048828125 + + 85 + + 93 + + + 4.270999908447266 + 0 + + + + + + 1392.8800048828125 + + 85 + + 0 + + + 4.11899995803833 + 0 + + + + + + 1396.5799560546875 + + 85 + + 0 + + + 3.825000047683716 + 0 + + + + + + 1400.3399658203125 + + 85 + + 0 + + + 3.760999917984009 + 0 + + + + + + 1403.8699951171875 + + 84 + + 0 + + + 3.5260000228881836 + 0 + + + + + + 1407.3399658203125 + + 84 + + 0 + + + 3.4660000801086426 + 0 + + + + + + 1410.68994140625 + + 84 + + 0 + + + 3.3550000190734863 + 0 + + + + + + 1414.02001953125 + + 83 + + 0 + + + 3.328000068664551 + 0 + + + + + + 1417.3900146484375 + + 83 + + 0 + + + 3.368000030517578 + 0 + + + + + + 1420.7099609375 + + 83 + + 0 + + + 3.321000099182129 + 0 + + + + + + 1424.1099853515625 + + 80 + + 0 + + + 3.4049999713897705 + 0 + + + + + + 1427.530029296875 + + 80 + + 0 + + + 3.4159998893737793 + 0 + + + + + + 1430.8399658203125 + + 79 + + 0 + + + 3.312999963760376 + 0 + + + + + + 1434.1600341796875 + + 79 + + 0 + + + 3.318000078201294 + 0 + + + + + + 1437.4599609375 + + 79 + + 0 + + + 3.2950000762939453 + 0 + + + + + + 1440.5699462890625 + + 79 + + 0 + + + 3.11299991607666 + 0 + + + + + + 1443.6800537109375 + + 76 + + 0 + + + 3.1110000610351562 + 0 + + + + + + 1446.5699462890625 + + 74 + + 0 + + + 2.8940000534057617 + 0 + + + + + + 1449.4300537109375 + + 74 + + 0 + + + 2.8580000400543213 + 27 + + + + + + 1452.719970703125 + + 74 + + 18 + + + 3.2850000858306885 + 105 + + + + + + 1456.3299560546875 + + 74 + + 73 + + + 3.611999988555908 + 108 + + + + + + 1460.2099609375 + + 74 + + 73 + + + 3.877000093460083 + 129 + + + + + + 1464.27001953125 + + 74 + + 73 + + + 4.067999839782715 + 108 + + + + + + 1468.550048828125 + + 79 + + 76 + + + 4.28000020980835 + 119 + + + + + + 1472.97998046875 + + 81 + + 66 + + + 4.429999828338623 + 140 + + + + + + 1477.8199462890625 + + 84 + + 45 + + + 4.835000038146973 + 203 + + + + + + 1483.22998046875 + + 86 + + 38 + + + 5.415999889373779 + 281 + + + + + + 1489.0899658203125 + + 89 + + 36 + + + 5.853000164031982 + 303 + + + + + + 1495.3399658203125 + + 92 + + 40 + + + 6.254000186920166 + 302 + + + + + + 1501.81005859375 + + 95 + + 46 + + + 6.4710001945495605 + 294 + + + + + + 1508.7099609375 + + 96 + + 49 + + + 6.89900016784668 + 348 + + + + + + 1515.93994140625 + + 99 + + 51 + + + 7.223999977111816 + 356 + + + + + + 1523.52001953125 + + 102 + + 54 + + + 7.583000183105469 + 343 + + + + + + 1531.0999755859375 + + 104 + + 57 + + + 7.583000183105469 + 337 + + + + + + 1538.97998046875 + + 107 + + 62 + + + 7.875 + 336 + + + + + + 1547.030029296875 + + 108 + + 63 + + + 8.053000450134277 + 278 + + + + + + 1555.1400146484375 + + 112 + + 65 + + + 8.11400032043457 + 234 + + + + + + 1563.4100341796875 + + 114 + + 67 + + + 8.270999908447266 + 190 + + + + + + 1571.6500244140625 + + 116 + + 70 + + + 8.23900032043457 + 179 + + + + + + 1579.8299560546875 + + 118 + + 73 + + + 8.175999641418457 + 144 + + + + + + 1587.9599609375 + + 119 + + 103 + + + 8.128999710083008 + 143 + + + + + + 1596.22998046875 + + 120 + + 88 + + + 8.270999908447266 + 131 + + + + + + 1604.6800537109375 + + 121 + + 66 + + + 8.449999809265137 + 117 + + + + + + 1613.2099609375 + + 122 + + 75 + + + 8.5 + 109 + + + + + + 1621.6099853515625 + + 122 + + 69 + + + 8.432999610900879 + 194 + + + + + + 1630.0999755859375 + + 123 + + 68 + + + 8.482999801635742 + 184 + + + + + + 1638.8699951171875 + + 123 + + 67 + + + 8.586000442504883 + 177 + + + + + + 1647.3399658203125 + + 123 + + 69 + + + 8.654999732971191 + 164 + + + + + + 1656.0799560546875 + + 122 + + 81 + + + 8.743000030517578 + 169 + + + + + + 1664.7900390625 + + 122 + + 69 + + + 8.708000183105469 + 174 + + + + + + 1673.510009765625 + + 122 + + 70 + + + 8.725000381469727 + 153 + + + + + + + 5.458000183105469 + 28 + 37 + 86 + 356 + + + + + 239.0 + 1980.49 + 8.906999588012695 + 47 + + 122 + + + 133 + + Active + 120 + Manual + + + + 1673.510009765625 + + 122 + + 70 + + + 8.725000381469727 + 153 + + + + + + 1682.31005859375 + + 123 + + 73 + + + 8.79699993133545 + 116 + + + + + + 1691.1199951171875 + + 122 + + 72 + + + 8.8149995803833 + 116 + + + + + + 1700.010009765625 + + 122 + + 76 + + + 8.887999534606934 + 117 + + + + + + 1708.9000244140625 + + 123 + + 69 + + + 8.887999534606934 + 111 + + + + + + 1717.81005859375 + + 123 + + 87 + + + 8.906999588012695 + 126 + + + + + + 1726.510009765625 + + 123 + + 85 + + + 8.708000183105469 + 138 + + + + + + 1735.280029296875 + + 123 + + 74 + + + 8.76099967956543 + 181 + + + + + + 1744.0400390625 + + 124 + + 71 + + + 8.76099967956543 + 238 + + + + + + 1752.760009765625 + + 124 + + 71 + + + 8.725000381469727 + 153 + + + + + + 1761.4000244140625 + + 125 + + 80 + + + 8.63700008392334 + 164 + + + + + + 1770.3299560546875 + + 126 + + 84 + + + 8.743000030517578 + 145 + + + + + + 1778.7099609375 + + 127 + + 69 + + + 8.567999839782715 + 121 + + + + + + 1787.280029296875 + + 127 + + 68 + + + 8.567999839782715 + 128 + + + + + + 1795.8699951171875 + + 128 + + 70 + + + 8.586000442504883 + 119 + + + + + + 1804.5400390625 + + 128 + + 94 + + + 8.67199993133545 + 99 + + + + + + 1813.5899658203125 + + 129 + + 91 + + + 8.76099967956543 + 169 + + + + + + 1822.06005859375 + + 130 + + 72 + + + 8.76099967956543 + 131 + + + + + + 1830.800048828125 + + 130 + + 71 + + + 8.743000030517578 + 118 + + + + + + 1839.3399658203125 + + 130 + + 70 + + + 8.534000396728516 + 130 + + + + + + 1847.9100341796875 + + 131 + + 92 + + + 8.567999839782715 + 75 + + + + + + 1856.4100341796875 + + 131 + + 93 + + + 8.5 + 86 + + + + + + 1864.9100341796875 + + 131 + + 79 + + + 8.5 + 138 + + + + + + 1873.3699951171875 + + 131 + + 69 + + + 8.467000007629395 + 137 + + + + + + 1881.77001953125 + + 131 + + 68 + + + 8.399999618530273 + 114 + + + + + + 1890.0899658203125 + + 131 + + 67 + + + 8.319000244140625 + 112 + + + + + + 1898.4000244140625 + + 131 + + 67 + + + 8.303000450134277 + 143 + + + + + + 1906.7099609375 + + 131 + + 67 + + + 8.319000244140625 + 200 + + + + + + 1915.02001953125 + + 131 + + 69 + + + 8.303000450134277 + 115 + + + + + + 1923.27001953125 + + 131 + + 67 + + + 8.255000114440918 + 137 + + + + + + 1931.510009765625 + + 131 + + 61 + + + 8.23900032043457 + 189 + + + + + + 1940.010009765625 + + 131 + + 61 + + + 8.286999702453613 + 174 + + + + + + 1948.0999755859375 + + 132 + + 68 + + + 8.303000450134277 + 171 + + + + + + 1956.280029296875 + + 132 + + 70 + + + 8.175999641418457 + 205 + + + + + + 1964.43994140625 + + 132 + + 69 + + + 8.15999984741211 + 196 + + + + + + 1972.6400146484375 + + 132 + + 72 + + + 8.206999778747559 + 164 + + + + + + 1981.1600341796875 + + 133 + + 77 + + + 8.517000198364258 + 123 + + + + + + 1989.6600341796875 + + 133 + + 77 + + + 8.5 + 148 + + + + + + 1998.22998046875 + + 133 + + 72 + + + 8.567999839782715 + 177 + + + + + + 2007.0400390625 + + 133 + + 68 + + + 8.8149995803833 + 121 + + + + + + 2015.9300537109375 + + 133 + + 69 + + + 8.887999534606934 + 115 + + + + + + 2024.75 + + 133 + + 79 + + + 8.8149995803833 + 119 + + + + + + 2033.5400390625 + + 133 + + 98 + + + 8.79699993133545 + 112 + + + + + + 2042.25 + + 133 + + 93 + + + 8.708000183105469 + 71 + + + + + + 2050.8701171875 + + 132 + + 102 + + + 8.619999885559082 + 47 + + + + + + 2059.4599609375 + + 132 + + 104 + + + 8.586000442504883 + 45 + + + + + + 2068.169921875 + + 131 + + 95 + + + 8.482999801635742 + 45 + + + + + + 2076.340087890625 + + 130 + + 109 + + + 8.399999618530273 + 90 + + + + + + 2084.840087890625 + + 129 + + 91 + + + 8.5 + 97 + + + + + + 2093.409912109375 + + 128 + + 71 + + + 8.567999839782715 + 124 + + + + + + 2101.889892578125 + + 128 + + 67 + + + 8.482999801635742 + 100 + + + + + + 2110.260009765625 + + 127 + + 75 + + + 8.368000030517578 + 73 + + + + + + 2118.72998046875 + + 127 + + 91 + + + 8.467000007629395 + 66 + + + + + + 2126.969970703125 + + 126 + + 76 + + + 8.23900032043457 + 87 + + + + + + 2135.080078125 + + 126 + + 74 + + + 8.11400032043457 + 108 + + + + + + 2143.169921875 + + 126 + + 89 + + + 8.083000183105469 + 112 + + + + + + 2151.25 + + 125 + + 71 + + + 8.083000183105469 + 134 + + + + + + 2159.360107421875 + + 125 + + 64 + + + 8.11400032043457 + 171 + + + + + + 2167.550048828125 + + 125 + + 65 + + + 8.192000389099121 + 157 + + + + + + 2175.639892578125 + + 124 + + 81 + + + 8.083000183105469 + 159 + + + + + + 2183.739990234375 + + 124 + + 86 + + + 8.098999977111816 + 135 + + + + + + 2191.8701171875 + + 124 + + 70 + + + 8.128999710083008 + 141 + + + + + + 2199.9599609375 + + 124 + + 66 + + + 8.098999977111816 + 143 + + + + + + 2208.090087890625 + + 124 + + 67 + + + 8.128999710083008 + 126 + + + + + + 2216.2099609375 + + 124 + + 74 + + + 8.11400032043457 + 112 + + + + + + 2224.39990234375 + + 124 + + 83 + + + 8.192000389099121 + 110 + + + + + + 2232.3798828125 + + 123 + + 70 + + + 7.978000164031982 + 151 + + + + + + 2240.449951171875 + + 123 + + 65 + + + 8.067999839782715 + 201 + + + + + + 2248.610107421875 + + 122 + + 65 + + + 8.15999984741211 + 223 + + + + + + 2256.77001953125 + + 122 + + 70 + + + 8.15999984741211 + 210 + + + + + + 2264.93994140625 + + 122 + + 72 + + + 8.175999641418457 + 154 + + + + + + 2273.070068359375 + + 122 + + 67 + + + 8.128999710083008 + 137 + + + + + + 2281.179931640625 + + 123 + + 65 + + + 8.11400032043457 + 174 + + + + + + 2289.300048828125 + + 123 + + 71 + + + 8.11400032043457 + 180 + + + + + + 2297.489990234375 + + 123 + + 73 + + + 8.192000389099121 + 157 + + + + + + 2305.699951171875 + + 123 + + 74 + + + 8.206999778747559 + 120 + + + + + + 2313.93994140625 + + 124 + + 75 + + + 8.23900032043457 + 126 + + + + + + 2322.090087890625 + + 124 + + 67 + + + 8.11400032043457 + 182 + + + + + + 2330.199951171875 + + 123 + + 65 + + + 8.11400032043457 + 179 + + + + + + 2338.219970703125 + + 123 + + 65 + + + 8.038000106811523 + 133 + + + + + + 2346.22998046875 + + 123 + + 64 + + + 8.02299976348877 + 120 + + + + + + 2354.280029296875 + + 123 + + 64 + + + 8.053000450134277 + 123 + + + + + + 2362.3798828125 + + 123 + + 64 + + + 8.098999977111816 + 134 + + + + + + 2370.360107421875 + + 122 + + 63 + + + 7.978000164031982 + 135 + + + + + + 2378.360107421875 + + 122 + + 64 + + + 8.008000373840332 + 174 + + + + + + 2386.489990234375 + + 122 + + 67 + + + 8.128999710083008 + 154 + + + + + + 2394.699951171875 + + 123 + + 67 + + + 8.206999778747559 + 148 + + + + + + 2402.969970703125 + + 123 + + 65 + + + 8.270999908447266 + 169 + + + + + + 2411.5400390625 + + 123 + + 66 + + + 8.567999839782715 + 150 + + + + + + 2420.18994140625 + + 123 + + 71 + + + 8.654999732971191 + 83 + + + + + + 2428.739990234375 + + 123 + + 97 + + + 8.550999641418457 + 50 + + + + + + 2437.260009765625 + + 123 + + 120 + + + 8.517000198364258 + 46 + + + + + + 2445.72998046875 + + 123 + + 83 + + + 8.467000007629395 + 61 + + + + + + 2454.14990234375 + + 123 + + 70 + + + 8.416999816894531 + 102 + + + + + + 2462.610107421875 + + 122 + + 71 + + + 8.467000007629395 + 103 + + + + + + 2470.8798828125 + + 122 + + 70 + + + 8.270999908447266 + 102 + + + + + + 2479.419921875 + + 122 + + 67 + + + 8.286999702453613 + 88 + + + + + + 2487.43994140625 + + 121 + + 66 + + + 8.270999908447266 + 77 + + + + + + 2495.760009765625 + + 121 + + 68 + + + 8.319000244140625 + 78 + + + + + + 2503.969970703125 + + 121 + + 75 + + + 8.206999778747559 + 109 + + + + + + 2512.27001953125 + + 120 + + 75 + + + 8.303000450134277 + 116 + + + + + + 2520.610107421875 + + 120 + + 71 + + + 8.335000038146973 + 105 + + + + + + 2528.719970703125 + + 120 + + 67 + + + 8.11400032043457 + 116 + + + + + + 2536.7099609375 + + 120 + + 67 + + + 7.993000030517578 + 144 + + + + + + 2544.719970703125 + + 120 + + 64 + + + 8.008000373840332 + 149 + + + + + + 2552.72998046875 + + 120 + + 64 + + + 8.008000373840332 + 138 + + + + + + 2560.840087890625 + + 120 + + 64 + + + 8.11400032043457 + 150 + + + + + + 2569.18994140625 + + 119 + + 64 + + + 8.35099983215332 + 159 + + + + + + 2577.570068359375 + + 119 + + 65 + + + 8.35099983215332 + 147 + + + + + + 2585.969970703125 + + 119 + + 85 + + + 8.425000190734863 + 143 + + + + + + 2594.239990234375 + + 119 + + 105 + + + 8.270999908447266 + 155 + + + + + + 2602.679931640625 + + 119 + + 84 + + + 8.175999641418457 + 145 + + + + + + 2610.590087890625 + + 119 + + 67 + + + 8.175999641418457 + 111 + + + + + + 2618.830078125 + + 120 + + 67 + + + 8.23900032043457 + 138 + + + + + + 2627.10009765625 + + 120 + + 89 + + + 8.270999908447266 + 161 + + + + + + 2635.360107421875 + + 120 + + 81 + + + 8.255000114440918 + 175 + + + + + + 2643.580078125 + + 120 + + 68 + + + 8.222999572753906 + 170 + + + + + + 2651.840087890625 + + 121 + + 65 + + + 8.255000114440918 + 144 + + + + + + 2660.090087890625 + + 121 + + 73 + + + 8.255000114440918 + 149 + + + + + + 2668.3798828125 + + 121 + + 68 + + + 8.286999702453613 + 156 + + + + + + 2676.6298828125 + + 122 + + 64 + + + 8.255000114440918 + 175 + + + + + + 2684.860107421875 + + 122 + + 64 + + + 8.222999572753906 + 178 + + + + + + 2693.159912109375 + + 122 + + 74 + + + 8.303000450134277 + 169 + + + + + + 2701.39990234375 + + 123 + + 77 + + + 8.23900032043457 + 114 + + + + + + 2709.639892578125 + + 123 + + 77 + + + 8.23900032043457 + 105 + + + + + + 2717.860107421875 + + 123 + + 87 + + + 8.222999572753906 + 104 + + + + + + 2726.31005859375 + + 122 + + 78 + + + 8.15999984741211 + 127 + + + + + + 2734.090087890625 + + 122 + + 83 + + + 8.067999839782715 + 157 + + + + + + 2742.10009765625 + + 122 + + 77 + + + 8.008000373840332 + 167 + + + + + + 2750.35009765625 + + 122 + + 68 + + + 8.255000114440918 + 176 + + + + + + 2758.35009765625 + + 122 + + 65 + + + 7.993000030517578 + 144 + + + + + + 2766.570068359375 + + 122 + + 64 + + + 8.008000373840332 + 124 + + + + + + 2774.43994140625 + + 122 + + 90 + + + 8.083000183105469 + 133 + + + + + + 2782.760009765625 + + 121 + + 88 + + + 8.319000244140625 + 163 + + + + + + 2791.1201171875 + + 121 + + 75 + + + 8.368000030517578 + 153 + + + + + + 2799.469970703125 + + 121 + + 73 + + + 8.35099983215332 + 130 + + + + + + 2807.860107421875 + + 122 + + 69 + + + 8.383999824523926 + 125 + + + + + + 2816.31005859375 + + 121 + + 85 + + + 8.449999809265137 + 99 + + + + + + 2824.9599609375 + + 121 + + 93 + + + 8.654999732971191 + 75 + + + + + + 2833.39990234375 + + 121 + + 75 + + + 8.432999610900879 + 67 + + + + + + 2841.909912109375 + + 121 + + 73 + + + 8.517000198364258 + 78 + + + + + + 2850.2900390625 + + 121 + + 89 + + + 8.35099983215332 + 74 + + + + + + 2858.570068359375 + + 121 + + 96 + + + 8.303000450134277 + 66 + + + + + + 2866.919921875 + + 121 + + 78 + + + 8.35099983215332 + 76 + + + + + + 2875.090087890625 + + 121 + + 67 + + + 8.175999641418457 + 89 + + + + + + 2883.320068359375 + + 120 + + 67 + + + 8.222999572753906 + 97 + + + + + + 2891.93994140625 + + 120 + + 67 + + + 8.35099983215332 + 138 + + + + + + 2900.1298828125 + + 120 + + 67 + + + 8.467000007629395 + 172 + + + + + + 2908.64990234375 + + 120 + + 67 + + + 8.517000198364258 + 149 + + + + + + 2917.169921875 + + 119 + + 67 + + + 8.517000198364258 + 106 + + + + + + 2925.60009765625 + + 119 + + 74 + + + 8.432999610900879 + 93 + + + + + + 2933.85009765625 + + 118 + + 74 + + + 8.255000114440918 + 99 + + + + + + 2941.760009765625 + + 118 + + 78 + + + 7.9039998054504395 + 98 + + + + + + 2949.68994140625 + + 118 + + 88 + + + 7.934000015258789 + 118 + + + + + + 2957.760009765625 + + 117 + + 75 + + + 8.067999839782715 + 138 + + + + + + 2965.719970703125 + + 117 + + 64 + + + 7.9629998207092285 + 148 + + + + + + 2973.9599609375 + + 117 + + 75 + + + 8.23900032043457 + 167 + + + + + + 2982.22998046875 + + 117 + + 81 + + + 8.270999908447266 + 194 + + + + + + 2990.239990234375 + + 117 + + 71 + + + 8.008000373840332 + 179 + + + + + + 2998.199951171875 + + 118 + + 66 + + + 7.9629998207092285 + 149 + + + + + + 3006.3798828125 + + 119 + + 69 + + + 8.175999641418457 + 146 + + + + + + 3014.9599609375 + + 119 + + 73 + + + 8.383999824523926 + 136 + + + + + + 3023.1298828125 + + 119 + + 70 + + + 8.368000030517578 + 127 + + + + + + 3031.47998046875 + + 120 + + 71 + + + 8.35099983215332 + 118 + + + + + + 3039.75 + + 120 + + 82 + + + 8.270999908447266 + 116 + + + + + + 3047.989990234375 + + 119 + + 86 + + + 8.23900032043457 + 130 + + + + + + 3056.219970703125 + + 119 + + 74 + + + 8.222999572753906 + 142 + + + + + + 3064.469970703125 + + 119 + + 65 + + + 8.255000114440918 + 142 + + + + + + 3072.68994140625 + + 118 + + 66 + + + 8.222999572753906 + 145 + + + + + + 3080.889892578125 + + 118 + + 79 + + + 8.192000389099121 + 153 + + + + + + 3089.110107421875 + + 119 + + 92 + + + 8.222999572753906 + 151 + + + + + + 3097.320068359375 + + 119 + + 84 + + + 8.206999778747559 + 146 + + + + + + 3105.56005859375 + + 119 + + 73 + + + 8.23900032043457 + 123 + + + + + + 3113.7900390625 + + 120 + + 67 + + + 8.23900032043457 + 102 + + + + + + 3122.010009765625 + + 120 + + 66 + + + 8.192000389099121 + 109 + + + + + + 3130.1298828125 + + 120 + + 65 + + + 8.145000457763672 + 122 + + + + + + 3138.159912109375 + + 119 + + 65 + + + 7.861000061035156 + 120 + + + + + + 3145.820068359375 + + 119 + + 65 + + + 7.831999778747559 + 120 + + + + + + 3153.77001953125 + + 118 + + 63 + + + 7.947999954223633 + 133 + + + + + + 3162.0 + + 118 + + 63 + + + 8.222999572753906 + 157 + + + + + + 3170.219970703125 + + 117 + + 65 + + + 8.222999572753906 + 178 + + + + + + 3178.239990234375 + + 117 + + 67 + + + 8.02299976348877 + 169 + + + + + + 3186.39990234375 + + 117 + + 66 + + + 8.15999984741211 + 153 + + + + + + 3194.639892578125 + + 117 + + 65 + + + 8.23900032043457 + 138 + + + + + + 3202.85009765625 + + 117 + + 64 + + + 8.206999778747559 + 133 + + + + + + 3211.090087890625 + + 117 + + 64 + + + 8.23900032043457 + 137 + + + + + + 3219.489990234375 + + 117 + + 67 + + + 8.399999618530273 + 115 + + + + + + 3227.93994140625 + + 118 + + 69 + + + 8.449999809265137 + 85 + + + + + + 3236.320068359375 + + 118 + + 72 + + + 8.383999824523926 + 98 + + + + + + 3244.75 + + 118 + + 75 + + + 8.432999610900879 + 110 + + + + + + 3253.139892578125 + + 117 + + 76 + + + 8.383999824523926 + 91 + + + + + + 3261.419921875 + + 117 + + 77 + + + 8.286999702453613 + 71 + + + + + + 3269.679931640625 + + 116 + + 77 + + + 8.255000114440918 + 83 + + + + + + 3277.919921875 + + 116 + + 71 + + + 8.23900032043457 + 99 + + + + + + 3286.110107421875 + + 116 + + 65 + + + 8.192000389099121 + 105 + + + + + + 3294.3798828125 + + 116 + + 65 + + + 8.270999908447266 + 109 + + + + + + 3302.530029296875 + + 116 + + 65 + + + 8.145000457763672 + 109 + + + + + + 3310.830078125 + + 116 + + 65 + + + 8.303000450134277 + 129 + + + + + + 3319.1201171875 + + 117 + + 67 + + + 8.286999702453613 + 129 + + + + + + 3327.43994140625 + + 117 + + 67 + + + 8.319000244140625 + 129 + + + + + + 3335.760009765625 + + 116 + + 68 + + + 8.319000244140625 + 124 + + + + + + 3343.820068359375 + + 116 + + 68 + + + 8.067999839782715 + 118 + + + + + + 3351.800048828125 + + 116 + + 67 + + + 7.978000164031982 + 124 + + + + + + 3359.780029296875 + + 116 + + 67 + + + 7.978000164031982 + 130 + + + + + + 3367.800048828125 + + 117 + + 65 + + + 8.02299976348877 + 133 + + + + + + 3375.77001953125 + + 117 + + 66 + + + 7.9629998207092285 + 147 + + + + + + 3383.820068359375 + + 118 + + 71 + + + 8.053000450134277 + 149 + + + + + + 3392.070068359375 + + 118 + + 70 + + + 8.222999572753906 + 145 + + + + + + 3400.31005859375 + + 119 + + 73 + + + 8.270999908447266 + 121 + + + + + + 3408.489990234375 + + 119 + + 80 + + + 8.175999641418457 + 116 + + + + + + 3416.679931640625 + + 119 + + 70 + + + 8.192000389099121 + 118 + + + + + + 3424.820068359375 + + 119 + + 64 + + + 8.145000457763672 + 136 + + + + + + 3433.050048828125 + + 120 + + 65 + + + 8.222999572753906 + 153 + + + + + + 3441.260009765625 + + 120 + + 66 + + + 8.206999778747559 + 147 + + + + + + 3449.419921875 + + 120 + + 66 + + + 8.15999984741211 + 144 + + + + + + 3457.68994140625 + + 120 + + 65 + + + 8.270999908447266 + 176 + + + + + + 3465.969970703125 + + 121 + + 69 + + + 8.286999702453613 + 140 + + + + + + 3474.22998046875 + + 120 + + 84 + + + 8.255000114440918 + 133 + + + + + + 3482.419921875 + + 121 + + 81 + + + 8.192000389099121 + 114 + + + + + + 3490.580078125 + + 121 + + 76 + + + 8.15999984741211 + 122 + + + + + + 3498.739990234375 + + 121 + + 91 + + + 8.15999984741211 + 150 + + + + + + 3506.7900390625 + + 120 + + 91 + + + 8.053000450134277 + 121 + + + + + + 3514.909912109375 + + 120 + + 83 + + + 8.11400032043457 + 104 + + + + + + 3523.0400390625 + + 121 + + 84 + + + 8.128999710083008 + 103 + + + + + + 3531.090087890625 + + 121 + + 72 + + + 8.053000450134277 + 116 + + + + + + 3539.169921875 + + 121 + + 67 + + + 8.083000183105469 + 132 + + + + + + 3547.389892578125 + + 121 + + 66 + + + 7.889999866485596 + 136 + + + + + + 3555.070068359375 + + 121 + + 63 + + + 8.008000373840332 + 172 + + + + + + 3562.969970703125 + + 121 + + 67 + + + 7.9039998054504395 + 188 + + + + + + 3571.080078125 + + 122 + + 82 + + + 8.11400032043457 + 153 + + + + + + 3579.199951171875 + + 122 + + 84 + + + 8.11400032043457 + 157 + + + + + + 3587.300048828125 + + 121 + + 76 + + + 8.098999977111816 + 143 + + + + + + 3595.5 + + 122 + + 68 + + + 8.206999778747559 + 150 + + + + + + 3603.81005859375 + + 122 + + 70 + + + 8.303000450134277 + 148 + + + + + + 3612.06005859375 + + 122 + + 94 + + + 8.255000114440918 + 129 + + + + + + 3620.280029296875 + + 121 + + 98 + + + 8.222999572753906 + 135 + + + + + + 3628.639892578125 + + 121 + + 73 + + + 8.35099983215332 + 117 + + + + + + 3636.8701171875 + + 121 + + 67 + + + 8.23900032043457 + 95 + + + + + + 3645.27001953125 + + 121 + + 70 + + + 8.399999618530273 + 96 + + + + + + 3653.719970703125 + + 121 + + 73 + + + 8.449999809265137 + 99 + + + + + + + 8.282999992370605 + 74 + 293 + 131 + 238 + + + + + 50.0 + 437.57 + 10.079999923706055 + 10 + + 130 + + + 145 + + Active + 114 + Manual + + + + 3653.719970703125 + + 121 + + 73 + + + 8.449999809265137 + 99 + + + + + + 3662.14990234375 + + 120 + + 79 + + + 8.399999618530273 + 49 + + + + + + 3670.81005859375 + + 119 + + 89 + + + 8.319000244140625 + 0 + + + + + + 3678.550048828125 + + 119 + + 0 + + + 8.098999977111816 + 0 + + + + + + 3686.4599609375 + + 119 + + 0 + + + 7.9039998054504395 + 0 + + + + + + 3694.1298828125 + + 119 + + 0 + + + 7.677999973297119 + 0 + + + + + + 3701.739990234375 + + 119 + + 0 + + + 7.609000205993652 + 0 + + + + + + 3709.510009765625 + + 119 + + 0 + + + 7.609000205993652 + 0 + + + + + + 3716.830078125 + + 119 + + 0 + + + 7.4770002365112305 + 48 + + + + + + 3724.31005859375 + + 119 + + 114 + + + 7.4770002365112305 + 241 + + + + + + 3731.969970703125 + + 120 + + 95 + + + 7.664000034332275 + 250 + + + + + + 3739.820068359375 + + 120 + + 70 + + + 7.8460001945495605 + 274 + + + + + + 3747.840087890625 + + 120 + + 63 + + + 8.02299976348877 + 307 + + + + + + 3755.969970703125 + + 120 + + 65 + + + 8.128999710083008 + 223 + + + + + + 3764.22998046875 + + 121 + + 77 + + + 8.255000114440918 + 224 + + + + + + 3772.6298828125 + + 122 + + 85 + + + 8.399999618530273 + 242 + + + + + + 3780.860107421875 + + 122 + + 75 + + + 8.23900032043457 + 234 + + + + + + 3788.919921875 + + 123 + + 66 + + + 8.053000450134277 + 188 + + + + + + 3796.9599609375 + + 124 + + 75 + + + 8.038000106811523 + 196 + + + + + + 3805.02001953125 + + 125 + + 86 + + + 8.067999839782715 + 216 + + + + + + 3813.340087890625 + + 126 + + 73 + + + 8.319000244140625 + 319 + + + + + + 3821.81005859375 + + 127 + + 65 + + + 8.467000007629395 + 296 + + + + + + 3830.72998046875 + + 128 + + 69 + + + 8.586000442504883 + 259 + + + + + + 3838.97998046875 + + 128 + + 69 + + + 8.586000442504883 + 276 + + + + + + 3847.639892578125 + + 129 + + 68 + + + 8.654999732971191 + 273 + + + + + + 3856.419921875 + + 130 + + 70 + + + 8.779000282287598 + 268 + + + + + + 3865.27001953125 + + 131 + + 71 + + + 8.85200023651123 + 309 + + + + + + 3874.35009765625 + + 131 + + 71 + + + 9.057000160217285 + 252 + + + + + + 3883.47998046875 + + 132 + + 80 + + + 9.135000228881836 + 273 + + + + + + 3892.7099609375 + + 132 + + 75 + + + 9.253000259399414 + 211 + + + + + + 3901.77001953125 + + 133 + + 73 + + + 9.057000160217285 + 219 + + + + + + 3910.8701171875 + + 134 + + 74 + + + 9.095999717712402 + 194 + + + + + + 3919.93994140625 + + 135 + + 75 + + + 9.07699966430664 + 298 + + + + + + 3929.02001953125 + + 135 + + 72 + + + 9.07699966430664 + 239 + + + + + + 3938.10009765625 + + 136 + + 74 + + + 9.07699966430664 + 246 + + + + + + 3947.1201171875 + + 137 + + 75 + + + 9.019000053405762 + 245 + + + + + + 3956.10009765625 + + 138 + + 75 + + + 8.982000350952148 + 240 + + + + + + 3965.530029296875 + + 138 + + 70 + + + 9.135000228881836 + 252 + + + + + + 3974.60009765625 + + 139 + + 76 + + + 9.375 + 291 + + + + + + 3984.10009765625 + + 140 + + 82 + + + 9.49899959564209 + 320 + + + + + + 3993.56005859375 + + 140 + + 75 + + + 9.456999778747559 + 274 + + + + + + 4003.22998046875 + + 140 + + 74 + + + 9.670999526977539 + 316 + + + + + + 4013.010009765625 + + 141 + + 77 + + + 9.781000137329102 + 282 + + + + + + 4022.8798828125 + + 142 + + 80 + + + 9.871000289916992 + 189 + + + + + + 4032.860107421875 + + 142 + + 79 + + + 9.986000061035156 + 196 + + + + + + 4042.780029296875 + + 143 + + 80 + + + 9.916999816894531 + 176 + + + + + + 4052.739990234375 + + 144 + + 85 + + + 9.963000297546387 + 196 + + + + + + 4062.820068359375 + + 144 + + 84 + + + 10.079999923706055 + 221 + + + + + + 4072.830078125 + + 145 + + 80 + + + 10.010000228881836 + 207 + + + + + + 4082.840087890625 + + 145 + + 80 + + + 10.010000228881836 + 186 + + + + + + 4092.8798828125 + + 146 + + 80 + + + 10.032999992370605 + 187 + + + + + + + 8.843999862670898 + 67 + 56 + 206 + 320 + + + + + 204.0 + 2002.14 + 10.225000381469727 + 58 + + 150 + + + 153 + + Active + 105 + Manual + + + + 4092.8798828125 + + 146 + + 80 + + + 10.032999992370605 + 187 + + + + + + 4103.02978515625 + + 146 + + 79 + + + 10.152000427246094 + 200 + + + + + + 4113.08984375 + + 147 + + 84 + + + 10.057000160217285 + 205 + + + + + + 4123.2099609375 + + 147 + + 96 + + + 10.128000259399414 + 164 + + + + + + 4133.33984375 + + 147 + + 105 + + + 10.128000259399414 + 191 + + + + + + 4143.3798828125 + + 147 + + 84 + + + 10.032999992370605 + 223 + + + + + + 4153.4599609375 + + 147 + + 80 + + + 10.079999923706055 + 213 + + + + + + 4163.68017578125 + + 147 + + 82 + + + 10.225000381469727 + 263 + + + + + + 4173.85986328125 + + 148 + + 81 + + + 10.175999641418457 + 282 + + + + + + 4184.02978515625 + + 148 + + 80 + + + 10.175999641418457 + 186 + + + + + + 4194.0 + + 148 + + 85 + + + 9.963000297546387 + 183 + + + + + + 4203.89013671875 + + 148 + + 82 + + + 9.894000053405762 + 201 + + + + + + 4213.580078125 + + 148 + + 77 + + + 9.692999839782715 + 177 + + + + + + 4223.4501953125 + + 149 + + 79 + + + 9.871000289916992 + 197 + + + + + + 4233.27978515625 + + 149 + + 81 + + + 9.826000213623047 + 187 + + + + + + 4243.14990234375 + + 149 + + 82 + + + 9.871000289916992 + 218 + + + + + + 4253.0 + + 149 + + 81 + + + 9.848999977111816 + 243 + + + + + + 4262.77978515625 + + 150 + + 78 + + + 9.781000137329102 + 210 + + + + + + 4272.56005859375 + + 150 + + 80 + + + 9.781000137329102 + 216 + + + + + + 4282.39013671875 + + 150 + + 81 + + + 9.826000213623047 + 222 + + + + + + 4292.18994140625 + + 150 + + 80 + + + 9.803999900817871 + 227 + + + + + + 4302.02001953125 + + 149 + + 77 + + + 9.826000213623047 + 262 + + + + + + 4312.10986328125 + + 150 + + 83 + + + 9.848999977111816 + 253 + + + + + + 4321.759765625 + + 150 + + 85 + + + 9.894000053405762 + 199 + + + + + + 4331.47021484375 + + 150 + + 80 + + + 9.71500015258789 + 208 + + + + + + 4341.27978515625 + + 151 + + 76 + + + 9.803999900817871 + 199 + + + + + + 4351.06005859375 + + 151 + + 85 + + + 9.781000137329102 + 159 + + + + + + 4360.580078125 + + 151 + + 78 + + + 9.520000457763672 + 213 + + + + + + 4370.14013671875 + + 152 + + 81 + + + 9.562999725341797 + 240 + + + + + + 4379.8701171875 + + 152 + + 82 + + + 9.692999839782715 + 204 + + + + + + 4389.5498046875 + + 152 + + 79 + + + 9.71500015258789 + 274 + + + + + + 4399.27001953125 + + 152 + + 81 + + + 9.71500015258789 + 283 + + + + + + 4409.14013671875 + + 152 + + 77 + + + 9.871000289916992 + 241 + + + + + + 4419.22021484375 + + 152 + + 81 + + + 10.057000160217285 + 218 + + + + + + 4429.35009765625 + + 153 + + 93 + + + 10.152000427246094 + 154 + + + + + + 4439.56982421875 + + 153 + + 79 + + + 10.225000381469727 + 131 + + + + + + 4449.75 + + 153 + + 81 + + + 10.175999641418457 + 155 + + + + + + 4459.7998046875 + + 153 + + 91 + + + 10.057000160217285 + 143 + + + + + + 4469.7900390625 + + 153 + + 88 + + + 9.986000061035156 + 112 + + + + + + 4479.7099609375 + + 153 + + 76 + + + 9.916999816894531 + 138 + + + + + + 4489.6201171875 + + 153 + + 69 + + + 9.916999816894531 + 171 + + + + + + 4499.52001953125 + + 153 + + 83 + + + 9.894000053405762 + 161 + + + + + + 4509.3701171875 + + 153 + + 80 + + + 9.848999977111816 + 153 + + + + + + 4519.169921875 + + 153 + + 79 + + + 9.803999900817871 + 169 + + + + + + 4528.97021484375 + + 153 + + 78 + + + 9.803999900817871 + 199 + + + + + + 4538.83984375 + + 152 + + 78 + + + 9.871000289916992 + 160 + + + + + + 4548.669921875 + + 152 + + 84 + + + 9.826000213623047 + 193 + + + + + + 4558.27978515625 + + 152 + + 78 + + + 9.605999946594238 + 176 + + + + + + 4567.93017578125 + + 152 + + 78 + + + 9.64900016784668 + 187 + + + + + + 4577.66015625 + + 151 + + 78 + + + 9.737000465393066 + 248 + + + + + + 4587.31005859375 + + 150 + + 78 + + + 9.64900016784668 + 203 + + + + + + 4596.77001953125 + + 150 + + 77 + + + 9.456999778747559 + 253 + + + + + + 4606.2900390625 + + 150 + + 82 + + + 9.520000457763672 + 303 + + + + + + 4615.830078125 + + 150 + + 78 + + + 9.541999816894531 + 227 + + + + + + 4625.43994140625 + + 150 + + 93 + + + 9.605999946594238 + 335 + + + + + + 4635.10986328125 + + 150 + + 90 + + + 9.670999526977539 + 249 + + + + + + 4644.89013671875 + + 150 + + 77 + + + 9.781000137329102 + 249 + + + + + + 4654.72021484375 + + 150 + + 77 + + + 9.826000213623047 + 172 + + + + + + 4664.64990234375 + + 150 + + 78 + + + 9.9399995803833 + 138 + + + + + + 4674.3701171875 + + 150 + + 85 + + + 9.71500015258789 + 181 + + + + + + 4684.14990234375 + + 150 + + 79 + + + 9.781000137329102 + 192 + + + + + + 4693.91015625 + + 150 + + 79 + + + 9.758999824523926 + 189 + + + + + + 4703.64990234375 + + 150 + + 79 + + + 9.737000465393066 + 181 + + + + + + 4713.27001953125 + + 150 + + 80 + + + 9.626999855041504 + 172 + + + + + + 4722.89990234375 + + 150 + + 77 + + + 9.626999855041504 + 191 + + + + + + 4732.509765625 + + 149 + + 77 + + + 9.605999946594238 + 189 + + + + + + 4742.2001953125 + + 149 + + 85 + + + 9.692999839782715 + 201 + + + + + + 4752.0 + + 149 + + 83 + + + 9.583999633789062 + 219 + + + + + + 4761.35009765625 + + 149 + + 76 + + + 9.562999725341797 + 206 + + + + + + 4770.7998046875 + + 149 + + 77 + + + 9.456999778747559 + 204 + + + + + + 4780.259765625 + + 150 + + 76 + + + 9.456999778747559 + 224 + + + + + + 4789.8701171875 + + 150 + + 76 + + + 9.605999946594238 + 226 + + + + + + 4799.47021484375 + + 150 + + 78 + + + 9.605999946594238 + 249 + + + + + + 4809.080078125 + + 150 + + 79 + + + 9.605999946594238 + 212 + + + + + + 4818.81982421875 + + 150 + + 82 + + + 9.737000465393066 + 213 + + + + + + 4828.490234375 + + 150 + + 80 + + + 9.670999526977539 + 233 + + + + + + 4838.3798828125 + + 150 + + 80 + + + 9.894000053405762 + 195 + + + + + + 4848.33984375 + + 151 + + 79 + + + 9.963000297546387 + 158 + + + + + + 4858.3798828125 + + 151 + + 82 + + + 10.032999992370605 + 185 + + + + + + 4868.33984375 + + 151 + + 82 + + + 9.963000297546387 + 173 + + + + + + 4878.330078125 + + 151 + + 82 + + + 9.986000061035156 + 155 + + + + + + 4888.2900390625 + + 151 + + 82 + + + 9.963000297546387 + 217 + + + + + + 4898.39013671875 + + 151 + + 79 + + + 10.104000091552734 + 175 + + + + + + 4908.330078125 + + 151 + + 80 + + + 9.9399995803833 + 162 + + + + + + 4918.31982421875 + + 151 + + 81 + + + 9.986000061035156 + 216 + + + + + + 4928.27978515625 + + 151 + + 79 + + + 9.963000297546387 + 197 + + + + + + 4938.2900390625 + + 151 + + 83 + + + 10.010000228881836 + 155 + + + + + + 4948.259765625 + + 151 + + 82 + + + 9.963000297546387 + 132 + + + + + + 4958.1298828125 + + 150 + + 84 + + + 9.871000289916992 + 230 + + + + + + 4967.93017578125 + + 150 + + 82 + + + 9.803999900817871 + 188 + + + + + + 4977.60009765625 + + 150 + + 75 + + + 9.670999526977539 + 195 + + + + + + 4987.2998046875 + + 150 + + 75 + + + 9.692999839782715 + 221 + + + + + + 4997.0498046875 + + 150 + + 77 + + + 9.758999824523926 + 220 + + + + + + 5006.68017578125 + + 149 + + 78 + + + 9.626999855041504 + 239 + + + + + + 5016.56982421875 + + 149 + + 75 + + + 9.894000053405762 + 294 + + + + + + 5026.580078125 + + 150 + + 77 + + + 10.010000228881836 + 272 + + + + + + 5036.58984375 + + 149 + + 82 + + + 10.010000228881836 + 228 + + + + + + 5046.6298828125 + + 150 + + 81 + + + 10.032999992370605 + 158 + + + + + + 5056.52001953125 + + 150 + + 81 + + + 9.894000053405762 + 180 + + + + + + 5066.259765625 + + 149 + + 80 + + + 9.737000465393066 + 152 + + + + + + 5076.0 + + 149 + + 79 + + + 9.737000465393066 + 135 + + + + + + 5085.580078125 + + 149 + + 78 + + + 9.583999633789062 + 153 + + + + + + 5095.509765625 + + 149 + + 78 + + + 9.670999526977539 + 198 + + + + + + 5104.9599609375 + + 149 + + 78 + + + 9.71500015258789 + 255 + + + + + + 5114.7001953125 + + 149 + + 76 + + + 9.737000465393066 + 246 + + + + + + 5124.4599609375 + + 148 + + 77 + + + 9.758999824523926 + 280 + + + + + + 5134.330078125 + + 148 + + 78 + + + 9.871000289916992 + 254 + + + + + + 5144.2001953125 + + 148 + + 79 + + + 9.871000289916992 + 203 + + + + + + 5154.10009765625 + + 148 + + 78 + + + 9.894000053405762 + 185 + + + + + + 5163.89990234375 + + 148 + + 78 + + + 9.803999900817871 + 195 + + + + + + 5173.68017578125 + + 148 + + 78 + + + 9.781000137329102 + 191 + + + + + + 5183.60009765625 + + 149 + + 79 + + + 9.916999816894531 + 200 + + + + + + 5193.3798828125 + + 149 + + 79 + + + 9.781000137329102 + 208 + + + + + + 5203.14013671875 + + 149 + + 79 + + + 9.758999824523926 + 195 + + + + + + 5212.830078125 + + 149 + + 80 + + + 9.692999839782715 + 211 + + + + + + 5222.56005859375 + + 149 + + 84 + + + 9.692999839782715 + 240 + + + + + + 5232.27978515625 + + 149 + + 84 + + + 9.758999824523926 + 230 + + + + + + 5242.39990234375 + + 149 + + 80 + + + 9.894000053405762 + 241 + + + + + + 5252.31982421875 + + 149 + + 79 + + + 10.152000427246094 + 221 + + + + + + 5262.52001953125 + + 149 + + 81 + + + 10.199999809265137 + 178 + + + + + + 5272.60009765625 + + 149 + + 82 + + + 10.079999923706055 + 188 + + + + + + 5282.64013671875 + + 149 + + 83 + + + 10.032999992370605 + 206 + + + + + + 5292.64990234375 + + 149 + + 83 + + + 10.010000228881836 + 212 + + + + + + 5302.7001953125 + + 149 + + 84 + + + 10.057000160217285 + 180 + + + + + + 5312.81005859375 + + 149 + + 86 + + + 10.104000091552734 + 150 + + + + + + 5322.6298828125 + + 149 + + 84 + + + 9.826000213623047 + 168 + + + + + + 5332.669921875 + + 148 + + 83 + + + 10.032999992370605 + 174 + + + + + + 5342.56005859375 + + 148 + + 83 + + + 9.894000053405762 + 199 + + + + + + 5352.56982421875 + + 148 + + 83 + + + 10.010000228881836 + 222 + + + + + + 5362.52978515625 + + 148 + + 82 + + + 9.963000297546387 + 201 + + + + + + 5372.5 + + 148 + + 83 + + + 9.963000297546387 + 201 + + + + + + 5382.3701171875 + + 148 + + 83 + + + 9.871000289916992 + 208 + + + + + + 5392.18994140625 + + 149 + + 81 + + + 9.826000213623047 + 200 + + + + + + 5401.89013671875 + + 148 + + 79 + + + 9.692999839782715 + 186 + + + + + + 5411.509765625 + + 148 + + 78 + + + 9.626999855041504 + 202 + + + + + + 5421.18017578125 + + 148 + + 79 + + + 9.670999526977539 + 212 + + + + + + 5430.8798828125 + + 148 + + 79 + + + 9.692999839782715 + 213 + + + + + + 5440.7900390625 + + 148 + + 84 + + + 9.916999816894531 + 256 + + + + + + 5450.830078125 + + 148 + + 84 + + + 10.032999992370605 + 240 + + + + + + 5460.77001953125 + + 148 + + 79 + + + 9.9399995803833 + 203 + + + + + + 5470.58984375 + + 148 + + 80 + + + 9.826000213623047 + 214 + + + + + + 5480.39990234375 + + 148 + + 80 + + + 9.803999900817871 + 204 + + + + + + 5490.18017578125 + + 148 + + 82 + + + 9.781000137329102 + 200 + + + + + + 5499.97998046875 + + 149 + + 83 + + + 9.803999900817871 + 242 + + + + + + 5509.7900390625 + + 149 + + 87 + + + 9.803999900817871 + 255 + + + + + + 5519.56982421875 + + 148 + + 97 + + + 9.781000137329102 + 200 + + + + + + 5529.39013671875 + + 149 + + 89 + + + 9.826000213623047 + 224 + + + + + + 5539.10986328125 + + 148 + + 82 + + + 9.71500015258789 + 222 + + + + + + 5548.9599609375 + + 148 + + 79 + + + 9.826000213623047 + 195 + + + + + + 5558.77978515625 + + 148 + + 83 + + + 9.848999977111816 + 189 + + + + + + 5568.58984375 + + 148 + + 82 + + + 9.803999900817871 + 184 + + + + + + 5578.35009765625 + + 148 + + 79 + + + 9.758999824523926 + 183 + + + + + + 5588.43017578125 + + 149 + + 78 + + + 9.758999824523926 + 219 + + + + + + 5597.81982421875 + + 149 + + 78 + + + 9.71500015258789 + 209 + + + + + + 5607.5400390625 + + 149 + + 78 + + + 9.71500015258789 + 184 + + + + + + 5617.0400390625 + + 149 + + 78 + + + 9.49899959564209 + 225 + + + + + + 5626.47021484375 + + 149 + + 77 + + + 9.437000274658203 + 224 + + + + + + 5636.0400390625 + + 149 + + 76 + + + 9.562999725341797 + 222 + + + + + + 5645.66015625 + + 149 + + 80 + + + 9.626999855041504 + 273 + + + + + + 5655.60009765625 + + 150 + + 87 + + + 9.9399995803833 + 257 + + + + + + 5665.72998046875 + + 150 + + 84 + + + 10.128000259399414 + 205 + + + + + + 5675.85986328125 + + 150 + + 80 + + + 10.128000259399414 + 187 + + + + + + 5685.990234375 + + 150 + + 79 + + + 10.128000259399414 + 161 + + + + + + 5696.16015625 + + 150 + + 80 + + + 10.175999641418457 + 165 + + + + + + 5706.240234375 + + 151 + + 82 + + + 10.079999923706055 + 200 + + + + + + 5716.4501953125 + + 151 + + 83 + + + 10.152000427246094 + 192 + + + + + + 5726.490234375 + + 151 + + 82 + + + 10.057000160217285 + 150 + + + + + + 5736.490234375 + + 152 + + 82 + + + 10.010000228881836 + 152 + + + + + + 5746.41015625 + + 152 + + 84 + + + 9.9399995803833 + 172 + + + + + + 5756.4599609375 + + 152 + + 87 + + + 10.057000160217285 + 155 + + + + + + 5766.2900390625 + + 151 + + 78 + + + 9.826000213623047 + 151 + + + + + + 5775.91015625 + + 151 + + 79 + + + 9.626999855041504 + 185 + + + + + + 5785.5 + + 151 + + 82 + + + 9.583999633789062 + 187 + + + + + + 5795.10009765625 + + 151 + + 81 + + + 9.605999946594238 + 208 + + + + + + 5804.83984375 + + 151 + + 79 + + + 9.737000465393066 + 227 + + + + + + 5814.419921875 + + 151 + + 82 + + + 9.583999633789062 + 220 + + + + + + 5824.0498046875 + + 151 + + 83 + + + 9.626999855041504 + 217 + + + + + + 5833.4501953125 + + 151 + + 77 + + + 9.395000457763672 + 222 + + + + + + 5842.919921875 + + 151 + + 76 + + + 9.477999687194824 + 204 + + + + + + 5852.509765625 + + 151 + + 77 + + + 9.583999633789062 + 258 + + + + + + 5862.22021484375 + + 151 + + 78 + + + 9.71500015258789 + 234 + + + + + + 5872.0 + + 151 + + 79 + + + 9.781000137329102 + 235 + + + + + + 5881.740234375 + + 151 + + 84 + + + 9.737000465393066 + 220 + + + + + + 5891.5 + + 151 + + 78 + + + 9.758999824523926 + 214 + + + + + + 5901.2998046875 + + 151 + + 79 + + + 9.803999900817871 + 265 + + + + + + 5911.2001953125 + + 151 + + 78 + + + 9.894000053405762 + 242 + + + + + + 5921.08984375 + + 151 + + 80 + + + 9.894000053405762 + 218 + + + + + + 5931.1298828125 + + 151 + + 81 + + + 9.803999900817871 + 211 + + + + + + 5940.740234375 + + 151 + + 86 + + + 9.848999977111816 + 217 + + + + + + 5950.58984375 + + 151 + + 83 + + + 9.848999977111816 + 222 + + + + + + 5960.35009765625 + + 151 + + 79 + + + 9.758999824523926 + 197 + + + + + + 5970.02001953125 + + 151 + + 78 + + + 9.670999526977539 + 190 + + + + + + 5979.33984375 + + 151 + + 78 + + + 9.312999725341797 + 201 + + + + + + 5988.58984375 + + 151 + + 78 + + + 9.253000259399414 + 231 + + + + + + 5997.919921875 + + 151 + + 75 + + + 9.333999633789062 + 223 + + + + + + 6007.39990234375 + + 151 + + 75 + + + 9.477999687194824 + 242 + + + + + + 6016.89990234375 + + 151 + + 76 + + + 9.49899959564209 + 234 + + + + + + 6026.31982421875 + + 151 + + 80 + + + 9.375 + 237 + + + + + + 6035.75 + + 151 + + 76 + + + 9.477999687194824 + 212 + + + + + + 6045.39990234375 + + 152 + + 79 + + + 9.64900016784668 + 211 + + + + + + 6055.1201171875 + + 152 + + 89 + + + 9.71500015258789 + 223 + + + + + + 6065.080078125 + + 152 + + 79 + + + 9.963000297546387 + 188 + + + + + + 6075.259765625 + + 152 + + 78 + + + 9.9399995803833 + 201 + + + + + + 6084.97998046875 + + 152 + + 78 + + + 9.963000297546387 + 161 + + + + + + 6094.919921875 + + 152 + + 86 + + + 9.9399995803833 + 140 + + + + + + + 9.776000022888184 + 81 + 274 + 205 + 335 + + + + + 132.0 + 801.2 + 10.423999786376953 + 21 + + 122 + + + 154 + + Active + 104 + Manual + + + + 6094.919921875 + + 152 + + 86 + + + 9.9399995803833 + 140 + + + + + + 6104.83984375 + + 152 + + 80 + + + 9.916999816894531 + 115 + + + + + + 6114.6201171875 + + 152 + + 81 + + + 9.781000137329102 + 35 + + + + + + 6124.18017578125 + + 151 + + 67 + + + 9.562999725341797 + 0 + + + + + + 6133.4599609375 + + 151 + + 0 + + + 9.27299976348877 + 0 + + + + + + 6142.5498046875 + + 150 + + 0 + + + 9.095999717712402 + 0 + + + + + + 6151.509765625 + + 150 + + 0 + + + 8.963000297546387 + 0 + + + + + + 6160.43994140625 + + 149 + + 0 + + + 8.925000190734863 + 0 + + + + + + 6169.009765625 + + 149 + + 0 + + + 8.567999839782715 + 0 + + + + + + 6177.35986328125 + + 148 + + 0 + + + 8.35099983215332 + 0 + + + + + + 6185.52978515625 + + 148 + + 0 + + + 8.175999641418457 + 0 + + + + + + 6193.58984375 + + 147 + + 0 + + + 8.053000450134277 + 0 + + + + + + 6201.31005859375 + + 146 + + 0 + + + 7.718999862670898 + 0 + + + + + + 6208.64990234375 + + 145 + + 0 + + + 7.3480000495910645 + 0 + + + + + + 6215.77001953125 + + 145 + + 0 + + + 7.116000175476074 + 0 + + + + + + 6222.93017578125 + + 144 + + 0 + + + 7.164000034332275 + 0 + + + + + + 6229.77001953125 + + 144 + + 0 + + + 6.833000183105469 + 0 + + + + + + 6236.39013671875 + + 143 + + 0 + + + 6.620999813079834 + 0 + + + + + + 6242.89013671875 + + 141 + + 0 + + + 6.500999927520752 + 0 + + + + + + 6249.330078125 + + 140 + + 0 + + + 6.441999912261963 + 0 + + + + + + 6255.3701171875 + + 139 + + 0 + + + 6.041999816894531 + 0 + + + + + + 6261.5400390625 + + 137 + + 0 + + + 6.164000034332275 + 0 + + + + + + 6267.580078125 + + 135 + + 0 + + + 6.041999816894531 + 0 + + + + + + 6273.60986328125 + + 133 + + 0 + + + 6.033999919891357 + 0 + + + + + + 6279.4501953125 + + 130 + + 0 + + + 5.836999893188477 + 0 + + + + + + 6285.080078125 + + 129 + + 0 + + + 5.629000186920166 + 0 + + + + + + 6290.4599609375 + + 127 + + 0 + + + 5.368000030517578 + 0 + + + + + + 6295.740234375 + + 126 + + 0 + + + 5.295000076293945 + 0 + + + + + + 6300.9599609375 + + 125 + + 0 + + + 5.2179999351501465 + 0 + + + + + + 6306.10009765625 + + 125 + + 0 + + + 5.14300012588501 + 0 + + + + + + 6311.02001953125 + + 124 + + 0 + + + 4.913000106811523 + 0 + + + + + + 6315.72998046875 + + 124 + + 0 + + + 4.7129998207092285 + 0 + + + + + + 6320.22021484375 + + 122 + + 0 + + + 4.486000061035156 + 0 + + + + + + 6324.56005859375 + + 121 + + 0 + + + 4.340000152587891 + 0 + + + + + + 6328.72021484375 + + 119 + + 0 + + + 4.163000106811523 + 0 + + + + + + 6332.77001953125 + + 118 + + 0 + + + 4.048999786376953 + 0 + + + + + + 6336.72021484375 + + 117 + + 0 + + + 3.9560000896453857 + 0 + + + + + + 6340.7001953125 + + 117 + + 0 + + + 3.9779999256134033 + 0 + + + + + + 6344.68017578125 + + 116 + + 0 + + + 3.9779999256134033 + 0 + + + + + + 6348.5400390625 + + 115 + + 0 + + + 3.86299991607666 + 0 + + + + + + 6352.3701171875 + + 113 + + 0 + + + 3.8320000171661377 + 0 + + + + + + 6356.330078125 + + 112 + + 0 + + + 3.9590001106262207 + 0 + + + + + + 6360.14013671875 + + 111 + + 0 + + + 3.8010001182556152 + 0 + + + + + + 6363.75 + + 111 + + 0 + + + 3.618000030517578 + 0 + + + + + + 6367.14990234375 + + 109 + + 0 + + + 3.4000000953674316 + 0 + + + + + + 6370.39013671875 + + 109 + + 0 + + + 3.240000009536743 + 0 + + + + + + 6373.47998046875 + + 109 + + 0 + + + 3.0880000591278076 + 0 + + + + + + 6376.72021484375 + + 109 + + 0 + + + 3.234999895095825 + 0 + + + + + + 6380.2001953125 + + 109 + + 0 + + + 3.4800000190734863 + 0 + + + + + + 6383.6298828125 + + 109 + + 0 + + + 3.433000087738037 + 0 + + + + + + 6386.85009765625 + + 109 + + 0 + + + 3.2260000705718994 + 0 + + + + + + 6390.259765625 + + 108 + + 0 + + + 3.4030001163482666 + 0 + + + + + + 6393.64990234375 + + 108 + + 0 + + + 3.3919999599456787 + 0 + + + + + + 6397.02001953125 + + 108 + + 0 + + + 3.372999906539917 + 0 + + + + + + 6400.259765625 + + 108 + + 0 + + + 3.240000009536743 + 0 + + + + + + 6403.47021484375 + + 108 + + 0 + + + 3.2109999656677246 + 0 + + + + + + 6406.7998046875 + + 106 + + 0 + + + 3.322999954223633 + 0 + + + + + + 6409.919921875 + + 106 + + 0 + + + 3.125 + 0 + + + + + + 6413.1298828125 + + 106 + + 0 + + + 3.2109999656677246 + 0 + + + + + + 6415.97021484375 + + 106 + + 0 + + + 2.8310000896453857 + 0 + + + + + + 6419.080078125 + + 99 + + 0 + + + 3.118000030517578 + 22 + + + + + + 6422.14990234375 + + 99 + + 11 + + + 3.063999891281128 + 100 + + + + + + 6425.18994140625 + + 99 + + 46 + + + 3.046999931335449 + 119 + + + + + + 6428.66015625 + + 100 + + 46 + + + 3.4630000591278076 + 93 + + + + + + 6432.68017578125 + + 101 + + 45 + + + 4.026000022888184 + 139 + + + + + + 6437.06005859375 + + 101 + + 41 + + + 4.380000114440918 + 187 + + + + + + 6441.7998046875 + + 101 + + 40 + + + 4.734000205993652 + 182 + + + + + + 6446.91015625 + + 101 + + 46 + + + 5.118000030517578 + 176 + + + + + + 6452.08984375 + + 101 + + 52 + + + 5.173999786376953 + 172 + + + + + + 6457.259765625 + + 101 + + 54 + + + 5.173999786376953 + 107 + + + + + + 6462.4501953125 + + 102 + + 60 + + + 5.192999839782715 + 0 + + + + + + 6467.58984375 + + 102 + + 0 + + + 5.13700008392334 + 0 + + + + + + 6472.64990234375 + + 102 + + 0 + + + 5.058000087738037 + 0 + + + + + + 6477.43994140625 + + 103 + + 0 + + + 4.7870001792907715 + 0 + + + + + + 6482.08984375 + + 102 + + 0 + + + 4.651000022888184 + 0 + + + + + + 6486.52978515625 + + 103 + + 0 + + + 4.443999767303467 + 0 + + + + + + 6490.9501953125 + + 104 + + 0 + + + 4.421000003814697 + 0 + + + + + + 6495.25 + + 104 + + 0 + + + 4.296999931335449 + 0 + + + + + + 6499.5400390625 + + 104 + + 0 + + + 4.188000202178955 + 0 + + + + + + 6503.58984375 + + 103 + + 0 + + + 4.151000022888184 + 0 + + + + + + 6507.60986328125 + + 103 + + 0 + + + 4.021999835968018 + 0 + + + + + + 6511.52978515625 + + 102 + + 0 + + + 3.9230000972747803 + 0 + + + + + + 6515.2998046875 + + 103 + + 0 + + + 3.7679998874664307 + 0 + + + + + + 6519.02978515625 + + 103 + + 0 + + + 3.7279999256134033 + 0 + + + + + + 6522.740234375 + + 103 + + 0 + + + 3.7060000896453857 + 0 + + + + + + 6526.47998046875 + + 103 + + 0 + + + 3.744999885559082 + 0 + + + + + + 6530.31005859375 + + 103 + + 0 + + + 3.8320000171661377 + 0 + + + + + + 6534.22021484375 + + 103 + + 0 + + + 3.9089999198913574 + 0 + + + + + + 6538.06005859375 + + 103 + + 0 + + + 3.8420000076293945 + 0 + + + + + + 6541.7998046875 + + 103 + + 0 + + + 3.7320001125335693 + 0 + + + + + + 6545.4599609375 + + 103 + + 0 + + + 3.6679999828338623 + 6 + + + + + + 6549.10986328125 + + 103 + + 0 + + + 3.6459999084472656 + 135 + + + + + + 6553.10986328125 + + 103 + + 64 + + + 3.989000082015991 + 193 + + + + + + 6557.669921875 + + 105 + + 63 + + + 4.4720001220703125 + 246 + + + + + + 6562.4599609375 + + 106 + + 55 + + + 4.895999908447266 + 239 + + + + + + 6567.8701171875 + + 107 + + 45 + + + 5.408999919891357 + 224 + + + + + + 6573.56005859375 + + 107 + + 54 + + + 5.697000026702881 + 299 + + + + + + 6579.669921875 + + 109 + + 59 + + + 6.111000061035156 + 278 + + + + + + 6586.2001953125 + + 110 + + 48 + + + 6.531000137329102 + 276 + + + + + + 6592.97998046875 + + 111 + + 52 + + + 6.7789998054504395 + 317 + + + + + + 6600.0 + + 112 + + 54 + + + 7.01200008392334 + 302 + + + + + + 6607.27978515625 + + 114 + + 57 + + + 7.285999774932861 + 331 + + + + + + 6615.10986328125 + + 116 + + 60 + + + 7.831999778747559 + 364 + + + + + + 6623.02978515625 + + 117 + + 73 + + + 7.919000148773193 + 368 + + + + + + 6631.18017578125 + + 119 + + 85 + + + 8.145000457763672 + 307 + + + + + + 6639.419921875 + + 121 + + 87 + + + 8.23900032043457 + 229 + + + + + + 6647.77001953125 + + 122 + + 87 + + + 8.35099983215332 + 280 + + + + + + 6656.14990234375 + + 124 + + 92 + + + 8.383999824523926 + 344 + + + + + + 6664.7900390625 + + 125 + + 72 + + + 8.63700008392334 + 322 + + + + + + 6673.31982421875 + + 127 + + 93 + + + 8.534000396728516 + 208 + + + + + + 6682.009765625 + + 129 + + 95 + + + 8.6899995803833 + 303 + + + + + + 6690.919921875 + + 131 + + 71 + + + 8.906999588012695 + 353 + + + + + + 6699.8798828125 + + 132 + + 96 + + + 8.963000297546387 + 304 + + + + + + 6709.0 + + 133 + + 83 + + + 9.114999771118164 + 383 + + + + + + 6718.2099609375 + + 135 + + 73 + + + 9.213000297546387 + 291 + + + + + + 6727.5400390625 + + 136 + + 85 + + + 9.333999633789062 + 307 + + + + + + 6736.89990234375 + + 138 + + 104 + + + 9.354000091552734 + 254 + + + + + + 6746.33984375 + + 139 + + 76 + + + 9.437000274658203 + 307 + + + + + + 6755.8798828125 + + 140 + + 77 + + + 9.541999816894531 + 255 + + + + + + 6765.5 + + 142 + + 78 + + + 9.626999855041504 + 245 + + + + + + 6775.22021484375 + + 143 + + 80 + + + 9.71500015258789 + 283 + + + + + + 6784.93017578125 + + 144 + + 81 + + + 9.71500015258789 + 274 + + + + + + 6794.68994140625 + + 145 + + 78 + + + 9.758999824523926 + 341 + + + + + + 6804.47021484375 + + 147 + + 78 + + + 9.781000137329102 + 310 + + + + + + 6814.31982421875 + + 147 + + 79 + + + 9.848999977111816 + 298 + + + + + + 6824.39990234375 + + 149 + + 78 + + + 10.057000160217285 + 346 + + + + + + 6834.68017578125 + + 150 + + 81 + + + 10.298999786376953 + 417 + + + + + + 6845.02978515625 + + 151 + + 83 + + + 10.347999572753906 + 311 + + + + + + 6855.330078125 + + 152 + + 83 + + + 10.298999786376953 + 224 + + + + + + 6865.43017578125 + + 153 + + 81 + + + 10.104000091552734 + 211 + + + + + + 6875.75 + + 153 + + 83 + + + 10.322999954223633 + 250 + + + + + + 6886.18017578125 + + 154 + + 84 + + + 10.423999786376953 + 256 + + + + + + 6896.5498046875 + + 155 + + 85 + + + 10.373000144958496 + 248 + + + + + + + 6.068999767303467 + 29 + 63 + 101 + 417 + + + + + 233.0 + 2448.52 + 11.128000259399414 + 73 + + 164 + + + 166 + + Active + 115 + Manual + + + + 6896.5498046875 + + 155 + + 85 + + + 10.373000144958496 + 248 + + + + + + 6906.9501953125 + + 156 + + 85 + + + 10.39900016784668 + 206 + + + + + + 6917.31982421875 + + 157 + + 91 + + + 10.373000144958496 + 219 + + + + + + 6927.81982421875 + + 158 + + 87 + + + 10.50100040435791 + 281 + + + + + + 6938.25 + + 159 + + 86 + + + 10.423999786376953 + 296 + + + + + + 6948.75 + + 159 + + 89 + + + 10.50100040435791 + 231 + + + + + + 6959.14990234375 + + 160 + + 90 + + + 10.39900016784668 + 205 + + + + + + 6969.669921875 + + 160 + + 86 + + + 10.526000022888184 + 208 + + + + + + 6980.1201171875 + + 161 + + 84 + + + 10.449000358581543 + 201 + + + + + + 6990.47021484375 + + 161 + + 84 + + + 10.347999572753906 + 207 + + + + + + 7000.83984375 + + 161 + + 83 + + + 10.373000144958496 + 321 + + + + + + 7011.27001953125 + + 162 + + 83 + + + 10.423999786376953 + 290 + + + + + + 7021.7900390625 + + 162 + + 84 + + + 10.526000022888184 + 246 + + + + + + 7032.35009765625 + + 162 + + 83 + + + 10.552000045776367 + 242 + + + + + + 7043.06005859375 + + 162 + + 90 + + + 10.711000442504883 + 258 + + + + + + 7053.43017578125 + + 162 + + 88 + + + 10.373000144958496 + 264 + + + + + + 7064.25 + + 163 + + 99 + + + 10.423999786376953 + 301 + + + + + + 7074.330078125 + + 163 + + 89 + + + 10.475000381469727 + 237 + + + + + + 7084.8798828125 + + 163 + + 85 + + + 10.50100040435791 + 212 + + + + + + 7095.33984375 + + 163 + + 86 + + + 10.475000381469727 + 237 + + + + + + 7105.75 + + 163 + + 83 + + + 10.423999786376953 + 230 + + + + + + 7116.14013671875 + + 163 + + 82 + + + 10.39900016784668 + 159 + + + + + + 7126.39990234375 + + 164 + + 85 + + + 10.27400016784668 + 167 + + + + + + 7136.669921875 + + 164 + + 85 + + + 10.27400016784668 + 261 + + + + + + 7146.89990234375 + + 164 + + 85 + + + 10.225000381469727 + 331 + + + + + + 7157.22021484375 + + 164 + + 86 + + + 10.322999954223633 + 314 + + + + + + 7167.7001953125 + + 164 + + 85 + + + 10.475000381469727 + 254 + + + + + + 7178.27001953125 + + 164 + + 85 + + + 10.57800006866455 + 277 + + + + + + 7188.830078125 + + 164 + + 86 + + + 10.552000045776367 + 252 + + + + + + 7199.2998046875 + + 164 + + 85 + + + 10.475000381469727 + 243 + + + + + + 7209.75 + + 165 + + 85 + + + 10.449000358581543 + 233 + + + + + + 7220.580078125 + + 165 + + 85 + + + 10.475000381469727 + 216 + + + + + + 7230.77978515625 + + 165 + + 85 + + + 10.552000045776367 + 238 + + + + + + 7241.330078125 + + 165 + + 85 + + + 10.552000045776367 + 208 + + + + + + 7251.93017578125 + + 164 + + 85 + + + 10.604000091552734 + 221 + + + + + + 7262.52978515625 + + 164 + + 99 + + + 10.604000091552734 + 243 + + + + + + 7273.2998046875 + + 165 + + 115 + + + 10.763999938964844 + 264 + + + + + + 7284.22998046875 + + 165 + + 87 + + + 10.928999900817871 + 192 + + + + + + 7295.02001953125 + + 164 + + 90 + + + 10.791000366210938 + 218 + + + + + + 7305.77978515625 + + 164 + + 93 + + + 10.763999938964844 + 233 + + + + + + 7316.490234375 + + 164 + + 91 + + + 10.711000442504883 + 184 + + + + + + 7327.14990234375 + + 164 + + 91 + + + 10.656999588012695 + 196 + + + + + + 7337.7001953125 + + 164 + + 92 + + + 10.552000045776367 + 193 + + + + + + 7348.2001953125 + + 164 + + 87 + + + 10.50100040435791 + 201 + + + + + + 7358.7001953125 + + 164 + + 85 + + + 10.50100040435791 + 232 + + + + + + 7369.31005859375 + + 164 + + 85 + + + 10.604000091552734 + 248 + + + + + + 7379.85986328125 + + 164 + + 82 + + + 10.552000045776367 + 212 + + + + + + 7390.31005859375 + + 165 + + 81 + + + 10.449000358581543 + 193 + + + + + + 7400.6298828125 + + 164 + + 84 + + + 10.322999954223633 + 213 + + + + + + 7410.81005859375 + + 165 + + 84 + + + 10.175999641418457 + 264 + + + + + + 7421.16015625 + + 165 + + 82 + + + 10.347999572753906 + 319 + + + + + + 7431.66015625 + + 165 + + 84 + + + 10.50100040435791 + 302 + + + + + + 7442.18017578125 + + 165 + + 85 + + + 10.526000022888184 + 262 + + + + + + 7452.47998046875 + + 165 + + 85 + + + 10.298999786376953 + 251 + + + + + + 7462.7099609375 + + 164 + + 86 + + + 10.225000381469727 + 272 + + + + + + 7472.81005859375 + + 165 + + 85 + + + 10.104000091552734 + 334 + + + + + + 7483.08984375 + + 165 + + 81 + + + 10.27400016784668 + 297 + + + + + + 7493.41015625 + + 165 + + 83 + + + 10.322999954223633 + 232 + + + + + + 7503.77978515625 + + 165 + + 85 + + + 10.373000144958496 + 217 + + + + + + 7514.10986328125 + + 165 + + 83 + + + 10.322999954223633 + 251 + + + + + + 7524.52978515625 + + 165 + + 84 + + + 10.423999786376953 + 256 + + + + + + 7535.2099609375 + + 165 + + 84 + + + 10.39900016784668 + 227 + + + + + + 7545.39990234375 + + 166 + + 84 + + + 10.475000381469727 + 289 + + + + + + 7555.8798828125 + + 166 + + 85 + + + 10.475000381469727 + 256 + + + + + + 7566.2998046875 + + 166 + + 82 + + + 10.423999786376953 + 194 + + + + + + 7576.72021484375 + + 166 + + 84 + + + 10.423999786376953 + 235 + + + + + + 7587.14990234375 + + 166 + + 84 + + + 10.423999786376953 + 235 + + + + + + 7597.5 + + 166 + + 84 + + + 10.347999572753906 + 227 + + + + + + 7607.740234375 + + 165 + + 82 + + + 10.24899959564209 + 199 + + + + + + 7617.919921875 + + 166 + + 84 + + + 10.175999641418457 + 208 + + + + + + 7628.14990234375 + + 166 + + 86 + + + 10.225000381469727 + 253 + + + + + + 7638.419921875 + + 166 + + 82 + + + 10.27400016784668 + 283 + + + + + + 7648.919921875 + + 166 + + 84 + + + 10.50100040435791 + 325 + + + + + + 7659.60986328125 + + 166 + + 86 + + + 10.684000015258789 + 310 + + + + + + 7670.39990234375 + + 166 + + 96 + + + 10.791000366210938 + 261 + + + + + + 7681.41015625 + + 165 + + 99 + + + 11.012999534606934 + 263 + + + + + + 7692.5400390625 + + 166 + + 90 + + + 11.128000259399414 + 230 + + + + + + 7703.5498046875 + + 166 + + 91 + + + 11.012999534606934 + 228 + + + + + + 7714.509765625 + + 166 + + 97 + + + 10.956999778747559 + 236 + + + + + + 7725.41015625 + + 166 + + 90 + + + 10.901000022888184 + 220 + + + + + + 7736.22998046875 + + 166 + + 87 + + + 10.819000244140625 + 157 + + + + + + 7747.169921875 + + 166 + + 87 + + + 10.656999588012695 + 167 + + + + + + 7757.41015625 + + 166 + + 85 + + + 10.526000022888184 + 197 + + + + + + 7767.93994140625 + + 166 + + 83 + + + 10.526000022888184 + 205 + + + + + + 7778.490234375 + + 165 + + 86 + + + 10.552000045776367 + 225 + + + + + + 7789.02001953125 + + 165 + + 86 + + + 10.526000022888184 + 194 + + + + + + 7799.39013671875 + + 165 + + 86 + + + 10.373000144958496 + 216 + + + + + + 7809.68994140625 + + 165 + + 87 + + + 10.298999786376953 + 250 + + + + + + 7819.93994140625 + + 165 + + 82 + + + 10.24899959564209 + 267 + + + + + + 7830.18994140625 + + 165 + + 84 + + + 10.24899959564209 + 252 + + + + + + 7840.27001953125 + + 165 + + 82 + + + 10.079999923706055 + 243 + + + + + + 7850.3701171875 + + 165 + + 81 + + + 10.104000091552734 + 247 + + + + + + 7860.39990234375 + + 164 + + 88 + + + 10.032999992370605 + 263 + + + + + + 7870.509765625 + + 164 + + 88 + + + 10.104000091552734 + 285 + + + + + + 7880.77978515625 + + 164 + + 82 + + + 10.27400016784668 + 284 + + + + + + 7891.080078125 + + 164 + + 83 + + + 10.298999786376953 + 296 + + + + + + 7901.60986328125 + + 164 + + 85 + + + 10.526000022888184 + 283 + + + + + + 7912.10986328125 + + 164 + + 84 + + + 10.50100040435791 + 249 + + + + + + 7922.580078125 + + 164 + + 84 + + + 10.475000381469727 + 248 + + + + + + 7933.10986328125 + + 164 + + 85 + + + 10.526000022888184 + 260 + + + + + + 7943.68994140625 + + 164 + + 84 + + + 10.57800006866455 + 261 + + + + + + 7954.27001953125 + + 164 + + 83 + + + 10.57800006866455 + 256 + + + + + + 7964.7900390625 + + 164 + + 85 + + + 10.526000022888184 + 268 + + + + + + 7975.31982421875 + + 164 + + 86 + + + 10.526000022888184 + 273 + + + + + + 7985.919921875 + + 164 + + 85 + + + 10.604000091552734 + 285 + + + + + + 7996.5498046875 + + 164 + + 85 + + + 10.630999565124512 + 296 + + + + + + 8007.1298828125 + + 164 + + 85 + + + 10.57800006866455 + 261 + + + + + + 8017.580078125 + + 164 + + 85 + + + 10.449000358581543 + 242 + + + + + + 8028.080078125 + + 164 + + 85 + + + 10.50100040435791 + 237 + + + + + + 8038.6298828125 + + 164 + + 87 + + + 10.552000045776367 + 262 + + + + + + 8049.18017578125 + + 164 + + 89 + + + 10.552000045776367 + 247 + + + + + + 8059.83984375 + + 164 + + 88 + + + 10.656999588012695 + 233 + + + + + + 8070.52978515625 + + 164 + + 88 + + + 10.684000015258789 + 220 + + + + + + 8081.31982421875 + + 164 + + 88 + + + 10.791000366210938 + 244 + + + + + + 8092.25 + + 164 + + 84 + + + 10.928999900817871 + 259 + + + + + + 8103.259765625 + + 164 + + 85 + + + 11.012999534606934 + 239 + + + + + + 8114.240234375 + + 164 + + 89 + + + 10.984999656677246 + 218 + + + + + + 8125.169921875 + + 165 + + 89 + + + 10.928999900817871 + 204 + + + + + + 8136.18994140625 + + 165 + + 87 + + + 11.012999534606934 + 247 + + + + + + 8147.02978515625 + + 165 + + 86 + + + 10.845999717712402 + 242 + + + + + + 8157.93994140625 + + 165 + + 88 + + + 10.901000022888184 + 176 + + + + + + 8168.75 + + 165 + + 92 + + + 10.819000244140625 + 150 + + + + + + 8179.35986328125 + + 165 + + 92 + + + 10.604000091552734 + 157 + + + + + + 8190.1201171875 + + 165 + + 87 + + + 10.763999938964844 + 193 + + + + + + 8200.669921875 + + 165 + + 85 + + + 10.552000045776367 + 202 + + + + + + 8211.2802734375 + + 164 + + 86 + + + 10.604000091552734 + 213 + + + + + + 8222.1103515625 + + 165 + + 88 + + + 10.475000381469727 + 255 + + + + + + 8232.3798828125 + + 164 + + 87 + + + 10.630999565124512 + 304 + + + + + + 8242.849609375 + + 164 + + 91 + + + 10.475000381469727 + 309 + + + + + + 8253.330078125 + + 164 + + 91 + + + 10.475000381469727 + 272 + + + + + + 8263.75 + + 164 + + 87 + + + 10.423999786376953 + 267 + + + + + + 8274.169921875 + + 164 + + 87 + + + 10.423999786376953 + 263 + + + + + + 8284.599609375 + + 164 + + 84 + + + 10.423999786376953 + 261 + + + + + + 8295.01953125 + + 164 + + 83 + + + 10.423999786376953 + 259 + + + + + + 8305.4697265625 + + 164 + + 83 + + + 10.449000358581543 + 242 + + + + + + 8316.01953125 + + 164 + + 85 + + + 10.552000045776367 + 229 + + + + + + 8326.3203125 + + 164 + + 84 + + + 10.298999786376953 + 229 + + + + + + 8336.7998046875 + + 164 + + 84 + + + 10.475000381469727 + 228 + + + + + + 8347.26953125 + + 164 + + 84 + + + 10.475000381469727 + 262 + + + + + + 8357.7998046875 + + 164 + + 85 + + + 10.526000022888184 + 300 + + + + + + 8368.3798828125 + + 164 + + 87 + + + 10.57800006866455 + 271 + + + + + + 8378.8203125 + + 164 + + 86 + + + 10.39900016784668 + 218 + + + + + + 8389.2001953125 + + 163 + + 86 + + + 10.423999786376953 + 215 + + + + + + 8399.599609375 + + 163 + + 85 + + + 10.39900016784668 + 241 + + + + + + 8409.9501953125 + + 163 + + 84 + + + 10.347999572753906 + 258 + + + + + + 8420.240234375 + + 164 + + 83 + + + 10.298999786376953 + 262 + + + + + + 8430.4404296875 + + 163 + + 80 + + + 10.199999809265137 + 253 + + + + + + 8440.740234375 + + 163 + + 81 + + + 10.298999786376953 + 241 + + + + + + 8451.400390625 + + 163 + + 84 + + + 10.656999588012695 + 242 + + + + + + 8461.8798828125 + + 163 + + 85 + + + 10.475000381469727 + 272 + + + + + + 8472.509765625 + + 163 + + 85 + + + 10.630999565124512 + 302 + + + + + + 8483.2998046875 + + 163 + + 85 + + + 10.791000366210938 + 273 + + + + + + 8494.1201171875 + + 163 + + 85 + + + 10.819000244140625 + 231 + + + + + + 8505.0498046875 + + 163 + + 87 + + + 10.928999900817871 + 204 + + + + + + 8515.8896484375 + + 163 + + 91 + + + 10.845999717712402 + 207 + + + + + + 8526.7099609375 + + 163 + + 87 + + + 10.819000244140625 + 192 + + + + + + 8537.4697265625 + + 163 + + 88 + + + 10.763999938964844 + 213 + + + + + + 8548.240234375 + + 163 + + 90 + + + 10.763999938964844 + 226 + + + + + + 8559.0 + + 162 + + 87 + + + 10.763999938964844 + 230 + + + + + + 8569.740234375 + + 162 + + 87 + + + 10.737000465393066 + 235 + + + + + + 8580.48046875 + + 163 + + 86 + + + 10.737000465393066 + 206 + + + + + + 8591.1904296875 + + 162 + + 87 + + + 10.711000442504883 + 194 + + + + + + 8601.900390625 + + 163 + + 88 + + + 10.711000442504883 + 187 + + + + + + 8612.5595703125 + + 162 + + 85 + + + 10.656999588012695 + 211 + + + + + + 8622.98046875 + + 163 + + 86 + + + 10.423999786376953 + 210 + + + + + + 8633.509765625 + + 163 + + 90 + + + 10.526000022888184 + 248 + + + + + + 8644.0595703125 + + 163 + + 85 + + + 10.552000045776367 + 223 + + + + + + 8654.509765625 + + 162 + + 84 + + + 10.449000358581543 + 247 + + + + + + 8664.9599609375 + + 163 + + 85 + + + 10.449000358581543 + 282 + + + + + + 8675.4599609375 + + 163 + + 85 + + + 10.50100040435791 + 246 + + + + + + 8685.98046875 + + 163 + + 87 + + + 10.526000022888184 + 255 + + + + + + 8696.48046875 + + 163 + + 85 + + + 10.50100040435791 + 297 + + + + + + 8706.9296875 + + 163 + + 86 + + + 10.449000358581543 + 287 + + + + + + 8717.41015625 + + 164 + + 85 + + + 10.475000381469727 + 269 + + + + + + 8727.830078125 + + 164 + + 84 + + + 10.423999786376953 + 263 + + + + + + 8738.3095703125 + + 164 + + 84 + + + 10.475000381469727 + 280 + + + + + + 8748.830078125 + + 164 + + 84 + + + 10.526000022888184 + 290 + + + + + + 8759.41015625 + + 164 + + 85 + + + 10.57800006866455 + 268 + + + + + + 8769.8896484375 + + 164 + + 85 + + + 10.475000381469727 + 265 + + + + + + 8780.330078125 + + 163 + + 86 + + + 10.449000358581543 + 248 + + + + + + 8790.8603515625 + + 164 + + 86 + + + 10.526000022888184 + 232 + + + + + + 8801.5498046875 + + 163 + + 85 + + + 10.423999786376953 + 238 + + + + + + 8811.6796875 + + 164 + + 83 + + + 10.39900016784668 + 210 + + + + + + 8822.009765625 + + 164 + + 84 + + + 10.322999954223633 + 248 + + + + + + 8832.2802734375 + + 164 + + 85 + + + 10.27400016784668 + 304 + + + + + + 8842.759765625 + + 163 + + 84 + + + 10.475000381469727 + 289 + + + + + + 8853.23046875 + + 163 + + 84 + + + 10.475000381469727 + 280 + + + + + + 8863.8603515625 + + 163 + + 85 + + + 10.630999565124512 + 275 + + + + + + 8874.650390625 + + 164 + + 85 + + + 10.791000366210938 + 264 + + + + + + 8885.4404296875 + + 164 + + 82 + + + 10.791000366210938 + 270 + + + + + + 8896.3203125 + + 164 + + 85 + + + 10.87399959564209 + 259 + + + + + + 8907.2802734375 + + 164 + + 86 + + + 10.956999778747559 + 227 + + + + + + 8918.2001953125 + + 164 + + 87 + + + 10.928999900817871 + 220 + + + + + + 8929.1298828125 + + 164 + + 86 + + + 10.928999900817871 + 207 + + + + + + 8940.150390625 + + 164 + + 86 + + + 11.012999534606934 + 195 + + + + + + 8950.8798828125 + + 164 + + 89 + + + 10.737000465393066 + 197 + + + + + + 8961.669921875 + + 164 + + 86 + + + 10.791000366210938 + 151 + + + + + + 8972.3603515625 + + 164 + + 87 + + + 10.684000015258789 + 155 + + + + + + 8982.9599609375 + + 164 + + 87 + + + 10.604000091552734 + 173 + + + + + + 8993.58984375 + + 164 + + 86 + + + 10.630999565124512 + 173 + + + + + + 9004.2197265625 + + 163 + + 85 + + + 10.630999565124512 + 166 + + + + + + 9014.830078125 + + 163 + + 91 + + + 10.604000091552734 + 168 + + + + + + 9025.3798828125 + + 163 + + 88 + + + 10.552000045776367 + 200 + + + + + + 9035.830078125 + + 163 + + 85 + + + 10.449000358581543 + 276 + + + + + + 9046.150390625 + + 162 + + 88 + + + 10.322999954223633 + 234 + + + + + + 9056.5498046875 + + 162 + + 84 + + + 10.39900016784668 + 228 + + + + + + 9066.8701171875 + + 162 + + 85 + + + 10.322999954223633 + 227 + + + + + + 9077.2802734375 + + 163 + + 84 + + + 10.373000144958496 + 246 + + + + + + 9087.48046875 + + 163 + + 91 + + + 10.199999809265137 + 221 + + + + + + 9097.740234375 + + 163 + + 85 + + + 10.27400016784668 + 216 + + + + + + 9107.849609375 + + 163 + + 84 + + + 10.128000259399414 + 209 + + + + + + 9118.48046875 + + 163 + + 81 + + + 10.298999786376953 + 233 + + + + + + 9128.4501953125 + + 163 + + 81 + + + 10.298999786376953 + 241 + + + + + + 9138.599609375 + + 162 + + 83 + + + 10.152000427246094 + 258 + + + + + + 9148.8701171875 + + 163 + + 82 + + + 10.27400016784668 + 296 + + + + + + 9159.2998046875 + + 162 + + 82 + + + 10.423999786376953 + 244 + + + + + + 9169.599609375 + + 163 + + 84 + + + 10.298999786376953 + 279 + + + + + + 9180.01953125 + + 162 + + 84 + + + 10.423999786376953 + 250 + + + + + + 9190.3203125 + + 162 + + 85 + + + 10.298999786376953 + 211 + + + + + + 9200.6904296875 + + 162 + + 85 + + + 10.373000144958496 + 202 + + + + + + 9210.919921875 + + 162 + + 84 + + + 10.225000381469727 + 221 + + + + + + 9221.26953125 + + 162 + + 84 + + + 10.347999572753906 + 288 + + + + + + 9231.490234375 + + 162 + + 84 + + + 10.225000381469727 + 307 + + + + + + 9241.669921875 + + 163 + + 82 + + + 10.175999641418457 + 256 + + + + + + 9251.7197265625 + + 163 + + 81 + + + 10.057000160217285 + 239 + + + + + + 9261.73046875 + + 163 + + 82 + + + 10.010000228881836 + 244 + + + + + + 9271.919921875 + + 163 + + 85 + + + 9.916999816894531 + 243 + + + + + + 9281.76953125 + + 163 + + 84 + + + 10.128000259399414 + 239 + + + + + + 9292.169921875 + + 163 + + 81 + + + 10.39900016784668 + 226 + + + + + + 9302.7001953125 + + 163 + + 83 + + + 10.526000022888184 + 212 + + + + + + 9313.41015625 + + 163 + + 84 + + + 10.711000442504883 + 196 + + + + + + 9324.0703125 + + 163 + + 83 + + + 10.656999588012695 + 161 + + + + + + 9334.7001953125 + + 162 + + 82 + + + 10.630999565124512 + 138 + + + + + + 9345.4296875 + + 162 + + 76 + + + 10.737000465393066 + 174 + + + + + + + 10.527999877929688 + 86 + 333 + 240 + 334 + + + + + 71.0 + 419.82 + 10.737000465393066 + 15 + + 138 + + + 162 + + Active + 170 + Manual + + + + 9345.4296875 + + 162 + + 76 + + + 10.737000465393066 + 174 + + + + + + 9355.91015625 + + 162 + + 84 + + + 10.475000381469727 + 120 + + + + + + 9366.3603515625 + + 162 + + 83 + + + 10.449000358581543 + 50 + + + + + + 9376.580078125 + + 162 + + 59 + + + 10.225000381469727 + 0 + + + + + + 9386.8095703125 + + 161 + + 0 + + + 10.225000381469727 + 0 + + + + + + 9396.8701171875 + + 161 + + 0 + + + 10.057000160217285 + 0 + + + + + + 9406.7099609375 + + 160 + + 0 + + + 9.848999977111816 + 0 + + + + + + 9416.3603515625 + + 160 + + 0 + + + 9.64900016784668 + 0 + + + + + + 9425.4404296875 + + 159 + + 0 + + + 9.07699966430664 + 0 + + + + + + 9434.080078125 + + 159 + + 0 + + + 8.63700008392334 + 0 + + + + + + 9442.2099609375 + + 159 + + 0 + + + 8.128999710083008 + 0 + + + + + + 9450.1396484375 + + 158 + + 0 + + + 7.934000015258789 + 0 + + + + + + 9457.9296875 + + 158 + + 0 + + + 7.789000034332275 + 0 + + + + + + 9465.490234375 + + 157 + + 0 + + + 7.556000232696533 + 0 + + + + + + 9473.009765625 + + 156 + + 0 + + + 7.5289998054504395 + 15 + + + + + + 9480.33984375 + + 156 + + 36 + + + 7.322999954223633 + 45 + + + + + + 9487.490234375 + + 155 + + 110 + + + 7.1519999504089355 + 7 + + + + + + 9494.4697265625 + + 154 + + 31 + + + 6.9770002365112305 + 60 + + + + + + 9501.349609375 + + 153 + + 125 + + + 6.888000011444092 + 154 + + + + + + 9508.240234375 + + 152 + + 112 + + + 6.888000011444092 + 143 + + + + + + 9515.1298828125 + + 152 + + 75 + + + 6.888000011444092 + 100 + + + + + + 9522.1201171875 + + 151 + + 66 + + + 6.988999843597412 + 94 + + + + + + 9529.2099609375 + + 150 + + 72 + + + 7.0929999351501465 + 82 + + + + + + 9536.400390625 + + 149 + + 87 + + + 7.188000202178955 + 81 + + + + + + 9543.5595703125 + + 148 + + 98 + + + 7.164000034332275 + 92 + + + + + + 9550.66015625 + + 146 + + 67 + + + 7.0929999351501465 + 67 + + + + + + 9557.66015625 + + 145 + + 62 + + + 7.0 + 74 + + + + + + 9564.5302734375 + + 144 + + 62 + + + 6.876999855041504 + 81 + + + + + + 9571.3095703125 + + 142 + + 65 + + + 6.7789998054504395 + 87 + + + + + + 9577.9697265625 + + 142 + + 70 + + + 6.6519999504089355 + 86 + + + + + + 9584.490234375 + + 141 + + 68 + + + 6.520999908447266 + 97 + + + + + + 9590.83984375 + + 139 + + 69 + + + 6.355999946594238 + 79 + + + + + + 9597.099609375 + + 139 + + 80 + + + 6.254000186920166 + 29 + + + + + + 9603.099609375 + + 137 + + 170 + + + 6.0 + 0 + + + + + + 9608.9599609375 + + 136 + + 0 + + + 5.861000061035156 + 0 + + + + + + 9614.7001953125 + + 135 + + 0 + + + 5.743000030517578 + 0 + + + + + + 9620.3203125 + + 135 + + 0 + + + 5.622000217437744 + 0 + + + + + + 9625.8203125 + + 134 + + 0 + + + 5.499000072479248 + 0 + + + + + + 9631.099609375 + + 134 + + 0 + + + 5.2820000648498535 + 0 + + + + + + 9636.2998046875 + + 134 + + 0 + + + 5.198999881744385 + 0 + + + + + + 9640.9296875 + + 133 + + 0 + + + 4.63100004196167 + 0 + + + + + + 9645.349609375 + + 132 + + 0 + + + 4.421000003814697 + 9 + + + + + + 9650.41015625 + + 131 + + 0 + + + 5.052000045776367 + 137 + + + + + + 9655.4501953125 + + 130 + + 79 + + + 4.929999828338623 + 85 + + + + + + 9660.0400390625 + + 130 + + 93 + + + 4.697000026702881 + 91 + + + + + + 9664.259765625 + + 129 + + 139 + + + 4.216000080108643 + 74 + + + + + + 9668.51953125 + + 129 + + 98 + + + 4.267000198364258 + 131 + + + + + + 9673.1103515625 + + 128 + + 61 + + + 4.586999893188477 + 102 + + + + + + 9677.900390625 + + 127 + + 62 + + + 4.791999816894531 + 76 + + + + + + 9682.58984375 + + 126 + + 77 + + + 4.691999912261963 + 81 + + + + + + 9687.1904296875 + + 126 + + 69 + + + 4.60099983215332 + 73 + + + + + + 9691.919921875 + + 125 + + 57 + + + 4.7230000495910645 + 62 + + + + + + 9697.0703125 + + 125 + + 82 + + + 5.14900016784668 + 3 + + + + + + 9702.3603515625 + + 124 + + 0 + + + 5.295000076293945 + 0 + + + + + + 9707.599609375 + + 123 + + 0 + + + 5.24399995803833 + 0 + + + + + + 9712.5 + + 122 + + 0 + + + 4.895999908447266 + 0 + + + + + + 9717.2099609375 + + 121 + + 0 + + + 4.7129998207092285 + 0 + + + + + + 9721.650390625 + + 121 + + 0 + + + 4.439000129699707 + 0 + + + + + + 9725.8896484375 + + 120 + + 0 + + + 4.232999801635742 + 0 + + + + + + 9730.0703125 + + 120 + + 0 + + + 4.184000015258789 + 0 + + + + + + 9734.3701171875 + + 120 + + 0 + + + 4.301000118255615 + 0 + + + + + + 9738.48046875 + + 120 + + 0 + + + 4.111000061035156 + 0 + + + + + + 9742.240234375 + + 120 + + 0 + + + 3.753999948501587 + 0 + + + + + + 9745.6396484375 + + 120 + + 0 + + + 3.4079999923706055 + 0 + + + + + + 9748.73046875 + + 120 + + 0 + + + 3.0840001106262207 + 0 + + + + + + 9751.23046875 + + 119 + + 0 + + + 1.6430000066757202 + 0 + + + + + + 9752.8798828125 + + 119 + + 0 + + + 1.6430000066757202 + 0 + + + + + + 9754.51953125 + + 119 + + 0 + + + 1.6430000066757202 + 2 + + + + + + 9754.51953125 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 9754.51953125 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 9754.51953125 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 9754.51953125 + + 119 + + 0 + + + 0.0 + 0 + + + + + + + 5.90500020980835 + 37 + 44 + 38 + 174 + + + + + Garmin Forerunner 310XT + 3638490993 + 1018 + + 4 + 50 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724425.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724425.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724425.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724425.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,7028 @@ + + + + + 2015-05-09T14:11:44.000Z + + 83.0 + 786.89 + 10.819000244140625 + 21 + + 148 + + + 161 + + Active + 114 + Manual + + + + 8.1899995803833 + + 118 + + 83 + + + 8.192000389099121 + 164 + + + + + + 16.420000076293945 + + 119 + + 99 + + + 8.222999572753906 + 168 + + + + + + 24.610000610351562 + + 121 + + 91 + + + 8.192000389099121 + 186 + + + + + + 32.79999923706055 + + 122 + + 81 + + + 8.192000389099121 + 147 + + + + + + 41.2400016784668 + + 124 + + 83 + + + 8.255000114440918 + 144 + + + + + + 49.15999984741211 + + 125 + + 85 + + + 8.098999977111816 + 156 + + + + + + 57.31999969482422 + + 126 + + 103 + + + 8.15999984741211 + 207 + + + + + + 65.44999694824219 + + 128 + + 99 + + + 8.128999710083008 + 233 + + + + + + 73.72000122070312 + + 129 + + 94 + + + 8.270999908447266 + 235 + + + + + + 81.97000122070312 + + 130 + + 87 + + + 8.255000114440918 + 228 + + + + + + 90.29000091552734 + + 132 + + 85 + + + 8.319000244140625 + 210 + + + + + + 98.72000122070312 + + 133 + + 85 + + + 8.432999610900879 + 201 + + + + + + 107.08999633789062 + + 134 + + 82 + + + 8.368000030517578 + 190 + + + + + + 115.54000091552734 + + 135 + + 100 + + + 8.449999809265137 + 163 + + + + + + 124.11000061035156 + + 137 + + 114 + + + 8.567999839782715 + 162 + + + + + + 132.8000030517578 + + 138 + + 99 + + + 8.6899995803833 + 123 + + + + + + 141.5399932861328 + + 139 + + 86 + + + 8.743000030517578 + 115 + + + + + + 150.3000030517578 + + 140 + + 93 + + + 8.76099967956543 + 160 + + + + + + 159.00999450683594 + + 141 + + 88 + + + 8.708000183105469 + 138 + + + + + + 167.74000549316406 + + 142 + + 90 + + + 8.725000381469727 + 130 + + + + + + 176.41000366210938 + + 142 + + 93 + + + 8.67199993133545 + 138 + + + + + + 185.02999877929688 + + 143 + + 90 + + + 8.619999885559082 + 158 + + + + + + 193.6999969482422 + + 143 + + 87 + + + 8.67199993133545 + 182 + + + + + + 202.32000732421875 + + 144 + + 85 + + + 8.619999885559082 + 196 + + + + + + 210.99000549316406 + + 144 + + 85 + + + 8.67199993133545 + 176 + + + + + + 219.60000610351562 + + 145 + + 88 + + + 8.602999687194824 + 136 + + + + + + 228.22999572753906 + + 145 + + 91 + + + 8.63700008392334 + 143 + + + + + + 236.77999877929688 + + 146 + + 89 + + + 8.550999641418457 + 168 + + + + + + 245.3000030517578 + + 146 + + 86 + + + 8.517000198364258 + 177 + + + + + + 253.8000030517578 + + 146 + + 87 + + + 8.5 + 170 + + + + + + 262.17999267578125 + + 147 + + 87 + + + 8.383999824523926 + 193 + + + + + + 270.5400085449219 + + 147 + + 83 + + + 8.35099983215332 + 236 + + + + + + 279.1000061035156 + + 147 + + 86 + + + 8.567999839782715 + 305 + + + + + + 288.04998779296875 + + 147 + + 87 + + + 8.944000244140625 + 292 + + + + + + 297.3599853515625 + + 147 + + 93 + + + 9.07699966430664 + 229 + + + + + + 306.29998779296875 + + 148 + + 91 + + + 9.173999786376953 + 222 + + + + + + 315.7300109863281 + + 148 + + 85 + + + 9.437000274658203 + 274 + + + + + + 325.19000244140625 + + 148 + + 84 + + + 9.456999778747559 + 294 + + + + + + 334.8800048828125 + + 148 + + 85 + + + 9.692999839782715 + 297 + + + + + + 344.7799987792969 + + 149 + + 87 + + + 9.894000053405762 + 250 + + + + + + 354.6700134277344 + + 149 + + 91 + + + 9.894000053405762 + 209 + + + + + + 364.5899963378906 + + 150 + + 90 + + + 9.916999816894531 + 188 + + + + + + 374.510009765625 + + 151 + + 92 + + + 9.916999816894531 + 192 + + + + + + 384.5400085449219 + + 151 + + 90 + + + 10.032999992370605 + 209 + + + + + + 394.5 + + 151 + + 92 + + + 9.963000297546387 + 205 + + + + + + 404.44000244140625 + + 152 + + 92 + + + 9.9399995803833 + 189 + + + + + + 414.2900085449219 + + 152 + + 86 + + + 9.848999977111816 + 186 + + + + + + 424.1600036621094 + + 153 + + 84 + + + 9.871000289916992 + 209 + + + + + + 433.989990234375 + + 153 + + 91 + + + 9.826000213623047 + 216 + + + + + + 444.1199951171875 + + 154 + + 109 + + + 9.894000053405762 + 199 + + + + + + 453.75 + + 154 + + 108 + + + 9.871000289916992 + 229 + + + + + + 463.6199951171875 + + 154 + + 96 + + + 9.871000289916992 + 295 + + + + + + 473.45001220703125 + + 155 + + 85 + + + 9.826000213623047 + 278 + + + + + + 483.4100036621094 + + 155 + + 82 + + + 9.963000297546387 + 267 + + + + + + 493.8299865722656 + + 155 + + 85 + + + 10.175999641418457 + 267 + + + + + + 503.7900085449219 + + 155 + + 87 + + + 10.199999809265137 + 241 + + + + + + 513.989990234375 + + 156 + + 90 + + + 10.199999809265137 + 241 + + + + + + 524.1400146484375 + + 156 + + 88 + + + 10.152000427246094 + 265 + + + + + + 534.3200073242188 + + 157 + + 87 + + + 10.175999641418457 + 259 + + + + + + 544.5399780273438 + + 157 + + 87 + + + 10.225000381469727 + 246 + + + + + + 555.1699829101562 + + 157 + + 87 + + + 10.630999565124512 + 212 + + + + + + 565.780029296875 + + 157 + + 91 + + + 10.604000091552734 + 198 + + + + + + 576.25 + + 157 + + 87 + + + 10.475000381469727 + 182 + + + + + + 586.6199951171875 + + 157 + + 87 + + + 10.373000144958496 + 189 + + + + + + 597.02001953125 + + 158 + + 88 + + + 10.39900016784668 + 243 + + + + + + 607.3200073242188 + + 158 + + 88 + + + 10.298999786376953 + 296 + + + + + + 617.7999877929688 + + 158 + + 91 + + + 10.475000381469727 + 301 + + + + + + 628.3200073242188 + + 158 + + 87 + + + 10.526000022888184 + 247 + + + + + + 638.8499755859375 + + 158 + + 89 + + + 10.526000022888184 + 264 + + + + + + 649.3699951171875 + + 158 + + 92 + + + 10.526000022888184 + 261 + + + + + + 659.8800048828125 + + 158 + + 92 + + + 10.50100040435791 + 258 + + + + + + 670.4000244140625 + + 159 + + 91 + + + 10.526000022888184 + 252 + + + + + + 680.8499755859375 + + 159 + + 90 + + + 10.449000358581543 + 256 + + + + + + 691.2999877929688 + + 159 + + 87 + + + 10.449000358581543 + 269 + + + + + + 701.7999877929688 + + 159 + + 91 + + + 10.50100040435791 + 300 + + + + + + 712.1500244140625 + + 159 + + 88 + + + 10.347999572753906 + 245 + + + + + + 722.7000122070312 + + 160 + + 90 + + + 10.552000045776367 + 227 + + + + + + 733.4400024414062 + + 160 + + 90 + + + 10.737000465393066 + 294 + + + + + + 744.0700073242188 + + 160 + + 96 + + + 10.630999565124512 + 292 + + + + + + 754.75 + + 160 + + 95 + + + 10.684000015258789 + 243 + + + + + + 765.5399780273438 + + 160 + + 92 + + + 10.791000366210938 + 202 + + + + + + 776.3599853515625 + + 160 + + 92 + + + 10.819000244140625 + 190 + + + + + + 786.8900146484375 + + 161 + + 94 + + + 10.526000022888184 + 182 + + + + + + 797.489990234375 + + 161 + + 91 + + + 10.604000091552734 + 198 + + + + + + + 9.439000129699707 + 90 + 124 + 216 + 305 + + + + + 172.0 + 1829.97 + 11.156999588012694 + 53 + + 165 + + + 168 + + Active + 115 + Manual + + + + 797.489990234375 + + 161 + + 91 + + + 10.604000091552734 + 198 + + + + + + 808.3099975585938 + + 161 + + 90 + + + 10.57800006866455 + 201 + + + + + + 818.5700073242188 + + 161 + + 91 + + + 10.50100040435791 + 207 + + + + + + 829.0499877929688 + + 161 + + 92 + + + 10.475000381469727 + 234 + + + + + + 839.5999755859375 + + 161 + + 92 + + + 10.552000045776367 + 235 + + + + + + 850.260009765625 + + 161 + + 91 + + + 10.656999588012695 + 257 + + + + + + 861.0800170898438 + + 162 + + 93 + + + 10.819000244140625 + 282 + + + + + + 871.7100219726562 + + 162 + + 95 + + + 10.630999565124512 + 281 + + + + + + 882.3599853515625 + + 162 + + 93 + + + 10.656999588012695 + 270 + + + + + + 892.9400024414062 + + 162 + + 87 + + + 10.57800006866455 + 246 + + + + + + 903.7100219726562 + + 162 + + 89 + + + 10.763999938964844 + 216 + + + + + + 914.5 + + 162 + + 94 + + + 10.791000366210938 + 206 + + + + + + 925.260009765625 + + 162 + + 95 + + + 10.763999938964844 + 218 + + + + + + 935.9500122070312 + + 163 + + 93 + + + 10.656999588012695 + 210 + + + + + + 946.52001953125 + + 163 + + 97 + + + 10.604000091552734 + 207 + + + + + + 957.3400268554688 + + 163 + + 103 + + + 10.819000244140625 + 208 + + + + + + 968.1099853515625 + + 163 + + 98 + + + 10.763999938964844 + 199 + + + + + + 978.6599731445312 + + 163 + + 92 + + + 10.552000045776367 + 187 + + + + + + 989.2100219726562 + + 163 + + 81 + + + 10.552000045776367 + 193 + + + + + + 999.7100219726562 + + 163 + + 83 + + + 10.50100040435791 + 212 + + + + + + 1010.239990234375 + + 163 + + 92 + + + 10.526000022888184 + 239 + + + + + + 1020.7899780273438 + + 163 + + 90 + + + 10.552000045776367 + 271 + + + + + + 1031.2099609375 + + 163 + + 91 + + + 10.423999786376953 + 271 + + + + + + 1041.68994140625 + + 163 + + 90 + + + 10.475000381469727 + 240 + + + + + + 1052.1400146484375 + + 164 + + 89 + + + 10.449000358581543 + 217 + + + + + + 1062.47998046875 + + 163 + + 88 + + + 10.347999572753906 + 209 + + + + + + 1072.7099609375 + + 164 + + 89 + + + 10.225000381469727 + 229 + + + + + + 1082.81005859375 + + 164 + + 91 + + + 10.104000091552734 + 241 + + + + + + 1092.989990234375 + + 164 + + 88 + + + 10.175999641418457 + 223 + + + + + + 1103.260009765625 + + 164 + + 92 + + + 10.27400016784668 + 237 + + + + + + 1113.489990234375 + + 164 + + 93 + + + 10.225000381469727 + 254 + + + + + + 1123.68994140625 + + 164 + + 87 + + + 10.199999809265137 + 283 + + + + + + 1133.989990234375 + + 164 + + 89 + + + 10.298999786376953 + 328 + + + + + + 1144.18994140625 + + 164 + + 88 + + + 10.199999809265137 + 290 + + + + + + 1154.56005859375 + + 164 + + 88 + + + 10.373000144958496 + 229 + + + + + + 1165.06005859375 + + 165 + + 97 + + + 10.50100040435791 + 196 + + + + + + 1175.8299560546875 + + 165 + + 101 + + + 10.526000022888184 + 167 + + + + + + 1186.0899658203125 + + 165 + + 94 + + + 10.50100040435791 + 169 + + + + + + 1196.4100341796875 + + 165 + + 90 + + + 10.322999954223633 + 179 + + + + + + 1206.760009765625 + + 165 + + 88 + + + 10.347999572753906 + 178 + + + + + + 1217.1600341796875 + + 165 + + 87 + + + 10.39900016784668 + 188 + + + + + + 1227.56005859375 + + 165 + + 89 + + + 10.39900016784668 + 221 + + + + + + 1237.97998046875 + + 164 + + 93 + + + 10.423999786376953 + 232 + + + + + + 1248.4100341796875 + + 164 + + 93 + + + 10.423999786376953 + 217 + + + + + + 1258.8800048828125 + + 164 + + 90 + + + 10.475000381469727 + 212 + + + + + + 1269.3800048828125 + + 164 + + 89 + + + 10.50100040435791 + 220 + + + + + + 1280.050048828125 + + 164 + + 90 + + + 10.656999588012695 + 278 + + + + + + 1290.5400390625 + + 163 + + 92 + + + 10.50100040435791 + 320 + + + + + + 1301.25 + + 163 + + 92 + + + 10.711000442504883 + 286 + + + + + + 1312.0400390625 + + 163 + + 93 + + + 10.791000366210938 + 259 + + + + + + 1322.5899658203125 + + 163 + + 91 + + + 10.552000045776367 + 242 + + + + + + 1333.5799560546875 + + 163 + + 88 + + + 10.630999565124512 + 242 + + + + + + 1343.9300537109375 + + 163 + + 94 + + + 10.711000442504883 + 269 + + + + + + 1354.699951171875 + + 164 + + 91 + + + 10.763999938964844 + 278 + + + + + + 1365.5999755859375 + + 164 + + 91 + + + 10.901000022888184 + 236 + + + + + + 1376.530029296875 + + 164 + + 95 + + + 10.928999900817871 + 214 + + + + + + 1387.27001953125 + + 164 + + 96 + + + 10.737000465393066 + 181 + + + + + + 1397.8699951171875 + + 164 + + 94 + + + 10.604000091552734 + 188 + + + + + + 1408.3399658203125 + + 164 + + 102 + + + 10.475000381469727 + 213 + + + + + + 1418.7900390625 + + 164 + + 105 + + + 10.449000358581543 + 203 + + + + + + 1429.22998046875 + + 165 + + 94 + + + 10.423999786376953 + 230 + + + + + + 1439.6199951171875 + + 164 + + 87 + + + 10.39900016784668 + 254 + + + + + + 1450.02001953125 + + 165 + + 87 + + + 10.39900016784668 + 296 + + + + + + 1460.3900146484375 + + 164 + + 90 + + + 10.373000144958496 + 233 + + + + + + 1470.8399658203125 + + 164 + + 91 + + + 10.449000358581543 + 277 + + + + + + 1481.260009765625 + + 164 + + 90 + + + 10.423999786376953 + 313 + + + + + + 1491.68994140625 + + 164 + + 88 + + + 10.423999786376953 + 295 + + + + + + 1502.18994140625 + + 164 + + 90 + + + 10.50100040435791 + 289 + + + + + + 1512.8900146484375 + + 165 + + 89 + + + 10.656999588012695 + 274 + + + + + + 1523.4300537109375 + + 164 + + 96 + + + 10.552000045776367 + 269 + + + + + + 1534.02001953125 + + 164 + + 101 + + + 10.604000091552734 + 244 + + + + + + 1544.68994140625 + + 165 + + 97 + + + 10.684000015258789 + 225 + + + + + + 1555.5 + + 165 + + 95 + + + 10.819000244140625 + 258 + + + + + + 1566.239990234375 + + 165 + + 92 + + + 10.737000465393066 + 253 + + + + + + 1577.1099853515625 + + 165 + + 92 + + + 10.87399959564209 + 224 + + + + + + 1588.0400390625 + + 165 + + 93 + + + 10.928999900817871 + 235 + + + + + + 1598.969970703125 + + 165 + + 92 + + + 10.928999900817871 + 244 + + + + + + 1609.5999755859375 + + 165 + + 91 + + + 10.630999565124512 + 262 + + + + + + 1620.3399658203125 + + 165 + + 95 + + + 10.737000465393066 + 244 + + + + + + 1631.1300048828125 + + 165 + + 92 + + + 10.791000366210938 + 274 + + + + + + 1641.949951171875 + + 166 + + 98 + + + 10.819000244140625 + 245 + + + + + + 1653.030029296875 + + 166 + + 105 + + + 10.791000366210938 + 234 + + + + + + 1663.530029296875 + + 166 + + 95 + + + 10.791000366210938 + 191 + + + + + + 1674.3800048828125 + + 166 + + 93 + + + 10.845999717712402 + 175 + + + + + + 1685.1400146484375 + + 166 + + 96 + + + 10.763999938964844 + 193 + + + + + + 1695.77001953125 + + 166 + + 96 + + + 10.630999565124512 + 230 + + + + + + 1706.550048828125 + + 165 + + 96 + + + 10.526000022888184 + 284 + + + + + + 1716.9300537109375 + + 166 + + 92 + + + 10.630999565124512 + 271 + + + + + + 1727.5 + + 166 + + 93 + + + 10.57800006866455 + 256 + + + + + + 1738.1600341796875 + + 166 + + 92 + + + 10.656999588012695 + 239 + + + + + + 1748.949951171875 + + 166 + + 90 + + + 10.791000366210938 + 231 + + + + + + 1759.68994140625 + + 166 + + 88 + + + 10.737000465393066 + 267 + + + + + + 1770.510009765625 + + 166 + + 93 + + + 10.819000244140625 + 238 + + + + + + 1781.3800048828125 + + 166 + + 94 + + + 10.87399959564209 + 228 + + + + + + 1792.1700439453125 + + 167 + + 95 + + + 10.791000366210938 + 184 + + + + + + 1802.93994140625 + + 167 + + 92 + + + 10.737000465393066 + 198 + + + + + + 1813.8900146484375 + + 167 + + 80 + + + 10.684000015258789 + 177 + + + + + + 1824.1800537109375 + + 167 + + 93 + + + 10.57800006866455 + 183 + + + + + + 1834.81005859375 + + 167 + + 94 + + + 10.630999565124512 + 215 + + + + + + 1845.3599853515625 + + 166 + + 91 + + + 10.552000045776367 + 268 + + + + + + 1855.9599609375 + + 166 + + 91 + + + 10.604000091552734 + 290 + + + + + + 1866.5899658203125 + + 167 + + 92 + + + 10.630999565124512 + 258 + + + + + + 1877.199951171875 + + 166 + + 92 + + + 10.604000091552734 + 240 + + + + + + 1887.719970703125 + + 167 + + 93 + + + 10.526000022888184 + 290 + + + + + + 1898.219970703125 + + 167 + + 96 + + + 10.50100040435791 + 271 + + + + + + 1908.780029296875 + + 167 + + 110 + + + 10.552000045776367 + 209 + + + + + + 1919.25 + + 167 + + 115 + + + 10.475000381469727 + 245 + + + + + + 1929.8299560546875 + + 167 + + 97 + + + 10.57800006866455 + 273 + + + + + + 1940.4300537109375 + + 167 + + 88 + + + 10.604000091552734 + 304 + + + + + + 1951.1199951171875 + + 167 + + 89 + + + 10.684000015258789 + 288 + + + + + + 1961.9100341796875 + + 168 + + 89 + + + 10.791000366210938 + 241 + + + + + + 1972.75 + + 168 + + 98 + + + 10.845999717712402 + 218 + + + + + + 1983.6800537109375 + + 167 + + 98 + + + 10.928999900817871 + 203 + + + + + + 1994.699951171875 + + 168 + + 96 + + + 11.012999534606934 + 224 + + + + + + 2005.6500244140625 + + 168 + + 90 + + + 10.956999778747559 + 202 + + + + + + 2016.6099853515625 + + 167 + + 94 + + + 10.956999778747559 + 177 + + + + + + 2027.5999755859375 + + 167 + + 98 + + + 10.984999656677246 + 175 + + + + + + 2038.5799560546875 + + 168 + + 94 + + + 10.984999656677246 + 209 + + + + + + 2049.570068359375 + + 167 + + 94 + + + 10.984999656677246 + 215 + + + + + + 2060.580078125 + + 167 + + 95 + + + 11.012999534606934 + 213 + + + + + + 2071.590087890625 + + 167 + + 94 + + + 11.012999534606934 + 203 + + + + + + 2082.60009765625 + + 167 + + 94 + + + 11.012999534606934 + 187 + + + + + + 2093.47998046875 + + 167 + + 95 + + + 10.87399959564209 + 191 + + + + + + 2104.320068359375 + + 167 + + 94 + + + 10.845999717712402 + 210 + + + + + + 2115.010009765625 + + 166 + + 94 + + + 10.684000015258789 + 265 + + + + + + 2125.68994140625 + + 166 + + 93 + + + 10.684000015258789 + 294 + + + + + + 2136.47998046875 + + 167 + + 91 + + + 10.791000366210938 + 304 + + + + + + 2147.169921875 + + 167 + + 90 + + + 10.684000015258789 + 246 + + + + + + 2157.830078125 + + 167 + + 93 + + + 10.630999565124512 + 217 + + + + + + 2168.4599609375 + + 167 + + 93 + + + 10.656999588012695 + 234 + + + + + + 2179.169921875 + + 167 + + 92 + + + 10.711000442504883 + 204 + + + + + + 2190.070068359375 + + 167 + + 93 + + + 10.901000022888184 + 176 + + + + + + 2200.719970703125 + + 167 + + 91 + + + 10.656999588012695 + 204 + + + + + + 2211.43994140625 + + 167 + + 98 + + + 10.711000442504883 + 236 + + + + + + 2222.070068359375 + + 167 + + 101 + + + 10.630999565124512 + 242 + + + + + + 2232.699951171875 + + 167 + + 92 + + + 10.630999565124512 + 239 + + + + + + 2243.199951171875 + + 167 + + 93 + + + 10.50100040435791 + 234 + + + + + + 2253.669921875 + + 167 + + 92 + + + 10.475000381469727 + 253 + + + + + + 2264.14990234375 + + 167 + + 90 + + + 10.475000381469727 + 288 + + + + + + 2274.5 + + 167 + + 92 + + + 10.347999572753906 + 254 + + + + + + 2284.820068359375 + + 167 + + 94 + + + 10.322999954223633 + 246 + + + + + + 2295.0 + + 167 + + 93 + + + 10.175999641418457 + 258 + + + + + + 2305.030029296875 + + 168 + + 89 + + + 10.032999992370605 + 264 + + + + + + 2314.93994140625 + + 168 + + 88 + + + 9.916999816894531 + 282 + + + + + + 2324.9599609375 + + 168 + + 93 + + + 10.010000228881836 + 254 + + + + + + 2335.110107421875 + + 168 + + 85 + + + 10.152000427246094 + 268 + + + + + + 2345.4599609375 + + 167 + + 89 + + + 10.347999572753906 + 298 + + + + + + 2355.85009765625 + + 168 + + 92 + + + 10.39900016784668 + 312 + + + + + + 2366.409912109375 + + 167 + + 90 + + + 10.552000045776367 + 272 + + + + + + 2377.0400390625 + + 168 + + 90 + + + 10.630999565124512 + 267 + + + + + + 2387.68994140625 + + 168 + + 91 + + + 10.656999588012695 + 234 + + + + + + 2398.570068359375 + + 168 + + 93 + + + 10.87399959564209 + 232 + + + + + + 2409.5 + + 168 + + 94 + + + 10.928999900817871 + 237 + + + + + + 2420.510009765625 + + 168 + + 94 + + + 11.012999534606934 + 211 + + + + + + 2431.52001953125 + + 168 + + 94 + + + 11.012999534606934 + 223 + + + + + + 2442.570068359375 + + 168 + + 93 + + + 11.041999816894531 + 161 + + + + + + 2453.719970703125 + + 168 + + 96 + + + 11.156999588012695 + 291 + + + + + + 2464.85009765625 + + 168 + + 73 + + + 11.128000259399414 + 169 + + + + + + 2475.949951171875 + + 168 + + 100 + + + 11.098999977111816 + 157 + + + + + + 2487.050048828125 + + 168 + + 99 + + + 11.098999977111816 + 184 + + + + + + 2498.199951171875 + + 168 + + 99 + + + 11.156999588012695 + 174 + + + + + + 2509.3701171875 + + 168 + + 99 + + + 11.128000259399414 + 207 + + + + + + 2520.39990234375 + + 168 + + 100 + + + 11.069999694824219 + 203 + + + + + + 2531.110107421875 + + 167 + + 95 + + + 10.711000442504883 + 207 + + + + + + 2541.909912109375 + + 167 + + 102 + + + 10.791000366210938 + 209 + + + + + + 2552.75 + + 167 + + 93 + + + 10.845999717712402 + 202 + + + + + + 2563.489990234375 + + 167 + + 93 + + + 10.737000465393066 + 197 + + + + + + 2574.14990234375 + + 167 + + 91 + + + 10.656999588012695 + 249 + + + + + + 2584.800048828125 + + 167 + + 96 + + + 10.656999588012695 + 227 + + + + + + 2595.489990234375 + + 167 + + 98 + + + 10.684000015258789 + 217 + + + + + + 2606.25 + + 167 + + 95 + + + 10.763999938964844 + 197 + + + + + + 2616.85009765625 + + 167 + + 95 + + + 10.604000091552734 + 176 + + + + + + 2627.280029296875 + + 168 + + 93 + + + 10.423999786376953 + 180 + + + + + + + 10.661999702453612 + 93 + 266 + 234 + 328 + + + + + 77.0 + 622.16 + 11.57900047302246 + 21 + + 152 + + + 168 + + Active + 93 + Manual + + + + 2627.280029296875 + + 168 + + 93 + + + 10.423999786376953 + 180 + + + + + + 2637.429931640625 + + 168 + + 93 + + + 10.152000427246094 + 65 + + + + + + 2647.280029296875 + + 167 + + 69 + + + 9.848999977111816 + 0 + + + + + + 2656.800048828125 + + 167 + + 0 + + + 9.520000457763672 + 0 + + + + + + 2665.860107421875 + + 167 + + 0 + + + 9.057000160217285 + 0 + + + + + + 2674.60009765625 + + 166 + + 0 + + + 8.743000030517578 + 0 + + + + + + 2682.969970703125 + + 166 + + 0 + + + 8.368000030517578 + 0 + + + + + + 2691.080078125 + + 165 + + 0 + + + 8.11400032043457 + 2 + + + + + + 2698.77001953125 + + 165 + + 0 + + + 7.690999984741211 + 0 + + + + + + 2706.159912109375 + + 164 + + 0 + + + 7.176000118255615 + 0 + + + + + + 2712.510009765625 + + 163 + + 0 + + + 6.540999889373779 + 55 + + + + + + 2718.610107421875 + + 163 + + 86 + + + 6.103000164031982 + 0 + + + + + + 2724.300048828125 + + 163 + + 0 + + + 5.689000129699707 + 0 + + + + + + 2729.64990234375 + + 162 + + 0 + + + 5.3480000495910645 + 0 + + + + + + 2734.679931640625 + + 162 + + 0 + + + 5.0279998779296875 + 0 + + + + + + 2739.659912109375 + + 161 + + 0 + + + 4.986999988555908 + 0 + + + + + + 2744.97998046875 + + 160 + + 0 + + + 5.315000057220459 + 0 + + + + + + 2750.989990234375 + + 159 + + 0 + + + 6.007999897003174 + 0 + + + + + + 2757.39990234375 + + 159 + + 0 + + + 6.413000106811523 + 0 + + + + + + 2763.6201171875 + + 158 + + 0 + + + 6.2179999351501465 + 0 + + + + + + 2769.510009765625 + + 157 + + 0 + + + 5.89300012588501 + 0 + + + + + + 2775.489990234375 + + 157 + + 0 + + + 5.982999801635742 + 0 + + + + + + 2781.830078125 + + 156 + + 0 + + + 6.318999767303467 + 0 + + + + + + 2788.1298828125 + + 155 + + 0 + + + 6.318999767303467 + 0 + + + + + + 2794.510009765625 + + 153 + + 0 + + + 6.2179999351501465 + 0 + + + + + + 2800.429931640625 + + 152 + + 0 + + + 6.077000141143799 + 0 + + + + + + 2806.419921875 + + 151 + + 0 + + + 5.992000102996826 + 69 + + + + + + 2812.52001953125 + + 148 + + 75 + + + 6.103000164031982 + 124 + + + + + + 2818.679931640625 + + 147 + + 61 + + + 6.15500020980835 + 100 + + + + + + 2825.0400390625 + + 146 + + 75 + + + 6.190999984741211 + 126 + + + + + + 2831.06005859375 + + 144 + + 68 + + + 6.190999984741211 + 121 + + + + + + 2837.2900390625 + + 143 + + 56 + + + 6.2270002365112305 + 95 + + + + + + 2843.530029296875 + + 142 + + 52 + + + 6.244999885559082 + 80 + + + + + + 2849.669921875 + + 140 + + 54 + + + 6.138000011444092 + 105 + + + + + + 2855.780029296875 + + 140 + + 48 + + + 6.111000061035156 + 93 + + + + + + 2862.010009765625 + + 138 + + 51 + + + 6.2270002365112305 + 151 + + + + + + 2868.469970703125 + + 137 + + 60 + + + 6.461999893188477 + 153 + + + + + + 2875.219970703125 + + 137 + + 63 + + + 6.747000217437744 + 230 + + + + + + 2882.239990234375 + + 137 + + 51 + + + 7.0229997634887695 + 291 + + + + + + 2889.639892578125 + + 137 + + 50 + + + 7.39900016784668 + 306 + + + + + + 2897.320068359375 + + 137 + + 54 + + + 7.677999973297119 + 301 + + + + + + 2905.219970703125 + + 138 + + 56 + + + 7.9039998054504395 + 293 + + + + + + 2913.3701171875 + + 139 + + 58 + + + 8.145000457763672 + 242 + + + + + + 2921.419921875 + + 139 + + 60 + + + 8.053000450134277 + 271 + + + + + + 2929.3798828125 + + 140 + + 61 + + + 7.9629998207092285 + 274 + + + + + + 2937.530029296875 + + 141 + + 60 + + + 8.145000457763672 + 228 + + + + + + 2945.830078125 + + 142 + + 75 + + + 8.303000450134277 + 241 + + + + + + 2954.25 + + 143 + + 72 + + + 8.416999816894531 + 201 + + + + + + 2962.8701171875 + + 143 + + 64 + + + 8.619999885559082 + 186 + + + + + + 2971.719970703125 + + 144 + + 64 + + + 8.85200023651123 + 188 + + + + + + 2980.610107421875 + + 144 + + 65 + + + 8.887999534606934 + 205 + + + + + + 2989.5 + + 145 + + 66 + + + 8.887999534606934 + 193 + + + + + + 2998.39990234375 + + 145 + + 66 + + + 8.906999588012695 + 189 + + + + + + 3007.43994140625 + + 146 + + 67 + + + 9.038000106811523 + 221 + + + + + + 3016.5400390625 + + 146 + + 66 + + + 9.095999717712402 + 265 + + + + + + 3025.639892578125 + + 147 + + 67 + + + 9.095999717712402 + 231 + + + + + + 3034.669921875 + + 147 + + 68 + + + 9.038000106811523 + 332 + + + + + + 3043.8798828125 + + 148 + + 67 + + + 9.213000297546387 + 425 + + + + + + 3053.3798828125 + + 148 + + 68 + + + 9.49899959564209 + 364 + + + + + + 3062.739990234375 + + 149 + + 71 + + + 9.354000091552734 + 346 + + + + + + 3072.18994140625 + + 150 + + 72 + + + 9.456999778747559 + 305 + + + + + + 3081.590087890625 + + 150 + + 70 + + + 9.395000457763672 + 268 + + + + + + 3091.090087890625 + + 151 + + 77 + + + 9.49899959564209 + 255 + + + + + + 3100.590087890625 + + 151 + + 78 + + + 9.49899959564209 + 278 + + + + + + 3110.320068359375 + + 152 + + 73 + + + 9.737000465393066 + 368 + + + + + + 3120.06005859375 + + 153 + + 72 + + + 9.737000465393066 + 354 + + + + + + 3129.9599609375 + + 154 + + 73 + + + 9.894000053405762 + 404 + + + + + + 3140.080078125 + + 154 + + 74 + + + 10.128000259399414 + 374 + + + + + + 3150.31005859375 + + 155 + + 75 + + + 10.225000381469727 + 366 + + + + + + 3160.81005859375 + + 156 + + 77 + + + 10.50100040435791 + 365 + + + + + + 3171.52001953125 + + 157 + + 78 + + + 10.711000442504883 + 357 + + + + + + 3182.340087890625 + + 158 + + 77 + + + 10.819000244140625 + 391 + + + + + + 3193.469970703125 + + 159 + + 80 + + + 11.128000259399414 + 429 + + + + + + 3204.64990234375 + + 160 + + 88 + + + 11.185999870300293 + 382 + + + + + + 3216.4599609375 + + 161 + + 84 + + + 11.425000190734863 + 361 + + + + + + 3227.64990234375 + + 162 + + 84 + + + 11.579000473022461 + 331 + + + + + + 3239.02001953125 + + 163 + + 86 + + + 11.36400032043457 + 313 + + + + + + 3250.5 + + 164 + + 85 + + + 11.486000061035156 + 335 + + + + + + + 8.015000343322754 + 48 + 62 + 175 + 429 + + + + + 91.0 + 1066.4 + 12.034000396728516 + 30 + + 176 + + + 180 + + Active + 98 + Manual + + + + 3250.5 + + 164 + + 85 + + + 11.486000061035156 + 335 + + + + + + 3262.139892578125 + + 165 + + 87 + + + 11.642000198364258 + 337 + + + + + + 3273.5400390625 + + 166 + + 85 + + + 11.394000053405762 + 329 + + + + + + 3285.06005859375 + + 167 + + 85 + + + 11.517000198364258 + 356 + + + + + + 3296.669921875 + + 167 + + 87 + + + 11.609999656677246 + 339 + + + + + + 3308.340087890625 + + 168 + + 86 + + + 11.673999786376953 + 316 + + + + + + 3320.080078125 + + 169 + + 86 + + + 11.73799991607666 + 310 + + + + + + 3331.8798828125 + + 170 + + 89 + + + 11.802000045776367 + 362 + + + + + + 3343.699951171875 + + 170 + + 90 + + + 11.770000457763672 + 373 + + + + + + 3355.489990234375 + + 171 + + 90 + + + 11.802000045776367 + 338 + + + + + + 3367.330078125 + + 172 + + 97 + + + 11.868000030517578 + 308 + + + + + + 3379.18994140625 + + 172 + + 98 + + + 11.868000030517578 + 296 + + + + + + 3391.5 + + 173 + + 90 + + + 11.934000015258789 + 292 + + + + + + 3403.090087890625 + + 173 + + 88 + + + 11.967000007629395 + 305 + + + + + + 3415.090087890625 + + 173 + + 91 + + + 12.00100040435791 + 308 + + + + + + 3427.090087890625 + + 174 + + 91 + + + 12.00100040435791 + 303 + + + + + + 3438.889892578125 + + 174 + + 92 + + + 11.802000045776367 + 284 + + + + + + 3450.969970703125 + + 174 + + 90 + + + 11.706000328063965 + 314 + + + + + + 3462.300048828125 + + 175 + + 92 + + + 11.706000328063965 + 394 + + + + + + 3474.139892578125 + + 175 + + 91 + + + 11.835000038146973 + 356 + + + + + + 3485.719970703125 + + 175 + + 90 + + + 11.579000473022461 + 326 + + + + + + 3497.419921875 + + 175 + + 87 + + + 11.706000328063965 + 345 + + + + + + 3509.159912109375 + + 175 + + 87 + + + 11.73799991607666 + 297 + + + + + + 3520.8701171875 + + 175 + + 98 + + + 11.706000328063965 + 286 + + + + + + 3532.47998046875 + + 176 + + 90 + + + 11.609999656677246 + 293 + + + + + + 3543.929931640625 + + 176 + + 87 + + + 11.454999923706055 + 353 + + + + + + 3555.419921875 + + 176 + + 85 + + + 11.486000061035156 + 355 + + + + + + 3566.840087890625 + + 176 + + 85 + + + 11.425000190734863 + 345 + + + + + + 3578.27001953125 + + 176 + + 86 + + + 11.425000190734863 + 315 + + + + + + 3589.85009765625 + + 177 + + 89 + + + 11.579000473022461 + 338 + + + + + + 3601.6201171875 + + 176 + + 97 + + + 11.770000457763672 + 365 + + + + + + 3613.489990234375 + + 177 + + 96 + + + 11.868000030517578 + 364 + + + + + + 3625.81005859375 + + 177 + + 86 + + + 11.967000007629395 + 314 + + + + + + 3637.419921875 + + 177 + + 90 + + + 11.967000007629395 + 297 + + + + + + 3649.2900390625 + + 177 + + 91 + + + 11.868000030517578 + 336 + + + + + + 3661.2900390625 + + 177 + + 88 + + + 12.00100040435791 + 347 + + + + + + 3673.159912109375 + + 178 + + 87 + + + 11.868000030517578 + 304 + + + + + + 3685.06005859375 + + 178 + + 90 + + + 11.901000022888184 + 278 + + + + + + 3696.929931640625 + + 178 + + 91 + + + 11.868000030517578 + 264 + + + + + + 3708.760009765625 + + 178 + + 91 + + + 11.835000038146973 + 237 + + + + + + 3720.60009765625 + + 177 + + 92 + + + 11.835000038146973 + 285 + + + + + + 3732.39990234375 + + 178 + + 88 + + + 11.802000045776367 + 286 + + + + + + 3744.070068359375 + + 178 + + 85 + + + 11.673999786376953 + 262 + + + + + + 3755.590087890625 + + 177 + + 85 + + + 11.517000198364258 + 286 + + + + + + 3767.139892578125 + + 177 + + 89 + + + 11.54800033569336 + 296 + + + + + + 3778.6201171875 + + 177 + + 88 + + + 11.486000061035156 + 301 + + + + + + 3790.169921875 + + 177 + + 84 + + + 11.54800033569336 + 321 + + + + + + 3801.719970703125 + + 177 + + 86 + + + 11.54800033569336 + 313 + + + + + + 3813.4599609375 + + 177 + + 88 + + + 11.73799991607666 + 306 + + + + + + 3825.2900390625 + + 178 + + 88 + + + 11.835000038146973 + 284 + + + + + + 3837.030029296875 + + 178 + + 89 + + + 11.73799991607666 + 280 + + + + + + 3848.669921875 + + 177 + + 88 + + + 11.642000198364258 + 303 + + + + + + 3860.25 + + 177 + + 87 + + + 11.579000473022461 + 368 + + + + + + 3871.9599609375 + + 177 + + 85 + + + 11.706000328063965 + 379 + + + + + + 3883.570068359375 + + 178 + + 86 + + + 11.609999656677246 + 356 + + + + + + 3895.14990234375 + + 177 + + 90 + + + 11.579000473022461 + 325 + + + + + + 3906.719970703125 + + 177 + + 87 + + + 11.579000473022461 + 296 + + + + + + 3918.330078125 + + 177 + + 89 + + + 11.609999656677246 + 323 + + + + + + 3929.909912109375 + + 178 + + 87 + + + 11.579000473022461 + 354 + + + + + + 3941.4599609375 + + 178 + + 88 + + + 11.54800033569336 + 344 + + + + + + 3952.7099609375 + + 178 + + 87 + + + 11.244999885559082 + 319 + + + + + + 3964.1298828125 + + 178 + + 85 + + + 11.425000190734863 + 335 + + + + + + 3975.820068359375 + + 178 + + 85 + + + 11.36400032043457 + 365 + + + + + + 3986.889892578125 + + 178 + + 85 + + + 11.394000053405762 + 366 + + + + + + 3998.280029296875 + + 178 + + 85 + + + 11.394000053405762 + 359 + + + + + + 4009.860107421875 + + 178 + + 86 + + + 11.579000473022461 + 340 + + + + + + 4021.570068359375 + + 178 + + 87 + + + 11.706000328063965 + 321 + + + + + + 4033.5 + + 179 + + 87 + + + 11.934000015258789 + 320 + + + + + + 4045.5400390625 + + 179 + + 88 + + + 12.034000396728516 + 304 + + + + + + 4057.570068359375 + + 178 + + 87 + + + 12.034000396728516 + 276 + + + + + + 4069.60009765625 + + 178 + + 90 + + + 12.034000396728516 + 258 + + + + + + 4081.639892578125 + + 179 + + 92 + + + 12.034000396728516 + 258 + + + + + + 4093.639892578125 + + 179 + + 91 + + + 12.00100040435791 + 278 + + + + + + 4105.56982421875 + + 178 + + 90 + + + 11.934000015258789 + 294 + + + + + + 4117.56982421875 + + 178 + + 89 + + + 12.00100040435791 + 285 + + + + + + 4129.3798828125 + + 178 + + 90 + + + 11.802000045776367 + 280 + + + + + + 4141.240234375 + + 178 + + 90 + + + 11.868000030517578 + 298 + + + + + + 4153.080078125 + + 179 + + 90 + + + 11.835000038146973 + 357 + + + + + + 4164.8798828125 + + 178 + + 92 + + + 11.802000045776367 + 352 + + + + + + 4176.64990234375 + + 179 + + 89 + + + 11.770000457763672 + 295 + + + + + + 4188.5498046875 + + 179 + + 88 + + + 11.901000022888184 + 288 + + + + + + 4200.31982421875 + + 179 + + 89 + + + 11.770000457763672 + 294 + + + + + + 4212.18994140625 + + 179 + + 89 + + + 11.868000030517578 + 288 + + + + + + 4223.9599609375 + + 179 + + 88 + + + 11.770000457763672 + 276 + + + + + + 4235.830078125 + + 179 + + 86 + + + 11.868000030517578 + 306 + + + + + + 4247.7001953125 + + 179 + + 87 + + + 11.868000030517578 + 314 + + + + + + 4259.43017578125 + + 179 + + 96 + + + 11.73799991607666 + 300 + + + + + + 4271.169921875 + + 179 + + 98 + + + 11.73799991607666 + 310 + + + + + + 4282.6298828125 + + 179 + + 89 + + + 11.454999923706055 + 295 + + + + + + 4294.080078125 + + 179 + + 86 + + + 11.454999923706055 + 280 + + + + + + 4305.419921875 + + 180 + + 87 + + + 11.333999633789062 + 255 + + + + + + 4316.72021484375 + + 179 + + 87 + + + 11.303999900817871 + 166 + + + + + + + 11.789999961853027 + 89 + 135 + 315 + 394 + + + + + 62.0 + 372.45 + 11.303999900817871 + 19 + + 158 + + + 180 + + Active + 95 + Manual + + + + 4316.72021484375 + + 179 + + 87 + + + 11.303999900817871 + 166 + + + + + + 4327.58984375 + + 180 + + 89 + + + 10.87399959564209 + 51 + + + + + + 4338.169921875 + + 179 + + 46 + + + 10.57800006866455 + 0 + + + + + + 4348.10986328125 + + 179 + + 0 + + + 9.9399995803833 + 0 + + + + + + 4357.33984375 + + 179 + + 0 + + + 9.232999801635742 + 0 + + + + + + 4366.0 + + 179 + + 0 + + + 8.654999732971191 + 0 + + + + + + 4374.81005859375 + + 178 + + 0 + + + 8.602999687194824 + 0 + + + + + + 4383.5 + + 178 + + 0 + + + 8.906999588012695 + 0 + + + + + + 4392.60009765625 + + 178 + + 0 + + + 9.095999717712402 + 0 + + + + + + 4401.43017578125 + + 177 + + 0 + + + 8.833000183105469 + 0 + + + + + + 4409.77001953125 + + 178 + + 0 + + + 8.335000038146973 + 0 + + + + + + 4417.990234375 + + 177 + + 0 + + + 8.222999572753906 + 0 + + + + + + 4426.240234375 + + 177 + + 0 + + + 8.255000114440918 + 0 + + + + + + 4434.39013671875 + + 176 + + 0 + + + 8.145000457763672 + 0 + + + + + + 4442.3798828125 + + 176 + + 0 + + + 7.993000030517578 + 0 + + + + + + 4450.22998046875 + + 176 + + 0 + + + 7.8460001945495605 + 0 + + + + + + 4457.919921875 + + 175 + + 0 + + + 7.690999984741211 + 0 + + + + + + 4465.4501953125 + + 174 + + 0 + + + 7.5289998054504395 + 0 + + + + + + 4472.85986328125 + + 174 + + 0 + + + 7.4120001792907715 + 0 + + + + + + 4480.1298828125 + + 173 + + 0 + + + 7.27400016784668 + 0 + + + + + + 4487.31982421875 + + 172 + + 0 + + + 7.188000202178955 + 0 + + + + + + 4494.66015625 + + 171 + + 0 + + + 7.139999866485596 + 0 + + + + + + 4501.2998046875 + + 170 + + 0 + + + 6.833000183105469 + 0 + + + + + + 4507.83984375 + + 169 + + 0 + + + 6.540999889373779 + 0 + + + + + + 4514.2900390625 + + 167 + + 0 + + + 6.441999912261963 + 0 + + + + + + 4520.669921875 + + 166 + + 0 + + + 6.385000228881836 + 0 + + + + + + 4527.02978515625 + + 165 + + 0 + + + 6.355999946594238 + 0 + + + + + + 4533.35986328125 + + 164 + + 0 + + + 6.328000068664551 + 0 + + + + + + 4539.56005859375 + + 162 + + 0 + + + 6.209000110626221 + 0 + + + + + + 4545.56005859375 + + 161 + + 0 + + + 6.0 + 0 + + + + + + 4551.33984375 + + 159 + + 0 + + + 5.77400016784668 + 0 + + + + + + 4556.75 + + 159 + + 0 + + + 5.408999919891357 + 0 + + + + + + 4561.93994140625 + + 157 + + 0 + + + 5.192999839782715 + 0 + + + + + + 4567.240234375 + + 156 + + 0 + + + 5.302000045776367 + 15 + + + + + + 4572.75 + + 155 + + 20 + + + 5.50600004196167 + 45 + + + + + + 4578.0498046875 + + 155 + + 62 + + + 5.2820000648498535 + 0 + + + + + + 4583.0400390625 + + 154 + + 0 + + + 4.874000072479248 + 2 + + + + + + 4587.740234375 + + 153 + + 0 + + + 4.835000038146973 + 60 + + + + + + 4592.009765625 + + 151 + + 18 + + + 4.270999908447266 + 201 + + + + + + 4596.0498046875 + + 150 + + 69 + + + 4.033999919891357 + 174 + + + + + + 4599.669921875 + + 149 + + 50 + + + 3.621000051498413 + 147 + + + + + + 4603.35986328125 + + 147 + + 37 + + + 3.5999999046325684 + 126 + + + + + + 4606.1201171875 + + 145 + + 31 + + + 2.8350000381469727 + 101 + + + + + + 4609.16015625 + + 144 + + 23 + + + 3.0339999198913574 + 84 + + + + + + 4613.259765625 + + 142 + + 10 + + + 4.098999977111816 + 55 + + + + + + 4618.25 + + 140 + + 46 + + + 4.999000072479248 + 47 + + + + + + 4623.72021484375 + + 140 + + 67 + + + 5.464000225067139 + 77 + + + + + + 4629.39013671875 + + 139 + + 82 + + + 5.666999816894531 + 37 + + + + + + 4635.169921875 + + 139 + + 95 + + + 5.789000034332275 + 0 + + + + + + 4641.259765625 + + 138 + + 0 + + + 6.085000038146973 + 0 + + + + + + 4647.31005859375 + + 138 + + 0 + + + 6.051000118255615 + 0 + + + + + + 4652.7998046875 + + 137 + + 0 + + + 5.485000133514404 + 0 + + + + + + 4657.77978515625 + + 136 + + 0 + + + 4.980999946594238 + 0 + + + + + + 4662.2099609375 + + 136 + + 0 + + + 4.429999828338623 + 0 + + + + + + 4665.85009765625 + + 136 + + 0 + + + 3.6459999084472656 + 0 + + + + + + 4668.9501953125 + + 135 + + 0 + + + 3.0929999351501465 + 0 + + + + + + 4671.6298828125 + + 135 + + 0 + + + 2.625 + 0 + + + + + + 4673.93994140625 + + 135 + + 0 + + + 2.367000102996826 + 0 + + + + + + 4675.89990234375 + + 135 + + 0 + + + 1.9600000381469727 + 0 + + + + + + 4677.85986328125 + + 135 + + 0 + + + 1.9600000381469727 + 0 + + + + + + 4677.85986328125 + + 135 + + 0 + + + 0.0 + 0 + + + + + + 4677.85986328125 + + 135 + + 0 + + + 0.0 + 0 + + + + + + 4677.85986328125 + + 135 + + 0 + + + 0.0 + 0 + + + + + + + 5.985000133514404 + 13 + 14 + 22 + 201 + + + + + Garmin Forerunner 310XT + 3638490993 + 1018 + + 4 + 50 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724442.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724442.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test/activity_769724442.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test/activity_769724442.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,15672 @@ + + + + + 2015-05-09T14:25:03.000Z + + 19.0 + 114.99 + 6.480999946594239 + 1 + + 101 + + + 103 + + Active + 139 + Manual + + + + 5.28000020980835 + + 99 + + 50 + + + 5.276000022888184 + 120 + + + + + + 10.739999771118164 + + 99 + + 54 + + + 5.464000225067139 + 110 + + + + + + 16.149999618530273 + + 100 + + 60 + + + 5.408999919891357 + 135 + + + + + + 21.8700008392334 + + 100 + + 65 + + + 5.71999979019165 + 127 + + + + + + 27.690000534057617 + + 100 + + 63 + + + 5.821000099182129 + 108 + + + + + + 33.619998931884766 + + 100 + + 69 + + + 5.934000015258789 + 97 + + + + + + 39.650001525878906 + + 100 + + 82 + + + 6.025000095367432 + 122 + + + + + + 45.7400016784668 + + 99 + + 80 + + + 6.093999862670898 + 133 + + + + + + 52.0 + + 100 + + 87 + + + 6.254000186920166 + 103 + + + + + + 58.25 + + 100 + + 88 + + + 6.254000186920166 + 104 + + + + + + 64.7300033569336 + + 101 + + 77 + + + 6.480999946594238 + 103 + + + + + + 71.19999694824219 + + 101 + + 91 + + + 6.4710001945495605 + 94 + + + + + + 77.48999786376953 + + 102 + + 108 + + + 6.290999889373779 + 70 + + + + + + 83.72000122070312 + + 102 + + 139 + + + 6.2270002365112305 + 14 + + + + + + 90.05000305175781 + + 102 + + 81 + + + 6.328000068664551 + 9 + + + + + + 96.36000061035156 + + 102 + + 38 + + + 6.309000015258789 + 33 + + + + + + 102.5999984741211 + + 103 + + 138 + + + 6.244999885559082 + 40 + + + + + + 108.8499984741211 + + 103 + + 94 + + + 6.244999885559082 + 46 + + + + + + 114.98999786376953 + + 103 + + 70 + + + 6.145999908447266 + 70 + + + + + + 121.11000061035156 + + 104 + + 75 + + + 6.119999885559082 + 68 + + + + + + + 5.928999900817871 + 81 + 26 + 86 + 135 + + + + + 200.0 + 1218.6 + 6.703999996185304 + 25 + + 107 + + + 111 + + Active + 162 + Manual + + + + 121.11000061035156 + + 104 + + 75 + + + 6.119999885559082 + 68 + + + + + + 127.16999816894531 + + 104 + + 85 + + + 6.059000015258789 + 49 + + + + + + 133.25 + + 105 + + 72 + + + 6.059000015258789 + 57 + + + + + + 139.2899932861328 + + 105 + + 56 + + + 6.059000015258789 + 74 + + + + + + 145.33999633789062 + + 106 + + 112 + + + 6.051000118255615 + 37 + + + + + + 151.47000122070312 + + 107 + + 109 + + + 6.129000186920166 + 97 + + + + + + 157.7100067138672 + + 108 + + 80 + + + 6.236000061035156 + 101 + + + + + + 163.86000061035156 + + 109 + + 70 + + + 6.15500020980835 + 87 + + + + + + 170.1199951171875 + + 109 + + 123 + + + 6.254000186920166 + 44 + + + + + + 176.3800048828125 + + 109 + + 121 + + + 6.263000011444092 + 11 + + + + + + 182.72000122070312 + + 110 + + 0 + + + 6.336999893188477 + 27 + + + + + + 189.07000732421875 + + 111 + + 95 + + + 6.355999946594238 + 21 + + + + + + 195.36000061035156 + + 111 + + 100 + + + 6.290999889373779 + 34 + + + + + + 201.5500030517578 + + 111 + + 147 + + + 6.182000160217285 + 46 + + + + + + 207.60000610351562 + + 111 + + 91 + + + 6.059000015258789 + 10 + + + + + + 213.63999938964844 + + 111 + + 0 + + + 6.033999919891357 + 41 + + + + + + 219.64999389648438 + + 111 + + 103 + + + 6.007999897003174 + 57 + + + + + + 225.63999938964844 + + 111 + + 110 + + + 5.992000102996826 + 73 + + + + + + 231.66000366210938 + + 110 + + 91 + + + 6.017000198364258 + 71 + + + + + + 237.52999877929688 + + 110 + + 80 + + + 5.876999855041504 + 93 + + + + + + 243.3300018310547 + + 110 + + 86 + + + 5.796999931335449 + 110 + + + + + + 249.00999450683594 + + 110 + + 93 + + + 5.682000160217285 + 90 + + + + + + 254.97000122070312 + + 111 + + 110 + + + 5.958000183105469 + 115 + + + + + + 261.1099853515625 + + 110 + + 91 + + + 6.138000011444092 + 112 + + + + + + 267.2900085449219 + + 110 + + 70 + + + 6.182000160217285 + 96 + + + + + + 273.32000732421875 + + 110 + + 94 + + + 6.033999919891357 + 71 + + + + + + 279.4200134277344 + + 110 + + 85 + + + 6.093999862670898 + 62 + + + + + + 285.54998779296875 + + 110 + + 76 + + + 6.129000186920166 + 54 + + + + + + 291.7699890136719 + + 110 + + 82 + + + 6.2270002365112305 + 57 + + + + + + 297.8399963378906 + + 110 + + 99 + + + 6.067999839782715 + 55 + + + + + + 303.8999938964844 + + 110 + + 92 + + + 6.059000015258789 + 61 + + + + + + 309.9700012207031 + + 110 + + 103 + + + 6.067999839782715 + 58 + + + + + + 316.04998779296875 + + 110 + + 98 + + + 6.085000038146973 + 47 + + + + + + 322.1600036621094 + + 110 + + 83 + + + 6.111000061035156 + 66 + + + + + + 328.2799987792969 + + 110 + + 71 + + + 6.111000061035156 + 87 + + + + + + 334.3999938964844 + + 109 + + 67 + + + 6.129000186920166 + 68 + + + + + + 340.4599914550781 + + 109 + + 68 + + + 6.059000015258789 + 90 + + + + + + 346.510009765625 + + 109 + + 70 + + + 6.041999816894531 + 75 + + + + + + 352.55999755859375 + + 109 + + 68 + + + 6.059000015258789 + 68 + + + + + + 358.6199951171875 + + 109 + + 92 + + + 6.059000015258789 + 90 + + + + + + 364.7300109863281 + + 109 + + 88 + + + 6.111000061035156 + 89 + + + + + + 370.8999938964844 + + 109 + + 71 + + + 6.164000034332275 + 62 + + + + + + 377.1000061035156 + + 109 + + 78 + + + 6.199999809265137 + 33 + + + + + + 383.1199951171875 + + 109 + + 95 + + + 6.017000198364258 + 32 + + + + + + 389.1400146484375 + + 108 + + 125 + + + 6.025000095367432 + 32 + + + + + + 395.1300048828125 + + 108 + + 131 + + + 5.992000102996826 + 38 + + + + + + 401.07000732421875 + + 107 + + 112 + + + 5.941999912261963 + 52 + + + + + + 406.8800048828125 + + 107 + + 73 + + + 5.804999828338623 + 37 + + + + + + 412.6499938964844 + + 107 + + 65 + + + 5.765999794006348 + 72 + + + + + + 418.20001220703125 + + 107 + + 66 + + + 5.556000232696533 + 113 + + + + + + 423.7699890136719 + + 107 + + 64 + + + 5.564000129699707 + 177 + + + + + + 429.2900085449219 + + 107 + + 68 + + + 5.520999908447266 + 157 + + + + + + 434.9200134277344 + + 108 + + 71 + + + 5.629000186920166 + 100 + + + + + + 440.9200134277344 + + 108 + + 79 + + + 6.007999897003174 + 60 + + + + + + 447.20001220703125 + + 108 + + 97 + + + 6.271999835968018 + 34 + + + + + + 453.44000244140625 + + 108 + + 126 + + + 6.244999885559082 + 38 + + + + + + 459.4700012207031 + + 108 + + 122 + + + 6.033999919891357 + 59 + + + + + + 465.44000244140625 + + 108 + + 86 + + + 5.9670000076293945 + 50 + + + + + + 471.54998779296875 + + 108 + + 69 + + + 6.111000061035156 + 56 + + + + + + 477.7300109863281 + + 108 + + 67 + + + 6.172999858856201 + 63 + + + + + + 484.30999755859375 + + 108 + + 73 + + + 6.580999851226807 + 49 + + + + + + 490.9800109863281 + + 108 + + 88 + + + 6.672999858856201 + 41 + + + + + + 497.6700134277344 + + 108 + + 105 + + + 6.693999767303467 + 32 + + + + + + 504.1700134277344 + + 108 + + 94 + + + 6.500999927520752 + 23 + + + + + + 510.6400146484375 + + 109 + + 120 + + + 6.461999893188477 + 25 + + + + + + 516.989990234375 + + 109 + + 109 + + + 6.355999946594238 + 37 + + + + + + 523.3900146484375 + + 109 + + 96 + + + 6.394000053405762 + 35 + + + + + + 529.6900024414062 + + 109 + + 85 + + + 6.300000190734863 + 43 + + + + + + 535.9500122070312 + + 110 + + 73 + + + 6.263000011444092 + 53 + + + + + + 542.1900024414062 + + 109 + + 77 + + + 6.244999885559082 + 43 + + + + + + 548.469970703125 + + 109 + + 86 + + + 6.271999835968018 + 46 + + + + + + 554.6699829101562 + + 110 + + 79 + + + 6.199999809265137 + 42 + + + + + + 560.8300170898438 + + 110 + + 111 + + + 6.164000034332275 + 34 + + + + + + 566.8900146484375 + + 109 + + 99 + + + 6.059000015258789 + 39 + + + + + + 572.989990234375 + + 109 + + 97 + + + 6.103000164031982 + 42 + + + + + + 579.3400268554688 + + 109 + + 97 + + + 6.172999858856201 + 42 + + + + + + 585.47998046875 + + 108 + + 88 + + + 6.318999767303467 + 58 + + + + + + 591.719970703125 + + 107 + + 92 + + + 6.244999885559082 + 53 + + + + + + 598.0599975585938 + + 106 + + 138 + + + 6.336999893188477 + 39 + + + + + + 604.3499755859375 + + 106 + + 108 + + + 6.290999889373779 + 45 + + + + + + 610.3900146484375 + + 105 + + 86 + + + 6.041999816894531 + 43 + + + + + + 616.4099731445312 + + 105 + + 89 + + + 6.017000198364258 + 62 + + + + + + 622.260009765625 + + 104 + + 94 + + + 5.853000164031982 + 85 + + + + + + 627.9299926757812 + + 104 + + 80 + + + 5.666999816894531 + 93 + + + + + + 633.739990234375 + + 105 + + 72 + + + 5.804999828338623 + 73 + + + + + + 639.6599731445312 + + 105 + + 72 + + + 5.925000190734863 + 55 + + + + + + 645.510009765625 + + 105 + + 68 + + + 5.84499979019165 + 58 + + + + + + 651.3099975585938 + + 105 + + 96 + + + 5.804999828338623 + 56 + + + + + + 657.0700073242188 + + 106 + + 120 + + + 5.7270002365112305 + 67 + + + + + + 662.8599853515625 + + 105 + + 98 + + + 5.804999828338623 + 94 + + + + + + 668.5599975585938 + + 105 + + 75 + + + 5.703999996185303 + 115 + + + + + + 674.239990234375 + + 104 + + 125 + + + 5.689000129699707 + 87 + + + + + + 680.0800170898438 + + 104 + + 121 + + + 5.828999996185303 + 74 + + + + + + 685.9099731445312 + + 103 + + 92 + + + 5.84499979019165 + 77 + + + + + + 691.989990234375 + + 104 + + 76 + + + 6.077000141143799 + 73 + + + + + + 698.0700073242188 + + 104 + + 73 + + + 6.085000038146973 + 79 + + + + + + 704.260009765625 + + 104 + + 73 + + + 6.190999984741211 + 78 + + + + + + 710.3200073242188 + + 105 + + 70 + + + 6.059000015258789 + 70 + + + + + + 716.4600219726562 + + 106 + + 69 + + + 6.138000011444092 + 73 + + + + + + 722.5900268554688 + + 107 + + 69 + + + 6.129000186920166 + 82 + + + + + + 728.7100219726562 + + 107 + + 73 + + + 6.119999885559082 + 70 + + + + + + 734.8499755859375 + + 107 + + 69 + + + 6.138000011444092 + 65 + + + + + + 741.030029296875 + + 106 + + 71 + + + 6.182000160217285 + 63 + + + + + + 747.25 + + 106 + + 82 + + + 6.2179999351501465 + 78 + + + + + + 753.3599853515625 + + 106 + + 80 + + + 6.111000061035156 + 63 + + + + + + 759.5499877929688 + + 106 + + 81 + + + 6.190999984741211 + 51 + + + + + + 765.6300048828125 + + 106 + + 82 + + + 6.077000141143799 + 38 + + + + + + 771.6699829101562 + + 107 + + 88 + + + 6.041999816894531 + 54 + + + + + + 777.7100219726562 + + 107 + + 93 + + + 6.041999816894531 + 59 + + + + + + 783.72998046875 + + 108 + + 94 + + + 6.017000198364258 + 66 + + + + + + 789.719970703125 + + 109 + + 74 + + + 5.992000102996826 + 63 + + + + + + 795.6799926757812 + + 109 + + 73 + + + 5.958000183105469 + 70 + + + + + + 801.6699829101562 + + 109 + + 88 + + + 5.992000102996826 + 67 + + + + + + 807.5999755859375 + + 108 + + 107 + + + 5.934000015258789 + 56 + + + + + + 813.3400268554688 + + 107 + + 79 + + + 5.735000133514404 + 51 + + + + + + 819.0900268554688 + + 107 + + 68 + + + 5.75 + 71 + + + + + + 824.5700073242188 + + 107 + + 66 + + + 5.478000164031982 + 78 + + + + + + 830.0599975585938 + + 102 + + 62 + + + 5.492000102996826 + 100 + + + + + + 835.8599853515625 + + 102 + + 62 + + + 5.796999931335449 + 195 + + + + + + 841.8699951171875 + + 103 + + 64 + + + 6.017000198364258 + 187 + + + + + + 848.1300048828125 + + 103 + + 66 + + + 6.254000186920166 + 127 + + + + + + 854.3900146484375 + + 105 + + 67 + + + 6.263000011444092 + 79 + + + + + + 860.6300048828125 + + 106 + + 76 + + + 6.236000061035156 + 41 + + + + + + 866.9299926757812 + + 107 + + 112 + + + 6.300000190734863 + 33 + + + + + + 873.1900024414062 + + 107 + + 132 + + + 6.263000011444092 + 17 + + + + + + 879.52001953125 + + 107 + + 34 + + + 6.328000068664551 + 3 + + + + + + 885.8800048828125 + + 107 + + 0 + + + 6.366000175476074 + 0 + + + + + + 892.1699829101562 + + 106 + + 0 + + + 6.290999889373779 + 0 + + + + + + 898.5999755859375 + + 106 + + 0 + + + 6.422999858856201 + 4 + + + + + + 905.0599975585938 + + 105 + + 0 + + + 6.461999893188477 + 1 + + + + + + 911.3599853515625 + + 104 + + 0 + + + 6.300000190734863 + 0 + + + + + + 917.530029296875 + + 104 + + 0 + + + 6.172999858856201 + 4 + + + + + + 923.6900024414062 + + 104 + + 0 + + + 6.15500020980835 + 10 + + + + + + 929.8900146484375 + + 104 + + 0 + + + 6.199999809265137 + 23 + + + + + + 936.02001953125 + + 104 + + 63 + + + 6.138000011444092 + 36 + + + + + + 941.97998046875 + + 105 + + 84 + + + 5.958000183105469 + 35 + + + + + + 947.97998046875 + + 105 + + 86 + + + 6.0 + 39 + + + + + + 954.02001953125 + + 106 + + 78 + + + 6.041999816894531 + 39 + + + + + + 960.0700073242188 + + 105 + + 106 + + + 6.041999816894531 + 33 + + + + + + 966.0499877929688 + + 103 + + 162 + + + 5.982999801635742 + 41 + + + + + + 971.989990234375 + + 102 + + 120 + + + 5.941999912261963 + 69 + + + + + + 978.0599975585938 + + 100 + + 80 + + + 6.067999839782715 + 104 + + + + + + 984.1599731445312 + + 99 + + 69 + + + 6.103000164031982 + 79 + + + + + + 990.3099975585938 + + 98 + + 68 + + + 6.145999908447266 + 63 + + + + + + 996.4000244140625 + + 98 + + 77 + + + 6.093999862670898 + 55 + + + + + + 1002.52001953125 + + 98 + + 96 + + + 6.119999885559082 + 58 + + + + + + 1008.510009765625 + + 100 + + 96 + + + 5.982999801635742 + 71 + + + + + + 1014.5599975585938 + + 101 + + 82 + + + 6.051000118255615 + 74 + + + + + + 1020.5700073242188 + + 101 + + 89 + + + 6.017000198364258 + 67 + + + + + + 1026.4200439453125 + + 101 + + 79 + + + 5.84499979019165 + 80 + + + + + + 1032.030029296875 + + 101 + + 71 + + + 5.614999771118164 + 99 + + + + + + 1037.81005859375 + + 100 + + 79 + + + 5.77400016784668 + 86 + + + + + + 1043.8499755859375 + + 100 + + 95 + + + 6.041999816894531 + 64 + + + + + + 1049.949951171875 + + 100 + + 110 + + + 6.103000164031982 + 64 + + + + + + 1056.06005859375 + + 100 + + 96 + + + 6.111000061035156 + 67 + + + + + + 1062.0999755859375 + + 100 + + 92 + + + 6.033999919891357 + 58 + + + + + + 1068.3199462890625 + + 101 + + 88 + + + 6.2179999351501465 + 47 + + + + + + 1074.4000244140625 + + 102 + + 82 + + + 6.085000038146973 + 55 + + + + + + 1080.52001953125 + + 103 + + 86 + + + 6.119999885559082 + 64 + + + + + + 1086.6199951171875 + + 104 + + 99 + + + 6.103000164031982 + 42 + + + + + + 1092.81005859375 + + 105 + + 111 + + + 6.190999984741211 + 35 + + + + + + 1098.8699951171875 + + 106 + + 104 + + + 6.051000118255615 + 51 + + + + + + 1105.010009765625 + + 106 + + 91 + + + 6.145999908447266 + 55 + + + + + + 1111.1099853515625 + + 107 + + 81 + + + 6.103000164031982 + 63 + + + + + + 1117.030029296875 + + 107 + + 91 + + + 5.916999816894531 + 67 + + + + + + 1122.989990234375 + + 107 + + 124 + + + 5.958000183105469 + 67 + + + + + + 1128.989990234375 + + 107 + + 108 + + + 6.0 + 73 + + + + + + 1134.989990234375 + + 107 + + 78 + + + 6.0 + 81 + + + + + + 1141.1199951171875 + + 107 + + 81 + + + 6.129000186920166 + 79 + + + + + + 1147.2900390625 + + 107 + + 77 + + + 6.172999858856201 + 60 + + + + + + 1153.4100341796875 + + 106 + + 69 + + + 6.119999885559082 + 52 + + + + + + 1159.5 + + 106 + + 65 + + + 6.085000038146973 + 48 + + + + + + 1165.550048828125 + + 107 + + 64 + + + 6.051000118255615 + 52 + + + + + + 1171.510009765625 + + 107 + + 71 + + + 5.9670000076293945 + 78 + + + + + + 1177.489990234375 + + 107 + + 74 + + + 5.974999904632568 + 104 + + + + + + 1183.5400390625 + + 107 + + 69 + + + 6.051000118255615 + 95 + + + + + + 1189.6300048828125 + + 108 + + 67 + + + 6.093999862670898 + 78 + + + + + + 1195.77001953125 + + 108 + + 68 + + + 6.138000011444092 + 75 + + + + + + 1201.9200439453125 + + 108 + + 68 + + + 6.145999908447266 + 85 + + + + + + 1208.0999755859375 + + 108 + + 69 + + + 6.182000160217285 + 81 + + + + + + 1214.25 + + 108 + + 76 + + + 6.145999908447266 + 63 + + + + + + 1220.3199462890625 + + 108 + + 93 + + + 6.077000141143799 + 48 + + + + + + 1226.3699951171875 + + 108 + + 121 + + + 6.051000118255615 + 39 + + + + + + 1232.27001953125 + + 109 + + 114 + + + 5.876999855041504 + 59 + + + + + + 1238.1500244140625 + + 109 + + 79 + + + 5.901000022888184 + 87 + + + + + + 1244.0799560546875 + + 109 + + 69 + + + 5.925000190734863 + 107 + + + + + + 1250.0400390625 + + 109 + + 68 + + + 5.9670000076293945 + 122 + + + + + + 1256.1400146484375 + + 109 + + 67 + + + 6.093999862670898 + 142 + + + + + + 1262.260009765625 + + 109 + + 67 + + + 6.119999885559082 + 137 + + + + + + 1268.3800048828125 + + 108 + + 67 + + + 6.119999885559082 + 88 + + + + + + 1274.550048828125 + + 108 + + 73 + + + 6.172999858856201 + 32 + + + + + + 1281.02001953125 + + 108 + + 39 + + + 6.4710001945495605 + 4 + + + + + + 1287.72998046875 + + 107 + + 0 + + + 6.703999996185303 + 0 + + + + + + 1294.3800048828125 + + 107 + + 0 + + + 6.6519999504089355 + 0 + + + + + + 1300.989990234375 + + 107 + + 0 + + + 6.611000061035156 + 0 + + + + + + 1307.6700439453125 + + 107 + + 0 + + + 6.672999858856201 + 0 + + + + + + 1314.3399658203125 + + 106 + + 0 + + + 6.672999858856201 + 30 + + + + + + 1320.800048828125 + + 105 + + 43 + + + 6.461999893188477 + 51 + + + + + + 1327.25 + + 104 + + 88 + + + 6.452000141143799 + 40 + + + + + + 1333.5999755859375 + + 102 + + 94 + + + 6.3470001220703125 + 48 + + + + + + 1339.9100341796875 + + 101 + + 95 + + + 6.309000015258789 + 62 + + + + + + + 6.091000080108643 + 80 + 266 + 61 + 195 + + + + + 55.0 + 409.14 + 8.743000030517578 + 9 + + 116 + + + 123 + + Active + 136 + Manual + + + + 1339.9100341796875 + + 101 + + 95 + + + 6.309000015258789 + 62 + + + + + + 1346.199951171875 + + 101 + + 91 + + + 6.290999889373779 + 35 + + + + + + 1352.18994140625 + + 101 + + 45 + + + 5.992000102996826 + 2 + + + + + + 1357.9200439453125 + + 101 + + 0 + + + 5.7270002365112305 + 0 + + + + + + 1363.4599609375 + + 102 + + 0 + + + 5.541999816894531 + 129 + + + + + + 1369.68994140625 + + 102 + + 44 + + + 6.236000061035156 + 348 + + + + + + 1376.469970703125 + + 104 + + 78 + + + 6.7789998054504395 + 427 + + + + + + 1383.5899658203125 + + 106 + + 72 + + + 7.116000175476074 + 295 + + + + + + 1390.6700439453125 + + 108 + + 77 + + + 7.080999851226807 + 156 + + + + + + 1397.75 + + 110 + + 85 + + + 7.080999851226807 + 134 + + + + + + 1404.9300537109375 + + 111 + + 106 + + + 7.176000118255615 + 124 + + + + + + 1412.2099609375 + + 113 + + 100 + + + 7.285999774932861 + 131 + + + + + + 1419.3299560546875 + + 115 + + 81 + + + 7.116000175476074 + 130 + + + + + + 1426.219970703125 + + 116 + + 80 + + + 6.888000011444092 + 130 + + + + + + 1432.81005859375 + + 116 + + 81 + + + 6.591000080108643 + 150 + + + + + + 1439.219970703125 + + 117 + + 76 + + + 6.413000106811523 + 134 + + + + + + 1445.8599853515625 + + 117 + + 75 + + + 6.642000198364258 + 113 + + + + + + 1452.68994140625 + + 116 + + 76 + + + 6.822000026702881 + 99 + + + + + + 1459.75 + + 116 + + 78 + + + 7.068999767303467 + 104 + + + + + + 1466.8699951171875 + + 116 + + 76 + + + 7.116000175476074 + 114 + + + + + + 1474.219970703125 + + 115 + + 80 + + + 7.3480000495910645 + 153 + + + + + + 1481.5699462890625 + + 115 + + 88 + + + 7.3480000495910645 + 108 + + + + + + 1488.800048828125 + + 115 + + 77 + + + 7.236999988555908 + 1 + + + + + + 1496.1400146484375 + + 115 + + 0 + + + 7.335999965667725 + 19 + + + + + + 1503.5 + + 116 + + 22 + + + 7.361000061035156 + 95 + + + + + + 1511.0 + + 116 + + 83 + + + 7.502999782562256 + 144 + + + + + + 1518.6099853515625 + + 116 + + 73 + + + 7.609000205993652 + 120 + + + + + + 1526.1500244140625 + + 117 + + 113 + + + 7.541999816894531 + 30 + + + + + + 1533.5899658203125 + + 117 + + 136 + + + 7.438000202178955 + 29 + + + + + + 1541.1300048828125 + + 118 + + 19 + + + 7.541999816894531 + 139 + + + + + + 1548.6800537109375 + + 118 + + 79 + + + 7.541999816894531 + 205 + + + + + + 1556.47998046875 + + 119 + + 70 + + + 7.803999900817871 + 182 + + + + + + 1564.489990234375 + + 118 + + 72 + + + 8.008000373840332 + 147 + + + + + + 1572.3900146484375 + + 118 + + 76 + + + 7.9039998054504395 + 140 + + + + + + 1580.3299560546875 + + 118 + + 73 + + + 7.934000015258789 + 125 + + + + + + 1588.18994140625 + + 119 + + 72 + + + 7.861000061035156 + 138 + + + + + + 1596.030029296875 + + 119 + + 72 + + + 7.8460001945495605 + 121 + + + + + + 1603.8900146484375 + + 119 + + 72 + + + 7.861000061035156 + 113 + + + + + + 1611.75 + + 120 + + 71 + + + 7.861000061035156 + 132 + + + + + + 1619.530029296875 + + 120 + + 67 + + + 7.775000095367432 + 94 + + + + + + 1627.1700439453125 + + 120 + + 66 + + + 7.63700008392334 + 108 + + + + + + 1634.8499755859375 + + 120 + + 65 + + + 7.677999973297119 + 153 + + + + + + 1642.31005859375 + + 120 + + 67 + + + 7.464000225067139 + 212 + + + + + + 1650.030029296875 + + 120 + + 65 + + + 7.718999862670898 + 189 + + + + + + 1657.9599609375 + + 120 + + 65 + + + 7.934000015258789 + 161 + + + + + + 1666.1099853515625 + + 121 + + 67 + + + 8.145000457763672 + 177 + + + + + + 1674.3599853515625 + + 121 + + 69 + + + 8.255000114440918 + 193 + + + + + + 1682.81005859375 + + 121 + + 72 + + + 8.449999809265137 + 164 + + + + + + 1691.47998046875 + + 121 + + 72 + + + 8.67199993133545 + 158 + + + + + + 1700.22998046875 + + 122 + + 77 + + + 8.743000030517578 + 101 + + + + + + 1708.8800048828125 + + 122 + + 99 + + + 8.654999732971191 + 108 + + + + + + 1717.5400390625 + + 122 + + 103 + + + 8.654999732971191 + 97 + + + + + + 1726.050048828125 + + 122 + + 72 + + + 8.517000198364258 + 63 + + + + + + 1734.4200439453125 + + 122 + + 86 + + + 8.368000030517578 + 64 + + + + + + 1742.739990234375 + + 123 + + 94 + + + 8.319000244140625 + 74 + + + + + + 1751.0799560546875 + + 123 + + 87 + + + 8.335000038146973 + 96 + + + + + + + 7.445000171661378 + 72 + 66 + 129 + 427 + + + + + 148.0 + 1228.35 + 8.708000183105469 + 31 + + 126 + + + 129 + + Active + 104 + Manual + + + + 1751.0799560546875 + + 123 + + 87 + + + 8.335000038146973 + 96 + + + + + + 1759.3199462890625 + + 123 + + 94 + + + 8.23900032043457 + 112 + + + + + + 1767.510009765625 + + 123 + + 87 + + + 8.192000389099121 + 124 + + + + + + 1775.6700439453125 + + 123 + + 76 + + + 8.15999984741211 + 120 + + + + + + 1783.77001953125 + + 124 + + 71 + + + 8.098999977111816 + 145 + + + + + + 1791.8499755859375 + + 124 + + 69 + + + 8.083000183105469 + 146 + + + + + + 1799.9300537109375 + + 125 + + 70 + + + 8.083000183105469 + 115 + + + + + + 1808.050048828125 + + 125 + + 69 + + + 8.11400032043457 + 154 + + + + + + 1816.1500244140625 + + 125 + + 69 + + + 8.098999977111816 + 214 + + + + + + 1824.22998046875 + + 125 + + 70 + + + 8.083000183105469 + 167 + + + + + + 1832.3399658203125 + + 126 + + 77 + + + 8.11400032043457 + 165 + + + + + + 1840.5 + + 126 + + 69 + + + 8.15999984741211 + 160 + + + + + + 1848.760009765625 + + 127 + + 75 + + + 8.255000114440918 + 129 + + + + + + 1857.0899658203125 + + 127 + + 84 + + + 8.335000038146973 + 189 + + + + + + 1865.6800537109375 + + 127 + + 78 + + + 8.586000442504883 + 160 + + + + + + 1874.280029296875 + + 128 + + 76 + + + 8.602999687194824 + 105 + + + + + + 1882.800048828125 + + 128 + + 82 + + + 8.517000198364258 + 83 + + + + + + 1891.3800048828125 + + 128 + + 99 + + + 8.586000442504883 + 85 + + + + + + 1899.989990234375 + + 128 + + 77 + + + 8.602999687194824 + 78 + + + + + + 1908.4000244140625 + + 128 + + 77 + + + 8.416999816894531 + 70 + + + + + + 1916.7900390625 + + 128 + + 82 + + + 8.383999824523926 + 82 + + + + + + 1925.0 + + 127 + + 104 + + + 8.206999778747559 + 116 + + + + + + 1933.0699462890625 + + 128 + + 73 + + + 8.038000106811523 + 210 + + + + + + 1941.18994140625 + + 128 + + 80 + + + 8.128999710083008 + 140 + + + + + + 1949.1500244140625 + + 128 + + 78 + + + 7.947999954223633 + 110 + + + + + + 1957.18994140625 + + 128 + + 69 + + + 8.067999839782715 + 177 + + + + + + 1965.449951171875 + + 129 + + 70 + + + 8.270999908447266 + 117 + + + + + + 1973.6199951171875 + + 129 + + 70 + + + 8.175999641418457 + 108 + + + + + + 1981.9000244140625 + + 129 + + 88 + + + 8.270999908447266 + 123 + + + + + + 1990.1800537109375 + + 129 + + 95 + + + 8.286999702453613 + 157 + + + + + + 1998.489990234375 + + 129 + + 74 + + + 8.303000450134277 + 140 + + + + + + 2006.77001953125 + + 129 + + 74 + + + 8.286999702453613 + 115 + + + + + + 2015.0 + + 129 + + 87 + + + 8.222999572753906 + 89 + + + + + + 2023.199951171875 + + 128 + + 91 + + + 8.206999778747559 + 118 + + + + + + 2031.3900146484375 + + 128 + + 84 + + + 8.192000389099121 + 153 + + + + + + 2039.4200439453125 + + 128 + + 76 + + + 8.02299976348877 + 211 + + + + + + 2047.3399658203125 + + 128 + + 71 + + + 7.919000148773193 + 187 + + + + + + 2055.330078125 + + 127 + + 68 + + + 7.993000030517578 + 170 + + + + + + 2063.25 + + 127 + + 68 + + + 7.919000148773193 + 214 + + + + + + 2071.169921875 + + 127 + + 69 + + + 7.919000148773193 + 231 + + + + + + 2079.340087890625 + + 126 + + 68 + + + 8.175999641418457 + 147 + + + + + + 2087.64990234375 + + 126 + + 72 + + + 8.303000450134277 + 136 + + + + + + 2095.97998046875 + + 126 + + 75 + + + 8.335000038146973 + 146 + + + + + + 2104.330078125 + + 126 + + 82 + + + 8.35099983215332 + 108 + + + + + + 2112.56005859375 + + 126 + + 97 + + + 8.222999572753906 + 89 + + + + + + 2120.93994140625 + + 126 + + 101 + + + 8.383999824523926 + 101 + + + + + + 2129.260009765625 + + 127 + + 95 + + + 8.319000244140625 + 96 + + + + + + 2137.68994140625 + + 127 + + 81 + + + 8.432999610900879 + 99 + + + + + + 2146.110107421875 + + 127 + + 87 + + + 8.416999816894531 + 109 + + + + + + 2154.409912109375 + + 126 + + 85 + + + 8.303000450134277 + 131 + + + + + + 2162.7099609375 + + 126 + + 71 + + + 8.303000450134277 + 143 + + + + + + 2171.10009765625 + + 126 + + 70 + + + 8.383999824523926 + 151 + + + + + + 2179.530029296875 + + 126 + + 71 + + + 8.432999610900879 + 135 + + + + + + 2187.9599609375 + + 126 + + 73 + + + 8.432999610900879 + 117 + + + + + + 2196.219970703125 + + 127 + + 72 + + + 8.255000114440918 + 134 + + + + + + 2204.43994140625 + + 127 + + 71 + + + 8.222999572753906 + 125 + + + + + + 2212.679931640625 + + 127 + + 70 + + + 8.23900032043457 + 158 + + + + + + 2220.969970703125 + + 127 + + 70 + + + 8.286999702453613 + 175 + + + + + + 2229.2900390625 + + 128 + + 72 + + + 8.319000244140625 + 166 + + + + + + 2237.610107421875 + + 128 + + 79 + + + 8.319000244140625 + 175 + + + + + + 2245.719970703125 + + 128 + + 90 + + + 8.11400032043457 + 157 + + + + + + 2253.760009765625 + + 127 + + 94 + + + 8.038000106811523 + 139 + + + + + + 2261.830078125 + + 127 + + 79 + + + 8.067999839782715 + 138 + + + + + + 2270.10009765625 + + 126 + + 77 + + + 8.270999908447266 + 114 + + + + + + 2278.47998046875 + + 126 + + 72 + + + 8.383999824523926 + 135 + + + + + + 2286.8798828125 + + 126 + + 68 + + + 8.399999618530273 + 151 + + + + + + 2295.280029296875 + + 126 + + 73 + + + 8.399999618530273 + 143 + + + + + + 2303.6201171875 + + 126 + + 71 + + + 8.335000038146973 + 123 + + + + + + 2312.030029296875 + + 125 + + 71 + + + 8.416999816894531 + 117 + + + + + + 2320.580078125 + + 126 + + 77 + + + 8.550999641418457 + 135 + + + + + + 2329.10009765625 + + 126 + + 72 + + + 8.517000198364258 + 156 + + + + + + 2337.7900390625 + + 126 + + 72 + + + 8.6899995803833 + 132 + + + + + + 2346.5 + + 126 + + 78 + + + 8.708000183105469 + 100 + + + + + + 2355.090087890625 + + 126 + + 91 + + + 8.586000442504883 + 119 + + + + + + 2363.639892578125 + + 127 + + 94 + + + 8.550999641418457 + 98 + + + + + + 2372.18994140625 + + 127 + + 78 + + + 8.550999641418457 + 110 + + + + + + 2380.77001953125 + + 127 + + 72 + + + 8.586000442504883 + 78 + + + + + + 2389.2099609375 + + 126 + + 77 + + + 8.432999610900879 + 91 + + + + + + 2397.68994140625 + + 126 + + 75 + + + 8.482999801635742 + 83 + + + + + + 2406.110107421875 + + 126 + + 79 + + + 8.416999816894531 + 100 + + + + + + 2414.510009765625 + + 126 + + 78 + + + 8.399999618530273 + 114 + + + + + + 2422.889892578125 + + 126 + + 72 + + + 8.383999824523926 + 108 + + + + + + 2431.2900390625 + + 126 + + 71 + + + 8.399999618530273 + 119 + + + + + + 2439.719970703125 + + 125 + + 91 + + + 8.432999610900879 + 111 + + + + + + 2447.97998046875 + + 125 + + 91 + + + 8.255000114440918 + 157 + + + + + + 2456.18994140625 + + 124 + + 68 + + + 7.9629998207092285 + 132 + + + + + + 2464.14990234375 + + 124 + + 68 + + + 7.9629998207092285 + 132 + + + + + + 2472.199951171875 + + 124 + + 75 + + + 8.053000450134277 + 117 + + + + + + 2480.320068359375 + + 124 + + 82 + + + 8.11400032043457 + 137 + + + + + + 2488.489990234375 + + 124 + + 73 + + + 8.175999641418457 + 116 + + + + + + 2496.590087890625 + + 124 + + 70 + + + 8.098999977111816 + 167 + + + + + + 2504.719970703125 + + 124 + + 70 + + + 8.128999710083008 + 234 + + + + + + 2512.860107421875 + + 124 + + 71 + + + 8.145000457763672 + 193 + + + + + + 2520.989990234375 + + 124 + + 68 + + + 8.128999710083008 + 185 + + + + + + 2529.280029296875 + + 124 + + 68 + + + 8.286999702453613 + 115 + + + + + + 2537.72998046875 + + 125 + + 72 + + + 8.449999809265137 + 82 + + + + + + 2546.25 + + 125 + + 99 + + + 8.517000198364258 + 69 + + + + + + 2554.679931640625 + + 125 + + 99 + + + 8.432999610900879 + 74 + + + + + + 2563.030029296875 + + 125 + + 77 + + + 8.35099983215332 + 93 + + + + + + 2571.300048828125 + + 125 + + 76 + + + 8.270999908447266 + 117 + + + + + + 2579.4599609375 + + 125 + + 85 + + + 8.15999984741211 + 155 + + + + + + 2587.68994140625 + + 125 + + 78 + + + 8.222999572753906 + 106 + + + + + + 2595.889892578125 + + 124 + + 75 + + + 8.206999778747559 + 133 + + + + + + 2604.10009765625 + + 124 + + 87 + + + 8.206999778747559 + 156 + + + + + + 2612.260009765625 + + 125 + + 92 + + + 8.15999984741211 + 133 + + + + + + 2620.360107421875 + + 125 + + 77 + + + 8.098999977111816 + 154 + + + + + + 2628.489990234375 + + 125 + + 75 + + + 8.128999710083008 + 168 + + + + + + 2636.64990234375 + + 124 + + 70 + + + 8.15999984741211 + 177 + + + + + + 2644.780029296875 + + 124 + + 70 + + + 8.128999710083008 + 214 + + + + + + 2652.909912109375 + + 125 + + 68 + + + 8.128999710083008 + 212 + + + + + + 2661.050048828125 + + 125 + + 70 + + + 8.145000457763672 + 151 + + + + + + 2669.22998046875 + + 125 + + 67 + + + 8.175999641418457 + 147 + + + + + + 2677.659912109375 + + 125 + + 70 + + + 8.432999610900879 + 137 + + + + + + 2686.1298828125 + + 125 + + 69 + + + 8.467000007629395 + 158 + + + + + + 2694.6298828125 + + 125 + + 71 + + + 8.5 + 175 + + + + + + 2703.22998046875 + + 125 + + 72 + + + 8.602999687194824 + 149 + + + + + + 2711.60009765625 + + 125 + + 71 + + + 8.368000030517578 + 117 + + + + + + 2720.1298828125 + + 126 + + 80 + + + 8.534000396728516 + 92 + + + + + + 2728.7900390625 + + 126 + + 82 + + + 8.654999732971191 + 96 + + + + + + 2737.3701171875 + + 126 + + 76 + + + 8.586000442504883 + 85 + + + + + + 2745.8701171875 + + 126 + + 77 + + + 8.5 + 102 + + + + + + 2754.27001953125 + + 126 + + 75 + + + 8.399999618530273 + 108 + + + + + + 2762.659912109375 + + 126 + + 76 + + + 8.383999824523926 + 103 + + + + + + 2770.93994140625 + + 126 + + 72 + + + 8.286999702453613 + 96 + + + + + + 2779.360107421875 + + 126 + + 68 + + + 8.416999816894531 + 89 + + + + + + 2787.830078125 + + 126 + + 69 + + + 8.467000007629395 + 112 + + + + + + 2796.47998046875 + + 125 + + 72 + + + 8.654999732971191 + 135 + + + + + + 2805.090087890625 + + 125 + + 72 + + + 8.602999687194824 + 109 + + + + + + 2813.68994140625 + + 124 + + 75 + + + 8.602999687194824 + 76 + + + + + + 2822.139892578125 + + 124 + + 76 + + + 8.449999809265137 + 77 + + + + + + 2830.590087890625 + + 125 + + 75 + + + 8.449999809265137 + 64 + + + + + + 2838.989990234375 + + 125 + + 87 + + + 8.399999618530273 + 83 + + + + + + 2847.280029296875 + + 125 + + 103 + + + 8.286999702453613 + 106 + + + + + + 2855.360107421875 + + 125 + + 87 + + + 8.083000183105469 + 149 + + + + + + 2863.35009765625 + + 124 + + 72 + + + 7.993000030517578 + 207 + + + + + + 2871.27001953125 + + 124 + + 75 + + + 7.919000148773193 + 200 + + + + + + 2879.260009765625 + + 124 + + 83 + + + 7.993000030517578 + 208 + + + + + + 2887.360107421875 + + 124 + + 77 + + + 8.098999977111816 + 216 + + + + + + 2895.419921875 + + 124 + + 69 + + + 8.053000450134277 + 171 + + + + + + 2903.47998046875 + + 124 + + 68 + + + 8.067999839782715 + 133 + + + + + + 2911.68994140625 + + 124 + + 68 + + + 8.206999778747559 + 118 + + + + + + 2919.949951171875 + + 125 + + 69 + + + 8.255000114440918 + 95 + + + + + + 2928.27001953125 + + 125 + + 67 + + + 8.286999702453613 + 144 + + + + + + 2936.52001953125 + + 125 + + 70 + + + 8.286999702453613 + 181 + + + + + + 2945.0400390625 + + 125 + + 72 + + + 8.517000198364258 + 126 + + + + + + 2953.72998046875 + + 125 + + 74 + + + 8.6899995803833 + 148 + + + + + + 2962.39990234375 + + 125 + + 76 + + + 8.67199993133545 + 151 + + + + + + 2971.090087890625 + + 125 + + 74 + + + 8.6899995803833 + 136 + + + + + + 2979.7099609375 + + 125 + + 74 + + + 8.619999885559082 + 118 + + + + + + + 8.317000389099121 + 77 + 190 + 134 + 234 + + + + + 116.0 + 808.86 + 10.347999572753906 + 20 + + 122 + + + 156 + + Active + 151 + Manual + + + + 2979.7099609375 + + 125 + + 74 + + + 8.619999885559082 + 118 + + + + + + 2988.260009765625 + + 125 + + 75 + + + 8.550999641418457 + 101 + + + + + + 2996.7099609375 + + 125 + + 74 + + + 8.449999809265137 + 50 + + + + + + 3004.919921875 + + 125 + + 151 + + + 8.206999778747559 + 8 + + + + + + 3012.719970703125 + + 125 + + 44 + + + 7.803999900817871 + 0 + + + + + + 3020.169921875 + + 125 + + 0 + + + 7.451000213623047 + 0 + + + + + + 3027.360107421875 + + 125 + + 0 + + + 7.188000202178955 + 0 + + + + + + 3034.3798828125 + + 124 + + 0 + + + 7.0229997634887695 + 0 + + + + + + 3041.27001953125 + + 124 + + 0 + + + 6.888000011444092 + 0 + + + + + + 3047.75 + + 123 + + 0 + + + 6.480999946594238 + 0 + + + + + + 3054.050048828125 + + 122 + + 0 + + + 6.300000190734863 + 0 + + + + + + 3060.030029296875 + + 122 + + 0 + + + 5.974999904632568 + 0 + + + + + + 3066.030029296875 + + 121 + + 0 + + + 6.0 + 0 + + + + + + 3071.6298828125 + + 120 + + 0 + + + 5.599999904632568 + 0 + + + + + + 3076.8798828125 + + 120 + + 0 + + + 5.25600004196167 + 0 + + + + + + 3082.3798828125 + + 120 + + 0 + + + 5.499000072479248 + 1 + + + + + + 3088.10009765625 + + 120 + + 0 + + + 5.71999979019165 + 0 + + + + + + 3094.179931640625 + + 119 + + 0 + + + 6.077000141143799 + 0 + + + + + + 3100.219970703125 + + 119 + + 0 + + + 6.041999816894531 + 0 + + + + + + 3106.159912109375 + + 116 + + 0 + + + 5.941999912261963 + 0 + + + + + + 3112.010009765625 + + 115 + + 0 + + + 5.84499979019165 + 0 + + + + + + 3117.760009765625 + + 115 + + 0 + + + 5.75 + 0 + + + + + + 3123.39990234375 + + 115 + + 0 + + + 5.644000053405762 + 0 + + + + + + 3128.93994140625 + + 110 + + 0 + + + 5.534999847412109 + 0 + + + + + + 3134.340087890625 + + 108 + + 0 + + + 5.4019999504089355 + 0 + + + + + + 3139.739990234375 + + 106 + + 0 + + + 5.4019999504089355 + 0 + + + + + + 3144.8701171875 + + 106 + + 0 + + + 5.13100004196167 + 0 + + + + + + 3149.860107421875 + + 106 + + 0 + + + 4.97599983215332 + 0 + + + + + + 3154.610107421875 + + 106 + + 0 + + + 4.760000228881836 + 0 + + + + + + 3159.219970703125 + + 106 + + 0 + + + 4.616000175476074 + 0 + + + + + + 3163.72998046875 + + 105 + + 0 + + + 4.508999824523926 + 0 + + + + + + 3168.14990234375 + + 104 + + 0 + + + 4.4120001792907715 + 0 + + + + + + 3172.52001953125 + + 102 + + 0 + + + 4.375999927520752 + 0 + + + + + + 3176.8798828125 + + 102 + + 0 + + + 4.361999988555908 + 0 + + + + + + 3181.110107421875 + + 101 + + 0 + + + 4.224999904632568 + 0 + + + + + + 3185.169921875 + + 101 + + 0 + + + 4.060999870300293 + 0 + + + + + + 3189.110107421875 + + 101 + + 0 + + + 3.944999933242798 + 0 + + + + + + 3193.02001953125 + + 101 + + 0 + + + 3.9089999198913574 + 0 + + + + + + 3196.929931640625 + + 101 + + 0 + + + 3.9019999504089355 + 0 + + + + + + 3200.72998046875 + + 101 + + 0 + + + 3.808000087738037 + 0 + + + + + + 3204.409912109375 + + 101 + + 0 + + + 3.677000045776367 + 0 + + + + + + 3207.989990234375 + + 101 + + 0 + + + 3.5759999752044678 + 0 + + + + + + 3211.330078125 + + 102 + + 0 + + + 3.3410000801086426 + 0 + + + + + + 3214.75 + + 102 + + 0 + + + 3.4189999103546143 + 23 + + + + + + 3218.43994140625 + + 102 + + 42 + + + 3.690000057220459 + 24 + + + + + + 3221.9599609375 + + 103 + + 42 + + + 3.5260000228881836 + 0 + + + + + + 3225.550048828125 + + 103 + + 0 + + + 3.5910000801086426 + 0 + + + + + + 3229.14990234375 + + 103 + + 0 + + + 3.5940001010894775 + 0 + + + + + + 3232.7099609375 + + 103 + + 0 + + + 3.563999891281128 + 0 + + + + + + 3236.239990234375 + + 103 + + 0 + + + 3.5320000648498535 + 0 + + + + + + 3239.760009765625 + + 103 + + 0 + + + 3.5139999389648438 + 0 + + + + + + 3243.300048828125 + + 98 + + 0 + + + 3.5399999618530273 + 0 + + + + + + 3246.610107421875 + + 98 + + 0 + + + 3.312999963760376 + 0 + + + + + + 3249.81005859375 + + 98 + + 0 + + + 3.2019999027252197 + 0 + + + + + + 3253.0400390625 + + 98 + + 0 + + + 3.2260000705718994 + 31 + + + + + + 3255.929931640625 + + 99 + + 0 + + + 2.8940000534057617 + 114 + + + + + + 3258.949951171875 + + 99 + + 25 + + + 3.0169999599456787 + 152 + + + + + + 3262.929931640625 + + 98 + + 46 + + + 3.9779999256134033 + 175 + + + + + + 3268.280029296875 + + 98 + + 40 + + + 5.3480000495910645 + 236 + + + + + + 3274.10009765625 + + 98 + + 42 + + + 5.828999996185303 + 334 + + + + + + 3280.5400390625 + + 100 + + 45 + + + 6.433000087738037 + 403 + + + + + + 3286.97998046875 + + 102 + + 47 + + + 6.441999912261963 + 387 + + + + + + 3292.429931640625 + + 104 + + 51 + + + 5.449999809265137 + 355 + + + + + + 3297.550048828125 + + 105 + + 50 + + + 5.081999778747559 + 301 + + + + + + 3302.64990234375 + + 107 + + 45 + + + 5.13700008392334 + 306 + + + + + + 3308.409912109375 + + 109 + + 49 + + + 5.765999794006348 + 323 + + + + + + 3314.6298828125 + + 111 + + 57 + + + 6.2179999351501465 + 323 + + + + + + 3321.1298828125 + + 113 + + 57 + + + 6.500999927520752 + 318 + + + + + + 3328.110107421875 + + 115 + + 55 + + + 6.966000080108643 + 266 + + + + + + 3335.550048828125 + + 117 + + 65 + + + 7.451000213623047 + 243 + + + + + + 3343.760009765625 + + 118 + + 97 + + + 8.206999778747559 + 207 + + + + + + 3352.47998046875 + + 120 + + 90 + + + 8.725000381469727 + 180 + + + + + + 3361.56005859375 + + 121 + + 80 + + + 9.07699966430664 + 194 + + + + + + 3370.64990234375 + + 122 + + 87 + + + 9.095999717712402 + 215 + + + + + + 3379.8701171875 + + 123 + + 72 + + + 9.213000297546387 + 211 + + + + + + 3388.9599609375 + + 124 + + 73 + + + 9.095999717712402 + 302 + + + + + + 3398.260009765625 + + 125 + + 75 + + + 9.293000221252441 + 318 + + + + + + 3407.669921875 + + 126 + + 75 + + + 9.416000366210938 + 339 + + + + + + 3417.1298828125 + + 127 + + 75 + + + 9.456999778747559 + 300 + + + + + + 3426.5400390625 + + 129 + + 75 + + + 9.416000366210938 + 263 + + + + + + 3435.89990234375 + + 129 + + 77 + + + 9.354000091552734 + 219 + + + + + + 3445.27001953125 + + 130 + + 79 + + + 9.375 + 223 + + + + + + 3454.610107421875 + + 131 + + 78 + + + 9.333999633789062 + 212 + + + + + + 3463.919921875 + + 133 + + 77 + + + 9.312999725341797 + 234 + + + + + + 3473.169921875 + + 134 + + 75 + + + 9.253000259399414 + 267 + + + + + + 3482.3701171875 + + 135 + + 75 + + + 9.194000244140625 + 263 + + + + + + 3491.85009765625 + + 136 + + 74 + + + 9.477999687194824 + 271 + + + + + + 3501.719970703125 + + 138 + + 74 + + + 9.871000289916992 + 259 + + + + + + 3511.429931640625 + + 139 + + 75 + + + 9.71500015258789 + 315 + + + + + + 3521.080078125 + + 141 + + 76 + + + 9.64900016784668 + 299 + + + + + + 3530.909912109375 + + 142 + + 79 + + + 9.826000213623047 + 300 + + + + + + 3540.919921875 + + 143 + + 79 + + + 10.010000228881836 + 257 + + + + + + 3551.0 + + 145 + + 78 + + + 10.079999923706055 + 224 + + + + + + 3561.1201171875 + + 146 + + 79 + + + 10.128000259399414 + 207 + + + + + + 3571.280029296875 + + 148 + + 81 + + + 10.152000427246094 + 201 + + + + + + 3581.360107421875 + + 149 + + 81 + + + 10.079999923706055 + 182 + + + + + + 3591.43994140625 + + 151 + + 82 + + + 10.079999923706055 + 155 + + + + + + 3601.469970703125 + + 152 + + 88 + + + 10.032999992370605 + 146 + + + + + + 3611.530029296875 + + 153 + + 103 + + + 10.057000160217285 + 190 + + + + + + 3621.610107421875 + + 154 + + 85 + + + 10.079999923706055 + 166 + + + + + + 3631.659912109375 + + 154 + + 83 + + + 10.057000160217285 + 161 + + + + + + 3641.7900390625 + + 155 + + 86 + + + 10.128000259399414 + 181 + + + + + + 3652.139892578125 + + 155 + + 90 + + + 10.347999572753906 + 190 + + + + + + 3662.27001953125 + + 155 + + 80 + + + 10.128000259399414 + 157 + + + + + + 3672.3701171875 + + 156 + + 78 + + + 10.104000091552734 + 151 + + + + + + 3682.239990234375 + + 156 + + 83 + + + 9.871000289916992 + 129 + + + + + + 3691.97998046875 + + 156 + + 84 + + + 9.737000465393066 + 144 + + + + + + 3701.85009765625 + + 156 + + 83 + + + 9.871000289916992 + 196 + + + + + + 3711.739990234375 + + 155 + + 82 + + + 9.894000053405762 + 210 + + + + + + 3721.449951171875 + + 155 + + 78 + + + 9.670999526977539 + 254 + + + + + + 3731.1298828125 + + 155 + + 81 + + + 9.71500015258789 + 224 + + + + + + 3740.85009765625 + + 155 + + 85 + + + 9.71500015258789 + 188 + + + + + + 3750.56005859375 + + 155 + + 78 + + + 9.71500015258789 + 196 + + + + + + 3760.320068359375 + + 155 + + 81 + + + 9.758999824523926 + 234 + + + + + + 3770.169921875 + + 155 + + 79 + + + 9.848999977111816 + 232 + + + + + + 3779.949951171875 + + 155 + + 75 + + + 9.781000137329102 + 203 + + + + + + 3789.7099609375 + + 155 + + 83 + + + 9.758999824523926 + 205 + + + + + + + 6.945000171661377 + 42 + 81 + 127 + 403 + + + + + 167.0 + 1643.13 + 10.347999572753906 + 48 + + 152 + + + 157 + + Active + 115 + Manual + + + + 3789.7099609375 + + 155 + + 83 + + + 9.758999824523926 + 205 + + + + + + 3799.340087890625 + + 154 + + 91 + + + 9.626999855041504 + 197 + + + + + + 3809.030029296875 + + 154 + + 83 + + + 9.692999839782715 + 216 + + + + + + 3818.7900390625 + + 154 + + 76 + + + 9.758999824523926 + 254 + + + + + + 3828.5 + + 154 + + 78 + + + 9.71500015258789 + 262 + + + + + + 3838.239990234375 + + 154 + + 78 + + + 9.737000465393066 + 242 + + + + + + 3848.0 + + 154 + + 78 + + + 9.758999824523926 + 247 + + + + + + 3857.739990234375 + + 154 + + 78 + + + 9.737000465393066 + 229 + + + + + + 3867.3798828125 + + 154 + + 83 + + + 9.64900016784668 + 197 + + + + + + 3876.989990234375 + + 154 + + 87 + + + 9.605999946594238 + 241 + + + + + + 3886.510009765625 + + 155 + + 79 + + + 9.520000457763672 + 229 + + + + + + 3895.989990234375 + + 155 + + 79 + + + 9.477999687194824 + 231 + + + + + + 3905.530029296875 + + 155 + + 78 + + + 9.541999816894531 + 244 + + + + + + 3915.070068359375 + + 155 + + 78 + + + 9.541999816894531 + 207 + + + + + + 3924.550048828125 + + 156 + + 77 + + + 9.477999687194824 + 258 + + + + + + 3933.989990234375 + + 156 + + 82 + + + 9.437000274658203 + 207 + + + + + + 3943.530029296875 + + 156 + + 82 + + + 9.541999816894531 + 210 + + + + + + 3953.070068359375 + + 156 + + 78 + + + 9.541999816894531 + 215 + + + + + + 3962.989990234375 + + 156 + + 78 + + + 9.916999816894531 + 232 + + + + + + 3972.909912109375 + + 156 + + 78 + + + 9.916999816894531 + 296 + + + + + + 3982.9599609375 + + 157 + + 78 + + + 10.057000160217285 + 220 + + + + + + 3993.0400390625 + + 157 + + 79 + + + 10.079999923706055 + 201 + + + + + + 4003.219970703125 + + 156 + + 78 + + + 10.175999641418457 + 212 + + + + + + 4013.43994140625 + + 156 + + 79 + + + 10.225000381469727 + 183 + + + + + + 4023.77001953125 + + 157 + + 83 + + + 10.322999954223633 + 112 + + + + + + 4033.989990234375 + + 157 + + 85 + + + 10.225000381469727 + 111 + + + + + + 4044.22998046875 + + 157 + + 80 + + + 10.199999809265137 + 124 + + + + + + 4054.340087890625 + + 157 + + 70 + + + 10.152000427246094 + 143 + + + + + + 4064.52001953125 + + 157 + + 84 + + + 10.175999641418457 + 142 + + + + + + 4074.64990234375 + + 157 + + 84 + + + 10.128000259399414 + 163 + + + + + + 4084.75 + + 157 + + 84 + + + 10.104000091552734 + 192 + + + + + + 4094.739990234375 + + 157 + + 81 + + + 9.986000061035156 + 234 + + + + + + 4104.64990234375 + + 157 + + 81 + + + 9.916999816894531 + 209 + + + + + + 4114.56982421875 + + 157 + + 81 + + + 9.916999816894531 + 205 + + + + + + 4124.75 + + 156 + + 79 + + + 10.175999641418457 + 198 + + + + + + 4135.02001953125 + + 157 + + 86 + + + 10.27400016784668 + 212 + + + + + + 4145.0498046875 + + 157 + + 88 + + + 10.032999992370605 + 210 + + + + + + 4155.06005859375 + + 156 + + 80 + + + 10.010000228881836 + 193 + + + + + + 4165.240234375 + + 156 + + 79 + + + 10.175999641418457 + 212 + + + + + + 4175.58984375 + + 156 + + 89 + + + 10.347999572753906 + 176 + + + + + + 4185.72021484375 + + 156 + + 115 + + + 10.128000259399414 + 111 + + + + + + 4195.68017578125 + + 156 + + 91 + + + 9.963000297546387 + 142 + + + + + + 4205.56982421875 + + 156 + + 89 + + + 9.894000053405762 + 180 + + + + + + 4215.3798828125 + + 156 + + 79 + + + 9.803999900817871 + 186 + + + + + + 4225.18017578125 + + 155 + + 72 + + + 9.803999900817871 + 206 + + + + + + 4234.89990234375 + + 156 + + 80 + + + 9.71500015258789 + 240 + + + + + + 4244.5498046875 + + 155 + + 79 + + + 9.64900016784668 + 205 + + + + + + 4254.14990234375 + + 155 + + 78 + + + 9.605999946594238 + 196 + + + + + + 4263.740234375 + + 156 + + 79 + + + 9.583999633789062 + 224 + + + + + + 4273.33984375 + + 155 + + 77 + + + 9.605999946594238 + 192 + + + + + + 4282.72021484375 + + 155 + + 77 + + + 9.375 + 210 + + + + + + 4292.1298828125 + + 155 + + 77 + + + 9.416000366210938 + 222 + + + + + + 4301.490234375 + + 155 + + 77 + + + 9.354000091552734 + 220 + + + + + + 4310.85986328125 + + 155 + + 75 + + + 9.375 + 248 + + + + + + 4320.259765625 + + 154 + + 75 + + + 9.395000457763672 + 286 + + + + + + 4329.97021484375 + + 154 + + 75 + + + 9.71500015258789 + 280 + + + + + + 4339.93017578125 + + 154 + + 77 + + + 9.963000297546387 + 212 + + + + + + 4349.830078125 + + 154 + + 82 + + + 9.894000053405762 + 241 + + + + + + 4359.72021484375 + + 154 + + 95 + + + 9.894000053405762 + 254 + + + + + + 4369.43017578125 + + 154 + + 94 + + + 9.670999526977539 + 198 + + + + + + 4379.08984375 + + 154 + + 82 + + + 9.692999839782715 + 207 + + + + + + 4388.93994140625 + + 154 + + 78 + + + 9.848999977111816 + 193 + + + + + + 4398.8798828125 + + 154 + + 79 + + + 9.9399995803833 + 195 + + + + + + 4408.89013671875 + + 154 + + 80 + + + 10.010000228881836 + 220 + + + + + + 4418.830078125 + + 154 + + 81 + + + 9.9399995803833 + 202 + + + + + + 4428.91015625 + + 154 + + 83 + + + 10.079999923706055 + 164 + + + + + + 4439.02978515625 + + 154 + + 95 + + + 10.128000259399414 + 116 + + + + + + 4449.06982421875 + + 153 + + 92 + + + 10.032999992370605 + 142 + + + + + + 4459.0498046875 + + 153 + + 76 + + + 9.986000061035156 + 152 + + + + + + 4469.0400390625 + + 153 + + 95 + + + 9.986000061035156 + 105 + + + + + + 4478.89013671875 + + 153 + + 106 + + + 9.848999977111816 + 164 + + + + + + 4488.85009765625 + + 153 + + 83 + + + 9.963000297546387 + 195 + + + + + + 4498.7001953125 + + 153 + + 78 + + + 9.848999977111816 + 153 + + + + + + 4508.39013671875 + + 153 + + 78 + + + 9.692999839782715 + 145 + + + + + + 4518.06005859375 + + 152 + + 78 + + + 9.670999526977539 + 220 + + + + + + 4527.60986328125 + + 151 + + 78 + + + 9.541999816894531 + 165 + + + + + + 4537.18994140625 + + 151 + + 75 + + + 9.583999633789062 + 202 + + + + + + 4546.83984375 + + 150 + + 75 + + + 9.64900016784668 + 212 + + + + + + 4556.52978515625 + + 150 + + 81 + + + 9.692999839782715 + 227 + + + + + + 4566.2900390625 + + 149 + + 76 + + + 9.758999824523926 + 238 + + + + + + 4576.18017578125 + + 149 + + 99 + + + 9.894000053405762 + 184 + + + + + + 4586.22021484375 + + 149 + + 93 + + + 10.032999992370605 + 176 + + + + + + 4596.25 + + 149 + + 81 + + + 10.032999992370605 + 207 + + + + + + 4606.169921875 + + 150 + + 80 + + + 9.916999816894531 + 222 + + + + + + 4616.02001953125 + + 150 + + 81 + + + 9.848999977111816 + 200 + + + + + + 4625.72998046875 + + 149 + + 81 + + + 9.71500015258789 + 213 + + + + + + 4635.490234375 + + 149 + + 77 + + + 9.758999824523926 + 238 + + + + + + 4645.18017578125 + + 149 + + 78 + + + 9.692999839782715 + 207 + + + + + + 4654.7900390625 + + 148 + + 78 + + + 9.605999946594238 + 211 + + + + + + 4664.39990234375 + + 148 + + 78 + + + 9.605999946594238 + 188 + + + + + + 4673.97998046875 + + 148 + + 78 + + + 9.583999633789062 + 234 + + + + + + 4683.56005859375 + + 148 + + 77 + + + 9.583999633789062 + 240 + + + + + + 4693.14990234375 + + 149 + + 78 + + + 9.562999725341797 + 246 + + + + + + 4702.580078125 + + 149 + + 76 + + + 9.456999778747559 + 263 + + + + + + 4711.85986328125 + + 149 + + 75 + + + 9.27299976348877 + 238 + + + + + + 4721.14990234375 + + 149 + + 78 + + + 9.293000221252441 + 258 + + + + + + 4730.669921875 + + 150 + + 77 + + + 9.520000457763672 + 223 + + + + + + 4740.27978515625 + + 149 + + 76 + + + 9.605999946594238 + 241 + + + + + + 4749.64990234375 + + 150 + + 76 + + + 9.375 + 229 + + + + + + 4758.919921875 + + 150 + + 76 + + + 9.27299976348877 + 211 + + + + + + 4768.33984375 + + 149 + + 75 + + + 9.416000366210938 + 220 + + + + + + 4777.9501953125 + + 150 + + 81 + + + 9.605999946594238 + 205 + + + + + + 4787.81982421875 + + 149 + + 84 + + + 9.871000289916992 + 231 + + + + + + 4797.77978515625 + + 150 + + 79 + + + 9.963000297546387 + 155 + + + + + + 4807.740234375 + + 150 + + 81 + + + 9.963000297546387 + 145 + + + + + + 4817.77978515625 + + 150 + + 81 + + + 10.032999992370605 + 167 + + + + + + 4827.89990234375 + + 150 + + 85 + + + 10.128000259399414 + 158 + + + + + + 4838.02978515625 + + 150 + + 85 + + + 10.128000259399414 + 154 + + + + + + 4848.2099609375 + + 150 + + 81 + + + 10.175999641418457 + 141 + + + + + + 4858.31005859375 + + 150 + + 82 + + + 10.104000091552734 + 140 + + + + + + 4868.39013671875 + + 150 + + 92 + + + 10.079999923706055 + 164 + + + + + + 4878.5498046875 + + 150 + + 91 + + + 10.152000427246094 + 189 + + + + + + 4888.60009765625 + + 149 + + 82 + + + 10.057000160217285 + 167 + + + + + + 4898.72998046875 + + 149 + + 82 + + + 10.128000259399414 + 171 + + + + + + 4908.7900390625 + + 149 + + 81 + + + 10.057000160217285 + 191 + + + + + + 4918.72998046875 + + 149 + + 80 + + + 9.9399995803833 + 193 + + + + + + 4928.6201171875 + + 149 + + 79 + + + 9.894000053405762 + 216 + + + + + + 4938.60986328125 + + 149 + + 80 + + + 9.986000061035156 + 193 + + + + + + 4948.72998046875 + + 149 + + 81 + + + 10.128000259399414 + 168 + + + + + + 4958.83984375 + + 149 + + 84 + + + 10.104000091552734 + 182 + + + + + + 4968.89013671875 + + 149 + + 83 + + + 10.057000160217285 + 218 + + + + + + 4978.97021484375 + + 149 + + 100 + + + 10.079999923706055 + 192 + + + + + + 4989.1298828125 + + 149 + + 114 + + + 10.152000427246094 + 160 + + + + + + 4999.27978515625 + + 149 + + 92 + + + 10.152000427246094 + 162 + + + + + + 5009.259765625 + + 149 + + 84 + + + 9.986000061035156 + 252 + + + + + + 5019.2001953125 + + 149 + + 79 + + + 9.9399995803833 + 200 + + + + + + 5029.0498046875 + + 150 + + 79 + + + 9.848999977111816 + 201 + + + + + + 5038.89990234375 + + 150 + + 80 + + + 9.848999977111816 + 267 + + + + + + 5048.7998046875 + + 150 + + 81 + + + 9.894000053405762 + 248 + + + + + + 5058.669921875 + + 150 + + 80 + + + 9.871000289916992 + 239 + + + + + + 5068.580078125 + + 150 + + 81 + + + 9.916999816894531 + 262 + + + + + + 5078.4599609375 + + 150 + + 79 + + + 9.871000289916992 + 240 + + + + + + 5088.39990234375 + + 150 + + 78 + + + 9.9399995803833 + 211 + + + + + + 5098.240234375 + + 150 + + 79 + + + 9.848999977111816 + 220 + + + + + + 5107.919921875 + + 150 + + 78 + + + 9.670999526977539 + 218 + + + + + + 5117.4599609375 + + 151 + + 79 + + + 9.541999816894531 + 209 + + + + + + 5126.93017578125 + + 151 + + 77 + + + 9.437000274658203 + 219 + + + + + + 5136.47021484375 + + 151 + + 75 + + + 9.541999816894531 + 196 + + + + + + 5146.009765625 + + 151 + + 76 + + + 9.562999725341797 + 214 + + + + + + 5155.52001953125 + + 150 + + 73 + + + 9.477999687194824 + 229 + + + + + + 5164.8701171875 + + 150 + + 74 + + + 9.395000457763672 + 237 + + + + + + 5174.3701171875 + + 150 + + 75 + + + 9.456999778747559 + 244 + + + + + + 5184.0 + + 150 + + 78 + + + 9.670999526977539 + 204 + + + + + + 5193.8701171875 + + 150 + + 76 + + + 9.871000289916992 + 190 + + + + + + 5203.830078125 + + 150 + + 81 + + + 9.963000297546387 + 199 + + + + + + 5213.81982421875 + + 151 + + 84 + + + 9.986000061035156 + 190 + + + + + + 5223.77978515625 + + 151 + + 81 + + + 9.963000297546387 + 188 + + + + + + 5233.77001953125 + + 150 + + 81 + + + 9.986000061035156 + 184 + + + + + + 5243.7998046875 + + 150 + + 83 + + + 10.032999992370605 + 175 + + + + + + 5253.8798828125 + + 151 + + 81 + + + 10.079999923706055 + 158 + + + + + + 5263.93994140625 + + 151 + + 84 + + + 10.057000160217285 + 163 + + + + + + 5274.0 + + 150 + + 87 + + + 10.057000160217285 + 172 + + + + + + 5283.8701171875 + + 150 + + 82 + + + 9.871000289916992 + 161 + + + + + + 5293.81005859375 + + 150 + + 80 + + + 9.9399995803833 + 175 + + + + + + 5303.77001953125 + + 150 + + 78 + + + 9.963000297546387 + 174 + + + + + + 5313.7099609375 + + 150 + + 82 + + + 9.9399995803833 + 151 + + + + + + 5323.56005859375 + + 149 + + 81 + + + 9.848999977111816 + 143 + + + + + + 5333.35986328125 + + 149 + + 79 + + + 9.803999900817871 + 150 + + + + + + 5343.18994140625 + + 149 + + 81 + + + 9.826000213623047 + 222 + + + + + + 5353.10986328125 + + 149 + + 80 + + + 9.916999816894531 + 240 + + + + + + 5362.9501953125 + + 148 + + 80 + + + 9.848999977111816 + 282 + + + + + + 5372.89013671875 + + 149 + + 82 + + + 9.9399995803833 + 246 + + + + + + 5382.93017578125 + + 148 + + 86 + + + 10.032999992370605 + 208 + + + + + + 5392.8701171875 + + 148 + + 82 + + + 9.9399995803833 + 207 + + + + + + 5402.9501953125 + + 149 + + 80 + + + 10.079999923706055 + 185 + + + + + + 5413.02978515625 + + 148 + + 80 + + + 10.079999923706055 + 167 + + + + + + 5423.080078125 + + 148 + + 81 + + + 10.057000160217285 + 176 + + + + + + 5433.0 + + 149 + + 82 + + + 9.916999816894531 + 165 + + + + + + + 9.822999954223633 + 81 + 226 + 202 + 296 + + + + + 85.0 + 808.7 + 11.012999534606932 + 25 + + 152 + + + 162 + + Active + 93 + Manual + + + + 5433.0 + + 149 + + 82 + + + 9.916999816894531 + 165 + + + + + + 5442.85009765625 + + 149 + + 84 + + + 9.848999977111816 + 173 + + + + + + 5452.6298828125 + + 149 + + 79 + + + 9.781000137329102 + 148 + + + + + + 5462.22021484375 + + 149 + + 93 + + + 9.583999633789062 + 34 + + + + + + 5471.39013671875 + + 149 + + 24 + + + 9.173999786376953 + 0 + + + + + + 5480.2998046875 + + 149 + + 0 + + + 8.906999588012695 + 0 + + + + + + 5488.990234375 + + 149 + + 0 + + + 8.6899995803833 + 0 + + + + + + 5497.47021484375 + + 149 + + 0 + + + 8.449999809265137 + 0 + + + + + + 5505.64013671875 + + 149 + + 0 + + + 8.206999778747559 + 0 + + + + + + 5513.43017578125 + + 149 + + 0 + + + 7.789000034332275 + 0 + + + + + + 5520.9501953125 + + 148 + + 0 + + + 7.515999794006348 + 0 + + + + + + 5528.14990234375 + + 148 + + 0 + + + 7.199999809265137 + 0 + + + + + + 5535.02001953125 + + 148 + + 0 + + + 6.866000175476074 + 0 + + + + + + 5541.85009765625 + + 147 + + 0 + + + 6.833000183105469 + 0 + + + + + + 5548.64013671875 + + 146 + + 0 + + + 6.789000034332275 + 0 + + + + + + 5555.35009765625 + + 145 + + 0 + + + 6.715000152587891 + 114 + + + + + + 5562.330078125 + + 144 + + 63 + + + 6.9770002365112305 + 258 + + + + + + 5569.68017578125 + + 144 + + 71 + + + 7.3480000495910645 + 305 + + + + + + 5577.3701171875 + + 144 + + 60 + + + 7.690999984741211 + 292 + + + + + + 5585.330078125 + + 144 + + 61 + + + 7.9629998207092285 + 231 + + + + + + 5593.33984375 + + 144 + + 73 + + + 8.008000373840332 + 256 + + + + + + 5601.43994140625 + + 144 + + 74 + + + 8.098999977111816 + 259 + + + + + + 5609.68994140625 + + 144 + + 66 + + + 8.255000114440918 + 240 + + + + + + 5618.1298828125 + + 144 + + 66 + + + 8.432999610900879 + 268 + + + + + + 5626.72998046875 + + 144 + + 67 + + + 8.602999687194824 + 284 + + + + + + 5635.419921875 + + 145 + + 69 + + + 8.6899995803833 + 232 + + + + + + 5644.25 + + 145 + + 71 + + + 8.833000183105469 + 199 + + + + + + 5653.22998046875 + + 145 + + 71 + + + 8.982000350952148 + 219 + + + + + + 5662.35009765625 + + 146 + + 69 + + + 9.114999771118164 + 179 + + + + + + 5671.41015625 + + 146 + + 70 + + + 9.057000160217285 + 178 + + + + + + 5680.56005859375 + + 147 + + 74 + + + 9.154000282287598 + 181 + + + + + + 5689.7900390625 + + 147 + + 75 + + + 9.232999801635742 + 230 + + + + + + 5699.10986328125 + + 147 + + 76 + + + 9.312999725341797 + 215 + + + + + + 5708.4599609375 + + 147 + + 75 + + + 9.354000091552734 + 241 + + + + + + 5717.75 + + 147 + + 76 + + + 9.293000221252441 + 260 + + + + + + 5727.009765625 + + 147 + + 75 + + + 9.253000259399414 + 316 + + + + + + 5736.1201171875 + + 147 + + 72 + + + 9.114999771118164 + 278 + + + + + + 5745.39013671875 + + 147 + + 81 + + + 9.27299976348877 + 258 + + + + + + 5754.85009765625 + + 147 + + 85 + + + 9.456999778747559 + 245 + + + + + + 5764.43994140625 + + 147 + + 79 + + + 9.583999633789062 + 284 + + + + + + 5774.33984375 + + 147 + + 77 + + + 9.894000053405762 + 366 + + + + + + 5784.33984375 + + 148 + + 81 + + + 10.010000228881836 + 280 + + + + + + 5794.2998046875 + + 148 + + 80 + + + 9.963000297546387 + 293 + + + + + + 5804.47998046875 + + 148 + + 80 + + + 10.175999641418457 + 343 + + + + + + 5814.64990234375 + + 149 + + 82 + + + 10.175999641418457 + 301 + + + + + + 5824.8798828125 + + 149 + + 86 + + + 10.225000381469727 + 258 + + + + + + 5835.009765625 + + 150 + + 84 + + + 10.128000259399414 + 256 + + + + + + 5845.06005859375 + + 151 + + 84 + + + 10.057000160217285 + 261 + + + + + + 5855.14013671875 + + 151 + + 83 + + + 10.079999923706055 + 275 + + + + + + 5865.18017578125 + + 152 + + 80 + + + 10.032999992370605 + 250 + + + + + + 5875.16015625 + + 153 + + 79 + + + 9.986000061035156 + 271 + + + + + + 5885.169921875 + + 153 + + 77 + + + 10.010000228881836 + 289 + + + + + + 5895.22998046875 + + 154 + + 75 + + + 10.057000160217285 + 320 + + + + + + 5905.41015625 + + 154 + + 75 + + + 10.175999641418457 + 319 + + + + + + 5915.52978515625 + + 154 + + 77 + + + 10.128000259399414 + 299 + + + + + + 5925.64013671875 + + 155 + + 77 + + + 10.104000091552734 + 294 + + + + + + 5935.64990234375 + + 156 + + 75 + + + 10.010000228881836 + 255 + + + + + + 5945.81982421875 + + 156 + + 74 + + + 10.175999641418457 + 251 + + + + + + 5956.02001953125 + + 157 + + 75 + + + 10.199999809265137 + 255 + + + + + + 5966.22021484375 + + 157 + + 81 + + + 10.199999809265137 + 292 + + + + + + 5976.47021484375 + + 158 + + 79 + + + 10.24899959564209 + 311 + + + + + + 5986.75 + + 158 + + 74 + + + 10.27400016784668 + 285 + + + + + + 5996.97021484375 + + 159 + + 83 + + + 10.225000381469727 + 234 + + + + + + 6007.25 + + 159 + + 84 + + + 10.27400016784668 + 265 + + + + + + 6017.75 + + 159 + + 76 + + + 10.50100040435791 + 328 + + + + + + 6028.25 + + 159 + + 74 + + + 10.50100040435791 + 316 + + + + + + 6038.919921875 + + 159 + + 80 + + + 10.670999526977539 + 269 + + + + + + 6049.6298828125 + + 160 + + 85 + + + 10.711000442504883 + 203 + + + + + + 6060.419921875 + + 160 + + 85 + + + 10.791000366210938 + 193 + + + + + + 6071.10986328125 + + 160 + + 86 + + + 10.684000015258789 + 187 + + + + + + 6081.89990234375 + + 160 + + 89 + + + 10.791000366210938 + 168 + + + + + + 6092.66015625 + + 160 + + 92 + + + 10.763999938964844 + 178 + + + + + + 6103.47998046875 + + 161 + + 88 + + + 10.819000244140625 + 193 + + + + + + 6114.240234375 + + 160 + + 86 + + + 10.763999938964844 + 206 + + + + + + 6124.8701171875 + + 161 + + 88 + + + 10.630999565124512 + 208 + + + + + + 6135.52978515625 + + 161 + + 85 + + + 10.656999588012695 + 241 + + + + + + 6145.97998046875 + + 161 + + 86 + + + 10.449000358581543 + 264 + + + + + + 6156.64013671875 + + 161 + + 88 + + + 10.656999588012695 + 239 + + + + + + 6167.14013671875 + + 161 + + 91 + + + 10.50100040435791 + 227 + + + + + + 6177.77001953125 + + 161 + + 89 + + + 10.630999565124512 + 239 + + + + + + 6188.43017578125 + + 162 + + 85 + + + 10.656999588012695 + 236 + + + + + + 6199.080078125 + + 162 + + 84 + + + 10.656999588012695 + 234 + + + + + + 6209.93017578125 + + 162 + + 83 + + + 10.845999717712402 + 223 + + + + + + 6220.93994140625 + + 162 + + 88 + + + 11.012999534606934 + 197 + + + + + + 6231.7900390625 + + 162 + + 92 + + + 10.845999717712402 + 193 + + + + + + 6242.4501953125 + + 162 + + 91 + + + 10.656999588012695 + 190 + + + + + + + 9.553000450134277 + 68 + 96 + 213 + 366 + + + + + 195.0 + 2045.42 + 11.041999816894531 + 61 + + 164 + + + 166 + + Active + 98 + Manual + + + + 6242.4501953125 + + 162 + + 91 + + + 10.656999588012695 + 190 + + + + + + 6252.89013671875 + + 162 + + 90 + + + 10.449000358581543 + 215 + + + + + + 6263.18994140625 + + 162 + + 87 + + + 10.298999786376953 + 253 + + + + + + 6273.47021484375 + + 162 + + 85 + + + 10.27400016784668 + 270 + + + + + + 6283.669921875 + + 163 + + 84 + + + 10.199999809265137 + 291 + + + + + + 6293.89013671875 + + 163 + + 84 + + + 10.225000381469727 + 289 + + + + + + 6304.169921875 + + 163 + + 85 + + + 10.27400016784668 + 279 + + + + + + 6314.490234375 + + 163 + + 85 + + + 10.322999954223633 + 270 + + + + + + 6324.83984375 + + 163 + + 85 + + + 10.347999572753906 + 273 + + + + + + 6335.2099609375 + + 163 + + 84 + + + 10.373000144958496 + 273 + + + + + + 6345.39013671875 + + 163 + + 83 + + + 10.175999641418457 + 249 + + + + + + 6355.81005859375 + + 164 + + 83 + + + 10.423999786376953 + 228 + + + + + + 6366.16015625 + + 164 + + 84 + + + 10.347999572753906 + 216 + + + + + + 6376.52978515625 + + 164 + + 84 + + + 10.373000144958496 + 233 + + + + + + 6386.93017578125 + + 164 + + 84 + + + 10.39900016784668 + 246 + + + + + + 6397.2998046875 + + 164 + + 87 + + + 10.373000144958496 + 253 + + + + + + 6407.68017578125 + + 164 + + 87 + + + 10.373000144958496 + 255 + + + + + + 6418.10009765625 + + 164 + + 83 + + + 10.423999786376953 + 253 + + + + + + 6428.60009765625 + + 164 + + 85 + + + 10.50100040435791 + 278 + + + + + + 6439.14990234375 + + 164 + + 85 + + + 10.552000045776367 + 283 + + + + + + 6449.580078125 + + 164 + + 85 + + + 10.423999786376953 + 276 + + + + + + 6460.2099609375 + + 164 + + 85 + + + 10.630999565124512 + 279 + + + + + + 6470.97021484375 + + 164 + + 86 + + + 10.763999938964844 + 213 + + + + + + 6481.7900390625 + + 164 + + 86 + + + 10.819000244140625 + 229 + + + + + + 6492.64013671875 + + 164 + + 86 + + + 10.845999717712402 + 223 + + + + + + 6503.509765625 + + 164 + + 88 + + + 10.87399959564209 + 180 + + + + + + 6514.39013671875 + + 164 + + 93 + + + 10.87399959564209 + 181 + + + + + + 6525.259765625 + + 164 + + 87 + + + 10.87399959564209 + 234 + + + + + + 6536.22021484375 + + 164 + + 86 + + + 10.956999778747559 + 279 + + + + + + 6547.009765625 + + 164 + + 87 + + + 10.791000366210938 + 276 + + + + + + 6557.7998046875 + + 164 + + 87 + + + 10.791000366210938 + 245 + + + + + + 6568.58984375 + + 165 + + 91 + + + 10.791000366210938 + 237 + + + + + + 6579.4599609375 + + 165 + + 90 + + + 10.87399959564209 + 202 + + + + + + 6590.2001953125 + + 165 + + 88 + + + 10.737000465393066 + 217 + + + + + + 6600.93994140625 + + 165 + + 92 + + + 10.737000465393066 + 239 + + + + + + 6611.81005859375 + + 165 + + 92 + + + 10.87399959564209 + 236 + + + + + + 6622.85009765625 + + 165 + + 91 + + + 11.041999816894531 + 235 + + + + + + 6633.72998046875 + + 165 + + 91 + + + 10.87399959564209 + 219 + + + + + + 6644.56982421875 + + 165 + + 90 + + + 10.845999717712402 + 217 + + + + + + 6655.1201171875 + + 165 + + 90 + + + 10.552000045776367 + 253 + + + + + + 6665.72998046875 + + 166 + + 88 + + + 10.604000091552734 + 256 + + + + + + 6676.330078125 + + 165 + + 85 + + + 10.604000091552734 + 270 + + + + + + 6686.9599609375 + + 165 + + 85 + + + 10.630999565124512 + 295 + + + + + + 6697.64990234375 + + 166 + + 85 + + + 10.684000015258789 + 286 + + + + + + 6708.14990234375 + + 166 + + 85 + + + 10.50100040435791 + 258 + + + + + + 6718.72998046875 + + 166 + + 86 + + + 10.57800006866455 + 260 + + + + + + 6729.27978515625 + + 166 + + 87 + + + 10.552000045776367 + 285 + + + + + + 6739.77978515625 + + 166 + + 89 + + + 10.50100040435791 + 260 + + + + + + 6750.18017578125 + + 166 + + 85 + + + 10.39900016784668 + 259 + + + + + + 6760.5498046875 + + 166 + + 84 + + + 10.373000144958496 + 242 + + + + + + 6770.8701171875 + + 166 + + 83 + + + 10.322999954223633 + 258 + + + + + + 6781.169921875 + + 165 + + 84 + + + 10.298999786376953 + 263 + + + + + + 6791.52001953125 + + 165 + + 86 + + + 10.347999572753906 + 290 + + + + + + 6801.85009765625 + + 166 + + 97 + + + 10.322999954223633 + 259 + + + + + + 6812.08984375 + + 166 + + 94 + + + 10.24899959564209 + 226 + + + + + + 6822.43994140625 + + 166 + + 89 + + + 10.347999572753906 + 229 + + + + + + 6832.8701171875 + + 166 + + 86 + + + 10.423999786376953 + 242 + + + + + + 6843.43994140625 + + 166 + + 85 + + + 10.57800006866455 + 233 + + + + + + 6853.97021484375 + + 166 + + 83 + + + 10.526000022888184 + 199 + + + + + + 6864.60009765625 + + 165 + + 86 + + + 10.630999565124512 + 197 + + + + + + 6875.259765625 + + 165 + + 86 + + + 10.656999588012695 + 208 + + + + + + 6885.91015625 + + 165 + + 86 + + + 10.656999588012695 + 212 + + + + + + 6896.60009765625 + + 165 + + 85 + + + 10.684000015258789 + 251 + + + + + + 6907.31005859375 + + 165 + + 87 + + + 10.711000442504883 + 285 + + + + + + 6918.02001953125 + + 165 + + 85 + + + 10.711000442504883 + 214 + + + + + + 6928.89013671875 + + 165 + + 88 + + + 10.87399959564209 + 236 + + + + + + 6939.5498046875 + + 164 + + 89 + + + 10.656999588012695 + 232 + + + + + + 6950.10009765625 + + 165 + + 84 + + + 10.552000045776367 + 217 + + + + + + 6960.60009765625 + + 164 + + 83 + + + 10.50100040435791 + 220 + + + + + + 6971.10986328125 + + 165 + + 83 + + + 10.50100040435791 + 201 + + + + + + 6981.60986328125 + + 164 + + 87 + + + 10.50100040435791 + 221 + + + + + + 6992.1298828125 + + 165 + + 89 + + + 10.526000022888184 + 287 + + + + + + 7002.60986328125 + + 165 + + 87 + + + 10.423999786376953 + 219 + + + + + + 7012.9501953125 + + 165 + + 90 + + + 10.347999572753906 + 231 + + + + + + 7023.31982421875 + + 165 + + 83 + + + 10.347999572753906 + 227 + + + + + + 7033.7900390625 + + 165 + + 84 + + + 10.526000022888184 + 221 + + + + + + 7044.43994140625 + + 165 + + 87 + + + 10.656999588012695 + 202 + + + + + + 7055.009765625 + + 165 + + 88 + + + 10.57800006866455 + 211 + + + + + + 7065.4599609375 + + 165 + + 85 + + + 10.449000358581543 + 214 + + + + + + 7075.81005859375 + + 165 + + 85 + + + 10.347999572753906 + 242 + + + + + + 7086.1298828125 + + 165 + + 85 + + + 10.322999954223633 + 227 + + + + + + 7096.3798828125 + + 164 + + 85 + + + 10.24899959564209 + 253 + + + + + + 7106.580078125 + + 165 + + 84 + + + 10.199999809265137 + 277 + + + + + + 7116.81005859375 + + 165 + + 86 + + + 10.225000381469727 + 284 + + + + + + 7126.91015625 + + 164 + + 82 + + + 10.104000091552734 + 231 + + + + + + 7137.009765625 + + 165 + + 84 + + + 10.104000091552734 + 236 + + + + + + 7147.02978515625 + + 164 + + 84 + + + 10.010000228881836 + 249 + + + + + + 7156.97021484375 + + 165 + + 82 + + + 9.9399995803833 + 282 + + + + + + 7166.91015625 + + 165 + + 78 + + + 9.9399995803833 + 256 + + + + + + 7176.990234375 + + 165 + + 81 + + + 10.079999923706055 + 275 + + + + + + 7187.08984375 + + 165 + + 81 + + + 10.104000091552734 + 309 + + + + + + 7197.33984375 + + 165 + + 81 + + + 10.24899959564209 + 261 + + + + + + 7207.490234375 + + 165 + + 81 + + + 10.152000427246094 + 251 + + + + + + 7217.64013671875 + + 165 + + 81 + + + 10.152000427246094 + 248 + + + + + + 7227.89013671875 + + 165 + + 83 + + + 10.24899959564209 + 218 + + + + + + 7238.2900390625 + + 165 + + 83 + + + 10.39900016784668 + 234 + + + + + + 7248.759765625 + + 165 + + 84 + + + 10.475000381469727 + 276 + + + + + + 7259.27001953125 + + 165 + + 85 + + + 10.50100040435791 + 243 + + + + + + 7269.7900390625 + + 165 + + 85 + + + 10.526000022888184 + 184 + + + + + + 7280.2900390625 + + 165 + + 84 + + + 10.50100040435791 + 163 + + + + + + 7290.7900390625 + + 164 + + 83 + + + 10.50100040435791 + 179 + + + + + + 7301.27001953125 + + 165 + + 85 + + + 10.475000381469727 + 201 + + + + + + 7311.77001953125 + + 164 + + 84 + + + 10.50100040435791 + 244 + + + + + + 7322.47021484375 + + 165 + + 85 + + + 10.656999588012695 + 282 + + + + + + 7333.14013671875 + + 164 + + 87 + + + 10.711000442504883 + 188 + + + + + + 7343.89990234375 + + 165 + + 86 + + + 10.763999938964844 + 217 + + + + + + 7354.669921875 + + 165 + + 86 + + + 10.763999938964844 + 226 + + + + + + 7365.1201171875 + + 165 + + 86 + + + 10.449000358581543 + 266 + + + + + + 7375.490234375 + + 165 + + 84 + + + 10.373000144958496 + 252 + + + + + + 7385.83984375 + + 164 + + 83 + + + 10.347999572753906 + 257 + + + + + + 7396.18017578125 + + 164 + + 81 + + + 10.347999572753906 + 283 + + + + + + 7406.66015625 + + 164 + + 85 + + + 10.475000381469727 + 315 + + + + + + 7417.18017578125 + + 163 + + 87 + + + 10.526000022888184 + 275 + + + + + + 7427.8701171875 + + 163 + + 85 + + + 10.684000015258789 + 228 + + + + + + 7438.830078125 + + 164 + + 84 + + + 10.956999778747559 + 242 + + + + + + 7449.7001953125 + + 164 + + 88 + + + 10.87399959564209 + 185 + + + + + + 7460.5498046875 + + 164 + + 93 + + + 10.845999717712402 + 201 + + + + + + 7471.18017578125 + + 164 + + 93 + + + 10.630999565124512 + 181 + + + + + + 7481.77978515625 + + 164 + + 86 + + + 10.604000091552734 + 182 + + + + + + 7492.18017578125 + + 164 + + 85 + + + 10.39900016784668 + 237 + + + + + + 7502.52978515625 + + 165 + + 84 + + + 10.347999572753906 + 244 + + + + + + 7512.89990234375 + + 164 + + 83 + + + 10.373000144958496 + 252 + + + + + + 7523.27001953125 + + 164 + + 85 + + + 10.373000144958496 + 330 + + + + + + 7533.64990234375 + + 164 + + 82 + + + 10.373000144958496 + 288 + + + + + + 7543.97021484375 + + 165 + + 83 + + + 10.322999954223633 + 241 + + + + + + 7554.169921875 + + 164 + + 82 + + + 10.199999809265137 + 224 + + + + + + 7564.2001953125 + + 165 + + 80 + + + 10.032999992370605 + 268 + + + + + + 7574.10009765625 + + 165 + + 81 + + + 9.894000053405762 + 265 + + + + + + 7583.89990234375 + + 165 + + 79 + + + 9.803999900817871 + 249 + + + + + + 7593.83984375 + + 165 + + 79 + + + 9.9399995803833 + 253 + + + + + + 7603.85009765625 + + 165 + + 80 + + + 10.010000228881836 + 264 + + + + + + 7614.02978515625 + + 165 + + 83 + + + 10.175999641418457 + 259 + + + + + + 7624.25 + + 165 + + 80 + + + 10.225000381469727 + 250 + + + + + + 7634.6298828125 + + 165 + + 83 + + + 10.373000144958496 + 316 + + + + + + 7645.2001953125 + + 165 + + 83 + + + 10.57800006866455 + 291 + + + + + + 7655.97021484375 + + 165 + + 86 + + + 10.763999938964844 + 226 + + + + + + 7666.8798828125 + + 165 + + 86 + + + 10.87399959564209 + 206 + + + + + + 7677.47021484375 + + 165 + + 86 + + + 10.630999565124512 + 230 + + + + + + 7688.240234375 + + 165 + + 83 + + + 10.763999938964844 + 193 + + + + + + 7698.97021484375 + + 165 + + 91 + + + 10.737000465393066 + 181 + + + + + + 7709.740234375 + + 165 + + 88 + + + 10.763999938964844 + 189 + + + + + + 7720.419921875 + + 165 + + 85 + + + 10.684000015258789 + 188 + + + + + + 7731.10986328125 + + 165 + + 88 + + + 10.684000015258789 + 192 + + + + + + 7741.7900390625 + + 165 + + 85 + + + 10.684000015258789 + 197 + + + + + + 7752.52978515625 + + 165 + + 87 + + + 10.737000465393066 + 226 + + + + + + 7763.18017578125 + + 164 + + 86 + + + 10.656999588012695 + 213 + + + + + + 7773.68017578125 + + 164 + + 90 + + + 10.50100040435791 + 235 + + + + + + 7784.080078125 + + 164 + + 85 + + + 10.39900016784668 + 261 + + + + + + 7794.41015625 + + 164 + + 84 + + + 10.322999954223633 + 252 + + + + + + 7804.830078125 + + 164 + + 85 + + + 10.423999786376953 + 222 + + + + + + 7815.43017578125 + + 163 + + 86 + + + 10.604000091552734 + 215 + + + + + + 7826.2001953125 + + 163 + + 92 + + + 10.763999938964844 + 248 + + + + + + 7837.02001953125 + + 163 + + 91 + + + 10.819000244140625 + 216 + + + + + + 7847.81005859375 + + 163 + + 87 + + + 10.791000366210938 + 205 + + + + + + 7858.60009765625 + + 163 + + 84 + + + 10.791000366210938 + 201 + + + + + + 7869.18017578125 + + 163 + + 85 + + + 10.57800006866455 + 254 + + + + + + 7879.64990234375 + + 163 + + 87 + + + 10.475000381469727 + 249 + + + + + + 7889.97998046875 + + 163 + + 85 + + + 10.322999954223633 + 291 + + + + + + 7900.3798828125 + + 163 + + 84 + + + 10.39900016784668 + 285 + + + + + + 7910.75 + + 162 + + 85 + + + 10.373000144958496 + 264 + + + + + + 7921.10009765625 + + 163 + + 85 + + + 10.347999572753906 + 288 + + + + + + 7931.2998046875 + + 163 + + 83 + + + 10.199999809265137 + 252 + + + + + + 7941.6201171875 + + 163 + + 83 + + + 10.322999954223633 + 248 + + + + + + 7952.02001953125 + + 163 + + 85 + + + 10.39900016784668 + 278 + + + + + + 7962.39013671875 + + 163 + + 85 + + + 10.373000144958496 + 264 + + + + + + 7972.7099609375 + + 163 + + 84 + + + 10.322999954223633 + 263 + + + + + + 7982.83984375 + + 163 + + 83 + + + 10.128000259399414 + 271 + + + + + + 7993.0400390625 + + 163 + + 81 + + + 10.199999809265137 + 277 + + + + + + 8003.39013671875 + + 163 + + 85 + + + 10.347999572753906 + 259 + + + + + + 8013.83984375 + + 163 + + 76 + + + 10.39900016784668 + 250 + + + + + + 8024.2900390625 + + 164 + + 79 + + + 10.50100040435791 + 256 + + + + + + 8034.919921875 + + 164 + + 93 + + + 10.630999565124512 + 248 + + + + + + 8045.35009765625 + + 164 + + 91 + + + 10.423999786376953 + 248 + + + + + + 8055.81982421875 + + 164 + + 85 + + + 10.475000381469727 + 205 + + + + + + 8066.3701171875 + + 164 + + 90 + + + 10.552000045776367 + 222 + + + + + + 8076.89990234375 + + 164 + + 86 + + + 10.526000022888184 + 231 + + + + + + 8087.4501953125 + + 164 + + 84 + + + 10.552000045776367 + 243 + + + + + + 8098.0498046875 + + 164 + + 85 + + + 10.604000091552734 + 253 + + + + + + 8108.740234375 + + 164 + + 85 + + + 10.684000015258789 + 232 + + + + + + 8119.4501953125 + + 164 + + 85 + + + 10.711000442504883 + 219 + + + + + + 8130.1298828125 + + 164 + + 91 + + + 10.684000015258789 + 211 + + + + + + 8140.89990234375 + + 164 + + 92 + + + 10.763999938964844 + 208 + + + + + + 8151.47021484375 + + 164 + + 86 + + + 10.57800006866455 + 181 + + + + + + 8162.10986328125 + + 163 + + 83 + + + 10.630999565124512 + 178 + + + + + + 8172.66015625 + + 164 + + 84 + + + 10.552000045776367 + 205 + + + + + + 8183.06005859375 + + 164 + + 85 + + + 10.39900016784668 + 252 + + + + + + 8193.4296875 + + 164 + + 83 + + + 10.373000144958496 + 243 + + + + + + 8203.75 + + 164 + + 86 + + + 10.322999954223633 + 242 + + + + + + 8214.23046875 + + 164 + + 84 + + + 10.475000381469727 + 231 + + + + + + 8224.73046875 + + 164 + + 83 + + + 10.50100040435791 + 222 + + + + + + 8235.3896484375 + + 164 + + 98 + + + 10.656999588012695 + 195 + + + + + + 8245.9599609375 + + 164 + + 95 + + + 10.57800006866455 + 202 + + + + + + 8256.3896484375 + + 164 + + 88 + + + 10.423999786376953 + 195 + + + + + + 8266.8603515625 + + 165 + + 87 + + + 10.475000381469727 + 178 + + + + + + 8277.2099609375 + + 165 + + 87 + + + 10.347999572753906 + 132 + + + + + + 8287.3896484375 + + 165 + + 93 + + + 10.175999641418457 + 153 + + + + + + + 10.501000404357908 + 86 + 278 + 239 + 330 + + + + + 106.0 + 404.3 + 10.175999641418457 + 21 + + 132 + + + 165 + + Active + 98 + Manual + + + + 8287.3896484375 + + 165 + + 93 + + + 10.175999641418457 + 153 + + + + + + 8297.4404296875 + + 165 + + 98 + + + 10.057000160217285 + 112 + + + + + + 8307.3095703125 + + 164 + + 86 + + + 9.871000289916992 + 50 + + + + + + 8316.919921875 + + 164 + + 75 + + + 9.605999946594238 + 9 + + + + + + 8326.23046875 + + 164 + + 18 + + + 9.312999725341797 + 0 + + + + + + 8335.2197265625 + + 164 + + 0 + + + 8.982000350952148 + 0 + + + + + + 8343.91015625 + + 164 + + 0 + + + 8.6899995803833 + 0 + + + + + + 8352.240234375 + + 163 + + 0 + + + 8.319000244140625 + 0 + + + + + + 8360.1298828125 + + 163 + + 0 + + + 7.9039998054504395 + 0 + + + + + + 8367.669921875 + + 163 + + 0 + + + 7.541999816894531 + 0 + + + + + + 8375.0 + + 162 + + 0 + + + 7.322999954223633 + 0 + + + + + + 8382.330078125 + + 161 + + 0 + + + 7.335999965667725 + 0 + + + + + + 8389.73046875 + + 160 + + 0 + + + 7.39900016784668 + 0 + + + + + + 8397.25 + + 159 + + 0 + + + 7.515999794006348 + 0 + + + + + + 8404.6796875 + + 158 + + 0 + + + 7.438000202178955 + 0 + + + + + + 8411.98046875 + + 156 + + 0 + + + 7.297999858856201 + 0 + + + + + + 8419.1103515625 + + 155 + + 0 + + + 7.127999782562256 + 0 + + + + + + 8426.0595703125 + + 154 + + 0 + + + 6.954999923706055 + 0 + + + + + + 8432.91015625 + + 153 + + 0 + + + 6.843999862670898 + 0 + + + + + + 8439.75 + + 152 + + 0 + + + 6.843999862670898 + 0 + + + + + + 8446.23046875 + + 151 + + 0 + + + 6.480999946594238 + 0 + + + + + + 8452.6298828125 + + 150 + + 0 + + + 6.394000053405762 + 0 + + + + + + 8458.900390625 + + 149 + + 0 + + + 6.271999835968018 + 0 + + + + + + 8465.1103515625 + + 148 + + 0 + + + 6.209000110626221 + 0 + + + + + + 8470.919921875 + + 148 + + 0 + + + 5.813000202178955 + 0 + + + + + + 8476.48046875 + + 147 + + 0 + + + 5.556000232696533 + 0 + + + + + + 8482.009765625 + + 146 + + 0 + + + 5.5279998779296875 + 0 + + + + + + 8487.6796875 + + 144 + + 0 + + + 5.673999786376953 + 0 + + + + + + 8493.2998046875 + + 143 + + 0 + + + 5.614999771118164 + 0 + + + + + + 8498.83984375 + + 141 + + 0 + + + 5.541999816894531 + 0 + + + + + + 8504.26953125 + + 140 + + 0 + + + 5.436999797821045 + 0 + + + + + + 8509.6396484375 + + 140 + + 0 + + + 5.361999988555908 + 0 + + + + + + 8514.9501953125 + + 139 + + 0 + + + 5.315000057220459 + 0 + + + + + + 8520.2099609375 + + 138 + + 0 + + + 5.263000011444092 + 0 + + + + + + 8525.3603515625 + + 138 + + 0 + + + 5.14900016784668 + 0 + + + + + + 8530.33984375 + + 137 + + 0 + + + 4.97599983215332 + 0 + + + + + + 8535.2099609375 + + 137 + + 0 + + + 4.874000072479248 + 0 + + + + + + 8540.0703125 + + 136 + + 0 + + + 4.85699987411499 + 0 + + + + + + 8544.7998046875 + + 133 + + 0 + + + 4.728000164031982 + 0 + + + + + + 8549.5400390625 + + 132 + + 0 + + + 4.738999843597412 + 0 + + + + + + 8554.16015625 + + 130 + + 0 + + + 4.620999813079834 + 0 + + + + + + 8558.66015625 + + 129 + + 0 + + + 4.505000114440918 + 0 + + + + + + 8563.080078125 + + 129 + + 0 + + + 4.4120001792907715 + 0 + + + + + + 8567.5302734375 + + 128 + + 0 + + + 4.458000183105469 + 0 + + + + + + 8572.0302734375 + + 127 + + 0 + + + 4.494999885559082 + 0 + + + + + + 8576.2900390625 + + 127 + + 0 + + + 4.263000011444092 + 0 + + + + + + 8580.4697265625 + + 126 + + 0 + + + 4.184000015258789 + 0 + + + + + + 8584.5703125 + + 126 + + 0 + + + 4.098999977111816 + 0 + + + + + + 8588.5498046875 + + 125 + + 0 + + + 3.9739999771118164 + 0 + + + + + + 8592.5 + + 124 + + 0 + + + 3.947999954223633 + 0 + + + + + + 8596.4404296875 + + 123 + + 0 + + + 3.944999933242798 + 0 + + + + + + 8600.349609375 + + 121 + + 0 + + + 3.9119999408721924 + 0 + + + + + + 8604.16015625 + + 121 + + 0 + + + 3.803999900817871 + 0 + + + + + + 8607.849609375 + + 120 + + 0 + + + 3.693000078201294 + 0 + + + + + + 8611.4599609375 + + 120 + + 0 + + + 3.6089999675750732 + 0 + + + + + + 8614.9697265625 + + 120 + + 0 + + + 3.50600004196167 + 0 + + + + + + 8618.4697265625 + + 120 + + 0 + + + 3.5 + 41 + + + + + + 8622.16015625 + + 120 + + 43 + + + 3.696000099182129 + 98 + + + + + + 8626.0595703125 + + 121 + + 69 + + + 3.8940000534057617 + 63 + + + + + + 8629.91015625 + + 121 + + 59 + + + 3.8519999980926514 + 3 + + + + + + 8633.599609375 + + 121 + + 30 + + + 3.696000099182129 + 0 + + + + + + 8637.23046875 + + 121 + + 0 + + + 3.624000072479248 + 49 + + + + + + 8641.0302734375 + + 122 + + 31 + + + 3.8010001182556152 + 83 + + + + + + 8644.9697265625 + + 122 + + 57 + + + 3.944999933242798 + 34 + + + + + + 8648.849609375 + + 122 + + 26 + + + 3.872999906539917 + 0 + + + + + + 8652.5703125 + + 121 + + 0 + + + 3.7249999046325684 + 0 + + + + + + 8656.16015625 + + 120 + + 0 + + + 3.566999912261963 + 0 + + + + + + 8659.599609375 + + 119 + + 0 + + + 3.446000099182129 + 0 + + + + + + 8662.9404296875 + + 117 + + 0 + + + 3.3469998836517334 + 0 + + + + + + 8666.259765625 + + 117 + + 0 + + + 3.321000099182129 + 0 + + + + + + 8669.2998046875 + + 117 + + 0 + + + 3.0490000247955322 + 0 + + + + + + 8672.150390625 + + 117 + + 0 + + + 2.8459999561309814 + 0 + + + + + + 8674.6201171875 + + 118 + + 0 + + + 2.4670000076293945 + 0 + + + + + + 8676.6298828125 + + 119 + + 0 + + + 2.0179998874664307 + 0 + + + + + + 8678.650390625 + + 119 + + 0 + + + 2.0179998874664307 + 0 + + + + + + 8680.080078125 + + 118 + + 0 + + + 1.430999994277954 + 0 + + + + + + 8681.509765625 + + 117 + + 0 + + + 1.430999994277954 + 0 + + + + + + 8681.509765625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 121 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 121 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 122 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 123 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 123 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 124 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 123 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 122 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 121 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 117 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 116 + + 0 + + + 0.0 + 0 + + + + + + 8681.509765625 + + 115 + + 0 + + + 0.0 + 0 + + + + + + + 3.816999912261963 + 6 + 11 + 6 + 153 + + + + + Garmin Forerunner 310XT + 3638490993 + 1018 + + 4 + 50 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614635.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614635.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614635.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614635.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,26881 @@ + + + + + 2017-08-26T11:16:16.000Z + + 188.0 + 1589.75 + 9.88599967956543 + 31 + + 126 + + + 136 + + Active + 128 + Manual + + + + 680.4000244140625 + 4.21999979019165 + + 103 + + 53 + + + 4.354000091552734 + 191 + + + + + + 680.4000244140625 + 9.039999961853027 + + 103 + + 62 + + + 4.816999912261963 + 217 + + + + + + 680.4000244140625 + 14.260000228881836 + + 103 + + 67 + + + 5.228000164031982 + 213 + + + + + + 680.4000244140625 + 19.969999313354492 + + 104 + + 72 + + + 5.701000213623047 + 318 + + + + + + 680.0 + 25.950000762939453 + + 105 + + 68 + + + 5.982999801635742 + 110 + + + + + + 680.0 + 32.119998931884766 + + 107 + + 85 + + + 6.170000076293945 + 198 + + + + + + 680.0 + 38.61000061035156 + + 108 + + 79 + + + 6.492000102996826 + 265 + + + + + + 680.0 + 45.470001220703125 + + 111 + + 71 + + + 6.861000061035156 + 233 + + + + + + 680.0 + 52.5 + + 112 + + 72 + + + 7.0269999504089355 + 190 + + + + + + 680.0 + 59.68000030517578 + + 114 + + 72 + + + 7.177999973297119 + 177 + + + + + + 680.0 + 66.94999694824219 + + 115 + + 78 + + + 7.27400016784668 + 155 + + + + + + 680.0 + 74.38999938964844 + + 116 + + 82 + + + 7.435999870300293 + 221 + + + + + + 679.7999877929688 + 82.06999969482422 + + 116 + + 80 + + + 7.684999942779541 + 228 + + + + + + 679.7999877929688 + 89.76000213623047 + + 118 + + 84 + + + 7.671999931335449 + 179 + + + + + + 679.7999877929688 + 97.58000183105469 + + 119 + + 84 + + + 7.8379998207092285 + 183 + + + + + + 679.5999755859375 + 105.48999786376953 + + 120 + + 88 + + + 7.908999919891357 + 240 + + + + + + 679.5999755859375 + 113.23999786376953 + + 121 + + 85 + + + 7.754000186920166 + 184 + + + + + + 679.5999755859375 + 121.05000305175781 + + 121 + + 90 + + + 7.809999942779541 + 235 + + + + + + 679.7999877929688 + 129.00999450683594 + + 122 + + 85 + + + 7.952000141143799 + 186 + + + + + + 680.2000122070312 + 136.91000366210938 + + 123 + + 85 + + + 7.908999919891357 + 132 + + + + + + 680.4000244140625 + 144.74000549316406 + + 123 + + 88 + + + 7.823999881744385 + 125 + + + + + + 680.5999755859375 + 152.55999755859375 + + 123 + + 95 + + + 7.823999881744385 + 120 + + + + + + 680.5999755859375 + 160.38999938964844 + + 124 + + 87 + + + 7.823999881744385 + 162 + + + + + + 680.5999755859375 + 168.27000427246094 + + 124 + + 85 + + + 7.880000114440918 + 160 + + + + + + 680.4000244140625 + 176.1300048828125 + + 125 + + 90 + + + 7.866000175476074 + 131 + + + + + + 680.4000244140625 + 183.9600067138672 + + 125 + + 85 + + + 7.823999881744385 + 117 + + + + + + 680.4000244140625 + 191.75 + + 126 + + 88 + + + 7.796000003814697 + 135 + + + + + + 680.4000244140625 + 199.52000427246094 + + 126 + + 87 + + + 7.76800012588501 + 158 + + + + + + 680.4000244140625 + 207.4199981689453 + + 126 + + 85 + + + 7.894999980926514 + 155 + + + + + + 680.2000122070312 + 215.25 + + 126 + + 82 + + + 7.8379998207092285 + 175 + + + + + + 680.4000244140625 + 223.19000244140625 + + 127 + + 82 + + + 7.938000202178955 + 140 + + + + + + 680.4000244140625 + 231.1999969482422 + + 127 + + 88 + + + 8.01099967956543 + 160 + + + + + + 680.4000244140625 + 239.10000610351562 + + 127 + + 86 + + + 7.894999980926514 + 142 + + + + + + 680.4000244140625 + 246.97999572753906 + + 127 + + 86 + + + 7.880000114440918 + 152 + + + + + + 680.4000244140625 + 254.8300018310547 + + 127 + + 86 + + + 7.8520002365112305 + 152 + + + + + + 680.2000122070312 + 262.67999267578125 + + 127 + + 86 + + + 7.8520002365112305 + 142 + + + + + + 680.0 + 270.6000061035156 + + 128 + + 89 + + + 7.922999858856201 + 177 + + + + + + 680.2000122070312 + 278.55999755859375 + + 128 + + 86 + + + 7.952000141143799 + 183 + + + + + + 680.2000122070312 + 286.489990234375 + + 128 + + 100 + + + 7.938000202178955 + 156 + + + + + + 680.4000244140625 + 294.42999267578125 + + 128 + + 97 + + + 7.938000202178955 + 132 + + + + + + 680.4000244140625 + 302.42999267578125 + + 128 + + 86 + + + 7.995999813079834 + 125 + + + + + + 680.4000244140625 + 310.2900085449219 + + 127 + + 97 + + + 7.866000175476074 + 108 + + + + + + 680.2000122070312 + 318.3500061035156 + + 127 + + 90 + + + 8.055000305175781 + 134 + + + + + + 680.4000244140625 + 326.4800109863281 + + 128 + + 86 + + + 8.130999565124512 + 130 + + + + + + 680.2000122070312 + 334.5799865722656 + + 128 + + 86 + + + 8.100000381469727 + 127 + + + + + + 680.4000244140625 + 342.760009765625 + + 127 + + 95 + + + 8.177000045776367 + 134 + + + + + + 680.4000244140625 + 350.8299865722656 + + 128 + + 113 + + + 8.041000366210938 + 83 + + + + + + 680.4000244140625 + 358.8800048828125 + + 128 + + 128 + + + 8.055000305175781 + 126 + + + + + + 680.2000122070312 + 366.9800109863281 + + 129 + + 96 + + + 8.130999565124512 + 135 + + + + + + 680.4000244140625 + 375.0400085449219 + + 129 + + 97 + + + 8.055000305175781 + 121 + + + + + + 680.4000244140625 + 383.2300109863281 + + 130 + + 104 + + + 8.192000389099121 + 229 + + + + + + 680.4000244140625 + 391.5199890136719 + + 130 + + 81 + + + 8.28600025177002 + 174 + + + + + + 680.4000244140625 + 399.9200134277344 + + 130 + + 77 + + + 8.39799976348877 + 134 + + + + + + 680.7999877929688 + 408.3900146484375 + + 130 + + 89 + + + 8.479000091552734 + 187 + + + + + + 681.0 + 416.9700012207031 + + 130 + + 103 + + + 8.579999923706055 + 134 + + + + + + 681.2000122070312 + 425.45001220703125 + + 130 + + 98 + + + 8.479000091552734 + 183 + + + + + + 681.2000122070312 + 433.9200134277344 + + 130 + + 88 + + + 8.463000297546387 + 271 + + + + + + 681.2000122070312 + 442.5299987792969 + + 130 + + 80 + + + 8.61400032043457 + 170 + + + + + + 680.7999877929688 + 451.1400146484375 + + 130 + + 81 + + + 8.61400032043457 + 149 + + + + + + 680.4000244140625 + 459.6400146484375 + + 130 + + 82 + + + 8.496000289916992 + 201 + + + + + + 680.2000122070312 + 468.30999755859375 + + 130 + + 82 + + + 8.664999961853027 + 225 + + + + + + 680.2000122070312 + 476.9200134277344 + + 130 + + 79 + + + 8.61400032043457 + 172 + + + + + + 680.2000122070312 + 485.5199890136719 + + 130 + + 76 + + + 8.597000122070312 + 161 + + + + + + 680.0 + 494.010009765625 + + 131 + + 79 + + + 8.496000289916992 + 178 + + + + + + 680.0 + 502.5799865722656 + + 131 + + 78 + + + 8.562999725341797 + 169 + + + + + + 679.7999877929688 + 511.1400146484375 + + 131 + + 74 + + + 8.562999725341797 + 146 + + + + + + 679.5999755859375 + 519.6799926757812 + + 131 + + 75 + + + 8.545999526977539 + 179 + + + + + + 679.4000244140625 + 528.25 + + 130 + + 79 + + + 8.562999725341797 + 183 + + + + + + 679.7999877929688 + 536.8300170898438 + + 130 + + 80 + + + 8.579999923706055 + 160 + + + + + + 680.0 + 545.3400268554688 + + 130 + + 79 + + + 8.512999534606934 + 156 + + + + + + 680.4000244140625 + 553.8400268554688 + + 130 + + 81 + + + 8.496000289916992 + 192 + + + + + + 680.4000244140625 + 562.280029296875 + + 130 + + 82 + + + 8.446999549865723 + 163 + + + + + + 680.5999755859375 + 570.6599731445312 + + 131 + + 89 + + + 8.380999565124512 + 165 + + + + + + 680.7999877929688 + 579.0800170898438 + + 130 + + 92 + + + 8.413999557495117 + 197 + + + + + + 681.0 + 587.4600219726562 + + 131 + + 80 + + + 8.380999565124512 + 188 + + + + + + 681.0 + 595.8599853515625 + + 130 + + 78 + + + 8.39799976348877 + 196 + + + + + + 681.4000244140625 + 604.3499755859375 + + 130 + + 80 + + + 8.496000289916992 + 224 + + + + + + 681.7999877929688 + 612.75 + + 130 + + 79 + + + 8.39799976348877 + 157 + + + + + + 682.0 + 621.2100219726562 + + 130 + + 85 + + + 8.463000297546387 + 146 + + + + + + 682.0 + 629.5800170898438 + + 131 + + 92 + + + 8.364999771118164 + 165 + + + + + + 682.0 + 637.9400024414062 + + 131 + + 85 + + + 8.364999771118164 + 137 + + + + + + 681.7999877929688 + 646.22998046875 + + 130 + + 79 + + + 8.28600025177002 + 143 + + + + + + 681.5999755859375 + 654.5800170898438 + + 130 + + 80 + + + 8.348999977111816 + 128 + + + + + + 681.5999755859375 + 662.7899780273438 + + 130 + + 82 + + + 8.206999778747559 + 175 + + + + + + 681.5999755859375 + 670.989990234375 + + 130 + + 77 + + + 8.206999778747559 + 181 + + + + + + 681.5999755859375 + 679.22998046875 + + 130 + + 76 + + + 8.23900032043457 + 159 + + + + + + 681.5999755859375 + 687.530029296875 + + 129 + + 102 + + + 8.300999641418457 + 180 + + + + + + 681.5999755859375 + 695.8300170898438 + + 129 + + 106 + + + 8.300999641418457 + 147 + + + + + + 681.4000244140625 + 704.010009765625 + + 129 + + 85 + + + 8.177000045776367 + 134 + + + + + + 681.4000244140625 + 712.219970703125 + + 128 + + 89 + + + 8.206999778747559 + 96 + + + + + + 681.7999877929688 + 720.5800170898438 + + 128 + + 99 + + + 8.364999771118164 + 103 + + + + + + 681.7999877929688 + 728.9000244140625 + + 128 + + 91 + + + 8.317000389099121 + 94 + + + + + + 681.7999877929688 + 737.1199951171875 + + 128 + + 78 + + + 8.222999572753906 + 87 + + + + + + 682.0 + 745.2899780273438 + + 128 + + 79 + + + 8.130999565124512 + 92 + + + + + + 682.2000122070312 + 753.4199829101562 + + 128 + + 89 + + + 8.145999908447266 + 122 + + + + + + 682.0 + 761.52001953125 + + 127 + + 90 + + + 8.100000381469727 + 130 + + + + + + 682.0 + 769.5999755859375 + + 126 + + 84 + + + 8.085000038146973 + 178 + + + + + + 682.0 + 777.760009765625 + + 126 + + 82 + + + 8.177000045776367 + 131 + + + + + + 682.4000244140625 + 786.02001953125 + + 126 + + 79 + + + 8.253999710083008 + 129 + + + + + + 682.5999755859375 + 794.0999755859375 + + 126 + + 76 + + + 8.085000038146973 + 140 + + + + + + 683.0 + 802.3499755859375 + + 126 + + 78 + + + 8.23900032043457 + 244 + + + + + + 683.4000244140625 + 810.6699829101562 + + 126 + + 78 + + + 8.333000183105469 + 153 + + + + + + 683.7999877929688 + 819.0399780273438 + + 125 + + 78 + + + 8.364999771118164 + 145 + + + + + + 684.0 + 827.4199829101562 + + 125 + + 82 + + + 8.380999565124512 + 179 + + + + + + 683.7999877929688 + 835.8300170898438 + + 124 + + 80 + + + 8.413999557495117 + 157 + + + + + + 683.2000122070312 + 844.1699829101562 + + 124 + + 79 + + + 8.333000183105469 + 169 + + + + + + 682.7999877929688 + 852.5599975585938 + + 124 + + 88 + + + 8.39799976348877 + 190 + + + + + + 682.4000244140625 + 861.0399780273438 + + 124 + + 86 + + + 8.479000091552734 + 176 + + + + + + 682.2000122070312 + 869.52001953125 + + 124 + + 83 + + + 8.479000091552734 + 176 + + + + + + 682.4000244140625 + 877.75 + + 123 + + 78 + + + 8.222999572753906 + 173 + + + + + + 683.0 + 886.02001953125 + + 124 + + 80 + + + 8.270000457763672 + 118 + + + + + + 683.2000122070312 + 894.4000244140625 + + 124 + + 82 + + + 8.380999565124512 + 123 + + + + + + 683.5999755859375 + 902.72998046875 + + 123 + + 82 + + + 8.333000183105469 + 106 + + + + + + 683.4000244140625 + 910.97998046875 + + 123 + + 88 + + + 8.253999710083008 + 124 + + + + + + 683.0 + 919.1900024414062 + + 122 + + 100 + + + 8.206999778747559 + 142 + + + + + + 682.5999755859375 + 927.4400024414062 + + 122 + + 83 + + + 8.253999710083008 + 140 + + + + + + 682.7999877929688 + 935.6099853515625 + + 121 + + 77 + + + 8.16100025177002 + 166 + + + + + + 683.4000244140625 + 943.780029296875 + + 121 + + 77 + + + 8.177000045776367 + 158 + + + + + + 683.7999877929688 + 951.9400024414062 + + 121 + + 75 + + + 8.16100025177002 + 152 + + + + + + 684.2000122070312 + 960.1199951171875 + + 121 + + 79 + + + 8.177000045776367 + 131 + + + + + + 684.5999755859375 + 968.280029296875 + + 121 + + 81 + + + 8.16100025177002 + 155 + + + + + + 684.5999755859375 + 976.469970703125 + + 121 + + 80 + + + 8.192000389099121 + 189 + + + + + + 683.7999877929688 + 984.7000122070312 + + 121 + + 95 + + + 8.222999572753906 + 178 + + + + + + 683.5999755859375 + 992.9000244140625 + + 122 + + 88 + + + 8.206999778747559 + 162 + + + + + + 683.5999755859375 + 1001.0999755859375 + + 122 + + 80 + + + 8.192000389099121 + 153 + + + + + + 683.5999755859375 + 1009.2899780273438 + + 122 + + 78 + + + 8.192000389099121 + 189 + + + + + + 684.0 + 1017.5700073242188 + + 122 + + 75 + + + 8.28600025177002 + 213 + + + + + + 684.4000244140625 + 1025.780029296875 + + 122 + + 75 + + + 8.206999778747559 + 131 + + + + + + 684.5999755859375 + 1034.1099853515625 + + 122 + + 77 + + + 8.317000389099121 + 136 + + + + + + 684.5999755859375 + 1042.199951171875 + + 121 + + 77 + + + 8.085000038146973 + 119 + + + + + + 684.4000244140625 + 1050.4100341796875 + + 121 + + 77 + + + 8.177000045776367 + 207 + + + + + + 684.2000122070312 + 1058.5999755859375 + + 121 + + 77 + + + 8.23900032043457 + 157 + + + + + + 684.2000122070312 + 1066.8699951171875 + + 121 + + 83 + + + 8.270000457763672 + 154 + + + + + + 684.4000244140625 + 1075.030029296875 + + 121 + + 106 + + + 8.16100025177002 + 198 + + + + + + 684.5999755859375 + 1083.25 + + 121 + + 110 + + + 8.222999572753906 + 162 + + + + + + 684.5999755859375 + 1091.47998046875 + + 121 + + 103 + + + 8.222999572753906 + 162 + + + + + + 684.4000244140625 + 1099.699951171875 + + 121 + + 117 + + + 8.222999572753906 + 186 + + + + + + 684.2000122070312 + 1107.8800048828125 + + 122 + + 108 + + + 8.177000045776367 + 202 + + + + + + 683.7999877929688 + 1116.0799560546875 + + 122 + + 74 + + + 8.206999778747559 + 164 + + + + + + 683.7999877929688 + 1124.2900390625 + + 123 + + 71 + + + 8.206999778747559 + 145 + + + + + + 683.7999877929688 + 1132.6400146484375 + + 122 + + 72 + + + 8.348999977111816 + 217 + + + + + + 683.7999877929688 + 1141.1199951171875 + + 123 + + 71 + + + 8.479000091552734 + 67 + + + + + + 684.0 + 1149.56005859375 + + 123 + + 78 + + + 8.446999549865723 + 146 + + + + + + 684.2000122070312 + 1158.030029296875 + + 123 + + 78 + + + 8.463000297546387 + 132 + + + + + + 684.2000122070312 + 1166.52001953125 + + 123 + + 73 + + + 8.496000289916992 + 173 + + + + + + 684.2000122070312 + 1175.1199951171875 + + 123 + + 75 + + + 8.597000122070312 + 278 + + + + + + 684.2000122070312 + 1183.9100341796875 + + 123 + + 71 + + + 8.788000106811523 + 240 + + + + + + 684.4000244140625 + 1192.77001953125 + + 124 + + 68 + + + 8.859000205993652 + 210 + + + + + + 684.4000244140625 + 1201.760009765625 + + 124 + + 69 + + + 8.98799991607666 + 282 + + + + + + 684.4000244140625 + 1210.969970703125 + + 125 + + 70 + + + 9.215999603271484 + 227 + + + + + + 684.4000244140625 + 1220.31005859375 + + 126 + + 71 + + + 9.335000038146973 + 211 + + + + + + 684.4000244140625 + 1229.719970703125 + + 128 + + 73 + + + 9.414999961853027 + 151 + + + + + + 684.4000244140625 + 1239.1400146484375 + + 128 + + 76 + + + 9.414999961853027 + 198 + + + + + + 684.4000244140625 + 1248.5699462890625 + + 127 + + 77 + + + 9.435999870300293 + 214 + + + + + + 684.4000244140625 + 1258.0699462890625 + + 127 + + 76 + + + 9.498000144958496 + 212 + + + + + + 684.4000244140625 + 1267.6300048828125 + + 128 + + 75 + + + 9.5600004196167 + 214 + + + + + + 684.4000244140625 + 1277.2099609375 + + 129 + + 76 + + + 9.581000328063965 + 185 + + + + + + 684.4000244140625 + 1286.8599853515625 + + 129 + + 77 + + + 9.645000457763672 + 200 + + + + + + 684.4000244140625 + 1296.5 + + 129 + + 77 + + + 9.645000457763672 + 180 + + + + + + 684.5999755859375 + 1306.0400390625 + + 129 + + 78 + + + 9.538999557495117 + 210 + + + + + + 684.7999877929688 + 1315.72998046875 + + 130 + + 78 + + + 9.687999725341797 + 201 + + + + + + 684.7999877929688 + 1325.47998046875 + + 130 + + 80 + + + 9.753000259399414 + 215 + + + + + + 684.7999877929688 + 1335.25 + + 130 + + 80 + + + 9.730999946594238 + 208 + + + + + + 684.5999755859375 + 1344.969970703125 + + 130 + + 80 + + + 9.753000259399414 + 169 + + + + + + 684.2000122070312 + 1354.739990234375 + + 130 + + 84 + + + 9.774999618530273 + 225 + + + + + + 684.2000122070312 + 1364.489990234375 + + 131 + + 82 + + + 9.753000259399414 + 205 + + + + + + 684.4000244140625 + 1374.27001953125 + + 131 + + 84 + + + 9.774999618530273 + 219 + + + + + + 684.5999755859375 + 1384.0699462890625 + + 131 + + 88 + + + 9.79699993133545 + 199 + + + + + + 685.0 + 1393.8800048828125 + + 132 + + 82 + + + 9.819000244140625 + 177 + + + + + + 685.2000122070312 + 1404.0400390625 + + 132 + + 77 + + + 9.79699993133545 + 219 + + + + + + 685.0 + 1413.47998046875 + + 132 + + 81 + + + 9.79699993133545 + 179 + + + + + + 684.7999877929688 + 1423.22998046875 + + 132 + + 83 + + + 9.753000259399414 + 192 + + + + + + 684.5999755859375 + 1433.0 + + 133 + + 79 + + + 9.730999946594238 + 204 + + + + + + 684.5999755859375 + 1442.760009765625 + + 133 + + 77 + + + 9.774999618530273 + 183 + + + + + + 684.7999877929688 + 1452.510009765625 + + 134 + + 77 + + + 9.774999618530273 + 235 + + + + + + 684.5999755859375 + 1462.31005859375 + + 133 + + 77 + + + 9.79699993133545 + 187 + + + + + + 684.7999877929688 + 1472.1700439453125 + + 135 + + 77 + + + 9.86400032043457 + 188 + + + + + + 685.0 + 1482.06005859375 + + 135 + + 81 + + + 9.88599967956543 + 207 + + + + + + 685.2000122070312 + 1491.72998046875 + + 135 + + 84 + + + 9.666999816894531 + 184 + + + + + + 684.7999877929688 + 1501.4599609375 + + 135 + + 92 + + + 9.730999946594238 + 188 + + + + + + 684.7999877929688 + 1511.25 + + 136 + + 89 + + + 9.79699993133545 + 193 + + + + + + 684.5999755859375 + 1520.9599609375 + + 136 + + 82 + + + 9.710000038146973 + 214 + + + + + + 684.2000122070312 + 1530.6500244140625 + + 136 + + 85 + + + 9.687999725341797 + 203 + + + + + + 684.2000122070312 + 1540.5400390625 + + 135 + + 83 + + + 9.88599967956543 + 171 + + + + + + 684.4000244140625 + 1550.68994140625 + + 135 + + 77 + + + 9.819000244140625 + 210 + + + + + + 684.5999755859375 + 1560.219970703125 + + 135 + + 77 + + + 9.86400032043457 + 223 + + + + + + 684.4000244140625 + 1570.06005859375 + + 136 + + 78 + + + 9.842000007629395 + 204 + + + + + + 684.5999755859375 + 1579.8800048828125 + + 136 + + 78 + + + 9.819000244140625 + 222 + + + + + + 684.7999877929688 + 1589.75 + + 136 + + 78 + + + 9.86400032043457 + 181 + + + + + + 684.7999877929688 + 1599.6099853515625 + + 137 + + 77 + + + 9.86400032043457 + 181 + + + + + + + 8.392999649047852 + 83 + 261 + 172 + 318 + + + + + 83.0 + 830.59 + 10.093000411987305 + 15 + + 138 + + + 140 + + Active + 95 + Manual + + + + 684.7999877929688 + 1599.6099853515625 + + 137 + + 77 + + + 9.86400032043457 + 181 + + + + + + 684.7999877929688 + 1609.4300537109375 + + 137 + + 80 + + + 9.819000244140625 + 216 + + + + + + 685.2000122070312 + 1619.22998046875 + + 137 + + 77 + + + 9.79699993133545 + 209 + + + + + + 684.5999755859375 + 1629.199951171875 + + 137 + + 81 + + + 9.97700023651123 + 207 + + + + + + 684.5999755859375 + 1639.25 + + 137 + + 81 + + + 10.045999526977539 + 217 + + + + + + 684.5999755859375 + 1649.199951171875 + + 137 + + 80 + + + 9.954000473022461 + 182 + + + + + + 684.5999755859375 + 1659.22998046875 + + 137 + + 80 + + + 10.02299976348877 + 183 + + + + + + 684.4000244140625 + 1669.199951171875 + + 138 + + 81 + + + 9.97700023651123 + 193 + + + + + + 684.7999877929688 + 1679.1800537109375 + + 138 + + 80 + + + 9.97700023651123 + 193 + + + + + + 684.7999877929688 + 1689.25 + + 137 + + 80 + + + 10.069000244140625 + 198 + + + + + + 684.7999877929688 + 1699.1800537109375 + + 137 + + 80 + + + 9.930999755859375 + 219 + + + + + + 685.0 + 1709.1600341796875 + + 137 + + 82 + + + 9.97700023651123 + 180 + + + + + + 685.0 + 1719.1099853515625 + + 137 + + 80 + + + 9.954000473022461 + 199 + + + + + + 685.2000122070312 + 1728.969970703125 + + 137 + + 79 + + + 9.86400032043457 + 213 + + + + + + 685.4000244140625 + 1738.9300537109375 + + 137 + + 80 + + + 9.954000473022461 + 172 + + + + + + 685.4000244140625 + 1748.8800048828125 + + 138 + + 82 + + + 9.954000473022461 + 172 + + + + + + 685.2000122070312 + 1758.8399658203125 + + 137 + + 95 + + + 9.954000473022461 + 202 + + + + + + 685.2000122070312 + 1768.81005859375 + + 137 + + 84 + + + 9.97700023651123 + 186 + + + + + + 685.2000122070312 + 1778.7900390625 + + 138 + + 78 + + + 9.97700023651123 + 186 + + + + + + 685.0 + 1788.77001953125 + + 138 + + 78 + + + 9.97700023651123 + 186 + + + + + + 685.0 + 1798.77001953125 + + 138 + + 78 + + + 10.0 + 177 + + + + + + 685.4000244140625 + 1808.699951171875 + + 138 + + 78 + + + 9.930999755859375 + 185 + + + + + + 685.5999755859375 + 1818.6300048828125 + + 138 + + 78 + + + 9.930999755859375 + 185 + + + + + + 685.5999755859375 + 1828.52001953125 + + 138 + + 79 + + + 9.88599967956543 + 195 + + + + + + 685.5999755859375 + 1838.3800048828125 + + 138 + + 77 + + + 9.86400032043457 + 201 + + + + + + 685.7999877929688 + 1848.25 + + 139 + + 77 + + + 9.86400032043457 + 184 + + + + + + 685.7999877929688 + 1858.0400390625 + + 140 + + 82 + + + 9.79699993133545 + 169 + + + + + + 685.5999755859375 + 1867.8399658203125 + + 139 + + 81 + + + 9.79699993133545 + 232 + + + + + + 685.7999877929688 + 1877.6800537109375 + + 139 + + 77 + + + 9.842000007629395 + 194 + + + + + + 685.7999877929688 + 1887.52001953125 + + 140 + + 77 + + + 9.842000007629395 + 204 + + + + + + 685.5999755859375 + 1897.25 + + 140 + + 77 + + + 9.730999946594238 + 204 + + + + + + 685.5999755859375 + 1907.0699462890625 + + 140 + + 74 + + + 9.819000244140625 + 210 + + + + + + 685.5999755859375 + 1916.8199462890625 + + 140 + + 79 + + + 9.753000259399414 + 231 + + + + + + 685.5999755859375 + 1926.5799560546875 + + 140 + + 90 + + + 9.753000259399414 + 231 + + + + + + 685.5999755859375 + 1936.27001953125 + + 140 + + 82 + + + 9.687999725341797 + 184 + + + + + + 686.0 + 1945.949951171875 + + 140 + + 76 + + + 9.687999725341797 + 184 + + + + + + 685.7999877929688 + 1955.8399658203125 + + 140 + + 78 + + + 9.88599967956543 + 195 + + + + + + 685.5999755859375 + 1965.6800537109375 + + 140 + + 78 + + + 9.842000007629395 + 220 + + + + + + 685.5999755859375 + 1975.5699462890625 + + 140 + + 81 + + + 9.88599967956543 + 214 + + + + + + 685.4000244140625 + 1985.510009765625 + + 140 + + 80 + + + 9.909000396728516 + 185 + + + + + + 685.4000244140625 + 1995.5699462890625 + + 140 + + 78 + + + 10.093000411987305 + 216 + + + + + + 685.7999877929688 + 2005.5699462890625 + + 140 + + 78 + + + 10.0 + 207 + + + + + + 686.0 + 2015.5899658203125 + + 140 + + 80 + + + 10.02299976348877 + 157 + + + + + + 686.0 + 2025.47998046875 + + 139 + + 87 + + + 9.88599967956543 + 178 + + + + + + 686.2000122070312 + 2035.47998046875 + + 139 + + 85 + + + 10.0 + 187 + + + + + + 686.0 + 2045.449951171875 + + 139 + + 80 + + + 9.97700023651123 + 190 + + + + + + 685.7999877929688 + 2055.429931640625 + + 138 + + 84 + + + 9.97700023651123 + 190 + + + + + + 685.7999877929688 + 2065.389892578125 + + 138 + + 78 + + + 9.954000473022461 + 199 + + + + + + 685.7999877929688 + 2075.2900390625 + + 138 + + 78 + + + 9.909000396728516 + 162 + + + + + + 685.7999877929688 + 2085.159912109375 + + 138 + + 77 + + + 9.86400032043457 + 158 + + + + + + 685.5999755859375 + 2095.110107421875 + + 138 + + 78 + + + 9.954000473022461 + 223 + + + + + + 685.4000244140625 + 2105.070068359375 + + 138 + + 80 + + + 9.954000473022461 + 209 + + + + + + 685.0 + 2115.090087890625 + + 138 + + 85 + + + 10.02299976348877 + 183 + + + + + + 684.5999755859375 + 2124.929931640625 + + 138 + + 87 + + + 9.842000007629395 + 197 + + + + + + 684.4000244140625 + 2134.6201171875 + + 138 + + 85 + + + 9.687999725341797 + 187 + + + + + + 684.5999755859375 + 2144.389892578125 + + 138 + + 78 + + + 9.774999618530273 + 183 + + + + + + 684.5999755859375 + 2154.35009765625 + + 138 + + 72 + + + 9.954000473022461 + 192 + + + + + + 684.5999755859375 + 2164.300048828125 + + 138 + + 72 + + + 9.954000473022461 + 192 + + + + + + 684.5999755859375 + 2174.31005859375 + + 138 + + 81 + + + 10.01099967956543 + 197 + + + + + + 684.4000244140625 + 2184.27001953125 + + 137 + + 79 + + + 9.954000473022461 + 209 + + + + + + 684.2000122070312 + 2194.219970703125 + + 138 + + 79 + + + 9.954000473022461 + 182 + + + + + + 684.0 + 2204.199951171875 + + 137 + + 78 + + + 9.97700023651123 + 186 + + + + + + 683.7999877929688 + 2214.219970703125 + + 137 + + 78 + + + 10.02299976348877 + 210 + + + + + + 684.0 + 2224.02001953125 + + 137 + + 86 + + + 9.79699993133545 + 160 + + + + + + 684.0 + 2233.860107421875 + + 137 + + 80 + + + 9.842000007629395 + 204 + + + + + + 684.4000244140625 + 2243.7900390625 + + 138 + + 80 + + + 9.930999755859375 + 196 + + + + + + 684.4000244140625 + 2253.590087890625 + + 137 + + 78 + + + 9.79699993133545 + 157 + + + + + + 684.5999755859375 + 2263.5 + + 138 + + 85 + + + 9.909000396728516 + 222 + + + + + + 685.0 + 2273.409912109375 + + 138 + + 81 + + + 9.909000396728516 + 198 + + + + + + 685.2000122070312 + 2283.199951171875 + + 137 + + 77 + + + 9.79699993133545 + 169 + + + + + + 685.2000122070312 + 2293.0 + + 138 + + 82 + + + 9.79699993133545 + 222 + + + + + + 685.2000122070312 + 2302.780029296875 + + 138 + + 80 + + + 9.774999618530273 + 192 + + + + + + 685.4000244140625 + 2312.590087890625 + + 138 + + 81 + + + 9.79699993133545 + 209 + + + + + + 685.2000122070312 + 2322.300048828125 + + 137 + + 88 + + + 9.730999946594238 + 220 + + + + + + 685.2000122070312 + 2332.010009765625 + + 137 + + 86 + + + 9.710000038146973 + 204 + + + + + + 685.0 + 2341.719970703125 + + 137 + + 78 + + + 9.710000038146973 + 243 + + + + + + 684.7999877929688 + 2351.280029296875 + + 138 + + 77 + + + 9.5600004196167 + 198 + + + + + + 684.7999877929688 + 2360.989990234375 + + 138 + + 81 + + + 9.710000038146973 + 243 + + + + + + 684.5999755859375 + 2370.7900390625 + + 138 + + 78 + + + 9.79699993133545 + 232 + + + + + + 684.7999877929688 + 2380.6298828125 + + 138 + + 80 + + + 9.842000007629395 + 187 + + + + + + 685.0 + 2390.469970703125 + + 138 + + 78 + + + 9.842000007629395 + 282 + + + + + + 685.4000244140625 + 2400.360107421875 + + 138 + + 82 + + + 9.88599967956543 + 224 + + + + + + 685.2000122070312 + 2410.3798828125 + + 139 + + 83 + + + 10.02299976348877 + 234 + + + + + + 685.4000244140625 + 2420.340087890625 + + 138 + + 81 + + + 9.954000473022461 + 229 + + + + + + 685.5999755859375 + 2430.31005859375 + + 138 + + 79 + + + 9.97700023651123 + 180 + + + + + + + 9.932000160217285 + 80 + 112 + 199 + 282 + + + + + 38.0 + 393.92 + 10.357000350952147 + 8 + + 141 + + + 142 + + Active + 95 + Manual + + + + 685.5999755859375 + 2430.31005859375 + + 138 + + 79 + + + 9.97700023651123 + 180 + + + + + + 685.7999877929688 + 2440.27001953125 + + 138 + + 78 + + + 9.954000473022461 + 206 + + + + + + 686.0 + 2450.2900390625 + + 139 + + 78 + + + 10.02299976348877 + 244 + + + + + + 686.4000244140625 + 2460.409912109375 + + 140 + + 81 + + + 10.116000175476074 + 226 + + + + + + 686.4000244140625 + 2470.570068359375 + + 140 + + 95 + + + 10.163000106811523 + 210 + + + + + + 686.4000244140625 + 2480.81005859375 + + 140 + + 91 + + + 10.234999656677246 + 266 + + + + + + 686.2000122070312 + 2490.830078125 + + 141 + + 86 + + + 10.02299976348877 + 231 + + + + + + 686.2000122070312 + 2500.919921875 + + 141 + + 85 + + + 10.093000411987305 + 205 + + + + + + 686.2000122070312 + 2511.06005859375 + + 141 + + 79 + + + 10.140000343322754 + 213 + + + + + + 686.4000244140625 + 2521.300048828125 + + 141 + + 80 + + + 10.234999656677246 + 208 + + + + + + 686.4000244140625 + 2531.43994140625 + + 140 + + 80 + + + 10.140000343322754 + 189 + + + + + + 686.5999755859375 + 2541.699951171875 + + 141 + + 87 + + + 10.258999824523926 + 212 + + + + + + 686.5999755859375 + 2551.97998046875 + + 141 + + 93 + + + 10.284000396728516 + 216 + + + + + + 686.5999755859375 + 2562.340087890625 + + 141 + + 75 + + + 10.357000350952148 + 187 + + + + + + 686.4000244140625 + 2572.669921875 + + 140 + + 80 + + + 10.331999778747559 + 176 + + + + + + 686.0 + 2582.949951171875 + + 141 + + 83 + + + 10.284000396728516 + 178 + + + + + + 686.0 + 2593.139892578125 + + 141 + + 80 + + + 10.187000274658203 + 184 + + + + + + 685.4000244140625 + 2603.39990234375 + + 140 + + 80 + + + 10.258999824523926 + 226 + + + + + + 685.0 + 2613.469970703125 + + 141 + + 78 + + + 10.069000244140625 + 161 + + + + + + 684.7999877929688 + 2623.64990234375 + + 141 + + 82 + + + 10.187000274658203 + 218 + + + + + + 684.4000244140625 + 2633.840087890625 + + 140 + + 81 + + + 10.187000274658203 + 241 + + + + + + 684.2000122070312 + 2644.02001953125 + + 141 + + 81 + + + 10.140000343322754 + 189 + + + + + + 684.2000122070312 + 2654.1201171875 + + 141 + + 81 + + + 10.140000343322754 + 175 + + + + + + 684.0 + 2664.169921875 + + 140 + + 80 + + + 10.045999526977539 + 211 + + + + + + 684.0 + 2674.239990234375 + + 140 + + 80 + + + 10.069000244140625 + 218 + + + + + + 684.2000122070312 + 2684.260009765625 + + 141 + + 80 + + + 10.02299976348877 + 234 + + + + + + 684.4000244140625 + 2694.2099609375 + + 140 + + 78 + + + 9.954000473022461 + 246 + + + + + + 685.0 + 2704.2099609375 + + 140 + + 78 + + + 10.0 + 251 + + + + + + 685.5999755859375 + 2714.159912109375 + + 140 + + 78 + + + 9.909000396728516 + 222 + + + + + + 686.0 + 2723.97998046875 + + 140 + + 78 + + + 9.819000244140625 + 259 + + + + + + 686.0 + 2733.699951171875 + + 140 + + 75 + + + 9.753000259399414 + 231 + + + + + + 686.2000122070312 + 2743.510009765625 + + 141 + + 76 + + + 9.819000244140625 + 220 + + + + + + 686.2000122070312 + 2753.489990234375 + + 141 + + 77 + + + 9.97700023651123 + 236 + + + + + + 685.7999877929688 + 2763.469970703125 + + 142 + + 78 + + + 9.97700023651123 + 190 + + + + + + 685.5999755859375 + 2773.580078125 + + 142 + + 81 + + + 10.116000175476074 + 226 + + + + + + 685.4000244140625 + 2783.75 + + 141 + + 82 + + + 10.163000106811523 + 257 + + + + + + 685.2000122070312 + 2793.909912109375 + + 142 + + 90 + + + 10.163000106811523 + 217 + + + + + + 685.0 + 2804.050048828125 + + 142 + + 82 + + + 10.140000343322754 + 202 + + + + + + 685.0 + 2814.260009765625 + + 141 + + 80 + + + 10.211000442504883 + 334 + + + + + + 685.2000122070312 + 2824.590087890625 + + 142 + + 80 + + + 10.331999778747559 + 242 + + + + + + + 9.991999626159668 + 81 + 53 + 218 + 334 + + + + + 38.0 + 407.44 + 10.821000099182129 + 9 + + 145 + + + 148 + + Active + 93 + Manual + + + + 685.2000122070312 + 2824.590087890625 + + 142 + + 80 + + + 10.331999778747559 + 242 + + + + + + 685.2000122070312 + 2835.06005859375 + + 142 + + 83 + + + 10.406999588012695 + 222 + + + + + + 685.4000244140625 + 2845.27001953125 + + 141 + + 85 + + + 10.258999824523926 + 236 + + + + + + 685.5999755859375 + 2855.669921875 + + 141 + + 85 + + + 10.406999588012695 + 253 + + + + + + 685.5999755859375 + 2866.050048828125 + + 141 + + 82 + + + 10.381999969482422 + 218 + + + + + + 685.7999877929688 + 2876.3798828125 + + 141 + + 84 + + + 10.331999778747559 + 227 + + + + + + 685.7999877929688 + 2886.739990234375 + + 142 + + 86 + + + 10.357000350952148 + 238 + + + + + + 685.7999877929688 + 2897.090087890625 + + 143 + + 84 + + + 10.357000350952148 + 217 + + + + + + 685.4000244140625 + 2907.47998046875 + + 143 + + 84 + + + 10.381999969482422 + 267 + + + + + + 685.2000122070312 + 2917.659912109375 + + 144 + + 84 + + + 10.187000274658203 + 272 + + + + + + 684.7999877929688 + 2928.050048828125 + + 145 + + 81 + + + 10.381999969482422 + 250 + + + + + + 684.4000244140625 + 2938.47998046875 + + 145 + + 84 + + + 10.432000160217285 + 257 + + + + + + 684.0 + 2948.8798828125 + + 144 + + 86 + + + 10.406999588012695 + 261 + + + + + + 684.0 + 2959.3701171875 + + 145 + + 84 + + + 10.482000350952148 + 291 + + + + + + 683.7999877929688 + 2970.0 + + 145 + + 84 + + + 10.63599967956543 + 241 + + + + + + 683.5999755859375 + 2980.77001953125 + + 145 + + 85 + + + 10.767000198364258 + 255 + + + + + + 683.5999755859375 + 2991.56005859375 + + 146 + + 87 + + + 10.793999671936035 + 244 + + + + + + 683.5999755859375 + 3002.25 + + 146 + + 86 + + + 10.687999725341797 + 242 + + + + + + 683.2000122070312 + 3013.070068359375 + + 147 + + 86 + + + 10.821000099182129 + 260 + + + + + + 683.0 + 3023.7099609375 + + 147 + + 86 + + + 10.63599967956543 + 266 + + + + + + 683.0 + 3034.419921875 + + 146 + + 93 + + + 10.71399974822998 + 236 + + + + + + 683.0 + 3045.110107421875 + + 147 + + 88 + + + 10.687999725341797 + 213 + + + + + + 683.4000244140625 + 3055.800048828125 + + 146 + + 84 + + + 10.687999725341797 + 221 + + + + + + 684.0 + 3066.3798828125 + + 147 + + 84 + + + 10.583999633789062 + 250 + + + + + + 684.4000244140625 + 3076.969970703125 + + 147 + + 84 + + + 10.583999633789062 + 202 + + + + + + 684.5999755859375 + 3087.5 + + 148 + + 90 + + + 10.532999992370605 + 221 + + + + + + 684.5999755859375 + 3098.030029296875 + + 148 + + 85 + + + 10.532999992370605 + 236 + + + + + + 684.4000244140625 + 3108.2900390625 + + 148 + + 84 + + + 10.258999824523926 + 230 + + + + + + 684.0 + 3118.60009765625 + + 148 + + 91 + + + 10.307999610900879 + 220 + + + + + + 684.0 + 3128.7900390625 + + 148 + + 86 + + + 10.187000274658203 + 231 + + + + + + 684.0 + 3139.010009765625 + + 148 + + 82 + + + 10.163000106811523 + 278 + + + + + + 684.2000122070312 + 3149.139892578125 + + 147 + + 77 + + + 10.187000274658203 + 224 + + + + + + 684.4000244140625 + 3159.280029296875 + + 147 + + 77 + + + 10.140000343322754 + 217 + + + + + + 685.0 + 3169.570068359375 + + 147 + + 83 + + + 10.284000396728516 + 243 + + + + + + 685.2000122070312 + 3179.919921875 + + 147 + + 85 + + + 10.357000350952148 + 197 + + + + + + 685.5999755859375 + 3190.320068359375 + + 147 + + 82 + + + 10.406999588012695 + 190 + + + + + + 685.7999877929688 + 3200.72998046875 + + 147 + + 84 + + + 10.406999588012695 + 233 + + + + + + 686.0 + 3211.260009765625 + + 146 + + 86 + + + 10.532999992370605 + 256 + + + + + + 686.0 + 3221.699951171875 + + 146 + + 83 + + + 10.432000160217285 + 271 + + + + + + 686.2000122070312 + 3232.10009765625 + + 146 + + 81 + + + 10.406999588012695 + 198 + + + + + + + 10.373000144958496 + 84 + 55 + 239 + 291 + + + + + 40.0 + 430.35 + 10.821000099182129 + 9 + + 147 + + + 149 + + Active + 103 + Manual + + + + 686.2000122070312 + 3232.10009765625 + + 146 + + 81 + + + 10.406999588012695 + 198 + + + + + + 686.0 + 3242.590087890625 + + 146 + + 83 + + + 10.482000350952148 + 206 + + + + + + 686.0 + 3253.090087890625 + + 146 + + 85 + + + 10.506999969482422 + 224 + + + + + + 686.2000122070312 + 3263.6298828125 + + 146 + + 83 + + + 10.532999992370605 + 246 + + + + + + 686.2000122070312 + 3274.239990234375 + + 146 + + 82 + + + 10.609999656677246 + 262 + + + + + + 686.2000122070312 + 3284.85009765625 + + 146 + + 84 + + + 10.609999656677246 + 237 + + + + + + 686.0 + 3295.47998046875 + + 146 + + 89 + + + 10.63599967956543 + 238 + + + + + + 686.0 + 3306.1201171875 + + 147 + + 86 + + + 10.63599967956543 + 276 + + + + + + 685.5999755859375 + 3316.64990234375 + + 146 + + 87 + + + 10.532999992370605 + 239 + + + + + + 685.4000244140625 + 3327.260009765625 + + 146 + + 89 + + + 10.609999656677246 + 315 + + + + + + 685.2000122070312 + 3337.8701171875 + + 145 + + 87 + + + 10.609999656677246 + 262 + + + + + + 685.2000122070312 + 3348.530029296875 + + 147 + + 89 + + + 10.661999702453613 + 252 + + + + + + 684.7999877929688 + 3359.219970703125 + + 147 + + 103 + + + 10.687999725341797 + 210 + + + + + + 684.2000122070312 + 3369.989990234375 + + 147 + + 92 + + + 10.767000198364258 + 212 + + + + + + 683.5999755859375 + 3380.75 + + 147 + + 86 + + + 10.767000198364258 + 237 + + + + + + 683.7999877929688 + 3391.550048828125 + + 147 + + 85 + + + 10.793999671936035 + 216 + + + + + + 683.7999877929688 + 3402.3701171875 + + 147 + + 88 + + + 10.821000099182129 + 238 + + + + + + 683.5999755859375 + 3413.06005859375 + + 147 + + 87 + + + 10.687999725341797 + 231 + + + + + + 683.7999877929688 + 3423.75 + + 147 + + 86 + + + 10.687999725341797 + 260 + + + + + + 684.2000122070312 + 3434.4599609375 + + 148 + + 85 + + + 10.71399974822998 + 225 + + + + + + 684.0 + 3444.93994140625 + + 148 + + 86 + + + 10.482000350952148 + 196 + + + + + + 684.0 + 3455.469970703125 + + 148 + + 90 + + + 10.532999992370605 + 225 + + + + + + 684.4000244140625 + 3465.929931640625 + + 148 + + 90 + + + 10.456999778747559 + 226 + + + + + + 684.7999877929688 + 3476.360107421875 + + 147 + + 86 + + + 10.432000160217285 + 279 + + + + + + 685.2000122070312 + 3486.800048828125 + + 146 + + 82 + + + 10.432000160217285 + 195 + + + + + + 685.5999755859375 + 3497.14990234375 + + 147 + + 86 + + + 10.357000350952148 + 259 + + + + + + 685.4000244140625 + 3507.47998046875 + + 148 + + 88 + + + 10.307999610900879 + 231 + + + + + + 685.0 + 3517.60009765625 + + 148 + + 91 + + + 10.140000343322754 + 247 + + + + + + 684.4000244140625 + 3527.739990234375 + + 148 + + 86 + + + 10.140000343322754 + 237 + + + + + + 684.0 + 3537.929931640625 + + 148 + + 80 + + + 10.187000274658203 + 241 + + + + + + 683.7999877929688 + 3548.1201171875 + + 148 + + 79 + + + 10.187000274658203 + 245 + + + + + + 683.7999877929688 + 3558.330078125 + + 147 + + 81 + + + 10.211000442504883 + 245 + + + + + + 684.0 + 3568.56005859375 + + 148 + + 81 + + + 10.234999656677246 + 215 + + + + + + 683.7999877929688 + 3579.090087890625 + + 148 + + 79 + + + 10.187000274658203 + 194 + + + + + + 683.7999877929688 + 3589.10009765625 + + 148 + + 80 + + + 10.357000350952148 + 238 + + + + + + 683.4000244140625 + 3599.5400390625 + + 148 + + 80 + + + 10.432000160217285 + 199 + + + + + + 683.0 + 3610.010009765625 + + 148 + + 82 + + + 10.482000350952148 + 231 + + + + + + 682.5999755859375 + 3620.469970703125 + + 149 + + 84 + + + 10.456999778747559 + 181 + + + + + + 682.4000244140625 + 3630.97998046875 + + 148 + + 86 + + + 10.506999969482422 + 220 + + + + + + 682.5999755859375 + 3641.47998046875 + + 148 + + 86 + + + 10.506999969482422 + 238 + + + + + + 683.0 + 3652.0400390625 + + 149 + + 82 + + + 10.557999610900879 + 215 + + + + + + 683.4000244140625 + 3662.6298828125 + + 148 + + 88 + + + 10.583999633789062 + 194 + + + + + + + 10.699000358581543 + 85 + 58 + 233 + 315 + + + + + 38.0 + 403.43 + 10.741000175476074 + 9 + + 148 + + + 150 + + Active + 92 + Manual + + + + 683.4000244140625 + 3662.6298828125 + + 148 + + 88 + + + 10.583999633789062 + 194 + + + + + + 683.5999755859375 + 3673.2099609375 + + 148 + + 87 + + + 10.583999633789062 + 198 + + + + + + 684.2000122070312 + 3683.8798828125 + + 148 + + 88 + + + 10.661999702453613 + 171 + + + + + + 683.7999877929688 + 3694.4599609375 + + 148 + + 90 + + + 10.583999633789062 + 198 + + + + + + 683.5999755859375 + 3704.9599609375 + + 148 + + 88 + + + 10.506999969482422 + 235 + + + + + + 683.4000244140625 + 3715.64990234375 + + 148 + + 86 + + + 10.687999725341797 + 278 + + + + + + 683.4000244140625 + 3726.159912109375 + + 148 + + 85 + + + 10.506999969482422 + 224 + + + + + + 683.5999755859375 + 3736.820068359375 + + 148 + + 85 + + + 10.661999702453613 + 252 + + + + + + 683.5999755859375 + 3747.429931640625 + + 148 + + 85 + + + 10.609999656677246 + 286 + + + + + + 683.4000244140625 + 3758.070068359375 + + 147 + + 86 + + + 10.63599967956543 + 256 + + + + + + 683.5999755859375 + 3768.64990234375 + + 147 + + 88 + + + 10.583999633789062 + 275 + + + + + + 683.7999877929688 + 3779.31005859375 + + 148 + + 92 + + + 10.661999702453613 + 239 + + + + + + 683.5999755859375 + 3789.89990234375 + + 148 + + 88 + + + 10.583999633789062 + 222 + + + + + + 683.5999755859375 + 3800.610107421875 + + 147 + + 86 + + + 10.71399974822998 + 225 + + + + + + 683.2000122070312 + 3811.320068359375 + + 148 + + 85 + + + 10.71399974822998 + 251 + + + + + + 682.5999755859375 + 3821.989990234375 + + 148 + + 84 + + + 10.661999702453613 + 256 + + + + + + 682.2000122070312 + 3832.72998046875 + + 148 + + 85 + + + 10.741000175476074 + 279 + + + + + + 681.7999877929688 + 3843.419921875 + + 147 + + 88 + + + 10.687999725341797 + 224 + + + + + + 681.5999755859375 + 3854.10009765625 + + 147 + + 87 + + + 10.661999702453613 + 267 + + + + + + 681.5999755859375 + 3864.68994140625 + + 147 + + 85 + + + 10.609999656677246 + 202 + + + + + + 682.0 + 3877.85009765625 + + 147 + + 85 + + + 10.532999992370605 + 225 + + + + + + 682.0 + 3888.340087890625 + + 146 + + 85 + + + 10.482000350952148 + 234 + + + + + + 682.0 + 3898.7900390625 + + 146 + + 82 + + + 10.456999778747559 + 265 + + + + + + 682.0 + 3909.219970703125 + + 146 + + 84 + + + 10.432000160217285 + 264 + + + + + + 682.0 + 3919.659912109375 + + 147 + + 85 + + + 10.432000160217285 + 251 + + + + + + 682.0 + 3929.9599609375 + + 147 + + 83 + + + 10.307999610900879 + 241 + + + + + + 681.7999877929688 + 3940.179931640625 + + 147 + + 79 + + + 10.211000442504883 + 269 + + + + + + 682.2000122070312 + 3950.4599609375 + + 147 + + 81 + + + 10.284000396728516 + 285 + + + + + + 682.4000244140625 + 3960.820068359375 + + 148 + + 70 + + + 10.357000350952148 + 283 + + + + + + 682.5999755859375 + 3971.1201171875 + + 148 + + 75 + + + 10.307999610900879 + 275 + + + + + + 682.7999877929688 + 3981.610107421875 + + 149 + + 86 + + + 10.482000350952148 + 234 + + + + + + 683.2000122070312 + 3992.010009765625 + + 149 + + 83 + + + 10.406999588012695 + 212 + + + + + + 683.2000122070312 + 4002.550048828125 + + 148 + + 80 + + + 10.532999992370605 + 232 + + + + + + 683.4000244140625 + 4013.1298828125 + + 149 + + 84 + + + 10.583999633789062 + 194 + + + + + + 683.7999877929688 + 4023.7900390625 + + 150 + + 85 + + + 10.661999702453613 + 195 + + + + + + 684.0 + 4034.300048828125 + + 150 + + 85 + + + 10.506999969482422 + 182 + + + + + + 684.0 + 4044.909912109375 + + 150 + + 90 + + + 10.609999656677246 + 209 + + + + + + 684.0 + 4055.469970703125 + + 150 + + 90 + + + 10.557999610900879 + 261 + + + + + + 683.7999877929688 + 4066.10009765625 + + 150 + + 85 + + + 10.63599967956543 + 223 + + + + + + + 10.539999961853027 + 85 + 54 + 238 + 286 + + + + + 77.0 + 830.38 + 11.154000282287596 + 19 + + 149 + + + 151 + + Active + 102 + Manual + + + + 683.7999877929688 + 4066.10009765625 + + 150 + + 85 + + + 10.63599967956543 + 223 + + + + + + 683.7999877929688 + 4076.68994140625 + + 151 + + 82 + + + 10.583999633789062 + 219 + + + + + + 683.5999755859375 + 4087.35009765625 + + 151 + + 83 + + + 10.661999702453613 + 252 + + + + + + 684.4000244140625 + 4098.1201171875 + + 150 + + 84 + + + 10.767000198364258 + 262 + + + + + + 684.4000244140625 + 4108.85986328125 + + 150 + + 88 + + + 10.741000175476074 + 251 + + + + + + 684.2000122070312 + 4119.60009765625 + + 149 + + 92 + + + 10.741000175476074 + 236 + + + + + + 684.2000122070312 + 4130.31005859375 + + 149 + + 89 + + + 10.71399974822998 + 268 + + + + + + 683.0 + 4141.02978515625 + + 149 + + 87 + + + 10.71399974822998 + 193 + + + + + + 682.5999755859375 + 4151.56005859375 + + 150 + + 93 + + + 10.532999992370605 + 197 + + + + + + 682.4000244140625 + 4162.169921875 + + 150 + + 86 + + + 10.609999656677246 + 220 + + + + + + 682.4000244140625 + 4172.75 + + 150 + + 84 + + + 10.583999633789062 + 237 + + + + + + 682.0 + 4183.39013671875 + + 149 + + 85 + + + 10.63599967956543 + 238 + + + + + + 681.4000244140625 + 4194.02978515625 + + 149 + + 85 + + + 10.63599967956543 + 245 + + + + + + 681.0 + 4204.7099609375 + + 149 + + 88 + + + 10.687999725341797 + 268 + + + + + + 681.0 + 4215.509765625 + + 149 + + 83 + + + 10.793999671936035 + 233 + + + + + + 680.7999877929688 + 4226.2998046875 + + 149 + + 85 + + + 10.793999671936035 + 220 + + + + + + 680.7999877929688 + 4236.9599609375 + + 149 + + 89 + + + 10.661999702453613 + 206 + + + + + + 680.5999755859375 + 4247.5498046875 + + 149 + + 88 + + + 10.583999633789062 + 202 + + + + + + 680.4000244140625 + 4258.1298828125 + + 149 + + 84 + + + 10.583999633789062 + 250 + + + + + + 680.2000122070312 + 4268.72021484375 + + 149 + + 83 + + + 10.583999633789062 + 198 + + + + + + 680.2000122070312 + 4279.02001953125 + + 149 + + 82 + + + 10.307999610900879 + 158 + + + + + + 680.0 + 4289.330078125 + + 149 + + 96 + + + 10.307999610900879 + 199 + + + + + + 680.4000244140625 + 4299.58984375 + + 149 + + 102 + + + 10.258999824523926 + 232 + + + + + + 680.7999877929688 + 4309.85009765625 + + 149 + + 89 + + + 10.258999824523926 + 243 + + + + + + 681.2000122070312 + 4320.10986328125 + + 149 + + 82 + + + 10.258999824523926 + 192 + + + + + + 681.2000122070312 + 4330.27001953125 + + 149 + + 82 + + + 10.163000106811523 + 183 + + + + + + 681.5999755859375 + 4340.33984375 + + 148 + + 81 + + + 10.069000244140625 + 299 + + + + + + 682.2000122070312 + 4350.47998046875 + + 148 + + 81 + + + 10.140000343322754 + 250 + + + + + + 682.4000244140625 + 4360.6201171875 + + 148 + + 80 + + + 10.140000343322754 + 230 + + + + + + 682.7999877929688 + 4370.89990234375 + + 148 + + 80 + + + 10.284000396728516 + 281 + + + + + + 683.2000122070312 + 4381.1201171875 + + 147 + + 81 + + + 10.211000442504883 + 300 + + + + + + 683.2000122070312 + 4391.52001953125 + + 147 + + 82 + + + 10.406999588012695 + 285 + + + + + + 683.0 + 4402.02978515625 + + 146 + + 85 + + + 10.506999969482422 + 263 + + + + + + 683.0 + 4412.68994140625 + + 147 + + 86 + + + 10.661999702453613 + 231 + + + + + + 682.7999877929688 + 4423.27978515625 + + 147 + + 86 + + + 10.583999633789062 + 240 + + + + + + 682.5999755859375 + 4433.9599609375 + + 147 + + 85 + + + 10.687999725341797 + 224 + + + + + + 682.2000122070312 + 4444.68017578125 + + 147 + + 85 + + + 10.71399974822998 + 247 + + + + + + 682.0 + 4455.33984375 + + 148 + + 85 + + + 10.661999702453613 + 241 + + + + + + 681.7999877929688 + 4466.18017578125 + + 148 + + 84 + + + 10.821000099182129 + 231 + + + + + + 681.2000122070312 + 4476.81982421875 + + 148 + + 84 + + + 10.661999702453613 + 245 + + + + + + 681.0 + 4487.56005859375 + + 148 + + 86 + + + 10.741000175476074 + 254 + + + + + + 680.5999755859375 + 4498.330078125 + + 148 + + 85 + + + 10.767000198364258 + 237 + + + + + + 680.7999877929688 + 4509.259765625 + + 149 + + 85 + + + 10.930000305175781 + 245 + + + + + + 681.2000122070312 + 4519.9501953125 + + 148 + + 88 + + + 10.687999725341797 + 264 + + + + + + 681.7999877929688 + 4530.68994140625 + + 148 + + 90 + + + 10.741000175476074 + 276 + + + + + + 682.2000122070312 + 4541.3798828125 + + 149 + + 87 + + + 10.687999725341797 + 253 + + + + + + 682.5999755859375 + 4551.9599609375 + + 148 + + 85 + + + 10.583999633789062 + 250 + + + + + + 682.7999877929688 + 4562.52001953125 + + 148 + + 85 + + + 10.557999610900879 + 228 + + + + + + 682.5999755859375 + 4573.259765625 + + 149 + + 85 + + + 10.741000175476074 + 290 + + + + + + 682.2000122070312 + 4583.83984375 + + 148 + + 85 + + + 10.583999633789062 + 300 + + + + + + 682.2000122070312 + 4594.60986328125 + + 147 + + 85 + + + 10.767000198364258 + 295 + + + + + + 682.0 + 4605.4599609375 + + 148 + + 89 + + + 10.847999572753906 + 225 + + + + + + 681.5999755859375 + 4616.31005859375 + + 148 + + 90 + + + 10.847999572753906 + 221 + + + + + + 681.2000122070312 + 4627.1298828125 + + 149 + + 88 + + + 10.821000099182129 + 227 + + + + + + 681.0 + 4637.89990234375 + + 149 + + 86 + + + 10.767000198364258 + 233 + + + + + + 680.7999877929688 + 4648.56005859375 + + 150 + + 84 + + + 10.661999702453613 + 239 + + + + + + 680.2000122070312 + 4659.25 + + 150 + + 84 + + + 10.687999725341797 + 303 + + + + + + 680.5999755859375 + 4669.990234375 + + 150 + + 86 + + + 10.741000175476074 + 254 + + + + + + 680.7999877929688 + 4680.669921875 + + 150 + + 87 + + + 10.687999725341797 + 228 + + + + + + 681.0 + 4691.33984375 + + 150 + + 85 + + + 10.661999702453613 + 245 + + + + + + 681.4000244140625 + 4701.97021484375 + + 150 + + 87 + + + 10.63599967956543 + 266 + + + + + + 681.7999877929688 + 4712.68994140625 + + 150 + + 87 + + + 10.71399974822998 + 271 + + + + + + 682.2000122070312 + 4723.43017578125 + + 150 + + 86 + + + 10.741000175476074 + 240 + + + + + + 682.4000244140625 + 4734.1201171875 + + 150 + + 87 + + + 10.687999725341797 + 246 + + + + + + 682.2000122070312 + 4744.85986328125 + + 150 + + 87 + + + 10.741000175476074 + 316 + + + + + + 682.0 + 4755.35986328125 + + 150 + + 88 + + + 10.506999969482422 + 288 + + + + + + 682.0 + 4765.9501953125 + + 150 + + 87 + + + 10.583999633789062 + 349 + + + + + + 682.0 + 4776.66015625 + + 150 + + 83 + + + 10.71399974822998 + 304 + + + + + + 682.0 + 4787.35009765625 + + 150 + + 83 + + + 10.687999725341797 + 289 + + + + + + 682.2000122070312 + 4798.0400390625 + + 150 + + 85 + + + 10.687999725341797 + 275 + + + + + + 682.4000244140625 + 4808.77978515625 + + 150 + + 85 + + + 10.741000175476074 + 290 + + + + + + 682.4000244140625 + 4819.5498046875 + + 150 + + 87 + + + 10.767000198364258 + 244 + + + + + + 682.4000244140625 + 4830.58984375 + + 151 + + 89 + + + 11.039999961853027 + 250 + + + + + + 682.4000244140625 + 4841.6298828125 + + 150 + + 94 + + + 11.039999961853027 + 277 + + + + + + 682.2000122070312 + 4852.580078125 + + 150 + + 90 + + + 10.956999778747559 + 237 + + + + + + 682.2000122070312 + 4863.6201171875 + + 150 + + 86 + + + 11.039999961853027 + 247 + + + + + + 682.2000122070312 + 4874.66015625 + + 151 + + 86 + + + 11.039999961853027 + 247 + + + + + + 682.0 + 4885.85009765625 + + 151 + + 90 + + + 11.154000282287598 + 250 + + + + + + 682.0 + 4896.93994140625 + + 151 + + 88 + + + 11.097000122070312 + 233 + + + + + + + 10.571000099182127 + 86 + 112 + 248 + 349 + + + + + 36.0 + 398.27 + 11.154000282287596 + 9 + + 152 + + + 154 + + Active + 92 + Manual + + + + 682.0 + 4896.93994140625 + + 151 + + 88 + + + 11.097000122070312 + 233 + + + + + + 682.2000122070312 + 4908.0400390625 + + 152 + + 92 + + + 11.097000122070312 + 248 + + + + + + 682.4000244140625 + 4919.16015625 + + 151 + + 91 + + + 11.154000282287598 + 271 + + + + + + 682.5999755859375 + 4930.31982421875 + + 151 + + 89 + + + 11.154000282287598 + 250 + + + + + + 682.7999877929688 + 4941.47021484375 + + 152 + + 88 + + + 11.154000282287598 + 234 + + + + + + 682.5999755859375 + 4952.5400390625 + + 152 + + 86 + + + 11.069000244140625 + 239 + + + + + + 682.4000244140625 + 4963.5 + + 152 + + 87 + + + 10.956999778747559 + 234 + + + + + + 682.2000122070312 + 4974.43017578125 + + 153 + + 87 + + + 10.930000305175781 + 284 + + + + + + 681.7999877929688 + 4985.2998046875 + + 152 + + 85 + + + 10.875 + 243 + + + + + + 681.5999755859375 + 4996.1201171875 + + 152 + + 84 + + + 10.821000099182129 + 249 + + + + + + 681.4000244140625 + 5006.9501953125 + + 152 + + 86 + + + 10.821000099182129 + 249 + + + + + + 681.0 + 5017.81982421875 + + 152 + + 88 + + + 10.875 + 243 + + + + + + 680.7999877929688 + 5028.60986328125 + + 152 + + 68 + + + 10.793999671936035 + 227 + + + + + + 680.5999755859375 + 5039.3798828125 + + 153 + + 90 + + + 10.767000198364258 + 241 + + + + + + 680.2000122070312 + 5050.14990234375 + + 153 + + 89 + + + 10.767000198364258 + 241 + + + + + + 680.0 + 5060.85986328125 + + 153 + + 87 + + + 10.71399974822998 + 240 + + + + + + 679.7999877929688 + 5071.60009765625 + + 153 + + 85 + + + 10.741000175476074 + 225 + + + + + + 679.7999877929688 + 5082.3701171875 + + 154 + + 86 + + + 10.767000198364258 + 255 + + + + + + 679.7999877929688 + 5092.9501953125 + + 153 + + 86 + + + 10.583999633789062 + 215 + + + + + + 680.0 + 5103.5400390625 + + 153 + + 86 + + + 10.583999633789062 + 233 + + + + + + 680.4000244140625 + 5114.1201171875 + + 153 + + 86 + + + 10.583999633789062 + 229 + + + + + + 681.0 + 5124.68017578125 + + 153 + + 85 + + + 10.557999610900879 + 236 + + + + + + 682.0 + 5135.259765625 + + 153 + + 88 + + + 10.583999633789062 + 222 + + + + + + 682.4000244140625 + 5145.7998046875 + + 153 + + 91 + + + 10.532999992370605 + 288 + + + + + + 682.5999755859375 + 5156.27978515625 + + 152 + + 87 + + + 10.482000350952148 + 252 + + + + + + 682.5999755859375 + 5166.7900390625 + + 152 + + 85 + + + 10.506999969482422 + 273 + + + + + + 681.7999877929688 + 5177.25 + + 152 + + 85 + + + 10.432000160217285 + 285 + + + + + + 681.2000122070312 + 5187.72998046875 + + 152 + + 85 + + + 10.506999969482422 + 294 + + + + + + 681.0 + 5198.18017578125 + + 152 + + 85 + + + 10.456999778747559 + 325 + + + + + + 680.7999877929688 + 5208.83984375 + + 153 + + 84 + + + 10.661999702453613 + 281 + + + + + + 680.5999755859375 + 5219.39990234375 + + 152 + + 84 + + + 10.557999610900879 + 222 + + + + + + 680.7999877929688 + 5230.06005859375 + + 152 + + 85 + + + 10.661999702453613 + 228 + + + + + + 680.5999755859375 + 5240.89013671875 + + 152 + + 85 + + + 10.821000099182129 + 256 + + + + + + 680.5999755859375 + 5251.68017578125 + + 152 + + 85 + + + 10.793999671936035 + 216 + + + + + + 680.5999755859375 + 5262.56982421875 + + 152 + + 85 + + + 10.847999572753906 + 203 + + + + + + 680.5999755859375 + 5273.31982421875 + + 152 + + 87 + + + 10.793999671936035 + 252 + + + + + + 680.5999755859375 + 5284.1201171875 + + 151 + + 87 + + + 10.793999671936035 + 252 + + + + + + 680.7999877929688 + 5294.93994140625 + + 151 + + 86 + + + 10.821000099182129 + 202 + + + + + + + 10.78600025177002 + 86 + 53 + 248 + 325 + + + + + 750.0 + 456.34 + 10.930000305175781 + 8 + + 144 + + + 152 + + Active + 129 + Manual + + + + 680.7999877929688 + 5294.93994140625 + + 151 + + 86 + + + 10.821000099182129 + 202 + + + + + + 680.5999755859375 + 5305.8701171875 + + 151 + + 87 + + + 10.930000305175781 + 186 + + + + + + 680.7999877929688 + 5316.580078125 + + 152 + + 86 + + + 10.71399974822998 + 175 + + + + + + 681.5999755859375 + 5327.39990234375 + + 152 + + 87 + + + 10.821000099182129 + 216 + + + + + + 681.7999877929688 + 5338.22021484375 + + 151 + + 89 + + + 10.821000099182129 + 169 + + + + + + 682.0 + 5348.89013671875 + + 151 + + 76 + + + 10.661999702453613 + 146 + + + + + + 682.2000122070312 + 5359.5498046875 + + 151 + + 65 + + + 10.661999702453613 + 146 + + + + + + 682.2000122070312 + 5369.830078125 + + 151 + + 71 + + + 10.284000396728516 + 161 + + + + + + 681.5999755859375 + 5380.1201171875 + + 151 + + 78 + + + 10.284000396728516 + 158 + + + + + + 681.4000244140625 + 5390.1201171875 + + 150 + + 63 + + + 10.0 + 216 + + + + + + 682.0 + 5400.0498046875 + + 150 + + 68 + + + 9.930999755859375 + 159 + + + + + + 682.4000244140625 + 5409.91015625 + + 150 + + 88 + + + 9.86400032043457 + 204 + + + + + + 682.4000244140625 + 5419.6201171875 + + 150 + + 96 + + + 9.710000038146973 + 207 + + + + + + 682.2000122070312 + 5429.419921875 + + 149 + + 76 + + + 9.79699993133545 + 189 + + + + + + 682.0 + 5439.1298828125 + + 149 + + 78 + + + 9.710000038146973 + 143 + + + + + + 681.2000122070312 + 5448.85986328125 + + 149 + + 86 + + + 9.730999946594238 + 185 + + + + + + 680.5999755859375 + 5458.56982421875 + + 149 + + 81 + + + 9.710000038146973 + 214 + + + + + + 680.2000122070312 + 5468.169921875 + + 148 + + 78 + + + 9.602999687194824 + 166 + + + + + + 679.5999755859375 + 5477.7099609375 + + 148 + + 80 + + + 9.538999557495117 + 296 + + + + + + 679.2000122070312 + 5487.31005859375 + + 147 + + 78 + + + 9.602999687194824 + 243 + + + + + + 678.5999755859375 + 5496.830078125 + + 147 + + 77 + + + 9.517999649047852 + 206 + + + + + + 678.4000244140625 + 5506.2900390625 + + 146 + + 75 + + + 9.456000328063965 + 246 + + + + + + 678.4000244140625 + 5515.759765625 + + 146 + + 77 + + + 9.47700023651123 + 307 + + + + + + 678.4000244140625 + 5525.16015625 + + 146 + + 75 + + + 9.395000457763672 + 254 + + + + + + 678.5999755859375 + 5534.5498046875 + + 146 + + 75 + + + 9.395000457763672 + 254 + + + + + + 678.4000244140625 + 5544.0498046875 + + 146 + + 75 + + + 9.498000144958496 + 323 + + + + + + 679.2000122070312 + 5553.6298828125 + + 146 + + 75 + + + 9.581000328063965 + 355 + + + + + + 680.0 + 5563.2099609375 + + 146 + + 75 + + + 9.581000328063965 + 185 + + + + + + 680.4000244140625 + 5572.64990234375 + + 145 + + 78 + + + 9.435999870300293 + 170 + + + + + + 680.7999877929688 + 5582.0498046875 + + 145 + + 92 + + + 9.395000457763672 + 222 + + + + + + 681.4000244140625 + 5591.35986328125 + + 145 + + 111 + + + 9.3149995803833 + 205 + + + + + + 680.5999755859375 + 5600.66015625 + + 144 + + 113 + + + 9.295000076293945 + 192 + + + + + + 680.2000122070312 + 5609.89013671875 + + 144 + + 76 + + + 9.236000061035156 + 172 + + + + + + 680.0 + 5619.14990234375 + + 144 + + 80 + + + 9.255000114440918 + 154 + + + + + + 680.0 + 5628.3798828125 + + 144 + + 71 + + + 9.236000061035156 + 169 + + + + + + 680.0 + 5637.5400390625 + + 144 + + 76 + + + 9.157999992370605 + 125 + + + + + + 679.7999877929688 + 5646.93017578125 + + 144 + + 78 + + + 9.395000457763672 + 147 + + + + + + 679.5999755859375 + 5656.5400390625 + + 144 + + 74 + + + 9.602999687194824 + 64 + + + + + + 679.7999877929688 + 5665.85009765625 + + 143 + + 97 + + + 9.3149995803833 + 3 + + + + + + 679.5999755859375 + 5674.8798828125 + + 142 + + 129 + + + 9.024999618530273 + 0 + + + + + + 679.7999877929688 + 5682.72021484375 + + 141 + + 0 + + + 7.8379998207092285 + 0 + + + + + + 680.0 + 5689.419921875 + + 141 + + 0 + + + 6.703000068664551 + 0 + + + + + + 680.4000244140625 + 5694.72021484375 + + 140 + + 0 + + + 5.304999828338623 + 0 + + + + + + 680.5999755859375 + 5699.0498046875 + + 139 + + 0 + + + 4.328000068664551 + 0 + + + + + + 681.0 + 5702.85986328125 + + 138 + + 0 + + + 3.809000015258789 + 0 + + + + + + 681.0 + 5705.9599609375 + + 137 + + 0 + + + 3.0999999046325684 + 0 + + + + + + 681.0 + 5708.10009765625 + + 135 + + 0 + + + 2.1440000534057617 + 0 + + + + + + 680.7999877929688 + 5710.25 + + 134 + + 0 + + + 2.1440000534057617 + 0 + + + + + + 680.5999755859375 + 5710.25 + + 133 + + 0 + + + 0.0 + 0 + + + + + + 680.4000244140625 + 5710.25 + + 131 + + 0 + + + 0.0 + 0 + + + + + + 680.4000244140625 + 5710.25 + + 130 + + 0 + + + 0.0 + 0 + + + + + + 686.2000122070312 + 5720.33984375 + + 131 + + 71 + + + 10.093000411987305 + 172 + + + + + + 686.0 + 5730.41015625 + + 131 + + 79 + + + 10.069000244140625 + 171 + + + + + + 686.2000122070312 + 5740.4599609375 + + 132 + + 74 + + + 10.045999526977539 + 167 + + + + + + 686.4000244140625 + 5750.5 + + 132 + + 70 + + + 10.045999526977539 + 167 + + + + + + + 8.626999855041504 + 65 + 58 + 149 + 355 + + + + + 37.0 + 399.71 + 10.687999725341797 + 8 + + 136 + + + 138 + + Active + 98 + Manual + + + + 686.4000244140625 + 5750.5 + + 132 + + 70 + + + 10.045999526977539 + 167 + + + + + + 686.7999877929688 + 5760.5498046875 + + 132 + + 70 + + + 10.045999526977539 + 167 + + + + + + 687.2000122070312 + 5770.56005859375 + + 133 + + 69 + + + 10.008000373840332 + 203 + + + + + + 687.0 + 5780.72021484375 + + 133 + + 69 + + + 10.163000106811523 + 213 + + + + + + 686.5999755859375 + 5790.9501953125 + + 133 + + 70 + + + 10.234999656677246 + 297 + + + + + + 686.5999755859375 + 5801.18994140625 + + 133 + + 71 + + + 10.234999656677246 + 221 + + + + + + 686.4000244140625 + 5811.39990234375 + + 133 + + 71 + + + 10.211000442504883 + 283 + + + + + + 686.2000122070312 + 5821.77978515625 + + 134 + + 72 + + + 10.381999969482422 + 222 + + + + + + 686.2000122070312 + 5832.14013671875 + + 134 + + 75 + + + 10.357000350952148 + 217 + + + + + + 686.4000244140625 + 5842.35009765625 + + 134 + + 76 + + + 10.211000442504883 + 231 + + + + + + 686.2000122070312 + 5852.56005859375 + + 135 + + 77 + + + 10.211000442504883 + 221 + + + + + + 686.0 + 5862.7001953125 + + 135 + + 78 + + + 10.140000343322754 + 247 + + + + + + 685.7999877929688 + 5872.91015625 + + 136 + + 78 + + + 10.211000442504883 + 276 + + + + + + 685.5999755859375 + 5883.31982421875 + + 136 + + 79 + + + 10.406999588012695 + 218 + + + + + + 685.4000244140625 + 5893.830078125 + + 136 + + 75 + + + 10.506999969482422 + 246 + + + + + + 685.4000244140625 + 5904.41015625 + + 136 + + 71 + + + 10.583999633789062 + 233 + + + + + + 685.2000122070312 + 5917.580078125 + + 135 + + 71 + + + 10.532999992370605 + 214 + + + + + + 685.2000122070312 + 5928.14013671875 + + 135 + + 74 + + + 10.557999610900879 + 180 + + + + + + 685.0 + 5938.68994140625 + + 136 + + 72 + + + 10.557999610900879 + 176 + + + + + + 685.0 + 5952.02001953125 + + 136 + + 71 + + + 10.661999702453613 + 203 + + + + + + 684.7999877929688 + 5962.47998046875 + + 136 + + 75 + + + 10.456999778747559 + 163 + + + + + + 684.7999877929688 + 5972.97998046875 + + 136 + + 72 + + + 10.506999969482422 + 227 + + + + + + 684.7999877929688 + 5983.47021484375 + + 137 + + 73 + + + 10.482000350952148 + 174 + + + + + + 684.5999755859375 + 5993.89990234375 + + 136 + + 72 + + + 10.432000160217285 + 202 + + + + + + 684.5999755859375 + 6004.259765625 + + 137 + + 72 + + + 10.357000350952148 + 211 + + + + + + 684.7999877929688 + 6014.56005859375 + + 137 + + 72 + + + 10.307999610900879 + 233 + + + + + + 684.5999755859375 + 6024.81982421875 + + 137 + + 70 + + + 10.258999824523926 + 281 + + + + + + 684.5999755859375 + 6035.18017578125 + + 137 + + 70 + + + 10.357000350952148 + 211 + + + + + + 684.5999755859375 + 6045.58984375 + + 137 + + 75 + + + 10.406999588012695 + 225 + + + + + + 684.5999755859375 + 6055.85009765625 + + 138 + + 75 + + + 10.258999824523926 + 219 + + + + + + 684.4000244140625 + 6066.22021484375 + + 137 + + 73 + + + 10.331999778747559 + 224 + + + + + + 684.4000244140625 + 6076.669921875 + + 138 + + 98 + + + 10.456999778747559 + 237 + + + + + + 684.2000122070312 + 6087.10009765625 + + 138 + + 84 + + + 10.456999778747559 + 185 + + + + + + 684.0 + 6097.7001953125 + + 138 + + 77 + + + 10.609999656677246 + 248 + + + + + + 683.7999877929688 + 6108.27978515625 + + 138 + + 73 + + + 10.583999633789062 + 202 + + + + + + 683.4000244140625 + 6118.8701171875 + + 138 + + 73 + + + 10.583999633789062 + 215 + + + + + + 683.0 + 6129.47998046875 + + 138 + + 72 + + + 10.609999656677246 + 216 + + + + + + 682.7999877929688 + 6140.169921875 + + 138 + + 73 + + + 10.687999725341797 + 246 + + + + + + 682.7999877929688 + 6169.33984375 + + 139 + + 74 + + + 10.609999656677246 + 233 + + + + + + + 10.539999961853027 + 74 + 47 + 220 + 297 + + + + + 35.0 + 398.99 + 10.821000099182129 + 8 + + 139 + + + 142 + + Active + 112 + Manual + + + + 682.7999877929688 + 6169.33984375 + + 139 + + 74 + + + 10.609999656677246 + 233 + + + + + + 682.4000244140625 + 6179.93017578125 + + 138 + + 75 + + + 10.583999633789062 + 194 + + + + + + 682.4000244140625 + 6190.58984375 + + 138 + + 76 + + + 10.661999702453613 + 224 + + + + + + 682.5999755859375 + 6201.0498046875 + + 137 + + 77 + + + 10.456999778747559 + 191 + + + + + + 683.0 + 6211.5498046875 + + 138 + + 74 + + + 10.506999969482422 + 220 + + + + + + 683.2000122070312 + 6221.93994140625 + + 138 + + 73 + + + 10.381999969482422 + 225 + + + + + + 683.5999755859375 + 6232.419921875 + + 138 + + 71 + + + 10.482000350952148 + 206 + + + + + + 683.5999755859375 + 6242.85009765625 + + 139 + + 71 + + + 10.432000160217285 + 240 + + + + + + 683.5999755859375 + 6253.259765625 + + 139 + + 72 + + + 10.406999588012695 + 194 + + + + + + 683.5999755859375 + 6263.60986328125 + + 139 + + 73 + + + 10.357000350952148 + 228 + + + + + + 683.4000244140625 + 6273.919921875 + + 139 + + 69 + + + 10.307999610900879 + 196 + + + + + + 683.4000244140625 + 6284.39990234375 + + 138 + + 71 + + + 10.482000350952148 + 209 + + + + + + 683.2000122070312 + 6294.93994140625 + + 138 + + 72 + + + 10.532999992370605 + 232 + + + + + + 682.7999877929688 + 6305.419921875 + + 139 + + 72 + + + 10.482000350952148 + 189 + + + + + + 682.7999877929688 + 6315.93017578125 + + 138 + + 72 + + + 10.506999969482422 + 218 + + + + + + 682.5999755859375 + 6326.35986328125 + + 138 + + 90 + + + 10.432000160217285 + 184 + + + + + + 682.5999755859375 + 6336.89013671875 + + 139 + + 86 + + + 10.532999992370605 + 225 + + + + + + 683.0 + 6347.4599609375 + + 139 + + 75 + + + 10.557999610900879 + 228 + + + + + + 683.4000244140625 + 6358.08984375 + + 139 + + 74 + + + 10.63599967956543 + 344 + + + + + + 683.4000244140625 + 6368.77001953125 + + 139 + + 73 + + + 10.687999725341797 + 250 + + + + + + 683.4000244140625 + 6379.56982421875 + + 139 + + 74 + + + 10.793999671936035 + 233 + + + + + + 683.4000244140625 + 6390.10009765625 + + 139 + + 74 + + + 10.532999992370605 + 214 + + + + + + 683.2000122070312 + 6400.7099609375 + + 139 + + 73 + + + 10.609999656677246 + 266 + + + + + + 682.7999877929688 + 6411.4501953125 + + 140 + + 72 + + + 10.741000175476074 + 337 + + + + + + 682.7999877929688 + 6421.9599609375 + + 140 + + 77 + + + 10.506999969482422 + 224 + + + + + + 682.7999877929688 + 6432.419921875 + + 140 + + 82 + + + 10.456999778747559 + 245 + + + + + + 683.2000122070312 + 6442.81982421875 + + 140 + + 77 + + + 10.406999588012695 + 246 + + + + + + 683.2000122070312 + 6453.25 + + 140 + + 89 + + + 10.432000160217285 + 223 + + + + + + 683.5999755859375 + 6463.83984375 + + 140 + + 86 + + + 10.583999633789062 + 283 + + + + + + 683.7999877929688 + 6474.6298828125 + + 141 + + 77 + + + 10.793999671936035 + 233 + + + + + + 683.7999877929688 + 6485.3701171875 + + 141 + + 93 + + + 10.741000175476074 + 258 + + + + + + 683.7999877929688 + 6496.14013671875 + + 141 + + 112 + + + 10.767000198364258 + 190 + + + + + + 683.5999755859375 + 6506.9599609375 + + 141 + + 93 + + + 10.821000099182129 + 238 + + + + + + 683.4000244140625 + 6517.7001953125 + + 141 + + 79 + + + 10.741000175476074 + 186 + + + + + + 683.0 + 6528.39013671875 + + 142 + + 77 + + + 10.687999725341797 + 235 + + + + + + 682.7999877929688 + 6539.16015625 + + 141 + + 77 + + + 10.767000198364258 + 223 + + + + + + 682.4000244140625 + 6549.89990234375 + + 141 + + 76 + + + 10.741000175476074 + 218 + + + + + + + 10.357000350952147 + 78 + 47 + 230 + 344 + + + + + 38.0 + 419.17 + 11.069000244140625 + 9 + + 143 + + + 145 + + Active + 85 + Manual + + + + 682.4000244140625 + 6549.89990234375 + + 141 + + 76 + + + 10.741000175476074 + 218 + + + + + + 682.4000244140625 + 6560.68994140625 + + 141 + + 76 + + + 10.793999671936035 + 184 + + + + + + 682.5999755859375 + 6571.22021484375 + + 141 + + 76 + + + 10.532999992370605 + 228 + + + + + + 682.7999877929688 + 6581.89013671875 + + 141 + + 73 + + + 10.661999702453613 + 210 + + + + + + 683.2000122070312 + 6592.60009765625 + + 142 + + 73 + + + 10.71399974822998 + 254 + + + + + + 683.5999755859375 + 6603.39013671875 + + 142 + + 73 + + + 10.793999671936035 + 277 + + + + + + 683.5999755859375 + 6614.22021484375 + + 142 + + 81 + + + 10.821000099182129 + 267 + + + + + + 683.5999755859375 + 6625.009765625 + + 141 + + 84 + + + 10.793999671936035 + 259 + + + + + + 683.2000122070312 + 6635.7998046875 + + 141 + + 77 + + + 10.793999671936035 + 280 + + + + + + 683.0 + 6646.5498046875 + + 141 + + 76 + + + 10.741000175476074 + 236 + + + + + + 682.7999877929688 + 6657.259765625 + + 141 + + 74 + + + 10.71399974822998 + 229 + + + + + + 682.5999755859375 + 6667.9501953125 + + 142 + + 72 + + + 10.687999725341797 + 231 + + + + + + 682.5999755859375 + 6678.580078125 + + 142 + + 84 + + + 10.63599967956543 + 216 + + + + + + 682.5999755859375 + 6689.14013671875 + + 142 + + 80 + + + 10.557999610900879 + 254 + + + + + + 682.2000122070312 + 6699.89013671875 + + 142 + + 78 + + + 10.71399974822998 + 240 + + + + + + 682.2000122070312 + 6710.490234375 + + 142 + + 74 + + + 10.63599967956543 + 266 + + + + + + 682.2000122070312 + 6721.259765625 + + 142 + + 73 + + + 10.767000198364258 + 237 + + + + + + 682.2000122070312 + 6732.02978515625 + + 143 + + 74 + + + 10.767000198364258 + 309 + + + + + + 682.2000122070312 + 6742.89990234375 + + 143 + + 75 + + + 10.875 + 207 + + + + + + 682.4000244140625 + 6753.75 + + 143 + + 75 + + + 10.847999572753906 + 235 + + + + + + 682.4000244140625 + 6764.60009765625 + + 143 + + 74 + + + 10.847999572753906 + 203 + + + + + + 682.5999755859375 + 6775.39013671875 + + 142 + + 74 + + + 10.793999671936035 + 248 + + + + + + 683.4000244140625 + 6786.18017578125 + + 143 + + 75 + + + 10.793999671936035 + 248 + + + + + + 683.7999877929688 + 6796.93017578125 + + 143 + + 76 + + + 10.741000175476074 + 287 + + + + + + 684.4000244140625 + 6807.669921875 + + 144 + + 73 + + + 10.741000175476074 + 222 + + + + + + 685.0 + 6818.35009765625 + + 144 + + 73 + + + 10.687999725341797 + 306 + + + + + + 684.7999877929688 + 6829.02001953125 + + 145 + + 74 + + + 10.661999702453613 + 263 + + + + + + 684.4000244140625 + 6839.64990234375 + + 145 + + 73 + + + 10.63599967956543 + 280 + + + + + + 684.0 + 6850.3701171875 + + 145 + + 72 + + + 10.71399974822998 + 268 + + + + + + 683.7999877929688 + 6861.0 + + 145 + + 71 + + + 10.63599967956543 + 305 + + + + + + 683.5999755859375 + 6871.60986328125 + + 145 + + 70 + + + 10.609999656677246 + 233 + + + + + + 683.5999755859375 + 6882.22021484375 + + 145 + + 72 + + + 10.609999656677246 + 230 + + + + + + 683.4000244140625 + 6892.990234375 + + 145 + + 72 + + + 10.767000198364258 + 262 + + + + + + 683.4000244140625 + 6903.81005859375 + + 145 + + 75 + + + 10.821000099182129 + 253 + + + + + + 683.0 + 6914.8798828125 + + 145 + + 77 + + + 11.069000244140625 + 214 + + + + + + 683.2000122070312 + 6925.669921875 + + 145 + + 76 + + + 10.793999671936035 + 259 + + + + + + 682.7999877929688 + 6936.52001953125 + + 145 + + 84 + + + 10.847999572753906 + 228 + + + + + + 682.7999877929688 + 6947.39990234375 + + 145 + + 85 + + + 10.875 + 291 + + + + + + 682.4000244140625 + 6958.330078125 + + 145 + + 77 + + + 10.930000305175781 + 211 + + + + + + 682.4000244140625 + 6969.27978515625 + + 145 + + 75 + + + 10.902000427246094 + 188 + + + + + + + 10.831000328063963 + 76 + 49 + 247 + 309 + + + + + 38.0 + 408.76 + 10.956999778747557 + 8 + + 144 + + + 146 + + Active + 99 + Manual + + + + 682.4000244140625 + 6969.27978515625 + + 145 + + 75 + + + 10.902000427246094 + 188 + + + + + + 682.4000244140625 + 6980.080078125 + + 146 + + 74 + + + 10.847999572753906 + 192 + + + + + + 683.0 + 6990.9501953125 + + 146 + + 75 + + + 10.875 + 235 + + + + + + 683.2000122070312 + 7001.91015625 + + 145 + + 75 + + + 10.956999778747559 + 175 + + + + + + 683.4000244140625 + 7012.759765625 + + 146 + + 75 + + + 10.847999572753906 + 214 + + + + + + 683.7999877929688 + 7023.580078125 + + 146 + + 76 + + + 10.821000099182129 + 195 + + + + + + 684.0 + 7034.18994140625 + + 146 + + 78 + + + 10.609999656677246 + 227 + + + + + + 684.0 + 7044.6201171875 + + 146 + + 76 + + + 10.432000160217285 + 199 + + + + + + 683.7999877929688 + 7055.0498046875 + + 146 + + 73 + + + 10.432000160217285 + 233 + + + + + + 684.0 + 7065.52978515625 + + 145 + + 78 + + + 10.482000350952148 + 203 + + + + + + 684.2000122070312 + 7076.06982421875 + + 145 + + 92 + + + 10.532999992370605 + 210 + + + + + + 684.4000244140625 + 7086.5498046875 + + 145 + + 85 + + + 10.482000350952148 + 209 + + + + + + 684.4000244140625 + 7097.080078125 + + 145 + + 72 + + + 10.532999992370605 + 201 + + + + + + 684.4000244140625 + 7107.5400390625 + + 145 + + 71 + + + 10.456999778747559 + 213 + + + + + + 684.4000244140625 + 7118.0498046875 + + 145 + + 71 + + + 10.506999969482422 + 210 + + + + + + 684.2000122070312 + 7128.580078125 + + 144 + + 72 + + + 10.532999992370605 + 239 + + + + + + 684.0 + 7139.06005859375 + + 145 + + 72 + + + 10.482000350952148 + 213 + + + + + + 683.7999877929688 + 7149.52001953125 + + 145 + + 72 + + + 10.456999778747559 + 230 + + + + + + 683.5999755859375 + 7159.97021484375 + + 144 + + 73 + + + 10.456999778747559 + 223 + + + + + + 683.4000244140625 + 7170.41015625 + + 144 + + 72 + + + 10.432000160217285 + 226 + + + + + + 683.2000122070312 + 7180.7900390625 + + 144 + + 77 + + + 10.381999969482422 + 252 + + + + + + 683.2000122070312 + 7191.1201171875 + + 144 + + 81 + + + 10.331999778747559 + 238 + + + + + + 683.2000122070312 + 7201.39990234375 + + 144 + + 77 + + + 10.284000396728516 + 202 + + + + + + 683.4000244140625 + 7211.68994140625 + + 143 + + 74 + + + 10.284000396728516 + 222 + + + + + + 683.7999877929688 + 7221.97021484375 + + 144 + + 72 + + + 10.284000396728516 + 185 + + + + + + 684.2000122070312 + 7232.2099609375 + + 144 + + 74 + + + 10.234999656677246 + 328 + + + + + + 684.5999755859375 + 7242.419921875 + + 143 + + 74 + + + 10.211000442504883 + 211 + + + + + + 684.7999877929688 + 7252.52978515625 + + 143 + + 72 + + + 10.116000175476074 + 239 + + + + + + 685.0 + 7262.6298828125 + + 142 + + 74 + + + 10.093000411987305 + 232 + + + + + + 684.7999877929688 + 7272.64990234375 + + 142 + + 78 + + + 10.02299976348877 + 278 + + + + + + 684.7999877929688 + 7282.89013671875 + + 142 + + 78 + + + 10.234999656677246 + 259 + + + + + + 684.7999877929688 + 7293.16015625 + + 142 + + 74 + + + 10.234999656677246 + 259 + + + + + + 684.7999877929688 + 7303.52978515625 + + 142 + + 79 + + + 10.406999588012695 + 246 + + + + + + 684.7999877929688 + 7314.009765625 + + 142 + + 84 + + + 10.482000350952148 + 105 + + + + + + 684.7999877929688 + 7324.64013671875 + + 142 + + 92 + + + 10.63599967956543 + 287 + + + + + + 684.7999877929688 + 7335.27978515625 + + 142 + + 99 + + + 10.63599967956543 + 287 + + + + + + 685.0 + 7345.83984375 + + 143 + + 79 + + + 10.557999610900879 + 247 + + + + + + 685.0 + 7356.39990234375 + + 142 + + 83 + + + 10.557999610900879 + 300 + + + + + + 685.0 + 7367.080078125 + + 142 + + 80 + + + 10.687999725341797 + 271 + + + + + + 685.2000122070312 + 7377.72021484375 + + 142 + + 77 + + + 10.63599967956543 + 216 + + + + + + + 10.420999526977539 + 77 + 50 + 228 + 328 + + + + + 39.0 + 416.96 + 10.875 + 8 + + 143 + + + 145 + + Active + 86 + Manual + + + + 685.2000122070312 + 7377.72021484375 + + 142 + + 77 + + + 10.63599967956543 + 216 + + + + + + 685.2000122070312 + 7388.35986328125 + + 142 + + 79 + + + 10.63599967956543 + 245 + + + + + + 685.0 + 7399.0400390625 + + 142 + + 78 + + + 10.687999725341797 + 210 + + + + + + 685.2000122070312 + 7409.7900390625 + + 142 + + 77 + + + 10.741000175476074 + 258 + + + + + + 685.0 + 7420.66015625 + + 141 + + 78 + + + 10.875 + 250 + + + + + + 684.7999877929688 + 7431.43017578125 + + 142 + + 83 + + + 10.767000198364258 + 205 + + + + + + 684.7999877929688 + 7442.06005859375 + + 142 + + 82 + + + 10.63599967956543 + 212 + + + + + + 684.5999755859375 + 7452.7001953125 + + 142 + + 79 + + + 10.63599967956543 + 234 + + + + + + 684.2000122070312 + 7463.35986328125 + + 143 + + 81 + + + 10.661999702453613 + 188 + + + + + + 683.7999877929688 + 7473.919921875 + + 143 + + 83 + + + 10.557999610900879 + 222 + + + + + + 683.7999877929688 + 7484.39990234375 + + 143 + + 80 + + + 10.482000350952148 + 237 + + + + + + 683.4000244140625 + 7494.830078125 + + 144 + + 78 + + + 10.432000160217285 + 223 + + + + + + 683.5999755859375 + 7505.27001953125 + + 144 + + 78 + + + 10.432000160217285 + 251 + + + + + + 683.4000244140625 + 7515.64990234375 + + 143 + + 78 + + + 10.381999969482422 + 201 + + + + + + 683.2000122070312 + 7526.02978515625 + + 144 + + 78 + + + 10.381999969482422 + 228 + + + + + + 683.0 + 7536.490234375 + + 144 + + 77 + + + 10.456999778747559 + 265 + + + + + + 683.0 + 7547.02001953125 + + 145 + + 78 + + + 10.532999992370605 + 207 + + + + + + 682.5999755859375 + 7557.330078125 + + 144 + + 78 + + + 10.307999610900879 + 196 + + + + + + 682.4000244140625 + 7567.759765625 + + 145 + + 77 + + + 10.432000160217285 + 188 + + + + + + 682.4000244140625 + 7578.2001953125 + + 145 + + 77 + + + 10.432000160217285 + 251 + + + + + + 682.7999877929688 + 7588.5498046875 + + 145 + + 81 + + + 10.357000350952148 + 214 + + + + + + 683.0 + 7598.8798828125 + + 145 + + 86 + + + 10.331999778747559 + 210 + + + + + + 683.2000122070312 + 7609.18994140625 + + 145 + + 83 + + + 10.307999610900879 + 248 + + + + + + 683.5999755859375 + 7619.47021484375 + + 144 + + 77 + + + 10.284000396728516 + 216 + + + + + + 683.7999877929688 + 7629.77978515625 + + 144 + + 79 + + + 10.307999610900879 + 244 + + + + + + 683.7999877929688 + 7640.06005859375 + + 144 + + 84 + + + 10.284000396728516 + 209 + + + + + + 684.0 + 7650.31982421875 + + 144 + + 78 + + + 10.258999824523926 + 222 + + + + + + 684.2000122070312 + 7660.509765625 + + 144 + + 78 + + + 10.187000274658203 + 211 + + + + + + 684.2000122070312 + 7670.64990234375 + + 144 + + 73 + + + 10.140000343322754 + 193 + + + + + + 684.4000244140625 + 7680.83984375 + + 143 + + 76 + + + 10.187000274658203 + 258 + + + + + + 684.4000244140625 + 7690.91015625 + + 144 + + 77 + + + 10.069000244140625 + 272 + + + + + + 684.5999755859375 + 7701.02001953125 + + 144 + + 77 + + + 10.116000175476074 + 267 + + + + + + 684.2000122070312 + 7711.259765625 + + 143 + + 75 + + + 10.234999656677246 + 181 + + + + + + 684.0 + 7721.35009765625 + + 143 + + 75 + + + 10.093000411987305 + 226 + + + + + + 683.5999755859375 + 7731.72998046875 + + 143 + + 78 + + + 10.381999969482422 + 215 + + + + + + 683.4000244140625 + 7742.240234375 + + 144 + + 78 + + + 10.506999969482422 + 249 + + + + + + 683.0 + 7752.81982421875 + + 143 + + 78 + + + 10.583999633789062 + 222 + + + + + + 683.0 + 7763.18017578125 + + 143 + + 80 + + + 10.357000350952148 + 172 + + + + + + 683.0 + 7773.58984375 + + 143 + + 82 + + + 10.406999588012695 + 243 + + + + + + 682.7999877929688 + 7784.0400390625 + + 142 + + 80 + + + 10.456999778747559 + 181 + + + + + + 682.5999755859375 + 7794.47998046875 + + 143 + + 76 + + + 10.432000160217285 + 212 + + + + + + + 10.581999778747559 + 79 + 53 + 224 + 272 + + + + + 38.0 + 403.68 + 10.532999992370605 + 8 + + 141 + + + 143 + + Active + 93 + Manual + + + + 682.5999755859375 + 7794.47998046875 + + 143 + + 76 + + + 10.432000160217285 + 212 + + + + + + 682.5999755859375 + 7804.91015625 + + 143 + + 78 + + + 10.432000160217285 + 208 + + + + + + 683.0 + 7815.419921875 + + 143 + + 78 + + + 10.506999969482422 + 196 + + + + + + 683.2000122070312 + 7825.9501953125 + + 143 + + 81 + + + 10.532999992370605 + 221 + + + + + + 683.4000244140625 + 7836.47998046875 + + 142 + + 83 + + + 10.532999992370605 + 190 + + + + + + 683.5999755859375 + 7846.93994140625 + + 142 + + 82 + + + 10.456999778747559 + 217 + + + + + + 684.0 + 7857.31982421875 + + 142 + + 82 + + + 10.381999969482422 + 225 + + + + + + 683.5999755859375 + 7867.68017578125 + + 142 + + 76 + + + 10.357000350952148 + 200 + + + + + + 683.5999755859375 + 7878.080078125 + + 141 + + 78 + + + 10.406999588012695 + 240 + + + + + + 683.5999755859375 + 7888.490234375 + + 141 + + 78 + + + 10.406999588012695 + 240 + + + + + + 683.5999755859375 + 7898.81982421875 + + 141 + + 77 + + + 10.331999778747559 + 200 + + + + + + 683.4000244140625 + 7909.18017578125 + + 140 + + 86 + + + 10.357000350952148 + 214 + + + + + + 683.4000244140625 + 7919.580078125 + + 141 + + 86 + + + 10.381999969482422 + 225 + + + + + + 683.4000244140625 + 7929.7998046875 + + 140 + + 93 + + + 10.234999656677246 + 208 + + + + + + 683.5999755859375 + 7940.18017578125 + + 140 + + 80 + + + 10.381999969482422 + 225 + + + + + + 683.7999877929688 + 7950.43994140625 + + 140 + + 78 + + + 10.258999824523926 + 185 + + + + + + 683.7999877929688 + 7960.75 + + 140 + + 78 + + + 10.307999610900879 + 254 + + + + + + 684.0 + 7971.14990234375 + + 140 + + 78 + + + 10.406999588012695 + 201 + + + + + + 684.0 + 7981.35986328125 + + 140 + + 75 + + + 10.211000442504883 + 245 + + + + + + 683.5999755859375 + 7991.72998046875 + + 140 + + 78 + + + 10.357000350952148 + 232 + + + + + + 683.5999755859375 + 8002.02978515625 + + 140 + + 77 + + + 10.307999610900879 + 172 + + + + + + 684.0 + 8012.31005859375 + + 140 + + 75 + + + 10.284000396728516 + 233 + + + + + + 684.4000244140625 + 8022.5498046875 + + 140 + + 77 + + + 10.234999656677246 + 256 + + + + + + 685.0 + 8032.8798828125 + + 140 + + 76 + + + 10.331999778747559 + 266 + + + + + + 685.4000244140625 + 8043.240234375 + + 140 + + 76 + + + 10.357000350952148 + 197 + + + + + + 685.5999755859375 + 8053.6201171875 + + 140 + + 77 + + + 10.381999969482422 + 274 + + + + + + 685.4000244140625 + 8063.97998046875 + + 140 + + 78 + + + 10.357000350952148 + 273 + + + + + + 685.2000122070312 + 8074.18994140625 + + 140 + + 76 + + + 10.211000442504883 + 228 + + + + + + 684.7999877929688 + 8084.39990234375 + + 140 + + 78 + + + 10.211000442504883 + 235 + + + + + + 684.5999755859375 + 8094.68017578125 + + 141 + + 76 + + + 10.284000396728516 + 213 + + + + + + 684.5999755859375 + 8104.919921875 + + 141 + + 78 + + + 10.234999656677246 + 276 + + + + + + 684.4000244140625 + 8115.06005859375 + + 141 + + 75 + + + 10.140000343322754 + 206 + + + + + + 684.4000244140625 + 8125.22021484375 + + 141 + + 74 + + + 10.163000106811523 + 230 + + + + + + 684.0 + 8135.3798828125 + + 141 + + 75 + + + 10.163000106811523 + 194 + + + + + + 683.5999755859375 + 8145.740234375 + + 141 + + 78 + + + 10.357000350952148 + 232 + + + + + + 683.2000122070312 + 8156.22021484375 + + 141 + + 76 + + + 10.482000350952148 + 231 + + + + + + 683.2000122070312 + 8166.7001953125 + + 140 + + 88 + + + 10.482000350952148 + 231 + + + + + + 683.2000122070312 + 8177.18994140625 + + 141 + + 76 + + + 10.482000350952148 + 265 + + + + + + 683.4000244140625 + 8187.72021484375 + + 141 + + 78 + + + 10.532999992370605 + 253 + + + + + + 683.4000244140625 + 8198.330078125 + + 140 + + 79 + + + 10.609999656677246 + 230 + + + + + + + 10.142999649047852 + 79 + 51 + 226 + 276 + + + + + 38.0 + 411.62 + 10.71399974822998 + 9 + + 140 + + + 142 + + Active + 86 + Manual + + + + 683.4000244140625 + 8198.330078125 + + 140 + + 79 + + + 10.609999656677246 + 230 + + + + + + 683.5999755859375 + 8208.91015625 + + 140 + + 78 + + + 10.583999633789062 + 226 + + + + + + 684.0 + 8219.580078125 + + 140 + + 85 + + + 10.661999702453613 + 195 + + + + + + 684.2000122070312 + 8230.1103515625 + + 140 + + 81 + + + 10.532999992370605 + 246 + + + + + + 684.4000244140625 + 8240.7998046875 + + 140 + + 79 + + + 10.687999725341797 + 250 + + + + + + 684.5999755859375 + 8251.5498046875 + + 140 + + 83 + + + 10.71399974822998 + 218 + + + + + + 684.5999755859375 + 8262.23046875 + + 140 + + 83 + + + 10.661999702453613 + 245 + + + + + + 684.4000244140625 + 8272.7900390625 + + 140 + + 79 + + + 10.609999656677246 + 237 + + + + + + 684.0 + 8283.33984375 + + 139 + + 81 + + + 10.557999610900879 + 222 + + + + + + 684.0 + 8293.8701171875 + + 139 + + 79 + + + 10.532999992370605 + 242 + + + + + + 683.7999877929688 + 8304.4599609375 + + 140 + + 78 + + + 10.583999633789062 + 283 + + + + + + 683.4000244140625 + 8315.080078125 + + 139 + + 78 + + + 10.609999656677246 + 198 + + + + + + 683.2000122070312 + 8325.4404296875 + + 140 + + 78 + + + 10.357000350952148 + 179 + + + + + + 682.5999755859375 + 8335.8603515625 + + 140 + + 78 + + + 10.432000160217285 + 240 + + + + + + 682.2000122070312 + 8346.3603515625 + + 140 + + 77 + + + 10.506999969482422 + 227 + + + + + + 681.5999755859375 + 8356.900390625 + + 140 + + 75 + + + 10.532999992370605 + 221 + + + + + + 681.4000244140625 + 8367.400390625 + + 139 + + 77 + + + 10.506999969482422 + 255 + + + + + + 681.2000122070312 + 8377.8603515625 + + 140 + + 78 + + + 10.456999778747559 + 234 + + + + + + 681.2000122070312 + 8388.3203125 + + 140 + + 77 + + + 10.456999778747559 + 226 + + + + + + 681.2000122070312 + 8398.7197265625 + + 140 + + 79 + + + 10.406999588012695 + 267 + + + + + + 681.7999877929688 + 8409.1298828125 + + 140 + + 81 + + + 10.406999588012695 + 267 + + + + + + 682.0 + 8419.6103515625 + + 139 + + 80 + + + 10.482000350952148 + 287 + + + + + + 682.4000244140625 + 8430.099609375 + + 140 + + 80 + + + 10.482000350952148 + 252 + + + + + + 683.0 + 8443.7998046875 + + 140 + + 77 + + + 10.482000350952148 + 280 + + + + + + 683.0 + 8453.6796875 + + 140 + + 78 + + + 10.482000350952148 + 280 + + + + + + 683.2000122070312 + 8464.1904296875 + + 141 + + 79 + + + 10.506999969482422 + 266 + + + + + + 683.2000122070312 + 8474.6904296875 + + 141 + + 77 + + + 10.506999969482422 + 220 + + + + + + 683.2000122070312 + 8485.099609375 + + 140 + + 78 + + + 10.406999588012695 + 253 + + + + + + 683.2000122070312 + 8495.4296875 + + 141 + + 78 + + + 10.331999778747559 + 203 + + + + + + 683.2000122070312 + 8505.76953125 + + 141 + + 77 + + + 10.331999778747559 + 227 + + + + + + 683.2000122070312 + 8516.099609375 + + 142 + + 76 + + + 10.331999778747559 + 248 + + + + + + 683.4000244140625 + 8526.2802734375 + + 141 + + 80 + + + 10.187000274658203 + 194 + + + + + + 683.5999755859375 + 8536.51953125 + + 141 + + 77 + + + 10.234999656677246 + 219 + + + + + + 683.7999877929688 + 8546.75 + + 141 + + 79 + + + 10.234999656677246 + 215 + + + + + + 683.7999877929688 + 8557.1904296875 + + 142 + + 76 + + + 10.432000160217285 + 240 + + + + + + 684.2000122070312 + 8567.740234375 + + 141 + + 79 + + + 10.557999610900879 + 208 + + + + + + 684.2000122070312 + 8578.2802734375 + + 141 + + 79 + + + 10.532999992370605 + 218 + + + + + + 684.4000244140625 + 8588.8095703125 + + 141 + + 76 + + + 10.532999992370605 + 242 + + + + + + 684.4000244140625 + 8599.33984375 + + 141 + + 86 + + + 10.532999992370605 + 175 + + + + + + 684.5999755859375 + 8609.9296875 + + 141 + + 83 + + + 10.557999610900879 + 208 + + + + + + + 10.473999977111816 + 79 + 51 + 234 + 287 + + + + + 35.0 + 378.98 + 10.687999725341797 + 8 + + 142 + + + 143 + + Active + 99 + Manual + + + + 684.5999755859375 + 8609.9296875 + + 141 + + 83 + + + 10.557999610900879 + 208 + + + + + + 684.5999755859375 + 8620.4599609375 + + 141 + + 80 + + + 10.557999610900879 + 208 + + + + + + 684.7999877929688 + 8630.990234375 + + 140 + + 87 + + + 10.532999992370605 + 182 + + + + + + 685.2000122070312 + 8641.6796875 + + 140 + + 82 + + + 10.687999725341797 + 228 + + + + + + 685.2000122070312 + 8652.3701171875 + + 140 + + 82 + + + 10.687999725341797 + 228 + + + + + + 685.4000244140625 + 8662.9697265625 + + 140 + + 78 + + + 10.597000122070312 + 209 + + + + + + 685.5999755859375 + 8673.6298828125 + + 141 + + 80 + + + 10.661999702453613 + 224 + + + + + + 685.5999755859375 + 8684.3203125 + + 140 + + 85 + + + 10.687999725341797 + 210 + + + + + + 685.4000244140625 + 8694.9296875 + + 140 + + 81 + + + 10.609999656677246 + 205 + + + + + + 685.4000244140625 + 8705.5400390625 + + 140 + + 88 + + + 10.609999656677246 + 223 + + + + + + 685.2000122070312 + 8716.2001953125 + + 140 + + 85 + + + 10.661999702453613 + 239 + + + + + + 685.0 + 8726.73046875 + + 141 + + 80 + + + 10.532999992370605 + 253 + + + + + + 685.0 + 8737.259765625 + + 141 + + 76 + + + 10.532999992370605 + 228 + + + + + + 684.4000244140625 + 8747.849609375 + + 141 + + 85 + + + 10.583999633789062 + 268 + + + + + + 684.2000122070312 + 8758.4599609375 + + 141 + + 85 + + + 10.609999656677246 + 269 + + + + + + 684.0 + 8769.1201171875 + + 142 + + 84 + + + 10.661999702453613 + 217 + + + + + + 684.0 + 8779.7802734375 + + 141 + + 78 + + + 10.661999702453613 + 217 + + + + + + 683.2000122070312 + 8790.3701171875 + + 142 + + 79 + + + 10.583999633789062 + 254 + + + + + + 683.2000122070312 + 8800.9501953125 + + 142 + + 81 + + + 10.583999633789062 + 254 + + + + + + 682.7999877929688 + 8811.4599609375 + + 142 + + 78 + + + 10.506999969482422 + 238 + + + + + + 682.5999755859375 + 8821.9599609375 + + 142 + + 78 + + + 10.506999969482422 + 246 + + + + + + 682.4000244140625 + 8832.419921875 + + 143 + + 76 + + + 10.456999778747559 + 230 + + + + + + 682.5999755859375 + 8842.8798828125 + + 143 + + 76 + + + 10.456999778747559 + 265 + + + + + + 682.7999877929688 + 8853.3603515625 + + 143 + + 78 + + + 10.482000350952148 + 213 + + + + + + 682.5999755859375 + 8863.8896484375 + + 143 + + 81 + + + 10.532999992370605 + 267 + + + + + + 683.0 + 8874.2197265625 + + 143 + + 80 + + + 10.331999778747559 + 234 + + + + + + 683.2000122070312 + 8884.5302734375 + + 143 + + 79 + + + 10.307999610900879 + 233 + + + + + + 683.4000244140625 + 8894.8203125 + + 143 + + 79 + + + 10.284000396728516 + 254 + + + + + + 683.5999755859375 + 8905.2197265625 + + 143 + + 79 + + + 10.406999588012695 + 222 + + + + + + 683.7999877929688 + 8915.5595703125 + + 143 + + 78 + + + 10.331999778747559 + 279 + + + + + + 684.0 + 8925.91015625 + + 143 + + 79 + + + 10.357000350952148 + 207 + + + + + + 684.0 + 8936.349609375 + + 143 + + 84 + + + 10.432000160217285 + 236 + + + + + + 683.7999877929688 + 8946.75 + + 143 + + 89 + + + 10.406999588012695 + 190 + + + + + + 683.5999755859375 + 8957.16015625 + + 143 + + 98 + + + 10.406999588012695 + 190 + + + + + + 683.4000244140625 + 8967.7900390625 + + 143 + + 99 + + + 10.583999633789062 + 198 + + + + + + 683.4000244140625 + 8978.330078125 + + 142 + + 85 + + + 10.583999633789062 + 198 + + + + + + 683.2000122070312 + 8988.8095703125 + + 142 + + 83 + + + 10.482000350952148 + 150 + + + + + + + 10.79699993133545 + 82 + 49 + 228 + 279 + + + + + 369.0 + 407.29 + 10.482000350952148 + 9 + + 129 + + + 142 + + Active + 88 + Manual + + + + 683.2000122070312 + 8988.8095703125 + + 142 + + 83 + + + 10.482000350952148 + 150 + + + + + + 683.4000244140625 + 8999.1904296875 + + 142 + + 82 + + + 10.381999969482422 + 35 + + + + + + 683.5999755859375 + 9009.4296875 + + 142 + + 88 + + + 10.234999656677246 + 3 + + + + + + 683.5999755859375 + 9019.009765625 + + 142 + + 0 + + + 9.581000328063965 + 0 + + + + + + 683.4000244140625 + 9026.3701171875 + + 142 + + 0 + + + 7.360000133514404 + 0 + + + + + + 683.4000244140625 + 9031.419921875 + + 142 + + 0 + + + 5.052000045776367 + 0 + + + + + + 683.0 + 9034.8603515625 + + 141 + + 0 + + + 3.438999891281128 + 0 + + + + + + 682.5999755859375 + 9036.8701171875 + + 141 + + 0 + + + 2.009999990463257 + 0 + + + + + + 682.5999755859375 + 9038.8798828125 + + 141 + + 0 + + + 2.009999990463257 + 2 + + + + + + 682.5999755859375 + 9038.8798828125 + + 140 + + 0 + + + 0.0 + 0 + + + + + + 682.7999877929688 + 9038.8798828125 + + 140 + + 0 + + + 0.0 + 0 + + + + + + 683.2000122070312 + 9038.8798828125 + + 140 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 9038.8798828125 + + 139 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 9038.8798828125 + + 138 + + 0 + + + 0.0 + 0 + + + + + + 680.7999877929688 + 9044.4697265625 + + 102 + + 26 + + + 5.591000080108643 + 207 + + + + + + 680.7999877929688 + 9050.509765625 + + 104 + + 37 + + + 6.041999816894531 + 262 + + + + + + 680.7999877929688 + 9056.7900390625 + + 105 + + 43 + + + 6.26800012588501 + 169 + + + + + + 680.7999877929688 + 9063.2900390625 + + 107 + + 46 + + + 6.51200008392334 + 250 + + + + + + 680.7999877929688 + 9070.01953125 + + 109 + + 46 + + + 6.734000205993652 + 272 + + + + + + 680.5999755859375 + 9076.8603515625 + + 110 + + 46 + + + 6.840000152587891 + 258 + + + + + + 680.5999755859375 + 9084.1103515625 + + 112 + + 50 + + + 7.25 + 377 + + + + + + 680.5999755859375 + 9091.349609375 + + 114 + + 52 + + + 7.23799991607666 + 314 + + + + + + 680.5999755859375 + 9098.6904296875 + + 115 + + 58 + + + 7.335999965667725 + 272 + + + + + + 680.5999755859375 + 9106.2001953125 + + 117 + + 60 + + + 7.513000011444092 + 251 + + + + + + 680.7999877929688 + 9114.0498046875 + + 118 + + 55 + + + 7.8520002365112305 + 244 + + + + + + 680.7999877929688 + 9121.990234375 + + 120 + + 57 + + + 7.938000202178955 + 196 + + + + + + 680.7999877929688 + 9130.0 + + 121 + + 59 + + + 8.01099967956543 + 176 + + + + + + 680.7999877929688 + 9138.099609375 + + 122 + + 68 + + + 8.100000381469727 + 210 + + + + + + 680.7999877929688 + 9146.2998046875 + + 123 + + 68 + + + 8.192000389099121 + 243 + + + + + + 680.5999755859375 + 9154.66015625 + + 125 + + 61 + + + 8.364999771118164 + 257 + + + + + + 680.4000244140625 + 9163.16015625 + + 126 + + 60 + + + 8.496000289916992 + 295 + + + + + + 680.4000244140625 + 9171.8603515625 + + 127 + + 61 + + + 8.699999809265137 + 249 + + + + + + 680.4000244140625 + 9180.6796875 + + 127 + + 64 + + + 8.822999954223633 + 218 + + + + + + 680.4000244140625 + 9189.58984375 + + 128 + + 65 + + + 8.913999557495117 + 223 + + + + + + 680.4000244140625 + 9198.509765625 + + 129 + + 65 + + + 8.913999557495117 + 232 + + + + + + 680.4000244140625 + 9207.48046875 + + 129 + + 70 + + + 8.968999862670898 + 212 + + + + + + 680.2000122070312 + 9216.580078125 + + 130 + + 66 + + + 9.100000381469727 + 200 + + + + + + 680.2000122070312 + 9225.6201171875 + + 130 + + 67 + + + 9.043999671936035 + 205 + + + + + + 680.2000122070312 + 9234.759765625 + + 131 + + 67 + + + 9.138999938964844 + 231 + + + + + + 680.2000122070312 + 9244.0302734375 + + 131 + + 67 + + + 9.274999618530273 + 192 + + + + + + 680.4000244140625 + 9253.25 + + 131 + + 71 + + + 9.215999603271484 + 181 + + + + + + 680.4000244140625 + 9262.5595703125 + + 132 + + 70 + + + 9.3149995803833 + 199 + + + + + + 680.5999755859375 + 9271.740234375 + + 132 + + 68 + + + 9.177000045776367 + 181 + + + + + + 680.4000244140625 + 9280.9404296875 + + 133 + + 74 + + + 9.196999549865723 + 181 + + + + + + 680.4000244140625 + 9290.0400390625 + + 133 + + 77 + + + 9.100000381469727 + 234 + + + + + + 680.5999755859375 + 9299.26953125 + + 133 + + 72 + + + 9.236000061035156 + 228 + + + + + + 680.5999755859375 + 9308.58984375 + + 134 + + 71 + + + 9.3149995803833 + 193 + + + + + + 680.5999755859375 + 9317.849609375 + + 134 + + 74 + + + 9.255000114440918 + 238 + + + + + + 680.5999755859375 + 9327.16015625 + + 134 + + 76 + + + 9.3149995803833 + 276 + + + + + + 680.5999755859375 + 9336.7197265625 + + 134 + + 71 + + + 9.5600004196167 + 252 + + + + + + 680.5999755859375 + 9346.4697265625 + + 134 + + 71 + + + 9.753000259399414 + 283 + + + + + + 680.5999755859375 + 9356.26953125 + + 134 + + 69 + + + 9.79699993133545 + 183 + + + + + + 680.7999877929688 + 9365.9599609375 + + 134 + + 75 + + + 9.687999725341797 + 197 + + + + + + 680.7999877929688 + 9375.7099609375 + + 135 + + 75 + + + 9.753000259399414 + 218 + + + + + + 680.5999755859375 + 9385.6201171875 + + 135 + + 75 + + + 9.79699993133545 + 245 + + + + + + 680.7999877929688 + 9395.3701171875 + + 136 + + 73 + + + 9.86400032043457 + 233 + + + + + + + 7.622000217437744 + 51 + 47 + 176 + 377 + + + + + 39.0 + 406.59 + 10.456999778747559 + 8 + + 140 + + + 143 + + Active + 104 + Manual + + + + 680.7999877929688 + 9395.3701171875 + + 136 + + 73 + + + 9.86400032043457 + 233 + + + + + + 681.2000122070312 + 9405.259765625 + + 136 + + 74 + + + 9.86400032043457 + 184 + + + + + + 681.4000244140625 + 9415.1396484375 + + 137 + + 76 + + + 9.86400032043457 + 184 + + + + + + 681.7999877929688 + 9424.9697265625 + + 137 + + 76 + + + 9.86400032043457 + 184 + + + + + + 682.2000122070312 + 9434.8896484375 + + 137 + + 80 + + + 9.923999786376953 + 226 + + + + + + 683.2000122070312 + 9444.9599609375 + + 137 + + 76 + + + 10.069000244140625 + 218 + + + + + + 683.0 + 9455.0498046875 + + 138 + + 76 + + + 10.093000411987305 + 276 + + + + + + 683.0 + 9465.240234375 + + 138 + + 87 + + + 10.187000274658203 + 234 + + + + + + 682.7999877929688 + 9475.1904296875 + + 138 + + 84 + + + 9.954000473022461 + 285 + + + + + + 682.5999755859375 + 9485.349609375 + + 139 + + 81 + + + 10.163000106811523 + 241 + + + + + + 681.5999755859375 + 9495.5400390625 + + 139 + + 78 + + + 10.187000274658203 + 241 + + + + + + 681.4000244140625 + 9505.7998046875 + + 139 + + 72 + + + 10.258999824523926 + 188 + + + + + + 681.0 + 9516.1103515625 + + 139 + + 77 + + + 10.307999610900879 + 216 + + + + + + 681.0 + 9526.4599609375 + + 140 + + 82 + + + 10.357000350952148 + 193 + + + + + + 681.4000244140625 + 9536.900390625 + + 140 + + 82 + + + 10.432000160217285 + 184 + + + + + + 681.5999755859375 + 9547.349609375 + + 140 + + 79 + + + 10.456999778747559 + 226 + + + + + + 681.7999877929688 + 9557.7900390625 + + 140 + + 82 + + + 10.432000160217285 + 219 + + + + + + 682.0 + 9568.1904296875 + + 141 + + 80 + + + 10.406999588012695 + 233 + + + + + + 682.4000244140625 + 9578.5498046875 + + 141 + + 76 + + + 10.357000350952148 + 207 + + + + + + 682.4000244140625 + 9588.9296875 + + 141 + + 77 + + + 10.381999969482422 + 190 + + + + + + 682.5999755859375 + 9599.259765625 + + 141 + + 78 + + + 10.331999778747559 + 221 + + + + + + 682.5999755859375 + 9609.51953125 + + 142 + + 77 + + + 10.258999824523926 + 168 + + + + + + 682.4000244140625 + 9619.7802734375 + + 142 + + 77 + + + 10.258999824523926 + 168 + + + + + + 682.2000122070312 + 9629.9599609375 + + 142 + + 75 + + + 10.175000190734863 + 221 + + + + + + 682.0 + 9640.0703125 + + 142 + + 75 + + + 10.093000411987305 + 249 + + + + + + 681.5999755859375 + 9650.169921875 + + 142 + + 73 + + + 10.116000175476074 + 202 + + + + + + 681.2000122070312 + 9660.3095703125 + + 142 + + 75 + + + 10.140000343322754 + 298 + + + + + + 681.0 + 9670.4404296875 + + 142 + + 75 + + + 10.140000343322754 + 223 + + + + + + 681.0 + 9680.5595703125 + + 142 + + 75 + + + 10.116000175476074 + 250 + + + + + + 681.2000122070312 + 9690.650390625 + + 142 + + 104 + + + 10.093000411987305 + 209 + + + + + + 681.5999755859375 + 9700.7998046875 + + 143 + + 84 + + + 10.093000411987305 + 239 + + + + + + 682.0 + 9710.7900390625 + + 143 + + 77 + + + 10.045999526977539 + 211 + + + + + + 682.2000122070312 + 9720.8603515625 + + 143 + + 92 + + + 10.069000244140625 + 211 + + + + + + 682.5999755859375 + 9730.9599609375 + + 142 + + 75 + + + 10.093000411987305 + 222 + + + + + + 682.7999877929688 + 9741.0498046875 + + 142 + + 79 + + + 10.045999526977539 + 244 + + + + + + 683.2000122070312 + 9751.2099609375 + + 142 + + 75 + + + 10.211000442504883 + 290 + + + + + + 683.4000244140625 + 9761.6396484375 + + 143 + + 75 + + + 10.432000160217285 + 251 + + + + + + 683.4000244140625 + 9771.830078125 + + 142 + + 76 + + + 10.187000274658203 + 203 + + + + + + 683.5999755859375 + 9782.1103515625 + + 143 + + 76 + + + 10.284000396728516 + 158 + + + + + + 683.5999755859375 + 9792.2099609375 + + 142 + + 90 + + + 10.093000411987305 + 239 + + + + + + 683.7999877929688 + 9802.2998046875 + + 142 + + 90 + + + 10.093000411987305 + 239 + + + + + + + 10.015000343322754 + 79 + 53 + 221 + 298 + + + + + 40.0 + 418.18 + 10.506999969482422 + 8 + + 142 + + + 143 + + Active + 93 + Manual + + + + 683.7999877929688 + 9802.2998046875 + + 142 + + 90 + + + 10.093000411987305 + 239 + + + + + + 684.5999755859375 + 9812.6201171875 + + 142 + + 83 + + + 10.319999694824219 + 248 + + + + + + 685.2000122070312 + 9822.9501953125 + + 142 + + 77 + + + 10.331999778747559 + 217 + + + + + + 682.5999755859375 + 9833.4599609375 + + 142 + + 83 + + + 10.506999969482422 + 235 + + + + + + 683.0 + 9843.83984375 + + 142 + + 93 + + + 10.381999969482422 + 260 + + + + + + 682.7999877929688 + 9854.2998046875 + + 142 + + 82 + + + 10.456999778747559 + 223 + + + + + + 682.4000244140625 + 9864.759765625 + + 142 + + 77 + + + 10.456999778747559 + 206 + + + + + + 682.2000122070312 + 9875.1396484375 + + 142 + + 76 + + + 10.381999969482422 + 201 + + + + + + 685.0 + 9885.419921875 + + 143 + + 75 + + + 10.284000396728516 + 216 + + + + + + 685.4000244140625 + 9895.6796875 + + 143 + + 79 + + + 10.258999824523926 + 226 + + + + + + 685.2000122070312 + 9905.9404296875 + + 143 + + 84 + + + 10.258999824523926 + 185 + + + + + + 685.5999755859375 + 9916.2998046875 + + 142 + + 85 + + + 10.357000350952148 + 228 + + + + + + 685.5999755859375 + 9926.5595703125 + + 142 + + 81 + + + 10.258999824523926 + 215 + + + + + + 685.7999877929688 + 9936.8896484375 + + 142 + + 78 + + + 10.331999778747559 + 227 + + + + + + 685.5999755859375 + 9947.2900390625 + + 143 + + 81 + + + 10.406999588012695 + 180 + + + + + + 685.5999755859375 + 9957.7802734375 + + 143 + + 78 + + + 10.482000350952148 + 213 + + + + + + 685.5999755859375 + 9968.259765625 + + 143 + + 77 + + + 10.482000350952148 + 209 + + + + + + 685.5999755859375 + 9978.73046875 + + 142 + + 79 + + + 10.432000160217285 + 195 + + + + + + 685.4000244140625 + 9989.0498046875 + + 143 + + 77 + + + 10.357000350952148 + 224 + + + + + + 685.4000244140625 + 9999.3798828125 + + 142 + + 76 + + + 10.331999778747559 + 203 + + + + + + 685.4000244140625 + 10009.66015625 + + 143 + + 77 + + + 10.284000396728516 + 199 + + + + + + 685.4000244140625 + 10019.919921875 + + 143 + + 76 + + + 10.258999824523926 + 205 + + + + + + 685.5999755859375 + 10030.2099609375 + + 143 + + 73 + + + 10.284000396728516 + 216 + + + + + + 685.4000244140625 + 10040.4404296875 + + 142 + + 75 + + + 10.234999656677246 + 219 + + + + + + 685.4000244140625 + 10050.6796875 + + 143 + + 75 + + + 10.234999656677246 + 185 + + + + + + 685.0 + 10060.8896484375 + + 142 + + 81 + + + 10.211000442504883 + 225 + + + + + + 684.7999877929688 + 10071.0498046875 + + 142 + + 84 + + + 10.163000106811523 + 190 + + + + + + 684.4000244140625 + 10081.0703125 + + 142 + + 78 + + + 10.02299976348877 + 221 + + + + + + 684.2000122070312 + 10091.0302734375 + + 142 + + 79 + + + 9.954000473022461 + 186 + + + + + + 684.2000122070312 + 10100.9404296875 + + 142 + + 84 + + + 9.909000396728516 + 222 + + + + + + 684.4000244140625 + 10110.7998046875 + + 142 + + 87 + + + 9.86400032043457 + 201 + + + + + + 684.4000244140625 + 10120.7802734375 + + 142 + + 84 + + + 9.97700023651123 + 209 + + + + + + 684.5999755859375 + 10130.5302734375 + + 142 + + 89 + + + 9.753000259399414 + 156 + + + + + + 684.7999877929688 + 10140.3095703125 + + 142 + + 83 + + + 9.774999618530273 + 202 + + + + + + 685.0 + 10150.099609375 + + 142 + + 74 + + + 9.79699993133545 + 209 + + + + + + 685.0 + 10160.0302734375 + + 141 + + 76 + + + 9.930999755859375 + 239 + + + + + + 685.5999755859375 + 10170.169921875 + + 141 + + 78 + + + 10.140000343322754 + 223 + + + + + + 685.5999755859375 + 10180.099609375 + + 141 + + 75 + + + 9.930999755859375 + 196 + + + + + + 685.5999755859375 + 10190.169921875 + + 141 + + 74 + + + 10.069000244140625 + 211 + + + + + + 685.5999755859375 + 10200.240234375 + + 140 + + 75 + + + 10.069000244140625 + 211 + + + + + + 685.7999877929688 + 10210.3798828125 + + 140 + + 75 + + + 10.140000343322754 + 202 + + + + + + 686.0 + 10220.5 + + 140 + + 75 + + + 10.116000175476074 + 226 + + + + + + + 10.383000373840332 + 80 + 54 + 212 + 260 + + + + + 38.0 + 399.07 + 10.532999992370605 + 8 + + 139 + + + 141 + + Active + 85 + Manual + + + + 686.0 + 10220.5 + + 140 + + 75 + + + 10.116000175476074 + 226 + + + + + + 686.4000244140625 + 10230.58984375 + + 140 + + 75 + + + 10.093000411987305 + 195 + + + + + + 686.5999755859375 + 10240.830078125 + + 140 + + 75 + + + 10.234999656677246 + 280 + + + + + + 687.0 + 10251.1796875 + + 140 + + 82 + + + 10.357000350952148 + 224 + + + + + + 687.2000122070312 + 10261.51953125 + + 139 + + 85 + + + 10.331999778747559 + 242 + + + + + + 686.7999877929688 + 10271.849609375 + + 139 + + 82 + + + 10.331999778747559 + 197 + + + + + + 686.7999877929688 + 10282.1103515625 + + 139 + + 78 + + + 10.258999824523926 + 205 + + + + + + 686.4000244140625 + 10292.419921875 + + 138 + + 76 + + + 10.307999610900879 + 216 + + + + + + 686.2000122070312 + 10302.669921875 + + 139 + + 76 + + + 10.258999824523926 + 215 + + + + + + 686.4000244140625 + 10313.0595703125 + + 139 + + 77 + + + 10.381999969482422 + 225 + + + + + + 686.5999755859375 + 10323.3603515625 + + 141 + + 76 + + + 10.307999610900879 + 186 + + + + + + 686.5999755859375 + 10333.650390625 + + 141 + + 76 + + + 10.284000396728516 + 243 + + + + + + 686.5999755859375 + 10344.0595703125 + + 140 + + 76 + + + 10.406999588012695 + 222 + + + + + + 686.5999755859375 + 10354.5595703125 + + 139 + + 76 + + + 10.506999969482422 + 273 + + + + + + 686.5999755859375 + 10365.0400390625 + + 139 + + 76 + + + 10.482000350952148 + 245 + + + + + + 686.7999877929688 + 10375.580078125 + + 139 + + 77 + + + 10.532999992370605 + 197 + + + + + + 687.0 + 10386.0302734375 + + 139 + + 78 + + + 10.456999778747559 + 230 + + + + + + 687.0 + 10396.419921875 + + 139 + + 77 + + + 10.381999969482422 + 190 + + + + + + 687.0 + 10406.8203125 + + 139 + + 76 + + + 10.406999588012695 + 201 + + + + + + 687.2000122070312 + 10417.23046875 + + 139 + + 78 + + + 10.406999588012695 + 201 + + + + + + 687.0 + 10427.599609375 + + 139 + + 77 + + + 10.369000434875488 + 233 + + + + + + 687.0 + 10437.8798828125 + + 138 + + 76 + + + 10.284000396728516 + 226 + + + + + + 687.0 + 10448.1396484375 + + 139 + + 76 + + + 10.258999824523926 + 209 + + + + + + 687.0 + 10458.3798828125 + + 139 + + 77 + + + 10.234999656677246 + 202 + + + + + + 687.0 + 10468.5400390625 + + 138 + + 77 + + + 10.163000106811523 + 213 + + + + + + 687.0 + 10478.6298828125 + + 139 + + 76 + + + 10.093000411987305 + 243 + + + + + + 687.0 + 10488.6796875 + + 138 + + 75 + + + 10.045999526977539 + 228 + + + + + + 687.0 + 10498.58984375 + + 139 + + 76 + + + 9.909000396728516 + 228 + + + + + + 687.2000122070312 + 10508.5703125 + + 138 + + 75 + + + 9.97700023651123 + 203 + + + + + + 687.0 + 10518.51953125 + + 138 + + 72 + + + 9.954000473022461 + 269 + + + + + + 687.0 + 10528.58984375 + + 138 + + 74 + + + 10.069000244140625 + 188 + + + + + + 687.2000122070312 + 10538.58984375 + + 138 + + 76 + + + 10.0 + 216 + + + + + + 687.2000122070312 + 10548.5400390625 + + 138 + + 78 + + + 9.954000473022461 + 190 + + + + + + 687.0 + 10558.5400390625 + + 139 + + 76 + + + 10.0 + 220 + + + + + + 686.7999877929688 + 10568.6103515625 + + 139 + + 73 + + + 10.069000244140625 + 188 + + + + + + 686.5999755859375 + 10578.7998046875 + + 139 + + 75 + + + 10.187000274658203 + 241 + + + + + + 686.5999755859375 + 10588.9599609375 + + 139 + + 74 + + + 10.163000106811523 + 203 + + + + + + 686.4000244140625 + 10599.2001953125 + + 139 + + 74 + + + 10.234999656677246 + 256 + + + + + + 686.2000122070312 + 10609.4599609375 + + 138 + + 76 + + + 10.258999824523926 + 240 + + + + + + 686.2000122070312 + 10619.759765625 + + 139 + + 76 + + + 10.307999610900879 + 206 + + + + + + + 10.015000343322754 + 76 + 50 + 221 + 280 + + + + + 40.0 + 419.98 + 10.71399974822998 + 9 + + 139 + + + 140 + + Active + 88 + Manual + + + + 686.2000122070312 + 10619.759765625 + + 139 + + 76 + + + 10.307999610900879 + 206 + + + + + + 686.2000122070312 + 10630.0703125 + + 138 + + 76 + + + 10.307999610900879 + 244 + + + + + + 686.0 + 10640.400390625 + + 138 + + 78 + + + 10.331999778747559 + 186 + + + + + + 686.4000244140625 + 10650.9404296875 + + 138 + + 78 + + + 10.532999992370605 + 246 + + + + + + 686.4000244140625 + 10661.2900390625 + + 138 + + 79 + + + 10.357000350952148 + 211 + + + + + + 686.4000244140625 + 10671.7802734375 + + 139 + + 81 + + + 10.482000350952148 + 213 + + + + + + 686.4000244140625 + 10682.23046875 + + 138 + + 86 + + + 10.456999778747559 + 217 + + + + + + 686.7999877929688 + 10692.740234375 + + 139 + + 88 + + + 10.506999969482422 + 220 + + + + + + 686.5999755859375 + 10703.099609375 + + 139 + + 76 + + + 10.357000350952148 + 238 + + + + + + 686.7999877929688 + 10713.5 + + 139 + + 75 + + + 10.406999588012695 + 240 + + + + + + 686.4000244140625 + 10724.0400390625 + + 138 + + 77 + + + 10.532999992370605 + 236 + + + + + + 686.5999755859375 + 10734.58984375 + + 139 + + 78 + + + 10.557999610900879 + 247 + + + + + + 686.4000244140625 + 10745.3095703125 + + 139 + + 76 + + + 10.71399974822998 + 211 + + + + + + 686.4000244140625 + 10755.9404296875 + + 139 + + 77 + + + 10.63599967956543 + 209 + + + + + + 686.0 + 10766.580078125 + + 139 + + 82 + + + 10.63599967956543 + 223 + + + + + + 686.0 + 10777.2197265625 + + 139 + + 86 + + + 10.63599967956543 + 205 + + + + + + 685.7999877929688 + 10790.41015625 + + 140 + + 83 + + + 10.557999610900879 + 228 + + + + + + 685.5999755859375 + 10800.919921875 + + 140 + + 78 + + + 10.506999969482422 + 253 + + + + + + 685.2000122070312 + 10811.400390625 + + 140 + + 76 + + + 10.482000350952148 + 206 + + + + + + 685.0 + 10824.509765625 + + 139 + + 78 + + + 10.482000350952148 + 245 + + + + + + 684.7999877929688 + 10834.8896484375 + + 139 + + 79 + + + 10.381999969482422 + 239 + + + + + + 684.5999755859375 + 10845.3701171875 + + 140 + + 76 + + + 10.482000350952148 + 234 + + + + + + 684.4000244140625 + 10855.6103515625 + + 140 + + 77 + + + 10.234999656677246 + 239 + + + + + + 684.4000244140625 + 10865.9404296875 + + 140 + + 76 + + + 10.331999778747559 + 245 + + + + + + 684.4000244140625 + 10876.26953125 + + 140 + + 77 + + + 10.331999778747559 + 255 + + + + + + 684.2000122070312 + 10886.6796875 + + 140 + + 77 + + + 10.406999588012695 + 215 + + + + + + 684.4000244140625 + 10896.8203125 + + 140 + + 75 + + + 10.140000343322754 + 237 + + + + + + 684.4000244140625 + 10906.91015625 + + 140 + + 77 + + + 10.093000411987305 + 262 + + + + + + 684.4000244140625 + 10917.0703125 + + 139 + + 81 + + + 10.163000106811523 + 278 + + + + + + 684.4000244140625 + 10927.2099609375 + + 140 + + 77 + + + 10.140000343322754 + 213 + + + + + + 684.5999755859375 + 10937.349609375 + + 139 + + 72 + + + 10.140000343322754 + 240 + + + + + + 684.7999877929688 + 10947.419921875 + + 139 + + 75 + + + 10.069000244140625 + 205 + + + + + + 685.0 + 10957.509765625 + + 139 + + 78 + + + 10.093000411987305 + 226 + + + + + + 685.4000244140625 + 10967.650390625 + + 139 + + 74 + + + 10.140000343322754 + 196 + + + + + + 685.5999755859375 + 10977.76953125 + + 140 + + 73 + + + 10.116000175476074 + 185 + + + + + + 686.0 + 10988.0 + + 140 + + 74 + + + 10.234999656677246 + 246 + + + + + + 686.0 + 10998.3095703125 + + 139 + + 75 + + + 10.307999610900879 + 223 + + + + + + 686.0 + 11008.650390625 + + 139 + + 75 + + + 10.331999778747559 + 248 + + + + + + 685.7999877929688 + 11019.0 + + 139 + + 76 + + + 10.357000350952148 + 207 + + + + + + 686.0 + 11029.4296875 + + 140 + + 77 + + + 10.432000160217285 + 251 + + + + + + 686.2000122070312 + 11039.919921875 + + 140 + + 78 + + + 10.482000350952148 + 206 + + + + + + + 10.62600040435791 + 78 + 52 + 228 + 278 + + + + + 37.0 + 397.71 + 10.71399974822998 + 8 + + 140 + + + 142 + + Active + 97 + Manual + + + + 686.2000122070312 + 11039.919921875 + + 140 + + 78 + + + 10.482000350952148 + 206 + + + + + + 686.7999877929688 + 11050.419921875 + + 140 + + 77 + + + 10.506999969482422 + 220 + + + + + + 687.2000122070312 + 11061.009765625 + + 140 + + 77 + + + 10.583999633789062 + 265 + + + + + + 687.7999877929688 + 11071.6201171875 + + 141 + + 87 + + + 10.609999656677246 + 209 + + + + + + 688.0 + 11082.23046875 + + 140 + + 97 + + + 10.609999656677246 + 220 + + + + + + 688.0 + 11092.9404296875 + + 140 + + 86 + + + 10.71399974822998 + 240 + + + + + + 687.4000244140625 + 11103.419921875 + + 140 + + 83 + + + 10.482000350952148 + 209 + + + + + + 687.0 + 11113.900390625 + + 140 + + 79 + + + 10.482000350952148 + 206 + + + + + + 686.7999877929688 + 11124.4404296875 + + 140 + + 78 + + + 10.532999992370605 + 221 + + + + + + 686.7999877929688 + 11135.0703125 + + 141 + + 78 + + + 10.63599967956543 + 209 + + + + + + 686.5999755859375 + 11145.580078125 + + 141 + + 81 + + + 10.506999969482422 + 249 + + + + + + 686.7999877929688 + 11156.1904296875 + + 142 + + 82 + + + 10.609999656677246 + 205 + + + + + + 686.7999877929688 + 11166.830078125 + + 141 + + 78 + + + 10.63599967956543 + 199 + + + + + + 686.5999755859375 + 11177.330078125 + + 141 + + 80 + + + 10.506999969482422 + 231 + + + + + + 686.4000244140625 + 11187.76953125 + + 141 + + 78 + + + 10.432000160217285 + 199 + + + + + + 686.0 + 11198.2197265625 + + 141 + + 77 + + + 10.456999778747559 + 251 + + + + + + 685.7999877929688 + 11208.6298828125 + + 141 + + 78 + + + 10.406999588012695 + 243 + + + + + + 685.7999877929688 + 11219.0595703125 + + 141 + + 78 + + + 10.432000160217285 + 247 + + + + + + 685.5999755859375 + 11229.5400390625 + + 141 + + 76 + + + 10.482000350952148 + 259 + + + + + + 685.5999755859375 + 11240.080078125 + + 140 + + 76 + + + 10.532999992370605 + 221 + + + + + + 685.7999877929688 + 11250.580078125 + + 140 + + 78 + + + 10.506999969482422 + 207 + + + + + + 685.7999877929688 + 11261.01953125 + + 140 + + 79 + + + 10.432000160217285 + 233 + + + + + + 685.7999877929688 + 11271.419921875 + + 140 + + 79 + + + 10.406999588012695 + 243 + + + + + + 686.0 + 11281.8798828125 + + 140 + + 78 + + + 10.456999778747559 + 262 + + + + + + 686.2000122070312 + 11292.3603515625 + + 141 + + 79 + + + 10.482000350952148 + 220 + + + + + + 686.2000122070312 + 11302.8203125 + + 140 + + 79 + + + 10.456999778747559 + 217 + + + + + + 686.0 + 11313.1298828125 + + 140 + + 76 + + + 10.307999610900879 + 231 + + + + + + 686.2000122070312 + 11323.48046875 + + 141 + + 79 + + + 10.357000350952148 + 217 + + + + + + 686.4000244140625 + 11333.650390625 + + 141 + + 77 + + + 10.163000106811523 + 247 + + + + + + 686.5999755859375 + 11343.9697265625 + + 140 + + 77 + + + 10.307999610900879 + 216 + + + + + + 686.7999877929688 + 11354.2099609375 + + 139 + + 83 + + + 10.258999824523926 + 274 + + + + + + 686.7999877929688 + 11364.4501953125 + + 140 + + 86 + + + 10.234999656677246 + 221 + + + + + + 686.7999877929688 + 11374.759765625 + + 139 + + 83 + + + 10.307999610900879 + 261 + + + + + + 686.5999755859375 + 11385.1103515625 + + 140 + + 79 + + + 10.357000350952148 + 245 + + + + + + 686.7999877929688 + 11395.6201171875 + + 140 + + 78 + + + 10.506999969482422 + 224 + + + + + + 686.7999877929688 + 11406.1298828125 + + 140 + + 75 + + + 10.506999969482422 + 277 + + + + + + 687.0 + 11416.6396484375 + + 141 + + 78 + + + 10.506999969482422 + 235 + + + + + + 687.0 + 11427.1396484375 + + 140 + + 79 + + + 10.506999969482422 + 263 + + + + + + 687.0 + 11437.75 + + 140 + + 80 + + + 10.609999656677246 + 294 + + + + + + + 10.217000007629395 + 80 + 50 + 232 + 277 + + + + + 39.0 + 418.76 + 10.875 + 9 + + 141 + + + 143 + + Active + 91 + Manual + + + + 687.0 + 11437.75 + + 140 + + 80 + + + 10.609999656677246 + 294 + + + + + + 687.0 + 11448.4404296875 + + 141 + + 81 + + + 10.687999725341797 + 210 + + + + + + 687.0 + 11459.099609375 + + 141 + + 80 + + + 10.661999702453613 + 221 + + + + + + 687.4000244140625 + 11469.8203125 + + 141 + + 80 + + + 10.71399974822998 + 251 + + + + + + 687.7999877929688 + 11480.6103515625 + + 141 + + 82 + + + 10.793999671936035 + 241 + + + + + + 687.7999877929688 + 11491.490234375 + + 142 + + 84 + + + 10.875 + 228 + + + + + + 687.7999877929688 + 11502.25 + + 141 + + 81 + + + 10.767000198364258 + 241 + + + + + + 687.7999877929688 + 11512.9296875 + + 141 + + 82 + + + 10.63599967956543 + 223 + + + + + + 687.5999755859375 + 11523.5595703125 + + 141 + + 85 + + + 10.63599967956543 + 223 + + + + + + 687.2000122070312 + 11534.259765625 + + 141 + + 86 + + + 10.71399974822998 + 245 + + + + + + 687.0 + 11544.98046875 + + 141 + + 85 + + + 10.741000175476074 + 201 + + + + + + 687.0 + 11555.7197265625 + + 141 + + 83 + + + 10.741000175476074 + 225 + + + + + + 686.5999755859375 + 11566.4599609375 + + 141 + + 90 + + + 10.741000175476074 + 229 + + + + + + 686.5999755859375 + 11577.2001953125 + + 141 + + 91 + + + 10.741000175476074 + 172 + + + + + + 686.5999755859375 + 11587.8896484375 + + 141 + + 87 + + + 10.687999725341797 + 224 + + + + + + 686.4000244140625 + 11598.5302734375 + + 141 + + 89 + + + 10.63599967956543 + 256 + + + + + + 686.4000244140625 + 11609.1396484375 + + 141 + + 79 + + + 10.609999656677246 + 202 + + + + + + 686.4000244140625 + 11619.6396484375 + + 141 + + 76 + + + 10.506999969482422 + 207 + + + + + + 686.4000244140625 + 11630.150390625 + + 141 + + 80 + + + 10.506999969482422 + 246 + + + + + + 686.4000244140625 + 11640.6103515625 + + 141 + + 80 + + + 10.456999778747559 + 230 + + + + + + 686.4000244140625 + 11651.08984375 + + 141 + + 78 + + + 10.482000350952148 + 265 + + + + + + 686.2000122070312 + 11661.5703125 + + 141 + + 79 + + + 10.482000350952148 + 206 + + + + + + 686.2000122070312 + 11672.0498046875 + + 141 + + 80 + + + 10.482000350952148 + 192 + + + + + + 686.2000122070312 + 11682.3095703125 + + 141 + + 82 + + + 10.258999824523926 + 236 + + + + + + 686.2000122070312 + 11692.6904296875 + + 142 + + 80 + + + 10.331999778747559 + 203 + + + + + + 686.4000244140625 + 11702.9501953125 + + 141 + + 77 + + + 10.307999610900879 + 282 + + + + + + 686.4000244140625 + 11713.2099609375 + + 141 + + 77 + + + 10.258999824523926 + 212 + + + + + + 686.5999755859375 + 11723.349609375 + + 142 + + 76 + + + 10.140000343322754 + 237 + + + + + + 686.5999755859375 + 11733.5595703125 + + 142 + + 77 + + + 10.211000442504883 + 214 + + + + + + 686.7999877929688 + 11743.73046875 + + 142 + + 80 + + + 10.163000106811523 + 213 + + + + + + 686.7999877929688 + 11753.849609375 + + 142 + + 77 + + + 10.069000244140625 + 225 + + + + + + 686.5999755859375 + 11763.91015625 + + 142 + + 84 + + + 10.093000411987305 + 209 + + + + + + 686.5999755859375 + 11774.0 + + 142 + + 82 + + + 10.116000175476074 + 233 + + + + + + 686.7999877929688 + 11784.0703125 + + 142 + + 76 + + + 10.069000244140625 + 222 + + + + + + 687.0 + 11794.240234375 + + 142 + + 75 + + + 10.163000106811523 + 241 + + + + + + 687.0 + 11804.51953125 + + 142 + + 75 + + + 10.284000396728516 + 226 + + + + + + 687.0 + 11814.830078125 + + 142 + + 75 + + + 10.307999610900879 + 254 + + + + + + 687.2000122070312 + 11825.16015625 + + 142 + + 76 + + + 10.331999778747559 + 200 + + + + + + 687.0 + 11835.490234375 + + 142 + + 75 + + + 10.331999778747559 + 242 + + + + + + 686.7999877929688 + 11845.900390625 + + 143 + + 75 + + + 10.406999588012695 + 218 + + + + + + 686.7999877929688 + 11856.330078125 + + 143 + + 78 + + + 10.432000160217285 + 191 + + + + + + + 10.628000259399414 + 80 + 54 + 227 + 294 + + + + + 38.0 + 403.2 + 10.583999633789062 + 8 + + 141 + + + 143 + + Active + 83 + Manual + + + + 686.7999877929688 + 11856.330078125 + + 143 + + 78 + + + 10.432000160217285 + 191 + + + + + + 686.7999877929688 + 11866.7099609375 + + 142 + + 82 + + + 10.381999969482422 + 215 + + + + + + 687.0 + 11877.1904296875 + + 143 + + 82 + + + 10.482000350952148 + 206 + + + + + + 687.5999755859375 + 11887.73046875 + + 143 + + 80 + + + 10.532999992370605 + 239 + + + + + + 687.7999877929688 + 11898.2802734375 + + 142 + + 77 + + + 10.557999610900879 + 219 + + + + + + 688.0 + 11908.83984375 + + 141 + + 78 + + + 10.557999610900879 + 197 + + + + + + 688.0 + 11919.3798828125 + + 142 + + 80 + + + 10.532999992370605 + 239 + + + + + + 687.5999755859375 + 11929.9296875 + + 142 + + 81 + + + 10.557999610900879 + 197 + + + + + + 687.2000122070312 + 11940.3896484375 + + 142 + + 83 + + + 10.456999778747559 + 219 + + + + + + 686.7999877929688 + 11950.98046875 + + 142 + + 80 + + + 10.583999633789062 + 208 + + + + + + 687.0 + 11961.3095703125 + + 142 + + 77 + + + 10.331999778747559 + 193 + + + + + + 687.0 + 11971.7099609375 + + 142 + + 76 + + + 10.406999588012695 + 208 + + + + + + 687.0 + 11982.1201171875 + + 141 + + 77 + + + 10.406999588012695 + 218 + + + + + + 687.0 + 11992.5302734375 + + 141 + + 80 + + + 10.406999588012695 + 218 + + + + + + 686.7999877929688 + 12002.9599609375 + + 140 + + 78 + + + 10.432000160217285 + 261 + + + + + + 686.2000122070312 + 12013.4404296875 + + 141 + + 76 + + + 10.482000350952148 + 220 + + + + + + 686.2000122070312 + 12023.8203125 + + 141 + + 76 + + + 10.381999969482422 + 235 + + + + + + 686.0 + 12034.169921875 + + 140 + + 77 + + + 10.331999778747559 + 221 + + + + + + 685.7999877929688 + 12044.5400390625 + + 140 + + 76 + + + 10.381999969482422 + 250 + + + + + + 685.7999877929688 + 12054.900390625 + + 141 + + 75 + + + 10.357000350952148 + 245 + + + + + + 686.0 + 12065.23046875 + + 141 + + 76 + + + 10.331999778747559 + 227 + + + + + + 685.5999755859375 + 12075.509765625 + + 141 + + 77 + + + 10.284000396728516 + 241 + + + + + + 685.4000244140625 + 12085.8203125 + + 140 + + 76 + + + 10.307999610900879 + 206 + + + + + + 685.2000122070312 + 12096.1298828125 + + 140 + + 75 + + + 10.307999610900879 + 261 + + + + + + 685.0 + 12106.4599609375 + + 140 + + 77 + + + 10.331999778747559 + 193 + + + + + + 684.7999877929688 + 12116.7197265625 + + 141 + + 79 + + + 10.258999824523926 + 192 + + + + + + 684.7999877929688 + 12126.9296875 + + 140 + + 76 + + + 10.211000442504883 + 231 + + + + + + 685.0 + 12137.08984375 + + 140 + + 76 + + + 10.163000106811523 + 200 + + + + + + 685.0 + 12147.1904296875 + + 140 + + 75 + + + 10.093000411987305 + 212 + + + + + + 685.0 + 12157.2099609375 + + 140 + + 75 + + + 10.02299976348877 + 210 + + + + + + 685.0 + 12167.2802734375 + + 140 + + 75 + + + 10.069000244140625 + 232 + + + + + + 685.2000122070312 + 12177.4404296875 + + 140 + + 72 + + + 10.163000106811523 + 213 + + + + + + 685.4000244140625 + 12187.5595703125 + + 140 + + 71 + + + 10.116000175476074 + 209 + + + + + + 685.5999755859375 + 12197.599609375 + + 139 + + 70 + + + 10.045999526977539 + 281 + + + + + + 685.7999877929688 + 12207.83984375 + + 140 + + 70 + + + 10.234999656677246 + 225 + + + + + + 686.0 + 12218.080078125 + + 140 + + 70 + + + 10.234999656677246 + 221 + + + + + + 686.0 + 12228.48046875 + + 140 + + 71 + + + 10.406999588012695 + 257 + + + + + + 686.0 + 12238.6904296875 + + 140 + + 72 + + + 10.211000442504883 + 214 + + + + + + 686.0 + 12249.099609375 + + 140 + + 73 + + + 10.406999588012695 + 306 + + + + + + 686.2000122070312 + 12259.599609375 + + 140 + + 76 + + + 10.506999969482422 + 210 + + + + + + + 10.208000183105469 + 76 + 50 + 224 + 306 + + + + + 234.0 + 2464.57 + 10.930000305175781 + 53 + + 141 + + + 144 + + Active + 98 + Manual + + + + 686.2000122070312 + 12259.599609375 + + 140 + + 76 + + + 10.506999969482422 + 210 + + + + + + 686.0 + 12270.1103515625 + + 140 + + 78 + + + 10.506999969482422 + 207 + + + + + + 686.2000122070312 + 12280.6396484375 + + 140 + + 79 + + + 10.532999992370605 + 277 + + + + + + 686.4000244140625 + 12291.3095703125 + + 140 + + 79 + + + 10.661999702453613 + 235 + + + + + + 686.5999755859375 + 12302.0498046875 + + 140 + + 78 + + + 10.741000175476074 + 254 + + + + + + 686.5999755859375 + 12312.8095703125 + + 140 + + 79 + + + 10.767000198364258 + 252 + + + + + + 686.5999755859375 + 12323.5498046875 + + 139 + + 79 + + + 10.741000175476074 + 222 + + + + + + 686.4000244140625 + 12334.240234375 + + 139 + + 79 + + + 10.687999725341797 + 213 + + + + + + 686.2000122070312 + 12344.900390625 + + 140 + + 80 + + + 10.661999702453613 + 210 + + + + + + 685.7999877929688 + 12355.6201171875 + + 140 + + 82 + + + 10.71399974822998 + 204 + + + + + + 685.7999877929688 + 12366.41015625 + + 140 + + 81 + + + 10.793999671936035 + 198 + + + + + + 685.5999755859375 + 12377.1298828125 + + 141 + + 80 + + + 10.687999725341797 + 228 + + + + + + 686.0 + 12387.759765625 + + 141 + + 82 + + + 10.661999702453613 + 199 + + + + + + 686.0 + 12398.349609375 + + 140 + + 83 + + + 10.583999633789062 + 211 + + + + + + 686.0 + 12408.900390625 + + 140 + + 79 + + + 10.557999610900879 + 228 + + + + + + 685.7999877929688 + 12419.4404296875 + + 140 + + 81 + + + 10.532999992370605 + 228 + + + + + + 685.5999755859375 + 12429.919921875 + + 139 + + 83 + + + 10.482000350952148 + 234 + + + + + + 685.2000122070312 + 12440.2998046875 + + 139 + + 79 + + + 10.381999969482422 + 201 + + + + + + 684.7999877929688 + 12450.6796875 + + 140 + + 77 + + + 10.381999969482422 + 222 + + + + + + 684.7999877929688 + 12461.0703125 + + 140 + + 77 + + + 10.381999969482422 + 263 + + + + + + 685.0 + 12471.4697265625 + + 139 + + 77 + + + 10.406999588012695 + 194 + + + + + + 685.0 + 12489.4697265625 + + 140 + + 76 + + + 10.284000396728516 + 216 + + + + + + 685.0 + 12499.75 + + 139 + + 77 + + + 10.284000396728516 + 254 + + + + + + 685.0 + 12510.0400390625 + + 140 + + 76 + + + 10.284000396728516 + 222 + + + + + + 685.0 + 12520.3203125 + + 140 + + 73 + + + 10.284000396728516 + 222 + + + + + + 684.4000244140625 + 12530.580078125 + + 140 + + 78 + + + 10.258999824523926 + 195 + + + + + + 684.4000244140625 + 12540.8203125 + + 140 + + 80 + + + 10.234999656677246 + 256 + + + + + + 684.4000244140625 + 12550.9296875 + + 140 + + 74 + + + 10.116000175476074 + 223 + + + + + + 684.4000244140625 + 12560.98046875 + + 140 + + 73 + + + 10.045999526977539 + 228 + + + + + + 684.5999755859375 + 12571.0703125 + + 140 + + 75 + + + 10.093000411987305 + 202 + + + + + + 684.7999877929688 + 12581.1201171875 + + 139 + + 82 + + + 10.045999526977539 + 265 + + + + + + 684.7999877929688 + 12591.1904296875 + + 139 + + 80 + + + 10.069000244140625 + 188 + + + + + + 685.2000122070312 + 12601.2998046875 + + 139 + + 71 + + + 10.116000175476074 + 226 + + + + + + 685.2000122070312 + 12611.3896484375 + + 139 + + 75 + + + 10.093000411987305 + 232 + + + + + + 685.2000122070312 + 12621.650390625 + + 139 + + 78 + + + 10.258999824523926 + 243 + + + + + + 685.2000122070312 + 12632.009765625 + + 140 + + 75 + + + 10.357000350952148 + 217 + + + + + + 685.4000244140625 + 12642.33984375 + + 140 + + 77 + + + 10.331999778747559 + 245 + + + + + + 685.5999755859375 + 12652.7197265625 + + 140 + + 78 + + + 10.381999969482422 + 222 + + + + + + 685.5999755859375 + 12663.1103515625 + + 140 + + 78 + + + 10.381999969482422 + 222 + + + + + + 685.5999755859375 + 12673.58984375 + + 140 + + 78 + + + 10.482000350952148 + 245 + + + + + + 685.5999755859375 + 12683.9404296875 + + 140 + + 78 + + + 10.357000350952148 + 204 + + + + + + 685.5999755859375 + 12694.4296875 + + 140 + + 78 + + + 10.482000350952148 + 263 + + + + + + 685.7999877929688 + 12704.990234375 + + 141 + + 77 + + + 10.557999610900879 + 222 + + + + + + 685.7999877929688 + 12715.6201171875 + + 141 + + 81 + + + 10.63599967956543 + 184 + + + + + + 686.0 + 12726.259765625 + + 141 + + 81 + + + 10.63599967956543 + 241 + + + + + + 686.0 + 12736.83984375 + + 140 + + 78 + + + 10.583999633789062 + 204 + + + + + + 686.2000122070312 + 12747.5 + + 141 + + 78 + + + 10.661999702453613 + 210 + + + + + + 686.0 + 12757.990234375 + + 141 + + 76 + + + 10.482000350952148 + 269 + + + + + + 685.7999877929688 + 12768.6103515625 + + 140 + + 79 + + + 10.583999633789062 + 208 + + + + + + 685.5999755859375 + 12779.150390625 + + 141 + + 78 + + + 10.583999633789062 + 211 + + + + + + 685.5999755859375 + 12789.759765625 + + 141 + + 78 + + + 10.609999656677246 + 223 + + + + + + 685.5999755859375 + 12800.2197265625 + + 141 + + 81 + + + 10.456999778747559 + 188 + + + + + + 685.4000244140625 + 12810.7802734375 + + 141 + + 78 + + + 10.557999610900879 + 204 + + + + + + 685.4000244140625 + 12821.240234375 + + 141 + + 76 + + + 10.456999778747559 + 234 + + + + + + 685.4000244140625 + 12831.7900390625 + + 141 + + 78 + + + 10.557999610900879 + 225 + + + + + + 685.0 + 12842.2998046875 + + 141 + + 77 + + + 10.506999969482422 + 220 + + + + + + 684.7999877929688 + 12852.73046875 + + 141 + + 78 + + + 10.432000160217285 + 205 + + + + + + 684.5999755859375 + 12863.1904296875 + + 141 + + 75 + + + 10.456999778747559 + 226 + + + + + + 684.4000244140625 + 12873.51953125 + + 141 + + 82 + + + 10.331999778747559 + 231 + + + + + + 684.4000244140625 + 12883.8798828125 + + 141 + + 77 + + + 10.357000350952148 + 217 + + + + + + 684.4000244140625 + 12894.1201171875 + + 141 + + 75 + + + 10.211000442504883 + 239 + + + + + + 684.5999755859375 + 12904.2802734375 + + 141 + + 78 + + + 10.187000274658203 + 214 + + + + + + 684.5999755859375 + 12914.4599609375 + + 141 + + 78 + + + 10.187000274658203 + 248 + + + + + + 684.7999877929688 + 12924.490234375 + + 140 + + 75 + + + 10.02299976348877 + 237 + + + + + + 685.2000122070312 + 12934.650390625 + + 140 + + 75 + + + 10.163000106811523 + 316 + + + + + + 685.5999755859375 + 12944.8095703125 + + 140 + + 76 + + + 10.163000106811523 + 217 + + + + + + 686.0 + 12954.8095703125 + + 140 + + 78 + + + 10.0 + 243 + + + + + + 686.5999755859375 + 12964.8798828125 + + 139 + + 77 + + + 10.069000244140625 + 225 + + + + + + 686.5999755859375 + 12974.9697265625 + + 140 + + 73 + + + 10.093000411987305 + 239 + + + + + + 686.4000244140625 + 12985.08984375 + + 140 + + 76 + + + 10.116000175476074 + 226 + + + + + + 686.4000244140625 + 12995.2998046875 + + 140 + + 76 + + + 10.211000442504883 + 265 + + + + + + 686.2000122070312 + 13005.58984375 + + 141 + + 96 + + + 10.284000396728516 + 243 + + + + + + 686.0 + 13015.76953125 + + 141 + + 86 + + + 10.187000274658203 + 234 + + + + + + 686.0 + 13026.080078125 + + 141 + + 83 + + + 10.307999610900879 + 261 + + + + + + 685.7999877929688 + 13036.5400390625 + + 141 + + 76 + + + 10.456999778747559 + 219 + + + + + + 685.4000244140625 + 13046.9697265625 + + 141 + + 76 + + + 10.432000160217285 + 240 + + + + + + 685.4000244140625 + 13057.4296875 + + 142 + + 80 + + + 10.456999778747559 + 206 + + + + + + 685.2000122070312 + 13067.91015625 + + 142 + + 80 + + + 10.482000350952148 + 252 + + + + + + 685.2000122070312 + 13078.4404296875 + + 142 + + 84 + + + 10.532999992370605 + 236 + + + + + + 685.4000244140625 + 13088.9697265625 + + 142 + + 86 + + + 10.532999992370605 + 182 + + + + + + 685.7999877929688 + 13099.48046875 + + 142 + + 82 + + + 10.506999969482422 + 259 + + + + + + 685.5999755859375 + 13110.48046875 + + 143 + + 84 + + + 10.583999633789062 + 244 + + + + + + 685.5999755859375 + 13120.75 + + 143 + + 79 + + + 10.687999725341797 + 228 + + + + + + 685.5999755859375 + 13131.4404296875 + + 143 + + 78 + + + 10.687999725341797 + 239 + + + + + + 685.4000244140625 + 13142.150390625 + + 143 + + 84 + + + 10.71399974822998 + 251 + + + + + + 685.2000122070312 + 13152.8896484375 + + 143 + + 81 + + + 10.741000175476074 + 222 + + + + + + 685.0 + 13163.5302734375 + + 142 + + 78 + + + 10.63599967956543 + 209 + + + + + + 684.7999877929688 + 13174.16015625 + + 143 + + 79 + + + 10.63599967956543 + 203 + + + + + + 684.5999755859375 + 13184.7998046875 + + 143 + + 79 + + + 10.63599967956543 + 212 + + + + + + 684.2000122070312 + 13195.4599609375 + + 142 + + 78 + + + 10.661999702453613 + 239 + + + + + + 684.0 + 13206.099609375 + + 143 + + 78 + + + 10.63599967956543 + 199 + + + + + + 683.7999877929688 + 13216.66015625 + + 142 + + 82 + + + 10.557999610900879 + 211 + + + + + + 683.7999877929688 + 13227.240234375 + + 143 + + 81 + + + 10.583999633789062 + 261 + + + + + + 683.7999877929688 + 13237.919921875 + + 143 + + 78 + + + 10.63599967956543 + 227 + + + + + + 683.7999877929688 + 13248.490234375 + + 142 + + 78 + + + 10.609999656677246 + 216 + + + + + + 683.5999755859375 + 13258.9697265625 + + 143 + + 80 + + + 10.482000350952148 + 237 + + + + + + 683.5999755859375 + 13269.4501953125 + + 143 + + 77 + + + 10.482000350952148 + 220 + + + + + + 683.4000244140625 + 13279.91015625 + + 142 + + 77 + + + 10.456999778747559 + 272 + + + + + + 683.4000244140625 + 13290.33984375 + + 142 + + 77 + + + 10.432000160217285 + 271 + + + + + + 683.5999755859375 + 13300.7998046875 + + 142 + + 77 + + + 10.456999778747559 + 254 + + + + + + 683.7999877929688 + 13311.23046875 + + 142 + + 77 + + + 10.432000160217285 + 285 + + + + + + 684.0 + 13321.66015625 + + 142 + + 78 + + + 10.432000160217285 + 247 + + + + + + 684.0 + 13332.1201171875 + + 142 + + 78 + + + 10.456999778747559 + 245 + + + + + + 684.2000122070312 + 13342.5703125 + + 141 + + 78 + + + 10.456999778747559 + 223 + + + + + + 684.2000122070312 + 13353.009765625 + + 141 + + 78 + + + 10.432000160217285 + 205 + + + + + + 684.4000244140625 + 13363.3095703125 + + 141 + + 79 + + + 10.307999610900879 + 254 + + + + + + 684.5999755859375 + 13373.669921875 + + 141 + + 76 + + + 10.357000350952148 + 179 + + + + + + 684.5999755859375 + 13383.830078125 + + 141 + + 81 + + + 10.163000106811523 + 261 + + + + + + 684.5999755859375 + 13394.0498046875 + + 141 + + 79 + + + 10.211000442504883 + 201 + + + + + + 684.7999877929688 + 13404.1904296875 + + 141 + + 75 + + + 10.140000343322754 + 219 + + + + + + 684.7999877929688 + 13414.3701171875 + + 141 + + 83 + + + 10.187000274658203 + 211 + + + + + + 684.7999877929688 + 13424.580078125 + + 141 + + 98 + + + 10.211000442504883 + 211 + + + + + + 684.7999877929688 + 13434.9697265625 + + 141 + + 82 + + + 10.381999969482422 + 207 + + + + + + 685.0 + 13445.2197265625 + + 141 + + 77 + + + 10.258999824523926 + 215 + + + + + + 685.0 + 13455.509765625 + + 142 + + 76 + + + 10.284000396728516 + 260 + + + + + + 685.2000122070312 + 13465.8701171875 + + 142 + + 82 + + + 10.357000350952148 + 217 + + + + + + 685.2000122070312 + 13476.7900390625 + + 141 + + 89 + + + 10.456999778747559 + 279 + + + + + + 685.4000244140625 + 13486.6796875 + + 142 + + 81 + + + 10.357000350952148 + 228 + + + + + + 685.5999755859375 + 13497.169921875 + + 141 + + 75 + + + 10.482000350952148 + 231 + + + + + + 685.7999877929688 + 13507.6201171875 + + 141 + + 76 + + + 10.456999778747559 + 226 + + + + + + 685.5999755859375 + 13518.1103515625 + + 142 + + 80 + + + 10.482000350952148 + 231 + + + + + + 685.7999877929688 + 13528.7197265625 + + 141 + + 78 + + + 10.609999656677246 + 283 + + + + + + 686.2000122070312 + 13539.4296875 + + 141 + + 77 + + + 10.71399974822998 + 251 + + + + + + 686.0 + 13550.169921875 + + 141 + + 81 + + + 10.741000175476074 + 211 + + + + + + 686.2000122070312 + 13560.9404296875 + + 141 + + 80 + + + 10.767000198364258 + 273 + + + + + + 686.0 + 13571.6298828125 + + 142 + + 78 + + + 10.687999725341797 + 204 + + + + + + 685.5999755859375 + 13582.2900390625 + + 141 + + 81 + + + 10.661999702453613 + 199 + + + + + + 685.2000122070312 + 13592.98046875 + + 141 + + 81 + + + 10.687999725341797 + 264 + + + + + + 684.7999877929688 + 13603.6396484375 + + 141 + + 78 + + + 10.661999702453613 + 245 + + + + + + 684.7999877929688 + 13614.3203125 + + 141 + + 79 + + + 10.687999725341797 + 200 + + + + + + 684.5999755859375 + 13625.009765625 + + 141 + + 82 + + + 10.687999725341797 + 235 + + + + + + 684.4000244140625 + 13635.6796875 + + 140 + + 84 + + + 10.661999702453613 + 195 + + + + + + 684.0 + 13646.3603515625 + + 140 + + 83 + + + 10.63599967956543 + 209 + + + + + + 683.7999877929688 + 13656.9296875 + + 140 + + 80 + + + 10.583999633789062 + 237 + + + + + + 683.5999755859375 + 13667.41015625 + + 140 + + 78 + + + 10.506999969482422 + 218 + + + + + + 683.4000244140625 + 13677.9404296875 + + 140 + + 78 + + + 10.532999992370605 + 232 + + + + + + 683.5999755859375 + 13688.3896484375 + + 140 + + 77 + + + 10.456999778747559 + 245 + + + + + + 683.5999755859375 + 13698.7998046875 + + 140 + + 77 + + + 10.406999588012695 + 180 + + + + + + 683.4000244140625 + 13709.16015625 + + 140 + + 78 + + + 10.357000350952148 + 238 + + + + + + 683.4000244140625 + 13719.5400390625 + + 140 + + 77 + + + 10.381999969482422 + 239 + + + + + + 683.4000244140625 + 13729.75 + + 140 + + 75 + + + 10.211000442504883 + 279 + + + + + + 683.4000244140625 + 13740.080078125 + + 140 + + 77 + + + 10.331999778747559 + 245 + + + + + + 683.4000244140625 + 13750.41015625 + + 140 + + 78 + + + 10.331999778747559 + 210 + + + + + + 683.5999755859375 + 13760.669921875 + + 140 + + 76 + + + 10.258999824523926 + 304 + + + + + + 683.7999877929688 + 13770.8095703125 + + 141 + + 73 + + + 10.140000343322754 + 217 + + + + + + 683.5999755859375 + 13781.099609375 + + 141 + + 74 + + + 10.284000396728516 + 254 + + + + + + 683.5999755859375 + 13791.2802734375 + + 141 + + 74 + + + 10.187000274658203 + 218 + + + + + + 683.7999877929688 + 13801.6201171875 + + 140 + + 75 + + + 10.331999778747559 + 259 + + + + + + 683.7999877929688 + 13811.9697265625 + + 141 + + 79 + + + 10.357000350952148 + 245 + + + + + + 683.7999877929688 + 13822.5302734375 + + 141 + + 78 + + + 10.557999610900879 + 228 + + + + + + 684.0 + 13832.83984375 + + 140 + + 75 + + + 10.307999610900879 + 251 + + + + + + 684.2000122070312 + 13843.26953125 + + 140 + + 78 + + + 10.432000160217285 + 208 + + + + + + 684.2000122070312 + 13853.73046875 + + 141 + + 78 + + + 10.456999778747559 + 251 + + + + + + 684.4000244140625 + 13864.16015625 + + 140 + + 75 + + + 10.432000160217285 + 247 + + + + + + 684.7999877929688 + 13874.6396484375 + + 141 + + 75 + + + 10.482000350952148 + 252 + + + + + + 684.7999877929688 + 13885.1201171875 + + 141 + + 76 + + + 10.482000350952148 + 283 + + + + + + 684.7999877929688 + 13895.7099609375 + + 141 + + 83 + + + 10.583999633789062 + 233 + + + + + + 685.0 + 13906.3203125 + + 141 + + 82 + + + 10.609999656677246 + 262 + + + + + + 684.7999877929688 + 13916.9501953125 + + 141 + + 75 + + + 10.63599967956543 + 269 + + + + + + 684.7999877929688 + 13927.6396484375 + + 141 + + 76 + + + 10.687999725341797 + 206 + + + + + + 684.4000244140625 + 13938.4599609375 + + 142 + + 83 + + + 10.821000099182129 + 242 + + + + + + 684.2000122070312 + 13949.1298828125 + + 142 + + 82 + + + 10.661999702453613 + 252 + + + + + + 684.0 + 13959.919921875 + + 141 + + 78 + + + 10.793999671936035 + 230 + + + + + + 684.0 + 13970.6103515625 + + 142 + + 79 + + + 10.687999725341797 + 231 + + + + + + 684.0 + 13981.1103515625 + + 142 + + 80 + + + 10.506999969482422 + 235 + + + + + + 684.2000122070312 + 13991.7197265625 + + 143 + + 82 + + + 10.609999656677246 + 212 + + + + + + 684.2000122070312 + 14002.8603515625 + + 143 + + 83 + + + 10.687999725341797 + 235 + + + + + + 684.2000122070312 + 14013.099609375 + + 143 + + 80 + + + 10.687999725341797 + 204 + + + + + + 684.0 + 14023.740234375 + + 144 + + 77 + + + 10.63599967956543 + 177 + + + + + + 683.5999755859375 + 14034.400390625 + + 143 + + 79 + + + 10.661999702453613 + 213 + + + + + + 683.2000122070312 + 14045.08984375 + + 143 + + 78 + + + 10.687999725341797 + 200 + + + + + + 683.0 + 14055.75 + + 143 + + 77 + + + 10.661999702453613 + 210 + + + + + + 682.5999755859375 + 14066.3603515625 + + 142 + + 78 + + + 10.609999656677246 + 248 + + + + + + 682.5999755859375 + 14076.919921875 + + 142 + + 78 + + + 10.557999610900879 + 243 + + + + + + 682.5999755859375 + 14087.580078125 + + 142 + + 75 + + + 10.661999702453613 + 231 + + + + + + 682.5999755859375 + 14098.009765625 + + 142 + + 77 + + + 10.432000160217285 + 268 + + + + + + 682.7999877929688 + 14108.5595703125 + + 142 + + 78 + + + 10.532999992370605 + 239 + + + + + + 683.0 + 14118.9501953125 + + 142 + + 78 + + + 10.406999588012695 + 233 + + + + + + 683.0 + 14129.2099609375 + + 141 + + 83 + + + 10.258999824523926 + 264 + + + + + + 683.0 + 14139.400390625 + + 142 + + 78 + + + 10.187000274658203 + 245 + + + + + + 682.7999877929688 + 14149.6796875 + + 142 + + 76 + + + 10.284000396728516 + 233 + + + + + + 683.0 + 14159.7998046875 + + 142 + + 75 + + + 10.116000175476074 + 223 + + + + + + 683.0 + 14169.9599609375 + + 142 + + 75 + + + 10.163000106811523 + 264 + + + + + + 683.4000244140625 + 14180.009765625 + + 141 + + 75 + + + 10.045999526977539 + 211 + + + + + + 683.5999755859375 + 14190.0703125 + + 141 + + 75 + + + 10.069000244140625 + 232 + + + + + + 684.0 + 14200.1201171875 + + 141 + + 75 + + + 10.045999526977539 + 215 + + + + + + 684.2000122070312 + 14210.1396484375 + + 140 + + 75 + + + 10.02299976348877 + 295 + + + + + + 684.4000244140625 + 14220.240234375 + + 141 + + 76 + + + 10.093000411987305 + 199 + + + + + + 684.4000244140625 + 14230.3798828125 + + 140 + + 79 + + + 10.140000343322754 + 247 + + + + + + 684.5999755859375 + 14240.58984375 + + 140 + + 78 + + + 10.211000442504883 + 204 + + + + + + 685.0 + 14250.6796875 + + 141 + + 76 + + + 10.093000411987305 + 239 + + + + + + 684.7999877929688 + 14260.9599609375 + + 141 + + 75 + + + 10.284000396728516 + 216 + + + + + + 684.5999755859375 + 14271.3203125 + + 141 + + 74 + + + 10.357000350952148 + 228 + + + + + + 684.4000244140625 + 14281.509765625 + + 142 + + 76 + + + 10.187000274658203 + 255 + + + + + + 684.2000122070312 + 14291.7900390625 + + 142 + + 81 + + + 10.284000396728516 + 199 + + + + + + 684.0 + 14302.1201171875 + + 142 + + 83 + + + 10.331999778747559 + 259 + + + + + + 683.7999877929688 + 14312.509765625 + + 141 + + 78 + + + 10.381999969482422 + 179 + + + + + + 683.7999877929688 + 14322.8603515625 + + 142 + + 75 + + + 10.357000350952148 + 283 + + + + + + 683.7999877929688 + 14333.349609375 + + 142 + + 75 + + + 10.482000350952148 + 265 + + + + + + 684.2000122070312 + 14343.9296875 + + 141 + + 78 + + + 10.583999633789062 + 240 + + + + + + 684.4000244140625 + 14354.58984375 + + 141 + + 78 + + + 10.661999702453613 + 263 + + + + + + 684.5999755859375 + 14365.3095703125 + + 141 + + 77 + + + 10.71399974822998 + 254 + + + + + + 684.5999755859375 + 14376.0703125 + + 141 + + 79 + + + 10.767000198364258 + 201 + + + + + + 684.5999755859375 + 14386.759765625 + + 141 + + 79 + + + 10.687999725341797 + 239 + + + + + + 684.0 + 14397.580078125 + + 141 + + 78 + + + 10.793999671936035 + 227 + + + + + + 683.7999877929688 + 14408.349609375 + + 141 + + 81 + + + 10.793999671936035 + 216 + + + + + + 683.5999755859375 + 14419.0595703125 + + 141 + + 81 + + + 10.71399974822998 + 251 + + + + + + 683.4000244140625 + 14429.7802734375 + + 141 + + 79 + + + 10.71399974822998 + 207 + + + + + + 683.4000244140625 + 14440.5400390625 + + 141 + + 81 + + + 10.767000198364258 + 205 + + + + + + 683.2000122070312 + 14451.51953125 + + 141 + + 84 + + + 10.930000305175781 + 277 + + + + + + 683.2000122070312 + 14462.1103515625 + + 142 + + 84 + + + 10.63599967956543 + 205 + + + + + + 683.2000122070312 + 14472.8203125 + + 141 + + 82 + + + 10.71399974822998 + 225 + + + + + + 683.2000122070312 + 14483.259765625 + + 142 + + 79 + + + 10.432000160217285 + 251 + + + + + + 683.0 + 14493.8701171875 + + 142 + + 78 + + + 10.609999656677246 + 273 + + + + + + 683.2000122070312 + 14504.2998046875 + + 142 + + 78 + + + 10.432000160217285 + 268 + + + + + + 683.2000122070312 + 14514.8095703125 + + 142 + + 79 + + + 10.506999969482422 + 281 + + + + + + 683.2000122070312 + 14525.7099609375 + + 142 + + 80 + + + 10.482000350952148 + 234 + + + + + + 683.2000122070312 + 14535.75 + + 142 + + 82 + + + 10.456999778747559 + 286 + + + + + + 683.2000122070312 + 14546.2998046875 + + 142 + + 80 + + + 10.557999610900879 + 289 + + + + + + 683.4000244140625 + 14556.7099609375 + + 142 + + 78 + + + 10.406999588012695 + 261 + + + + + + 683.5999755859375 + 14567.1904296875 + + 142 + + 78 + + + 10.482000350952148 + 259 + + + + + + 683.5999755859375 + 14577.650390625 + + 142 + + 82 + + + 10.456999778747559 + 254 + + + + + + 683.7999877929688 + 14588.1298828125 + + 142 + + 84 + + + 10.482000350952148 + 287 + + + + + + 684.0 + 14598.4599609375 + + 142 + + 81 + + + 10.331999778747559 + 255 + + + + + + 684.0 + 14608.919921875 + + 142 + + 80 + + + 10.456999778747559 + 247 + + + + + + 683.7999877929688 + 14619.330078125 + + 143 + + 83 + + + 10.406999588012695 + 278 + + + + + + 684.0 + 14629.759765625 + + 143 + + 94 + + + 10.432000160217285 + 195 + + + + + + 684.0 + 14640.1904296875 + + 143 + + 95 + + + 10.432000160217285 + 247 + + + + + + 684.0 + 14650.669921875 + + 143 + + 81 + + + 10.482000350952148 + 248 + + + + + + 684.0 + 14661.1796875 + + 142 + + 78 + + + 10.506999969482422 + 218 + + + + + + 684.2000122070312 + 14671.6396484375 + + 143 + + 80 + + + 10.456999778747559 + 237 + + + + + + 684.2000122070312 + 14682.1201171875 + + 143 + + 77 + + + 10.482000350952148 + 220 + + + + + + 684.0 + 14692.6298828125 + + 143 + + 77 + + + 10.506999969482422 + 235 + + + + + + 684.0 + 14703.1103515625 + + 144 + + 77 + + + 10.482000350952148 + 248 + + + + + + 684.2000122070312 + 14713.669921875 + + 144 + + 78 + + + 10.557999610900879 + 190 + + + + + + 684.0 + 14724.330078125 + + 144 + + 78 + + + 10.661999702453613 + 199 + + + + + + + 10.473999977111816 + 79 + 308 + 233 + 316 + + + + + 190.0 + 2043.97 + 11.182000160217283 + 43 + + 144 + + + 147 + + Active + 95 + Manual + + + + 684.0 + 14724.330078125 + + 144 + + 78 + + + 10.661999702453613 + 199 + + + + + + 684.2000122070312 + 14734.7900390625 + + 144 + + 77 + + + 10.456999778747559 + 174 + + + + + + 684.5999755859375 + 14745.4599609375 + + 143 + + 79 + + + 10.661999702453613 + 188 + + + + + + 685.0 + 14756.0302734375 + + 144 + + 82 + + + 10.583999633789062 + 233 + + + + + + 685.0 + 14766.6904296875 + + 144 + + 85 + + + 10.661999702453613 + 206 + + + + + + 685.2000122070312 + 14777.3798828125 + + 144 + + 85 + + + 10.687999725341797 + 210 + + + + + + 685.2000122070312 + 14788.099609375 + + 144 + + 79 + + + 10.71399974822998 + 258 + + + + + + 685.2000122070312 + 14798.8095703125 + + 143 + + 80 + + + 10.71399974822998 + 207 + + + + + + 685.2000122070312 + 14809.5302734375 + + 143 + + 78 + + + 10.71399974822998 + 207 + + + + + + 685.2000122070312 + 14820.240234375 + + 144 + + 78 + + + 10.71399974822998 + 254 + + + + + + 685.2000122070312 + 14831.08984375 + + 143 + + 79 + + + 10.847999572753906 + 210 + + + + + + 685.0 + 14841.9296875 + + 143 + + 77 + + + 10.847999572753906 + 210 + + + + + + 684.5999755859375 + 14852.6796875 + + 143 + + 81 + + + 10.741000175476074 + 225 + + + + + + 684.2000122070312 + 14863.3896484375 + + 143 + + 83 + + + 10.71399974822998 + 222 + + + + + + 684.0 + 14874.099609375 + + 144 + + 79 + + + 10.71399974822998 + 222 + + + + + + 683.4000244140625 + 14884.7900390625 + + 144 + + 85 + + + 10.687999725341797 + 282 + + + + + + 683.5999755859375 + 14895.4296875 + + 144 + + 83 + + + 10.63599967956543 + 227 + + + + + + 683.2000122070312 + 14906.0595703125 + + 144 + + 78 + + + 10.63599967956543 + 227 + + + + + + 683.0 + 14916.7001953125 + + 145 + + 80 + + + 10.63599967956543 + 205 + + + + + + 682.7999877929688 + 14927.23046875 + + 145 + + 81 + + + 10.532999992370605 + 214 + + + + + + 682.7999877929688 + 14937.740234375 + + 145 + + 88 + + + 10.506999969482422 + 214 + + + + + + 682.7999877929688 + 14948.25 + + 145 + + 80 + + + 10.506999969482422 + 214 + + + + + + 682.5999755859375 + 14958.73046875 + + 146 + + 76 + + + 10.482000350952148 + 217 + + + + + + 682.7999877929688 + 14969.240234375 + + 146 + + 78 + + + 10.506999969482422 + 281 + + + + + + 683.0 + 14979.6904296875 + + 146 + + 78 + + + 10.456999778747559 + 300 + + + + + + 683.0 + 14990.150390625 + + 146 + + 77 + + + 10.456999778747559 + 269 + + + + + + 683.4000244140625 + 15000.5595703125 + + 146 + + 75 + + + 10.406999588012695 + 323 + + + + + + 683.4000244140625 + 15011.1396484375 + + 146 + + 78 + + + 10.583999633789062 + 290 + + + + + + 683.2000122070312 + 15021.650390625 + + 146 + + 78 + + + 10.506999969482422 + 312 + + + + + + 683.2000122070312 + 15032.150390625 + + 146 + + 79 + + + 10.506999969482422 + 312 + + + + + + 683.2000122070312 + 15042.83984375 + + 147 + + 79 + + + 10.687999725341797 + 242 + + + + + + 683.2000122070312 + 15053.5302734375 + + 146 + + 80 + + + 10.687999725341797 + 246 + + + + + + 683.4000244140625 + 15064.26953125 + + 146 + + 87 + + + 10.741000175476074 + 261 + + + + + + 683.4000244140625 + 15075.169921875 + + 147 + + 83 + + + 10.902000427246094 + 247 + + + + + + 683.2000122070312 + 15086.080078125 + + 146 + + 79 + + + 10.902000427246094 + 247 + + + + + + 683.0 + 15096.9501953125 + + 146 + + 82 + + + 10.875 + 257 + + + + + + 682.7999877929688 + 15107.7998046875 + + 146 + + 81 + + + 10.847999572753906 + 297 + + + + + + 682.5999755859375 + 15118.73046875 + + 146 + + 81 + + + 10.930000305175781 + 245 + + + + + + 682.4000244140625 + 15129.740234375 + + 146 + + 82 + + + 11.012999534606934 + 261 + + + + + + 682.4000244140625 + 15140.8095703125 + + 146 + + 81 + + + 11.069000244140625 + 262 + + + + + + 682.7999877929688 + 15152.0302734375 + + 145 + + 83 + + + 11.097000122070312 + 219 + + + + + + 682.5999755859375 + 15162.9501953125 + + 146 + + 84 + + + 11.039999961853027 + 191 + + + + + + 682.5999755859375 + 15174.1298828125 + + 146 + + 82 + + + 11.182000160217285 + 253 + + + + + + 682.5999755859375 + 15185.1396484375 + + 146 + + 82 + + + 11.012999534606934 + 261 + + + + + + 682.5999755859375 + 15196.2099609375 + + 146 + + 81 + + + 11.069000244140625 + 244 + + + + + + 682.5999755859375 + 15207.23046875 + + 146 + + 88 + + + 11.012999534606934 + 238 + + + + + + 682.4000244140625 + 15218.58984375 + + 146 + + 90 + + + 10.984999656677246 + 231 + + + + + + 682.2000122070312 + 15229.0595703125 + + 146 + + 82 + + + 10.847999572753906 + 257 + + + + + + 681.5999755859375 + 15239.91015625 + + 146 + + 78 + + + 10.847999572753906 + 214 + + + + + + 681.4000244140625 + 15250.8095703125 + + 146 + + 83 + + + 10.902000427246094 + 215 + + + + + + 681.0 + 15261.7197265625 + + 146 + + 80 + + + 10.902000427246094 + 258 + + + + + + 680.5999755859375 + 15272.6201171875 + + 146 + + 82 + + + 10.902000427246094 + 229 + + + + + + 680.5999755859375 + 15283.41015625 + + 145 + + 85 + + + 10.793999671936035 + 227 + + + + + + 680.5999755859375 + 15294.2001953125 + + 146 + + 85 + + + 10.793999671936035 + 227 + + + + + + 680.4000244140625 + 15305.0 + + 146 + + 82 + + + 10.793999671936035 + 248 + + + + + + 680.4000244140625 + 15315.740234375 + + 146 + + 85 + + + 10.741000175476074 + 236 + + + + + + 680.5999755859375 + 15326.5595703125 + + 146 + + 86 + + + 10.821000099182129 + 213 + + + + + + 680.7999877929688 + 15337.3701171875 + + 146 + + 78 + + + 10.793999671936035 + 227 + + + + + + 681.2000122070312 + 15348.150390625 + + 146 + + 82 + + + 10.793999671936035 + 252 + + + + + + 681.7999877929688 + 15358.919921875 + + 146 + + 83 + + + 10.767000198364258 + 233 + + + + + + 682.2000122070312 + 15369.6796875 + + 146 + + 86 + + + 10.767000198364258 + 255 + + + + + + 682.2000122070312 + 15380.419921875 + + 145 + + 79 + + + 10.741000175476074 + 254 + + + + + + 682.2000122070312 + 15391.16015625 + + 146 + + 80 + + + 10.741000175476074 + 251 + + + + + + 682.0 + 15401.91015625 + + 146 + + 81 + + + 10.741000175476074 + 254 + + + + + + 681.7999877929688 + 15412.4599609375 + + 146 + + 78 + + + 10.557999610900879 + 239 + + + + + + 681.5999755859375 + 15423.0 + + 146 + + 78 + + + 10.532999992370605 + 221 + + + + + + 681.5999755859375 + 15433.4296875 + + 146 + + 84 + + + 10.432000160217285 + 240 + + + + + + 681.5999755859375 + 15443.8095703125 + + 146 + + 81 + + + 10.381999969482422 + 222 + + + + + + 681.7999877929688 + 15454.2900390625 + + 146 + + 80 + + + 10.482000350952148 + 209 + + + + + + 682.0 + 15464.8798828125 + + 146 + + 84 + + + 10.583999633789062 + 244 + + + + + + 682.2000122070312 + 15475.4404296875 + + 146 + + 78 + + + 10.557999610900879 + 211 + + + + + + 682.2000122070312 + 15486.0703125 + + 146 + + 79 + + + 10.63599967956543 + 216 + + + + + + 682.2000122070312 + 15496.73046875 + + 146 + + 78 + + + 10.661999702453613 + 252 + + + + + + 682.2000122070312 + 15507.400390625 + + 145 + + 83 + + + 10.661999702453613 + 235 + + + + + + 682.2000122070312 + 15518.080078125 + + 146 + + 83 + + + 10.687999725341797 + 253 + + + + + + 682.4000244140625 + 15528.9296875 + + 145 + + 78 + + + 10.847999572753906 + 268 + + + + + + 682.4000244140625 + 15539.6201171875 + + 146 + + 81 + + + 10.687999725341797 + 224 + + + + + + 682.4000244140625 + 15550.41015625 + + 146 + + 80 + + + 10.793999671936035 + 224 + + + + + + 682.4000244140625 + 15561.259765625 + + 145 + + 81 + + + 10.847999572753906 + 297 + + + + + + 682.4000244140625 + 15572.26953125 + + 145 + + 77 + + + 11.012999534606934 + 224 + + + + + + 682.2000122070312 + 15583.2900390625 + + 145 + + 81 + + + 11.012999534606934 + 206 + + + + + + 682.4000244140625 + 15594.26953125 + + 144 + + 84 + + + 10.984999656677246 + 216 + + + + + + 682.7999877929688 + 15605.2802734375 + + 145 + + 78 + + + 11.012999534606934 + 231 + + + + + + 683.0 + 15616.1298828125 + + 145 + + 95 + + + 10.847999572753906 + 225 + + + + + + 683.2000122070312 + 15627.0595703125 + + 145 + + 81 + + + 10.930000305175781 + 193 + + + + + + 683.2000122070312 + 15637.8798828125 + + 145 + + 83 + + + 10.821000099182129 + 220 + + + + + + 682.7999877929688 + 15648.6796875 + + 145 + + 79 + + + 10.793999671936035 + 216 + + + + + + 682.4000244140625 + 15659.5498046875 + + 144 + + 88 + + + 10.875 + 192 + + + + + + 682.2000122070312 + 15670.48046875 + + 144 + + 87 + + + 10.930000305175781 + 189 + + + + + + 681.7999877929688 + 15681.3896484375 + + 143 + + 78 + + + 10.902000427246094 + 244 + + + + + + 681.7999877929688 + 15692.2998046875 + + 143 + + 85 + + + 10.875 + 235 + + + + + + 681.7999877929688 + 15703.080078125 + + 144 + + 83 + + + 10.821000099182129 + 187 + + + + + + 681.5999755859375 + 15713.7998046875 + + 143 + + 79 + + + 10.71399974822998 + 225 + + + + + + 681.5999755859375 + 15724.3798828125 + + 143 + + 78 + + + 10.583999633789062 + 202 + + + + + + 681.4000244140625 + 15734.9599609375 + + 143 + + 82 + + + 10.583999633789062 + 208 + + + + + + 681.4000244140625 + 15745.51953125 + + 143 + + 78 + + + 10.557999610900879 + 243 + + + + + + 681.2000122070312 + 15756.0498046875 + + 144 + + 78 + + + 10.532999992370605 + 207 + + + + + + 681.4000244140625 + 15766.5400390625 + + 144 + + 78 + + + 10.482000350952148 + 234 + + + + + + 681.4000244140625 + 15777.0400390625 + + 144 + + 83 + + + 10.506999969482422 + 242 + + + + + + 681.7999877929688 + 15787.5302734375 + + 144 + + 79 + + + 10.482000350952148 + 206 + + + + + + 682.0 + 15798.0595703125 + + 143 + + 76 + + + 10.532999992370605 + 236 + + + + + + 682.0 + 15808.4404296875 + + 143 + + 81 + + + 10.381999969482422 + 243 + + + + + + 682.4000244140625 + 15818.900390625 + + 143 + + 76 + + + 10.432000160217285 + 233 + + + + + + 682.5999755859375 + 15829.25 + + 142 + + 90 + + + 10.357000350952148 + 249 + + + + + + 682.7999877929688 + 15839.7001953125 + + 142 + + 79 + + + 10.456999778747559 + 219 + + + + + + 683.0 + 15850.1396484375 + + 142 + + 78 + + + 10.456999778747559 + 241 + + + + + + 683.2000122070312 + 15860.5 + + 142 + + 81 + + + 10.357000350952148 + 242 + + + + + + 683.0 + 15871.01953125 + + 142 + + 79 + + + 10.506999969482422 + 235 + + + + + + 682.7999877929688 + 15881.51953125 + + 142 + + 81 + + + 10.482000350952148 + 252 + + + + + + 682.5999755859375 + 15892.080078125 + + 142 + + 81 + + + 10.583999633789062 + 211 + + + + + + 682.5999755859375 + 15902.66015625 + + 143 + + 80 + + + 10.583999633789062 + 237 + + + + + + 682.5999755859375 + 15913.23046875 + + 143 + + 76 + + + 10.532999992370605 + 232 + + + + + + 683.0 + 15923.7900390625 + + 143 + + 78 + + + 10.532999992370605 + 249 + + + + + + 683.0 + 15934.349609375 + + 143 + + 79 + + + 10.609999656677246 + 276 + + + + + + 683.2000122070312 + 15945.0703125 + + 143 + + 79 + + + 10.741000175476074 + 240 + + + + + + 683.2000122070312 + 15955.8896484375 + + 143 + + 79 + + + 10.821000099182129 + 216 + + + + + + 683.4000244140625 + 15966.5703125 + + 143 + + 83 + + + 10.661999702453613 + 256 + + + + + + 683.4000244140625 + 15977.349609375 + + 143 + + 78 + + + 10.793999671936035 + 248 + + + + + + 683.2000122070312 + 15988.23046875 + + 143 + + 79 + + + 10.875 + 214 + + + + + + 682.7999877929688 + 15999.099609375 + + 143 + + 78 + + + 10.875 + 214 + + + + + + 682.5999755859375 + 16010.0 + + 143 + + 73 + + + 10.902000427246094 + 229 + + + + + + 682.4000244140625 + 16020.900390625 + + 142 + + 76 + + + 10.902000427246094 + 204 + + + + + + 682.0 + 16031.8095703125 + + 142 + + 81 + + + 10.902000427246094 + 208 + + + + + + 682.0 + 16042.5703125 + + 142 + + 80 + + + 10.767000198364258 + 208 + + + + + + 682.4000244140625 + 16053.48046875 + + 142 + + 78 + + + 10.902000427246094 + 208 + + + + + + 682.4000244140625 + 16064.400390625 + + 142 + + 82 + + + 10.930000305175781 + 218 + + + + + + 682.4000244140625 + 16075.2802734375 + + 142 + + 84 + + + 10.875 + 221 + + + + + + 682.4000244140625 + 16086.099609375 + + 142 + + 85 + + + 10.821000099182129 + 213 + + + + + + 682.5999755859375 + 16096.8701171875 + + 142 + + 83 + + + 10.767000198364258 + 212 + + + + + + 682.5999755859375 + 16107.66015625 + + 143 + + 81 + + + 10.793999671936035 + 241 + + + + + + 682.2000122070312 + 16118.400390625 + + 142 + + 78 + + + 10.741000175476074 + 236 + + + + + + 682.2000122070312 + 16129.0703125 + + 143 + + 76 + + + 10.661999702453613 + 210 + + + + + + 682.2000122070312 + 16139.73046875 + + 143 + + 78 + + + 10.661999702453613 + 217 + + + + + + 682.0 + 16150.3896484375 + + 143 + + 81 + + + 10.661999702453613 + 256 + + + + + + 681.7999877929688 + 16160.9697265625 + + 143 + + 79 + + + 10.583999633789062 + 191 + + + + + + 681.7999877929688 + 16171.48046875 + + 143 + + 78 + + + 10.506999969482422 + 238 + + + + + + 681.7999877929688 + 16182.1201171875 + + 143 + + 78 + + + 10.63599967956543 + 313 + + + + + + 681.5999755859375 + 16192.6201171875 + + 143 + + 79 + + + 10.506999969482422 + 235 + + + + + + 681.5999755859375 + 16203.1796875 + + 143 + + 76 + + + 10.557999610900879 + 250 + + + + + + 681.5999755859375 + 16213.7099609375 + + 143 + + 78 + + + 10.532999992370605 + 236 + + + + + + 681.5999755859375 + 16224.2001953125 + + 143 + + 78 + + + 10.482000350952148 + 259 + + + + + + 681.5999755859375 + 16234.6298828125 + + 143 + + 77 + + + 10.432000160217285 + 254 + + + + + + 681.5999755859375 + 16245.1298828125 + + 143 + + 76 + + + 10.506999969482422 + 220 + + + + + + 681.5999755859375 + 16255.4697265625 + + 142 + + 75 + + + 10.331999778747559 + 272 + + + + + + 681.4000244140625 + 16265.7998046875 + + 143 + + 78 + + + 10.331999778747559 + 251 + + + + + + 681.2000122070312 + 16276.16015625 + + 143 + + 78 + + + 10.357000350952148 + 242 + + + + + + 681.4000244140625 + 16287.009765625 + + 143 + + 78 + + + 10.456999778747559 + 206 + + + + + + 681.2000122070312 + 16297.169921875 + + 142 + + 79 + + + 10.557999610900879 + 222 + + + + + + 681.0 + 16307.830078125 + + 142 + + 78 + + + 10.661999702453613 + 241 + + + + + + 680.7999877929688 + 16318.3896484375 + + 142 + + 82 + + + 10.557999610900879 + 215 + + + + + + 680.7999877929688 + 16328.9404296875 + + 142 + + 76 + + + 10.557999610900879 + 197 + + + + + + 680.5999755859375 + 16339.6298828125 + + 142 + + 71 + + + 10.687999725341797 + 278 + + + + + + 680.5999755859375 + 16350.3203125 + + 142 + + 78 + + + 10.687999725341797 + 213 + + + + + + 680.7999877929688 + 16360.98046875 + + 142 + + 77 + + + 10.661999702453613 + 199 + + + + + + 681.0 + 16371.75 + + 142 + + 78 + + + 10.767000198364258 + 280 + + + + + + 681.0 + 16382.5703125 + + 143 + + 80 + + + 10.821000099182129 + 296 + + + + + + 681.2000122070312 + 16393.44921875 + + 142 + + 80 + + + 10.875 + 221 + + + + + + 681.2000122070312 + 16404.3203125 + + 142 + + 78 + + + 10.875 + 264 + + + + + + 681.2000122070312 + 16415.25 + + 142 + + 83 + + + 10.930000305175781 + 245 + + + + + + 681.0 + 16426.150390625 + + 143 + + 80 + + + 10.902000427246094 + 208 + + + + + + 681.2000122070312 + 16436.94921875 + + 142 + + 81 + + + 10.793999671936035 + 227 + + + + + + 681.4000244140625 + 16447.76953125 + + 142 + + 81 + + + 10.821000099182129 + 249 + + + + + + 681.2000122070312 + 16458.619140625 + + 143 + + 83 + + + 10.847999572753906 + 243 + + + + + + 681.4000244140625 + 16469.599609375 + + 142 + + 81 + + + 10.984999656677246 + 246 + + + + + + 681.2000122070312 + 16480.58984375 + + 143 + + 80 + + + 10.984999656677246 + 246 + + + + + + 681.0 + 16491.609375 + + 142 + + 81 + + + 11.026000022888184 + 230 + + + + + + 680.7999877929688 + 16502.6796875 + + 142 + + 79 + + + 11.069000244140625 + 203 + + + + + + 680.5999755859375 + 16513.689453125 + + 142 + + 81 + + + 11.012999534606934 + 231 + + + + + + 680.4000244140625 + 16524.6796875 + + 142 + + 82 + + + 10.984999656677246 + 242 + + + + + + 680.4000244140625 + 16535.580078125 + + 143 + + 80 + + + 10.902000427246094 + 229 + + + + + + 680.4000244140625 + 16546.380859375 + + 143 + + 81 + + + 10.793999671936035 + 202 + + + + + + 680.2000122070312 + 16557.169921875 + + 143 + + 82 + + + 10.793999671936035 + 206 + + + + + + 680.2000122070312 + 16567.91015625 + + 142 + + 80 + + + 10.741000175476074 + 247 + + + + + + 679.7999877929688 + 16578.599609375 + + 142 + + 79 + + + 10.687999725341797 + 210 + + + + + + 679.5999755859375 + 16589.23046875 + + 142 + + 80 + + + 10.63599967956543 + 209 + + + + + + 679.5999755859375 + 16599.900390625 + + 142 + + 79 + + + 10.661999702453613 + 274 + + + + + + 679.4000244140625 + 16610.529296875 + + 141 + + 78 + + + 10.63599967956543 + 223 + + + + + + 679.4000244140625 + 16621.119140625 + + 141 + + 76 + + + 10.583999633789062 + 250 + + + + + + 679.5999755859375 + 16631.650390625 + + 141 + + 77 + + + 10.532999992370605 + 256 + + + + + + 679.4000244140625 + 16642.109375 + + 141 + + 78 + + + 10.456999778747559 + 219 + + + + + + 679.5999755859375 + 16652.490234375 + + 141 + + 77 + + + 10.381999969482422 + 260 + + + + + + 679.7999877929688 + 16662.869140625 + + 140 + + 77 + + + 10.381999969482422 + 235 + + + + + + 680.2000122070312 + 16673.349609375 + + 140 + + 78 + + + 10.482000350952148 + 252 + + + + + + 680.2000122070312 + 16683.939453125 + + 140 + + 79 + + + 10.583999633789062 + 261 + + + + + + 680.5999755859375 + 16694.439453125 + + 140 + + 78 + + + 10.506999969482422 + 210 + + + + + + 680.7999877929688 + 16704.869140625 + + 140 + + 78 + + + 10.432000160217285 + 230 + + + + + + 681.0 + 16715.41015625 + + 141 + + 78 + + + 10.532999992370605 + 236 + + + + + + 681.0 + 16725.91015625 + + 141 + + 78 + + + 10.506999969482422 + 235 + + + + + + 681.4000244140625 + 16736.44921875 + + 141 + + 78 + + + 10.532999992370605 + 271 + + + + + + 681.2000122070312 + 16747.0 + + 141 + + 82 + + + 10.557999610900879 + 219 + + + + + + 681.2000122070312 + 16757.640625 + + 140 + + 80 + + + 10.63599967956543 + 266 + + + + + + 681.2000122070312 + 16768.279296875 + + 140 + + 78 + + + 10.63599967956543 + 234 + + + + + + + 10.675000190734863 + 80 + 255 + 235 + 323 + + + + + 49.0 + 425.59 + 10.767000198364258 + 5 + + 132 + + + 141 + + Active + 103 + Manual + + + + 681.2000122070312 + 16768.279296875 + + 140 + + 78 + + + 10.63599967956543 + 234 + + + + + + 681.2000122070312 + 16778.990234375 + + 141 + + 79 + + + 10.71399974822998 + 189 + + + + + + 681.0 + 16789.6796875 + + 140 + + 79 + + + 10.687999725341797 + 206 + + + + + + 681.0 + 16800.390625 + + 140 + + 78 + + + 10.71399974822998 + 200 + + + + + + 681.4000244140625 + 16811.169921875 + + 140 + + 81 + + + 10.767000198364258 + 79 + + + + + + 681.4000244140625 + 16821.669921875 + + 141 + + 86 + + + 10.506999969482422 + 0 + + + + + + 681.5999755859375 + 16831.9296875 + + 141 + + 22 + + + 10.258999824523926 + 0 + + + + + + 681.5999755859375 + 16841.69921875 + + 140 + + 0 + + + 9.774999618530273 + 0 + + + + + + 681.0 + 16851.240234375 + + 140 + + 0 + + + 9.538999557495117 + 162 + + + + + + 680.4000244140625 + 16860.640625 + + 140 + + 58 + + + 9.395000457763672 + 3 + + + + + + 680.2000122070312 + 16870.0703125 + + 140 + + 19 + + + 9.435999870300293 + 104 + + + + + + 680.0 + 16879.44921875 + + 140 + + 72 + + + 9.375 + 344 + + + + + + 680.0 + 16889.009765625 + + 139 + + 81 + + + 9.5600004196167 + 274 + + + + + + 680.0 + 16898.51953125 + + 139 + + 73 + + + 9.517999649047852 + 187 + + + + + + 680.0 + 16907.759765625 + + 139 + + 69 + + + 9.236000061035156 + 191 + + + + + + 679.7999877929688 + 16917.099609375 + + 138 + + 68 + + + 9.335000038146973 + 199 + + + + + + 679.5999755859375 + 16926.44921875 + + 138 + + 68 + + + 9.354999542236328 + 171 + + + + + + 679.5999755859375 + 16935.7109375 + + 137 + + 68 + + + 9.255000114440918 + 232 + + + + + + 679.2000122070312 + 16945.0 + + 137 + + 68 + + + 9.295000076293945 + 204 + + + + + + 679.2000122070312 + 16954.16015625 + + 136 + + 68 + + + 9.157999992370605 + 152 + + + + + + 679.4000244140625 + 16963.5703125 + + 135 + + 67 + + + 9.157999992370605 + 214 + + + + + + 679.5999755859375 + 16972.439453125 + + 135 + + 68 + + + 9.119000434875488 + 213 + + + + + + 679.5999755859375 + 16981.48046875 + + 134 + + 69 + + + 9.043999671936035 + 184 + + + + + + 680.4000244140625 + 16990.51953125 + + 134 + + 69 + + + 9.043999671936035 + 227 + + + + + + 681.2000122070312 + 16999.48046875 + + 133 + + 69 + + + 8.951000213623047 + 314 + + + + + + 681.4000244140625 + 17008.51953125 + + 134 + + 67 + + + 9.043999671936035 + 229 + + + + + + 681.4000244140625 + 17017.640625 + + 133 + + 67 + + + 9.119000434875488 + 228 + + + + + + 681.4000244140625 + 17026.779296875 + + 133 + + 68 + + + 9.138999938964844 + 182 + + + + + + 681.0 + 17035.880859375 + + 133 + + 67 + + + 9.100000381469727 + 221 + + + + + + 680.5999755859375 + 17044.919921875 + + 132 + + 66 + + + 9.043999671936035 + 190 + + + + + + 680.7999877929688 + 17053.9296875 + + 132 + + 66 + + + 9.005999565124512 + 211 + + + + + + 680.5999755859375 + 17062.83984375 + + 131 + + 65 + + + 8.913999557495117 + 235 + + + + + + 680.7999877929688 + 17071.7890625 + + 131 + + 67 + + + 8.951000213623047 + 266 + + + + + + 680.7999877929688 + 17080.779296875 + + 130 + + 67 + + + 8.98799991607666 + 183 + + + + + + 681.2000122070312 + 17089.75 + + 130 + + 71 + + + 8.968999862670898 + 104 + + + + + + 681.4000244140625 + 17098.75 + + 130 + + 78 + + + 8.734999656677246 + 75 + + + + + + 681.2000122070312 + 17107.240234375 + + 130 + + 103 + + + 8.751999855041504 + 2 + + + + + + 681.5999755859375 + 17115.830078125 + + 129 + + 62 + + + 8.597000122070312 + 0 + + + + + + 682.0 + 17124.2109375 + + 129 + + 0 + + + 8.380999565124512 + 0 + + + + + + 682.2000122070312 + 17132.41015625 + + 127 + + 0 + + + 8.192000389099121 + 0 + + + + + + 682.2000122070312 + 17140.109375 + + 125 + + 0 + + + 7.698999881744385 + 0 + + + + + + 682.4000244140625 + 17147.19921875 + + 124 + + 0 + + + 7.0960001945495605 + 0 + + + + + + 682.5999755859375 + 17153.7890625 + + 122 + + 0 + + + 6.591000080108643 + 0 + + + + + + 682.7999877929688 + 17160.08984375 + + 121 + + 0 + + + 6.295000076293945 + 0 + + + + + + 683.0 + 17165.5390625 + + 121 + + 0 + + + 5.451000213623047 + 0 + + + + + + 683.2000122070312 + 17170.029296875 + + 120 + + 0 + + + 4.49399995803833 + 0 + + + + + + 683.2000122070312 + 17173.76953125 + + 119 + + 0 + + + 3.7339999675750732 + 0 + + + + + + 683.0 + 17176.76953125 + + 119 + + 0 + + + 3.002000093460083 + 0 + + + + + + 683.2000122070312 + 17179.279296875 + + 118 + + 0 + + + 2.50600004196167 + 0 + + + + + + 683.0 + 17181.779296875 + + 117 + + 0 + + + 2.50600004196167 + 0 + + + + + + 683.0 + 17183.23046875 + + 117 + + 0 + + + 1.409999966621399 + 0 + + + + + + + 8.529000282287598 + 48 + 41 + 126 + 344 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614655.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614655.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614655.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614655.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,13577 @@ + + + + + 2017-08-26T12:06:23.000Z + + 65.0 + 604.92 + 9.79699993133545 + 12 + + 130 + + + 137 + + Active + 85 + Manual + + + + 679.7999877929688 + 7.039999961853027 + + 109 + + 48 + + + 7.050000190734863 + 254 + + + + + + 680.0 + 17.81999969482422 + + 111 + + 51 + + + 6.938000202178955 + 217 + + + + + + 679.7999877929688 + 24.59000015258789 + + 113 + + 55 + + + 7.15500020980835 + 217 + + + + + + 679.5999755859375 + 32.04999923706055 + + 114 + + 53 + + + 7.460999965667725 + 281 + + + + + + 679.5999755859375 + 39.880001068115234 + + 115 + + 52 + + + 7.823999881744385 + 319 + + + + + + 679.7999877929688 + 47.97999954223633 + + 116 + + 55 + + + 8.100000381469727 + 309 + + + + + + 680.4000244140625 + 56.279998779296875 + + 118 + + 59 + + + 8.28600025177002 + 318 + + + + + + 680.2000122070312 + 64.55000305175781 + + 119 + + 61 + + + 8.28600025177002 + 318 + + + + + + 680.0 + 73.0 + + 120 + + 61 + + + 8.446999549865723 + 296 + + + + + + 680.0 + 81.81999969482422 + + 121 + + 63 + + + 8.822999954223633 + 309 + + + + + + 679.7999877929688 + 90.56999969482422 + + 122 + + 65 + + + 8.751999855041504 + 225 + + + + + + 679.5999755859375 + 99.4000015258789 + + 123 + + 66 + + + 8.822999954223633 + 159 + + + + + + 679.5999755859375 + 108.12999725341797 + + 124 + + 70 + + + 8.734999656677246 + 143 + + + + + + 679.5999755859375 + 116.80000305175781 + + 126 + + 64 + + + 8.664999961853027 + 165 + + + + + + 679.5999755859375 + 125.45999908447266 + + 127 + + 70 + + + 8.664999961853027 + 252 + + + + + + 679.7999877929688 + 134.16000366210938 + + 127 + + 75 + + + 8.699999809265137 + 238 + + + + + + 680.0 + 142.97000122070312 + + 128 + + 65 + + + 8.805999755859375 + 232 + + + + + + 679.7999877929688 + 151.7899932861328 + + 129 + + 65 + + + 8.822999954223633 + 209 + + + + + + 679.4000244140625 + 160.64999389648438 + + 130 + + 65 + + + 8.859000205993652 + 219 + + + + + + 679.2000122070312 + 169.7100067138672 + + 130 + + 72 + + + 9.062000274658203 + 284 + + + + + + 679.0 + 178.77000427246094 + + 131 + + 74 + + + 9.062000274658203 + 218 + + + + + + 678.7999877929688 + 187.88999938964844 + + 131 + + 65 + + + 9.119000434875488 + 210 + + + + + + 678.7999877929688 + 196.9499969482422 + + 131 + + 68 + + + 9.062000274658203 + 218 + + + + + + 678.7999877929688 + 205.89999389648438 + + 132 + + 67 + + + 8.951000213623047 + 233 + + + + + + 679.2000122070312 + 214.86000061035156 + + 132 + + 67 + + + 8.951000213623047 + 233 + + + + + + 679.4000244140625 + 223.8800048828125 + + 132 + + 67 + + + 9.024999618530273 + 193 + + + + + + 679.5999755859375 + 233.0 + + 132 + + 78 + + + 9.119000434875488 + 216 + + + + + + 679.5999755859375 + 242.44000244140625 + + 132 + + 85 + + + 9.435999870300293 + 245 + + + + + + 680.0 + 251.8699951171875 + + 132 + + 70 + + + 9.435999870300293 + 157 + + + + + + 680.0 + 261.30999755859375 + + 132 + + 72 + + + 9.435999870300293 + 157 + + + + + + 680.2000122070312 + 270.6400146484375 + + 133 + + 72 + + + 9.335000038146973 + 178 + + + + + + 680.2000122070312 + 279.9200134277344 + + 132 + + 69 + + + 9.274999618530273 + 192 + + + + + + 680.4000244140625 + 289.3500061035156 + + 133 + + 70 + + + 9.435999870300293 + 176 + + + + + + 680.2000122070312 + 298.8900146484375 + + 133 + + 70 + + + 9.538999557495117 + 188 + + + + + + 680.4000244140625 + 308.4100036621094 + + 133 + + 70 + + + 9.517999649047852 + 143 + + + + + + 680.4000244140625 + 317.8500061035156 + + 133 + + 70 + + + 9.435999870300293 + 161 + + + + + + 680.7999877929688 + 327.1600036621094 + + 133 + + 83 + + + 9.3149995803833 + 174 + + + + + + 681.0 + 336.55999755859375 + + 133 + + 70 + + + 9.395000457763672 + 125 + + + + + + 681.4000244140625 + 345.92999267578125 + + 134 + + 73 + + + 9.375 + 156 + + + + + + 681.7999877929688 + 355.2900085449219 + + 133 + + 71 + + + 9.354999542236328 + 184 + + + + + + 682.0 + 364.67999267578125 + + 133 + + 71 + + + 9.395000457763672 + 166 + + + + + + 682.0 + 374.1199951171875 + + 133 + + 72 + + + 9.414999961853027 + 154 + + + + + + 682.0 + 383.5899963378906 + + 134 + + 72 + + + 9.498000144958496 + 148 + + + + + + 682.2000122070312 + 393.0899963378906 + + 134 + + 72 + + + 9.498000144958496 + 148 + + + + + + 682.2000122070312 + 402.57000732421875 + + 134 + + 74 + + + 9.47700023651123 + 246 + + + + + + 682.0 + 412.0299987792969 + + 134 + + 73 + + + 9.456000328063965 + 202 + + + + + + 681.7999877929688 + 421.6300048828125 + + 134 + + 69 + + + 9.602999687194824 + 249 + + + + + + 681.5999755859375 + 431.3800048828125 + + 134 + + 72 + + + 9.753000259399414 + 195 + + + + + + 681.4000244140625 + 441.0899963378906 + + 134 + + 74 + + + 9.710000038146973 + 194 + + + + + + 681.0 + 450.79998779296875 + + 134 + + 72 + + + 9.710000038146973 + 185 + + + + + + 680.7999877929688 + 460.6000061035156 + + 135 + + 75 + + + 9.79699993133545 + 179 + + + + + + 680.4000244140625 + 470.3500061035156 + + 135 + + 77 + + + 9.753000259399414 + 195 + + + + + + 680.4000244140625 + 480.0 + + 135 + + 73 + + + 9.645000457763672 + 196 + + + + + + 679.7999877929688 + 489.6199951171875 + + 136 + + 72 + + + 9.62399959564209 + 183 + + + + + + 679.5999755859375 + 499.30999755859375 + + 136 + + 71 + + + 9.687999725341797 + 165 + + + + + + 679.4000244140625 + 508.8699951171875 + + 136 + + 72 + + + 9.5600004196167 + 210 + + + + + + 679.5999755859375 + 518.4299926757812 + + 135 + + 75 + + + 9.5600004196167 + 210 + + + + + + 679.4000244140625 + 528.0499877929688 + + 136 + + 74 + + + 9.62399959564209 + 164 + + + + + + 679.5999755859375 + 537.7000122070312 + + 136 + + 71 + + + 9.645000457763672 + 222 + + + + + + 680.0 + 547.3200073242188 + + 136 + + 72 + + + 9.62399959564209 + 170 + + + + + + 680.2000122070312 + 556.9199829101562 + + 136 + + 72 + + + 9.602999687194824 + 195 + + + + + + 680.5999755859375 + 566.530029296875 + + 137 + + 72 + + + 9.602999687194824 + 195 + + + + + + 680.7999877929688 + 576.1300048828125 + + 136 + + 72 + + + 9.602999687194824 + 192 + + + + + + 681.0 + 585.75 + + 136 + + 69 + + + 9.62399959564209 + 170 + + + + + + 681.2000122070312 + 595.3400268554688 + + 137 + + 72 + + + 9.581000328063965 + 205 + + + + + + 681.4000244140625 + 604.9199829101562 + + 136 + + 73 + + + 9.581000328063965 + 198 + + + + + + 681.5999755859375 + 614.5 + + 137 + + 71 + + + 9.581000328063965 + 195 + + + + + + + 9.069000244140625 + 69 + 76 + 207 + 319 + + + + + 13.0 + 137.25 + 10.045999526977539 + 1 + + 137 + + + 137 + + Active + 99 + Manual + + + + 681.5999755859375 + 614.5 + + 137 + + 71 + + + 9.581000328063965 + 195 + + + + + + 682.0 + 623.969970703125 + + 136 + + 70 + + + 9.47700023651123 + 199 + + + + + + 682.4000244140625 + 633.6400146484375 + + 137 + + 72 + + + 9.666999816894531 + 206 + + + + + + 682.7999877929688 + 643.27001953125 + + 137 + + 75 + + + 9.62399959564209 + 244 + + + + + + 682.7999877929688 + 653.0 + + 137 + + 74 + + + 9.730999946594238 + 220 + + + + + + 682.7999877929688 + 662.77001953125 + + 137 + + 78 + + + 9.774999618530273 + 209 + + + + + + 682.7999877929688 + 672.52001953125 + + 137 + + 76 + + + 9.753000259399414 + 234 + + + + + + 682.5999755859375 + 682.2100219726562 + + 137 + + 76 + + + 9.687999725341797 + 201 + + + + + + 682.2000122070312 + 692.0499877929688 + + 137 + + 73 + + + 9.842000007629395 + 237 + + + + + + 682.4000244140625 + 702.0800170898438 + + 137 + + 74 + + + 10.02299976348877 + 194 + + + + + + 682.2000122070312 + 712.0499877929688 + + 137 + + 74 + + + 9.97700023651123 + 203 + + + + + + 682.2000122070312 + 722.1300048828125 + + 137 + + 85 + + + 10.02299976348877 + 164 + + + + + + 682.2000122070312 + 732.1199951171875 + + 137 + + 99 + + + 10.045999526977539 + 194 + + + + + + 682.2000122070312 + 742.1699829101562 + + 137 + + 88 + + + 10.045999526977539 + 191 + + + + + + 682.4000244140625 + 752.2899780273438 + + 138 + + 87 + + + 10.116000175476074 + 243 + + + + + + + 10.338999748229979 + 78 + 18 + 207 + 244 + + + + + 58.0 + 602.24 + 10.661999702453612 + 11 + + 138 + + + 140 + + Active + 104 + Manual + + + + 682.4000244140625 + 752.2899780273438 + + 138 + + 87 + + + 10.116000175476074 + 243 + + + + + + 682.7999877929688 + 762.4500122070312 + + 138 + + 96 + + + 10.163000106811523 + 207 + + + + + + 683.2000122070312 + 772.6400146484375 + + 138 + + 75 + + + 10.187000274658203 + 245 + + + + + + 683.2000122070312 + 782.9199829101562 + + 138 + + 76 + + + 10.284000396728516 + 202 + + + + + + 683.2000122070312 + 793.4500122070312 + + 138 + + 79 + + + 10.532999992370605 + 256 + + + + + + 683.2000122070312 + 803.8800048828125 + + 138 + + 75 + + + 10.432000160217285 + 226 + + + + + + 682.5999755859375 + 814.219970703125 + + 138 + + 82 + + + 10.331999778747559 + 197 + + + + + + 682.2000122070312 + 824.5499877929688 + + 137 + + 83 + + + 10.331999778747559 + 214 + + + + + + 681.7999877929688 + 834.8800048828125 + + 138 + + 77 + + + 10.331999778747559 + 206 + + + + + + 681.5999755859375 + 845.260009765625 + + 138 + + 76 + + + 10.381999969482422 + 211 + + + + + + 681.4000244140625 + 855.77001953125 + + 138 + + 78 + + + 10.506999969482422 + 192 + + + + + + 681.5999755859375 + 866.1799926757812 + + 138 + + 93 + + + 10.406999588012695 + 170 + + + + + + 681.7999877929688 + 876.6300048828125 + + 138 + + 92 + + + 10.456999778747559 + 199 + + + + + + 682.2000122070312 + 887.02001953125 + + 138 + + 75 + + + 10.381999969482422 + 183 + + + + + + 682.5999755859375 + 897.25 + + 138 + + 74 + + + 10.234999656677246 + 219 + + + + + + 682.5999755859375 + 907.530029296875 + + 138 + + 77 + + + 10.284000396728516 + 209 + + + + + + 682.7999877929688 + 917.5999755859375 + + 138 + + 83 + + + 10.069000244140625 + 211 + + + + + + 682.7999877929688 + 927.6500244140625 + + 139 + + 82 + + + 10.045999526977539 + 215 + + + + + + 682.7999877929688 + 937.719970703125 + + 139 + + 76 + + + 10.069000244140625 + 201 + + + + + + 682.7999877929688 + 947.8599853515625 + + 139 + + 98 + + + 10.140000343322754 + 189 + + + + + + 682.7999877929688 + 957.77001953125 + + 139 + + 98 + + + 9.909000396728516 + 189 + + + + + + 682.7999877929688 + 967.7000122070312 + + 139 + + 85 + + + 9.930999755859375 + 212 + + + + + + 682.7999877929688 + 977.5 + + 139 + + 74 + + + 9.79699993133545 + 203 + + + + + + 682.7999877929688 + 987.27001953125 + + 139 + + 72 + + + 9.774999618530273 + 241 + + + + + + 682.7999877929688 + 997.1099853515625 + + 139 + + 72 + + + 9.842000007629395 + 306 + + + + + + 683.2000122070312 + 1006.9500122070312 + + 139 + + 76 + + + 9.842000007629395 + 217 + + + + + + 683.4000244140625 + 1016.77001953125 + + 139 + + 76 + + + 9.819000244140625 + 279 + + + + + + 683.7999877929688 + 1026.6199951171875 + + 139 + + 73 + + + 9.842000007629395 + 227 + + + + + + 684.0 + 1036.4599609375 + + 139 + + 73 + + + 9.842000007629395 + 227 + + + + + + 684.2000122070312 + 1046.18994140625 + + 139 + + 72 + + + 9.730999946594238 + 253 + + + + + + 684.5999755859375 + 1056.1300048828125 + + 139 + + 74 + + + 9.930999755859375 + 229 + + + + + + 684.7999877929688 + 1066.1400146484375 + + 139 + + 75 + + + 10.02299976348877 + 221 + + + + + + 684.7999877929688 + 1076.010009765625 + + 140 + + 75 + + + 9.86400032043457 + 223 + + + + + + 684.7999877929688 + 1086.050048828125 + + 140 + + 70 + + + 10.045999526977539 + 217 + + + + + + 685.0 + 1096.18994140625 + + 139 + + 98 + + + 10.140000343322754 + 200 + + + + + + 684.5999755859375 + 1106.47998046875 + + 139 + + 104 + + + 10.284000396728516 + 226 + + + + + + 684.4000244140625 + 1116.68994140625 + + 139 + + 83 + + + 10.211000442504883 + 273 + + + + + + 684.2000122070312 + 1126.969970703125 + + 139 + + 78 + + + 10.284000396728516 + 209 + + + + + + 683.7999877929688 + 1137.280029296875 + + 139 + + 91 + + + 10.307999610900879 + 233 + + + + + + 683.7999877929688 + 1147.6600341796875 + + 139 + + 87 + + + 10.381999969482422 + 222 + + + + + + 683.5999755859375 + 1158.1199951171875 + + 138 + + 75 + + + 10.456999778747559 + 223 + + + + + + 683.5999755859375 + 1168.6500244140625 + + 138 + + 72 + + + 10.532999992370605 + 236 + + + + + + 683.5999755859375 + 1179.1600341796875 + + 138 + + 84 + + + 10.506999969482422 + 200 + + + + + + 683.7999877929688 + 1189.6400146484375 + + 138 + + 87 + + + 10.482000350952148 + 237 + + + + + + 683.7999877929688 + 1200.219970703125 + + 137 + + 75 + + + 10.583999633789062 + 187 + + + + + + 684.0 + 1210.8900146484375 + + 137 + + 74 + + + 10.661999702453613 + 235 + + + + + + 684.2000122070312 + 1221.5 + + 137 + + 75 + + + 10.609999656677246 + 198 + + + + + + 684.5999755859375 + 1232.0799560546875 + + 137 + + 75 + + + 10.583999633789062 + 226 + + + + + + 684.5999755859375 + 1242.3599853515625 + + 137 + + 73 + + + 10.284000396728516 + 196 + + + + + + 684.5999755859375 + 1252.77001953125 + + 136 + + 93 + + + 10.406999588012695 + 190 + + + + + + 684.4000244140625 + 1263.1500244140625 + + 137 + + 87 + + + 10.381999969482422 + 204 + + + + + + 684.4000244140625 + 1273.5799560546875 + + 137 + + 97 + + + 10.432000160217285 + 180 + + + + + + 684.0 + 1283.8399658203125 + + 136 + + 94 + + + 10.258999824523926 + 202 + + + + + + 684.4000244140625 + 1294.010009765625 + + 137 + + 94 + + + 10.163000106811523 + 244 + + + + + + 684.2000122070312 + 1304.219970703125 + + 137 + + 82 + + + 10.211000442504883 + 201 + + + + + + 684.2000122070312 + 1314.3599853515625 + + 136 + + 67 + + + 10.140000343322754 + 217 + + + + + + 684.0 + 1324.469970703125 + + 136 + + 70 + + + 10.116000175476074 + 219 + + + + + + 683.7999877929688 + 1334.5 + + 136 + + 78 + + + 10.02299976348877 + 200 + + + + + + 683.5999755859375 + 1344.4100341796875 + + 137 + + 76 + + + 9.909000396728516 + 228 + + + + + + 684.2000122070312 + 1354.3599853515625 + + 137 + + 70 + + + 9.954000473022461 + 223 + + + + + + + 10.100000381469727 + 81 + 79 + 217 + 306 + + + + + 61.0 + 628.98 + 10.63599967956543 + 14 + + 139 + + + 142 + + Active + 102 + Manual + + + + 684.2000122070312 + 1354.3599853515625 + + 137 + + 70 + + + 9.954000473022461 + 223 + + + + + + 684.7999877929688 + 1364.3599853515625 + + 137 + + 69 + + + 10.0 + 207 + + + + + + 685.5999755859375 + 1374.199951171875 + + 137 + + 82 + + + 9.842000007629395 + 243 + + + + + + 686.2000122070312 + 1384.1099853515625 + + 137 + + 84 + + + 9.909000396728516 + 278 + + + + + + 686.4000244140625 + 1394.1300048828125 + + 137 + + 72 + + + 10.02299976348877 + 200 + + + + + + 686.0 + 1404.0 + + 136 + + 69 + + + 9.86400032043457 + 326 + + + + + + 685.5999755859375 + 1414.0400390625 + + 137 + + 71 + + + 10.045999526977539 + 261 + + + + + + 685.0 + 1424.0699462890625 + + 137 + + 72 + + + 10.02299976348877 + 301 + + + + + + 684.7999877929688 + 1434.0 + + 137 + + 74 + + + 9.930999755859375 + 245 + + + + + + 684.5999755859375 + 1443.8599853515625 + + 137 + + 82 + + + 9.86400032043457 + 237 + + + + + + 684.7999877929688 + 1453.6700439453125 + + 137 + + 83 + + + 9.79699993133545 + 238 + + + + + + 685.0 + 1463.8499755859375 + + 137 + + 74 + + + 10.187000274658203 + 245 + + + + + + 685.2000122070312 + 1474.010009765625 + + 137 + + 74 + + + 10.163000106811523 + 207 + + + + + + 685.4000244140625 + 1484.0799560546875 + + 137 + + 92 + + + 10.069000244140625 + 218 + + + + + + 685.5999755859375 + 1494.18994140625 + + 137 + + 86 + + + 10.116000175476074 + 189 + + + + + + 685.7999877929688 + 1504.27001953125 + + 136 + + 79 + + + 10.069000244140625 + 192 + + + + + + 685.4000244140625 + 1514.5 + + 136 + + 81 + + + 10.234999656677246 + 204 + + + + + + 685.5999755859375 + 1524.72998046875 + + 137 + + 76 + + + 10.234999656677246 + 232 + + + + + + 685.7999877929688 + 1534.969970703125 + + 137 + + 77 + + + 10.234999656677246 + 219 + + + + + + 686.0 + 1545.280029296875 + + 137 + + 78 + + + 10.307999610900879 + 241 + + + + + + 686.0 + 1555.6099853515625 + + 137 + + 79 + + + 10.331999778747559 + 203 + + + + + + 686.2000122070312 + 1566.010009765625 + + 137 + + 77 + + + 10.406999588012695 + 225 + + + + + + 686.2000122070312 + 1576.4200439453125 + + 137 + + 77 + + + 10.406999588012695 + 233 + + + + + + 686.2000122070312 + 1586.8499755859375 + + 138 + + 78 + + + 10.432000160217285 + 236 + + + + + + 686.2000122070312 + 1597.43994140625 + + 138 + + 76 + + + 10.583999633789062 + 357 + + + + + + 686.2000122070312 + 1608.02001953125 + + 138 + + 77 + + + 10.583999633789062 + 211 + + + + + + 686.2000122070312 + 1618.6600341796875 + + 138 + + 78 + + + 10.63599967956543 + 249 + + + + + + 685.7999877929688 + 1629.2900390625 + + 138 + + 82 + + + 10.63599967956543 + 284 + + + + + + 685.2000122070312 + 1639.8699951171875 + + 138 + + 82 + + + 10.557999610900879 + 211 + + + + + + 684.7999877929688 + 1650.2099609375 + + 138 + + 80 + + + 10.357000350952148 + 232 + + + + + + 684.7999877929688 + 1660.5699462890625 + + 138 + + 78 + + + 10.357000350952148 + 187 + + + + + + 684.5999755859375 + 1671.050048828125 + + 138 + + 77 + + + 10.482000350952148 + 196 + + + + + + 684.4000244140625 + 1681.6099853515625 + + 138 + + 76 + + + 10.557999610900879 + 225 + + + + + + 684.4000244140625 + 1692.219970703125 + + 139 + + 76 + + + 10.609999656677246 + 177 + + + + + + 684.0 + 1702.5999755859375 + + 139 + + 77 + + + 10.381999969482422 + 198 + + + + + + 683.5999755859375 + 1713.0 + + 139 + + 77 + + + 10.406999588012695 + 222 + + + + + + 683.4000244140625 + 1723.2900390625 + + 138 + + 75 + + + 10.284000396728516 + 199 + + + + + + 683.4000244140625 + 1733.449951171875 + + 139 + + 77 + + + 10.163000106811523 + 244 + + + + + + 683.2000122070312 + 1743.52001953125 + + 139 + + 90 + + + 10.069000244140625 + 188 + + + + + + 683.4000244140625 + 1753.5 + + 139 + + 102 + + + 9.97700023651123 + 256 + + + + + + 683.5999755859375 + 1763.469970703125 + + 139 + + 95 + + + 9.97700023651123 + 196 + + + + + + 683.5999755859375 + 1773.449951171875 + + 140 + + 80 + + + 9.97700023651123 + 240 + + + + + + 684.4000244140625 + 1783.449951171875 + + 140 + + 90 + + + 10.0 + 220 + + + + + + 685.2000122070312 + 1793.469970703125 + + 140 + + 84 + + + 10.02299976348877 + 278 + + + + + + 686.0 + 1803.5 + + 140 + + 75 + + + 10.02299976348877 + 241 + + + + + + 685.7999877929688 + 1813.5400390625 + + 140 + + 75 + + + 10.045999526977539 + 248 + + + + + + 686.0 + 1823.6099853515625 + + 140 + + 75 + + + 10.069000244140625 + 222 + + + + + + 686.0 + 1833.5400390625 + + 140 + + 75 + + + 9.930999755859375 + 225 + + + + + + 685.0 + 1843.3900146484375 + + 140 + + 76 + + + 9.842000007629395 + 194 + + + + + + 685.0 + 1853.1800537109375 + + 140 + + 77 + + + 9.79699993133545 + 222 + + + + + + 685.0 + 1863.1099853515625 + + 140 + + 76 + + + 9.930999755859375 + 206 + + + + + + 685.2000122070312 + 1873.0899658203125 + + 141 + + 75 + + + 9.97700023651123 + 199 + + + + + + 685.7999877929688 + 1882.949951171875 + + 141 + + 75 + + + 9.86400032043457 + 204 + + + + + + 686.4000244140625 + 1892.9100341796875 + + 141 + + 81 + + + 9.954000473022461 + 199 + + + + + + 686.5999755859375 + 1902.9100341796875 + + 141 + + 79 + + + 10.0 + 210 + + + + + + 686.5999755859375 + 1912.9100341796875 + + 141 + + 72 + + + 10.0 + 210 + + + + + + 686.7999877929688 + 1922.8399658203125 + + 141 + + 77 + + + 9.930999755859375 + 262 + + + + + + 686.5999755859375 + 1932.9599609375 + + 142 + + 74 + + + 10.116000175476074 + 193 + + + + + + 686.4000244140625 + 1943.050048828125 + + 141 + + 74 + + + 10.093000411987305 + 202 + + + + + + 686.2000122070312 + 1953.0899658203125 + + 141 + + 75 + + + 10.045999526977539 + 201 + + + + + + 686.2000122070312 + 1963.1600341796875 + + 142 + + 75 + + + 10.069000244140625 + 222 + + + + + + 686.0 + 1973.3900146484375 + + 142 + + 76 + + + 10.163000106811523 + 217 + + + + + + 686.0 + 1983.5899658203125 + + 141 + + 75 + + + 10.258999824523926 + 219 + + + + + + + 10.230999946594238 + 78 + 81 + 227 + 357 + + + + + 157.0 + 1640.81 + 10.902000427246094 + 35 + + 140 + + + 142 + + Active + 107 + Manual + + + + 686.0 + 1983.5899658203125 + + 141 + + 75 + + + 10.258999824523926 + 219 + + + + + + 686.0 + 1993.8299560546875 + + 142 + + 74 + + + 10.187000274658203 + 238 + + + + + + 686.0 + 2004.199951171875 + + 142 + + 77 + + + 10.406999588012695 + 257 + + + + + + 686.0 + 2014.7900390625 + + 142 + + 76 + + + 10.583999633789062 + 240 + + + + + + 686.0 + 2025.4100341796875 + + 141 + + 77 + + + 10.63599967956543 + 266 + + + + + + 685.5999755859375 + 2036.1400146484375 + + 141 + + 82 + + + 10.741000175476074 + 258 + + + + + + 685.0 + 2046.6199951171875 + + 141 + + 81 + + + 10.482000350952148 + 252 + + + + + + 684.5999755859375 + 2057.0 + + 141 + + 81 + + + 10.381999969482422 + 207 + + + + + + 684.4000244140625 + 2067.409912109375 + + 141 + + 80 + + + 10.406999588012695 + 236 + + + + + + 684.2000122070312 + 2077.93994140625 + + 141 + + 76 + + + 10.532999992370605 + 225 + + + + + + 684.2000122070312 + 2088.550048828125 + + 141 + + 77 + + + 10.609999656677246 + 191 + + + + + + 684.4000244140625 + 2099.010009765625 + + 140 + + 77 + + + 10.456999778747559 + 245 + + + + + + 684.4000244140625 + 2109.590087890625 + + 140 + + 83 + + + 10.583999633789062 + 202 + + + + + + 684.2000122070312 + 2120.14990234375 + + 140 + + 90 + + + 10.557999610900879 + 228 + + + + + + 683.7999877929688 + 2130.760009765625 + + 141 + + 89 + + + 10.609999656677246 + 205 + + + + + + 683.4000244140625 + 2141.27001953125 + + 141 + + 85 + + + 10.506999969482422 + 172 + + + + + + 683.2000122070312 + 2151.64990234375 + + 141 + + 81 + + + 10.381999969482422 + 222 + + + + + + 682.7999877929688 + 2162.010009765625 + + 141 + + 88 + + + 10.357000350952148 + 200 + + + + + + 682.7999877929688 + 2172.340087890625 + + 141 + + 94 + + + 10.331999778747559 + 189 + + + + + + 682.7999877929688 + 2182.719970703125 + + 141 + + 83 + + + 10.381999969482422 + 246 + + + + + + 683.0 + 2192.9599609375 + + 141 + + 74 + + + 10.234999656677246 + 195 + + + + + + 683.2000122070312 + 2203.139892578125 + + 141 + + 74 + + + 10.187000274658203 + 231 + + + + + + 683.5999755859375 + 2213.330078125 + + 141 + + 75 + + + 10.187000274658203 + 197 + + + + + + 683.7999877929688 + 2223.52001953125 + + 141 + + 75 + + + 10.187000274658203 + 234 + + + + + + 684.2000122070312 + 2233.72998046875 + + 141 + + 75 + + + 10.211000442504883 + 221 + + + + + + 684.4000244140625 + 2243.889892578125 + + 141 + + 75 + + + 10.163000106811523 + 264 + + + + + + 684.5999755859375 + 2254.050048828125 + + 141 + + 75 + + + 10.163000106811523 + 224 + + + + + + 684.5999755859375 + 2264.10009765625 + + 141 + + 76 + + + 10.045999526977539 + 238 + + + + + + 684.5999755859375 + 2274.239990234375 + + 141 + + 76 + + + 10.140000343322754 + 227 + + + + + + 685.0 + 2284.330078125 + + 141 + + 76 + + + 10.093000411987305 + 212 + + + + + + 685.4000244140625 + 2294.5400390625 + + 141 + + 78 + + + 10.211000442504883 + 208 + + + + + + 685.4000244140625 + 2304.7099609375 + + 141 + + 78 + + + 10.163000106811523 + 203 + + + + + + 685.4000244140625 + 2314.8701171875 + + 141 + + 76 + + + 10.163000106811523 + 210 + + + + + + 685.4000244140625 + 2325.179931640625 + + 141 + + 75 + + + 10.307999610900879 + 178 + + + + + + 685.2000122070312 + 2335.610107421875 + + 142 + + 77 + + + 10.432000160217285 + 236 + + + + + + 684.7999877929688 + 2346.070068359375 + + 142 + + 77 + + + 10.456999778747559 + 217 + + + + + + 684.5999755859375 + 2356.550048828125 + + 142 + + 76 + + + 10.482000350952148 + 203 + + + + + + 684.5999755859375 + 2367.080078125 + + 142 + + 79 + + + 10.532999992370605 + 221 + + + + + + 684.5999755859375 + 2377.639892578125 + + 142 + + 81 + + + 10.557999610900879 + 222 + + + + + + 684.4000244140625 + 2388.280029296875 + + 141 + + 79 + + + 10.63599967956543 + 259 + + + + + + 684.4000244140625 + 2398.909912109375 + + 141 + + 78 + + + 10.63599967956543 + 184 + + + + + + 684.2000122070312 + 2409.60009765625 + + 142 + + 81 + + + 10.687999725341797 + 231 + + + + + + 684.0 + 2420.3701171875 + + 141 + + 88 + + + 10.767000198364258 + 208 + + + + + + 683.7999877929688 + 2431.06005859375 + + 141 + + 88 + + + 10.687999725341797 + 213 + + + + + + 683.7999877929688 + 2441.739990234375 + + 141 + + 86 + + + 10.687999725341797 + 217 + + + + + + 683.7999877929688 + 2452.409912109375 + + 141 + + 84 + + + 10.661999702453613 + 249 + + + + + + 683.7999877929688 + 2462.909912109375 + + 142 + + 78 + + + 10.506999969482422 + 210 + + + + + + 683.7999877929688 + 2473.449951171875 + + 141 + + 76 + + + 10.532999992370605 + 193 + + + + + + 683.7999877929688 + 2484.030029296875 + + 141 + + 78 + + + 10.583999633789062 + 237 + + + + + + 683.7999877929688 + 2494.590087890625 + + 141 + + 80 + + + 10.557999610900879 + 211 + + + + + + 683.5999755859375 + 2505.219970703125 + + 141 + + 82 + + + 10.63599967956543 + 227 + + + + + + 683.4000244140625 + 2515.909912109375 + + 141 + + 82 + + + 10.687999725341797 + 242 + + + + + + 683.0 + 2526.570068359375 + + 141 + + 83 + + + 10.661999702453613 + 192 + + + + + + 682.4000244140625 + 2537.1298828125 + + 141 + + 85 + + + 10.557999610900879 + 211 + + + + + + 681.5999755859375 + 2547.739990234375 + + 141 + + 86 + + + 10.609999656677246 + 255 + + + + + + 680.7999877929688 + 2558.169921875 + + 141 + + 84 + + + 10.432000160217285 + 202 + + + + + + 680.5999755859375 + 2568.429931640625 + + 141 + + 82 + + + 10.258999824523926 + 240 + + + + + + 680.4000244140625 + 2578.7900390625 + + 141 + + 80 + + + 10.357000350952148 + 214 + + + + + + 680.4000244140625 + 2589.02001953125 + + 141 + + 78 + + + 10.234999656677246 + 219 + + + + + + 681.2000122070312 + 2599.280029296875 + + 141 + + 77 + + + 10.258999824523926 + 195 + + + + + + 681.4000244140625 + 2609.239990234375 + + 141 + + 75 + + + 9.954000473022461 + 190 + + + + + + 681.4000244140625 + 2619.2099609375 + + 141 + + 79 + + + 9.97700023651123 + 199 + + + + + + 681.5999755859375 + 2629.330078125 + + 141 + + 77 + + + 10.116000175476074 + 253 + + + + + + 681.5999755859375 + 2639.260009765625 + + 141 + + 72 + + + 9.930999755859375 + 239 + + + + + + 681.5999755859375 + 2649.239990234375 + + 141 + + 74 + + + 9.97700023651123 + 277 + + + + + + 681.5999755859375 + 2659.18994140625 + + 141 + + 74 + + + 9.954000473022461 + 269 + + + + + + 681.7999877929688 + 2669.06005859375 + + 140 + + 73 + + + 9.86400032043457 + 276 + + + + + + 682.2000122070312 + 2678.8798828125 + + 140 + + 75 + + + 9.819000244140625 + 239 + + + + + + 683.0 + 2688.719970703125 + + 140 + + 77 + + + 9.842000007629395 + 239 + + + + + + 683.4000244140625 + 2698.830078125 + + 140 + + 74 + + + 10.116000175476074 + 212 + + + + + + 683.7999877929688 + 2709.0400390625 + + 140 + + 76 + + + 10.211000442504883 + 228 + + + + + + 684.0 + 2719.110107421875 + + 140 + + 79 + + + 10.069000244140625 + 201 + + + + + + 684.0 + 2729.179931640625 + + 140 + + 78 + + + 10.069000244140625 + 201 + + + + + + 684.0 + 2739.489990234375 + + 140 + + 76 + + + 10.307999610900879 + 216 + + + + + + 684.0 + 2749.85009765625 + + 140 + + 75 + + + 10.357000350952148 + 235 + + + + + + 684.2000122070312 + 2760.280029296875 + + 140 + + 77 + + + 10.432000160217285 + 247 + + + + + + 684.0 + 2770.590087890625 + + 140 + + 83 + + + 10.307999610900879 + 210 + + + + + + 683.7999877929688 + 2781.070068359375 + + 140 + + 83 + + + 10.482000350952148 + 291 + + + + + + 683.5999755859375 + 2791.679931640625 + + 140 + + 79 + + + 10.609999656677246 + 227 + + + + + + 683.4000244140625 + 2802.389892578125 + + 139 + + 78 + + + 10.71399974822998 + 229 + + + + + + 683.0 + 2813.080078125 + + 140 + + 79 + + + 10.687999725341797 + 257 + + + + + + 682.7999877929688 + 2823.8798828125 + + 139 + + 81 + + + 10.793999671936035 + 233 + + + + + + 682.5999755859375 + 2834.610107421875 + + 140 + + 79 + + + 10.71399974822998 + 204 + + + + + + 682.5999755859375 + 2845.43994140625 + + 140 + + 77 + + + 10.847999572753906 + 272 + + + + + + 682.4000244140625 + 2856.280029296875 + + 139 + + 80 + + + 10.847999572753906 + 235 + + + + + + 682.2000122070312 + 2867.030029296875 + + 140 + + 79 + + + 10.741000175476074 + 194 + + + + + + 682.4000244140625 + 2877.610107421875 + + 139 + + 78 + + + 10.583999633789062 + 229 + + + + + + 682.5999755859375 + 2888.1201171875 + + 140 + + 76 + + + 10.506999969482422 + 227 + + + + + + 683.0 + 2898.75 + + 139 + + 72 + + + 10.63599967956543 + 184 + + + + + + 683.4000244140625 + 2909.389892578125 + + 140 + + 74 + + + 10.63599967956543 + 184 + + + + + + 683.7999877929688 + 2920.239990234375 + + 139 + + 78 + + + 10.847999572753906 + 192 + + + + + + 683.7999877929688 + 2930.77001953125 + + 140 + + 81 + + + 10.532999992370605 + 203 + + + + + + 683.4000244140625 + 2941.429931640625 + + 140 + + 88 + + + 10.661999702453613 + 213 + + + + + + 683.0 + 2952.0400390625 + + 140 + + 94 + + + 10.609999656677246 + 191 + + + + + + 682.4000244140625 + 2962.52001953125 + + 140 + + 99 + + + 10.482000350952148 + 192 + + + + + + 682.0 + 2972.8798828125 + + 140 + + 87 + + + 10.357000350952148 + 238 + + + + + + 681.7999877929688 + 2983.260009765625 + + 140 + + 78 + + + 10.381999969482422 + 211 + + + + + + 681.5999755859375 + 2993.550048828125 + + 140 + + 78 + + + 10.284000396728516 + 205 + + + + + + 681.5999755859375 + 3003.85009765625 + + 140 + + 78 + + + 10.307999610900879 + 182 + + + + + + 681.4000244140625 + 3014.18994140625 + + 140 + + 77 + + + 10.331999778747559 + 287 + + + + + + 681.2000122070312 + 3024.419921875 + + 140 + + 78 + + + 10.234999656677246 + 236 + + + + + + 681.2000122070312 + 3034.679931640625 + + 140 + + 87 + + + 10.258999824523926 + 260 + + + + + + 681.4000244140625 + 3044.919921875 + + 140 + + 84 + + + 10.234999656677246 + 263 + + + + + + 681.7999877929688 + 3055.169921875 + + 139 + + 77 + + + 10.234999656677246 + 273 + + + + + + 682.2000122070312 + 3065.31005859375 + + 140 + + 76 + + + 10.163000106811523 + 288 + + + + + + 682.7999877929688 + 3075.2900390625 + + 139 + + 76 + + + 9.97700023651123 + 207 + + + + + + 683.2000122070312 + 3085.199951171875 + + 140 + + 76 + + + 9.909000396728516 + 248 + + + + + + 683.4000244140625 + 3095.110107421875 + + 140 + + 78 + + + 9.909000396728516 + 248 + + + + + + 683.4000244140625 + 3105.25 + + 139 + + 74 + + + 10.140000343322754 + 227 + + + + + + 683.5999755859375 + 3115.3701171875 + + 139 + + 73 + + + 10.116000175476074 + 202 + + + + + + 683.4000244140625 + 3125.580078125 + + 140 + + 77 + + + 10.211000442504883 + 256 + + + + + + 683.5999755859375 + 3135.860107421875 + + 139 + + 75 + + + 10.284000396728516 + 199 + + + + + + 683.4000244140625 + 3146.1201171875 + + 139 + + 75 + + + 10.258999824523926 + 247 + + + + + + 683.5999755859375 + 3156.580078125 + + 139 + + 77 + + + 10.456999778747559 + 258 + + + + + + 683.5999755859375 + 3166.929931640625 + + 140 + + 79 + + + 10.357000350952148 + 232 + + + + + + 683.7999877929688 + 3177.409912109375 + + 140 + + 80 + + + 10.432000160217285 + 261 + + + + + + 683.5999755859375 + 3187.8701171875 + + 140 + + 83 + + + 10.506999969482422 + 227 + + + + + + 684.0 + 3198.510009765625 + + 140 + + 78 + + + 10.63599967956543 + 256 + + + + + + 684.0 + 3209.139892578125 + + 140 + + 78 + + + 10.63599967956543 + 256 + + + + + + 684.4000244140625 + 3219.72998046875 + + 140 + + 78 + + + 10.583999633789062 + 204 + + + + + + 684.4000244140625 + 3230.419921875 + + 140 + + 79 + + + 10.687999725341797 + 260 + + + + + + 684.4000244140625 + 3241.239990234375 + + 140 + + 83 + + + 10.821000099182129 + 227 + + + + + + 684.4000244140625 + 3252.0 + + 142 + + 79 + + + 10.767000198364258 + 190 + + + + + + 684.4000244140625 + 3262.77001953125 + + 141 + + 77 + + + 10.767000198364258 + 248 + + + + + + 684.4000244140625 + 3273.5400390625 + + 141 + + 77 + + + 10.767000198364258 + 248 + + + + + + 684.4000244140625 + 3284.169921875 + + 140 + + 79 + + + 10.63599967956543 + 223 + + + + + + 684.4000244140625 + 3294.840087890625 + + 140 + + 78 + + + 10.661999702453613 + 228 + + + + + + 684.2000122070312 + 3305.389892578125 + + 140 + + 78 + + + 10.557999610900879 + 236 + + + + + + 684.0 + 3316.030029296875 + + 140 + + 86 + + + 10.63599967956543 + 170 + + + + + + 683.5999755859375 + 3326.68994140625 + + 140 + + 87 + + + 10.661999702453613 + 171 + + + + + + 683.2000122070312 + 3337.429931640625 + + 140 + + 80 + + + 10.741000175476074 + 214 + + + + + + 683.2000122070312 + 3348.340087890625 + + 140 + + 88 + + + 10.902000427246094 + 226 + + + + + + 683.2000122070312 + 3358.969970703125 + + 140 + + 82 + + + 10.63599967956543 + 203 + + + + + + 683.0 + 3369.6298828125 + + 140 + + 103 + + + 10.661999702453613 + 217 + + + + + + 683.2000122070312 + 3380.219970703125 + + 140 + + 88 + + + 10.583999633789062 + 187 + + + + + + 683.2000122070312 + 3390.60009765625 + + 140 + + 79 + + + 10.381999969482422 + 207 + + + + + + 683.0 + 3400.929931640625 + + 140 + + 77 + + + 10.331999778747559 + 248 + + + + + + 682.7999877929688 + 3411.239990234375 + + 139 + + 94 + + + 10.307999610900879 + 220 + + + + + + 682.7999877929688 + 3421.5 + + 139 + + 83 + + + 10.258999824523926 + 260 + + + + + + 682.5999755859375 + 3431.760009765625 + + 139 + + 76 + + + 10.258999824523926 + 219 + + + + + + 683.0 + 3441.969970703125 + + 139 + + 75 + + + 10.211000442504883 + 259 + + + + + + 683.2000122070312 + 3452.14990234375 + + 139 + + 75 + + + 10.187000274658203 + 251 + + + + + + 683.2000122070312 + 3462.320068359375 + + 139 + + 75 + + + 10.163000106811523 + 213 + + + + + + 683.0 + 3472.389892578125 + + 139 + + 81 + + + 10.069000244140625 + 276 + + + + + + 682.7999877929688 + 3482.3798828125 + + 140 + + 80 + + + 9.954000473022461 + 272 + + + + + + 682.4000244140625 + 3492.22998046875 + + 139 + + 73 + + + 9.86400032043457 + 233 + + + + + + 682.5999755859375 + 3502.0 + + 139 + + 74 + + + 9.774999618530273 + 271 + + + + + + 682.7999877929688 + 3511.85009765625 + + 139 + + 73 + + + 9.86400032043457 + 233 + + + + + + 683.0 + 3521.820068359375 + + 140 + + 72 + + + 9.97700023651123 + 263 + + + + + + 683.2000122070312 + 3531.840087890625 + + 139 + + 81 + + + 10.02299976348877 + 197 + + + + + + 683.5999755859375 + 3541.93994140625 + + 140 + + 83 + + + 10.093000411987305 + 253 + + + + + + 683.5999755859375 + 3552.1201171875 + + 140 + + 86 + + + 10.187000274658203 + 203 + + + + + + 683.5999755859375 + 3562.340087890625 + + 140 + + 107 + + + 10.211000442504883 + 228 + + + + + + 683.5999755859375 + 3572.77001953125 + + 140 + + 87 + + + 10.432000160217285 + 212 + + + + + + 683.4000244140625 + 3583.1201171875 + + 140 + + 77 + + + 10.357000350952148 + 235 + + + + + + 683.2000122070312 + 3593.3798828125 + + 139 + + 75 + + + 10.258999824523926 + 243 + + + + + + 683.0 + 3603.7900390625 + + 139 + + 77 + + + 10.406999588012695 + 267 + + + + + + 682.5999755859375 + 3614.199951171875 + + 140 + + 77 + + + 10.406999588012695 + 233 + + + + + + 682.5999755859375 + 3624.64990234375 + + 140 + + 79 + + + 10.456999778747559 + 191 + + + + + + + 10.357000350952147 + 80 + 210 + 227 + 291 + + + + + 38.0 + 405.08 + 10.793999671936035 + 8 + + 139 + + + 140 + + Active + 90 + Manual + + + + 682.5999755859375 + 3624.64990234375 + + 140 + + 79 + + + 10.456999778747559 + 191 + + + + + + 682.5999755859375 + 3635.110107421875 + + 139 + + 77 + + + 10.456999778747559 + 199 + + + + + + 682.5999755859375 + 3645.570068359375 + + 139 + + 80 + + + 10.456999778747559 + 230 + + + + + + 682.5999755859375 + 3656.10009765625 + + 140 + + 79 + + + 10.532999992370605 + 186 + + + + + + 682.5999755859375 + 3666.739990234375 + + 139 + + 77 + + + 10.63599967956543 + 241 + + + + + + 683.2000122070312 + 3677.39990234375 + + 139 + + 79 + + + 10.661999702453613 + 249 + + + + + + 683.2000122070312 + 3688.090087890625 + + 140 + + 81 + + + 10.687999725341797 + 224 + + + + + + 683.4000244140625 + 3698.6201171875 + + 140 + + 84 + + + 10.532999992370605 + 256 + + + + + + 683.5999755859375 + 3709.360107421875 + + 139 + + 77 + + + 10.741000175476074 + 240 + + + + + + 683.5999755859375 + 3720.159912109375 + + 139 + + 85 + + + 10.793999671936035 + 224 + + + + + + 683.4000244140625 + 3730.919921875 + + 139 + + 81 + + + 10.767000198364258 + 230 + + + + + + 683.2000122070312 + 3741.659912109375 + + 139 + + 81 + + + 10.741000175476074 + 205 + + + + + + 683.0 + 3752.4599609375 + + 138 + + 88 + + + 10.793999671936035 + 206 + + + + + + 682.7999877929688 + 3763.070068359375 + + 138 + + 88 + + + 10.609999656677246 + 209 + + + + + + 682.2000122070312 + 3773.52001953125 + + 139 + + 90 + + + 10.456999778747559 + 199 + + + + + + 681.5999755859375 + 3783.8798828125 + + 139 + + 80 + + + 10.357000350952148 + 211 + + + + + + 681.2000122070312 + 3794.1201171875 + + 139 + + 78 + + + 10.234999656677246 + 236 + + + + + + 681.0 + 3804.330078125 + + 139 + + 79 + + + 10.211000442504883 + 245 + + + + + + 680.5999755859375 + 3814.510009765625 + + 139 + + 75 + + + 10.187000274658203 + 262 + + + + + + 681.0 + 3824.820068359375 + + 139 + + 74 + + + 10.307999610900879 + 210 + + + + + + 681.2000122070312 + 3835.179931640625 + + 139 + + 76 + + + 10.357000350952148 + 252 + + + + + + 681.5999755859375 + 3845.590087890625 + + 140 + + 77 + + + 10.406999588012695 + 222 + + + + + + 682.0 + 3855.820068359375 + + 140 + + 77 + + + 10.234999656677246 + 229 + + + + + + 682.2000122070312 + 3866.199951171875 + + 140 + + 76 + + + 10.381999969482422 + 277 + + + + + + 682.5999755859375 + 3876.56005859375 + + 139 + + 77 + + + 10.357000350952148 + 235 + + + + + + 682.5999755859375 + 3886.840087890625 + + 139 + + 77 + + + 10.284000396728516 + 285 + + + + + + 682.5999755859375 + 3896.97998046875 + + 139 + + 83 + + + 10.140000343322754 + 230 + + + + + + 682.5999755859375 + 3906.919921875 + + 139 + + 85 + + + 9.930999755859375 + 275 + + + + + + 682.7999877929688 + 3916.800048828125 + + 139 + + 82 + + + 9.88599967956543 + 207 + + + + + + 682.7999877929688 + 3926.85009765625 + + 139 + + 80 + + + 10.045999526977539 + 268 + + + + + + 683.0 + 3937.010009765625 + + 139 + + 77 + + + 10.163000106811523 + 210 + + + + + + 683.4000244140625 + 3947.2900390625 + + 140 + + 85 + + + 10.284000396728516 + 209 + + + + + + 683.4000244140625 + 3957.530029296875 + + 140 + + 78 + + + 10.234999656677246 + 219 + + + + + + 683.4000244140625 + 3967.760009765625 + + 140 + + 75 + + + 10.234999656677246 + 266 + + + + + + 683.7999877929688 + 3978.1201171875 + + 140 + + 78 + + + 10.357000350952148 + 245 + + + + + + 683.7999877929688 + 3988.449951171875 + + 140 + + 78 + + + 10.331999778747559 + 262 + + + + + + 683.7999877929688 + 3998.739990234375 + + 140 + + 80 + + + 10.284000396728516 + 196 + + + + + + 683.7999877929688 + 4008.969970703125 + + 140 + + 78 + + + 10.234999656677246 + 219 + + + + + + 684.0 + 4019.280029296875 + + 140 + + 76 + + + 10.307999610900879 + 237 + + + + + + 684.0 + 4029.7099609375 + + 141 + + 73 + + + 10.432000160217285 + 184 + + + + + + + 10.38700008392334 + 80 + 52 + 231 + 285 + + + + + 198.0 + 2059.05 + 10.71399974822998 + 45 + + 140 + + + 142 + + Active + 94 + Manual + + + + 684.0 + 4029.7099609375 + + 141 + + 73 + + + 10.432000160217285 + 184 + + + + + + 684.2000122070312 + 4040.14990234375 + + 141 + + 73 + + + 10.432000160217285 + 184 + + + + + + 684.2000122070312 + 4050.610107421875 + + 140 + + 78 + + + 10.468999862670898 + 217 + + + + + + 684.7999877929688 + 4061.199951171875 + + 140 + + 77 + + + 10.583999633789062 + 254 + + + + + + 685.0 + 4071.830078125 + + 140 + + 78 + + + 10.63599967956543 + 212 + + + + + + 685.0 + 4082.419921875 + + 140 + + 78 + + + 10.583999633789062 + 208 + + + + + + 685.2000122070312 + 4093.0 + + 140 + + 83 + + + 10.583999633789062 + 237 + + + + + + 685.0 + 4103.47998046875 + + 140 + + 84 + + + 10.482000350952148 + 224 + + + + + + 684.4000244140625 + 4113.8701171875 + + 140 + + 77 + + + 10.381999969482422 + 198 + + + + + + 684.0 + 4124.31982421875 + + 140 + + 75 + + + 10.456999778747559 + 275 + + + + + + 684.0 + 4134.9501953125 + + 140 + + 77 + + + 10.583999633789062 + 202 + + + + + + 683.5999755859375 + 4145.52001953125 + + 141 + + 78 + + + 10.583999633789062 + 211 + + + + + + 683.2000122070312 + 4155.990234375 + + 140 + + 82 + + + 10.482000350952148 + 234 + + + + + + 683.2000122070312 + 4166.43017578125 + + 140 + + 79 + + + 10.432000160217285 + 191 + + + + + + 683.0 + 4176.89013671875 + + 140 + + 78 + + + 10.482000350952148 + 224 + + + + + + 682.7999877929688 + 4187.39013671875 + + 141 + + 78 + + + 10.506999969482422 + 207 + + + + + + 682.5999755859375 + 4197.8798828125 + + 140 + + 80 + + + 10.482000350952148 + 213 + + + + + + 682.2000122070312 + 4208.22998046875 + + 140 + + 77 + + + 10.357000350952148 + 228 + + + + + + 682.0 + 4218.5400390625 + + 140 + + 74 + + + 10.307999610900879 + 206 + + + + + + 681.7999877929688 + 4228.8701171875 + + 140 + + 76 + + + 10.331999778747559 + 259 + + + + + + 681.7999877929688 + 4239.16015625 + + 141 + + 77 + + + 10.284000396728516 + 241 + + + + + + 681.7999877929688 + 4249.43994140625 + + 141 + + 75 + + + 10.284000396728516 + 275 + + + + + + 681.7999877929688 + 4259.72021484375 + + 141 + + 77 + + + 10.284000396728516 + 288 + + + + + + 681.7999877929688 + 4270.080078125 + + 141 + + 76 + + + 10.357000350952148 + 280 + + + + + + 682.2000122070312 + 4280.490234375 + + 140 + + 76 + + + 10.406999588012695 + 295 + + + + + + 682.2000122070312 + 4290.919921875 + + 140 + + 77 + + + 10.432000160217285 + 236 + + + + + + 682.2000122070312 + 4301.2998046875 + + 140 + + 78 + + + 10.381999969482422 + 277 + + + + + + 682.4000244140625 + 4311.56005859375 + + 140 + + 78 + + + 10.258999824523926 + 232 + + + + + + 682.5999755859375 + 4321.75 + + 140 + + 76 + + + 10.187000274658203 + 234 + + + + + + 682.7999877929688 + 4331.9599609375 + + 140 + + 77 + + + 10.211000442504883 + 231 + + + + + + 683.0 + 4342.169921875 + + 140 + + 78 + + + 10.211000442504883 + 245 + + + + + + 683.2000122070312 + 4352.3798828125 + + 140 + + 78 + + + 10.211000442504883 + 252 + + + + + + 683.2000122070312 + 4362.58984375 + + 141 + + 77 + + + 10.211000442504883 + 204 + + + + + + 683.4000244140625 + 4372.77978515625 + + 141 + + 76 + + + 10.187000274658203 + 241 + + + + + + 683.4000244140625 + 4383.169921875 + + 141 + + 75 + + + 10.381999969482422 + 198 + + + + + + 683.4000244140625 + 4393.52001953125 + + 140 + + 75 + + + 10.357000350952148 + 221 + + + + + + 683.4000244140625 + 4403.72998046875 + + 141 + + 76 + + + 10.211000442504883 + 228 + + + + + + 683.5999755859375 + 4414.14013671875 + + 141 + + 79 + + + 10.406999588012695 + 236 + + + + + + 683.7999877929688 + 4424.39990234375 + + 141 + + 80 + + + 10.258999824523926 + 230 + + + + + + 683.7999877929688 + 4434.7998046875 + + 141 + + 78 + + + 10.406999588012695 + 240 + + + + + + 684.2000122070312 + 4445.259765625 + + 141 + + 77 + + + 10.456999778747559 + 254 + + + + + + 684.4000244140625 + 4455.740234375 + + 141 + + 78 + + + 10.482000350952148 + 196 + + + + + + 684.2000122070312 + 4466.25 + + 141 + + 80 + + + 10.506999969482422 + 231 + + + + + + 684.4000244140625 + 4476.77978515625 + + 142 + + 80 + + + 10.532999992370605 + 218 + + + + + + 684.4000244140625 + 4487.3701171875 + + 142 + + 78 + + + 10.583999633789062 + 191 + + + + + + 684.0 + 4497.919921875 + + 142 + + 81 + + + 10.557999610900879 + 190 + + + + + + 684.0 + 4508.47998046875 + + 142 + + 84 + + + 10.557999610900879 + 219 + + + + + + 684.0 + 4519.06982421875 + + 141 + + 82 + + + 10.583999633789062 + 202 + + + + + + 683.7999877929688 + 4529.4501953125 + + 142 + + 79 + + + 10.381999969482422 + 204 + + + + + + 683.7999877929688 + 4539.9501953125 + + 141 + + 79 + + + 10.506999969482422 + 207 + + + + + + 683.7999877929688 + 4550.39013671875 + + 141 + + 82 + + + 10.432000160217285 + 261 + + + + + + 683.5999755859375 + 4560.81982421875 + + 140 + + 89 + + + 10.432000160217285 + 216 + + + + + + 683.5999755859375 + 4571.27978515625 + + 140 + + 83 + + + 10.456999778747559 + 199 + + + + + + 683.4000244140625 + 4581.7099609375 + + 140 + + 75 + + + 10.432000160217285 + 226 + + + + + + 682.7999877929688 + 4592.18994140625 + + 140 + + 76 + + + 10.456999778747559 + 195 + + + + + + 682.5999755859375 + 4602.580078125 + + 140 + + 79 + + + 10.406999588012695 + 218 + + + + + + 682.4000244140625 + 4612.8798828125 + + 140 + + 82 + + + 10.307999610900879 + 231 + + + + + + 682.2000122070312 + 4623.10986328125 + + 140 + + 80 + + + 10.234999656677246 + 232 + + + + + + 682.2000122070312 + 4633.35009765625 + + 139 + + 76 + + + 10.234999656677246 + 253 + + + + + + 682.2000122070312 + 4643.56005859375 + + 139 + + 77 + + + 10.211000442504883 + 221 + + + + + + 682.4000244140625 + 4653.81982421875 + + 139 + + 77 + + + 10.258999824523926 + 270 + + + + + + 682.5999755859375 + 4664.02978515625 + + 139 + + 76 + + + 10.211000442504883 + 218 + + + + + + 682.7999877929688 + 4674.18994140625 + + 139 + + 78 + + + 10.163000106811523 + 288 + + + + + + 682.5999755859375 + 4684.35986328125 + + 139 + + 76 + + + 10.163000106811523 + 230 + + + + + + 682.7999877929688 + 4694.5 + + 139 + + 85 + + + 10.140000343322754 + 254 + + + + + + 682.5999755859375 + 4704.60986328125 + + 139 + + 86 + + + 10.116000175476074 + 175 + + + + + + 682.5999755859375 + 4714.64013671875 + + 139 + + 80 + + + 10.02299976348877 + 224 + + + + + + 682.5999755859375 + 4724.58984375 + + 139 + + 91 + + + 9.930999755859375 + 212 + + + + + + 682.5999755859375 + 4734.56982421875 + + 138 + + 94 + + + 10.0 + 253 + + + + + + 682.5999755859375 + 4744.39013671875 + + 139 + + 82 + + + 9.819000244140625 + 193 + + + + + + 682.7999877929688 + 4754.43017578125 + + 139 + + 77 + + + 10.045999526977539 + 244 + + + + + + 683.0 + 4764.5 + + 139 + + 79 + + + 10.069000244140625 + 228 + + + + + + 683.2000122070312 + 4774.4501953125 + + 139 + + 80 + + + 9.954000473022461 + 262 + + + + + + 683.5999755859375 + 4784.4501953125 + + 139 + + 77 + + + 10.0 + 193 + + + + + + 683.7999877929688 + 4794.56982421875 + + 138 + + 80 + + + 10.116000175476074 + 233 + + + + + + 684.0 + 4804.830078125 + + 139 + + 86 + + + 10.258999824523926 + 205 + + + + + + 684.0 + 4815.08984375 + + 139 + + 85 + + + 10.258999824523926 + 240 + + + + + + 683.7999877929688 + 4825.39990234375 + + 139 + + 81 + + + 10.307999610900879 + 233 + + + + + + 683.7999877929688 + 4835.75 + + 138 + + 80 + + + 10.357000350952148 + 221 + + + + + + 683.5999755859375 + 4846.10986328125 + + 139 + + 78 + + + 10.357000350952148 + 249 + + + + + + 683.5999755859375 + 4856.52001953125 + + 138 + + 76 + + + 10.406999588012695 + 194 + + + + + + 683.4000244140625 + 4866.9501953125 + + 138 + + 77 + + + 10.432000160217285 + 282 + + + + + + 683.5999755859375 + 4877.4599609375 + + 139 + + 77 + + + 10.506999969482422 + 227 + + + + + + 683.4000244140625 + 4887.89013671875 + + 139 + + 75 + + + 10.432000160217285 + 247 + + + + + + 683.7999877929688 + 4898.47021484375 + + 138 + + 77 + + + 10.583999633789062 + 254 + + + + + + 683.7999877929688 + 4909.02978515625 + + 139 + + 78 + + + 10.557999610900879 + 215 + + + + + + 684.0 + 4919.56005859375 + + 139 + + 80 + + + 10.532999992370605 + 264 + + + + + + 684.0 + 4929.97021484375 + + 139 + + 79 + + + 10.406999588012695 + 215 + + + + + + 684.0 + 4940.5498046875 + + 139 + + 80 + + + 10.583999633789062 + 208 + + + + + + 683.7999877929688 + 4951.0400390625 + + 139 + + 80 + + + 10.482000350952148 + 237 + + + + + + 683.5999755859375 + 4961.669921875 + + 140 + + 70 + + + 10.63599967956543 + 203 + + + + + + 683.5999755859375 + 4972.27978515625 + + 140 + + 63 + + + 10.609999656677246 + 194 + + + + + + 683.2000122070312 + 4982.66015625 + + 140 + + 73 + + + 10.381999969482422 + 222 + + + + + + 683.0 + 4993.14990234375 + + 140 + + 84 + + + 10.482000350952148 + 181 + + + + + + 682.7999877929688 + 5003.580078125 + + 140 + + 82 + + + 10.432000160217285 + 199 + + + + + + 682.7999877929688 + 5013.990234375 + + 140 + + 78 + + + 10.406999588012695 + 218 + + + + + + 682.4000244140625 + 5024.3701171875 + + 140 + + 78 + + + 10.381999969482422 + 201 + + + + + + 682.2000122070312 + 5034.72021484375 + + 140 + + 76 + + + 10.357000350952148 + 235 + + + + + + 682.0 + 5044.9599609375 + + 140 + + 76 + + + 10.234999656677246 + 215 + + + + + + 682.0 + 5055.240234375 + + 140 + + 79 + + + 10.284000396728516 + 275 + + + + + + 681.7999877929688 + 5065.56982421875 + + 139 + + 78 + + + 10.284000396728516 + 213 + + + + + + 681.7999877929688 + 5075.759765625 + + 140 + + 75 + + + 10.234999656677246 + 256 + + + + + + 681.7999877929688 + 5085.97021484375 + + 140 + + 76 + + + 10.211000442504883 + 245 + + + + + + 681.7999877929688 + 5096.18994140625 + + 140 + + 76 + + + 10.211000442504883 + 235 + + + + + + 682.0 + 5106.47021484375 + + 141 + + 81 + + + 10.284000396728516 + 278 + + + + + + 682.2000122070312 + 5116.75 + + 141 + + 81 + + + 10.284000396728516 + 233 + + + + + + 682.4000244140625 + 5127.06005859375 + + 141 + + 76 + + + 10.307999610900879 + 265 + + + + + + 682.5999755859375 + 5137.27001953125 + + 140 + + 76 + + + 10.211000442504883 + 194 + + + + + + 682.5999755859375 + 5147.4599609375 + + 140 + + 75 + + + 10.163000106811523 + 230 + + + + + + 682.7999877929688 + 5157.5498046875 + + 140 + + 77 + + + 10.116000175476074 + 193 + + + + + + 682.7999877929688 + 5167.5498046875 + + 141 + + 78 + + + 10.0 + 274 + + + + + + 682.7999877929688 + 5177.52978515625 + + 141 + + 77 + + + 9.97700023651123 + 199 + + + + + + 683.0 + 5187.56982421875 + + 141 + + 74 + + + 10.045999526977539 + 235 + + + + + + 683.2000122070312 + 5197.669921875 + + 141 + + 73 + + + 10.093000411987305 + 202 + + + + + + 683.4000244140625 + 5207.8798828125 + + 140 + + 76 + + + 10.211000442504883 + 218 + + + + + + 683.4000244140625 + 5218.16015625 + + 140 + + 76 + + + 10.284000396728516 + 222 + + + + + + 683.5999755859375 + 5228.39990234375 + + 140 + + 75 + + + 10.234999656677246 + 239 + + + + + + 684.0 + 5238.7099609375 + + 140 + + 74 + + + 10.307999610900879 + 272 + + + + + + 684.0 + 5249.009765625 + + 140 + + 75 + + + 10.307999610900879 + 233 + + + + + + 684.2000122070312 + 5259.3701171875 + + 140 + + 76 + + + 10.357000350952148 + 256 + + + + + + 684.2000122070312 + 5269.7998046875 + + 141 + + 77 + + + 10.432000160217285 + 226 + + + + + + 684.0 + 5280.22998046875 + + 140 + + 78 + + + 10.432000160217285 + 285 + + + + + + 683.5999755859375 + 5290.85009765625 + + 141 + + 77 + + + 10.609999656677246 + 240 + + + + + + 683.5999755859375 + 5301.35009765625 + + 140 + + 76 + + + 10.506999969482422 + 196 + + + + + + 683.5999755859375 + 5311.91015625 + + 140 + + 76 + + + 10.557999610900879 + 225 + + + + + + 683.4000244140625 + 5322.43994140625 + + 140 + + 79 + + + 10.532999992370605 + 210 + + + + + + 683.4000244140625 + 5333.02978515625 + + 140 + + 79 + + + 10.583999633789062 + 233 + + + + + + 683.4000244140625 + 5343.580078125 + + 140 + + 77 + + + 10.557999610900879 + 225 + + + + + + 683.4000244140625 + 5354.169921875 + + 140 + + 78 + + + 10.583999633789062 + 191 + + + + + + 683.2000122070312 + 5364.75 + + 140 + + 78 + + + 10.583999633789062 + 237 + + + + + + 683.2000122070312 + 5375.33984375 + + 140 + + 84 + + + 10.583999633789062 + 219 + + + + + + 683.4000244140625 + 5385.9501953125 + + 140 + + 84 + + + 10.609999656677246 + 194 + + + + + + 683.4000244140625 + 5396.52978515625 + + 140 + + 78 + + + 10.583999633789062 + 226 + + + + + + 683.5999755859375 + 5407.169921875 + + 140 + + 77 + + + 10.63599967956543 + 227 + + + + + + 683.5999755859375 + 5417.72021484375 + + 140 + + 78 + + + 10.557999610900879 + 211 + + + + + + 683.5999755859375 + 5428.43994140625 + + 140 + + 82 + + + 10.71399974822998 + 264 + + + + + + 683.4000244140625 + 5438.89990234375 + + 140 + + 82 + + + 10.456999778747559 + 209 + + + + + + 683.0 + 5449.43017578125 + + 140 + + 81 + + + 10.532999992370605 + 218 + + + + + + 682.5999755859375 + 5459.81005859375 + + 140 + + 79 + + + 10.381999969482422 + 250 + + + + + + 682.4000244140625 + 5470.18994140625 + + 141 + + 81 + + + 10.381999969482422 + 207 + + + + + + 682.4000244140625 + 5480.56982421875 + + 141 + + 79 + + + 10.381999969482422 + 207 + + + + + + 682.4000244140625 + 5490.81005859375 + + 140 + + 93 + + + 10.234999656677246 + 219 + + + + + + 682.4000244140625 + 5500.97021484375 + + 141 + + 84 + + + 10.163000106811523 + 299 + + + + + + 682.5999755859375 + 5511.16015625 + + 140 + + 76 + + + 10.187000274658203 + 241 + + + + + + 682.5999755859375 + 5521.31982421875 + + 141 + + 74 + + + 10.163000106811523 + 255 + + + + + + 682.5999755859375 + 5531.4599609375 + + 140 + + 74 + + + 10.140000343322754 + 219 + + + + + + 682.4000244140625 + 5541.47998046875 + + 140 + + 75 + + + 10.0 + 234 + + + + + + 682.2000122070312 + 5551.490234375 + + 140 + + 75 + + + 10.02299976348877 + 260 + + + + + + 682.5999755859375 + 5561.580078125 + + 141 + + 75 + + + 10.093000411987305 + 243 + + + + + + 682.5999755859375 + 5571.669921875 + + 140 + + 72 + + + 10.093000411987305 + 239 + + + + + + 682.7999877929688 + 5581.740234375 + + 141 + + 77 + + + 10.069000244140625 + 225 + + + + + + 683.0 + 5591.7900390625 + + 141 + + 77 + + + 10.045999526977539 + 228 + + + + + + 683.2000122070312 + 5601.8798828125 + + 140 + + 79 + + + 10.093000411987305 + 205 + + + + + + 683.0 + 5612.08984375 + + 141 + + 75 + + + 10.211000442504883 + 218 + + + + + + 683.0 + 5622.47021484375 + + 141 + + 78 + + + 10.381999969482422 + 198 + + + + + + 683.0 + 5632.7998046875 + + 141 + + 77 + + + 10.331999778747559 + 251 + + + + + + 682.7999877929688 + 5643.18994140625 + + 141 + + 75 + + + 10.381999969482422 + 222 + + + + + + 682.4000244140625 + 5653.56982421875 + + 141 + + 77 + + + 10.381999969482422 + 235 + + + + + + 682.2000122070312 + 5663.97998046875 + + 141 + + 79 + + + 10.406999588012695 + 225 + + + + + + 682.4000244140625 + 5674.43017578125 + + 141 + + 77 + + + 10.456999778747559 + 230 + + + + + + 682.4000244140625 + 5684.93994140625 + + 141 + + 76 + + + 10.506999969482422 + 255 + + + + + + 682.5999755859375 + 5695.52001953125 + + 141 + + 78 + + + 10.583999633789062 + 226 + + + + + + 683.0 + 5706.18994140625 + + 141 + + 77 + + + 10.661999702453613 + 228 + + + + + + 683.4000244140625 + 5716.85009765625 + + 141 + + 77 + + + 10.661999702453613 + 235 + + + + + + 683.4000244140625 + 5727.47998046875 + + 141 + + 78 + + + 10.63599967956543 + 199 + + + + + + 683.5999755859375 + 5738.1201171875 + + 141 + + 81 + + + 10.63599967956543 + 245 + + + + + + 683.5999755859375 + 5748.6298828125 + + 141 + + 81 + + + 10.506999969482422 + 218 + + + + + + 683.5999755859375 + 5759.18017578125 + + 142 + + 79 + + + 10.557999610900879 + 197 + + + + + + 683.4000244140625 + 5769.85009765625 + + 142 + + 82 + + + 10.661999702453613 + 231 + + + + + + 683.2000122070312 + 5780.52978515625 + + 142 + + 78 + + + 10.687999725341797 + 206 + + + + + + 682.7999877929688 + 5791.22021484375 + + 142 + + 74 + + + 10.687999725341797 + 206 + + + + + + 682.5999755859375 + 5801.77978515625 + + 142 + + 80 + + + 10.557999610900879 + 219 + + + + + + 682.4000244140625 + 5812.259765625 + + 142 + + 82 + + + 10.482000350952148 + 237 + + + + + + 682.2000122070312 + 5822.68994140625 + + 141 + + 79 + + + 10.432000160217285 + 216 + + + + + + 681.5999755859375 + 5833.080078125 + + 142 + + 77 + + + 10.381999969482422 + 260 + + + + + + 681.2000122070312 + 5843.41015625 + + 142 + + 77 + + + 10.331999778747559 + 221 + + + + + + 681.0 + 5853.669921875 + + 142 + + 76 + + + 10.258999824523926 + 274 + + + + + + 680.5999755859375 + 5863.9501953125 + + 142 + + 76 + + + 10.284000396728516 + 247 + + + + + + 680.5999755859375 + 5874.2099609375 + + 142 + + 77 + + + 10.258999824523926 + 291 + + + + + + 680.7999877929688 + 5884.4501953125 + + 142 + + 79 + + + 10.234999656677246 + 219 + + + + + + 681.0 + 5894.66015625 + + 142 + + 76 + + + 10.211000442504883 + 252 + + + + + + 681.2000122070312 + 5904.81982421875 + + 142 + + 75 + + + 10.163000106811523 + 213 + + + + + + 681.2000122070312 + 5914.97998046875 + + 142 + + 75 + + + 10.163000106811523 + 213 + + + + + + 681.4000244140625 + 5925.16015625 + + 142 + + 76 + + + 10.163000106811523 + 230 + + + + + + 681.4000244140625 + 5935.31005859375 + + 142 + + 75 + + + 10.163000106811523 + 207 + + + + + + 681.5999755859375 + 5945.47021484375 + + 142 + + 73 + + + 10.163000106811523 + 244 + + + + + + 682.0 + 5955.60986328125 + + 142 + + 76 + + + 10.140000343322754 + 200 + + + + + + 682.2000122070312 + 5965.75 + + 142 + + 77 + + + 10.140000343322754 + 223 + + + + + + 682.4000244140625 + 5975.9599609375 + + 142 + + 75 + + + 10.211000442504883 + 201 + + + + + + 682.7999877929688 + 5986.080078125 + + 142 + + 75 + + + 10.116000175476074 + 246 + + + + + + 683.0 + 5996.18994140625 + + 142 + + 81 + + + 10.116000175476074 + 246 + + + + + + 683.0 + 6006.3798828125 + + 142 + + 82 + + + 10.187000274658203 + 184 + + + + + + 683.0 + 6016.4501953125 + + 142 + + 77 + + + 10.069000244140625 + 211 + + + + + + 682.7999877929688 + 6026.56982421875 + + 141 + + 76 + + + 10.116000175476074 + 212 + + + + + + 682.7999877929688 + 6036.85009765625 + + 141 + + 79 + + + 10.284000396728516 + 250 + + + + + + 682.5999755859375 + 6047.2099609375 + + 141 + + 79 + + + 10.357000350952148 + 204 + + + + + + 682.4000244140625 + 6057.66015625 + + 141 + + 78 + + + 10.456999778747559 + 223 + + + + + + 682.4000244140625 + 6067.9501953125 + + 141 + + 84 + + + 10.284000396728516 + 247 + + + + + + 682.4000244140625 + 6078.330078125 + + 141 + + 77 + + + 10.381999969482422 + 218 + + + + + + 682.4000244140625 + 6088.81005859375 + + 141 + + 78 + + + 10.482000350952148 + 220 + + + + + + + 10.366999626159666 + 78 + 259 + 228 + 299 + + + + + 196.0 + 2062.97 + 11.069000244140625 + 45 + + 143 + + + 145 + + Active + 102 + Manual + + + + 682.4000244140625 + 6088.81005859375 + + 141 + + 78 + + + 10.482000350952148 + 220 + + + + + + 682.5999755859375 + 6099.31982421875 + + 141 + + 75 + + + 10.506999969482422 + 200 + + + + + + 683.0 + 6109.89990234375 + + 141 + + 78 + + + 10.583999633789062 + 240 + + + + + + 681.5999755859375 + 6120.509765625 + + 141 + + 78 + + + 10.609999656677246 + 237 + + + + + + 681.4000244140625 + 6131.1201171875 + + 141 + + 77 + + + 10.609999656677246 + 202 + + + + + + 681.4000244140625 + 6141.89013671875 + + 140 + + 80 + + + 10.767000198364258 + 226 + + + + + + 681.4000244140625 + 6152.6298828125 + + 141 + + 86 + + + 10.741000175476074 + 229 + + + + + + 681.2000122070312 + 6163.27001953125 + + 141 + + 87 + + + 10.63599967956543 + 203 + + + + + + 682.7999877929688 + 6173.85009765625 + + 141 + + 82 + + + 10.583999633789062 + 211 + + + + + + 682.5999755859375 + 6184.58984375 + + 140 + + 84 + + + 10.741000175476074 + 205 + + + + + + 682.7999877929688 + 6195.330078125 + + 141 + + 87 + + + 10.741000175476074 + 183 + + + + + + 682.5999755859375 + 6206.0498046875 + + 141 + + 78 + + + 10.71399974822998 + 182 + + + + + + 682.4000244140625 + 6216.68017578125 + + 141 + + 80 + + + 10.63599967956543 + 212 + + + + + + 682.2000122070312 + 6227.08984375 + + 141 + + 81 + + + 10.406999588012695 + 190 + + + + + + 682.0 + 6237.52001953125 + + 141 + + 77 + + + 10.432000160217285 + 233 + + + + + + 681.4000244140625 + 6247.89990234375 + + 141 + + 77 + + + 10.284000396728516 + 222 + + + + + + 681.2000122070312 + 6258.14013671875 + + 141 + + 77 + + + 10.307999610900879 + 233 + + + + + + 681.2000122070312 + 6268.43994140625 + + 142 + + 79 + + + 10.284000396728516 + 288 + + + + + + 681.2000122070312 + 6278.81005859375 + + 142 + + 77 + + + 10.381999969482422 + 274 + + + + + + 681.4000244140625 + 6289.10986328125 + + 142 + + 78 + + + 10.307999610900879 + 272 + + + + + + 681.5999755859375 + 6299.509765625 + + 142 + + 77 + + + 10.406999588012695 + 225 + + + + + + 681.7999877929688 + 6309.72021484375 + + 143 + + 74 + + + 10.211000442504883 + 248 + + + + + + 681.7999877929688 + 6319.919921875 + + 143 + + 76 + + + 10.211000442504883 + 235 + + + + + + 682.0 + 6330.2099609375 + + 143 + + 75 + + + 10.234999656677246 + 266 + + + + + + 682.4000244140625 + 6340.490234375 + + 143 + + 77 + + + 10.284000396728516 + 233 + + + + + + 682.4000244140625 + 6350.740234375 + + 143 + + 75 + + + 10.258999824523926 + 267 + + + + + + 682.4000244140625 + 6360.89990234375 + + 143 + + 77 + + + 10.187000274658203 + 258 + + + + + + 682.5999755859375 + 6370.97998046875 + + 143 + + 78 + + + 10.093000411987305 + 205 + + + + + + 683.0 + 6381.1201171875 + + 143 + + 79 + + + 10.140000343322754 + 281 + + + + + + 682.7999877929688 + 6391.3701171875 + + 143 + + 75 + + + 10.258999824523926 + 202 + + + + + + 683.2000122070312 + 6401.66015625 + + 143 + + 78 + + + 10.284000396728516 + 220 + + + + + + 683.4000244140625 + 6412.08984375 + + 143 + + 83 + + + 10.432000160217285 + 208 + + + + + + 683.4000244140625 + 6422.419921875 + + 143 + + 79 + + + 10.331999778747559 + 234 + + + + + + 683.0 + 6432.77978515625 + + 143 + + 77 + + + 10.357000350952148 + 211 + + + + + + 683.0 + 6443.16015625 + + 143 + + 81 + + + 10.381999969482422 + 228 + + + + + + 682.5999755859375 + 6453.56982421875 + + 143 + + 81 + + + 10.406999588012695 + 240 + + + + + + 682.5999755859375 + 6463.97998046875 + + 143 + + 77 + + + 10.406999588012695 + 184 + + + + + + 682.5999755859375 + 6474.35986328125 + + 143 + + 76 + + + 10.381999969482422 + 222 + + + + + + 682.7999877929688 + 6484.81005859375 + + 143 + + 83 + + + 10.456999778747559 + 251 + + + + + + 683.0 + 6495.39990234375 + + 143 + + 78 + + + 10.583999633789062 + 202 + + + + + + 683.2000122070312 + 6505.97998046875 + + 143 + + 81 + + + 10.583999633789062 + 202 + + + + + + 683.2000122070312 + 6516.56982421875 + + 142 + + 78 + + + 10.583999633789062 + 191 + + + + + + 683.4000244140625 + 6527.25 + + 142 + + 83 + + + 10.687999725341797 + 213 + + + + + + 683.0 + 6538.0498046875 + + 142 + + 84 + + + 10.793999671936035 + 255 + + + + + + 683.0 + 6549.009765625 + + 142 + + 80 + + + 10.956999778747559 + 282 + + + + + + 683.0 + 6559.77001953125 + + 141 + + 81 + + + 10.767000198364258 + 226 + + + + + + 683.0 + 6570.490234375 + + 142 + + 81 + + + 10.71399974822998 + 229 + + + + + + 682.5999755859375 + 6581.1201171875 + + 141 + + 81 + + + 10.63599967956543 + 227 + + + + + + 682.5999755859375 + 6591.919921875 + + 141 + + 78 + + + 10.793999671936035 + 227 + + + + + + 682.4000244140625 + 6602.740234375 + + 141 + + 79 + + + 10.821000099182129 + 231 + + + + + + 682.4000244140625 + 6613.68017578125 + + 141 + + 79 + + + 10.930000305175781 + 208 + + + + + + 682.4000244140625 + 6624.3798828125 + + 141 + + 75 + + + 10.71399974822998 + 189 + + + + + + 682.2000122070312 + 6635.10009765625 + + 141 + + 87 + + + 10.71399974822998 + 232 + + + + + + 682.0 + 6645.72998046875 + + 142 + + 84 + + + 10.63599967956543 + 245 + + + + + + 681.5999755859375 + 6656.31982421875 + + 142 + + 78 + + + 10.583999633789062 + 222 + + + + + + 681.2000122070312 + 6666.81982421875 + + 141 + + 78 + + + 10.506999969482422 + 224 + + + + + + 681.0 + 6677.22998046875 + + 142 + + 78 + + + 10.406999588012695 + 233 + + + + + + 681.0 + 6687.66015625 + + 142 + + 76 + + + 10.432000160217285 + 223 + + + + + + 681.0 + 6698.0400390625 + + 141 + + 84 + + + 10.381999969482422 + 250 + + + + + + 681.2000122070312 + 6708.47998046875 + + 142 + + 78 + + + 10.432000160217285 + 212 + + + + + + 681.4000244140625 + 6718.7099609375 + + 142 + + 84 + + + 10.234999656677246 + 232 + + + + + + 681.4000244140625 + 6728.919921875 + + 142 + + 85 + + + 10.211000442504883 + 228 + + + + + + 681.4000244140625 + 6739.18017578125 + + 142 + + 78 + + + 10.258999824523926 + 222 + + + + + + 681.4000244140625 + 6749.25 + + 142 + + 76 + + + 10.069000244140625 + 242 + + + + + + 681.5999755859375 + 6759.31982421875 + + 142 + + 77 + + + 10.069000244140625 + 316 + + + + + + 681.7999877929688 + 6769.31982421875 + + 142 + + 75 + + + 10.0 + 240 + + + + + + 682.0 + 6779.06982421875 + + 143 + + 73 + + + 9.753000259399414 + 247 + + + + + + 682.2000122070312 + 6788.91015625 + + 142 + + 65 + + + 9.842000007629395 + 247 + + + + + + 682.2000122070312 + 6798.89013671875 + + 143 + + 73 + + + 9.97700023651123 + 277 + + + + + + 682.2000122070312 + 6808.7998046875 + + 143 + + 80 + + + 9.909000396728516 + 245 + + + + + + 682.0 + 6818.7998046875 + + 143 + + 78 + + + 10.0 + 297 + + + + + + 682.0 + 6828.9599609375 + + 142 + + 78 + + + 10.163000106811523 + 244 + + + + + + 681.7999877929688 + 6839.2001953125 + + 142 + + 80 + + + 10.234999656677246 + 219 + + + + + + 681.5999755859375 + 6849.52978515625 + + 143 + + 62 + + + 10.331999778747559 + 182 + + + + + + 681.4000244140625 + 6859.990234375 + + 143 + + 78 + + + 10.456999778747559 + 213 + + + + + + 681.4000244140625 + 6870.490234375 + + 143 + + 77 + + + 10.506999969482422 + 301 + + + + + + 681.2000122070312 + 6881.080078125 + + 143 + + 78 + + + 10.583999633789062 + 237 + + + + + + 681.2000122070312 + 6891.68994140625 + + 143 + + 79 + + + 10.609999656677246 + 297 + + + + + + 681.2000122070312 + 6902.5400390625 + + 143 + + 80 + + + 10.847999572753906 + 297 + + + + + + 681.2000122070312 + 6913.25 + + 144 + + 79 + + + 10.71399974822998 + 222 + + + + + + 681.4000244140625 + 6924.10009765625 + + 143 + + 80 + + + 10.847999572753906 + 232 + + + + + + 681.4000244140625 + 6935.0 + + 144 + + 84 + + + 10.902000427246094 + 244 + + + + + + 681.5999755859375 + 6946.009765625 + + 144 + + 81 + + + 11.012999534606934 + 210 + + + + + + 681.7999877929688 + 6957.1298828125 + + 144 + + 82 + + + 11.069000244140625 + 218 + + + + + + 682.0 + 6968.14990234375 + + 145 + + 83 + + + 11.069000244140625 + 221 + + + + + + 681.7999877929688 + 6979.10986328125 + + 145 + + 86 + + + 10.956999778747559 + 223 + + + + + + 681.7999877929688 + 6989.93017578125 + + 145 + + 91 + + + 10.821000099182129 + 224 + + + + + + 681.5999755859375 + 7000.7998046875 + + 144 + + 84 + + + 10.875 + 221 + + + + + + 681.5999755859375 + 7011.64990234375 + + 144 + + 82 + + + 10.847999572753906 + 225 + + + + + + 681.5999755859375 + 7022.580078125 + + 145 + + 85 + + + 10.930000305175781 + 240 + + + + + + 681.5999755859375 + 7033.509765625 + + 144 + + 85 + + + 10.930000305175781 + 215 + + + + + + 681.4000244140625 + 7044.35986328125 + + 144 + + 84 + + + 10.847999572753906 + 221 + + + + + + 681.4000244140625 + 7055.02001953125 + + 144 + + 79 + + + 10.661999702453613 + 256 + + + + + + 681.2000122070312 + 7065.66015625 + + 144 + + 78 + + + 10.63599967956543 + 230 + + + + + + 681.0 + 7076.22021484375 + + 143 + + 78 + + + 10.557999610900879 + 225 + + + + + + 680.7999877929688 + 7086.64013671875 + + 143 + + 78 + + + 10.406999588012695 + 246 + + + + + + 680.5999755859375 + 7096.97998046875 + + 143 + + 81 + + + 10.357000350952148 + 245 + + + + + + 680.5999755859375 + 7107.39013671875 + + 143 + + 77 + + + 10.406999588012695 + 285 + + + + + + 680.5999755859375 + 7117.81982421875 + + 144 + + 77 + + + 10.432000160217285 + 202 + + + + + + 680.4000244140625 + 7128.10009765625 + + 143 + + 76 + + + 10.284000396728516 + 226 + + + + + + 680.4000244140625 + 7138.33984375 + + 143 + + 75 + + + 10.234999656677246 + 273 + + + + + + 680.2000122070312 + 7148.64990234375 + + 143 + + 75 + + + 10.307999610900879 + 275 + + + + + + 680.4000244140625 + 7159.0498046875 + + 144 + + 76 + + + 10.406999588012695 + 267 + + + + + + 680.2000122070312 + 7169.259765625 + + 144 + + 77 + + + 10.211000442504883 + 225 + + + + + + 680.4000244140625 + 7179.5 + + 144 + + 77 + + + 10.234999656677246 + 259 + + + + + + 680.2000122070312 + 7189.56982421875 + + 144 + + 75 + + + 10.069000244140625 + 222 + + + + + + 680.0 + 7199.56982421875 + + 144 + + 75 + + + 10.0 + 277 + + + + + + 679.7999877929688 + 7209.72998046875 + + 144 + + 73 + + + 10.163000106811523 + 210 + + + + + + 679.7999877929688 + 7219.919921875 + + 144 + + 75 + + + 10.187000274658203 + 248 + + + + + + 679.5999755859375 + 7230.080078125 + + 143 + + 83 + + + 10.163000106811523 + 200 + + + + + + 679.7999877929688 + 7240.35986328125 + + 144 + + 78 + + + 10.284000396728516 + 230 + + + + + + 680.0 + 7250.64990234375 + + 144 + + 75 + + + 10.284000396728516 + 196 + + + + + + 680.2000122070312 + 7261.02978515625 + + 144 + + 77 + + + 10.381999969482422 + 222 + + + + + + 680.2000122070312 + 7271.43994140625 + + 144 + + 78 + + + 10.406999588012695 + 253 + + + + + + 680.2000122070312 + 7281.8701171875 + + 144 + + 76 + + + 10.432000160217285 + 223 + + + + + + 680.2000122070312 + 7292.35009765625 + + 144 + + 76 + + + 10.482000350952148 + 231 + + + + + + 680.5999755859375 + 7302.93994140625 + + 144 + + 78 + + + 10.583999633789062 + 215 + + + + + + 680.7999877929688 + 7313.68017578125 + + 144 + + 79 + + + 10.741000175476074 + 201 + + + + + + 681.0 + 7324.43994140625 + + 144 + + 78 + + + 10.767000198364258 + 233 + + + + + + 681.4000244140625 + 7335.259765625 + + 144 + + 79 + + + 10.821000099182129 + 245 + + + + + + 681.5999755859375 + 7346.169921875 + + 144 + + 82 + + + 10.902000427246094 + 208 + + + + + + 681.7999877929688 + 7357.14990234375 + + 144 + + 84 + + + 10.984999656677246 + 257 + + + + + + 681.7999877929688 + 7368.18994140625 + + 144 + + 81 + + + 11.039999961853027 + 250 + + + + + + 681.7999877929688 + 7378.990234375 + + 144 + + 87 + + + 10.793999671936035 + 216 + + + + + + 682.0 + 7389.72998046875 + + 144 + + 87 + + + 10.741000175476074 + 214 + + + + + + 682.2000122070312 + 7400.27978515625 + + 145 + + 81 + + + 10.557999610900879 + 254 + + + + + + 682.2000122070312 + 7410.8701171875 + + 144 + + 78 + + + 10.583999633789062 + 211 + + + + + + 682.4000244140625 + 7421.5 + + 144 + + 78 + + + 10.63599967956543 + 234 + + + + + + 682.4000244140625 + 7432.169921875 + + 144 + + 79 + + + 10.661999702453613 + 224 + + + + + + 682.4000244140625 + 7442.85009765625 + + 144 + + 83 + + + 10.687999725341797 + 200 + + + + + + 682.2000122070312 + 7453.52001953125 + + 145 + + 80 + + + 10.661999702453613 + 195 + + + + + + 681.7999877929688 + 7464.1298828125 + + 145 + + 102 + + + 10.609999656677246 + 227 + + + + + + 681.4000244140625 + 7474.68017578125 + + 144 + + 93 + + + 10.557999610900879 + 222 + + + + + + 681.2000122070312 + 7485.27001953125 + + 144 + + 89 + + + 10.583999633789062 + 257 + + + + + + 681.0 + 7495.60009765625 + + 145 + + 80 + + + 10.331999778747559 + 259 + + + + + + 680.7999877929688 + 7506.02978515625 + + 144 + + 79 + + + 10.432000160217285 + 223 + + + + + + 680.5999755859375 + 7516.35986328125 + + 144 + + 77 + + + 10.331999778747559 + 251 + + + + + + 680.5999755859375 + 7526.64990234375 + + 144 + + 76 + + + 10.284000396728516 + 192 + + + + + + 680.5999755859375 + 7536.83984375 + + 144 + + 77 + + + 10.187000274658203 + 231 + + + + + + 680.5999755859375 + 7547.1201171875 + + 144 + + 75 + + + 10.284000396728516 + 226 + + + + + + 681.0 + 7557.240234375 + + 144 + + 75 + + + 10.116000175476074 + 283 + + + + + + 681.0 + 7567.4501953125 + + 143 + + 77 + + + 10.211000442504883 + 218 + + + + + + 681.2000122070312 + 7577.7099609375 + + 144 + + 78 + + + 10.258999824523926 + 267 + + + + + + 681.2000122070312 + 7587.7998046875 + + 144 + + 84 + + + 10.093000411987305 + 236 + + + + + + 681.2000122070312 + 7597.81982421875 + + 144 + + 80 + + + 10.02299976348877 + 251 + + + + + + 681.2000122070312 + 7607.83984375 + + 144 + + 76 + + + 10.02299976348877 + 264 + + + + + + 681.4000244140625 + 7617.83984375 + + 143 + + 77 + + + 10.0 + 226 + + + + + + 681.4000244140625 + 7627.91015625 + + 143 + + 75 + + + 10.069000244140625 + 255 + + + + + + 681.7999877929688 + 7638.10009765625 + + 143 + + 73 + + + 10.187000274658203 + 283 + + + + + + 681.7999877929688 + 7648.3798828125 + + 143 + + 78 + + + 10.284000396728516 + 233 + + + + + + 682.0 + 7658.72021484375 + + 143 + + 82 + + + 10.331999778747559 + 182 + + + + + + 682.2000122070312 + 7669.1201171875 + + 143 + + 84 + + + 10.406999588012695 + 194 + + + + + + 682.2000122070312 + 7679.60986328125 + + 143 + + 81 + + + 10.482000350952148 + 224 + + + + + + 682.2000122070312 + 7690.08984375 + + 143 + + 80 + + + 10.482000350952148 + 265 + + + + + + 682.0 + 7700.58984375 + + 143 + + 79 + + + 10.506999969482422 + 210 + + + + + + 681.7999877929688 + 7711.1298828125 + + 143 + + 78 + + + 10.532999992370605 + 218 + + + + + + 681.7999877929688 + 7721.740234375 + + 143 + + 79 + + + 10.609999656677246 + 255 + + + + + + 681.7999877929688 + 7732.3701171875 + + 143 + + 79 + + + 10.63599967956543 + 223 + + + + + + 681.7999877929688 + 7742.97998046875 + + 142 + + 78 + + + 10.609999656677246 + 202 + + + + + + 681.7999877929688 + 7753.64990234375 + + 143 + + 79 + + + 10.661999702453613 + 292 + + + + + + 682.2000122070312 + 7764.580078125 + + 143 + + 82 + + + 10.930000305175781 + 256 + + + + + + 682.2000122070312 + 7775.31982421875 + + 143 + + 82 + + + 10.741000175476074 + 205 + + + + + + 682.2000122070312 + 7786.06005859375 + + 143 + + 77 + + + 10.741000175476074 + 214 + + + + + + 682.2000122070312 + 7796.68994140625 + + 142 + + 78 + + + 10.63599967956543 + 220 + + + + + + 682.2000122070312 + 7807.35009765625 + + 143 + + 79 + + + 10.609999656677246 + 191 + + + + + + 682.0 + 7817.91015625 + + 143 + + 77 + + + 10.609999656677246 + 240 + + + + + + 682.0 + 7828.4599609375 + + 143 + + 78 + + + 10.532999992370605 + 214 + + + + + + 681.7999877929688 + 7839.240234375 + + 143 + + 79 + + + 10.793999671936035 + 184 + + + + + + 681.5999755859375 + 7850.08984375 + + 143 + + 78 + + + 10.847999572753906 + 217 + + + + + + 681.2000122070312 + 7860.9599609375 + + 142 + + 81 + + + 10.875 + 235 + + + + + + 681.0 + 7871.83984375 + + 143 + + 83 + + + 10.875 + 207 + + + + + + 680.7999877929688 + 7882.47021484375 + + 143 + + 87 + + + 10.63599967956543 + 241 + + + + + + 680.5999755859375 + 7893.14013671875 + + 143 + + 85 + + + 10.661999702453613 + 210 + + + + + + 680.5999755859375 + 7903.64013671875 + + 143 + + 80 + + + 10.506999969482422 + 186 + + + + + + 680.7999877929688 + 7914.1298828125 + + 144 + + 81 + + + 10.482000350952148 + 224 + + + + + + 681.4000244140625 + 7924.509765625 + + 144 + + 79 + + + 10.381999969482422 + 232 + + + + + + 681.5999755859375 + 7934.89013671875 + + 143 + + 82 + + + 10.381999969482422 + 252 + + + + + + 681.7999877929688 + 7945.22021484375 + + 143 + + 80 + + + 10.331999778747559 + 255 + + + + + + 682.0 + 7955.4599609375 + + 143 + + 77 + + + 10.234999656677246 + 239 + + + + + + 682.2000122070312 + 7965.669921875 + + 143 + + 79 + + + 10.211000442504883 + 330 + + + + + + 682.0 + 7975.93017578125 + + 143 + + 76 + + + 10.258999824523926 + 205 + + + + + + 682.0 + 7986.14013671875 + + 143 + + 74 + + + 10.211000442504883 + 273 + + + + + + 682.2000122070312 + 7996.25 + + 143 + + 77 + + + 10.116000175476074 + 195 + + + + + + 682.4000244140625 + 8006.25 + + 143 + + 76 + + + 10.0 + 226 + + + + + + 682.5999755859375 + 8016.419921875 + + 143 + + 75 + + + 10.163000106811523 + 203 + + + + + + 682.7999877929688 + 8026.56005859375 + + 142 + + 76 + + + 10.140000343322754 + 281 + + + + + + 682.5999755859375 + 8036.7900390625 + + 143 + + 77 + + + 10.234999656677246 + 219 + + + + + + 682.7999877929688 + 8047.080078125 + + 142 + + 77 + + + 10.284000396728516 + 254 + + + + + + 683.0 + 8057.2900390625 + + 142 + + 77 + + + 10.211000442504883 + 279 + + + + + + 682.5999755859375 + 8067.669921875 + + 142 + + 77 + + + 10.381999969482422 + 252 + + + + + + 682.4000244140625 + 8078.10009765625 + + 142 + + 77 + + + 10.432000160217285 + 247 + + + + + + 682.5999755859375 + 8088.66015625 + + 141 + + 76 + + + 10.557999610900879 + 247 + + + + + + 682.2000122070312 + 8099.0400390625 + + 141 + + 78 + + + 10.381999969482422 + 260 + + + + + + 682.2000122070312 + 8109.52001953125 + + 141 + + 79 + + + 10.482000350952148 + 248 + + + + + + 682.0 + 8120.02978515625 + + 141 + + 78 + + + 10.506999969482422 + 259 + + + + + + 682.0 + 8130.740234375 + + 141 + + 79 + + + 10.71399974822998 + 282 + + + + + + 681.5999755859375 + 8141.2998046875 + + 141 + + 79 + + + 10.557999610900879 + 201 + + + + + + 681.2000122070312 + 8151.990234375 + + 141 + + 83 + + + 10.687999725341797 + 167 + + + + + + + 10.468000411987305 + 79 + 260 + 233 + 330 + + + + + 83.0 + 414.45 + 10.687999725341797 + 5 + + 119 + + + 141 + + Active + 102 + Manual + + + + 681.2000122070312 + 8151.990234375 + + 141 + + 83 + + + 10.687999725341797 + 167 + + + + + + 680.7999877929688 + 8162.6298828125 + + 140 + + 88 + + + 10.63599967956543 + 203 + + + + + + 680.5999755859375 + 8173.31982421875 + + 140 + + 86 + + + 10.661999702453613 + 160 + + + + + + 680.2000122070312 + 8183.7900390625 + + 140 + + 88 + + + 10.506999969482422 + 7 + + + + + + 680.5999755859375 + 8193.98046875 + + 140 + + 56 + + + 10.187000274658203 + 0 + + + + + + 680.4000244140625 + 8203.7998046875 + + 140 + + 0 + + + 9.819000244140625 + 0 + + + + + + 681.2000122070312 + 8213.2197265625 + + 140 + + 0 + + + 9.414999961853027 + 0 + + + + + + 681.4000244140625 + 8222.6298828125 + + 140 + + 0 + + + 9.414999961853027 + 65 + + + + + + 681.5999755859375 + 8231.990234375 + + 140 + + 23 + + + 9.354999542236328 + 31 + + + + + + 681.4000244140625 + 8241.0302734375 + + 140 + + 87 + + + 9.043999671936035 + 139 + + + + + + 681.2000122070312 + 8250.0400390625 + + 140 + + 80 + + + 9.005999565124512 + 183 + + + + + + 681.0 + 8259.0 + + 140 + + 75 + + + 8.968999862670898 + 132 + + + + + + 680.4000244140625 + 8267.9697265625 + + 139 + + 77 + + + 8.968999862670898 + 140 + + + + + + 679.7999877929688 + 8276.9404296875 + + 139 + + 83 + + + 8.968999862670898 + 132 + + + + + + 679.5999755859375 + 8286.0 + + 138 + + 74 + + + 9.062000274658203 + 203 + + + + + + 679.4000244140625 + 8295.0703125 + + 138 + + 72 + + + 9.062000274658203 + 220 + + + + + + 679.2000122070312 + 8304.0595703125 + + 137 + + 73 + + + 8.98799991607666 + 144 + + + + + + 679.4000244140625 + 8312.900390625 + + 136 + + 75 + + + 8.840999603271484 + 138 + + + + + + 679.5999755859375 + 8321.5595703125 + + 136 + + 73 + + + 8.664999961853027 + 147 + + + + + + 679.7999877929688 + 8330.330078125 + + 134 + + 67 + + + 8.770000457763672 + 220 + + + + + + 680.0 + 8338.98046875 + + 134 + + 67 + + + 8.64799976348877 + 170 + + + + + + 679.7999877929688 + 8347.580078125 + + 133 + + 64 + + + 8.597000122070312 + 178 + + + + + + 680.0 + 8356.08984375 + + 132 + + 63 + + + 8.512999534606934 + 193 + + + + + + 680.0 + 8364.6201171875 + + 132 + + 63 + + + 8.529000282287598 + 193 + + + + + + 680.4000244140625 + 8373.0595703125 + + 132 + + 64 + + + 8.446999549865723 + 180 + + + + + + 680.5999755859375 + 8381.6103515625 + + 131 + + 63 + + + 8.545999526977539 + 163 + + + + + + 680.7999877929688 + 8390.1396484375 + + 131 + + 62 + + + 8.496000289916992 + 199 + + + + + + 681.0 + 8398.5595703125 + + 130 + + 62 + + + 8.430000305175781 + 205 + + + + + + 681.4000244140625 + 8406.98046875 + + 130 + + 63 + + + 8.430000305175781 + 189 + + + + + + 681.2000122070312 + 8415.41015625 + + 130 + + 62 + + + 8.446999549865723 + 189 + + + + + + 681.2000122070312 + 8423.91015625 + + 129 + + 63 + + + 8.496000289916992 + 139 + + + + + + 681.4000244140625 + 8432.33984375 + + 129 + + 67 + + + 8.430000305175781 + 236 + + + + + + 681.5999755859375 + 8440.76953125 + + 128 + + 68 + + + 8.430000305175781 + 182 + + + + + + 681.5999755859375 + 8449.2802734375 + + 127 + + 68 + + + 8.512999534606934 + 176 + + + + + + 681.7999877929688 + 8457.7998046875 + + 127 + + 77 + + + 8.512999534606934 + 162 + + + + + + 682.0 + 8466.1103515625 + + 126 + + 73 + + + 8.317000389099121 + 161 + + + + + + 682.4000244140625 + 8474.3798828125 + + 125 + + 73 + + + 8.270000457763672 + 118 + + + + + + 682.7999877929688 + 8482.73046875 + + 125 + + 102 + + + 8.348999977111816 + 2 + + + + + + 683.0 + 8490.9697265625 + + 124 + + 60 + + + 8.23900032043457 + 0 + + + + + + 683.0 + 8499.099609375 + + 123 + + 0 + + + 8.130999565124512 + 0 + + + + + + 683.0 + 8507.1396484375 + + 121 + + 0 + + + 8.041000366210938 + 0 + + + + + + 682.7999877929688 + 8514.599609375 + + 120 + + 0 + + + 7.460999965667725 + 0 + + + + + + 683.0 + 8521.4501953125 + + 119 + + 0 + + + 6.849999904632568 + 0 + + + + + + 683.2000122070312 + 8527.849609375 + + 118 + + 0 + + + 6.396999835968018 + 0 + + + + + + 683.4000244140625 + 8533.4404296875 + + 118 + + 0 + + + 5.591000080108643 + 0 + + + + + + 683.5999755859375 + 8538.26953125 + + 119 + + 0 + + + 4.833000183105469 + 0 + + + + + + 683.7999877929688 + 8542.3896484375 + + 120 + + 0 + + + 4.11899995803833 + 0 + + + + + + 684.0 + 8546.0595703125 + + 120 + + 0 + + + 3.6619999408721924 + 0 + + + + + + 684.0 + 8549.01953125 + + 119 + + 0 + + + 2.9609999656677246 + 0 + + + + + + 683.7999877929688 + 8551.98046875 + + 119 + + 0 + + + 2.9609999656677246 + 0 + + + + + + 684.0 + 8553.8603515625 + + 117 + + 0 + + + 1.8860000371932983 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 115 + + 0 + + + 1.8860000371932983 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 114 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 114 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 114 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 113 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 113 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 113 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 113 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 106 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 106 + + 0 + + + 0.0 + 0 + + + + + + 683.7999877929688 + 8555.75 + + 104 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 104 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 104 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 104 + + 0 + + + 0.0 + 0 + + + + + + 683.5999755859375 + 8555.75 + + 98 + + 0 + + + 0.0 + 0 + + + + + + 683.4000244140625 + 8555.75 + + 98 + + 0 + + + 0.0 + 0 + + + + + + 683.4000244140625 + 8555.75 + + 89 + + 0 + + + 0.0 + 0 + + + + + + 683.4000244140625 + 8555.75 + + 86 + + 0 + + + 0.0 + 0 + + + + + + 683.2000122070312 + 8555.75 + + 86 + + 0 + + + 0.0 + 0 + + + + + + 683.2000122070312 + 8555.75 + + 82 + + 0 + + + 0.0 + 0 + + + + + + 683.2000122070312 + 8555.75 + + 82 + + 0 + + + 0.0 + 0 + + + + + + 683.2000122070312 + 8555.75 + + 78 + + 0 + + + 0.0 + 0 + + + + + + 683.0 + 8555.75 + + 78 + + 0 + + + 0.0 + 0 + + + + + + 683.0 + 8555.75 + + 78 + + 0 + + + 0.0 + 0 + + + + + + 683.0 + 8555.75 + + 81 + + 0 + + + 0.0 + 0 + + + + + + 683.0 + 8555.75 + + 83 + + 0 + + + 0.0 + 0 + + + + + + 682.7999877929688 + 8555.75 + + 83 + + 0 + + + 0.0 + 0 + + + + + + 682.7999877929688 + 8555.75 + + 83 + + 0 + + + 0.0 + 0 + + + + + + + 4.934000015258789 + 30 + 42 + 64 + 236 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614661.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614661.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614661.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614661.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,12662 @@ + + + + + 2017-08-26T12:26:09.000Z + + 67.0 + 571.28 + 9.88599967956543 + 12 + + 121 + + + 134 + + Active + 87 + Manual + + + + 679.5999755859375 + 4.46999979019165 + + 95 + + 47 + + + 4.4710001945495605 + 157 + + + + + + 679.5999755859375 + 9.1899995803833 + + 96 + + 64 + + + 4.7230000495910645 + 172 + + + + + + 679.5999755859375 + 14.119999885559082 + + 97 + + 68 + + + 4.926000118255615 + 173 + + + + + + 679.5999755859375 + 19.309999465942383 + + 99 + + 48 + + + 5.190999984741211 + 133 + + + + + + 679.5999755859375 + 24.81999969482422 + + 99 + + 38 + + + 5.50600004196167 + 248 + + + + + + 679.5999755859375 + 30.600000381469727 + + 101 + + 36 + + + 5.784999847412109 + 224 + + + + + + 679.4000244140625 + 36.63999938964844 + + 102 + + 37 + + + 6.041999816894531 + 234 + + + + + + 679.4000244140625 + 43.029998779296875 + + 104 + + 42 + + + 6.388000011444092 + 228 + + + + + + 679.4000244140625 + 49.65999984741211 + + 104 + + 44 + + + 6.63100004196167 + 281 + + + + + + 679.4000244140625 + 56.599998474121094 + + 106 + + 46 + + + 6.938000202178955 + 234 + + + + + + 679.4000244140625 + 63.720001220703125 + + 107 + + 48 + + + 7.11899995803833 + 230 + + + + + + 679.5999755859375 + 71.02999877929688 + + 108 + + 50 + + + 7.310999870300293 + 271 + + + + + + 679.5999755859375 + 78.41999816894531 + + 110 + + 52 + + + 7.385000228881836 + 261 + + + + + + 679.5999755859375 + 85.93000030517578 + + 111 + + 55 + + + 7.513000011444092 + 274 + + + + + + 679.4000244140625 + 93.7300033569336 + + 112 + + 54 + + + 7.796000003814697 + 247 + + + + + + 679.2000122070312 + 101.68000030517578 + + 113 + + 54 + + + 7.952000141143799 + 223 + + + + + + 678.7999877929688 + 109.69000244140625 + + 114 + + 56 + + + 8.01099967956543 + 150 + + + + + + 678.2000122070312 + 117.70999908447266 + + 115 + + 59 + + + 8.026000022888184 + 150 + + + + + + 677.5999755859375 + 125.73999786376953 + + 116 + + 61 + + + 8.026000022888184 + 163 + + + + + + 677.7999877929688 + 133.77000427246094 + + 117 + + 66 + + + 8.026000022888184 + 185 + + + + + + 677.5999755859375 + 141.85000610351562 + + 118 + + 81 + + + 8.085000038146973 + 183 + + + + + + 677.7999877929688 + 149.91000366210938 + + 118 + + 75 + + + 8.055000305175781 + 172 + + + + + + 678.4000244140625 + 157.9499969482422 + + 119 + + 64 + + + 8.041000366210938 + 174 + + + + + + 678.5999755859375 + 165.99000549316406 + + 120 + + 77 + + + 8.041000366210938 + 190 + + + + + + 678.7999877929688 + 173.9600067138672 + + 120 + + 74 + + + 7.9670000076293945 + 231 + + + + + + 679.0 + 182.1199951171875 + + 121 + + 62 + + + 8.16100025177002 + 229 + + + + + + 679.4000244140625 + 190.36000061035156 + + 121 + + 68 + + + 8.23900032043457 + 206 + + + + + + 679.5999755859375 + 198.63999938964844 + + 122 + + 67 + + + 8.28600025177002 + 177 + + + + + + 680.0 + 206.99000549316406 + + 122 + + 60 + + + 8.348999977111816 + 206 + + + + + + 680.2000122070312 + 215.38999938964844 + + 123 + + 60 + + + 8.39799976348877 + 210 + + + + + + 680.4000244140625 + 223.83999633789062 + + 123 + + 64 + + + 8.446999549865723 + 212 + + + + + + 680.4000244140625 + 232.35000610351562 + + 123 + + 73 + + + 8.512999534606934 + 207 + + + + + + 680.5999755859375 + 240.9499969482422 + + 124 + + 81 + + + 8.597000122070312 + 175 + + + + + + 680.5999755859375 + 249.36000061035156 + + 124 + + 69 + + + 8.413999557495117 + 191 + + + + + + 680.5999755859375 + 257.80999755859375 + + 125 + + 63 + + + 8.413999557495117 + 197 + + + + + + 681.0 + 266.57000732421875 + + 125 + + 63 + + + 8.770000457763672 + 202 + + + + + + 681.0 + 275.42999267578125 + + 125 + + 66 + + + 8.876999855041504 + 208 + + + + + + 681.0 + 284.0400085449219 + + 126 + + 76 + + + 8.61400032043457 + 218 + + + + + + 680.7999877929688 + 292.8599853515625 + + 126 + + 74 + + + 8.822999954223633 + 212 + + + + + + 680.7999877929688 + 301.8599853515625 + + 126 + + 63 + + + 9.005999565124512 + 192 + + + + + + 680.4000244140625 + 311.0 + + 127 + + 71 + + + 9.138999938964844 + 174 + + + + + + 680.0 + 320.239990234375 + + 127 + + 83 + + + 9.236000061035156 + 166 + + + + + + 680.0 + 329.4700012207031 + + 128 + + 74 + + + 9.236000061035156 + 200 + + + + + + 680.0 + 338.80999755859375 + + 128 + + 71 + + + 9.335000038146973 + 186 + + + + + + 679.7999877929688 + 348.1400146484375 + + 129 + + 70 + + + 9.335000038146973 + 209 + + + + + + 680.0 + 357.5400085449219 + + 129 + + 68 + + + 9.395000457763672 + 201 + + + + + + 680.2000122070312 + 366.92999267578125 + + 129 + + 68 + + + 9.395000457763672 + 201 + + + + + + 680.2000122070312 + 376.3900146484375 + + 130 + + 71 + + + 9.456000328063965 + 198 + + + + + + 680.2000122070312 + 385.92999267578125 + + 129 + + 70 + + + 9.538999557495117 + 213 + + + + + + 680.2000122070312 + 395.489990234375 + + 129 + + 70 + + + 9.5600004196167 + 175 + + + + + + 680.4000244140625 + 405.20001220703125 + + 130 + + 70 + + + 9.710000038146973 + 220 + + + + + + 680.4000244140625 + 414.9100036621094 + + 130 + + 71 + + + 9.710000038146973 + 185 + + + + + + 680.5999755859375 + 424.6000061035156 + + 130 + + 73 + + + 9.687999725341797 + 177 + + + + + + 681.0 + 434.2799987792969 + + 131 + + 73 + + + 9.687999725341797 + 207 + + + + + + 681.2000122070312 + 443.989990234375 + + 131 + + 72 + + + 9.710000038146973 + 194 + + + + + + 681.0 + 453.7900085449219 + + 131 + + 71 + + + 9.79699993133545 + 219 + + + + + + 681.0 + 463.5400085449219 + + 132 + + 72 + + + 9.753000259399414 + 205 + + + + + + 680.7999877929688 + 473.3399963378906 + + 132 + + 80 + + + 9.79699993133545 + 187 + + + + + + 680.4000244140625 + 483.2300109863281 + + 132 + + 87 + + + 9.88599967956543 + 197 + + + + + + 680.2000122070312 + 493.04998779296875 + + 132 + + 79 + + + 9.819000244140625 + 187 + + + + + + 680.2000122070312 + 502.9100036621094 + + 133 + + 71 + + + 9.86400032043457 + 164 + + + + + + 680.4000244140625 + 512.77001953125 + + 133 + + 73 + + + 9.86400032043457 + 178 + + + + + + 680.4000244140625 + 522.6199951171875 + + 133 + + 74 + + + 9.842000007629395 + 190 + + + + + + 680.5999755859375 + 532.4299926757812 + + 133 + + 74 + + + 9.819000244140625 + 180 + + + + + + 680.7999877929688 + 542.22998046875 + + 134 + + 75 + + + 9.79699993133545 + 187 + + + + + + 680.5999755859375 + 552.030029296875 + + 134 + + 75 + + + 9.79699993133545 + 187 + + + + + + 680.5999755859375 + 561.6500244140625 + + 134 + + 72 + + + 9.62399959564209 + 166 + + + + + + 680.5999755859375 + 571.280029296875 + + 134 + + 72 + + + 9.62399959564209 + 192 + + + + + + 680.7999877929688 + 580.8599853515625 + + 134 + + 72 + + + 9.581000328063965 + 175 + + + + + + + 8.454000473022461 + 66 + 74 + 200 + 281 + + + + + 60.0 + 607.08 + 10.406999588012695 + 11 + + 134 + + + 135 + + Active + 97 + Manual + + + + 680.7999877929688 + 580.8599853515625 + + 134 + + 72 + + + 9.581000328063965 + 175 + + + + + + 681.0 + 590.2899780273438 + + 134 + + 72 + + + 9.435999870300293 + 180 + + + + + + 682.0 + 599.6699829101562 + + 134 + + 70 + + + 9.375 + 212 + + + + + + 682.0 + 609.0399780273438 + + 134 + + 70 + + + 9.375 + 212 + + + + + + 682.7999877929688 + 618.52001953125 + + 135 + + 76 + + + 9.47700023651123 + 237 + + + + + + 683.2000122070312 + 627.9600219726562 + + 135 + + 72 + + + 9.435999870300293 + 227 + + + + + + 683.4000244140625 + 637.4099731445312 + + 135 + + 74 + + + 9.435999870300293 + 214 + + + + + + 683.2000122070312 + 646.7899780273438 + + 135 + + 71 + + + 9.395000457763672 + 216 + + + + + + 683.5999755859375 + 655.97998046875 + + 135 + + 68 + + + 9.196999549865723 + 212 + + + + + + 683.5999755859375 + 665.47998046875 + + 135 + + 69 + + + 9.498000144958496 + 209 + + + + + + 683.4000244140625 + 674.9000244140625 + + 135 + + 73 + + + 9.414999961853027 + 217 + + + + + + 683.4000244140625 + 684.3699951171875 + + 135 + + 86 + + + 9.47700023651123 + 183 + + + + + + 683.5999755859375 + 693.9099731445312 + + 134 + + 88 + + + 9.538999557495117 + 184 + + + + + + 683.5999755859375 + 703.469970703125 + + 134 + + 75 + + + 9.5600004196167 + 210 + + + + + + 683.7999877929688 + 713.1599731445312 + + 135 + + 74 + + + 9.687999725341797 + 184 + + + + + + 683.7999877929688 + 722.97998046875 + + 134 + + 71 + + + 9.819000244140625 + 222 + + + + + + 684.2000122070312 + 732.780029296875 + + 134 + + 70 + + + 9.79699993133545 + 209 + + + + + + 684.2000122070312 + 742.489990234375 + + 134 + + 73 + + + 9.710000038146973 + 224 + + + + + + 684.4000244140625 + 752.2000122070312 + + 134 + + 74 + + + 9.710000038146973 + 224 + + + + + + 684.4000244140625 + 762.1300048828125 + + 134 + + 72 + + + 9.930999755859375 + 212 + + + + + + 684.5999755859375 + 772.2000122070312 + + 134 + + 73 + + + 10.069000244140625 + 211 + + + + + + 684.5999755859375 + 782.239990234375 + + 134 + + 75 + + + 10.045999526977539 + 235 + + + + + + 684.2000122070312 + 792.3099975585938 + + 134 + + 75 + + + 10.069000244140625 + 195 + + + + + + 684.2000122070312 + 802.52001953125 + + 134 + + 75 + + + 10.211000442504883 + 211 + + + + + + 684.2000122070312 + 812.6900024414062 + + 134 + + 75 + + + 10.163000106811523 + 186 + + + + + + 684.2000122070312 + 823.02001953125 + + 134 + + 75 + + + 10.331999778747559 + 259 + + + + + + 684.2000122070312 + 833.2999877929688 + + 134 + + 77 + + + 10.284000396728516 + 196 + + + + + + 684.0 + 843.4199829101562 + + 134 + + 75 + + + 10.116000175476074 + 216 + + + + + + 683.7999877929688 + 853.6300048828125 + + 134 + + 75 + + + 10.211000442504883 + 180 + + + + + + 683.5999755859375 + 863.9400024414062 + + 134 + + 76 + + + 10.307999610900879 + 196 + + + + + + 683.5999755859375 + 874.27001953125 + + 134 + + 77 + + + 10.331999778747559 + 203 + + + + + + 683.4000244140625 + 884.5999755859375 + + 134 + + 77 + + + 10.331999778747559 + 203 + + + + + + 683.4000244140625 + 894.97998046875 + + 134 + + 78 + + + 10.381999969482422 + 207 + + + + + + 683.4000244140625 + 905.3400268554688 + + 135 + + 80 + + + 10.357000350952148 + 183 + + + + + + 683.2000122070312 + 915.7000122070312 + + 134 + + 77 + + + 10.357000350952148 + 214 + + + + + + 683.2000122070312 + 926.0499877929688 + + 135 + + 78 + + + 10.357000350952148 + 214 + + + + + + 683.0 + 936.4400024414062 + + 135 + + 77 + + + 10.381999969482422 + 207 + + + + + + 683.0 + 946.719970703125 + + 134 + + 78 + + + 10.284000396728516 + 196 + + + + + + 682.7999877929688 + 956.9099731445312 + + 134 + + 75 + + + 10.187000274658203 + 201 + + + + + + 682.5999755859375 + 967.280029296875 + + 134 + + 77 + + + 10.331999778747559 + 245 + + + + + + 682.5999755859375 + 977.5700073242188 + + 134 + + 76 + + + 10.331999778747559 + 245 + + + + + + 682.7999877929688 + 987.6599731445312 + + 134 + + 82 + + + 10.093000411987305 + 188 + + + + + + 683.2000122070312 + 997.760009765625 + + 134 + + 97 + + + 10.093000411987305 + 161 + + + + + + 683.5999755859375 + 1007.7999877929688 + + 134 + + 83 + + + 10.045999526977539 + 215 + + + + + + 683.7999877929688 + 1017.8499755859375 + + 134 + + 68 + + + 10.045999526977539 + 215 + + + + + + 684.2000122070312 + 1027.9000244140625 + + 134 + + 72 + + + 10.045999526977539 + 208 + + + + + + 684.2000122070312 + 1037.8499755859375 + + 134 + + 75 + + + 9.954000473022461 + 215 + + + + + + 684.2000122070312 + 1047.7099609375 + + 134 + + 77 + + + 9.86400032043457 + 266 + + + + + + 684.4000244140625 + 1057.530029296875 + + 134 + + 76 + + + 9.819000244140625 + 193 + + + + + + 684.2000122070312 + 1067.3499755859375 + + 133 + + 77 + + + 9.819000244140625 + 193 + + + + + + 684.5999755859375 + 1076.97998046875 + + 133 + + 78 + + + 9.62399959564209 + 231 + + + + + + 684.5999755859375 + 1086.8800048828125 + + 134 + + 74 + + + 9.909000396728516 + 241 + + + + + + 684.7999877929688 + 1096.9100341796875 + + 134 + + 76 + + + 10.02299976348877 + 231 + + + + + + 685.0 + 1106.8599853515625 + + 134 + + 77 + + + 9.954000473022461 + 219 + + + + + + 685.0 + 1116.97998046875 + + 134 + + 72 + + + 10.116000175476074 + 202 + + + + + + 685.0 + 1126.8900146484375 + + 134 + + 65 + + + 9.909000396728516 + 205 + + + + + + 685.0 + 1137.0999755859375 + + 134 + + 67 + + + 10.211000442504883 + 197 + + + + + + 685.0 + 1147.3299560546875 + + 134 + + 80 + + + 10.234999656677246 + 204 + + + + + + 685.2000122070312 + 1157.5899658203125 + + 134 + + 78 + + + 10.258999824523926 + 247 + + + + + + 685.2000122070312 + 1167.949951171875 + + 134 + + 72 + + + 10.357000350952148 + 228 + + + + + + 685.2000122070312 + 1178.3599853515625 + + 134 + + 74 + + + 10.406999588012695 + 208 + + + + + + 685.5999755859375 + 1188.81005859375 + + 134 + + 72 + + + 10.456999778747559 + 188 + + + + + + + 9.920000076293945 + 75 + 77 + 210 + 266 + + + + + 39.0 + 411.63 + 10.661999702453612 + 8 + + 135 + + + 137 + + Active + 95 + Manual + + + + 685.5999755859375 + 1188.81005859375 + + 134 + + 72 + + + 10.456999778747559 + 188 + + + + + + 685.7999877929688 + 1199.27001953125 + + 134 + + 72 + + + 10.456999778747559 + 191 + + + + + + 686.0 + 1209.72998046875 + + 134 + + 95 + + + 10.456999778747559 + 234 + + + + + + 686.4000244140625 + 1220.260009765625 + + 133 + + 83 + + + 10.532999992370605 + 225 + + + + + + 686.5999755859375 + 1230.9200439453125 + + 134 + + 74 + + + 10.661999702453613 + 256 + + + + + + 686.4000244140625 + 1241.5799560546875 + + 134 + + 76 + + + 10.661999702453613 + 195 + + + + + + 686.5999755859375 + 1252.18994140625 + + 134 + + 73 + + + 10.609999656677246 + 266 + + + + + + 686.4000244140625 + 1262.6800537109375 + + 134 + + 72 + + + 10.482000350952148 + 200 + + + + + + 686.0 + 1273.1300048828125 + + 134 + + 75 + + + 10.456999778747559 + 213 + + + + + + 685.7999877929688 + 1283.5899658203125 + + 134 + + 77 + + + 10.456999778747559 + 213 + + + + + + 686.0 + 1293.969970703125 + + 134 + + 77 + + + 10.381999969482422 + 243 + + + + + + 685.7999877929688 + 1304.56005859375 + + 134 + + 73 + + + 10.583999633789062 + 226 + + + + + + 685.5999755859375 + 1315.0899658203125 + + 134 + + 73 + + + 10.532999992370605 + 190 + + + + + + 685.7999877929688 + 1325.6199951171875 + + 134 + + 75 + + + 10.532999992370605 + 225 + + + + + + 685.7999877929688 + 1336.1800537109375 + + 134 + + 71 + + + 10.557999610900879 + 201 + + + + + + 685.4000244140625 + 1346.68994140625 + + 134 + + 70 + + + 10.506999969482422 + 224 + + + + + + 685.2000122070312 + 1357.1700439453125 + + 134 + + 72 + + + 10.482000350952148 + 220 + + + + + + 685.0 + 1367.550048828125 + + 134 + + 69 + + + 10.381999969482422 + 183 + + + + + + 685.0 + 1377.8299560546875 + + 134 + + 73 + + + 10.284000396728516 + 216 + + + + + + 685.4000244140625 + 1388.1700439453125 + + 134 + + 70 + + + 10.331999778747559 + 200 + + + + + + 685.5999755859375 + 1398.4000244140625 + + 134 + + 71 + + + 10.234999656677246 + 232 + + + + + + 685.5999755859375 + 1408.6099853515625 + + 135 + + 70 + + + 10.211000442504883 + 218 + + + + + + 685.7999877929688 + 1418.75 + + 135 + + 82 + + + 10.140000343322754 + 179 + + + + + + 686.0 + 1428.8499755859375 + + 135 + + 81 + + + 10.093000411987305 + 229 + + + + + + 685.4000244140625 + 1438.93994140625 + + 135 + + 68 + + + 10.093000411987305 + 262 + + + + + + 685.4000244140625 + 1449.030029296875 + + 135 + + 71 + + + 10.093000411987305 + 195 + + + + + + 685.5999755859375 + 1459.0799560546875 + + 136 + + 69 + + + 10.045999526977539 + 279 + + + + + + 685.5999755859375 + 1469.0799560546875 + + 135 + + 69 + + + 10.0 + 234 + + + + + + 685.5999755859375 + 1479.0799560546875 + + 136 + + 92 + + + 10.0 + 203 + + + + + + 685.7999877929688 + 1488.9000244140625 + + 135 + + 73 + + + 9.819000244140625 + 222 + + + + + + 686.0 + 1498.8499755859375 + + 136 + + 75 + + + 9.954000473022461 + 242 + + + + + + 686.0 + 1508.780029296875 + + 136 + + 81 + + + 9.930999755859375 + 206 + + + + + + 686.2000122070312 + 1518.7099609375 + + 136 + + 70 + + + 9.930999755859375 + 239 + + + + + + 686.4000244140625 + 1528.739990234375 + + 136 + + 71 + + + 10.02299976348877 + 237 + + + + + + 686.4000244140625 + 1538.8299560546875 + + 136 + + 70 + + + 10.093000411987305 + 192 + + + + + + 686.4000244140625 + 1548.9000244140625 + + 136 + + 70 + + + 10.069000244140625 + 215 + + + + + + 686.2000122070312 + 1559.1800537109375 + + 136 + + 70 + + + 10.284000396728516 + 220 + + + + + + 686.0 + 1569.469970703125 + + 136 + + 74 + + + 10.284000396728516 + 175 + + + + + + 685.7999877929688 + 1579.719970703125 + + 136 + + 72 + + + 10.258999824523926 + 215 + + + + + + 685.7999877929688 + 1589.97998046875 + + 137 + + 72 + + + 10.258999824523926 + 215 + + + + + + 685.7999877929688 + 1600.3199462890625 + + 137 + + 70 + + + 10.331999778747559 + 203 + + + + + + + 10.25100040435791 + 74 + 49 + 218 + 279 + + + + + 119.0 + 1234.78 + 10.687999725341797 + 26 + + 138 + + + 139 + + Active + 122 + Manual + + + + 685.7999877929688 + 1600.3199462890625 + + 137 + + 70 + + + 10.331999778747559 + 203 + + + + + + 686.0 + 1610.6700439453125 + + 137 + + 70 + + + 10.357000350952148 + 224 + + + + + + 686.2000122070312 + 1621.0999755859375 + + 136 + + 76 + + + 10.432000160217285 + 212 + + + + + + 686.4000244140625 + 1631.68994140625 + + 136 + + 79 + + + 10.583999633789062 + 208 + + + + + + 686.4000244140625 + 1642.219970703125 + + 136 + + 74 + + + 10.532999992370605 + 201 + + + + + + 686.7999877929688 + 1652.9100341796875 + + 136 + + 73 + + + 10.687999725341797 + 221 + + + + + + 686.7999877929688 + 1663.5699462890625 + + 136 + + 72 + + + 10.661999702453613 + 239 + + + + + + 686.5999755859375 + 1674.1300048828125 + + 136 + + 70 + + + 10.557999610900879 + 201 + + + + + + 686.4000244140625 + 1684.56005859375 + + 137 + + 70 + + + 10.432000160217285 + 216 + + + + + + 686.4000244140625 + 1695.0400390625 + + 137 + + 71 + + + 10.482000350952148 + 178 + + + + + + 686.2000122070312 + 1705.5799560546875 + + 137 + + 90 + + + 10.532999992370605 + 201 + + + + + + 686.0 + 1716.1600341796875 + + 137 + + 122 + + + 10.583999633789062 + 169 + + + + + + 685.7999877929688 + 1726.68994140625 + + 137 + + 94 + + + 10.532999992370605 + 203 + + + + + + 685.7999877929688 + 1737.1500244140625 + + 137 + + 74 + + + 10.456999778747559 + 202 + + + + + + 685.5999755859375 + 1747.47998046875 + + 138 + + 75 + + + 10.331999778747559 + 182 + + + + + + 685.5999755859375 + 1757.68994140625 + + 138 + + 73 + + + 10.211000442504883 + 242 + + + + + + 685.4000244140625 + 1767.8599853515625 + + 138 + + 70 + + + 10.163000106811523 + 230 + + + + + + 685.4000244140625 + 1777.969970703125 + + 138 + + 70 + + + 10.116000175476074 + 229 + + + + + + 685.2000122070312 + 1788.0899658203125 + + 138 + + 70 + + + 10.116000175476074 + 256 + + + + + + 685.4000244140625 + 1798.4000244140625 + + 138 + + 69 + + + 10.307999610900879 + 216 + + + + + + 685.5999755859375 + 1808.56005859375 + + 137 + + 69 + + + 10.163000106811523 + 247 + + + + + + 685.7999877929688 + 1818.8299560546875 + + 137 + + 68 + + + 10.258999824523926 + 232 + + + + + + 686.0 + 1829.010009765625 + + 137 + + 71 + + + 10.187000274658203 + 218 + + + + + + 686.0 + 1839.18994140625 + + 137 + + 72 + + + 10.187000274658203 + 265 + + + + + + 686.0 + 1849.4300537109375 + + 137 + + 71 + + + 10.234999656677246 + 239 + + + + + + 685.7999877929688 + 1859.6099853515625 + + 137 + + 70 + + + 10.187000274658203 + 245 + + + + + + 685.7999877929688 + 1869.72998046875 + + 137 + + 70 + + + 10.116000175476074 + 250 + + + + + + 685.7999877929688 + 1879.75 + + 136 + + 70 + + + 10.02299976348877 + 231 + + + + + + 686.2000122070312 + 1889.6600341796875 + + 136 + + 71 + + + 9.909000396728516 + 224 + + + + + + 686.2000122070312 + 1899.47998046875 + + 137 + + 65 + + + 9.819000244140625 + 236 + + + + + + 686.4000244140625 + 1909.3900146484375 + + 137 + + 68 + + + 9.909000396728516 + 228 + + + + + + 686.5999755859375 + 1919.3199462890625 + + 137 + + 76 + + + 9.930999755859375 + 198 + + + + + + 686.5999755859375 + 1929.3199462890625 + + 137 + + 75 + + + 10.0 + 230 + + + + + + 686.5999755859375 + 1939.3399658203125 + + 137 + + 70 + + + 10.02299976348877 + 197 + + + + + + 686.4000244140625 + 1949.4599609375 + + 138 + + 68 + + + 10.116000175476074 + 182 + + + + + + 686.4000244140625 + 1959.699951171875 + + 138 + + 73 + + + 10.234999656677246 + 239 + + + + + + 686.4000244140625 + 1969.9300537109375 + + 138 + + 73 + + + 10.234999656677246 + 256 + + + + + + 686.4000244140625 + 1980.1700439453125 + + 138 + + 70 + + + 10.234999656677246 + 204 + + + + + + 686.2000122070312 + 1990.52001953125 + + 138 + + 70 + + + 10.357000350952148 + 249 + + + + + + 686.4000244140625 + 2000.760009765625 + + 138 + + 70 + + + 10.234999656677246 + 219 + + + + + + 686.4000244140625 + 2011.239990234375 + + 138 + + 70 + + + 10.482000350952148 + 209 + + + + + + 686.4000244140625 + 2021.5699462890625 + + 139 + + 70 + + + 10.331999778747559 + 210 + + + + + + 686.4000244140625 + 2032.0999755859375 + + 139 + + 71 + + + 10.532999992370605 + 207 + + + + + + 686.2000122070312 + 2042.6099853515625 + + 138 + + 71 + + + 10.506999969482422 + 253 + + + + + + 686.0 + 2053.300048828125 + + 139 + + 72 + + + 10.687999725341797 + 200 + + + + + + 686.0 + 2063.989990234375 + + 139 + + 75 + + + 10.687999725341797 + 235 + + + + + + 686.0 + 2074.6201171875 + + 138 + + 74 + + + 10.63599967956543 + 220 + + + + + + 686.0 + 2085.159912109375 + + 139 + + 71 + + + 10.532999992370605 + 201 + + + + + + 686.2000122070312 + 2095.489990234375 + + 139 + + 71 + + + 10.331999778747559 + 203 + + + + + + 686.2000122070312 + 2105.85009765625 + + 139 + + 72 + + + 10.357000350952148 + 172 + + + + + + 686.2000122070312 + 2116.25 + + 139 + + 74 + + + 10.406999588012695 + 212 + + + + + + 686.4000244140625 + 2126.679931640625 + + 139 + + 72 + + + 10.432000160217285 + 180 + + + + + + 686.4000244140625 + 2137.1201171875 + + 139 + + 71 + + + 10.432000160217285 + 184 + + + + + + 686.4000244140625 + 2147.60009765625 + + 139 + + 74 + + + 10.482000350952148 + 164 + + + + + + 686.4000244140625 + 2158.06005859375 + + 139 + + 76 + + + 10.432000160217285 + 191 + + + + + + 686.4000244140625 + 2168.43994140625 + + 138 + + 75 + + + 10.406999588012695 + 246 + + + + + + 685.7999877929688 + 2178.820068359375 + + 138 + + 72 + + + 10.381999969482422 + 198 + + + + + + 685.7999877929688 + 2189.080078125 + + 138 + + 72 + + + 10.258999824523926 + 243 + + + + + + 685.5999755859375 + 2199.360107421875 + + 138 + + 71 + + + 10.284000396728516 + 271 + + + + + + 685.5999755859375 + 2209.64990234375 + + 138 + + 71 + + + 10.284000396728516 + 216 + + + + + + 685.7999877929688 + 2219.860107421875 + + 138 + + 71 + + + 10.211000442504883 + 248 + + + + + + 686.2000122070312 + 2230.0400390625 + + 138 + + 69 + + + 10.187000274658203 + 201 + + + + + + 686.2000122070312 + 2240.139892578125 + + 139 + + 70 + + + 10.093000411987305 + 202 + + + + + + 686.5999755859375 + 2250.179931640625 + + 139 + + 73 + + + 10.045999526977539 + 211 + + + + + + 686.7999877929688 + 2260.22998046875 + + 138 + + 73 + + + 10.045999526977539 + 194 + + + + + + 686.7999877929688 + 2270.280029296875 + + 138 + + 72 + + + 10.045999526977539 + 261 + + + + + + 686.7999877929688 + 2280.22998046875 + + 138 + + 70 + + + 9.954000473022461 + 259 + + + + + + 686.7999877929688 + 2290.030029296875 + + 138 + + 68 + + + 9.79699993133545 + 235 + + + + + + 686.7999877929688 + 2299.820068359375 + + 137 + + 71 + + + 9.79699993133545 + 219 + + + + + + 686.7999877929688 + 2309.469970703125 + + 137 + + 75 + + + 9.645000457763672 + 222 + + + + + + 687.0 + 2319.340087890625 + + 137 + + 73 + + + 9.86400032043457 + 250 + + + + + + 687.5999755859375 + 2329.3798828125 + + 137 + + 74 + + + 10.02299976348877 + 241 + + + + + + 688.0 + 2339.47998046875 + + 137 + + 84 + + + 10.116000175476074 + 246 + + + + + + 688.0 + 2349.429931640625 + + 137 + + 79 + + + 9.954000473022461 + 239 + + + + + + 687.7999877929688 + 2359.469970703125 + + 138 + + 67 + + + 10.045999526977539 + 221 + + + + + + 688.0 + 2369.5400390625 + + 138 + + 68 + + + 10.069000244140625 + 242 + + + + + + 687.4000244140625 + 2379.8701171875 + + 138 + + 70 + + + 10.331999778747559 + 248 + + + + + + 687.2000122070312 + 2390.010009765625 + + 138 + + 70 + + + 10.140000343322754 + 183 + + + + + + 687.2000122070312 + 2400.219970703125 + + 138 + + 70 + + + 10.211000442504883 + 214 + + + + + + 687.4000244140625 + 2410.530029296875 + + 138 + + 70 + + + 10.307999610900879 + 237 + + + + + + 687.5999755859375 + 2420.68994140625 + + 138 + + 73 + + + 10.163000106811523 + 190 + + + + + + 688.0 + 2431.0 + + 137 + + 77 + + + 10.307999610900879 + 248 + + + + + + 688.4000244140625 + 2441.4599609375 + + 137 + + 74 + + + 10.456999778747559 + 275 + + + + + + 688.5999755859375 + 2451.969970703125 + + 137 + + 71 + + + 10.506999969482422 + 270 + + + + + + 688.4000244140625 + 2462.5 + + 137 + + 71 + + + 10.532999992370605 + 264 + + + + + + 688.0 + 2473.18994140625 + + 138 + + 73 + + + 10.687999725341797 + 231 + + + + + + 687.7999877929688 + 2483.800048828125 + + 138 + + 74 + + + 10.609999656677246 + 244 + + + + + + 687.4000244140625 + 2494.280029296875 + + 137 + + 81 + + + 10.482000350952148 + 206 + + + + + + 687.0 + 2504.7900390625 + + 138 + + 85 + + + 10.506999969482422 + 277 + + + + + + 687.0 + 2515.27001953125 + + 138 + + 76 + + + 10.482000350952148 + 192 + + + + + + 687.0 + 2525.739990234375 + + 138 + + 72 + + + 10.456999778747559 + 223 + + + + + + 686.5999755859375 + 2536.360107421875 + + 138 + + 74 + + + 10.63599967956543 + 205 + + + + + + 686.5999755859375 + 2547.050048828125 + + 137 + + 76 + + + 10.687999725341797 + 189 + + + + + + 686.0 + 2557.6298828125 + + 137 + + 78 + + + 10.583999633789062 + 208 + + + + + + 685.5999755859375 + 2568.219970703125 + + 138 + + 77 + + + 10.583999633789062 + 208 + + + + + + 685.4000244140625 + 2578.830078125 + + 137 + + 75 + + + 10.609999656677246 + 223 + + + + + + 685.0 + 2589.409912109375 + + 137 + + 74 + + + 10.583999633789062 + 191 + + + + + + 684.5999755859375 + 2599.8701171875 + + 137 + + 74 + + + 10.456999778747559 + 245 + + + + + + 684.7999877929688 + 2610.3701171875 + + 137 + + 73 + + + 10.506999969482422 + 238 + + + + + + 684.7999877929688 + 2620.860107421875 + + 137 + + 72 + + + 10.482000350952148 + 248 + + + + + + 684.7999877929688 + 2631.340087890625 + + 137 + + 72 + + + 10.482000350952148 + 252 + + + + + + 684.7999877929688 + 2641.820068359375 + + 138 + + 78 + + + 10.482000350952148 + 185 + + + + + + 685.0 + 2652.22998046875 + + 138 + + 84 + + + 10.406999588012695 + 225 + + + + + + 685.2000122070312 + 2662.6298828125 + + 137 + + 77 + + + 10.406999588012695 + 188 + + + + + + 685.2000122070312 + 2673.070068359375 + + 138 + + 71 + + + 10.432000160217285 + 233 + + + + + + 685.2000122070312 + 2683.3798828125 + + 137 + + 74 + + + 10.307999610900879 + 233 + + + + + + 685.2000122070312 + 2693.610107421875 + + 138 + + 74 + + + 10.234999656677246 + 219 + + + + + + 685.4000244140625 + 2703.840087890625 + + 137 + + 70 + + + 10.234999656677246 + 219 + + + + + + 685.0 + 2713.639892578125 + + 138 + + 67 + + + 9.79699993133545 + 222 + + + + + + 685.4000244140625 + 2723.6201171875 + + 138 + + 68 + + + 9.97700023651123 + 199 + + + + + + 685.4000244140625 + 2733.739990234375 + + 138 + + 68 + + + 10.116000175476074 + 223 + + + + + + 685.7999877929688 + 2743.760009765625 + + 138 + + 74 + + + 10.02299976348877 + 214 + + + + + + 686.0 + 2753.760009765625 + + 138 + + 81 + + + 10.0 + 193 + + + + + + 686.4000244140625 + 2763.739990234375 + + 138 + + 76 + + + 9.97700023651123 + 216 + + + + + + 686.5999755859375 + 2773.800048828125 + + 139 + + 70 + + + 10.069000244140625 + 215 + + + + + + 686.7999877929688 + 2783.989990234375 + + 139 + + 69 + + + 10.187000274658203 + 180 + + + + + + 686.5999755859375 + 2794.1298828125 + + 138 + + 69 + + + 10.140000343322754 + 196 + + + + + + 686.7999877929688 + 2804.27001953125 + + 138 + + 72 + + + 10.140000343322754 + 206 + + + + + + 687.0 + 2814.47998046875 + + 139 + + 77 + + + 10.211000442504883 + 184 + + + + + + 687.4000244140625 + 2824.77001953125 + + 138 + + 77 + + + 10.284000396728516 + 247 + + + + + + 687.5999755859375 + 2835.10009765625 + + 138 + + 71 + + + 10.331999778747559 + 210 + + + + + + + 10.305000305175781 + 73 + 147 + 220 + 277 + + + + + 40.0 + 422.52 + 10.821000099182129 + 8 + + 138 + + + 139 + + Active + 91 + Manual + + + + 687.5999755859375 + 2835.10009765625 + + 138 + + 71 + + + 10.331999778747559 + 210 + + + + + + 687.7999877929688 + 2845.4599609375 + + 139 + + 69 + + + 10.357000350952148 + 221 + + + + + + 688.0 + 2855.9599609375 + + 138 + + 71 + + + 10.506999969482422 + 368 + + + + + + 687.4000244140625 + 2866.6201171875 + + 138 + + 72 + + + 10.661999702453613 + 249 + + + + + + 687.4000244140625 + 2877.449951171875 + + 139 + + 73 + + + 10.821000099182129 + 213 + + + + + + 687.2000122070312 + 2888.110107421875 + + 138 + + 75 + + + 10.661999702453613 + 263 + + + + + + 687.0 + 2898.820068359375 + + 139 + + 78 + + + 10.71399974822998 + 214 + + + + + + 686.7999877929688 + 2909.3798828125 + + 139 + + 79 + + + 10.557999610900879 + 239 + + + + + + 687.0 + 2919.81005859375 + + 139 + + 81 + + + 10.432000160217285 + 208 + + + + + + 687.0 + 2930.320068359375 + + 139 + + 80 + + + 10.506999969482422 + 214 + + + + + + 686.7999877929688 + 2940.929931640625 + + 138 + + 84 + + + 10.609999656677246 + 223 + + + + + + 686.7999877929688 + 2951.5400390625 + + 139 + + 91 + + + 10.609999656677246 + 198 + + + + + + 686.4000244140625 + 2962.1201171875 + + 138 + + 87 + + + 10.583999633789062 + 226 + + + + + + 686.2000122070312 + 2972.659912109375 + + 138 + + 81 + + + 10.532999992370605 + 218 + + + + + + 686.2000122070312 + 2983.320068359375 + + 138 + + 80 + + + 10.661999702453613 + 203 + + + + + + 686.0 + 2993.929931640625 + + 138 + + 82 + + + 10.609999656677246 + 202 + + + + + + 685.7999877929688 + 3004.510009765625 + + 138 + + 81 + + + 10.583999633789062 + 187 + + + + + + 685.7999877929688 + 3015.110107421875 + + 138 + + 80 + + + 10.583999633789062 + 191 + + + + + + 685.4000244140625 + 3025.47998046875 + + 138 + + 79 + + + 10.381999969482422 + 228 + + + + + + 685.2000122070312 + 3035.909912109375 + + 138 + + 78 + + + 10.432000160217285 + 236 + + + + + + 685.0 + 3046.2900390625 + + 138 + + 77 + + + 10.381999969482422 + 207 + + + + + + 684.7999877929688 + 3056.550048828125 + + 137 + + 77 + + + 10.258999824523926 + 205 + + + + + + 684.7999877929688 + 3066.739990234375 + + 137 + + 80 + + + 10.187000274658203 + 180 + + + + + + 684.5999755859375 + 3076.8798828125 + + 138 + + 80 + + + 10.140000343322754 + 244 + + + + + + 684.7999877929688 + 3087.090087890625 + + 137 + + 73 + + + 10.211000442504883 + 197 + + + + + + 684.7999877929688 + 3097.0400390625 + + 138 + + 75 + + + 9.954000473022461 + 262 + + + + + + 685.0 + 3107.0400390625 + + 138 + + 78 + + + 10.0 + 220 + + + + + + 685.0 + 3116.909912109375 + + 137 + + 77 + + + 9.86400032043457 + 266 + + + + + + 685.2000122070312 + 3126.860107421875 + + 138 + + 74 + + + 9.954000473022461 + 196 + + + + + + 685.2000122070312 + 3136.909912109375 + + 138 + + 75 + + + 10.045999526977539 + 215 + + + + + + 685.4000244140625 + 3146.949951171875 + + 138 + + 78 + + + 10.045999526977539 + 211 + + + + + + 685.5999755859375 + 3156.949951171875 + + 138 + + 81 + + + 10.0 + 200 + + + + + + 685.7999877929688 + 3167.0 + + 138 + + 79 + + + 10.045999526977539 + 184 + + + + + + 685.7999877929688 + 3176.820068359375 + + 138 + + 76 + + + 9.819000244140625 + 193 + + + + + + 686.0 + 3186.860107421875 + + 138 + + 76 + + + 10.045999526977539 + 228 + + + + + + 686.2000122070312 + 3196.7900390625 + + 138 + + 73 + + + 9.930999755859375 + 225 + + + + + + 686.2000122070312 + 3206.840087890625 + + 139 + + 74 + + + 10.045999526977539 + 201 + + + + + + 686.4000244140625 + 3216.909912109375 + + 138 + + 76 + + + 10.069000244140625 + 205 + + + + + + 686.2000122070312 + 3227.0 + + 139 + + 77 + + + 10.093000411987305 + 216 + + + + + + 686.4000244140625 + 3237.139892578125 + + 139 + + 75 + + + 10.140000343322754 + 230 + + + + + + 686.4000244140625 + 3247.280029296875 + + 138 + + 75 + + + 10.140000343322754 + 193 + + + + + + 686.5999755859375 + 3257.469970703125 + + 138 + + 78 + + + 10.187000274658203 + 214 + + + + + + + 10.375 + 78 + 53 + 219 + 368 + + + + + 157.0 + 1639.63 + 10.875 + 35 + + 140 + + + 142 + + Active + 102 + Manual + + + + 686.5999755859375 + 3257.469970703125 + + 138 + + 78 + + + 10.187000274658203 + 214 + + + + + + 686.4000244140625 + 3267.72998046875 + + 138 + + 89 + + + 10.258999824523926 + 215 + + + + + + 686.5999755859375 + 3278.18994140625 + + 138 + + 92 + + + 10.456999778747559 + 262 + + + + + + 686.5999755859375 + 3288.68994140625 + + 138 + + 76 + + + 10.506999969482422 + 246 + + + + + + 686.5999755859375 + 3299.14990234375 + + 137 + + 78 + + + 10.456999778747559 + 272 + + + + + + 686.7999877929688 + 3309.7099609375 + + 137 + + 78 + + + 10.557999610900879 + 243 + + + + + + 686.5999755859375 + 3320.159912109375 + + 138 + + 78 + + + 10.456999778747559 + 237 + + + + + + 686.7999877929688 + 3330.800048828125 + + 138 + + 78 + + + 10.63599967956543 + 241 + + + + + + 686.5999755859375 + 3341.280029296875 + + 138 + + 77 + + + 10.482000350952148 + 220 + + + + + + 686.4000244140625 + 3351.97998046875 + + 138 + + 77 + + + 10.661999702453613 + 195 + + + + + + 686.0 + 3362.739990234375 + + 138 + + 78 + + + 10.793999671936035 + 213 + + + + + + 686.2000122070312 + 3373.3701171875 + + 138 + + 78 + + + 10.63599967956543 + 203 + + + + + + 686.0 + 3383.969970703125 + + 139 + + 78 + + + 10.583999633789062 + 198 + + + + + + 686.0 + 3394.52001953125 + + 139 + + 81 + + + 10.557999610900879 + 239 + + + + + + 685.7999877929688 + 3405.070068359375 + + 139 + + 82 + + + 10.557999610900879 + 225 + + + + + + 685.4000244140625 + 3415.530029296875 + + 139 + + 83 + + + 10.456999778747559 + 223 + + + + + + 685.0 + 3425.909912109375 + + 140 + + 79 + + + 10.381999969482422 + 235 + + + + + + 684.5999755859375 + 3436.3701171875 + + 139 + + 78 + + + 10.456999778747559 + 209 + + + + + + 684.5999755859375 + 3446.780029296875 + + 140 + + 77 + + + 10.406999588012695 + 236 + + + + + + 684.5999755859375 + 3457.159912109375 + + 140 + + 81 + + + 10.381999969482422 + 190 + + + + + + 684.7999877929688 + 3467.419921875 + + 140 + + 98 + + + 10.258999824523926 + 215 + + + + + + 685.5999755859375 + 3477.679931640625 + + 140 + + 101 + + + 10.258999824523926 + 236 + + + + + + 686.0 + 3487.93994140625 + + 140 + + 78 + + + 10.258999824523926 + 236 + + + + + + 686.7999877929688 + 3498.18994140625 + + 140 + + 83 + + + 10.258999824523926 + 253 + + + + + + 687.5999755859375 + 3508.409912109375 + + 140 + + 100 + + + 10.211000442504883 + 231 + + + + + + 688.0 + 3518.52001953125 + + 140 + + 85 + + + 10.116000175476074 + 260 + + + + + + 688.4000244140625 + 3528.47998046875 + + 140 + + 98 + + + 9.954000473022461 + 223 + + + + + + 688.5999755859375 + 3538.3798828125 + + 140 + + 84 + + + 9.909000396728516 + 248 + + + + + + 688.5999755859375 + 3548.47998046875 + + 140 + + 74 + + + 10.093000411987305 + 229 + + + + + + 688.5999755859375 + 3558.6201171875 + + 140 + + 75 + + + 10.140000343322754 + 267 + + + + + + 687.7999877929688 + 3568.72998046875 + + 140 + + 87 + + + 10.116000175476074 + 202 + + + + + + 687.4000244140625 + 3578.85009765625 + + 140 + + 86 + + + 10.116000175476074 + 243 + + + + + + 686.7999877929688 + 3588.989990234375 + + 140 + + 81 + + + 10.140000343322754 + 217 + + + + + + 686.5999755859375 + 3599.27001953125 + + 141 + + 76 + + + 10.284000396728516 + 258 + + + + + + 686.2000122070312 + 3609.659912109375 + + 141 + + 76 + + + 10.381999969482422 + 222 + + + + + + 686.2000122070312 + 3620.010009765625 + + 141 + + 84 + + + 10.357000350952148 + 256 + + + + + + 686.2000122070312 + 3630.469970703125 + + 141 + + 79 + + + 10.456999778747559 + 262 + + + + + + 686.4000244140625 + 3641.030029296875 + + 140 + + 83 + + + 10.557999610900879 + 243 + + + + + + 686.4000244140625 + 3651.739990234375 + + 141 + + 86 + + + 10.71399974822998 + 225 + + + + + + 686.0 + 3662.280029296875 + + 141 + + 86 + + + 10.532999992370605 + 190 + + + + + + 686.0 + 3672.909912109375 + + 141 + + 80 + + + 10.63599967956543 + 205 + + + + + + 685.7999877929688 + 3683.570068359375 + + 141 + + 78 + + + 10.661999702453613 + 203 + + + + + + 685.5999755859375 + 3694.340087890625 + + 141 + + 76 + + + 10.767000198364258 + 190 + + + + + + 685.4000244140625 + 3705.110107421875 + + 141 + + 79 + + + 10.767000198364258 + 190 + + + + + + 685.2000122070312 + 3715.800048828125 + + 141 + + 82 + + + 10.687999725341797 + 250 + + + + + + 685.4000244140625 + 3726.47998046875 + + 141 + + 82 + + + 10.687999725341797 + 242 + + + + + + 685.5999755859375 + 3737.1201171875 + + 141 + + 82 + + + 10.63599967956543 + 220 + + + + + + 685.7999877929688 + 3747.81005859375 + + 141 + + 82 + + + 10.687999725341797 + 221 + + + + + + 686.0 + 3758.52001953125 + + 142 + + 82 + + + 10.71399974822998 + 214 + + + + + + 686.0 + 3769.340087890625 + + 142 + + 81 + + + 10.821000099182129 + 209 + + + + + + 685.7999877929688 + 3780.219970703125 + + 141 + + 84 + + + 10.875 + 203 + + + + + + 685.2000122070312 + 3791.090087890625 + + 142 + + 82 + + + 10.875 + 203 + + + + + + 684.7999877929688 + 3801.780029296875 + + 141 + + 80 + + + 10.687999725341797 + 210 + + + + + + 684.5999755859375 + 3812.340087890625 + + 141 + + 79 + + + 10.557999610900879 + 183 + + + + + + 684.4000244140625 + 3822.840087890625 + + 142 + + 80 + + + 10.506999969482422 + 231 + + + + + + 684.2000122070312 + 3833.330078125 + + 142 + + 78 + + + 10.482000350952148 + 227 + + + + + + 684.4000244140625 + 3843.719970703125 + + 141 + + 78 + + + 10.381999969482422 + 225 + + + + + + 684.4000244140625 + 3854.1201171875 + + 141 + + 83 + + + 10.406999588012695 + 264 + + + + + + 684.2000122070312 + 3864.52001953125 + + 141 + + 80 + + + 10.406999588012695 + 246 + + + + + + 684.2000122070312 + 3874.929931640625 + + 141 + + 77 + + + 10.406999588012695 + 240 + + + + + + 684.2000122070312 + 3885.2900390625 + + 141 + + 78 + + + 10.357000350952148 + 217 + + + + + + 684.2000122070312 + 3895.590087890625 + + 141 + + 78 + + + 10.307999610900879 + 244 + + + + + + 684.2000122070312 + 3905.8798828125 + + 141 + + 81 + + + 10.284000396728516 + 247 + + + + + + 684.2000122070312 + 3916.18994140625 + + 141 + + 74 + + + 10.307999610900879 + 216 + + + + + + 684.4000244140625 + 3926.39990234375 + + 141 + + 76 + + + 10.211000442504883 + 262 + + + + + + 684.4000244140625 + 3936.489990234375 + + 140 + + 77 + + + 10.093000411987305 + 218 + + + + + + 684.5999755859375 + 3946.469970703125 + + 140 + + 74 + + + 9.97700023651123 + 277 + + + + + + 684.7999877929688 + 3956.580078125 + + 140 + + 72 + + + 10.116000175476074 + 229 + + + + + + 685.0 + 3966.6298828125 + + 140 + + 74 + + + 10.045999526977539 + 288 + + + + + + 685.5999755859375 + 3976.679931640625 + + 140 + + 76 + + + 10.045999526977539 + 221 + + + + + + 685.7999877929688 + 3987.030029296875 + + 140 + + 75 + + + 10.357000350952148 + 252 + + + + + + 686.0 + 3997.389892578125 + + 140 + + 80 + + + 10.357000350952148 + 190 + + + + + + 686.0 + 4007.64990234375 + + 140 + + 76 + + + 10.258999824523926 + 202 + + + + + + 685.7999877929688 + 4018.010009765625 + + 140 + + 74 + + + 10.357000350952148 + 187 + + + + + + 685.5999755859375 + 4028.409912109375 + + 139 + + 74 + + + 10.406999588012695 + 222 + + + + + + 685.7999877929688 + 4038.77001953125 + + 140 + + 78 + + + 10.357000350952148 + 245 + + + + + + 686.0 + 4049.179931640625 + + 140 + + 79 + + + 10.406999588012695 + 212 + + + + + + 686.0 + 4059.659912109375 + + 140 + + 77 + + + 10.482000350952148 + 255 + + + + + + 686.2000122070312 + 4070.27001953125 + + 140 + + 76 + + + 10.609999656677246 + 244 + + + + + + 686.2000122070312 + 4080.89990234375 + + 139 + + 78 + + + 10.63599967956543 + 192 + + + + + + 686.4000244140625 + 4091.5400390625 + + 139 + + 79 + + + 10.63599967956543 + 234 + + + + + + 686.5999755859375 + 4102.259765625 + + 139 + + 82 + + + 10.71399974822998 + 222 + + + + + + 686.7999877929688 + 4113.02001953125 + + 140 + + 79 + + + 10.767000198364258 + 208 + + + + + + 686.7999877929688 + 4123.740234375 + + 140 + + 81 + + + 10.71399974822998 + 229 + + + + + + 686.7999877929688 + 4134.35009765625 + + 141 + + 83 + + + 10.609999656677246 + 237 + + + + + + 686.4000244140625 + 4144.85009765625 + + 140 + + 81 + + + 10.506999969482422 + 255 + + + + + + 686.4000244140625 + 4155.27978515625 + + 140 + + 80 + + + 10.432000160217285 + 244 + + + + + + 686.0 + 4165.83984375 + + 141 + + 82 + + + 10.557999610900879 + 225 + + + + + + 686.0 + 4176.25 + + 141 + + 78 + + + 10.406999588012695 + 212 + + + + + + 686.0 + 4186.81005859375 + + 141 + + 82 + + + 10.557999610900879 + 197 + + + + + + 686.2000122070312 + 4197.43994140625 + + 141 + + 84 + + + 10.63599967956543 + 174 + + + + + + 685.7999877929688 + 4208.16015625 + + 141 + + 77 + + + 10.71399974822998 + 193 + + + + + + 685.5999755859375 + 4218.68994140625 + + 140 + + 78 + + + 10.532999992370605 + 210 + + + + + + 685.2000122070312 + 4229.27001953125 + + 141 + + 78 + + + 10.583999633789062 + 198 + + + + + + 685.0 + 4239.77978515625 + + 141 + + 78 + + + 10.506999969482422 + 210 + + + + + + 684.5999755859375 + 4250.18994140625 + + 140 + + 76 + + + 10.406999588012695 + 184 + + + + + + 684.4000244140625 + 4260.5498046875 + + 140 + + 78 + + + 10.357000350952148 + 197 + + + + + + 684.2000122070312 + 4270.85009765625 + + 140 + + 79 + + + 10.307999610900879 + 192 + + + + + + 684.0 + 4281.16015625 + + 140 + + 100 + + + 10.307999610900879 + 199 + + + + + + 684.5999755859375 + 4291.259765625 + + 140 + + 102 + + + 10.093000411987305 + 222 + + + + + + 686.0 + 4301.35009765625 + + 141 + + 77 + + + 10.093000411987305 + 212 + + + + + + 686.4000244140625 + 4311.43994140625 + + 140 + + 75 + + + 10.093000411987305 + 289 + + + + + + 686.7999877929688 + 4321.6298828125 + + 140 + + 74 + + + 10.187000274658203 + 241 + + + + + + 686.7999877929688 + 4331.83984375 + + 140 + + 75 + + + 10.211000442504883 + 307 + + + + + + 686.5999755859375 + 4342.1201171875 + + 141 + + 77 + + + 10.284000396728516 + 230 + + + + + + 685.4000244140625 + 4352.10009765625 + + 141 + + 75 + + + 9.97700023651123 + 253 + + + + + + 685.0 + 4362.10009765625 + + 141 + + 74 + + + 10.0 + 200 + + + + + + 684.7999877929688 + 4372.169921875 + + 141 + + 74 + + + 10.069000244140625 + 222 + + + + + + 684.5999755859375 + 4382.240234375 + + 141 + + 71 + + + 10.069000244140625 + 184 + + + + + + 684.4000244140625 + 4392.240234375 + + 141 + + 70 + + + 10.0 + 234 + + + + + + 684.4000244140625 + 4402.31005859375 + + 141 + + 71 + + + 10.069000244140625 + 218 + + + + + + 684.5999755859375 + 4412.52001953125 + + 141 + + 74 + + + 10.211000442504883 + 235 + + + + + + 684.7999877929688 + 4422.7099609375 + + 141 + + 78 + + + 10.187000274658203 + 201 + + + + + + 684.5999755859375 + 4433.009765625 + + 141 + + 76 + + + 10.307999610900879 + 196 + + + + + + 684.7999877929688 + 4443.31982421875 + + 141 + + 76 + + + 10.307999610900879 + 223 + + + + + + 684.5999755859375 + 4453.47998046875 + + 140 + + 76 + + + 10.163000106811523 + 213 + + + + + + 684.5999755859375 + 4463.77978515625 + + 141 + + 77 + + + 10.258999824523926 + 222 + + + + + + 684.5999755859375 + 4474.080078125 + + 140 + + 76 + + + 10.307999610900879 + 206 + + + + + + 684.5999755859375 + 4484.43017578125 + + 140 + + 76 + + + 10.357000350952148 + 259 + + + + + + 684.5999755859375 + 4494.77978515625 + + 140 + + 75 + + + 10.357000350952148 + 183 + + + + + + 684.4000244140625 + 4505.2001953125 + + 140 + + 76 + + + 10.432000160217285 + 240 + + + + + + 684.5999755859375 + 4515.68017578125 + + 140 + + 74 + + + 10.482000350952148 + 248 + + + + + + 684.5999755859375 + 4526.2099609375 + + 139 + + 75 + + + 10.532999992370605 + 203 + + + + + + 684.7999877929688 + 4536.77001953125 + + 140 + + 81 + + + 10.557999610900879 + 254 + + + + + + 685.0 + 4547.330078125 + + 139 + + 83 + + + 10.557999610900879 + 254 + + + + + + 685.2000122070312 + 4557.89013671875 + + 139 + + 78 + + + 10.545000076293945 + 239 + + + + + + 685.2000122070312 + 4568.419921875 + + 139 + + 75 + + + 10.506999969482422 + 224 + + + + + + 685.4000244140625 + 4578.9599609375 + + 139 + + 75 + + + 10.557999610900879 + 239 + + + + + + 685.2000122070312 + 4589.3701171875 + + 139 + + 72 + + + 10.432000160217285 + 264 + + + + + + 685.0 + 4599.89990234375 + + 140 + + 77 + + + 10.532999992370605 + 239 + + + + + + 684.7999877929688 + 4610.490234375 + + 139 + + 79 + + + 10.583999633789062 + 244 + + + + + + 684.4000244140625 + 4621.10009765625 + + 139 + + 82 + + + 10.609999656677246 + 237 + + + + + + 684.4000244140625 + 4631.7099609375 + + 139 + + 78 + + + 10.609999656677246 + 240 + + + + + + 684.0 + 4642.31982421875 + + 139 + + 79 + + + 10.609999656677246 + 230 + + + + + + 683.5999755859375 + 4652.85009765625 + + 139 + + 76 + + + 10.532999992370605 + 193 + + + + + + 683.2000122070312 + 4663.22998046875 + + 139 + + 77 + + + 10.381999969482422 + 207 + + + + + + 683.0 + 4673.60986328125 + + 139 + + 77 + + + 10.381999969482422 + 211 + + + + + + 682.7999877929688 + 4684.10009765625 + + 139 + + 76 + + + 10.482000350952148 + 245 + + + + + + 682.7999877929688 + 4694.39990234375 + + 139 + + 76 + + + 10.307999610900879 + 272 + + + + + + 682.7999877929688 + 4704.68994140625 + + 139 + + 77 + + + 10.284000396728516 + 188 + + + + + + 682.7999877929688 + 4714.9501953125 + + 139 + + 80 + + + 10.258999824523926 + 253 + + + + + + 683.0 + 4725.22998046875 + + 138 + + 76 + + + 10.284000396728516 + 247 + + + + + + 683.0 + 4735.47021484375 + + 138 + + 76 + + + 10.234999656677246 + 232 + + + + + + 683.2000122070312 + 4745.60986328125 + + 139 + + 77 + + + 10.140000343322754 + 237 + + + + + + 683.4000244140625 + 4755.580078125 + + 138 + + 75 + + + 9.97700023651123 + 220 + + + + + + 683.4000244140625 + 4765.39990234375 + + 138 + + 75 + + + 9.819000244140625 + 232 + + + + + + 683.5999755859375 + 4775.27001953125 + + 138 + + 73 + + + 9.86400032043457 + 231 + + + + + + 683.7999877929688 + 4785.2900390625 + + 138 + + 75 + + + 10.02299976348877 + 200 + + + + + + 684.2000122070312 + 4795.3798828125 + + 138 + + 79 + + + 10.093000411987305 + 229 + + + + + + 684.4000244140625 + 4805.39990234375 + + 138 + + 76 + + + 10.02299976348877 + 224 + + + + + + 684.7999877929688 + 4815.43017578125 + + 138 + + 76 + + + 10.02299976348877 + 241 + + + + + + 685.0 + 4825.52001953125 + + 139 + + 102 + + + 10.093000411987305 + 222 + + + + + + 684.7999877929688 + 4835.60986328125 + + 139 + + 85 + + + 10.093000411987305 + 229 + + + + + + 684.5999755859375 + 4845.85009765625 + + 139 + + 77 + + + 10.234999656677246 + 256 + + + + + + 684.7999877929688 + 4856.10986328125 + + 140 + + 77 + + + 10.258999824523926 + 232 + + + + + + 684.5999755859375 + 4866.33984375 + + 140 + + 80 + + + 10.234999656677246 + 232 + + + + + + 684.7999877929688 + 4876.60009765625 + + 140 + + 80 + + + 10.258999824523926 + 202 + + + + + + 684.7999877929688 + 4886.91015625 + + 140 + + 77 + + + 10.307999610900879 + 237 + + + + + + 684.7999877929688 + 4897.259765625 + + 140 + + 78 + + + 10.307999610900879 + 169 + + + + + + + 10.371999740600586 + 79 + 209 + 227 + 307 + + + + + 78.0 + 821.4 + 10.875 + 16 + + 142 + + + 143 + + Active + 106 + Manual + + + + 684.7999877929688 + 4897.259765625 + + 140 + + 78 + + + 10.307999610900879 + 169 + + + + + + 684.7999877929688 + 4907.52978515625 + + 141 + + 80 + + + 10.307999610900879 + 203 + + + + + + 685.2000122070312 + 4917.91015625 + + 141 + + 79 + + + 10.381999969482422 + 239 + + + + + + 686.4000244140625 + 4928.41015625 + + 140 + + 79 + + + 10.506999969482422 + 189 + + + + + + 686.4000244140625 + 4938.8701171875 + + 141 + + 80 + + + 10.456999778747559 + 279 + + + + + + 686.5999755859375 + 4949.3798828125 + + 141 + + 78 + + + 10.506999969482422 + 200 + + + + + + 686.7999877929688 + 4959.89013671875 + + 141 + + 77 + + + 10.506999969482422 + 227 + + + + + + 686.5999755859375 + 4970.0498046875 + + 140 + + 78 + + + 10.163000106811523 + 230 + + + + + + 685.2000122070312 + 4980.31005859375 + + 141 + + 80 + + + 10.258999824523926 + 222 + + + + + + 685.2000122070312 + 4990.66015625 + + 141 + + 77 + + + 10.357000350952148 + 290 + + + + + + 685.2000122070312 + 5001.2998046875 + + 141 + + 81 + + + 10.63599967956543 + 188 + + + + + + 685.0 + 5012.06982421875 + + 141 + + 83 + + + 10.767000198364258 + 190 + + + + + + 685.0 + 5022.68017578125 + + 141 + + 77 + + + 10.609999656677246 + 191 + + + + + + 685.0 + 5033.06005859375 + + 142 + + 81 + + + 10.381999969482422 + 194 + + + + + + 685.0 + 5043.56982421875 + + 142 + + 83 + + + 10.506999969482422 + 214 + + + + + + 684.7999877929688 + 5054.0498046875 + + 142 + + 79 + + + 10.482000350952148 + 172 + + + + + + 684.7999877929688 + 5064.52978515625 + + 142 + + 78 + + + 10.482000350952148 + 185 + + + + + + 684.7999877929688 + 5074.93994140625 + + 142 + + 75 + + + 10.406999588012695 + 212 + + + + + + 684.7999877929688 + 5085.52001953125 + + 143 + + 78 + + + 10.583999633789062 + 202 + + + + + + 684.5999755859375 + 5095.85009765625 + + 143 + + 78 + + + 10.331999778747559 + 276 + + + + + + 684.4000244140625 + 5106.41015625 + + 143 + + 77 + + + 10.557999610900879 + 211 + + + + + + 684.4000244140625 + 5116.77001953125 + + 143 + + 80 + + + 10.357000350952148 + 235 + + + + + + 684.4000244140625 + 5127.080078125 + + 143 + + 80 + + + 10.307999610900879 + 251 + + + + + + 684.2000122070312 + 5137.43017578125 + + 143 + + 77 + + + 10.357000350952148 + 252 + + + + + + 684.2000122070312 + 5147.83984375 + + 143 + + 79 + + + 10.406999588012695 + 274 + + + + + + 684.0 + 5157.97998046875 + + 143 + + 80 + + + 10.140000343322754 + 217 + + + + + + 684.0 + 5168.18994140625 + + 143 + + 79 + + + 10.211000442504883 + 256 + + + + + + 683.5999755859375 + 5178.10009765625 + + 143 + + 75 + + + 9.909000396728516 + 198 + + + + + + 683.4000244140625 + 5188.02978515625 + + 143 + + 76 + + + 9.930999755859375 + 239 + + + + + + 683.4000244140625 + 5197.990234375 + + 143 + + 77 + + + 9.954000473022461 + 219 + + + + + + 683.5999755859375 + 5208.0498046875 + + 143 + + 77 + + + 10.069000244140625 + 228 + + + + + + 683.7999877929688 + 5218.14990234375 + + 143 + + 75 + + + 10.093000411987305 + 202 + + + + + + 684.2000122070312 + 5228.259765625 + + 143 + + 82 + + + 10.116000175476074 + 219 + + + + + + 684.4000244140625 + 5238.35986328125 + + 142 + + 92 + + + 10.093000411987305 + 182 + + + + + + 684.4000244140625 + 5248.6201171875 + + 143 + + 77 + + + 10.258999824523926 + 240 + + + + + + 684.2000122070312 + 5259.080078125 + + 142 + + 75 + + + 10.456999778747559 + 262 + + + + + + 684.2000122070312 + 5269.52978515625 + + 142 + + 80 + + + 10.432000160217285 + 216 + + + + + + 683.7999877929688 + 5279.89990234375 + + 142 + + 79 + + + 10.381999969482422 + 207 + + + + + + 683.7999877929688 + 5290.419921875 + + 143 + + 79 + + + 10.532999992370605 + 218 + + + + + + 683.5999755859375 + 5300.9501953125 + + 143 + + 81 + + + 10.532999992370605 + 232 + + + + + + 683.4000244140625 + 5311.490234375 + + 142 + + 80 + + + 10.532999992370605 + 218 + + + + + + 683.4000244140625 + 5322.02001953125 + + 142 + + 79 + + + 10.532999992370605 + 218 + + + + + + 683.2000122070312 + 5332.5498046875 + + 143 + + 78 + + + 10.532999992370605 + 253 + + + + + + 683.0 + 5343.16015625 + + 142 + + 83 + + + 10.609999656677246 + 198 + + + + + + 683.2000122070312 + 5353.77001953125 + + 142 + + 88 + + + 10.609999656677246 + 198 + + + + + + 683.2000122070312 + 5364.2998046875 + + 142 + + 82 + + + 10.532999992370605 + 264 + + + + + + 683.4000244140625 + 5374.7900390625 + + 142 + + 80 + + + 10.482000350952148 + 248 + + + + + + 683.5999755859375 + 5385.14013671875 + + 143 + + 78 + + + 10.357000350952148 + 245 + + + + + + 683.7999877929688 + 5395.60009765625 + + 143 + + 75 + + + 10.456999778747559 + 245 + + + + + + 684.0 + 5406.06005859375 + + 142 + + 77 + + + 10.456999778747559 + 217 + + + + + + 683.5999755859375 + 5416.68994140625 + + 143 + + 78 + + + 10.63599967956543 + 238 + + + + + + 683.5999755859375 + 5427.56982421875 + + 143 + + 80 + + + 10.875 + 192 + + + + + + 683.2000122070312 + 5438.27978515625 + + 143 + + 83 + + + 10.71399974822998 + 225 + + + + + + 682.7999877929688 + 5449.080078125 + + 143 + + 89 + + + 10.793999671936035 + 244 + + + + + + 682.7999877929688 + 5459.83984375 + + 142 + + 83 + + + 10.767000198364258 + 208 + + + + + + 682.7999877929688 + 5470.52978515625 + + 142 + + 82 + + + 10.687999725341797 + 196 + + + + + + 682.5999755859375 + 5481.22021484375 + + 142 + + 79 + + + 10.687999725341797 + 196 + + + + + + 682.4000244140625 + 5491.7900390625 + + 142 + + 97 + + + 10.571000099182129 + 225 + + + + + + 682.2000122070312 + 5502.35009765625 + + 142 + + 106 + + + 10.557999610900879 + 250 + + + + + + 683.0 + 5512.830078125 + + 141 + + 78 + + + 10.482000350952148 + 287 + + + + + + 682.5999755859375 + 5523.2900390625 + + 142 + + 78 + + + 10.456999778747559 + 237 + + + + + + 682.0 + 5533.669921875 + + 141 + + 77 + + + 10.381999969482422 + 288 + + + + + + 682.0 + 5544.10009765625 + + 142 + + 77 + + + 10.432000160217285 + 320 + + + + + + 681.5999755859375 + 5554.56005859375 + + 142 + + 77 + + + 10.456999778747559 + 251 + + + + + + 680.7999877929688 + 5564.919921875 + + 141 + + 77 + + + 10.357000350952148 + 287 + + + + + + 680.7999877929688 + 5575.169921875 + + 142 + + 77 + + + 10.258999824523926 + 232 + + + + + + 680.5999755859375 + 5585.35986328125 + + 142 + + 76 + + + 10.187000274658203 + 283 + + + + + + 680.5999755859375 + 5595.41015625 + + 142 + + 74 + + + 10.045999526977539 + 211 + + + + + + 680.7999877929688 + 5605.5 + + 142 + + 74 + + + 10.093000411987305 + 232 + + + + + + 681.0 + 5615.6201171875 + + 143 + + 87 + + + 10.116000175476074 + 202 + + + + + + 681.4000244140625 + 5625.66015625 + + 143 + + 91 + + + 10.045999526977539 + 265 + + + + + + 682.2000122070312 + 5635.89990234375 + + 143 + + 85 + + + 10.234999656677246 + 181 + + + + + + 682.4000244140625 + 5645.97021484375 + + 143 + + 86 + + + 10.069000244140625 + 205 + + + + + + 682.4000244140625 + 5656.27001953125 + + 142 + + 80 + + + 10.307999610900879 + 192 + + + + + + 682.5999755859375 + 5666.6298828125 + + 142 + + 75 + + + 10.357000350952148 + 217 + + + + + + 682.4000244140625 + 5676.9599609375 + + 143 + + 76 + + + 10.331999778747559 + 234 + + + + + + 682.5999755859375 + 5687.35009765625 + + 142 + + 78 + + + 10.381999969482422 + 198 + + + + + + 682.5999755859375 + 5697.77978515625 + + 143 + + 82 + + + 10.432000160217285 + 216 + + + + + + 682.5999755859375 + 5708.31005859375 + + 143 + + 86 + + + 10.532999992370605 + 236 + + + + + + 682.7999877929688 + 5718.89013671875 + + 142 + + 84 + + + 10.583999633789062 + 229 + + + + + + + 10.416999816894531 + 80 + 105 + 226 + 320 + + + + + 197.0 + 2080.2 + 10.902000427246094 + 45 + + 143 + + + 146 + + Active + 106 + Manual + + + + 682.7999877929688 + 5718.89013671875 + + 142 + + 84 + + + 10.583999633789062 + 229 + + + + + + 682.7999877929688 + 5729.52978515625 + + 142 + + 80 + + + 10.63599967956543 + 276 + + + + + + 683.0 + 5740.3798828125 + + 143 + + 79 + + + 10.847999572753906 + 290 + + + + + + 683.5999755859375 + 5751.169921875 + + 143 + + 78 + + + 10.793999671936035 + 255 + + + + + + 683.4000244140625 + 5762.10009765625 + + 143 + + 79 + + + 10.902000427246094 + 273 + + + + + + 683.5999755859375 + 5772.8701171875 + + 142 + + 77 + + + 10.793999671936035 + 230 + + + + + + 683.7999877929688 + 5783.5 + + 142 + + 74 + + + 10.63599967956543 + 259 + + + + + + 683.5999755859375 + 5794.14013671875 + + 142 + + 74 + + + 10.63599967956543 + 259 + + + + + + 682.7999877929688 + 5804.830078125 + + 143 + + 81 + + + 10.687999725341797 + 196 + + + + + + 682.7999877929688 + 5815.7001953125 + + 143 + + 84 + + + 10.875 + 246 + + + + + + 683.0 + 5826.5498046875 + + 143 + + 82 + + + 10.847999572753906 + 217 + + + + + + 682.7999877929688 + 5837.43017578125 + + 143 + + 83 + + + 10.875 + 188 + + + + + + 683.0 + 5848.25 + + 144 + + 96 + + + 10.821000099182129 + 202 + + + + + + 682.7999877929688 + 5859.06982421875 + + 143 + + 96 + + + 10.821000099182129 + 260 + + + + + + 682.5999755859375 + 5869.89013671875 + + 143 + + 81 + + + 10.821000099182129 + 224 + + + + + + 682.4000244140625 + 5880.580078125 + + 143 + + 79 + + + 10.687999725341797 + 206 + + + + + + 682.0 + 5891.10986328125 + + 143 + + 81 + + + 10.532999992370605 + 249 + + + + + + 681.4000244140625 + 5901.64013671875 + + 143 + + 80 + + + 10.532999992370605 + 207 + + + + + + 681.4000244140625 + 5912.14990234375 + + 143 + + 78 + + + 10.506999969482422 + 214 + + + + + + 681.4000244140625 + 5922.580078125 + + 143 + + 80 + + + 10.432000160217285 + 236 + + + + + + 681.2000122070312 + 5932.990234375 + + 143 + + 80 + + + 10.406999588012695 + 201 + + + + + + 681.0 + 5943.25 + + 143 + + 78 + + + 10.258999824523926 + 222 + + + + + + 681.2000122070312 + 5953.47998046875 + + 143 + + 78 + + + 10.234999656677246 + 202 + + + + + + 681.4000244140625 + 5963.68994140625 + + 144 + + 77 + + + 10.211000442504883 + 239 + + + + + + 681.4000244140625 + 5973.8798828125 + + 144 + + 77 + + + 10.187000274658203 + 283 + + + + + + 681.5999755859375 + 5983.93017578125 + + 144 + + 77 + + + 10.045999526977539 + 215 + + + + + + 681.7999877929688 + 5993.7001953125 + + 144 + + 74 + + + 9.774999618530273 + 215 + + + + + + 682.4000244140625 + 6003.35009765625 + + 144 + + 72 + + + 9.645000457763672 + 276 + + + + + + 682.5999755859375 + 6013.080078125 + + 144 + + 74 + + + 9.730999946594238 + 234 + + + + + + 682.7999877929688 + 6023.10009765625 + + 143 + + 72 + + + 9.97700023651123 + 246 + + + + + + 683.2000122070312 + 6033.080078125 + + 143 + + 73 + + + 10.02299976348877 + 204 + + + + + + 683.2000122070312 + 6043.240234375 + + 143 + + 77 + + + 10.163000106811523 + 238 + + + + + + 683.2000122070312 + 6053.5 + + 144 + + 77 + + + 10.258999824523926 + 177 + + + + + + 683.4000244140625 + 6063.759765625 + + 144 + + 80 + + + 10.258999824523926 + 177 + + + + + + 683.4000244140625 + 6074.08984375 + + 144 + + 78 + + + 10.331999778747559 + 287 + + + + + + 683.2000122070312 + 6084.419921875 + + 145 + + 78 + + + 10.331999778747559 + 287 + + + + + + 683.2000122070312 + 6094.77978515625 + + 145 + + 86 + + + 10.357000350952148 + 224 + + + + + + 683.4000244140625 + 6105.2900390625 + + 145 + + 82 + + + 10.482000350952148 + 224 + + + + + + 683.5999755859375 + 6115.89990234375 + + 145 + + 75 + + + 10.63599967956543 + 295 + + + + + + 683.5999755859375 + 6126.58984375 + + 145 + + 78 + + + 10.687999725341797 + 228 + + + + + + 683.5999755859375 + 6137.35009765625 + + 145 + + 78 + + + 10.767000198364258 + 219 + + + + + + 683.7999877929688 + 6148.2001953125 + + 145 + + 78 + + + 10.847999572753906 + 286 + + + + + + 683.4000244140625 + 6159.080078125 + + 145 + + 80 + + + 10.875 + 192 + + + + + + 683.2000122070312 + 6169.97998046875 + + 145 + + 81 + + + 10.902000427246094 + 178 + + + + + + 682.7999877929688 + 6180.85009765625 + + 146 + + 79 + + + 10.875 + 235 + + + + + + 682.5999755859375 + 6191.64990234375 + + 145 + + 81 + + + 10.793999671936035 + 244 + + + + + + 682.4000244140625 + 6202.14990234375 + + 145 + + 85 + + + 10.506999969482422 + 182 + + + + + + 682.4000244140625 + 6212.7099609375 + + 146 + + 106 + + + 10.557999610900879 + 282 + + + + + + 682.2000122070312 + 6223.31982421875 + + 146 + + 101 + + + 10.609999656677246 + 233 + + + + + + 682.2000122070312 + 6233.97998046875 + + 146 + + 80 + + + 10.661999702453613 + 203 + + + + + + 682.2000122070312 + 6244.7001953125 + + 145 + + 89 + + + 10.71399974822998 + 229 + + + + + + 682.4000244140625 + 6255.41015625 + + 146 + + 95 + + + 10.71399974822998 + 229 + + + + + + 682.4000244140625 + 6266.2099609375 + + 145 + + 80 + + + 10.793999671936035 + 244 + + + + + + 682.2000122070312 + 6276.9501953125 + + 145 + + 82 + + + 10.741000175476074 + 258 + + + + + + 682.0 + 6287.64013671875 + + 145 + + 80 + + + 10.687999725341797 + 213 + + + + + + 682.0 + 6298.240234375 + + 145 + + 83 + + + 10.609999656677246 + 209 + + + + + + 681.5999755859375 + 6308.830078125 + + 145 + + 81 + + + 10.583999633789062 + 244 + + + + + + 681.4000244140625 + 6319.41015625 + + 145 + + 78 + + + 10.583999633789062 + 211 + + + + + + 681.5999755859375 + 6330.02001953125 + + 145 + + 79 + + + 10.609999656677246 + 177 + + + + + + 681.7999877929688 + 6340.5 + + 145 + + 81 + + + 10.482000350952148 + 220 + + + + + + 682.0 + 6350.93994140625 + + 144 + + 78 + + + 10.432000160217285 + 208 + + + + + + 682.4000244140625 + 6361.3701171875 + + 145 + + 80 + + + 10.432000160217285 + 216 + + + + + + 682.7999877929688 + 6371.7998046875 + + 144 + + 85 + + + 10.432000160217285 + 212 + + + + + + 683.2000122070312 + 6382.18017578125 + + 144 + + 79 + + + 10.381999969482422 + 215 + + + + + + 683.4000244140625 + 6392.3701171875 + + 143 + + 82 + + + 10.187000274658203 + 313 + + + + + + 683.7999877929688 + 6402.2998046875 + + 143 + + 81 + + + 9.930999755859375 + 232 + + + + + + 683.7999877929688 + 6412.14013671875 + + 144 + + 75 + + + 9.842000007629395 + 273 + + + + + + 683.5999755859375 + 6422.009765625 + + 144 + + 74 + + + 9.86400032043457 + 237 + + + + + + 683.4000244140625 + 6432.10009765625 + + 143 + + 72 + + + 10.093000411987305 + 272 + + + + + + 683.5999755859375 + 6442.18994140625 + + 144 + + 74 + + + 10.093000411987305 + 272 + + + + + + 683.4000244140625 + 6452.72998046875 + + 144 + + 78 + + + 10.532999992370605 + 264 + + + + + + 683.2000122070312 + 6463.39990234375 + + 144 + + 77 + + + 10.661999702453613 + 192 + + + + + + 683.4000244140625 + 6474.10009765625 + + 144 + + 77 + + + 10.71399974822998 + 189 + + + + + + 683.5999755859375 + 6484.919921875 + + 143 + + 81 + + + 10.821000099182129 + 234 + + + + + + 683.4000244140625 + 6495.72021484375 + + 144 + + 81 + + + 10.793999671936035 + 230 + + + + + + 683.4000244140625 + 6506.3798828125 + + 144 + + 80 + + + 10.661999702453613 + 199 + + + + + + 683.5999755859375 + 6517.08984375 + + 144 + + 79 + + + 10.71399974822998 + 271 + + + + + + 683.4000244140625 + 6527.91015625 + + 143 + + 80 + + + 10.821000099182129 + 271 + + + + + + 683.4000244140625 + 6538.72998046875 + + 143 + + 81 + + + 10.821000099182129 + 271 + + + + + + 683.5999755859375 + 6549.60986328125 + + 143 + + 83 + + + 10.875 + 207 + + + + + + 683.7999877929688 + 6560.39990234375 + + 143 + + 81 + + + 10.793999671936035 + 244 + + + + + + 684.0 + 6571.2001953125 + + 143 + + 85 + + + 10.793999671936035 + 266 + + + + + + 684.2000122070312 + 6582.0498046875 + + 143 + + 88 + + + 10.847999572753906 + 196 + + + + + + 684.2000122070312 + 6592.81005859375 + + 142 + + 88 + + + 10.767000198364258 + 252 + + + + + + 684.5999755859375 + 6603.5 + + 142 + + 82 + + + 10.687999725341797 + 296 + + + + + + 684.7999877929688 + 6614.06005859375 + + 143 + + 83 + + + 10.557999610900879 + 222 + + + + + + 685.0 + 6624.419921875 + + 143 + + 80 + + + 10.357000350952148 + 224 + + + + + + 685.2000122070312 + 6634.93994140625 + + 143 + + 84 + + + 10.482000350952148 + 217 + + + + + + 685.4000244140625 + 6645.31982421875 + + 143 + + 76 + + + 10.406999588012695 + 208 + + + + + + 685.2000122070312 + 6655.919921875 + + 143 + + 75 + + + 10.583999633789062 + 222 + + + + + + 685.2000122070312 + 6666.60986328125 + + 143 + + 82 + + + 10.71399974822998 + 214 + + + + + + 685.4000244140625 + 6677.33984375 + + 143 + + 79 + + + 10.741000175476074 + 190 + + + + + + 685.0 + 6688.02978515625 + + 143 + + 79 + + + 10.687999725341797 + 260 + + + + + + 684.5999755859375 + 6698.75 + + 143 + + 79 + + + 10.71399974822998 + 211 + + + + + + 684.5999755859375 + 6709.4599609375 + + 144 + + 83 + + + 10.71399974822998 + 193 + + + + + + 684.2000122070312 + 6722.68994140625 + + 144 + + 85 + + + 10.583999633789062 + 191 + + + + + + 683.7999877929688 + 6733.25 + + 144 + + 96 + + + 10.557999610900879 + 239 + + + + + + 683.5999755859375 + 6743.81005859375 + + 144 + + 79 + + + 10.557999610900879 + 250 + + + + + + 683.7999877929688 + 6754.31005859375 + + 144 + + 81 + + + 10.506999969482422 + 186 + + + + + + 683.5999755859375 + 6764.740234375 + + 144 + + 77 + + + 10.432000160217285 + 247 + + + + + + 683.5999755859375 + 6775.2001953125 + + 144 + + 76 + + + 10.456999778747559 + 206 + + + + + + 683.5999755859375 + 6785.60986328125 + + 144 + + 80 + + + 10.406999588012695 + 201 + + + + + + 683.5999755859375 + 6795.990234375 + + 143 + + 81 + + + 10.381999969482422 + 260 + + + + + + 683.5999755859375 + 6806.31982421875 + + 144 + + 77 + + + 10.284000396728516 + 267 + + + + + + 683.5999755859375 + 6816.39013671875 + + 144 + + 75 + + + 10.116000175476074 + 277 + + + + + + 683.7999877929688 + 6826.47998046875 + + 144 + + 75 + + + 10.093000411987305 + 192 + + + + + + 684.0 + 6836.7001953125 + + 143 + + 75 + + + 10.211000442504883 + 239 + + + + + + 684.2000122070312 + 6847.02978515625 + + 143 + + 75 + + + 10.331999778747559 + 217 + + + + + + 684.4000244140625 + 6857.240234375 + + 143 + + 76 + + + 10.211000442504883 + 218 + + + + + + 684.2000122070312 + 6867.5498046875 + + 144 + + 79 + + + 10.307999610900879 + 248 + + + + + + 684.2000122070312 + 6878.0 + + 144 + + 78 + + + 10.456999778747559 + 178 + + + + + + 684.0 + 6888.35986328125 + + 144 + + 84 + + + 10.357000350952148 + 200 + + + + + + 683.5999755859375 + 6898.89013671875 + + 143 + + 76 + + + 10.532999992370605 + 190 + + + + + + 683.2000122070312 + 6909.56005859375 + + 143 + + 82 + + + 10.661999702453613 + 224 + + + + + + 683.2000122070312 + 6920.31982421875 + + 143 + + 83 + + + 10.767000198364258 + 252 + + + + + + 682.5999755859375 + 6931.1201171875 + + 143 + + 82 + + + 10.793999671936035 + 220 + + + + + + 682.5999755859375 + 6941.93994140625 + + 142 + + 78 + + + 10.767000198364258 + 219 + + + + + + 682.4000244140625 + 6952.64990234375 + + 143 + + 78 + + + 10.767000198364258 + 219 + + + + + + 682.4000244140625 + 6963.33984375 + + 143 + + 80 + + + 10.687999725341797 + 224 + + + + + + 682.5999755859375 + 6974.10986328125 + + 143 + + 83 + + + 10.767000198364258 + 215 + + + + + + 682.7999877929688 + 6984.89990234375 + + 143 + + 82 + + + 10.793999671936035 + 248 + + + + + + 683.0 + 6995.68994140625 + + 143 + + 80 + + + 10.793999671936035 + 206 + + + + + + 682.7999877929688 + 7006.3798828125 + + 144 + + 79 + + + 10.687999725341797 + 213 + + + + + + 683.0 + 7016.990234375 + + 143 + + 80 + + + 10.609999656677246 + 269 + + + + + + 682.7999877929688 + 7027.31982421875 + + 143 + + 83 + + + 10.331999778747559 + 217 + + + + + + 682.5999755859375 + 7037.68017578125 + + 144 + + 78 + + + 10.357000350952148 + 235 + + + + + + 682.5999755859375 + 7048.08984375 + + 144 + + 77 + + + 10.406999588012695 + 212 + + + + + + 682.5999755859375 + 7058.52001953125 + + 144 + + 76 + + + 10.432000160217285 + 171 + + + + + + 682.5999755859375 + 7069.080078125 + + 144 + + 78 + + + 10.557999610900879 + 193 + + + + + + 682.4000244140625 + 7079.740234375 + + 144 + + 81 + + + 10.661999702453613 + 177 + + + + + + 682.4000244140625 + 7090.52978515625 + + 144 + + 76 + + + 10.793999671936035 + 195 + + + + + + 682.2000122070312 + 7101.14013671875 + + 145 + + 80 + + + 10.609999656677246 + 205 + + + + + + 682.2000122070312 + 7111.77978515625 + + 144 + + 81 + + + 10.63599967956543 + 256 + + + + + + 682.0 + 7122.43994140625 + + 144 + + 83 + + + 10.661999702453613 + 235 + + + + + + 681.7999877929688 + 7132.97021484375 + + 144 + + 78 + + + 10.532999992370605 + 210 + + + + + + 681.5999755859375 + 7143.56005859375 + + 144 + + 79 + + + 10.583999633789062 + 204 + + + + + + 681.4000244140625 + 7154.08984375 + + 144 + + 77 + + + 10.482000350952148 + 272 + + + + + + 681.0 + 7164.5 + + 144 + + 78 + + + 10.456999778747559 + 247 + + + + + + 680.7999877929688 + 7174.8798828125 + + 143 + + 79 + + + 10.381999969482422 + 228 + + + + + + 680.5999755859375 + 7185.33984375 + + 144 + + 85 + + + 10.456999778747559 + 209 + + + + + + 680.7999877929688 + 7195.5 + + 144 + + 84 + + + 10.163000106811523 + 179 + + + + + + 680.7999877929688 + 7205.68994140625 + + 143 + + 77 + + + 10.187000274658203 + 211 + + + + + + 681.0 + 7215.8701171875 + + 144 + + 75 + + + 10.187000274658203 + 211 + + + + + + 681.4000244140625 + 7225.8798828125 + + 144 + + 75 + + + 10.01099967956543 + 241 + + + + + + 681.5999755859375 + 7235.47021484375 + + 144 + + 75 + + + 9.581000328063965 + 240 + + + + + + 681.7999877929688 + 7245.02978515625 + + 144 + + 77 + + + 9.5600004196167 + 246 + + + + + + 682.0 + 7254.83984375 + + 143 + + 74 + + + 9.819000244140625 + 196 + + + + + + 682.2000122070312 + 7264.77978515625 + + 143 + + 73 + + + 9.930999755859375 + 212 + + + + + + 682.4000244140625 + 7274.72998046875 + + 143 + + 72 + + + 9.954000473022461 + 190 + + + + + + 682.2000122070312 + 7284.919921875 + + 143 + + 78 + + + 10.187000274658203 + 201 + + + + + + 682.0 + 7295.25 + + 143 + + 95 + + + 10.331999778747559 + 200 + + + + + + 682.0 + 7305.58984375 + + 143 + + 84 + + + 10.307999610900879 + 278 + + + + + + 682.2000122070312 + 7315.81982421875 + + 143 + + 80 + + + 10.258999824523926 + 195 + + + + + + 681.7999877929688 + 7325.990234375 + + 142 + + 75 + + + 10.163000106811523 + 227 + + + + + + 681.7999877929688 + 7336.169921875 + + 142 + + 75 + + + 10.187000274658203 + 241 + + + + + + 682.0 + 7346.52001953125 + + 142 + + 76 + + + 10.357000350952148 + 311 + + + + + + 682.2000122070312 + 7357.0 + + 142 + + 77 + + + 10.482000350952148 + 300 + + + + + + 682.4000244140625 + 7367.60986328125 + + 142 + + 77 + + + 10.609999656677246 + 280 + + + + + + 683.0 + 7378.22021484375 + + 142 + + 77 + + + 10.609999656677246 + 294 + + + + + + 683.2000122070312 + 7388.91015625 + + 142 + + 78 + + + 10.687999725341797 + 224 + + + + + + 683.2000122070312 + 7399.81005859375 + + 143 + + 78 + + + 10.902000427246094 + 244 + + + + + + 683.0 + 7410.47998046875 + + 143 + + 78 + + + 10.661999702453613 + 228 + + + + + + 683.0 + 7421.08984375 + + 142 + + 79 + + + 10.609999656677246 + 212 + + + + + + 682.4000244140625 + 7431.490234375 + + 142 + + 82 + + + 10.406999588012695 + 270 + + + + + + 682.2000122070312 + 7441.89990234375 + + 142 + + 81 + + + 10.406999588012695 + 270 + + + + + + 682.4000244140625 + 7452.27978515625 + + 142 + + 76 + + + 10.381999969482422 + 319 + + + + + + 682.4000244140625 + 7462.89013671875 + + 142 + + 78 + + + 10.609999656677246 + 230 + + + + + + 682.5999755859375 + 7473.66015625 + + 142 + + 80 + + + 10.767000198364258 + 259 + + + + + + 683.0 + 7484.43017578125 + + 141 + + 83 + + + 10.767000198364258 + 259 + + + + + + 683.2000122070312 + 7495.16015625 + + 141 + + 81 + + + 10.687999725341797 + 213 + + + + + + 683.2000122070312 + 7505.830078125 + + 141 + + 80 + + + 10.71399974822998 + 214 + + + + + + 683.4000244140625 + 7516.5400390625 + + 141 + + 79 + + + 10.71399974822998 + 204 + + + + + + 683.2000122070312 + 7527.33984375 + + 141 + + 79 + + + 10.793999671936035 + 259 + + + + + + 683.0 + 7537.919921875 + + 141 + + 79 + + + 10.583999633789062 + 294 + + + + + + 682.7999877929688 + 7548.580078125 + + 141 + + 79 + + + 10.661999702453613 + 213 + + + + + + 682.4000244140625 + 7559.27001953125 + + 141 + + 78 + + + 10.687999725341797 + 253 + + + + + + 682.2000122070312 + 7569.91015625 + + 142 + + 80 + + + 10.63599967956543 + 266 + + + + + + 682.2000122070312 + 7580.5400390625 + + 142 + + 79 + + + 10.63599967956543 + 212 + + + + + + 682.2000122070312 + 7591.06982421875 + + 142 + + 78 + + + 10.532999992370605 + 253 + + + + + + 682.4000244140625 + 7601.60986328125 + + 142 + + 78 + + + 10.532999992370605 + 264 + + + + + + 682.2000122070312 + 7612.14013671875 + + 142 + + 78 + + + 10.532999992370605 + 228 + + + + + + 682.7999877929688 + 7622.52001953125 + + 143 + + 77 + + + 10.381999969482422 + 260 + + + + + + 682.7999877929688 + 7632.89990234375 + + 143 + + 76 + + + 10.381999969482422 + 260 + + + + + + 682.5999755859375 + 7643.0400390625 + + 143 + + 77 + + + 10.140000343322754 + 267 + + + + + + 682.4000244140625 + 7652.93017578125 + + 144 + + 80 + + + 9.88599967956543 + 356 + + + + + + 682.5999755859375 + 7662.83984375 + + 144 + + 74 + + + 9.909000396728516 + 245 + + + + + + 682.2000122070312 + 7672.89013671875 + + 144 + + 77 + + + 10.045999526977539 + 248 + + + + + + 682.2000122070312 + 7683.1201171875 + + 144 + + 76 + + + 10.234999656677246 + 229 + + + + + + 682.2000122070312 + 7693.39990234375 + + 144 + + 80 + + + 10.284000396728516 + 258 + + + + + + 682.4000244140625 + 7703.81005859375 + + 143 + + 81 + + + 10.406999588012695 + 184 + + + + + + 682.4000244140625 + 7714.39990234375 + + 143 + + 81 + + + 10.583999633789062 + 222 + + + + + + 682.2000122070312 + 7724.97998046875 + + 144 + + 80 + + + 10.583999633789062 + 226 + + + + + + 682.2000122070312 + 7735.68994140625 + + 144 + + 80 + + + 10.71399974822998 + 200 + + + + + + 682.2000122070312 + 7746.2998046875 + + 143 + + 78 + + + 10.609999656677246 + 230 + + + + + + 682.0 + 7756.89013671875 + + 143 + + 77 + + + 10.583999633789062 + 229 + + + + + + 681.7999877929688 + 7767.419921875 + + 143 + + 82 + + + 10.532999992370605 + 210 + + + + + + 681.7999877929688 + 7777.9501953125 + + 143 + + 78 + + + 10.532999992370605 + 228 + + + + + + 681.7999877929688 + 7788.509765625 + + 143 + + 85 + + + 10.557999610900879 + 186 + + + + + + 682.0 + 7799.0498046875 + + 143 + + 79 + + + 10.532999992370605 + 165 + + + + + + + 10.484000205993652 + 80 + 263 + 232 + 356 + + + + + 51.0 + 399.98 + 10.532999992370605 + 3 + + 127 + + + 143 + + Active + 162 + Manual + + + + 682.0 + 7799.0498046875 + + 143 + + 79 + + + 10.532999992370605 + 165 + + + + + + 678.7999877929688 + 7809.43017578125 + + 143 + + 75 + + + 10.381999969482422 + 145 + + + + + + 680.7999877929688 + 7819.77978515625 + + 143 + + 77 + + + 10.357000350952148 + 65 + + + + + + 681.2000122070312 + 7829.97021484375 + + 143 + + 67 + + + 10.187000274658203 + 3 + + + + + + 681.5999755859375 + 7839.83984375 + + 143 + + 0 + + + 9.86400032043457 + 0 + + + + + + 681.7999877929688 + 7849.39013671875 + + 143 + + 0 + + + 9.5600004196167 + 0 + + + + + + 685.4000244140625 + 7858.58984375 + + 143 + + 0 + + + 9.196999549865723 + 0 + + + + + + 683.5999755859375 + 7867.490234375 + + 143 + + 0 + + + 8.895999908447266 + 12 + + + + + + 683.4000244140625 + 7876.02978515625 + + 142 + + 0 + + + 8.545999526977539 + 2 + + + + + + 683.2000122070312 + 7884.60986328125 + + 141 + + 0 + + + 8.579999923706055 + 0 + + + + + + 682.7999877929688 + 7893.60009765625 + + 140 + + 0 + + + 8.98799991607666 + 75 + + + + + + 682.5999755859375 + 7902.58984375 + + 140 + + 73 + + + 8.98799991607666 + 198 + + + + + + 682.2000122070312 + 7911.64990234375 + + 139 + + 78 + + + 9.062000274658203 + 209 + + + + + + 681.5999755859375 + 7920.72998046875 + + 139 + + 72 + + + 9.081000328063965 + 175 + + + + + + 681.0 + 7929.8701171875 + + 138 + + 66 + + + 9.138999938964844 + 152 + + + + + + 680.5999755859375 + 7939.009765625 + + 138 + + 68 + + + 9.138999938964844 + 195 + + + + + + 680.4000244140625 + 7948.06005859375 + + 137 + + 67 + + + 9.043999671936035 + 141 + + + + + + 680.2000122070312 + 7956.93017578125 + + 137 + + 66 + + + 8.876999855041504 + 112 + + + + + + 680.2000122070312 + 7965.740234375 + + 137 + + 67 + + + 8.805999755859375 + 106 + + + + + + 680.2000122070312 + 7974.419921875 + + 136 + + 70 + + + 8.682999610900879 + 98 + + + + + + 680.2000122070312 + 7983.1201171875 + + 135 + + 67 + + + 8.699999809265137 + 130 + + + + + + 680.2000122070312 + 7991.669921875 + + 134 + + 71 + + + 8.545999526977539 + 105 + + + + + + 680.2000122070312 + 8000.10986328125 + + 132 + + 75 + + + 8.446999549865723 + 118 + + + + + + 680.4000244140625 + 8008.4501953125 + + 131 + + 69 + + + 8.333000183105469 + 100 + + + + + + 680.5999755859375 + 8016.68994140625 + + 130 + + 69 + + + 8.23900032043457 + 129 + + + + + + 680.7999877929688 + 8024.89013671875 + + 129 + + 67 + + + 8.206999778747559 + 126 + + + + + + 681.2000122070312 + 8033.02001953125 + + 129 + + 62 + + + 8.130999565124512 + 108 + + + + + + 681.4000244140625 + 8041.08984375 + + 129 + + 60 + + + 8.055000305175781 + 115 + + + + + + 681.5999755859375 + 8049.1201171875 + + 128 + + 59 + + + 7.98199987411499 + 120 + + + + + + 681.5999755859375 + 8057.06982421875 + + 128 + + 94 + + + 7.9670000076293945 + 103 + + + + + + 681.5999755859375 + 8064.8701171875 + + 127 + + 162 + + + 7.8379998207092285 + 65 + + + + + + 681.4000244140625 + 8072.580078125 + + 126 + + 131 + + + 7.7129998207092285 + 66 + + + + + + 681.5999755859375 + 8080.2900390625 + + 126 + + 91 + + + 7.7129998207092285 + 72 + + + + + + 681.7999877929688 + 8087.8701171875 + + 125 + + 59 + + + 7.578000068664551 + 25 + + + + + + 682.0 + 8095.259765625 + + 125 + + 101 + + + 7.385000228881836 + 0 + + + + + + 682.0 + 8102.47021484375 + + 124 + + 0 + + + 7.214000225067139 + 0 + + + + + + 682.0 + 8109.47021484375 + + 123 + + 0 + + + 7.005000114440918 + 0 + + + + + + 682.2000122070312 + 8116.2001953125 + + 120 + + 0 + + + 6.7230000495910645 + 0 + + + + + + 682.4000244140625 + 8122.83984375 + + 118 + + 0 + + + 6.640999794006348 + 0 + + + + + + 682.4000244140625 + 8129.31982421875 + + 116 + + 0 + + + 6.482999801635742 + 0 + + + + + + 682.5999755859375 + 8135.64990234375 + + 115 + + 0 + + + 6.331999778747559 + 0 + + + + + + 683.0 + 8141.85009765625 + + 113 + + 0 + + + 6.197000026702881 + 0 + + + + + + 683.4000244140625 + 8148.08984375 + + 111 + + 0 + + + 6.066999912261963 + 0 + + + + + + 683.7999877929688 + 8153.7900390625 + + 111 + + 0 + + + 5.869999885559082 + 0 + + + + + + 683.7999877929688 + 8159.3798828125 + + 109 + + 0 + + + 5.591000080108643 + 0 + + + + + + 684.0 + 8164.6201171875 + + 107 + + 0 + + + 5.235000133514404 + 0 + + + + + + 684.0 + 8169.580078125 + + 106 + + 0 + + + 4.960000038146973 + 1 + + + + + + 684.2000122070312 + 8174.080078125 + + 104 + + 0 + + + 4.498000144958496 + 0 + + + + + + 684.0 + 8178.2001953125 + + 103 + + 0 + + + 4.123000144958496 + 0 + + + + + + 684.2000122070312 + 8181.759765625 + + 102 + + 0 + + + 3.559999942779541 + 0 + + + + + + 684.4000244140625 + 8184.43994140625 + + 103 + + 0 + + + 2.678999900817871 + 0 + + + + + + 684.2000122070312 + 8187.1201171875 + + 103 + + 0 + + + 2.678999900817871 + 0 + + + + + + 684.0 + 8188.490234375 + + 103 + + 0 + + + 1.371000051498413 + 0 + + + + + + + 7.681000232696533 + 41 + 36 + 61 + 209 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614677.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614677.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614677.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614677.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,13980 @@ + + + + + 2017-08-26T12:59:10.000Z + + 66.0 + 612.34 + 9.954000473022461 + 12 + + 131 + + + 140 + + Active + 88 + Manual + + + + 683.0 + 7.900000095367432 + + 117 + + 62 + + + 7.894999980926514 + 136 + + + + + + 683.0 + 15.789999961853027 + + 118 + + 59 + + + 7.894999980926514 + 136 + + + + + + 683.0 + 23.56999969482422 + + 118 + + 59 + + + 7.7820000648498535 + 208 + + + + + + 683.0 + 31.479999542236328 + + 119 + + 60 + + + 7.908999919891357 + 205 + + + + + + 682.7999877929688 + 39.47999954223633 + + 119 + + 65 + + + 7.995999813079834 + 181 + + + + + + 682.7999877929688 + 47.59000015258789 + + 120 + + 64 + + + 8.116000175476074 + 182 + + + + + + 682.7999877929688 + 55.709999084472656 + + 121 + + 62 + + + 8.116000175476074 + 182 + + + + + + 682.7999877929688 + 63.709999084472656 + + 121 + + 61 + + + 7.995999813079834 + 187 + + + + + + 682.7999877929688 + 71.69999694824219 + + 122 + + 59 + + + 7.995999813079834 + 208 + + + + + + 683.0 + 79.62000274658203 + + 122 + + 65 + + + 7.922999858856201 + 188 + + + + + + 683.0 + 87.7699966430664 + + 123 + + 64 + + + 8.145999908447266 + 220 + + + + + + 683.2000122070312 + 95.88999938964844 + + 123 + + 60 + + + 8.116000175476074 + 184 + + + + + + 683.4000244140625 + 104.13999938964844 + + 124 + + 60 + + + 8.253999710083008 + 187 + + + + + + 683.5999755859375 + 112.38999938964844 + + 125 + + 61 + + + 8.253999710083008 + 190 + + + + + + 683.5999755859375 + 120.91000366210938 + + 125 + + 62 + + + 8.512999534606934 + 224 + + + + + + 683.4000244140625 + 129.5 + + 126 + + 62 + + + 8.597000122070312 + 180 + + + + + + 683.4000244140625 + 138.1300048828125 + + 126 + + 62 + + + 8.630999565124512 + 158 + + + + + + 683.2000122070312 + 146.8000030517578 + + 126 + + 73 + + + 8.664999961853027 + 171 + + + + + + 683.2000122070312 + 155.52000427246094 + + 127 + + 88 + + + 8.717000007629395 + 197 + + + + + + 683.2000122070312 + 164.47000122070312 + + 128 + + 75 + + + 8.951000213623047 + 194 + + + + + + 683.4000244140625 + 173.4199981689453 + + 128 + + 67 + + + 8.951000213623047 + 191 + + + + + + 683.4000244140625 + 182.41000366210938 + + 128 + + 69 + + + 8.98799991607666 + 171 + + + + + + 683.2000122070312 + 191.47000122070312 + + 129 + + 68 + + + 9.062000274658203 + 205 + + + + + + 683.0 + 200.6999969482422 + + 129 + + 67 + + + 9.236000061035156 + 247 + + + + + + 683.2000122070312 + 209.9199981689453 + + 129 + + 68 + + + 9.215999603271484 + 197 + + + + + + 683.2000122070312 + 219.17999267578125 + + 130 + + 74 + + + 9.255000114440918 + 192 + + + + + + 683.2000122070312 + 228.47000122070312 + + 130 + + 67 + + + 9.295000076293945 + 217 + + + + + + 683.2000122070312 + 237.85000610351562 + + 130 + + 68 + + + 9.375 + 175 + + + + + + 683.4000244140625 + 247.3000030517578 + + 131 + + 70 + + + 9.456000328063965 + 167 + + + + + + 683.2000122070312 + 256.760009765625 + + 131 + + 70 + + + 9.456000328063965 + 180 + + + + + + 683.0 + 266.1499938964844 + + 131 + + 68 + + + 9.395000457763672 + 166 + + + + + + 683.2000122070312 + 275.5899963378906 + + 132 + + 68 + + + 9.395000457763672 + 166 + + + + + + 683.2000122070312 + 284.8599853515625 + + 132 + + 69 + + + 9.3149995803833 + 186 + + + + + + 683.2000122070312 + 294.2200012207031 + + 132 + + 78 + + + 9.354999542236328 + 178 + + + + + + 683.4000244140625 + 303.6300048828125 + + 132 + + 78 + + + 9.414999961853027 + 166 + + + + + + 683.4000244140625 + 313.0199890136719 + + 132 + + 69 + + + 9.354999542236328 + 215 + + + + + + 683.7999877929688 + 322.44000244140625 + + 132 + + 72 + + + 9.456000328063965 + 186 + + + + + + 683.7999877929688 + 331.9200134277344 + + 132 + + 78 + + + 9.47700023651123 + 196 + + + + + + 683.7999877929688 + 341.4200134277344 + + 133 + + 75 + + + 9.498000144958496 + 231 + + + + + + 684.0 + 351.0199890136719 + + 133 + + 70 + + + 9.602999687194824 + 208 + + + + + + 684.0 + 360.75 + + 133 + + 71 + + + 9.730999946594238 + 228 + + + + + + 683.4000244140625 + 370.4800109863281 + + 133 + + 73 + + + 9.730999946594238 + 202 + + + + + + 683.5999755859375 + 380.2099914550781 + + 133 + + 78 + + + 9.730999946594238 + 202 + + + + + + 683.4000244140625 + 389.95001220703125 + + 133 + + 72 + + + 9.730999946594238 + 185 + + + + + + 683.0 + 399.70001220703125 + + 134 + + 72 + + + 9.753000259399414 + 188 + + + + + + 683.2000122070312 + 409.45001220703125 + + 134 + + 70 + + + 9.753000259399414 + 218 + + + + + + 683.4000244140625 + 419.17999267578125 + + 134 + + 72 + + + 9.730999946594238 + 156 + + + + + + 683.5999755859375 + 428.8299865722656 + + 135 + + 73 + + + 9.645000457763672 + 184 + + + + + + 683.7999877929688 + 438.4700012207031 + + 135 + + 71 + + + 9.645000457763672 + 190 + + + + + + 684.0 + 448.1400146484375 + + 135 + + 78 + + + 9.666999816894531 + 197 + + + + + + 684.4000244140625 + 458.20001220703125 + + 136 + + 79 + + + 9.687999725341797 + 217 + + + + + + 684.4000244140625 + 467.5199890136719 + + 136 + + 76 + + + 9.687999725341797 + 217 + + + + + + 684.7999877929688 + 477.1400146484375 + + 136 + + 75 + + + 9.62399959564209 + 257 + + + + + + 684.7999877929688 + 486.70001220703125 + + 136 + + 70 + + + 9.5600004196167 + 217 + + + + + + 685.0 + 496.239990234375 + + 136 + + 70 + + + 9.517999649047852 + 235 + + + + + + 685.0 + 505.70001220703125 + + 137 + + 73 + + + 9.456000328063965 + 218 + + + + + + 685.0 + 515.1900024414062 + + 137 + + 77 + + + 9.498000144958496 + 197 + + + + + + 684.7999877929688 + 524.6799926757812 + + 137 + + 70 + + + 9.498000144958496 + 215 + + + + + + 685.0 + 534.2999877929688 + + 138 + + 74 + + + 9.62399959564209 + 247 + + + + + + 685.2000122070312 + 543.9199829101562 + + 138 + + 75 + + + 9.62399959564209 + 176 + + + + + + 685.2000122070312 + 553.3499755859375 + + 138 + + 72 + + + 9.435999870300293 + 236 + + + + + + 685.0 + 563.0 + + 139 + + 70 + + + 9.645000457763672 + 180 + + + + + + 685.2000122070312 + 572.8499755859375 + + 139 + + 69 + + + 9.79699993133545 + 209 + + + + + + 685.0 + 582.6699829101562 + + 139 + + 74 + + + 9.842000007629395 + 230 + + + + + + 685.0 + 592.5499877929688 + + 139 + + 72 + + + 9.909000396728516 + 165 + + + + + + 684.7999877929688 + 602.3900146484375 + + 139 + + 71 + + + 9.842000007629395 + 210 + + + + + + 684.5999755859375 + 612.3400268554688 + + 140 + + 72 + + + 9.954000473022461 + 196 + + + + + + 684.5999755859375 + 622.3900146484375 + + 140 + + 75 + + + 10.045999526977539 + 204 + + + + + + + 9.133000373840332 + 70 + 78 + 196 + 257 + + + + + 80.0 + 818.05 + 10.506999969482422 + 16 + + 142 + + + 144 + + Active + 105 + Manual + + + + 684.5999755859375 + 622.3900146484375 + + 140 + + 75 + + + 10.045999526977539 + 204 + + + + + + 684.5999755859375 + 632.4099731445312 + + 140 + + 74 + + + 10.02299976348877 + 177 + + + + + + 685.0 + 642.4299926757812 + + 140 + + 73 + + + 10.02299976348877 + 237 + + + + + + 684.7999877929688 + 652.5 + + 140 + + 75 + + + 10.069000244140625 + 215 + + + + + + 685.0 + 662.6400146484375 + + 141 + + 75 + + + 10.140000343322754 + 261 + + + + + + 685.0 + 672.7100219726562 + + 141 + + 75 + + + 10.069000244140625 + 201 + + + + + + 685.2000122070312 + 682.739990234375 + + 141 + + 81 + + + 10.02299976348877 + 224 + + + + + + 684.7999877929688 + 692.5800170898438 + + 141 + + 80 + + + 9.842000007629395 + 174 + + + + + + 685.0 + 702.4199829101562 + + 141 + + 75 + + + 9.842000007629395 + 227 + + + + + + 685.0 + 712.260009765625 + + 141 + + 92 + + + 9.842000007629395 + 204 + + + + + + 684.7999877929688 + 722.219970703125 + + 141 + + 88 + + + 9.954000473022461 + 282 + + + + + + 684.5999755859375 + 732.1500244140625 + + 141 + + 79 + + + 9.930999755859375 + 189 + + + + + + 684.5999755859375 + 742.0800170898438 + + 141 + + 75 + + + 9.930999755859375 + 208 + + + + + + 684.5999755859375 + 751.989990234375 + + 141 + + 75 + + + 9.909000396728516 + 195 + + + + + + 684.5999755859375 + 762.1300048828125 + + 141 + + 78 + + + 10.140000343322754 + 271 + + + + + + 684.7999877929688 + 772.510009765625 + + 141 + + 76 + + + 10.381999969482422 + 222 + + + + + + 684.7999877929688 + 782.989990234375 + + 141 + + 75 + + + 10.482000350952148 + 234 + + + + + + 684.7999877929688 + 793.4000244140625 + + 142 + + 77 + + + 10.406999588012695 + 173 + + + + + + 684.5999755859375 + 804.0800170898438 + + 142 + + 76 + + + 10.357000350952148 + 183 + + + + + + 684.7999877929688 + 814.02001953125 + + 142 + + 78 + + + 10.258999824523926 + 185 + + + + + + 685.0 + 824.2999877929688 + + 142 + + 76 + + + 10.284000396728516 + 196 + + + + + + 685.0 + 834.5399780273438 + + 142 + + 76 + + + 10.234999656677246 + 249 + + + + + + 685.2000122070312 + 844.719970703125 + + 142 + + 75 + + + 10.187000274658203 + 173 + + + + + + 685.4000244140625 + 854.8400268554688 + + 142 + + 75 + + + 10.116000175476074 + 216 + + + + + + 685.4000244140625 + 864.9099731445312 + + 142 + + 73 + + + 10.069000244140625 + 178 + + + + + + 685.2000122070312 + 874.8800048828125 + + 142 + + 72 + + + 9.97700023651123 + 196 + + + + + + 685.2000122070312 + 884.7000122070312 + + 142 + + 72 + + + 9.819000244140625 + 173 + + + + + + 685.0 + 894.3699951171875 + + 143 + + 72 + + + 9.666999816894531 + 216 + + + + + + 685.0 + 903.989990234375 + + 142 + + 70 + + + 9.62399959564209 + 206 + + + + + + 685.0 + 913.77001953125 + + 143 + + 73 + + + 9.774999618530273 + 199 + + + + + + 685.2000122070312 + 923.25 + + 143 + + 75 + + + 9.47700023651123 + 202 + + + + + + 685.0 + 932.8300170898438 + + 142 + + 84 + + + 9.581000328063965 + 217 + + + + + + 685.0 + 942.489990234375 + + 143 + + 89 + + + 9.666999816894531 + 265 + + + + + + 685.2000122070312 + 952.3599853515625 + + 142 + + 76 + + + 9.86400032043457 + 188 + + + + + + 685.2000122070312 + 962.2999877929688 + + 142 + + 72 + + + 9.930999755859375 + 212 + + + + + + 685.4000244140625 + 972.1500244140625 + + 143 + + 72 + + + 9.86400032043457 + 223 + + + + + + 685.7999877929688 + 982.1300048828125 + + 142 + + 72 + + + 9.97700023651123 + 209 + + + + + + 685.7999877929688 + 992.1099853515625 + + 143 + + 79 + + + 9.97700023651123 + 207 + + + + + + 685.5999755859375 + 1002.0599975585938 + + 142 + + 77 + + + 9.954000473022461 + 202 + + + + + + 685.5999755859375 + 1012.1300048828125 + + 142 + + 74 + + + 10.069000244140625 + 215 + + + + + + 685.5999755859375 + 1022.27001953125 + + 142 + + 75 + + + 10.140000343322754 + 202 + + + + + + 685.4000244140625 + 1032.4599609375 + + 142 + + 78 + + + 10.187000274658203 + 207 + + + + + + 685.4000244140625 + 1042.6400146484375 + + 142 + + 73 + + + 10.187000274658203 + 218 + + + + + + 686.0 + 1052.9300537109375 + + 142 + + 83 + + + 10.284000396728516 + 233 + + + + + + 686.0 + 1063.3599853515625 + + 142 + + 75 + + + 10.432000160217285 + 282 + + + + + + 686.0 + 1073.77001953125 + + 142 + + 75 + + + 10.406999588012695 + 156 + + + + + + 686.0 + 1084.0999755859375 + + 142 + + 77 + + + 10.331999778747559 + 179 + + + + + + 685.7999877929688 + 1094.3499755859375 + + 142 + + 83 + + + 10.234999656677246 + 191 + + + + + + 686.0 + 1104.5 + + 142 + + 77 + + + 10.163000106811523 + 220 + + + + + + 685.7999877929688 + 1114.7099609375 + + 142 + + 74 + + + 10.211000442504883 + 256 + + + + + + 686.2000122070312 + 1125.0699462890625 + + 142 + + 74 + + + 10.357000350952148 + 249 + + + + + + 686.4000244140625 + 1135.4200439453125 + + 142 + + 75 + + + 10.357000350952148 + 249 + + + + + + 686.2000122070312 + 1145.9300537109375 + + 142 + + 73 + + + 10.506999969482422 + 210 + + + + + + 686.2000122070312 + 1156.739990234375 + + 142 + + 71 + + + 10.482000350952148 + 200 + + + + + + 686.0 + 1166.75 + + 142 + + 72 + + + 10.331999778747559 + 197 + + + + + + 686.0 + 1177.06005859375 + + 141 + + 79 + + + 10.307999610900879 + 196 + + + + + + 685.7999877929688 + 1187.3199462890625 + + 142 + + 105 + + + 10.258999824523926 + 205 + + + + + + 685.7999877929688 + 1197.5 + + 142 + + 91 + + + 10.187000274658203 + 194 + + + + + + 685.4000244140625 + 1207.5699462890625 + + 141 + + 77 + + + 10.069000244140625 + 245 + + + + + + 685.2000122070312 + 1217.760009765625 + + 141 + + 76 + + + 10.187000274658203 + 194 + + + + + + 684.5999755859375 + 1227.800048828125 + + 141 + + 76 + + + 10.045999526977539 + 254 + + + + + + 684.5999755859375 + 1237.969970703125 + + 141 + + 75 + + + 10.163000106811523 + 196 + + + + + + 684.5999755859375 + 1248.0899658203125 + + 141 + + 75 + + + 10.069000244140625 + 192 + + + + + + 684.7999877929688 + 1258.1199951171875 + + 141 + + 76 + + + 10.069000244140625 + 192 + + + + + + 685.0 + 1268.199951171875 + + 141 + + 74 + + + 10.093000411987305 + 293 + + + + + + 685.0 + 1278.31005859375 + + 141 + + 74 + + + 10.116000175476074 + 209 + + + + + + 684.7999877929688 + 1288.5 + + 141 + + 75 + + + 10.187000274658203 + 262 + + + + + + 684.7999877929688 + 1298.550048828125 + + 141 + + 76 + + + 10.045999526977539 + 201 + + + + + + 684.7999877929688 + 1308.3900146484375 + + 141 + + 75 + + + 9.842000007629395 + 247 + + + + + + 685.0 + 1318.22998046875 + + 142 + + 75 + + + 9.842000007629395 + 247 + + + + + + 684.7999877929688 + 1328.030029296875 + + 142 + + 74 + + + 9.79699993133545 + 224 + + + + + + 684.7999877929688 + 1337.8699951171875 + + 142 + + 75 + + + 9.842000007629395 + 233 + + + + + + 685.0 + 1347.760009765625 + + 142 + + 75 + + + 9.88599967956543 + 281 + + + + + + 685.0 + 1357.9200439453125 + + 143 + + 74 + + + 10.163000106811523 + 247 + + + + + + 685.0 + 1368.1500244140625 + + 143 + + 83 + + + 10.234999656677246 + 236 + + + + + + 685.2000122070312 + 1378.3900146484375 + + 143 + + 84 + + + 10.234999656677246 + 181 + + + + + + 685.2000122070312 + 1388.75 + + 143 + + 77 + + + 10.357000350952148 + 252 + + + + + + 685.4000244140625 + 1399.0799560546875 + + 143 + + 75 + + + 10.331999778747559 + 224 + + + + + + 685.5999755859375 + 1409.5400390625 + + 144 + + 75 + + + 10.456999778747559 + 206 + + + + + + 685.5999755859375 + 1419.93994140625 + + 144 + + 93 + + + 10.406999588012695 + 222 + + + + + + 685.5999755859375 + 1430.3900146484375 + + 144 + + 79 + + + 10.406999588012695 + 198 + + + + + + 686.4000244140625 + 1440.72998046875 + + 144 + + 76 + + + 10.381999969482422 + 222 + + + + + + + 10.095999717712402 + 77 + 104 + 216 + 293 + + + + + 40.0 + 418.01 + 10.741000175476074 + 9 + + 146 + + + 148 + + Active + 85 + Manual + + + + 686.4000244140625 + 1440.72998046875 + + 144 + + 76 + + + 10.381999969482422 + 222 + + + + + + 686.2000122070312 + 1451.1600341796875 + + 145 + + 80 + + + 10.432000160217285 + 226 + + + + + + 686.4000244140625 + 1461.6700439453125 + + 145 + + 78 + + + 10.506999969482422 + 231 + + + + + + 686.2000122070312 + 1472.199951171875 + + 145 + + 79 + + + 10.532999992370605 + 225 + + + + + + 686.4000244140625 + 1482.7900390625 + + 145 + + 78 + + + 10.583999633789062 + 240 + + + + + + 686.0 + 1493.3699951171875 + + 146 + + 78 + + + 10.583999633789062 + 244 + + + + + + 686.2000122070312 + 1503.9000244140625 + + 146 + + 83 + + + 10.532999992370605 + 271 + + + + + + 686.2000122070312 + 1514.31005859375 + + 146 + + 82 + + + 10.406999588012695 + 201 + + + + + + 686.2000122070312 + 1524.6400146484375 + + 146 + + 79 + + + 10.331999778747559 + 248 + + + + + + 686.5999755859375 + 1535.0799560546875 + + 146 + + 77 + + + 10.432000160217285 + 205 + + + + + + 686.5999755859375 + 1545.6099853515625 + + 146 + + 76 + + + 10.532999992370605 + 228 + + + + + + 686.4000244140625 + 1556.3499755859375 + + 146 + + 82 + + + 10.741000175476074 + 225 + + + + + + 686.4000244140625 + 1566.9100341796875 + + 146 + + 79 + + + 10.557999610900879 + 180 + + + + + + 686.0 + 1577.469970703125 + + 146 + + 76 + + + 10.557999610900879 + 247 + + + + + + 685.5999755859375 + 1587.969970703125 + + 146 + + 81 + + + 10.506999969482422 + 218 + + + + + + 685.2000122070312 + 1598.4000244140625 + + 146 + + 81 + + + 10.432000160217285 + 216 + + + + + + 684.7999877929688 + 1608.760009765625 + + 146 + + 78 + + + 10.357000350952148 + 238 + + + + + + 684.4000244140625 + 1619.050048828125 + + 147 + + 75 + + + 10.284000396728516 + 209 + + + + + + 684.2000122070312 + 1629.300048828125 + + 146 + + 76 + + + 10.258999824523926 + 253 + + + + + + 684.0 + 1639.469970703125 + + 147 + + 77 + + + 10.163000106811523 + 207 + + + + + + 684.0 + 1649.6500244140625 + + 146 + + 76 + + + 10.187000274658203 + 245 + + + + + + 684.4000244140625 + 1659.719970703125 + + 146 + + 76 + + + 10.069000244140625 + 218 + + + + + + 684.7999877929688 + 1669.719970703125 + + 147 + + 78 + + + 10.0 + 224 + + + + + + 685.4000244140625 + 1679.5899658203125 + + 146 + + 76 + + + 9.86400032043457 + 217 + + + + + + 686.0 + 1689.4100341796875 + + 146 + + 72 + + + 9.819000244140625 + 295 + + + + + + 686.5999755859375 + 1699.22998046875 + + 147 + + 74 + + + 9.819000244140625 + 246 + + + + + + 686.4000244140625 + 1709.02001953125 + + 146 + + 81 + + + 9.79699993133545 + 258 + + + + + + 686.7999877929688 + 1718.68994140625 + + 147 + + 80 + + + 9.666999816894531 + 239 + + + + + + 686.4000244140625 + 1728.3599853515625 + + 147 + + 76 + + + 9.666999816894531 + 239 + + + + + + 686.5999755859375 + 1738.0899658203125 + + 147 + + 77 + + + 9.730999946594238 + 263 + + + + + + 686.2000122070312 + 1747.8599853515625 + + 147 + + 76 + + + 9.774999618530273 + 221 + + + + + + 686.4000244140625 + 1757.6199951171875 + + 147 + + 79 + + + 9.753000259399414 + 237 + + + + + + 686.0 + 1767.4300537109375 + + 147 + + 85 + + + 9.819000244140625 + 230 + + + + + + 686.0 + 1777.4100341796875 + + 148 + + 85 + + + 9.97700023651123 + 250 + + + + + + 685.5999755859375 + 1787.4100341796875 + + 148 + + 77 + + + 10.0 + 226 + + + + + + 685.2000122070312 + 1797.550048828125 + + 148 + + 75 + + + 10.140000343322754 + 247 + + + + + + 685.0 + 1807.7099609375 + + 148 + + 74 + + + 10.163000106811523 + 194 + + + + + + 685.0 + 1817.8800048828125 + + 148 + + 74 + + + 10.163000106811523 + 194 + + + + + + 685.0 + 1828.0799560546875 + + 148 + + 76 + + + 10.199000358581543 + 213 + + + + + + 684.7999877929688 + 1838.18994140625 + + 148 + + 76 + + + 10.116000175476074 + 253 + + + + + + 684.7999877929688 + 1848.4000244140625 + + 148 + + 75 + + + 10.211000442504883 + 214 + + + + + + 684.5999755859375 + 1858.7099609375 + + 149 + + 77 + + + 10.307999610900879 + 213 + + + + + + + 10.32800006866455 + 78 + 53 + 231 + 295 + + + + + 115.0 + 1225.75 + 10.942999839782713 + 26 + + 149 + + + 151 + + Active + 105 + Manual + + + + 684.5999755859375 + 1858.7099609375 + + 149 + + 77 + + + 10.307999610900879 + 213 + + + + + + 684.5999755859375 + 1868.969970703125 + + 148 + + 81 + + + 10.258999824523926 + 260 + + + + + + 684.4000244140625 + 1879.449951171875 + + 149 + + 79 + + + 10.482000350952148 + 255 + + + + + + 684.7999877929688 + 1889.9599609375 + + 149 + + 75 + + + 10.506999969482422 + 263 + + + + + + 684.7999877929688 + 1900.43994140625 + + 148 + + 77 + + + 10.482000350952148 + 237 + + + + + + 685.0 + 1911.030029296875 + + 148 + + 84 + + + 10.583999633789062 + 233 + + + + + + 685.2000122070312 + 1921.6400146484375 + + 149 + + 86 + + + 10.609999656677246 + 227 + + + + + + 685.0 + 1932.219970703125 + + 149 + + 80 + + + 10.583999633789062 + 202 + + + + + + 685.0 + 1942.9100341796875 + + 148 + + 78 + + + 10.687999725341797 + 242 + + + + + + 685.2000122070312 + 1953.5999755859375 + + 148 + + 78 + + + 10.687999725341797 + 250 + + + + + + 685.2000122070312 + 1964.3900146484375 + + 148 + + 79 + + + 10.793999671936035 + 237 + + + + + + 685.4000244140625 + 1975.47998046875 + + 148 + + 85 + + + 10.741000175476074 + 222 + + + + + + 685.0 + 1985.9200439453125 + + 147 + + 92 + + + 10.793999671936035 + 252 + + + + + + 685.0 + 1996.6600341796875 + + 147 + + 90 + + + 10.741000175476074 + 218 + + + + + + 684.5999755859375 + 2007.3800048828125 + + 148 + + 82 + + + 10.71399974822998 + 289 + + + + + + 684.0 + 2018.0699462890625 + + 148 + + 81 + + + 10.687999725341797 + 268 + + + + + + 683.5999755859375 + 2028.72998046875 + + 148 + + 78 + + + 10.661999702453613 + 277 + + + + + + 683.5999755859375 + 2039.469970703125 + + 148 + + 78 + + + 10.741000175476074 + 312 + + + + + + 683.2000122070312 + 2050.2099609375 + + 148 + + 78 + + + 10.741000175476074 + 251 + + + + + + 683.5999755859375 + 2060.89990234375 + + 148 + + 78 + + + 10.687999725341797 + 204 + + + + + + 683.7999877929688 + 2071.510009765625 + + 149 + + 79 + + + 10.609999656677246 + 209 + + + + + + 683.5999755859375 + 2082.010009765625 + + 148 + + 79 + + + 10.506999969482422 + 227 + + + + + + 683.7999877929688 + 2092.5 + + 149 + + 78 + + + 10.482000350952148 + 200 + + + + + + 684.0 + 2105.6298828125 + + 149 + + 79 + + + 10.506999969482422 + 253 + + + + + + 684.0 + 2116.050048828125 + + 149 + + 81 + + + 10.381999969482422 + 222 + + + + + + 684.2000122070312 + 2126.25 + + 148 + + 79 + + + 10.234999656677246 + 242 + + + + + + 684.7999877929688 + 2136.389892578125 + + 147 + + 78 + + + 10.140000343322754 + 267 + + + + + + 685.0 + 2146.530029296875 + + 147 + + 74 + + + 10.140000343322754 + 217 + + + + + + 684.7999877929688 + 2156.7099609375 + + 146 + + 76 + + + 10.187000274658203 + 245 + + + + + + 684.7999877929688 + 2166.929931640625 + + 147 + + 74 + + + 10.211000442504883 + 211 + + + + + + 684.5999755859375 + 2177.0400390625 + + 147 + + 75 + + + 10.116000175476074 + 277 + + + + + + 684.2000122070312 + 2187.179931640625 + + 148 + + 92 + + + 10.140000343322754 + 202 + + + + + + 684.0 + 2197.330078125 + + 148 + + 105 + + + 10.140000343322754 + 237 + + + + + + 684.0 + 2207.580078125 + + 148 + + 90 + + + 10.258999824523926 + 212 + + + + + + 683.7999877929688 + 2217.909912109375 + + 149 + + 75 + + + 10.331999778747559 + 248 + + + + + + 683.7999877929688 + 2228.239990234375 + + 149 + + 77 + + + 10.331999778747559 + 248 + + + + + + 683.5999755859375 + 2238.679931640625 + + 149 + + 78 + + + 10.432000160217285 + 289 + + + + + + 683.7999877929688 + 2249.110107421875 + + 150 + + 77 + + + 10.432000160217285 + 268 + + + + + + 683.7999877929688 + 2259.639892578125 + + 149 + + 78 + + + 10.532999992370605 + 253 + + + + + + 684.0 + 2270.199951171875 + + 150 + + 78 + + + 10.557999610900879 + 282 + + + + + + 684.0 + 2280.780029296875 + + 149 + + 79 + + + 10.583999633789062 + 248 + + + + + + 684.0 + 2291.550048828125 + + 149 + + 81 + + + 10.767000198364258 + 226 + + + + + + 684.0 + 2302.159912109375 + + 150 + + 87 + + + 10.609999656677246 + 227 + + + + + + 683.7999877929688 + 2312.77001953125 + + 150 + + 93 + + + 10.609999656677246 + 227 + + + + + + 683.5999755859375 + 2323.25 + + 150 + + 88 + + + 10.482000350952148 + 252 + + + + + + 683.5999755859375 + 2333.56005859375 + + 150 + + 81 + + + 10.307999610900879 + 268 + + + + + + 683.7999877929688 + 2343.840087890625 + + 151 + + 78 + + + 10.284000396728516 + 247 + + + + + + 683.7999877929688 + 2354.280029296875 + + 150 + + 77 + + + 10.432000160217285 + 261 + + + + + + 684.0 + 2364.7099609375 + + 151 + + 78 + + + 10.432000160217285 + 261 + + + + + + 684.0 + 2375.2900390625 + + 151 + + 78 + + + 10.583999633789062 + 215 + + + + + + 684.2000122070312 + 2385.8798828125 + + 151 + + 78 + + + 10.583999633789062 + 215 + + + + + + 684.0 + 2396.820068359375 + + 150 + + 85 + + + 10.942999839782715 + 244 + + + + + + 683.7999877929688 + 2407.669921875 + + 149 + + 87 + + + 10.847999572753906 + 221 + + + + + + 683.5999755859375 + 2418.52001953125 + + 150 + + 82 + + + 10.847999572753906 + 228 + + + + + + 683.5999755859375 + 2429.31005859375 + + 150 + + 83 + + + 10.793999671936035 + 220 + + + + + + 683.4000244140625 + 2440.0 + + 149 + + 81 + + + 10.687999725341797 + 210 + + + + + + 683.5999755859375 + 2450.7099609375 + + 150 + + 78 + + + 10.71399974822998 + 222 + + + + + + 683.7999877929688 + 2461.449951171875 + + 149 + + 80 + + + 10.741000175476074 + 265 + + + + + + 683.5999755859375 + 2472.139892578125 + + 149 + + 81 + + + 10.687999725341797 + 235 + + + + + + 683.5999755859375 + 2482.75 + + 149 + + 76 + + + 10.609999656677246 + 230 + + + + + + 683.5999755859375 + 2493.389892578125 + + 150 + + 79 + + + 10.63599967956543 + 256 + + + + + + 683.4000244140625 + 2504.050048828125 + + 150 + + 80 + + + 10.661999702453613 + 228 + + + + + + 683.4000244140625 + 2514.659912109375 + + 150 + + 79 + + + 10.609999656677246 + 262 + + + + + + 683.4000244140625 + 2525.18994140625 + + 150 + + 79 + + + 10.532999992370605 + 281 + + + + + + 683.4000244140625 + 2535.550048828125 + + 150 + + 79 + + + 10.357000350952148 + 232 + + + + + + 683.5999755859375 + 2545.6201171875 + + 151 + + 80 + + + 10.069000244140625 + 272 + + + + + + 683.5999755859375 + 2555.659912109375 + + 150 + + 83 + + + 10.045999526977539 + 221 + + + + + + 684.0 + 2565.919921875 + + 150 + + 84 + + + 10.258999824523926 + 270 + + + + + + 684.0 + 2576.330078125 + + 150 + + 80 + + + 10.406999588012695 + 222 + + + + + + 683.7999877929688 + 2586.81005859375 + + 149 + + 80 + + + 10.482000350952148 + 248 + + + + + + 683.7999877929688 + 2597.139892578125 + + 149 + + 80 + + + 10.331999778747559 + 221 + + + + + + 683.4000244140625 + 2607.60009765625 + + 150 + + 78 + + + 10.456999778747559 + 202 + + + + + + 683.0 + 2618.31005859375 + + 149 + + 78 + + + 10.661999702453613 + 256 + + + + + + 682.7999877929688 + 2628.820068359375 + + 149 + + 78 + + + 10.506999969482422 + 200 + + + + + + 682.7999877929688 + 2639.27001953125 + + 149 + + 77 + + + 10.482000350952148 + 209 + + + + + + 682.5999755859375 + 2649.77001953125 + + 150 + + 85 + + + 10.506999969482422 + 253 + + + + + + 682.4000244140625 + 2660.320068359375 + + 149 + + 96 + + + 10.557999610900879 + 225 + + + + + + 682.4000244140625 + 2670.929931640625 + + 149 + + 89 + + + 10.609999656677246 + 266 + + + + + + 682.4000244140625 + 2681.5400390625 + + 149 + + 78 + + + 10.609999656677246 + 266 + + + + + + 682.2000122070312 + 2692.1201171875 + + 149 + + 78 + + + 10.583999633789062 + 215 + + + + + + 682.4000244140625 + 2702.72998046875 + + 149 + + 78 + + + 10.609999656677246 + 244 + + + + + + 682.4000244140625 + 2713.3701171875 + + 149 + + 81 + + + 10.63599967956543 + 216 + + + + + + 682.4000244140625 + 2723.97998046875 + + 149 + + 81 + + + 10.609999656677246 + 255 + + + + + + 682.2000122070312 + 2734.510009765625 + + 149 + + 77 + + + 10.532999992370605 + 260 + + + + + + 682.4000244140625 + 2744.919921875 + + 149 + + 77 + + + 10.406999588012695 + 236 + + + + + + 682.4000244140625 + 2755.27001953125 + + 150 + + 78 + + + 10.357000350952148 + 228 + + + + + + 682.5999755859375 + 2765.760009765625 + + 149 + + 79 + + + 10.482000350952148 + 227 + + + + + + 682.5999755859375 + 2776.239990234375 + + 150 + + 80 + + + 10.482000350952148 + 227 + + + + + + 683.0 + 2787.030029296875 + + 149 + + 81 + + + 10.793999671936035 + 244 + + + + + + 683.0 + 2797.8798828125 + + 149 + + 81 + + + 10.847999572753906 + 225 + + + + + + 683.0 + 2808.72998046875 + + 149 + + 80 + + + 10.847999572753906 + 225 + + + + + + 682.7999877929688 + 2819.469970703125 + + 149 + + 83 + + + 10.741000175476074 + 208 + + + + + + 682.5999755859375 + 2830.2099609375 + + 149 + + 85 + + + 10.741000175476074 + 208 + + + + + + 682.2000122070312 + 2841.030029296875 + + 149 + + 81 + + + 10.807000160217285 + 240 + + + + + + 682.2000122070312 + 2851.820068359375 + + 149 + + 78 + + + 10.807000160217285 + 240 + + + + + + 682.2000122070312 + 2862.429931640625 + + 149 + + 80 + + + 10.609999656677246 + 240 + + + + + + 682.2000122070312 + 2873.1201171875 + + 149 + + 81 + + + 10.687999725341797 + 200 + + + + + + 682.2000122070312 + 2883.860107421875 + + 149 + + 81 + + + 10.741000175476074 + 218 + + + + + + 682.2000122070312 + 2894.60009765625 + + 149 + + 79 + + + 10.741000175476074 + 218 + + + + + + 682.2000122070312 + 2905.27001953125 + + 150 + + 84 + + + 10.661999702453613 + 199 + + + + + + 682.2000122070312 + 2915.929931640625 + + 150 + + 84 + + + 10.661999702453613 + 203 + + + + + + 682.2000122070312 + 2926.590087890625 + + 150 + + 82 + + + 10.661999702453613 + 203 + + + + + + 682.5999755859375 + 2937.1201171875 + + 150 + + 84 + + + 10.532999992370605 + 201 + + + + + + 682.4000244140625 + 2947.659912109375 + + 150 + + 82 + + + 10.532999992370605 + 201 + + + + + + 682.4000244140625 + 2957.989990234375 + + 150 + + 78 + + + 10.331999778747559 + 227 + + + + + + 682.5999755859375 + 2968.320068359375 + + 150 + + 77 + + + 10.331999778747559 + 227 + + + + + + 682.5999755859375 + 2978.75 + + 149 + + 79 + + + 10.432000160217285 + 230 + + + + + + 682.4000244140625 + 2989.2099609375 + + 149 + + 81 + + + 10.432000160217285 + 230 + + + + + + 682.5999755859375 + 2999.590087890625 + + 149 + + 81 + + + 10.406999588012695 + 261 + + + + + + 682.7999877929688 + 3010.050048828125 + + 148 + + 80 + + + 10.456999778747559 + 206 + + + + + + 682.5999755859375 + 3020.610107421875 + + 148 + + 78 + + + 10.557999610900879 + 254 + + + + + + 682.5999755859375 + 3031.35009765625 + + 149 + + 89 + + + 10.741000175476074 + 279 + + + + + + 682.4000244140625 + 3042.110107421875 + + 149 + + 99 + + + 10.767000198364258 + 248 + + + + + + 682.2000122070312 + 3052.719970703125 + + 148 + + 92 + + + 10.609999656677246 + 227 + + + + + + 681.7999877929688 + 3063.43994140625 + + 148 + + 83 + + + 10.71399974822998 + 258 + + + + + + 681.5999755859375 + 3074.14990234375 + + 149 + + 79 + + + 10.71399974822998 + 189 + + + + + + 681.7999877929688 + 3084.8701171875 + + 149 + + 79 + + + 10.71399974822998 + 200 + + + + + + + 10.473999977111816 + 81 + 157 + 237 + 312 + + + + + 155.0 + 1651.6 + 11.012999534606932 + 36 + + 151 + + + 154 + + Active + 102 + Manual + + + + 681.7999877929688 + 3084.8701171875 + + 149 + + 79 + + + 10.71399974822998 + 200 + + + + + + 682.0 + 3095.580078125 + + 149 + + 80 + + + 10.71399974822998 + 232 + + + + + + 682.2000122070312 + 3106.35009765625 + + 149 + + 80 + + + 10.767000198364258 + 244 + + + + + + 682.7999877929688 + 3117.219970703125 + + 149 + + 80 + + + 10.875 + 217 + + + + + + 683.2000122070312 + 3128.1201171875 + + 149 + + 81 + + + 10.902000427246094 + 255 + + + + + + 683.2000122070312 + 3139.0 + + 148 + + 80 + + + 10.875 + 272 + + + + + + 683.0 + 3149.739990234375 + + 148 + + 78 + + + 10.741000175476074 + 236 + + + + + + 683.0 + 3160.320068359375 + + 149 + + 78 + + + 10.583999633789062 + 265 + + + + + + 682.5999755859375 + 3170.9599609375 + + 149 + + 80 + + + 10.63599967956543 + 234 + + + + + + 682.4000244140625 + 3181.72998046875 + + 150 + + 80 + + + 10.767000198364258 + 244 + + + + + + 682.5999755859375 + 3192.60009765625 + + 150 + + 80 + + + 10.847999572753906 + 261 + + + + + + 682.5999755859375 + 3203.590087890625 + + 150 + + 83 + + + 11.012999534606934 + 246 + + + + + + 682.4000244140625 + 3214.52001953125 + + 150 + + 86 + + + 10.930000305175781 + 193 + + + + + + 682.4000244140625 + 3225.31005859375 + + 150 + + 85 + + + 10.793999671936035 + 224 + + + + + + 682.4000244140625 + 3236.080078125 + + 150 + + 82 + + + 10.767000198364258 + 230 + + + + + + 682.0 + 3246.85009765625 + + 150 + + 79 + + + 10.767000198364258 + 212 + + + + + + 682.0 + 3257.530029296875 + + 150 + + 78 + + + 10.687999725341797 + 213 + + + + + + 682.2000122070312 + 3268.169921875 + + 151 + + 80 + + + 10.63599967956543 + 212 + + + + + + 682.0 + 3278.75 + + 151 + + 80 + + + 10.583999633789062 + 191 + + + + + + 682.0 + 3289.340087890625 + + 151 + + 80 + + + 10.583999633789062 + 191 + + + + + + 682.0 + 3299.860107421875 + + 150 + + 78 + + + 10.520000457763672 + 252 + + + + + + 682.0 + 3310.360107421875 + + 150 + + 75 + + + 10.506999969482422 + 210 + + + + + + 682.0 + 3320.8701171875 + + 150 + + 78 + + + 10.506999969482422 + 210 + + + + + + 682.0 + 3331.330078125 + + 151 + + 77 + + + 10.456999778747559 + 245 + + + + + + 682.2000122070312 + 3341.830078125 + + 150 + + 76 + + + 10.456999778747559 + 245 + + + + + + 682.4000244140625 + 3352.239990234375 + + 151 + + 0 + + + 10.456999778747559 + 0 + + + + + + 682.5999755859375 + 3362.699951171875 + + 151 + + 0 + + + 10.456999778747559 + 0 + + + + + + 682.5999755859375 + + 151 + + 0 + + + 0 + + + + + + 683.7999877929688 + 3373.010009765625 + + 150 + + 19 + + + 10.307999610900879 + 233 + + + + + + 683.0 + 3383.409912109375 + + 150 + + 78 + + + 10.406999588012695 + 274 + + + + + + 683.0 + 3393.820068359375 + + 150 + + 77 + + + 10.406999588012695 + 274 + + + + + + 683.0 + 3404.280029296875 + + 150 + + 72 + + + 10.456999778747559 + 234 + + + + + + 683.0 + 3414.659912109375 + + 150 + + 77 + + + 10.381999969482422 + 260 + + + + + + 682.7999877929688 + 3425.219970703125 + + 150 + + 75 + + + 10.557999610900879 + 236 + + + + + + 682.7999877929688 + 3435.9599609375 + + 149 + + 77 + + + 10.741000175476074 + 269 + + + + + + 682.7999877929688 + 3446.699951171875 + + 150 + + 78 + + + 10.741000175476074 + 269 + + + + + + 682.7999877929688 + 3457.22998046875 + + 150 + + 78 + + + 10.532999992370605 + 242 + + + + + + 682.5999755859375 + 3467.840087890625 + + 150 + + 83 + + + 10.609999656677246 + 227 + + + + + + 682.5999755859375 + 3478.449951171875 + + 150 + + 83 + + + 10.609999656677246 + 227 + + + + + + 682.5999755859375 + 3489.179931640625 + + 150 + + 78 + + + 10.71399974822998 + 229 + + + + + + 682.5999755859375 + 3499.929931640625 + + 150 + + 79 + + + 10.767000198364258 + 295 + + + + + + 682.7999877929688 + 3510.780029296875 + + 150 + + 78 + + + 10.847999572753906 + 254 + + + + + + 682.7999877929688 + 3521.679931640625 + + 149 + + 78 + + + 10.902000427246094 + 197 + + + + + + 682.7999877929688 + 3532.56005859375 + + 150 + + 81 + + + 10.875 + 228 + + + + + + 682.5999755859375 + 3543.429931640625 + + 149 + + 86 + + + 10.875 + 228 + + + + + + 682.4000244140625 + 3554.0400390625 + + 149 + + 80 + + + 10.609999656677246 + 240 + + + + + + 682.0 + 3564.60009765625 + + 150 + + 78 + + + 10.557999610900879 + 222 + + + + + + 681.7999877929688 + 3575.159912109375 + + 150 + + 78 + + + 10.557999610900879 + 274 + + + + + + 682.0 + 3585.820068359375 + + 150 + + 77 + + + 10.661999702453613 + 217 + + + + + + 682.0 + 3596.47998046875 + + 150 + + 74 + + + 10.661999702453613 + 217 + + + + + + 682.2000122070312 + 3607.389892578125 + + 151 + + 81 + + + 10.902000427246094 + 247 + + + + + + 682.0 + 3618.22998046875 + + 151 + + 85 + + + 10.847999572753906 + 221 + + + + + + 681.7999877929688 + 3629.080078125 + + 151 + + 90 + + + 10.847999572753906 + 232 + + + + + + 681.5999755859375 + 3639.8798828125 + + 150 + + 89 + + + 10.793999671936035 + 259 + + + + + + 681.2000122070312 + 3650.6201171875 + + 150 + + 81 + + + 10.741000175476074 + 265 + + + + + + 681.0 + 3661.330078125 + + 151 + + 82 + + + 10.71399974822998 + 243 + + + + + + 680.5999755859375 + 3672.070068359375 + + 151 + + 78 + + + 10.741000175476074 + 251 + + + + + + 680.5999755859375 + 3682.8701171875 + + 150 + + 78 + + + 10.793999671936035 + 220 + + + + + + 680.7999877929688 + 3693.47998046875 + + 150 + + 80 + + + 10.609999656677246 + 212 + + + + + + 681.0 + 3704.159912109375 + + 150 + + 77 + + + 10.687999725341797 + 257 + + + + + + 681.4000244140625 + 3714.719970703125 + + 151 + + 76 + + + 10.557999610900879 + 267 + + + + + + 681.4000244140625 + 3725.31005859375 + + 151 + + 76 + + + 10.583999633789062 + 240 + + + + + + 681.4000244140625 + 3735.889892578125 + + 150 + + 77 + + + 10.583999633789062 + 272 + + + + + + 681.0 + 3746.469970703125 + + 149 + + 75 + + + 10.583999633789062 + 272 + + + + + + 680.7999877929688 + 3756.68994140625 + + 150 + + 77 + + + 10.211000442504883 + 252 + + + + + + 680.5999755859375 + 3766.72998046875 + + 150 + + 79 + + + 10.045999526977539 + 305 + + + + + + 680.7999877929688 + 3776.85009765625 + + 151 + + 78 + + + 10.116000175476074 + 287 + + + + + + 681.2000122070312 + 3787.110107421875 + + 150 + + 75 + + + 10.258999824523926 + 264 + + + + + + 681.5999755859375 + 3797.4599609375 + + 150 + + 75 + + + 10.357000350952148 + 207 + + + + + + 681.7999877929688 + 3808.0 + + 151 + + 76 + + + 10.532999992370605 + 295 + + + + + + 682.2000122070312 + 3818.530029296875 + + 151 + + 76 + + + 10.532999992370605 + 295 + + + + + + 682.5999755859375 + 3829.110107421875 + + 151 + + 77 + + + 10.583999633789062 + 226 + + + + + + 682.4000244140625 + 3839.60009765625 + + 151 + + 81 + + + 10.482000350952148 + 237 + + + + + + 682.5999755859375 + 3850.22998046875 + + 151 + + 79 + + + 10.63599967956543 + 291 + + + + + + 682.5999755859375 + 3860.969970703125 + + 150 + + 77 + + + 10.741000175476074 + 201 + + + + + + 682.7999877929688 + 3871.7099609375 + + 150 + + 80 + + + 10.741000175476074 + 214 + + + + + + 682.4000244140625 + 3882.27001953125 + + 151 + + 85 + + + 10.557999610900879 + 197 + + + + + + 682.5999755859375 + 3892.929931640625 + + 151 + + 80 + + + 10.661999702453613 + 203 + + + + + + 682.4000244140625 + 3903.64990234375 + + 151 + + 83 + + + 10.71399974822998 + 278 + + + + + + 682.4000244140625 + 3914.5 + + 151 + + 81 + + + 10.847999572753906 + 282 + + + + + + 682.0 + 3925.260009765625 + + 151 + + 80 + + + 10.767000198364258 + 262 + + + + + + 682.2000122070312 + 3936.219970703125 + + 151 + + 82 + + + 10.956999778747559 + 245 + + + + + + 682.2000122070312 + 3947.090087890625 + + 151 + + 81 + + + 10.875 + 250 + + + + + + 682.2000122070312 + 3958.110107421875 + + 152 + + 85 + + + 11.012999534606934 + 220 + + + + + + 682.2000122070312 + 3968.820068359375 + + 152 + + 85 + + + 10.71399974822998 + 222 + + + + + + 682.2000122070312 + 3979.409912109375 + + 152 + + 84 + + + 10.583999633789062 + 294 + + + + + + 682.4000244140625 + 3990.25 + + 152 + + 78 + + + 10.847999572753906 + 261 + + + + + + 682.4000244140625 + 4000.93994140625 + + 152 + + 79 + + + 10.687999725341797 + 257 + + + + + + 682.4000244140625 + 4011.7099609375 + + 151 + + 77 + + + 10.767000198364258 + 277 + + + + + + 682.7999877929688 + 4022.47998046875 + + 152 + + 79 + + + 10.767000198364258 + 230 + + + + + + 682.7999877929688 + 4033.320068359375 + + 152 + + 78 + + + 10.847999572753906 + 225 + + + + + + 682.5999755859375 + 4044.199951171875 + + 152 + + 81 + + + 10.875 + 282 + + + + + + 682.4000244140625 + 4055.159912109375 + + 152 + + 81 + + + 10.956999778747559 + 248 + + + + + + 682.4000244140625 + 4066.139892578125 + + 152 + + 82 + + + 10.984999656677246 + 201 + + + + + + 682.2000122070312 + 4077.1298828125 + + 152 + + 82 + + + 10.984999656677246 + 201 + + + + + + 682.0 + 4088.0 + + 151 + + 80 + + + 10.875 + 254 + + + + + + 681.7999877929688 + 4098.85009765625 + + 151 + + 82 + + + 10.847999572753906 + 214 + + + + + + 681.5999755859375 + 4109.58984375 + + 151 + + 84 + + + 10.741000175476074 + 229 + + + + + + 681.4000244140625 + 4120.330078125 + + 151 + + 85 + + + 10.741000175476074 + 258 + + + + + + 681.5999755859375 + 4131.02001953125 + + 150 + + 78 + + + 10.687999725341797 + 239 + + + + + + 681.5999755859375 + 4141.68017578125 + + 151 + + 80 + + + 10.661999702453613 + 263 + + + + + + 681.7999877929688 + 4152.33984375 + + 151 + + 79 + + + 10.661999702453613 + 288 + + + + + + 681.7999877929688 + 4162.9501953125 + + 152 + + 78 + + + 10.609999656677246 + 251 + + + + + + 681.5999755859375 + 4173.5400390625 + + 151 + + 78 + + + 10.583999633789062 + 265 + + + + + + 681.5999755859375 + 4183.919921875 + + 152 + + 82 + + + 10.381999969482422 + 295 + + + + + + 681.7999877929688 + 4194.25 + + 151 + + 83 + + + 10.331999778747559 + 210 + + + + + + 681.7999877929688 + 4204.60009765625 + + 151 + + 78 + + + 10.331999778747559 + 255 + + + + + + 682.2000122070312 + 4214.89990234375 + + 151 + + 78 + + + 10.307999610900879 + 248 + + + + + + 682.4000244140625 + 4225.22021484375 + + 151 + + 78 + + + 10.331999778747559 + 283 + + + + + + 682.7999877929688 + 4235.759765625 + + 151 + + 78 + + + 10.532999992370605 + 271 + + + + + + 682.5999755859375 + 4246.2900390625 + + 151 + + 89 + + + 10.532999992370605 + 225 + + + + + + 682.5999755859375 + 4256.669921875 + + 151 + + 94 + + + 10.381999969482422 + 274 + + + + + + 682.5999755859375 + 4267.31005859375 + + 151 + + 77 + + + 10.63599967956543 + 223 + + + + + + 682.7999877929688 + 4277.919921875 + + 150 + + 82 + + + 10.609999656677246 + 233 + + + + + + 682.5999755859375 + 4288.5498046875 + + 151 + + 75 + + + 10.63599967956543 + 266 + + + + + + 682.4000244140625 + 4299.2900390625 + + 151 + + 79 + + + 10.741000175476074 + 283 + + + + + + 682.4000244140625 + 4310.14013671875 + + 151 + + 81 + + + 10.847999572753906 + 257 + + + + + + 682.4000244140625 + 4320.990234375 + + 150 + + 81 + + + 10.847999572753906 + 257 + + + + + + 682.5999755859375 + 4331.7998046875 + + 151 + + 79 + + + 10.807000160217285 + 240 + + + + + + 682.5999755859375 + 4342.64013671875 + + 151 + + 79 + + + 10.847999572753906 + 246 + + + + + + 682.7999877929688 + 4353.60009765625 + + 152 + + 80 + + + 10.956999778747559 + 219 + + + + + + 683.0 + 4364.52978515625 + + 152 + + 81 + + + 10.930000305175781 + 248 + + + + + + 683.0 + 4375.35009765625 + + 152 + + 83 + + + 10.821000099182129 + 220 + + + + + + 682.7999877929688 + 4386.1201171875 + + 153 + + 92 + + + 10.767000198364258 + 244 + + + + + + 683.0 + 4396.89013671875 + + 153 + + 102 + + + 10.767000198364258 + 244 + + + + + + 683.2000122070312 + 4407.5498046875 + + 153 + + 88 + + + 10.661999702453613 + 228 + + + + + + 683.2000122070312 + 4418.31982421875 + + 154 + + 80 + + + 10.767000198364258 + 241 + + + + + + 683.2000122070312 + 4429.25 + + 154 + + 77 + + + 10.930000305175781 + 233 + + + + + + 683.0 + 4440.2001953125 + + 154 + + 80 + + + 10.956999778747559 + 209 + + + + + + 682.7999877929688 + 4451.080078125 + + 154 + + 81 + + + 10.875 + 217 + + + + + + 682.4000244140625 + 4461.97998046875 + + 154 + + 82 + + + 10.902000427246094 + 247 + + + + + + 682.4000244140625 + 4472.85009765625 + + 154 + + 79 + + + 10.875 + 232 + + + + + + 682.4000244140625 + 4483.72998046875 + + 153 + + 78 + + + 10.875 + 217 + + + + + + 682.4000244140625 + 4494.5498046875 + + 153 + + 79 + + + 10.821000099182129 + 245 + + + + + + 682.2000122070312 + 4505.3701171875 + + 154 + + 80 + + + 10.821000099182129 + 245 + + + + + + 682.2000122070312 + 4516.25 + + 154 + + 80 + + + 10.875 + 291 + + + + + + 682.0 + 4527.1201171875 + + 153 + + 80 + + + 10.875 + 291 + + + + + + 682.0 + 4537.89990234375 + + 153 + + 80 + + + 10.781000137329102 + 223 + + + + + + 682.0 + 4548.6201171875 + + 153 + + 83 + + + 10.71399974822998 + 260 + + + + + + 682.0 + 4559.41015625 + + 152 + + 84 + + + 10.793999671936035 + 187 + + + + + + 681.7999877929688 + 4570.0 + + 153 + + 83 + + + 10.557999610900879 + 247 + + + + + + 682.0 + 4580.52978515625 + + 153 + + 83 + + + 10.557999610900879 + 232 + + + + + + 681.7999877929688 + 4590.83984375 + + 153 + + 78 + + + 10.307999610900879 + 233 + + + + + + 681.7999877929688 + 4601.1201171875 + + 153 + + 74 + + + 10.284000396728516 + 264 + + + + + + 681.7999877929688 + 4611.18994140625 + + 153 + + 76 + + + 10.069000244140625 + 225 + + + + + + 682.0 + 4621.330078125 + + 153 + + 76 + + + 10.140000343322754 + 274 + + + + + + 682.0 + 4631.43994140625 + + 153 + + 76 + + + 10.116000175476074 + 212 + + + + + + 682.2000122070312 + 4641.490234375 + + 152 + + 80 + + + 10.045999526977539 + 252 + + + + + + 682.2000122070312 + 4651.64990234375 + + 152 + + 80 + + + 10.163000106811523 + 241 + + + + + + 682.2000122070312 + 4662.009765625 + + 151 + + 75 + + + 10.357000350952148 + 238 + + + + + + 682.2000122070312 + 4672.5400390625 + + 151 + + 77 + + + 10.532999992370605 + 253 + + + + + + 682.0 + 4683.10009765625 + + 151 + + 78 + + + 10.557999610900879 + 257 + + + + + + 681.7999877929688 + 4693.7099609375 + + 151 + + 82 + + + 10.609999656677246 + 280 + + + + + + 681.7999877929688 + 4704.27001953125 + + 151 + + 83 + + + 10.557999610900879 + 247 + + + + + + 681.5999755859375 + 4715.08984375 + + 151 + + 82 + + + 10.821000099182129 + 260 + + + + + + 681.5999755859375 + 4725.75 + + 151 + + 81 + + + 10.661999702453613 + 239 + + + + + + 681.7999877929688 + 4736.47021484375 + + 151 + + 79 + + + 10.71399974822998 + 189 + + + + + + + 10.647999763488768 + 79 + 206 + 242 + 305 + + + + + 76.0 + 817.85 + 11.097000122070312 + 17 + + 152 + + + 153 + + Active + 98 + Manual + + + + 681.7999877929688 + 4736.47021484375 + + 151 + + 79 + + + 10.71399974822998 + 189 + + + + + + 682.0 + 4747.18017578125 + + 151 + + 78 + + + 10.71399974822998 + 189 + + + + + + 678.4000244140625 + 4757.919921875 + + 152 + + 81 + + + 10.741000175476074 + 220 + + + + + + 678.5999755859375 + 4768.740234375 + + 152 + + 98 + + + 10.821000099182129 + 216 + + + + + + 674.2000122070312 + 4779.56005859375 + + 151 + + 89 + + + 10.821000099182129 + 231 + + + + + + 670.7999877929688 + 4790.490234375 + + 151 + + 78 + + + 10.875 + 264 + + + + + + 671.2000122070312 + 4800.97998046875 + + 152 + + 80 + + + 10.506999969482422 + 259 + + + + + + 675.2000122070312 + 4811.66015625 + + 151 + + 77 + + + 10.687999725341797 + 282 + + + + + + 675.2000122070312 + 4822.31005859375 + + 151 + + 76 + + + 10.661999702453613 + 267 + + + + + + 679.5999755859375 + 4833.14013671875 + + 151 + + 81 + + + 10.847999572753906 + 232 + + + + + + 682.7999877929688 + 4844.0498046875 + + 151 + + 83 + + + 10.902000427246094 + 229 + + + + + + 683.0 + 4855.02978515625 + + 151 + + 81 + + + 10.984999656677246 + 264 + + + + + + 682.4000244140625 + 4866.080078125 + + 152 + + 79 + + + 11.039999961853027 + 291 + + + + + + 682.4000244140625 + 4877.10986328125 + + 152 + + 81 + + + 11.039999961853027 + 232 + + + + + + 682.4000244140625 + 4888.2099609375 + + 151 + + 78 + + + 11.097000122070312 + 222 + + + + + + 682.2000122070312 + 4898.9501953125 + + 152 + + 82 + + + 10.741000175476074 + 236 + + + + + + 681.7999877929688 + 4909.68994140625 + + 152 + + 84 + + + 10.741000175476074 + 232 + + + + + + 681.7999877929688 + 4920.43017578125 + + 152 + + 77 + + + 10.741000175476074 + 232 + + + + + + 681.4000244140625 + 4931.08984375 + + 152 + + 79 + + + 10.661999702453613 + 256 + + + + + + 681.4000244140625 + 4941.77978515625 + + 152 + + 80 + + + 10.687999725341797 + 242 + + + + + + 681.4000244140625 + 4952.39013671875 + + 152 + + 82 + + + 10.609999656677246 + 212 + + + + + + 681.2000122070312 + 4962.97998046875 + + 153 + + 78 + + + 10.583999633789062 + 268 + + + + + + 681.4000244140625 + 4973.56005859375 + + 153 + + 77 + + + 10.583999633789062 + 233 + + + + + + 681.4000244140625 + 4984.22021484375 + + 153 + + 78 + + + 10.661999702453613 + 228 + + + + + + 681.4000244140625 + 4994.64990234375 + + 153 + + 78 + + + 10.432000160217285 + 299 + + + + + + 681.4000244140625 + 5004.85986328125 + + 153 + + 76 + + + 10.211000442504883 + 265 + + + + + + 681.4000244140625 + 5015.0498046875 + + 153 + + 75 + + + 10.187000274658203 + 283 + + + + + + 681.5999755859375 + 5025.2900390625 + + 152 + + 77 + + + 10.234999656677246 + 239 + + + + + + 681.7999877929688 + 5035.58984375 + + 152 + + 76 + + + 10.307999610900879 + 261 + + + + + + 681.7999877929688 + 5045.93017578125 + + 152 + + 75 + + + 10.331999778747559 + 272 + + + + + + 682.0 + 5056.3798828125 + + 153 + + 78 + + + 10.456999778747559 + 217 + + + + + + 682.0 + 5067.009765625 + + 153 + + 80 + + + 10.609999656677246 + 233 + + + + + + 681.7999877929688 + 5077.72998046875 + + 153 + + 79 + + + 10.741000175476074 + 225 + + + + + + 682.0 + 5088.47021484375 + + 152 + + 81 + + + 10.741000175476074 + 190 + + + + + + 682.2000122070312 + 5099.10986328125 + + 152 + + 83 + + + 10.63599967956543 + 212 + + + + + + 682.4000244140625 + 5109.669921875 + + 153 + + 82 + + + 10.557999610900879 + 193 + + + + + + 682.5999755859375 + 5120.18017578125 + + 153 + + 79 + + + 10.506999969482422 + 218 + + + + + + 682.5999755859375 + 5130.7900390625 + + 153 + + 84 + + + 10.609999656677246 + 251 + + + + + + 682.4000244140625 + 5141.47021484375 + + 152 + + 96 + + + 10.687999725341797 + 235 + + + + + + 682.0 + 5152.27001953125 + + 152 + + 96 + + + 10.793999671936035 + 259 + + + + + + 681.7999877929688 + 5162.97998046875 + + 152 + + 85 + + + 10.71399974822998 + 258 + + + + + + 681.5999755859375 + 5173.830078125 + + 153 + + 80 + + + 10.847999572753906 + 232 + + + + + + 681.5999755859375 + 5184.68017578125 + + 153 + + 81 + + + 10.847999572753906 + 232 + + + + + + 681.5999755859375 + 5195.490234375 + + 152 + + 81 + + + 10.807000160217285 + 242 + + + + + + 681.5999755859375 + 5205.89013671875 + + 152 + + 80 + + + 10.406999588012695 + 270 + + + + + + 681.5999755859375 + 5216.1298828125 + + 152 + + 77 + + + 10.234999656677246 + 266 + + + + + + 681.5999755859375 + 5226.580078125 + + 152 + + 77 + + + 10.456999778747559 + 258 + + + + + + 681.7999877929688 + 5237.35009765625 + + 152 + + 78 + + + 10.767000198364258 + 241 + + + + + + 682.0 + 5248.2001953125 + + 152 + + 76 + + + 10.847999572753906 + 239 + + + + + + 681.7999877929688 + 5259.02001953125 + + 152 + + 77 + + + 10.821000099182129 + 216 + + + + + + 681.5999755859375 + 5269.89013671875 + + 152 + + 80 + + + 10.875 + 199 + + + + + + 681.5999755859375 + 5280.77001953125 + + 151 + + 82 + + + 10.875 + 228 + + + + + + 681.4000244140625 + 5291.7001953125 + + 152 + + 83 + + + 10.930000305175781 + 252 + + + + + + 681.2000122070312 + 5302.60009765625 + + 151 + + 80 + + + 10.902000427246094 + 226 + + + + + + 681.2000122070312 + 5313.419921875 + + 151 + + 81 + + + 10.821000099182129 + 231 + + + + + + 681.0 + 5324.27001953125 + + 149 + + 83 + + + 10.847999572753906 + 272 + + + + + + 680.5999755859375 + 5335.14990234375 + + 149 + + 84 + + + 10.875 + 254 + + + + + + 680.5999755859375 + 5345.759765625 + + 150 + + 87 + + + 10.609999656677246 + 212 + + + + + + 680.4000244140625 + 5356.39013671875 + + 151 + + 83 + + + 10.63599967956543 + 241 + + + + + + 680.4000244140625 + 5367.02978515625 + + 151 + + 80 + + + 10.63599967956543 + 227 + + + + + + 680.4000244140625 + 5377.43017578125 + + 151 + + 78 + + + 10.406999588012695 + 218 + + + + + + 680.4000244140625 + 5387.89013671875 + + 151 + + 81 + + + 10.456999778747559 + 272 + + + + + + 680.7999877929688 + 5398.22021484375 + + 151 + + 82 + + + 10.331999778747559 + 266 + + + + + + 681.4000244140625 + 5408.39013671875 + + 152 + + 79 + + + 10.163000106811523 + 305 + + + + + + 681.5999755859375 + 5418.490234375 + + 151 + + 76 + + + 10.069000244140625 + 272 + + + + + + 681.7999877929688 + 5428.43017578125 + + 151 + + 78 + + + 9.97700023651123 + 277 + + + + + + 681.7999877929688 + 5438.64013671875 + + 151 + + 81 + + + 10.211000442504883 + 218 + + + + + + 681.4000244140625 + 5448.990234375 + + 150 + + 79 + + + 10.331999778747559 + 251 + + + + + + 681.0 + 5459.259765625 + + 151 + + 79 + + + 10.284000396728516 + 233 + + + + + + 681.0 + 5469.72021484375 + + 150 + + 78 + + + 10.456999778747559 + 219 + + + + + + 681.0 + 5480.22021484375 + + 149 + + 76 + + + 10.506999969482422 + 238 + + + + + + 681.0 + 5490.77978515625 + + 150 + + 79 + + + 10.557999610900879 + 222 + + + + + + 680.7999877929688 + 5501.33984375 + + 150 + + 83 + + + 10.557999610900879 + 232 + + + + + + 680.7999877929688 + 5511.81982421875 + + 151 + + 84 + + + 10.482000350952148 + 252 + + + + + + 680.7999877929688 + 5522.330078125 + + 151 + + 84 + + + 10.506999969482422 + 207 + + + + + + 680.5999755859375 + 5532.91015625 + + 150 + + 81 + + + 10.583999633789062 + 290 + + + + + + 680.7999877929688 + 5543.60009765625 + + 151 + + 82 + + + 10.687999725341797 + 221 + + + + + + 680.7999877929688 + 5554.3798828125 + + 150 + + 81 + + + 10.71399974822998 + 182 + + + + + + + 10.532999992370605 + 81 + 103 + 241 + 305 + + + + + 155.0 + 1641.78 + 10.930000305175781 + 36 + + 152 + + + 155 + + Active + 94 + Manual + + + + 680.7999877929688 + 5554.3798828125 + + 150 + + 81 + + + 10.71399974822998 + 182 + + + + + + 681.2000122070312 + 5565.0 + + 150 + + 83 + + + 10.687999725341797 + 228 + + + + + + 681.2000122070312 + 5575.77001953125 + + 150 + + 88 + + + 10.767000198364258 + 266 + + + + + + 683.7999877929688 + 5586.64990234375 + + 150 + + 87 + + + 10.875 + 207 + + + + + + 683.7999877929688 + 5597.43994140625 + + 150 + + 78 + + + 10.793999671936035 + 237 + + + + + + 684.0 + 5608.22998046875 + + 149 + + 80 + + + 10.793999671936035 + 291 + + + + + + 684.0 + 5618.919921875 + + 150 + + 82 + + + 10.687999725341797 + 239 + + + + + + 683.7999877929688 + 5629.60986328125 + + 150 + + 80 + + + 10.687999725341797 + 235 + + + + + + 681.5999755859375 + 5640.3798828125 + + 150 + + 79 + + + 10.767000198364258 + 262 + + + + + + 681.5999755859375 + 5651.08984375 + + 150 + + 79 + + + 10.71399974822998 + 204 + + + + + + 681.2000122070312 + 5661.75 + + 150 + + 79 + + + 10.661999702453613 + 228 + + + + + + 681.2000122070312 + 5672.490234375 + + 150 + + 80 + + + 10.741000175476074 + 243 + + + + + + 681.2000122070312 + 5683.259765625 + + 150 + + 79 + + + 10.767000198364258 + 201 + + + + + + 681.4000244140625 + 5694.080078125 + + 150 + + 79 + + + 10.821000099182129 + 238 + + + + + + 681.2000122070312 + 5704.93017578125 + + 150 + + 79 + + + 10.847999572753906 + 268 + + + + + + 681.4000244140625 + 5715.7998046875 + + 151 + + 79 + + + 10.875 + 228 + + + + + + 681.0 + 5726.6298828125 + + 150 + + 81 + + + 10.821000099182129 + 202 + + + + + + 680.7999877929688 + 5737.419921875 + + 151 + + 83 + + + 10.793999671936035 + 230 + + + + + + 680.7999877929688 + 5748.080078125 + + 151 + + 81 + + + 10.661999702453613 + 213 + + + + + + 681.2000122070312 + 5758.68994140625 + + 151 + + 78 + + + 10.609999656677246 + 216 + + + + + + 681.5999755859375 + 5769.2001953125 + + 151 + + 79 + + + 10.506999969482422 + 246 + + + + + + 682.2000122070312 + 5779.60986328125 + + 151 + + 79 + + + 10.406999588012695 + 212 + + + + + + 682.5999755859375 + 5790.0400390625 + + 151 + + 77 + + + 10.432000160217285 + 236 + + + + + + 683.2000122070312 + 5800.3798828125 + + 151 + + 76 + + + 10.307999610900879 + 268 + + + + + + 682.7999877929688 + 5810.72998046875 + + 151 + + 76 + + + 10.381999969482422 + 295 + + + + + + 682.2000122070312 + 5821.009765625 + + 152 + + 81 + + + 10.284000396728516 + 275 + + + + + + 681.5999755859375 + 5831.10009765625 + + 152 + + 84 + + + 10.093000411987305 + 272 + + + + + + 681.4000244140625 + 5841.14990234375 + + 152 + + 79 + + + 10.045999526977539 + 288 + + + + + + 680.5999755859375 + 5851.14990234375 + + 153 + + 75 + + + 10.0 + 247 + + + + + + 680.7999877929688 + 5861.27001953125 + + 153 + + 74 + + + 10.116000175476074 + 341 + + + + + + 680.5999755859375 + 5871.47998046875 + + 152 + + 74 + + + 10.211000442504883 + 242 + + + + + + 680.7999877929688 + 5881.759765625 + + 153 + + 76 + + + 10.284000396728516 + 267 + + + + + + 680.5999755859375 + 5892.1298828125 + + 153 + + 78 + + + 10.357000350952148 + 228 + + + + + + 680.5999755859375 + 5902.47998046875 + + 153 + + 79 + + + 10.357000350952148 + 228 + + + + + + 680.5999755859375 + 5913.08984375 + + 153 + + 76 + + + 10.609999656677246 + 283 + + + + + + 680.7999877929688 + 5923.6201171875 + + 152 + + 77 + + + 10.532999992370605 + 225 + + + + + + 680.5999755859375 + 5934.2001953125 + + 153 + + 79 + + + 10.583999633789062 + 244 + + + + + + 680.4000244140625 + 5944.85986328125 + + 153 + + 82 + + + 10.661999702453613 + 256 + + + + + + 680.5999755859375 + 5955.60986328125 + + 153 + + 83 + + + 10.741000175476074 + 214 + + + + + + 680.4000244140625 + 5966.31982421875 + + 153 + + 80 + + + 10.71399974822998 + 236 + + + + + + 680.5999755859375 + 5977.02978515625 + + 153 + + 78 + + + 10.71399974822998 + 260 + + + + + + 681.2000122070312 + 5987.830078125 + + 153 + + 79 + + + 10.793999671936035 + 241 + + + + + + 681.4000244140625 + 5998.6201171875 + + 153 + + 80 + + + 10.793999671936035 + 241 + + + + + + 681.4000244140625 + 6009.5498046875 + + 153 + + 81 + + + 10.930000305175781 + 284 + + + + + + 681.4000244140625 + 6020.39990234375 + + 153 + + 81 + + + 10.847999572753906 + 217 + + + + + + 681.4000244140625 + 6031.0400390625 + + 154 + + 82 + + + 10.63599967956543 + 220 + + + + + + 681.0 + 6041.47021484375 + + 154 + + 80 + + + 10.432000160217285 + 289 + + + + + + 681.2000122070312 + 6052.02978515625 + + 153 + + 78 + + + 10.557999610900879 + 211 + + + + + + 681.4000244140625 + 6062.64013671875 + + 153 + + 78 + + + 10.609999656677246 + 209 + + + + + + 681.5999755859375 + 6073.39990234375 + + 154 + + 79 + + + 10.767000198364258 + 299 + + + + + + 681.4000244140625 + 6084.330078125 + + 154 + + 83 + + + 10.930000305175781 + 218 + + + + + + 681.5999755859375 + 6095.259765625 + + 154 + + 82 + + + 10.930000305175781 + 218 + + + + + + 681.0 + 6106.18994140625 + + 153 + + 82 + + + 10.930000305175781 + 218 + + + + + + 680.7999877929688 + 6116.990234375 + + 154 + + 80 + + + 10.793999671936035 + 216 + + + + + + 680.5999755859375 + 6127.75 + + 154 + + 74 + + + 10.767000198364258 + 215 + + + + + + 680.4000244140625 + 6138.240234375 + + 154 + + 79 + + + 10.482000350952148 + 269 + + + + + + 680.2000122070312 + 6148.77001953125 + + 153 + + 80 + + + 10.532999992370605 + 277 + + + + + + 680.2000122070312 + 6159.35009765625 + + 153 + + 78 + + + 10.583999633789062 + 233 + + + + + + 680.2000122070312 + 6169.9599609375 + + 153 + + 78 + + + 10.609999656677246 + 297 + + + + + + 680.4000244140625 + 6180.52001953125 + + 153 + + 78 + + + 10.557999610900879 + 239 + + + + + + 680.4000244140625 + 6191.02978515625 + + 154 + + 80 + + + 10.506999969482422 + 255 + + + + + + 680.2000122070312 + 6201.509765625 + + 154 + + 79 + + + 10.482000350952148 + 294 + + + + + + 680.4000244140625 + 6211.990234375 + + 154 + + 78 + + + 10.482000350952148 + 234 + + + + + + 680.0 + 6222.35009765625 + + 154 + + 78 + + + 10.357000350952148 + 304 + + + + + + 680.0 + 6232.7099609375 + + 154 + + 77 + + + 10.357000350952148 + 269 + + + + + + 679.7999877929688 + 6242.81982421875 + + 154 + + 74 + + + 10.116000175476074 + 297 + + + + + + 680.0 + 6253.02978515625 + + 153 + + 76 + + + 10.211000442504883 + 293 + + + + + + 680.0 + 6263.43994140625 + + 153 + + 76 + + + 10.406999588012695 + 250 + + + + + + 680.5999755859375 + 6273.8701171875 + + 153 + + 75 + + + 10.432000160217285 + 275 + + + + + + 680.4000244140625 + 6284.43017578125 + + 152 + + 73 + + + 10.557999610900879 + 239 + + + + + + 680.2000122070312 + 6295.08984375 + + 153 + + 78 + + + 10.661999702453613 + 241 + + + + + + 680.0 + 6305.72998046875 + + 153 + + 78 + + + 10.63599967956543 + 241 + + + + + + 680.0 + 6316.47021484375 + + 154 + + 78 + + + 10.741000175476074 + 225 + + + + + + 679.5999755859375 + 6327.18994140625 + + 154 + + 80 + + + 10.71399974822998 + 297 + + + + + + 679.7999877929688 + 6337.9501953125 + + 154 + + 88 + + + 10.767000198364258 + 291 + + + + + + 680.0 + 6348.72021484375 + + 155 + + 87 + + + 10.767000198364258 + 219 + + + + + + 680.2000122070312 + 6359.47998046875 + + 155 + + 79 + + + 10.767000198364258 + 237 + + + + + + 680.2000122070312 + 6370.27978515625 + + 155 + + 81 + + + 10.793999671936035 + 266 + + + + + + 680.2000122070312 + 6381.06982421875 + + 154 + + 80 + + + 10.793999671936035 + 224 + + + + + + 680.5999755859375 + 6391.919921875 + + 154 + + 77 + + + 10.847999572753906 + 261 + + + + + + 680.7999877929688 + 6402.77001953125 + + 153 + + 78 + + + 10.847999572753906 + 261 + + + + + + 681.2000122070312 + 6413.509765625 + + 154 + + 82 + + + 10.741000175476074 + 201 + + + + + + 681.4000244140625 + 6424.25 + + 154 + + 78 + + + 10.741000175476074 + 201 + + + + + + 681.5999755859375 + 6434.91015625 + + 154 + + 78 + + + 10.661999702453613 + 221 + + + + + + 681.4000244140625 + 6445.3701171875 + + 154 + + 82 + + + 10.456999778747559 + 209 + + + + + + 681.4000244140625 + 6455.85009765625 + + 154 + + 85 + + + 10.482000350952148 + 231 + + + + + + 681.2000122070312 + 6466.330078125 + + 154 + + 82 + + + 10.482000350952148 + 231 + + + + + + 681.0 + 6477.0498046875 + + 153 + + 75 + + + 10.71399974822998 + 207 + + + + + + 681.0 + 6487.83984375 + + 153 + + 78 + + + 10.793999671936035 + 220 + + + + + + 680.7999877929688 + 6498.6298828125 + + 153 + + 79 + + + 10.793999671936035 + 220 + + + + + + 680.7999877929688 + 6509.4599609375 + + 153 + + 88 + + + 10.821000099182129 + 234 + + + + + + 680.5999755859375 + 6520.39013671875 + + 153 + + 86 + + + 10.930000305175781 + 252 + + + + + + 680.5999755859375 + 6531.2099609375 + + 152 + + 83 + + + 10.821000099182129 + 249 + + + + + + 680.5999755859375 + 6542.0 + + 152 + + 83 + + + 10.793999671936035 + 248 + + + + + + 680.5999755859375 + 6552.7099609375 + + 152 + + 80 + + + 10.71399974822998 + 193 + + + + + + 680.5999755859375 + 6563.31982421875 + + 152 + + 79 + + + 10.609999656677246 + 240 + + + + + + 681.0 + 6573.93017578125 + + 152 + + 79 + + + 10.609999656677246 + 240 + + + + + + 681.4000244140625 + 6584.60009765625 + + 151 + + 77 + + + 10.661999702453613 + 249 + + + + + + 681.2000122070312 + 6594.97998046875 + + 151 + + 76 + + + 10.381999969482422 + 215 + + + + + + 681.0 + 6605.39013671875 + + 151 + + 82 + + + 10.406999588012695 + 274 + + + + + + 681.4000244140625 + 6615.740234375 + + 150 + + 75 + + + 10.357000350952148 + 273 + + + + + + 680.5999755859375 + 6626.10009765625 + + 149 + + 76 + + + 10.357000350952148 + 273 + + + + + + 680.2000122070312 + 6636.41015625 + + 149 + + 77 + + + 10.307999610900879 + 244 + + + + + + 680.7999877929688 + 6646.58984375 + + 149 + + 78 + + + 10.187000274658203 + 272 + + + + + + 681.2000122070312 + 6656.52978515625 + + 150 + + 74 + + + 9.930999755859375 + 285 + + + + + + 681.0 + 6666.5 + + 150 + + 71 + + + 9.97700023651123 + 240 + + + + + + 681.0 + 6676.47998046875 + + 150 + + 70 + + + 9.97700023651123 + 240 + + + + + + 681.2000122070312 + 6686.490234375 + + 151 + + 78 + + + 10.01099967956543 + 252 + + + + + + 680.5999755859375 + 6696.6298828125 + + 151 + + 78 + + + 10.140000343322754 + 237 + + + + + + 680.5999755859375 + 6706.77001953125 + + 151 + + 78 + + + 10.140000343322754 + 237 + + + + + + 680.7999877929688 + 6717.0498046875 + + 151 + + 80 + + + 10.284000396728516 + 258 + + + + + + 681.2000122070312 + 6727.4599609375 + + 151 + + 78 + + + 10.406999588012695 + 212 + + + + + + 681.0 + 6738.14990234375 + + 152 + + 78 + + + 10.687999725341797 + 257 + + + + + + 681.0 + 6748.89013671875 + + 152 + + 81 + + + 10.741000175476074 + 214 + + + + + + 681.0 + 6759.580078125 + + 152 + + 86 + + + 10.687999725341797 + 206 + + + + + + 680.5999755859375 + 6770.2099609375 + + 151 + + 90 + + + 10.63599967956543 + 205 + + + + + + 680.4000244140625 + 6780.89990234375 + + 152 + + 79 + + + 10.687999725341797 + 213 + + + + + + 680.4000244140625 + 6791.64013671875 + + 152 + + 79 + + + 10.741000175476074 + 194 + + + + + + 680.4000244140625 + 6802.35986328125 + + 151 + + 79 + + + 10.71399974822998 + 243 + + + + + + 680.4000244140625 + 6812.89013671875 + + 152 + + 79 + + + 10.532999992370605 + 218 + + + + + + 680.5999755859375 + 6823.5498046875 + + 152 + + 79 + + + 10.661999702453613 + 228 + + + + + + 681.0 + 6834.2900390625 + + 151 + + 78 + + + 10.741000175476074 + 276 + + + + + + 681.2000122070312 + 6845.02978515625 + + 151 + + 78 + + + 10.741000175476074 + 276 + + + + + + 681.2000122070312 + 6855.77978515625 + + 151 + + 78 + + + 10.741000175476074 + 272 + + + + + + 681.2000122070312 + 6866.4599609375 + + 151 + + 78 + + + 10.687999725341797 + 239 + + + + + + 681.2000122070312 + 6877.1298828125 + + 151 + + 78 + + + 10.661999702453613 + 217 + + + + + + 681.0 + 6888.0 + + 151 + + 79 + + + 10.875 + 185 + + + + + + 680.7999877929688 + 6898.7099609375 + + 151 + + 94 + + + 10.71399974822998 + 214 + + + + + + 680.5999755859375 + 6909.3798828125 + + 152 + + 92 + + + 10.661999702453613 + 224 + + + + + + 680.5999755859375 + 6919.9599609375 + + 151 + + 89 + + + 10.583999633789062 + 194 + + + + + + 680.5999755859375 + 6930.52001953125 + + 152 + + 77 + + + 10.557999610900879 + 225 + + + + + + 680.4000244140625 + 6941.0498046875 + + 151 + + 78 + + + 10.532999992370605 + 218 + + + + + + 680.2000122070312 + 6951.52978515625 + + 152 + + 80 + + + 10.482000350952148 + 224 + + + + + + 680.2000122070312 + 6961.97021484375 + + 151 + + 76 + + + 10.432000160217285 + 244 + + + + + + 680.2000122070312 + 6972.14990234375 + + 151 + + 79 + + + 10.187000274658203 + 207 + + + + + + 680.0 + 6982.47998046875 + + 151 + + 86 + + + 10.331999778747559 + 262 + + + + + + 680.2000122070312 + 6992.77978515625 + + 150 + + 81 + + + 10.258999824523926 + 219 + + + + + + 680.2000122070312 + 7002.9599609375 + + 149 + + 76 + + + 10.187000274658203 + 258 + + + + + + 680.2000122070312 + 7013.0498046875 + + 150 + + 76 + + + 10.116000175476074 + 256 + + + + + + 680.0 + 7023.2099609375 + + 150 + + 74 + + + 10.140000343322754 + 318 + + + + + + 680.0 + 7033.39990234375 + + 150 + + 75 + + + 10.211000442504883 + 252 + + + + + + 680.0 + 7043.580078125 + + 150 + + 75 + + + 10.187000274658203 + 214 + + + + + + 680.2000122070312 + 7053.580078125 + + 150 + + 75 + + + 10.0 + 263 + + + + + + 681.0 + 7063.3798828125 + + 150 + + 74 + + + 9.79699993133545 + 268 + + + + + + 681.2000122070312 + 7072.97998046875 + + 150 + + 72 + + + 9.602999687194824 + 231 + + + + + + 681.2000122070312 + 7082.68994140625 + + 150 + + 71 + + + 9.710000038146973 + 269 + + + + + + 681.2000122070312 + 7092.47021484375 + + 150 + + 73 + + + 9.774999618530273 + 209 + + + + + + 681.2000122070312 + 7102.330078125 + + 150 + + 73 + + + 9.86400032043457 + 260 + + + + + + 680.5999755859375 + 7112.3798828125 + + 150 + + 81 + + + 10.045999526977539 + 204 + + + + + + 680.5999755859375 + 7122.66015625 + + 150 + + 73 + + + 10.284000396728516 + 258 + + + + + + 680.5999755859375 + 7133.02001953125 + + 150 + + 88 + + + 10.357000350952148 + 197 + + + + + + 680.5999755859375 + 7143.4501953125 + + 149 + + 88 + + + 10.432000160217285 + 208 + + + + + + 680.7999877929688 + 7154.06005859375 + + 150 + + 76 + + + 10.609999656677246 + 233 + + + + + + 680.7999877929688 + 7164.47021484375 + + 150 + + 78 + + + 10.406999588012695 + 250 + + + + + + 681.2000122070312 + 7175.0 + + 150 + + 77 + + + 10.532999992370605 + 256 + + + + + + 681.2000122070312 + 7185.3798828125 + + 150 + + 77 + + + 10.381999969482422 + 194 + + + + + + 681.2000122070312 + 7195.8701171875 + + 150 + + 77 + + + 10.482000350952148 + 209 + + + + + + + 10.508999824523926 + 79 + 206 + 242 + 341 + + + + + 158.0 + 1653.39 + 10.767000198364258 + 36 + + 149 + + + 151 + + Active + 103 + Manual + + + + 681.2000122070312 + 7195.8701171875 + + 150 + + 77 + + + 10.482000350952148 + 209 + + + + + + 681.2000122070312 + 7206.4501953125 + + 149 + + 78 + + + 10.583999633789062 + 208 + + + + + + 681.2000122070312 + 7216.97998046875 + + 150 + + 78 + + + 10.532999992370605 + 210 + + + + + + 678.4000244140625 + 7227.72021484375 + + 150 + + 77 + + + 10.741000175476074 + 308 + + + + + + 678.4000244140625 + 7238.47021484375 + + 150 + + 77 + + + 10.741000175476074 + 308 + + + + + + 678.5999755859375 + 7249.169921875 + + 150 + + 103 + + + 10.701000213623047 + 214 + + + + + + 678.5999755859375 + 7259.77978515625 + + 150 + + 91 + + + 10.609999656677246 + 255 + + + + + + 678.4000244140625 + 7270.39013671875 + + 150 + + 91 + + + 10.609999656677246 + 255 + + + + + + 681.0 + 7280.56982421875 + + 149 + + 77 + + + 10.187000274658203 + 241 + + + + + + 681.0 + 7290.77978515625 + + 149 + + 72 + + + 10.211000442504883 + 221 + + + + + + 680.7999877929688 + 7301.3701171875 + + 150 + + 78 + + + 10.583999633789062 + 233 + + + + + + 680.7999877929688 + 7311.9501953125 + + 150 + + 78 + + + 10.583999633789062 + 254 + + + + + + 680.7999877929688 + 7322.4599609375 + + 149 + + 85 + + + 10.506999969482422 + 231 + + + + + + 681.0 + 7332.93994140625 + + 149 + + 78 + + + 10.482000350952148 + 200 + + + + + + 681.0 + 7343.4501953125 + + 149 + + 78 + + + 10.506999969482422 + 218 + + + + + + 681.0 + 7354.06005859375 + + 149 + + 79 + + + 10.609999656677246 + 187 + + + + + + 680.7999877929688 + 7364.669921875 + + 149 + + 77 + + + 10.609999656677246 + 233 + + + + + + 680.7999877929688 + 7375.0498046875 + + 149 + + 85 + + + 10.381999969482422 + 215 + + + + + + 680.5999755859375 + 7385.43017578125 + + 149 + + 85 + + + 10.381999969482422 + 207 + + + + + + 680.5999755859375 + 7395.7900390625 + + 148 + + 86 + + + 10.357000350952148 + 249 + + + + + + 680.5999755859375 + 7406.14990234375 + + 148 + + 99 + + + 10.357000350952148 + 245 + + + + + + 680.5999755859375 + 7416.47998046875 + + 148 + + 76 + + + 10.331999778747559 + 287 + + + + + + 680.5999755859375 + 7426.759765625 + + 149 + + 76 + + + 10.284000396728516 + 209 + + + + + + 680.5999755859375 + 7437.0498046875 + + 149 + + 77 + + + 10.284000396728516 + 209 + + + + + + 680.7999877929688 + 7447.27001953125 + + 149 + + 75 + + + 10.222999572753906 + 228 + + + + + + 681.0 + 7457.47998046875 + + 149 + + 74 + + + 10.211000442504883 + 231 + + + + + + 681.0 + 7467.6201171875 + + 149 + + 78 + + + 10.140000343322754 + 288 + + + + + + 680.7999877929688 + 7477.64013671875 + + 149 + + 85 + + + 10.02299976348877 + 227 + + + + + + 680.7999877929688 + 7487.4599609375 + + 149 + + 84 + + + 9.819000244140625 + 259 + + + + + + 680.7999877929688 + 7497.4599609375 + + 150 + + 76 + + + 10.0 + 220 + + + + + + 680.5999755859375 + 7507.60009765625 + + 150 + + 79 + + + 10.140000343322754 + 247 + + + + + + 680.5999755859375 + 7517.669921875 + + 150 + + 77 + + + 10.069000244140625 + 222 + + + + + + 680.7999877929688 + 7527.8798828125 + + 149 + + 77 + + + 10.211000442504883 + 259 + + + + + + 680.7999877929688 + 7538.2099609375 + + 149 + + 83 + + + 10.331999778747559 + 193 + + + + + + 680.7999877929688 + 7548.5 + + 149 + + 76 + + + 10.284000396728516 + 233 + + + + + + 680.7999877929688 + 7559.009765625 + + 149 + + 80 + + + 10.506999969482422 + 231 + + + + + + 680.7999877929688 + 7569.6201171875 + + 149 + + 78 + + + 10.609999656677246 + 283 + + + + + + 680.5999755859375 + 7580.06982421875 + + 150 + + 78 + + + 10.456999778747559 + 275 + + + + + + 680.4000244140625 + 7590.66015625 + + 149 + + 78 + + + 10.583999633789062 + 229 + + + + + + 680.4000244140625 + 7601.2099609375 + + 150 + + 78 + + + 10.557999610900879 + 215 + + + + + + 680.4000244140625 + 7611.85009765625 + + 150 + + 80 + + + 10.63599967956543 + 266 + + + + + + 680.5999755859375 + 7622.509765625 + + 150 + + 78 + + + 10.661999702453613 + 235 + + + + + + 681.0 + 7633.02978515625 + + 150 + + 78 + + + 10.482000350952148 + 265 + + + + + + 681.2000122070312 + 7643.6298828125 + + 151 + + 78 + + + 10.63599967956543 + 227 + + + + + + 681.0 + 7654.3701171875 + + 151 + + 83 + + + 10.741000175476074 + 240 + + + + + + 680.5999755859375 + 7665.06005859375 + + 150 + + 80 + + + 10.687999725341797 + 235 + + + + + + 680.4000244140625 + 7675.75 + + 150 + + 81 + + + 10.687999725341797 + 242 + + + + + + 680.4000244140625 + 7686.080078125 + + 150 + + 80 + + + 10.331999778747559 + 255 + + + + + + 680.4000244140625 + 7696.35986328125 + + 150 + + 77 + + + 10.284000396728516 + 247 + + + + + + 680.5999755859375 + 7706.72021484375 + + 150 + + 75 + + + 10.357000350952148 + 221 + + + + + + 680.7999877929688 + 7717.10009765625 + + 150 + + 76 + + + 10.381999969482422 + 263 + + + + + + 680.5999755859375 + 7727.66015625 + + 149 + + 75 + + + 10.557999610900879 + 197 + + + + + + 680.5999755859375 + 7738.43017578125 + + 149 + + 84 + + + 10.767000198364258 + 205 + + + + + + 680.5999755859375 + 7749.1201171875 + + 150 + + 90 + + + 10.687999725341797 + 213 + + + + + + 681.2000122070312 + 7759.75 + + 150 + + 84 + + + 10.63599967956543 + 181 + + + + + + 681.5999755859375 + 7770.41015625 + + 150 + + 84 + + + 10.661999702453613 + 195 + + + + + + 681.7999877929688 + 7780.77001953125 + + 150 + + 78 + + + 10.357000350952148 + 211 + + + + + + 681.5999755859375 + 7791.2001953125 + + 150 + + 77 + + + 10.432000160217285 + 199 + + + + + + 681.4000244140625 + 7801.509765625 + + 149 + + 78 + + + 10.307999610900879 + 251 + + + + + + 680.7999877929688 + 7811.89013671875 + + 149 + + 75 + + + 10.381999969482422 + 225 + + + + + + 680.0 + 7822.31982421875 + + 149 + + 76 + + + 10.432000160217285 + 236 + + + + + + 680.0 + 7832.56005859375 + + 150 + + 77 + + + 10.234999656677246 + 221 + + + + + + 680.0 + 7842.97021484375 + + 149 + + 101 + + + 10.406999588012695 + 222 + + + + + + 680.0 + 7853.2001953125 + + 149 + + 91 + + + 10.234999656677246 + 293 + + + + + + 680.0 + 7863.52978515625 + + 149 + + 79 + + + 10.331999778747559 + 234 + + + + + + 680.0 + 7873.81982421875 + + 149 + + 77 + + + 10.284000396728516 + 285 + + + + + + 680.0 + 7884.0 + + 148 + + 75 + + + 10.187000274658203 + 234 + + + + + + 679.7999877929688 + 7894.0498046875 + + 148 + + 74 + + + 10.045999526977539 + 252 + + + + + + 680.0 + 7904.14013671875 + + 147 + + 77 + + + 10.093000411987305 + 229 + + + + + + 680.0 + 7914.330078125 + + 147 + + 78 + + + 10.187000274658203 + 234 + + + + + + 680.0 + 7924.490234375 + + 147 + + 78 + + + 10.163000106811523 + 220 + + + + + + 680.2000122070312 + 7934.72998046875 + + 148 + + 77 + + + 10.234999656677246 + 219 + + + + + + 680.4000244140625 + 7945.240234375 + + 148 + + 76 + + + 10.506999969482422 + 288 + + + + + + 680.4000244140625 + 7955.56982421875 + + 148 + + 76 + + + 10.331999778747559 + 206 + + + + + + 680.5999755859375 + 7965.97021484375 + + 148 + + 77 + + + 10.406999588012695 + 240 + + + + + + 680.5999755859375 + 7976.60986328125 + + 148 + + 77 + + + 10.63599967956543 + 234 + + + + + + 680.4000244140625 + 7987.08984375 + + 149 + + 80 + + + 10.482000350952148 + 234 + + + + + + 680.4000244140625 + 7997.68017578125 + + 149 + + 79 + + + 10.583999633789062 + 279 + + + + + + 680.2000122070312 + 8008.33984375 + + 149 + + 78 + + + 10.661999702453613 + 256 + + + + + + 680.0 + 8019.0498046875 + + 149 + + 83 + + + 10.71399974822998 + 200 + + + + + + 680.2000122070312 + 8029.66015625 + + 148 + + 81 + + + 10.609999656677246 + 230 + + + + + + 680.5999755859375 + 8040.27001953125 + + 149 + + 80 + + + 10.609999656677246 + 191 + + + + + + 681.0 + 8050.91015625 + + 149 + + 82 + + + 10.63599967956543 + 223 + + + + + + 681.2000122070312 + 8061.5400390625 + + 149 + + 79 + + + 10.63599967956543 + 238 + + + + + + 681.2000122070312 + 8072.27978515625 + + 148 + + 78 + + + 10.741000175476074 + 214 + + + + + + 681.4000244140625 + 8082.97021484375 + + 149 + + 78 + + + 10.687999725341797 + 260 + + + + + + 681.0 + 8093.580078125 + + 148 + + 84 + + + 10.609999656677246 + 262 + + + + + + 680.7999877929688 + 8104.08984375 + + 148 + + 85 + + + 10.506999969482422 + 196 + + + + + + 680.7999877929688 + 8114.64990234375 + + 148 + + 78 + + + 10.557999610900879 + 257 + + + + + + 681.2000122070312 + 8125.31005859375 + + 148 + + 80 + + + 10.661999702453613 + 231 + + + + + + 681.4000244140625 + 8135.7900390625 + + 148 + + 79 + + + 10.482000350952148 + 220 + + + + + + 681.4000244140625 + 8146.39990234375 + + 148 + + 78 + + + 10.609999656677246 + 240 + + + + + + 681.5999755859375 + 8157.06005859375 + + 148 + + 72 + + + 10.661999702453613 + 203 + + + + + + 681.4000244140625 + 8167.72998046875 + + 148 + + 72 + + + 10.661999702453613 + 228 + + + + + + 681.0 + 8178.35986328125 + + 148 + + 74 + + + 10.63599967956543 + 205 + + + + + + 680.4000244140625 + 8188.83984375 + + 147 + + 82 + + + 10.482000350952148 + 248 + + + + + + 679.7999877929688 + 8199.2998046875 + + 147 + + 85 + + + 10.456999778747559 + 199 + + + + + + 679.5999755859375 + 8209.509765625 + + 147 + + 77 + + + 10.211000442504883 + 300 + + + + + + 679.7999877929688 + 8219.8701171875 + + 148 + + 76 + + + 10.357000350952148 + 235 + + + + + + 679.7999877929688 + 8230.25 + + 147 + + 75 + + + 10.357000350952148 + 273 + + + + + + 679.7999877929688 + 8240.5302734375 + + 148 + + 77 + + + 10.307999610900879 + 231 + + + + + + 680.0 + 8250.7900390625 + + 148 + + 76 + + + 10.258999824523926 + 222 + + + + + + 680.0 + 8260.98046875 + + 147 + + 76 + + + 10.187000274658203 + 224 + + + + + + 680.0 + 8271.259765625 + + 148 + + 76 + + + 10.284000396728516 + 233 + + + + + + 680.0 + 8281.4296875 + + 149 + + 76 + + + 10.163000106811523 + 288 + + + + + + 680.0 + 8291.5 + + 148 + + 75 + + + 10.069000244140625 + 252 + + + + + + 679.5999755859375 + 8301.400390625 + + 149 + + 74 + + + 9.909000396728516 + 300 + + + + + + 679.5999755859375 + 8311.25 + + 149 + + 73 + + + 9.842000007629395 + 256 + + + + + + 679.7999877929688 + 8321.1298828125 + + 149 + + 73 + + + 9.88599967956543 + 260 + + + + + + 679.7999877929688 + 8331.1298828125 + + 149 + + 72 + + + 10.0 + 243 + + + + + + 680.0 + 8341.1796875 + + 149 + + 76 + + + 10.045999526977539 + 254 + + + + + + 680.4000244140625 + 8351.3203125 + + 149 + + 78 + + + 10.140000343322754 + 219 + + + + + + 680.5999755859375 + 8361.5498046875 + + 150 + + 77 + + + 10.234999656677246 + 256 + + + + + + 680.4000244140625 + 8371.91015625 + + 150 + + 78 + + + 10.357000350952148 + 207 + + + + + + 680.4000244140625 + 8382.5 + + 150 + + 78 + + + 10.583999633789062 + 248 + + + + + + 680.2000122070312 + 8393.1298828125 + + 150 + + 77 + + + 10.63599967956543 + 188 + + + + + + 680.2000122070312 + 8403.7197265625 + + 151 + + 72 + + + 10.583999633789062 + 187 + + + + + + 680.4000244140625 + 8414.26953125 + + 151 + + 73 + + + 10.557999610900879 + 219 + + + + + + 680.7999877929688 + 8424.8095703125 + + 151 + + 78 + + + 10.532999992370605 + 172 + + + + + + 681.0 + 8435.4404296875 + + 151 + + 81 + + + 10.63599967956543 + 212 + + + + + + 681.4000244140625 + 8445.9501953125 + + 151 + + 79 + + + 10.506999969482422 + 224 + + + + + + 681.4000244140625 + 8456.6396484375 + + 151 + + 80 + + + 10.687999725341797 + 200 + + + + + + 681.0 + 8467.169921875 + + 151 + + 80 + + + 10.532999992370605 + 253 + + + + + + 680.5999755859375 + 8477.8095703125 + + 151 + + 78 + + + 10.63599967956543 + 209 + + + + + + 680.0 + 8488.3701171875 + + 150 + + 75 + + + 10.557999610900879 + 204 + + + + + + 679.7999877929688 + 8498.8203125 + + 151 + + 76 + + + 10.456999778747559 + 234 + + + + + + 679.5999755859375 + 8509.150390625 + + 150 + + 81 + + + 10.331999778747559 + 210 + + + + + + 680.0 + 8519.41015625 + + 150 + + 79 + + + 10.258999824523926 + 257 + + + + + + 680.0 + 8529.7001953125 + + 150 + + 78 + + + 10.284000396728516 + 243 + + + + + + 680.0 + 8540.0498046875 + + 150 + + 81 + + + 10.357000350952148 + 197 + + + + + + 680.0 + 8550.58984375 + + 149 + + 85 + + + 10.532999992370605 + 225 + + + + + + 680.0 + 8561.1201171875 + + 149 + + 85 + + + 10.532999992370605 + 225 + + + + + + 680.0 + 8571.7001953125 + + 149 + + 82 + + + 10.583999633789062 + 233 + + + + + + 680.2000122070312 + 8582.08984375 + + 148 + + 82 + + + 10.381999969482422 + 225 + + + + + + 680.0 + 8592.4697265625 + + 149 + + 78 + + + 10.381999969482422 + 225 + + + + + + 680.0 + 8602.73046875 + + 149 + + 77 + + + 10.258999824523926 + 232 + + + + + + 680.4000244140625 + 8612.7998046875 + + 149 + + 79 + + + 10.069000244140625 + 192 + + + + + + 681.2000122070312 + 8622.83984375 + + 149 + + 77 + + + 10.045999526977539 + 261 + + + + + + 681.2000122070312 + 8632.9599609375 + + 148 + + 75 + + + 10.116000175476074 + 239 + + + + + + 681.2000122070312 + 8643.169921875 + + 149 + + 75 + + + 10.211000442504883 + 293 + + + + + + 681.4000244140625 + 8653.3798828125 + + 149 + + 75 + + + 10.211000442504883 + 211 + + + + + + 681.0 + 8663.58984375 + + 149 + + 74 + + + 10.211000442504883 + 245 + + + + + + 680.4000244140625 + 8673.830078125 + + 149 + + 74 + + + 10.234999656677246 + 249 + + + + + + 680.0 + 8684.0595703125 + + 148 + + 76 + + + 10.234999656677246 + 256 + + + + + + 680.2000122070312 + 8694.2998046875 + + 147 + + 76 + + + 10.234999656677246 + 256 + + + + + + 680.0 + 8704.5302734375 + + 147 + + 74 + + + 10.234999656677246 + 221 + + + + + + 680.0 + 8714.6201171875 + + 148 + + 75 + + + 10.093000411987305 + 243 + + + + + + 679.7999877929688 + 8724.599609375 + + 148 + + 79 + + + 9.97700023651123 + 246 + + + + + + 680.0 + 8734.6904296875 + + 148 + + 77 + + + 10.093000411987305 + 337 + + + + + + 680.0 + 8745.0 + + 148 + + 75 + + + 10.307999610900879 + 206 + + + + + + 680.0 + 8755.0703125 + + 148 + + 78 + + + 10.069000244140625 + 218 + + + + + + 680.2000122070312 + 8765.2099609375 + + 149 + + 80 + + + 10.140000343322754 + 193 + + + + + + 680.2000122070312 + 8775.2802734375 + + 148 + + 78 + + + 10.069000244140625 + 289 + + + + + + 680.4000244140625 + 8785.5595703125 + + 149 + + 75 + + + 10.284000396728516 + 222 + + + + + + 680.4000244140625 + 8796.2197265625 + + 149 + + 75 + + + 10.661999702453613 + 221 + + + + + + 680.5999755859375 + 8806.73046875 + + 149 + + 77 + + + 10.506999969482422 + 207 + + + + + + 680.5999755859375 + 8817.3896484375 + + 149 + + 78 + + + 10.661999702453613 + 199 + + + + + + 680.5999755859375 + 8828.080078125 + + 149 + + 78 + + + 10.687999725341797 + 210 + + + + + + 680.4000244140625 + 8838.76953125 + + 149 + + 82 + + + 10.687999725341797 + 175 + + + + + + 680.4000244140625 + 8849.41015625 + + 148 + + 81 + + + 10.63599967956543 + 146 + + + + + + + 10.407999992370605 + 79 + 209 + 234 + 337 + + + + + 51.0 + 413.03 + 10.63599967956543 + 4 + + 136 + + + 149 + + Active + 130 + Manual + + + + 680.4000244140625 + 8849.41015625 + + 148 + + 81 + + + 10.63599967956543 + 146 + + + + + + 680.2000122070312 + 8859.990234375 + + 149 + + 83 + + + 10.583999633789062 + 91 + + + + + + 680.2000122070312 + 8870.3203125 + + 148 + + 106 + + + 10.331999778747559 + 3 + + + + + + 672.4000244140625 + 8880.3896484375 + + 148 + + 93 + + + 10.069000244140625 + 0 + + + + + + 672.7999877929688 + 8890.2802734375 + + 148 + + 0 + + + 9.88599967956543 + 0 + + + + + + 673.0 + 8899.9404296875 + + 148 + + 0 + + + 9.666999816894531 + 0 + + + + + + 672.7999877929688 + 8909.4599609375 + + 148 + + 0 + + + 9.498000144958496 + 0 + + + + + + 672.4000244140625 + 8918.98046875 + + 147 + + 0 + + + 9.538999557495117 + 153 + + + + + + 680.0 + 8928.48046875 + + 147 + + 25 + + + 9.498000144958496 + 0 + + + + + + 679.4000244140625 + 8937.75 + + 146 + + 76 + + + 9.274999618530273 + 173 + + + + + + 678.7999877929688 + 8947.0703125 + + 145 + + 21 + + + 9.3149995803833 + 264 + + + + + + 678.7999877929688 + 8956.419921875 + + 144 + + 81 + + + 9.354999542236328 + 250 + + + + + + 678.7999877929688 + 8965.8603515625 + + 144 + + 68 + + + 9.435999870300293 + 163 + + + + + + 679.0 + 8975.26953125 + + 143 + + 68 + + + 9.414999961853027 + 185 + + + + + + 678.7999877929688 + 8984.5703125 + + 143 + + 67 + + + 9.295000076293945 + 186 + + + + + + 678.7999877929688 + 8993.8095703125 + + 143 + + 67 + + + 9.236000061035156 + 142 + + + + + + 678.5999755859375 + 9002.849609375 + + 142 + + 68 + + + 9.043999671936035 + 169 + + + + + + 678.5999755859375 + 9011.9501953125 + + 141 + + 67 + + + 9.100000381469727 + 231 + + + + + + 678.5999755859375 + 9020.8798828125 + + 140 + + 67 + + + 8.932000160217285 + 206 + + + + + + 679.2000122070312 + 9029.91015625 + + 139 + + 67 + + + 9.024999618530273 + 214 + + + + + + 679.7999877929688 + 9038.9501953125 + + 138 + + 66 + + + 9.043999671936035 + 178 + + + + + + 680.0 + 9047.8603515625 + + 137 + + 64 + + + 8.913999557495117 + 185 + + + + + + 679.7999877929688 + 9056.740234375 + + 137 + + 64 + + + 8.876999855041504 + 181 + + + + + + 679.5999755859375 + 9065.5595703125 + + 136 + + 67 + + + 8.822999954223633 + 174 + + + + + + 678.7999877929688 + 9074.3203125 + + 136 + + 69 + + + 8.751999855041504 + 140 + + + + + + 678.4000244140625 + 9083.01953125 + + 135 + + 75 + + + 8.699999809265137 + 150 + + + + + + 678.2000122070312 + 9091.73046875 + + 135 + + 84 + + + 8.682999610900879 + 182 + + + + + + 678.4000244140625 + 9100.3798828125 + + 135 + + 79 + + + 8.664999961853027 + 66 + + + + + + 678.7999877929688 + 9109.0302734375 + + 134 + + 99 + + + 8.64799976348877 + 106 + + + + + + 679.0 + 9117.580078125 + + 134 + + 130 + + + 8.562999725341797 + 134 + + + + + + 679.2000122070312 + 9126.1201171875 + + 134 + + 84 + + + 8.545999526977539 + 140 + + + + + + 679.2000122070312 + 9134.7900390625 + + 133 + + 63 + + + 8.664999961853027 + 144 + + + + + + 679.2000122070312 + 9143.25 + + 133 + + 63 + + + 8.463000297546387 + 146 + + + + + + 679.0 + 9151.73046875 + + 133 + + 63 + + + 8.479000091552734 + 155 + + + + + + 679.0 + 9160.08984375 + + 133 + + 65 + + + 8.364999771118164 + 25 + + + + + + 679.0 + 9168.3798828125 + + 133 + + 108 + + + 8.28600025177002 + 0 + + + + + + 679.0 + 9176.330078125 + + 133 + + 75 + + + 7.952000141143799 + 0 + + + + + + 679.2000122070312 + 9184.099609375 + + 133 + + 0 + + + 7.76800012588501 + 0 + + + + + + 679.5999755859375 + 9191.419921875 + + 132 + + 0 + + + 7.322999954223633 + 0 + + + + + + 680.0 + 9198.3798828125 + + 131 + + 0 + + + 6.927000045776367 + 0 + + + + + + 680.2000122070312 + 9204.8603515625 + + 130 + + 0 + + + 6.51200008392334 + 0 + + + + + + 680.4000244140625 + 9211.0703125 + + 129 + + 0 + + + 6.204999923706055 + 0 + + + + + + 680.4000244140625 + 9216.990234375 + + 129 + + 0 + + + 5.926000118255615 + 0 + + + + + + 680.4000244140625 + 9222.2802734375 + + 129 + + 0 + + + 5.284999847412109 + 0 + + + + + + 680.4000244140625 + 9226.990234375 + + 128 + + 0 + + + 4.708000183105469 + 0 + + + + + + 680.2000122070312 + 9231.3896484375 + + 127 + + 0 + + + 4.4029998779296875 + 0 + + + + + + 680.4000244140625 + 9235.6298828125 + + 125 + + 0 + + + 4.236000061035156 + 0 + + + + + + 680.4000244140625 + 9239.509765625 + + 123 + + 0 + + + 3.884000062942505 + 0 + + + + + + 680.5999755859375 + 9242.76953125 + + 121 + + 0 + + + 3.25600004196167 + 0 + + + + + + 680.5999755859375 + 9246.01953125 + + 120 + + 0 + + + 3.25600004196167 + 0 + + + + + + 680.7999877929688 + 9248.7197265625 + + 119 + + 0 + + + 2.700000047683716 + 0 + + + + + + 680.7999877929688 + 9250.259765625 + + 117 + + 0 + + + 1.5410000085830688 + 0 + + + + + + 680.7999877929688 + 9251.8095703125 + + 117 + + 0 + + + 1.5410000085830688 + 0 + + + + + + + 7.96999979019165 + 46 + 40 + 88 + 264 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614687.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614687.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614687.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614687.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,13307 @@ + + + + + 2017-08-26T13:25:12.000Z + + 40.0 + 360.2 + 9.645000457763672 + 5 + + 126 + + + 132 + + Active + 93 + Manual + + + + 678.2000122070312 + 7.670000076293945 + + 119 + + 56 + + + 7.671999931335449 + 172 + + + + + + 678.4000244140625 + 15.430000305175781 + + 119 + + 56 + + + 7.754000186920166 + 181 + + + + + + 678.5999755859375 + 23.290000915527344 + + 120 + + 57 + + + 7.866000175476074 + 173 + + + + + + 679.0 + 31.329999923706055 + + 120 + + 56 + + + 8.041000366210938 + 193 + + + + + + 678.4000244140625 + 39.290000915527344 + + 120 + + 68 + + + 7.952000141143799 + 186 + + + + + + 678.5999755859375 + 47.459999084472656 + + 121 + + 77 + + + 8.177000045776367 + 212 + + + + + + 678.4000244140625 + 55.54999923706055 + + 121 + + 67 + + + 8.085000038146973 + 129 + + + + + + 678.4000244140625 + 63.709999084472656 + + 121 + + 66 + + + 8.16100025177002 + 171 + + + + + + 678.4000244140625 + 71.76000213623047 + + 121 + + 68 + + + 8.055000305175781 + 180 + + + + + + 678.4000244140625 + 79.76000213623047 + + 122 + + 62 + + + 7.995999813079834 + 184 + + + + + + 678.2000122070312 + 87.7300033569336 + + 122 + + 60 + + + 7.9670000076293945 + 167 + + + + + + 678.4000244140625 + 95.61000061035156 + + 122 + + 60 + + + 7.880000114440918 + 165 + + + + + + 678.4000244140625 + 103.7699966430664 + + 122 + + 60 + + + 8.16100025177002 + 185 + + + + + + 678.5999755859375 + 112.01000213623047 + + 123 + + 60 + + + 8.23900032043457 + 173 + + + + + + 678.5999755859375 + 120.44000244140625 + + 123 + + 60 + + + 8.430000305175781 + 182 + + + + + + 678.5999755859375 + 128.9199981689453 + + 123 + + 78 + + + 8.479000091552734 + 172 + + + + + + 678.5999755859375 + 137.4600067138672 + + 124 + + 81 + + + 8.545999526977539 + 177 + + + + + + 678.4000244140625 + 146.13999938964844 + + 124 + + 72 + + + 8.682999610900879 + 171 + + + + + + 678.4000244140625 + 154.91000366210938 + + 124 + + 66 + + + 8.770000457763672 + 199 + + + + + + 678.4000244140625 + 163.72000122070312 + + 125 + + 81 + + + 8.805999755859375 + 164 + + + + + + 678.4000244140625 + 172.72999572753906 + + 125 + + 87 + + + 9.005999565124512 + 144 + + + + + + 678.5999755859375 + 181.72999572753906 + + 125 + + 73 + + + 9.005999565124512 + 156 + + + + + + 678.7999877929688 + 190.74000549316406 + + 126 + + 68 + + + 9.005999565124512 + 138 + + + + + + 679.0 + 199.64999389648438 + + 127 + + 67 + + + 8.913999557495117 + 166 + + + + + + 679.2000122070312 + 208.77000427246094 + + 127 + + 67 + + + 9.119000434875488 + 182 + + + + + + 679.2000122070312 + 217.9499969482422 + + 128 + + 67 + + + 9.177000045776367 + 171 + + + + + + 679.2000122070312 + 227.25999450683594 + + 128 + + 69 + + + 9.295000076293945 + 180 + + + + + + 679.4000244140625 + 236.60000610351562 + + 129 + + 69 + + + 9.354999542236328 + 162 + + + + + + 679.4000244140625 + 245.97000122070312 + + 129 + + 68 + + + 9.375 + 140 + + + + + + 679.4000244140625 + 255.38999938964844 + + 130 + + 69 + + + 9.414999961853027 + 163 + + + + + + 679.5999755859375 + 264.8399963378906 + + 130 + + 71 + + + 9.456000328063965 + 151 + + + + + + 679.5999755859375 + 274.3399963378906 + + 131 + + 82 + + + 9.498000144958496 + 142 + + + + + + 679.5999755859375 + 283.8599853515625 + + 131 + + 93 + + + 9.517999649047852 + 143 + + + + + + 679.5999755859375 + 293.3599853515625 + + 131 + + 82 + + + 9.498000144958496 + 142 + + + + + + 679.5999755859375 + 302.75 + + 132 + + 72 + + + 9.395000457763672 + 150 + + + + + + 679.7999877929688 + 312.2699890136719 + + 132 + + 73 + + + 9.517999649047852 + 178 + + + + + + 679.5999755859375 + 321.9200134277344 + + 132 + + 73 + + + 9.645000457763672 + 167 + + + + + + 679.5999755859375 + 331.5199890136719 + + 132 + + 73 + + + 9.602999687194824 + 144 + + + + + + 679.5999755859375 + 341.1000061035156 + + 132 + + 73 + + + 9.581000328063965 + 143 + + + + + + 680.0 + 350.67999267578125 + + 132 + + 75 + + + 9.581000328063965 + 143 + + + + + + 680.2000122070312 + 360.20001220703125 + + 132 + + 75 + + + 9.517999649047852 + 169 + + + + + + 680.4000244140625 + 369.79998779296875 + + 132 + + 74 + + + 9.602999687194824 + 157 + + + + + + + 8.654000282287598 + 70 + 48 + 166 + 212 + + + + + 109.0 + 1084.08 + 10.583999633789062 + 21 + + 139 + + + 143 + + Active + 96 + Manual + + + + 680.4000244140625 + 369.79998779296875 + + 132 + + 74 + + + 9.602999687194824 + 157 + + + + + + 680.7999877929688 + 379.32000732421875 + + 132 + + 72 + + + 9.517999649047852 + 168 + + + + + + 681.0 + 388.760009765625 + + 132 + + 73 + + + 9.435999870300293 + 204 + + + + + + 680.7999877929688 + 398.1300048828125 + + 132 + + 70 + + + 9.375 + 172 + + + + + + 680.5999755859375 + 407.489990234375 + + 133 + + 69 + + + 9.354999542236328 + 209 + + + + + + 680.4000244140625 + 417.0 + + 133 + + 69 + + + 9.517999649047852 + 213 + + + + + + 679.7999877929688 + 426.3999938964844 + + 133 + + 69 + + + 9.354999542236328 + 184 + + + + + + 679.0 + 435.8399963378906 + + 133 + + 70 + + + 9.456000328063965 + 202 + + + + + + 678.7999877929688 + 445.20001220703125 + + 133 + + 70 + + + 9.354999542236328 + 181 + + + + + + 678.7999877929688 + 454.55999755859375 + + 133 + + 74 + + + 9.375 + 175 + + + + + + 678.7999877929688 + 463.8999938964844 + + 133 + + 74 + + + 9.354999542236328 + 209 + + + + + + 679.2000122070312 + 473.2300109863281 + + 134 + + 69 + + + 9.335000038146973 + 184 + + + + + + 679.4000244140625 + 482.54998779296875 + + 134 + + 68 + + + 9.3149995803833 + 183 + + + + + + 680.0 + 491.8599853515625 + + 134 + + 69 + + + 9.3149995803833 + 193 + + + + + + 680.4000244140625 + 501.1400146484375 + + 135 + + 74 + + + 9.274999618530273 + 238 + + + + + + 680.7999877929688 + 510.42999267578125 + + 134 + + 77 + + + 9.295000076293945 + 204 + + + + + + 681.2000122070312 + 519.9299926757812 + + 135 + + 74 + + + 9.498000144958496 + 234 + + + + + + 681.4000244140625 + 529.3099975585938 + + 135 + + 70 + + + 9.375 + 222 + + + + + + 681.2000122070312 + 538.739990234375 + + 135 + + 69 + + + 9.395000457763672 + 160 + + + + + + 681.2000122070312 + 548.1400146484375 + + 135 + + 74 + + + 9.435999870300293 + 211 + + + + + + 681.0 + 557.3900146484375 + + 136 + + 75 + + + 9.255000114440918 + 204 + + + + + + 680.7999877929688 + 566.8099975585938 + + 136 + + 72 + + + 9.414999961853027 + 154 + + + + + + 680.7999877929688 + 576.47998046875 + + 136 + + 72 + + + 9.666999816894531 + 190 + + + + + + 681.0 + 586.260009765625 + + 137 + + 71 + + + 9.774999618530273 + 173 + + + + + + 681.0 + 595.8499755859375 + + 137 + + 77 + + + 9.602999687194824 + 154 + + + + + + 681.4000244140625 + 605.5800170898438 + + 137 + + 84 + + + 9.730999946594238 + 250 + + + + + + 681.7999877929688 + 615.4000244140625 + + 138 + + 76 + + + 9.819000244140625 + 216 + + + + + + 682.0 + 625.3099975585938 + + 138 + + 71 + + + 9.909000396728516 + 251 + + + + + + 682.0 + 635.27001953125 + + 138 + + 75 + + + 9.954000473022461 + 156 + + + + + + 682.2000122070312 + 645.239990234375 + + 138 + + 82 + + + 9.97700023651123 + 230 + + + + + + 682.4000244140625 + 655.3599853515625 + + 139 + + 79 + + + 10.116000175476074 + 206 + + + + + + 682.4000244140625 + 665.47998046875 + + 139 + + 73 + + + 10.116000175476074 + 223 + + + + + + 682.2000122070312 + 675.6599731445312 + + 139 + + 74 + + + 10.187000274658203 + 176 + + + + + + 682.2000122070312 + 685.9199829101562 + + 139 + + 77 + + + 10.258999824523926 + 202 + + + + + + 682.0 + 696.1799926757812 + + 139 + + 78 + + + 10.258999824523926 + 209 + + + + + + 681.5999755859375 + 706.4600219726562 + + 139 + + 76 + + + 10.284000396728516 + 178 + + + + + + 681.2000122070312 + 716.6799926757812 + + 139 + + 78 + + + 10.211000442504883 + 184 + + + + + + 681.0 + 726.9600219726562 + + 139 + + 81 + + + 10.284000396728516 + 199 + + + + + + 681.0 + 737.3200073242188 + + 140 + + 80 + + + 10.357000350952148 + 204 + + + + + + 681.0 + 747.5800170898438 + + 139 + + 78 + + + 10.258999824523926 + 177 + + + + + + 680.7999877929688 + 757.8800048828125 + + 140 + + 79 + + + 10.307999610900879 + 192 + + + + + + 680.7999877929688 + 768.1199951171875 + + 140 + + 80 + + + 10.234999656677246 + 164 + + + + + + 681.0 + 778.1400146484375 + + 140 + + 79 + + + 10.02299976348877 + 210 + + + + + + 680.7999877929688 + 788.1199951171875 + + 140 + + 76 + + + 9.97700023651123 + 166 + + + + + + 681.0 + 798.0499877929688 + + 139 + + 77 + + + 9.930999755859375 + 222 + + + + + + 681.2000122070312 + 807.9099731445312 + + 140 + + 75 + + + 9.86400032043457 + 194 + + + + + + 681.4000244140625 + 817.780029296875 + + 139 + + 74 + + + 9.86400032043457 + 247 + + + + + + 681.5999755859375 + 827.5999755859375 + + 140 + + 73 + + + 9.819000244140625 + 210 + + + + + + 681.7999877929688 + 837.3499755859375 + + 140 + + 73 + + + 9.753000259399414 + 231 + + + + + + 682.0 + 847.1500244140625 + + 139 + + 72 + + + 9.79699993133545 + 196 + + + + + + 682.4000244140625 + 856.8300170898438 + + 140 + + 72 + + + 9.687999725341797 + 217 + + + + + + 682.4000244140625 + 866.5900268554688 + + 139 + + 74 + + + 9.753000259399414 + 241 + + + + + + 682.7999877929688 + 876.280029296875 + + 139 + + 85 + + + 9.687999725341797 + 191 + + + + + + 682.7999877929688 + 886.030029296875 + + 140 + + 96 + + + 9.753000259399414 + 218 + + + + + + 683.4000244140625 + 895.760009765625 + + 140 + + 87 + + + 9.730999946594238 + 188 + + + + + + 683.4000244140625 + 905.4500122070312 + + 139 + + 76 + + + 9.687999725341797 + 229 + + + + + + 683.7999877929688 + 914.969970703125 + + 139 + + 75 + + + 9.517999649047852 + 235 + + + + + + 683.7999877929688 + 924.47998046875 + + 139 + + 73 + + + 9.517999649047852 + 194 + + + + + + 684.2000122070312 + 934.1699829101562 + + 139 + + 70 + + + 9.687999725341797 + 223 + + + + + + 684.5999755859375 + 943.9000244140625 + + 140 + + 73 + + + 9.730999946594238 + 198 + + + + + + 684.5999755859375 + 954.0 + + 140 + + 75 + + + 10.093000411987305 + 222 + + + + + + 684.5999755859375 + 963.9500122070312 + + 140 + + 79 + + + 9.954000473022461 + 166 + + + + + + 684.5999755859375 + 974.0 + + 140 + + 79 + + + 10.045999526977539 + 204 + + + + + + 684.5999755859375 + 984.0900268554688 + + 140 + + 75 + + + 10.093000411987305 + 188 + + + + + + 684.5999755859375 + 994.22998046875 + + 140 + + 78 + + + 10.140000343322754 + 223 + + + + + + 684.5999755859375 + 1004.3699951171875 + + 141 + + 75 + + + 10.140000343322754 + 183 + + + + + + 684.7999877929688 + 1014.530029296875 + + 141 + + 75 + + + 10.163000106811523 + 190 + + + + + + 685.0 + 1024.719970703125 + + 141 + + 80 + + + 10.187000274658203 + 176 + + + + + + 685.0 + 1034.97998046875 + + 142 + + 82 + + + 10.258999824523926 + 188 + + + + + + 685.0 + 1045.239990234375 + + 142 + + 84 + + + 10.258999824523926 + 188 + + + + + + 685.0 + 1055.5 + + 142 + + 80 + + + 10.258999824523926 + 198 + + + + + + 685.2000122070312 + 1065.75 + + 142 + + 76 + + + 10.258999824523926 + 236 + + + + + + 685.0 + 1076.1600341796875 + + 142 + + 77 + + + 10.406999588012695 + 240 + + + + + + 685.0 + 1086.6199951171875 + + 142 + + 77 + + + 10.456999778747559 + 234 + + + + + + 684.7999877929688 + 1097.199951171875 + + 142 + + 78 + + + 10.583999633789062 + 183 + + + + + + 684.7999877929688 + 1107.6099853515625 + + 142 + + 81 + + + 10.406999588012695 + 212 + + + + + + 684.4000244140625 + 1117.989990234375 + + 142 + + 84 + + + 10.381999969482422 + 190 + + + + + + 684.2000122070312 + 1128.280029296875 + + 142 + + 84 + + + 10.284000396728516 + 171 + + + + + + 684.2000122070312 + 1138.489990234375 + + 142 + + 81 + + + 10.211000442504883 + 194 + + + + + + 684.0 + 1148.7900390625 + + 143 + + 77 + + + 10.307999610900879 + 165 + + + + + + 683.7999877929688 + 1159.1300048828125 + + 143 + + 76 + + + 10.331999778747559 + 224 + + + + + + 683.7999877929688 + 1169.4100341796875 + + 143 + + 78 + + + 10.284000396728516 + 178 + + + + + + 683.5999755859375 + 1179.550048828125 + + 143 + + 78 + + + 10.140000343322754 + 219 + + + + + + 683.5999755859375 + 1189.68994140625 + + 142 + + 79 + + + 10.140000343322754 + 219 + + + + + + 683.5999755859375 + 1199.6700439453125 + + 142 + + 75 + + + 9.97700023651123 + 203 + + + + + + 683.5999755859375 + 1209.530029296875 + + 143 + + 75 + + + 9.86400032043457 + 184 + + + + + + 683.7999877929688 + 1219.280029296875 + + 142 + + 74 + + + 9.753000259399414 + 241 + + + + + + 684.0 + 1229.0799560546875 + + 143 + + 73 + + + 9.79699993133545 + 193 + + + + + + 683.7999877929688 + 1238.9200439453125 + + 143 + + 73 + + + 9.842000007629395 + 269 + + + + + + 684.0 + 1248.6300048828125 + + 143 + + 72 + + + 9.710000038146973 + 185 + + + + + + 684.0 + 1258.280029296875 + + 143 + + 71 + + + 9.645000457763672 + 180 + + + + + + 684.2000122070312 + 1267.949951171875 + + 142 + + 72 + + + 9.666999816894531 + 226 + + + + + + 684.4000244140625 + 1277.5899658203125 + + 142 + + 73 + + + 9.645000457763672 + 238 + + + + + + 684.7999877929688 + 1287.260009765625 + + 143 + + 71 + + + 9.666999816894531 + 245 + + + + + + 684.7999877929688 + 1296.949951171875 + + 142 + + 72 + + + 9.687999725341797 + 203 + + + + + + 685.0 + 1306.6300048828125 + + 142 + + 75 + + + 9.687999725341797 + 229 + + + + + + 685.0 + 1316.2099609375 + + 142 + + 72 + + + 9.581000328063965 + 233 + + + + + + 685.0 + 1325.800048828125 + + 142 + + 75 + + + 9.581000328063965 + 233 + + + + + + 685.4000244140625 + 1335.47998046875 + + 143 + + 72 + + + 9.687999725341797 + 223 + + + + + + 685.4000244140625 + 1345.260009765625 + + 143 + + 72 + + + 9.774999618530273 + 192 + + + + + + 685.4000244140625 + 1354.8199462890625 + + 143 + + 74 + + + 9.5600004196167 + 207 + + + + + + 685.5999755859375 + 1364.43994140625 + + 142 + + 75 + + + 9.602999687194824 + 215 + + + + + + 685.7999877929688 + 1374.0899658203125 + + 142 + + 72 + + + 9.666999816894531 + 158 + + + + + + 685.7999877929688 + 1383.780029296875 + + 143 + + 78 + + + 9.687999725341797 + 201 + + + + + + 686.0 + 1393.6600341796875 + + 142 + + 74 + + + 9.88599967956543 + 181 + + + + + + 686.0 + 1403.6199951171875 + + 143 + + 77 + + + 9.954000473022461 + 225 + + + + + + 686.0 + 1413.5699462890625 + + 142 + + 73 + + + 9.954000473022461 + 225 + + + + + + 686.2000122070312 + 1423.68994140625 + + 142 + + 72 + + + 10.116000175476074 + 300 + + + + + + 686.2000122070312 + 1433.9200439453125 + + 143 + + 77 + + + 10.234999656677246 + 208 + + + + + + 686.4000244140625 + 1444.280029296875 + + 143 + + 90 + + + 10.357000350952148 + 221 + + + + + + 686.5999755859375 + 1454.6400146484375 + + 143 + + 97 + + + 10.357000350952148 + 169 + + + + + + + 9.89799976348877 + 76 + 139 + 204 + 300 + + + + + 79.0 + 816.71 + 10.583999633789062 + 16 + + 145 + + + 146 + + Active + 97 + Manual + + + + 686.5999755859375 + 1454.6400146484375 + + 143 + + 97 + + + 10.357000350952148 + 169 + + + + + + 686.7999877929688 + 1464.93994140625 + + 142 + + 79 + + + 10.307999610900879 + 210 + + + + + + 686.7999877929688 + 1475.25 + + 142 + + 82 + + + 10.307999610900879 + 210 + + + + + + 687.4000244140625 + 1485.72998046875 + + 143 + + 78 + + + 10.482000350952148 + 206 + + + + + + 687.7999877929688 + 1496.239990234375 + + 143 + + 78 + + + 10.506999969482422 + 235 + + + + + + 687.7999877929688 + 1506.77001953125 + + 143 + + 83 + + + 10.532999992370605 + 207 + + + + + + 687.5999755859375 + 1517.31005859375 + + 143 + + 92 + + + 10.532999992370605 + 221 + + + + + + 687.2000122070312 + 1527.8900146484375 + + 143 + + 85 + + + 10.583999633789062 + 191 + + + + + + 686.7999877929688 + 1538.3699951171875 + + 143 + + 80 + + + 10.482000350952148 + 196 + + + + + + 686.4000244140625 + 1548.8800048828125 + + 143 + + 86 + + + 10.506999969482422 + 203 + + + + + + 686.0 + 1559.3900146484375 + + 144 + + 84 + + + 10.506999969482422 + 192 + + + + + + 685.7999877929688 + 1569.8399658203125 + + 144 + + 77 + + + 10.456999778747559 + 167 + + + + + + 685.7999877929688 + 1580.22998046875 + + 144 + + 78 + + + 10.381999969482422 + 218 + + + + + + 685.5999755859375 + 1590.530029296875 + + 144 + + 79 + + + 10.307999610900879 + 182 + + + + + + 685.0 + 1600.719970703125 + + 144 + + 75 + + + 10.187000274658203 + 241 + + + + + + 684.5999755859375 + 1610.8800048828125 + + 144 + + 81 + + + 10.163000106811523 + 227 + + + + + + 684.2000122070312 + 1620.949951171875 + + 144 + + 76 + + + 10.069000244140625 + 211 + + + + + + 684.0 + 1630.97998046875 + + 144 + + 78 + + + 10.02299976348877 + 204 + + + + + + 683.7999877929688 + 1641.02001953125 + + 144 + + 77 + + + 10.045999526977539 + 238 + + + + + + 683.4000244140625 + 1651.0899658203125 + + 144 + + 75 + + + 10.069000244140625 + 188 + + + + + + 683.5999755859375 + 1661.0699462890625 + + 144 + + 74 + + + 9.97700023651123 + 207 + + + + + + 684.0 + 1670.8599853515625 + + 143 + + 74 + + + 9.79699993133545 + 219 + + + + + + 684.4000244140625 + 1680.8199462890625 + + 144 + + 73 + + + 9.954000473022461 + 266 + + + + + + 684.5999755859375 + 1690.699951171875 + + 144 + + 73 + + + 9.88599967956543 + 224 + + + + + + 685.0 + 1700.699951171875 + + 144 + + 74 + + + 9.954000473022461 + 299 + + + + + + 685.2000122070312 + 1710.5699462890625 + + 144 + + 74 + + + 9.909000396728516 + 257 + + + + + + 684.7999877929688 + 1720.47998046875 + + 144 + + 73 + + + 9.909000396728516 + 257 + + + + + + 684.5999755859375 + 1730.1600341796875 + + 144 + + 75 + + + 9.687999725341797 + 239 + + + + + + 684.5999755859375 + 1739.93994140625 + + 145 + + 74 + + + 9.774999618530273 + 251 + + + + + + 684.5999755859375 + 1749.7099609375 + + 145 + + 72 + + + 9.774999618530273 + 205 + + + + + + 684.7999877929688 + 1759.739990234375 + + 145 + + 72 + + + 10.02299976348877 + 221 + + + + + + 685.2000122070312 + 1769.8299560546875 + + 145 + + 72 + + + 10.093000411987305 + 205 + + + + + + 685.4000244140625 + 1779.989990234375 + + 145 + + 73 + + + 10.163000106811523 + 213 + + + + + + 685.5999755859375 + 1790.199951171875 + + 145 + + 78 + + + 10.211000442504883 + 191 + + + + + + 685.4000244140625 + 1800.4200439453125 + + 146 + + 85 + + + 10.211000442504883 + 191 + + + + + + 685.2000122070312 + 1810.6700439453125 + + 146 + + 90 + + + 10.258999824523926 + 198 + + + + + + 685.2000122070312 + 1820.9599609375 + + 145 + + 76 + + + 10.284000396728516 + 202 + + + + + + 685.0 + 1831.18994140625 + + 146 + + 86 + + + 10.234999656677246 + 229 + + + + + + 685.0 + 1841.530029296875 + + 146 + + 86 + + + 10.331999778747559 + 189 + + + + + + 685.0 + 1851.739990234375 + + 146 + + 79 + + + 10.211000442504883 + 218 + + + + + + 685.0 + 1862.0899658203125 + + 146 + + 75 + + + 10.357000350952148 + 190 + + + + + + 684.7999877929688 + 1872.47998046875 + + 146 + + 75 + + + 10.381999969482422 + 194 + + + + + + 685.2000122070312 + 1882.8900146484375 + + 146 + + 78 + + + 10.381999969482422 + 194 + + + + + + 685.2000122070312 + 1893.27001953125 + + 146 + + 77 + + + 10.406999588012695 + 190 + + + + + + 685.5999755859375 + 1903.8199462890625 + + 146 + + 88 + + + 10.557999610900879 + 250 + + + + + + 685.7999877929688 + 1914.3299560546875 + + 146 + + 88 + + + 10.506999969482422 + 192 + + + + + + 685.7999877929688 + 1924.739990234375 + + 146 + + 83 + + + 10.406999588012695 + 188 + + + + + + 686.0 + 1935.0899658203125 + + 146 + + 80 + + + 10.357000350952148 + 235 + + + + + + 686.2000122070312 + 1945.4300537109375 + + 146 + + 80 + + + 10.331999778747559 + 182 + + + + + + 686.2000122070312 + 1955.81005859375 + + 146 + + 80 + + + 10.381999969482422 + 201 + + + + + + 686.2000122070312 + 1966.1600341796875 + + 146 + + 78 + + + 10.357000350952148 + 214 + + + + + + 686.0 + 1976.5699462890625 + + 146 + + 83 + + + 10.406999588012695 + 215 + + + + + + 685.7999877929688 + 1987.0999755859375 + + 146 + + 78 + + + 10.532999992370605 + 214 + + + + + + 685.4000244140625 + 1997.56005859375 + + 146 + + 82 + + + 10.456999778747559 + 181 + + + + + + 684.7999877929688 + 2008.0899658203125 + + 146 + + 77 + + + 10.532999992370605 + 249 + + + + + + 684.5999755859375 + 2018.5999755859375 + + 146 + + 78 + + + 10.506999969482422 + 196 + + + + + + 684.5999755859375 + 2029.06005859375 + + 146 + + 75 + + + 10.456999778747559 + 191 + + + + + + 684.5999755859375 + 2039.4200439453125 + + 145 + + 83 + + + 10.357000350952148 + 211 + + + + + + 684.5999755859375 + 2049.75 + + 145 + + 79 + + + 10.331999778747559 + 189 + + + + + + 684.4000244140625 + 2060.06005859375 + + 145 + + 77 + + + 10.307999610900879 + 220 + + + + + + 684.2000122070312 + 2070.31005859375 + + 146 + + 78 + + + 10.258999824523926 + 195 + + + + + + 684.2000122070312 + 2080.570068359375 + + 146 + + 76 + + + 10.258999824523926 + 198 + + + + + + 684.2000122070312 + 2090.739990234375 + + 146 + + 75 + + + 10.163000106811523 + 210 + + + + + + 684.2000122070312 + 2100.969970703125 + + 146 + + 75 + + + 10.234999656677246 + 239 + + + + + + 684.2000122070312 + 2111.0400390625 + + 146 + + 75 + + + 10.069000244140625 + 215 + + + + + + 684.4000244140625 + 2121.1298828125 + + 146 + + 74 + + + 10.093000411987305 + 232 + + + + + + 684.4000244140625 + 2131.1298828125 + + 146 + + 71 + + + 10.0 + 243 + + + + + + 684.2000122070312 + 2140.97998046875 + + 145 + + 75 + + + 9.842000007629395 + 200 + + + + + + 684.2000122070312 + 2150.7099609375 + + 146 + + 77 + + + 9.730999946594238 + 230 + + + + + + 684.4000244140625 + 2160.47998046875 + + 145 + + 75 + + + 9.774999618530273 + 219 + + + + + + 684.5999755859375 + 2170.389892578125 + + 145 + + 68 + + + 9.909000396728516 + 185 + + + + + + 684.7999877929688 + 2180.340087890625 + + 145 + + 70 + + + 9.954000473022461 + 229 + + + + + + 685.4000244140625 + 2190.22998046875 + + 146 + + 74 + + + 9.88599967956543 + 195 + + + + + + 685.7999877929688 + 2199.93994140625 + + 145 + + 72 + + + 9.710000038146973 + 269 + + + + + + 686.0 + 2209.760009765625 + + 145 + + 70 + + + 9.819000244140625 + 203 + + + + + + 686.0 + 2219.85009765625 + + 145 + + 78 + + + 10.093000411987305 + 259 + + + + + + 686.0 + 2230.110107421875 + + 145 + + 80 + + + 10.258999824523926 + 188 + + + + + + 686.2000122070312 + 2240.35009765625 + + 145 + + 78 + + + 10.234999656677246 + 229 + + + + + + 686.2000122070312 + 2250.679931640625 + + 145 + + 81 + + + 10.331999778747559 + 203 + + + + + + 686.0 + 2260.989990234375 + + 146 + + 82 + + + 10.307999610900879 + 196 + + + + + + 686.0 + 2271.389892578125 + + 145 + + 80 + + + 10.406999588012695 + 201 + + + + + + + 10.168000221252441 + 78 + 104 + 213 + 299 + + + + + 198.0 + 2062.83 + 10.793999671936035 + 42 + + 147 + + + 148 + + Active + 111 + Manual + + + + 686.0 + 2271.389892578125 + + 145 + + 80 + + + 10.406999588012695 + 201 + + + + + + 686.0 + 2281.75 + + 145 + + 78 + + + 10.357000350952148 + 193 + + + + + + 685.7999877929688 + 2292.110107421875 + + 145 + + 76 + + + 10.357000350952148 + 256 + + + + + + 685.7999877929688 + 2302.56005859375 + + 145 + + 76 + + + 10.456999778747559 + 245 + + + + + + 685.7999877929688 + 2313.1201171875 + + 145 + + 77 + + + 10.557999610900879 + 228 + + + + + + 685.7999877929688 + 2323.760009765625 + + 146 + + 77 + + + 10.63599967956543 + 234 + + + + + + 685.4000244140625 + 2334.469970703125 + + 145 + + 62 + + + 10.71399974822998 + 222 + + + + + + 685.4000244140625 + 2344.8798828125 + + 146 + + 78 + + + 10.406999588012695 + 246 + + + + + + 685.2000122070312 + 2355.2900390625 + + 146 + + 78 + + + 10.406999588012695 + 190 + + + + + + 685.2000122070312 + 2365.77001953125 + + 145 + + 76 + + + 10.482000350952148 + 224 + + + + + + 685.4000244140625 + 2376.330078125 + + 145 + + 77 + + + 10.557999610900879 + 225 + + + + + + 685.0 + 2387.1201171875 + + 145 + + 78 + + + 10.793999671936035 + 173 + + + + + + 685.2000122070312 + 2397.780029296875 + + 145 + + 79 + + + 10.661999702453613 + 199 + + + + + + 685.0 + 2408.52001953125 + + 146 + + 82 + + + 10.741000175476074 + 211 + + + + + + 684.5999755859375 + 2419.159912109375 + + 145 + + 88 + + + 10.63599967956543 + 159 + + + + + + 684.2000122070312 + 2429.669921875 + + 146 + + 77 + + + 10.506999969482422 + 175 + + + + + + 683.7999877929688 + 2440.070068359375 + + 146 + + 62 + + + 10.406999588012695 + 194 + + + + + + 683.4000244140625 + 2450.31005859375 + + 147 + + 74 + + + 10.234999656677246 + 185 + + + + + + 683.4000244140625 + 2460.5 + + 147 + + 75 + + + 10.187000274658203 + 224 + + + + + + 683.4000244140625 + 2470.679931640625 + + 147 + + 75 + + + 10.187000274658203 + 241 + + + + + + 683.5999755859375 + 2480.93994140625 + + 147 + + 76 + + + 10.258999824523926 + 264 + + + + + + 683.5999755859375 + 2491.199951171875 + + 147 + + 76 + + + 10.258999824523926 + 181 + + + + + + 683.7999877929688 + 2501.409912109375 + + 147 + + 77 + + + 10.211000442504883 + 242 + + + + + + 683.7999877929688 + 2511.570068359375 + + 147 + + 76 + + + 10.163000106811523 + 217 + + + + + + 683.7999877929688 + 2521.830078125 + + 147 + + 76 + + + 10.211000442504883 + 283 + + + + + + 683.7999877929688 + 2532.030029296875 + + 147 + + 75 + + + 10.211000442504883 + 248 + + + + + + 684.0 + 2542.110107421875 + + 147 + + 75 + + + 10.093000411987305 + 229 + + + + + + 684.0 + 2551.949951171875 + + 147 + + 74 + + + 9.842000007629395 + 220 + + + + + + 684.0 + 2561.68994140625 + + 147 + + 78 + + + 9.753000259399414 + 247 + + + + + + 684.2000122070312 + 2571.570068359375 + + 147 + + 73 + + + 9.88599967956543 + 221 + + + + + + 684.5999755859375 + 2581.43994140625 + + 147 + + 70 + + + 9.86400032043457 + 264 + + + + + + 684.7999877929688 + 2591.389892578125 + + 146 + + 74 + + + 9.954000473022461 + 209 + + + + + + 685.0 + 2601.64990234375 + + 146 + + 85 + + + 10.258999824523926 + 240 + + + + + + 684.7999877929688 + 2612.010009765625 + + 147 + + 81 + + + 10.357000350952148 + 214 + + + + + + 685.0 + 2622.169921875 + + 147 + + 76 + + + 10.163000106811523 + 194 + + + + + + 685.0 + 2632.449951171875 + + 147 + + 75 + + + 10.284000396728516 + 205 + + + + + + 685.0 + 2642.739990234375 + + 146 + + 80 + + + 10.284000396728516 + 192 + + + + + + 685.0 + 2653.0 + + 147 + + 80 + + + 10.258999824523926 + 195 + + + + + + 685.2000122070312 + 2663.330078125 + + 146 + + 80 + + + 10.331999778747559 + 238 + + + + + + 685.2000122070312 + 2673.780029296875 + + 146 + + 78 + + + 10.456999778747559 + 234 + + + + + + 685.2000122070312 + 2684.320068359375 + + 146 + + 78 + + + 10.532999992370605 + 190 + + + + + + 685.4000244140625 + 2694.8798828125 + + 146 + + 79 + + + 10.557999610900879 + 215 + + + + + + 685.7999877929688 + 2705.510009765625 + + 146 + + 78 + + + 10.63599967956543 + 295 + + + + + + 686.0 + 2716.199951171875 + + 146 + + 77 + + + 10.687999725341797 + 204 + + + + + + 686.2000122070312 + 2726.889892578125 + + 146 + + 78 + + + 10.687999725341797 + 200 + + + + + + 686.2000122070312 + 2737.550048828125 + + 146 + + 77 + + + 10.661999702453613 + 231 + + + + + + 686.2000122070312 + 2748.18994140625 + + 145 + + 85 + + + 10.63599967956543 + 212 + + + + + + 686.0 + 2758.6201171875 + + 145 + + 85 + + + 10.432000160217285 + 240 + + + + + + 686.0 + 2768.969970703125 + + 146 + + 87 + + + 10.357000350952148 + 207 + + + + + + 686.0 + 2779.580078125 + + 146 + + 88 + + + 10.609999656677246 + 205 + + + + + + 686.0 + 2790.219970703125 + + 146 + + 81 + + + 10.63599967956543 + 230 + + + + + + 685.7999877929688 + 2800.8798828125 + + 146 + + 78 + + + 10.661999702453613 + 160 + + + + + + 685.4000244140625 + 2811.419921875 + + 146 + + 79 + + + 10.532999992370605 + 197 + + + + + + 685.0 + 2822.0 + + 146 + + 84 + + + 10.583999633789062 + 233 + + + + + + 684.5999755859375 + 2832.659912109375 + + 146 + + 78 + + + 10.661999702453613 + 210 + + + + + + 684.2000122070312 + 2843.3798828125 + + 146 + + 79 + + + 10.71399974822998 + 207 + + + + + + 684.0 + 2853.860107421875 + + 146 + + 76 + + + 10.482000350952148 + 234 + + + + + + 684.0 + 2864.31005859375 + + 146 + + 81 + + + 10.456999778747559 + 181 + + + + + + 684.0 + 2874.800048828125 + + 147 + + 82 + + + 10.482000350952148 + 206 + + + + + + 683.7999877929688 + 2885.280029296875 + + 147 + + 78 + + + 10.482000350952148 + 181 + + + + + + 684.0 + 2895.5400390625 + + 147 + + 77 + + + 10.258999824523926 + 198 + + + + + + 684.4000244140625 + 2905.85009765625 + + 147 + + 90 + + + 10.307999610900879 + 231 + + + + + + 684.5999755859375 + 2916.080078125 + + 147 + + 93 + + + 10.234999656677246 + 212 + + + + + + 684.5999755859375 + 2926.340087890625 + + 147 + + 79 + + + 10.258999824523926 + 281 + + + + + + 684.5999755859375 + 2936.6201171875 + + 148 + + 77 + + + 10.284000396728516 + 209 + + + + + + 684.4000244140625 + 2946.830078125 + + 147 + + 80 + + + 10.211000442504883 + 293 + + + + + + 684.0 + 2956.969970703125 + + 147 + + 77 + + + 10.140000343322754 + 227 + + + + + + 684.0 + 2966.989990234375 + + 147 + + 76 + + + 9.954000473022461 + 256 + + + + + + 684.0 + 2976.93994140625 + + 147 + + 78 + + + 10.0 + 210 + + + + + + 684.0 + 2987.18994140625 + + 147 + + 75 + + + 10.258999824523926 + 243 + + + + + + 684.2000122070312 + 2997.300048828125 + + 148 + + 73 + + + 10.116000175476074 + 202 + + + + + + 684.7999877929688 + 3007.39990234375 + + 148 + + 75 + + + 10.093000411987305 + 222 + + + + + + 684.7999877929688 + 3017.5400390625 + + 147 + + 81 + + + 10.140000343322754 + 213 + + + + + + 685.2000122070312 + 3027.64990234375 + + 148 + + 111 + + + 10.116000175476074 + 239 + + + + + + 685.4000244140625 + 3037.889892578125 + + 148 + + 93 + + + 10.234999656677246 + 236 + + + + + + 685.5999755859375 + 3048.169921875 + + 148 + + 77 + + + 10.284000396728516 + 220 + + + + + + 685.5999755859375 + 3058.409912109375 + + 147 + + 74 + + + 10.234999656677246 + 229 + + + + + + 685.7999877929688 + 3068.68994140625 + + 147 + + 74 + + + 10.284000396728516 + 209 + + + + + + 685.5999755859375 + 3079.050048828125 + + 147 + + 76 + + + 10.357000350952148 + 204 + + + + + + 685.7999877929688 + 3089.580078125 + + 147 + + 78 + + + 10.532999992370605 + 218 + + + + + + 685.5999755859375 + 3100.090087890625 + + 147 + + 80 + + + 10.506999969482422 + 203 + + + + + + 685.5999755859375 + 3110.5400390625 + + 147 + + 79 + + + 10.456999778747559 + 219 + + + + + + 685.5999755859375 + 3121.10009765625 + + 147 + + 79 + + + 10.557999610900879 + 197 + + + + + + 685.7999877929688 + 3131.760009765625 + + 147 + + 78 + + + 10.661999702453613 + 231 + + + + + + 685.7999877929688 + 3142.27001953125 + + 147 + + 80 + + + 10.506999969482422 + 235 + + + + + + 686.0 + 3152.85009765625 + + 147 + + 80 + + + 10.583999633789062 + 222 + + + + + + 686.0 + 3163.31005859375 + + 147 + + 76 + + + 10.456999778747559 + 245 + + + + + + 685.7999877929688 + 3173.739990234375 + + 148 + + 79 + + + 10.432000160217285 + 223 + + + + + + 685.4000244140625 + 3184.22998046875 + + 148 + + 77 + + + 10.482000350952148 + 213 + + + + + + 685.2000122070312 + 3194.679931640625 + + 148 + + 80 + + + 10.456999778747559 + 209 + + + + + + 685.0 + 3205.27001953125 + + 147 + + 82 + + + 10.583999633789062 + 191 + + + + + + 684.7999877929688 + 3215.77001953125 + + 147 + + 82 + + + 10.506999969482422 + 196 + + + + + + 684.4000244140625 + 3226.409912109375 + + 147 + + 80 + + + 10.63599967956543 + 184 + + + + + + 684.2000122070312 + 3237.090087890625 + + 148 + + 78 + + + 10.661999702453613 + 210 + + + + + + 683.7999877929688 + 3247.550048828125 + + 147 + + 87 + + + 10.482000350952148 + 227 + + + + + + 683.4000244140625 + 3258.139892578125 + + 148 + + 110 + + + 10.583999633789062 + 202 + + + + + + 683.0 + 3268.6201171875 + + 148 + + 93 + + + 10.482000350952148 + 196 + + + + + + 683.0 + 3279.050048828125 + + 148 + + 81 + + + 10.432000160217285 + 212 + + + + + + 682.5999755859375 + 3289.639892578125 + + 148 + + 77 + + + 10.583999633789062 + 194 + + + + + + 682.7999877929688 + 3300.0 + + 148 + + 76 + + + 10.307999610900879 + 231 + + + + + + 683.0 + 3310.360107421875 + + 148 + + 77 + + + 10.381999969482422 + 204 + + + + + + 683.2000122070312 + 3320.800048828125 + + 147 + + 76 + + + 10.456999778747559 + 219 + + + + + + 683.4000244140625 + 3331.070068359375 + + 147 + + 76 + + + 10.284000396728516 + 233 + + + + + + 683.5999755859375 + 3341.419921875 + + 147 + + 77 + + + 10.357000350952148 + 214 + + + + + + 683.5999755859375 + 3351.780029296875 + + 148 + + 79 + + + 10.357000350952148 + 228 + + + + + + 683.5999755859375 + 3362.06005859375 + + 148 + + 77 + + + 10.284000396728516 + 216 + + + + + + 683.5999755859375 + 3372.22998046875 + + 148 + + 76 + + + 10.163000106811523 + 251 + + + + + + 683.5999755859375 + 3382.199951171875 + + 148 + + 76 + + + 9.97700023651123 + 199 + + + + + + 683.4000244140625 + 3392.110107421875 + + 148 + + 76 + + + 9.909000396728516 + 238 + + + + + + 683.4000244140625 + 3402.22998046875 + + 148 + + 75 + + + 10.116000175476074 + 179 + + + + + + 683.4000244140625 + 3412.510009765625 + + 148 + + 75 + + + 10.284000396728516 + 199 + + + + + + 683.5999755859375 + 3422.8701171875 + + 148 + + 79 + + + 10.357000350952148 + 204 + + + + + + 683.7999877929688 + 3433.1298828125 + + 148 + + 81 + + + 10.258999824523926 + 192 + + + + + + 683.7999877929688 + 3443.489990234375 + + 147 + + 81 + + + 10.357000350952148 + 207 + + + + + + 683.7999877929688 + 3453.889892578125 + + 146 + + 79 + + + 10.406999588012695 + 222 + + + + + + 684.0 + 3464.22998046875 + + 147 + + 77 + + + 10.331999778747559 + 248 + + + + + + 684.0 + 3474.580078125 + + 146 + + 78 + + + 10.357000350952148 + 228 + + + + + + 684.0 + 3484.93994140625 + + 146 + + 76 + + + 10.357000350952148 + 221 + + + + + + 684.2000122070312 + 3495.449951171875 + + 146 + + 73 + + + 10.506999969482422 + 182 + + + + + + 684.0 + 3505.780029296875 + + 147 + + 79 + + + 10.331999778747559 + 172 + + + + + + 684.0 + 3516.18994140625 + + 147 + + 81 + + + 10.406999588012695 + 218 + + + + + + 683.7999877929688 + 3526.590087890625 + + 148 + + 79 + + + 10.406999588012695 + 194 + + + + + + 684.0 + 3537.080078125 + + 147 + + 78 + + + 10.482000350952148 + 241 + + + + + + 684.0 + 3547.659912109375 + + 147 + + 78 + + + 10.583999633789062 + 275 + + + + + + 684.2000122070312 + 3558.239990234375 + + 147 + + 79 + + + 10.583999633789062 + 222 + + + + + + 684.2000122070312 + 3568.72998046875 + + 147 + + 80 + + + 10.482000350952148 + 206 + + + + + + 684.0 + 3579.090087890625 + + 148 + + 78 + + + 10.331999778747559 + 217 + + + + + + 683.7999877929688 + 3589.320068359375 + + 147 + + 78 + + + 10.258999824523926 + 222 + + + + + + 683.5999755859375 + 3599.550048828125 + + 148 + + 76 + + + 10.234999656677246 + 212 + + + + + + 683.7999877929688 + 3609.840087890625 + + 148 + + 74 + + + 10.284000396728516 + 196 + + + + + + 683.5999755859375 + 3620.239990234375 + + 148 + + 76 + + + 10.406999588012695 + 205 + + + + + + 683.7999877929688 + 3630.699951171875 + + 148 + + 77 + + + 10.456999778747559 + 181 + + + + + + 683.7999877929688 + 3641.360107421875 + + 147 + + 84 + + + 10.661999702453613 + 224 + + + + + + 683.7999877929688 + 3651.889892578125 + + 147 + + 89 + + + 10.532999992370605 + 207 + + + + + + 683.5999755859375 + 3662.56005859375 + + 148 + + 83 + + + 10.661999702453613 + 221 + + + + + + 683.5999755859375 + 3673.139892578125 + + 148 + + 78 + + + 10.583999633789062 + 248 + + + + + + 683.2000122070312 + 3683.719970703125 + + 148 + + 78 + + + 10.583999633789062 + 229 + + + + + + 683.0 + 3694.389892578125 + + 147 + + 89 + + + 10.661999702453613 + 224 + + + + + + 682.7999877929688 + 3704.969970703125 + + 146 + + 96 + + + 10.583999633789062 + 261 + + + + + + 682.5999755859375 + 3715.530029296875 + + 146 + + 84 + + + 10.557999610900879 + 208 + + + + + + 682.5999755859375 + 3726.0400390625 + + 146 + + 79 + + + 10.506999969482422 + 220 + + + + + + 682.2000122070312 + 3736.419921875 + + 146 + + 82 + + + 10.381999969482422 + 215 + + + + + + 682.2000122070312 + 3746.77001953125 + + 146 + + 81 + + + 10.357000350952148 + 197 + + + + + + 682.2000122070312 + 3757.139892578125 + + 147 + + 76 + + + 10.357000350952148 + 277 + + + + + + 682.0 + 3767.43994140625 + + 147 + + 78 + + + 10.307999610900879 + 203 + + + + + + 682.0 + 3777.669921875 + + 148 + + 98 + + + 10.234999656677246 + 221 + + + + + + 682.0 + 3787.77001953125 + + 148 + + 88 + + + 10.093000411987305 + 195 + + + + + + 682.0 + 3797.800048828125 + + 148 + + 79 + + + 10.0 + 240 + + + + + + 682.0 + 3807.81005859375 + + 147 + + 78 + + + 10.045999526977539 + 225 + + + + + + 682.2000122070312 + 3818.02001953125 + + 147 + + 74 + + + 10.211000442504883 + 231 + + + + + + 682.4000244140625 + 3828.239990234375 + + 147 + + 77 + + + 10.211000442504883 + 242 + + + + + + 682.4000244140625 + 3838.52001953125 + + 147 + + 81 + + + 10.284000396728516 + 199 + + + + + + 682.4000244140625 + 3848.97998046875 + + 147 + + 78 + + + 10.456999778747559 + 209 + + + + + + 682.4000244140625 + 3859.510009765625 + + 147 + + 76 + + + 10.532999992370605 + 190 + + + + + + 682.2000122070312 + 3870.0400390625 + + 147 + + 78 + + + 10.532999992370605 + 190 + + + + + + 682.0 + 3880.52001953125 + + 147 + + 78 + + + 10.482000350952148 + 192 + + + + + + 681.7999877929688 + 3891.080078125 + + 147 + + 81 + + + 10.557999610900879 + 204 + + + + + + 681.5999755859375 + 3901.590087890625 + + 147 + + 79 + + + 10.506999969482422 + 224 + + + + + + 681.4000244140625 + 3912.070068359375 + + 147 + + 79 + + + 10.482000350952148 + 164 + + + + + + 681.4000244140625 + 3922.64990234375 + + 146 + + 83 + + + 10.557999610900879 + 173 + + + + + + 681.4000244140625 + 3933.159912109375 + + 146 + + 81 + + + 10.532999992370605 + 210 + + + + + + 681.5999755859375 + 3943.699951171875 + + 147 + + 79 + + + 10.532999992370605 + 197 + + + + + + 681.5999755859375 + 3954.280029296875 + + 147 + + 79 + + + 10.583999633789062 + 222 + + + + + + 681.5999755859375 + 3964.919921875 + + 147 + + 77 + + + 10.63599967956543 + 230 + + + + + + 681.5999755859375 + 3975.469970703125 + + 147 + + 77 + + + 10.557999610900879 + 204 + + + + + + 681.5999755859375 + 3985.860107421875 + + 147 + + 79 + + + 10.381999969482422 + 211 + + + + + + 681.4000244140625 + 3996.239990234375 + + 147 + + 81 + + + 10.381999969482422 + 173 + + + + + + 681.2000122070312 + 4006.6201171875 + + 147 + + 80 + + + 10.381999969482422 + 173 + + + + + + 681.2000122070312 + 4017.090087890625 + + 148 + + 75 + + + 10.456999778747559 + 206 + + + + + + 681.0 + 4027.580078125 + + 148 + + 79 + + + 10.506999969482422 + 168 + + + + + + 680.5999755859375 + 4038.18994140625 + + 147 + + 91 + + + 10.609999656677246 + 202 + + + + + + 680.4000244140625 + 4048.830078125 + + 146 + + 86 + + + 10.63599967956543 + 184 + + + + + + 680.2000122070312 + 4059.2900390625 + + 146 + + 82 + + + 10.456999778747559 + 188 + + + + + + 680.0 + 4069.739990234375 + + 147 + + 81 + + + 10.456999778747559 + 219 + + + + + + 680.0 + 4080.10009765625 + + 147 + + 78 + + + 10.357000350952148 + 179 + + + + + + 679.7999877929688 + 4090.2900390625 + + 147 + + 78 + + + 10.187000274658203 + 234 + + + + + + 679.5999755859375 + 4100.5 + + 146 + + 78 + + + 10.211000442504883 + 204 + + + + + + 679.5999755859375 + 4110.68994140625 + + 147 + + 78 + + + 10.187000274658203 + 228 + + + + + + 679.4000244140625 + 4120.93994140625 + + 146 + + 77 + + + 10.258999824523926 + 243 + + + + + + 679.4000244140625 + 4130.990234375 + + 146 + + 75 + + + 10.045999526977539 + 208 + + + + + + 679.7999877929688 + 4141.10986328125 + + 146 + + 77 + + + 10.116000175476074 + 239 + + + + + + 680.0 + 4151.2900390625 + + 146 + + 79 + + + 10.187000274658203 + 262 + + + + + + 680.0 + 4161.52978515625 + + 146 + + 75 + + + 10.234999656677246 + 249 + + + + + + 680.2000122070312 + 4171.669921875 + + 145 + + 75 + + + 10.140000343322754 + 219 + + + + + + 680.2000122070312 + 4181.64990234375 + + 146 + + 75 + + + 9.97700023651123 + 236 + + + + + + 680.2000122070312 + 4191.35986328125 + + 146 + + 73 + + + 9.710000038146973 + 266 + + + + + + 680.2000122070312 + 4200.9599609375 + + 145 + + 77 + + + 9.602999687194824 + 233 + + + + + + 680.4000244140625 + 4210.759765625 + + 146 + + 71 + + + 9.79699993133545 + 235 + + + + + + 680.5999755859375 + 4220.81982421875 + + 146 + + 71 + + + 10.069000244140625 + 225 + + + + + + 681.0 + 4231.009765625 + + 146 + + 76 + + + 10.187000274658203 + 224 + + + + + + 681.2000122070312 + 4241.31982421875 + + 146 + + 74 + + + 10.307999610900879 + 186 + + + + + + 681.2000122070312 + 4251.60009765625 + + 146 + + 68 + + + 10.284000396728516 + 213 + + + + + + 681.2000122070312 + 4261.85986328125 + + 146 + + 75 + + + 10.211000442504883 + 231 + + + + + + 681.0 + 4272.02978515625 + + 146 + + 78 + + + 10.211000442504883 + 231 + + + + + + 681.0 + 4282.31005859375 + + 146 + + 75 + + + 10.284000396728516 + 233 + + + + + + 681.2000122070312 + 4292.6201171875 + + 146 + + 77 + + + 10.307999610900879 + 192 + + + + + + 681.0 + 4302.9501953125 + + 146 + + 77 + + + 10.331999778747559 + 248 + + + + + + 681.0 + 4313.3798828125 + + 145 + + 77 + + + 10.432000160217285 + 205 + + + + + + 681.0 + 4323.81005859375 + + 145 + + 74 + + + 10.432000160217285 + 180 + + + + + + 680.7999877929688 + 4334.22021484375 + + 145 + + 78 + + + 10.406999588012695 + 205 + + + + + + + 10.390999794006348 + 79 + 262 + 216 + 295 + + + + + 40.0 + 434.03 + 11.039999961853027 + 10 + + 150 + + + 153 + + Active + 90 + Manual + + + + 680.7999877929688 + 4334.22021484375 + + 145 + + 78 + + + 10.406999588012695 + 205 + + + + + + 680.7999877929688 + 4344.72998046875 + + 146 + + 77 + + + 10.506999969482422 + 203 + + + + + + 681.0 + 4355.31005859375 + + 146 + + 76 + + + 10.583999633789062 + 290 + + + + + + 684.4000244140625 + 4366.080078125 + + 146 + + 77 + + + 10.767000198364258 + 334 + + + + + + 684.4000244140625 + 4377.0400390625 + + 146 + + 80 + + + 10.956999778747559 + 216 + + + + + + 684.2000122070312 + 4387.8798828125 + + 147 + + 78 + + + 10.847999572753906 + 290 + + + + + + 684.0 + 4398.60009765625 + + 146 + + 80 + + + 10.71399974822998 + 271 + + + + + + 680.7999877929688 + 4409.39013671875 + + 147 + + 84 + + + 10.793999671936035 + 230 + + + + + + 680.4000244140625 + 4420.2900390625 + + 147 + + 82 + + + 10.902000427246094 + 258 + + + + + + 680.4000244140625 + 4431.2001953125 + + 147 + + 78 + + + 10.902000427246094 + 258 + + + + + + 680.2000122070312 + 4442.1298828125 + + 147 + + 81 + + + 10.930000305175781 + 236 + + + + + + 680.0 + 4452.9501953125 + + 148 + + 82 + + + 10.821000099182129 + 215 + + + + + + 679.7999877929688 + 4463.7900390625 + + 149 + + 86 + + + 10.847999572753906 + 257 + + + + + + 679.4000244140625 + 4474.7001953125 + + 149 + + 82 + + + 10.902000427246094 + 291 + + + + + + 679.2000122070312 + 4485.41015625 + + 149 + + 81 + + + 10.71399974822998 + 211 + + + + + + 678.7999877929688 + 4496.10009765625 + + 149 + + 80 + + + 10.687999725341797 + 235 + + + + + + 678.7999877929688 + 4506.7900390625 + + 150 + + 78 + + + 10.687999725341797 + 235 + + + + + + 678.7999877929688 + 4517.5498046875 + + 150 + + 79 + + + 10.767000198364258 + 255 + + + + + + 679.0 + 4528.14013671875 + + 150 + + 78 + + + 10.583999633789062 + 325 + + + + + + 678.7999877929688 + 4538.72021484375 + + 150 + + 78 + + + 10.583999633789062 + 325 + + + + + + 679.2000122070312 + 4549.31005859375 + + 151 + + 75 + + + 10.583999633789062 + 261 + + + + + + 679.2000122070312 + 4559.97021484375 + + 151 + + 85 + + + 10.661999702453613 + 235 + + + + + + 679.4000244140625 + 4570.60009765625 + + 151 + + 85 + + + 10.63599967956543 + 249 + + + + + + 679.7999877929688 + 4581.27001953125 + + 151 + + 78 + + + 10.661999702453613 + 210 + + + + + + 680.2000122070312 + 4591.669921875 + + 151 + + 81 + + + 10.406999588012695 + 218 + + + + + + 680.5999755859375 + 4602.080078125 + + 151 + + 83 + + + 10.406999588012695 + 281 + + + + + + 681.2000122070312 + 4612.33984375 + + 151 + + 76 + + + 10.258999824523926 + 253 + + + + + + 681.4000244140625 + 4622.5498046875 + + 152 + + 75 + + + 10.211000442504883 + 273 + + + + + + 681.7999877929688 + 4632.41015625 + + 152 + + 73 + + + 9.86400032043457 + 240 + + + + + + 682.0 + 4641.97021484375 + + 152 + + 76 + + + 9.5600004196167 + 252 + + + + + + 682.2000122070312 + 4651.4599609375 + + 152 + + 72 + + + 9.456000328063965 + 186 + + + + + + 682.2000122070312 + 4661.0498046875 + + 152 + + 70 + + + 9.602999687194824 + 189 + + + + + + 682.5999755859375 + 4671.18017578125 + + 153 + + 75 + + + 10.140000343322754 + 202 + + + + + + 682.4000244140625 + 4681.580078125 + + 152 + + 90 + + + 10.406999588012695 + 222 + + + + + + 682.2000122070312 + 4692.35986328125 + + 152 + + 79 + + + 10.767000198364258 + 190 + + + + + + 682.0 + 4703.22021484375 + + 152 + + 78 + + + 10.875 + 228 + + + + + + 681.7999877929688 + 4714.009765625 + + 153 + + 83 + + + 10.793999671936035 + 241 + + + + + + 681.5999755859375 + 4724.89013671875 + + 152 + + 84 + + + 10.875 + 221 + + + + + + 681.2000122070312 + 4735.81982421875 + + 153 + + 80 + + + 10.930000305175781 + 245 + + + + + + 681.2000122070312 + 4746.7998046875 + + 153 + + 80 + + + 10.984999656677246 + 246 + + + + + + 681.4000244140625 + 4757.83984375 + + 152 + + 83 + + + 11.039999961853027 + 261 + + + + + + 681.2000122070312 + 4768.8798828125 + + 152 + + 81 + + + 11.039999961853027 + 191 + + + + + + + 10.567000389099121 + 79 + 54 + 245 + 334 + + + + + 73.0 + 795.89 + 11.357999801635742 + 16 + + 154 + + + 155 + + Active + 98 + Manual + + + + 681.2000122070312 + 4768.8798828125 + + 152 + + 81 + + + 11.039999961853027 + 191 + + + + + + 681.0 + 4779.9501953125 + + 153 + + 82 + + + 11.069000244140625 + 203 + + + + + + 681.2000122070312 + 4791.10986328125 + + 153 + + 85 + + + 11.154000282287598 + 271 + + + + + + 681.4000244140625 + 4802.259765625 + + 153 + + 79 + + + 11.154000282287598 + 231 + + + + + + 681.2000122070312 + 4813.41015625 + + 153 + + 81 + + + 11.154000282287598 + 220 + + + + + + 681.4000244140625 + 4824.4501953125 + + 153 + + 82 + + + 11.039999961853027 + 232 + + + + + + 681.2000122070312 + 4835.60986328125 + + 153 + + 84 + + + 11.154000282287598 + 290 + + + + + + 681.0 + 4846.7099609375 + + 154 + + 81 + + + 11.097000122070312 + 233 + + + + + + 680.7999877929688 + 4857.85986328125 + + 154 + + 87 + + + 11.154000282287598 + 208 + + + + + + 680.2000122070312 + 4869.009765625 + + 153 + + 85 + + + 11.154000282287598 + 208 + + + + + + 679.7999877929688 + 4880.080078125 + + 152 + + 80 + + + 11.069000244140625 + 225 + + + + + + 679.7999877929688 + 4891.06982421875 + + 153 + + 81 + + + 10.984999656677246 + 260 + + + + + + 679.4000244140625 + 4901.89013671875 + + 153 + + 80 + + + 10.821000099182129 + 253 + + + + + + 679.2000122070312 + 4912.60009765625 + + 153 + + 79 + + + 10.71399974822998 + 240 + + + + + + 679.2000122070312 + 4923.18994140625 + + 153 + + 80 + + + 10.583999633789062 + 240 + + + + + + 679.4000244140625 + 4933.740234375 + + 154 + + 80 + + + 10.557999610900879 + 222 + + + + + + 679.5999755859375 + 4944.330078125 + + 154 + + 78 + + + 10.583999633789062 + 222 + + + + + + 679.7999877929688 + 4954.89013671875 + + 154 + + 78 + + + 10.557999610900879 + 236 + + + + + + 680.4000244140625 + 4965.419921875 + + 154 + + 79 + + + 10.532999992370605 + 221 + + + + + + 681.0 + 4976.0 + + 154 + + 78 + + + 10.583999633789062 + 290 + + + + + + 681.7999877929688 + 4986.43994140625 + + 154 + + 77 + + + 10.432000160217285 + 289 + + + + + + 682.2000122070312 + 4996.97021484375 + + 154 + + 77 + + + 10.532999992370605 + 253 + + + + + + 682.2000122070312 + 5007.5 + + 154 + + 79 + + + 10.532999992370605 + 288 + + + + + + 682.2000122070312 + 5017.97998046875 + + 154 + + 78 + + + 10.482000350952148 + 252 + + + + + + 681.7999877929688 + 5028.27001953125 + + 154 + + 75 + + + 10.284000396728516 + 258 + + + + + + 681.5999755859375 + 5038.52978515625 + + 155 + + 98 + + + 10.258999824523926 + 260 + + + + + + 681.5999755859375 + 5048.93017578125 + + 155 + + 88 + + + 10.406999588012695 + 295 + + + + + + 682.0 + 5059.419921875 + + 154 + + 79 + + + 10.482000350952148 + 272 + + + + + + 682.0 + 5069.9501953125 + + 154 + + 76 + + + 10.532999992370605 + 246 + + + + + + 682.2000122070312 + 5080.56005859375 + + 154 + + 78 + + + 10.609999656677246 + 262 + + + + + + 682.0 + 5091.27001953125 + + 153 + + 85 + + + 10.71399974822998 + 264 + + + + + + 682.2000122070312 + 5102.2001953125 + + 154 + + 80 + + + 10.930000305175781 + 226 + + + + + + 682.0 + 5113.18994140625 + + 154 + + 82 + + + 10.984999656677246 + 242 + + + + + + 681.7999877929688 + 5124.169921875 + + 154 + + 87 + + + 10.984999656677246 + 253 + + + + + + 681.7999877929688 + 5135.1298828125 + + 154 + + 90 + + + 10.956999778747559 + 219 + + + + + + 681.5999755859375 + 5146.2998046875 + + 154 + + 81 + + + 11.154000282287598 + 241 + + + + + + 681.5999755859375 + 5157.490234375 + + 154 + + 84 + + + 11.211000442504883 + 235 + + + + + + 681.5999755859375 + 5168.58984375 + + 154 + + 86 + + + 11.097000122070312 + 203 + + + + + + 681.4000244140625 + 5179.85986328125 + + 153 + + 85 + + + 11.269000053405762 + 241 + + + + + + 681.2000122070312 + 5191.10009765625 + + 154 + + 83 + + + 11.239999771118164 + 184 + + + + + + 681.2000122070312 + 5202.4599609375 + + 154 + + 85 + + + 11.357999801635742 + 216 + + + + + + 681.2000122070312 + 5213.64013671875 + + 154 + + 82 + + + 11.182000160217285 + 213 + + + + + + 681.0 + 5224.8798828125 + + 154 + + 85 + + + 11.239999771118164 + 210 + + + + + + 681.2000122070312 + 5235.81005859375 + + 154 + + 84 + + + 10.930000305175781 + 215 + + + + + + 681.4000244140625 + 5246.60009765625 + + 154 + + 80 + + + 10.793999671936035 + 198 + + + + + + 681.7999877929688 + 5257.4501953125 + + 154 + + 81 + + + 10.847999572753906 + 214 + + + + + + 681.7999877929688 + 5268.5498046875 + + 154 + + 85 + + + 11.097000122070312 + 207 + + + + + + 681.7999877929688 + 5279.47998046875 + + 154 + + 95 + + + 10.930000305175781 + 197 + + + + + + 681.7999877929688 + 5290.68994140625 + + 154 + + 82 + + + 11.211000442504883 + 205 + + + + + + 681.4000244140625 + 5301.56982421875 + + 153 + + 82 + + + 10.875 + 199 + + + + + + 680.7999877929688 + 5312.330078125 + + 153 + + 80 + + + 10.767000198364258 + 219 + + + + + + 680.5999755859375 + 5322.990234375 + + 154 + + 84 + + + 10.661999702453613 + 210 + + + + + + 680.5999755859375 + 5333.35009765625 + + 154 + + 90 + + + 10.357000350952148 + 235 + + + + + + 680.5999755859375 + 5343.77978515625 + + 154 + + 78 + + + 10.432000160217285 + 230 + + + + + + 681.0 + 5354.27001953125 + + 153 + + 78 + + + 10.482000350952148 + 234 + + + + + + 681.2000122070312 + 5364.81982421875 + + 152 + + 80 + + + 10.557999610900879 + 310 + + + + + + 681.0 + 5375.330078125 + + 152 + + 79 + + + 10.506999969482422 + 192 + + + + + + 680.7999877929688 + 5385.759765625 + + 153 + + 80 + + + 10.432000160217285 + 233 + + + + + + 680.7999877929688 + 5396.2099609375 + + 152 + + 86 + + + 10.432000160217285 + 299 + + + + + + 680.4000244140625 + 5406.68017578125 + + 153 + + 76 + + + 10.482000350952148 + 231 + + + + + + 680.5999755859375 + 5417.1298828125 + + 153 + + 78 + + + 10.456999778747559 + 282 + + + + + + 680.4000244140625 + 5427.52001953125 + + 153 + + 79 + + + 10.381999969482422 + 211 + + + + + + 680.4000244140625 + 5437.7001953125 + + 153 + + 77 + + + 10.187000274658203 + 251 + + + + + + 680.2000122070312 + 5447.990234375 + + 153 + + 76 + + + 10.284000396728516 + 216 + + + + + + 680.5999755859375 + 5458.31982421875 + + 153 + + 75 + + + 10.331999778747559 + 224 + + + + + + 680.5999755859375 + 5468.6298828125 + + 154 + + 75 + + + 10.307999610900879 + 254 + + + + + + 680.7999877929688 + 5478.97998046875 + + 154 + + 78 + + + 10.357000350952148 + 217 + + + + + + 680.7999877929688 + 5489.47021484375 + + 153 + + 80 + + + 10.482000350952148 + 237 + + + + + + 681.0 + 5500.0400390625 + + 153 + + 79 + + + 10.532999992370605 + 236 + + + + + + 680.4000244140625 + 5510.6298828125 + + 154 + + 83 + + + 10.63599967956543 + 256 + + + + + + 680.4000244140625 + 5521.35009765625 + + 154 + + 82 + + + 10.71399974822998 + 240 + + + + + + 680.2000122070312 + 5532.06005859375 + + 154 + + 80 + + + 10.71399974822998 + 200 + + + + + + 680.2000122070312 + 5542.830078125 + + 153 + + 93 + + + 10.767000198364258 + 212 + + + + + + 680.2000122070312 + 5553.72998046875 + + 153 + + 96 + + + 10.902000427246094 + 229 + + + + + + 680.2000122070312 + 5564.52978515625 + + 153 + + 78 + + + 10.793999671936035 + 209 + + + + + + + 10.675999641418455 + 82 + 101 + 235 + 310 + + + + + 77.0 + 829.95 + 11.211000442504883 + 16 + + 152 + + + 153 + + Active + 86 + Manual + + + + 680.2000122070312 + 5564.52978515625 + + 153 + + 78 + + + 10.793999671936035 + 209 + + + + + + 680.4000244140625 + 5575.31982421875 + + 153 + + 82 + + + 10.793999671936035 + 173 + + + + + + 680.5999755859375 + 5586.08984375 + + 153 + + 79 + + + 10.767000198364258 + 226 + + + + + + 680.5999755859375 + 5596.9599609375 + + 153 + + 79 + + + 10.875 + 309 + + + + + + 680.5999755859375 + 5607.9501953125 + + 153 + + 81 + + + 10.984999656677246 + 227 + + + + + + 680.7999877929688 + 5618.93017578125 + + 153 + + 84 + + + 10.984999656677246 + 253 + + + + + + 680.5999755859375 + 5629.919921875 + + 153 + + 82 + + + 10.984999656677246 + 249 + + + + + + 680.4000244140625 + 5640.5498046875 + + 153 + + 78 + + + 10.63599967956543 + 238 + + + + + + 680.2000122070312 + 5651.16015625 + + 153 + + 78 + + + 10.609999656677246 + 209 + + + + + + 680.0 + 5661.93017578125 + + 153 + + 83 + + + 10.767000198364258 + 266 + + + + + + 679.7999877929688 + 5672.89013671875 + + 153 + + 79 + + + 10.956999778747559 + 223 + + + + + + 679.5999755859375 + 5683.93017578125 + + 153 + + 84 + + + 11.039999961853027 + 213 + + + + + + 679.4000244140625 + 5694.97021484375 + + 153 + + 86 + + + 11.039999961853027 + 195 + + + + + + 679.4000244140625 + 5705.759765625 + + 152 + + 82 + + + 10.793999671936035 + 206 + + + + + + 679.2000122070312 + 5716.77001953125 + + 153 + + 79 + + + 11.012999534606934 + 176 + + + + + + 679.2000122070312 + 5727.490234375 + + 152 + + 84 + + + 10.71399974822998 + 214 + + + + + + 679.4000244140625 + 5738.31005859375 + + 152 + + 80 + + + 10.821000099182129 + 242 + + + + + + 679.4000244140625 + 5748.89013671875 + + 151 + + 76 + + + 10.583999633789062 + 211 + + + + + + 679.5999755859375 + 5759.5498046875 + + 151 + + 79 + + + 10.661999702453613 + 221 + + + + + + 679.5999755859375 + 5770.16015625 + + 151 + + 80 + + + 10.609999656677246 + 240 + + + + + + 679.4000244140625 + 5780.77001953125 + + 151 + + 76 + + + 10.609999656677246 + 194 + + + + + + 679.4000244140625 + 5791.259765625 + + 150 + + 77 + + + 10.482000350952148 + 213 + + + + + + 679.2000122070312 + 5801.740234375 + + 151 + + 78 + + + 10.482000350952148 + 237 + + + + + + 679.0 + 5812.22021484375 + + 151 + + 81 + + + 10.482000350952148 + 209 + + + + + + 679.2000122070312 + 5822.7001953125 + + 151 + + 79 + + + 10.482000350952148 + 272 + + + + + + 679.5999755859375 + 5833.06005859375 + + 151 + + 82 + + + 10.357000350952148 + 204 + + + + + + 679.7999877929688 + 5843.22021484375 + + 150 + + 82 + + + 10.163000106811523 + 213 + + + + + + 680.4000244140625 + 5853.2001953125 + + 151 + + 76 + + + 9.97700023651123 + 259 + + + + + + 680.5999755859375 + 5863.2001953125 + + 151 + + 72 + + + 10.0 + 237 + + + + + + 680.5999755859375 + 5873.27001953125 + + 151 + + 71 + + + 10.069000244140625 + 228 + + + + + + 680.5999755859375 + 5883.4599609375 + + 151 + + 74 + + + 10.187000274658203 + 289 + + + + + + 680.7999877929688 + 5893.81005859375 + + 152 + + 72 + + + 10.357000350952148 + 256 + + + + + + 680.7999877929688 + 5904.31982421875 + + 152 + + 77 + + + 10.506999969482422 + 203 + + + + + + 680.5999755859375 + 5914.9599609375 + + 152 + + 79 + + + 10.63599967956543 + 212 + + + + + + 680.7999877929688 + 5925.669921875 + + 152 + + 82 + + + 10.71399974822998 + 225 + + + + + + 681.2000122070312 + 5936.31005859375 + + 152 + + 81 + + + 10.63599967956543 + 212 + + + + + + 681.2000122070312 + 5946.97021484375 + + 152 + + 81 + + + 10.661999702453613 + 259 + + + + + + 681.4000244140625 + 5957.68017578125 + + 152 + + 80 + + + 10.71399974822998 + 240 + + + + + + 681.2000122070312 + 5968.47021484375 + + 152 + + 80 + + + 10.793999671936035 + 230 + + + + + + 681.0 + 5979.31982421875 + + 151 + + 78 + + + 10.847999572753906 + 257 + + + + + + 680.7999877929688 + 5990.2001953125 + + 152 + + 80 + + + 10.875 + 261 + + + + + + 680.7999877929688 + 6001.2099609375 + + 152 + + 81 + + + 11.012999534606934 + 279 + + + + + + 680.7999877929688 + 6012.31005859375 + + 151 + + 81 + + + 11.097000122070312 + 211 + + + + + + 681.2000122070312 + 6023.52001953125 + + 152 + + 84 + + + 11.211000442504883 + 217 + + + + + + 681.2000122070312 + 6034.4501953125 + + 151 + + 80 + + + 10.930000305175781 + 259 + + + + + + 681.4000244140625 + 6045.35009765625 + + 152 + + 82 + + + 10.902000427246094 + 222 + + + + + + 681.4000244140625 + 6056.0400390625 + + 152 + + 81 + + + 10.687999725341797 + 217 + + + + + + 681.4000244140625 + 6066.85986328125 + + 152 + + 78 + + + 10.821000099182129 + 227 + + + + + + 681.4000244140625 + 6077.5498046875 + + 152 + + 81 + + + 10.687999725341797 + 182 + + + + + + 681.2000122070312 + 6088.33984375 + + 152 + + 80 + + + 10.793999671936035 + 202 + + + + + + 680.7999877929688 + 6099.080078125 + + 152 + + 80 + + + 10.741000175476074 + 211 + + + + + + 680.5999755859375 + 6109.9599609375 + + 152 + + 69 + + + 10.875 + 174 + + + + + + 680.4000244140625 + 6120.5400390625 + + 152 + + 65 + + + 10.583999633789062 + 215 + + + + + + 680.4000244140625 + 6131.2001953125 + + 152 + + 76 + + + 10.661999702453613 + 249 + + + + + + 680.5999755859375 + 6141.7900390625 + + 152 + + 80 + + + 10.583999633789062 + 219 + + + + + + 681.0 + 6152.2998046875 + + 151 + + 81 + + + 10.506999969482422 + 235 + + + + + + 681.2000122070312 + 6162.75 + + 152 + + 78 + + + 10.456999778747559 + 262 + + + + + + 681.5999755859375 + 6173.33984375 + + 151 + + 78 + + + 10.583999633789062 + 254 + + + + + + 682.0 + 6184.02001953125 + + 152 + + 78 + + + 10.687999725341797 + 264 + + + + + + 682.0 + 6194.60986328125 + + 152 + + 80 + + + 10.583999633789062 + 208 + + + + + + 681.7999877929688 + 6205.14013671875 + + 151 + + 81 + + + 10.532999992370605 + 197 + + + + + + 681.5999755859375 + 6215.6201171875 + + 151 + + 78 + + + 10.482000350952148 + 227 + + + + + + 681.4000244140625 + 6226.16015625 + + 151 + + 78 + + + 10.532999992370605 + 197 + + + + + + 681.2000122070312 + 6236.81982421875 + + 151 + + 79 + + + 10.661999702453613 + 296 + + + + + + 681.2000122070312 + 6247.330078125 + + 151 + + 78 + + + 10.506999969482422 + 273 + + + + + + 681.2000122070312 + 6257.43994140625 + + 151 + + 76 + + + 10.116000175476074 + 193 + + + + + + 681.4000244140625 + 6267.60009765625 + + 151 + + 79 + + + 10.163000106811523 + 272 + + + + + + 682.0 + 6277.91015625 + + 151 + + 79 + + + 10.307999610900879 + 231 + + + + + + 682.4000244140625 + 6288.14990234375 + + 150 + + 78 + + + 10.234999656677246 + 270 + + + + + + 682.5999755859375 + 6298.43017578125 + + 150 + + 78 + + + 10.284000396728516 + 292 + + + + + + 682.7999877929688 + 6308.990234375 + + 151 + + 76 + + + 10.557999610900879 + 236 + + + + + + 683.0 + 6319.4501953125 + + 151 + + 77 + + + 10.456999778747559 + 226 + + + + + + 682.7999877929688 + 6330.1298828125 + + 151 + + 78 + + + 10.687999725341797 + 193 + + + + + + 683.0 + 6340.85009765625 + + 152 + + 78 + + + 10.71399974822998 + 214 + + + + + + 683.0 + 6351.5400390625 + + 152 + + 78 + + + 10.687999725341797 + 231 + + + + + + 682.7999877929688 + 6362.2001953125 + + 152 + + 79 + + + 10.661999702453613 + 192 + + + + + + 682.7999877929688 + 6372.91015625 + + 151 + + 80 + + + 10.71399974822998 + 211 + + + + + + 682.4000244140625 + 6383.68017578125 + + 151 + + 79 + + + 10.767000198364258 + 219 + + + + + + 682.2000122070312 + 6394.419921875 + + 151 + + 79 + + + 10.741000175476074 + 165 + + + + + + + 10.654000282287598 + 79 + 103 + 229 + 309 + + + + + 190.0 + 2059.1 + 11.154000282287596 + 45 + + 153 + + + 156 + + Active + 102 + Manual + + + + 682.2000122070312 + 6394.419921875 + + 151 + + 79 + + + 10.741000175476074 + 165 + + + + + + 681.7999877929688 + 6405.1298828125 + + 150 + + 81 + + + 10.71399974822998 + 211 + + + + + + 681.7999877929688 + 6416.009765625 + + 151 + + 82 + + + 10.875 + 264 + + + + + + 681.7999877929688 + 6426.85986328125 + + 151 + + 79 + + + 10.847999572753906 + 268 + + + + + + 682.0 + 6437.68017578125 + + 151 + + 81 + + + 10.821000099182129 + 263 + + + + + + 681.7999877929688 + 6448.47021484375 + + 151 + + 85 + + + 10.793999671936035 + 335 + + + + + + 681.7999877929688 + 6459.080078125 + + 151 + + 84 + + + 10.609999656677246 + 251 + + + + + + 681.4000244140625 + 6469.669921875 + + 152 + + 80 + + + 10.583999633789062 + 240 + + + + + + 681.4000244140625 + 6480.509765625 + + 152 + + 78 + + + 10.847999572753906 + 261 + + + + + + 681.4000244140625 + 6491.419921875 + + 152 + + 79 + + + 10.902000427246094 + 280 + + + + + + 681.5999755859375 + 6502.240234375 + + 152 + + 82 + + + 10.821000099182129 + 238 + + + + + + 681.5999755859375 + 6513.02978515625 + + 152 + + 83 + + + 10.793999671936035 + 270 + + + + + + 681.5999755859375 + 6523.85009765625 + + 152 + + 77 + + + 10.821000099182129 + 234 + + + + + + 681.4000244140625 + 6534.919921875 + + 152 + + 75 + + + 11.069000244140625 + 229 + + + + + + 681.4000244140625 + 6545.990234375 + + 153 + + 78 + + + 11.069000244140625 + 229 + + + + + + 681.2000122070312 + 6556.919921875 + + 153 + + 83 + + + 10.930000305175781 + 252 + + + + + + 681.0 + 6567.85009765625 + + 153 + + 81 + + + 10.930000305175781 + 222 + + + + + + 680.5999755859375 + 6578.6201171875 + + 153 + + 79 + + + 10.767000198364258 + 237 + + + + + + 680.5999755859375 + 6595.009765625 + + 153 + + 79 + + + 10.930000305175781 + 226 + + + + + + 680.4000244140625 + 6605.669921875 + + 153 + + 81 + + + 10.661999702453613 + 203 + + + + + + 680.4000244140625 + 6616.5498046875 + + 152 + + 77 + + + 10.875 + 228 + + + + + + 680.4000244140625 + 6627.1298828125 + + 152 + + 80 + + + 10.583999633789062 + 233 + + + + + + 680.2000122070312 + 6637.8701171875 + + 152 + + 80 + + + 10.741000175476074 + 319 + + + + + + 680.2000122070312 + 6648.669921875 + + 152 + + 78 + + + 10.793999671936035 + 255 + + + + + + 680.2000122070312 + 6659.3798828125 + + 152 + + 79 + + + 10.71399974822998 + 254 + + + + + + 680.4000244140625 + 6670.0400390625 + + 152 + + 78 + + + 10.661999702453613 + 267 + + + + + + 680.5999755859375 + 6680.3798828125 + + 153 + + 78 + + + 10.331999778747559 + 231 + + + + + + 681.0 + 6690.72998046875 + + 153 + + 79 + + + 10.357000350952148 + 256 + + + + + + 681.0 + 6701.1201171875 + + 152 + + 79 + + + 10.381999969482422 + 243 + + + + + + 681.0 + 6711.60009765625 + + 153 + + 78 + + + 10.482000350952148 + 269 + + + + + + 681.2000122070312 + 6722.16015625 + + 152 + + 78 + + + 10.557999610900879 + 228 + + + + + + 681.4000244140625 + 6732.7099609375 + + 153 + + 79 + + + 10.557999610900879 + 222 + + + + + + 681.2000122070312 + 6743.35009765625 + + 153 + + 81 + + + 10.63599967956543 + 252 + + + + + + 681.2000122070312 + 6754.2001953125 + + 153 + + 84 + + + 10.847999572753906 + 243 + + + + + + 681.2000122070312 + 6765.1298828125 + + 154 + + 78 + + + 10.930000305175781 + 240 + + + + + + 681.2000122070312 + 6775.97021484375 + + 154 + + 87 + + + 10.847999572753906 + 293 + + + + + + 681.0 + 6786.93017578125 + + 154 + + 84 + + + 10.956999778747559 + 252 + + + + + + 681.0 + 6798.02978515625 + + 155 + + 83 + + + 11.097000122070312 + 278 + + + + + + 680.7999877929688 + 6809.1298828125 + + 154 + + 80 + + + 11.097000122070312 + 226 + + + + + + 680.7999877929688 + 6820.169921875 + + 154 + + 83 + + + 11.039999961853027 + 247 + + + + + + 680.7999877929688 + 6831.2099609375 + + 155 + + 83 + + + 11.039999961853027 + 247 + + + + + + 680.5999755859375 + 6842.31005859375 + + 155 + + 86 + + + 11.069000244140625 + 221 + + + + + + 680.4000244140625 + 6853.3701171875 + + 155 + + 85 + + + 11.069000244140625 + 218 + + + + + + 680.4000244140625 + 6864.419921875 + + 155 + + 86 + + + 11.069000244140625 + 239 + + + + + + 680.4000244140625 + 6875.22998046875 + + 155 + + 88 + + + 10.821000099182129 + 256 + + + + + + 680.5999755859375 + 6885.919921875 + + 155 + + 81 + + + 10.687999725341797 + 246 + + + + + + 680.7999877929688 + 6896.68994140625 + + 155 + + 83 + + + 10.767000198364258 + 212 + + + + + + 681.0 + 6907.56005859375 + + 156 + + 81 + + + 10.875 + 243 + + + + + + 681.0 + 6918.47021484375 + + 155 + + 81 + + + 10.902000427246094 + 233 + + + + + + 681.0 + 6929.52001953125 + + 156 + + 87 + + + 10.984999656677246 + 216 + + + + + + 680.5999755859375 + 6940.4501953125 + + 155 + + 81 + + + 10.956999778747559 + 212 + + + + + + 680.4000244140625 + 6951.27978515625 + + 155 + + 84 + + + 10.875 + 228 + + + + + + 680.4000244140625 + 6962.1298828125 + + 156 + + 88 + + + 10.847999572753906 + 192 + + + + + + 680.0 + 6972.990234375 + + 156 + + 88 + + + 10.847999572753906 + 192 + + + + + + 680.0 + 6983.72021484375 + + 156 + + 81 + + + 10.741000175476074 + 236 + + + + + + 680.0 + 6994.509765625 + + 155 + + 78 + + + 10.793999671936035 + 259 + + + + + + 680.2000122070312 + 7005.31005859375 + + 155 + + 80 + + + 10.793999671936035 + 233 + + + + + + 680.0 + 7016.16015625 + + 155 + + 80 + + + 10.847999572753906 + 293 + + + + + + 680.2000122070312 + 7026.9501953125 + + 155 + + 78 + + + 10.793999671936035 + 266 + + + + + + 680.2000122070312 + 7037.68994140625 + + 155 + + 78 + + + 10.741000175476074 + 211 + + + + + + 680.0 + 7048.4599609375 + + 155 + + 81 + + + 10.767000198364258 + 255 + + + + + + 680.0 + 7059.169921875 + + 154 + + 79 + + + 10.71399974822998 + 260 + + + + + + 680.0 + 7069.81005859375 + + 155 + + 79 + + + 10.63599967956543 + 223 + + + + + + 679.7999877929688 + 7080.31982421875 + + 155 + + 81 + + + 10.506999969482422 + 266 + + + + + + 679.7999877929688 + 7090.77001953125 + + 155 + + 82 + + + 10.456999778747559 + 251 + + + + + + 680.0 + 7101.31005859375 + + 155 + + 78 + + + 10.532999992370605 + 253 + + + + + + 680.2000122070312 + 7111.919921875 + + 155 + + 78 + + + 10.609999656677246 + 290 + + + + + + 680.5999755859375 + 7122.580078125 + + 155 + + 79 + + + 10.661999702453613 + 231 + + + + + + 680.5999755859375 + 7133.27001953125 + + 155 + + 77 + + + 10.687999725341797 + 221 + + + + + + 680.5999755859375 + 7143.97998046875 + + 155 + + 79 + + + 10.71399974822998 + 247 + + + + + + 680.5999755859375 + 7154.72021484375 + + 155 + + 82 + + + 10.741000175476074 + 229 + + + + + + 680.4000244140625 + 7165.7099609375 + + 155 + + 80 + + + 10.984999656677246 + 260 + + + + + + 680.2000122070312 + 7176.64013671875 + + 155 + + 81 + + + 10.930000305175781 + 248 + + + + + + 680.2000122070312 + 7187.58984375 + + 155 + + 81 + + + 10.956999778747559 + 216 + + + + + + 680.0 + 7198.6298828125 + + 155 + + 85 + + + 11.039999961853027 + 191 + + + + + + 680.0 + 7209.6201171875 + + 155 + + 82 + + + 10.984999656677246 + 267 + + + + + + 680.0 + 7220.66015625 + + 155 + + 78 + + + 11.039999961853027 + 232 + + + + + + 680.0 + 7231.72998046875 + + 155 + + 84 + + + 11.069000244140625 + 244 + + + + + + 680.0 + 7242.81982421875 + + 155 + + 82 + + + 11.097000122070312 + 211 + + + + + + 679.7999877929688 + 7253.97998046875 + + 155 + + 82 + + + 11.154000282287598 + 204 + + + + + + 680.0 + 7265.06982421875 + + 155 + + 90 + + + 11.097000122070312 + 237 + + + + + + 680.0 + 7276.0498046875 + + 154 + + 92 + + + 10.956999778747559 + 241 + + + + + + 680.0 + 7286.68994140625 + + 154 + + 90 + + + 10.661999702453613 + 241 + + + + + + 680.2000122070312 + 7297.18017578125 + + 154 + + 90 + + + 10.482000350952148 + 272 + + + + + + 680.4000244140625 + 7307.83984375 + + 154 + + 86 + + + 10.661999702453613 + 241 + + + + + + 680.5999755859375 + 7318.60009765625 + + 154 + + 80 + + + 10.741000175476074 + 211 + + + + + + 681.0 + 7329.6201171875 + + 155 + + 82 + + + 11.039999961853027 + 217 + + + + + + 681.0 + 7340.580078125 + + 155 + + 95 + + + 10.956999778747559 + 230 + + + + + + 680.5999755859375 + 7351.4501953125 + + 155 + + 88 + + + 10.875 + 225 + + + + + + 680.5999755859375 + 7362.43994140625 + + 156 + + 84 + + + 10.984999656677246 + 231 + + + + + + 680.2000122070312 + 7373.52978515625 + + 155 + + 84 + + + 11.097000122070312 + 233 + + + + + + 679.5999755859375 + 7384.41015625 + + 155 + + 82 + + + 10.875 + 250 + + + + + + 679.4000244140625 + 7395.27978515625 + + 155 + + 83 + + + 10.875 + 214 + + + + + + 679.4000244140625 + 7406.2099609375 + + 155 + + 69 + + + 10.930000305175781 + 222 + + + + + + 679.2000122070312 + 7417.14013671875 + + 156 + + 66 + + + 10.930000305175781 + 259 + + + + + + 679.0 + 7428.0400390625 + + 155 + + 77 + + + 10.902000427246094 + 247 + + + + + + 679.2000122070312 + 7438.919921875 + + 155 + + 80 + + + 10.875 + 214 + + + + + + 679.2000122070312 + 7449.77001953125 + + 155 + + 80 + + + 10.847999572753906 + 282 + + + + + + 679.2000122070312 + 7460.72021484375 + + 154 + + 83 + + + 10.956999778747559 + 230 + + + + + + 679.2000122070312 + 7471.490234375 + + 154 + + 81 + + + 10.767000198364258 + 215 + + + + + + 679.2000122070312 + 7482.22998046875 + + 154 + + 80 + + + 10.741000175476074 + 251 + + + + + + 679.2000122070312 + 7492.77001953125 + + 154 + + 80 + + + 10.532999992370605 + 249 + + + + + + 679.4000244140625 + 7503.10009765625 + + 153 + + 80 + + + 10.331999778747559 + 227 + + + + + + 679.4000244140625 + 7513.47998046875 + + 153 + + 77 + + + 10.381999969482422 + 246 + + + + + + 679.2000122070312 + 7524.06005859375 + + 153 + + 74 + + + 10.583999633789062 + 237 + + + + + + 679.2000122070312 + 7534.669921875 + + 154 + + 76 + + + 10.609999656677246 + 216 + + + + + + 679.0 + 7545.39013671875 + + 153 + + 79 + + + 10.71399974822998 + 240 + + + + + + 679.0 + 7556.10009765625 + + 153 + + 81 + + + 10.71399974822998 + 207 + + + + + + 679.0 + 7566.740234375 + + 153 + + 80 + + + 10.63599967956543 + 203 + + + + + + 679.2000122070312 + 7577.56005859375 + + 152 + + 78 + + + 10.821000099182129 + 249 + + + + + + 679.4000244140625 + 7588.1201171875 + + 152 + + 78 + + + 10.557999610900879 + 228 + + + + + + 679.5999755859375 + 7598.75 + + 152 + + 83 + + + 10.63599967956543 + 238 + + + + + + 679.7999877929688 + 7609.47021484375 + + 152 + + 85 + + + 10.71399974822998 + 307 + + + + + + 679.7999877929688 + 7620.2099609375 + + 152 + + 80 + + + 10.741000175476074 + 254 + + + + + + 679.5999755859375 + 7631.080078125 + + 152 + + 79 + + + 10.875 + 214 + + + + + + 679.4000244140625 + 7641.9599609375 + + 152 + + 82 + + + 10.875 + 228 + + + + + + 679.4000244140625 + 7652.89013671875 + + 151 + + 84 + + + 10.930000305175781 + 215 + + + + + + 679.4000244140625 + 7663.83984375 + + 152 + + 80 + + + 10.956999778747559 + 193 + + + + + + 679.4000244140625 + 7674.8798828125 + + 152 + + 83 + + + 11.039999961853027 + 273 + + + + + + 679.5999755859375 + 7685.919921875 + + 153 + + 85 + + + 11.039999961853027 + 247 + + + + + + 679.7999877929688 + 7696.7998046875 + + 153 + + 80 + + + 10.875 + 246 + + + + + + 679.7999877929688 + 7707.509765625 + + 153 + + 80 + + + 10.71399974822998 + 200 + + + + + + 679.7999877929688 + 7718.31005859375 + + 153 + + 80 + + + 10.793999671936035 + 216 + + + + + + 680.0 + 7729.240234375 + + 153 + + 81 + + + 10.930000305175781 + 263 + + + + + + 680.0 + 7740.27978515625 + + 154 + + 84 + + + 11.039999961853027 + 206 + + + + + + 680.0 + 7751.22998046875 + + 154 + + 85 + + + 10.956999778747559 + 209 + + + + + + 679.7999877929688 + 7762.16015625 + + 154 + + 78 + + + 10.930000305175781 + 215 + + + + + + 679.7999877929688 + 7773.1201171875 + + 154 + + 79 + + + 10.956999778747559 + 219 + + + + + + 679.5999755859375 + 7784.0498046875 + + 153 + + 85 + + + 10.930000305175781 + 204 + + + + + + 679.5999755859375 + 7795.009765625 + + 154 + + 84 + + + 10.956999778747559 + 216 + + + + + + 679.4000244140625 + 7805.669921875 + + 154 + + 81 + + + 10.661999702453613 + 217 + + + + + + 679.4000244140625 + 7816.39013671875 + + 153 + + 78 + + + 10.71399974822998 + 189 + + + + + + 679.4000244140625 + 7827.1298828125 + + 153 + + 81 + + + 10.741000175476074 + 222 + + + + + + 679.5999755859375 + 7837.89013671875 + + 153 + + 80 + + + 10.767000198364258 + 295 + + + + + + 679.7999877929688 + 7848.580078125 + + 153 + + 77 + + + 10.687999725341797 + 235 + + + + + + 680.0 + 7859.2900390625 + + 154 + + 77 + + + 10.71399974822998 + 225 + + + + + + 680.4000244140625 + 7870.1201171875 + + 153 + + 81 + + + 10.821000099182129 + 260 + + + + + + 680.5999755859375 + 7880.75 + + 153 + + 82 + + + 10.63599967956543 + 238 + + + + + + 680.7999877929688 + 7891.47021484375 + + 153 + + 82 + + + 10.71399974822998 + 225 + + + + + + 681.0 + 7901.9501953125 + + 153 + + 79 + + + 10.482000350952148 + 231 + + + + + + 680.7999877929688 + 7912.27978515625 + + 153 + + 91 + + + 10.331999778747559 + 200 + + + + + + 680.7999877929688 + 7922.5400390625 + + 153 + + 102 + + + 10.258999824523926 + 226 + + + + + + 680.7999877929688 + 7932.919921875 + + 153 + + 87 + + + 10.381999969482422 + 183 + + + + + + 681.0 + 7943.2998046875 + + 152 + + 77 + + + 10.381999969482422 + 204 + + + + + + 681.4000244140625 + 7953.77978515625 + + 152 + + 80 + + + 10.482000350952148 + 241 + + + + + + 681.4000244140625 + 7964.2900390625 + + 152 + + 83 + + + 10.506999969482422 + 179 + + + + + + 681.7999877929688 + 7974.75 + + 152 + + 81 + + + 10.456999778747559 + 206 + + + + + + 681.7999877929688 + 7985.330078125 + + 152 + + 77 + + + 10.583999633789062 + 233 + + + + + + 681.7999877929688 + 7995.83984375 + + 152 + + 78 + + + 10.506999969482422 + 235 + + + + + + 681.7999877929688 + 8006.2998046875 + + 152 + + 78 + + + 10.456999778747559 + 262 + + + + + + 681.7999877929688 + 8016.75 + + 153 + + 77 + + + 10.456999778747559 + 219 + + + + + + 682.0 + 8027.259765625 + + 153 + + 81 + + + 10.506999969482422 + 255 + + + + + + 682.0 + 8037.85009765625 + + 153 + + 81 + + + 10.583999633789062 + 286 + + + + + + 682.4000244140625 + 8048.509765625 + + 153 + + 77 + + + 10.661999702453613 + 224 + + + + + + 682.2000122070312 + 8059.27001953125 + + 153 + + 83 + + + 10.767000198364258 + 241 + + + + + + 682.5999755859375 + 8070.0400390625 + + 153 + + 81 + + + 10.767000198364258 + 244 + + + + + + 682.7999877929688 + 8080.81005859375 + + 153 + + 79 + + + 10.767000198364258 + 244 + + + + + + 683.0 + 8094.4501953125 + + 153 + + 82 + + + 10.916000366210938 + 273 + + + + + + 683.2000122070312 + 8110.47998046875 + + 153 + + 79 + + + 10.687999725341797 + 224 + + + + + + 683.2000122070312 + 8121.169921875 + + 153 + + 78 + + + 10.687999725341797 + 253 + + + + + + 683.2000122070312 + 8131.91015625 + + 154 + + 81 + + + 10.741000175476074 + 240 + + + + + + 683.4000244140625 + 8142.7900390625 + + 154 + + 81 + + + 10.875 + 188 + + + + + + 683.2000122070312 + 8153.75 + + 154 + + 83 + + + 10.956999778747559 + 189 + + + + + + 683.0 + 8164.89013671875 + + 154 + + 88 + + + 11.097000122070312 + 219 + + + + + + 682.5999755859375 + 8175.75 + + 153 + + 80 + + + 10.902000427246094 + 236 + + + + + + 682.2000122070312 + 8186.759765625 + + 153 + + 82 + + + 11.012999534606934 + 206 + + + + + + 681.5999755859375 + 8197.6298828125 + + 153 + + 83 + + + 10.875 + 214 + + + + + + 681.0 + 8208.4296875 + + 153 + + 81 + + + 10.793999671936035 + 227 + + + + + + 681.0 + 8219.1904296875 + + 153 + + 82 + + + 10.767000198364258 + 244 + + + + + + 681.2000122070312 + 8230.0400390625 + + 153 + + 79 + + + 10.847999572753906 + 214 + + + + + + 681.2000122070312 + 8240.7001953125 + + 153 + + 79 + + + 10.661999702453613 + 267 + + + + + + 681.2000122070312 + 8251.3896484375 + + 153 + + 79 + + + 10.687999725341797 + 200 + + + + + + 681.5999755859375 + 8262.080078125 + + 153 + + 78 + + + 10.687999725341797 + 210 + + + + + + 681.5999755859375 + 8272.7197265625 + + 153 + + 78 + + + 10.63599967956543 + 252 + + + + + + 681.4000244140625 + 8283.4296875 + + 153 + + 81 + + + 10.71399974822998 + 222 + + + + + + 681.2000122070312 + 8293.9599609375 + + 153 + + 80 + + + 10.532999992370605 + 225 + + + + + + 681.2000122070312 + 8304.4501953125 + + 152 + + 78 + + + 10.482000350952148 + 265 + + + + + + 681.0 + 8314.7802734375 + + 152 + + 79 + + + 10.331999778747559 + 245 + + + + + + 681.2000122070312 + 8325.1103515625 + + 152 + + 85 + + + 10.331999778747559 + 259 + + + + + + 681.2000122070312 + 8335.5703125 + + 152 + + 87 + + + 10.456999778747559 + 234 + + + + + + 681.4000244140625 + 8346.0703125 + + 152 + + 76 + + + 10.506999969482422 + 207 + + + + + + 681.5999755859375 + 8356.580078125 + + 152 + + 83 + + + 10.506999969482422 + 259 + + + + + + 682.0 + 8367.16015625 + + 152 + + 87 + + + 10.583999633789062 + 226 + + + + + + 682.0 + 8377.830078125 + + 151 + + 92 + + + 10.661999702453613 + 277 + + + + + + 682.2000122070312 + 8388.7001953125 + + 151 + + 94 + + + 10.875 + 282 + + + + + + 682.2000122070312 + 8399.9501953125 + + 151 + + 83 + + + 10.875 + 282 + + + + + + 682.2000122070312 + 8410.3701171875 + + 151 + + 81 + + + 10.793999671936035 + 213 + + + + + + 681.7999877929688 + 8421.1396484375 + + 151 + + 81 + + + 10.767000198364258 + 255 + + + + + + 682.0 + 8431.9599609375 + + 151 + + 84 + + + 10.821000099182129 + 274 + + + + + + 681.4000244140625 + 8442.7802734375 + + 152 + + 83 + + + 10.821000099182129 + 238 + + + + + + 681.4000244140625 + 8453.6298828125 + + 152 + + 78 + + + 10.847999572753906 + 203 + + + + + + + 10.758999824523926 + 81 + 258 + 237 + 335 + + + + + 46.0 + 395.67 + 10.847999572753904 + 3 + + 141 + + + 152 + + Active + 147 + Manual + + + + 681.4000244140625 + 8453.6298828125 + + 152 + + 78 + + + 10.847999572753906 + 203 + + + + + + 681.2000122070312 + 8464.400390625 + + 152 + + 80 + + + 10.767000198364258 + 161 + + + + + + 681.4000244140625 + 8475.16015625 + + 152 + + 80 + + + 10.767000198364258 + 161 + + + + + + 681.7999877929688 + 8485.849609375 + + 152 + + 114 + + + 10.687999725341797 + 14 + + + + + + 682.2000122070312 + 8496.4404296875 + + 152 + + 0 + + + 10.583999633789062 + 3 + + + + + + 682.5999755859375 + 8506.919921875 + + 152 + + 0 + + + 10.482000350952148 + 3 + + + + + + 682.5999755859375 + 8517.1396484375 + + 152 + + 0 + + + 10.187000274658203 + 0 + + + + + + 682.4000244140625 + 8527.0595703125 + + 152 + + 0 + + + 9.954000473022461 + 0 + + + + + + 682.0 + 8536.8603515625 + + 152 + + 0 + + + 9.79699993133545 + 3 + + + + + + 682.0 + 8546.3095703125 + + 152 + + 0 + + + 9.456000328063965 + 0 + + + + + + 682.0 + 8555.669921875 + + 150 + + 0 + + + 9.354999542236328 + 0 + + + + + + 682.4000244140625 + 8564.7900390625 + + 150 + + 0 + + + 9.119000434875488 + 42 + + + + + + 683.0 + 8573.76953125 + + 150 + + 91 + + + 8.98799991607666 + 155 + + + + + + 683.7999877929688 + 8582.8701171875 + + 149 + + 69 + + + 9.100000381469727 + 136 + + + + + + 684.0 + 8591.76953125 + + 149 + + 79 + + + 8.895999908447266 + 0 + + + + + + 684.0 + 8600.2998046875 + + 148 + + 0 + + + 8.529000282287598 + 0 + + + + + + 684.0 + 8608.7099609375 + + 148 + + 0 + + + 8.413999557495117 + 89 + + + + + + 684.2000122070312 + 8617.080078125 + + 147 + + 147 + + + 8.364999771118164 + 159 + + + + + + 683.5999755859375 + 8625.3896484375 + + 147 + + 92 + + + 8.317000389099121 + 158 + + + + + + 682.4000244140625 + 8633.7001953125 + + 146 + + 64 + + + 8.300999641418457 + 174 + + + + + + 681.5999755859375 + 8642.0302734375 + + 145 + + 61 + + + 8.333000183105469 + 200 + + + + + + 680.4000244140625 + 8650.3603515625 + + 144 + + 62 + + + 8.333000183105469 + 175 + + + + + + 679.5999755859375 + 8658.6796875 + + 143 + + 65 + + + 8.317000389099121 + 152 + + + + + + 679.5999755859375 + 8666.9296875 + + 143 + + 62 + + + 8.253999710083008 + 137 + + + + + + 679.7999877929688 + 8675.080078125 + + 142 + + 60 + + + 8.145999908447266 + 152 + + + + + + 680.2000122070312 + 8683.26953125 + + 142 + + 62 + + + 8.192000389099121 + 161 + + + + + + 680.5999755859375 + 8691.4296875 + + 141 + + 68 + + + 8.16100025177002 + 147 + + + + + + 680.7999877929688 + 8699.580078125 + + 140 + + 72 + + + 8.145999908447266 + 130 + + + + + + 681.0 + 8707.740234375 + + 140 + + 62 + + + 8.16100025177002 + 147 + + + + + + 681.2000122070312 + 8715.98046875 + + 140 + + 58 + + + 8.23900032043457 + 154 + + + + + + 681.4000244140625 + 8724.1103515625 + + 139 + + 66 + + + 8.130999565124512 + 133 + + + + + + 681.5999755859375 + 8732.330078125 + + 138 + + 68 + + + 8.222999572753906 + 137 + + + + + + 681.7999877929688 + 8740.599609375 + + 137 + + 63 + + + 8.270000457763672 + 124 + + + + + + 682.0 + 8748.9501953125 + + 137 + + 66 + + + 8.348999977111816 + 72 + + + + + + 682.2000122070312 + 8756.9296875 + + 135 + + 85 + + + 7.98199987411499 + 32 + + + + + + 682.4000244140625 + 8764.919921875 + + 133 + + 107 + + + 7.98199987411499 + 111 + + + + + + 682.5999755859375 + 8772.8203125 + + 132 + + 67 + + + 7.908999919891357 + 2 + + + + + + 682.7999877929688 + 8780.48046875 + + 130 + + 0 + + + 7.6579999923706055 + 0 + + + + + + 682.7999877929688 + 8787.9697265625 + + 129 + + 0 + + + 7.486999988555908 + 0 + + + + + + 683.0 + 8795.2001953125 + + 127 + + 0 + + + 7.22599983215332 + 0 + + + + + + 683.4000244140625 + 8802.1796875 + + 126 + + 0 + + + 6.98199987411499 + 0 + + + + + + 683.5999755859375 + 8808.7001953125 + + 124 + + 0 + + + 6.521999835968018 + 0 + + + + + + 684.0 + 8814.7998046875 + + 123 + + 0 + + + 6.10099983215332 + 0 + + + + + + 684.2000122070312 + 8820.3095703125 + + 122 + + 0 + + + 5.513000011444092 + 0 + + + + + + 684.2000122070312 + 8825.4599609375 + + 122 + + 0 + + + 5.142000198364258 + 0 + + + + + + 684.2000122070312 + 8830.3603515625 + + 123 + + 0 + + + 4.9039998054504395 + 0 + + + + + + 684.2000122070312 + 8834.740234375 + + 122 + + 0 + + + 4.385000228881836 + 0 + + + + + + 684.0 + 8838.4599609375 + + 122 + + 0 + + + 3.7119998931884766 + 0 + + + + + + + 8.46399974822998 + 43 + 34 + 76 + 203 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614696.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614696.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614696.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614696.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,15628 @@ + + + + + 2017-08-26T13:55:34.000Z + + 90.0 + 766.41 + 9.954000473022461 + 15 + + 127 + + + 139 + + Active + 107 + Manual + + + + 680.5999755859375 + 5.300000190734863 + + 102 + + 36 + + + 5.297999858856201 + 219 + + + + + + 680.5999755859375 + 10.75 + + 104 + + 53 + + + 5.451000213623047 + 133 + + + + + + 680.5999755859375 + 16.40999984741211 + + 105 + + 56 + + + 5.664000034332275 + 187 + + + + + + 680.5999755859375 + 22.25 + + 106 + + 55 + + + 5.839000225067139 + 187 + + + + + + 680.5999755859375 + 28.290000915527344 + + 107 + + 43 + + + 6.041999816894531 + 149 + + + + + + 680.4000244140625 + 34.529998779296875 + + 108 + + 42 + + + 6.23199987411499 + 131 + + + + + + 680.2000122070312 + 40.869998931884766 + + 109 + + 49 + + + 6.341000080108643 + 182 + + + + + + 680.2000122070312 + 47.290000915527344 + + 109 + + 63 + + + 6.425000190734863 + 141 + + + + + + 680.4000244140625 + 53.900001525878906 + + 110 + + 54 + + + 6.580999851226807 + 171 + + + + + + 680.4000244140625 + 60.63999938964844 + + 111 + + 81 + + + 6.764999866485596 + 156 + + + + + + 681.0 + 67.4000015258789 + + 111 + + 107 + + + 6.755000114440918 + 135 + + + + + + 681.0 + 74.13999938964844 + + 112 + + 79 + + + 6.74399995803833 + 142 + + + + + + 681.2000122070312 + 81.26000213623047 + + 112 + + 79 + + + 7.11899995803833 + 140 + + + + + + 681.0 + 88.47000122070312 + + 113 + + 73 + + + 7.214000225067139 + 101 + + + + + + 680.7999877929688 + 95.76000213623047 + + 114 + + 62 + + + 7.285999774932861 + 107 + + + + + + 680.4000244140625 + 103.0199966430664 + + 114 + + 54 + + + 7.26200008392334 + 143 + + + + + + 680.0 + 110.38999938964844 + + 115 + + 56 + + + 7.373000144958496 + 165 + + + + + + 680.0 + 117.80999755859375 + + 116 + + 54 + + + 7.422999858856201 + 141 + + + + + + 680.0 + 125.25 + + 116 + + 54 + + + 7.435999870300293 + 131 + + + + + + 680.5999755859375 + 132.6199951171875 + + 117 + + 56 + + + 7.373000144958496 + 121 + + + + + + 681.2000122070312 + 140.02999877929688 + + 118 + + 73 + + + 7.409999847412109 + 119 + + + + + + 682.0 + 147.52999877929688 + + 119 + + 72 + + + 7.5 + 162 + + + + + + 681.7999877929688 + 155.05999755859375 + + 119 + + 61 + + + 7.526000022888184 + 168 + + + + + + 681.4000244140625 + 162.5800018310547 + + 120 + + 63 + + + 7.526000022888184 + 105 + + + + + + 680.4000244140625 + 170.02999877929688 + + 121 + + 77 + + + 7.448999881744385 + 112 + + + + + + 679.4000244140625 + 177.47000122070312 + + 121 + + 64 + + + 7.435999870300293 + 159 + + + + + + 678.5999755859375 + 184.77999877929688 + + 122 + + 81 + + + 7.310999870300293 + 164 + + + + + + 678.2000122070312 + 192.14999389648438 + + 122 + + 65 + + + 7.373000144958496 + 182 + + + + + + 678.0 + 200.0399932861328 + + 122 + + 56 + + + 7.605000019073486 + 236 + + + + + + 679.0 + 207.36000061035156 + + 123 + + 62 + + + 7.605000019073486 + 236 + + + + + + 679.4000244140625 + 215.16000366210938 + + 123 + + 75 + + + 7.796000003814697 + 260 + + + + + + 679.7999877929688 + 223.11000061035156 + + 123 + + 74 + + + 7.952000141143799 + 276 + + + + + + 680.2000122070312 + 231.11000061035156 + + 123 + + 57 + + + 7.995999813079834 + 224 + + + + + + 679.7999877929688 + 238.9199981689453 + + 124 + + 59 + + + 7.809999942779541 + 138 + + + + + + 679.5999755859375 + 246.63999938964844 + + 124 + + 58 + + + 7.72599983215332 + 119 + + + + + + 679.4000244140625 + 254.61000061035156 + + 125 + + 57 + + + 7.922999858856201 + 151 + + + + + + 679.4000244140625 + 262.3999938964844 + + 125 + + 60 + + + 7.809999942779541 + 162 + + + + + + 679.5999755859375 + 270.32000732421875 + + 126 + + 67 + + + 7.922999858856201 + 164 + + + + + + 680.0 + 278.07000732421875 + + 127 + + 73 + + + 7.76800012588501 + 202 + + + + + + 680.2000122070312 + 286.0899963378906 + + 127 + + 62 + + + 8.026000022888184 + 201 + + + + + + 680.4000244140625 + 294.2200012207031 + + 127 + + 83 + + + 8.116000175476074 + 162 + + + + + + 680.5999755859375 + 302.3399963378906 + + 128 + + 91 + + + 8.130999565124512 + 160 + + + + + + 680.7999877929688 + 310.6300048828125 + + 128 + + 91 + + + 8.28600025177002 + 163 + + + + + + 681.0 + 319.05999755859375 + + 128 + + 72 + + + 8.430000305175781 + 200 + + + + + + 681.2000122070312 + 327.69000244140625 + + 129 + + 63 + + + 8.630999565124512 + 164 + + + + + + 681.4000244140625 + 336.44000244140625 + + 129 + + 79 + + + 8.751999855041504 + 184 + + + + + + 681.4000244140625 + 345.2099914550781 + + 129 + + 96 + + + 8.734999656677246 + 201 + + + + + + 681.2000122070312 + 354.20001220703125 + + 129 + + 82 + + + 9.005999565124512 + 204 + + + + + + 681.2000122070312 + 363.239990234375 + + 130 + + 71 + + + 9.024999618530273 + 148 + + + + + + 681.0 + 372.2099914550781 + + 130 + + 67 + + + 9.005999565124512 + 189 + + + + + + 681.0 + 381.2900085449219 + + 130 + + 66 + + + 9.081000328063965 + 245 + + + + + + 681.0 + 390.5299987792969 + + 131 + + 67 + + + 9.236000061035156 + 203 + + + + + + 681.0 + 399.8800048828125 + + 131 + + 75 + + + 9.354999542236328 + 184 + + + + + + 681.0 + 409.3800048828125 + + 131 + + 88 + + + 9.498000144958496 + 222 + + + + + + 681.0 + 419.0 + + 132 + + 86 + + + 9.62399959564209 + 196 + + + + + + 680.7999877929688 + 428.69000244140625 + + 132 + + 73 + + + 9.687999725341797 + 177 + + + + + + 680.5999755859375 + 438.45001220703125 + + 133 + + 71 + + + 9.753000259399414 + 218 + + + + + + 680.5999755859375 + 448.20001220703125 + + 134 + + 75 + + + 9.753000259399414 + 156 + + + + + + 680.4000244140625 + 458.0 + + 134 + + 83 + + + 9.79699993133545 + 179 + + + + + + 680.0 + 467.75 + + 134 + + 85 + + + 9.753000259399414 + 150 + + + + + + 679.5999755859375 + 477.5199890136719 + + 135 + + 80 + + + 9.774999618530273 + 183 + + + + + + 679.5999755859375 + 487.3399963378906 + + 135 + + 79 + + + 9.819000244140625 + 170 + + + + + + 679.2000122070312 + 497.17999267578125 + + 136 + + 72 + + + 9.842000007629395 + 190 + + + + + + 679.0 + 507.07000732421875 + + 136 + + 77 + + + 9.88599967956543 + 168 + + + + + + 679.0 + 516.8699951171875 + + 136 + + 78 + + + 9.79699993133545 + 144 + + + + + + 679.0 + 526.6400146484375 + + 136 + + 81 + + + 9.774999618530273 + 173 + + + + + + 679.2000122070312 + 536.3699951171875 + + 137 + + 88 + + + 9.730999946594238 + 166 + + + + + + 679.7999877929688 + 546.0399780273438 + + 137 + + 83 + + + 9.666999816894531 + 200 + + + + + + 680.5999755859375 + 555.6900024414062 + + 137 + + 74 + + + 9.645000457763672 + 184 + + + + + + 681.4000244140625 + 565.2899780273438 + + 137 + + 72 + + + 9.602999687194824 + 192 + + + + + + 682.2000122070312 + 574.9099731445312 + + 137 + + 71 + + + 9.62399959564209 + 206 + + + + + + 682.5999755859375 + 584.469970703125 + + 137 + + 70 + + + 9.5600004196167 + 201 + + + + + + 682.7999877929688 + 594.030029296875 + + 137 + + 70 + + + 9.5600004196167 + 207 + + + + + + 682.5999755859375 + 603.530029296875 + + 137 + + 70 + + + 9.498000144958496 + 199 + + + + + + 682.4000244140625 + 613.0700073242188 + + 138 + + 70 + + + 9.538999557495117 + 200 + + + + + + 682.0 + 622.6699829101562 + + 138 + + 71 + + + 9.602999687194824 + 208 + + + + + + 681.5999755859375 + 632.1900024414062 + + 138 + + 75 + + + 9.517999649047852 + 172 + + + + + + 681.2000122070312 + 641.6099853515625 + + 138 + + 69 + + + 9.414999961853027 + 182 + + + + + + 681.2000122070312 + 650.9400024414062 + + 138 + + 67 + + + 9.335000038146973 + 209 + + + + + + 681.2000122070312 + 660.3800048828125 + + 138 + + 70 + + + 9.435999870300293 + 180 + + + + + + 681.2000122070312 + 669.8099975585938 + + 138 + + 69 + + + 9.435999870300293 + 236 + + + + + + 681.4000244140625 + 679.0999755859375 + + 138 + + 71 + + + 9.274999618530273 + 229 + + + + + + 681.7999877929688 + 688.4000244140625 + + 138 + + 71 + + + 9.3149995803833 + 143 + + + + + + 682.0 + 697.7999877929688 + + 137 + + 70 + + + 9.395000457763672 + 195 + + + + + + 682.2000122070312 + 707.3400268554688 + + 138 + + 70 + + + 9.538999557495117 + 206 + + + + + + 682.4000244140625 + 717.0700073242188 + + 138 + + 72 + + + 9.730999946594238 + 172 + + + + + + 682.4000244140625 + 726.9299926757812 + + 138 + + 72 + + + 9.86400032043457 + 207 + + + + + + 682.5999755859375 + 736.75 + + 138 + + 75 + + + 9.819000244140625 + 153 + + + + + + 682.7999877929688 + 746.6799926757812 + + 139 + + 72 + + + 9.930999755859375 + 185 + + + + + + 683.0 + 756.4600219726562 + + 139 + + 72 + + + 9.774999618530273 + 156 + + + + + + 683.2000122070312 + 766.4099731445312 + + 139 + + 73 + + + 9.954000473022461 + 229 + + + + + + 683.5999755859375 + 776.4299926757812 + + 139 + + 75 + + + 10.0 + 173 + + + + + + + 8.428999900817871 + 70 + 106 + 177 + 276 + + + + + 81.0 + 822.59 + 10.583999633789062 + 15 + + 143 + + + 147 + + Active + 95 + Manual + + + + 683.5999755859375 + 776.4299926757812 + + 139 + + 75 + + + 10.0 + 173 + + + + + + 683.7999877929688 + 786.4099731445312 + + 139 + + 76 + + + 10.0 + 190 + + + + + + 683.7999877929688 + 796.4600219726562 + + 139 + + 77 + + + 10.045999526977539 + 204 + + + + + + 684.0 + 806.6199951171875 + + 139 + + 77 + + + 10.163000106811523 + 288 + + + + + + 684.0 + 816.8800048828125 + + 140 + + 79 + + + 10.258999824523926 + 192 + + + + + + 683.5999755859375 + 827.1900024414062 + + 140 + + 80 + + + 10.307999610900879 + 203 + + + + + + 683.5999755859375 + 837.5399780273438 + + 140 + + 78 + + + 10.357000350952148 + 200 + + + + + + 683.5999755859375 + 847.9500122070312 + + 140 + + 81 + + + 10.406999588012695 + 212 + + + + + + 683.5999755859375 + 858.4099731445312 + + 141 + + 83 + + + 10.456999778747559 + 195 + + + + + + 683.2000122070312 + 868.9099731445312 + + 141 + + 78 + + + 10.506999969482422 + 168 + + + + + + 683.4000244140625 + 879.4000244140625 + + 141 + + 75 + + + 10.482000350952148 + 189 + + + + + + 683.2000122070312 + 889.8800048828125 + + 141 + + 76 + + + 10.482000350952148 + 174 + + + + + + 683.0 + 900.4600219726562 + + 141 + + 77 + + + 10.583999633789062 + 183 + + + + + + 682.7999877929688 + 911.0 + + 141 + + 81 + + + 10.532999992370605 + 179 + + + + + + 682.7999877929688 + 921.4299926757812 + + 141 + + 83 + + + 10.432000160217285 + 156 + + + + + + 682.5999755859375 + 931.760009765625 + + 141 + + 85 + + + 10.331999778747559 + 179 + + + + + + 682.5999755859375 + 942.0399780273438 + + 141 + + 77 + + + 10.284000396728516 + 144 + + + + + + 682.4000244140625 + 952.22998046875 + + 141 + + 75 + + + 10.187000274658203 + 190 + + + + + + 682.5999755859375 + 962.3699951171875 + + 141 + + 76 + + + 10.140000343322754 + 175 + + + + + + 682.7999877929688 + 972.510009765625 + + 141 + + 75 + + + 10.140000343322754 + 227 + + + + + + 683.4000244140625 + 982.5800170898438 + + 141 + + 75 + + + 10.069000244140625 + 211 + + + + + + 684.2000122070312 + 997.7100219726562 + + 141 + + 75 + + + 9.86400032043457 + 171 + + + + + + 684.5999755859375 + 1007.1099853515625 + + 141 + + 78 + + + 9.730999946594238 + 214 + + + + + + 684.7999877929688 + 1016.760009765625 + + 141 + + 74 + + + 9.645000457763672 + 184 + + + + + + 684.4000244140625 + 1026.4000244140625 + + 142 + + 72 + + + 9.645000457763672 + 184 + + + + + + 684.4000244140625 + 1036.050048828125 + + 142 + + 74 + + + 9.645000457763672 + 228 + + + + + + 684.7999877929688 + 1045.5899658203125 + + 142 + + 87 + + + 9.538999557495117 + 229 + + + + + + 684.7999877929688 + 1055.2099609375 + + 142 + + 88 + + + 9.62399959564209 + 244 + + + + + + 685.2000122070312 + 1064.81005859375 + + 142 + + 70 + + + 9.602999687194824 + 199 + + + + + + 685.4000244140625 + 1074.4200439453125 + + 142 + + 72 + + + 9.602999687194824 + 249 + + + + + + 685.5999755859375 + 1083.8699951171875 + + 142 + + 71 + + + 9.456000328063965 + 309 + + + + + + 685.2000122070312 + 1093.3299560546875 + + 142 + + 70 + + + 9.456000328063965 + 309 + + + + + + 685.4000244140625 + 1103.06005859375 + + 142 + + 68 + + + 9.730999946594238 + 228 + + + + + + 685.0 + 1112.989990234375 + + 142 + + 69 + + + 9.930999755859375 + 179 + + + + + + 684.5999755859375 + 1122.9200439453125 + + 143 + + 75 + + + 9.930999755859375 + 179 + + + + + + 684.5999755859375 + 1133.1099853515625 + + 143 + + 83 + + + 10.187000274658203 + 184 + + + + + + 684.4000244140625 + 1143.31005859375 + + 143 + + 79 + + + 10.140000343322754 + 213 + + + + + + 684.2000122070312 + 1153.4100341796875 + + 143 + + 78 + + + 10.163000106811523 + 183 + + + + + + 684.2000122070312 + 1163.550048828125 + + 143 + + 83 + + + 10.140000343322754 + 217 + + + + + + 684.0 + 1173.7900390625 + + 143 + + 74 + + + 10.234999656677246 + 191 + + + + + + 684.0 + 1184.02001953125 + + 143 + + 76 + + + 10.234999656677246 + 204 + + + + + + 684.0 + 1194.300048828125 + + 143 + + 78 + + + 10.284000396728516 + 213 + + + + + + 684.0 + 1204.5899658203125 + + 143 + + 75 + + + 10.284000396728516 + 178 + + + + + + 684.2000122070312 + 1214.9200439453125 + + 143 + + 75 + + + 10.331999778747559 + 206 + + + + + + 684.4000244140625 + 1225.300048828125 + + 143 + + 78 + + + 10.381999969482422 + 179 + + + + + + 684.7999877929688 + 1235.72998046875 + + 143 + + 77 + + + 10.432000160217285 + 226 + + + + + + 685.2000122070312 + 1246.18994140625 + + 143 + + 76 + + + 10.456999778747559 + 185 + + + + + + 685.2000122070312 + 1256.6500244140625 + + 143 + + 78 + + + 10.456999778747559 + 185 + + + + + + 685.4000244140625 + 1267.22998046875 + + 144 + + 77 + + + 10.583999633789062 + 191 + + + + + + 685.2000122070312 + 1277.6400146484375 + + 144 + + 78 + + + 10.406999588012695 + 156 + + + + + + 684.7999877929688 + 1288.050048828125 + + 144 + + 80 + + + 10.406999588012695 + 194 + + + + + + 684.4000244140625 + 1298.449951171875 + + 144 + + 82 + + + 10.406999588012695 + 188 + + + + + + 684.5999755859375 + 1308.8599853515625 + + 144 + + 95 + + + 10.406999588012695 + 188 + + + + + + 684.5999755859375 + 1319.43994140625 + + 143 + + 88 + + + 10.583999633789062 + 208 + + + + + + 684.5999755859375 + 1329.8800048828125 + + 143 + + 75 + + + 10.432000160217285 + 199 + + + + + + 684.5999755859375 + 1340.1800537109375 + + 143 + + 78 + + + 10.307999610900879 + 192 + + + + + + 684.4000244140625 + 1350.5699462890625 + + 144 + + 78 + + + 10.381999969482422 + 204 + + + + + + 684.0 + 1360.8499755859375 + + 144 + + 76 + + + 10.284000396728516 + 178 + + + + + + 684.0 + 1371.0400390625 + + 144 + + 75 + + + 10.187000274658203 + 159 + + + + + + 684.0 + 1381.25 + + 144 + + 78 + + + 10.211000442504883 + 221 + + + + + + 684.0 + 1391.4100341796875 + + 144 + + 76 + + + 10.163000106811523 + 203 + + + + + + 684.0 + 1401.4100341796875 + + 144 + + 75 + + + 10.0 + 210 + + + + + + 684.0 + 1411.1199951171875 + + 144 + + 74 + + + 9.710000038146973 + 214 + + + + + + 683.7999877929688 + 1420.8499755859375 + + 144 + + 77 + + + 9.730999946594238 + 253 + + + + + + 683.5999755859375 + 1430.6300048828125 + + 144 + + 75 + + + 9.774999618530273 + 271 + + + + + + 683.5999755859375 + 1440.3800048828125 + + 144 + + 72 + + + 9.753000259399414 + 293 + + + + + + 683.5999755859375 + 1450.199951171875 + + 145 + + 75 + + + 9.819000244140625 + 222 + + + + + + 683.7999877929688 + 1459.969970703125 + + 145 + + 72 + + + 9.774999618530273 + 146 + + + + + + 683.7999877929688 + 1469.7099609375 + + 145 + + 78 + + + 9.730999946594238 + 202 + + + + + + 683.7999877929688 + 1479.47998046875 + + 145 + + 81 + + + 9.774999618530273 + 205 + + + + + + 683.7999877929688 + 1489.0 + + 145 + + 72 + + + 9.517999649047852 + 223 + + + + + + 684.0 + 1498.800048828125 + + 146 + + 72 + + + 9.47700023651123 + 275 + + + + + + 683.7999877929688 + 1508.199951171875 + + 146 + + 72 + + + 9.730999946594238 + 260 + + + + + + 683.7999877929688 + 1518.1099853515625 + + 146 + + 75 + + + 9.909000396728516 + 245 + + + + + + 684.0 + 1528.02001953125 + + 146 + + 76 + + + 9.909000396728516 + 185 + + + + + + 684.0 + 1538.06005859375 + + 146 + + 79 + + + 10.045999526977539 + 241 + + + + + + 684.0 + 1548.27001953125 + + 146 + + 77 + + + 10.211000442504883 + 191 + + + + + + 684.2000122070312 + 1558.47998046875 + + 146 + + 80 + + + 10.211000442504883 + 214 + + + + + + 684.4000244140625 + 1568.6700439453125 + + 147 + + 78 + + + 10.187000274658203 + 167 + + + + + + 684.2000122070312 + 1578.81005859375 + + 146 + + 75 + + + 10.140000343322754 + 200 + + + + + + 684.4000244140625 + 1589.0 + + 146 + + 75 + + + 10.187000274658203 + 173 + + + + + + 684.5999755859375 + 1599.31005859375 + + 146 + + 82 + + + 10.307999610900879 + 231 + + + + + + + 10.081000328063965 + 77 + 104 + 205 + 309 + + + + + 77.0 + 810.94 + 10.71399974822998 + 16 + + 148 + + + 150 + + Active + 115 + Manual + + + + 684.5999755859375 + 1599.31005859375 + + 146 + + 82 + + + 10.307999610900879 + 231 + + + + + + 684.7999877929688 + 1609.6500244140625 + + 146 + + 84 + + + 10.307999610900879 + 227 + + + + + + 685.2000122070312 + 1620.050048828125 + + 147 + + 77 + + + 10.432000160217285 + 244 + + + + + + 685.5999755859375 + 1630.530029296875 + + 147 + + 75 + + + 10.482000350952148 + 255 + + + + + + 685.5999755859375 + 1640.97998046875 + + 147 + + 78 + + + 10.456999778747559 + 206 + + + + + + 685.4000244140625 + 1651.469970703125 + + 146 + + 78 + + + 10.482000350952148 + 220 + + + + + + 685.2000122070312 + 1661.9200439453125 + + 147 + + 78 + + + 10.456999778747559 + 199 + + + + + + 685.0 + 1672.4100341796875 + + 147 + + 78 + + + 10.482000350952148 + 181 + + + + + + 684.5999755859375 + 1682.9599609375 + + 146 + + 84 + + + 10.557999610900879 + 239 + + + + + + 684.4000244140625 + 1693.52001953125 + + 147 + + 79 + + + 10.557999610900879 + 222 + + + + + + 684.2000122070312 + 1704.0799560546875 + + 146 + + 81 + + + 10.557999610900879 + 219 + + + + + + 684.2000122070312 + 1714.68994140625 + + 147 + + 82 + + + 10.609999656677246 + 262 + + + + + + 684.0 + 1725.3800048828125 + + 146 + + 79 + + + 10.687999725341797 + 193 + + + + + + 684.0 + 1736.0400390625 + + 147 + + 88 + + + 10.661999702453613 + 239 + + + + + + 684.0 + 1746.6800537109375 + + 147 + + 80 + + + 10.63599967956543 + 238 + + + + + + 683.7999877929688 + 1757.2900390625 + + 147 + + 81 + + + 10.609999656677246 + 198 + + + + + + 683.5999755859375 + 1767.7900390625 + + 147 + + 78 + + + 10.506999969482422 + 224 + + + + + + 683.5999755859375 + 1778.3299560546875 + + 147 + + 77 + + + 10.532999992370605 + 277 + + + + + + 683.4000244140625 + 1788.760009765625 + + 147 + + 74 + + + 10.432000160217285 + 212 + + + + + + 683.2000122070312 + 1798.9000244140625 + + 147 + + 81 + + + 10.140000343322754 + 217 + + + + + + 683.4000244140625 + 1809.06005859375 + + 148 + + 84 + + + 10.163000106811523 + 203 + + + + + + 684.2000122070312 + 1819.1800537109375 + + 148 + + 77 + + + 10.116000175476074 + 267 + + + + + + 684.7999877929688 + 1829.3900146484375 + + 148 + + 86 + + + 10.211000442504883 + 265 + + + + + + 685.2000122070312 + 1839.4100341796875 + + 148 + + 78 + + + 10.02299976348877 + 274 + + + + + + 685.5999755859375 + 1849.5999755859375 + + 148 + + 77 + + + 10.187000274658203 + 224 + + + + + + 685.5999755859375 + 1859.739990234375 + + 148 + + 75 + + + 10.140000343322754 + 240 + + + + + + 685.0 + 1869.8299560546875 + + 148 + + 74 + + + 10.093000411987305 + 222 + + + + + + 684.5999755859375 + 1879.9000244140625 + + 148 + + 73 + + + 10.069000244140625 + 222 + + + + + + 684.5999755859375 + 1890.02001953125 + + 148 + + 78 + + + 10.116000175476074 + 189 + + + + + + 684.5999755859375 + 1900.1300048828125 + + 148 + + 80 + + + 10.116000175476074 + 219 + + + + + + 684.7999877929688 + 1910.1300048828125 + + 148 + + 84 + + + 10.0 + 240 + + + + + + 685.0 + 1920.0899658203125 + + 148 + + 77 + + + 9.954000473022461 + 239 + + + + + + 685.0 + 1930.22998046875 + + 148 + + 92 + + + 10.140000343322754 + 244 + + + + + + 685.2000122070312 + 1940.1800537109375 + + 148 + + 86 + + + 9.954000473022461 + 236 + + + + + + 685.2000122070312 + 1950.4100341796875 + + 148 + + 80 + + + 10.211000442504883 + 303 + + + + + + 685.4000244140625 + 1961.1700439453125 + + 148 + + 77 + + + 10.432000160217285 + 233 + + + + + + 685.4000244140625 + 1971.22998046875 + + 148 + + 80 + + + 10.406999588012695 + 205 + + + + + + 685.5999755859375 + 1981.7099609375 + + 148 + + 79 + + + 10.482000350952148 + 206 + + + + + + 685.5999755859375 + 1992.18994140625 + + 148 + + 78 + + + 10.482000350952148 + 237 + + + + + + 685.5999755859375 + 2002.699951171875 + + 148 + + 77 + + + 10.506999969482422 + 186 + + + + + + 685.7999877929688 + 2013.2099609375 + + 148 + + 74 + + + 10.506999969482422 + 238 + + + + + + 686.0 + 2023.77001953125 + + 149 + + 79 + + + 10.557999610900879 + 225 + + + + + + 686.4000244140625 + 2034.3800048828125 + + 149 + + 78 + + + 10.609999656677246 + 198 + + + + + + 686.2000122070312 + 2044.989990234375 + + 149 + + 78 + + + 10.609999656677246 + 198 + + + + + + 686.0 + 2055.60009765625 + + 149 + + 79 + + + 10.609999656677246 + 207 + + + + + + 685.5999755859375 + 2066.179931640625 + + 149 + + 82 + + + 10.583999633789062 + 191 + + + + + + 685.2000122070312 + 2076.68994140625 + + 148 + + 79 + + + 10.506999969482422 + 227 + + + + + + 684.5999755859375 + 2087.27001953125 + + 148 + + 80 + + + 10.583999633789062 + 215 + + + + + + 684.5999755859375 + 2097.85009765625 + + 149 + + 78 + + + 10.583999633789062 + 204 + + + + + + 684.5999755859375 + 2108.31005859375 + + 149 + + 85 + + + 10.456999778747559 + 209 + + + + + + 684.7999877929688 + 2118.969970703125 + + 149 + + 100 + + + 10.661999702453613 + 203 + + + + + + 684.5999755859375 + 2129.530029296875 + + 149 + + 86 + + + 10.557999610900879 + 197 + + + + + + 684.5999755859375 + 2140.06005859375 + + 149 + + 78 + + + 10.532999992370605 + 210 + + + + + + 684.4000244140625 + 2150.570068359375 + + 149 + + 78 + + + 10.506999969482422 + 196 + + + + + + 684.4000244140625 + 2161.1298828125 + + 149 + + 77 + + + 10.557999610900879 + 228 + + + + + + 684.2000122070312 + 2171.77001953125 + + 149 + + 77 + + + 10.63599967956543 + 216 + + + + + + 684.2000122070312 + 2182.47998046875 + + 149 + + 91 + + + 10.71399974822998 + 185 + + + + + + 684.2000122070312 + 2193.06005859375 + + 149 + + 88 + + + 10.583999633789062 + 229 + + + + + + 684.2000122070312 + 2203.780029296875 + + 149 + + 86 + + + 10.71399974822998 + 258 + + + + + + 684.2000122070312 + 2214.469970703125 + + 149 + + 80 + + + 10.687999725341797 + 200 + + + + + + 684.2000122070312 + 2225.02001953125 + + 149 + + 78 + + + 10.557999610900879 + 222 + + + + + + 684.0 + 2235.510009765625 + + 149 + + 78 + + + 10.482000350952148 + 213 + + + + + + 684.0 + 2245.909912109375 + + 149 + + 81 + + + 10.406999588012695 + 243 + + + + + + 684.0 + 2256.3701171875 + + 149 + + 76 + + + 10.456999778747559 + 234 + + + + + + 684.0 + 2266.75 + + 149 + + 75 + + + 10.381999969482422 + 179 + + + + + + 684.0 + 2277.080078125 + + 149 + + 77 + + + 10.331999778747559 + 217 + + + + + + 684.0 + 2287.320068359375 + + 149 + + 77 + + + 10.234999656677246 + 202 + + + + + + 684.2000122070312 + 2297.679931640625 + + 150 + + 75 + + + 10.284000396728516 + 216 + + + + + + 684.2000122070312 + 2307.81005859375 + + 149 + + 77 + + + 10.211000442504883 + 211 + + + + + + 684.4000244140625 + 2317.929931640625 + + 149 + + 80 + + + 10.116000175476074 + 223 + + + + + + 684.5999755859375 + 2328.110107421875 + + 149 + + 84 + + + 10.116000175476074 + 212 + + + + + + 684.7999877929688 + 2338.260009765625 + + 149 + + 82 + + + 10.187000274658203 + 194 + + + + + + 685.0 + 2348.3701171875 + + 149 + + 80 + + + 10.116000175476074 + 239 + + + + + + 685.2000122070312 + 2358.5 + + 149 + + 83 + + + 10.140000343322754 + 175 + + + + + + 685.0 + 2368.820068359375 + + 149 + + 115 + + + 10.331999778747559 + 242 + + + + + + 685.0 + 2379.199951171875 + + 149 + + 108 + + + 10.381999969482422 + 187 + + + + + + 684.7999877929688 + 2389.580078125 + + 149 + + 82 + + + 10.381999969482422 + 201 + + + + + + 684.4000244140625 + 2399.93994140625 + + 149 + + 81 + + + 10.357000350952148 + 207 + + + + + + 684.5999755859375 + 2410.39990234375 + + 148 + + 86 + + + 10.456999778747559 + 234 + + + + + + + 10.300999641418457 + 81 + 105 + 221 + 303 + + + + + 192.0 + 2061.12 + 11.154000282287596 + 43 + + 153 + + + 156 + + Active + 99 + Manual + + + + 684.5999755859375 + 2410.39990234375 + + 148 + + 86 + + + 10.456999778747559 + 234 + + + + + + 684.7999877929688 + 2420.830078125 + + 149 + + 85 + + + 10.432000160217285 + 254 + + + + + + 685.2000122070312 + 2431.260009765625 + + 149 + + 82 + + + 10.432000160217285 + 212 + + + + + + 685.4000244140625 + 2441.77001953125 + + 149 + + 76 + + + 10.506999969482422 + 210 + + + + + + 685.7999877929688 + 2452.409912109375 + + 149 + + 77 + + + 10.63599967956543 + 216 + + + + + + 685.5999755859375 + 2463.0400390625 + + 149 + + 82 + + + 10.63599967956543 + 203 + + + + + + 685.5999755859375 + 2473.679931640625 + + 149 + + 83 + + + 10.63599967956543 + 220 + + + + + + 685.4000244140625 + 2484.260009765625 + + 149 + + 81 + + + 10.583999633789062 + 202 + + + + + + 685.4000244140625 + 2494.7900390625 + + 149 + + 78 + + + 10.532999992370605 + 190 + + + + + + 685.4000244140625 + 2505.300048828125 + + 149 + + 78 + + + 10.506999969482422 + 242 + + + + + + 685.2000122070312 + 2515.860107421875 + + 149 + + 78 + + + 10.557999610900879 + 204 + + + + + + 685.2000122070312 + 2526.64990234375 + + 148 + + 79 + + + 10.793999671936035 + 220 + + + + + + 685.0 + 2537.3701171875 + + 149 + + 83 + + + 10.71399974822998 + 243 + + + + + + 685.0 + 2548.1298828125 + + 148 + + 87 + + + 10.767000198364258 + 215 + + + + + + 684.7999877929688 + 2558.9599609375 + + 149 + + 84 + + + 10.821000099182129 + 281 + + + + + + 684.5999755859375 + 2569.830078125 + + 149 + + 80 + + + 10.875 + 268 + + + + + + 684.2000122070312 + 2580.7099609375 + + 149 + + 80 + + + 10.875 + 221 + + + + + + 684.0 + 2591.469970703125 + + 149 + + 79 + + + 10.767000198364258 + 212 + + + + + + 683.4000244140625 + 2602.2099609375 + + 149 + + 79 + + + 10.741000175476074 + 225 + + + + + + 682.7999877929688 + 2612.949951171875 + + 150 + + 80 + + + 10.741000175476074 + 225 + + + + + + 682.2000122070312 + 2623.699951171875 + + 150 + + 79 + + + 10.741000175476074 + 197 + + + + + + 682.0 + 2634.409912109375 + + 150 + + 79 + + + 10.71399974822998 + 225 + + + + + + 681.7999877929688 + 2645.050048828125 + + 150 + + 81 + + + 10.63599967956543 + 177 + + + + + + 682.0 + 2655.60009765625 + + 150 + + 82 + + + 10.557999610900879 + 197 + + + + + + 682.2000122070312 + 2666.239990234375 + + 150 + + 79 + + + 10.63599967956543 + 230 + + + + + + 682.7999877929688 + 2676.669921875 + + 150 + + 78 + + + 10.432000160217285 + 216 + + + + + + 683.4000244140625 + 2687.1298828125 + + 150 + + 77 + + + 10.456999778747559 + 226 + + + + + + 683.7999877929688 + 2697.300048828125 + + 150 + + 78 + + + 10.163000106811523 + 241 + + + + + + 684.0 + 2707.60009765625 + + 150 + + 79 + + + 10.307999610900879 + 231 + + + + + + 684.2000122070312 + 2717.929931640625 + + 150 + + 76 + + + 10.331999778747559 + 259 + + + + + + 684.5999755859375 + 2728.340087890625 + + 150 + + 78 + + + 10.406999588012695 + 236 + + + + + + 684.0 + 2738.820068359375 + + 150 + + 85 + + + 10.482000350952148 + 252 + + + + + + 684.0 + 2749.330078125 + + 151 + + 79 + + + 10.506999969482422 + 242 + + + + + + 683.7999877929688 + 2759.860107421875 + + 151 + + 78 + + + 10.532999992370605 + 193 + + + + + + 683.5999755859375 + 2770.52001953125 + + 151 + + 78 + + + 10.661999702453613 + 270 + + + + + + 683.5999755859375 + 2781.260009765625 + + 151 + + 79 + + + 10.741000175476074 + 240 + + + + + + 683.5999755859375 + 2791.949951171875 + + 151 + + 79 + + + 10.687999725341797 + 221 + + + + + + 683.4000244140625 + 2802.719970703125 + + 151 + + 82 + + + 10.767000198364258 + 262 + + + + + + 683.2000122070312 + 2813.510009765625 + + 152 + + 83 + + + 10.793999671936035 + 216 + + + + + + 683.2000122070312 + 2824.22998046875 + + 152 + + 80 + + + 10.71399974822998 + 214 + + + + + + 683.0 + 2835.02001953125 + + 152 + + 80 + + + 10.793999671936035 + 255 + + + + + + 682.7999877929688 + 2845.840087890625 + + 152 + + 79 + + + 10.821000099182129 + 242 + + + + + + 682.7999877929688 + 2856.739990234375 + + 152 + + 80 + + + 10.902000427246094 + 215 + + + + + + 682.5999755859375 + 2867.669921875 + + 152 + + 80 + + + 10.930000305175781 + 215 + + + + + + 682.7999877929688 + 2878.6298828125 + + 152 + + 83 + + + 10.956999778747559 + 227 + + + + + + 682.7999877929688 + 2889.669921875 + + 152 + + 92 + + + 11.039999961853027 + 236 + + + + + + 682.7999877929688 + 2900.7099609375 + + 152 + + 90 + + + 11.039999961853027 + 220 + + + + + + 682.5999755859375 + 2911.780029296875 + + 152 + + 87 + + + 11.069000244140625 + 218 + + + + + + 682.5999755859375 + 2922.6298828125 + + 153 + + 87 + + + 10.847999572753906 + 235 + + + + + + 682.4000244140625 + 2933.530029296875 + + 152 + + 82 + + + 10.902000427246094 + 215 + + + + + + 682.4000244140625 + 2944.429931640625 + + 152 + + 84 + + + 10.902000427246094 + 236 + + + + + + 681.7999877929688 + 2955.5 + + 152 + + 86 + + + 11.069000244140625 + 244 + + + + + + 682.0 + 2966.60009765625 + + 152 + + 88 + + + 11.097000122070312 + 214 + + + + + + 682.0 + 2977.75 + + 153 + + 84 + + + 11.154000282287598 + 190 + + + + + + 682.0 + 2988.8798828125 + + 153 + + 84 + + + 11.125 + 196 + + + + + + 681.5999755859375 + 2999.889892578125 + + 152 + + 86 + + + 11.012999534606934 + 235 + + + + + + 681.5999755859375 + 3010.8701171875 + + 151 + + 83 + + + 10.984999656677246 + 231 + + + + + + 681.4000244140625 + 3021.780029296875 + + 152 + + 83 + + + 10.902000427246094 + 167 + + + + + + 681.2000122070312 + 3032.679931640625 + + 152 + + 84 + + + 10.902000427246094 + 229 + + + + + + 681.2000122070312 + 3043.530029296875 + + 152 + + 87 + + + 10.847999572753906 + 217 + + + + + + 681.4000244140625 + 3054.27001953125 + + 152 + + 90 + + + 10.741000175476074 + 197 + + + + + + 681.7999877929688 + 3064.97998046875 + + 152 + + 83 + + + 10.71399974822998 + 185 + + + + + + 682.4000244140625 + 3075.699951171875 + + 153 + + 79 + + + 10.71399974822998 + 240 + + + + + + 682.7999877929688 + 3086.360107421875 + + 153 + + 80 + + + 10.661999702453613 + 206 + + + + + + 682.5999755859375 + 3097.050048828125 + + 153 + + 81 + + + 10.63599967956543 + 212 + + + + + + 682.4000244140625 + 3107.659912109375 + + 153 + + 79 + + + 10.661999702453613 + 259 + + + + + + 682.4000244140625 + 3118.06005859375 + + 153 + + 79 + + + 10.406999588012695 + 218 + + + + + + 682.4000244140625 + 3128.52001953125 + + 153 + + 79 + + + 10.456999778747559 + 199 + + + + + + 682.2000122070312 + 3138.949951171875 + + 153 + + 81 + + + 10.432000160217285 + 240 + + + + + + 682.4000244140625 + 3149.3798828125 + + 153 + + 85 + + + 10.432000160217285 + 205 + + + + + + 682.2000122070312 + 3159.739990234375 + + 154 + + 81 + + + 10.357000350952148 + 242 + + + + + + 682.0 + 3170.1298828125 + + 153 + + 76 + + + 10.357000350952148 + 228 + + + + + + 682.0 + 3180.580078125 + + 153 + + 78 + + + 10.482000350952148 + 227 + + + + + + 682.0 + 3191.0400390625 + + 153 + + 77 + + + 10.456999778747559 + 237 + + + + + + 682.0 + 3201.5400390625 + + 153 + + 78 + + + 10.506999969482422 + 224 + + + + + + 682.4000244140625 + 3212.10009765625 + + 153 + + 80 + + + 10.557999610900879 + 204 + + + + + + 682.5999755859375 + 3222.6298828125 + + 152 + + 82 + + + 10.532999992370605 + 182 + + + + + + 682.5999755859375 + 3233.239990234375 + + 152 + + 79 + + + 10.609999656677246 + 202 + + + + + + 683.0 + 3243.8798828125 + + 152 + + 78 + + + 10.63599967956543 + 252 + + + + + + 683.5999755859375 + 3254.5400390625 + + 152 + + 78 + + + 10.661999702453613 + 239 + + + + + + 683.2000122070312 + 3265.22998046875 + + 152 + + 79 + + + 10.687999725341797 + 182 + + + + + + 683.4000244140625 + 3276.0 + + 152 + + 79 + + + 10.767000198364258 + 255 + + + + + + 683.4000244140625 + 3286.610107421875 + + 152 + + 78 + + + 10.609999656677246 + 237 + + + + + + 683.5999755859375 + 3297.320068359375 + + 152 + + 78 + + + 10.71399974822998 + 240 + + + + + + 683.7999877929688 + 3307.89990234375 + + 152 + + 80 + + + 10.583999633789062 + 254 + + + + + + 683.7999877929688 + 3318.590087890625 + + 152 + + 80 + + + 10.687999725341797 + 221 + + + + + + 683.7999877929688 + 3329.330078125 + + 152 + + 82 + + + 10.741000175476074 + 225 + + + + + + 683.5999755859375 + 3340.10009765625 + + 153 + + 84 + + + 10.767000198364258 + 248 + + + + + + 683.2000122070312 + 3351.06005859375 + + 152 + + 80 + + + 10.956999778747559 + 201 + + + + + + 682.5999755859375 + 3362.0400390625 + + 152 + + 82 + + + 10.984999656677246 + 187 + + + + + + 682.2000122070312 + 3373.030029296875 + + 152 + + 86 + + + 10.984999656677246 + 194 + + + + + + 681.7999877929688 + 3384.10009765625 + + 152 + + 82 + + + 11.069000244140625 + 266 + + + + + + 681.4000244140625 + 3395.340087890625 + + 153 + + 83 + + + 10.847999572753906 + 243 + + + + + + 681.0 + 3405.840087890625 + + 153 + + 83 + + + 10.902000427246094 + 236 + + + + + + 681.0 + 3416.719970703125 + + 153 + + 93 + + + 10.875 + 257 + + + + + + 680.7999877929688 + 3427.5400390625 + + 153 + + 99 + + + 10.821000099182129 + 231 + + + + + + 680.7999877929688 + 3438.360107421875 + + 153 + + 92 + + + 10.821000099182129 + 231 + + + + + + 680.7999877929688 + 3449.159912109375 + + 153 + + 83 + + + 10.793999671936035 + 227 + + + + + + 680.7999877929688 + 3459.919921875 + + 152 + + 79 + + + 10.767000198364258 + 226 + + + + + + 680.5999755859375 + 3470.639892578125 + + 152 + + 79 + + + 10.71399974822998 + 240 + + + + + + 681.0 + 3481.300048828125 + + 153 + + 82 + + + 10.661999702453613 + 210 + + + + + + 681.0 + 3491.8798828125 + + 153 + + 82 + + + 10.583999633789062 + 275 + + + + + + 680.7999877929688 + 3502.360107421875 + + 153 + + 77 + + + 10.482000350952148 + 200 + + + + + + 680.7999877929688 + 3512.719970703125 + + 153 + + 78 + + + 10.357000350952148 + 256 + + + + + + 681.0 + 3523.06005859375 + + 153 + + 78 + + + 10.331999778747559 + 193 + + + + + + 681.0 + 3533.409912109375 + + 153 + + 78 + + + 10.357000350952148 + 245 + + + + + + 681.2000122070312 + 3543.820068359375 + + 153 + + 77 + + + 10.406999588012695 + 246 + + + + + + 682.0 + 3554.25 + + 153 + + 75 + + + 10.432000160217285 + 219 + + + + + + 682.4000244140625 + 3564.6298828125 + + 153 + + 78 + + + 10.381999969482422 + 252 + + + + + + 682.5999755859375 + 3575.010009765625 + + 153 + + 78 + + + 10.381999969482422 + 252 + + + + + + 682.7999877929688 + 3585.469970703125 + + 153 + + 78 + + + 10.456999778747559 + 223 + + + + + + 683.0 + 3596.050048828125 + + 154 + + 76 + + + 10.583999633789062 + 261 + + + + + + 682.7999877929688 + 3606.639892578125 + + 153 + + 78 + + + 10.583999633789062 + 176 + + + + + + 682.7999877929688 + 3617.169921875 + + 153 + + 78 + + + 10.532999992370605 + 249 + + + + + + 683.0 + 3627.760009765625 + + 154 + + 78 + + + 10.583999633789062 + 240 + + + + + + 683.2000122070312 + 3638.419921875 + + 153 + + 78 + + + 10.661999702453613 + 199 + + + + + + 683.5999755859375 + 3649.110107421875 + + 153 + + 78 + + + 10.687999725341797 + 235 + + + + + + 683.7999877929688 + 3659.820068359375 + + 153 + + 78 + + + 10.71399974822998 + 293 + + + + + + 683.5999755859375 + 3670.530029296875 + + 153 + + 80 + + + 10.71399974822998 + 293 + + + + + + 683.7999877929688 + 3681.330078125 + + 153 + + 78 + + + 10.793999671936035 + 227 + + + + + + 683.7999877929688 + 3692.070068359375 + + 153 + + 78 + + + 10.741000175476074 + 225 + + + + + + 683.7999877929688 + 3702.81005859375 + + 153 + + 79 + + + 10.741000175476074 + 225 + + + + + + 683.4000244140625 + 3713.75 + + 153 + + 86 + + + 10.557999610900879 + 250 + + + + + + 683.2000122070312 + 3723.830078125 + + 153 + + 90 + + + 10.456999778747559 + 219 + + + + + + 682.7999877929688 + 3734.31005859375 + + 152 + + 99 + + + 10.482000350952148 + 224 + + + + + + 682.7999877929688 + 3744.7900390625 + + 152 + + 99 + + + 10.482000350952148 + 224 + + + + + + 682.5999755859375 + 3755.590087890625 + + 152 + + 80 + + + 10.793999671936035 + 206 + + + + + + 682.5999755859375 + 3766.300048828125 + + 153 + + 79 + + + 10.71399974822998 + 204 + + + + + + 682.5999755859375 + 3777.0400390625 + + 153 + + 79 + + + 10.741000175476074 + 229 + + + + + + 682.4000244140625 + 3787.889892578125 + + 153 + + 82 + + + 10.847999572753906 + 192 + + + + + + 682.2000122070312 + 3798.739990234375 + + 153 + + 83 + + + 10.847999572753906 + 192 + + + + + + 681.7999877929688 + 3809.639892578125 + + 153 + + 84 + + + 10.902000427246094 + 251 + + + + + + 681.7999877929688 + 3820.489990234375 + + 154 + + 83 + + + 10.847999572753906 + 235 + + + + + + 681.4000244140625 + 3831.340087890625 + + 154 + + 81 + + + 10.847999572753906 + 203 + + + + + + 681.2000122070312 + 3842.02001953125 + + 154 + + 83 + + + 10.687999725341797 + 231 + + + + + + 681.2000122070312 + 3852.68994140625 + + 154 + + 80 + + + 10.661999702453613 + 213 + + + + + + 680.5999755859375 + 3863.169921875 + + 154 + + 79 + + + 10.482000350952148 + 200 + + + + + + 680.5999755859375 + 3873.550048828125 + + 155 + + 78 + + + 10.381999969482422 + 243 + + + + + + 680.5999755859375 + 3883.81005859375 + + 155 + + 75 + + + 10.258999824523926 + 243 + + + + + + 680.5999755859375 + 3894.0400390625 + + 154 + + 76 + + + 10.234999656677246 + 270 + + + + + + 680.7999877929688 + 3904.239990234375 + + 154 + + 76 + + + 10.163000106811523 + 227 + + + + + + 681.0 + 3914.389892578125 + + 154 + + 76 + + + 10.187000274658203 + 248 + + + + + + 681.0 + 3924.510009765625 + + 154 + + 76 + + + 10.116000175476074 + 260 + + + + + + 681.2000122070312 + 3934.669921875 + + 154 + + 78 + + + 10.163000106811523 + 213 + + + + + + 681.4000244140625 + 3944.739990234375 + + 154 + + 82 + + + 10.069000244140625 + 262 + + + + + + 681.5999755859375 + 3954.929931640625 + + 154 + + 86 + + + 10.187000274658203 + 231 + + + + + + 681.7999877929688 + 3965.2099609375 + + 154 + + 83 + + + 10.284000396728516 + 254 + + + + + + 682.2000122070312 + 3975.570068359375 + + 154 + + 78 + + + 10.357000350952148 + 211 + + + + + + 682.2000122070312 + 3986.080078125 + + 154 + + 82 + + + 10.506999969482422 + 270 + + + + + + 682.2000122070312 + 3996.409912109375 + + 154 + + 77 + + + 10.331999778747559 + 268 + + + + + + 682.5999755859375 + 4006.93994140625 + + 154 + + 78 + + + 10.532999992370605 + 249 + + + + + + 682.4000244140625 + 4017.5 + + 154 + + 74 + + + 10.557999610900879 + 250 + + + + + + 681.5999755859375 + 4028.18994140625 + + 153 + + 82 + + + 10.687999725341797 + 257 + + + + + + 681.7999877929688 + 4039.06005859375 + + 153 + + 79 + + + 10.875 + 257 + + + + + + 682.2000122070312 + 4049.780029296875 + + 153 + + 81 + + + 10.71399974822998 + 251 + + + + + + 682.0 + 4060.60009765625 + + 153 + + 80 + + + 10.821000099182129 + 220 + + + + + + 682.2000122070312 + 4071.419921875 + + 154 + + 80 + + + 10.821000099182129 + 220 + + + + + + 682.4000244140625 + 4082.27001953125 + + 153 + + 81 + + + 10.847999572753906 + 210 + + + + + + 682.5999755859375 + 4093.110107421875 + + 153 + + 82 + + + 10.847999572753906 + 210 + + + + + + 682.5999755859375 + 4103.990234375 + + 153 + + 81 + + + 10.875 + 216 + + + + + + 683.2000122070312 + 4114.85986328125 + + 154 + + 81 + + + 10.875 + 228 + + + + + + 683.7999877929688 + 4125.81982421875 + + 154 + + 82 + + + 10.956999778747559 + 311 + + + + + + 683.7999877929688 + 4136.6201171875 + + 153 + + 84 + + + 10.793999671936035 + 224 + + + + + + 683.5999755859375 + 4147.5498046875 + + 154 + + 81 + + + 10.930000305175781 + 204 + + + + + + 683.7999877929688 + 4158.33984375 + + 154 + + 83 + + + 10.793999671936035 + 237 + + + + + + 683.4000244140625 + 4169.35009765625 + + 154 + + 82 + + + 11.012999534606934 + 253 + + + + + + 682.7999877929688 + 4180.4501953125 + + 154 + + 94 + + + 11.097000122070312 + 285 + + + + + + 682.7999877929688 + 4191.56982421875 + + 154 + + 83 + + + 11.125 + 219 + + + + + + 683.0 + 4202.60986328125 + + 154 + + 86 + + + 11.039999961853027 + 206 + + + + + + 682.4000244140625 + 4213.64990234375 + + 154 + + 85 + + + 11.039999961853027 + 273 + + + + + + 681.7999877929688 + 4224.72021484375 + + 154 + + 85 + + + 11.069000244140625 + 321 + + + + + + 681.4000244140625 + 4235.64990234375 + + 155 + + 82 + + + 10.930000305175781 + 233 + + + + + + 680.5999755859375 + 4246.52978515625 + + 154 + + 82 + + + 10.875 + 268 + + + + + + 680.2000122070312 + 4257.27001953125 + + 155 + + 84 + + + 10.741000175476074 + 305 + + + + + + 679.7999877929688 + 4268.0400390625 + + 155 + + 80 + + + 10.767000198364258 + 255 + + + + + + 679.7999877929688 + 4278.72021484375 + + 155 + + 78 + + + 10.687999725341797 + 235 + + + + + + 680.4000244140625 + 4289.330078125 + + 154 + + 81 + + + 10.609999656677246 + 330 + + + + + + 680.5999755859375 + 4300.0 + + 155 + + 78 + + + 10.661999702453613 + 259 + + + + + + 681.0 + 4310.68017578125 + + 155 + + 82 + + + 10.687999725341797 + 239 + + + + + + 681.2000122070312 + 4321.4501953125 + + 155 + + 81 + + + 10.767000198364258 + 295 + + + + + + 681.5999755859375 + 4332.25 + + 155 + + 78 + + + 10.793999671936035 + 244 + + + + + + 681.5999755859375 + 4342.91015625 + + 155 + + 78 + + + 10.661999702453613 + 239 + + + + + + 681.7999877929688 + 4353.43994140625 + + 155 + + 79 + + + 10.532999992370605 + 274 + + + + + + 681.7999877929688 + 4364.0 + + 155 + + 78 + + + 10.557999610900879 + 219 + + + + + + 681.7999877929688 + 4374.60986328125 + + 155 + + 79 + + + 10.609999656677246 + 227 + + + + + + 681.7999877929688 + 4385.1201171875 + + 156 + + 78 + + + 10.506999969482422 + 281 + + + + + + 682.2000122070312 + 4395.8798828125 + + 156 + + 81 + + + 10.767000198364258 + 208 + + + + + + 682.4000244140625 + 4406.52001953125 + + 156 + + 83 + + + 10.63599967956543 + 209 + + + + + + 682.4000244140625 + 4417.39013671875 + + 156 + + 79 + + + 10.875 + 225 + + + + + + 682.5999755859375 + 4428.35009765625 + + 155 + + 88 + + + 10.956999778747559 + 198 + + + + + + 682.7999877929688 + 4439.22998046875 + + 156 + + 78 + + + 10.875 + 207 + + + + + + 682.4000244140625 + 4450.10009765625 + + 156 + + 80 + + + 10.875 + 243 + + + + + + 682.2000122070312 + 4461.06005859375 + + 156 + + 79 + + + 10.956999778747559 + 234 + + + + + + 681.5999755859375 + 4472.0400390625 + + 156 + + 79 + + + 10.984999656677246 + 212 + + + + + + + 10.711000442504883 + 81 + 261 + 231 + 330 + + + + + 74.0 + 829.44 + 11.538000106811523 + 19 + + 158 + + + 159 + + Active + 94 + Manual + + + + 681.5999755859375 + 4472.0400390625 + + 156 + + 79 + + + 10.984999656677246 + 212 + + + + + + 681.4000244140625 + 4483.0 + + 155 + + 79 + + + 10.956999778747559 + 230 + + + + + + 681.5999755859375 + 4494.009765625 + + 156 + + 81 + + + 11.012999534606934 + 290 + + + + + + 682.2000122070312 + 4505.10986328125 + + 156 + + 82 + + + 11.097000122070312 + 260 + + + + + + 682.7999877929688 + 4516.3798828125 + + 156 + + 79 + + + 11.269000053405762 + 293 + + + + + + 683.2000122070312 + 4527.740234375 + + 155 + + 86 + + + 11.357999801635742 + 285 + + + + + + 683.2000122070312 + 4539.2099609375 + + 156 + + 87 + + + 11.47700023651123 + 276 + + + + + + 683.0 + 4550.41015625 + + 156 + + 94 + + + 11.154000282287598 + 250 + + + + + + 682.5999755859375 + 4561.77978515625 + + 157 + + 83 + + + 11.357999801635742 + 250 + + + + + + 682.4000244140625 + 4572.89013671875 + + 157 + + 85 + + + 11.154000282287598 + 197 + + + + + + 682.2000122070312 + 4584.10986328125 + + 157 + + 91 + + + 11.211000442504883 + 239 + + + + + + 682.0 + 4595.330078125 + + 157 + + 93 + + + 11.239999771118164 + 266 + + + + + + 681.7999877929688 + 4606.60009765625 + + 158 + + 93 + + + 11.269000053405762 + 233 + + + + + + 681.5999755859375 + 4617.72021484375 + + 157 + + 84 + + + 11.097000122070312 + 255 + + + + + + 681.0 + 4628.740234375 + + 157 + + 81 + + + 11.039999961853027 + 273 + + + + + + 680.7999877929688 + 4639.669921875 + + 157 + + 84 + + + 10.930000305175781 + 295 + + + + + + 680.4000244140625 + 4650.60009765625 + + 156 + + 85 + + + 10.930000305175781 + 295 + + + + + + 680.0 + 4661.52978515625 + + 157 + + 83 + + + 10.930000305175781 + 331 + + + + + + 679.4000244140625 + 4672.4599609375 + + 157 + + 81 + + + 10.930000305175781 + 245 + + + + + + 679.4000244140625 + 4683.2998046875 + + 157 + + 80 + + + 10.847999572753906 + 246 + + + + + + 679.7999877929688 + 4694.2099609375 + + 157 + + 84 + + + 10.902000427246094 + 298 + + + + + + 680.2000122070312 + 4704.9501953125 + + 157 + + 80 + + + 10.741000175476074 + 229 + + + + + + 680.5999755859375 + 4715.740234375 + + 158 + + 79 + + + 10.793999671936035 + 270 + + + + + + 681.2000122070312 + 4726.58984375 + + 158 + + 82 + + + 10.847999572753906 + 297 + + + + + + 681.4000244140625 + 4737.43994140625 + + 158 + + 81 + + + 10.847999572753906 + 268 + + + + + + 681.4000244140625 + 4748.259765625 + + 158 + + 78 + + + 10.821000099182129 + 202 + + + + + + 681.2000122070312 + 4759.10986328125 + + 159 + + 81 + + + 10.821000099182129 + 263 + + + + + + 681.4000244140625 + 4769.85009765625 + + 159 + + 79 + + + 10.767000198364258 + 259 + + + + + + 681.2000122070312 + 4780.75 + + 159 + + 82 + + + 10.902000427246094 + 251 + + + + + + 681.4000244140625 + 4791.72998046875 + + 159 + + 84 + + + 10.984999656677246 + 257 + + + + + + 681.5999755859375 + 4802.580078125 + + 158 + + 82 + + + 10.847999572753906 + 268 + + + + + + 681.7999877929688 + 4813.43017578125 + + 158 + + 88 + + + 10.847999572753906 + 225 + + + + + + 681.7999877929688 + 4824.35986328125 + + 158 + + 84 + + + 10.930000305175781 + 236 + + + + + + 682.0 + 4835.3701171875 + + 159 + + 85 + + + 11.012999534606934 + 268 + + + + + + 682.0 + 4846.330078125 + + 159 + + 85 + + + 10.956999778747559 + 248 + + + + + + 682.2000122070312 + 4857.3701171875 + + 159 + + 78 + + + 11.039999961853027 + 243 + + + + + + 682.0 + 4868.490234375 + + 159 + + 81 + + + 11.125 + 270 + + + + + + 681.7999877929688 + 4879.85009765625 + + 159 + + 85 + + + 11.357999801635742 + 269 + + + + + + 681.5999755859375 + 4891.009765625 + + 159 + + 84 + + + 11.154000282287598 + 245 + + + + + + 681.4000244140625 + 4902.27978515625 + + 159 + + 84 + + + 11.269000053405762 + 236 + + + + + + 681.2000122070312 + 4913.6298828125 + + 159 + + 86 + + + 11.357999801635742 + 227 + + + + + + 681.4000244140625 + 4924.990234375 + + 158 + + 82 + + + 11.357999801635742 + 231 + + + + + + 681.5999755859375 + 4936.3798828125 + + 159 + + 85 + + + 11.38700008392334 + 246 + + + + + + 681.7999877929688 + 4947.7998046875 + + 159 + + 89 + + + 11.416999816894531 + 346 + + + + + + 682.0 + 4959.52978515625 + + 158 + + 85 + + + 11.32800006866455 + 242 + + + + + + 682.0 + 4970.5400390625 + + 158 + + 86 + + + 11.416999816894531 + 225 + + + + + + 681.7999877929688 + 4981.9501953125 + + 159 + + 87 + + + 11.416999816894531 + 232 + + + + + + 681.5999755859375 + 4993.3701171875 + + 159 + + 85 + + + 11.416999816894531 + 240 + + + + + + 681.5999755859375 + 5004.91015625 + + 158 + + 87 + + + 11.538000106811523 + 254 + + + + + + 681.4000244140625 + 5016.35986328125 + + 159 + + 84 + + + 11.446999549865723 + 225 + + + + + + 681.4000244140625 + 5027.89013671875 + + 158 + + 92 + + + 11.538000106811523 + 258 + + + + + + 681.4000244140625 + 5039.22021484375 + + 159 + + 88 + + + 11.32800006866455 + 212 + + + + + + 681.0 + 5050.580078125 + + 159 + + 87 + + + 11.357999801635742 + 224 + + + + + + 680.5999755859375 + 5061.81982421875 + + 158 + + 83 + + + 11.239999771118164 + 224 + + + + + + 680.0 + 5072.89013671875 + + 159 + + 82 + + + 11.069000244140625 + 203 + + + + + + 679.7999877929688 + 5083.93017578125 + + 159 + + 92 + + + 11.039999961853027 + 217 + + + + + + 679.7999877929688 + 5094.91015625 + + 158 + + 83 + + + 10.984999656677246 + 253 + + + + + + 680.5999755859375 + 5105.759765625 + + 158 + + 83 + + + 10.847999572753906 + 225 + + + + + + 681.4000244140625 + 5116.68994140625 + + 158 + + 81 + + + 10.930000305175781 + 274 + + + + + + 682.0 + 5127.419921875 + + 158 + + 80 + + + 10.71399974822998 + 304 + + + + + + 682.2000122070312 + 5138.169921875 + + 159 + + 82 + + + 10.767000198364258 + 270 + + + + + + 682.0 + 5148.91015625 + + 158 + + 79 + + + 10.741000175476074 + 337 + + + + + + 681.4000244140625 + 5159.47021484375 + + 158 + + 75 + + + 10.557999610900879 + 324 + + + + + + 680.7999877929688 + 5169.97998046875 + + 159 + + 77 + + + 10.506999969482422 + 312 + + + + + + 680.5999755859375 + 5180.89013671875 + + 159 + + 77 + + + 10.532999992370605 + 277 + + + + + + 680.7999877929688 + 5191.06982421875 + + 159 + + 82 + + + 10.557999610900879 + 261 + + + + + + 681.0 + 5201.72998046875 + + 158 + + 78 + + + 10.661999702453613 + 285 + + + + + + 681.4000244140625 + 5212.60986328125 + + 159 + + 81 + + + 10.875 + 287 + + + + + + 681.4000244140625 + 5223.509765625 + + 159 + + 80 + + + 10.902000427246094 + 244 + + + + + + 681.5999755859375 + 5234.47021484375 + + 159 + + 80 + + + 10.956999778747559 + 270 + + + + + + 681.7999877929688 + 5245.58984375 + + 159 + + 81 + + + 11.125 + 256 + + + + + + 681.7999877929688 + 5256.72021484375 + + 159 + + 84 + + + 11.125 + 270 + + + + + + 681.5999755859375 + 5267.89990234375 + + 159 + + 86 + + + 11.182000160217285 + 269 + + + + + + 681.7999877929688 + 5279.169921875 + + 159 + + 85 + + + 11.269000053405762 + 244 + + + + + + 681.5999755859375 + 5290.490234375 + + 159 + + 83 + + + 11.32800006866455 + 235 + + + + + + 681.4000244140625 + 5301.58984375 + + 159 + + 83 + + + 11.097000122070312 + 214 + + + + + + + 10.975000381469725 + 83 + 104 + 258 + 346 + + + + + 184.0 + 2046.82 + 11.788000106811523 + 47 + + 160 + + + 162 + + Active + 100 + Manual + + + + 681.4000244140625 + 5301.58984375 + + 159 + + 83 + + + 11.097000122070312 + 214 + + + + + + 681.4000244140625 + 5312.77001953125 + + 159 + + 84 + + + 11.182000160217285 + 227 + + + + + + 681.4000244140625 + 5324.10009765625 + + 159 + + 82 + + + 11.32800006866455 + 253 + + + + + + 681.5999755859375 + 5335.31005859375 + + 159 + + 83 + + + 11.211000442504883 + 269 + + + + + + 681.5999755859375 + 5347.10986328125 + + 159 + + 87 + + + 11.38700008392334 + 274 + + + + + + 681.5999755859375 + 5358.1201171875 + + 158 + + 87 + + + 11.416999816894531 + 274 + + + + + + 681.5999755859375 + 5369.3798828125 + + 158 + + 86 + + + 11.269000053405762 + 264 + + + + + + 681.2000122070312 + 5380.81005859375 + + 158 + + 87 + + + 11.416999816894531 + 228 + + + + + + 680.7999877929688 + 5392.169921875 + + 158 + + 85 + + + 11.298999786376953 + 226 + + + + + + 680.5999755859375 + 5403.66015625 + + 158 + + 85 + + + 11.508000373840332 + 222 + + + + + + 680.5999755859375 + 5414.9501953125 + + 159 + + 95 + + + 11.269000053405762 + 233 + + + + + + 680.4000244140625 + 5426.2001953125 + + 159 + + 89 + + + 11.32800006866455 + 235 + + + + + + 680.2000122070312 + 5437.52978515625 + + 159 + + 86 + + + 11.32800006866455 + 235 + + + + + + 679.5999755859375 + 5448.830078125 + + 158 + + 85 + + + 11.298999786376953 + 216 + + + + + + 679.4000244140625 + 5459.9599609375 + + 158 + + 86 + + + 11.125 + 233 + + + + + + 679.4000244140625 + 5471.0498046875 + + 159 + + 81 + + + 11.097000122070312 + 263 + + + + + + 679.2000122070312 + 5482.009765625 + + 159 + + 81 + + + 10.956999778747559 + 259 + + + + + + 679.5999755859375 + 5492.91015625 + + 159 + + 81 + + + 10.902000427246094 + 229 + + + + + + 679.7999877929688 + 5503.72998046875 + + 159 + + 79 + + + 10.821000099182129 + 227 + + + + + + 680.0 + 5514.81982421875 + + 159 + + 79 + + + 10.71399974822998 + 293 + + + + + + 680.0 + 5525.18994140625 + + 159 + + 79 + + + 10.741000175476074 + 258 + + + + + + 680.2000122070312 + 5535.7998046875 + + 159 + + 80 + + + 10.609999656677246 + 244 + + + + + + 680.4000244140625 + 5549.08984375 + + 159 + + 78 + + + 10.63599967956543 + 291 + + + + + + 680.4000244140625 + 5559.72998046875 + + 159 + + 78 + + + 10.63599967956543 + 305 + + + + + + 680.2000122070312 + 5570.240234375 + + 158 + + 78 + + + 10.506999969482422 + 218 + + + + + + 679.7999877929688 + 5580.64013671875 + + 159 + + 80 + + + 10.406999588012695 + 257 + + + + + + 679.5999755859375 + 5591.02978515625 + + 159 + + 77 + + + 10.381999969482422 + 250 + + + + + + 680.0 + 5601.41015625 + + 159 + + 79 + + + 10.381999969482422 + 270 + + + + + + 680.2000122070312 + 5611.83984375 + + 159 + + 81 + + + 10.432000160217285 + 247 + + + + + + 680.7999877929688 + 5622.3701171875 + + 159 + + 77 + + + 10.532999992370605 + 249 + + + + + + 681.2000122070312 + 5632.8798828125 + + 159 + + 80 + + + 10.506999969482422 + 246 + + + + + + 681.4000244140625 + 5643.4599609375 + + 160 + + 80 + + + 10.583999633789062 + 215 + + + + + + 681.4000244140625 + 5654.1298828125 + + 160 + + 78 + + + 10.661999702453613 + 210 + + + + + + 681.2000122070312 + 5664.89013671875 + + 159 + + 79 + + + 10.741000175476074 + 229 + + + + + + 681.4000244140625 + 5675.7099609375 + + 159 + + 80 + + + 10.847999572753906 + 221 + + + + + + 681.4000244140625 + 5686.6201171875 + + 160 + + 98 + + + 10.902000427246094 + 229 + + + + + + 681.2000122070312 + 5697.66015625 + + 159 + + 93 + + + 11.039999961853027 + 261 + + + + + + 681.0 + 5708.77978515625 + + 159 + + 82 + + + 11.125 + 297 + + + + + + 680.7999877929688 + 5719.990234375 + + 159 + + 82 + + + 11.211000442504883 + 239 + + + + + + 680.5999755859375 + 5731.2900390625 + + 159 + + 83 + + + 11.298999786376953 + 237 + + + + + + 680.4000244140625 + 5742.64990234375 + + 159 + + 84 + + + 11.357999801635742 + 269 + + + + + + 680.5999755859375 + 5754.10009765625 + + 159 + + 91 + + + 11.446999549865723 + 283 + + + + + + 680.7999877929688 + 5765.5400390625 + + 159 + + 94 + + + 11.446999549865723 + 268 + + + + + + 680.7999877929688 + 5776.9599609375 + + 158 + + 83 + + + 11.416999816894531 + 259 + + + + + + 680.7999877929688 + 5788.3798828125 + + 159 + + 85 + + + 11.416999816894531 + 282 + + + + + + 680.5999755859375 + 5799.89013671875 + + 159 + + 85 + + + 11.508000373840332 + 272 + + + + + + 680.4000244140625 + 5811.39013671875 + + 159 + + 85 + + + 11.508000373840332 + 211 + + + + + + 680.0 + 5822.93017578125 + + 158 + + 85 + + + 11.538000106811523 + 261 + + + + + + 680.0 + 5834.43994140625 + + 159 + + 87 + + + 11.508000373840332 + 230 + + + + + + 679.7999877929688 + 5845.85986328125 + + 159 + + 85 + + + 11.416999816894531 + 255 + + + + + + 679.5999755859375 + 5857.27001953125 + + 159 + + 85 + + + 11.416999816894531 + 267 + + + + + + 678.7999877929688 + 5868.5400390625 + + 158 + + 85 + + + 11.269000053405762 + 241 + + + + + + 678.5999755859375 + 5879.580078125 + + 159 + + 83 + + + 11.039999961853027 + 291 + + + + + + 678.0 + 5890.60009765625 + + 159 + + 84 + + + 11.012999534606934 + 301 + + + + + + 677.4000244140625 + 5901.33984375 + + 158 + + 83 + + + 10.741000175476074 + 287 + + + + + + 677.2000122070312 + 5912.080078125 + + 159 + + 80 + + + 10.741000175476074 + 265 + + + + + + 677.5999755859375 + 5922.7099609375 + + 158 + + 78 + + + 10.63599967956543 + 295 + + + + + + 677.7999877929688 + 5933.31982421875 + + 158 + + 78 + + + 10.609999656677246 + 301 + + + + + + 678.5999755859375 + 5943.91015625 + + 159 + + 78 + + + 10.583999633789062 + 222 + + + + + + 679.2000122070312 + 5954.43994140625 + + 158 + + 81 + + + 10.532999992370605 + 284 + + + + + + 679.5999755859375 + 5964.919921875 + + 158 + + 79 + + + 10.482000350952148 + 297 + + + + + + 680.0 + 5975.35009765625 + + 159 + + 80 + + + 10.432000160217285 + 264 + + + + + + 680.2000122070312 + 5985.66015625 + + 159 + + 90 + + + 10.307999610900879 + 306 + + + + + + 680.0 + 5995.990234375 + + 159 + + 100 + + + 10.331999778747559 + 206 + + + + + + 680.0 + 6006.5498046875 + + 159 + + 83 + + + 10.557999610900879 + 254 + + + + + + 679.7999877929688 + 6017.31982421875 + + 159 + + 80 + + + 10.767000198364258 + 252 + + + + + + 680.0 + 6027.89013671875 + + 158 + + 87 + + + 10.557999610900879 + 236 + + + + + + 680.2000122070312 + 6038.41015625 + + 159 + + 92 + + + 10.532999992370605 + 236 + + + + + + 680.5999755859375 + 6048.93994140625 + + 158 + + 92 + + + 10.532999992370605 + 236 + + + + + + 681.0 + 6059.56982421875 + + 159 + + 83 + + + 10.623000144958496 + 214 + + + + + + 681.4000244140625 + 6070.47021484375 + + 159 + + 77 + + + 10.902000427246094 + 215 + + + + + + 681.5999755859375 + 6081.22998046875 + + 159 + + 78 + + + 10.767000198364258 + 266 + + + + + + 681.5999755859375 + 6092.27001953125 + + 159 + + 80 + + + 11.039999961853027 + 243 + + + + + + 681.5999755859375 + 6103.2001953125 + + 159 + + 87 + + + 10.930000305175781 + 240 + + + + + + 681.4000244140625 + 6114.31982421875 + + 159 + + 82 + + + 11.097000122070312 + 230 + + + + + + 681.2000122070312 + 6125.58984375 + + 159 + + 81 + + + 11.239999771118164 + 282 + + + + + + 681.2000122070312 + 6136.7001953125 + + 159 + + 83 + + + 11.154000282287598 + 234 + + + + + + 681.2000122070312 + 6148.02001953125 + + 159 + + 84 + + + 11.32800006866455 + 280 + + + + + + 681.0 + 6159.52978515625 + + 159 + + 84 + + + 11.508000373840332 + 269 + + + + + + 680.7999877929688 + 6171.10009765625 + + 159 + + 85 + + + 11.569000244140625 + 228 + + + + + + 681.0 + 6182.64013671875 + + 159 + + 88 + + + 11.538000106811523 + 270 + + + + + + 681.0 + 6194.2099609375 + + 159 + + 84 + + + 11.569000244140625 + 379 + + + + + + 681.2000122070312 + 6205.81005859375 + + 158 + + 88 + + + 11.600000381469727 + 248 + + + + + + 681.4000244140625 + 6217.52978515625 + + 158 + + 87 + + + 11.725000381469727 + 227 + + + + + + 681.5999755859375 + 6229.18994140625 + + 158 + + 86 + + + 11.661999702453613 + 323 + + + + + + 681.4000244140625 + 6240.830078125 + + 158 + + 81 + + + 11.630999565124512 + 275 + + + + + + 681.2000122070312 + 6252.5498046875 + + 158 + + 83 + + + 11.725000381469727 + 227 + + + + + + 680.5999755859375 + 6264.33984375 + + 159 + + 86 + + + 11.788000106811523 + 247 + + + + + + 680.2000122070312 + 6275.85009765625 + + 159 + + 87 + + + 11.508000373840332 + 241 + + + + + + 679.7999877929688 + 6287.2900390625 + + 159 + + 87 + + + 11.446999549865723 + 256 + + + + + + 680.0 + 6298.64990234375 + + 160 + + 85 + + + 11.357999801635742 + 280 + + + + + + 679.7999877929688 + 6309.919921875 + + 160 + + 85 + + + 11.269000053405762 + 252 + + + + + + 679.7999877929688 + 6321.06982421875 + + 159 + + 83 + + + 11.154000282287598 + 234 + + + + + + 680.4000244140625 + 6332.259765625 + + 160 + + 82 + + + 11.182000160217285 + 253 + + + + + + 681.0 + 6343.16015625 + + 160 + + 82 + + + 10.902000427246094 + 320 + + + + + + 680.7999877929688 + 6354.1201171875 + + 160 + + 80 + + + 10.956999778747559 + 245 + + + + + + 680.5999755859375 + 6365.0498046875 + + 160 + + 81 + + + 10.930000305175781 + 259 + + + + + + 680.4000244140625 + 6375.9501953125 + + 160 + + 83 + + + 10.902000427246094 + 309 + + + + + + 680.0 + 6386.7998046875 + + 160 + + 90 + + + 10.847999572753906 + 282 + + + + + + 679.2000122070312 + 6397.509765625 + + 160 + + 92 + + + 10.71399974822998 + 240 + + + + + + 679.2000122070312 + 6408.25 + + 160 + + 86 + + + 10.741000175476074 + 251 + + + + + + 679.2000122070312 + 6418.91015625 + + 160 + + 80 + + + 10.661999702453613 + 263 + + + + + + 679.4000244140625 + 6429.60009765625 + + 160 + + 82 + + + 10.687999725341797 + 278 + + + + + + 679.7999877929688 + 6440.259765625 + + 160 + + 82 + + + 10.661999702453613 + 277 + + + + + + 680.0 + 6451.080078125 + + 160 + + 82 + + + 10.821000099182129 + 249 + + + + + + 680.2000122070312 + 6461.93017578125 + + 160 + + 84 + + + 10.847999572753906 + 268 + + + + + + 680.2000122070312 + 6473.0 + + 160 + + 82 + + + 11.069000244140625 + 273 + + + + + + 680.2000122070312 + 6484.10009765625 + + 160 + + 80 + + + 11.097000122070312 + 222 + + + + + + 680.2000122070312 + 6495.18994140625 + + 160 + + 83 + + + 11.097000122070312 + 292 + + + + + + 680.2000122070312 + 6506.52001953125 + + 160 + + 85 + + + 11.32800006866455 + 272 + + + + + + 680.4000244140625 + 6517.7900390625 + + 160 + + 85 + + + 11.269000053405762 + 252 + + + + + + 680.4000244140625 + 6529.1201171875 + + 160 + + 83 + + + 11.32800006866455 + 223 + + + + + + 680.4000244140625 + 6540.47998046875 + + 160 + + 82 + + + 11.357999801635742 + 299 + + + + + + 680.4000244140625 + 6551.93017578125 + + 161 + + 84 + + + 11.446999549865723 + 240 + + + + + + 680.5999755859375 + 6563.4599609375 + + 160 + + 85 + + + 11.538000106811523 + 220 + + + + + + 680.7999877929688 + 6575.02978515625 + + 161 + + 85 + + + 11.569000244140625 + 231 + + + + + + 680.7999877929688 + 6586.60009765625 + + 161 + + 86 + + + 11.569000244140625 + 235 + + + + + + 680.5999755859375 + 6598.169921875 + + 160 + + 87 + + + 11.569000244140625 + 243 + + + + + + 680.5999755859375 + 6609.7099609375 + + 160 + + 85 + + + 11.538000106811523 + 227 + + + + + + 680.2000122070312 + 6621.1201171875 + + 161 + + 86 + + + 11.416999816894531 + 225 + + + + + + 679.7999877929688 + 6632.56982421875 + + 161 + + 89 + + + 11.446999549865723 + 221 + + + + + + 679.5999755859375 + 6643.9599609375 + + 161 + + 87 + + + 11.38700008392334 + 224 + + + + + + 679.2000122070312 + 6655.31982421875 + + 161 + + 84 + + + 11.357999801635742 + 254 + + + + + + 679.2000122070312 + 6666.669921875 + + 161 + + 87 + + + 11.32800006866455 + 223 + + + + + + 679.0 + 6677.830078125 + + 160 + + 86 + + + 11.182000160217285 + 235 + + + + + + 679.0 + 6688.81005859375 + + 160 + + 84 + + + 10.984999656677246 + 260 + + + + + + 678.7999877929688 + 6699.66015625 + + 160 + + 82 + + + 10.847999572753906 + 297 + + + + + + 678.7999877929688 + 6710.56005859375 + + 160 + + 80 + + + 10.902000427246094 + 305 + + + + + + 679.0 + 6721.43994140625 + + 160 + + 80 + + + 10.875 + 294 + + + + + + 679.2000122070312 + 6732.31005859375 + + 160 + + 82 + + + 10.875 + 298 + + + + + + 679.2000122070312 + 6743.16015625 + + 161 + + 84 + + + 10.847999572753906 + 268 + + + + + + 679.4000244140625 + 6753.85009765625 + + 161 + + 83 + + + 10.687999725341797 + 268 + + + + + + 679.5999755859375 + 6764.6201171875 + + 161 + + 79 + + + 10.767000198364258 + 295 + + + + + + 679.5999755859375 + 6775.35986328125 + + 161 + + 81 + + + 10.741000175476074 + 261 + + + + + + 679.5999755859375 + 6786.14990234375 + + 160 + + 82 + + + 10.793999671936035 + 255 + + + + + + 679.4000244140625 + 6796.89013671875 + + 161 + + 81 + + + 10.741000175476074 + 240 + + + + + + 679.4000244140625 + 6807.52978515625 + + 160 + + 86 + + + 10.63599967956543 + 238 + + + + + + 679.5999755859375 + 6818.31982421875 + + 160 + + 85 + + + 10.793999671936035 + 273 + + + + + + 680.0 + 6829.02978515625 + + 160 + + 78 + + + 10.71399974822998 + 286 + + + + + + 680.2000122070312 + 6839.85986328125 + + 160 + + 77 + + + 10.767000198364258 + 277 + + + + + + 680.2000122070312 + 6850.60986328125 + + 161 + + 83 + + + 10.767000198364258 + 233 + + + + + + 680.4000244140625 + 6861.27978515625 + + 161 + + 83 + + + 10.687999725341797 + 246 + + + + + + 680.2000122070312 + 6872.0 + + 160 + + 79 + + + 10.741000175476074 + 265 + + + + + + 680.2000122070312 + 6883.009765625 + + 161 + + 81 + + + 11.012999534606934 + 210 + + + + + + 680.0 + 6894.0 + + 161 + + 81 + + + 10.984999656677246 + 216 + + + + + + 680.0 + 6904.97998046875 + + 161 + + 79 + + + 10.984999656677246 + 267 + + + + + + 680.0 + 6916.10986328125 + + 161 + + 79 + + + 11.125 + 260 + + + + + + 680.0 + 6927.2900390625 + + 161 + + 80 + + + 11.182000160217285 + 290 + + + + + + 680.0 + 6938.56982421875 + + 161 + + 83 + + + 11.239999771118164 + 236 + + + + + + 680.0 + 6949.77001953125 + + 161 + + 85 + + + 11.239999771118164 + 243 + + + + + + 679.7999877929688 + 6961.22021484375 + + 161 + + 89 + + + 11.446999549865723 + 256 + + + + + + 680.0 + 6972.669921875 + + 161 + + 91 + + + 11.446999549865723 + 256 + + + + + + 680.4000244140625 + 6984.2001953125 + + 161 + + 86 + + + 11.538000106811523 + 292 + + + + + + 680.4000244140625 + 6995.7099609375 + + 161 + + 91 + + + 11.508000373840332 + 277 + + + + + + 680.2000122070312 + 7007.16015625 + + 161 + + 89 + + + 11.446999549865723 + 233 + + + + + + 680.2000122070312 + 7018.509765625 + + 161 + + 85 + + + 11.357999801635742 + 246 + + + + + + 680.0 + 7029.8701171875 + + 161 + + 87 + + + 11.357999801635742 + 292 + + + + + + 679.4000244140625 + 7041.22998046875 + + 161 + + 94 + + + 11.357999801635742 + 266 + + + + + + 679.2000122070312 + 7052.64990234375 + + 162 + + 97 + + + 11.416999816894531 + 240 + + + + + + 679.2000122070312 + 7063.97021484375 + + 162 + + 90 + + + 11.32800006866455 + 230 + + + + + + 678.7999877929688 + 7075.240234375 + + 161 + + 84 + + + 11.269000053405762 + 222 + + + + + + 678.7999877929688 + 7086.509765625 + + 161 + + 85 + + + 11.269000053405762 + 222 + + + + + + 678.5999755859375 + 7097.68994140625 + + 162 + + 85 + + + 11.182000160217285 + 250 + + + + + + 678.5999755859375 + 7108.8798828125 + + 161 + + 85 + + + 11.182000160217285 + 250 + + + + + + 678.7999877929688 + 7119.9501953125 + + 162 + + 82 + + + 11.069000244140625 + 232 + + + + + + 679.2000122070312 + 7130.8798828125 + + 162 + + 81 + + + 10.930000305175781 + 222 + + + + + + 679.4000244140625 + 7141.7001953125 + + 162 + + 82 + + + 10.821000099182129 + 224 + + + + + + 679.7999877929688 + 7152.52001953125 + + 162 + + 82 + + + 10.821000099182129 + 224 + + + + + + 679.7999877929688 + 7163.27978515625 + + 162 + + 83 + + + 10.767000198364258 + 212 + + + + + + 679.5999755859375 + 7174.080078125 + + 161 + + 84 + + + 10.793999671936035 + 259 + + + + + + 679.5999755859375 + 7184.8701171875 + + 161 + + 83 + + + 10.793999671936035 + 259 + + + + + + 679.5999755859375 + 7195.669921875 + + 161 + + 78 + + + 10.793999671936035 + 252 + + + + + + 679.5999755859375 + 7206.2001953125 + + 161 + + 79 + + + 10.532999992370605 + 274 + + + + + + 679.7999877929688 + 7216.68017578125 + + 161 + + 77 + + + 10.482000350952148 + 283 + + + + + + 680.0 + 7227.18994140625 + + 160 + + 78 + + + 10.506999969482422 + 270 + + + + + + 680.2000122070312 + 7237.9599609375 + + 160 + + 78 + + + 10.767000198364258 + 291 + + + + + + 680.4000244140625 + 7248.85986328125 + + 160 + + 78 + + + 10.902000427246094 + 291 + + + + + + 680.4000244140625 + 7259.81005859375 + + 160 + + 84 + + + 10.956999778747559 + 193 + + + + + + 680.2000122070312 + 7270.77001953125 + + 160 + + 88 + + + 10.956999778747559 + 193 + + + + + + 680.0 + 7281.58984375 + + 160 + + 79 + + + 10.821000099182129 + 231 + + + + + + 680.0 + 7292.6201171875 + + 160 + + 85 + + + 11.012999534606934 + 249 + + + + + + 680.0 + 7303.68994140625 + + 160 + + 84 + + + 11.069000244140625 + 273 + + + + + + 680.0 + 7314.830078125 + + 161 + + 83 + + + 11.154000282287598 + 305 + + + + + + 680.0 + 7325.97998046875 + + 160 + + 83 + + + 11.154000282287598 + 305 + + + + + + 679.7999877929688 + 7337.31005859375 + + 160 + + 85 + + + 11.32800006866455 + 235 + + + + + + 679.7999877929688 + 7348.64013671875 + + 160 + + 85 + + + 11.32800006866455 + 204 + + + + + + + 11.055999755859375 + 84 + 258 + 255 + 379 + + + + + 40.0 + 449.8 + 11.41699981689453 + 9 + + 157 + + + 160 + + Active + 94 + Manual + + + + 679.7999877929688 + 7348.64013671875 + + 160 + + 85 + + + 11.32800006866455 + 204 + + + + + + 679.7999877929688 + 7359.97021484375 + + 160 + + 85 + + + 11.32800006866455 + 204 + + + + + + 679.7999877929688 + 7371.22998046875 + + 160 + + 85 + + + 11.269000053405762 + 236 + + + + + + 685.7999877929688 + 7382.58984375 + + 160 + + 84 + + + 11.357999801635742 + 266 + + + + + + 686.2000122070312 + 7394.009765625 + + 160 + + 81 + + + 11.416999816894531 + 255 + + + + + + 686.2000122070312 + 7405.3701171875 + + 159 + + 83 + + + 11.357999801635742 + 196 + + + + + + 686.2000122070312 + 7416.7001953125 + + 159 + + 90 + + + 11.32800006866455 + 212 + + + + + + 686.0 + 7427.8798828125 + + 158 + + 94 + + + 11.182000160217285 + 197 + + + + + + 680.2000122070312 + 7439.06005859375 + + 158 + + 94 + + + 11.182000160217285 + 197 + + + + + + 679.7999877929688 + 7450.169921875 + + 158 + + 91 + + + 11.111000061035156 + 205 + + + + + + 682.0 + 7461.240234375 + + 158 + + 88 + + + 11.069000244140625 + 207 + + + + + + 682.4000244140625 + 7472.22021484375 + + 158 + + 87 + + + 10.984999656677246 + 190 + + + + + + 682.4000244140625 + 7483.259765625 + + 158 + + 88 + + + 11.039999961853027 + 273 + + + + + + 682.4000244140625 + 7494.39013671875 + + 158 + + 90 + + + 11.125 + 252 + + + + + + 682.4000244140625 + 7505.66015625 + + 158 + + 81 + + + 11.269000053405762 + 264 + + + + + + 680.4000244140625 + 7516.72998046875 + + 158 + + 83 + + + 11.069000244140625 + 214 + + + + + + 679.7999877929688 + 7527.85009765625 + + 158 + + 82 + + + 11.125 + 233 + + + + + + 679.5999755859375 + 7538.77978515625 + + 158 + + 81 + + + 10.930000305175781 + 240 + + + + + + 679.5999755859375 + 7549.91015625 + + 158 + + 83 + + + 11.125 + 252 + + + + + + 679.2000122070312 + 7560.77978515625 + + 158 + + 84 + + + 10.875 + 207 + + + + + + 679.2000122070312 + 7571.7099609375 + + 158 + + 82 + + + 10.930000305175781 + 229 + + + + + + 679.4000244140625 + 7582.56005859375 + + 158 + + 81 + + + 10.847999572753906 + 264 + + + + + + 679.7999877929688 + 7593.330078125 + + 157 + + 81 + + + 10.767000198364258 + 205 + + + + + + 680.4000244140625 + 7604.18017578125 + + 157 + + 84 + + + 10.847999572753906 + 246 + + + + + + 680.5999755859375 + 7614.97021484375 + + 157 + + 85 + + + 10.793999671936035 + 252 + + + + + + 680.5999755859375 + 7625.60986328125 + + 157 + + 82 + + + 10.63599967956543 + 241 + + + + + + 680.7999877929688 + 7636.240234375 + + 156 + + 79 + + + 10.63599967956543 + 241 + + + + + + 680.7999877929688 + 7646.8798828125 + + 156 + + 81 + + + 10.63599967956543 + 263 + + + + + + 680.2000122070312 + 7657.509765625 + + 156 + + 77 + + + 10.63599967956543 + 249 + + + + + + 680.0 + 7668.22998046875 + + 156 + + 75 + + + 10.71399974822998 + 232 + + + + + + 680.2000122070312 + 7679.0498046875 + + 156 + + 78 + + + 10.821000099182129 + 267 + + + + + + 679.5999755859375 + 7689.66015625 + + 156 + + 82 + + + 10.609999656677246 + 227 + + + + + + 679.5999755859375 + 7700.5 + + 156 + + 81 + + + 10.793999671936035 + 280 + + + + + + 679.5999755859375 + 7711.330078125 + + 156 + + 81 + + + 10.821000099182129 + 253 + + + + + + 679.5999755859375 + 7722.1201171875 + + 156 + + 81 + + + 10.847999572753906 + 217 + + + + + + 679.5999755859375 + 7732.81005859375 + + 156 + + 80 + + + 10.687999725341797 + 210 + + + + + + 679.7999877929688 + 7743.580078125 + + 156 + + 80 + + + 10.767000198364258 + 237 + + + + + + 680.0 + 7754.3701171875 + + 156 + + 82 + + + 10.793999671936035 + 277 + + + + + + 680.2000122070312 + 7765.2998046875 + + 156 + + 78 + + + 10.930000305175781 + 259 + + + + + + 680.5999755859375 + 7776.1201171875 + + 156 + + 79 + + + 10.821000099182129 + 245 + + + + + + 681.0 + 7787.10986328125 + + 156 + + 78 + + + 10.984999656677246 + 231 + + + + + + 681.2000122070312 + 7798.1201171875 + + 156 + + 82 + + + 11.012999534606934 + 194 + + + + + + + 11.017000198364256 + 83 + 57 + 235 + 280 + + + + + 33.0 + 371.18 + 11.298999786376953 + 6 + + 156 + + + 157 + + Active + 107 + Manual + + + + 681.2000122070312 + 7798.1201171875 + + 156 + + 82 + + + 11.012999534606934 + 194 + + + + + + 681.2000122070312 + 7809.18994140625 + + 156 + + 89 + + + 11.069000244140625 + 232 + + + + + + 680.7999877929688 + 7820.1201171875 + + 156 + + 85 + + + 10.930000305175781 + 226 + + + + + + 680.5999755859375 + 7830.830078125 + + 157 + + 90 + + + 10.71399974822998 + 258 + + + + + + 680.0 + 7841.81982421875 + + 156 + + 85 + + + 10.984999656677246 + 260 + + + + + + 679.7999877929688 + 7852.89013671875 + + 155 + + 80 + + + 11.069000244140625 + 269 + + + + + + 679.7999877929688 + 7863.97998046875 + + 156 + + 82 + + + 11.097000122070312 + 260 + + + + + + 680.0 + 7875.080078125 + + 155 + + 84 + + + 11.097000122070312 + 260 + + + + + + 679.4000244140625 + 7886.22998046875 + + 156 + + 86 + + + 11.154000282287598 + 227 + + + + + + 679.5999755859375 + 7897.47021484375 + + 156 + + 85 + + + 11.239999771118164 + 206 + + + + + + 679.4000244140625 + 7908.77001953125 + + 156 + + 85 + + + 11.298999786376953 + 215 + + + + + + 679.4000244140625 + 7920.009765625 + + 156 + + 84 + + + 11.239999771118164 + 266 + + + + + + 679.0 + 7931.10986328125 + + 156 + + 84 + + + 11.097000122070312 + 219 + + + + + + 678.5999755859375 + 7942.240234375 + + 156 + + 86 + + + 11.125 + 201 + + + + + + 678.4000244140625 + 7953.31005859375 + + 156 + + 90 + + + 11.069000244140625 + 259 + + + + + + 678.4000244140625 + 7964.490234375 + + 156 + + 86 + + + 11.182000160217285 + 216 + + + + + + 679.2000122070312 + 7975.669921875 + + 157 + + 80 + + + 11.182000160217285 + 216 + + + + + + 679.5999755859375 + 7986.5400390625 + + 157 + + 107 + + + 10.875 + 199 + + + + + + 680.7999877929688 + 7997.4501953125 + + 157 + + 92 + + + 10.902000427246094 + 229 + + + + + + 681.2000122070312 + 8008.3798828125 + + 156 + + 85 + + + 10.930000305175781 + 266 + + + + + + 681.4000244140625 + 8019.25 + + 156 + + 83 + + + 10.875 + 228 + + + + + + 681.0 + 8029.9599609375 + + 156 + + 79 + + + 10.71399974822998 + 196 + + + + + + 680.4000244140625 + 8040.72998046875 + + 155 + + 82 + + + 10.767000198364258 + 244 + + + + + + 679.7999877929688 + 8051.419921875 + + 156 + + 83 + + + 10.687999725341797 + 217 + + + + + + 679.7999877929688 + 8062.02978515625 + + 156 + + 77 + + + 10.609999656677246 + 233 + + + + + + 679.7999877929688 + 8072.669921875 + + 156 + + 76 + + + 10.63599967956543 + 245 + + + + + + 679.7999877929688 + 8083.2998046875 + + 156 + + 80 + + + 10.63599967956543 + 188 + + + + + + 679.7999877929688 + 8094.02001953125 + + 155 + + 87 + + + 10.71399974822998 + 200 + + + + + + 679.5999755859375 + 8104.7001953125 + + 156 + + 84 + + + 10.687999725341797 + 242 + + + + + + 679.4000244140625 + 8115.419921875 + + 156 + + 82 + + + 10.71399974822998 + 278 + + + + + + 679.4000244140625 + 8126.1298828125 + + 156 + + 78 + + + 10.71399974822998 + 278 + + + + + + 679.4000244140625 + 8136.85009765625 + + 156 + + 79 + + + 10.71399974822998 + 222 + + + + + + 679.4000244140625 + 8147.56005859375 + + 155 + + 80 + + + 10.71399974822998 + 222 + + + + + + 679.7999877929688 + 8158.2900390625 + + 155 + + 81 + + + 10.72700023651123 + 226 + + + + + + 680.0 + 8169.10986328125 + + 155 + + 84 + + + 10.821000099182129 + 220 + + + + + + + 11.006999969482422 + 84 + 48 + 232 + 278 + + + + + 189.0 + 2049.28 + 11.239999771118164 + 43 + + 154 + + + 157 + + Active + 109 + Manual + + + + 680.0 + 8169.10986328125 + + 155 + + 84 + + + 10.821000099182129 + 220 + + + + + + 680.4000244140625 + 8179.89990234375 + + 155 + + 78 + + + 10.793999671936035 + 227 + + + + + + 680.2000122070312 + 8190.669921875 + + 155 + + 80 + + + 10.767000198364258 + 215 + + + + + + 8201.41015625 + + 155 + + 80 + + + 10.741000175476074 + 205 + + + + + + 8212.3701171875 + + 155 + + 80 + + + 10.956999778747559 + 256 + + + + + + 8223.1298828125 + + 154 + + 80 + + + 10.767000198364258 + 252 + + + + + + 8233.98046875 + + 154 + + 85 + + + 10.847999572753906 + 221 + + + + + + 8244.7802734375 + + 154 + + 98 + + + 10.793999671936035 + 244 + + + + + + 8255.5400390625 + + 154 + + 92 + + + 10.767000198364258 + 270 + + + + + + 8266.4404296875 + + 154 + + 84 + + + 10.902000427246094 + 229 + + + + + + 8277.3203125 + + 154 + + 86 + + + 10.875 + 214 + + + + + + 8288.2802734375 + + 154 + + 82 + + + 10.956999778747559 + 230 + + + + + + 8299.259765625 + + 154 + + 87 + + + 10.984999656677246 + 249 + + + + + + 8310.16015625 + + 154 + + 83 + + + 10.902000427246094 + 218 + + + + + + 8321.1796875 + + 154 + + 78 + + + 11.012999534606934 + 220 + + + + + + 8332.1103515625 + + 154 + + 80 + + + 10.930000305175781 + 248 + + + + + + 8342.98046875 + + 154 + + 81 + + + 10.875 + 243 + + + + + + 8353.8603515625 + + 155 + + 82 + + + 10.875 + 181 + + + + + + 8364.7001953125 + + 155 + + 83 + + + 10.847999572753906 + 217 + + + + + + 8375.5498046875 + + 155 + + 81 + + + 10.847999572753906 + 243 + + + + + + 8386.3701171875 + + 155 + + 82 + + + 10.821000099182129 + 202 + + + + + + 8397.169921875 + + 155 + + 81 + + + 10.793999671936035 + 233 + + + + + + 8407.8798828125 + + 155 + + 80 + + + 10.71399974822998 + 251 + + + + + + 8418.650390625 + + 155 + + 82 + + + 10.767000198364258 + 233 + + + + + + 8429.4404296875 + + 155 + + 83 + + + 10.793999671936035 + 220 + + + + + + 8440.1298828125 + + 155 + + 82 + + + 10.687999725341797 + 246 + + + + + + 8450.66015625 + + 156 + + 78 + + + 10.532999992370605 + 228 + + + + + + 8461.2998046875 + + 155 + + 80 + + + 10.63599967956543 + 241 + + + + + + 8471.91015625 + + 156 + + 78 + + + 10.609999656677246 + 237 + + + + + + 8482.419921875 + + 155 + + 81 + + + 10.506999969482422 + 196 + + + + + + 8492.7998046875 + + 155 + + 75 + + + 10.381999969482422 + 252 + + + + + + 8503.3798828125 + + 155 + + 81 + + + 10.583999633789062 + 215 + + + + + + 8513.83984375 + + 155 + + 83 + + + 10.456999778747559 + 167 + + + + + + 8524.4697265625 + + 155 + + 83 + + + 10.63599967956543 + 223 + + + + + + 8535.1904296875 + + 154 + + 79 + + + 10.71399974822998 + 207 + + + + + + 8545.9296875 + + 154 + + 82 + + + 10.741000175476074 + 211 + + + + + + 8556.5498046875 + + 154 + + 87 + + + 10.583999633789062 + 250 + + + + + + 8567.2802734375 + + 153 + + 80 + + + 10.767000198364258 + 201 + + + + + + 8577.8896484375 + + 153 + + 109 + + + 10.609999656677246 + 191 + + + + + + 8588.5302734375 + + 153 + + 103 + + + 10.63599967956543 + 234 + + + + + + 8599.16015625 + + 153 + + 79 + + + 10.63599967956543 + 238 + + + + + + 8609.8798828125 + + 153 + + 81 + + + 10.71399974822998 + 278 + + + + + + 8620.7197265625 + + 153 + + 84 + + + 10.847999572753906 + 243 + + + + + + 8631.5703125 + + 153 + + 82 + + + 10.847999572753906 + 243 + + + + + + 8642.33984375 + + 152 + + 80 + + + 10.767000198364258 + 226 + + + + + + 8653.0302734375 + + 152 + + 80 + + + 10.687999725341797 + 292 + + + + + + 8663.6396484375 + + 152 + + 81 + + + 10.609999656677246 + 237 + + + + + + 8674.3798828125 + + 152 + + 82 + + + 10.741000175476074 + 225 + + + + + + 680.0 + 8685.2001953125 + + 152 + + 79 + + + 10.821000099182129 + 231 + + + + + + 679.5999755859375 + 8696.0498046875 + + 152 + + 82 + + + 10.847999572753906 + 232 + + + + + + 679.4000244140625 + 8706.900390625 + + 152 + + 78 + + + 10.847999572753906 + 217 + + + + + + 679.2000122070312 + 8717.7998046875 + + 152 + + 84 + + + 10.902000427246094 + 226 + + + + + + 678.7999877929688 + 8728.8095703125 + + 151 + + 84 + + + 11.012999534606934 + 235 + + + + + + 678.5999755859375 + 8739.8203125 + + 152 + + 82 + + + 11.012999534606934 + 228 + + + + + + 678.5999755859375 + 8750.7802734375 + + 151 + + 82 + + + 10.956999778747559 + 227 + + + + + + 678.5999755859375 + 8761.6298828125 + + 151 + + 82 + + + 10.847999572753906 + 217 + + + + + + 678.7999877929688 + 8772.48046875 + + 151 + + 89 + + + 10.847999572753906 + 214 + + + + + + 679.0 + 8783.3798828125 + + 151 + + 88 + + + 10.902000427246094 + 233 + + + + + + 679.0 + 8794.23046875 + + 151 + + 82 + + + 10.847999572753906 + 243 + + + + + + 679.0 + 8804.8603515625 + + 151 + + 80 + + + 10.63599967956543 + 223 + + + + + + 679.0 + 8815.5 + + 152 + + 84 + + + 10.63599967956543 + 241 + + + + + + 678.7999877929688 + 8826.1103515625 + + 152 + + 89 + + + 10.609999656677246 + 251 + + + + + + 678.7999877929688 + 8836.76953125 + + 152 + + 83 + + + 10.661999702453613 + 224 + + + + + + 678.5999755859375 + 8847.4296875 + + 152 + + 82 + + + 10.661999702453613 + 213 + + + + + + 678.7999877929688 + 8857.9697265625 + + 152 + + 81 + + + 10.532999992370605 + 236 + + + + + + 679.0 + 8868.400390625 + + 152 + + 79 + + + 10.406999588012695 + 222 + + + + + + 679.0 + 8878.849609375 + + 152 + + 77 + + + 10.482000350952148 + 217 + + + + + + 679.0 + 8889.4404296875 + + 152 + + 80 + + + 10.583999633789062 + 265 + + + + + + 679.2000122070312 + 8900.0 + + 152 + + 79 + + + 10.557999610900879 + 236 + + + + + + 679.4000244140625 + 8910.58984375 + + 152 + + 80 + + + 10.583999633789062 + 240 + + + + + + 679.4000244140625 + 8921.08984375 + + 152 + + 78 + + + 10.506999969482422 + 235 + + + + + + 679.5999755859375 + 8931.75 + + 152 + + 77 + + + 10.661999702453613 + 224 + + + + + + 679.4000244140625 + 8942.599609375 + + 152 + + 79 + + + 10.847999572753906 + 268 + + + + + + 679.2000122070312 + 8953.4501953125 + + 152 + + 82 + + + 10.847999572753906 + 243 + + + + + + 679.0 + 8964.3203125 + + 152 + + 77 + + + 10.875 + 221 + + + + + + 679.0 + 8975.25 + + 151 + + 78 + + + 10.930000305175781 + 229 + + + + + + 678.7999877929688 + 8986.099609375 + + 152 + + 82 + + + 10.847999572753906 + 243 + + + + + + 679.0 + 8996.9501953125 + + 152 + + 83 + + + 10.847999572753906 + 254 + + + + + + 679.2000122070312 + 9007.7900390625 + + 152 + + 81 + + + 10.847999572753906 + 217 + + + + + + 679.5999755859375 + 9018.7197265625 + + 152 + + 80 + + + 10.930000305175781 + 259 + + + + + + 674.4000244140625 + 9029.7099609375 + + 152 + + 84 + + + 10.984999656677246 + 264 + + + + + + 674.7999877929688 + 9040.75 + + 152 + + 85 + + + 11.039999961853027 + 236 + + + + + + 674.7999877929688 + 9051.759765625 + + 152 + + 85 + + + 11.012999534606934 + 242 + + + + + + 674.5999755859375 + 9062.7998046875 + + 152 + + 89 + + + 11.039999961853027 + 265 + + + + + + 674.5999755859375 + 9073.8203125 + + 152 + + 86 + + + 11.012999534606934 + 265 + + + + + + 680.0 + 9084.7998046875 + + 152 + + 85 + + + 10.984999656677246 + 235 + + + + + + 680.2000122070312 + 9095.8095703125 + + 153 + + 84 + + + 11.012999534606934 + 265 + + + + + + 680.2000122070312 + 9106.83984375 + + 153 + + 90 + + + 10.984999656677246 + 260 + + + + + + 680.4000244140625 + 9117.9296875 + + 153 + + 87 + + + 11.125 + 249 + + + + + + 680.2000122070312 + 9128.7802734375 + + 153 + + 85 + + + 10.847999572753906 + 210 + + + + + + 679.5999755859375 + 9139.6796875 + + 154 + + 83 + + + 10.902000427246094 + 244 + + + + + + 679.0 + 9150.599609375 + + 153 + + 82 + + + 10.930000305175781 + 252 + + + + + + 678.5999755859375 + 9161.4501953125 + + 154 + + 84 + + + 10.847999572753906 + 261 + + + + + + 678.0 + 9172.25 + + 154 + + 82 + + + 10.793999671936035 + 259 + + + + + + 677.7999877929688 + 9183.150390625 + + 154 + + 80 + + + 10.902000427246094 + 229 + + + + + + 678.0 + 9194.1298828125 + + 154 + + 81 + + + 10.984999656677246 + 260 + + + + + + 678.2000122070312 + 9204.9501953125 + + 154 + + 80 + + + 10.821000099182129 + 195 + + + + + + 678.4000244140625 + 9215.76953125 + + 153 + + 87 + + + 10.821000099182129 + 213 + + + + + + 678.2000122070312 + 9226.4599609375 + + 154 + + 80 + + + 10.687999725341797 + 235 + + + + + + 678.4000244140625 + 9237.1796875 + + 153 + + 88 + + + 10.71399974822998 + 251 + + + + + + 678.4000244140625 + 9247.919921875 + + 154 + + 87 + + + 10.741000175476074 + 211 + + + + + + 678.4000244140625 + 9258.580078125 + + 154 + + 79 + + + 10.661999702453613 + 241 + + + + + + 678.4000244140625 + 9269.1396484375 + + 154 + + 79 + + + 10.557999610900879 + 228 + + + + + + 678.7999877929688 + 9279.6396484375 + + 154 + + 82 + + + 10.506999969482422 + 255 + + + + + + 679.0 + 9290.2998046875 + + 154 + + 79 + + + 10.609999656677246 + 266 + + + + + + 679.2000122070312 + 9301.0498046875 + + 154 + + 75 + + + 10.793999671936035 + 202 + + + + + + 679.2000122070312 + 9311.759765625 + + 154 + + 73 + + + 10.71399974822998 + 264 + + + + + + 679.2000122070312 + 9322.419921875 + + 154 + + 78 + + + 10.661999702453613 + 213 + + + + + + 679.4000244140625 + 9333.0595703125 + + 153 + + 82 + + + 10.63599967956543 + 205 + + + + + + 679.2000122070312 + 9343.830078125 + + 154 + + 79 + + + 10.767000198364258 + 248 + + + + + + 679.0 + 9354.509765625 + + 154 + + 79 + + + 10.687999725341797 + 253 + + + + + + 678.7999877929688 + 9365.2001953125 + + 154 + + 82 + + + 10.687999725341797 + 185 + + + + + + 678.7999877929688 + 9375.8896484375 + + 154 + + 84 + + + 10.687999725341797 + 210 + + + + + + 679.0 + 9386.580078125 + + 154 + + 82 + + + 10.687999725341797 + 224 + + + + + + 679.4000244140625 + 9397.3701171875 + + 153 + + 81 + + + 10.793999671936035 + 216 + + + + + + 679.7999877929688 + 9408.08984375 + + 154 + + 84 + + + 10.71399974822998 + 247 + + + + + + 680.0 + 9418.76953125 + + 154 + + 81 + + + 10.687999725341797 + 317 + + + + + + 679.7999877929688 + 9429.650390625 + + 154 + + 79 + + + 10.875 + 275 + + + + + + 679.5999755859375 + 9440.419921875 + + 154 + + 80 + + + 10.767000198364258 + 230 + + + + + + 679.2000122070312 + 9451.2900390625 + + 154 + + 82 + + + 10.875 + 250 + + + + + + 678.7999877929688 + 9462.1103515625 + + 154 + + 81 + + + 10.821000099182129 + 245 + + + + + + 678.7999877929688 + 9472.849609375 + + 154 + + 83 + + + 10.741000175476074 + 232 + + + + + + 678.7999877929688 + 9483.5400390625 + + 154 + + 85 + + + 10.687999725341797 + 292 + + + + + + 679.0 + 9494.4404296875 + + 155 + + 81 + + + 10.902000427246094 + 204 + + + + + + 679.0 + 9505.3701171875 + + 155 + + 80 + + + 10.930000305175781 + 204 + + + + + + 679.0 + 9516.330078125 + + 155 + + 83 + + + 10.956999778747559 + 216 + + + + + + 679.2000122070312 + 9527.2099609375 + + 155 + + 84 + + + 10.875 + 257 + + + + + + 679.0 + 9538.0302734375 + + 155 + + 82 + + + 10.821000099182129 + 206 + + + + + + 679.0 + 9548.8603515625 + + 155 + + 85 + + + 10.821000099182129 + 227 + + + + + + 678.7999877929688 + 9559.6396484375 + + 155 + + 89 + + + 10.793999671936035 + 233 + + + + + + 679.0 + 9570.3798828125 + + 155 + + 84 + + + 10.741000175476074 + 211 + + + + + + 678.5999755859375 + 9580.990234375 + + 155 + + 80 + + + 10.609999656677246 + 202 + + + + + + 679.0 + 9591.650390625 + + 156 + + 79 + + + 10.661999702453613 + 270 + + + + + + 678.7999877929688 + 9602.3203125 + + 156 + + 78 + + + 10.661999702453613 + 221 + + + + + + 679.0 + 9613.0 + + 156 + + 78 + + + 10.687999725341797 + 242 + + + + + + 679.2000122070312 + 9623.7197265625 + + 156 + + 80 + + + 10.71399974822998 + 278 + + + + + + 679.2000122070312 + 9634.3798828125 + + 156 + + 82 + + + 10.661999702453613 + 224 + + + + + + 679.2000122070312 + 9645.08984375 + + 156 + + 79 + + + 10.71399974822998 + 225 + + + + + + 679.0 + 9655.83984375 + + 156 + + 78 + + + 10.741000175476074 + 225 + + + + + + 678.7999877929688 + 9666.51953125 + + 156 + + 81 + + + 10.687999725341797 + 221 + + + + + + 678.7999877929688 + 9677.16015625 + + 157 + + 79 + + + 10.63599967956543 + 249 + + + + + + 679.0 + 9687.8203125 + + 157 + + 78 + + + 10.661999702453613 + 263 + + + + + + 679.0 + 9698.509765625 + + 157 + + 80 + + + 10.687999725341797 + 200 + + + + + + 679.2000122070312 + 9709.169921875 + + 156 + + 81 + + + 10.661999702453613 + 210 + + + + + + 679.0 + 9719.8896484375 + + 156 + + 80 + + + 10.71399974822998 + 275 + + + + + + 679.2000122070312 + 9730.5 + + 156 + + 83 + + + 10.609999656677246 + 202 + + + + + + 679.2000122070312 + 9741.0 + + 156 + + 81 + + + 10.506999969482422 + 227 + + + + + + 679.2000122070312 + 9751.5400390625 + + 157 + + 80 + + + 10.532999992370605 + 228 + + + + + + 679.4000244140625 + 9762.2001953125 + + 156 + + 76 + + + 10.661999702453613 + 177 + + + + + + 679.5999755859375 + 9772.8095703125 + + 156 + + 77 + + + 10.609999656677246 + 223 + + + + + + 679.5999755859375 + 9783.4697265625 + + 156 + + 81 + + + 10.661999702453613 + 217 + + + + + + 679.5999755859375 + 9794.2001953125 + + 156 + + 82 + + + 10.687999725341797 + 228 + + + + + + 679.7999877929688 + 9804.919921875 + + 156 + + 79 + + + 10.767000198364258 + 270 + + + + + + 679.5999755859375 + 9815.66015625 + + 156 + + 80 + + + 10.741000175476074 + 265 + + + + + + 679.4000244140625 + 9826.4296875 + + 155 + + 78 + + + 10.767000198364258 + 244 + + + + + + 679.4000244140625 + 9837.25 + + 155 + + 75 + + + 10.821000099182129 + 253 + + + + + + 679.5999755859375 + 9848.2099609375 + + 154 + + 81 + + + 10.956999778747559 + 252 + + + + + + 680.0 + 9859.2197265625 + + 154 + + 84 + + + 11.012999534606934 + 235 + + + + + + 680.0 + 9870.2099609375 + + 155 + + 81 + + + 10.984999656677246 + 231 + + + + + + 680.2000122070312 + 9881.16015625 + + 155 + + 80 + + + 10.956999778747559 + 311 + + + + + + 680.4000244140625 + 9892.150390625 + + 155 + + 82 + + + 10.984999656677246 + 260 + + + + + + 680.2000122070312 + 9903.1904296875 + + 155 + + 82 + + + 11.039999961853027 + 258 + + + + + + 679.7999877929688 + 9914.259765625 + + 155 + + 81 + + + 11.069000244140625 + 262 + + + + + + 680.0 + 9925.5 + + 155 + + 81 + + + 11.239999771118164 + 236 + + + + + + 679.7999877929688 + 9936.599609375 + + 154 + + 80 + + + 11.097000122070312 + 196 + + + + + + 679.7999877929688 + 9947.75 + + 154 + + 90 + + + 11.154000282287598 + 190 + + + + + + 679.7999877929688 + 9958.9296875 + + 154 + + 105 + + + 11.182000160217285 + 202 + + + + + + 679.5999755859375 + 9970.0302734375 + + 155 + + 98 + + + 11.097000122070312 + 189 + + + + + + 679.5999755859375 + 9981.009765625 + + 154 + + 87 + + + 10.984999656677246 + 271 + + + + + + 679.5999755859375 + 9992.0 + + 154 + + 86 + + + 10.984999656677246 + 150 + + + + + + 679.5999755859375 + 10002.900390625 + + 154 + + 75 + + + 10.902000427246094 + 222 + + + + + + 679.4000244140625 + 10013.8603515625 + + 154 + + 69 + + + 10.956999778747559 + 278 + + + + + + 679.4000244140625 + 10024.740234375 + + 155 + + 75 + + + 10.875 + 235 + + + + + + 679.2000122070312 + 10035.6396484375 + + 155 + + 84 + + + 10.902000427246094 + 188 + + + + + + 679.2000122070312 + 10046.2998046875 + + 154 + + 86 + + + 10.661999702453613 + 224 + + + + + + 679.2000122070312 + 10057.0400390625 + + 154 + + 81 + + + 10.741000175476074 + 222 + + + + + + 679.2000122070312 + 10067.75 + + 154 + + 79 + + + 10.71399974822998 + 243 + + + + + + 679.2000122070312 + 10078.4404296875 + + 153 + + 78 + + + 10.687999725341797 + 310 + + + + + + 679.2000122070312 + 10089.0498046875 + + 153 + + 78 + + + 10.609999656677246 + 233 + + + + + + 679.2000122070312 + 10099.6103515625 + + 153 + + 78 + + + 10.557999610900879 + 236 + + + + + + 679.0 + 10110.3701171875 + + 153 + + 77 + + + 10.767000198364258 + 262 + + + + + + 679.2000122070312 + 10121.0595703125 + + 153 + + 80 + + + 10.687999725341797 + 239 + + + + + + 679.2000122070312 + 10131.599609375 + + 153 + + 81 + + + 10.532999992370605 + 242 + + + + + + 679.2000122070312 + 10142.2802734375 + + 153 + + 82 + + + 10.687999725341797 + 275 + + + + + + 679.0 + 10153.080078125 + + 153 + + 82 + + + 10.767000198364258 + 215 + + + + + + 679.0 + 10163.759765625 + + 154 + + 81 + + + 10.71399974822998 + 225 + + + + + + 678.7999877929688 + 10174.669921875 + + 153 + + 85 + + + 10.902000427246094 + 269 + + + + + + 678.7999877929688 + 10185.5703125 + + 153 + + 84 + + + 10.902000427246094 + 258 + + + + + + 679.0 + 10196.5 + + 153 + + 82 + + + 10.930000305175781 + 259 + + + + + + 679.0 + 10207.5703125 + + 153 + + 84 + + + 11.069000244140625 + 259 + + + + + + 679.2000122070312 + 10218.4697265625 + + 153 + + 83 + + + 10.902000427246094 + 240 + + + + + + + 10.770000457763672 + 82 + 260 + 235 + 317 + + + + + 46.0 + 412.77 + 10.984999656677244 + 4 + + 142 + + + 154 + + Active + 98 + Manual + + + + 679.2000122070312 + 10218.4697265625 + + 153 + + 83 + + + 10.902000427246094 + 240 + + + + + + 679.2000122070312 + 10229.4501953125 + + 154 + + 82 + + + 10.984999656677246 + 172 + + + + + + 679.2000122070312 + 10240.41015625 + + 154 + + 84 + + + 10.956999778747559 + 28 + + + + + + 679.4000244140625 + 10251.2900390625 + + 154 + + 42 + + + 10.875 + 0 + + + + + + 679.4000244140625 + 10261.8701171875 + + 153 + + 0 + + + 10.583999633789062 + 0 + + + + + + 679.2000122070312 + 10272.400390625 + + 153 + + 0 + + + 10.532999992370605 + 0 + + + + + + 679.2000122070312 + 10282.7900390625 + + 153 + + 0 + + + 10.381999969482422 + 0 + + + + + + 678.5999755859375 + 10293.01953125 + + 153 + + 0 + + + 10.234999656677246 + 0 + + + + + + 678.2000122070312 + 10303.1396484375 + + 153 + + 0 + + + 10.116000175476074 + 0 + + + + + + 678.2000122070312 + 10312.98046875 + + 152 + + 0 + + + 9.842000007629395 + 0 + + + + + + 677.7999877929688 + 10322.73046875 + + 151 + + 0 + + + 9.753000259399414 + 101 + + + + + + 677.7999877929688 + 10332.48046875 + + 151 + + 53 + + + 9.753000259399414 + 188 + + + + + + 677.7999877929688 + 10342.259765625 + + 150 + + 96 + + + 9.774999618530273 + 146 + + + + + + 677.5999755859375 + 10351.900390625 + + 150 + + 79 + + + 9.645000457763672 + 160 + + + + + + 677.4000244140625 + 10361.5498046875 + + 150 + + 73 + + + 9.645000457763672 + 160 + + + + + + 677.2000122070312 + 10371.150390625 + + 149 + + 72 + + + 9.602999687194824 + 227 + + + + + + 677.0 + 10380.6298828125 + + 149 + + 71 + + + 9.47700023651123 + 234 + + + + + + 677.0 + 10390.1103515625 + + 148 + + 69 + + + 9.47700023651123 + 161 + + + + + + 676.7999877929688 + 10399.5 + + 147 + + 69 + + + 9.395000457763672 + 150 + + + + + + 676.7999877929688 + 10408.8896484375 + + 146 + + 70 + + + 9.354999542236328 + 165 + + + + + + 676.5999755859375 + 10418.1298828125 + + 146 + + 70 + + + 9.274999618530273 + 195 + + + + + + 676.5999755859375 + 10427.3095703125 + + 144 + + 69 + + + 9.177000045776367 + 205 + + + + + + 676.7999877929688 + 10436.490234375 + + 144 + + 69 + + + 9.177000045776367 + 205 + + + + + + 677.4000244140625 + 10445.509765625 + + 143 + + 72 + + + 9.024999618530273 + 138 + + + + + + 678.0 + 10454.58984375 + + 143 + + 70 + + + 9.081000328063965 + 185 + + + + + + 678.2000122070312 + 10463.5400390625 + + 143 + + 70 + + + 8.951000213623047 + 140 + + + + + + 678.4000244140625 + 10472.509765625 + + 142 + + 83 + + + 8.968999862670898 + 116 + + + + + + 678.4000244140625 + 10481.3603515625 + + 142 + + 87 + + + 8.840999603271484 + 88 + + + + + + 678.4000244140625 + 10490.1103515625 + + 141 + + 77 + + + 8.751999855041504 + 129 + + + + + + 678.0 + 10498.91015625 + + 140 + + 77 + + + 8.805999755859375 + 108 + + + + + + 678.0 + 10507.6796875 + + 139 + + 85 + + + 8.770000457763672 + 120 + + + + + + 678.2000122070312 + 10516.3798828125 + + 139 + + 98 + + + 8.699999809265137 + 105 + + + + + + 678.4000244140625 + 10524.9404296875 + + 138 + + 79 + + + 8.562999725341797 + 89 + + + + + + 678.5999755859375 + 10533.419921875 + + 137 + + 61 + + + 8.479000091552734 + 79 + + + + + + 678.5999755859375 + 10541.7197265625 + + 137 + + 67 + + + 8.300999641418457 + 11 + + + + + + 678.7999877929688 + 10549.83984375 + + 136 + + 59 + + + 8.116000175476074 + 2 + + + + + + 679.0 + 10557.8701171875 + + 135 + + 0 + + + 8.026000022888184 + 0 + + + + + + 679.2000122070312 + 10565.6298828125 + + 134 + + 0 + + + 7.76800012588501 + 0 + + + + + + 679.4000244140625 + 10573.23046875 + + 132 + + 0 + + + 7.5920000076293945 + 0 + + + + + + 679.7999877929688 + 10580.7099609375 + + 130 + + 0 + + + 7.486999988555908 + 0 + + + + + + 679.7999877929688 + 10588.2001953125 + + 129 + + 0 + + + 7.486999988555908 + 0 + + + + + + 679.7999877929688 + 10595.4404296875 + + 129 + + 0 + + + 7.23799991607666 + 0 + + + + + + 680.0 + 10602.240234375 + + 129 + + 0 + + + 6.796999931335449 + 0 + + + + + + 680.0 + 10608.3095703125 + + 128 + + 0 + + + 6.074999809265137 + 0 + + + + + + 680.0 + 10613.259765625 + + 128 + + 0 + + + 4.948999881744385 + 0 + + + + + + 680.2000122070312 + 10616.849609375 + + 127 + + 0 + + + 3.5889999866485596 + 0 + + + + + + 680.2000122070312 + 10618.58984375 + + 126 + + 0 + + + 1.7430000305175781 + 0 + + + + + + 680.2000122070312 + 10620.330078125 + + 126 + + 0 + + + 1.7430000305175781 + 0 + + + + + + + 8.791999816894531 + 45 + 36 + 84 + 240 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614715.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614715.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614715.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614715.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,16772 @@ + + + + + 2017-08-26T14:23:31.000Z + + 215.0 + 2001.87 + 10.331999778747557 + 42 + + 135 + + + 146 + + Active + 104 + Manual + + + + 680.2000122070312 + 4.0 + + 102 + + 23 + + + 4.001999855041504 + 127 + + + + + + 680.2000122070312 + 8.319999694824219 + + 103 + + 7 + + + 4.320000171661377 + 146 + + + + + + 680.2000122070312 + 12.90999984741211 + + 104 + + 0 + + + 4.589000225067139 + 159 + + + + + + 680.0 + 17.8799991607666 + + 105 + + 24 + + + 4.966000080108643 + 123 + + + + + + 680.2000122070312 + 23.15999984741211 + + 105 + + 33 + + + 5.2789998054504395 + 155 + + + + + + 680.0 + 28.65999984741211 + + 106 + + 35 + + + 5.50600004196167 + 147 + + + + + + 680.2000122070312 + 34.439998626708984 + + 107 + + 38 + + + 5.7769999504089355 + 131 + + + + + + 680.2000122070312 + 40.38999938964844 + + 107 + + 53 + + + 5.951000213623047 + 151 + + + + + + 680.2000122070312 + 46.470001220703125 + + 108 + + 68 + + + 6.084000110626221 + 126 + + + + + + 680.2000122070312 + 52.72999954223633 + + 108 + + 75 + + + 6.258999824523926 + 150 + + + + + + 680.4000244140625 + 59.189998626708984 + + 108 + + 59 + + + 6.453999996185303 + 138 + + + + + + 680.2000122070312 + 65.69000244140625 + + 109 + + 48 + + + 6.501999855041504 + 108 + + + + + + 680.4000244140625 + 72.37000274658203 + + 109 + + 47 + + + 6.682000160217285 + 156 + + + + + + 680.7999877929688 + 79.13999938964844 + + 110 + + 47 + + + 6.764999866485596 + 153 + + + + + + 680.7999877929688 + 86.02999877929688 + + 110 + + 48 + + + 6.894000053405762 + 143 + + + + + + 680.7999877929688 + 92.98999786376953 + + 111 + + 49 + + + 6.960000038146973 + 158 + + + + + + 680.5999755859375 + 100.11000061035156 + + 112 + + 50 + + + 7.11899995803833 + 188 + + + + + + 680.2000122070312 + 107.11000061035156 + + 112 + + 52 + + + 6.9710001945495605 + 202 + + + + + + 679.7999877929688 + 114.36000061035156 + + 113 + + 52 + + + 7.26200008392334 + 235 + + + + + + 679.4000244140625 + 121.79000091552734 + + 114 + + 51 + + + 7.435999870300293 + 263 + + + + + + 679.5999755859375 + 129.25 + + 115 + + 54 + + + 7.473999977111816 + 282 + + + + + + 679.5999755859375 + 136.77999877929688 + + 115 + + 55 + + + 7.526000022888184 + 281 + + + + + + 679.5999755859375 + 144.49000549316406 + + 116 + + 56 + + + 7.7129998207092285 + 286 + + + + + + 679.5999755859375 + 152.33999633789062 + + 117 + + 56 + + + 7.8520002365112305 + 267 + + + + + + 679.5999755859375 + 160.35000610351562 + + 118 + + 57 + + + 8.01099967956543 + 294 + + + + + + 679.4000244140625 + 168.5800018310547 + + 119 + + 58 + + + 8.177000045776367 + 273 + + + + + + 679.5999755859375 + 176.92999267578125 + + 120 + + 60 + + + 8.39799976348877 + 174 + + + + + + 679.5999755859375 + 185.22000122070312 + + 122 + + 65 + + + 8.253999710083008 + 118 + + + + + + 679.5999755859375 + 193.41000366210938 + + 123 + + 70 + + + 8.222999572753906 + 115 + + + + + + 679.5999755859375 + 201.60000610351562 + + 124 + + 83 + + + 8.192000389099121 + 175 + + + + + + 679.7999877929688 + 209.8300018310547 + + 125 + + 76 + + + 8.23900032043457 + 198 + + + + + + 679.7999877929688 + 218.14999389648438 + + 126 + + 65 + + + 8.317000389099121 + 180 + + + + + + 680.0 + 226.47999572753906 + + 126 + + 72 + + + 8.333000183105469 + 189 + + + + + + 680.4000244140625 + 234.77000427246094 + + 127 + + 89 + + + 8.28600025177002 + 160 + + + + + + 680.5999755859375 + 243.02000427246094 + + 128 + + 86 + + + 8.253999710083008 + 223 + + + + + + 680.7999877929688 + 251.5 + + 128 + + 73 + + + 8.479000091552734 + 204 + + + + + + 680.5999755859375 + 259.8999938964844 + + 129 + + 66 + + + 8.39799976348877 + 221 + + + + + + 680.7999877929688 + 268.6199951171875 + + 129 + + 63 + + + 8.717000007629395 + 177 + + + + + + 680.7999877929688 + 277.4100036621094 + + 129 + + 63 + + + 8.788000106811523 + 164 + + + + + + 680.5999755859375 + 286.45001220703125 + + 130 + + 64 + + + 9.043999671936035 + 156 + + + + + + 680.5999755859375 + 295.44000244140625 + + 130 + + 66 + + + 8.98799991607666 + 179 + + + + + + 680.4000244140625 + 304.3299865722656 + + 130 + + 72 + + + 8.895999908447266 + 157 + + + + + + 680.2000122070312 + 313.4700012207031 + + 131 + + 73 + + + 9.138999938964844 + 134 + + + + + + 680.0 + 322.69000244140625 + + 131 + + 69 + + + 9.215999603271484 + 163 + + + + + + 680.2000122070312 + 332.0 + + 131 + + 69 + + + 9.3149995803833 + 193 + + + + + + 680.2000122070312 + 341.3599853515625 + + 131 + + 70 + + + 9.354999542236328 + 121 + + + + + + 680.2000122070312 + 350.69000244140625 + + 131 + + 91 + + + 9.335000038146973 + 134 + + + + + + 680.4000244140625 + 360.04998779296875 + + 132 + + 104 + + + 9.354999542236328 + 150 + + + + + + 680.5999755859375 + 369.510009765625 + + 132 + + 81 + + + 9.456000328063965 + 91 + + + + + + 680.5999755859375 + 379.0 + + 132 + + 70 + + + 9.498000144958496 + 123 + + + + + + 680.5999755859375 + 388.32000732421875 + + 132 + + 81 + + + 9.3149995803833 + 143 + + + + + + 680.5999755859375 + 397.75 + + 132 + + 92 + + + 9.435999870300293 + 132 + + + + + + 680.7999877929688 + 407.19000244140625 + + 133 + + 82 + + + 9.435999870300293 + 132 + + + + + + 681.0 + 416.6300048828125 + + 133 + + 70 + + + 9.435999870300293 + 135 + + + + + + 681.2000122070312 + 426.05999755859375 + + 133 + + 69 + + + 9.435999870300293 + 195 + + + + + + 681.4000244140625 + 435.3800048828125 + + 133 + + 73 + + + 9.3149995803833 + 177 + + + + + + 681.4000244140625 + 444.7099914550781 + + 133 + + 78 + + + 9.335000038146973 + 193 + + + + + + 681.2000122070312 + 454.1099853515625 + + 133 + + 74 + + + 9.395000457763672 + 154 + + + + + + 681.0 + 463.5400085449219 + + 133 + + 69 + + + 9.435999870300293 + 145 + + + + + + 680.7999877929688 + 472.9200134277344 + + 133 + + 69 + + + 9.375 + 166 + + + + + + 680.7999877929688 + 482.25 + + 133 + + 71 + + + 9.335000038146973 + 159 + + + + + + 680.7999877929688 + 491.5899963378906 + + 134 + + 79 + + + 9.335000038146973 + 199 + + + + + + 681.0 + 500.8599853515625 + + 134 + + 82 + + + 9.274999618530273 + 217 + + + + + + 681.2000122070312 + 510.2200012207031 + + 134 + + 74 + + + 9.354999542236328 + 246 + + + + + + 681.2000122070312 + 519.739990234375 + + 134 + + 69 + + + 9.517999649047852 + 197 + + + + + + 681.0 + 529.3200073242188 + + 134 + + 69 + + + 9.581000328063965 + 207 + + + + + + 680.7999877929688 + 538.8599853515625 + + 135 + + 88 + + + 9.538999557495117 + 175 + + + + + + 680.4000244140625 + 548.3300170898438 + + 135 + + 87 + + + 9.47700023651123 + 189 + + + + + + 680.2000122070312 + 557.8900146484375 + + 135 + + 77 + + + 9.5600004196167 + 172 + + + + + + 680.2000122070312 + 567.4500122070312 + + 135 + + 72 + + + 9.5600004196167 + 169 + + + + + + 680.2000122070312 + 576.9500122070312 + + 135 + + 71 + + + 9.498000144958496 + 199 + + + + + + 680.4000244140625 + 586.510009765625 + + 135 + + 70 + + + 9.5600004196167 + 149 + + + + + + 680.4000244140625 + 595.97998046875 + + 135 + + 71 + + + 9.456000328063965 + 183 + + + + + + 680.5999755859375 + 605.4400024414062 + + 135 + + 71 + + + 9.47700023651123 + 234 + + + + + + 681.2000122070312 + 615.0700073242188 + + 135 + + 68 + + + 9.62399959564209 + 166 + + + + + + 681.5999755859375 + 624.5499877929688 + + 136 + + 70 + + + 9.47700023651123 + 196 + + + + + + 681.7999877929688 + 634.0399780273438 + + 136 + + 71 + + + 9.498000144958496 + 158 + + + + + + 682.0 + 643.47998046875 + + 136 + + 76 + + + 9.435999870300293 + 167 + + + + + + 681.7999877929688 + 652.75 + + 136 + + 79 + + + 9.274999618530273 + 195 + + + + + + 681.2000122070312 + 662.0700073242188 + + 136 + + 77 + + + 9.3149995803833 + 180 + + + + + + 680.7999877929688 + 671.5700073242188 + + 136 + + 73 + + + 9.498000144958496 + 197 + + + + + + 680.4000244140625 + 681.1300048828125 + + 137 + + 70 + + + 9.5600004196167 + 217 + + + + + + 680.4000244140625 + 690.5999755859375 + + 137 + + 69 + + + 9.47700023651123 + 180 + + + + + + 680.5999755859375 + 700.0 + + 137 + + 75 + + + 9.395000457763672 + 160 + + + + + + 680.7999877929688 + 709.4400024414062 + + 137 + + 76 + + + 9.435999870300293 + 180 + + + + + + 680.7999877929688 + 719.0599975585938 + + 137 + + 70 + + + 9.62399959564209 + 157 + + + + + + 681.0 + 728.8099975585938 + + 138 + + 70 + + + 9.753000259399414 + 231 + + + + + + 681.2000122070312 + 738.6099853515625 + + 137 + + 76 + + + 9.79699993133545 + 203 + + + + + + 681.4000244140625 + 748.5399780273438 + + 138 + + 80 + + + 9.930999755859375 + 192 + + + + + + 681.7999877929688 + 758.469970703125 + + 138 + + 78 + + + 9.930999755859375 + 172 + + + + + + 682.2000122070312 + 768.469970703125 + + 138 + + 77 + + + 10.0 + 187 + + + + + + 682.4000244140625 + 778.469970703125 + + 138 + + 78 + + + 10.0 + 166 + + + + + + 682.5999755859375 + 788.489990234375 + + 138 + + 78 + + + 10.02299976348877 + 173 + + + + + + 682.5999755859375 + 798.5399780273438 + + 138 + + 76 + + + 10.045999526977539 + 241 + + + + + + 682.4000244140625 + 808.6799926757812 + + 138 + + 75 + + + 10.140000343322754 + 230 + + + + + + 682.4000244140625 + 818.8400268554688 + + 138 + + 76 + + + 10.163000106811523 + 149 + + + + + + 682.4000244140625 + 829.0999755859375 + + 138 + + 78 + + + 10.258999824523926 + 198 + + + + + + 682.7999877929688 + 839.239990234375 + + 139 + + 77 + + + 10.140000343322754 + 193 + + + + + + 683.2000122070312 + 849.4299926757812 + + 139 + + 76 + + + 10.187000274658203 + 197 + + + + + + 683.4000244140625 + 859.6199951171875 + + 139 + + 78 + + + 10.187000274658203 + 201 + + + + + + 683.5999755859375 + 869.8800048828125 + + 139 + + 76 + + + 10.258999824523926 + 219 + + + + + + 683.7999877929688 + 880.0900268554688 + + 139 + + 73 + + + 10.211000442504883 + 174 + + + + + + 684.0 + 890.25 + + 139 + + 73 + + + 10.163000106811523 + 166 + + + + + + 684.0 + 900.3900146484375 + + 139 + + 76 + + + 10.140000343322754 + 128 + + + + + + 684.0 + 910.47998046875 + + 140 + + 80 + + + 10.093000411987305 + 168 + + + + + + 683.5999755859375 + 920.5800170898438 + + 139 + + 82 + + + 10.093000411987305 + 148 + + + + + + 683.5999755859375 + 930.6400146484375 + + 140 + + 80 + + + 10.069000244140625 + 157 + + + + + + 683.2000122070312 + 940.5800170898438 + + 140 + + 82 + + + 9.930999755859375 + 139 + + + + + + 683.0 + 950.3900146484375 + + 140 + + 90 + + + 9.819000244140625 + 210 + + + + + + 682.7999877929688 + 960.1500244140625 + + 140 + + 89 + + + 9.753000259399414 + 160 + + + + + + 682.7999877929688 + 969.9000244140625 + + 139 + + 82 + + + 9.753000259399414 + 182 + + + + + + 682.7999877929688 + 979.3800048828125 + + 139 + + 75 + + + 9.47700023651123 + 155 + + + + + + 682.7999877929688 + 988.9000244140625 + + 140 + + 70 + + + 9.517999649047852 + 213 + + + + + + 683.4000244140625 + 998.4600219726562 + + 139 + + 77 + + + 9.5600004196167 + 255 + + + + + + 684.2000122070312 + 1007.969970703125 + + 139 + + 88 + + + 9.517999649047852 + 229 + + + + + + 685.2000122070312 + 1019.77001953125 + + 140 + + 81 + + + 9.435999870300293 + 195 + + + + + + 685.5999755859375 + 1029.27001953125 + + 139 + + 70 + + + 9.498000144958496 + 177 + + + + + + 685.7999877929688 + 1038.8299560546875 + + 139 + + 70 + + + 9.5600004196167 + 191 + + + + + + 686.0 + 1048.239990234375 + + 139 + + 71 + + + 9.414999961853027 + 213 + + + + + + 685.7999877929688 + 1057.56005859375 + + 139 + + 70 + + + 9.3149995803833 + 205 + + + + + + 685.2000122070312 + 1066.8299560546875 + + 139 + + 67 + + + 9.274999618530273 + 177 + + + + + + 685.4000244140625 + 1076.0899658203125 + + 139 + + 67 + + + 9.255000114440918 + 207 + + + + + + 685.5999755859375 + 1085.4599609375 + + 139 + + 73 + + + 9.375 + 212 + + + + + + 685.7999877929688 + 1094.9200439453125 + + 139 + + 75 + + + 9.456000328063965 + 196 + + + + + + 686.0 + 1104.4200439453125 + + 138 + + 75 + + + 9.498000144958496 + 234 + + + + + + 686.2000122070312 + 1113.9300537109375 + + 138 + + 72 + + + 9.517999649047852 + 187 + + + + + + 686.2000122070312 + 1123.4300537109375 + + 138 + + 76 + + + 9.498000144958496 + 168 + + + + + + 686.4000244140625 + 1133.1600341796875 + + 138 + + 78 + + + 9.730999946594238 + 208 + + + + + + 686.2000122070312 + 1142.93994140625 + + 139 + + 71 + + + 9.774999618530273 + 160 + + + + + + 686.0 + 1152.68994140625 + + 139 + + 70 + + + 9.753000259399414 + 166 + + + + + + 685.7999877929688 + 1162.5899658203125 + + 139 + + 71 + + + 9.88599967956543 + 165 + + + + + + 685.7999877929688 + 1172.3699951171875 + + 139 + + 73 + + + 9.79699993133545 + 183 + + + + + + 685.4000244140625 + 1182.300048828125 + + 139 + + 74 + + + 9.930999755859375 + 196 + + + + + + 685.2000122070312 + 1192.3299560546875 + + 139 + + 76 + + + 10.02299976348877 + 191 + + + + + + 685.2000122070312 + 1202.260009765625 + + 139 + + 76 + + + 9.930999755859375 + 182 + + + + + + 685.0 + 1212.300048828125 + + 139 + + 75 + + + 10.045999526977539 + 241 + + + + + + 685.0 + 1222.4000244140625 + + 139 + + 74 + + + 10.093000411987305 + 205 + + + + + + 685.2000122070312 + 1232.5799560546875 + + 139 + + 74 + + + 10.187000274658203 + 190 + + + + + + 685.7999877929688 + 1242.800048828125 + + 139 + + 80 + + + 10.211000442504883 + 208 + + + + + + 686.2000122070312 + 1252.9599609375 + + 140 + + 83 + + + 10.163000106811523 + 227 + + + + + + 686.4000244140625 + 1263.1199951171875 + + 140 + + 79 + + + 10.163000106811523 + 176 + + + + + + 686.5999755859375 + 1273.31005859375 + + 140 + + 76 + + + 10.187000274658203 + 255 + + + + + + 686.5999755859375 + 1283.4000244140625 + + 140 + + 77 + + + 10.093000411987305 + 168 + + + + + + 686.4000244140625 + 1293.449951171875 + + 141 + + 77 + + + 10.045999526977539 + 208 + + + + + + 686.2000122070312 + 1303.5899658203125 + + 141 + + 76 + + + 10.140000343322754 + 172 + + + + + + 686.4000244140625 + 1313.8499755859375 + + 141 + + 76 + + + 10.258999824523926 + 195 + + + + + + 686.2000122070312 + 1323.780029296875 + + 141 + + 77 + + + 9.930999755859375 + 179 + + + + + + 685.7999877929688 + 1333.68994140625 + + 141 + + 77 + + + 9.909000396728516 + 261 + + + + + + 685.7999877929688 + 1343.6400146484375 + + 141 + + 77 + + + 9.954000473022461 + 225 + + + + + + 685.4000244140625 + 1353.6199951171875 + + 141 + + 74 + + + 9.97700023651123 + 213 + + + + + + 685.0 + 1363.530029296875 + + 142 + + 73 + + + 9.909000396728516 + 181 + + + + + + 685.0 + 1373.4599609375 + + 142 + + 75 + + + 9.930999755859375 + 202 + + + + + + 684.7999877929688 + 1383.2099609375 + + 142 + + 77 + + + 9.753000259399414 + 188 + + + + + + 684.7999877929688 + 1392.93994140625 + + 142 + + 76 + + + 9.730999946594238 + 208 + + + + + + 684.7999877929688 + 1402.5899658203125 + + 142 + + 72 + + + 9.645000457763672 + 228 + + + + + + 684.7999877929688 + 1412.18994140625 + + 142 + + 72 + + + 9.602999687194824 + 205 + + + + + + 684.7999877929688 + 1421.75 + + 142 + + 73 + + + 9.5600004196167 + 252 + + + + + + 685.0 + 1431.22998046875 + + 142 + + 71 + + + 9.47700023651123 + 222 + + + + + + 685.4000244140625 + 1440.77001953125 + + 143 + + 70 + + + 9.538999557495117 + 267 + + + + + + 685.5999755859375 + 1450.3299560546875 + + 143 + + 71 + + + 9.5600004196167 + 252 + + + + + + 685.7999877929688 + 1459.9100341796875 + + 143 + + 72 + + + 9.581000328063965 + 169 + + + + + + 686.2000122070312 + 1469.3399658203125 + + 143 + + 77 + + + 9.435999870300293 + 201 + + + + + + 686.2000122070312 + 1478.989990234375 + + 143 + + 91 + + + 9.645000457763672 + 202 + + + + + + 686.2000122070312 + 1488.6199951171875 + + 143 + + 89 + + + 9.602999687194824 + 243 + + + + + + 686.2000122070312 + 1498.1500244140625 + + 144 + + 76 + + + 9.5600004196167 + 242 + + + + + + 686.4000244140625 + 1507.6700439453125 + + 143 + + 75 + + + 9.517999649047852 + 190 + + + + + + 686.4000244140625 + 1517.3399658203125 + + 143 + + 76 + + + 9.666999816894531 + 223 + + + + + + 686.4000244140625 + 1526.8299560546875 + + 144 + + 77 + + + 9.498000144958496 + 187 + + + + + + 686.5999755859375 + 1536.3900146484375 + + 143 + + 79 + + + 9.5600004196167 + 182 + + + + + + 686.5999755859375 + 1546.18994140625 + + 144 + + 79 + + + 9.79699993133545 + 222 + + + + + + 686.4000244140625 + 1556.010009765625 + + 144 + + 73 + + + 9.819000244140625 + 163 + + + + + + 686.5999755859375 + 1565.8499755859375 + + 144 + + 70 + + + 9.842000007629395 + 190 + + + + + + 686.2000122070312 + 1575.6300048828125 + + 144 + + 72 + + + 9.774999618530273 + 150 + + + + + + 686.0 + 1585.4000244140625 + + 144 + + 72 + + + 9.774999618530273 + 209 + + + + + + 686.2000122070312 + 1595.2900390625 + + 144 + + 72 + + + 9.88599967956543 + 188 + + + + + + 686.2000122070312 + 1605.1300048828125 + + 143 + + 72 + + + 9.842000007629395 + 167 + + + + + + 686.2000122070312 + 1614.989990234375 + + 143 + + 74 + + + 9.86400032043457 + 233 + + + + + + 686.4000244140625 + 1624.969970703125 + + 143 + + 75 + + + 9.97700023651123 + 230 + + + + + + 686.5999755859375 + 1635.1300048828125 + + 143 + + 75 + + + 10.163000106811523 + 268 + + + + + + 686.5999755859375 + 1645.25 + + 143 + + 76 + + + 10.116000175476074 + 209 + + + + + + 686.4000244140625 + 1655.4100341796875 + + 142 + + 78 + + + 10.163000106811523 + 196 + + + + + + 686.2000122070312 + 1665.47998046875 + + 143 + + 76 + + + 10.069000244140625 + 192 + + + + + + 686.0 + 1675.550048828125 + + 143 + + 75 + + + 10.069000244140625 + 188 + + + + + + 685.7999877929688 + 1685.5999755859375 + + 142 + + 76 + + + 10.045999526977539 + 204 + + + + + + 685.5999755859375 + 1695.739990234375 + + 143 + + 75 + + + 10.140000343322754 + 189 + + + + + + 685.5999755859375 + 1705.760009765625 + + 143 + + 75 + + + 10.02299976348877 + 200 + + + + + + 685.2000122070312 + 1715.68994140625 + + 142 + + 75 + + + 9.930999755859375 + 192 + + + + + + 685.2000122070312 + 1725.7099609375 + + 142 + + 77 + + + 10.02299976348877 + 241 + + + + + + 684.7999877929688 + 1735.6199951171875 + + 142 + + 78 + + + 9.909000396728516 + 281 + + + + + + 684.7999877929688 + 1745.6500244140625 + + 142 + + 75 + + + 10.02299976348877 + 241 + + + + + + 684.2000122070312 + 1755.6500244140625 + + 142 + + 74 + + + 10.0 + 214 + + + + + + 684.0 + 1765.530029296875 + + 142 + + 76 + + + 9.88599967956543 + 197 + + + + + + 683.7999877929688 + 1775.31005859375 + + 142 + + 84 + + + 9.774999618530273 + 261 + + + + + + 683.5999755859375 + 1785.0999755859375 + + 142 + + 81 + + + 9.79699993133545 + 238 + + + + + + 683.5999755859375 + 1794.9000244140625 + + 142 + + 75 + + + 9.79699993133545 + 238 + + + + + + 683.5999755859375 + 1804.6099853515625 + + 142 + + 72 + + + 9.710000038146973 + 227 + + + + + + 683.5999755859375 + 1814.1300048828125 + + 142 + + 72 + + + 9.517999649047852 + 225 + + + + + + 683.4000244140625 + 1823.72998046875 + + 142 + + 78 + + + 9.602999687194824 + 295 + + + + + + 683.4000244140625 + 1833.530029296875 + + 142 + + 79 + + + 9.79699993133545 + 386 + + + + + + 683.2000122070312 + 1843.489990234375 + + 142 + + 79 + + + 9.954000473022461 + 249 + + + + + + 683.4000244140625 + 1853.3699951171875 + + 142 + + 79 + + + 9.88599967956543 + 211 + + + + + + 683.2000122070312 + 1863.1700439453125 + + 143 + + 80 + + + 9.79699993133545 + 219 + + + + + + 683.0 + 1872.9000244140625 + + 143 + + 78 + + + 9.730999946594238 + 208 + + + + + + 682.7999877929688 + 1882.52001953125 + + 143 + + 77 + + + 9.62399959564209 + 222 + + + + + + 682.4000244140625 + 1892.0999755859375 + + 143 + + 78 + + + 9.581000328063965 + 205 + + + + + + 682.5999755859375 + 1901.7900390625 + + 144 + + 77 + + + 9.687999725341797 + 229 + + + + + + 682.7999877929688 + 1911.27001953125 + + 144 + + 77 + + + 9.47700023651123 + 222 + + + + + + 683.4000244140625 + 1920.8699951171875 + + 144 + + 76 + + + 9.602999687194824 + 189 + + + + + + 684.0 + 1930.68994140625 + + 144 + + 75 + + + 9.819000244140625 + 210 + + + + + + 684.4000244140625 + 1940.5799560546875 + + 144 + + 77 + + + 9.88599967956543 + 188 + + + + + + 684.4000244140625 + 1950.6700439453125 + + 145 + + 85 + + + 10.093000411987305 + 343 + + + + + + 684.4000244140625 + 1960.760009765625 + + 145 + + 85 + + + 10.093000411987305 + 343 + + + + + + 684.4000244140625 + 1971.02001953125 + + 145 + + 82 + + + 10.258999824523926 + 219 + + + + + + 684.4000244140625 + 1981.280029296875 + + 145 + + 82 + + + 10.258999824523926 + 212 + + + + + + 684.7999877929688 + 1991.5400390625 + + 146 + + 81 + + + 10.258999824523926 + 219 + + + + + + 685.2000122070312 + 2001.8699951171875 + + 146 + + 84 + + + 10.331999778747559 + 210 + + + + + + 685.5999755859375 + 2012.1500244140625 + + 146 + + 83 + + + 10.284000396728516 + 171 + + + + + + + 9.24899959564209 + 72 + 259 + 195 + 386 + + + + + 80.0 + 822.62 + 10.821000099182129 + 16 + + 149 + + + 151 + + Active + 103 + Manual + + + + 685.5999755859375 + 2012.1500244140625 + + 146 + + 83 + + + 10.284000396728516 + 171 + + + + + + 686.2000122070312 + 2022.489990234375 + + 146 + + 83 + + + 10.331999778747559 + 217 + + + + + + 686.5999755859375 + 2032.8699951171875 + + 147 + + 83 + + + 10.381999969482422 + 270 + + + + + + 686.4000244140625 + 2043.3499755859375 + + 147 + + 84 + + + 10.482000350952148 + 276 + + + + + + 686.0 + 2053.8798828125 + + 147 + + 84 + + + 10.532999992370605 + 256 + + + + + + 685.5999755859375 + 2064.419921875 + + 147 + + 84 + + + 10.532999992370605 + 221 + + + + + + 685.0 + 2074.89990234375 + + 147 + + 85 + + + 10.482000350952148 + 224 + + + + + + 684.5999755859375 + 2085.3798828125 + + 147 + + 85 + + + 10.482000350952148 + 252 + + + + + + 684.5999755859375 + 2095.949951171875 + + 148 + + 81 + + + 10.506999969482422 + 218 + + + + + + 684.5999755859375 + 2106.300048828125 + + 148 + + 83 + + + 10.381999969482422 + 187 + + + + + + 684.5999755859375 + 2116.699951171875 + + 148 + + 82 + + + 10.406999588012695 + 225 + + + + + + 684.5999755859375 + 2127.1201171875 + + 148 + + 85 + + + 10.432000160217285 + 205 + + + + + + 684.5999755859375 + 2137.489990234375 + + 148 + + 85 + + + 10.381999969482422 + 228 + + + + + + 684.2000122070312 + 2147.81005859375 + + 148 + + 84 + + + 10.307999610900879 + 213 + + + + + + 683.5999755859375 + 2158.169921875 + + 148 + + 87 + + + 10.307999610900879 + 233 + + + + + + 683.2000122070312 + 2168.25 + + 149 + + 80 + + + 10.140000343322754 + 219 + + + + + + 682.5999755859375 + 2178.320068359375 + + 149 + + 85 + + + 10.069000244140625 + 215 + + + + + + 682.4000244140625 + 2188.3701171875 + + 149 + + 82 + + + 10.0 + 203 + + + + + + 681.7999877929688 + 2198.27001953125 + + 149 + + 83 + + + 9.954000473022461 + 199 + + + + + + 682.0 + 2208.31005859375 + + 149 + + 91 + + + 10.0 + 190 + + + + + + 682.0 + 2218.090087890625 + + 149 + + 88 + + + 9.774999618530273 + 219 + + + + + + 682.0 + 2227.89990234375 + + 149 + + 79 + + + 9.842000007629395 + 210 + + + + + + 682.0 + 2237.72998046875 + + 149 + + 79 + + + 9.842000007629395 + 247 + + + + + + 682.4000244140625 + 2247.550048828125 + + 149 + + 82 + + + 9.819000244140625 + 210 + + + + + + 682.7999877929688 + 2259.820068359375 + + 149 + + 79 + + + 9.819000244140625 + 255 + + + + + + 683.2000122070312 + 2269.68994140625 + + 149 + + 78 + + + 9.842000007629395 + 259 + + + + + + 683.4000244140625 + 2279.47998046875 + + 150 + + 78 + + + 9.819000244140625 + 203 + + + + + + 683.5999755859375 + 2289.260009765625 + + 150 + + 78 + + + 9.774999618530273 + 245 + + + + + + 683.5999755859375 + 2299.010009765625 + + 149 + + 79 + + + 9.753000259399414 + 208 + + + + + + 683.5999755859375 + 2308.8798828125 + + 150 + + 84 + + + 9.86400032043457 + 247 + + + + + + 683.5999755859375 + 2318.699951171875 + + 150 + + 86 + + + 9.819000244140625 + 246 + + + + + + 683.7999877929688 + 2328.64990234375 + + 150 + + 82 + + + 9.954000473022461 + 215 + + + + + + 683.7999877929688 + 2338.489990234375 + + 150 + + 81 + + + 9.842000007629395 + 220 + + + + + + 684.0 + 2348.39990234375 + + 150 + + 80 + + + 9.909000396728516 + 208 + + + + + + 684.2000122070312 + 2358.39990234375 + + 150 + + 79 + + + 10.0 + 226 + + + + + + 684.2000122070312 + 2368.449951171875 + + 150 + + 79 + + + 10.045999526977539 + 235 + + + + + + 684.4000244140625 + 2378.489990234375 + + 150 + + 80 + + + 10.045999526977539 + 235 + + + + + + 684.7999877929688 + 2388.5400390625 + + 150 + + 80 + + + 10.045999526977539 + 235 + + + + + + 684.7999877929688 + 2398.6201171875 + + 150 + + 81 + + + 10.07699966430664 + 196 + + + + + + 685.0 + 2408.8701171875 + + 150 + + 81 + + + 10.258999824523926 + 257 + + + + + + 685.2000122070312 + 2419.2099609375 + + 150 + + 80 + + + 10.331999778747559 + 234 + + + + + + 685.4000244140625 + 2429.639892578125 + + 150 + + 82 + + + 10.432000160217285 + 244 + + + + + + 685.7999877929688 + 2440.169921875 + + 150 + + 84 + + + 10.532999992370605 + 210 + + + + + + 686.0 + 2450.760009765625 + + 150 + + 88 + + + 10.583999633789062 + 198 + + + + + + 686.0 + 2461.389892578125 + + 151 + + 103 + + + 10.63599967956543 + 223 + + + + + + 685.7999877929688 + 2472.080078125 + + 151 + + 97 + + + 10.687999725341797 + 213 + + + + + + 685.5999755859375 + 2482.89990234375 + + 150 + + 80 + + + 10.821000099182129 + 187 + + + + + + 685.2000122070312 + 2493.47998046875 + + 151 + + 81 + + + 10.583999633789062 + 204 + + + + + + 684.7999877929688 + 2504.070068359375 + + 150 + + 78 + + + 10.583999633789062 + 187 + + + + + + 684.5999755859375 + 2514.64990234375 + + 150 + + 75 + + + 10.583999633789062 + 187 + + + + + + 684.5999755859375 + 2525.090087890625 + + 150 + + 77 + + + 10.432000160217285 + 223 + + + + + + 684.4000244140625 + 2535.68994140625 + + 150 + + 77 + + + 10.609999656677246 + 248 + + + + + + 684.2000122070312 + 2546.3798828125 + + 150 + + 78 + + + 10.687999725341797 + 242 + + + + + + 683.7999877929688 + 2556.969970703125 + + 149 + + 82 + + + 10.583999633789062 + 211 + + + + + + 683.7999877929688 + 2567.550048828125 + + 150 + + 86 + + + 10.583999633789062 + 211 + + + + + + 683.7999877929688 + 2578.110107421875 + + 149 + + 83 + + + 10.557999610900879 + 190 + + + + + + 683.7999877929688 + 2588.489990234375 + + 150 + + 80 + + + 10.381999969482422 + 179 + + + + + + 683.7999877929688 + 2598.77001953125 + + 149 + + 79 + + + 10.284000396728516 + 226 + + + + + + 684.2000122070312 + 2609.06005859375 + + 149 + + 75 + + + 10.284000396728516 + 216 + + + + + + 684.2000122070312 + 2619.320068359375 + + 149 + + 75 + + + 10.258999824523926 + 240 + + + + + + 684.0 + 2629.510009765625 + + 149 + + 76 + + + 10.187000274658203 + 224 + + + + + + 683.7999877929688 + 2639.669921875 + + 149 + + 76 + + + 10.163000106811523 + 319 + + + + + + 683.5999755859375 + 2649.89990234375 + + 148 + + 76 + + + 10.234999656677246 + 345 + + + + + + 683.5999755859375 + 2660.139892578125 + + 148 + + 76 + + + 10.234999656677246 + 181 + + + + + + 683.4000244140625 + 2670.320068359375 + + 148 + + 77 + + + 10.187000274658203 + 211 + + + + + + 683.4000244140625 + 2680.510009765625 + + 148 + + 78 + + + 10.187000274658203 + 211 + + + + + + 683.5999755859375 + 2690.60009765625 + + 148 + + 76 + + + 10.093000411987305 + 200 + + + + + + 683.7999877929688 + 2700.6298828125 + + 148 + + 76 + + + 10.02299976348877 + 204 + + + + + + 684.2000122070312 + 2710.64990234375 + + 148 + + 77 + + + 10.02299976348877 + 241 + + + + + + 685.0 + 2720.719970703125 + + 149 + + 75 + + + 10.069000244140625 + 222 + + + + + + 685.4000244140625 + 2730.699951171875 + + 149 + + 74 + + + 9.97700023651123 + 269 + + + + + + 685.5999755859375 + 2740.719970703125 + + 148 + + 73 + + + 10.02299976348877 + 241 + + + + + + 685.7999877929688 + 2750.929931640625 + + 148 + + 79 + + + 10.211000442504883 + 252 + + + + + + 685.5999755859375 + 2761.260009765625 + + 149 + + 88 + + + 10.331999778747559 + 193 + + + + + + 685.2000122070312 + 2771.719970703125 + + 149 + + 88 + + + 10.456999778747559 + 251 + + + + + + 684.5999755859375 + 2782.300048828125 + + 149 + + 80 + + + 10.583999633789062 + 226 + + + + + + 684.4000244140625 + 2792.909912109375 + + 149 + + 83 + + + 10.609999656677246 + 183 + + + + + + 684.5999755859375 + 2803.419921875 + + 149 + + 80 + + + 10.506999969482422 + 189 + + + + + + 684.2000122070312 + 2813.8798828125 + + 149 + + 76 + + + 10.456999778747559 + 209 + + + + + + 684.5999755859375 + 2824.489990234375 + + 149 + + 78 + + + 10.609999656677246 + 209 + + + + + + 684.7999877929688 + 2835.179931640625 + + 148 + + 78 + + + 10.687999725341797 + 268 + + + + + + + 10.25100040435791 + 81 + 108 + 223 + 345 + + + + + 311.0 + 3282.92 + 11.039999961853027 + 69 + + 149 + + + 151 + + Active + 121 + Manual + + + + 684.7999877929688 + 2835.179931640625 + + 148 + + 78 + + + 10.687999725341797 + 268 + + + + + + 684.7999877929688 + 2846.0 + + 148 + + 79 + + + 10.821000099182129 + 242 + + + + + + 684.7999877929688 + 2856.760009765625 + + 148 + + 79 + + + 10.767000198364258 + 244 + + + + + + 684.7999877929688 + 2867.719970703125 + + 148 + + 81 + + + 10.956999778747559 + 237 + + + + + + 684.5999755859375 + 2878.72998046875 + + 148 + + 81 + + + 11.012999534606934 + 210 + + + + + + 684.2000122070312 + 2889.77001953125 + + 148 + + 82 + + + 11.039999961853027 + 172 + + + + + + 683.7999877929688 + 2900.72998046875 + + 148 + + 84 + + + 10.956999778747559 + 168 + + + + + + 683.4000244140625 + 2911.659912109375 + + 149 + + 81 + + + 10.930000305175781 + 208 + + + + + + 683.2000122070312 + 2922.56005859375 + + 149 + + 83 + + + 10.902000427246094 + 197 + + + + + + 683.0 + 2933.489990234375 + + 149 + + 81 + + + 10.930000305175781 + 182 + + + + + + 683.0 + 2944.389892578125 + + 149 + + 82 + + + 10.902000427246094 + 222 + + + + + + 683.2000122070312 + 2955.219970703125 + + 150 + + 82 + + + 10.821000099182129 + 224 + + + + + + 683.0 + 2966.0400390625 + + 149 + + 82 + + + 10.821000099182129 + 195 + + + + + + 682.7999877929688 + 2976.590087890625 + + 149 + + 83 + + + 10.557999610900879 + 215 + + + + + + 683.0 + 2987.14990234375 + + 149 + + 84 + + + 10.557999610900879 + 215 + + + + + + 682.5999755859375 + 2997.7900390625 + + 150 + + 85 + + + 10.63599967956543 + 238 + + + + + + 682.4000244140625 + 3008.14990234375 + + 150 + + 78 + + + 10.357000350952148 + 207 + + + + + + 682.2000122070312 + 3018.5 + + 150 + + 82 + + + 10.357000350952148 + 221 + + + + + + 682.0 + 3028.739990234375 + + 150 + + 76 + + + 10.234999656677246 + 225 + + + + + + 681.7999877929688 + 3038.969970703125 + + 150 + + 77 + + + 10.234999656677246 + 236 + + + + + + 681.7999877929688 + 3049.280029296875 + + 150 + + 77 + + + 10.284000396728516 + 258 + + + + + + 682.0 + 3059.419921875 + + 149 + + 74 + + + 10.163000106811523 + 295 + + + + + + 682.2000122070312 + 3069.679931640625 + + 149 + + 75 + + + 10.258999824523926 + 181 + + + + + + 682.2000122070312 + 3079.889892578125 + + 149 + + 77 + + + 10.211000442504883 + 231 + + + + + + 682.4000244140625 + 3090.030029296875 + + 149 + + 77 + + + 10.140000343322754 + 230 + + + + + + 682.5999755859375 + 3100.010009765625 + + 149 + + 71 + + + 9.97700023651123 + 256 + + + + + + 682.5999755859375 + 3109.830078125 + + 149 + + 58 + + + 9.819000244140625 + 246 + + + + + + 682.7999877929688 + 3119.64990234375 + + 149 + + 64 + + + 9.819000244140625 + 252 + + + + + + 683.0 + 3129.81005859375 + + 149 + + 86 + + + 10.163000106811523 + 220 + + + + + + 683.0 + 3140.219970703125 + + 149 + + 88 + + + 10.406999588012695 + 270 + + + + + + 682.7999877929688 + 3150.800048828125 + + 148 + + 74 + + + 10.583999633789062 + 229 + + + + + + 682.5999755859375 + 3161.409912109375 + + 147 + + 79 + + + 10.609999656677246 + 240 + + + + + + 682.4000244140625 + 3171.93994140625 + + 147 + + 81 + + + 10.532999992370605 + 239 + + + + + + 682.2000122070312 + 3182.580078125 + + 147 + + 79 + + + 10.63599967956543 + 203 + + + + + + 682.0 + 3193.239990234375 + + 147 + + 78 + + + 10.661999702453613 + 213 + + + + + + 682.0 + 3203.85009765625 + + 147 + + 79 + + + 10.609999656677246 + 209 + + + + + + 682.4000244140625 + 3214.4599609375 + + 148 + + 78 + + + 10.609999656677246 + 209 + + + + + + 683.0 + 3225.10009765625 + + 148 + + 78 + + + 10.63599967956543 + 238 + + + + + + 683.5999755859375 + 3235.81005859375 + + 148 + + 78 + + + 10.71399974822998 + 243 + + + + + + 684.0 + 3246.580078125 + + 148 + + 78 + + + 10.767000198364258 + 237 + + + + + + 684.0 + 3257.340087890625 + + 148 + + 79 + + + 10.767000198364258 + 244 + + + + + + 684.0 + 3268.25 + + 148 + + 79 + + + 10.902000427246094 + 208 + + + + + + 683.4000244140625 + 3279.070068359375 + + 148 + + 81 + + + 10.821000099182129 + 216 + + + + + + 683.0 + 3289.889892578125 + + 148 + + 78 + + + 10.821000099182129 + 216 + + + + + + 682.4000244140625 + 3300.7900390625 + + 148 + + 80 + + + 10.902000427246094 + 247 + + + + + + 682.4000244140625 + 3311.580078125 + + 148 + + 88 + + + 10.793999671936035 + 224 + + + + + + 682.2000122070312 + 3322.489990234375 + + 148 + + 97 + + + 10.902000427246094 + 215 + + + + + + 682.4000244140625 + 3333.389892578125 + + 148 + + 93 + + + 10.902000427246094 + 215 + + + + + + 682.2000122070312 + 3344.35009765625 + + 149 + + 82 + + + 10.956999778747559 + 212 + + + + + + 682.2000122070312 + 3355.340087890625 + + 148 + + 82 + + + 10.956999778747559 + 212 + + + + + + 682.0 + 3366.199951171875 + + 149 + + 79 + + + 10.902000427246094 + 204 + + + + + + 681.7999877929688 + 3377.050048828125 + + 148 + + 84 + + + 10.847999572753906 + 221 + + + + + + 681.7999877929688 + 3387.739990234375 + + 148 + + 80 + + + 10.687999725341797 + 213 + + + + + + 681.4000244140625 + 3398.3798828125 + + 149 + + 79 + + + 10.63599967956543 + 203 + + + + + + 681.0 + 3409.010009765625 + + 149 + + 78 + + + 10.583999633789062 + 226 + + + + + + 680.7999877929688 + 3419.469970703125 + + 149 + + 78 + + + 10.506999969482422 + 242 + + + + + + 681.0 + 3429.89990234375 + + 149 + + 82 + + + 10.432000160217285 + 236 + + + + + + 681.0 + 3440.429931640625 + + 149 + + 79 + + + 10.532999992370605 + 281 + + + + + + 681.4000244140625 + 3450.840087890625 + + 149 + + 79 + + + 10.406999588012695 + 205 + + + + + + 681.7999877929688 + 3461.39990234375 + + 150 + + 77 + + + 10.557999610900879 + 225 + + + + + + 682.2000122070312 + 3471.72998046875 + + 150 + + 78 + + + 10.331999778747559 + 234 + + + + + + 682.4000244140625 + 3482.139892578125 + + 150 + + 78 + + + 10.406999588012695 + 198 + + + + + + 682.5999755859375 + 3492.6201171875 + + 150 + + 79 + + + 10.482000350952148 + 220 + + + + + + 682.5999755859375 + 3503.0 + + 150 + + 80 + + + 10.381999969482422 + 250 + + + + + + 682.4000244140625 + 3513.47998046875 + + 149 + + 78 + + + 10.482000350952148 + 263 + + + + + + 682.4000244140625 + 3523.7900390625 + + 149 + + 78 + + + 10.307999610900879 + 241 + + + + + + 682.4000244140625 + 3534.050048828125 + + 150 + + 73 + + + 10.258999824523926 + 232 + + + + + + 682.4000244140625 + 3544.3798828125 + + 150 + + 76 + + + 10.331999778747559 + 234 + + + + + + 682.7999877929688 + 3554.81005859375 + + 150 + + 85 + + + 10.432000160217285 + 202 + + + + + + 683.0 + 3565.300048828125 + + 150 + + 77 + + + 10.482000350952148 + 241 + + + + + + 683.2000122070312 + 3575.780029296875 + + 150 + + 85 + + + 10.482000350952148 + 231 + + + + + + 683.2000122070312 + 3586.2099609375 + + 151 + + 83 + + + 10.432000160217285 + 199 + + + + + + 683.2000122070312 + 3596.68994140625 + + 151 + + 77 + + + 10.482000350952148 + 213 + + + + + + 683.4000244140625 + 3607.25 + + 151 + + 78 + + + 10.557999610900879 + 186 + + + + + + 683.2000122070312 + 3617.81005859375 + + 150 + + 72 + + + 10.557999610900879 + 222 + + + + + + 683.2000122070312 + 3628.3701171875 + + 150 + + 78 + + + 10.557999610900879 + 239 + + + + + + 683.2000122070312 + 3639.030029296875 + + 150 + + 78 + + + 10.661999702453613 + 241 + + + + + + 683.2000122070312 + 3649.8798828125 + + 150 + + 78 + + + 10.847999572753906 + 243 + + + + + + 683.0 + 3660.56005859375 + + 150 + + 83 + + + 10.687999725341797 + 242 + + + + + + 683.2000122070312 + 3671.409912109375 + + 151 + + 79 + + + 10.847999572753906 + 239 + + + + + + 683.0 + 3682.2900390625 + + 151 + + 85 + + + 10.875 + 181 + + + + + + 683.0 + 3693.1298828125 + + 151 + + 85 + + + 10.847999572753906 + 192 + + + + + + 683.0 + 3704.050048828125 + + 150 + + 82 + + + 10.875 + 221 + + + + + + 683.4000244140625 + 3714.93994140625 + + 151 + + 85 + + + 10.930000305175781 + 189 + + + + + + 683.4000244140625 + 3725.81005859375 + + 150 + + 85 + + + 10.875 + 210 + + + + + + 683.7999877929688 + 3736.610107421875 + + 150 + + 80 + + + 10.793999671936035 + 227 + + + + + + 684.0 + 3747.320068359375 + + 150 + + 80 + + + 10.71399974822998 + 243 + + + + + + 684.2000122070312 + 3757.9599609375 + + 150 + + 77 + + + 10.63599967956543 + 241 + + + + + + 683.7999877929688 + 3768.72998046875 + + 150 + + 85 + + + 10.767000198364258 + 230 + + + + + + 683.4000244140625 + 3779.52001953125 + + 150 + + 88 + + + 10.793999671936035 + 191 + + + + + + 683.2000122070312 + 3790.10009765625 + + 150 + + 84 + + + 10.583999633789062 + 222 + + + + + + 682.7999877929688 + 3800.68994140625 + + 150 + + 81 + + + 10.583999633789062 + 248 + + + + + + 682.5999755859375 + 3811.320068359375 + + 150 + + 82 + + + 10.63599967956543 + 220 + + + + + + 682.5999755859375 + 3821.929931640625 + + 150 + + 77 + + + 10.609999656677246 + 248 + + + + + + 682.5999755859375 + 3832.52001953125 + + 150 + + 81 + + + 10.583999633789062 + 254 + + + + + + 682.5999755859375 + 3843.179931640625 + + 151 + + 79 + + + 10.661999702453613 + 241 + + + + + + 682.4000244140625 + 3853.820068359375 + + 150 + + 82 + + + 10.63599967956543 + 220 + + + + + + 682.4000244140625 + 3864.3701171875 + + 150 + + 77 + + + 10.557999610900879 + 190 + + + + + + 682.4000244140625 + 3875.0400390625 + + 150 + + 79 + + + 10.661999702453613 + 235 + + + + + + 682.4000244140625 + 3885.489990234375 + + 150 + + 79 + + + 10.456999778747559 + 251 + + + + + + 682.2000122070312 + 3895.969970703125 + + 151 + + 75 + + + 10.482000350952148 + 196 + + + + + + 682.0 + 3906.409912109375 + + 150 + + 81 + + + 10.432000160217285 + 223 + + + + + + 682.0 + 3916.7900390625 + + 151 + + 78 + + + 10.381999969482422 + 250 + + + + + + 682.0 + 3927.199951171875 + + 150 + + 79 + + + 10.406999588012695 + 246 + + + + + + 681.7999877929688 + 3937.47998046875 + + 150 + + 77 + + + 10.284000396728516 + 305 + + + + + + 682.0 + 3947.93994140625 + + 150 + + 80 + + + 10.456999778747559 + 237 + + + + + + 682.2000122070312 + 3958.52001953125 + + 151 + + 79 + + + 10.583999633789062 + 279 + + + + + + 682.2000122070312 + 3969.179931640625 + + 150 + + 78 + + + 10.661999702453613 + 228 + + + + + + 682.4000244140625 + 3979.68994140625 + + 151 + + 75 + + + 10.506999969482422 + 186 + + + + + + 682.4000244140625 + 3990.330078125 + + 151 + + 90 + + + 10.63599967956543 + 220 + + + + + + 682.2000122070312 + 4001.070068359375 + + 150 + + 114 + + + 10.741000175476074 + 190 + + + + + + 682.4000244140625 + 4011.81005859375 + + 151 + + 121 + + + 10.741000175476074 + 190 + + + + + + 682.2000122070312 + 4022.5 + + 150 + + 90 + + + 10.687999725341797 + 206 + + + + + + 682.0 + 4033.179931640625 + + 150 + + 94 + + + 10.687999725341797 + 221 + + + + + + 682.2000122070312 + 4044.0 + + 149 + + 95 + + + 10.821000099182129 + 245 + + + + + + 682.0 + 4054.739990234375 + + 149 + + 86 + + + 10.71399974822998 + 258 + + + + + + 681.7999877929688 + 4065.5400390625 + + 149 + + 81 + + + 10.821000099182129 + 206 + + + + + + 681.7999877929688 + 4076.389892578125 + + 149 + + 83 + + + 10.847999572753906 + 199 + + + + + + 681.7999877929688 + 4087.2099609375 + + 149 + + 81 + + + 10.821000099182129 + 195 + + + + + + 681.5999755859375 + 4098.06005859375 + + 150 + + 83 + + + 10.847999572753906 + 203 + + + + + + 681.7999877929688 + 4108.93017578125 + + 150 + + 85 + + + 10.875 + 188 + + + + + + 682.4000244140625 + 4119.77978515625 + + 150 + + 80 + + + 10.847999572753906 + 207 + + + + + + 682.4000244140625 + 4130.56982421875 + + 150 + + 83 + + + 10.793999671936035 + 270 + + + + + + 682.5999755859375 + 4141.2099609375 + + 150 + + 84 + + + 10.63599967956543 + 212 + + + + + + 682.5999755859375 + 4151.8701171875 + + 150 + + 80 + + + 10.661999702453613 + 195 + + + + + + 682.4000244140625 + 4162.52978515625 + + 150 + + 78 + + + 10.661999702453613 + 241 + + + + + + 682.0 + 4173.0400390625 + + 149 + + 78 + + + 10.506999969482422 + 224 + + + + + + 682.2000122070312 + 4183.60009765625 + + 150 + + 77 + + + 10.557999610900879 + 232 + + + + + + 682.0 + 4194.16015625 + + 150 + + 103 + + + 10.557999610900879 + 236 + + + + + + 681.7999877929688 + 4204.68994140625 + + 150 + + 104 + + + 10.532999992370605 + 201 + + + + + + 681.4000244140625 + 4215.10009765625 + + 151 + + 89 + + + 10.406999588012695 + 236 + + + + + + 681.2000122070312 + 4225.5 + + 150 + + 80 + + + 10.406999588012695 + 233 + + + + + + 680.5999755859375 + 4235.8798828125 + + 151 + + 77 + + + 10.381999969482422 + 225 + + + + + + 680.4000244140625 + 4246.18017578125 + + 151 + + 75 + + + 10.258999824523926 + 264 + + + + + + 680.5999755859375 + 4256.56005859375 + + 150 + + 76 + + + 10.381999969482422 + 235 + + + + + + 680.7999877929688 + 4266.93017578125 + + 150 + + 77 + + + 10.381999969482422 + 250 + + + + + + 681.0 + 4277.3701171875 + + 150 + + 77 + + + 10.432000160217285 + 195 + + + + + + 681.2000122070312 + 4287.6201171875 + + 150 + + 77 + + + 10.284000396728516 + 205 + + + + + + 681.4000244140625 + 4297.93017578125 + + 149 + + 79 + + + 10.307999610900879 + 206 + + + + + + 681.2000122070312 + 4308.22021484375 + + 149 + + 80 + + + 10.284000396728516 + 205 + + + + + + 681.4000244140625 + 4318.5498046875 + + 149 + + 75 + + + 10.331999778747559 + 310 + + + + + + 681.4000244140625 + 4328.830078125 + + 149 + + 78 + + + 10.284000396728516 + 247 + + + + + + 681.4000244140625 + 4338.990234375 + + 149 + + 76 + + + 10.163000106811523 + 268 + + + + + + 681.2000122070312 + 4348.93017578125 + + 149 + + 77 + + + 9.930999755859375 + 206 + + + + + + 681.2000122070312 + 4358.81005859375 + + 149 + + 61 + + + 9.88599967956543 + 224 + + + + + + 681.4000244140625 + 4368.85986328125 + + 149 + + 58 + + + 10.045999526977539 + 167 + + + + + + 681.5999755859375 + 4379.0 + + 149 + + 77 + + + 10.140000343322754 + 247 + + + + + + 681.5999755859375 + 4389.14013671875 + + 148 + + 94 + + + 10.140000343322754 + 230 + + + + + + 681.5999755859375 + 4399.2099609375 + + 149 + + 89 + + + 10.069000244140625 + 252 + + + + + + 681.4000244140625 + 4409.35009765625 + + 149 + + 80 + + + 10.140000343322754 + 200 + + + + + + 681.5999755859375 + 4419.72998046875 + + 149 + + 77 + + + 10.381999969482422 + 218 + + + + + + 681.4000244140625 + 4430.2900390625 + + 149 + + 77 + + + 10.557999610900879 + 211 + + + + + + 681.4000244140625 + 4440.83984375 + + 149 + + 80 + + + 10.557999610900879 + 180 + + + + + + 681.5999755859375 + 4451.22998046875 + + 149 + + 81 + + + 10.381999969482422 + 232 + + + + + + 681.5999755859375 + 4461.72998046875 + + 150 + + 80 + + + 10.506999969482422 + 182 + + + + + + 681.5999755859375 + 4472.27001953125 + + 150 + + 80 + + + 10.532999992370605 + 203 + + + + + + 681.5999755859375 + 4482.7998046875 + + 149 + + 79 + + + 10.532999992370605 + 236 + + + + + + 681.5999755859375 + 4493.3798828125 + + 149 + + 77 + + + 10.583999633789062 + 194 + + + + + + 681.5999755859375 + 4504.06982421875 + + 149 + + 78 + + + 10.687999725341797 + 268 + + + + + + 681.7999877929688 + 4514.89013671875 + + 149 + + 79 + + + 10.821000099182129 + 256 + + + + + + 682.0 + 4525.7900390625 + + 149 + + 92 + + + 10.902000427246094 + 273 + + + + + + 682.0 + 4536.7001953125 + + 148 + + 99 + + + 10.902000427246094 + 226 + + + + + + 681.7999877929688 + 4547.490234375 + + 148 + + 86 + + + 10.793999671936035 + 259 + + + + + + 682.0 + 4558.14990234375 + + 149 + + 82 + + + 10.661999702453613 + 213 + + + + + + 681.5999755859375 + 4568.81005859375 + + 149 + + 83 + + + 10.661999702453613 + 217 + + + + + + 681.4000244140625 + 4579.39990234375 + + 148 + + 79 + + + 10.583999633789062 + 240 + + + + + + 681.0 + 4590.009765625 + + 148 + + 76 + + + 10.609999656677246 + 180 + + + + + + 681.0 + 4600.56982421875 + + 148 + + 77 + + + 10.557999610900879 + 225 + + + + + + 680.7999877929688 + 4610.8701171875 + + 148 + + 81 + + + 10.307999610900879 + 206 + + + + + + 680.7999877929688 + 4621.2099609375 + + 148 + + 79 + + + 10.331999778747559 + 206 + + + + + + 681.0 + 4631.56005859375 + + 147 + + 75 + + + 10.357000350952148 + 269 + + + + + + 681.0 + 4641.919921875 + + 147 + + 76 + + + 10.357000350952148 + 256 + + + + + + 681.0 + 4652.22998046875 + + 147 + + 75 + + + 10.307999610900879 + 268 + + + + + + 681.2000122070312 + 4662.490234375 + + 148 + + 76 + + + 10.258999824523926 + 212 + + + + + + 681.0 + 4672.72021484375 + + 148 + + 77 + + + 10.234999656677246 + 256 + + + + + + 681.2000122070312 + 4682.91015625 + + 148 + + 75 + + + 10.187000274658203 + 203 + + + + + + 681.2000122070312 + 4693.1201171875 + + 149 + + 73 + + + 10.211000442504883 + 235 + + + + + + 681.2000122070312 + 4703.330078125 + + 149 + + 74 + + + 10.211000442504883 + 300 + + + + + + 681.4000244140625 + 4713.4501953125 + + 149 + + 75 + + + 10.116000175476074 + 250 + + + + + + 681.2000122070312 + 4723.6298828125 + + 149 + + 75 + + + 10.187000274658203 + 234 + + + + + + 681.2000122070312 + 4733.7998046875 + + 149 + + 75 + + + 10.163000106811523 + 190 + + + + + + 681.0 + 4743.93994140625 + + 148 + + 77 + + + 10.140000343322754 + 254 + + + + + + 681.0 + 4754.009765625 + + 149 + + 75 + + + 10.069000244140625 + 245 + + + + + + 681.0 + 4764.169921875 + + 149 + + 77 + + + 10.163000106811523 + 241 + + + + + + 681.0 + 4774.330078125 + + 149 + + 90 + + + 10.163000106811523 + 194 + + + + + + 681.2000122070312 + 4784.4501953125 + + 148 + + 93 + + + 10.116000175476074 + 243 + + + + + + 681.4000244140625 + 4794.52001953125 + + 149 + + 85 + + + 10.069000244140625 + 205 + + + + + + 681.5999755859375 + 4804.68017578125 + + 149 + + 72 + + + 10.163000106811523 + 234 + + + + + + 681.4000244140625 + 4814.8701171875 + + 149 + + 74 + + + 10.187000274658203 + 207 + + + + + + 681.4000244140625 + 4825.25 + + 149 + + 78 + + + 10.381999969482422 + 218 + + + + + + 681.5999755859375 + 4835.830078125 + + 148 + + 77 + + + 10.583999633789062 + 254 + + + + + + 681.5999755859375 + 4846.419921875 + + 149 + + 75 + + + 10.583999633789062 + 173 + + + + + + 681.4000244140625 + 4856.9501953125 + + 150 + + 78 + + + 10.532999992370605 + 210 + + + + + + 681.4000244140625 + 4867.509765625 + + 150 + + 78 + + + 10.557999610900879 + 243 + + + + + + 681.2000122070312 + 4878.14013671875 + + 150 + + 78 + + + 10.63599967956543 + 223 + + + + + + 681.0 + 4888.830078125 + + 150 + + 78 + + + 10.687999725341797 + 231 + + + + + + 681.0 + 4899.490234375 + + 151 + + 80 + + + 10.661999702453613 + 188 + + + + + + 681.0 + 4910.1298828125 + + 151 + + 80 + + + 10.63599967956543 + 209 + + + + + + 681.2000122070312 + 4920.919921875 + + 151 + + 75 + + + 10.793999671936035 + 216 + + + + + + 681.2000122070312 + 4931.60986328125 + + 151 + + 78 + + + 10.687999725341797 + 213 + + + + + + 681.2000122070312 + 4942.43017578125 + + 151 + + 77 + + + 10.821000099182129 + 300 + + + + + + 681.4000244140625 + 4953.25 + + 151 + + 78 + + + 10.821000099182129 + 271 + + + + + + 681.4000244140625 + 4963.85986328125 + + 151 + + 78 + + + 10.609999656677246 + 202 + + + + + + 681.2000122070312 + 4974.47021484375 + + 150 + + 80 + + + 10.609999656677246 + 212 + + + + + + 681.0 + 4985.14013671875 + + 151 + + 81 + + + 10.661999702453613 + 203 + + + + + + 680.7999877929688 + 4995.7998046875 + + 151 + + 80 + + + 10.661999702453613 + 188 + + + + + + 680.4000244140625 + 5006.41015625 + + 151 + + 93 + + + 10.609999656677246 + 174 + + + + + + 680.0 + 5016.93994140625 + + 151 + + 92 + + + 10.532999992370605 + 228 + + + + + + 680.0 + 5027.3701171875 + + 151 + + 82 + + + 10.432000160217285 + 171 + + + + + + 680.2000122070312 + 5037.85986328125 + + 151 + + 79 + + + 10.482000350952148 + 217 + + + + + + 680.5999755859375 + 5048.41015625 + + 151 + + 79 + + + 10.557999610900879 + 222 + + + + + + 681.0 + 5058.75 + + 150 + + 76 + + + 10.331999778747559 + 182 + + + + + + 681.2000122070312 + 5069.10009765625 + + 150 + + 77 + + + 10.357000350952148 + 228 + + + + + + 681.4000244140625 + 5079.490234375 + + 151 + + 78 + + + 10.381999969482422 + 222 + + + + + + 682.0 + 5089.83984375 + + 151 + + 77 + + + 10.357000350952148 + 238 + + + + + + 681.7999877929688 + 5100.169921875 + + 150 + + 77 + + + 10.331999778747559 + 193 + + + + + + 682.4000244140625 + 5110.47998046875 + + 150 + + 79 + + + 10.307999610900879 + 210 + + + + + + 682.5999755859375 + 5120.81005859375 + + 149 + + 80 + + + 10.331999778747559 + 251 + + + + + + 683.2000122070312 + 5131.27001953125 + + 150 + + 82 + + + 10.456999778747559 + 245 + + + + + + 683.7999877929688 + 5141.72998046875 + + 149 + + 86 + + + 10.456999778747559 + 282 + + + + + + 684.0 + 5152.18994140625 + + 150 + + 83 + + + 10.456999778747559 + 254 + + + + + + 684.2000122070312 + 5162.52001953125 + + 149 + + 78 + + + 10.331999778747559 + 242 + + + + + + 684.0 + 5172.759765625 + + 150 + + 81 + + + 10.234999656677246 + 270 + + + + + + 683.5999755859375 + 5183.0400390625 + + 149 + + 84 + + + 10.284000396728516 + 205 + + + + + + 683.4000244140625 + 5193.47021484375 + + 149 + + 86 + + + 10.432000160217285 + 275 + + + + + + 683.4000244140625 + 5204.02978515625 + + 150 + + 84 + + + 10.557999610900879 + 211 + + + + + + 683.2000122070312 + 5214.52978515625 + + 150 + + 77 + + + 10.506999969482422 + 186 + + + + + + 683.2000122070312 + 5224.93994140625 + + 150 + + 79 + + + 10.406999588012695 + 240 + + + + + + 682.7999877929688 + 5235.4501953125 + + 150 + + 80 + + + 10.506999969482422 + 214 + + + + + + 682.5999755859375 + 5246.2099609375 + + 150 + + 77 + + + 10.767000198364258 + 219 + + + + + + 682.4000244140625 + 5256.85009765625 + + 150 + + 75 + + + 10.583999633789062 + 204 + + + + + + 682.5999755859375 + 5267.2998046875 + + 150 + + 81 + + + 10.482000350952148 + 200 + + + + + + 682.7999877929688 + 5277.919921875 + + 149 + + 82 + + + 10.63599967956543 + 199 + + + + + + 683.0 + 5288.4501953125 + + 150 + + 78 + + + 10.532999992370605 + 162 + + + + + + 683.0 + 5299.009765625 + + 150 + + 87 + + + 10.557999610900879 + 151 + + + + + + 682.7999877929688 + 5309.60986328125 + + 150 + + 97 + + + 10.583999633789062 + 296 + + + + + + 682.4000244140625 + 5320.31005859375 + + 149 + + 90 + + + 10.71399974822998 + 258 + + + + + + 682.2000122070312 + 5331.06982421875 + + 149 + + 79 + + + 10.767000198364258 + 233 + + + + + + 682.2000122070312 + 5341.89013671875 + + 149 + + 83 + + + 10.821000099182129 + 285 + + + + + + 682.2000122070312 + 5352.7099609375 + + 149 + + 86 + + + 10.821000099182129 + 216 + + + + + + 682.2000122070312 + 5363.35009765625 + + 149 + + 83 + + + 10.63599967956543 + 223 + + + + + + 682.5999755859375 + 5373.85986328125 + + 149 + + 80 + + + 10.506999969482422 + 263 + + + + + + 683.2000122070312 + 5384.31005859375 + + 149 + + 78 + + + 10.456999778747559 + 209 + + + + + + 683.7999877929688 + 5394.72021484375 + + 149 + + 79 + + + 10.406999588012695 + 267 + + + + + + 684.4000244140625 + 5405.2001953125 + + 149 + + 77 + + + 10.482000350952148 + 220 + + + + + + 685.2000122070312 + 5415.81005859375 + + 150 + + 80 + + + 10.609999656677246 + 209 + + + + + + 685.4000244140625 + 5426.4501953125 + + 150 + + 89 + + + 10.63599967956543 + 238 + + + + + + 685.2000122070312 + 5437.08984375 + + 150 + + 84 + + + 10.63599967956543 + 184 + + + + + + 685.0 + 5447.669921875 + + 150 + + 79 + + + 10.583999633789062 + 183 + + + + + + 684.5999755859375 + 5458.31005859375 + + 150 + + 78 + + + 10.63599967956543 + 256 + + + + + + 684.4000244140625 + 5468.68994140625 + + 150 + + 76 + + + 10.381999969482422 + 187 + + + + + + 684.0 + 5479.06982421875 + + 150 + + 77 + + + 10.381999969482422 + 201 + + + + + + 683.7999877929688 + 5489.52978515625 + + 150 + + 77 + + + 10.456999778747559 + 251 + + + + + + 683.5999755859375 + 5499.9599609375 + + 149 + + 77 + + + 10.432000160217285 + 251 + + + + + + 683.5999755859375 + 5510.490234375 + + 149 + + 76 + + + 10.532999992370605 + 264 + + + + + + 683.4000244140625 + 5520.7998046875 + + 150 + + 77 + + + 10.307999610900879 + 186 + + + + + + 683.4000244140625 + 5531.1298828125 + + 150 + + 82 + + + 10.331999778747559 + 206 + + + + + + 683.4000244140625 + 5541.4599609375 + + 150 + + 81 + + + 10.331999778747559 + 221 + + + + + + 683.4000244140625 + 5551.75 + + 150 + + 77 + + + 10.284000396728516 + 182 + + + + + + 683.2000122070312 + 5562.02978515625 + + 150 + + 77 + + + 10.284000396728516 + 233 + + + + + + 683.2000122070312 + 5572.2900390625 + + 150 + + 76 + + + 10.258999824523926 + 168 + + + + + + 683.0 + 5582.5498046875 + + 150 + + 76 + + + 10.258999824523926 + 205 + + + + + + 683.0 + 5592.77978515625 + + 150 + + 78 + + + 10.234999656677246 + 219 + + + + + + 683.0 + 5603.14013671875 + + 150 + + 79 + + + 10.357000350952148 + 221 + + + + + + 682.7999877929688 + 5613.47021484375 + + 149 + + 90 + + + 10.284000396728516 + 220 + + + + + + 682.5999755859375 + 5623.77978515625 + + 149 + + 102 + + + 10.357000350952148 + 207 + + + + + + 682.4000244140625 + 5633.9501953125 + + 149 + + 76 + + + 10.163000106811523 + 217 + + + + + + 682.4000244140625 + 5644.18017578125 + + 149 + + 78 + + + 10.234999656677246 + 198 + + + + + + 681.5999755859375 + 5654.56005859375 + + 149 + + 75 + + + 10.381999969482422 + 235 + + + + + + 681.2000122070312 + 5664.97021484375 + + 149 + + 76 + + + 10.406999588012695 + 236 + + + + + + 680.5999755859375 + 5675.43017578125 + + 149 + + 79 + + + 10.456999778747559 + 223 + + + + + + 680.5999755859375 + 5685.8798828125 + + 149 + + 80 + + + 10.456999778747559 + 219 + + + + + + 680.5999755859375 + 5696.39013671875 + + 149 + + 78 + + + 10.506999969482422 + 186 + + + + + + 681.2000122070312 + 5706.8798828125 + + 149 + + 77 + + + 10.482000350952148 + 224 + + + + + + 681.5999755859375 + 5717.43994140625 + + 149 + + 76 + + + 10.506999969482422 + 238 + + + + + + 682.2000122070312 + 5727.89013671875 + + 149 + + 79 + + + 10.506999969482422 + 238 + + + + + + 682.2000122070312 + 5738.5498046875 + + 149 + + 79 + + + 10.661999702453613 + 259 + + + + + + 682.2000122070312 + 5749.4501953125 + + 149 + + 81 + + + 10.902000427246094 + 240 + + + + + + 682.5999755859375 + 5760.25 + + 149 + + 85 + + + 10.793999671936035 + 227 + + + + + + 682.7999877929688 + 5771.06982421875 + + 149 + + 84 + + + 10.821000099182129 + 209 + + + + + + 682.7999877929688 + 5781.68017578125 + + 149 + + 83 + + + 10.609999656677246 + 191 + + + + + + 683.0 + 5792.43994140625 + + 150 + + 79 + + + 10.767000198364258 + 208 + + + + + + 682.7999877929688 + 5803.0498046875 + + 150 + + 78 + + + 10.609999656677246 + 266 + + + + + + 682.4000244140625 + 5813.8701171875 + + 150 + + 77 + + + 10.821000099182129 + 231 + + + + + + 682.0 + 5824.509765625 + + 150 + + 76 + + + 10.63599967956543 + 216 + + + + + + 682.0 + 5835.2998046875 + + 150 + + 79 + + + 10.793999671936035 + 244 + + + + + + 681.7999877929688 + 5845.990234375 + + 150 + + 79 + + + 10.687999725341797 + 228 + + + + + + 681.5999755859375 + 5856.52978515625 + + 150 + + 82 + + + 10.532999992370605 + 210 + + + + + + 681.4000244140625 + 5867.009765625 + + 150 + + 81 + + + 10.482000350952148 + 283 + + + + + + 681.4000244140625 + 5877.43994140625 + + 150 + + 77 + + + 10.432000160217285 + 226 + + + + + + 681.2000122070312 + 5887.81982421875 + + 151 + + 76 + + + 10.381999969482422 + 270 + + + + + + 681.0 + 5898.25 + + 150 + + 75 + + + 10.432000160217285 + 289 + + + + + + 681.2000122070312 + 5908.740234375 + + 150 + + 78 + + + 10.482000350952148 + 252 + + + + + + 681.5999755859375 + 5919.22021484375 + + 150 + + 77 + + + 10.482000350952148 + 234 + + + + + + 681.7999877929688 + 5929.75 + + 150 + + 77 + + + 10.532999992370605 + 246 + + + + + + 682.0 + 5940.16015625 + + 150 + + 78 + + + 10.406999588012695 + 253 + + + + + + 682.0 + 5950.60986328125 + + 150 + + 77 + + + 10.456999778747559 + 237 + + + + + + 682.2000122070312 + 5961.06982421875 + + 150 + + 76 + + + 10.456999778747559 + 254 + + + + + + 682.0 + 5971.4501953125 + + 150 + + 77 + + + 10.381999969482422 + 235 + + + + + + 681.7999877929688 + 5981.68994140625 + + 150 + + 80 + + + 10.234999656677246 + 208 + + + + + + 682.0 + 5991.830078125 + + 150 + + 77 + + + 10.140000343322754 + 257 + + + + + + 682.2000122070312 + 6001.97021484375 + + 150 + + 75 + + + 10.140000343322754 + 257 + + + + + + 682.4000244140625 + 6012.27978515625 + + 150 + + 74 + + + 10.307999610900879 + 199 + + + + + + 682.4000244140625 + 6022.56005859375 + + 149 + + 74 + + + 10.284000396728516 + 205 + + + + + + 682.4000244140625 + 6032.83984375 + + 149 + + 81 + + + 10.284000396728516 + 196 + + + + + + 682.4000244140625 + 6043.2001953125 + + 149 + + 75 + + + 10.357000350952148 + 273 + + + + + + 682.0 + 6053.81005859375 + + 150 + + 77 + + + 10.609999656677246 + 191 + + + + + + 682.0 + 6064.52978515625 + + 150 + + 78 + + + 10.71399974822998 + 240 + + + + + + 682.2000122070312 + 6075.240234375 + + 150 + + 78 + + + 10.71399974822998 + 214 + + + + + + 682.0 + 6085.93017578125 + + 150 + + 83 + + + 10.687999725341797 + 185 + + + + + + 682.0 + 6096.64013671875 + + 150 + + 102 + + + 10.71399974822998 + 222 + + + + + + 682.4000244140625 + 6107.41015625 + + 149 + + 108 + + + 10.767000198364258 + 208 + + + + + + 682.5999755859375 + 6118.18017578125 + + 149 + + 92 + + + 10.767000198364258 + 147 + + + + + + + 10.5 + 80 + 417 + 225 + 310 + + + + + 112.0 + 802.83 + 10.902000427246094 + 12 + + 130 + + + 150 + + Active + 206 + Manual + + + + 682.5999755859375 + 6118.18017578125 + + 149 + + 92 + + + 10.767000198364258 + 147 + + + + + + 682.5999755859375 + 6128.93994140625 + + 149 + + 82 + + + 10.767000198364258 + 147 + + + + + + 682.7999877929688 + 6139.66015625 + + 149 + + 86 + + + 10.71399974822998 + 164 + + + + + + 683.2000122070312 + 6150.419921875 + + 149 + + 80 + + + 10.767000198364258 + 179 + + + + + + 683.0 + 6161.2998046875 + + 149 + + 80 + + + 10.875 + 188 + + + + + + 682.5999755859375 + 6172.2001953125 + + 149 + + 86 + + + 10.902000427246094 + 192 + + + + + + 682.5999755859375 + 6182.97021484375 + + 149 + + 85 + + + 10.767000198364258 + 244 + + + + + + 682.5999755859375 + 6193.60009765625 + + 150 + + 80 + + + 10.63599967956543 + 174 + + + + + + 682.0 + 6204.14013671875 + + 150 + + 76 + + + 10.532999992370605 + 151 + + + + + + 682.0 + 6214.77001953125 + + 150 + + 80 + + + 10.63599967956543 + 188 + + + + + + 682.0 + 6225.25 + + 150 + + 80 + + + 10.482000350952148 + 209 + + + + + + 681.7999877929688 + 6235.759765625 + + 150 + + 83 + + + 10.506999969482422 + 210 + + + + + + 681.5999755859375 + 6246.0498046875 + + 150 + + 84 + + + 10.284000396728516 + 161 + + + + + + 681.4000244140625 + 6256.18994140625 + + 150 + + 78 + + + 10.140000343322754 + 30 + + + + + + 681.2000122070312 + 6266.22998046875 + + 150 + + 113 + + + 10.045999526977539 + 3 + + + + + + 681.0 + 6276.1201171875 + + 150 + + 0 + + + 9.88599967956543 + 0 + + + + + + 680.7999877929688 + 6285.81005859375 + + 149 + + 0 + + + 9.687999725341797 + 0 + + + + + + 681.0 + 6295.06005859375 + + 149 + + 0 + + + 9.255000114440918 + 0 + + + + + + 680.5999755859375 + 6304.08984375 + + 149 + + 0 + + + 9.024999618530273 + 0 + + + + + + 680.2000122070312 + 6312.81982421875 + + 148 + + 0 + + + 8.734999656677246 + 0 + + + + + + 679.7999877929688 + 6321.2998046875 + + 148 + + 0 + + + 8.479000091552734 + 65 + + + + + + 679.5999755859375 + 6329.60009765625 + + 147 + + 98 + + + 8.300999641418457 + 2 + + + + + + 679.4000244140625 + 6337.72021484375 + + 146 + + 0 + + + 8.116000175476074 + 0 + + + + + + 679.2000122070312 + 6345.60986328125 + + 145 + + 0 + + + 7.894999980926514 + 147 + + + + + + 680.2000122070312 + 6353.47998046875 + + 145 + + 70 + + + 7.866000175476074 + 65 + + + + + + 680.7999877929688 + 6361.18994140625 + + 144 + + 177 + + + 7.7129998207092285 + 5 + + + + + + 681.4000244140625 + 6368.830078125 + + 143 + + 0 + + + 7.5920000076293945 + 112 + + + + + + 682.0 + 6376.3701171875 + + 143 + + 92 + + + 7.5920000076293945 + 131 + + + + + + 682.4000244140625 + 6383.89990234375 + + 141 + + 78 + + + 7.5 + 0 + + + + + + 682.4000244140625 + 6391.27001953125 + + 140 + + 0 + + + 7.385000228881836 + 0 + + + + + + 682.4000244140625 + 6398.47998046875 + + 139 + + 0 + + + 7.214000225067139 + 0 + + + + + + 682.5999755859375 + 6405.60986328125 + + 138 + + 0 + + + 7.13100004196167 + 121 + + + + + + 682.4000244140625 + 6412.8701171875 + + 137 + + 92 + + + 7.26200008392334 + 145 + + + + + + 682.4000244140625 + 6420.14013671875 + + 136 + + 68 + + + 7.27400016784668 + 107 + + + + + + 682.4000244140625 + 6427.35986328125 + + 135 + + 206 + + + 7.214000225067139 + 0 + + + + + + 682.2000122070312 + 6434.47998046875 + + 133 + + 0 + + + 7.107999801635742 + 0 + + + + + + 682.2000122070312 + 6441.47021484375 + + 133 + + 0 + + + 7.005000114440918 + 0 + + + + + + 682.2000122070312 + 6448.22021484375 + + 131 + + 0 + + + 6.755000114440918 + 0 + + + + + + 682.4000244140625 + 6454.77978515625 + + 130 + + 0 + + + 6.560999870300293 + 0 + + + + + + 682.4000244140625 + 6461.16015625 + + 127 + + 0 + + + 6.377999782562256 + 0 + + + + + + 682.4000244140625 + 6467.43994140625 + + 126 + + 0 + + + 6.2769999504089355 + 0 + + + + + + 682.2000122070312 + 6473.64013671875 + + 125 + + 0 + + + 6.204999923706055 + 0 + + + + + + 682.2000122070312 + 6479.5498046875 + + 123 + + 0 + + + 5.909999847412109 + 2 + + + + + + 682.0 + 6484.83984375 + + 122 + + 0 + + + 5.284999847412109 + 0 + + + + + + 682.0 + 6489.7099609375 + + 122 + + 0 + + + 4.866000175476074 + 0 + + + + + + 682.0 + 6494.35009765625 + + 120 + + 0 + + + 4.642000198364258 + 0 + + + + + + 682.0 + 6498.93994140625 + + 119 + + 0 + + + 4.589000225067139 + 0 + + + + + + 682.0 + 6503.419921875 + + 118 + + 0 + + + 4.480000019073486 + 0 + + + + + + 682.0 + 6507.77978515625 + + 117 + + 0 + + + 4.367000102996826 + 0 + + + + + + 682.2000122070312 + 6511.56005859375 + + 116 + + 0 + + + 3.7730000019073486 + 0 + + + + + + 682.2000122070312 + 6514.93994140625 + + 114 + + 0 + + + 3.382999897003174 + 0 + + + + + + 682.0 + 6518.10009765625 + + 114 + + 0 + + + 3.1640000343322754 + 0 + + + + + + 682.2000122070312 + 6520.9599609375 + + 113 + + 0 + + + 2.8519999980926514 + 0 + + + + + + 682.2000122070312 + 6523.1298828125 + + 113 + + 0 + + + 2.1740000247955322 + 0 + + + + + + 682.0 + 6525.2998046875 + + 113 + + 0 + + + 2.1740000247955322 + 0 + + + + + + 682.0 + 6526.68994140625 + + 113 + + 0 + + + 1.3830000162124634 + 0 + + + + + + 682.0 + 6528.06982421875 + + 114 + + 0 + + + 1.3830000162124634 + 0 + + + + + + 682.0 + 6528.06982421875 + + 114 + + 0 + + + 0.0 + 0 + + + + + + 682.0 + 6528.06982421875 + + 115 + + 0 + + + 0.0 + 0 + + + + + + 682.0 + 6528.06982421875 + + 116 + + 0 + + + 0.0 + 0 + + + + + + 682.0 + 6528.06982421875 + + 117 + + 0 + + + 0.0 + 0 + + + + + + 682.0 + 6528.06982421875 + + 118 + + 0 + + + 0.0 + 0 + + + + + + 682.0 + 6530.169921875 + + 118 + + 0 + + + 2.1040000915527344 + 44 + + + + + + 682.0 + 6532.72021484375 + + 118 + + 0 + + + 2.5510001182556152 + 120 + + + + + + 682.0 + 6535.75 + + 118 + + 0 + + + 3.0250000953674316 + 102 + + + + + + 682.0 + 6539.080078125 + + 118 + + 0 + + + 3.328000068664551 + 130 + + + + + + 682.0 + 6543.0400390625 + + 118 + + 0 + + + 3.9649999141693115 + 199 + + + + + + 682.0 + 6547.5 + + 118 + + 0 + + + 4.456999778747559 + 225 + + + + + + 682.0 + 6552.39013671875 + + 118 + + 0 + + + 4.866000175476074 + 234 + + + + + + 682.0 + 6557.64013671875 + + 118 + + 41 + + + 5.2729997634887695 + 210 + + + + + + 682.0 + 6563.18017578125 + + 119 + + 39 + + + 5.547999858856201 + 246 + + + + + + 682.0 + 6569.14013671875 + + 119 + + 42 + + + 5.959000110626221 + 245 + + + + + + 682.0 + 6575.4501953125 + + 119 + + 42 + + + 6.303999900817871 + 284 + + + + + + 682.0 + 6582.02978515625 + + 119 + + 46 + + + 6.580999851226807 + 270 + + + + + + 681.7999877929688 + 6588.83984375 + + 120 + + 47 + + + 6.807000160217285 + 266 + + + + + + 681.5999755859375 + 6595.7099609375 + + 120 + + 50 + + + 6.872000217437744 + 255 + + + + + + 681.5999755859375 + 6603.009765625 + + 120 + + 49 + + + 7.298999786376953 + 251 + + + + + + 681.5999755859375 + 6610.43017578125 + + 121 + + 54 + + + 7.422999858856201 + 200 + + + + + + 681.7999877929688 + 6617.77001953125 + + 122 + + 64 + + + 7.335999965667725 + 154 + + + + + + 681.7999877929688 + 6625.31982421875 + + 122 + + 115 + + + 7.552000045776367 + 149 + + + + + + 681.5999755859375 + 6632.72021484375 + + 123 + + 98 + + + 7.3979997634887695 + 192 + + + + + + 681.4000244140625 + 6640.2001953125 + + 123 + + 64 + + + 7.486999988555908 + 202 + + + + + + 681.2000122070312 + 6647.830078125 + + 123 + + 57 + + + 7.63100004196167 + 181 + + + + + + 681.0 + 6655.509765625 + + 122 + + 55 + + + 7.671999931335449 + 184 + + + + + + 680.7999877929688 + 6663.27001953125 + + 122 + + 56 + + + 7.76800012588501 + 184 + + + + + + 680.7999877929688 + 6671.169921875 + + 123 + + 57 + + + 7.894999980926514 + 185 + + + + + + 680.7999877929688 + 6679.0498046875 + + 123 + + 58 + + + 7.880000114440918 + 155 + + + + + + 680.7999877929688 + 6686.93017578125 + + 123 + + 66 + + + 7.880000114440918 + 157 + + + + + + 680.7999877929688 + 6694.89990234375 + + 123 + + 78 + + + 7.9670000076293945 + 207 + + + + + + 681.0 + 6703.0 + + 124 + + 68 + + + 8.100000381469727 + 197 + + + + + + 681.2000122070312 + 6711.22021484375 + + 124 + + 59 + + + 8.222999572753906 + 225 + + + + + + 681.4000244140625 + 6719.60009765625 + + 125 + + 60 + + + 8.380999565124512 + 218 + + + + + + 681.7999877929688 + 6728.02978515625 + + 125 + + 68 + + + 8.430000305175781 + 177 + + + + + + 682.0 + 6736.43017578125 + + 126 + + 79 + + + 8.39799976348877 + 174 + + + + + + 682.2000122070312 + 6744.93994140625 + + 126 + + 71 + + + 8.512999534606934 + 162 + + + + + + 682.2000122070312 + 6753.3701171875 + + 127 + + 67 + + + 8.430000305175781 + 189 + + + + + + 682.2000122070312 + 6762.10986328125 + + 127 + + 67 + + + 8.734999656677246 + 283 + + + + + + 682.2000122070312 + 6770.89013671875 + + 128 + + 68 + + + 8.788000106811523 + 220 + + + + + + 682.4000244140625 + 6779.77001953125 + + 128 + + 70 + + + 8.876999855041504 + 210 + + + + + + 682.4000244140625 + 6788.740234375 + + 129 + + 69 + + + 8.968999862670898 + 272 + + + + + + 682.2000122070312 + 6797.6201171875 + + 129 + + 67 + + + 8.876999855041504 + 192 + + + + + + 682.2000122070312 + 6806.64013671875 + + 129 + + 72 + + + 9.024999618530273 + 259 + + + + + + 682.2000122070312 + 6815.56982421875 + + 130 + + 77 + + + 8.932000160217285 + 263 + + + + + + 682.2000122070312 + 6824.580078125 + + 131 + + 70 + + + 9.005999565124512 + 180 + + + + + + 682.4000244140625 + 6833.58984375 + + 131 + + 72 + + + 9.005999565124512 + 243 + + + + + + 682.5999755859375 + 6842.7001953125 + + 132 + + 74 + + + 9.119000434875488 + 182 + + + + + + 682.4000244140625 + 6852.0400390625 + + 133 + + 75 + + + 9.335000038146973 + 221 + + + + + + 682.4000244140625 + 6861.56005859375 + + 133 + + 75 + + + 9.517999649047852 + 178 + + + + + + 682.4000244140625 + 6871.31005859375 + + 134 + + 75 + + + 9.753000259399414 + 289 + + + + + + 682.0 + 6880.9599609375 + + 134 + + 79 + + + 9.645000457763672 + 180 + + + + + + 682.0 + 6890.7099609375 + + 135 + + 80 + + + 9.753000259399414 + 192 + + + + + + 682.0 + 6900.43994140625 + + 135 + + 82 + + + 9.730999946594238 + 168 + + + + + + 682.2000122070312 + 6910.240234375 + + 135 + + 84 + + + 9.79699993133545 + 187 + + + + + + 682.2000122070312 + 6920.18994140625 + + 136 + + 85 + + + 9.954000473022461 + 199 + + + + + + + 7.11899995803833 + 45 + 84 + 120 + 289 + + + + + 41.0 + 418.19 + 10.331999778747557 + 8 + + 142 + + + 145 + + Active + 94 + Manual + + + + 682.2000122070312 + 6920.18994140625 + + 136 + + 85 + + + 9.954000473022461 + 199 + + + + + + 682.4000244140625 + 6930.10009765625 + + 136 + + 85 + + + 9.909000396728516 + 179 + + + + + + 682.5999755859375 + 6940.080078125 + + 137 + + 83 + + + 9.97700023651123 + 196 + + + + + + 682.5999755859375 + 6950.169921875 + + 137 + + 80 + + + 10.093000411987305 + 276 + + + + + + 682.7999877929688 + 6960.35986328125 + + 137 + + 79 + + + 10.187000274658203 + 201 + + + + + + 682.7999877929688 + 6970.5400390625 + + 137 + + 82 + + + 10.187000274658203 + 201 + + + + + + 682.5999755859375 + 6980.759765625 + + 138 + + 82 + + + 10.211000442504883 + 239 + + + + + + 682.4000244140625 + 6990.8701171875 + + 138 + + 82 + + + 10.116000175476074 + 195 + + + + + + 682.4000244140625 + 7000.89013671875 + + 139 + + 83 + + + 10.02299976348877 + 200 + + + + + + 682.0 + 7010.97021484375 + + 140 + + 81 + + + 10.069000244140625 + 188 + + + + + + 681.7999877929688 + 7021.02978515625 + + 140 + + 78 + + + 10.069000244140625 + 201 + + + + + + 681.5999755859375 + 7031.009765625 + + 141 + + 78 + + + 9.97700023651123 + 166 + + + + + + 681.5999755859375 + 7040.77978515625 + + 141 + + 82 + + + 9.774999618530273 + 192 + + + + + + 681.2000122070312 + 7050.60009765625 + + 141 + + 77 + + + 9.819000244140625 + 222 + + + + + + 681.2000122070312 + 7060.22998046875 + + 141 + + 80 + + + 9.62399959564209 + 199 + + + + + + 681.2000122070312 + 7070.0498046875 + + 141 + + 78 + + + 9.819000244140625 + 246 + + + + + + 681.0 + 7080.02001953125 + + 141 + + 77 + + + 9.97700023651123 + 269 + + + + + + 681.0 + 7089.97998046875 + + 141 + + 78 + + + 9.954000473022461 + 179 + + + + + + 681.0 + 7099.7998046875 + + 142 + + 80 + + + 9.819000244140625 + 242 + + + + + + 681.0 + 7109.75 + + 142 + + 79 + + + 9.954000473022461 + 186 + + + + + + 681.0 + 7119.47998046875 + + 142 + + 78 + + + 9.730999946594238 + 204 + + + + + + 681.0 + 7129.2099609375 + + 142 + + 79 + + + 9.730999946594238 + 192 + + + + + + 681.2000122070312 + 7138.93994140625 + + 142 + + 78 + + + 9.730999946594238 + 194 + + + + + + 681.5999755859375 + 7148.7001953125 + + 143 + + 77 + + + 9.753000259399414 + 253 + + + + + + 682.2000122070312 + 7158.56005859375 + + 143 + + 79 + + + 9.86400032043457 + 213 + + + + + + 682.5999755859375 + 7168.31005859375 + + 143 + + 81 + + + 9.753000259399414 + 205 + + + + + + 683.0 + 7178.08984375 + + 143 + + 81 + + + 9.774999618530273 + 274 + + + + + + 683.5999755859375 + 7187.93017578125 + + 143 + + 78 + + + 9.842000007629395 + 247 + + + + + + 683.4000244140625 + 7197.52978515625 + + 144 + + 77 + + + 9.602999687194824 + 221 + + + + + + 683.4000244140625 + 7207.16015625 + + 144 + + 77 + + + 9.62399959564209 + 215 + + + + + + 683.2000122070312 + 7216.91015625 + + 144 + + 75 + + + 9.753000259399414 + 221 + + + + + + 683.0 + 7226.77001953125 + + 144 + + 75 + + + 9.86400032043457 + 227 + + + + + + 682.7999877929688 + 7236.77001953125 + + 144 + + 78 + + + 10.0 + 203 + + + + + + 682.5999755859375 + 7246.81982421875 + + 144 + + 94 + + + 10.045999526977539 + 201 + + + + + + 682.5999755859375 + 7256.7998046875 + + 145 + + 88 + + + 9.97700023651123 + 172 + + + + + + 682.4000244140625 + 7266.75 + + 144 + + 83 + + + 9.954000473022461 + 186 + + + + + + 682.4000244140625 + 7276.89013671875 + + 144 + + 80 + + + 10.140000343322754 + 240 + + + + + + 682.4000244140625 + 7287.2001953125 + + 145 + + 80 + + + 10.307999610900879 + 213 + + + + + + 682.5999755859375 + 7297.52978515625 + + 145 + + 79 + + + 10.307999610900879 + 178 + + + + + + 682.4000244140625 + 7307.81982421875 + + 145 + + 79 + + + 10.307999610900879 + 186 + + + + + + 682.4000244140625 + 7318.10009765625 + + 145 + + 83 + + + 10.284000396728516 + 216 + + + + + + 682.4000244140625 + 7328.43017578125 + + 145 + + 84 + + + 10.331999778747559 + 217 + + + + + + 682.4000244140625 + 7338.85986328125 + + 146 + + 82 + + + 10.432000160217285 + 191 + + + + + + + 10.12600040435791 + 80 + 56 + 211 + 276 + + + + + 58.0 + 606.23 + 10.741000175476074 + 11 + + 146 + + + 147 + + Active + 92 + Manual + + + + 682.4000244140625 + 7338.85986328125 + + 146 + + 82 + + + 10.432000160217285 + 191 + + + + + + 682.4000244140625 + 7349.27001953125 + + 146 + + 83 + + + 10.406999588012695 + 205 + + + + + + 682.5999755859375 + 7359.77978515625 + + 146 + + 83 + + + 10.506999969482422 + 196 + + + + + + 683.0 + 7370.39013671875 + + 146 + + 83 + + + 10.609999656677246 + 220 + + + + + + 682.7999877929688 + 7381.0498046875 + + 147 + + 87 + + + 10.661999702453613 + 235 + + + + + + 682.7999877929688 + 7391.68017578125 + + 147 + + 91 + + + 10.63599967956543 + 209 + + + + + + 682.7999877929688 + 7402.22021484375 + + 147 + + 87 + + + 10.482000350952148 + 206 + + + + + + 682.4000244140625 + 7412.56982421875 + + 147 + + 87 + + + 10.406999588012695 + 194 + + + + + + 682.2000122070312 + 7423.06005859375 + + 146 + + 90 + + + 10.482000350952148 + 203 + + + + + + 682.2000122070312 + 7433.4599609375 + + 147 + + 86 + + + 10.406999588012695 + 212 + + + + + + 682.0 + 7443.75 + + 147 + + 85 + + + 10.284000396728516 + 205 + + + + + + 681.7999877929688 + 7453.9599609375 + + 146 + + 84 + + + 10.211000442504883 + 180 + + + + + + 682.0 + 7464.1201171875 + + 147 + + 79 + + + 10.163000106811523 + 194 + + + + + + 681.7999877929688 + 7474.14013671875 + + 147 + + 81 + + + 10.02299976348877 + 227 + + + + + + 681.5999755859375 + 7484.1201171875 + + 147 + + 79 + + + 9.97700023651123 + 203 + + + + + + 681.5999755859375 + 7494.10009765625 + + 147 + + 79 + + + 9.97700023651123 + 256 + + + + + + 681.5999755859375 + 7504.080078125 + + 147 + + 79 + + + 9.97700023651123 + 259 + + + + + + 681.5999755859375 + 7513.97998046875 + + 146 + + 78 + + + 9.909000396728516 + 195 + + + + + + 681.7999877929688 + 7523.919921875 + + 147 + + 79 + + + 9.930999755859375 + 202 + + + + + + 682.0 + 7533.7998046875 + + 147 + + 80 + + + 9.88599967956543 + 224 + + + + + + 681.7999877929688 + 7543.77978515625 + + 147 + + 79 + + + 9.97700023651123 + 186 + + + + + + 681.7999877929688 + 7553.5498046875 + + 146 + + 79 + + + 9.774999618530273 + 229 + + + + + + 681.7999877929688 + 7563.39990234375 + + 146 + + 79 + + + 9.842000007629395 + 220 + + + + + + 682.0 + 7573.419921875 + + 146 + + 80 + + + 10.02299976348877 + 231 + + + + + + 682.0 + 7583.39990234375 + + 146 + + 80 + + + 9.97700023651123 + 259 + + + + + + 682.0 + 7593.2998046875 + + 146 + + 82 + + + 9.909000396728516 + 314 + + + + + + 681.7999877929688 + 7603.2998046875 + + 146 + + 82 + + + 10.0 + 251 + + + + + + 681.7999877929688 + 7613.10009765625 + + 146 + + 79 + + + 9.79699993133545 + 278 + + + + + + 681.5999755859375 + 7622.97021484375 + + 145 + + 80 + + + 9.86400032043457 + 231 + + + + + + 681.4000244140625 + 7632.93994140625 + + 145 + + 81 + + + 9.930999755859375 + 208 + + + + + + 681.5999755859375 + 7642.93994140625 + + 146 + + 82 + + + 10.045999526977539 + 248 + + + + + + 681.7999877929688 + 7652.97021484375 + + 146 + + 84 + + + 10.02299976348877 + 194 + + + + + + 682.0 + 7663.009765625 + + 146 + + 83 + + + 10.045999526977539 + 174 + + + + + + 682.0 + 7673.10009765625 + + 146 + + 80 + + + 10.093000411987305 + 205 + + + + + + 682.4000244140625 + 7683.41015625 + + 146 + + 79 + + + 10.307999610900879 + 213 + + + + + + 682.0 + 7693.64990234375 + + 146 + + 79 + + + 10.234999656677246 + 191 + + + + + + 681.7999877929688 + 7703.97998046875 + + 146 + + 80 + + + 10.331999778747559 + 193 + + + + + + 681.7999877929688 + 7714.31005859375 + + 147 + + 82 + + + 10.331999778747559 + 193 + + + + + + 682.0 + 7724.72021484375 + + 146 + + 82 + + + 10.406999588012695 + 267 + + + + + + 682.0 + 7735.2998046875 + + 147 + + 85 + + + 10.583999633789062 + 198 + + + + + + 682.5999755859375 + 7745.89013671875 + + 146 + + 86 + + + 10.583999633789062 + 198 + + + + + + 683.0 + 7756.47021484375 + + 147 + + 85 + + + 10.583999633789062 + 198 + + + + + + 683.4000244140625 + 7767.16015625 + + 146 + + 85 + + + 10.687999725341797 + 213 + + + + + + 683.4000244140625 + 7777.89990234375 + + 146 + + 87 + + + 10.741000175476074 + 211 + + + + + + 683.5999755859375 + 7788.58984375 + + 146 + + 89 + + + 10.687999725341797 + 210 + + + + + + 683.4000244140625 + 7799.27001953125 + + 146 + + 92 + + + 10.687999725341797 + 224 + + + + + + 683.0 + 7809.91015625 + + 146 + + 89 + + + 10.63599967956543 + 256 + + + + + + 682.7999877929688 + 7820.490234375 + + 147 + + 86 + + + 10.583999633789062 + 215 + + + + + + 682.4000244140625 + 7831.16015625 + + 147 + + 89 + + + 10.661999702453613 + 217 + + + + + + 682.0 + 7841.64013671875 + + 147 + + 86 + + + 10.482000350952148 + 245 + + + + + + 681.7999877929688 + 7852.14990234375 + + 146 + + 86 + + + 10.506999969482422 + 207 + + + + + + 682.0 + 7862.60009765625 + + 147 + + 85 + + + 10.456999778747559 + 199 + + + + + + 682.0 + 7873.06005859375 + + 147 + + 83 + + + 10.456999778747559 + 181 + + + + + + 682.0 + 7883.39013671875 + + 146 + + 83 + + + 10.331999778747559 + 200 + + + + + + 682.2000122070312 + 7893.7001953125 + + 146 + + 82 + + + 10.307999610900879 + 216 + + + + + + 682.2000122070312 + 7904.02978515625 + + 146 + + 83 + + + 10.331999778747559 + 193 + + + + + + 682.2000122070312 + 7914.2900390625 + + 146 + + 83 + + + 10.258999824523926 + 192 + + + + + + 682.2000122070312 + 7924.52978515625 + + 145 + + 81 + + + 10.234999656677246 + 212 + + + + + + 682.2000122070312 + 7934.669921875 + + 145 + + 80 + + + 10.140000343322754 + 213 + + + + + + 682.2000122070312 + 7944.77978515625 + + 146 + + 82 + + + 10.116000175476074 + 175 + + + + + + + 10.210000038146973 + 83 + 82 + 215 + 314 + + + + + 39.0 + 414.04 + 10.821000099182129 + 8 + + 147 + + + 148 + + Active + 92 + Manual + + + + 682.2000122070312 + 7944.77978515625 + + 146 + + 82 + + + 10.116000175476074 + 175 + + + + + + 682.7999877929688 + 7954.89990234375 + + 146 + + 81 + + + 10.116000175476074 + 216 + + + + + + 683.2000122070312 + 7965.009765625 + + 146 + + 80 + + + 10.116000175476074 + 216 + + + + + + 683.5999755859375 + 7974.990234375 + + 146 + + 80 + + + 9.97700023651123 + 250 + + + + + + 683.4000244140625 + 7985.0400390625 + + 146 + + 79 + + + 10.045999526977539 + 228 + + + + + + 683.2000122070312 + 7995.1298828125 + + 146 + + 78 + + + 10.093000411987305 + 259 + + + + + + 682.5999755859375 + 8005.22021484375 + + 147 + + 80 + + + 10.093000411987305 + 253 + + + + + + 682.0 + 8015.2900390625 + + 147 + + 82 + + + 10.069000244140625 + 201 + + + + + + 681.5999755859375 + 8025.27001953125 + + 147 + + 80 + + + 9.97700023651123 + 207 + + + + + + 681.7999877929688 + 8035.31005859375 + + 147 + + 84 + + + 10.045999526977539 + 215 + + + + + + 681.7999877929688 + 8045.35986328125 + + 147 + + 87 + + + 10.045999526977539 + 184 + + + + + + 681.7999877929688 + 8055.5 + + 148 + + 80 + + + 10.140000343322754 + 202 + + + + + + 682.2000122070312 + 8065.7099609375 + + 148 + + 86 + + + 10.211000442504883 + 239 + + + + + + 682.4000244140625 + 8075.89990234375 + + 147 + + 92 + + + 10.187000274658203 + 201 + + + + + + 682.4000244140625 + 8086.06005859375 + + 147 + + 84 + + + 10.163000106811523 + 194 + + + + + + 682.4000244140625 + 8096.419921875 + + 147 + + 81 + + + 10.357000350952148 + 193 + + + + + + 682.2000122070312 + 8106.919921875 + + 148 + + 80 + + + 10.432000160217285 + 247 + + + + + + 682.2000122070312 + 8117.31005859375 + + 147 + + 84 + + + 10.456999778747559 + 258 + + + + + + 682.0 + 8127.7900390625 + + 147 + + 84 + + + 10.456999778747559 + 258 + + + + + + 682.2000122070312 + 8138.259765625 + + 148 + + 84 + + + 10.456999778747559 + 258 + + + + + + 682.0 + 8148.77978515625 + + 147 + + 84 + + + 10.545000076293945 + 199 + + + + + + 682.4000244140625 + 8159.43017578125 + + 147 + + 84 + + + 10.661999702453613 + 217 + + + + + + 682.5999755859375 + 8170.08984375 + + 147 + + 85 + + + 10.661999702453613 + 217 + + + + + + 682.7999877929688 + 8180.830078125 + + 147 + + 86 + + + 10.741000175476074 + 214 + + + + + + 682.7999877929688 + 8191.64990234375 + + 147 + + 86 + + + 10.821000099182129 + 187 + + + + + + 682.7999877929688 + 8202.4501953125 + + 147 + + 83 + + + 10.793999671936035 + 198 + + + + + + 682.4000244140625 + 8213.1904296875 + + 147 + + 81 + + + 10.741000175476074 + 190 + + + + + + 682.2000122070312 + 8223.8203125 + + 147 + + 86 + + + 10.63599967956543 + 212 + + + + + + 682.0 + 8234.4599609375 + + 147 + + 86 + + + 10.63599967956543 + 199 + + + + + + 682.0 + 8245.1201171875 + + 147 + + 84 + + + 10.661999702453613 + 174 + + + + + + 682.0 + 8255.5498046875 + + 147 + + 83 + + + 10.432000160217285 + 191 + + + + + + 682.2000122070312 + 8266.009765625 + + 147 + + 83 + + + 10.456999778747559 + 181 + + + + + + 682.2000122070312 + 8276.5400390625 + + 146 + + 84 + + + 10.532999992370605 + 190 + + + + + + 682.0 + 8287.01953125 + + 146 + + 86 + + + 10.482000350952148 + 196 + + + + + + 681.7999877929688 + 8297.4599609375 + + 146 + + 88 + + + 10.432000160217285 + 208 + + + + + + 681.5999755859375 + 8307.83984375 + + 146 + + 86 + + + 10.381999969482422 + 218 + + + + + + 681.4000244140625 + 8318.1201171875 + + 146 + + 83 + + + 10.284000396728516 + 216 + + + + + + 681.2000122070312 + 8328.3603515625 + + 146 + + 83 + + + 10.234999656677246 + 191 + + + + + + 681.2000122070312 + 8338.58984375 + + 145 + + 83 + + + 10.234999656677246 + 191 + + + + + + 681.2000122070312 + 8348.7099609375 + + 145 + + 82 + + + 10.116000175476074 + 207 + + + + + + 681.5999755859375 + 8358.8701171875 + + 145 + + 80 + + + 10.163000106811523 + 217 + + + + + + + 10.369999885559082 + 83 + 56 + 211 + 259 + + + + + 195.0 + 2046.95 + 10.956999778747557 + 42 + + 146 + + + 149 + + Active + 115 + Manual + + + + 681.5999755859375 + 8358.8701171875 + + 145 + + 80 + + + 10.163000106811523 + 217 + + + + + + 682.0 + 8368.9697265625 + + 145 + + 82 + + + 10.093000411987305 + 259 + + + + + + 682.5999755859375 + 8379.080078125 + + 145 + + 84 + + + 10.116000175476074 + 277 + + + + + + 683.2000122070312 + 8389.240234375 + + 145 + + 81 + + + 10.163000106811523 + 251 + + + + + + 683.2000122070312 + 8399.4599609375 + + 145 + + 82 + + + 10.211000442504883 + 221 + + + + + + 683.0 + 8409.669921875 + + 145 + + 85 + + + 10.211000442504883 + 273 + + + + + + 682.5999755859375 + 8419.8095703125 + + 145 + + 82 + + + 10.140000343322754 + 213 + + + + + + 682.2000122070312 + 8429.7802734375 + + 145 + + 81 + + + 9.97700023651123 + 233 + + + + + + 681.7999877929688 + 8439.7802734375 + + 145 + + 81 + + + 10.0 + 237 + + + + + + 682.0 + 8449.7802734375 + + 145 + + 79 + + + 10.0 + 237 + + + + + + 682.0 + 8459.8798828125 + + 145 + + 84 + + + 10.093000411987305 + 218 + + + + + + 682.0 + 8470.1396484375 + + 145 + + 81 + + + 10.258999824523926 + 230 + + + + + + 682.0 + 8480.2802734375 + + 145 + + 104 + + + 10.140000343322754 + 227 + + + + + + 682.2000122070312 + 8490.4697265625 + + 146 + + 98 + + + 10.187000274658203 + 251 + + + + + + 682.0 + 8500.83984375 + + 146 + + 91 + + + 10.381999969482422 + 194 + + + + + + 681.7999877929688 + 8511.2001953125 + + 146 + + 91 + + + 10.357000350952148 + 217 + + + + + + 681.5999755859375 + 8521.6796875 + + 146 + + 85 + + + 10.482000350952148 + 248 + + + + + + 681.5999755859375 + 8532.169921875 + + 147 + + 82 + + + 10.482000350952148 + 220 + + + + + + 681.5999755859375 + 8542.7197265625 + + 147 + + 87 + + + 10.557999610900879 + 219 + + + + + + 681.7999877929688 + 8553.3095703125 + + 147 + + 90 + + + 10.583999633789062 + 183 + + + + + + 682.2000122070312 + 8564.0 + + 148 + + 85 + + + 10.63599967956543 + 212 + + + + + + 682.4000244140625 + 8577.33984375 + + 148 + + 83 + + + 10.71399974822998 + 222 + + + + + + 682.7999877929688 + 8588.16015625 + + 148 + + 84 + + + 10.767000198364258 + 226 + + + + + + 682.7999877929688 + 8599.0 + + 148 + + 84 + + + 10.902000427246094 + 204 + + + + + + 683.0 + 8609.8798828125 + + 148 + + 85 + + + 10.875 + 203 + + + + + + 683.0 + 8620.73046875 + + 148 + + 85 + + + 10.847999572753906 + 254 + + + + + + 682.7999877929688 + 8631.5498046875 + + 149 + + 82 + + + 10.821000099182129 + 216 + + + + + + 682.5999755859375 + 8642.3095703125 + + 149 + + 80 + + + 10.767000198364258 + 212 + + + + + + 682.4000244140625 + 8653.16015625 + + 149 + + 86 + + + 10.847999572753906 + 210 + + + + + + 682.2000122070312 + 8664.1201171875 + + 149 + + 91 + + + 10.956999778747559 + 223 + + + + + + 681.7999877929688 + 8674.9404296875 + + 149 + + 89 + + + 10.821000099182129 + 260 + + + + + + 682.0 + 8685.83984375 + + 149 + + 89 + + + 10.902000427246094 + 197 + + + + + + 682.0 + 8696.7197265625 + + 149 + + 88 + + + 10.875 + 210 + + + + + + 681.7999877929688 + 8707.5400390625 + + 148 + + 86 + + + 10.821000099182129 + 202 + + + + + + 681.7999877929688 + 8718.66015625 + + 148 + + 85 + + + 10.71399974822998 + 189 + + + + + + 681.5999755859375 + 8728.8701171875 + + 148 + + 85 + + + 10.609999656677246 + 216 + + + + + + 681.2000122070312 + 8739.3701171875 + + 149 + + 84 + + + 10.506999969482422 + 210 + + + + + + 681.4000244140625 + 8749.8603515625 + + 149 + + 84 + + + 10.482000350952148 + 227 + + + + + + 681.4000244140625 + 8760.240234375 + + 149 + + 81 + + + 10.381999969482422 + 183 + + + + + + 681.4000244140625 + 8770.58984375 + + 149 + + 82 + + + 10.357000350952148 + 183 + + + + + + 681.7999877929688 + 8780.9296875 + + 148 + + 83 + + + 10.331999778747559 + 210 + + + + + + 682.4000244140625 + 8791.16015625 + + 148 + + 82 + + + 10.234999656677246 + 242 + + + + + + 683.0 + 8801.4501953125 + + 148 + + 82 + + + 10.284000396728516 + 250 + + + + + + 683.2000122070312 + 8811.73046875 + + 148 + + 84 + + + 10.284000396728516 + 226 + + + + + + 683.0 + 8821.990234375 + + 149 + + 83 + + + 10.258999824523926 + 249 + + + + + + 682.7999877929688 + 8832.150390625 + + 149 + + 81 + + + 10.163000106811523 + 241 + + + + + + 682.4000244140625 + 8842.2900390625 + + 148 + + 80 + + + 10.140000343322754 + 257 + + + + + + 682.0 + 8852.3798828125 + + 148 + + 85 + + + 10.093000411987305 + 212 + + + + + + 682.0 + 8862.6396484375 + + 148 + + 88 + + + 10.258999824523926 + 215 + + + + + + 682.2000122070312 + 8872.9296875 + + 148 + + 84 + + + 10.284000396728516 + 222 + + + + + + 682.4000244140625 + 8883.2099609375 + + 148 + + 85 + + + 10.284000396728516 + 258 + + + + + + 682.4000244140625 + 8893.58984375 + + 149 + + 90 + + + 10.381999969482422 + 194 + + + + + + 682.4000244140625 + 8903.73046875 + + 148 + + 87 + + + 10.140000343322754 + 186 + + + + + + 682.4000244140625 + 8914.08984375 + + 148 + + 81 + + + 10.357000350952148 + 204 + + + + + + 682.4000244140625 + 8924.51953125 + + 148 + + 80 + + + 10.432000160217285 + 199 + + + + + + 682.2000122070312 + 8935.0 + + 148 + + 81 + + + 10.482000350952148 + 203 + + + + + + 682.2000122070312 + 8945.4404296875 + + 148 + + 82 + + + 10.432000160217285 + 188 + + + + + + 682.0 + 8955.8701171875 + + 148 + + 82 + + + 10.432000160217285 + 233 + + + + + + 682.0 + 8966.25 + + 148 + + 82 + + + 10.381999969482422 + 211 + + + + + + 681.7999877929688 + 8976.66015625 + + 148 + + 83 + + + 10.406999588012695 + 170 + + + + + + 682.0 + 8987.08984375 + + 148 + + 84 + + + 10.432000160217285 + 160 + + + + + + 682.2000122070312 + 8997.5498046875 + + 147 + + 84 + + + 10.456999778747559 + 195 + + + + + + 682.5999755859375 + 9008.080078125 + + 148 + + 84 + + + 10.532999992370605 + 182 + + + + + + 682.5999755859375 + 9018.6103515625 + + 147 + + 88 + + + 10.532999992370605 + 249 + + + + + + 682.7999877929688 + 9029.2001953125 + + 147 + + 96 + + + 10.583999633789062 + 215 + + + + + + 682.5999755859375 + 9039.75 + + 147 + + 84 + + + 10.557999610900879 + 261 + + + + + + 682.4000244140625 + 9050.2900390625 + + 146 + + 87 + + + 10.532999992370605 + 201 + + + + + + 682.2000122070312 + 9060.919921875 + + 146 + + 86 + + + 10.63599967956543 + 199 + + + + + + 682.2000122070312 + 9071.6103515625 + + 146 + + 84 + + + 10.687999725341797 + 200 + + + + + + 682.2000122070312 + 9082.26953125 + + 146 + + 85 + + + 10.661999702453613 + 184 + + + + + + 682.2000122070312 + 9092.8798828125 + + 146 + + 85 + + + 10.609999656677246 + 163 + + + + + + 682.2000122070312 + 9103.490234375 + + 146 + + 86 + + + 10.609999656677246 + 163 + + + + + + 682.2000122070312 + 9114.0400390625 + + 146 + + 84 + + + 10.545000076293945 + 163 + + + + + + 682.2000122070312 + 9124.580078125 + + 146 + + 81 + + + 10.545000076293945 + 163 + + + + + + 682.2000122070312 + 9134.9501953125 + + 146 + + 83 + + + 10.369000434875488 + 198 + + + + + + 682.2000122070312 + 9145.16015625 + + 146 + + 90 + + + 10.211000442504883 + 194 + + + + + + 682.2000122070312 + 9155.3701171875 + + 146 + + 84 + + + 10.211000442504883 + 194 + + + + + + 682.2000122070312 + 9165.509765625 + + 146 + + 78 + + + 10.140000343322754 + 240 + + + + + + 682.2000122070312 + 9175.6796875 + + 146 + + 81 + + + 10.163000106811523 + 213 + + + + + + 682.4000244140625 + 9185.8603515625 + + 146 + + 81 + + + 10.187000274658203 + 214 + + + + + + 682.4000244140625 + 9196.099609375 + + 146 + + 81 + + + 10.234999656677246 + 229 + + + + + + 682.7999877929688 + 9206.330078125 + + 146 + + 81 + + + 10.234999656677246 + 229 + + + + + + 683.0 + 9216.5498046875 + + 146 + + 82 + + + 10.211000442504883 + 218 + + + + + + 683.0 + 9226.830078125 + + 146 + + 81 + + + 10.284000396728516 + 216 + + + + + + 683.0 + 9237.08984375 + + 146 + + 80 + + + 10.258999824523926 + 285 + + + + + + 683.0 + 9247.2802734375 + + 146 + + 79 + + + 10.187000274658203 + 251 + + + + + + 682.5999755859375 + 9257.5595703125 + + 146 + + 82 + + + 10.284000396728516 + 222 + + + + + + 682.4000244140625 + 9267.76953125 + + 145 + + 84 + + + 10.211000442504883 + 204 + + + + + + 682.2000122070312 + 9277.83984375 + + 145 + + 83 + + + 10.069000244140625 + 225 + + + + + + 682.2000122070312 + 9287.9296875 + + 145 + + 85 + + + 10.093000411987305 + 245 + + + + + + 682.2000122070312 + 9298.0302734375 + + 145 + + 79 + + + 10.093000411987305 + 245 + + + + + + 682.2000122070312 + 9308.2802734375 + + 145 + + 79 + + + 10.258999824523926 + 226 + + + + + + 682.2000122070312 + 9318.58984375 + + 146 + + 81 + + + 10.307999610900879 + 223 + + + + + + 682.2000122070312 + 9328.9697265625 + + 146 + + 81 + + + 10.381999969482422 + 179 + + + + + + 682.0 + 9339.2900390625 + + 145 + + 82 + + + 10.307999610900879 + 165 + + + + + + 682.0 + 9349.6103515625 + + 145 + + 87 + + + 10.331999778747559 + 176 + + + + + + 682.2000122070312 + 9359.900390625 + + 145 + + 87 + + + 10.284000396728516 + 226 + + + + + + 682.4000244140625 + 9370.1796875 + + 145 + + 85 + + + 10.284000396728516 + 226 + + + + + + 682.5999755859375 + 9380.5595703125 + + 145 + + 82 + + + 10.381999969482422 + 204 + + + + + + 682.7999877929688 + 9391.0 + + 145 + + 85 + + + 10.432000160217285 + 188 + + + + + + 683.0 + 9401.5 + + 145 + + 89 + + + 10.506999969482422 + 281 + + + + + + 683.0 + 9411.8603515625 + + 145 + + 84 + + + 10.357000350952148 + 228 + + + + + + 683.0 + 9422.2197265625 + + 144 + + 83 + + + 10.357000350952148 + 228 + + + + + + 682.7999877929688 + 9432.669921875 + + 144 + + 82 + + + 10.456999778747559 + 181 + + + + + + 682.5999755859375 + 9443.009765625 + + 145 + + 85 + + + 10.331999778747559 + 217 + + + + + + 682.5999755859375 + 9453.33984375 + + 145 + + 85 + + + 10.331999778747559 + 217 + + + + + + 682.5999755859375 + 9463.6201171875 + + 144 + + 84 + + + 10.284000396728516 + 182 + + + + + + 682.5999755859375 + 9473.91015625 + + 145 + + 78 + + + 10.284000396728516 + 182 + + + + + + 682.5999755859375 + 9484.2802734375 + + 145 + + 79 + + + 10.369000434875488 + 199 + + + + + + 682.7999877929688 + 9494.6298828125 + + 145 + + 84 + + + 10.357000350952148 + 200 + + + + + + 682.7999877929688 + 9505.009765625 + + 145 + + 86 + + + 10.381999969482422 + 194 + + + + + + 682.7999877929688 + 9515.400390625 + + 145 + + 86 + + + 10.381999969482422 + 194 + + + + + + 683.0 + 9525.7998046875 + + 146 + + 85 + + + 10.406999588012695 + 163 + + + + + + 683.0 + 9536.1103515625 + + 146 + + 86 + + + 10.307999610900879 + 182 + + + + + + 683.0 + 9546.400390625 + + 146 + + 102 + + + 10.284000396728516 + 220 + + + + + + 683.0 + 9556.6796875 + + 146 + + 115 + + + 10.284000396728516 + 220 + + + + + + 683.0 + 9566.8896484375 + + 146 + + 91 + + + 10.211000442504883 + 208 + + + + + + 682.7999877929688 + 9577.099609375 + + 145 + + 83 + + + 10.211000442504883 + 208 + + + + + + 682.7999877929688 + 9587.3203125 + + 146 + + 86 + + + 10.222999572753906 + 199 + + + + + + 682.7999877929688 + 9597.509765625 + + 145 + + 91 + + + 10.187000274658203 + 214 + + + + + + 682.7999877929688 + 9607.650390625 + + 145 + + 90 + + + 10.140000343322754 + 189 + + + + + + 683.0 + 9617.83984375 + + 145 + + 85 + + + 10.187000274658203 + 234 + + + + + + 683.2000122070312 + 9628.009765625 + + 146 + + 80 + + + 10.163000106811523 + 272 + + + + + + 683.0 + 9638.2001953125 + + 146 + + 80 + + + 10.187000274658203 + 190 + + + + + + 683.0 + 9648.2802734375 + + 146 + + 85 + + + 10.093000411987305 + 239 + + + + + + 683.0 + 9658.2802734375 + + 145 + + 86 + + + 10.0 + 247 + + + + + + 682.7999877929688 + 9668.169921875 + + 145 + + 82 + + + 9.88599967956543 + 207 + + + + + + 682.7999877929688 + 9678.080078125 + + 145 + + 85 + + + 9.909000396728516 + 202 + + + + + + 683.0 + 9688.169921875 + + 146 + + 83 + + + 10.093000411987305 + 232 + + + + + + 683.2000122070312 + 9698.2900390625 + + 145 + + 81 + + + 10.116000175476074 + 206 + + + + + + 683.2000122070312 + 9708.400390625 + + 145 + + 85 + + + 10.116000175476074 + 202 + + + + + + 683.2000122070312 + 9718.6103515625 + + 145 + + 81 + + + 10.211000442504883 + 245 + + + + + + 683.2000122070312 + 9728.7802734375 + + 145 + + 79 + + + 10.163000106811523 + 194 + + + + + + 683.2000122070312 + 9738.990234375 + + 145 + + 83 + + + 10.211000442504883 + 239 + + + + + + 683.0 + 9749.4404296875 + + 145 + + 80 + + + 10.456999778747559 + 335 + + + + + + 682.7999877929688 + 9759.7802734375 + + 145 + + 96 + + + 10.331999778747559 + 203 + + + + + + 682.7999877929688 + 9770.16015625 + + 145 + + 86 + + + 10.381999969482422 + 225 + + + + + + 682.5999755859375 + 9780.6201171875 + + 145 + + 82 + + + 10.456999778747559 + 258 + + + + + + 682.5999755859375 + 9791.150390625 + + 145 + + 84 + + + 10.532999992370605 + 232 + + + + + + 682.7999877929688 + 9801.7099609375 + + 145 + + 91 + + + 10.557999610900879 + 222 + + + + + + 683.0 + 9812.3203125 + + 145 + + 88 + + + 10.609999656677246 + 212 + + + + + + 683.0 + 9823.0 + + 146 + + 86 + + + 10.687999725341797 + 268 + + + + + + 682.7999877929688 + 9833.76953125 + + 145 + + 85 + + + 10.767000198364258 + 237 + + + + + + 682.7999877929688 + 9844.5595703125 + + 145 + + 87 + + + 10.793999671936035 + 216 + + + + + + 682.7999877929688 + 9855.2802734375 + + 145 + + 93 + + + 10.71399974822998 + 232 + + + + + + 682.7999877929688 + 9865.8203125 + + 145 + + 85 + + + 10.532999992370605 + 221 + + + + + + 682.7999877929688 + 9876.169921875 + + 146 + + 84 + + + 10.357000350952148 + 228 + + + + + + 683.0 + 9886.6298828125 + + 146 + + 82 + + + 10.456999778747559 + 217 + + + + + + 683.0 + 9897.33984375 + + 145 + + 86 + + + 10.71399974822998 + 243 + + + + + + 683.0 + 9908.0 + + 145 + + 83 + + + 10.661999702453613 + 239 + + + + + + 683.0 + 9918.76953125 + + 145 + + 84 + + + 10.767000198364258 + 212 + + + + + + 683.0 + 9929.5400390625 + + 146 + + 88 + + + 10.767000198364258 + 194 + + + + + + 683.2000122070312 + 9940.2197265625 + + 146 + + 85 + + + 10.687999725341797 + 185 + + + + + + 683.4000244140625 + 9950.8603515625 + + 146 + + 93 + + + 10.63599967956543 + 184 + + + + + + 683.4000244140625 + 9961.51953125 + + 146 + + 87 + + + 10.661999702453613 + 195 + + + + + + 683.5999755859375 + 9971.9296875 + + 146 + + 83 + + + 10.406999588012695 + 188 + + + + + + 683.7999877929688 + 9982.33984375 + + 146 + + 83 + + + 10.406999588012695 + 194 + + + + + + 683.5999755859375 + 9992.7197265625 + + 146 + + 84 + + + 10.381999969482422 + 204 + + + + + + 683.4000244140625 + 10003.099609375 + + 145 + + 83 + + + 10.381999969482422 + 225 + + + + + + 683.4000244140625 + 10013.48046875 + + 145 + + 83 + + + 10.381999969482422 + 225 + + + + + + 683.4000244140625 + 10023.830078125 + + 146 + + 83 + + + 10.345000267028809 + 233 + + + + + + 683.4000244140625 + 10034.0400390625 + + 145 + + 85 + + + 10.211000442504883 + 248 + + + + + + 683.4000244140625 + 10044.3603515625 + + 146 + + 82 + + + 10.307999610900879 + 244 + + + + + + 683.2000122070312 + 10054.7001953125 + + 146 + + 84 + + + 10.357000350952148 + 238 + + + + + + 683.2000122070312 + 10065.16015625 + + 146 + + 84 + + + 10.456999778747559 + 223 + + + + + + 682.7999877929688 + 10078.2001953125 + + 146 + + 82 + + + 10.432000160217285 + 310 + + + + + + 682.7999877929688 + 10088.6298828125 + + 146 + + 82 + + + 10.432000160217285 + 310 + + + + + + 682.7999877929688 + 10099.009765625 + + 147 + + 82 + + + 10.381999969482422 + 235 + + + + + + 682.7999877929688 + 10109.26953125 + + 147 + + 88 + + + 10.258999824523926 + 240 + + + + + + 683.0 + 10119.4404296875 + + 147 + + 79 + + + 10.163000106811523 + 230 + + + + + + 683.2000122070312 + 10129.5498046875 + + 148 + + 80 + + + 10.116000175476074 + 209 + + + + + + 683.2000122070312 + 10139.7197265625 + + 148 + + 80 + + + 10.163000106811523 + 251 + + + + + + 683.2000122070312 + 10150.0703125 + + 148 + + 85 + + + 10.357000350952148 + 217 + + + + + + 683.2000122070312 + 10160.66015625 + + 148 + + 85 + + + 10.583999633789062 + 202 + + + + + + 683.0 + 10171.0400390625 + + 148 + + 82 + + + 10.381999969482422 + 222 + + + + + + 683.2000122070312 + 10181.5 + + 148 + + 91 + + + 10.456999778747559 + 213 + + + + + + 683.0 + 10192.0498046875 + + 148 + + 91 + + + 10.557999610900879 + 228 + + + + + + 683.0 + 10202.509765625 + + 148 + + 85 + + + 10.456999778747559 + 181 + + + + + + 683.0 + 10213.169921875 + + 148 + + 84 + + + 10.661999702453613 + 217 + + + + + + 683.2000122070312 + 10223.7802734375 + + 148 + + 84 + + + 10.609999656677246 + 286 + + + + + + 682.7999877929688 + 10234.51953125 + + 148 + + 85 + + + 10.741000175476074 + 247 + + + + + + 682.7999877929688 + 10245.400390625 + + 148 + + 85 + + + 10.875 + 243 + + + + + + 682.5999755859375 + 10256.2998046875 + + 148 + + 87 + + + 10.902000427246094 + 218 + + + + + + 682.5999755859375 + 10267.2001953125 + + 148 + + 87 + + + 10.902000427246094 + 218 + + + + + + 682.7999877929688 + 10278.16015625 + + 148 + + 86 + + + 10.942999839782715 + 208 + + + + + + 682.5999755859375 + 10288.9296875 + + 148 + + 85 + + + 10.767000198364258 + 201 + + + + + + 682.7999877929688 + 10299.6298828125 + + 148 + + 88 + + + 10.71399974822998 + 207 + + + + + + 682.5999755859375 + 10310.240234375 + + 148 + + 85 + + + 10.609999656677246 + 198 + + + + + + 682.7999877929688 + 10320.919921875 + + 148 + + 86 + + + 10.687999725341797 + 210 + + + + + + 682.7999877929688 + 10331.48046875 + + 148 + + 98 + + + 10.557999610900879 + 215 + + + + + + 683.2000122070312 + 10342.009765625 + + 148 + + 88 + + + 10.532999992370605 + 228 + + + + + + 683.4000244140625 + 10352.4697265625 + + 148 + + 85 + + + 10.456999778747559 + 206 + + + + + + 683.4000244140625 + 10363.26953125 + + 147 + + 85 + + + 10.793999671936035 + 241 + + + + + + 683.4000244140625 + 10374.169921875 + + 147 + + 88 + + + 10.875 + 196 + + + + + + 683.2000122070312 + 10384.9404296875 + + 147 + + 94 + + + 10.767000198364258 + 179 + + + + + + 683.0 + 10395.66015625 + + 147 + + 90 + + + 10.687999725341797 + 167 + + + + + + 683.0 + 10406.2099609375 + + 147 + + 86 + + + 10.609999656677246 + 170 + + + + + + + 10.416999816894531 + 85 + 277 + 218 + 335 + + + + + 32.0 + 224.52 + 10.609999656677246 + 0 + + 135 + + + 147 + + Active + 139 + Manual + + + + 683.0 + 10406.2099609375 + + 147 + + 86 + + + 10.609999656677246 + 170 + + + + + + 683.0 + 10416.6904296875 + + 147 + + 136 + + + 10.482000350952148 + 42 + + + + + + 683.0 + 10426.919921875 + + 147 + + 139 + + + 10.234999656677246 + 0 + + + + + + 683.4000244140625 + 10436.990234375 + + 147 + + 0 + + + 10.069000244140625 + 0 + + + + + + 683.4000244140625 + 10446.75 + + 146 + + 0 + + + 9.753000259399414 + 0 + + + + + + 683.4000244140625 + 10456.16015625 + + 146 + + 0 + + + 9.414999961853027 + 0 + + + + + + 683.5999755859375 + 10465.4404296875 + + 145 + + 0 + + + 9.274999618530273 + 0 + + + + + + 683.7999877929688 + 10474.3095703125 + + 145 + + 0 + + + 8.876999855041504 + 0 + + + + + + 682.7999877929688 + 10483.23046875 + + 144 + + 0 + + + 8.913999557495117 + 0 + + + + + + 682.0 + 10492.0302734375 + + 144 + + 0 + + + 8.805999755859375 + 0 + + + + + + 681.4000244140625 + 10500.4599609375 + + 143 + + 0 + + + 8.430000305175781 + 79 + + + + + + 680.7999877929688 + 10508.9599609375 + + 143 + + 87 + + + 8.496000289916992 + 51 + + + + + + 679.7999877929688 + 10517.1796875 + + 142 + + 129 + + + 8.222999572753906 + 0 + + + + + + 679.7999877929688 + 10525.1904296875 + + 142 + + 0 + + + 8.01099967956543 + 5 + + + + + + 680.2000122070312 + 10533.08984375 + + 141 + + 0 + + + 7.894999980926514 + 0 + + + + + + 680.7999877929688 + 10540.599609375 + + 141 + + 0 + + + 7.5 + 0 + + + + + + 681.2000122070312 + 10547.91015625 + + 141 + + 0 + + + 7.322999954223633 + 0 + + + + + + 681.5999755859375 + 10555.08984375 + + 139 + + 0 + + + 7.177999973297119 + 0 + + + + + + 682.0 + 10562.169921875 + + 138 + + 0 + + + 7.085000038146973 + 0 + + + + + + 682.0 + 10568.73046875 + + 136 + + 0 + + + 6.551000118255615 + 0 + + + + + + 681.7999877929688 + 10574.740234375 + + 134 + + 0 + + + 6.017000198364258 + 0 + + + + + + 681.5999755859375 + 10580.490234375 + + 131 + + 0 + + + 5.745999813079834 + 0 + + + + + + 681.7999877929688 + 10585.91015625 + + 129 + + 0 + + + 5.423999786376953 + 0 + + + + + + 681.5999755859375 + 10591.33984375 + + 128 + + 0 + + + 5.423999786376953 + 0 + + + + + + 681.7999877929688 + 10596.4404296875 + + 126 + + 0 + + + 5.105999946594238 + 0 + + + + + + 682.0 + 10601.1298828125 + + 125 + + 0 + + + 4.686999797821045 + 0 + + + + + + 682.0 + 10605.4404296875 + + 124 + + 0 + + + 4.315000057220459 + 0 + + + + + + 682.2000122070312 + 10609.349609375 + + 123 + + 0 + + + 3.9049999713897705 + 0 + + + + + + 682.2000122070312 + 10612.6396484375 + + 122 + + 0 + + + 3.2899999618530273 + 0 + + + + + + 682.2000122070312 + 10615.16015625 + + 121 + + 0 + + + 2.5220000743865967 + 0 + + + + + + 682.2000122070312 + 10617.6796875 + + 120 + + 0 + + + 2.5220000743865967 + 0 + + + + + + 682.2000122070312 + 10618.9296875 + + 119 + + 0 + + + 1.25 + 0 + + + + + + 682.2000122070312 + 10620.1796875 + + 120 + + 0 + + + 1.25 + 0 + + + + + + 682.2000122070312 + 10620.1796875 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 6.828000068664551 + 17 + 10 + 10 + 170 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614726.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614726.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614726.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614726.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,11506 @@ + + + + + 2017-08-26T14:58:43.000Z + + 222.0 + 2083.53 + 10.234999656677246 + 45 + + 134 + + + 145 + + Active + 98 + Manual + + + + 685.7999877929688 + 8.09000015258789 + + 116 + + 59 + + + 8.085000038146973 + 181 + + + + + + 686.0 + 16.260000228881836 + + 117 + + 60 + + + 8.177000045776367 + 185 + + + + + + 685.7999877929688 + 24.489999771118164 + + 118 + + 59 + + + 8.222999572753906 + 167 + + + + + + 685.7999877929688 + 32.689998626708984 + + 118 + + 61 + + + 8.206999778747559 + 178 + + + + + + 686.0 + 40.9900016784668 + + 119 + + 63 + + + 8.300999641418457 + 205 + + + + + + 684.5999755859375 + 49.220001220703125 + + 119 + + 62 + + + 8.222999572753906 + 200 + + + + + + 683.7999877929688 + 57.52000045776367 + + 120 + + 62 + + + 8.300999641418457 + 180 + + + + + + 683.4000244140625 + 65.9000015258789 + + 120 + + 62 + + + 8.380999565124512 + 134 + + + + + + 683.4000244140625 + 74.19999694824219 + + 121 + + 61 + + + 8.300999641418457 + 147 + + + + + + 683.2000122070312 + 82.47000122070312 + + 122 + + 62 + + + 8.270000457763672 + 196 + + + + + + 682.7999877929688 + 90.68000030517578 + + 123 + + 62 + + + 8.206999778747559 + 153 + + + + + + 683.0 + 98.94999694824219 + + 124 + + 70 + + + 8.270000457763672 + 149 + + + + + + 683.2000122070312 + 107.1500015258789 + + 124 + + 73 + + + 8.206999778747559 + 164 + + + + + + 683.2000122070312 + 115.44999694824219 + + 125 + + 63 + + + 8.300999641418457 + 188 + + + + + + 683.4000244140625 + 123.80000305175781 + + 125 + + 77 + + + 8.348999977111816 + 147 + + + + + + 683.7999877929688 + 132.17999267578125 + + 126 + + 75 + + + 8.380999565124512 + 165 + + + + + + 683.7999877929688 + 140.3300018310547 + + 126 + + 64 + + + 8.145999908447266 + 169 + + + + + + 683.7999877929688 + 148.64999389648438 + + 127 + + 63 + + + 8.317000389099121 + 202 + + + + + + 684.0 + 157.0500030517578 + + 128 + + 63 + + + 8.39799976348877 + 165 + + + + + + 684.2000122070312 + 165.69000244140625 + + 128 + + 63 + + + 8.64799976348877 + 179 + + + + + + 684.2000122070312 + 174.42999267578125 + + 128 + + 78 + + + 8.734999656677246 + 187 + + + + + + 684.2000122070312 + 183.2899932861328 + + 129 + + 75 + + + 8.859000205993652 + 153 + + + + + + 684.5999755859375 + 192.05999755859375 + + 129 + + 68 + + + 8.734999656677246 + 157 + + + + + + 684.7999877929688 + 200.83999633789062 + + 129 + + 68 + + + 8.822999954223633 + 170 + + + + + + 685.4000244140625 + 209.6300048828125 + + 130 + + 67 + + + 8.788000106811523 + 199 + + + + + + 685.7999877929688 + 218.63999938964844 + + 130 + + 65 + + + 9.005999565124512 + 213 + + + + + + 686.0 + 227.6999969482422 + + 131 + + 65 + + + 9.062000274658203 + 169 + + + + + + 685.7999877929688 + 236.77999877929688 + + 131 + + 66 + + + 9.081000328063965 + 160 + + + + + + 685.5999755859375 + 245.9600067138672 + + 131 + + 67 + + + 9.177000045776367 + 159 + + + + + + 685.2000122070312 + 255.05999755859375 + + 131 + + 69 + + + 9.100000381469727 + 136 + + + + + + 685.0 + 264.2699890136719 + + 131 + + 76 + + + 9.215999603271484 + 126 + + + + + + 685.0 + 273.489990234375 + + 131 + + 73 + + + 9.215999603271484 + 163 + + + + + + 685.4000244140625 + 282.5899963378906 + + 131 + + 77 + + + 9.100000381469727 + 191 + + + + + + 685.4000244140625 + 291.6700134277344 + + 131 + + 76 + + + 9.081000328063965 + 215 + + + + + + 685.5999755859375 + 300.7699890136719 + + 131 + + 72 + + + 9.100000381469727 + 170 + + + + + + 685.4000244140625 + 309.8699951171875 + + 131 + + 80 + + + 9.100000381469727 + 157 + + + + + + 684.7999877929688 + 318.9200134277344 + + 131 + + 90 + + + 9.043999671936035 + 181 + + + + + + 684.4000244140625 + 328.0299987792969 + + 131 + + 81 + + + 9.119000434875488 + 174 + + + + + + 684.2000122070312 + 337.2300109863281 + + 131 + + 72 + + + 9.196999549865723 + 202 + + + + + + 683.7999877929688 + 346.2900085449219 + + 132 + + 70 + + + 9.062000274658203 + 184 + + + + + + 683.7999877929688 + 355.42999267578125 + + 132 + + 67 + + + 9.138999938964844 + 161 + + + + + + 684.0 + 364.5899963378906 + + 132 + + 70 + + + 9.157999992370605 + 174 + + + + + + 684.0 + 373.8500061035156 + + 131 + + 70 + + + 9.255000114440918 + 182 + + + + + + 684.2000122070312 + 382.9100036621094 + + 131 + + 67 + + + 9.062000274658203 + 190 + + + + + + 684.5999755859375 + 392.010009765625 + + 131 + + 73 + + + 9.100000381469727 + 164 + + + + + + 684.7999877929688 + 401.0 + + 131 + + 67 + + + 8.98799991607666 + 168 + + + + + + 684.5999755859375 + 409.9800109863281 + + 131 + + 65 + + + 8.98799991607666 + 168 + + + + + + 685.4000244140625 + 419.0199890136719 + + 131 + + 68 + + + 9.034000396728516 + 211 + + + + + + 685.7999877929688 + 428.05999755859375 + + 131 + + 67 + + + 9.043999671936035 + 199 + + + + + + 686.2000122070312 + 437.04998779296875 + + 131 + + 65 + + + 8.98799991607666 + 213 + + + + + + 686.2000122070312 + 445.9599914550781 + + 131 + + 65 + + + 8.913999557495117 + 187 + + + + + + 686.2000122070312 + 454.95001220703125 + + 131 + + 67 + + + 8.98799991607666 + 213 + + + + + + 685.2000122070312 + 463.8999938964844 + + 130 + + 68 + + + 8.951000213623047 + 188 + + + + + + 684.5999755859375 + 472.8900146484375 + + 131 + + 67 + + + 8.98799991607666 + 233 + + + + + + 684.2000122070312 + 481.9200134277344 + + 131 + + 67 + + + 9.024999618530273 + 298 + + + + + + 685.0 + 491.0199890136719 + + 131 + + 68 + + + 9.100000381469727 + 228 + + + + + + 685.5999755859375 + 499.92999267578125 + + 131 + + 67 + + + 8.913999557495117 + 166 + + + + + + 685.5999755859375 + 508.7900085449219 + + 131 + + 65 + + + 8.859000205993652 + 136 + + + + + + 685.5999755859375 + 517.760009765625 + + 131 + + 63 + + + 8.968999862670898 + 177 + + + + + + 685.4000244140625 + 526.6500244140625 + + 131 + + 68 + + + 8.895999908447266 + 211 + + + + + + 684.7999877929688 + 535.5499877929688 + + 131 + + 71 + + + 8.895999908447266 + 169 + + + + + + 684.2000122070312 + 544.5700073242188 + + 131 + + 66 + + + 9.024999618530273 + 178 + + + + + + 684.4000244140625 + 553.5999755859375 + + 131 + + 64 + + + 9.024999618530273 + 214 + + + + + + 685.0 + 562.5700073242188 + + 132 + + 88 + + + 8.968999862670898 + 201 + + + + + + 685.2000122070312 + 571.6900024414062 + + 132 + + 81 + + + 9.119000434875488 + 213 + + + + + + 685.2000122070312 + 580.97998046875 + + 132 + + 75 + + + 9.295000076293945 + 201 + + + + + + 685.2000122070312 + 590.260009765625 + + 132 + + 77 + + + 9.274999618530273 + 192 + + + + + + 685.0 + 599.6300048828125 + + 132 + + 76 + + + 9.375 + 228 + + + + + + 684.5999755859375 + 609.0900268554688 + + 132 + + 71 + + + 9.456000328063965 + 212 + + + + + + 684.2000122070312 + 618.510009765625 + + 132 + + 69 + + + 9.414999961853027 + 211 + + + + + + 684.5999755859375 + 628.0499877929688 + + 132 + + 69 + + + 9.538999557495117 + 204 + + + + + + 685.2000122070312 + 637.5999755859375 + + 132 + + 73 + + + 9.5600004196167 + 188 + + + + + + 685.7999877929688 + 647.2100219726562 + + 133 + + 71 + + + 9.602999687194824 + 179 + + + + + + 686.0 + 657.0 + + 133 + + 70 + + + 9.730999946594238 + 192 + + + + + + 686.0 + 666.5999755859375 + + 133 + + 80 + + + 9.62399959564209 + 166 + + + + + + 685.4000244140625 + 676.3099975585938 + + 134 + + 84 + + + 9.710000038146973 + 155 + + + + + + 684.5999755859375 + 685.9299926757812 + + 133 + + 84 + + + 9.645000457763672 + 135 + + + + + + 684.2000122070312 + 695.6099853515625 + + 134 + + 83 + + + 9.687999725341797 + 167 + + + + + + 684.0 + 705.0499877929688 + + 134 + + 76 + + + 9.414999961853027 + 135 + + + + + + 684.0 + 714.5399780273438 + + 134 + + 70 + + + 9.517999649047852 + 156 + + + + + + 683.7999877929688 + 724.1199951171875 + + 134 + + 81 + + + 9.581000328063965 + 198 + + + + + + 683.5999755859375 + 733.4299926757812 + + 134 + + 91 + + + 9.3149995803833 + 161 + + + + + + 683.4000244140625 + 742.77001953125 + + 134 + + 84 + + + 9.335000038146973 + 180 + + + + + + 683.2000122070312 + 752.0800170898438 + + 134 + + 74 + + + 9.3149995803833 + 170 + + + + + + 682.7999877929688 + 761.3400268554688 + + 134 + + 71 + + + 9.255000114440918 + 139 + + + + + + 683.0 + 770.4400024414062 + + 134 + + 75 + + + 9.100000381469727 + 194 + + + + + + 683.0 + 779.5399780273438 + + 134 + + 71 + + + 9.100000381469727 + 225 + + + + + + 683.0 + 788.5399780273438 + + 134 + + 68 + + + 9.005999565124512 + 195 + + + + + + 683.2000122070312 + 797.6799926757812 + + 134 + + 68 + + + 9.138999938964844 + 180 + + + + + + 683.4000244140625 + 806.6699829101562 + + 134 + + 68 + + + 8.98799991607666 + 222 + + + + + + 683.7999877929688 + 815.8099975585938 + + 134 + + 67 + + + 9.138999938964844 + 262 + + + + + + 684.5999755859375 + 824.989990234375 + + 133 + + 66 + + + 9.177000045776367 + 238 + + + + + + 685.5999755859375 + 834.1500244140625 + + 133 + + 67 + + + 9.157999992370605 + 269 + + + + + + 686.2000122070312 + 843.260009765625 + + 133 + + 67 + + + 9.119000434875488 + 228 + + + + + + 686.0 + 852.3499755859375 + + 132 + + 67 + + + 9.081000328063965 + 269 + + + + + + 685.2000122070312 + 861.5599975585938 + + 132 + + 67 + + + 9.215999603271484 + 252 + + + + + + 684.2000122070312 + 870.8200073242188 + + 133 + + 72 + + + 9.255000114440918 + 204 + + + + + + 683.4000244140625 + 879.9400024414062 + + 133 + + 76 + + + 9.119000434875488 + 201 + + + + + + 683.5999755859375 + 889.0700073242188 + + 133 + + 72 + + + 9.138999938964844 + 201 + + + + + + 684.7999877929688 + 898.2100219726562 + + 133 + + 72 + + + 9.138999938964844 + 180 + + + + + + 686.0 + 907.0399780273438 + + 132 + + 76 + + + 8.822999954223633 + 215 + + + + + + 686.5999755859375 + 915.9299926757812 + + 132 + + 69 + + + 8.895999908447266 + 166 + + + + + + 686.5999755859375 + 924.9600219726562 + + 132 + + 64 + + + 9.024999618530273 + 163 + + + + + + 686.0 + 934.1199951171875 + + 132 + + 68 + + + 9.157999992370605 + 214 + + + + + + 685.0 + 943.22998046875 + + 132 + + 70 + + + 9.119000434875488 + 204 + + + + + + 684.0 + 952.4000244140625 + + 132 + + 70 + + + 9.157999992370605 + 162 + + + + + + 683.4000244140625 + 961.6099853515625 + + 131 + + 79 + + + 9.215999603271484 + 193 + + + + + + 683.4000244140625 + 970.77001953125 + + 132 + + 92 + + + 9.157999992370605 + 232 + + + + + + 683.4000244140625 + 980.0800170898438 + + 132 + + 91 + + + 9.3149995803833 + 189 + + + + + + 683.2000122070312 + 989.47998046875 + + 132 + + 74 + + + 9.395000457763672 + 220 + + + + + + 683.2000122070312 + 998.9299926757812 + + 132 + + 67 + + + 9.456000328063965 + 208 + + + + + + 683.4000244140625 + 1008.3499755859375 + + 132 + + 68 + + + 9.414999961853027 + 191 + + + + + + 683.4000244140625 + 1017.8200073242188 + + 132 + + 71 + + + 9.47700023651123 + 193 + + + + + + 683.5999755859375 + 1027.300048828125 + + 132 + + 73 + + + 9.47700023651123 + 209 + + + + + + 683.7999877929688 + 1036.8399658203125 + + 132 + + 68 + + + 9.538999557495117 + 178 + + + + + + 683.7999877929688 + 1046.3599853515625 + + 132 + + 70 + + + 9.517999649047852 + 165 + + + + + + 683.7999877929688 + 1055.81005859375 + + 132 + + 72 + + + 9.456000328063965 + 183 + + + + + + 683.5999755859375 + 1065.3299560546875 + + 132 + + 71 + + + 9.517999649047852 + 156 + + + + + + 683.5999755859375 + 1074.8499755859375 + + 132 + + 70 + + + 9.517999649047852 + 178 + + + + + + 683.5999755859375 + 1084.3900146484375 + + 132 + + 72 + + + 9.538999557495117 + 188 + + + + + + 683.4000244140625 + 1093.9300537109375 + + 133 + + 72 + + + 9.538999557495117 + 204 + + + + + + 683.5999755859375 + 1103.530029296875 + + 133 + + 71 + + + 9.602999687194824 + 208 + + + + + + 684.2000122070312 + 1113.1300048828125 + + 133 + + 70 + + + 9.602999687194824 + 183 + + + + + + 685.0 + 1122.68994140625 + + 133 + + 71 + + + 9.5600004196167 + 149 + + + + + + 685.0 + 1132.1700439453125 + + 133 + + 77 + + + 9.47700023651123 + 187 + + + + + + 685.0 + 1141.5699462890625 + + 133 + + 80 + + + 9.395000457763672 + 188 + + + + + + 685.7999877929688 + 1151.0 + + 133 + + 82 + + + 9.435999870300293 + 208 + + + + + + 685.7999877929688 + 1160.3399658203125 + + 132 + + 75 + + + 9.335000038146973 + 211 + + + + + + 685.0 + 1169.77001953125 + + 133 + + 70 + + + 9.435999870300293 + 233 + + + + + + 684.5999755859375 + 1179.1300048828125 + + 133 + + 69 + + + 9.354999542236328 + 209 + + + + + + 684.2000122070312 + 1188.4200439453125 + + 132 + + 68 + + + 9.295000076293945 + 220 + + + + + + 683.2000122070312 + 1197.780029296875 + + 133 + + 68 + + + 9.354999542236328 + 200 + + + + + + 682.0 + 1207.1099853515625 + + 132 + + 69 + + + 9.335000038146973 + 209 + + + + + + 682.2000122070312 + 1216.4100341796875 + + 133 + + 68 + + + 9.295000076293945 + 260 + + + + + + 682.5999755859375 + 1225.780029296875 + + 133 + + 69 + + + 9.375 + 235 + + + + + + 682.5999755859375 + 1235.1199951171875 + + 133 + + 69 + + + 9.335000038146973 + 193 + + + + + + 682.5999755859375 + 1244.449951171875 + + 132 + + 68 + + + 9.335000038146973 + 230 + + + + + + 682.7999877929688 + 1253.7900390625 + + 132 + + 71 + + + 9.295000076293945 + 201 + + + + + + 682.7999877929688 + 1263.02001953125 + + 132 + + 80 + + + 9.236000061035156 + 197 + + + + + + 683.7999877929688 + 1272.25 + + 132 + + 78 + + + 9.255000114440918 + 263 + + + + + + 684.7999877929688 + 1281.510009765625 + + 132 + + 73 + + + 9.274999618530273 + 260 + + + + + + 686.0 + 1290.8299560546875 + + 132 + + 69 + + + 9.3149995803833 + 233 + + + + + + 687.4000244140625 + 1300.1400146484375 + + 132 + + 68 + + + 9.3149995803833 + 320 + + + + + + 686.7999877929688 + 1309.52001953125 + + 132 + + 72 + + + 9.375 + 210 + + + + + + 686.4000244140625 + 1318.8900146484375 + + 132 + + 76 + + + 9.375 + 219 + + + + + + 685.5999755859375 + 1328.22998046875 + + 133 + + 72 + + + 9.335000038146973 + 261 + + + + + + 684.7999877929688 + 1337.7099609375 + + 133 + + 69 + + + 9.47700023651123 + 263 + + + + + + 684.2000122070312 + 1347.199951171875 + + 133 + + 73 + + + 9.498000144958496 + 219 + + + + + + 684.2000122070312 + 1356.6400146484375 + + 134 + + 77 + + + 9.435999870300293 + 242 + + + + + + 684.2000122070312 + 1366.2900390625 + + 134 + + 76 + + + 9.645000457763672 + 184 + + + + + + 684.4000244140625 + 1375.9300537109375 + + 135 + + 74 + + + 9.645000457763672 + 184 + + + + + + 684.0 + 1385.5899658203125 + + 135 + + 74 + + + 9.656000137329102 + 216 + + + + + + 684.0 + 1395.5899658203125 + + 135 + + 72 + + + 10.0 + 207 + + + + + + 684.2000122070312 + 1405.5899658203125 + + 136 + + 71 + + + 10.0 + 207 + + + + + + 683.7999877929688 + 1415.52001953125 + + 136 + + 83 + + + 9.930999755859375 + 185 + + + + + + 683.4000244140625 + 1425.4300537109375 + + 137 + + 80 + + + 9.909000396728516 + 185 + + + + + + 683.4000244140625 + 1435.2900390625 + + 137 + + 74 + + + 9.86400032043457 + 181 + + + + + + 683.2000122070312 + 1445.199951171875 + + 137 + + 73 + + + 9.909000396728516 + 234 + + + + + + 684.0 + 1455.1099853515625 + + 137 + + 74 + + + 9.909000396728516 + 234 + + + + + + 684.7999877929688 + 1465.0400390625 + + 138 + + 74 + + + 9.930999755859375 + 208 + + + + + + 685.2000122070312 + 1475.1099853515625 + + 138 + + 73 + + + 10.069000244140625 + 218 + + + + + + 685.4000244140625 + 1485.0899658203125 + + 138 + + 77 + + + 9.97700023651123 + 220 + + + + + + 686.2000122070312 + 1495.1500244140625 + + 138 + + 83 + + + 10.069000244140625 + 168 + + + + + + 686.0 + 1505.1800537109375 + + 138 + + 82 + + + 10.02299976348877 + 150 + + + + + + 685.7999877929688 + 1515.1800537109375 + + 139 + + 78 + + + 10.0 + 177 + + + + + + 685.4000244140625 + 1525.02001953125 + + 139 + + 75 + + + 9.842000007629395 + 184 + + + + + + 685.2000122070312 + 1534.8199462890625 + + 139 + + 74 + + + 9.79699993133545 + 183 + + + + + + 684.4000244140625 + 1544.6099853515625 + + 139 + + 73 + + + 9.79699993133545 + 226 + + + + + + 683.7999877929688 + 1554.3699951171875 + + 139 + + 72 + + + 9.753000259399414 + 205 + + + + + + 683.5999755859375 + 1564.0999755859375 + + 138 + + 71 + + + 9.730999946594238 + 182 + + + + + + 683.2000122070312 + 1573.739990234375 + + 138 + + 74 + + + 9.645000457763672 + 218 + + + + + + 683.2000122070312 + 1583.3399658203125 + + 138 + + 78 + + + 9.581000328063965 + 227 + + + + + + 683.0 + 1592.8599853515625 + + 138 + + 74 + + + 9.538999557495117 + 242 + + + + + + 683.2000122070312 + 1602.3199462890625 + + 138 + + 69 + + + 9.456000328063965 + 227 + + + + + + 683.2000122070312 + 1611.8199462890625 + + 138 + + 69 + + + 9.498000144958496 + 260 + + + + + + 683.5999755859375 + 1621.3599853515625 + + 138 + + 71 + + + 9.538999557495117 + 287 + + + + + + 684.2000122070312 + 1630.8699951171875 + + 139 + + 70 + + + 9.517999649047852 + 238 + + + + + + 684.7999877929688 + 1640.3699951171875 + + 139 + + 69 + + + 9.498000144958496 + 247 + + + + + + 685.0 + 1650.0 + + 138 + + 70 + + + 9.62399959564209 + 311 + + + + + + 685.0 + 1659.6199951171875 + + 139 + + 71 + + + 9.62399959564209 + 311 + + + + + + 685.4000244140625 + 1669.06005859375 + + 139 + + 70 + + + 9.435999870300293 + 201 + + + + + + 685.0 + 1678.489990234375 + + 139 + + 69 + + + 9.435999870300293 + 211 + + + + + + 684.7999877929688 + 1687.9300537109375 + + 139 + + 70 + + + 9.435999870300293 + 211 + + + + + + 685.2000122070312 + 1697.3199462890625 + + 139 + + 70 + + + 9.395000457763672 + 197 + + + + + + 686.4000244140625 + 1706.719970703125 + + 139 + + 96 + + + 9.395000457763672 + 257 + + + + + + 687.0 + 1716.1700439453125 + + 139 + + 75 + + + 9.456000328063965 + 246 + + + + + + 687.4000244140625 + 1725.6700439453125 + + 139 + + 71 + + + 9.498000144958496 + 288 + + + + + + 687.7999877929688 + 1735.4000244140625 + + 139 + + 74 + + + 9.730999946594238 + 361 + + + + + + 687.5999755859375 + 1745.0899658203125 + + 139 + + 72 + + + 9.687999725341797 + 187 + + + + + + 686.5999755859375 + 1754.8199462890625 + + 139 + + 76 + + + 9.730999946594238 + 224 + + + + + + 686.0 + 1764.6400146484375 + + 140 + + 91 + + + 9.819000244140625 + 193 + + + + + + 685.4000244140625 + 1774.5 + + 140 + + 98 + + + 9.86400032043457 + 227 + + + + + + 685.2000122070312 + 1784.2099609375 + + 140 + + 90 + + + 9.710000038146973 + 204 + + + + + + 684.5999755859375 + 1793.949951171875 + + 140 + + 77 + + + 9.730999946594238 + 218 + + + + + + 684.4000244140625 + 1803.8299560546875 + + 141 + + 72 + + + 9.88599967956543 + 162 + + + + + + 684.7999877929688 + 1813.6500244140625 + + 141 + + 72 + + + 9.819000244140625 + 279 + + + + + + 685.0 + 1823.5400390625 + + 141 + + 74 + + + 9.88599967956543 + 231 + + + + + + 685.5999755859375 + 1833.4100341796875 + + 142 + + 74 + + + 9.86400032043457 + 217 + + + + + + 686.0 + 1843.31005859375 + + 142 + + 75 + + + 9.909000396728516 + 257 + + + + + + 686.4000244140625 + 1853.31005859375 + + 142 + + 77 + + + 10.0 + 193 + + + + + + 687.0 + 1863.260009765625 + + 142 + + 75 + + + 9.954000473022461 + 236 + + + + + + 688.0 + 1873.1700439453125 + + 142 + + 78 + + + 9.909000396728516 + 202 + + + + + + 688.7999877929688 + 1883.199951171875 + + 142 + + 78 + + + 10.02299976348877 + 271 + + + + + + 688.2000122070312 + 1893.3399658203125 + + 142 + + 79 + + + 10.140000343322754 + 223 + + + + + + 688.2000122070312 + 1903.52001953125 + + 142 + + 84 + + + 10.187000274658203 + 231 + + + + + + 687.5999755859375 + 1913.760009765625 + + 143 + + 85 + + + 10.234999656677246 + 191 + + + + + + 686.7999877929688 + 1923.969970703125 + + 143 + + 80 + + + 10.211000442504883 + 208 + + + + + + 686.5999755859375 + 1934.010009765625 + + 143 + + 85 + + + 10.045999526977539 + 181 + + + + + + 686.5999755859375 + 1944.0400390625 + + 143 + + 85 + + + 10.02299976348877 + 237 + + + + + + 686.4000244140625 + 1954.1099853515625 + + 143 + + 83 + + + 10.069000244140625 + 286 + + + + + + 686.2000122070312 + 1964.22998046875 + + 143 + + 77 + + + 10.116000175476074 + 206 + + + + + + 685.5999755859375 + 1974.27001953125 + + 143 + + 85 + + + 9.97700023651123 + 246 + + + + + + 685.4000244140625 + 1984.3299560546875 + + 143 + + 85 + + + 10.093000411987305 + 310 + + + + + + 685.2000122070312 + 1994.27001953125 + + 144 + + 79 + + + 9.97700023651123 + 273 + + + + + + 685.5999755859375 + 2004.4200439453125 + + 144 + + 76 + + + 10.140000343322754 + 206 + + + + + + 685.5999755859375 + 2014.3900146484375 + + 144 + + 72 + + + 9.954000473022461 + 256 + + + + + + 685.5999755859375 + 2024.3699951171875 + + 144 + + 75 + + + 10.0 + 216 + + + + + + 685.5999755859375 + 2034.22998046875 + + 144 + + 75 + + + 9.86400032043457 + 237 + + + + + + 685.5999755859375 + 2044.1500244140625 + + 144 + + 75 + + + 9.86400032043457 + 237 + + + + + + 686.5999755859375 + 2054.02001953125 + + 144 + + 72 + + + 9.930999755859375 + 258 + + + + + + 687.0 + 2063.929931640625 + + 145 + + 74 + + + 9.909000396728516 + 304 + + + + + + 687.7999877929688 + 2073.75 + + 145 + + 76 + + + 9.819000244140625 + 220 + + + + + + 688.2000122070312 + 2083.530029296875 + + 144 + + 84 + + + 9.774999618530273 + 229 + + + + + + 687.5999755859375 + 2093.340087890625 + + 144 + + 80 + + + 9.819000244140625 + 222 + + + + + + + 9.342000007629395 + 73 + 271 + 205 + 361 + + + + + 80.0 + 822.41 + 10.793999671936035 + 17 + + 145 + + + 148 + + Active + 98 + Manual + + + + 687.5999755859375 + 2093.340087890625 + + 144 + + 80 + + + 9.819000244140625 + 222 + + + + + + 686.4000244140625 + 2103.10009765625 + + 144 + + 73 + + + 9.753000259399414 + 267 + + + + + + 685.5999755859375 + 2112.889892578125 + + 144 + + 70 + + + 9.79699993133545 + 222 + + + + + + 685.4000244140625 + 2122.760009765625 + + 145 + + 72 + + + 9.86400032043457 + 264 + + + + + + 685.2000122070312 + 2132.580078125 + + 145 + + 72 + + + 9.819000244140625 + 246 + + + + + + 685.7999877929688 + 2142.39990234375 + + 144 + + 72 + + + 9.819000244140625 + 255 + + + + + + 686.5999755859375 + 2152.169921875 + + 144 + + 71 + + + 9.774999618530273 + 225 + + + + + + 686.5999755859375 + 2162.1298828125 + + 144 + + 71 + + + 9.954000473022461 + 223 + + + + + + 686.0 + 2171.919921875 + + 145 + + 75 + + + 9.79699993133545 + 216 + + + + + + 686.0 + 2181.830078125 + + 145 + + 76 + + + 9.909000396728516 + 214 + + + + + + 685.5999755859375 + 2191.739990234375 + + 145 + + 76 + + + 9.909000396728516 + 214 + + + + + + 685.0 + 2201.81005859375 + + 145 + + 74 + + + 10.069000244140625 + 178 + + + + + + 685.0 + 2211.8798828125 + + 145 + + 74 + + + 10.069000244140625 + 178 + + + + + + 685.0 + 2221.860107421875 + + 145 + + 74 + + + 9.97700023651123 + 223 + + + + + + 685.2000122070312 + 2231.89990234375 + + 145 + + 78 + + + 10.045999526977539 + 241 + + + + + + 685.2000122070312 + 2241.969970703125 + + 145 + + 77 + + + 10.069000244140625 + 205 + + + + + + 685.4000244140625 + 2251.989990234375 + + 145 + + 78 + + + 10.02299976348877 + 200 + + + + + + 685.4000244140625 + 2262.06005859375 + + 145 + + 75 + + + 10.069000244140625 + 276 + + + + + + 685.5999755859375 + 2272.199951171875 + + 145 + + 73 + + + 10.140000343322754 + 183 + + + + + + 686.2000122070312 + 2282.300048828125 + + 145 + + 73 + + + 10.093000411987305 + 216 + + + + + + 686.5999755859375 + 2292.389892578125 + + 145 + + 78 + + + 10.093000411987305 + 205 + + + + + + 687.0 + 2302.5 + + 145 + + 78 + + + 10.116000175476074 + 267 + + + + + + 687.4000244140625 + 2312.81005859375 + + 145 + + 75 + + + 10.307999610900879 + 231 + + + + + + 688.2000122070312 + 2323.02001953125 + + 145 + + 75 + + + 10.211000442504883 + 225 + + + + + + 688.4000244140625 + 2333.22998046875 + + 145 + + 78 + + + 10.211000442504883 + 187 + + + + + + 688.4000244140625 + 2343.35009765625 + + 145 + + 80 + + + 10.116000175476074 + 195 + + + + + + 688.4000244140625 + 2353.330078125 + + 145 + + 73 + + + 9.97700023651123 + 193 + + + + + + 687.5999755859375 + 2363.280029296875 + + 145 + + 75 + + + 9.954000473022461 + 196 + + + + + + 686.5999755859375 + 2373.239990234375 + + 145 + + 74 + + + 9.954000473022461 + 192 + + + + + + 685.5999755859375 + 2383.260009765625 + + 146 + + 98 + + + 10.02299976348877 + 271 + + + + + + 685.0 + 2393.169921875 + + 145 + + 85 + + + 9.909000396728516 + 241 + + + + + + 684.2000122070312 + 2403.080078125 + + 145 + + 76 + + + 9.909000396728516 + 248 + + + + + + 685.0 + 2413.010009765625 + + 145 + + 76 + + + 9.930999755859375 + 235 + + + + + + 686.2000122070312 + 2422.9599609375 + + 145 + + 72 + + + 9.954000473022461 + 269 + + + + + + 687.4000244140625 + 2432.919921875 + + 144 + + 75 + + + 9.954000473022461 + 249 + + + + + + 687.5999755859375 + 2442.8701171875 + + 145 + + 78 + + + 9.954000473022461 + 225 + + + + + + 687.5999755859375 + 2452.820068359375 + + 145 + + 78 + + + 9.954000473022461 + 233 + + + + + + 686.7999877929688 + 2462.780029296875 + + 145 + + 73 + + + 9.954000473022461 + 269 + + + + + + 685.4000244140625 + 2472.75 + + 145 + + 74 + + + 9.97700023651123 + 236 + + + + + + 684.4000244140625 + 2482.780029296875 + + 144 + + 77 + + + 10.02299976348877 + 260 + + + + + + 684.7999877929688 + 2492.75 + + 145 + + 76 + + + 9.97700023651123 + 236 + + + + + + 685.2000122070312 + 2502.659912109375 + + 144 + + 73 + + + 9.909000396728516 + 251 + + + + + + 686.4000244140625 + 2512.550048828125 + + 145 + + 73 + + + 9.88599967956543 + 195 + + + + + + 686.7999877929688 + 2522.389892578125 + + 145 + + 73 + + + 9.842000007629395 + 259 + + + + + + 687.0 + 2532.260009765625 + + 144 + + 73 + + + 9.86400032043457 + 233 + + + + + + 686.5999755859375 + 2542.18994140625 + + 144 + + 72 + + + 9.930999755859375 + 305 + + + + + + 687.0 + 2551.97998046875 + + 145 + + 73 + + + 9.79699993133545 + 212 + + + + + + 685.7999877929688 + 2561.7099609375 + + 145 + + 72 + + + 9.730999946594238 + 230 + + + + + + 686.4000244140625 + 2571.56005859375 + + 145 + + 71 + + + 9.842000007629395 + 237 + + + + + + 687.2000122070312 + 2581.27001953125 + + 145 + + 72 + + + 9.710000038146973 + 246 + + + + + + 687.0 + 2591.110107421875 + + 145 + + 78 + + + 9.842000007629395 + 273 + + + + + + 686.2000122070312 + 2601.179931640625 + + 145 + + 73 + + + 10.045999526977539 + 208 + + + + + + 686.0 + 2611.179931640625 + + 145 + + 74 + + + 10.02299976348877 + 231 + + + + + + 685.2000122070312 + 2621.320068359375 + + 145 + + 77 + + + 10.140000343322754 + 200 + + + + + + 684.0 + 2631.550048828125 + + 145 + + 77 + + + 10.234999656677246 + 229 + + + + + + 684.4000244140625 + 2641.719970703125 + + 145 + + 76 + + + 10.163000106811523 + 227 + + + + + + 684.4000244140625 + 2651.949951171875 + + 145 + + 79 + + + 10.234999656677246 + 242 + + + + + + 684.4000244140625 + 2662.110107421875 + + 145 + + 78 + + + 10.163000106811523 + 220 + + + + + + 684.4000244140625 + 2672.280029296875 + + 145 + + 76 + + + 10.163000106811523 + 251 + + + + + + 684.7999877929688 + 2682.5400390625 + + 145 + + 76 + + + 10.258999824523926 + 267 + + + + + + 684.7999877929688 + 2692.8701171875 + + 145 + + 79 + + + 10.331999778747559 + 242 + + + + + + 685.4000244140625 + 2703.300048828125 + + 146 + + 77 + + + 10.432000160217285 + 282 + + + + + + 685.7999877929688 + 2713.81005859375 + + 145 + + 77 + + + 10.506999969482422 + 218 + + + + + + 686.2000122070312 + 2724.610107421875 + + 146 + + 78 + + + 10.767000198364258 + 266 + + + + + + 686.0 + 2735.179931640625 + + 146 + + 78 + + + 10.609999656677246 + 251 + + + + + + 685.7999877929688 + 2745.919921875 + + 146 + + 81 + + + 10.741000175476074 + 208 + + + + + + 685.7999877929688 + 2756.639892578125 + + 146 + + 82 + + + 10.71399974822998 + 222 + + + + + + 685.7999877929688 + 2767.3798828125 + + 147 + + 79 + + + 10.741000175476074 + 272 + + + + + + 685.5999755859375 + 2778.090087890625 + + 147 + + 79 + + + 10.71399974822998 + 204 + + + + + + 685.5999755859375 + 2788.889892578125 + + 147 + + 83 + + + 10.793999671936035 + 266 + + + + + + 685.4000244140625 + 2799.64990234375 + + 147 + + 79 + + + 10.767000198364258 + 237 + + + + + + 685.4000244140625 + 2810.3701171875 + + 147 + + 83 + + + 10.71399974822998 + 211 + + + + + + 685.4000244140625 + 2821.06005859375 + + 148 + + 83 + + + 10.687999725341797 + 224 + + + + + + 685.2000122070312 + 2831.719970703125 + + 147 + + 81 + + + 10.661999702453613 + 277 + + + + + + 685.2000122070312 + 2842.409912109375 + + 148 + + 80 + + + 10.687999725341797 + 224 + + + + + + 685.4000244140625 + 2853.0400390625 + + 148 + + 80 + + + 10.63599967956543 + 216 + + + + + + 685.2000122070312 + 2863.64990234375 + + 148 + + 80 + + + 10.609999656677246 + 198 + + + + + + 685.2000122070312 + 2874.2900390625 + + 148 + + 78 + + + 10.63599967956543 + 199 + + + + + + 685.4000244140625 + 2884.89990234375 + + 148 + + 78 + + + 10.609999656677246 + 233 + + + + + + 685.5999755859375 + 2895.4599609375 + + 148 + + 73 + + + 10.557999610900879 + 197 + + + + + + 685.7999877929688 + 2905.93994140625 + + 148 + + 76 + + + 10.482000350952148 + 196 + + + + + + 686.2000122070312 + 2916.3701171875 + + 149 + + 80 + + + 10.432000160217285 + 226 + + + + + + + 10.175000190734863 + 76 + 103 + 231 + 305 + + + + + 54.0 + 582.68 + 11.012999534606932 + 11 + + 151 + + + 153 + + Active + 99 + Manual + + + + 686.2000122070312 + 2916.3701171875 + + 149 + + 80 + + + 10.432000160217285 + 226 + + + + + + 686.5999755859375 + 2926.800048828125 + + 149 + + 78 + + + 10.432000160217285 + 208 + + + + + + 686.5999755859375 + 2937.22998046875 + + 148 + + 78 + + + 10.432000160217285 + 208 + + + + + + 686.7999877929688 + 2947.68994140625 + + 149 + + 76 + + + 10.456999778747559 + 267 + + + + + + 686.5999755859375 + 2958.10009765625 + + 149 + + 77 + + + 10.406999588012695 + 205 + + + + + + 686.2000122070312 + 2968.56005859375 + + 149 + + 78 + + + 10.456999778747559 + 272 + + + + + + 686.2000122070312 + 2979.010009765625 + + 148 + + 79 + + + 10.456999778747559 + 272 + + + + + + 686.0 + 2989.6201171875 + + 149 + + 78 + + + 10.609999656677246 + 267 + + + + + + 685.7999877929688 + 3000.2099609375 + + 149 + + 78 + + + 10.583999633789062 + 275 + + + + + + 685.5999755859375 + 3011.0 + + 149 + + 80 + + + 10.793999671936035 + 233 + + + + + + 686.0 + 3021.85009765625 + + 149 + + 99 + + + 10.847999572753906 + 235 + + + + + + 685.4000244140625 + 3032.590087890625 + + 149 + + 97 + + + 10.741000175476074 + 287 + + + + + + 685.2000122070312 + 3043.489990234375 + + 150 + + 88 + + + 10.902000427246094 + 236 + + + + + + 685.0 + 3054.47998046875 + + 150 + + 81 + + + 10.984999656677246 + 198 + + + + + + 685.2000122070312 + 3065.300048828125 + + 150 + + 80 + + + 10.821000099182129 + 227 + + + + + + 685.2000122070312 + 3076.239990234375 + + 150 + + 80 + + + 10.930000305175781 + 236 + + + + + + 685.4000244140625 + 3087.1298828125 + + 150 + + 81 + + + 10.902000427246094 + 181 + + + + + + 685.5999755859375 + 3098.030029296875 + + 150 + + 82 + + + 10.902000427246094 + 204 + + + + + + 685.7999877929688 + 3108.909912109375 + + 150 + + 81 + + + 10.875 + 228 + + + + + + 685.7999877929688 + 3119.780029296875 + + 150 + + 81 + + + 10.875 + 196 + + + + + + 685.5999755859375 + 3130.739990234375 + + 151 + + 79 + + + 10.956999778747559 + 227 + + + + + + 685.7999877929688 + 3141.75 + + 151 + + 79 + + + 11.012999534606934 + 217 + + + + + + 686.2000122070312 + 3152.699951171875 + + 151 + + 79 + + + 10.930000305175781 + 252 + + + + + + 686.2000122070312 + 3163.39990234375 + + 151 + + 80 + + + 10.71399974822998 + 222 + + + + + + 686.2000122070312 + 3174.080078125 + + 151 + + 79 + + + 10.687999725341797 + 231 + + + + + + 686.2000122070312 + 3184.9599609375 + + 151 + + 79 + + + 10.875 + 261 + + + + + + 685.7999877929688 + 3195.75 + + 151 + + 81 + + + 10.793999671936035 + 206 + + + + + + 685.5999755859375 + 3206.60009765625 + + 152 + + 91 + + + 10.847999572753906 + 221 + + + + + + 685.5999755859375 + 3220.06005859375 + + 151 + + 94 + + + 10.767000198364258 + 226 + + + + + + 685.5999755859375 + 3233.68994140625 + + 151 + + 78 + + + 10.902000427246094 + 218 + + + + + + 685.5999755859375 + 3244.47998046875 + + 151 + + 81 + + + 10.793999671936035 + 198 + + + + + + 685.5999755859375 + 3255.14990234375 + + 152 + + 80 + + + 10.661999702453613 + 239 + + + + + + 685.5999755859375 + 3265.72998046875 + + 151 + + 84 + + + 10.583999633789062 + 229 + + + + + + 685.2000122070312 + 3276.360107421875 + + 151 + + 78 + + + 10.63599967956543 + 252 + + + + + + 685.0 + 3286.969970703125 + + 151 + + 78 + + + 10.609999656677246 + 276 + + + + + + 684.5999755859375 + 3297.610107421875 + + 151 + + 79 + + + 10.63599967956543 + 249 + + + + + + 684.5999755859375 + 3308.25 + + 151 + + 81 + + + 10.63599967956543 + 249 + + + + + + 684.5999755859375 + 3318.75 + + 152 + + 81 + + + 10.506999969482422 + 249 + + + + + + 684.5999755859375 + 3329.360107421875 + + 151 + + 77 + + + 10.609999656677246 + 233 + + + + + + 684.4000244140625 + 3339.77001953125 + + 152 + + 81 + + + 10.406999588012695 + 246 + + + + + + 684.5999755859375 + 3350.35009765625 + + 152 + + 85 + + + 10.557999610900879 + 250 + + + + + + 684.5999755859375 + 3360.889892578125 + + 152 + + 80 + + + 10.532999992370605 + 197 + + + + + + 684.5999755859375 + 3371.330078125 + + 152 + + 78 + + + 10.456999778747559 + 245 + + + + + + 684.7999877929688 + 3381.800048828125 + + 152 + + 72 + + + 10.482000350952148 + 245 + + + + + + 685.2000122070312 + 3392.280029296875 + + 152 + + 83 + + + 10.482000350952148 + 217 + + + + + + 685.5999755859375 + 3402.7099609375 + + 152 + + 82 + + + 10.432000160217285 + 289 + + + + + + 685.7999877929688 + 3413.219970703125 + + 152 + + 85 + + + 10.506999969482422 + 203 + + + + + + 685.7999877929688 + 3423.919921875 + + 152 + + 80 + + + 10.687999725341797 + 235 + + + + + + 685.5999755859375 + 3434.6201171875 + + 152 + + 78 + + + 10.71399974822998 + 240 + + + + + + 685.5999755859375 + 3445.4599609375 + + 153 + + 82 + + + 10.793999671936035 + 213 + + + + + + 685.4000244140625 + 3456.27001953125 + + 153 + + 82 + + + 10.821000099182129 + 242 + + + + + + 685.4000244140625 + 3467.050048828125 + + 153 + + 85 + + + 10.793999671936035 + 259 + + + + + + 685.2000122070312 + 3477.830078125 + + 153 + + 79 + + + 10.793999671936035 + 206 + + + + + + 685.4000244140625 + 3488.6201171875 + + 153 + + 86 + + + 10.793999671936035 + 233 + + + + + + 685.5999755859375 + 3499.489990234375 + + 153 + + 81 + + + 10.875 + 235 + + + + + + + 10.696000099182129 + 81 + 73 + 234 + 289 + + + + + 189.0 + 2047.29 + 11.182000160217283 + 42 + + 154 + + + 156 + + Active + 97 + Manual + + + + 685.5999755859375 + 3499.489990234375 + + 153 + + 81 + + + 10.875 + 235 + + + + + + 685.4000244140625 + 3510.320068359375 + + 154 + + 80 + + + 10.821000099182129 + 202 + + + + + + 685.7999877929688 + 3521.139892578125 + + 153 + + 86 + + + 10.821000099182129 + 213 + + + + + + 686.0 + 3532.010009765625 + + 154 + + 83 + + + 10.875 + 214 + + + + + + 685.7999877929688 + 3543.02001953125 + + 154 + + 81 + + + 11.012999534606934 + 235 + + + + + + 685.7999877929688 + 3553.929931640625 + + 154 + + 80 + + + 10.902000427246094 + 218 + + + + + + 685.5999755859375 + 3564.8798828125 + + 154 + + 82 + + + 10.956999778747559 + 219 + + + + + + 685.2000122070312 + 3575.8701171875 + + 154 + + 81 + + + 10.984999656677246 + 227 + + + + + + 684.7999877929688 + 3586.85009765625 + + 154 + + 80 + + + 10.984999656677246 + 216 + + + + + + 684.7999877929688 + 3597.840087890625 + + 153 + + 84 + + + 10.984999656677246 + 249 + + + + + + 684.5999755859375 + 3608.820068359375 + + 153 + + 81 + + + 10.984999656677246 + 246 + + + + + + 684.5999755859375 + 3619.860107421875 + + 153 + + 81 + + + 11.039999961853027 + 280 + + + + + + 684.5999755859375 + 3630.8798828125 + + 154 + + 81 + + + 11.012999534606934 + 283 + + + + + + 684.4000244140625 + 3641.81005859375 + + 153 + + 92 + + + 10.930000305175781 + 215 + + + + + + 684.0 + 3652.60009765625 + + 153 + + 85 + + + 10.793999671936035 + 266 + + + + + + 683.7999877929688 + 3663.340087890625 + + 153 + + 84 + + + 10.741000175476074 + 283 + + + + + + 683.7999877929688 + 3673.949951171875 + + 153 + + 80 + + + 10.609999656677246 + 187 + + + + + + 683.4000244140625 + 3684.510009765625 + + 153 + + 81 + + + 10.557999610900879 + 222 + + + + + + 683.7999877929688 + 3695.1201171875 + + 153 + + 81 + + + 10.609999656677246 + 220 + + + + + + 684.0 + 3705.60009765625 + + 153 + + 78 + + + 10.482000350952148 + 224 + + + + + + 684.5999755859375 + 3716.2099609375 + + 154 + + 76 + + + 10.609999656677246 + 230 + + + + + + 685.4000244140625 + 3726.85009765625 + + 153 + + 78 + + + 10.63599967956543 + 280 + + + + + + 685.5999755859375 + 3737.35009765625 + + 154 + + 77 + + + 10.506999969482422 + 235 + + + + + + 685.5999755859375 + 3748.0400390625 + + 153 + + 78 + + + 10.687999725341797 + 271 + + + + + + 685.5999755859375 + 3758.81005859375 + + 154 + + 78 + + + 10.767000198364258 + 244 + + + + + + 685.2000122070312 + 3769.659912109375 + + 154 + + 78 + + + 10.847999572753906 + 214 + + + + + + 684.5999755859375 + 3780.2900390625 + + 153 + + 78 + + + 10.63599967956543 + 241 + + + + + + 684.4000244140625 + 3791.06005859375 + + 154 + + 82 + + + 10.767000198364258 + 197 + + + + + + 684.5999755859375 + 3801.75 + + 154 + + 72 + + + 10.687999725341797 + 206 + + + + + + 684.4000244140625 + 3812.4599609375 + + 154 + + 83 + + + 10.71399974822998 + 232 + + + + + + 684.2000122070312 + 3823.14990234375 + + 154 + + 83 + + + 10.687999725341797 + 200 + + + + + + 684.4000244140625 + 3833.889892578125 + + 154 + + 81 + + + 10.687999725341797 + 200 + + + + + + 684.4000244140625 + 3844.56005859375 + + 154 + + 85 + + + 10.661999702453613 + 252 + + + + + + 684.2000122070312 + 3855.2900390625 + + 154 + + 78 + + + 10.793999671936035 + 187 + + + + + + 684.2000122070312 + 3865.830078125 + + 154 + + 84 + + + 10.532999992370605 + 228 + + + + + + 684.2000122070312 + 3876.409912109375 + + 155 + + 93 + + + 10.532999992370605 + 228 + + + + + + 684.2000122070312 + 3886.9599609375 + + 155 + + 92 + + + 10.557999610900879 + 208 + + + + + + 684.2000122070312 + 3897.530029296875 + + 155 + + 77 + + + 10.583999633789062 + 198 + + + + + + 684.4000244140625 + 3908.06005859375 + + 155 + + 76 + + + 10.557999610900879 + 208 + + + + + + 684.5999755859375 + 3918.6201171875 + + 155 + + 79 + + + 10.557999610900879 + 222 + + + + + + 684.5999755859375 + 3929.280029296875 + + 155 + + 78 + + + 10.661999702453613 + 303 + + + + + + 684.5999755859375 + 3940.070068359375 + + 155 + + 79 + + + 10.793999671936035 + 306 + + + + + + 684.7999877929688 + 3950.919921875 + + 154 + + 81 + + + 10.847999572753906 + 210 + + + + + + 684.7999877929688 + 3961.820068359375 + + 154 + + 81 + + + 10.902000427246094 + 244 + + + + + + 684.7999877929688 + 3972.699951171875 + + 154 + + 81 + + + 10.875 + 268 + + + + + + 685.0 + 3983.52001953125 + + 154 + + 81 + + + 10.821000099182129 + 245 + + + + + + 684.5999755859375 + 3994.31005859375 + + 154 + + 85 + + + 10.793999671936035 + 216 + + + + + + 684.5999755859375 + 4005.1298828125 + + 154 + + 78 + + + 10.821000099182129 + 263 + + + + + + 684.5999755859375 + 4016.199951171875 + + 154 + + 82 + + + 11.069000244140625 + 239 + + + + + + 684.4000244140625 + 4027.110107421875 + + 154 + + 82 + + + 10.902000427246094 + 188 + + + + + + 684.2000122070312 + 4038.010009765625 + + 155 + + 82 + + + 10.902000427246094 + 192 + + + + + + 684.4000244140625 + 4048.8798828125 + + 154 + + 72 + + + 10.875 + 243 + + + + + + 684.2000122070312 + 4059.81005859375 + + 154 + + 76 + + + 10.930000305175781 + 259 + + + + + + 684.4000244140625 + 4070.77001953125 + + 154 + + 82 + + + 10.956999778747559 + 205 + + + + + + 684.2000122070312 + 4081.639892578125 + + 154 + + 81 + + + 10.875 + 221 + + + + + + 684.2000122070312 + 4092.409912109375 + + 154 + + 81 + + + 10.767000198364258 + 252 + + + + + + 684.2000122070312 + 4103.2099609375 + + 155 + + 83 + + + 10.793999671936035 + 237 + + + + + + 684.0 + 4114.02978515625 + + 155 + + 81 + + + 10.821000099182129 + 260 + + + + + + 683.7999877929688 + 4124.77001953125 + + 155 + + 78 + + + 10.741000175476074 + 225 + + + + + + 683.7999877929688 + 4135.5498046875 + + 155 + + 78 + + + 10.741000175476074 + 225 + + + + + + 683.7999877929688 + 4146.18017578125 + + 155 + + 78 + + + 10.675000190734863 + 214 + + + + + + 683.7999877929688 + 4156.85009765625 + + 154 + + 80 + + + 10.661999702453613 + 210 + + + + + + 683.7999877929688 + 4167.4599609375 + + 155 + + 79 + + + 10.609999656677246 + 187 + + + + + + 683.7999877929688 + 4178.0400390625 + + 155 + + 79 + + + 10.583999633789062 + 183 + + + + + + 683.7999877929688 + 4188.7001953125 + + 154 + + 82 + + + 10.63599967956543 + 263 + + + + + + 684.0 + 4199.2099609375 + + 154 + + 76 + + + 10.532999992370605 + 221 + + + + + + 684.0 + 4209.740234375 + + 154 + + 64 + + + 10.532999992370605 + 225 + + + + + + 684.2000122070312 + 4220.169921875 + + 154 + + 60 + + + 10.406999588012695 + 218 + + + + + + 684.4000244140625 + 4230.56982421875 + + 154 + + 78 + + + 10.406999588012695 + 198 + + + + + + 684.2000122070312 + 4241.0 + + 154 + + 75 + + + 10.432000160217285 + 233 + + + + + + 684.2000122070312 + 4251.2998046875 + + 154 + + 79 + + + 10.307999610900879 + 199 + + + + + + 684.2000122070312 + 4261.8798828125 + + 154 + + 76 + + + 10.583999633789062 + 248 + + + + + + 684.2000122070312 + 4272.52001953125 + + 154 + + 76 + + + 10.63599967956543 + 216 + + + + + + 684.0 + 4283.2001953125 + + 154 + + 78 + + + 10.687999725341797 + 206 + + + + + + 684.2000122070312 + 4293.919921875 + + 154 + + 88 + + + 10.71399974822998 + 225 + + + + + + 684.2000122070312 + 4304.7099609375 + + 153 + + 87 + + + 10.793999671936035 + 262 + + + + + + 684.0 + 4315.60986328125 + + 153 + + 79 + + + 10.902000427246094 + 200 + + + + + + 684.0 + 4326.56982421875 + + 153 + + 80 + + + 10.956999778747559 + 219 + + + + + + 684.0 + 4337.39013671875 + + 153 + + 79 + + + 10.821000099182129 + 307 + + + + + + 683.7999877929688 + 4348.490234375 + + 154 + + 82 + + + 11.097000122070312 + 240 + + + + + + 683.5999755859375 + 4359.669921875 + + 154 + + 82 + + + 11.182000160217285 + 179 + + + + + + 683.7999877929688 + 4370.66015625 + + 154 + + 84 + + + 10.984999656677246 + 176 + + + + + + 683.5999755859375 + 4381.60986328125 + + 154 + + 84 + + + 10.956999778747559 + 205 + + + + + + 683.5999755859375 + 4392.3798828125 + + 154 + + 84 + + + 10.767000198364258 + 197 + + + + + + 683.5999755859375 + 4403.1201171875 + + 154 + + 84 + + + 10.741000175476074 + 205 + + + + + + 683.5999755859375 + 4413.85986328125 + + 154 + + 90 + + + 10.741000175476074 + 243 + + + + + + 683.5999755859375 + 4424.60009765625 + + 154 + + 90 + + + 10.741000175476074 + 211 + + + + + + 683.5999755859375 + 4435.39990234375 + + 153 + + 82 + + + 10.793999671936035 + 202 + + + + + + 683.5999755859375 + 4446.25 + + 153 + + 90 + + + 10.847999572753906 + 214 + + + + + + 683.5999755859375 + 4457.009765625 + + 153 + + 85 + + + 10.767000198364258 + 233 + + + + + + 683.4000244140625 + 4467.81005859375 + + 153 + + 81 + + + 10.793999671936035 + 209 + + + + + + 683.0 + 4478.60009765625 + + 153 + + 80 + + + 10.793999671936035 + 202 + + + + + + 682.4000244140625 + 4489.259765625 + + 153 + + 84 + + + 10.63599967956543 + 203 + + + + + + 682.2000122070312 + 4499.81982421875 + + 153 + + 86 + + + 10.583999633789062 + 191 + + + + + + 682.4000244140625 + 4510.330078125 + + 153 + + 89 + + + 10.506999969482422 + 235 + + + + + + 682.7999877929688 + 4520.89013671875 + + 153 + + 83 + + + 10.557999610900879 + 293 + + + + + + 683.7999877929688 + 4531.419921875 + + 152 + + 76 + + + 10.532999992370605 + 236 + + + + + + 684.7999877929688 + 4541.919921875 + + 152 + + 80 + + + 10.482000350952148 + 263 + + + + + + 685.2000122070312 + 4552.47998046875 + + 152 + + 80 + + + 10.557999610900879 + 250 + + + + + + 685.2000122070312 + 4563.14990234375 + + 152 + + 77 + + + 10.687999725341797 + 253 + + + + + + 684.5999755859375 + 4573.72021484375 + + 152 + + 77 + + + 10.557999610900879 + 267 + + + + + + 684.2000122070312 + 4584.5 + + 153 + + 81 + + + 10.793999671936035 + 237 + + + + + + 683.7999877929688 + 4595.14013671875 + + 153 + + 82 + + + 10.63599967956543 + 220 + + + + + + 683.7999877929688 + 4605.7998046875 + + 152 + + 77 + + + 10.661999702453613 + 249 + + + + + + 684.2000122070312 + 4616.56005859375 + + 152 + + 78 + + + 10.767000198364258 + 212 + + + + + + 684.2000122070312 + 4627.35986328125 + + 152 + + 82 + + + 10.793999671936035 + 213 + + + + + + 684.4000244140625 + 4637.93994140625 + + 152 + + 79 + + + 10.583999633789062 + 240 + + + + + + 684.2000122070312 + 4648.4501953125 + + 152 + + 81 + + + 10.506999969482422 + 231 + + + + + + 684.0 + 4658.93017578125 + + 152 + + 82 + + + 10.482000350952148 + 220 + + + + + + 684.0 + 4669.58984375 + + 152 + + 80 + + + 10.661999702453613 + 231 + + + + + + 684.2000122070312 + 4680.39990234375 + + 153 + + 78 + + + 10.793999671936035 + 180 + + + + + + 684.0 + 4691.06982421875 + + 153 + + 79 + + + 10.687999725341797 + 204 + + + + + + 684.2000122070312 + 4701.83984375 + + 153 + + 81 + + + 10.767000198364258 + 266 + + + + + + 684.4000244140625 + 4712.52978515625 + + 152 + + 81 + + + 10.687999725341797 + 224 + + + + + + 684.2000122070312 + 4723.35009765625 + + 153 + + 81 + + + 10.821000099182129 + 267 + + + + + + 684.0 + 4734.22021484375 + + 152 + + 82 + + + 10.875 + 250 + + + + + + 684.0 + 4745.10009765625 + + 152 + + 81 + + + 10.875 + 214 + + + + + + 684.0 + 4756.0 + + 153 + + 81 + + + 10.902000427246094 + 188 + + + + + + 683.7999877929688 + 4766.990234375 + + 152 + + 83 + + + 10.984999656677246 + 246 + + + + + + 683.5999755859375 + 4778.0 + + 153 + + 86 + + + 11.012999534606934 + 246 + + + + + + 683.2000122070312 + 4789.0400390625 + + 152 + + 86 + + + 11.039999961853027 + 280 + + + + + + 683.2000122070312 + 4800.14013671875 + + 152 + + 84 + + + 11.097000122070312 + 226 + + + + + + 683.2000122070312 + 4811.14990234375 + + 152 + + 81 + + + 11.012999534606934 + 190 + + + + + + 683.4000244140625 + 4822.1298828125 + + 153 + + 81 + + + 10.984999656677246 + 271 + + + + + + 683.5999755859375 + 4833.14990234375 + + 153 + + 82 + + + 11.012999534606934 + 231 + + + + + + 683.5999755859375 + 4844.0498046875 + + 154 + + 83 + + + 10.902000427246094 + 211 + + + + + + 683.7999877929688 + 4854.8701171875 + + 154 + + 84 + + + 10.821000099182129 + 242 + + + + + + 683.7999877929688 + 4865.77001953125 + + 154 + + 92 + + + 10.902000427246094 + 215 + + + + + + 683.4000244140625 + 4876.759765625 + + 154 + + 90 + + + 10.984999656677246 + 205 + + + + + + 683.4000244140625 + 4887.72021484375 + + 154 + + 81 + + + 10.956999778747559 + 230 + + + + + + 683.4000244140625 + 4898.56005859375 + + 154 + + 82 + + + 10.847999572753906 + 239 + + + + + + 683.0 + 4909.3798828125 + + 154 + + 80 + + + 10.821000099182129 + 234 + + + + + + 683.0 + 4920.2900390625 + + 154 + + 81 + + + 10.902000427246094 + 233 + + + + + + 683.0 + 4931.02978515625 + + 154 + + 88 + + + 10.741000175476074 + 211 + + + + + + 683.0 + 4941.68994140625 + + 154 + + 97 + + + 10.661999702453613 + 210 + + + + + + 683.2000122070312 + 4952.35009765625 + + 154 + + 85 + + + 10.661999702453613 + 231 + + + + + + 684.0 + 4962.81005859375 + + 154 + + 78 + + + 10.456999778747559 + 251 + + + + + + 684.5999755859375 + 4973.39013671875 + + 154 + + 78 + + + 10.583999633789062 + 202 + + + + + + 684.7999877929688 + 4984.0498046875 + + 155 + + 78 + + + 10.661999702453613 + 263 + + + + + + 685.0 + 4994.81982421875 + + 155 + + 79 + + + 10.767000198364258 + 262 + + + + + + 684.5999755859375 + 5005.43017578125 + + 155 + + 78 + + + 10.609999656677246 + 187 + + + + + + 684.0 + 5016.1201171875 + + 155 + + 78 + + + 10.687999725341797 + 228 + + + + + + 683.7999877929688 + 5026.81005859375 + + 155 + + 78 + + + 10.687999725341797 + 228 + + + + + + 683.5999755859375 + 5037.490234375 + + 155 + + 78 + + + 10.687999725341797 + 228 + + + + + + 683.4000244140625 + 5048.0498046875 + + 156 + + 78 + + + 10.557999610900879 + 222 + + + + + + 683.4000244140625 + 5058.72021484375 + + 155 + + 80 + + + 10.661999702453613 + 217 + + + + + + 683.5999755859375 + 5069.31982421875 + + 156 + + 80 + + + 10.609999656677246 + 183 + + + + + + 683.5999755859375 + 5080.0400390625 + + 156 + + 82 + + + 10.71399974822998 + 225 + + + + + + 683.5999755859375 + 5090.81005859375 + + 156 + + 82 + + + 10.767000198364258 + 219 + + + + + + 683.5999755859375 + 5101.56982421875 + + 156 + + 84 + + + 10.767000198364258 + 223 + + + + + + 683.7999877929688 + 5112.33984375 + + 156 + + 81 + + + 10.767000198364258 + 215 + + + + + + 683.5999755859375 + 5123.080078125 + + 155 + + 79 + + + 10.741000175476074 + 240 + + + + + + 683.5999755859375 + 5133.8701171875 + + 155 + + 80 + + + 10.793999671936035 + 213 + + + + + + 683.5999755859375 + 5144.64013671875 + + 155 + + 81 + + + 10.767000198364258 + 215 + + + + + + 683.5999755859375 + 5155.2998046875 + + 155 + + 81 + + + 10.661999702453613 + 235 + + + + + + 683.4000244140625 + 5165.97021484375 + + 155 + + 81 + + + 10.661999702453613 + 235 + + + + + + 683.4000244140625 + 5176.8701171875 + + 155 + + 79 + + + 10.902000427246094 + 236 + + + + + + 683.4000244140625 + 5187.85009765625 + + 155 + + 82 + + + 10.984999656677246 + 194 + + + + + + 683.5999755859375 + 5198.83984375 + + 155 + + 91 + + + 10.984999656677246 + 183 + + + + + + 683.5999755859375 + 5209.7099609375 + + 155 + + 86 + + + 10.875 + 199 + + + + + + 683.5999755859375 + 5220.60986328125 + + 155 + + 81 + + + 10.902000427246094 + 211 + + + + + + 683.5999755859375 + 5231.60009765625 + + 155 + + 85 + + + 10.984999656677246 + 275 + + + + + + 683.5999755859375 + 5242.56005859375 + + 154 + + 83 + + + 10.956999778747559 + 216 + + + + + + 683.5999755859375 + 5253.43017578125 + + 153 + + 82 + + + 10.875 + 207 + + + + + + 683.4000244140625 + 5264.27978515625 + + 154 + + 82 + + + 10.847999572753906 + 214 + + + + + + 683.2000122070312 + 5275.10009765625 + + 154 + + 79 + + + 10.821000099182129 + 162 + + + + + + 683.2000122070312 + 5285.8701171875 + + 154 + + 79 + + + 10.767000198364258 + 208 + + + + + + 683.2000122070312 + 5296.60986328125 + + 154 + + 79 + + + 10.741000175476074 + 276 + + + + + + 683.0 + 5307.2998046875 + + 154 + + 78 + + + 10.687999725341797 + 228 + + + + + + 683.2000122070312 + 5318.009765625 + + 154 + + 77 + + + 10.71399974822998 + 236 + + + + + + 683.2000122070312 + 5328.97021484375 + + 154 + + 78 + + + 10.956999778747559 + 311 + + + + + + 683.2000122070312 + 5339.81982421875 + + 154 + + 80 + + + 10.847999572753906 + 279 + + + + + + 683.0 + 5350.72021484375 + + 154 + + 86 + + + 10.902000427246094 + 233 + + + + + + 683.0 + 5361.6201171875 + + 154 + + 92 + + + 10.902000427246094 + 226 + + + + + + 682.7999877929688 + 5372.47021484375 + + 154 + + 85 + + + 10.847999572753906 + 228 + + + + + + 683.0 + 5383.31982421875 + + 154 + + 78 + + + 10.847999572753906 + 210 + + + + + + 682.7999877929688 + 5394.22021484375 + + 153 + + 78 + + + 10.902000427246094 + 200 + + + + + + 682.7999877929688 + 5405.14990234375 + + 154 + + 82 + + + 10.930000305175781 + 240 + + + + + + 682.7999877929688 + 5416.080078125 + + 154 + + 85 + + + 10.930000305175781 + 270 + + + + + + 683.0 + 5427.06005859375 + + 154 + + 83 + + + 10.984999656677246 + 216 + + + + + + 683.0 + 5437.990234375 + + 154 + + 84 + + + 10.930000305175781 + 218 + + + + + + 683.2000122070312 + 5448.83984375 + + 154 + + 85 + + + 10.847999572753906 + 228 + + + + + + 683.0 + 5459.47998046875 + + 153 + + 82 + + + 10.63599967956543 + 170 + + + + + + 683.2000122070312 + 5470.240234375 + + 154 + + 76 + + + 10.767000198364258 + 161 + + + + + + 683.2000122070312 + 5480.93017578125 + + 154 + + 77 + + + 10.687999725341797 + 224 + + + + + + 683.4000244140625 + 5492.02978515625 + + 153 + + 79 + + + 11.097000122070312 + 267 + + + + + + 683.4000244140625 + 5502.93017578125 + + 154 + + 79 + + + 10.902000427246094 + 215 + + + + + + 683.4000244140625 + 5513.919921875 + + 154 + + 82 + + + 10.984999656677246 + 238 + + + + + + 683.2000122070312 + 5524.8701171875 + + 152 + + 84 + + + 10.956999778747559 + 230 + + + + + + 683.0 + 5535.91015625 + + 153 + + 83 + + + 11.039999961853027 + 191 + + + + + + 683.0 + 5546.9501953125 + + 153 + + 81 + + + 11.039999961853027 + 191 + + + + + + + 10.75699996948242 + 81 + 257 + 227 + 311 + + + + + 214.0 + 2038.97 + 11.182000160217283 + 37 + + 152 + + + 158 + + Active + 117 + Manual + + + + 683.0 + 5546.9501953125 + + 153 + + 81 + + + 11.039999961853027 + 191 + + + + + + 683.0 + 5557.7998046875 + + 153 + + 79 + + + 10.847999572753906 + 166 + + + + + + 683.4000244140625 + 5568.64990234375 + + 154 + + 79 + + + 10.847999572753906 + 166 + + + + + + 683.4000244140625 + 5579.580078125 + + 154 + + 80 + + + 10.930000305175781 + 259 + + + + + + 683.7999877929688 + 5590.52978515625 + + 154 + + 85 + + + 10.930000305175781 + 226 + + + + + + 683.5999755859375 + 5601.47021484375 + + 154 + + 91 + + + 10.930000305175781 + 226 + + + + + + 683.7999877929688 + 5612.2998046875 + + 154 + + 85 + + + 10.847999572753906 + 232 + + + + + + 683.4000244140625 + 5623.1298828125 + + 154 + + 83 + + + 10.821000099182129 + 242 + + + + + + 683.2000122070312 + 5633.9599609375 + + 155 + + 84 + + + 10.847999572753906 + 337 + + + + + + 683.0 + 5644.830078125 + + 155 + + 81 + + + 10.875 + 323 + + + + + + 682.5999755859375 + 5655.7900390625 + + 155 + + 79 + + + 10.956999778747559 + 205 + + + + + + 682.5999755859375 + 5666.77978515625 + + 155 + + 79 + + + 10.956999778747559 + 205 + + + + + + 682.5999755859375 + 5677.5 + + 154 + + 82 + + + 10.753999710083008 + 226 + + + + + + 682.5999755859375 + 5688.27001953125 + + 155 + + 83 + + + 10.767000198364258 + 194 + + + + + + 682.5999755859375 + 5698.97998046875 + + 155 + + 80 + + + 10.71399974822998 + 193 + + + + + + 682.5999755859375 + 5709.6201171875 + + 154 + + 82 + + + 10.63599967956543 + 205 + + + + + + 683.0 + 5720.25 + + 154 + + 85 + + + 10.63599967956543 + 223 + + + + + + 683.2000122070312 + 5730.93017578125 + + 155 + + 85 + + + 10.63599967956543 + 223 + + + + + + 683.4000244140625 + 5741.52001953125 + + 154 + + 78 + + + 10.63599967956543 + 259 + + + + + + 683.5999755859375 + 5752.240234375 + + 154 + + 78 + + + 10.71399974822998 + 207 + + + + + + 683.7999877929688 + 5762.9501953125 + + 154 + + 78 + + + 10.71399974822998 + 207 + + + + + + 683.5999755859375 + 5773.68994140625 + + 155 + + 94 + + + 10.741000175476074 + 276 + + + + + + 683.5999755859375 + 5784.509765625 + + 154 + + 87 + + + 10.821000099182129 + 285 + + + + + + 683.5999755859375 + 5795.39013671875 + + 155 + + 81 + + + 10.875 + 243 + + + + + + 683.5999755859375 + 5806.18017578125 + + 155 + + 80 + + + 10.793999671936035 + 230 + + + + + + 683.4000244140625 + 5816.97998046875 + + 154 + + 82 + + + 10.793999671936035 + 213 + + + + + + 683.5999755859375 + 5827.77001953125 + + 155 + + 85 + + + 10.793999671936035 + 213 + + + + + + 683.5999755859375 + 5838.25 + + 154 + + 80 + + + 10.482000350952148 + 231 + + + + + + 683.7999877929688 + 5848.93994140625 + + 155 + + 79 + + + 10.687999725341797 + 210 + + + + + + 683.5999755859375 + 5859.5498046875 + + 154 + + 82 + + + 10.609999656677246 + 191 + + + + + + 683.4000244140625 + 5870.18994140625 + + 155 + + 82 + + + 10.63599967956543 + 223 + + + + + + 683.0 + 5880.7998046875 + + 155 + + 80 + + + 10.609999656677246 + 180 + + + + + + 682.5999755859375 + 5891.509765625 + + 155 + + 80 + + + 10.71399974822998 + 196 + + + + + + 682.4000244140625 + 5902.27978515625 + + 155 + + 81 + + + 10.767000198364258 + 219 + + + + + + 682.2000122070312 + 5912.990234375 + + 155 + + 80 + + + 10.71399974822998 + 171 + + + + + + 682.2000122070312 + 5923.68017578125 + + 155 + + 81 + + + 10.687999725341797 + 175 + + + + + + 682.2000122070312 + 5934.3701171875 + + 154 + + 82 + + + 10.687999725341797 + 275 + + + + + + 682.2000122070312 + 5945.18994140625 + + 154 + + 80 + + + 10.821000099182129 + 271 + + + + + + 682.5999755859375 + 5955.93017578125 + + 154 + + 79 + + + 10.741000175476074 + 211 + + + + + + 683.2000122070312 + 5966.7001953125 + + 154 + + 81 + + + 10.767000198364258 + 205 + + + + + + 683.4000244140625 + 5977.4599609375 + + 154 + + 84 + + + 10.767000198364258 + 205 + + + + + + 684.0 + 5988.33984375 + + 153 + + 82 + + + 10.875 + 210 + + + + + + 684.5999755859375 + 5999.2998046875 + + 153 + + 82 + + + 10.956999778747559 + 274 + + + + + + 684.4000244140625 + 6010.25 + + 153 + + 84 + + + 10.956999778747559 + 274 + + + + + + 684.7999877929688 + 6021.06982421875 + + 153 + + 85 + + + 10.821000099182129 + 213 + + + + + + 684.7999877929688 + 6031.759765625 + + 153 + + 83 + + + 10.687999725341797 + 253 + + + + + + 684.4000244140625 + 6042.4501953125 + + 153 + + 82 + + + 10.687999725341797 + 321 + + + + + + 684.4000244140625 + 6053.10986328125 + + 153 + + 81 + + + 10.661999702453613 + 213 + + + + + + 684.0 + 6063.7998046875 + + 153 + + 80 + + + 10.687999725341797 + 235 + + + + + + 684.2000122070312 + 6074.509765625 + + 153 + + 80 + + + 10.71399974822998 + 229 + + + + + + 684.2000122070312 + 6085.1201171875 + + 153 + + 80 + + + 10.583999633789062 + 208 + + + + + + 683.7999877929688 + 6095.81005859375 + + 153 + + 80 + + + 10.71399974822998 + 225 + + + + + + 683.5999755859375 + 6106.419921875 + + 153 + + 80 + + + 10.609999656677246 + 240 + + + + + + 683.7999877929688 + 6117.06005859375 + + 154 + + 80 + + + 10.63599967956543 + 238 + + + + + + 683.5999755859375 + 6127.64013671875 + + 154 + + 78 + + + 10.583999633789062 + 296 + + + + + + 683.5999755859375 + 6138.330078125 + + 154 + + 78 + + + 10.687999725341797 + 217 + + + + + + 684.0 + 6149.02001953125 + + 154 + + 78 + + + 10.687999725341797 + 217 + + + + + + 684.2000122070312 + 6159.64990234375 + + 154 + + 79 + + + 10.63599967956543 + 174 + + + + + + 684.0 + 6170.240234375 + + 154 + + 78 + + + 10.583999633789062 + 194 + + + + + + 684.4000244140625 + 6180.75 + + 154 + + 77 + + + 10.506999969482422 + 235 + + + + + + 684.7999877929688 + 6191.25 + + 154 + + 76 + + + 10.506999969482422 + 263 + + + + + + 684.5999755859375 + 6201.83984375 + + 153 + + 78 + + + 10.583999633789062 + 240 + + + + + + 684.4000244140625 + 6212.5 + + 153 + + 79 + + + 10.661999702453613 + 249 + + + + + + 684.4000244140625 + 6223.16015625 + + 153 + + 78 + + + 10.661999702453613 + 217 + + + + + + 683.7999877929688 + 6233.740234375 + + 154 + + 78 + + + 10.583999633789062 + 204 + + + + + + 683.7999877929688 + 6244.330078125 + + 154 + + 77 + + + 10.583999633789062 + 204 + + + + + + 683.5999755859375 + 6254.85986328125 + + 153 + + 81 + + + 10.532999992370605 + 228 + + + + + + 683.7999877929688 + 6265.419921875 + + 154 + + 85 + + + 10.557999610900879 + 250 + + + + + + 683.5999755859375 + 6276.10986328125 + + 154 + + 109 + + + 10.687999725341797 + 250 + + + + + + 683.5999755859375 + 6286.72021484375 + + 154 + + 107 + + + 10.609999656677246 + 233 + + + + + + 683.4000244140625 + 6297.39990234375 + + 154 + + 83 + + + 10.661999702453613 + 239 + + + + + + 683.4000244140625 + 6308.33984375 + + 155 + + 83 + + + 10.956999778747559 + 314 + + + + + + 683.4000244140625 + 6319.3798828125 + + 155 + + 82 + + + 11.039999961853027 + 287 + + + + + + 683.4000244140625 + 6330.47021484375 + + 155 + + 81 + + + 11.097000122070312 + 192 + + + + + + 683.5999755859375 + 6341.56982421875 + + 156 + + 82 + + + 11.097000122070312 + 192 + + + + + + 683.5999755859375 + 6352.669921875 + + 156 + + 84 + + + 11.097000122070312 + 177 + + + + + + 683.5999755859375 + 6363.740234375 + + 156 + + 84 + + + 11.069000244140625 + 207 + + + + + + 683.5999755859375 + 6374.77978515625 + + 156 + + 81 + + + 11.039999961853027 + 217 + + + + + + 683.5999755859375 + 6385.93017578125 + + 156 + + 82 + + + 11.154000282287598 + 283 + + + + + + 683.5999755859375 + 6397.10986328125 + + 156 + + 82 + + + 11.182000160217285 + 232 + + + + + + 683.4000244140625 + 6408.27001953125 + + 157 + + 83 + + + 11.154000282287598 + 220 + + + + + + 683.4000244140625 + 6419.35986328125 + + 157 + + 86 + + + 11.097000122070312 + 240 + + + + + + 683.2000122070312 + 6430.3798828125 + + 157 + + 89 + + + 11.012999534606934 + 261 + + + + + + 683.2000122070312 + 6441.2001953125 + + 156 + + 85 + + + 10.821000099182129 + 256 + + + + + + 683.4000244140625 + 6451.990234375 + + 157 + + 85 + + + 10.793999671936035 + 266 + + + + + + 683.7999877929688 + 6462.81005859375 + + 157 + + 83 + + + 10.821000099182129 + 249 + + + + + + 684.0 + 6473.6298828125 + + 157 + + 80 + + + 10.821000099182129 + 249 + + + + + + 684.2000122070312 + 6484.4501953125 + + 157 + + 81 + + + 10.821000099182129 + 242 + + + + + + 683.7999877929688 + 6495.25 + + 157 + + 81 + + + 10.793999671936035 + 216 + + + + + + 683.5999755859375 + 6506.0400390625 + + 157 + + 83 + + + 10.793999671936035 + 209 + + + + + + 683.2000122070312 + 6516.85986328125 + + 157 + + 80 + + + 10.821000099182129 + 296 + + + + + + 683.2000122070312 + 6527.66015625 + + 158 + + 80 + + + 10.793999671936035 + 220 + + + + + + 683.0 + 6538.4501953125 + + 158 + + 80 + + + 10.793999671936035 + 220 + + + + + + 683.0 + 6549.330078125 + + 158 + + 80 + + + 10.875 + 291 + + + + + + 683.0 + 6560.009765625 + + 157 + + 79 + + + 10.687999725341797 + 268 + + + + + + 683.2000122070312 + 6570.7001953125 + + 158 + + 79 + + + 10.687999725341797 + 268 + + + + + + 683.2000122070312 + 6581.52001953125 + + 157 + + 81 + + + 10.821000099182129 + 213 + + + + + + 683.2000122070312 + 6592.240234375 + + 158 + + 78 + + + 10.71399974822998 + 243 + + + + + + 683.4000244140625 + 6602.9501953125 + + 158 + + 78 + + + 10.71399974822998 + 207 + + + + + + 683.5999755859375 + 6613.66015625 + + 158 + + 80 + + + 10.71399974822998 + 207 + + + + + + 683.5999755859375 + 6624.31982421875 + + 157 + + 78 + + + 10.63599967956543 + 249 + + + + + + 683.5999755859375 + 6634.990234375 + + 158 + + 78 + + + 10.687999725341797 + 196 + + + + + + 683.5999755859375 + 6645.68017578125 + + 158 + + 78 + + + 10.687999725341797 + 196 + + + + + + 683.5999755859375 + 6656.35986328125 + + 158 + + 77 + + + 10.687999725341797 + 235 + + + + + + 683.5999755859375 + 6667.0498046875 + + 157 + + 79 + + + 10.687999725341797 + 235 + + + + + + 683.4000244140625 + 6677.7099609375 + + 157 + + 85 + + + 10.661999702453613 + 224 + + + + + + 683.5999755859375 + 6688.27001953125 + + 157 + + 91 + + + 10.557999610900879 + 219 + + + + + + 683.5999755859375 + 6698.91015625 + + 157 + + 84 + + + 10.63599967956543 + 192 + + + + + + 683.4000244140625 + 6709.56982421875 + + 157 + + 76 + + + 10.661999702453613 + 270 + + + + + + 683.5999755859375 + 6720.22998046875 + + 157 + + 79 + + + 10.661999702453613 + 270 + + + + + + 683.4000244140625 + 6731.0 + + 157 + + 81 + + + 10.767000198364258 + 241 + + + + + + 683.4000244140625 + 6741.77001953125 + + 157 + + 88 + + + 10.767000198364258 + 197 + + + + + + 683.4000244140625 + 6752.52978515625 + + 157 + + 82 + + + 10.767000198364258 + 233 + + + + + + 683.5999755859375 + 6763.2998046875 + + 157 + + 79 + + + 10.767000198364258 + 255 + + + + + + 683.5999755859375 + 6774.1201171875 + + 156 + + 81 + + + 10.821000099182129 + 202 + + + + + + 683.5999755859375 + 6785.0498046875 + + 157 + + 78 + + + 10.930000305175781 + 218 + + + + + + 683.4000244140625 + 6795.97998046875 + + 156 + + 78 + + + 10.930000305175781 + 218 + + + + + + 683.5999755859375 + 6806.8701171875 + + 156 + + 78 + + + 10.887999534606934 + 271 + + + + + + 683.4000244140625 + 6817.91015625 + + 156 + + 82 + + + 11.039999961853027 + 210 + + + + + + 683.5999755859375 + 6828.9501953125 + + 156 + + 80 + + + 11.039999961853027 + 254 + + + + + + 683.7999877929688 + 6839.990234375 + + 156 + + 81 + + + 11.039999961853027 + 287 + + + + + + 684.0 + 6850.89013671875 + + 155 + + 85 + + + 10.902000427246094 + 229 + + + + + + 683.7999877929688 + 6861.7900390625 + + 156 + + 85 + + + 10.902000427246094 + 229 + + + + + + 684.0 + 6872.75 + + 156 + + 81 + + + 10.956999778747559 + 219 + + + + + + 684.0 + 6883.60009765625 + + 155 + + 84 + + + 10.847999572753906 + 217 + + + + + + 683.5999755859375 + 6894.4501953125 + + 156 + + 83 + + + 10.847999572753906 + 243 + + + + + + 683.5999755859375 + 6905.240234375 + + 156 + + 80 + + + 10.793999671936035 + 206 + + + + + + 683.5999755859375 + 6916.02978515625 + + 156 + + 80 + + + 10.793999671936035 + 227 + + + + + + 683.7999877929688 + 6926.85986328125 + + 155 + + 86 + + + 10.821000099182129 + 245 + + + + + + 683.4000244140625 + 6937.6201171875 + + 155 + + 78 + + + 10.767000198364258 + 241 + + + + + + 683.4000244140625 + 6948.39013671875 + + 155 + + 81 + + + 10.767000198364258 + 277 + + + + + + 683.4000244140625 + 6959.16015625 + + 155 + + 80 + + + 10.767000198364258 + 313 + + + + + + 683.4000244140625 + 6970.080078125 + + 155 + + 79 + + + 10.902000427246094 + 244 + + + + + + 683.2000122070312 + 6980.8798828125 + + 155 + + 81 + + + 10.821000099182129 + 220 + + + + + + 683.4000244140625 + 6991.6201171875 + + 155 + + 82 + + + 10.741000175476074 + 225 + + + + + + 683.2000122070312 + 7002.330078125 + + 155 + + 79 + + + 10.71399974822998 + 225 + + + + + + 683.0 + 7013.0498046875 + + 156 + + 78 + + + 10.71399974822998 + 297 + + + + + + 683.2000122070312 + 7023.759765625 + + 156 + + 81 + + + 10.71399974822998 + 275 + + + + + + 683.2000122070312 + 7034.47998046875 + + 156 + + 81 + + + 10.71399974822998 + 214 + + + + + + 683.0 + 7045.16015625 + + 156 + + 81 + + + 10.687999725341797 + 221 + + + + + + 683.4000244140625 + 7055.85009765625 + + 156 + + 80 + + + 10.687999725341797 + 268 + + + + + + 683.2000122070312 + 7066.56982421875 + + 156 + + 83 + + + 10.71399974822998 + 189 + + + + + + 683.2000122070312 + 7077.25 + + 156 + + 83 + + + 10.687999725341797 + 210 + + + + + + 683.2000122070312 + 7088.0 + + 156 + + 85 + + + 10.741000175476074 + 251 + + + + + + 683.2000122070312 + 7098.7099609375 + + 156 + + 81 + + + 10.71399974822998 + 185 + + + + + + 683.0 + 7109.35009765625 + + 156 + + 83 + + + 10.63599967956543 + 209 + + + + + + 683.2000122070312 + 7119.97998046875 + + 156 + + 82 + + + 10.63599967956543 + 230 + + + + + + 683.2000122070312 + 7130.77978515625 + + 156 + + 84 + + + 10.793999671936035 + 148 + + + + + + 683.2000122070312 + 7141.43994140625 + + 156 + + 81 + + + 10.661999702453613 + 177 + + + + + + 683.2000122070312 + 7152.06982421875 + + 156 + + 80 + + + 10.63599967956543 + 209 + + + + + + 683.2000122070312 + 7162.7900390625 + + 156 + + 86 + + + 10.71399974822998 + 236 + + + + + + 683.0 + 7173.5498046875 + + 156 + + 83 + + + 10.767000198364258 + 266 + + + + + + 683.2000122070312 + 7184.35009765625 + + 156 + + 81 + + + 10.793999671936035 + 255 + + + + + + 683.2000122070312 + 7195.169921875 + + 156 + + 100 + + + 10.821000099182129 + 162 + + + + + + 683.2000122070312 + 7205.9599609375 + + 156 + + 86 + + + 10.793999671936035 + 3 + + + + + + 673.7999877929688 + 7216.5 + + 156 + + 0 + + + 10.532999992370605 + 0 + + + + + + 674.0 + 7226.93017578125 + + 156 + + 0 + + + 10.432000160217285 + 55 + + + + + + 673.5999755859375 + 7237.259765625 + + 156 + + 100 + + + 10.331999778747559 + 120 + + + + + + 673.0 + 7247.6201171875 + + 156 + + 80 + + + 10.357000350952148 + 41 + + + + + + 672.7999877929688 + 7257.66015625 + + 155 + + 112 + + + 10.045999526977539 + 0 + + + + + + 682.0 + 7267.4599609375 + + 155 + + 0 + + + 9.79699993133545 + 0 + + + + + + 681.4000244140625 + 7276.93994140625 + + 154 + + 0 + + + 9.47700023651123 + 0 + + + + + + 681.2000122070312 + 7286.2900390625 + + 154 + + 0 + + + 9.354999542236328 + 0 + + + + + + 681.2000122070312 + 7295.33984375 + + 152 + + 0 + + + 9.043999671936035 + 0 + + + + + + 680.5999755859375 + 7304.0498046875 + + 152 + + 0 + + + 8.717000007629395 + 0 + + + + + + 681.2000122070312 + 7312.43994140625 + + 150 + + 0 + + + 8.364999771118164 + 36 + + + + + + 682.0 + 7320.77001953125 + + 149 + + 75 + + + 8.348999977111816 + 144 + + + + + + 682.4000244140625 + 7329.080078125 + + 149 + + 79 + + + 8.317000389099121 + 111 + + + + + + 682.5999755859375 + 7337.2001953125 + + 148 + + 63 + + + 8.116000175476074 + 98 + + + + + + 683.0 + 7345.259765625 + + 147 + + 61 + + + 8.055000305175781 + 134 + + + + + + 682.4000244140625 + 7353.240234375 + + 147 + + 60 + + + 7.98199987411499 + 141 + + + + + + 682.0 + 7361.0498046875 + + 145 + + 56 + + + 7.809999942779541 + 180 + + + + + + 681.7999877929688 + 7368.89013671875 + + 144 + + 55 + + + 7.8379998207092285 + 233 + + + + + + 682.0 + 7376.93994140625 + + 143 + + 59 + + + 8.055000305175781 + 250 + + + + + + 681.7999877929688 + 7385.10009765625 + + 142 + + 65 + + + 8.16100025177002 + 267 + + + + + + 681.7999877929688 + 7393.35986328125 + + 142 + + 66 + + + 8.253999710083008 + 272 + + + + + + 682.0 + 7401.64013671875 + + 141 + + 61 + + + 8.28600025177002 + 282 + + + + + + 682.0 + 7410.10009765625 + + 141 + + 63 + + + 8.463000297546387 + 167 + + + + + + 681.7999877929688 + 7418.41015625 + + 141 + + 116 + + + 8.300999641418457 + 5 + + + + + + 681.7999877929688 + 7426.33984375 + + 141 + + 33 + + + 7.938000202178955 + 0 + + + + + + 681.7999877929688 + 7434.2998046875 + + 141 + + 0 + + + 7.908999919891357 + 113 + + + + + + 681.4000244140625 + 7442.10009765625 + + 140 + + 48 + + + 7.8520002365112305 + 150 + + + + + + 681.4000244140625 + 7449.8701171875 + + 140 + + 61 + + + 7.76800012588501 + 121 + + + + + + 681.4000244140625 + 7457.740234375 + + 140 + + 59 + + + 7.866000175476074 + 110 + + + + + + 681.5999755859375 + 7465.58984375 + + 140 + + 58 + + + 7.8520002365112305 + 89 + + + + + + 681.7999877929688 + 7473.4599609375 + + 140 + + 59 + + + 7.866000175476074 + 63 + + + + + + 682.0 + 7481.08984375 + + 139 + + 79 + + + 7.63100004196167 + 20 + + + + + + 682.4000244140625 + 7488.669921875 + + 138 + + 21 + + + 7.578000068664551 + 104 + + + + + + 682.5999755859375 + 7496.1298828125 + + 137 + + 117 + + + 7.460999965667725 + 5 + + + + + + 682.7999877929688 + 7503.3798828125 + + 136 + + 39 + + + 7.25 + 0 + + + + + + 683.0 + 7510.509765625 + + 134 + + 0 + + + 7.13100004196167 + 0 + + + + + + 683.2000122070312 + 7517.509765625 + + 132 + + 0 + + + 7.005000114440918 + 0 + + + + + + 683.4000244140625 + 7524.47021484375 + + 130 + + 0 + + + 6.960000038146973 + 0 + + + + + + 683.4000244140625 + 7531.18994140625 + + 129 + + 0 + + + 6.7129998207092285 + 0 + + + + + + 683.4000244140625 + 7537.8701171875 + + 127 + + 0 + + + 6.682000160217285 + 0 + + + + + + 683.5999755859375 + 7544.419921875 + + 126 + + 0 + + + 6.551000118255615 + 0 + + + + + + 683.7999877929688 + 7550.7001953125 + + 124 + + 0 + + + 6.285999774932861 + 0 + + + + + + 683.7999877929688 + 7556.68017578125 + + 123 + + 0 + + + 5.974999904632568 + 0 + + + + + + 683.7999877929688 + 7562.14990234375 + + 122 + + 0 + + + 5.465000152587891 + 0 + + + + + + 683.7999877929688 + 7567.2099609375 + + 121 + + 0 + + + 5.064000129699707 + 0 + + + + + + 683.5999755859375 + 7571.490234375 + + 120 + + 0 + + + 4.2769999504089355 + 0 + + + + + + 683.5999755859375 + 7574.8798828125 + + 120 + + 0 + + + 3.3959999084472656 + 0 + + + + + + 684.4000244140625 + 7574.8798828125 + + 122 + + 0 + + + 0.0 + 0 + + + + + + 684.4000244140625 + + 121 + + 0 + + + 0 + + + + + + + 10.112000465393066 + 71 + 240 + 191 + 337 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614748.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614748.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614748.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614748.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,9644 @@ + + + + + 2017-08-26T15:20:49.000Z + + 102.0 + 954.42 + 10.557999610900879 + 20 + + 135 + + + 145 + + Active + 96 + Manual + + + + 682.5999755859375 + 4.730000019073486 + + 112 + + 39 + + + 4.732999801635742 + 196 + + + + + + 682.7999877929688 + 9.289999961853027 + + 113 + + 42 + + + 4.554999828338623 + 163 + + + + + + 683.0 + 13.770000457763672 + + 114 + + 45 + + + 4.484000205993652 + 169 + + + + + + 683.2000122070312 + 19.049999237060547 + + 114 + + 54 + + + 5.2789998054504395 + 150 + + + + + + 682.5999755859375 + 25.989999771118164 + + 116 + + 47 + + + 6.938000202178955 + 262 + + + + + + 682.0 + 33.810001373291016 + + 116 + + 49 + + + 7.823999881744385 + 285 + + + + + + 681.4000244140625 + 41.90999984741211 + + 117 + + 60 + + + 8.100000381469727 + 222 + + + + + + 681.2000122070312 + 50.11000061035156 + + 118 + + 67 + + + 8.192000389099121 + 221 + + + + + + 681.0 + 58.470001220703125 + + 119 + + 61 + + + 8.364999771118164 + 237 + + + + + + 680.7999877929688 + 67.0 + + 120 + + 62 + + + 8.529000282287598 + 188 + + + + + + 680.7999877929688 + 75.5 + + 121 + + 63 + + + 8.496000289916992 + 162 + + + + + + 680.7999877929688 + 83.86000061035156 + + 122 + + 64 + + + 8.364999771118164 + 170 + + + + + + 681.0 + 92.2300033569336 + + 123 + + 83 + + + 8.364999771118164 + 159 + + + + + + 681.4000244140625 + 100.58999633789062 + + 123 + + 92 + + + 8.364999771118164 + 170 + + + + + + 681.2000122070312 + 108.94999694824219 + + 124 + + 69 + + + 8.364999771118164 + 153 + + + + + + 681.2000122070312 + 117.4000015258789 + + 125 + + 64 + + + 8.446999549865723 + 177 + + + + + + 681.0 + 125.93000030517578 + + 125 + + 64 + + + 8.529000282287598 + 191 + + + + + + 681.0 + 134.25 + + 126 + + 63 + + + 8.317000389099121 + 200 + + + + + + 680.5999755859375 + 142.74000549316406 + + 126 + + 63 + + + 8.496000289916992 + 204 + + + + + + 680.2000122070312 + 151.36000061035156 + + 127 + + 62 + + + 8.61400032043457 + 230 + + + + + + 679.7999877929688 + 159.88999938964844 + + 128 + + 63 + + + 8.529000282287598 + 199 + + + + + + 680.2000122070312 + 168.52999877929688 + + 129 + + 64 + + + 8.64799976348877 + 179 + + + + + + 680.2000122070312 + 177.14999389648438 + + 129 + + 64 + + + 8.61400032043457 + 175 + + + + + + 680.2000122070312 + 185.85000610351562 + + 129 + + 78 + + + 8.699999809265137 + 162 + + + + + + 680.5999755859375 + 194.5 + + 130 + + 92 + + + 8.64799976348877 + 161 + + + + + + 681.0 + 203.08999633789062 + + 131 + + 63 + + + 8.597000122070312 + 178 + + + + + + 681.0 + 211.75999450683594 + + 131 + + 62 + + + 8.664999961853027 + 196 + + + + + + 680.7999877929688 + 220.5500030517578 + + 131 + + 63 + + + 8.788000106811523 + 214 + + + + + + 681.4000244140625 + 229.3300018310547 + + 132 + + 63 + + + 8.788000106811523 + 214 + + + + + + 680.7999877929688 + 238.0800018310547 + + 132 + + 71 + + + 8.744000434875488 + 143 + + + + + + 681.0 + 246.80999755859375 + + 132 + + 69 + + + 8.734999656677246 + 149 + + + + + + 680.7999877929688 + 255.2899932861328 + + 133 + + 85 + + + 8.479000091552734 + 127 + + + + + + 681.0 + 263.94000244140625 + + 133 + + 75 + + + 8.64799976348877 + 161 + + + + + + 680.5999755859375 + 272.760009765625 + + 133 + + 67 + + + 8.822999954223633 + 212 + + + + + + 680.7999877929688 + 281.7900085449219 + + 133 + + 78 + + + 9.024999618530273 + 172 + + + + + + 680.5999755859375 + 290.8900146484375 + + 133 + + 94 + + + 9.100000381469727 + 151 + + + + + + 680.5999755859375 + 300.1400146484375 + + 134 + + 67 + + + 9.255000114440918 + 169 + + + + + + 680.5999755859375 + 309.2200012207031 + + 134 + + 68 + + + 9.081000328063965 + 224 + + + + + + 680.4000244140625 + 318.5 + + 134 + + 67 + + + 9.274999618530273 + 179 + + + + + + 680.4000244140625 + 327.8299865722656 + + 134 + + 68 + + + 9.335000038146973 + 159 + + + + + + 680.4000244140625 + 337.30999755859375 + + 134 + + 69 + + + 9.47700023651123 + 228 + + + + + + 680.7999877929688 + 346.8299865722656 + + 134 + + 70 + + + 9.517999649047852 + 282 + + + + + + 681.4000244140625 + 356.5799865722656 + + 134 + + 69 + + + 9.753000259399414 + 241 + + + + + + 682.0 + 366.4700012207031 + + 135 + + 69 + + + 9.88599967956543 + 211 + + + + + + 682.0 + 376.3999938964844 + + 135 + + 72 + + + 9.930999755859375 + 189 + + + + + + 681.5999755859375 + 386.3299865722656 + + 135 + + 74 + + + 9.930999755859375 + 241 + + + + + + 680.7999877929688 + 396.239990234375 + + 135 + + 80 + + + 9.909000396728516 + 185 + + + + + + 680.0 + 406.1000061035156 + + 136 + + 81 + + + 9.86400032043457 + 227 + + + + + + 679.5999755859375 + 415.80999755859375 + + 136 + + 73 + + + 9.710000038146973 + 207 + + + + + + 679.4000244140625 + 425.5 + + 137 + + 71 + + + 9.687999725341797 + 275 + + + + + + 679.2000122070312 + 435.25 + + 137 + + 75 + + + 9.730999946594238 + 188 + + + + + + 679.2000122070312 + 444.9200134277344 + + 138 + + 76 + + + 9.687999725341797 + 203 + + + + + + 679.0 + 454.5 + + 138 + + 70 + + + 9.581000328063965 + 195 + + + + + + 678.7999877929688 + 464.1099853515625 + + 138 + + 71 + + + 9.602999687194824 + 202 + + + + + + 678.7999877929688 + 473.7099914550781 + + 138 + + 72 + + + 9.602999687194824 + 202 + + + + + + 679.7999877929688 + 483.2900085449219 + + 139 + + 72 + + + 9.581000328063965 + 193 + + + + + + 680.5999755859375 + 492.8299865722656 + + 139 + + 73 + + + 9.538999557495117 + 213 + + + + + + 681.7999877929688 + 502.3500061035156 + + 139 + + 72 + + + 9.517999649047852 + 270 + + + + + + 682.0 + 512.030029296875 + + 139 + + 70 + + + 9.687999725341797 + 223 + + + + + + 682.4000244140625 + 521.739990234375 + + 140 + + 71 + + + 9.710000038146973 + 246 + + + + + + 682.2000122070312 + 531.5 + + 140 + + 72 + + + 9.753000259399414 + 241 + + + + + + 681.7999877929688 + 541.2100219726562 + + 140 + + 72 + + + 9.710000038146973 + 197 + + + + + + 681.0 + 550.8699951171875 + + 141 + + 69 + + + 9.62399959564209 + 192 + + + + + + 681.0 + 560.510009765625 + + 141 + + 71 + + + 9.666999816894531 + 248 + + + + + + 680.7999877929688 + 570.030029296875 + + 141 + + 72 + + + 9.517999649047852 + 238 + + + + + + 680.5999755859375 + 579.6599731445312 + + 142 + + 71 + + + 9.645000457763672 + 206 + + + + + + 681.2000122070312 + 589.280029296875 + + 142 + + 69 + + + 9.62399959564209 + 244 + + + + + + 682.0 + 599.02001953125 + + 142 + + 69 + + + 9.730999946594238 + 305 + + + + + + 682.2000122070312 + 608.6400146484375 + + 142 + + 72 + + + 9.62399959564209 + 351 + + + + + + 682.5999755859375 + 618.47998046875 + + 142 + + 86 + + + 9.842000007629395 + 223 + + + + + + 682.7999877929688 + 628.3900146484375 + + 143 + + 96 + + + 9.909000396728516 + 191 + + + + + + 682.2000122070312 + 638.2100219726562 + + 142 + + 74 + + + 9.819000244140625 + 193 + + + + + + 681.5999755859375 + 648.030029296875 + + 143 + + 77 + + + 9.819000244140625 + 153 + + + + + + 681.4000244140625 + 657.780029296875 + + 143 + + 72 + + + 9.753000259399414 + 176 + + + + + + 681.0 + 667.4299926757812 + + 143 + + 79 + + + 9.645000457763672 + 132 + + + + + + 680.5999755859375 + 677.1400146484375 + + 143 + + 84 + + + 9.710000038146973 + 175 + + + + + + 680.5999755859375 + 687.0 + + 143 + + 76 + + + 9.86400032043457 + 250 + + + + + + 680.7999877929688 + 696.8699951171875 + + 144 + + 81 + + + 9.86400032043457 + 197 + + + + + + 681.4000244140625 + 706.7999877929688 + + 143 + + 83 + + + 9.930999755859375 + 285 + + + + + + 682.2000122070312 + 716.8400268554688 + + 144 + + 76 + + + 10.045999526977539 + 204 + + + + + + 682.7999877929688 + 726.8400268554688 + + 144 + + 73 + + + 10.0 + 230 + + + + + + 683.4000244140625 + 737.0499877929688 + + 144 + + 74 + + + 10.211000442504883 + 167 + + + + + + 684.0 + 747.3099975585938 + + 144 + + 79 + + + 10.258999824523926 + 247 + + + + + + 684.0 + 757.739990234375 + + 144 + + 75 + + + 10.381999969482422 + 211 + + + + + + 684.0 + 768.1799926757812 + + 144 + + 76 + + + 10.482000350952148 + 181 + + + + + + 684.2000122070312 + 778.72998046875 + + 144 + + 73 + + + 10.557999610900879 + 222 + + + + + + 684.0 + 789.0999755859375 + + 144 + + 83 + + + 10.357000350952148 + 197 + + + + + + 684.2000122070312 + 799.52001953125 + + 145 + + 87 + + + 10.432000160217285 + 208 + + + + + + 684.0 + 809.9000244140625 + + 145 + + 76 + + + 10.381999969482422 + 211 + + + + + + 683.7999877929688 + 820.4600219726562 + + 144 + + 78 + + + 10.557999610900879 + 183 + + + + + + 683.7999877929688 + 830.969970703125 + + 144 + + 78 + + + 10.506999969482422 + 259 + + + + + + 683.7999877929688 + 841.4500122070312 + + 144 + + 80 + + + 10.482000350952148 + 196 + + + + + + 683.4000244140625 + 851.9299926757812 + + 144 + + 82 + + + 10.482000350952148 + 224 + + + + + + 683.4000244140625 + 862.469970703125 + + 144 + + 81 + + + 10.532999992370605 + 190 + + + + + + 683.5999755859375 + 872.7000122070312 + + 145 + + 80 + + + 10.234999656677246 + 157 + + + + + + 683.5999755859375 + 882.9099731445312 + + 145 + + 80 + + + 10.211000442504883 + 214 + + + + + + 683.4000244140625 + 893.1199951171875 + + 144 + + 81 + + + 10.211000442504883 + 163 + + + + + + 683.5999755859375 + 903.3300170898438 + + 145 + + 80 + + + 10.211000442504883 + 208 + + + + + + 683.7999877929688 + 913.5499877929688 + + 144 + + 78 + + + 10.211000442504883 + 208 + + + + + + 683.5999755859375 + 923.8499755859375 + + 144 + + 78 + + + 10.307999610900879 + 258 + + + + + + 683.5999755859375 + 934.1099853515625 + + 144 + + 76 + + + 10.258999824523926 + 175 + + + + + + 683.5999755859375 + 944.25 + + 144 + + 76 + + + 10.140000343322754 + 193 + + + + + + 683.5999755859375 + 954.4199829101562 + + 144 + + 76 + + + 10.163000106811523 + 224 + + + + + + 683.5999755859375 + 964.530029296875 + + 144 + + 74 + + + 10.116000175476074 + 168 + + + + + + + 9.208000183105469 + 72 + 123 + 204 + 351 + + + + + 55.0 + 583.73 + 10.875 + 10 + + 148 + + + 150 + + Active + 85 + Manual + + + + 683.5999755859375 + 964.530029296875 + + 144 + + 74 + + + 10.116000175476074 + 168 + + + + + + 683.5999755859375 + 974.6199951171875 + + 145 + + 74 + + + 10.093000411987305 + 182 + + + + + + 683.7999877929688 + 984.719970703125 + + 145 + + 75 + + + 10.093000411987305 + 185 + + + + + + 684.0 + 994.8599853515625 + + 145 + + 75 + + + 10.140000343322754 + 274 + + + + + + 684.0 + 1004.8599853515625 + + 145 + + 78 + + + 10.0 + 237 + + + + + + 683.7999877929688 + 1015.0399780273438 + + 145 + + 80 + + + 10.187000274658203 + 299 + + + + + + 684.0 + 1025.1400146484375 + + 145 + + 77 + + + 10.093000411987305 + 158 + + + + + + 684.0 + 1035.25 + + 145 + + 75 + + + 10.116000175476074 + 209 + + + + + + 683.7999877929688 + 1045.489990234375 + + 145 + + 74 + + + 10.234999656677246 + 198 + + + + + + 684.0 + 1055.77001953125 + + 145 + + 80 + + + 10.284000396728516 + 230 + + + + + + 684.0 + 1066.22998046875 + + 146 + + 77 + + + 10.456999778747559 + 199 + + + + + + 684.0 + 1076.4599609375 + + 146 + + 75 + + + 10.234999656677246 + 221 + + + + + + 684.2000122070312 + 1086.9000244140625 + + 146 + + 78 + + + 10.432000160217285 + 251 + + + + + + 684.2000122070312 + 1097.449951171875 + + 146 + + 80 + + + 10.557999610900879 + 215 + + + + + + 684.0 + 1107.93994140625 + + 146 + + 79 + + + 10.482000350952148 + 189 + + + + + + 683.7999877929688 + 1118.469970703125 + + 147 + + 79 + + + 10.532999992370605 + 151 + + + + + + 683.5999755859375 + 1129.0 + + 147 + + 79 + + + 10.532999992370605 + 190 + + + + + + 683.2000122070312 + 1139.6400146484375 + + 147 + + 78 + + + 10.63599967956543 + 230 + + + + + + 683.4000244140625 + 1150.3800048828125 + + 147 + + 77 + + + 10.741000175476074 + 190 + + + + + + 683.5999755859375 + 1161.0699462890625 + + 147 + + 77 + + + 10.687999725341797 + 204 + + + + + + 683.7999877929688 + 1171.760009765625 + + 148 + + 81 + + + 10.687999725341797 + 221 + + + + + + 684.0 + 1182.52001953125 + + 148 + + 80 + + + 10.767000198364258 + 201 + + + + + + 684.2000122070312 + 1193.3199462890625 + + 148 + + 78 + + + 10.793999671936035 + 180 + + + + + + 683.7999877929688 + 1204.0799560546875 + + 148 + + 81 + + + 10.767000198364258 + 233 + + + + + + 683.5999755859375 + 1214.8800048828125 + + 148 + + 81 + + + 10.793999671936035 + 216 + + + + + + 683.4000244140625 + 1225.72998046875 + + 148 + + 79 + + + 10.847999572753906 + 232 + + + + + + 683.4000244140625 + 1236.5999755859375 + + 148 + + 80 + + + 10.875 + 275 + + + + + + 683.2000122070312 + 1247.3699951171875 + + 149 + + 81 + + + 10.767000198364258 + 186 + + + + + + 683.4000244140625 + 1258.0799560546875 + + 149 + + 82 + + + 10.71399974822998 + 160 + + + + + + 683.5999755859375 + 1268.719970703125 + + 149 + + 83 + + + 10.63599967956543 + 177 + + + + + + 683.5999755859375 + 1279.199951171875 + + 149 + + 80 + + + 10.482000350952148 + 200 + + + + + + 683.5999755859375 + 1289.6800537109375 + + 149 + + 76 + + + 10.482000350952148 + 231 + + + + + + 683.5999755859375 + 1300.010009765625 + + 149 + + 77 + + + 10.331999778747559 + 234 + + + + + + 683.5999755859375 + 1310.449951171875 + + 149 + + 78 + + + 10.432000160217285 + 180 + + + + + + 683.2000122070312 + 1320.8299560546875 + + 149 + + 80 + + + 10.381999969482422 + 201 + + + + + + 683.2000122070312 + 1331.2099609375 + + 150 + + 76 + + + 10.381999969482422 + 232 + + + + + + 683.4000244140625 + 1341.5699462890625 + + 150 + + 75 + + + 10.357000350952148 + 187 + + + + + + 683.2000122070312 + 1351.949951171875 + + 150 + + 76 + + + 10.381999969482422 + 211 + + + + + + 683.2000122070312 + 1362.3299560546875 + + 150 + + 81 + + + 10.381999969482422 + 218 + + + + + + 683.2000122070312 + 1372.6099853515625 + + 150 + + 83 + + + 10.284000396728516 + 222 + + + + + + 682.7999877929688 + 1382.9000244140625 + + 150 + + 80 + + + 10.284000396728516 + 209 + + + + + + 683.0 + 1393.2099609375 + + 150 + + 77 + + + 10.307999610900879 + 233 + + + + + + 683.0 + 1403.56005859375 + + 150 + + 76 + + + 10.357000350952148 + 287 + + + + + + 683.0 + 1413.969970703125 + + 150 + + 76 + + + 10.381999969482422 + 162 + + + + + + 683.2000122070312 + 1424.3299560546875 + + 150 + + 78 + + + 10.381999969482422 + 162 + + + + + + 683.4000244140625 + 1434.5400390625 + + 150 + + 77 + + + 10.211000442504883 + 210 + + + + + + 683.2000122070312 + 1444.56005859375 + + 150 + + 75 + + + 10.02299976348877 + 217 + + + + + + 683.2000122070312 + 1454.489990234375 + + 150 + + 75 + + + 9.930999755859375 + 175 + + + + + + 683.2000122070312 + 1464.4200439453125 + + 150 + + 78 + + + 9.930999755859375 + 175 + + + + + + 683.2000122070312 + 1474.530029296875 + + 150 + + 77 + + + 10.104000091552734 + 202 + + + + + + 683.2000122070312 + 1484.8599853515625 + + 150 + + 75 + + + 10.331999778747559 + 238 + + + + + + 683.2000122070312 + 1495.4200439453125 + + 150 + + 75 + + + 10.557999610900879 + 208 + + + + + + 683.0 + 1506.1300048828125 + + 150 + + 78 + + + 10.71399974822998 + 218 + + + + + + 683.0 + 1516.7900390625 + + 150 + + 82 + + + 10.661999702453613 + 171 + + + + + + 683.0 + 1527.4599609375 + + 150 + + 85 + + + 10.661999702453613 + 146 + + + + + + 683.0 + 1538.1400146484375 + + 150 + + 83 + + + 10.687999725341797 + 189 + + + + + + 683.2000122070312 + 1548.81005859375 + + 150 + + 79 + + + 10.661999702453613 + 177 + + + + + + + 10.475000381469727 + 78 + 73 + 207 + 299 + + + + + 189.0 + 2053.45 + 11.41699981689453 + 41 + + 154 + + + 157 + + Active + 99 + Manual + + + + 683.2000122070312 + 1548.81005859375 + + 150 + + 79 + + + 10.661999702453613 + 177 + + + + + + 683.4000244140625 + 1559.52001953125 + + 151 + + 82 + + + 10.71399974822998 + 157 + + + + + + 683.4000244140625 + 1570.1300048828125 + + 150 + + 87 + + + 10.609999656677246 + 191 + + + + + + 683.5999755859375 + 1580.949951171875 + + 150 + + 85 + + + 10.821000099182129 + 285 + + + + + + 683.7999877929688 + 1591.68994140625 + + 150 + + 79 + + + 10.741000175476074 + 190 + + + + + + 683.7999877929688 + 1602.510009765625 + + 150 + + 79 + + + 10.821000099182129 + 220 + + + + + + 684.0 + 1613.3299560546875 + + 150 + + 83 + + + 10.821000099182129 + 234 + + + + + + 683.7999877929688 + 1624.1800537109375 + + 150 + + 84 + + + 10.821000099182129 + 213 + + + + + + 683.5999755859375 + 1635.0 + + 150 + + 82 + + + 10.847999572753906 + 162 + + + + + + 683.4000244140625 + 1645.8199462890625 + + 150 + + 81 + + + 10.821000099182129 + 166 + + + + + + 683.4000244140625 + 1656.6400146484375 + + 150 + + 84 + + + 10.821000099182129 + 195 + + + + + + 683.2000122070312 + 1667.4100341796875 + + 150 + + 83 + + + 10.767000198364258 + 154 + + + + + + 683.2000122070312 + 1678.1500244140625 + + 151 + + 79 + + + 10.741000175476074 + 197 + + + + + + 683.2000122070312 + 1688.6600341796875 + + 151 + + 70 + + + 10.506999969482422 + 200 + + + + + + 683.2000122070312 + 1699.27001953125 + + 150 + + 70 + + + 10.609999656677246 + 191 + + + + + + 682.7999877929688 + 1709.8299560546875 + + 151 + + 77 + + + 10.557999610900879 + 265 + + + + + + 682.7999877929688 + 1720.4100341796875 + + 150 + + 76 + + + 10.583999633789062 + 173 + + + + + + 683.0 + 1730.8900146484375 + + 150 + + 76 + + + 10.482000350952148 + 172 + + + + + + 683.0 + 1741.3800048828125 + + 150 + + 80 + + + 10.482000350952148 + 231 + + + + + + 683.0 + 1751.9300537109375 + + 151 + + 80 + + + 10.557999610900879 + 228 + + + + + + 683.0 + 1762.3199462890625 + + 150 + + 78 + + + 10.381999969482422 + 225 + + + + + + 683.2000122070312 + 1772.800048828125 + + 150 + + 76 + + + 10.432000160217285 + 240 + + + + + + 683.4000244140625 + 1783.1800537109375 + + 150 + + 75 + + + 10.432000160217285 + 212 + + + + + + 683.7999877929688 + 1793.68994140625 + + 151 + + 76 + + + 10.506999969482422 + 270 + + + + + + 684.0 + 1804.300048828125 + + 150 + + 78 + + + 10.609999656677246 + 244 + + + + + + 683.7999877929688 + 1814.72998046875 + + 150 + + 77 + + + 10.432000160217285 + 271 + + + + + + 683.7999877929688 + 1825.1099853515625 + + 151 + + 73 + + + 10.381999969482422 + 173 + + + + + + 683.4000244140625 + 1835.4200439453125 + + 151 + + 71 + + + 10.307999610900879 + 286 + + + + + + 683.0 + 1845.9300537109375 + + 151 + + 74 + + + 10.506999969482422 + 227 + + + + + + 683.2000122070312 + 1856.3299560546875 + + 151 + + 78 + + + 10.406999588012695 + 264 + + + + + + 683.0 + 1866.9200439453125 + + 151 + + 79 + + + 10.583999633789062 + 257 + + + + + + 683.2000122070312 + 1877.6300048828125 + + 151 + + 83 + + + 10.71399974822998 + 218 + + + + + + 683.2000122070312 + 1888.3399658203125 + + 150 + + 81 + + + 10.71399974822998 + 286 + + + + + + 683.2000122070312 + 1899.18994140625 + + 150 + + 80 + + + 10.847999572753906 + 254 + + + + + + 683.0 + 1910.260009765625 + + 151 + + 81 + + + 11.069000244140625 + 239 + + + + + + 682.7999877929688 + 1921.1400146484375 + + 151 + + 85 + + + 10.875 + 170 + + + + + + 682.7999877929688 + 1932.22998046875 + + 151 + + 90 + + + 11.097000122070312 + 240 + + + + + + 682.7999877929688 + 1943.18994140625 + + 151 + + 88 + + + 10.956999778747559 + 219 + + + + + + 682.5999755859375 + 1954.22998046875 + + 151 + + 82 + + + 11.039999961853027 + 169 + + + + + + 682.5999755859375 + 1965.300048828125 + + 151 + + 83 + + + 11.069000244140625 + 188 + + + + + + 682.7999877929688 + 1976.4100341796875 + + 152 + + 80 + + + 11.069000244140625 + 188 + + + + + + 683.0 + 1987.43994140625 + + 152 + + 80 + + + 11.069000244140625 + 211 + + + + + + 683.4000244140625 + 1998.56005859375 + + 152 + + 86 + + + 11.125 + 201 + + + + + + 683.7999877929688 + 2009.719970703125 + + 153 + + 84 + + + 11.154000282287598 + 201 + + + + + + 684.0 + 2020.81005859375 + + 153 + + 79 + + + 11.097000122070312 + 222 + + + + + + 684.0 + 2031.8800048828125 + + 153 + + 84 + + + 11.069000244140625 + 232 + + + + + + 684.0 + 2043.010009765625 + + 153 + + 83 + + + 11.125 + 182 + + + + + + 683.5999755859375 + 2054.1298828125 + + 153 + + 78 + + + 11.125 + 182 + + + + + + 683.2000122070312 + 2065.169921875 + + 153 + + 79 + + + 11.039999961853027 + 206 + + + + + + 682.7999877929688 + 2075.909912109375 + + 153 + + 82 + + + 10.741000175476074 + 186 + + + + + + 682.5999755859375 + 2086.64990234375 + + 153 + + 85 + + + 10.741000175476074 + 186 + + + + + + 682.7999877929688 + 2097.320068359375 + + 153 + + 82 + + + 10.661999702453613 + 231 + + + + + + 682.7999877929688 + 2108.080078125 + + 153 + + 85 + + + 10.767000198364258 + 219 + + + + + + 682.7999877929688 + 2118.719970703125 + + 153 + + 81 + + + 10.63599967956543 + 192 + + + + + + 682.7999877929688 + 2129.360107421875 + + 153 + + 79 + + + 10.63599967956543 + 220 + + + + + + 683.0 + 2139.989990234375 + + 153 + + 80 + + + 10.63599967956543 + 234 + + + + + + 682.7999877929688 + 2150.6298828125 + + 153 + + 83 + + + 10.63599967956543 + 199 + + + + + + 682.7999877929688 + 2161.110107421875 + + 153 + + 82 + + + 10.482000350952148 + 213 + + + + + + 682.7999877929688 + 2171.669921875 + + 153 + + 80 + + + 10.557999610900879 + 239 + + + + + + 682.5999755859375 + 2182.169921875 + + 153 + + 81 + + + 10.506999969482422 + 281 + + + + + + 682.4000244140625 + 2192.530029296875 + + 152 + + 78 + + + 10.357000350952148 + 249 + + + + + + 682.5999755859375 + 2202.889892578125 + + 153 + + 78 + + + 10.357000350952148 + 249 + + + + + + 682.4000244140625 + 2213.469970703125 + + 153 + + 77 + + + 10.583999633789062 + 244 + + + + + + 682.4000244140625 + 2224.06005859375 + + 153 + + 78 + + + 10.583999633789062 + 194 + + + + + + 682.5999755859375 + 2234.610107421875 + + 153 + + 82 + + + 10.557999610900879 + 165 + + + + + + 682.5999755859375 + 2245.169921875 + + 153 + + 80 + + + 10.557999610900879 + 165 + + + + + + 682.5999755859375 + 2255.60009765625 + + 153 + + 82 + + + 10.432000160217285 + 184 + + + + + + 682.7999877929688 + 2266.06005859375 + + 153 + + 76 + + + 10.456999778747559 + 181 + + + + + + 683.2000122070312 + 2276.389892578125 + + 152 + + 76 + + + 10.331999778747559 + 200 + + + + + + 683.5999755859375 + 2286.800048828125 + + 152 + + 81 + + + 10.406999588012695 + 188 + + + + + + 683.4000244140625 + 2297.1298828125 + + 153 + + 79 + + + 10.331999778747559 + 224 + + + + + + 683.2000122070312 + 2307.4599609375 + + 152 + + 82 + + + 10.331999778747559 + 224 + + + + + + 683.0 + 2318.1298828125 + + 152 + + 79 + + + 10.661999702453613 + 270 + + + + + + 683.0 + 2328.7099609375 + + 152 + + 81 + + + 10.583999633789062 + 198 + + + + + + 682.7999877929688 + 2339.5 + + 152 + + 79 + + + 10.793999671936035 + 206 + + + + + + 682.7999877929688 + 2350.300048828125 + + 152 + + 81 + + + 10.793999671936035 + 206 + + + + + + 682.7999877929688 + 2361.22998046875 + + 152 + + 80 + + + 10.930000305175781 + 245 + + + + + + 683.2000122070312 + 2372.1298828125 + + 153 + + 79 + + + 10.902000427246094 + 188 + + + + + + 683.2000122070312 + 2382.97998046875 + + 153 + + 79 + + + 10.847999572753906 + 188 + + + + + + 683.4000244140625 + 2393.93994140625 + + 153 + + 82 + + + 10.956999778747559 + 373 + + + + + + 683.2000122070312 + 2405.030029296875 + + 152 + + 81 + + + 11.097000122070312 + 211 + + + + + + 683.2000122070312 + 2416.1298828125 + + 153 + + 81 + + + 11.097000122070312 + 200 + + + + + + 683.2000122070312 + 2427.199951171875 + + 153 + + 84 + + + 11.069000244140625 + 229 + + + + + + 683.0 + 2438.2099609375 + + 153 + + 89 + + + 11.012999534606934 + 261 + + + + + + 683.4000244140625 + 2449.219970703125 + + 153 + + 84 + + + 11.012999534606934 + 261 + + + + + + 683.5999755859375 + 2460.179931640625 + + 153 + + 83 + + + 10.956999778747559 + 245 + + + + + + 683.5999755859375 + 2471.139892578125 + + 153 + + 82 + + + 10.956999778747559 + 245 + + + + + + 683.5999755859375 + 2482.3798828125 + + 154 + + 81 + + + 11.239999771118164 + 217 + + + + + + 683.7999877929688 + 2493.6201171875 + + 154 + + 84 + + + 11.239999771118164 + 217 + + + + + + 683.4000244140625 + 2504.800048828125 + + 154 + + 85 + + + 11.182000160217285 + 220 + + + + + + 683.0 + 2515.919921875 + + 154 + + 85 + + + 11.125 + 219 + + + + + + 682.7999877929688 + 2527.080078125 + + 154 + + 85 + + + 11.154000282287598 + 212 + + + + + + 682.5999755859375 + 2538.260009765625 + + 155 + + 80 + + + 11.182000160217285 + 197 + + + + + + 682.4000244140625 + 2549.43994140625 + + 155 + + 80 + + + 11.182000160217285 + 197 + + + + + + 682.2000122070312 + 2560.340087890625 + + 155 + + 89 + + + 10.902000427246094 + 213 + + + + + + 682.4000244140625 + 2571.300048828125 + + 156 + + 90 + + + 10.956999778747559 + 237 + + + + + + 682.5999755859375 + 2582.14990234375 + + 156 + + 84 + + + 10.847999572753906 + 210 + + + + + + 682.5999755859375 + 2592.93994140625 + + 156 + + 81 + + + 10.793999671936035 + 195 + + + + + + 682.7999877929688 + 2603.659912109375 + + 155 + + 83 + + + 10.71399974822998 + 193 + + + + + + 682.7999877929688 + 2614.27001953125 + + 156 + + 78 + + + 10.609999656677246 + 230 + + + + + + 683.0 + 2624.9599609375 + + 156 + + 81 + + + 10.687999725341797 + 210 + + + + + + 683.0 + 2635.6201171875 + + 156 + + 83 + + + 10.661999702453613 + 188 + + + + + + 683.2000122070312 + 2646.179931640625 + + 155 + + 78 + + + 10.557999610900879 + 211 + + + + + + 683.2000122070312 + 2656.580078125 + + 156 + + 94 + + + 10.406999588012695 + 188 + + + + + + 683.2000122070312 + 2666.9599609375 + + 156 + + 76 + + + 10.381999969482422 + 228 + + + + + + 683.2000122070312 + 2677.550048828125 + + 156 + + 84 + + + 10.583999633789062 + 240 + + + + + + 683.4000244140625 + 2688.340087890625 + + 156 + + 85 + + + 10.793999671936035 + 206 + + + + + + 683.2000122070312 + 2699.0400390625 + + 156 + + 99 + + + 10.661999702453613 + 245 + + + + + + 683.2000122070312 + 2709.669921875 + + 155 + + 92 + + + 10.63599967956543 + 245 + + + + + + 683.2000122070312 + 2720.260009765625 + + 155 + + 82 + + + 10.583999633789062 + 183 + + + + + + 683.0 + 2730.889892578125 + + 155 + + 78 + + + 10.609999656677246 + 223 + + + + + + 682.7999877929688 + 2741.489990234375 + + 155 + + 78 + + + 10.63599967956543 + 249 + + + + + + 682.5999755859375 + 2752.110107421875 + + 155 + + 81 + + + 10.63599967956543 + 241 + + + + + + 682.4000244140625 + 2762.7900390625 + + 155 + + 90 + + + 10.687999725341797 + 257 + + + + + + 682.2000122070312 + 2773.639892578125 + + 155 + + 92 + + + 10.793999671936035 + 280 + + + + + + 682.4000244140625 + 2784.43994140625 + + 155 + + 85 + + + 10.847999572753906 + 188 + + + + + + 682.5999755859375 + 2795.31005859375 + + 155 + + 85 + + + 10.875 + 207 + + + + + + 682.7999877929688 + 2806.1298828125 + + 155 + + 83 + + + 10.821000099182129 + 209 + + + + + + 683.2000122070312 + 2817.030029296875 + + 155 + + 80 + + + 10.902000427246094 + 208 + + + + + + 683.5999755859375 + 2828.02001953125 + + 154 + + 77 + + + 10.984999656677246 + 209 + + + + + + 683.4000244140625 + 2839.1201171875 + + 154 + + 80 + + + 11.097000122070312 + 240 + + + + + + 683.4000244140625 + 2850.070068359375 + + 154 + + 83 + + + 10.956999778747559 + 219 + + + + + + 683.4000244140625 + 2861.030029296875 + + 154 + + 85 + + + 10.956999778747559 + 164 + + + + + + 683.0 + 2871.97998046875 + + 154 + + 85 + + + 10.930000305175781 + 175 + + + + + + 682.5999755859375 + 2882.780029296875 + + 155 + + 85 + + + 10.821000099182129 + 242 + + + + + + 682.5999755859375 + 2893.659912109375 + + 155 + + 92 + + + 10.875 + 196 + + + + + + 682.5999755859375 + 2904.56005859375 + + 155 + + 90 + + + 10.902000427246094 + 197 + + + + + + 682.5999755859375 + 2915.3798828125 + + 155 + + 73 + + + 10.821000099182129 + 187 + + + + + + 682.5999755859375 + 2926.1201171875 + + 155 + + 72 + + + 10.741000175476074 + 225 + + + + + + 682.7999877929688 + 2937.050048828125 + + 155 + + 87 + + + 10.930000305175781 + 208 + + + + + + 682.7999877929688 + 2947.89990234375 + + 154 + + 84 + + + 10.847999572753906 + 225 + + + + + + 683.0 + 2958.669921875 + + 154 + + 80 + + + 10.767000198364258 + 244 + + + + + + 683.0 + 2969.429931640625 + + 154 + + 81 + + + 10.767000198364258 + 219 + + + + + + 683.2000122070312 + 2980.449951171875 + + 154 + + 83 + + + 11.012999534606934 + 276 + + + + + + 683.0 + 2991.239990234375 + + 153 + + 81 + + + 10.793999671936035 + 233 + + + + + + 682.7999877929688 + 3002.06005859375 + + 153 + + 80 + + + 10.821000099182129 + 206 + + + + + + 682.7999877929688 + 3012.830078125 + + 153 + + 81 + + + 10.767000198364258 + 190 + + + + + + 682.7999877929688 + 3023.56005859375 + + 153 + + 80 + + + 10.71399974822998 + 264 + + + + + + 683.0 + 3034.280029296875 + + 153 + + 80 + + + 10.741000175476074 + 218 + + + + + + 683.0 + 3045.02001953125 + + 153 + + 80 + + + 10.741000175476074 + 222 + + + + + + 682.7999877929688 + 3055.7099609375 + + 152 + + 82 + + + 10.687999725341797 + 217 + + + + + + 683.0 + 3066.239990234375 + + 153 + + 78 + + + 10.532999992370605 + 253 + + + + + + 683.2000122070312 + 3076.75 + + 153 + + 79 + + + 10.506999969482422 + 224 + + + + + + 683.0 + 3087.389892578125 + + 153 + + 83 + + + 10.63599967956543 + 273 + + + + + + 682.7999877929688 + 3098.1298828125 + + 154 + + 85 + + + 10.741000175476074 + 229 + + + + + + 682.7999877929688 + 3108.949951171875 + + 154 + + 83 + + + 10.821000099182129 + 220 + + + + + + 682.7999877929688 + 3119.739990234375 + + 154 + + 85 + + + 10.793999671936035 + 209 + + + + + + 682.5999755859375 + 3130.510009765625 + + 155 + + 84 + + + 10.767000198364258 + 212 + + + + + + 682.4000244140625 + 3141.389892578125 + + 155 + + 82 + + + 10.875 + 188 + + + + + + 682.4000244140625 + 3152.22998046875 + + 155 + + 80 + + + 10.847999572753906 + 254 + + + + + + 682.5999755859375 + 3163.080078125 + + 155 + + 81 + + + 10.847999572753906 + 261 + + + + + + 682.5999755859375 + 3174.070068359375 + + 155 + + 85 + + + 10.984999656677246 + 246 + + + + + + 682.5999755859375 + 3185.110107421875 + + 155 + + 83 + + + 11.039999961853027 + 247 + + + + + + 682.7999877929688 + 3196.199951171875 + + 156 + + 84 + + + 11.097000122070312 + 211 + + + + + + 682.7999877929688 + 3207.360107421875 + + 156 + + 86 + + + 11.154000282287598 + 227 + + + + + + 682.5999755859375 + 3218.39990234375 + + 156 + + 84 + + + 11.039999961853027 + 265 + + + + + + 682.5999755859375 + 3229.699951171875 + + 156 + + 83 + + + 11.269000053405762 + 222 + + + + + + 682.5999755859375 + 3240.989990234375 + + 156 + + 86 + + + 11.32800006866455 + 174 + + + + + + 682.5999755859375 + 3252.35009765625 + + 156 + + 89 + + + 11.357999801635742 + 288 + + + + + + 682.4000244140625 + 3263.77001953125 + + 156 + + 87 + + + 11.416999816894531 + 217 + + + + + + 682.4000244140625 + 3275.070068359375 + + 157 + + 90 + + + 11.298999786376953 + 204 + + + + + + 682.4000244140625 + 3286.3701171875 + + 156 + + 90 + + + 11.298999786376953 + 204 + + + + + + 682.4000244140625 + 3297.6201171875 + + 156 + + 87 + + + 11.255000114440918 + 191 + + + + + + 682.2000122070312 + 3308.830078125 + + 157 + + 91 + + + 11.211000442504883 + 243 + + + + + + 682.4000244140625 + 3320.0400390625 + + 156 + + 86 + + + 11.154000282287598 + 223 + + + + + + 682.7999877929688 + 3331.080078125 + + 157 + + 83 + + + 11.097000122070312 + 260 + + + + + + 682.7999877929688 + 3342.2099609375 + + 157 + + 86 + + + 11.125 + 226 + + + + + + 682.5999755859375 + 3353.280029296875 + + 157 + + 88 + + + 11.069000244140625 + 225 + + + + + + 682.2000122070312 + 3364.35009765625 + + 157 + + 82 + + + 11.069000244140625 + 259 + + + + + + 682.4000244140625 + 3375.360107421875 + + 157 + + 85 + + + 11.012999534606934 + 238 + + + + + + 681.7999877929688 + 3386.35009765625 + + 157 + + 85 + + + 10.984999656677246 + 183 + + + + + + 681.5999755859375 + 3397.219970703125 + + 157 + + 83 + + + 10.875 + 214 + + + + + + 681.7999877929688 + 3408.070068359375 + + 157 + + 81 + + + 10.847999572753906 + 239 + + + + + + 682.0 + 3418.93994140625 + + 157 + + 84 + + + 10.875 + 221 + + + + + + 681.7999877929688 + 3429.659912109375 + + 156 + + 79 + + + 10.71399974822998 + 243 + + + + + + 682.0 + 3440.56005859375 + + 156 + + 80 + + + 10.902000427246094 + 262 + + + + + + 682.0 + 3451.409912109375 + + 157 + + 84 + + + 10.847999572753906 + 235 + + + + + + 682.2000122070312 + 3462.1201171875 + + 156 + + 83 + + + 10.71399974822998 + 193 + + + + + + 682.4000244140625 + 3472.760009765625 + + 157 + + 81 + + + 10.63599967956543 + 241 + + + + + + 682.5999755859375 + 3483.5 + + 157 + + 78 + + + 10.741000175476074 + 218 + + + + + + 682.7999877929688 + 3494.18994140625 + + 157 + + 85 + + + 10.687999725341797 + 204 + + + + + + 682.7999877929688 + 3504.800048828125 + + 156 + + 88 + + + 10.609999656677246 + 244 + + + + + + 682.7999877929688 + 3515.429931640625 + + 156 + + 78 + + + 10.63599967956543 + 245 + + + + + + 682.5999755859375 + 3526.14990234375 + + 156 + + 82 + + + 10.71399974822998 + 232 + + + + + + 682.4000244140625 + 3536.989990234375 + + 156 + + 85 + + + 10.847999572753906 + 272 + + + + + + 682.4000244140625 + 3547.7900390625 + + 156 + + 81 + + + 10.793999671936035 + 248 + + + + + + 682.5999755859375 + 3558.75 + + 156 + + 80 + + + 10.956999778747559 + 201 + + + + + + 682.5999755859375 + 3569.64990234375 + + 156 + + 83 + + + 10.902000427246094 + 200 + + + + + + 682.7999877929688 + 3580.580078125 + + 156 + + 81 + + + 10.930000305175781 + 299 + + + + + + 682.5999755859375 + 3591.590087890625 + + 156 + + 82 + + + 11.012999534606934 + 224 + + + + + + 682.5999755859375 + 3602.580078125 + + 156 + + 85 + + + 10.984999656677246 + 187 + + + + + + + 10.805000305175781 + 82 + 260 + 221 + 373 + + + + + 35.0 + 405.8 + 11.692999839782715 + 8 + + 158 + + + 160 + + Active + 89 + Manual + + + + 682.5999755859375 + 3602.580078125 + + 156 + + 85 + + + 10.984999656677246 + 187 + + + + + + 682.5999755859375 + 3613.669921875 + + 157 + + 85 + + + 11.097000122070312 + 196 + + + + + + 682.7999877929688 + 3624.550048828125 + + 157 + + 82 + + + 10.875 + 207 + + + + + + 679.7999877929688 + 3635.530029296875 + + 156 + + 81 + + + 10.984999656677246 + 205 + + + + + + 680.2000122070312 + 3646.60009765625 + + 156 + + 83 + + + 11.069000244140625 + 236 + + + + + + 680.2000122070312 + 3657.669921875 + + 156 + + 84 + + + 11.069000244140625 + 236 + + + + + + 680.2000122070312 + 3668.840087890625 + + 156 + + 84 + + + 11.168000221252441 + 321 + + + + + + 679.7999877929688 + 3680.169921875 + + 156 + + 85 + + + 11.32800006866455 + 284 + + + + + + 682.7999877929688 + 3691.469970703125 + + 156 + + 85 + + + 11.298999786376953 + 256 + + + + + + 682.5999755859375 + 3702.93994140625 + + 155 + + 84 + + + 11.47700023651123 + 229 + + + + + + 682.5999755859375 + 3714.360107421875 + + 156 + + 83 + + + 11.416999816894531 + 327 + + + + + + 682.5999755859375 + 3725.840087890625 + + 157 + + 89 + + + 11.47700023651123 + 318 + + + + + + 682.5999755859375 + 3737.3701171875 + + 156 + + 88 + + + 11.538000106811523 + 358 + + + + + + 682.7999877929688 + 3749.010009765625 + + 157 + + 84 + + + 11.630999565124512 + 241 + + + + + + 682.4000244140625 + 3760.699951171875 + + 157 + + 88 + + + 11.692999839782715 + 242 + + + + + + 682.0 + 3772.1201171875 + + 158 + + 85 + + + 11.416999816894531 + 217 + + + + + + 682.0 + 3783.5 + + 158 + + 82 + + + 11.38700008392334 + 217 + + + + + + 682.0 + 3794.830078125 + + 158 + + 84 + + + 11.32800006866455 + 242 + + + + + + 681.7999877929688 + 3806.219970703125 + + 158 + + 85 + + + 11.38700008392334 + 281 + + + + + + 681.5999755859375 + 3817.550048828125 + + 159 + + 85 + + + 11.32800006866455 + 257 + + + + + + 681.5999755859375 + 3828.840087890625 + + 159 + + 86 + + + 11.298999786376953 + 244 + + + + + + 681.4000244140625 + 3840.110107421875 + + 159 + + 83 + + + 11.269000053405762 + 233 + + + + + + 681.2000122070312 + 3851.300048828125 + + 159 + + 84 + + + 11.182000160217285 + 202 + + + + + + 681.2000122070312 + 3862.449951171875 + + 159 + + 85 + + + 11.154000282287598 + 257 + + + + + + 681.5999755859375 + 3873.550048828125 + + 159 + + 84 + + + 11.097000122070312 + 255 + + + + + + 682.2000122070312 + 3884.590087890625 + + 159 + + 83 + + + 11.039999961853027 + 277 + + + + + + 682.2000122070312 + 3895.7099609375 + + 159 + + 84 + + + 11.125 + 215 + + + + + + 682.4000244140625 + 3906.919921875 + + 159 + + 89 + + + 11.211000442504883 + 217 + + + + + + 682.4000244140625 + 3918.18994140625 + + 160 + + 88 + + + 11.269000053405762 + 244 + + + + + + 682.2000122070312 + 3929.320068359375 + + 159 + + 85 + + + 11.125 + 201 + + + + + + 682.2000122070312 + 3940.360107421875 + + 159 + + 85 + + + 11.039999961853027 + 206 + + + + + + 682.4000244140625 + 3951.570068359375 + + 159 + + 83 + + + 11.211000442504883 + 273 + + + + + + 682.5999755859375 + 3962.97998046875 + + 160 + + 81 + + + 11.416999816894531 + 301 + + + + + + 682.7999877929688 + 3974.4599609375 + + 160 + + 85 + + + 11.47700023651123 + 264 + + + + + + 683.0 + 3985.909912109375 + + 160 + + 85 + + + 11.446999549865723 + 244 + + + + + + 682.7999877929688 + 3997.389892578125 + + 160 + + 83 + + + 11.47700023651123 + 222 + + + + + + 683.0 + 4008.860107421875 + + 160 + + 83 + + + 11.47700023651123 + 219 + + + + + + + 11.14799976348877 + 85 + 51 + 248 + 358 + + + + + 183.0 + 2059.16 + 11.821000099182127 + 45 + + 162 + + + 164 + + Active + 98 + Manual + + + + 683.0 + 4008.860107421875 + + 160 + + 83 + + + 11.47700023651123 + 219 + + + + + + 683.5999755859375 + 4020.4599609375 + + 160 + + 86 + + + 11.600000381469727 + 212 + + + + + + 684.2000122070312 + 4032.030029296875 + + 160 + + 84 + + + 11.569000244140625 + 259 + + + + + + 684.5999755859375 + 4043.60009765625 + + 160 + + 83 + + + 11.569000244140625 + 259 + + + + + + 685.2000122070312 + 4055.330078125 + + 160 + + 86 + + + 11.725000381469727 + 270 + + + + + + 685.5999755859375 + 4067.02001953125 + + 160 + + 87 + + + 11.692999839782715 + 262 + + + + + + 685.4000244140625 + 4078.81005859375 + + 161 + + 86 + + + 11.788000106811523 + 240 + + + + + + 685.4000244140625 + 4090.56005859375 + + 160 + + 85 + + + 11.756999969482422 + 239 + + + + + + 685.2000122070312 + 4102.3798828125 + + 161 + + 88 + + + 11.821000099182129 + 272 + + + + + + 685.0 + 4114.080078125 + + 161 + + 94 + + + 11.692999839782715 + 214 + + + + + + 685.0 + 4125.7099609375 + + 161 + + 89 + + + 11.630999565124512 + 225 + + + + + + 685.0 + 4137.31005859375 + + 161 + + 86 + + + 11.600000381469727 + 209 + + + + + + 684.7999877929688 + 4148.8798828125 + + 162 + + 84 + + + 11.569000244140625 + 228 + + + + + + 684.7999877929688 + 4160.39990234375 + + 162 + + 84 + + + 11.508000373840332 + 238 + + + + + + 684.5999755859375 + 4171.9501953125 + + 161 + + 85 + + + 11.569000244140625 + 216 + + + + + + 684.5999755859375 + 4183.3701171875 + + 162 + + 89 + + + 11.416999816894531 + 247 + + + + + + 684.5999755859375 + 4194.669921875 + + 162 + + 85 + + + 11.298999786376953 + 267 + + + + + + 684.2000122070312 + 4206.0 + + 161 + + 84 + + + 11.32800006866455 + 235 + + + + + + 684.0 + 4217.2099609375 + + 162 + + 85 + + + 11.211000442504883 + 224 + + + + + + 683.7999877929688 + 4228.419921875 + + 161 + + 81 + + + 11.211000442504883 + 202 + + + + + + 683.4000244140625 + 4239.3798828125 + + 161 + + 79 + + + 10.956999778747559 + 311 + + + + + + 683.2000122070312 + 4250.4501953125 + + 161 + + 82 + + + 11.069000244140625 + 351 + + + + + + 683.2000122070312 + 4261.60009765625 + + 161 + + 84 + + + 11.154000282287598 + 212 + + + + + + 683.2000122070312 + 4275.43994140625 + + 161 + + 83 + + + 11.069000244140625 + 170 + + + + + + 683.4000244140625 + 4286.4501953125 + + 161 + + 85 + + + 11.012999534606934 + 199 + + + + + + 683.4000244140625 + 4297.31982421875 + + 161 + + 84 + + + 10.875 + 261 + + + + + + 683.5999755859375 + 4308.22998046875 + + 161 + + 81 + + + 10.902000427246094 + 269 + + + + + + 683.5999755859375 + 4319.06982421875 + + 161 + + 83 + + + 10.847999572753906 + 228 + + + + + + 683.7999877929688 + 4330.02978515625 + + 161 + + 88 + + + 10.956999778747559 + 248 + + + + + + 683.7999877929688 + 4340.85009765625 + + 161 + + 84 + + + 10.821000099182129 + 234 + + + + + + 683.7999877929688 + 4352.25 + + 161 + + 83 + + + 11.012999534606934 + 213 + + + + + + 683.7999877929688 + 4362.9599609375 + + 161 + + 86 + + + 11.097000122070312 + 281 + + + + + + 683.7999877929688 + 4374.31982421875 + + 161 + + 82 + + + 11.357999801635742 + 334 + + + + + + 683.7999877929688 + 4385.64990234375 + + 162 + + 84 + + + 11.32800006866455 + 238 + + + + + + 683.5999755859375 + 4397.02978515625 + + 161 + + 85 + + + 11.38700008392334 + 274 + + + + + + 683.5999755859375 + 4408.8701171875 + + 162 + + 87 + + + 11.446999549865723 + 302 + + + + + + 683.4000244140625 + 4419.990234375 + + 162 + + 85 + + + 11.508000373840332 + 199 + + + + + + 683.5999755859375 + 4431.43017578125 + + 162 + + 89 + + + 11.446999549865723 + 221 + + + + + + 683.5999755859375 + 4442.93994140625 + + 162 + + 86 + + + 11.47700023651123 + 233 + + + + + + 683.5999755859375 + 4454.330078125 + + 162 + + 86 + + + 11.416999816894531 + 213 + + + + + + 683.5999755859375 + 4465.89990234375 + + 162 + + 89 + + + 11.569000244140625 + 266 + + + + + + 683.7999877929688 + 4477.31005859375 + + 162 + + 88 + + + 11.416999816894531 + 274 + + + + + + 683.7999877929688 + 4488.7900390625 + + 162 + + 86 + + + 11.47700023651123 + 241 + + + + + + 683.5999755859375 + 4500.1201171875 + + 162 + + 84 + + + 11.32800006866455 + 272 + + + + + + 683.5999755859375 + 4511.52978515625 + + 163 + + 85 + + + 11.416999816894531 + 247 + + + + + + 683.5999755859375 + 4522.89013671875 + + 163 + + 85 + + + 11.357999801635742 + 246 + + + + + + 683.4000244140625 + 4534.18994140625 + + 163 + + 87 + + + 11.298999786376953 + 244 + + + + + + 683.2000122070312 + 4545.43017578125 + + 163 + + 91 + + + 11.239999771118164 + 229 + + + + + + 683.2000122070312 + 4556.64013671875 + + 163 + + 90 + + + 11.211000442504883 + 217 + + + + + + 683.4000244140625 + 4567.740234375 + + 163 + + 85 + + + 11.097000122070312 + 244 + + + + + + 683.2000122070312 + 4579.22021484375 + + 163 + + 86 + + + 11.125 + 309 + + + + + + 682.7999877929688 + 4589.93994140625 + + 163 + + 82 + + + 11.069000244140625 + 288 + + + + + + 682.4000244140625 + 4600.9501953125 + + 163 + + 81 + + + 11.012999534606934 + 238 + + + + + + 682.2000122070312 + 4611.9599609375 + + 163 + + 83 + + + 11.012999534606934 + 253 + + + + + + 682.0 + 4623.02978515625 + + 163 + + 85 + + + 11.069000244140625 + 377 + + + + + + 682.0 + 4634.18017578125 + + 163 + + 83 + + + 11.154000282287598 + 287 + + + + + + 682.4000244140625 + 4645.14013671875 + + 163 + + 81 + + + 10.956999778747559 + 223 + + + + + + 682.5999755859375 + 4656.14990234375 + + 163 + + 82 + + + 11.012999534606934 + 253 + + + + + + 682.7999877929688 + 4667.31005859375 + + 164 + + 81 + + + 11.154000282287598 + 261 + + + + + + 682.7999877929688 + 4678.31982421875 + + 163 + + 80 + + + 11.012999534606934 + 238 + + + + + + 683.0 + 4689.4501953125 + + 163 + + 81 + + + 11.125 + 256 + + + + + + 683.0 + 4700.52001953125 + + 164 + + 83 + + + 11.069000244140625 + 251 + + + + + + 682.7999877929688 + 4711.52978515625 + + 163 + + 84 + + + 11.012999534606934 + 253 + + + + + + 683.0 + 4722.56982421875 + + 164 + + 84 + + + 11.039999961853027 + 247 + + + + + + 683.0 + 4733.72021484375 + + 163 + + 88 + + + 11.154000282287598 + 241 + + + + + + 683.2000122070312 + 4745.4501953125 + + 163 + + 89 + + + 11.269000053405762 + 199 + + + + + + 683.2000122070312 + 4756.2900390625 + + 163 + + 85 + + + 11.298999786376953 + 207 + + + + + + 683.2000122070312 + 4767.5 + + 163 + + 85 + + + 11.211000442504883 + 228 + + + + + + 683.2000122070312 + 4778.68017578125 + + 163 + + 86 + + + 11.182000160217285 + 209 + + + + + + 683.0 + 4789.89013671875 + + 163 + + 83 + + + 11.211000442504883 + 191 + + + + + + 682.7999877929688 + 4800.8798828125 + + 163 + + 83 + + + 10.984999656677246 + 212 + + + + + + 683.0 + 4811.919921875 + + 163 + + 92 + + + 11.039999961853027 + 258 + + + + + + 683.0 + 4822.9599609375 + + 163 + + 92 + + + 11.039999961853027 + 309 + + + + + + 683.0 + 4834.06005859375 + + 163 + + 85 + + + 11.097000122070312 + 296 + + + + + + 683.0 + 4845.2099609375 + + 162 + + 84 + + + 11.154000282287598 + 257 + + + + + + 683.2000122070312 + 4856.39013671875 + + 162 + + 83 + + + 11.182000160217285 + 227 + + + + + + 683.0 + 4867.56982421875 + + 162 + + 83 + + + 11.182000160217285 + 227 + + + + + + 683.0 + 4878.81005859375 + + 162 + + 83 + + + 11.182000160217285 + 227 + + + + + + 682.7999877929688 + 4889.97021484375 + + 162 + + 85 + + + 11.211000442504883 + 251 + + + + + + 682.7999877929688 + 4901.25 + + 162 + + 85 + + + 11.269000053405762 + 271 + + + + + + 682.7999877929688 + 4912.83984375 + + 162 + + 88 + + + 11.154000282287598 + 215 + + + + + + 683.0 + 4923.52001953125 + + 162 + + 92 + + + 11.125 + 222 + + + + + + 683.0 + 4934.580078125 + + 162 + + 85 + + + 11.069000244140625 + 218 + + + + + + 683.2000122070312 + 4945.68017578125 + + 162 + + 81 + + + 11.097000122070312 + 222 + + + + + + 683.2000122070312 + 4956.60986328125 + + 162 + + 85 + + + 10.930000305175781 + 211 + + + + + + 683.2000122070312 + 4967.85986328125 + + 162 + + 87 + + + 10.847999572753906 + 286 + + + + + + 683.4000244140625 + 4978.47021484375 + + 162 + + 84 + + + 11.012999534606934 + 294 + + + + + + 683.4000244140625 + 4989.68017578125 + + 163 + + 82 + + + 11.211000442504883 + 291 + + + + + + 683.4000244140625 + 5000.919921875 + + 162 + + 85 + + + 11.182000160217285 + 209 + + + + + + 683.2000122070312 + 5011.990234375 + + 163 + + 86 + + + 11.097000122070312 + 244 + + + + + + 683.0 + 5023.080078125 + + 163 + + 84 + + + 11.097000122070312 + 304 + + + + + + 682.7999877929688 + 5034.18017578125 + + 163 + + 84 + + + 11.125 + 215 + + + + + + 682.7999877929688 + 5045.25 + + 162 + + 85 + + + 11.069000244140625 + 225 + + + + + + 682.5999755859375 + 5056.14990234375 + + 163 + + 83 + + + 10.902000427246094 + 276 + + + + + + 682.7999877929688 + 5067.0 + + 163 + + 80 + + + 10.847999572753906 + 257 + + + + + + 682.7999877929688 + 5077.8701171875 + + 163 + + 80 + + + 10.875 + 192 + + + + + + 682.7999877929688 + 5088.60986328125 + + 162 + + 80 + + + 10.741000175476074 + 272 + + + + + + 683.0 + 5099.33984375 + + 162 + + 80 + + + 10.71399974822998 + 264 + + + + + + 683.2000122070312 + 5109.89013671875 + + 161 + + 80 + + + 10.557999610900879 + 201 + + + + + + 683.2000122070312 + 5120.47021484375 + + 161 + + 78 + + + 10.583999633789062 + 229 + + + + + + 683.4000244140625 + 5131.490234375 + + 162 + + 78 + + + 10.63599967956543 + 216 + + + + + + 683.4000244140625 + 5141.77001953125 + + 161 + + 80 + + + 10.661999702453613 + 203 + + + + + + 683.2000122070312 + 5152.4599609375 + + 161 + + 85 + + + 10.687999725341797 + 231 + + + + + + 683.2000122070312 + 5163.25 + + 162 + + 82 + + + 10.793999671936035 + 273 + + + + + + 682.7999877929688 + 5173.990234375 + + 161 + + 79 + + + 10.741000175476074 + 247 + + + + + + 682.7999877929688 + 5184.9501953125 + + 161 + + 78 + + + 10.956999778747559 + 274 + + + + + + 682.7999877929688 + 5195.85009765625 + + 161 + + 78 + + + 10.902000427246094 + 226 + + + + + + 682.5999755859375 + 5206.81005859375 + + 162 + + 78 + + + 10.956999778747559 + 209 + + + + + + 682.4000244140625 + 5217.759765625 + + 162 + + 81 + + + 10.956999778747559 + 227 + + + + + + 682.5999755859375 + 5228.919921875 + + 161 + + 84 + + + 11.154000282287598 + 395 + + + + + + 682.5999755859375 + 5240.18994140625 + + 161 + + 83 + + + 11.269000053405762 + 241 + + + + + + 682.5999755859375 + 5251.27978515625 + + 162 + + 82 + + + 11.097000122070312 + 240 + + + + + + 683.2000122070312 + 5262.6201171875 + + 162 + + 88 + + + 11.298999786376953 + 305 + + + + + + 683.5999755859375 + 5274.02978515625 + + 162 + + 84 + + + 11.446999549865723 + 271 + + + + + + 683.7999877929688 + 5285.509765625 + + 162 + + 85 + + + 11.47700023651123 + 229 + + + + + + 684.0 + 5297.009765625 + + 162 + + 87 + + + 11.508000373840332 + 269 + + + + + + 684.2000122070312 + 5308.580078125 + + 162 + + 85 + + + 11.538000106811523 + 335 + + + + + + 683.5999755859375 + 5320.14990234375 + + 162 + + 85 + + + 11.600000381469727 + 263 + + + + + + 683.2000122070312 + 5331.72021484375 + + 162 + + 84 + + + 11.569000244140625 + 231 + + + + + + 683.2000122070312 + 5343.22998046875 + + 162 + + 86 + + + 11.508000373840332 + 246 + + + + + + 683.0 + 5354.7099609375 + + 162 + + 87 + + + 11.47700023651123 + 210 + + + + + + 682.5999755859375 + 5366.0 + + 162 + + 84 + + + 11.298999786376953 + 211 + + + + + + 682.7999877929688 + 5377.27001953125 + + 162 + + 85 + + + 11.269000053405762 + 218 + + + + + + 683.0 + 5388.47998046875 + + 162 + + 89 + + + 11.211000442504883 + 194 + + + + + + 683.0 + 5399.60986328125 + + 162 + + 89 + + + 11.125 + 178 + + + + + + 683.2000122070312 + 5410.7099609375 + + 162 + + 87 + + + 11.097000122070312 + 196 + + + + + + 683.2000122070312 + 5421.7998046875 + + 161 + + 87 + + + 11.097000122070312 + 196 + + + + + + 683.0 + 5432.7099609375 + + 162 + + 85 + + + 10.902000427246094 + 275 + + + + + + 682.7999877929688 + 5443.60986328125 + + 161 + + 80 + + + 10.902000427246094 + 275 + + + + + + 683.0 + 5454.58984375 + + 161 + + 79 + + + 10.970999717712402 + 225 + + + + + + 682.7999877929688 + 5465.919921875 + + 161 + + 78 + + + 10.984999656677246 + 330 + + + + + + 682.7999877929688 + 5476.68017578125 + + 161 + + 81 + + + 11.125 + 337 + + + + + + 683.0 + 5487.8701171875 + + 161 + + 84 + + + 11.182000160217285 + 235 + + + + + + 683.0 + 5499.169921875 + + 161 + + 83 + + + 11.298999786376953 + 302 + + + + + + 682.7999877929688 + 5510.35009765625 + + 161 + + 83 + + + 11.182000160217285 + 332 + + + + + + 682.5999755859375 + 5521.47021484375 + + 162 + + 83 + + + 11.125 + 241 + + + + + + 682.5999755859375 + 5532.39990234375 + + 161 + + 84 + + + 10.930000305175781 + 263 + + + + + + 682.5999755859375 + 5543.39013671875 + + 161 + + 85 + + + 10.984999656677246 + 260 + + + + + + 682.7999877929688 + 5554.3701171875 + + 162 + + 84 + + + 10.984999656677246 + 267 + + + + + + 682.7999877929688 + 5565.2998046875 + + 162 + + 83 + + + 10.930000305175781 + 236 + + + + + + 683.0 + 5576.259765625 + + 162 + + 83 + + + 10.956999778747559 + 193 + + + + + + 683.4000244140625 + 5587.22021484375 + + 161 + + 83 + + + 10.956999778747559 + 186 + + + + + + 683.4000244140625 + 5598.47998046875 + + 162 + + 84 + + + 11.239999771118164 + 247 + + + + + + 683.2000122070312 + 5609.77978515625 + + 162 + + 86 + + + 11.32800006866455 + 212 + + + + + + 683.4000244140625 + 5620.93994140625 + + 162 + + 84 + + + 11.154000282287598 + 212 + + + + + + 683.0 + 5632.18017578125 + + 161 + + 87 + + + 11.239999771118164 + 187 + + + + + + 683.0 + 5643.39013671875 + + 162 + + 86 + + + 11.211000442504883 + 221 + + + + + + 683.0 + 5654.6298828125 + + 161 + + 82 + + + 11.239999771118164 + 270 + + + + + + 682.7999877929688 + 5665.9599609375 + + 161 + + 83 + + + 11.32800006866455 + 284 + + + + + + 682.7999877929688 + 5677.2001953125 + + 162 + + 86 + + + 11.239999771118164 + 214 + + + + + + 682.7999877929688 + 5688.89990234375 + + 161 + + 84 + + + 11.298999786376953 + 237 + + + + + + 683.0 + 5699.7998046875 + + 161 + + 84 + + + 11.298999786376953 + 234 + + + + + + 683.4000244140625 + 5711.06005859375 + + 162 + + 85 + + + 11.269000053405762 + 271 + + + + + + 683.5999755859375 + 5722.18994140625 + + 161 + + 85 + + + 11.125 + 323 + + + + + + 683.7999877929688 + 5733.31005859375 + + 161 + + 85 + + + 11.125 + 323 + + + + + + 683.7999877929688 + 5744.72998046875 + + 161 + + 81 + + + 11.416999816894531 + 209 + + + + + + 683.7999877929688 + 5756.08984375 + + 161 + + 91 + + + 11.357999801635742 + 216 + + + + + + 683.7999877929688 + 5767.47998046875 + + 161 + + 98 + + + 11.38700008392334 + 296 + + + + + + 683.5999755859375 + 5778.89013671875 + + 161 + + 92 + + + 11.416999816894531 + 221 + + + + + + 683.4000244140625 + 5790.0498046875 + + 161 + + 88 + + + 11.154000282287598 + 264 + + + + + + 683.0 + 5801.2900390625 + + 161 + + 86 + + + 11.239999771118164 + 266 + + + + + + 682.7999877929688 + 5812.58984375 + + 161 + + 84 + + + 11.298999786376953 + 302 + + + + + + 682.5999755859375 + 5823.89013671875 + + 161 + + 85 + + + 11.298999786376953 + 260 + + + + + + 682.2000122070312 + 5835.14990234375 + + 161 + + 85 + + + 11.269000053405762 + 264 + + + + + + 682.4000244140625 + 5846.4501953125 + + 161 + + 87 + + + 11.298999786376953 + 298 + + + + + + 682.7999877929688 + 5857.68994140625 + + 161 + + 85 + + + 11.239999771118164 + 229 + + + + + + 682.5999755859375 + 5868.8798828125 + + 162 + + 82 + + + 11.182000160217285 + 202 + + + + + + 682.5999755859375 + 5880.06005859375 + + 162 + + 82 + + + 11.182000160217285 + 227 + + + + + + 682.7999877929688 + 5891.06982421875 + + 162 + + 85 + + + 11.012999534606934 + 210 + + + + + + 683.0 + 5902.080078125 + + 161 + + 84 + + + 11.012999534606934 + 268 + + + + + + 683.5999755859375 + 5913.1201171875 + + 162 + + 81 + + + 11.039999961853027 + 239 + + + + + + 683.4000244140625 + 5924.18994140625 + + 162 + + 81 + + + 11.069000244140625 + 266 + + + + + + 683.5999755859375 + 5935.31982421875 + + 162 + + 82 + + + 11.125 + 275 + + + + + + 683.7999877929688 + 5946.41015625 + + 162 + + 80 + + + 11.097000122070312 + 240 + + + + + + 683.5999755859375 + 5957.4501953125 + + 161 + + 80 + + + 11.039999961853027 + 210 + + + + + + 683.5999755859375 + 5968.3798828125 + + 161 + + 83 + + + 10.930000305175781 + 215 + + + + + + 683.5999755859375 + 5979.419921875 + + 161 + + 83 + + + 11.039999961853027 + 277 + + + + + + 683.5999755859375 + 5990.3798828125 + + 161 + + 86 + + + 10.956999778747559 + 256 + + + + + + 683.4000244140625 + 6001.27978515625 + + 162 + + 91 + + + 10.902000427246094 + 287 + + + + + + 683.7999877929688 + 6012.2998046875 + + 162 + + 85 + + + 11.012999534606934 + 265 + + + + + + 683.7999877929688 + 6023.68017578125 + + 161 + + 78 + + + 11.012999534606934 + 249 + + + + + + 684.0 + 6034.35009765625 + + 161 + + 82 + + + 11.039999961853027 + 280 + + + + + + 684.0 + 6045.4501953125 + + 162 + + 88 + + + 11.097000122070312 + 274 + + + + + + 684.0 + 6056.5400390625 + + 161 + + 85 + + + 11.097000122070312 + 274 + + + + + + 683.5999755859375 + 6067.72021484375 + + 161 + + 85 + + + 11.182000160217285 + 239 + + + + + + + 11.199000358581543 + 84 + 259 + 248 + 395 + + + + + 54.0 + 399.36 + 11.182000160217283 + 1 + + 146 + + + 162 + + Active + 121 + Manual + + + + 683.5999755859375 + 6067.72021484375 + + 161 + + 85 + + + 11.182000160217285 + 239 + + + + + + 683.7999877929688 + 6078.7099609375 + + 162 + + 99 + + + 10.984999656677246 + 0 + + + + + + 683.7999877929688 + 6089.47998046875 + + 162 + + 121 + + + 10.767000198364258 + 0 + + + + + + 684.2000122070312 + 6100.06005859375 + + 162 + + 0 + + + 10.583999633789062 + 0 + + + + + + 684.0 + 6110.490234375 + + 162 + + 0 + + + 10.432000160217285 + 59 + + + + + + 683.4000244140625 + 6120.77978515625 + + 162 + + 28 + + + 10.284000396728516 + 27 + + + + + + 682.7999877929688 + 6130.85009765625 + + 162 + + 84 + + + 10.069000244140625 + 0 + + + + + + 682.0 + 6140.56005859375 + + 162 + + 0 + + + 9.710000038146973 + 0 + + + + + + 681.2000122070312 + 6150.009765625 + + 162 + + 0 + + + 9.456000328063965 + 0 + + + + + + 680.5999755859375 + 6159.22998046875 + + 162 + + 0 + + + 9.215999603271484 + 0 + + + + + + 680.4000244140625 + 6168.10009765625 + + 161 + + 0 + + + 8.876999855041504 + 0 + + + + + + 680.2000122070312 + 6176.7001953125 + + 161 + + 0 + + + 8.597000122070312 + 48 + + + + + + 680.5999755859375 + 6185.16015625 + + 161 + + 29 + + + 8.413999557495117 + 19 + + + + + + 680.5999755859375 + 6193.14013671875 + + 160 + + 87 + + + 8.026000022888184 + 0 + + + + + + 680.7999877929688 + 6200.97998046875 + + 160 + + 0 + + + 7.8379998207092285 + 31 + + + + + + 681.2000122070312 + 6208.75 + + 159 + + 32 + + + 7.76800012588501 + 182 + + + + + + 682.2000122070312 + 6216.83984375 + + 158 + + 117 + + + 7.8520002365112305 + 189 + + + + + + 682.2000122070312 + 6224.47998046875 + + 158 + + 75 + + + 7.880000114440918 + 139 + + + + + + 682.2000122070312 + 6232.2900390625 + + 157 + + 69 + + + 7.809999942779541 + 135 + + + + + + 682.4000244140625 + 6240.10009765625 + + 157 + + 77 + + + 7.809999942779541 + 135 + + + + + + 682.4000244140625 + 6251.81982421875 + + 156 + + 60 + + + 7.809999942779541 + 141 + + + + + + 681.5999755859375 + 6259.64990234375 + + 155 + + 58 + + + 7.8379998207092285 + 135 + + + + + + 681.5999755859375 + 6267.43994140625 + + 154 + + 58 + + + 7.7820000648498535 + 124 + + + + + + 681.7999877929688 + 6275.08984375 + + 153 + + 58 + + + 7.6579999923706055 + 132 + + + + + + 682.2000122070312 + 6282.75 + + 152 + + 58 + + + 7.6579999923706055 + 161 + + + + + + 682.5999755859375 + 6290.39990234375 + + 151 + + 59 + + + 7.644999980926514 + 127 + + + + + + 682.5999755859375 + 6298.0 + + 150 + + 57 + + + 7.605000019073486 + 89 + + + + + + 682.7999877929688 + 6305.5498046875 + + 149 + + 70 + + + 7.552000045776367 + 93 + + + + + + 683.0 + 6312.990234375 + + 149 + + 78 + + + 7.435999870300293 + 111 + + + + + + 683.2000122070312 + 6320.3798828125 + + 149 + + 70 + + + 7.373000144958496 + 93 + + + + + + 683.5999755859375 + 6327.7001953125 + + 148 + + 74 + + + 7.335999965667725 + 110 + + + + + + 684.0 + 6334.97021484375 + + 147 + + 80 + + + 7.27400016784668 + 7 + + + + + + 684.0 + 6341.97021484375 + + 145 + + 20 + + + 6.993000030517578 + 2 + + + + + + 684.0 + 6348.85986328125 + + 144 + + 0 + + + 6.894000053405762 + 0 + + + + + + 684.0 + 6355.60986328125 + + 143 + + 0 + + + 6.755000114440918 + 0 + + + + + + 684.0 + 6362.18994140625 + + 141 + + 0 + + + 6.571000099182129 + 2 + + + + + + 684.2000122070312 + 6368.58984375 + + 141 + + 0 + + + 6.406000137329102 + 0 + + + + + + 684.5999755859375 + 6374.85009765625 + + 139 + + 0 + + + 6.258999824523926 + 27 + + + + + + 684.7999877929688 + 6381.06982421875 + + 138 + + 78 + + + 6.2230000495910645 + 83 + + + + + + 685.0 + 6387.31005859375 + + 137 + + 73 + + + 6.23199987411499 + 2 + + + + + + 685.4000244140625 + 6393.419921875 + + 136 + + 31 + + + 6.118000030517578 + 0 + + + + + + 685.7999877929688 + 6399.419921875 + + 135 + + 0 + + + 6.0 + 0 + + + + + + 686.0 + 6405.1298828125 + + 134 + + 0 + + + 5.709000110626221 + 0 + + + + + + 686.4000244140625 + 6410.60009765625 + + 133 + + 0 + + + 5.4720001220703125 + 0 + + + + + + 686.7999877929688 + 6415.91015625 + + 131 + + 0 + + + 5.304999828338623 + 0 + + + + + + 687.0 + 6421.0498046875 + + 130 + + 0 + + + 5.136000156402588 + 0 + + + + + + 686.7999877929688 + 6426.02001953125 + + 128 + + 0 + + + 4.9710001945495605 + 1 + + + + + + 686.7999877929688 + 6430.81982421875 + + 127 + + 0 + + + 4.807000160217285 + 3 + + + + + + 686.5999755859375 + 6435.490234375 + + 126 + + 0 + + + 4.6620001792907715 + 0 + + + + + + 686.4000244140625 + 6439.9599609375 + + 125 + + 0 + + + 4.4710001945495605 + 0 + + + + + + 686.2000122070312 + 6443.85009765625 + + 124 + + 0 + + + 3.8980000019073486 + 0 + + + + + + 686.2000122070312 + 6447.31005859375 + + 124 + + 0 + + + 3.4549999237060547 + 0 + + + + + + 686.0 + 6450.16015625 + + 123 + + 0 + + + 2.8540000915527344 + 1 + + + + + + 685.7999877929688 + 6453.02001953125 + + 122 + + 0 + + + 2.8540000915527344 + 0 + + + + + + 685.7999877929688 + 6454.4599609375 + + 122 + + 0 + + + 1.4420000314712524 + 0 + + + + + + 685.5999755859375 + 6455.89990234375 + + 122 + + 0 + + + 1.4420000314712524 + 0 + + + + + + + 7.1539998054504395 + 34 + 31 + 47 + 239 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + diff -Nru "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614762.tcx" "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614762.tcx" --- "/tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/aerolab/velodrome test 2017 front end options/activity_1940614762.tcx" 1970-01-01 00:00:00.000000000 +0000 +++ "/tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/aerolab/velodrome test 2017 front end options/activity_1940614762.tcx" 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,10495 @@ + + + + + 2017-08-26T15:42:53.000Z + + 91.0 + 758.07 + 10.022999763488768 + 15 + + 125 + + + 133 + + Active + 96 + Manual + + + + 683.0 + 6.710000038146973 + + 110 + + 62 + + + 6.7129998207092285 + 121 + + + + + + 683.0 + 13.479999542236328 + + 112 + + 67 + + + 6.764999866485596 + 124 + + + + + + 683.4000244140625 + 20.3799991607666 + + 113 + + 61 + + + 6.90500020980835 + 152 + + + + + + 683.4000244140625 + 27.459999084472656 + + 114 + + 56 + + + 7.072999954223633 + 137 + + + + + + 683.4000244140625 + 34.5 + + 114 + + 74 + + + 7.039000034332275 + 134 + + + + + + 684.5999755859375 + 41.5 + + 115 + + 72 + + + 7.005000114440918 + 109 + + + + + + 684.5999755859375 + 48.77000045776367 + + 116 + + 67 + + + 7.27400016784668 + 114 + + + + + + 684.2000122070312 + 56.040000915527344 + + 117 + + 55 + + + 7.26200008392334 + 111 + + + + + + 683.7999877929688 + 63.36000061035156 + + 118 + + 61 + + + 7.322999954223633 + 88 + + + + + + 683.2000122070312 + 70.58999633789062 + + 119 + + 70 + + + 7.22599983215332 + 108 + + + + + + 682.5999755859375 + 77.80999755859375 + + 119 + + 72 + + + 7.22599983215332 + 106 + + + + + + 682.2000122070312 + 84.87000274658203 + + 120 + + 57 + + + 7.061999797821045 + 85 + + + + + + 682.0 + 91.93000030517578 + + 120 + + 60 + + + 7.061999797821045 + 110 + + + + + + 682.0 + 99.0 + + 121 + + 64 + + + 7.061999797821045 + 127 + + + + + + 682.2000122070312 + 106.06999969482422 + + 121 + + 59 + + + 7.072999954223633 + 99 + + + + + + 682.5999755859375 + 113.13999938964844 + + 121 + + 54 + + + 7.072999954223633 + 128 + + + + + + 683.2000122070312 + 120.12000274658203 + + 121 + + 52 + + + 6.98199987411499 + 151 + + + + + + 684.0 + 127.2300033569336 + + 121 + + 55 + + + 7.107999801635742 + 173 + + + + + + 684.5999755859375 + 134.47000122070312 + + 121 + + 59 + + + 7.23799991607666 + 152 + + + + + + 685.0 + 141.75999450683594 + + 121 + + 55 + + + 7.285999774932861 + 151 + + + + + + 685.4000244140625 + 149.19000244140625 + + 121 + + 54 + + + 7.435999870300293 + 154 + + + + + + 685.2000122070312 + 156.72999572753906 + + 122 + + 55 + + + 7.539000034332275 + 236 + + + + + + 685.0 + 166.1999969482422 + + 122 + + 61 + + + 7.578000068664551 + 187 + + + + + + 684.5999755859375 + 173.77999877929688 + + 122 + + 63 + + + 7.578000068664551 + 151 + + + + + + 684.5999755859375 + 181.30999755859375 + + 123 + + 56 + + + 7.526000022888184 + 166 + + + + + + 684.5999755859375 + 188.86000061035156 + + 123 + + 56 + + + 7.552000045776367 + 144 + + + + + + 684.5999755859375 + 196.39999389648438 + + 123 + + 54 + + + 7.539000034332275 + 128 + + + + + + 684.7999877929688 + 203.97999572753906 + + 123 + + 57 + + + 7.578000068664551 + 144 + + + + + + 685.0 + 211.6999969482422 + + 124 + + 58 + + + 7.72599983215332 + 181 + + + + + + 685.2000122070312 + 219.50999450683594 + + 124 + + 78 + + + 7.809999942779541 + 156 + + + + + + 685.2000122070312 + 227.38999938964844 + + 124 + + 76 + + + 7.880000114440918 + 131 + + + + + + 685.2000122070312 + 235.22999572753906 + + 125 + + 66 + + + 7.8379998207092285 + 107 + + + + + + 685.2000122070312 + 243.02999877929688 + + 125 + + 78 + + + 7.796000003814697 + 109 + + + + + + 685.2000122070312 + 250.94000244140625 + + 125 + + 88 + + + 7.908999919891357 + 153 + + + + + + 685.5999755859375 + 258.989990234375 + + 125 + + 65 + + + 8.055000305175781 + 150 + + + + + + 685.5999755859375 + 267.2099914550781 + + 125 + + 60 + + + 8.222999572753906 + 208 + + + + + + 685.5999755859375 + 275.6000061035156 + + 125 + + 60 + + + 8.380999565124512 + 226 + + + + + + 685.4000244140625 + 284.1400146484375 + + 125 + + 62 + + + 8.545999526977539 + 208 + + + + + + 685.2000122070312 + 292.69000244140625 + + 126 + + 63 + + + 8.545999526977539 + 188 + + + + + + 684.7999877929688 + 301.25 + + 126 + + 63 + + + 8.562999725341797 + 177 + + + + + + 684.5999755859375 + 309.9700012207031 + + 127 + + 64 + + + 8.717000007629395 + 181 + + + + + + 684.5999755859375 + 318.739990234375 + + 127 + + 64 + + + 8.770000457763672 + 187 + + + + + + 684.7999877929688 + 327.6000061035156 + + 127 + + 64 + + + 8.859000205993652 + 151 + + + + + + 684.7999877929688 + 336.510009765625 + + 128 + + 66 + + + 8.913999557495117 + 143 + + + + + + 685.0 + 345.5 + + 128 + + 75 + + + 8.98799991607666 + 144 + + + + + + 685.2000122070312 + 354.489990234375 + + 128 + + 96 + + + 8.98799991607666 + 132 + + + + + + 685.0 + 363.489990234375 + + 128 + + 85 + + + 9.005999565124512 + 132 + + + + + + 685.0 + 372.2799987792969 + + 129 + + 85 + + + 8.788000106811523 + 129 + + + + + + 684.7999877929688 + 381.07000732421875 + + 128 + + 83 + + + 8.788000106811523 + 129 + + + + + + 684.5999755859375 + 389.70001220703125 + + 128 + + 76 + + + 8.630999565124512 + 138 + + + + + + 684.4000244140625 + 398.3999938964844 + + 128 + + 79 + + + 8.699999809265137 + 159 + + + + + + 684.2000122070312 + 407.04998779296875 + + 128 + + 75 + + + 8.64799976348877 + 135 + + + + + + 684.0 + 415.42999267578125 + + 128 + + 77 + + + 8.380999565124512 + 123 + + + + + + 684.0 + 423.760009765625 + + 128 + + 90 + + + 8.333000183105469 + 142 + + + + + + 684.0 + 432.260009765625 + + 128 + + 82 + + + 8.496000289916992 + 150 + + + + + + 683.7999877929688 + 440.739990234375 + + 128 + + 78 + + + 8.479000091552734 + 155 + + + + + + 684.0 + 449.2699890136719 + + 128 + + 72 + + + 8.529000282287598 + 165 + + + + + + 684.2000122070312 + 457.7900085449219 + + 128 + + 63 + + + 8.529000282287598 + 131 + + + + + + 684.5999755859375 + 466.239990234375 + + 127 + + 63 + + + 8.446999549865723 + 180 + + + + + + 684.7999877929688 + 474.7699890136719 + + 127 + + 66 + + + 8.529000282287598 + 214 + + + + + + 684.7999877929688 + 483.3800048828125 + + 127 + + 64 + + + 8.61400032043457 + 190 + + + + + + 685.0 + 491.8999938964844 + + 126 + + 64 + + + 8.512999534606934 + 164 + + + + + + 685.2000122070312 + 500.4100036621094 + + 127 + + 63 + + + 8.512999534606934 + 176 + + + + + + 685.2000122070312 + 508.94000244140625 + + 126 + + 62 + + + 8.529000282287598 + 199 + + + + + + 685.7999877929688 + 517.5 + + 126 + + 62 + + + 8.562999725341797 + 245 + + + + + + 686.5999755859375 + 526.0499877929688 + + 127 + + 69 + + + 8.545999526977539 + 200 + + + + + + 687.4000244140625 + 534.5700073242188 + + 126 + + 79 + + + 8.512999534606934 + 196 + + + + + + 687.2000122070312 + 543.0900268554688 + + 127 + + 84 + + + 8.529000282287598 + 216 + + + + + + 687.2000122070312 + 551.5999755859375 + + 126 + + 77 + + + 8.512999534606934 + 176 + + + + + + 686.4000244140625 + 560.1199951171875 + + 127 + + 70 + + + 8.512999534606934 + 201 + + + + + + 685.7999877929688 + 568.8300170898438 + + 127 + + 64 + + + 8.717000007629395 + 212 + + + + + + 685.2000122070312 + 577.4600219726562 + + 127 + + 64 + + + 8.630999565124512 + 222 + + + + + + 685.5999755859375 + 586.219970703125 + + 127 + + 64 + + + 8.751999855041504 + 245 + + + + + + 686.0 + 594.9299926757812 + + 128 + + 63 + + + 8.717000007629395 + 233 + + + + + + 686.2000122070312 + 603.760009765625 + + 128 + + 64 + + + 8.822999954223633 + 206 + + + + + + 686.2000122070312 + 612.7999877929688 + + 128 + + 66 + + + 9.043999671936035 + 208 + + + + + + 686.4000244140625 + 622.0 + + 128 + + 67 + + + 9.196999549865723 + 181 + + + + + + 686.5999755859375 + 631.1400146484375 + + 129 + + 68 + + + 9.138999938964844 + 171 + + + + + + 686.5999755859375 + 640.3099975585938 + + 129 + + 68 + + + 9.177000045776367 + 196 + + + + + + 686.5999755859375 + 649.6099853515625 + + 129 + + 69 + + + 9.295000076293945 + 177 + + + + + + 686.7999877929688 + 659.0900268554688 + + 129 + + 71 + + + 9.47700023651123 + 222 + + + + + + 686.5999755859375 + 668.77001953125 + + 129 + + 72 + + + 9.687999725341797 + 281 + + + + + + 686.4000244140625 + 678.6199951171875 + + 129 + + 74 + + + 9.842000007629395 + 292 + + + + + + 686.2000122070312 + 688.52001953125 + + 130 + + 72 + + + 9.86400032043457 + 161 + + + + + + 686.2000122070312 + 698.280029296875 + + 130 + + 72 + + + 9.79699993133545 + 160 + + + + + + 686.2000122070312 + 708.1199951171875 + + 130 + + 74 + + + 9.842000007629395 + 223 + + + + + + 686.2000122070312 + 718.0700073242188 + + 131 + + 74 + + + 9.954000473022461 + 236 + + + + + + 686.2000122070312 + 728.0700073242188 + + 131 + + 71 + + + 10.0 + 166 + + + + + + 686.2000122070312 + 738.0499877929688 + + 132 + + 71 + + + 9.97700023651123 + 137 + + + + + + 686.0 + 748.0499877929688 + + 132 + + 73 + + + 10.0 + 166 + + + + + + 686.2000122070312 + 758.0700073242188 + + 133 + + 73 + + + 10.02299976348877 + 164 + + + + + + 686.4000244140625 + 768.1900024414062 + + 134 + + 74 + + + 10.116000175476074 + 158 + + + + + + + 8.343999862670898 + 68 + 103 + 165 + 292 + + + + + 35.0 + 362.97 + 10.357000350952147 + 6 + + 140 + + + 143 + + Active + 100 + Manual + + + + 686.4000244140625 + 768.1900024414062 + + 134 + + 74 + + + 10.116000175476074 + 158 + + + + + + 686.5999755859375 + 778.280029296875 + + 134 + + 79 + + + 10.093000411987305 + 185 + + + + + + 686.5999755859375 + 788.4400024414062 + + 135 + + 78 + + + 10.163000106811523 + 238 + + + + + + 686.5999755859375 + 798.6799926757812 + + 135 + + 77 + + + 10.234999656677246 + 208 + + + + + + 686.4000244140625 + 808.9600219726562 + + 136 + + 77 + + + 10.284000396728516 + 202 + + + + + + 686.5999755859375 + 819.0999755859375 + + 136 + + 79 + + + 10.140000343322754 + 217 + + + + + + 686.2000122070312 + 829.4600219726562 + + 137 + + 90 + + + 10.357000350952148 + 169 + + + + + + 686.0 + 839.5800170898438 + + 137 + + 100 + + + 10.116000175476074 + 202 + + + + + + 686.0 + 849.6699829101562 + + 138 + + 92 + + + 10.093000411987305 + 178 + + + + + + 686.2000122070312 + 859.7899780273438 + + 138 + + 81 + + + 10.116000175476074 + 237 + + + + + + 685.7999877929688 + 869.9500122070312 + + 139 + + 77 + + + 10.163000106811523 + 194 + + + + + + 686.2000122070312 + 880.1699829101562 + + 139 + + 75 + + + 10.211000442504883 + 239 + + + + + + 686.2000122070312 + 890.3900146484375 + + 140 + + 75 + + + 10.234999656677246 + 187 + + + + + + 686.2000122070312 + 900.530029296875 + + 140 + + 77 + + + 10.140000343322754 + 172 + + + + + + 686.2000122070312 + 910.6699829101562 + + 141 + + 75 + + + 10.140000343322754 + 217 + + + + + + 686.2000122070312 + 920.8900146484375 + + 141 + + 73 + + + 10.211000442504883 + 231 + + + + + + 686.0 + 930.9500122070312 + + 141 + + 74 + + + 10.069000244140625 + 171 + + + + + + 685.7999877929688 + 940.9099731445312 + + 141 + + 75 + + + 9.954000473022461 + 206 + + + + + + 685.7999877929688 + 950.9099731445312 + + 142 + + 80 + + + 10.0 + 237 + + + + + + 685.7999877929688 + 961.0499877929688 + + 142 + + 78 + + + 10.140000343322754 + 261 + + + + + + 686.0 + 971.0900268554688 + + 142 + + 76 + + + 10.045999526977539 + 198 + + + + + + 686.0 + 981.22998046875 + + 142 + + 74 + + + 10.140000343322754 + 206 + + + + + + 686.0 + 991.3699951171875 + + 142 + + 75 + + + 10.140000343322754 + 183 + + + + + + 685.7999877929688 + 1001.4199829101562 + + 143 + + 75 + + + 10.045999526977539 + 164 + + + + + + 686.0 + 1011.4000244140625 + + 143 + + 75 + + + 9.97700023651123 + 193 + + + + + + 686.0 + 1021.469970703125 + + 143 + + 75 + + + 10.069000244140625 + 171 + + + + + + 685.5999755859375 + 1031.3800048828125 + + 143 + + 74 + + + 9.909000396728516 + 205 + + + + + + 685.4000244140625 + 1041.1099853515625 + + 143 + + 79 + + + 9.730999946594238 + 175 + + + + + + 685.4000244140625 + 1050.7900390625 + + 143 + + 90 + + + 9.687999725341797 + 187 + + + + + + 685.5999755859375 + 1060.47998046875 + + 143 + + 96 + + + 9.687999725341797 + 187 + + + + + + 685.4000244140625 + 1070.5699462890625 + + 142 + + 88 + + + 10.045999526977539 + 184 + + + + + + 685.5999755859375 + 1080.6700439453125 + + 143 + + 75 + + + 10.116000175476074 + 209 + + + + + + 685.7999877929688 + 1090.780029296875 + + 142 + + 77 + + + 10.093000411987305 + 168 + + + + + + 685.7999877929688 + 1100.8399658203125 + + 142 + + 76 + + + 10.093000411987305 + 174 + + + + + + 685.7999877929688 + 1110.9200439453125 + + 142 + + 77 + + + 10.093000411987305 + 165 + + + + + + 685.7999877929688 + 1121.0400390625 + + 143 + + 78 + + + 10.116000175476074 + 168 + + + + + + 685.7999877929688 + 1131.1800537109375 + + 142 + + 78 + + + 10.140000343322754 + 158 + + + + + + + 9.925999641418457 + 79 + 47 + 196 + 261 + + + + + 78.0 + 816.82 + 10.847999572753904 + 15 + + 145 + + + 149 + + Active + 92 + Manual + + + + 685.7999877929688 + 1131.1800537109375 + + 142 + + 78 + + + 10.140000343322754 + 158 + + + + + + 685.7999877929688 + 1141.3199462890625 + + 142 + + 76 + + + 10.140000343322754 + 179 + + + + + + 685.7999877929688 + 1151.4599609375 + + 142 + + 81 + + + 10.140000343322754 + 233 + + + + + + 685.7999877929688 + 1161.6500244140625 + + 142 + + 81 + + + 10.187000274658203 + 203 + + + + + + 686.2000122070312 + 1171.8599853515625 + + 142 + + 76 + + + 10.211000442504883 + 194 + + + + + + 686.4000244140625 + 1182.1199951171875 + + 143 + + 77 + + + 10.258999824523926 + 192 + + + + + + 686.2000122070312 + 1192.4200439453125 + + 142 + + 75 + + + 10.307999610900879 + 261 + + + + + + 686.5999755859375 + 1202.8599853515625 + + 143 + + 81 + + + 10.432000160217285 + 205 + + + + + + 686.4000244140625 + 1213.31005859375 + + 142 + + 86 + + + 10.456999778747559 + 206 + + + + + + 686.4000244140625 + 1223.699951171875 + + 143 + + 80 + + + 10.381999969482422 + 183 + + + + + + 686.2000122070312 + 1233.9300537109375 + + 143 + + 80 + + + 10.234999656677246 + 181 + + + + + + 686.2000122070312 + 1244.3399658203125 + + 143 + + 84 + + + 10.406999588012695 + 184 + + + + + + 685.7999877929688 + 1254.7900390625 + + 143 + + 79 + + + 10.456999778747559 + 135 + + + + + + 685.7999877929688 + 1265.030029296875 + + 143 + + 75 + + + 10.234999656677246 + 187 + + + + + + 685.7999877929688 + 1275.1700439453125 + + 143 + + 77 + + + 10.140000343322754 + 202 + + + + + + 685.7999877929688 + 1285.3599853515625 + + 144 + + 77 + + + 10.187000274658203 + 190 + + + + + + 685.5999755859375 + 1295.52001953125 + + 144 + + 83 + + + 10.163000106811523 + 207 + + + + + + 685.5999755859375 + 1305.6099853515625 + + 144 + + 85 + + + 10.093000411987305 + 212 + + + + + + 685.5999755859375 + 1315.75 + + 144 + + 85 + + + 10.140000343322754 + 186 + + + + + + 686.0 + 1325.800048828125 + + 144 + + 82 + + + 10.045999526977539 + 215 + + + + + + 686.0 + 1335.75 + + 143 + + 76 + + + 9.954000473022461 + 239 + + + + + + 686.0 + 1345.780029296875 + + 143 + + 74 + + + 10.02299976348877 + 221 + + + + + + 686.0 + 1355.72998046875 + + 144 + + 75 + + + 9.954000473022461 + 219 + + + + + + 686.0 + 1365.6800537109375 + + 144 + + 76 + + + 9.954000473022461 + 219 + + + + + + 685.7999877929688 + 1375.5899658203125 + + 143 + + 73 + + + 9.909000396728516 + 185 + + + + + + 686.2000122070312 + 1385.47998046875 + + 144 + + 75 + + + 9.88599967956543 + 228 + + + + + + 686.4000244140625 + 1395.3199462890625 + + 144 + + 74 + + + 9.842000007629395 + 213 + + + + + + 686.4000244140625 + 1405.1600341796875 + + 144 + + 72 + + + 9.842000007629395 + 213 + + + + + + 686.4000244140625 + 1415.0699462890625 + + 144 + + 75 + + + 9.909000396728516 + 171 + + + + + + 686.2000122070312 + 1424.97998046875 + + 144 + + 78 + + + 9.909000396728516 + 214 + + + + + + 685.7999877929688 + 1434.97998046875 + + 144 + + 79 + + + 10.0 + 207 + + + + + + 685.5999755859375 + 1445.0699462890625 + + 145 + + 81 + + + 10.093000411987305 + 218 + + + + + + 685.5999755859375 + 1455.1700439453125 + + 145 + + 85 + + + 10.093000411987305 + 218 + + + + + + 685.5999755859375 + 1465.3499755859375 + + 145 + + 79 + + + 10.187000274658203 + 251 + + + + + + 685.7999877929688 + 1475.6600341796875 + + 145 + + 75 + + + 10.307999610900879 + 175 + + + + + + 686.2000122070312 + 1486.1199951171875 + + 145 + + 76 + + + 10.456999778747559 + 185 + + + + + + 686.2000122070312 + 1496.5 + + 145 + + 79 + + + 10.381999969482422 + 145 + + + + + + 686.2000122070312 + 1506.8599853515625 + + 145 + + 78 + + + 10.357000350952148 + 159 + + + + + + 686.0 + 1517.239990234375 + + 145 + + 76 + + + 10.381999969482422 + 291 + + + + + + 686.0 + 1527.760009765625 + + 145 + + 77 + + + 10.506999969482422 + 218 + + + + + + 686.0 + 1538.25 + + 145 + + 78 + + + 10.506999969482422 + 175 + + + + + + 685.7999877929688 + 1548.7900390625 + + 146 + + 78 + + + 10.532999992370605 + 218 + + + + + + 685.7999877929688 + 1559.4000244140625 + + 146 + + 78 + + + 10.609999656677246 + 166 + + + + + + 685.7999877929688 + 1570.030029296875 + + 145 + + 80 + + + 10.63599967956543 + 269 + + + + + + 685.5999755859375 + 1580.8299560546875 + + 145 + + 76 + + + 10.793999671936035 + 187 + + + + + + 685.5999755859375 + 1591.6199951171875 + + 145 + + 73 + + + 10.793999671936035 + 213 + + + + + + 685.5999755859375 + 1602.469970703125 + + 146 + + 73 + + + 10.847999572753906 + 246 + + + + + + 685.4000244140625 + 1613.2900390625 + + 146 + + 86 + + + 10.821000099182129 + 231 + + + + + + 685.2000122070312 + 1624.1099853515625 + + 146 + + 92 + + + 10.821000099182129 + 184 + + + + + + 685.0 + 1634.800048828125 + + 146 + + 79 + + + 10.687999725341797 + 224 + + + + + + 685.2000122070312 + 1645.510009765625 + + 146 + + 72 + + + 10.71399974822998 + 200 + + + + + + 685.2000122070312 + 1656.1199951171875 + + 146 + + 71 + + + 10.609999656677246 + 220 + + + + + + 685.2000122070312 + 1666.8599853515625 + + 146 + + 76 + + + 10.741000175476074 + 186 + + + + + + 685.2000122070312 + 1677.530029296875 + + 146 + + 80 + + + 10.661999702453613 + 213 + + + + + + 685.2000122070312 + 1688.1400146484375 + + 146 + + 80 + + + 10.609999656677246 + 205 + + + + + + 685.0 + 1698.68994140625 + + 146 + + 76 + + + 10.557999610900879 + 250 + + + + + + 685.0 + 1709.22998046875 + + 146 + + 72 + + + 10.532999992370605 + 299 + + + + + + 685.0 + 1719.760009765625 + + 146 + + 71 + + + 10.532999992370605 + 299 + + + + + + 684.7999877929688 + 1730.3399658203125 + + 146 + + 72 + + + 10.583999633789062 + 260 + + + + + + 684.5999755859375 + 1741.010009765625 + + 146 + + 73 + + + 10.661999702453613 + 245 + + + + + + 684.4000244140625 + 1751.56005859375 + + 146 + + 73 + + + 10.557999610900879 + 211 + + + + + + 684.5999755859375 + 1762.0 + + 147 + + 74 + + + 10.432000160217285 + 177 + + + + + + 684.5999755859375 + 1772.3800048828125 + + 147 + + 75 + + + 10.381999969482422 + 194 + + + + + + 684.5999755859375 + 1782.5400390625 + + 147 + + 76 + + + 10.163000106811523 + 217 + + + + + + 685.0 + 1792.75 + + 147 + + 73 + + + 10.211000442504883 + 187 + + + + + + 685.2000122070312 + 1802.8699951171875 + + 147 + + 70 + + + 10.116000175476074 + 223 + + + + + + 685.2000122070312 + 1812.8900146484375 + + 147 + + 70 + + + 10.02299976348877 + 258 + + + + + + 685.2000122070312 + 1822.9100341796875 + + 147 + + 70 + + + 10.02299976348877 + 208 + + + + + + 685.2000122070312 + 1833.050048828125 + + 147 + + 71 + + + 10.140000343322754 + 261 + + + + + + 684.5999755859375 + 1843.18994140625 + + 148 + + 74 + + + 10.140000343322754 + 261 + + + + + + 684.5999755859375 + 1853.47998046875 + + 148 + + 81 + + + 10.284000396728516 + 226 + + + + + + 684.7999877929688 + 1863.7099609375 + + 148 + + 80 + + + 10.234999656677246 + 263 + + + + + + 685.0 + 1874.1300048828125 + + 148 + + 76 + + + 10.381999969482422 + 308 + + + + + + 685.2000122070312 + 1884.5999755859375 + + 148 + + 70 + + + 10.506999969482422 + 263 + + + + + + 685.2000122070312 + 1895.239990234375 + + 148 + + 72 + + + 10.63599967956543 + 195 + + + + + + 685.2000122070312 + 1905.8699951171875 + + 148 + + 70 + + + 10.63599967956543 + 199 + + + + + + 685.0 + 1916.530029296875 + + 148 + + 73 + + + 10.661999702453613 + 241 + + + + + + 685.0 + 1927.199951171875 + + 149 + + 74 + + + 10.661999702453613 + 177 + + + + + + 685.0 + 1937.8599853515625 + + 149 + + 72 + + + 10.661999702453613 + 199 + + + + + + 685.2000122070312 + 1948.530029296875 + + 149 + + 88 + + + 10.661999702453613 + 164 + + + + + + + 10.375 + 77 + 101 + 213 + 308 + + + + + 191.0 + 2038.76 + 11.097000122070312 + 42 + + 150 + + + 153 + + Active + 121 + Manual + + + + 685.2000122070312 + 1948.530029296875 + + 149 + + 88 + + + 10.661999702453613 + 164 + + + + + + 685.5999755859375 + 1959.22998046875 + + 149 + + 121 + + + 10.71399974822998 + 251 + + + + + + 685.7999877929688 + 1969.9200439453125 + + 149 + + 98 + + + 10.687999725341797 + 278 + + + + + + 686.0 + 1980.8199462890625 + + 149 + + 83 + + + 10.902000427246094 + 269 + + + + + + 686.0 + 1991.8599853515625 + + 149 + + 75 + + + 11.039999961853027 + 177 + + + + + + 686.2000122070312 + 2002.77001953125 + + 148 + + 75 + + + 10.902000427246094 + 226 + + + + + + 685.7999877929688 + 2013.719970703125 + + 149 + + 75 + + + 10.956999778747559 + 164 + + + + + + 685.5999755859375 + 2024.5699462890625 + + 149 + + 73 + + + 10.847999572753906 + 199 + + + + + + 685.4000244140625 + 2035.4200439453125 + + 149 + + 75 + + + 10.847999572753906 + 130 + + + + + + 685.4000244140625 + 2046.0799560546875 + + 149 + + 73 + + + 10.661999702453613 + 160 + + + + + + 685.4000244140625 + 2056.800048828125 + + 150 + + 78 + + + 10.71399974822998 + 157 + + + + + + 685.4000244140625 + 2067.510009765625 + + 150 + + 85 + + + 10.71399974822998 + 157 + + + + + + 685.4000244140625 + 2078.070068359375 + + 150 + + 81 + + + 10.557999610900879 + 162 + + + + + + 685.4000244140625 + 2088.6298828125 + + 150 + + 74 + + + 10.557999610900879 + 162 + + + + + + 685.2000122070312 + 2099.159912109375 + + 150 + + 75 + + + 10.532999992370605 + 203 + + + + + + 685.0 + 2109.68994140625 + + 150 + + 78 + + + 10.532999992370605 + 203 + + + + + + 684.5999755859375 + 2120.2099609375 + + 150 + + 76 + + + 10.520000457763672 + 244 + + + + + + 684.5999755859375 + 2130.739990234375 + + 150 + + 70 + + + 10.532999992370605 + 256 + + + + + + 684.4000244140625 + 2141.300048828125 + + 149 + + 72 + + + 10.557999610900879 + 247 + + + + + + 684.4000244140625 + 2151.840087890625 + + 150 + + 72 + + + 10.532999992370605 + 239 + + + + + + 684.4000244140625 + 2162.389892578125 + + 150 + + 72 + + + 10.557999610900879 + 211 + + + + + + 684.5999755859375 + 2172.8798828125 + + 150 + + 72 + + + 10.482000350952148 + 196 + + + + + + 684.4000244140625 + 2183.409912109375 + + 150 + + 72 + + + 10.532999992370605 + 284 + + + + + + 684.4000244140625 + 2193.820068359375 + + 149 + + 72 + + + 10.406999588012695 + 198 + + + + + + 684.2000122070312 + 2204.300048828125 + + 149 + + 72 + + + 10.482000350952148 + 234 + + + + + + 684.4000244140625 + 2216.18994140625 + + 150 + + 71 + + + 10.557999610900879 + 285 + + + + + + 684.2000122070312 + 2225.409912109375 + + 150 + + 71 + + + 10.557999610900879 + 285 + + + + + + 684.4000244140625 + 2235.719970703125 + + 150 + + 72 + + + 10.307999610900879 + 196 + + + + + + 684.2000122070312 + 2246.179931640625 + + 150 + + 73 + + + 10.456999778747559 + 171 + + + + + + 684.5999755859375 + 2256.639892578125 + + 150 + + 75 + + + 10.456999778747559 + 171 + + + + + + 684.4000244140625 + 2266.93994140625 + + 150 + + 72 + + + 10.307999610900879 + 189 + + + + + + 684.5999755859375 + 2277.25 + + 150 + + 72 + + + 10.307999610900879 + 148 + + + + + + 684.2000122070312 + 2287.56005859375 + + 150 + + 74 + + + 10.307999610900879 + 199 + + + + + + 684.2000122070312 + 2298.02001953125 + + 150 + + 73 + + + 10.456999778747559 + 163 + + + + + + 684.0 + 2308.60009765625 + + 149 + + 74 + + + 10.583999633789062 + 279 + + + + + + 683.7999877929688 + 2319.110107421875 + + 149 + + 72 + + + 10.506999969482422 + 203 + + + + + + 683.5999755859375 + 2329.610107421875 + + 149 + + 73 + + + 10.506999969482422 + 203 + + + + + + 683.5999755859375 + 2340.25 + + 149 + + 75 + + + 10.63599967956543 + 245 + + + + + + 683.7999877929688 + 2351.050048828125 + + 149 + + 78 + + + 10.793999671936035 + 187 + + + + + + 683.5999755859375 + 2361.840087890625 + + 149 + + 72 + + + 10.793999671936035 + 187 + + + + + + 683.7999877929688 + 2372.68994140625 + + 149 + + 73 + + + 10.847999572753906 + 217 + + + + + + 684.0 + 2383.6201171875 + + 148 + + 74 + + + 10.930000305175781 + 197 + + + + + + 683.7999877929688 + 2394.60009765625 + + 149 + + 74 + + + 10.984999656677246 + 172 + + + + + + 683.7999877929688 + 2405.639892578125 + + 148 + + 75 + + + 11.039999961853027 + 162 + + + + + + 683.7999877929688 + 2416.679931640625 + + 148 + + 75 + + + 11.039999961853027 + 162 + + + + + + 683.5999755859375 + 2427.669921875 + + 148 + + 78 + + + 10.984999656677246 + 180 + + + + + + 683.4000244140625 + 2438.6201171875 + + 148 + + 78 + + + 10.956999778747559 + 186 + + + + + + 683.4000244140625 + 2449.580078125 + + 148 + + 81 + + + 10.956999778747559 + 227 + + + + + + 683.5999755859375 + 2460.47998046875 + + 149 + + 85 + + + 10.902000427246094 + 200 + + + + + + 683.7999877929688 + 2471.330078125 + + 149 + + 82 + + + 10.847999572753906 + 207 + + + + + + 684.0 + 2482.179931640625 + + 149 + + 82 + + + 10.847999572753906 + 207 + + + + + + 684.0 + 2492.919921875 + + 149 + + 75 + + + 10.741000175476074 + 204 + + + + + + 683.7999877929688 + 2503.610107421875 + + 149 + + 75 + + + 10.687999725341797 + 221 + + + + + + 683.5999755859375 + 2514.27001953125 + + 149 + + 75 + + + 10.661999702453613 + 249 + + + + + + 683.2000122070312 + 2524.909912109375 + + 150 + + 86 + + + 10.63599967956543 + 181 + + + + + + 683.0 + 2535.409912109375 + + 149 + + 94 + + + 10.506999969482422 + 175 + + + + + + 682.7999877929688 + 2545.820068359375 + + 149 + + 77 + + + 10.406999588012695 + 218 + + + + + + 683.0 + 2556.22998046875 + + 150 + + 70 + + + 10.406999588012695 + 201 + + + + + + 682.7999877929688 + 2566.610107421875 + + 150 + + 72 + + + 10.381999969482422 + 280 + + + + + + 683.0 + 2576.97998046875 + + 149 + + 72 + + + 10.331999778747559 + 276 + + + + + + 683.4000244140625 + 2587.409912109375 + + 149 + + 71 + + + 10.456999778747559 + 269 + + + + + + 683.0 + 2597.56005859375 + + 150 + + 72 + + + 10.163000106811523 + 244 + + + + + + 683.0 + 2607.77001953125 + + 149 + + 72 + + + 10.211000442504883 + 242 + + + + + + 683.0 + 2618.06005859375 + + 149 + + 71 + + + 10.284000396728516 + 339 + + + + + + 682.5999755859375 + 2628.43994140625 + + 149 + + 70 + + + 10.381999969482422 + 235 + + + + + + 682.4000244140625 + 2638.820068359375 + + 149 + + 74 + + + 10.381999969482422 + 218 + + + + + + 682.5999755859375 + 2649.14990234375 + + 150 + + 75 + + + 10.331999778747559 + 231 + + + + + + 682.5999755859375 + 2659.530029296875 + + 149 + + 69 + + + 10.381999969482422 + 194 + + + + + + 682.7999877929688 + 2669.969970703125 + + 150 + + 77 + + + 10.432000160217285 + 216 + + + + + + 683.2000122070312 + 2680.3701171875 + + 149 + + 84 + + + 10.406999588012695 + 198 + + + + + + 683.4000244140625 + 2690.780029296875 + + 150 + + 84 + + + 10.406999588012695 + 198 + + + + + + 683.4000244140625 + 2701.1201171875 + + 150 + + 76 + + + 10.345000267028809 + 253 + + + + + + 683.4000244140625 + 2711.81005859375 + + 150 + + 74 + + + 10.687999725341797 + 217 + + + + + + 683.4000244140625 + 2722.530029296875 + + 149 + + 78 + + + 10.71399974822998 + 243 + + + + + + 683.4000244140625 + 2733.2900390625 + + 149 + + 73 + + + 10.767000198364258 + 215 + + + + + + 683.4000244140625 + 2744.06005859375 + + 149 + + 74 + + + 10.767000198364258 + 223 + + + + + + 683.4000244140625 + 2754.830078125 + + 149 + + 85 + + + 10.767000198364258 + 183 + + + + + + 683.4000244140625 + 2765.6201171875 + + 149 + + 85 + + + 10.793999671936035 + 224 + + + + + + 683.5999755859375 + 2776.5 + + 149 + + 78 + + + 10.875 + 203 + + + + + + 683.7999877929688 + 2787.260009765625 + + 150 + + 77 + + + 10.767000198364258 + 252 + + + + + + 683.5999755859375 + 2798.169921875 + + 150 + + 70 + + + 10.902000427246094 + 188 + + + + + + 683.5999755859375 + 2809.14990234375 + + 150 + + 75 + + + 10.984999656677246 + 242 + + + + + + 683.5999755859375 + 2820.139892578125 + + 150 + + 77 + + + 10.984999656677246 + 169 + + + + + + 683.5999755859375 + 2831.1201171875 + + 150 + + 76 + + + 10.984999656677246 + 201 + + + + + + 683.2000122070312 + 2842.080078125 + + 150 + + 76 + + + 10.956999778747559 + 171 + + + + + + 683.2000122070312 + 2852.739990234375 + + 151 + + 78 + + + 10.661999702453613 + 184 + + + + + + 683.2000122070312 + 2863.47998046875 + + 151 + + 87 + + + 10.741000175476074 + 190 + + + + + + 683.2000122070312 + 2874.06005859375 + + 151 + + 83 + + + 10.583999633789062 + 219 + + + + + + 683.2000122070312 + 2884.6201171875 + + 151 + + 72 + + + 10.557999610900879 + 204 + + + + + + 683.2000122070312 + 2895.1298828125 + + 151 + + 71 + + + 10.506999969482422 + 246 + + + + + + 683.4000244140625 + 2905.639892578125 + + 151 + + 74 + + + 10.506999969482422 + 220 + + + + + + 683.4000244140625 + 2916.1201171875 + + 151 + + 74 + + + 10.482000350952148 + 269 + + + + + + 683.4000244140625 + 2926.679931640625 + + 151 + + 75 + + + 10.557999610900879 + 204 + + + + + + 683.0 + 2937.010009765625 + + 151 + + 72 + + + 10.331999778747559 + 200 + + + + + + 683.0 + 2947.27001953125 + + 151 + + 72 + + + 10.258999824523926 + 264 + + + + + + 683.0 + 2957.669921875 + + 151 + + 70 + + + 10.406999588012695 + 215 + + + + + + 683.2000122070312 + 2968.080078125 + + 151 + + 70 + + + 10.406999588012695 + 289 + + + + + + 683.2000122070312 + 2978.56005859375 + + 150 + + 71 + + + 10.482000350952148 + 255 + + + + + + 683.2000122070312 + 2989.0 + + 150 + + 70 + + + 10.432000160217285 + 236 + + + + + + 683.0 + 2999.39990234375 + + 150 + + 71 + + + 10.406999588012695 + 215 + + + + + + 683.0 + 3009.780029296875 + + 150 + + 70 + + + 10.381999969482422 + 190 + + + + + + 682.7999877929688 + 3020.18994140625 + + 149 + + 70 + + + 10.406999588012695 + 261 + + + + + + 683.0 + 3030.6201171875 + + 150 + + 74 + + + 10.432000160217285 + 216 + + + + + + 683.2000122070312 + 3041.110107421875 + + 150 + + 76 + + + 10.482000350952148 + 245 + + + + + + 683.2000122070312 + 3051.5400390625 + + 150 + + 72 + + + 10.432000160217285 + 174 + + + + + + 683.2000122070312 + 3061.919921875 + + 150 + + 74 + + + 10.381999969482422 + 190 + + + + + + 683.4000244140625 + 3072.280029296875 + + 151 + + 75 + + + 10.357000350952148 + 252 + + + + + + 683.4000244140625 + 3082.6298828125 + + 151 + + 72 + + + 10.357000350952148 + 172 + + + + + + 683.4000244140625 + 3092.989990234375 + + 151 + + 72 + + + 10.357000350952148 + 172 + + + + + + 683.2000122070312 + 3103.429931640625 + + 151 + + 80 + + + 10.444000244140625 + 202 + + + + + + 683.2000122070312 + 3113.8701171875 + + 151 + + 78 + + + 10.432000160217285 + 219 + + + + + + 683.2000122070312 + 3124.320068359375 + + 151 + + 74 + + + 10.456999778747559 + 282 + + + + + + 683.0 + 3134.989990234375 + + 151 + + 73 + + + 10.661999702453613 + 195 + + + + + + 682.7999877929688 + 3145.489990234375 + + 151 + + 72 + + + 10.506999969482422 + 210 + + + + + + 683.0 + 3156.14990234375 + + 151 + + 72 + + + 10.661999702453613 + 221 + + + + + + 682.7999877929688 + 3166.840087890625 + + 151 + + 73 + + + 10.687999725341797 + 289 + + + + + + 682.7999877929688 + 3177.580078125 + + 151 + + 74 + + + 10.741000175476074 + 183 + + + + + + 682.7999877929688 + 3188.300048828125 + + 151 + + 83 + + + 10.71399974822998 + 236 + + + + + + 683.0 + 3199.010009765625 + + 151 + + 86 + + + 10.71399974822998 + 236 + + + + + + 683.0 + 3209.8701171875 + + 151 + + 77 + + + 10.861000061035156 + 235 + + + + + + 683.2000122070312 + 3220.8701171875 + + 151 + + 75 + + + 10.930000305175781 + 197 + + + + + + 683.2000122070312 + 3231.7900390625 + + 151 + + 74 + + + 10.956999778747559 + 223 + + + + + + 683.2000122070312 + 3242.8701171875 + + 150 + + 75 + + + 11.097000122070312 + 203 + + + + + + 683.0 + 3253.6298828125 + + 151 + + 82 + + + 10.767000198364258 + 244 + + + + + + 682.7999877929688 + 3264.419921875 + + 151 + + 78 + + + 10.793999671936035 + 198 + + + + + + 682.5999755859375 + 3275.27001953125 + + 151 + + 73 + + + 10.847999572753906 + 297 + + + + + + 682.5999755859375 + 3286.139892578125 + + 151 + + 73 + + + 10.875 + 196 + + + + + + 682.5999755859375 + 3296.909912109375 + + 151 + + 76 + + + 10.767000198364258 + 219 + + + + + + 682.5999755859375 + 3307.52001953125 + + 151 + + 87 + + + 10.609999656677246 + 163 + + + + + + 682.7999877929688 + 3318.050048828125 + + 151 + + 86 + + + 10.532999992370605 + 182 + + + + + + 682.7999877929688 + 3328.580078125 + + 151 + + 74 + + + 10.532999992370605 + 175 + + + + + + 682.5999755859375 + 3339.1201171875 + + 151 + + 73 + + + 10.532999992370605 + 203 + + + + + + 683.0 + 3349.60009765625 + + 151 + + 72 + + + 10.482000350952148 + 272 + + + + + + 682.7999877929688 + 3360.1298828125 + + 150 + + 72 + + + 10.532999992370605 + 203 + + + + + + 683.0 + 3370.5400390625 + + 151 + + 73 + + + 10.406999588012695 + 201 + + + + + + 683.2000122070312 + 3380.969970703125 + + 151 + + 74 + + + 10.432000160217285 + 202 + + + + + + 683.5999755859375 + 3391.39990234375 + + 151 + + 74 + + + 10.432000160217285 + 202 + + + + + + 683.7999877929688 + 3401.85009765625 + + 151 + + 82 + + + 10.444000244140625 + 239 + + + + + + 684.2000122070312 + 3412.25 + + 151 + + 85 + + + 10.406999588012695 + 281 + + + + + + 684.0 + 3422.760009765625 + + 150 + + 74 + + + 10.506999969482422 + 246 + + + + + + 683.7999877929688 + 3433.340087890625 + + 151 + + 84 + + + 10.583999633789062 + 202 + + + + + + 683.4000244140625 + 3443.949951171875 + + 151 + + 78 + + + 10.609999656677246 + 251 + + + + + + 683.0 + 3454.550048828125 + + 151 + + 71 + + + 10.583999633789062 + 226 + + + + + + 682.7999877929688 + 3465.14990234375 + + 151 + + 70 + + + 10.609999656677246 + 233 + + + + + + 683.0 + 3475.679931640625 + + 152 + + 78 + + + 10.532999992370605 + 155 + + + + + + 683.0 + 3486.18994140625 + + 152 + + 76 + + + 10.506999969482422 + 231 + + + + + + 683.2000122070312 + 3496.68994140625 + + 152 + + 72 + + + 10.506999969482422 + 227 + + + + + + 683.4000244140625 + 3507.179931640625 + + 152 + + 85 + + + 10.482000350952148 + 217 + + + + + + 683.4000244140625 + 3517.739990234375 + + 152 + + 103 + + + 10.557999610900879 + 211 + + + + + + 683.4000244140625 + 3528.419921875 + + 152 + + 73 + + + 10.687999725341797 + 235 + + + + + + 683.4000244140625 + 3539.219970703125 + + 152 + + 73 + + + 10.793999671936035 + 252 + + + + + + 683.4000244140625 + 3549.9599609375 + + 152 + + 74 + + + 10.741000175476074 + 186 + + + + + + 683.0 + 3560.669921875 + + 152 + + 71 + + + 10.71399974822998 + 222 + + + + + + 683.0 + 3571.389892578125 + + 153 + + 68 + + + 10.71399974822998 + 222 + + + + + + 682.7999877929688 + 3582.14990234375 + + 152 + + 70 + + + 10.767000198364258 + 242 + + + + + + 682.7999877929688 + 3593.110107421875 + + 153 + + 72 + + + 10.956999778747559 + 186 + + + + + + 682.7999877929688 + 3603.77001953125 + + 153 + + 74 + + + 10.661999702453613 + 256 + + + + + + 683.0 + 3614.68994140625 + + 153 + + 75 + + + 10.875 + 250 + + + + + + 683.0 + 3625.6298828125 + + 153 + + 75 + + + 10.984999656677246 + 242 + + + + + + 683.2000122070312 + 3636.669921875 + + 153 + + 75 + + + 11.039999961853027 + 225 + + + + + + 683.2000122070312 + 3647.739990234375 + + 152 + + 79 + + + 11.069000244140625 + 203 + + + + + + 683.0 + 3658.72998046875 + + 153 + + 83 + + + 10.984999656677246 + 180 + + + + + + 682.7999877929688 + 3669.570068359375 + + 153 + + 82 + + + 10.847999572753906 + 144 + + + + + + 682.7999877929688 + 3680.2900390625 + + 152 + + 77 + + + 10.71399974822998 + 157 + + + + + + 682.7999877929688 + 3690.77001953125 + + 153 + + 78 + + + 10.482000350952148 + 192 + + + + + + 683.0 + 3701.280029296875 + + 152 + + 80 + + + 10.506999969482422 + 189 + + + + + + 683.2000122070312 + 3711.760009765625 + + 152 + + 75 + + + 10.482000350952148 + 231 + + + + + + 683.2000122070312 + 3722.219970703125 + + 152 + + 71 + + + 10.456999778747559 + 219 + + + + + + 683.2000122070312 + 3732.75 + + 152 + + 73 + + + 10.532999992370605 + 264 + + + + + + 683.0 + 3743.330078125 + + 152 + + 74 + + + 10.583999633789062 + 257 + + + + + + 683.0 + 3753.919921875 + + 152 + + 72 + + + 10.583999633789062 + 283 + + + + + + 682.7999877929688 + 3764.550048828125 + + 152 + + 71 + + + 10.63599967956543 + 326 + + + + + + 682.7999877929688 + 3775.18994140625 + + 152 + + 71 + + + 10.63599967956543 + 326 + + + + + + 682.7999877929688 + 3785.969970703125 + + 152 + + 72 + + + 10.781000137329102 + 303 + + + + + + 683.0 + 3796.75 + + 152 + + 73 + + + 10.781000137329102 + 303 + + + + + + 683.0 + 3807.510009765625 + + 152 + + 73 + + + 10.72700023651123 + 227 + + + + + + 683.0 + 3818.169921875 + + 151 + + 74 + + + 10.687999725341797 + 221 + + + + + + 683.0 + 3828.800048828125 + + 151 + + 72 + + + 10.63599967956543 + 234 + + + + + + 683.0 + 3839.4599609375 + + 151 + + 72 + + + 10.661999702453613 + 252 + + + + + + 682.7999877929688 + 3850.14990234375 + + 151 + + 74 + + + 10.687999725341797 + 260 + + + + + + 682.5999755859375 + 3860.81005859375 + + 151 + + 73 + + + 10.661999702453613 + 167 + + + + + + 682.5999755859375 + 3871.419921875 + + 151 + + 73 + + + 10.609999656677246 + 233 + + + + + + 682.4000244140625 + 3881.929931640625 + + 150 + + 75 + + + 10.506999969482422 + 175 + + + + + + 682.4000244140625 + 3892.360107421875 + + 150 + + 73 + + + 10.432000160217285 + 254 + + + + + + 682.4000244140625 + 3902.669921875 + + 151 + + 76 + + + 10.307999610900879 + 203 + + + + + + 682.2000122070312 + 3913.050048828125 + + 150 + + 77 + + + 10.381999969482422 + 201 + + + + + + 682.4000244140625 + 3923.47998046875 + + 150 + + 73 + + + 10.432000160217285 + 216 + + + + + + 682.4000244140625 + 3933.969970703125 + + 151 + + 76 + + + 10.482000350952148 + 203 + + + + + + 682.4000244140625 + 3944.52001953125 + + 151 + + 75 + + + 10.557999610900879 + 278 + + + + + + 682.4000244140625 + 3955.1201171875 + + 151 + + 72 + + + 10.583999633789062 + 219 + + + + + + 682.5999755859375 + 3965.800048828125 + + 151 + + 75 + + + 10.687999725341797 + 314 + + + + + + 682.5999755859375 + 3976.6201171875 + + 151 + + 83 + + + 10.821000099182129 + 224 + + + + + + 682.4000244140625 + 3987.489990234375 + + 152 + + 75 + + + 10.875 + 199 + + + + + + + 10.595000267028809 + 76 + 243 + 219 + 339 + + + + + 36.0 + 413.0 + 11.38700008392334 + 9 + + 154 + + + 157 + + Active + 103 + Manual + + + + 682.4000244140625 + 3987.489990234375 + + 152 + + 75 + + + 10.875 + 199 + + + + + + 682.5999755859375 + 3998.340087890625 + + 152 + + 73 + + + 10.847999572753906 + 155 + + + + + + 682.5999755859375 + 4009.27001953125 + + 152 + + 74 + + + 10.930000305175781 + 240 + + + + + + 682.5999755859375 + 4020.169921875 + + 152 + + 71 + + + 10.902000427246094 + 255 + + + + + + 682.4000244140625 + 4031.35009765625 + + 153 + + 70 + + + 11.182000160217285 + 299 + + + + + + 682.5999755859375 + 4042.679931640625 + + 153 + + 70 + + + 11.32800006866455 + 275 + + + + + + 682.7999877929688 + 4054.070068359375 + + 153 + + 76 + + + 11.38700008392334 + 300 + + + + + + 682.7999877929688 + 4065.4599609375 + + 153 + + 73 + + + 11.38700008392334 + 246 + + + + + + 682.7999877929688 + 4076.840087890625 + + 153 + + 73 + + + 11.38700008392334 + 220 + + + + + + 682.7999877929688 + 4088.199951171875 + + 153 + + 73 + + + 11.357999801635742 + 196 + + + + + + 682.7999877929688 + 4099.47021484375 + + 154 + + 71 + + + 11.269000053405762 + 225 + + + + + + 682.5999755859375 + 4110.740234375 + + 154 + + 76 + + + 11.269000053405762 + 203 + + + + + + 682.4000244140625 + 4121.919921875 + + 154 + + 80 + + + 11.182000160217285 + 239 + + + + + + 682.2000122070312 + 4133.02001953125 + + 154 + + 79 + + + 11.097000122070312 + 244 + + + + + + 682.4000244140625 + 4144.14013671875 + + 154 + + 73 + + + 11.125 + 230 + + + + + + 682.2000122070312 + 4155.240234375 + + 154 + + 70 + + + 11.097000122070312 + 274 + + + + + + 682.2000122070312 + 4166.27978515625 + + 154 + + 69 + + + 11.039999961853027 + 268 + + + + + + 682.0 + 4177.31982421875 + + 153 + + 69 + + + 11.039999961853027 + 298 + + + + + + 682.2000122070312 + 4188.39013671875 + + 153 + + 70 + + + 11.069000244140625 + 422 + + + + + + 682.2000122070312 + 4199.60009765625 + + 154 + + 70 + + + 11.211000442504883 + 291 + + + + + + 682.2000122070312 + 4210.7001953125 + + 154 + + 69 + + + 11.097000122070312 + 260 + + + + + + 682.2000122070312 + 4221.7900390625 + + 154 + + 69 + + + 11.097000122070312 + 260 + + + + + + 682.2000122070312 + 4235.60986328125 + + 154 + + 70 + + + 11.055000305175781 + 271 + + + + + + 682.0 + 4246.64990234375 + + 154 + + 70 + + + 11.039999961853027 + 325 + + + + + + 682.2000122070312 + 4257.72021484375 + + 155 + + 70 + + + 11.069000244140625 + 299 + + + + + + 682.2000122070312 + 4268.85009765625 + + 155 + + 70 + + + 11.125 + 260 + + + + + + 682.0 + 4279.77978515625 + + 155 + + 85 + + + 10.930000305175781 + 240 + + + + + + 682.0 + 4290.64990234375 + + 155 + + 94 + + + 10.875 + 210 + + + + + + 682.2000122070312 + 4301.669921875 + + 155 + + 86 + + + 11.012999534606934 + 246 + + + + + + 682.0 + 4312.41015625 + + 156 + + 70 + + + 10.741000175476074 + 236 + + + + + + 682.0 + 4323.2001953125 + + 156 + + 68 + + + 10.793999671936035 + 216 + + + + + + 682.0 + 4334.10009765625 + + 156 + + 69 + + + 10.902000427246094 + 240 + + + + + + 682.2000122070312 + 4345.2001953125 + + 156 + + 72 + + + 11.097000122070312 + 300 + + + + + + 682.4000244140625 + 4356.35009765625 + + 156 + + 69 + + + 11.154000282287598 + 201 + + + + + + 682.5999755859375 + 4367.39013671875 + + 156 + + 94 + + + 11.039999961853027 + 184 + + + + + + 682.7999877929688 + 4378.52978515625 + + 157 + + 103 + + + 11.097000122070312 + 260 + + + + + + 683.0 + 4389.60986328125 + + 157 + + 84 + + + 11.125 + 312 + + + + + + 683.0 + 4400.77001953125 + + 157 + + 77 + + + 11.154000282287598 + 204 + + + + + + + 11.168999671936035 + 75 + 46 + 254 + 422 + + + + + 185.0 + 2063.57 + 11.63099956512451 + 45 + + 161 + + + 163 + + Active + 97 + Manual + + + + 683.0 + 4400.77001953125 + + 157 + + 77 + + + 11.154000282287598 + 204 + + + + + + 683.0 + 4411.97998046875 + + 157 + + 77 + + + 11.211000442504883 + 235 + + + + + + 683.0 + 4423.27978515625 + + 157 + + 80 + + + 11.298999786376953 + 260 + + + + + + 683.2000122070312 + 4434.490234375 + + 157 + + 80 + + + 11.211000442504883 + 269 + + + + + + 683.0 + 4445.8798828125 + + 158 + + 78 + + + 11.38700008392334 + 269 + + + + + + 683.0 + 4457.35009765625 + + 157 + + 77 + + + 11.47700023651123 + 238 + + + + + + 682.7999877929688 + 4468.6201171875 + + 157 + + 78 + + + 11.269000053405762 + 236 + + + + + + 682.4000244140625 + 4479.85986328125 + + 157 + + 78 + + + 11.239999771118164 + 221 + + + + + + 682.0 + 4491.22021484375 + + 157 + + 78 + + + 11.357999801635742 + 208 + + + + + + 682.0 + 4502.43017578125 + + 157 + + 77 + + + 11.211000442504883 + 247 + + + + + + 681.5999755859375 + 4513.81982421875 + + 158 + + 77 + + + 11.38700008392334 + 246 + + + + + + 681.7999877929688 + 4525.18017578125 + + 158 + + 80 + + + 11.357999801635742 + 224 + + + + + + 682.2000122070312 + 4536.56982421875 + + 158 + + 77 + + + 11.357999801635742 + 266 + + + + + + 682.4000244140625 + 4548.0400390625 + + 158 + + 77 + + + 11.508000373840332 + 215 + + + + + + 682.7999877929688 + 4559.27978515625 + + 157 + + 78 + + + 11.239999771118164 + 263 + + + + + + 682.5999755859375 + 4570.52001953125 + + 158 + + 80 + + + 11.239999771118164 + 240 + + + + + + 682.2000122070312 + 4581.64990234375 + + 158 + + 80 + + + 11.125 + 212 + + + + + + 682.0 + 4593.16015625 + + 158 + + 80 + + + 11.125 + 212 + + + + + + 681.7999877929688 + 4603.7998046875 + + 158 + + 77 + + + 11.026000022888184 + 259 + + + + + + 681.5999755859375 + 4614.64990234375 + + 158 + + 73 + + + 10.847999572753906 + 290 + + + + + + 682.0 + 4625.5498046875 + + 158 + + 73 + + + 10.902000427246094 + 265 + + + + + + 682.2000122070312 + 4636.39990234375 + + 158 + + 76 + + + 10.847999572753906 + 301 + + + + + + 682.2000122070312 + 4647.2998046875 + + 159 + + 78 + + + 10.902000427246094 + 236 + + + + + + 682.2000122070312 + 4658.43017578125 + + 159 + + 78 + + + 11.125 + 427 + + + + + + 682.0 + 4669.669921875 + + 159 + + 78 + + + 11.239999771118164 + 296 + + + + + + 682.0 + 4680.7900390625 + + 159 + + 78 + + + 11.125 + 293 + + + + + + 682.4000244140625 + 4692.0 + + 159 + + 78 + + + 11.211000442504883 + 303 + + + + + + 682.4000244140625 + 4703.16015625 + + 159 + + 72 + + + 11.154000282287598 + 261 + + + + + + 682.2000122070312 + 4714.31005859375 + + 159 + + 70 + + + 11.154000282287598 + 283 + + + + + + 682.2000122070312 + 4725.52001953125 + + 159 + + 73 + + + 11.211000442504883 + 217 + + + + + + 682.4000244140625 + 4736.72998046875 + + 160 + + 76 + + + 11.211000442504883 + 232 + + + + + + 682.2000122070312 + 4747.830078125 + + 160 + + 76 + + + 11.097000122070312 + 214 + + + + + + 682.4000244140625 + 4758.97998046875 + + 160 + + 75 + + + 11.154000282287598 + 197 + + + + + + 682.4000244140625 + 4770.14013671875 + + 160 + + 75 + + + 11.154000282287598 + 197 + + + + + + 682.4000244140625 + 4781.2099609375 + + 160 + + 76 + + + 11.069000244140625 + 225 + + + + + + 682.0 + 4792.27978515625 + + 160 + + 77 + + + 11.069000244140625 + 214 + + + + + + 682.4000244140625 + 4803.39990234375 + + 160 + + 77 + + + 11.125 + 208 + + + + + + 682.4000244140625 + 4814.5498046875 + + 160 + + 77 + + + 11.154000282287598 + 261 + + + + + + 682.7999877929688 + 4825.7099609375 + + 160 + + 78 + + + 11.154000282287598 + 268 + + + + + + 683.2000122070312 + 4836.85986328125 + + 160 + + 79 + + + 11.154000282287598 + 268 + + + + + + 683.4000244140625 + 4848.14990234375 + + 160 + + 78 + + + 11.284000396728516 + 250 + + + + + + 683.7999877929688 + 4859.509765625 + + 160 + + 79 + + + 11.357999801635742 + 235 + + + + + + 683.2000122070312 + 4870.9501953125 + + 160 + + 82 + + + 11.446999549865723 + 287 + + + + + + 682.7999877929688 + 4882.4599609375 + + 161 + + 79 + + + 11.508000373840332 + 234 + + + + + + 682.5999755859375 + 4893.97021484375 + + 161 + + 79 + + + 11.508000373840332 + 199 + + + + + + 682.7999877929688 + 4905.509765625 + + 161 + + 82 + + + 11.538000106811523 + 289 + + + + + + 682.5999755859375 + 4917.14013671875 + + 161 + + 84 + + + 11.630999565124512 + 275 + + + + + + 682.7999877929688 + 4928.72998046875 + + 161 + + 82 + + + 11.569000244140625 + 240 + + + + + + 683.0 + 4940.2099609375 + + 160 + + 79 + + + 11.508000373840332 + 211 + + + + + + 682.5999755859375 + 4951.68994140625 + + 161 + + 80 + + + 11.47700023651123 + 248 + + + + + + 682.5999755859375 + 4963.14013671875 + + 160 + + 82 + + + 11.446999549865723 + 195 + + + + + + 682.4000244140625 + 4974.41015625 + + 160 + + 81 + + + 11.269000053405762 + 229 + + + + + + 682.2000122070312 + 4985.5 + + 160 + + 79 + + + 11.097000122070312 + 244 + + + + + + 682.2000122070312 + 4996.60009765625 + + 160 + + 77 + + + 11.097000122070312 + 345 + + + + + + 682.4000244140625 + 5007.81005859375 + + 160 + + 79 + + + 11.211000442504883 + 467 + + + + + + 682.2000122070312 + 5019.0498046875 + + 160 + + 80 + + + 11.239999771118164 + 308 + + + + + + 682.2000122070312 + 5030.31982421875 + + 160 + + 86 + + + 11.269000053405762 + 304 + + + + + + 682.2000122070312 + 5041.35986328125 + + 160 + + 87 + + + 11.039999961853027 + 320 + + + + + + 681.7999877929688 + 5052.5400390625 + + 160 + + 84 + + + 11.182000160217285 + 253 + + + + + + 681.7999877929688 + 5063.72021484375 + + 160 + + 84 + + + 11.182000160217285 + 295 + + + + + + 682.0 + 5074.85009765625 + + 161 + + 84 + + + 11.125 + 279 + + + + + + 682.0 + 5085.81005859375 + + 161 + + 84 + + + 10.956999778747559 + 216 + + + + + + 682.0 + 5096.759765625 + + 161 + + 87 + + + 10.956999778747559 + 219 + + + + + + 682.7999877929688 + 5107.68994140625 + + 160 + + 90 + + + 10.930000305175781 + 211 + + + + + + 682.7999877929688 + 5118.68017578125 + + 161 + + 93 + + + 10.984999656677246 + 238 + + + + + + 683.0 + 5129.47021484375 + + 161 + + 88 + + + 10.793999671936035 + 198 + + + + + + 683.0 + 5140.2099609375 + + 161 + + 77 + + + 10.741000175476074 + 208 + + + + + + 683.4000244140625 + 5151.1201171875 + + 161 + + 77 + + + 10.902000427246094 + 215 + + + + + + 683.0 + 5162.0498046875 + + 161 + + 81 + + + 10.930000305175781 + 222 + + + + + + 682.7999877929688 + 5173.02978515625 + + 160 + + 84 + + + 10.984999656677246 + 264 + + + + + + 682.7999877929688 + 5184.02001953125 + + 161 + + 80 + + + 10.984999656677246 + 249 + + + + + + 682.5999755859375 + 5195.06005859375 + + 161 + + 80 + + + 11.039999961853027 + 258 + + + + + + 682.2000122070312 + 5206.2099609375 + + 161 + + 83 + + + 11.154000282287598 + 298 + + + + + + 682.0 + 5217.5400390625 + + 161 + + 81 + + + 11.32800006866455 + 230 + + + + + + 682.0 + 5228.75 + + 161 + + 82 + + + 11.211000442504883 + 194 + + + + + + 681.7999877929688 + 5239.93017578125 + + 160 + + 84 + + + 11.182000160217285 + 242 + + + + + + 682.0 + 5251.259765625 + + 161 + + 84 + + + 11.32800006866455 + 265 + + + + + + 682.4000244140625 + 5262.68017578125 + + 161 + + 83 + + + 11.416999816894531 + 251 + + + + + + 683.2000122070312 + 5274.1201171875 + + 161 + + 92 + + + 11.446999549865723 + 214 + + + + + + 683.2000122070312 + 5285.5400390625 + + 161 + + 96 + + + 11.416999816894531 + 259 + + + + + + 683.7999877929688 + 5296.89990234375 + + 161 + + 90 + + + 11.357999801635742 + 261 + + + + + + 683.5999755859375 + 5308.41015625 + + 161 + + 83 + + + 11.508000373840332 + 253 + + + + + + 683.5999755859375 + 5319.85009765625 + + 161 + + 84 + + + 11.446999549865723 + 317 + + + + + + 683.2000122070312 + 5331.47998046875 + + 161 + + 87 + + + 11.630999565124512 + 260 + + + + + + 683.2000122070312 + 5342.89990234375 + + 161 + + 92 + + + 11.416999816894531 + 232 + + + + + + 683.4000244140625 + 5354.31982421875 + + 162 + + 86 + + + 11.416999816894531 + 232 + + + + + + 683.4000244140625 + 5365.7001953125 + + 162 + + 85 + + + 11.38700008392334 + 255 + + + + + + 683.4000244140625 + 5377.08984375 + + 162 + + 88 + + + 11.38700008392334 + 255 + + + + + + 683.2000122070312 + 5388.5400390625 + + 162 + + 86 + + + 11.446999549865723 + 252 + + + + + + 682.7999877929688 + 5399.72021484375 + + 162 + + 88 + + + 11.182000160217285 + 269 + + + + + + 682.7999877929688 + 5410.89990234375 + + 162 + + 84 + + + 11.182000160217285 + 320 + + + + + + 682.7999877929688 + 5422.08984375 + + 162 + + 83 + + + 11.182000160217285 + 253 + + + + + + 682.7999877929688 + 5433.1298828125 + + 162 + + 83 + + + 11.039999961853027 + 217 + + + + + + 683.0 + 5444.080078125 + + 162 + + 83 + + + 10.956999778747559 + 248 + + + + + + 683.0 + 5455.06982421875 + + 162 + + 80 + + + 10.984999656677246 + 201 + + + + + + 683.0 + 5465.85009765625 + + 162 + + 83 + + + 10.767000198364258 + 194 + + + + + + 683.2000122070312 + 5476.60009765625 + + 163 + + 85 + + + 10.767000198364258 + 194 + + + + + + 683.2000122070312 + 5487.16015625 + + 163 + + 81 + + + 10.557999610900879 + 239 + + + + + + 683.2000122070312 + 5497.669921875 + + 162 + + 78 + + + 10.506999969482422 + 207 + + + + + + 683.2000122070312 + 5508.330078125 + + 163 + + 78 + + + 10.63599967956543 + 227 + + + + + + 683.4000244140625 + 5519.1201171875 + + 162 + + 77 + + + 10.793999671936035 + 241 + + + + + + 683.4000244140625 + 5529.89990234375 + + 162 + + 77 + + + 10.793999671936035 + 241 + + + + + + 683.2000122070312 + 5540.52978515625 + + 162 + + 82 + + + 10.63599967956543 + 291 + + + + + + 683.4000244140625 + 5551.16015625 + + 162 + + 85 + + + 10.63599967956543 + 291 + + + + + + 683.4000244140625 + 5561.8798828125 + + 162 + + 81 + + + 10.71399974822998 + 336 + + + + + + 683.0 + 5572.830078125 + + 162 + + 80 + + + 10.956999778747559 + 245 + + + + + + 683.0 + 5583.759765625 + + 163 + + 82 + + + 10.930000305175781 + 211 + + + + + + 682.5999755859375 + 5594.75 + + 163 + + 84 + + + 10.984999656677246 + 223 + + + + + + 682.5999755859375 + 5605.56982421875 + + 163 + + 83 + + + 10.821000099182129 + 253 + + + + + + 682.4000244140625 + 5616.5498046875 + + 163 + + 85 + + + 10.984999656677246 + 249 + + + + + + 682.5999755859375 + 5627.58984375 + + 163 + + 86 + + + 10.984999656677246 + 194 + + + + + + 682.5999755859375 + 5638.5498046875 + + 161 + + 82 + + + 11.012999534606934 + 202 + + + + + + 683.0 + 5649.58984375 + + 162 + + 82 + + + 11.012999534606934 + 202 + + + + + + 683.4000244140625 + 5660.830078125 + + 162 + + 83 + + + 11.211000442504883 + 367 + + + + + + 683.5999755859375 + 5672.18994140625 + + 162 + + 84 + + + 11.416999816894531 + 305 + + + + + + 683.7999877929688 + 5683.7001953125 + + 162 + + 84 + + + 11.508000373840332 + 272 + + + + + + 683.7999877929688 + 5695.27001953125 + + 161 + + 84 + + + 11.569000244140625 + 286 + + + + + + 684.0 + 5706.6298828125 + + 162 + + 85 + + + 11.357999801635742 + 227 + + + + + + 683.7999877929688 + 5718.1298828125 + + 162 + + 82 + + + 11.508000373840332 + 227 + + + + + + 683.5999755859375 + 5729.35009765625 + + 162 + + 85 + + + 11.211000442504883 + 224 + + + + + + 683.5999755859375 + 5740.56005859375 + + 162 + + 85 + + + 11.211000442504883 + 224 + + + + + + 683.5999755859375 + 5751.93994140625 + + 162 + + 86 + + + 11.38700008392334 + 251 + + + + + + 683.5999755859375 + 5763.27001953125 + + 162 + + 89 + + + 11.32800006866455 + 207 + + + + + + 683.7999877929688 + 5774.66015625 + + 162 + + 85 + + + 11.38700008392334 + 232 + + + + + + 683.5999755859375 + 5785.990234375 + + 162 + + 85 + + + 11.32800006866455 + 238 + + + + + + 683.5999755859375 + 5797.2001953125 + + 162 + + 84 + + + 11.211000442504883 + 262 + + + + + + 683.5999755859375 + 5808.2900390625 + + 162 + + 83 + + + 11.097000122070312 + 244 + + + + + + 683.4000244140625 + 5819.31005859375 + + 162 + + 82 + + + 11.012999534606934 + 249 + + + + + + 683.2000122070312 + 5830.330078125 + + 161 + + 80 + + + 10.984999656677246 + 264 + + + + + + 683.2000122070312 + 5841.169921875 + + 162 + + 82 + + + 10.875 + 257 + + + + + + 683.4000244140625 + 5851.990234375 + + 161 + + 84 + + + 10.821000099182129 + 238 + + + + + + 683.2000122070312 + 5862.85986328125 + + 161 + + 82 + + + 10.875 + 210 + + + + + + 683.2000122070312 + 5873.5498046875 + + 161 + + 79 + + + 10.687999725341797 + 235 + + + + + + 683.0 + 5884.3701171875 + + 162 + + 80 + + + 10.821000099182129 + 249 + + + + + + 682.7999877929688 + 5895.22021484375 + + 162 + + 80 + + + 10.847999572753906 + 235 + + + + + + 682.7999877929688 + 5906.009765625 + + 162 + + 80 + + + 10.793999671936035 + 252 + + + + + + 682.7999877929688 + 5916.7001953125 + + 161 + + 80 + + + 10.687999725341797 + 250 + + + + + + 682.7999877929688 + 5927.39013671875 + + 161 + + 87 + + + 10.687999725341797 + 217 + + + + + + 682.7999877929688 + 5937.89990234375 + + 161 + + 92 + + + 10.506999969482422 + 249 + + + + + + 683.0 + 5948.39990234375 + + 161 + + 83 + + + 10.506999969482422 + 249 + + + + + + 683.0 + 5959.1201171875 + + 161 + + 81 + + + 10.71399974822998 + 200 + + + + + + 683.0 + 5969.830078125 + + 161 + + 81 + + + 10.71399974822998 + 251 + + + + + + 683.2000122070312 + 5980.64990234375 + + 161 + + 78 + + + 10.821000099182129 + 332 + + + + + + 683.4000244140625 + 5991.64013671875 + + 161 + + 81 + + + 10.984999656677246 + 212 + + + + + + 683.2000122070312 + 6002.68017578125 + + 161 + + 82 + + + 11.039999961853027 + 239 + + + + + + 683.2000122070312 + 6013.72998046875 + + 161 + + 81 + + + 11.039999961853027 + 210 + + + + + + 683.2000122070312 + 6024.7900390625 + + 161 + + 80 + + + 11.069000244140625 + 262 + + + + + + 683.0 + 6035.85986328125 + + 161 + + 82 + + + 11.069000244140625 + 262 + + + + + + 682.7999877929688 + 6047.009765625 + + 161 + + 85 + + + 11.154000282287598 + 261 + + + + + + 682.7999877929688 + 6058.22021484375 + + 161 + + 81 + + + 11.211000442504883 + 221 + + + + + + 683.0 + 6069.39990234375 + + 162 + + 86 + + + 11.182000160217285 + 216 + + + + + + 683.2000122070312 + 6080.58984375 + + 162 + + 90 + + + 11.182000160217285 + 232 + + + + + + 683.4000244140625 + 6091.8798828125 + + 161 + + 83 + + + 11.298999786376953 + 302 + + + + + + 683.7999877929688 + 6103.18017578125 + + 162 + + 80 + + + 11.298999786376953 + 267 + + + + + + 684.0 + 6114.419921875 + + 161 + + 88 + + + 11.239999771118164 + 236 + + + + + + 683.7999877929688 + 6125.6298828125 + + 162 + + 88 + + + 11.211000442504883 + 273 + + + + + + 683.7999877929688 + 6136.990234375 + + 161 + + 82 + + + 11.357999801635742 + 322 + + + + + + 683.4000244140625 + 6148.35009765625 + + 161 + + 85 + + + 11.357999801635742 + 322 + + + + + + 683.4000244140625 + 6159.58984375 + + 161 + + 77 + + + 11.239999771118164 + 243 + + + + + + 683.5999755859375 + 6170.830078125 + + 162 + + 77 + + + 11.239999771118164 + 240 + + + + + + 683.7999877929688 + 6182.10009765625 + + 162 + + 83 + + + 11.269000053405762 + 255 + + + + + + 683.7999877929688 + 6193.33984375 + + 162 + + 84 + + + 11.239999771118164 + 247 + + + + + + 683.4000244140625 + 6204.5498046875 + + 162 + + 80 + + + 11.211000442504883 + 232 + + + + + + 683.0 + 6215.58984375 + + 161 + + 81 + + + 11.039999961853027 + 199 + + + + + + 683.0 + 6226.60009765625 + + 161 + + 84 + + + 11.012999534606934 + 199 + + + + + + 682.5999755859375 + 6237.52978515625 + + 161 + + 83 + + + 10.930000305175781 + 208 + + + + + + 682.5999755859375 + 6248.330078125 + + 161 + + 82 + + + 10.793999671936035 + 184 + + + + + + 682.7999877929688 + 6259.1201171875 + + 161 + + 82 + + + 10.793999671936035 + 184 + + + + + + 683.0 + 6269.81005859375 + + 161 + + 84 + + + 10.687999725341797 + 235 + + + + + + 683.0 + 6280.52001953125 + + 161 + + 81 + + + 10.71399974822998 + 204 + + + + + + 683.2000122070312 + 6291.31982421875 + + 161 + + 80 + + + 10.793999671936035 + 252 + + + + + + 683.2000122070312 + 6301.93017578125 + + 159 + + 79 + + + 10.609999656677246 + 294 + + + + + + 683.4000244140625 + 6312.490234375 + + 159 + + 81 + + + 10.557999610900879 + 232 + + + + + + 683.2000122070312 + 6323.06982421875 + + 159 + + 88 + + + 10.583999633789062 + 248 + + + + + + 683.4000244140625 + 6333.68017578125 + + 159 + + 83 + + + 10.609999656677246 + 220 + + + + + + 683.4000244140625 + 6344.2900390625 + + 159 + + 79 + + + 10.609999656677246 + 187 + + + + + + 683.4000244140625 + 6354.89990234375 + + 159 + + 75 + + + 10.609999656677246 + 251 + + + + + + 683.4000244140625 + 6365.58984375 + + 160 + + 74 + + + 10.687999725341797 + 217 + + + + + + 683.4000244140625 + 6376.27978515625 + + 159 + + 78 + + + 10.687999725341797 + 196 + + + + + + 683.2000122070312 + 6387.10009765625 + + 160 + + 97 + + + 10.821000099182129 + 227 + + + + + + 683.0 + 6398.06005859375 + + 159 + + 89 + + + 10.930000305175781 + 252 + + + + + + 682.7999877929688 + 6408.93017578125 + + 159 + + 79 + + + 10.902000427246094 + 200 + + + + + + 682.4000244140625 + 6419.830078125 + + 159 + + 82 + + + 10.902000427246094 + 200 + + + + + + 682.4000244140625 + 6430.7900390625 + + 159 + + 83 + + + 10.956999778747559 + 274 + + + + + + 682.2000122070312 + 6441.91015625 + + 159 + + 84 + + + 11.125 + 312 + + + + + + 682.4000244140625 + 6453.18017578125 + + 159 + + 81 + + + 11.269000053405762 + 192 + + + + + + 682.5999755859375 + 6464.4501953125 + + 159 + + 79 + + + 11.269000053405762 + 192 + + + + + + + 11.083000183105469 + 82 + 253 + 247 + 467 + + + + + 56.0 + 397.17 + 11.269000053405762 + 1 + + 139 + + + 159 + + Active + 136 + Manual + + + + 682.5999755859375 + 6464.4501953125 + + 159 + + 79 + + + 11.269000053405762 + 192 + + + + + + 682.5999755859375 + 6475.52001953125 + + 159 + + 109 + + + 11.069000244140625 + 21 + + + + + + 682.5999755859375 + 6486.52978515625 + + 159 + + 0 + + + 11.012999534606934 + 0 + + + + + + 682.5999755859375 + 6497.3798828125 + + 159 + + 0 + + + 10.847999572753906 + 0 + + + + + + 682.4000244140625 + 6508.02001953125 + + 159 + + 0 + + + 10.63599967956543 + 0 + + + + + + 682.7999877929688 + 6518.47021484375 + + 159 + + 0 + + + 10.456999778747559 + 0 + + + + + + 683.0 + 6528.58984375 + + 159 + + 0 + + + 10.116000175476074 + 0 + + + + + + 683.0 + 6538.47998046875 + + 158 + + 0 + + + 9.88599967956543 + 0 + + + + + + 682.5999755859375 + 6547.990234375 + + 158 + + 0 + + + 9.517999649047852 + 0 + + + + + + 682.2000122070312 + 6557.2900390625 + + 158 + + 0 + + + 9.295000076293945 + 0 + + + + + + 681.2000122070312 + 6566.240234375 + + 157 + + 0 + + + 8.951000213623047 + 0 + + + + + + 680.7999877929688 + 6574.89013671875 + + 156 + + 0 + + + 8.64799976348877 + 0 + + + + + + 680.4000244140625 + 6583.2900390625 + + 155 + + 0 + + + 8.39799976348877 + 11 + + + + + + 680.5999755859375 + 6591.43017578125 + + 155 + + 0 + + + 8.145999908447266 + 120 + + + + + + 680.7999877929688 + 6599.52978515625 + + 154 + + 98 + + + 8.100000381469727 + 89 + + + + + + 681.2000122070312 + 6607.5 + + 154 + + 82 + + + 7.9670000076293945 + 119 + + + + + + 681.4000244140625 + 6615.43994140625 + + 153 + + 87 + + + 7.938000202178955 + 50 + + + + + + 681.7999877929688 + 6623.08984375 + + 152 + + 107 + + + 7.6579999923706055 + 0 + + + + + + 682.5999755859375 + 6630.56982421875 + + 152 + + 0 + + + 7.473999977111816 + 79 + + + + + + 683.4000244140625 + 6638.080078125 + + 150 + + 84 + + + 7.513000011444092 + 210 + + + + + + 683.5999755859375 + 6645.7001953125 + + 149 + + 60 + + + 7.618000030517578 + 150 + + + + + + 683.7999877929688 + 6653.39990234375 + + 148 + + 64 + + + 7.698999881744385 + 162 + + + + + + 684.0 + 6661.080078125 + + 147 + + 64 + + + 7.684999942779541 + 74 + + + + + + 683.7999877929688 + 6668.64013671875 + + 146 + + 57 + + + 7.552000045776367 + 83 + + + + + + 683.2000122070312 + 6676.14013671875 + + 144 + + 68 + + + 7.5 + 97 + + + + + + 683.0 + 6683.66015625 + + 142 + + 63 + + + 7.526000022888184 + 103 + + + + + + 682.7999877929688 + 6691.169921875 + + 141 + + 53 + + + 7.513000011444092 + 108 + + + + + + 682.5999755859375 + 6698.66015625 + + 141 + + 55 + + + 7.486999988555908 + 70 + + + + + + 682.5999755859375 + 6706.06982421875 + + 140 + + 55 + + + 7.409999847412109 + 64 + + + + + + 682.5999755859375 + 6713.43017578125 + + 139 + + 71 + + + 7.360000133514404 + 71 + + + + + + 682.4000244140625 + 6720.75 + + 138 + + 90 + + + 7.322999954223633 + 112 + + + + + + 682.4000244140625 + 6728.10009765625 + + 138 + + 72 + + + 7.3480000495910645 + 86 + + + + + + 682.4000244140625 + 6735.56005859375 + + 137 + + 72 + + + 7.460999965667725 + 92 + + + + + + 682.4000244140625 + 6742.85986328125 + + 136 + + 57 + + + 7.298999786376953 + 94 + + + + + + 682.5999755859375 + 6750.169921875 + + 136 + + 136 + + + 7.310999870300293 + 0 + + + + + + 682.5999755859375 + 6757.330078125 + + 135 + + 0 + + + 7.15500020980835 + 0 + + + + + + 682.7999877929688 + 6764.35986328125 + + 134 + + 0 + + + 7.0269999504089355 + 0 + + + + + + 682.7999877929688 + 6771.240234375 + + 132 + + 0 + + + 6.882999897003174 + 0 + + + + + + 682.7999877929688 + 6777.9599609375 + + 131 + + 0 + + + 6.7230000495910645 + 0 + + + + + + 683.0 + 6784.60986328125 + + 130 + + 0 + + + 6.651000022888184 + 0 + + + + + + 683.0 + 6791.16015625 + + 128 + + 0 + + + 6.551000118255615 + 0 + + + + + + 683.0 + 6797.56005859375 + + 126 + + 0 + + + 6.396999835968018 + 2 + + + + + + 683.2000122070312 + 6803.89013671875 + + 124 + + 0 + + + 6.331999778747559 + 0 + + + + + + 683.2000122070312 + 6810.0498046875 + + 123 + + 0 + + + 6.160999774932861 + 0 + + + + + + 683.0 + 6815.75 + + 122 + + 0 + + + 5.693999767303467 + 0 + + + + + + 683.2000122070312 + 6821.06982421875 + + 121 + + 0 + + + 5.323999881744385 + 0 + + + + + + 683.2000122070312 + 6825.89013671875 + + 121 + + 0 + + + 4.822999954223633 + 0 + + + + + + 683.2000122070312 + 6830.35009765625 + + 120 + + 0 + + + 4.456999778747559 + 0 + + + + + + 683.4000244140625 + 6834.14013671875 + + 119 + + 0 + + + 3.7920000553131104 + 0 + + + + + + 683.4000244140625 + 6837.39013671875 + + 118 + + 0 + + + 3.24399995803833 + 0 + + + + + + 683.4000244140625 + 6840.22998046875 + + 116 + + 0 + + + 2.8429999351501465 + 0 + + + + + + 683.5999755859375 + 6842.60986328125 + + 116 + + 0 + + + 2.381999969482422 + 0 + + + + + + 683.5999755859375 + 6844.5498046875 + + 116 + + 0 + + + 1.934000015258789 + 0 + + + + + + 683.7999877929688 + 6846.47998046875 + + 117 + + 0 + + + 1.934000015258789 + 0 + + + + + + 684.0 + 6848.41015625 + + 118 + + 0 + + + 1.934000015258789 + 0 + + + + + + 684.2000122070312 + 6850.35009765625 + + 119 + + 0 + + + 1.934000015258789 + 0 + + + + + + 684.4000244140625 + 6850.35009765625 + + 119 + + 0 + + + 0.0 + 0 + + + + + + 684.5999755859375 + 6850.35009765625 + + 120 + + 0 + + + 0.0 + 0 + + + + + + + 7.047999858856202 + 29 + 28 + 39 + 210 + + + + + Garmin Forerunner 910XT + 3896718999 + 1328 + + 3 + 20 + 0 + 0 + + + + + + Garmin Connect API + + + 18 + 17 + 6 + 6 + + + en + 006-D2449-00 + + Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/rides/Garmin1000_withFirstbeat.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/rides/Garmin1000_withFirstbeat.fit differ Binary files /tmp/tmpeeDjsA/OsIDOwobxq/goldencheetah-3.5~DEV1810/test/rides/Garmin920_withFirstbeat.fit and /tmp/tmpeeDjsA/JPRI4tqqTo/goldencheetah-3.5~DEV1903/test/rides/Garmin920_withFirstbeat.fit differ diff -Nru goldencheetah-3.5~DEV1810/travis/install-qt.sh goldencheetah-3.5~DEV1903/travis/install-qt.sh --- goldencheetah-3.5~DEV1810/travis/install-qt.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/install-qt.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#!/bin/bash -echo "QT=>" "$QT" "<=" -#!/bin/bash -if [ "$QT_VER" = "5.5.1" ] -then - brew install file://$PWD/qt5.rb -else - brew install $QT -fi diff -Nru goldencheetah-3.5~DEV1810/travis/linux/after_success.sh goldencheetah-3.5~DEV1903/travis/linux/after_success.sh --- goldencheetah-3.5~DEV1810/travis/linux/after_success.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/linux/after_success.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,61 @@ +#!/bin/bash +set -ev +export PATH=/opt/qt59/bin:$PATH +export LD_LIBRARY_PATH=/opt/qt59/lib/x86_64-linux-gnu:/opt/qt59/lib:$LD_LIBRARY_PATH + +### This script should be run from GoldenCheetah src directory after build +cd src +if [ ! -x ./GoldenCheetah ] +then echo "Build GoldenCheetah and execute from distribution src"; exit 1 +fi +echo "Checking GoldenCheetah.app can execute" +./GoldenCheetah --help + +### Create AppDir and start populating +mkdir -p appdir +# Executable +cp GoldenCheetah appdir +# Desktop file +cat >appdir/GoldenCheetah.desktop <> src/gcconfig.pri +# Trusty needs C99 mode to enable declarations in for loops +echo QMAKE_CFLAGS += -std=gnu99 >> src/gcconfig.pri +# make a relese build +sed -i "s|#\(CONFIG += release.*\)|\1 static|" src/gcconfig.pri +# lrelease command +sed -i "s|#\(QMAKE_LRELEASE = \).*|\1 lrelease|" src/gcconfig.pri +sed -i "s|^#QMAKE_CXXFLAGS|QMAKE_CXXFLAGS|" src/gcconfig.pri +# Enable -lz +sed -i "s|^#LIBZ_LIBS|LIBZ_LIBS|" src/gcconfig.pri +# ICAL +sed -i "s|#\(ICAL_INSTALL =.*\)|\1 /usr|" src/gcconfig.pri +# LIBUSB +#sed -i "s|#\(LIBUSB_INSTALL =\).*|\1 /usr|" src/gcconfig.pri +sed -i "s|#\(LIBUSB_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri +sed -i "s|#\(LIBUSB_LIBS =.*\)|\1 /usr/local/lib/libusb.a -lusb-1.0 -ldl -ludev|" src/gcconfig.pri +# VLC & VIDEO +sed -i "s|#\(VLC_INSTALL =.*\)|\1 /usr|" src/gcconfig.pri +sed -i "s|#\(VLC_LIBS =.*\)|\1 -lvlc|" src/gcconfig.pri +sed -i "s|^#HTPATH|HTPATH|" src/gcconfig.pri +sed -i "s|\(DEFINES += GC_VIDEO_NONE.*\)|#\1 |" src/gcconfig.pri +sed -i "s|#\(DEFINES += GC_VIDEO_VLC.*\)|\1|" src/gcconfig.pri +# R +sed -i "s|#\(DEFINES += GC_WANT_R.*\)|\1|" src/gcconfig.pri +# Enable CloudDB +sed -i "s|^#CloudDB|CloudDB|" src/gcconfig.pri +# LIBKML +sed -i "s|#\(KML_INSTALL =\).*|\1 /usr|" src/gcconfig.pri +# D2XX +sed -i "s|#\(D2XX_INCLUDE =.*\)|\1 ../D2XX/release|" src/gcconfig.pri +# SAMPLERATE +sed -i "s|#\(SAMPLERATE_INSTALL =\).*|\1 /usr|" src/gcconfig.pri +# SRMIO +sed -i "s|#\(SRMIO_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri +# Python +echo DEFINES += GC_WANT_PYTHON >> src/gcconfig.pri +echo PYTHONINCLUDES = -I/usr/include/python3.6 >> src/gcconfig.pri +echo PYTHONLIBS = -L/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu -lpython3.6m >> src/gcconfig.pri + +# Patch Secrets.h +sed -i "s/__GC_GOOGLE_CALENDAR_CLIENT_SECRET__/"$GC_GOOGLE_CALENDAR_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_STRAVA_CLIENT_SECRET__/"$GC_STRAVA_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_DROPBOX_CLIENT_SECRET__/"$GC_DROPBOX_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_CYCLINGANALYTICS_CLIENT_SECRET__/"$GC_CYCLINGANALYTICS_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_TWITTER_CONSUMER_SECRET__/"$GC_TWITTER_CONSUMER_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_DROPBOX_CLIENT_ID__/"$GC_DROPBOX_CLIENT_ID"/" src/Core/Secrets.h +sed -i "s/__GC_MAPQUESTAPI_KEY__/"$GC_MAPQUESTAPI_KEY"/" src/Core/Secrets.h +sed -i "s/__GC_CLOUD_DB_BASIC_AUTH__/"$GC_CLOUD_DB_BASIC_AUTH"/" src/Core/Secrets.h +sed -i "s/__GC_CLOUD_DB_APP_NAME__/"$GC_CLOUD_DB_APP_NAME"/" src/Core/Secrets.h +sed -i "s/__GC_GOOGLE_DRIVE_CLIENT_ID__/"$GC_GOOGLE_DRIVE_CLIENT_ID"/" src/Core/Secrets.h +sed -i "s/__GC_GOOGLE_DRIVE_CLIENT_SECRET__/"$GC_GOOGLE_DRIVE_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "s/__GC_GOOGLE_DRIVE_API_KEY__/"$GC_GOOGLE_DRIVE_API_KEY"/" src/Core/Secrets.h +sed -i "s/__GC_TODAYSPLAN_CLIENT_SECRET__/"$GC_TODAYSPLAN_CLIENT_SECRET"/" src/Core/Secrets.h +cat src/gcconfig.pri +# update translations +lupdate src/src.pro +exit diff -Nru goldencheetah-3.5~DEV1810/travis/linux/deploy.sh goldencheetah-3.5~DEV1903/travis/linux/deploy.sh --- goldencheetah-3.5~DEV1810/travis/linux/deploy.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/linux/deploy.sh 2019-02-22 09:38:21.000000000 +0000 @@ -18,18 +18,24 @@ Comment=Cycling Power Analysis Software. Exec=GoldenCheetah Icon=gc +Categories=Science;Sports; EOF # Icon cp ./src/Resources/images/gc.png appdir/ +### Add OpenSSL libs +mkdir appdir/lib +cp /usr/lib/x86_64-linux-gnu/libssl.so appdir/lib +cp /usr/lib/x86_64-linux-gnu/libcrypto.so appdir/lib + ### Download current version of linuxdeployqt wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage chmod a+x linuxdeployqt-continuous-x86_64.AppImage -### Deploy to AppDir and generate AppImage +### Deploy to appdir and generate AppImage # -qmake=path-to-qmake-used-for-build option is necessary if the right qmakei # version is not first in PATH, check using qmake --version -./linuxdeployqt-continuous-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3 -appimage +./linuxdeployqt-continuous-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0 -appimage ### Cleanup rm linuxdeployqt-continuous-x86_64.AppImage diff -Nru goldencheetah-3.5~DEV1810/travis/linux/script.sh goldencheetah-3.5~DEV1903/travis/linux/script.sh --- goldencheetah-3.5~DEV1810/travis/linux/script.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/linux/script.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,6 @@ +#!/bin/bash +set -ev +export PATH=/opt/qt59/bin:$PATH +qmake -recursive +make --silent -j3 || make +exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/after_success_QT4.sh goldencheetah-3.5~DEV1903/travis/osx/after_success_QT4.sh --- goldencheetah-3.5~DEV1810/travis/osx/after_success_QT4.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/after_success_QT4.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/after_success_QT5.sh goldencheetah-3.5~DEV1903/travis/osx/after_success_QT5.sh --- goldencheetah-3.5~DEV1810/travis/osx/after_success_QT5.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/after_success_QT5.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/after_success.sh goldencheetah-3.5~DEV1903/travis/osx/after_success.sh --- goldencheetah-3.5~DEV1810/travis/osx/after_success.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/after_success.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,20 @@ +#!/bin/bash +set -ev +cd src +echo "Checking GoldenCheetah.app can execute" +GoldenCheetah.app/Contents/MacOS/GoldenCheetah --help +echo "About to create dmg file and fix up" +/usr/local/opt/qt5/bin/macdeployqt GoldenCheetah.app -verbose=2 -dmg +python ../travis/macdeployqtfix.py GoldenCheetah.app /usr/local/opt/qt5 +echo "Cleaning up installed QT libraries from qt5" +brew remove qt5 +echo "Renaming dmg file to branch and build number ready for deploy" +mv GoldenCheetah.dmg $FINAL_NAME +ls -l $FINAL_NAME +echo "Mounting dmg file and testing it can execute" +hdiutil mount $FINAL_NAME +cd /Volumes/GoldenCheetah +GoldenCheetah.app/Contents/MacOS/GoldenCheetah --help +echo "Make sure we are back in the Travis build directory" +cd $TRAVIS_BUILD_DIR +exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_install_QT4.sh goldencheetah-3.5~DEV1903/travis/osx/before_install_QT4.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_install_QT4.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_install_QT4.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -#!/bin/bash - -cat ${0} - -# Update brew -brew update - -# Install QT -brew install qt$QT - -# Install libical support -brew install libical - -# Install libusb support -brew install libusb libusb-compat - -# Install SRM support -brew install srmio - -# Install libmkl support -brew install --HEAD https://raw.github.com/gcoco/CI-for-GoldenCheetah/master/libkml.rb - -# Allo write to brew files for later deployment -sudo chmod -R +w /usr/local - -# Install qwtplot3d support -git clone --depth 1 https://github.com/sintegrial/qwtplot3d.git qwtplot3d -cd qwtplot3d -CC=clang CXX=clang++ /usr/local/opt/qt$QT/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+=-Wno-unused-private-field -CC=clang CXX=clang++ make -j2 -cd .. - -# Install kQOAuth support -git clone --branch 0.98 https://github.com/kypeli/kQOAuth.git kQOAuth-0.98 -cd kQOAuth-0.98 -CC=clang CXX=clang++ /usr/local/opt/qt$QT/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+=-Wno-unused-private-field -CC=clang CXX=clang++ make -j2 qmake_all -CC=clang CXX=clang++ sudo make install -cd .. - -# Install D2XX support -curl -O http://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.2.2.dmg -hdiutil mount D2XX1.2.2.dmg -mkdir D2XX -cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib D2XX -sudo cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib /usr/local/lib -cp /Volumes/release/D2XX/bin/*.h D2XX - -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_install_QT5.sh goldencheetah-3.5~DEV1903/travis/osx/before_install_QT5.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_install_QT5.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_install_QT5.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_install.sh goldencheetah-3.5~DEV1903/travis/osx/before_install.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_install.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_install.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,19 @@ +#!/bin/bash +set -ev +## try early just to check, can delete later +date +brew update +brew install qt5 +brew install libical +brew install libusb libusb-compat +brew install srmio +brew install libsamplerate +rm -rf '/usr/local/include/c++' +brew install r +brew install brewsci/science/lmfit +## Disable KML for now +## brew install --HEAD travis/libkml.rb +sudo chmod -R +w /usr/local +curl -O https://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.2.2.dmg +hdiutil mount D2XX1.2.2.dmg +exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_script_QT4.sh goldencheetah-3.5~DEV1903/travis/osx/before_script_QT4.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_script_QT4.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_script_QT4.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -#!/bin/bash - -# Copy default files to actual build files - -cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri -cp src/gcconfig.pri.in src/gcconfig.pri - -# Modify src/gcconfig.pri with build specifics - -sed -i "" "s|#\(CONFIG += release.*\)|\1 static |" src/gcconfig.pri -sed -i "" "s|#\(QMAKE_LFLAGS\).*|\1_RELEASE += -mmacosx-version-min=10.7 |" src/gcconfig.pri -sed -i "" "s|#\(SRMIO_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -sed -i "" "s|#\(D2XX_INCLUDE =.*\)|\1 ../D2XX|" src/gcconfig.pri -sed -i "" "s|#\(D2XX_LIBS =.*\)|\1 -L../D2XX -lftd2xx.1.2.2|" src/gcconfig.pri -sed -i "" "s|#\(KQOAUTH_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -sed -i "" "s|#\(KQOAUTH_INCLUDE =.*\)|\1 \$\$[QT_INSTALL_LIBS]/kqoauth.framework/Headers|" src/gcconfig.pri -sed -i "" "s|#\(KQOAUTH_LIBS =.*\)|\1 -F\$\$[QT_INSTALL_LIBS] -framework kqoauth|" src/gcconfig.pri -sed -i "" "s|#\(QWT3D_INSTALL =.*\)|\1 ../../qwtplot3d|" src/gcconfig.pri -sed -i "" "s|#\(QWT3D_INCLUDE =.*\)|\1 /usr/local/include/qwtplot3d-$QT|" src/gcconfig.pri -sed -i "" "s|#\(QWT3D_LIBS =.*\)|\1 -L/usr/local/lib -lqwtplot3d-$QT|" src/gcconfig.pri -sed -i "" "s|#\(ICAL_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -sed -i "" "s|#\(ICAL_LIBS =.*\)|\1 -L/usr/local/lib -lical|" src/gcconfig.pri -sed -i "" "s|#\(LIBUSB_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri -sed -i "" "s|#\(LIBUSB_LIBS =.*\)|\1 -L/usr/local/lib -lusb|" src/gcconfig.pri -sed -i "" "s|#\(KML_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -sed -i "" "s|#\(KML_LIBS =.*\)|\1 -L/usr/local/lib -lkmlxsd -lkmlregionator -lkmldom -lkmlconvenience -lkmlengine -lkmlbase|" src/gcconfig.pri -sed -i "" "s|#\(QMAKE_CFLAGS_\).*|\1RELEASE += -mmacosx-version-min=10.7 -arch x86_64|" src/gcconfig.pri -sed -i "" "s|#\(QMAKE_CXXFLAGS_\).*|\1RELEASE += -mmacosx-version-min=10.7 -arch x86_64|" src/gcconfig.pri -sed -i "" "s|#\(DEFINES += GC_VIDEO_QUICKTIME.*\)|\1 |" src/gcconfig.pri -sed -i "" "s|#\(CONFIG += link_pkgconfig\)|\1|" src/gcconfig.pri -sed -i "" "s|#\(PKGCONFIG = .*\)|\1 libical libusb|" src/gcconfig.pri - -# Allow D2XX to be included in the deployment bundle - -sed -i "" "s|libftd2xx.dylib|@executable_path/../Frameworks/libftd2xx.1.2.2.dylib|" src/D2XX.cpp - -# Update translations -/usr/local/opt/qt/bin/lupdate src/src.pro - -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_script_QT5.sh goldencheetah-3.5~DEV1903/travis/osx/before_script_QT5.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_script_QT5.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_script_QT5.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/before_script.sh goldencheetah-3.5~DEV1903/travis/osx/before_script.sh --- goldencheetah-3.5~DEV1810/travis/osx/before_script.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/before_script.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,52 @@ +#!/bin/bash +set -ev +mkdir D2XX +cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib D2XX +sudo cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib /usr/local/lib +cp /Volumes/release/D2XX/bin/*.h D2XX +sed -i "" "s|libftd2xx.dylib|@executable_path/../Frameworks/libftd2xx.1.2.2.dylib|" src/FileIO/D2XX.cpp +cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri +cp src/gcconfig.pri.in src/gcconfig.pri +/usr/local/opt/qt5/bin/lupdate src/src.pro +echo DEFINES += NOWEBKIT >> src/gcconfig.pri +sed -i "" "s|#\(CONFIG += release.*\)|\1 static |" src/gcconfig.pri +sed -i "" "s|#\(QMAKE_LRELEASE\).*|\1 += /usr/local/opt/qt5/bin/lrelease|" src/gcconfig.pri +sed -i "" "s|#\(QMAKE_CXXFLAGS\).*|\1_RELEASE += -mmacosx-version-min=10.7 -arch x86_64|" src/gcconfig.pri +sed -i "" "s|^#CloudDB|CloudDB|" src/gcconfig.pri +sed -i "" "s|^#LIBZ|LIBZ|" src/gcconfig.pri +sed -i "" "s|#\(SRMIO_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri +sed -i "" "s|#\(D2XX_INCLUDE =.*\)|\1 ../D2XX|" src/gcconfig.pri +sed -i "" "s|#\(D2XX_LIBS =.*\)|\1 -L../D2XX -lftd2xx.1.2.2|" src/gcconfig.pri +## Disable KML for now +#sed -i "" "s|#\(KML_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri +#sed -i "" "s|#\(KML_LIBS =.*\)|\1 -L/usr/local/lib -lkmlxsd -lkmlregionator -lkmldom -lkmlconvenience -lkmlengine -lkmlbase -lexpect|" src/gcconfig.pri +sed -i "" "s|#\(ICAL_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri +sed -i "" "s|#\(ICAL_LIBS =.*\)|\1 -L/usr/local/lib -lical|" src/gcconfig.pri +sed -i "" "s|#\(LIBUSB_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri +sed -i "" "s|#\(LIBUSB_LIBS =.*\)|\1 -L/usr/local/lib -lusb -lusb-1.0|" src/gcconfig.pri +sed -i "" "s|#\(SAMPLERATE_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri +sed -i "" "s|#\(SAMPLERATE_LIBS =\).*|\1 -L/usr/local/lib -lsamplerate|" src/gcconfig.pri +sed -i "" "s|#\(LMFIT_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri +sed -i "" "s|#\(DEFINES += GC_HAVE_LION*\)|\1|" src/gcconfig.pri +sed -i "" "s|#\(HTPATH = ../httpserver.*\)|\1 |" src/gcconfig.pri +sed -i "" "s|#\(DEFINES += GC_WANT_ROBOT.*\)|\1 |" src/gcconfig.pri +##sed -i "" "s|\(DEFINES += GC_VIDEO_NONE.*\)|#\1 |" src/gcconfig.pri ## we want this for now XXX till AVKit fixup +##sed -i "" "s|#\(DEFINES += GC_VIDEO_QUICKTIME.*\)|\1 |" src/gcconfig.pri ## QT is deprecated, don't build with it. +##Issues with c++11 and stdlib on travis and dependencies +sed -i "" "s|#\(DEFINES += GC_WANT_R.*\)|\1 |" src/gcconfig.pri +echo "QMAKE_CFLAGS_RELEASE += -mmacosx-version-min=10.7 -arch x86_64" >> src/gcconfig.pri +sed -i "" "s/__GC_GOOGLE_CALENDAR_CLIENT_SECRET__/"$GC_GOOGLE_CALENDAR_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_STRAVA_CLIENT_SECRET__/"$GC_STRAVA_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_DROPBOX_CLIENT_SECRET__/"$GC_DROPBOX_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_CYCLINGANALYTICS_CLIENT_SECRET__/"$GC_CYCLINGANALYTICS_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_TWITTER_CONSUMER_SECRET__/"$GC_TWITTER_CONSUMER_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_DROPBOX_CLIENT_ID__/"$GC_DROPBOX_CLIENT_ID"/" src/Core/Secrets.h +sed -i "" "s/__GC_MAPQUESTAPI_KEY__/"$GC_MAPQUESTAPI_KEY"/" src/Core/Secrets.h +sed -i "" "s/__GC_CLOUD_DB_BASIC_AUTH__/"$GC_CLOUD_DB_BASIC_AUTH"/" src/Core/Secrets.h +sed -i "" "s/__GC_CLOUD_DB_APP_NAME__/"$GC_CLOUD_DB_APP_NAME"/" src/Core/Secrets.h +sed -i "" "s/__GC_GOOGLE_DRIVE_CLIENT_ID__/"$GC_GOOGLE_DRIVE_CLIENT_ID"/" src/Core/Secrets.h +sed -i "" "s/__GC_GOOGLE_DRIVE_CLIENT_SECRET__/"$GC_GOOGLE_DRIVE_CLIENT_SECRET"/" src/Core/Secrets.h +sed -i "" "s/__GC_GOOGLE_DRIVE_API_KEY__/"$GC_GOOGLE_DRIVE_API_KEY"/" src/Core/Secrets.h +sed -i "" "s/__GC_TODAYSPLAN_CLIENT_SECRET__/"$GC_TODAYSPLAN_CLIENT_SECRET"/" src/Core/Secrets.h +cat src/gcconfig.pri +exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/script_QT4.sh goldencheetah-3.5~DEV1903/travis/osx/script_QT4.sh --- goldencheetah-3.5~DEV1810/travis/osx/script_QT4.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/script_QT4.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/script_QT5.sh goldencheetah-3.5~DEV1903/travis/osx/script_QT5.sh --- goldencheetah-3.5~DEV1810/travis/osx/script_QT5.sh 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/script_QT5.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/bash - -echo -echo "# arguments called with ----> ${@} " -echo "# \$1 ----------------------> $1 " -echo "# \$2 ----------------------> $2 " -echo "# path to me ---------------> ${0} " -echo "# parent path --------------> ${0%/*} " -echo "# my name ------------------> ${0##*/} " -echo -exit diff -Nru goldencheetah-3.5~DEV1810/travis/osx/script.sh goldencheetah-3.5~DEV1903/travis/osx/script.sh --- goldencheetah-3.5~DEV1810/travis/osx/script.sh 1970-01-01 00:00:00.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/osx/script.sh 2019-02-22 09:38:21.000000000 +0000 @@ -0,0 +1,7 @@ +#!/bin/bash +set -ev +CC=clang CXX=clang++ /usr/local/opt/qt5/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+="-Wno-unused-private-field -Wno-c++11-narrowing" +CC=clang CXX=clang++ make qmake_all +CC=clang CXX=clang++ make -j4 sub-qwt --silent +CC=clang CXX=clang++ make -j4 sub-src +exit diff -Nru goldencheetah-3.5~DEV1810/travis/qt5.rb goldencheetah-3.5~DEV1903/travis/qt5.rb --- goldencheetah-3.5~DEV1810/travis/qt5.rb 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/travis/qt5.rb 1970-01-01 00:00:00.000000000 +0000 @@ -1,193 +0,0 @@ -# copy from https://raw.githubusercontent.com/Homebrew/homebrew/fb64f6cd91ff19d9c651b7851a74808bde6bc60f/Library/Formula/qt5.rb -class OracleHomeVarRequirement < Requirement - fatal true - satisfy(:build_env => false) { ENV["ORACLE_HOME"] } - - def message; <<-EOS.undent - To use --with-oci you have to set the ORACLE_HOME environment variable. - Check Oracle Instant Client documentation for more information. - EOS - end -end - -# Patches for Qt5 must be at the very least submitted to Qt's Gerrit codereview -# rather than their bug-report Jira. The latter is rarely reviewed by Qt. -class Qt5 < Formula - desc "Version 5 of the Qt framework" - homepage "https://www.qt.io/" - head "https://code.qt.io/qt/qt5.git", :branch => "5.5", :shallow => false - revision 2 - - stable do - url "https://download.qt.io/official_releases/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz" - mirror "https://download.qt.io/archive/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz" - sha256 "6f028e63d4992be2b4a5526f2ef3bfa2fe28c5c757554b11d9e8d86189652518" - - # Build error: Fix library detection for QtWebEngine with Xcode 7. - # https://codereview.qt-project.org/#/c/127759/ - patch do - url "https://raw.githubusercontent.com/UniqMartin/patches/557a8bd4/qt5/webengine-xcode7.patch" - sha256 "7bd46f8729fa2c20bc486ddc5586213ccf2fb9d307b3d4e82daa78a2553f59bc" - end - - # Fix for qmake producing broken pkg-config files, affecting Poppler et al. - # https://codereview.qt-project.org/#/c/126584/ - # Should land in the 5.5.2 and/or 5.6 release. - patch do - url "https://gist.githubusercontent.com/UniqMartin/a54542d666be1983dc83/raw/f235dfb418c3d0d086c3baae520d538bae0b1c70/qtbug-47162.patch" - sha256 "e31df5d0c5f8a9e738823299cb6ed5f5951314a28d4a4f9f021f423963038432" - end - - # Build issue: Fix install names with `-no-rpath` to be absolute paths. - # https://codereview.qt-project.org/#/c/138349 - patch do - url "https://raw.githubusercontent.com/UniqMartin/patches/77d138fa/qt5/osx-no-rpath.patch" - sha256 "92c9cfe701f9152f4b16219a04a523338d4b77bb0725a8adccc3fc72c9fb576f" - end - - # Fixes for Secure Transport in QtWebKit - # https://codereview.qt-project.org/#/c/139967/ - # https://codereview.qt-project.org/#/c/139968/ - # https://codereview.qt-project.org/#/c/139970/ - # Should land in the 5.5.2 and/or 5.6 release. - patch do - url "https://gist.githubusercontent.com/The-Compiler/8202f92fff70da39353a/raw/884c3bef4d272d25d7d7202be99c3940248151ee/qt5.5-securetransport-qtwebkit.patch" - sha256 "c3302de2e23e74a99e62f22527e0edee5539b2e18d34c05e70075490ba7b3613" - end - end - - bottle do - sha256 "66392beb2f58ca5763c044de0f80128c4d2747b7708dfe749ffa551e323e12e5" => :el_capitan - sha256 "a7b2d4ef9027f41c0e1f70ecdd39682caa343ac5314eb226e441b30b0943739d" => :yosemite - sha256 "6a5a3cd1331a217eb2a1abfc09d73d6e06a0ce5cafac9188aee6d96c7fc4ca4e" => :mavericks - end - - keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)." - - option "with-docs", "Build documentation" - option "with-examples", "Build examples" - option "with-oci", "Build with Oracle OCI plugin" - - option "without-webengine", "Build without QtWebEngine module" - option "without-webkit", "Build without QtWebKit module" - - deprecated_option "qtdbus" => "with-d-bus" - - # Snow Leopard is untested and support has been removed in 5.4 - # https://qt.gitorious.org/qt/qtbase/commit/5be81925d7be19dd0f1022c3cfaa9c88624b1f08 - depends_on :macos => :lion - depends_on "d-bus" => :optional - depends_on :mysql => :optional - depends_on :xcode => :build - - depends_on OracleHomeVarRequirement if build.with? "oci" - - def install - args = %W[ - -prefix #{prefix} - -release - -opensource -confirm-license - -system-zlib - -qt-libpng - -qt-libjpeg - -no-openssl -securetransport - -nomake tests - -no-rpath - ] - - args << "-nomake" << "examples" if build.without? "examples" - - args << "-plugin-sql-mysql" if build.with? "mysql" - - if build.with? "d-bus" - dbus_opt = Formula["d-bus"].opt_prefix - args << "-I#{dbus_opt}/lib/dbus-1.0/include" - args << "-I#{dbus_opt}/include/dbus-1.0" - args << "-L#{dbus_opt}/lib" - args << "-ldbus-1" - args << "-dbus-linked" - else - args << "-no-dbus" - end - - if build.with? "oci" - args << "-I#{ENV["ORACLE_HOME"]}/sdk/include" - args << "-L#{ENV["ORACLE_HOME"]}" - args << "-plugin-sql-oci" - end - - args << "-skip" << "qtwebengine" if build.without? "webengine" - args << "-skip" << "qtwebkit" if build.without? "webkit" - - system "./configure", *args - system "make" - ENV.j1 - system "make", "install" - - if build.with? "docs" - system "make", "docs" - system "make", "install_docs" - end - - # Some config scripts will only find Qt in a "Frameworks" folder - frameworks.install_symlink Dir["#{lib}/*.framework"] - - # The pkg-config files installed suggest that headers can be found in the - # `include` directory. Make this so by creating symlinks from `include` to - # the Frameworks' Headers folders. - Pathname.glob("#{lib}/*.framework/Headers") do |path| - include.install_symlink path => path.parent.basename(".framework") - end - - # configure saved PKG_CONFIG_LIBDIR set up by superenv; remove it - # see: https://github.com/Homebrew/homebrew/issues/27184 - inreplace prefix/"mkspecs/qconfig.pri", /\n\n# pkgconfig/, "" - inreplace prefix/"mkspecs/qconfig.pri", /\nPKG_CONFIG_.*=.*$/, "" - - # Move `*.app` bundles into `libexec` to expose them to `brew linkapps` and - # because we don't like having them in `bin`. Also add a `-qt5` suffix to - # avoid conflict with the `*.app` bundles provided by the `qt` formula. - # (Note: This move/rename breaks invocation of Assistant via the Help menu - # of both Designer and Linguist as that relies on Assistant being in `bin`.) - libexec.mkpath - Pathname.glob("#{bin}/*.app") do |app| - mv app, libexec/"#{app.basename(".app")}-qt5.app" - end - end - - def caveats; <<-EOS.undent - We agreed to the Qt opensource license for you. - If this is unacceptable you should uninstall. - EOS - end - - test do - (testpath/"hello.pro").write <<-EOS.undent - QT += core - QT -= gui - TARGET = hello - CONFIG += console - CONFIG -= app_bundle - TEMPLATE = app - SOURCES += main.cpp - EOS - - (testpath/"main.cpp").write <<-EOS.undent - #include - #include - - int main(int argc, char *argv[]) - { - QCoreApplication a(argc, argv); - qDebug() << "Hello World!"; - return 0; - } - EOS - - system bin/"qmake", testpath/"hello.pro" - system "make" - assert File.exist?("hello") - assert File.exist?("main.o") - system "./hello" - end -end diff -Nru goldencheetah-3.5~DEV1810/.travis.yml goldencheetah-3.5~DEV1903/.travis.yml --- goldencheetah-3.5~DEV1810/.travis.yml 2018-09-27 08:00:55.000000000 +0000 +++ goldencheetah-3.5~DEV1903/.travis.yml 2019-02-22 09:38:21.000000000 +0000 @@ -1,14 +1,13 @@ branches: - master language: -- objective-c -compiler: -- clang -- gcc +- c++ +os: +- osx +- linux env: - matrix: - - BRANCH=master QT=qt5 QT_PATH=qt5 WEBKIT=0 global: + - BRANCH=master - secure: iqYW7f3//ZkMVzeCEarYn0S0DqKjFU9juBh0KF6WTlUsKX902Jtsk7dFoJlNDYBf63HLgV+wW2Hc6MxI9sGiUkom0gY9/To/aeGIJFGEX2sLm/e0Ok3qN521FA0Q/OiCFsD0RC6J+yrHxzI+rf8Z1rujceUsz2KgsrfAjYYv+BY= - secure: C6f58PXwvvHeVOjCLbyDRjgyF0tk+bXjCNUDur8VJLhJEGNdnrt+rH+d3azYaX0n348ZnQZ14as4M4rHjN1A/3DRbdUdOS7PQZrkj/n363ck1tvYOG/tzYqkEcVoQyjIJ7ZoTuBXDQry/VJmLxQjM0glTa2upNFHMOMwqZNkF+I= - secure: mgf181ok4rJTHxAdSaeIb/OzUx7PQc6UjJYfhJQcZDjN1Nou+Um6OHpnooMHeEq0CdGuLSiv2xVmuQnRjI5MfG5re/a3l39hSzi9tPLWi1y7uOLCtQFooJw3H+LhiKZcgAtEnkTmEhUCEu5uZ7cp4lWhrQZWCR5mCDNtJrGHjiw= @@ -23,112 +22,27 @@ - secure: QXyyyutxesRVae/WFi75dxlNw2qTyWc6WQ3vmRER9BFhlrNtt8lmE+M6ghMDOhxigzSXWxHcG9r66BLOw4DML7AXg4f3NIAIYuYQrpfsWQ1TKGC/vVvIPDlNBKL62zSOoNowjup1HfZpB575wl4JkmHjoMPDfQ4yM/JVR+MKmIM= - secure: lefpL3SB8yN0Vn1R2e0hAFpJgFnu4rJ/vn7DucSKQvJ61K7t3LrUHFXElDQGFZMbytx4OJDeYsJtrccrIHjcsSAEIyW8TTcwn5/JopnyeQ3ukV5AYpEoQusym09XKru9E7awqvnZrXz6mdoIum5JP7+H116mPN4vsvz5nkNWxeg= - secure: RAGPq/thN9x6STNueDbeJWGUN75OLNcUVUkLHI/eZwPrkMaiQPfxIaJ+8eO2PszDcBojw3eYVhzbRvLnLiXmHL3buwD6oXMTyYnxGzCZ61DeDQ2cQa8ynKmRim5JL3viKMqtdyasXVoGf/u0GqMsgaLcqN6e/vXuXMGu6kkUPEQ= + matrix: + include: + - os: osx + compiler: clang + - os: linux + dist: trusty + sudo: required + compiler: gcc before_install: -## try early just to check, can delete later -- date -- brew update -- sh travis/install-qt.sh -##- brew install $QT -- brew install libical -##- brew install libusb libusb-compat # no longer needed? -- brew install srmio -- brew install libsamplerate -- rm -rf '/usr/local/include/c++' -- brew install r -- brew install brewsci/science/lmfit -## Disable KML for now -##- brew install --HEAD travis/libkml.rb -- sudo chmod -R +w /usr/local -- curl -O http://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.2.2.dmg -- git clone --branch 0.98 https://github.com/kypeli/kQOAuth.git kQOAuth-0.98 -- cd kQOAuth-0.98 -- CC=clang CXX=clang++ /usr/local/opt/$QT_PATH/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+="-Wno-unused-private-field -Wno-c++11-narrowing" -- CC=clang CXX=clang++ make -j2 qmake_all -- CC=clang CXX=clang++ sudo make install -- cd .. -- hdiutil mount D2XX1.2.2.dmg +- travis/$TRAVIS_OS_NAME/before_install.sh before_script: -- mkdir D2XX -- cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib D2XX -- sudo cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib /usr/local/lib -- cp /Volumes/release/D2XX/bin/*.h D2XX -- sed -i "" "s|libftd2xx.dylib|@executable_path/../Frameworks/libftd2xx.1.2.2.dylib|" - src/FileIO/D2XX.cpp -- cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri -- cp src/gcconfig.pri.in src/gcconfig.pri -- /usr/local/opt/$QT_PATH/bin/lupdate src/src.pro -- if [[ "$WEBKIT" == "0" ]]; then echo DEFINES += NOWEBKIT >> src/gcconfig.pri; fi -- sed -i "" "s|#\(CONFIG += release.*\)|\1 static |" src/gcconfig.pri -- sed -i "" "s|#\(QMAKE_LRELEASE\).*|\1 += /usr/local/opt/$QT_PATH/bin/lrelease|" - src/gcconfig.pri -- sed -i "" "s|#\(QMAKE_CXXFLAGS\).*|\1_RELEASE += -mmacosx-version-min=10.7 -arch - x86_64|" src/gcconfig.pri -- sed -i "" "s|^#CloudDB|CloudDB|" src/gcconfig.pri -- sed -i "" "s|^#LIBZ|LIBZ|" src/gcconfig.pri -- sed -i "" "s|#\(SRMIO_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(D2XX_INCLUDE =.*\)|\1 ../D2XX|" src/gcconfig.pri -- sed -i "" "s|#\(D2XX_LIBS =.*\)|\1 -L../D2XX -lftd2xx.1.2.2|" src/gcconfig.pri -- sed -i "" "s|#\(KQOAUTH_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(KQOAUTH_INCLUDE =.*\)|\1 \$\$[QT_INSTALL_LIBS]/kqoauth.framework/Headers|" - src/gcconfig.pri -- sed -i "" "s|#\(KQOAUTH_LIBS =.*\)|\1 -F\$\$[QT_INSTALL_LIBS] -framework kqoauth|" - src/gcconfig.pri -## Disable KML for now -#- sed -i "" "s|#\(KML_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri -#- sed -i "" "s|#\(KML_LIBS =.*\)|\1 -L/usr/local/lib -lkmlxsd -lkmlregionator -lkmldom -lkmlconvenience -lkmlengine -lkmlbase -lexpect|" src/gcconfig.pri -- sed -i "" "s|#\(ICAL_INSTALL =.*\)|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(ICAL_LIBS =.*\)|\1 -L/usr/local/lib -lical|" src/gcconfig.pri -- sed -i "" "s|#\(LIBUSB_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(LIBUSB_LIBS =.*\)|\1 -L/usr/local/lib -lusb -lusb-1.0|" src/gcconfig.pri -- sed -i "" "s|#\(SAMPLERATE_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(SAMPLERATE_LIBS =\).*|\1 -L/usr/local/lib -lsamplerate|" src/gcconfig.pri -- sed -i "" "s|#\(LMFIT_INSTALL =\).*|\1 /usr/local|" src/gcconfig.pri -- sed -i "" "s|#\(DEFINES += GC_HAVE_LION*\)|\1|" src/gcconfig.pri -- sed -i "" "s|#\(HTPATH = ../httpserver.*\)|\1 |" src/gcconfig.pri -- sed -i "" "s|#\(DEFINES += GC_WANT_ROBOT.*\)|\1 |" src/gcconfig.pri -##- sed -i "" "s|\(DEFINES += GC_VIDEO_NONE.*\)|#\1 |" src/gcconfig.pri ## we want this for now XXX till AVKit fixup -##- sed -i "" "s|#\(DEFINES += GC_VIDEO_QUICKTIME.*\)|\1 |" src/gcconfig.pri ## QT is deprecated, don't build with it. -##Issues with c++11 and stdlib on travis and dependencies -- sed -i "" "s|#\(DEFINES += GC_WANT_R.*\)|\1 |" src/gcconfig.pri -- echo "QMAKE_CFLAGS_RELEASE += -mmacosx-version-min=10.7 -arch x86_64" >> src/gcconfig.pri -- sed -i "" "s/__GC_GOOGLE_CALENDAR_CLIENT_SECRET__/"$GC_GOOGLE_CALENDAR_CLIENT_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_STRAVA_CLIENT_SECRET__/"$GC_STRAVA_CLIENT_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_DROPBOX_CLIENT_SECRET__/"$GC_DROPBOX_CLIENT_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_CYCLINGANALYTICS_CLIENT_SECRET__/"$GC_CYCLINGANALYTICS_CLIENT_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_TWITTER_CONSUMER_SECRET__/"$GC_TWITTER_CONSUMER_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_DROPBOX_CLIENT_ID__/"$GC_DROPBOX_CLIENT_ID"/" src/Core/Secrets.h -- sed -i "" "s/__GC_MAPQUESTAPI_KEY__/"$GC_MAPQUESTAPI_KEY"/" src/Core/Secrets.h -- sed -i "" "s/__GC_CLOUD_DB_BASIC_AUTH__/"$GC_CLOUD_DB_BASIC_AUTH"/" src/Core/Secrets.h -- sed -i "" "s/__GC_CLOUD_DB_APP_NAME__/"$GC_CLOUD_DB_APP_NAME"/" src/Core/Secrets.h -- sed -i "" "s/__GC_GOOGLE_DRIVE_CLIENT_ID__/"$GC_GOOGLE_DRIVE_CLIENT_ID"/" src/Core/Secrets.h -- sed -i "" "s/__GC_GOOGLE_DRIVE_CLIENT_SECRET__/"$GC_GOOGLE_DRIVE_CLIENT_SECRET"/" src/Core/Secrets.h -- sed -i "" "s/__GC_GOOGLE_DRIVE_API_KEY__/"$GC_GOOGLE_DRIVE_API_KEY"/" src/Core/Secrets.h -- sed -i "" "s/__GC_TODAYSPLAN_CLIENT_SECRET__/"$GC_TODAYSPLAN_CLIENT_SECRET"/" src/Core/Secrets.h -- cat src/gcconfig.pri +- travis/$TRAVIS_OS_NAME/before_script.sh script: -- CC=clang CXX=clang++ /usr/local/opt/$QT_PATH/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+="-Wno-unused-private-field -Wno-c++11-narrowing" -- CC=clang CXX=clang++ make qmake_all -- CC=clang CXX=clang++ make -j4 sub-qwt --silent -- CC=clang CXX=clang++ make -j4 sub-src +- travis/$TRAVIS_OS_NAME/script.sh after_success: -- cd src -- echo "Checking GoldenCheetah.app can execute" -- GoldenCheetah.app/Contents/MacOS/GoldenCheetah --help -- echo "About to create dmg file and fix up" -- /usr/local/opt/$QT_PATH/bin/macdeployqt GoldenCheetah.app -verbose=2 -dmg -- python ../travis/macdeployqtfix.py GoldenCheetah.app /usr/local/opt/$QT_PATH -- echo "Cleaning up installed QT libraries from $QT" -- brew remove $QT -- echo "Renaming dmg file to branch and build number ready for deploy" -- export FINAL_NAME=dev-prerelease-branch-master-build-${TRAVIS_BUILD_NUMBER}.dmg -- mv GoldenCheetah.dmg $FINAL_NAME -- ls -l $FINAL_NAME -- echo "Mounting dmg file and testing it can execute" -- hdiutil mount $FINAL_NAME -- cd /Volumes/GoldenCheetah -- GoldenCheetah.app/Contents/MacOS/GoldenCheetah --help -- echo "Make sure we are back in the Travis build directory" -- cd $TRAVIS_BUILD_DIR +- if [[ $TRAVIS_OS_NAME == "osx" ]]; then + export FINAL_NAME=dev-prerelease-branch-master-build-${TRAVIS_BUILD_NUMBER}.dmg; + else + export FINAL_NAME=dev-prerelease-branch-master-build-${TRAVIS_BUILD_NUMBER}.AppImage; + fi +- travis/$TRAVIS_OS_NAME/after_success.sh deploy: provider: releases api_key: