<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>watermint.org &#187; google earth</title>
	<atom:link href="http://watermint.org/tag/google-earth/feed" rel="self" type="application/rss+xml" />
	<link>http://watermint.org</link>
	<description>Takayuki Okazaki&#039;s blog</description>
	<lastBuildDate>Tue, 20 Dec 2011 14:10:12 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://watermint.org/tag/google-earth/feed" />
		<item>
		<title>Garmin Training Center for MacのデータをGPX形式でエクスポート</title>
		<link>http://watermint.org/2008/09/20/192.html</link>
		<comments>http://watermint.org/2008/09/20/192.html#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:16:57 +0000</pubDate>
		<dc:creator>Takayuki Okazaki</dc:creator>
				<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[garmin]]></category>
		<category><![CDATA[garmin training center]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[gpx]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://watermint.org/?p=192</guid>
		<description><![CDATA[Garmin Training CenterではForerunner 305から取り出したデータをTCXという形式でエクスポートできます。Garmin Training Centerで表示できる簡易の地図ではなく、Google Mapsなどのような詳細な地図でレコードを確認したいと思うのが当然の成り行きです。最初、Garmin Training CenterのTCX形式(中身はXML)をGoogle Earth/Maps用のKMLに変換するスタイルシートでも書くかちょっと考えましたが、その前にもっと簡単なやり方がないか探してみることにしました。 Garmin Training Centerのリリースノートを見てわかったんですが、Garmin Training CenterはGPX形式でのエクスポートができるのだそうです。 Training Center For Mac software version 2.1.5 より。 Changes made from version 2.0.3 to 2.1.2: Added support for Edge 605/705 Added capability to change activity type for history Added capability to add notes to any item in the application Added [...]]]></description>
			<content:encoded><![CDATA[<p><a title="View 'Garmin Training Center - Koyodai' on Flickr.com" href="http://www.flickr.com/photos/21684662@N00/2841614472"><img src="http://farm4.static.flickr.com/3259/2841614472_a43f25ed7f.jpg" border="0" alt="Garmin Training Center - Koyodai" width="500" height="332" /></a><br />
Garmin Training CenterではForerunner 305から取り出したデータをTCXという形式でエクスポートできます。Garmin Training Centerで表示できる簡易の地図ではなく、Google Mapsなどのような詳細な地図でレコードを確認したいと思うのが当然の成り行きです。最初、Garmin Training CenterのTCX形式(中身はXML)をGoogle Earth/Maps用のKMLに変換するスタイルシートでも書くかちょっと考えましたが、その前にもっと簡単なやり方がないか探してみることにしました。<br />
<a title="View 'R0027947' on Flickr.com" href="http://www.flickr.com/photos/21684662@N00/2858338432"><img src="http://farm4.static.flickr.com/3107/2858338432_e8af053b53.jpg" border="0" alt="R0027947" width="500" height="375" /></a><br />
Garmin Training Centerのリリースノートを見てわかったんですが、Garmin Training CenterはGPX形式でのエクスポートができるのだそうです。<br />
<a href="http://www8.garmin.com/support/download_details.jsp?id=3339">Training Center For Mac software version 2.1.5 </a>より。</p>
<blockquote><p>Changes made from version 2.0.3 to 2.1.2:</p>
<ul>
<li>Added support for Edge 605/705</li>
<li>Added capability to change activity type for history</li>
<li>Added capability to add notes to any item in the application</li>
<li>Added update reminders for map products</li>
<li>Added a menu item that allows users to unlock maps online</li>
<li>Added crash reporting</li>
<li><strong>Added GPX exporting. To produce GPX data, add .gpx extension when exporting</strong></li>
<li>Viewing parameters are preserved across map products of the same region</li>
<li>Fixed an issue that caused the Traditional Chinese version to crash on startup</li>
<li>Fixed a data transfer issue that caused the application to crash</li>
<li>Fixed an issue that caused a crash if the unlock codes were entered in lower case</li>
<li>Fixed an issue that prevented converted maps from being detected</li>
<li>Fixed an issue that caused the application to crash when displaying newer map products on PPC.</li>
</ul>
</blockquote>
<p>なんと、エクスポート時のファイル名の拡張子として、gpxをつければGPX形式として出力されるとのことです。気づかんって！そんなの・・・。試しにエクスポートしてみたところ、無事GPX形式のファイルが得られました。GPX形式になればもうこっちのものです。あとは<a href="http://www.gpsbabel.org/">GPSBabel+</a>を使ってKML(Google Earth/Maps用形式)に変換すればいいだけのはず。</p>
<pre>$ gpsbabel -i gpx -f エクスポートしたファイル名.gpx -o kml -F 出力ファイル名.kml</pre>
<p>という感じでコマンドをたたきます。さて、早速Google Mapで表示・・とおもいきや、出力されたファイルの中身をみても全然GPSのデータが載っていません・・・。おかしいなあ。</p>
]]></content:encoded>
			<wfw:commentRss>http://watermint.org/2008/09/20/192.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://watermint.org/2008/09/20/192.html" />
	</item>
	</channel>
</rss>

