<?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>Plain Paper Concepts &#187; Gadgets</title>
	<atom:link href="http://plainpaperconcepts.com/category/gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://plainpaperconcepts.com</link>
	<description>thoughts from the margin</description>
	<lastBuildDate>Tue, 13 Oct 2009 17:36:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking everything that moves</title>
		<link>http://plainpaperconcepts.com/tracking-everything-that-moves/</link>
		<comments>http://plainpaperconcepts.com/tracking-everything-that-moves/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:00:05 +0000</pubDate>
		<dc:creator>Bill Draven</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[GeoCoding]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://plainpaperconcepts.com/?p=78</guid>
		<description><![CDATA[GEO Tagging of photos and GEO Tracking of people are my latest fling. Well, really it is the mashup of the two. But before you run off (or return) from the links lets talk a bit about what I am up to and how it all works&#8230;

GEO Tagging Photos
GEO tagging photos is merely the ability [...]]]></description>
			<content:encoded><![CDATA[<p>GEO Tagging of <a href="http://maps.google.com/?ll=%2022.518726,-61.425114&amp;z=2&amp;t=p&amp;q=http://digitaldabblings.com/OurTrips.kml">photos</a> and GEO Tracking of <a href="http://maps.google.com/?ll=%20%2038.268707,-102.402359&amp;z=5&amp;t=p&amp;q=http://www.digitaldabblings.com/realtime-tracking.kml">people</a> are my latest fling. Well, really it is the mashup of the two. But before you run off (or return) from the links lets talk a bit about what I am up to and how it all works&#8230;<br />
<span id="more-78"></span></p>
<h3>GEO Tagging Photos</h3>
<p>GEO tagging photos is merely the ability to present a map with photos placed in the location they were taken. Many photo sites (<a href="http://www.flickr.com/">Flickr</a> and <a href="http://picasa.google.com/">Picasa</a>) support this ability in a fairly robust way. I happen to use Picasa, only because I happen to use several other Google products. Have a peek (but not yet) at my <a href="http://picasaweb.google.com/DigitalDabblings">site.</a> To present your photos on a map you have to capture the location (long/lat) where the photo was taken. This can be done in a variety of ways:</p>
<ol>
<li>Buy a GPS receiver for your camera. This is the approach I use with my Nikon D200 and D90 which I described in a earlier <a href="http://digitaldabblings.blogspot.com/2007/12/my-gps-has-arrived.html">blog</a>. The basic idea here is the GPS receiver writes long/lat data into the EXIF information of the photo as you are taking them. Photo sharing sites read this information and plot the photo on a map. BLAM it is that easy.</li>
<li>Capture a GPS tracklog and use matching software. This is somewhat of a pain in the arse, but if your camera doesn&#8217;t support a GPS your options are limited. See this <a href="http://www.robogeo.com/home/">article</a> for a example of how to marry a GPS tracklog to your photos. The short answer is you set your GPS date/time to be the same as your camera. You run around taking pictures while the GPS is tracking your location. When you get home you use software to match the GPS tracklog date/time to the photo date/time and write the location to the EXIF date of the photo. Upload to a photo sharing site and again BLAM, you&#8217;re done.</li>
<li>Determine the location of the photo using the capbilities of Flickr or Picasa. This is the for folks who cannot support option 1 or 2. Not terribly efficient but it works. See this <a href="http://picasa.google.com/support/bin/answer.py?answer=70815">Picasa article</a> for more info.</li>
</ol>
<p>Now, for those of you with a iPhone, note that when you take photos your photos&#8217; EXIF data includes location data. So if you upload your iPhone photos to Picasa your photos will auto-magically display on a map. In case you were wondering, there are iPhone apps which allow you to take a photo, add a caption and send it to your Picasa folder. See <a href="http://pixelpipe.com/">PixelPipe</a> for example.</p>
<h3>GEO Tracking People</h3>
<p>GEO Tracking people is certainly nothing new, but the availability of decent devices at decent prices is what is making it take off. I happen to use my iPhone and an application called <a href="http://www.instamapper.com/">Instamapper</a>. Instamapper is an iPhone application which determines your long/lat position and sends it to the Instamapper servers where you can retrieve location data at your convienence through a programmatic API. They provide a URL which shows your current position (assuming you have the app running on your phone) and optionally a track of your last several positions. No biggie right? I agree. But what Instamapper also allows you to do is to programmatically retrieve the location data such that you can build custom sites. And here is where my obession takes off.</p>
<h3>GEO Mashups</h3>
<p>I wanted a site where I could display my GEO tagged photos from my Nikon DSLR with GPS attachment, my GEO Tagged photos from my iPhone and my current location all on a single Google Map (or Google Earth) with periodic updates. The result is this <a href="http://maps.google.com/?ll=%2022.518726,-61.425114&amp;z=2&amp;t=p&amp;q=http://digitaldabblings.com/OurTrips.kml">site</a> which documents my wife and my travels. Once I did that my mind started wandering&#8230;.</p>
<p>Would it not be cool to track, on a single map, you and your friends? I know Google has their latitudes product but I wanted full control of how the data was displayed. So I came up with this <a href="http://maps.google.com/?ll=%20%2038.268707,-102.402359&amp;z=5&amp;t=p&amp;q=http://www.digitaldabblings.com/realtime-tracking.kml">site</a>. Note the link takes you to Google Maps which, due to web caching doesn&#8217;t refesh as much as one would like but it works. However, if you click on the &#8220;View in Google Earth&#8221; link the map will (if you have Google Earth installed on your PC) display a map that will automatically refresh every 90 seconds. So now I am looking for a good use of this technology. I am thinking about a map that displays the current location of hikers or bikers in realtime so long as they have Instamapper running on their phone and have cell service. If, in case of a emergency, they could text someone and say come get me. The rescuer pops open the map and, BLAM, they are saved. How about a fleet of trucks, taxis, your personal vehicle or your kids. If they have a phone with Instamapper installed it is a piece of cake. No, I do not work for Apple or Instamapper, I just happened to have their software installed on my phone. I suspect this could be done with several other apps.</p>
<p>Give me my next challenge&#8230;.. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://plainpaperconcepts.com/tracking-everything-that-moves/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
