<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scot hacker's scripts and utils &#187; Geo</title>
	<atom:link href="http://birdhouse.org/software/category/geo/feed/" rel="self" type="application/rss+xml" />
	<link>http://birdhouse.org/software</link>
	<description>Scot Hacker's Misc Scripts and Utils</description>
	<lastBuildDate>Sun, 08 Nov 2009 20:10:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gpx2ipod</title>
		<link>http://birdhouse.org/software/2007/11/gpx2ipod/</link>
		<comments>http://birdhouse.org/software/2007/11/gpx2ipod/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 08:38:57 +0000</pubDate>
		<dc:creator>shacker</dc:creator>
				<category><![CDATA[Geo]]></category>

		<guid isPermaLink="false">http://birdhouse.org/software/?p=19</guid>
		<description><![CDATA[Designed for Mac users with an iPod but no PDA who want to do paperless geocaching complete with descriptions, log entries and hints. Uses the iPod&#8217;s &#8220;Notes&#8221; feature to display complete cache description pages. gpx2ipod is built on top of gpsbabel.
Note: I&#8217;m not likely to continue development of gpx2ipod, for two reasons: 1) MacCaching finally [...]]]></description>
			<content:encoded><![CDATA[<p>Designed for Mac users with an iPod but no PDA who want to do paperless geocaching complete with descriptions, log entries and hints. Uses the iPod&#8217;s &#8220;Notes&#8221; feature to display complete cache description pages. gpx2ipod is built on top of <a title="GPSBabel: convert, upload, download data from GPS and Map programs" href="http://www.gpsbabel.org/">gpsbabel</a>.</p>
<p><strong>Note:</strong> I&#8217;m not likely to continue development of gpx2ipod, for two reasons: 1) <a href="http://www.maccaching.com/">MacCaching</a> finally grew the ability to store cache metadata in the iPod&#8217;s &#8220;Notes&#8221; feature rather than in the address book (which was the whole impetus behind my developing gpx2ipod to begin with), and 2) I switched to a <a href="https://buy.garmin.com/shop/shop.do?pID=11022">Garmin Colorado</a> a few months ago, which displays description, logs, and hints directly in the GPS. I no longer need to offload that data to the iPod, so my itch has been scratched. Do with this software what you will!</p>
<p><span id="more-19"></span></p>
<h2>Overview</h2>
<p>Mac-based paperless caching for people who own an iPod but not a PDA.<br />
Batch-converts a pile of .gpx files to plain text for use with the iPod&#8217;s &#8220;Notes&#8221; feature.<br />
<em>Super</em>-fast &#8212; cut your geocaching prep time to a few minutes.</p>
<p>gpx2ipod handles both individual and Pocket Query (multiple-cache).gpx files.<br />
Cache files will display alphabetically on the iPod for easy access in the field.</p>
<p>gpx2ipod can inject generated text files directly into your iPod (most users) or into a local &#8220;output&#8221; folder (you might not have an iPod but might still want the text files for other purposes).</p>
<p>gpx2ipod is a Terminal application (shell script), but can be run painlessly with a double-click &#8212; no shell experience required.</p>
<p>gpx2ipod is available either with or without the <a title="GPSBabel: convert, upload, download data from GPS and Map	programs" href="http://www.gpsbabel.org/">gpsbabel</a> command-line binary bundled. gpsbabel is licenced under the GPL, and thus so is gpx2ipod. See LICENSE for info.</p>
<h2>Who this is for</h2>
<ul>
<li>You&#8217;re a Mac user who has an iPod but not a PDA.</li>
<li>You want to do paperless geocaching.</li>
<li>You want complete descriptions, log entries and hints while out on the trail.</li>
<li>Your iPod has this great &#8220;Notes&#8221; feature, but you haven&#8217;t found any OS X software to get GPX files into a format you can read in the iPod&#8217;s Notes reader. <a title="Welcome « MacCaching Free GeoCache Manager for Mac OS X" href="http://www.maccaching.com/">MacCaching</a> is wonderful, but it outputs to the iPod&#8217;s &#8220;Contacts&#8221; system, which means no logs and no choice of whether to encrypt hints. It also intermingles hundreds of geocache data files with your existing pile of Contacts &#8211; very messy. GPSBabel+ has a similar &#8220;Export to v-card feature&#8221; with similar problems. The iPod&#8217;s &#8220;Notes&#8221; feature seems a much better choice to me.</li>
</ul>
<h2>Requirements</h2>
<p>Mac OS X. This script will not run on Windows or Linux (with modifications, gpx2ipod could be made to run under <a title="Cygwin Information and Installation" href="http://www.cygwin.com/">Cygwin</a> or Linux).</p>
<p>A copy of the free and open source <a href="http://www.gpsbabel.org/">gpsbabel</a> (<strong>version 1.3.4 or higher</strong>). Thanks to all contributors to gpsbabel for your hard work on this amazing workhorse! Huge thanks also to Robert Lipe, who added gpsbabel&#8217;s ability to split multi-location files into individual files, so gpx2ipod wouldn&#8217;t be stuck with the 99-split limitation in the Unix &#8220;<code>cut</code>&#8221; command.</p>
<p>An iPod with Storage Mode enabled. Storage Mode lets you use your iPod as a hard drive. If your iPod does not show up as disk volume on the Desktop when plugged in, go to iTunes and select &#8220;Enable disk use,&#8221; then click Apply.</p>
<h2>Installation</h2>
<p>Unzip this folder and drag it into your Applications folder (or wherever you like). Then drag the gpx2ipod <strong>folder</strong> icon from your Applications folder into your Dock for quick access.</p>
<ul>
<li><strong>If you downloaded gpx2ipod <em>with</em> gpsbabel:</strong>You&#8217;re good to go! Skip to Usage.</li>
<li><strong>If you downloaded gpx2ipod <em>without</em> gpsbabel:</strong>gpx2ipod requires the <a title="GPSBabel: convert, upload, download data from GPS and Map programs" href="http://www.gpsbabel.org/">gpsbabel</a> command line application, (<strong>version 1.3.4 or higher</strong>). When you install GPSBabel (probably into your Applications folder), you&#8217;ll see two files: GPSBabel+, which is a graphical application, and gpsbabel itself, which is a command-line application. There are two ways to make gpsbabel available to gpx2ipod:<strong>The easy way</strong>: Select the file &#8220;gpsbabel&#8221; in that folder and copy it (don&#8217;t move it!) to the <code>bin</code> folder inside the gpx2ipod folder.<strong>The hard (but better) way</strong>: If you&#8217;re comfortable at the command line and prefer not to duplicate the binary, you can create a symlink instead, for example:
<p><code>ln -s "/Applications/GPS Babel/gpsbabel" /Users/[yourlogin]/Desktop/gpx2ipod/bin/gpsbabel</code></p>
<p>Modify that command to match your setup. Note: Mac aliases won&#8217;t work &#8211; you&#8217;ll need a proper symlink.</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Download .gpx files from <a title="Geocaching - The Official Global GPS Cache Hunt Site" href="http://www.geocaching.com/">geocaching.com</a> and move or copy them into the &#8220;input&#8221; folder. You can mix and match individual .gpx files and Pocket Query (multi-cache) files in the same input folder. gpx2ipod includes a &#8220;samples&#8221; folder for testing &#8211; copy some or all of these into the &#8220;input&#8221; folder and let &#8216;er rip.</li>
<li>Double-click the <code>gpx2ipod</code> &#8220;squid&#8221; and let it do its thing.</li>
<li style="list-style-type: none; list-style-image: none; list-style-position: outside;">
<ul>
<li>If this is the first time you&#8217;ve run gpx2ipod, you&#8217;ll be asked to set a few preferences, such as whether you want to include log files, whether to encrypt hints, whether to copy the original .gpx files into an &#8220;archive&#8221; folder, and (most importantly) the system path to your iPod (the script will let you choose your iPod from a list). For the yes/no questions, use 0 for &#8220;no&#8221; and 1 for &#8220;yes.&#8221;</li>
<li>If the gpsbabel binary can&#8217;t be found, or is an old version, the script will tell you and then halt.</li>
<li>If the iPod you selected during Setup can&#8217;t be found, you&#8217;ll be given the option to mount it now, or, alternatively, to have generated files sent to an &#8220;output&#8221; folder instead.</li>
</ul>
</li>
<li>When everything&#8217;s in order, gpx2ipod will crunch through all those .gpx files, spit out text files optimally formatted for iPod use, and copy them into the Notes folder on your iPod. On future runs of gpx2ipod, your last-used preferences will be displayed as the script launches. Hit [Return] to accept the settings, or C to change them.</li>
<li>Go geocaching! You&#8217;ll find the cache entries on the iPod in Extras &gt; Notes.</li>
</ol>
<h2>Limitations</h2>
<p>This version does not load .gpx files into your GPSr &#8211; it just generates text files for use on the iPod. A future version may load the same files into the GPSr.</p>
<h2>History</h2>
<p>v1.3 &#8211; 9/15/2007<br />
Now retains character formatting for international character sets. Default is UTF-8, but any character set supported by gpsbabel can be selected in preferences. Tested against Swedish .gpx samples (see GCY7XZ-Swedish_chars.gpx in Samples folder). Many thanks to Bengt Bäverman for excellent contributions on this feature.</p>
<p>v1.2 &#8211; 9/15/2007<br />
Bug fix for other cache name characters that would generate illegal filenames.</p>
<p>v1.1 &#8211; 9/08/2007<br />
No longer generates errors when encountering caches with slashes in their names. Now works properly when installed in a path containing a space (such as &#8220;/Applications/GPS Apps&#8221;).</p>
<p>v1.0 &#8211; 8/03/2007<br />
Renamed project to &#8220;gpx2ipod.&#8221; Now requires gpsbabel 1.3.4 or higher, taking advantage of new gpsbabel &#8220;splitoutput&#8221; feature in order to overcome the <code>cut</code> command&#8217;s 99-split limit (thanks Robert Lipe!). Now double-clickable &#8211; much better user experience. Now copies generated files directly to iPod. Now stores user preferences in a config file. Now optionally copies original .gpx files into an &#8220;archive&#8221; folder for future use.</p>
<p>v0.2 &#8211; 7/17/2007<br />
Now handles both individual .gpx files and Pocket Query (multiple-cache) .gpx files.</p>
<p>v0.1 &#8211; 7/14/2007<br />
Original version</p>
<h2>Download</h2>
<p><strong><a href="http://birdhouse.org/software/wp-content/uploads/2008/04/gpx2ipod_min.dmg">Download without GPSBabel</a></strong></p>
<p><strong><a href="http://birdhouse.org/software/wp-content/uploads/2008/04/gpx2ipod.dmg">Download with GPSBabel</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://birdhouse.org/software/2007/11/gpx2ipod/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
