<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Michael Jay Lissner</title><link href="https://michaeljaylissner.com/" rel="alternate"></link><link href="https://michaeljaylissner.com/feeds/tag/elevation" rel="self"></link><id>https://michaeljaylissner.com/</id><updated>2012-09-16T10:33:31-07:00</updated><entry><title>Calculating the average elevation of a trip using a TCX file</title><link href="https://michaeljaylissner.com/posts/2012/09/16/calculate-the-average-elevation-for-a-trip-using-a-tcx-file/" rel="alternate"></link><updated>2012-09-16T10:33:31-07:00</updated><author><name>Mike Lissner</name></author><id>tag:michaeljaylissner.com,2012-09-16:posts/2012/09/16/calculate-the-average-elevation-for-a-trip-using-a-tcx-file/</id><summary type="html">&lt;p&gt;If you use a site like &lt;a href="http://ridewithgps.com"&gt;ridewithgps&lt;/a&gt;, something you may want to know is how to calculate the average elevation for a trip. Unfortunately, most sites don&amp;#8217;t seem to provide this, so we have to do a little&amp;nbsp;hacking. &lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s what worked for&amp;nbsp;me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;download the &lt;span class="caps"&gt;GPS&lt;/span&gt; &lt;span class="caps"&gt;TCX&lt;/span&gt;&amp;nbsp;file&lt;/li&gt;
&lt;li&gt;grep out the altitude lines (&lt;code&gt;grep -i 'altitude' your_file.tcx&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;find &lt;span class="amp"&gt;&amp;amp;&lt;/span&gt; replace out the remaining &lt;span class="caps"&gt;XML&lt;/span&gt; tags and whitespace using a basic text&amp;nbsp;editor&lt;/li&gt;
&lt;li&gt;average the remaining values in a&amp;nbsp;spreadsheet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Takes about five minutes. For &lt;a href="http://ridewithgps.com/routes/1701701"&gt;my trip&lt;/a&gt; the number came out to be 10,753&amp;nbsp;feet!&lt;/p&gt;</summary><category term="ridewithgps"></category><category term="hiking"></category><category term="hacking"></category><category term="GPS"></category><category term="elevation"></category><category term="biking"></category></entry></feed>