<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Slowgeek Forums Topic: Making sense of downloaded data</title>
<link>http://forums.slowgeek.com/</link>
<description>Slowgeek community</description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 17:15:04 +0000</pubDate>

<item>
<title>4U2C on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-604</link>
<pubDate>Wed, 14 Apr 2010 07:41:05 +0000</pubDate>
<dc:creator>4U2C</dc:creator>
<guid isPermaLink="false">604@http://forums.slowgeek.com/</guid>
<description><p>Look below the  map next to your runs. There is a blue file icon. Click on this to export your runs.
</p></description>
</item>
<item>
<title>kevinJosling on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-603</link>
<pubDate>Wed, 14 Apr 2010 07:07:16 +0000</pubDate>
<dc:creator>kevinJosling</dc:creator>
<guid isPermaLink="false">603@http://forums.slowgeek.com/</guid>
<description><p>Thanks for this: very useful. But I cannot see where I can download the .csv file from...any ideas?
</p></description>
</item>
<item>
<title>4U2C on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-432</link>
<pubDate>Mon, 25 Jan 2010 22:32:32 +0000</pubDate>
<dc:creator>4U2C</dc:creator>
<guid isPermaLink="false">432@http://forums.slowgeek.com/</guid>
<description><p>Well, I started by graphng my runs to see my average pace increase, as well as my distance. Motivates me when I feel I havent made any progress during the year.
</p></description>
</item>
<item>
<title>UncoolMom on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-427</link>
<pubDate>Sat, 23 Jan 2010 22:01:31 +0000</pubDate>
<dc:creator>UncoolMom</dc:creator>
<guid isPermaLink="false">427@http://forums.slowgeek.com/</guid>
<description><p>thanks for the offer, 4U2C, but part of the problem is that I don't really know what I want to do with it! I think what I'm really after is some magic formula that will motivate me to lose some weight and gain some endurance, which probably means I just need to quit playing around on the computer and go running more, but what's the fun in that?
</p></description>
</item>
<item>
<title>4U2C on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-426</link>
<pubDate>Fri, 22 Jan 2010 10:01:09 +0000</pubDate>
<dc:creator>4U2C</dc:creator>
<guid isPermaLink="false">426@http://forums.slowgeek.com/</guid>
<description><p>"UncoolMom" what would you like to do with it? I can assist if you tell me. I wrote a script to convert my file to show mph, minutes per mile, calories burned, etc.
</p></description>
</item>
<item>
<title>UncoolMom on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-423</link>
<pubDate>Thu, 14 Jan 2010 09:23:44 +0000</pubDate>
<dc:creator>UncoolMom</dc:creator>
<guid isPermaLink="false">423@http://forums.slowgeek.com/</guid>
<description><p>Thank you so much,  I knew it had to be something really simple like having no idea what a "delimiter" is!  Anyway, It worked like a charm so I now have all my data neatly in Excel.  Now, if only I had the Excel skills to do something with it...
</p></description>
</item>
<item>
<title>4U2C on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-422</link>
<pubDate>Thu, 14 Jan 2010 00:08:22 +0000</pubDate>
<dc:creator>4U2C</dc:creator>
<guid isPermaLink="false">422@http://forums.slowgeek.com/</guid>
<description><p>Open excel, then click file, open, then open the file. Specify that the "," is the delimiter.
</p></description>
</item>
<item>
<title>UncoolMom on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-418</link>
<pubDate>Mon, 11 Jan 2010 09:41:38 +0000</pubDate>
<dc:creator>UncoolMom</dc:creator>
<guid isPermaLink="false">418@http://forums.slowgeek.com/</guid>
<description><p>Hi there - can one of you smart people tell me how to import Nike+ data into Excel? I see the "save CVS" button on my slowgeek page and it brings up a very nice looking page of data when I click on it, but I can't figure out how to save it as anything but a text file, and  I can't seem get that into Excel so that each piece of data is in it's own cell.</p>
<p>Thanks in advance,<br />
UCM
</p></description>
</item>
<item>
<title>ethan160222 on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-380</link>
<pubDate>Mon, 21 Dec 2009 19:11:25 +0000</pubDate>
<dc:creator>ethan160222</dc:creator>
<guid isPermaLink="false">380@http://forums.slowgeek.com/</guid>
<description><p>Thanks ATJ777! You made me think about it more and made the calculations even easier!</p>
<p>The CSV output returns the duration as number of milliseconds (eg 1931961) and the pace as seconds per kilometer (eg 505.78867450323).  There are two challenges presented: 1) calculate the duration and pace to familiar terms, and 2) display it in familiar terms.</p>
<p>The raw calculation for duration could be the duration # divided by 1000, resulting in terms of seconds; pace is already in seconds per kilometer (just multiply by 1.61 to get seconds per mile) .  Next, use Excel's TIME function to convert to a familiar time.  I tried using =TIME(0,0,D/1000) for duration and =TIME(0,0,F) [or =TIME(0,0,F*1.61) for seconds per mile] for pace, but ran into a problem in extreme conditions.  The TIME function will only accept values up to 32767 so I've added an asterisk to these simpler calculations.</p>
<p>Here's the formula for the duration, assuming column "D" is duration...<br />
<code>=TIME(0,0,D2/1000)</code><br />
*durations longer than 9 hours, 06 minutes, 07 seconds will result in an error; in this situation use the following...<br />
<code>=TIME(0,INT(D2/(60*1000)),MOD(D2/(60*1000),1)*60)</code><br />
... which gets unpredictable beyond 24 hours</p>
<p>Here's the formula for the pace for a kilometer, assuming column "F" is pace...<br />
<code>=TIME(0,0,F2)</code><br />
*paces slower than 9 hours, 06 minutes, 07 seconds per kilometer will result in an error</p>
<p>If you prefer your pace in km/h...<br />
<code>=F2/60</code></p>
<p>Here's the formula for the pace for a mile, assuming column "F" is pace...<br />
<code>=TIME(0,0,F2*1.61)</code><br />
*paces slower than 5 hours, 39 minutes, 12 seconds per mile will result in an error</p>
<p>If you prefer your pace in mph...<br />
<code>=F2/60/1.61</code>
</p></description>
</item>
<item>
<title>ATJ777 on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-379</link>
<pubDate>Sun, 20 Dec 2009 20:01:58 +0000</pubDate>
<dc:creator>ATJ777</dc:creator>
<guid isPermaLink="false">379@http://forums.slowgeek.com/</guid>
<description><p>I thought pace was reported in time per distance, e.g. minutes per kilometre or minutes per mile.  For example, for me, my pace is around 4:28 per kilometre.  To convert to miles, just multiply by 1.61 so my 4:28/km becomes 7:12/mile.
</p></description>
</item>
<item>
<title>ethan160222 on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-378</link>
<pubDate>Sat, 19 Dec 2009 12:43:24 +0000</pubDate>
<dc:creator>ethan160222</dc:creator>
<guid isPermaLink="false">378@http://forums.slowgeek.com/</guid>
<description><p>I've simplified the calculations, if only slightly.</p>
<p>Here's the formula for the duration, assuming column "D" is duration...</p>
<p>=TIME(0,INT(D2/(60*1000)),MOD(D2/(60*1000),1)*60)</p>
<p>Here's the formula for the pace in <em>kmph</em>, assuming column "F" is pace...</p>
<p>=TIME(0,INT(F2/60),MOD(F2/60,1)*60)</p>
<p>Here's the formula for the pace in <em>mph</em>, assuming column "F" is pace...</p>
<p>=TIME(0,INT(F2*1.61/60),MOD(F2*1.61/60,1)*60)</p>
<p>I've still got a hunch that there's an easier way to calculate these, though.
</p></description>
</item>
<item>
<title>ethan160222 on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-377</link>
<pubDate>Sat, 19 Dec 2009 12:01:39 +0000</pubDate>
<dc:creator>ethan160222</dc:creator>
<guid isPermaLink="false">377@http://forums.slowgeek.com/</guid>
<description><p>Spot on, twmayben.  It is in kilometers per hour, so your modification is correct.</p>
<p>I can't test on this computer, but I think this would be a single-column version for pace in mph...</p>
<p>=TIME(0,INT(F2*1.61/60),MOD(F2*1.61/60,INT(F2*1.61/60))*60)
</p></description>
</item>
<item>
<title>twmayben on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-376</link>
<pubDate>Sat, 19 Dec 2009 09:20:53 +0000</pubDate>
<dc:creator>twmayben</dc:creator>
<guid isPermaLink="false">376@http://forums.slowgeek.com/</guid>
<description><p>Thank you!  I knew the formula would be complicated, but ... wow.</p>
<p>The duration formula is perfect, but the pace column seems too fast for me; I'm getting times of between 5 and 6 minutes.  Is it calculating for miles or kilometers?  I think so, so I multiplied the pace column by 1.61 and adjusted the pace formula to work off of the new, higher pace number.  This produced a pace that is exactly what I was expecting.  Do you think my adjustment was correct?</p>
<p>Again, thank you!
</p></description>
</item>
<item>
<title>ethan160222 on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-375</link>
<pubDate>Fri, 18 Dec 2009 18:21:54 +0000</pubDate>
<dc:creator>ethan160222</dc:creator>
<guid isPermaLink="false">375@http://forums.slowgeek.com/</guid>
<description><p>Here's the formula for the duration, assuming column "D" is duration...</p>
<p>=TIME(0,INT(D2/(60*1000)),MOD(D2/(60*1000),INT(D2/(60*1000)))*60)</p>
<p>Here's the formula for the pace (in km/s), assuming column "F" is pace...</p>
<p>=TIME(0,INT(F2/60),MOD(F2/60,INT(F2/60))*60)</p>
<p>Format both as 24-hour time.  My Excel has a preset for "13:30:50".
</p></description>
</item>
<item>
<title>twmayben on "Making sense of downloaded data"</title>
<link>http://forums.slowgeek.com/topic/making-sense-of-downloaded-data#post-374</link>
<pubDate>Fri, 18 Dec 2009 15:19:58 +0000</pubDate>
<dc:creator>twmayben</dc:creator>
<guid isPermaLink="false">374@http://forums.slowgeek.com/</guid>
<description><p>I have imported the .csv file into Excel I'm trying to figure out a formula to change the info in the "duration" and "pace" column into hours:minutes:seconds.  Anyone know how to do this?
</p></description>
</item>

</channel>
</rss>

