<?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>Information in Rotation &#187; Geotagging</title>
	<atom:link href="http://appliedrotation.com/Techblog/?cat=24&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://appliedrotation.com/Techblog</link>
	<description>Dan Rabin writes on metadata, data, the information they represent and how.</description>
	<lastBuildDate>Sun, 01 Nov 2015 20:21:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Personal Geotagging: Data wrangling</title>
		<link>http://appliedrotation.com/Techblog/?p=153</link>
		<comments>http://appliedrotation.com/Techblog/?p=153#comments</comments>
		<pubDate>Sun, 01 Nov 2015 20:21:20 +0000</pubDate>
		<dc:creator>Dan Rabin</dc:creator>
				<category><![CDATA[Geotagging]]></category>

		<guid isPermaLink="false">http://appliedrotation.com/Techblog/?p=153</guid>
		<description><![CDATA[I recently learned that the process of cleaning datasets so that they can really be used is called &#8220;data wrangling&#8221;. At first, I thought that the main data wrangling task in personal geotagging was going to be cleaning the GPS &#8230; <a href="http://appliedrotation.com/Techblog/?p=153">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently learned that the process of cleaning datasets so that they can really be used is called &#8220;data wrangling&#8221;.  </p>
<p>At first, I thought that the main data wrangling task in personal geotagging was going to be cleaning the GPS data.  Sometimes the GPS is too coarse, sometimes it&#8217;s off because not enough satellites were in view, sometimes the GPS was just not turned on when I took the photo.  </p>
<p>But, in the course of resetting my cameras&#8217; clocks to standard time today, I realized that I&#8217;m going to have to wrangle the timestamps on the photos as well.  I had thought that one-hour increments due to daylight savings and time-zone travel would be the main problem, but now I see that the minutes matter, too.  Camera clocks don&#8217;t sync with the network or with GPS (at least not on my relatively ancient cameras), and I can move a significant distance in the three or seven minutes by which the clock has drifted away from GPS time.  </p>
<p>I&#8217;m going to have to be able to apply short time offsets to the timestamps of all photos taken by a given camera on a given day.  Setting the correction is going to require precisely recognizing at least one key location in each batch of photos in order to compute the offset.  </p>
<p>That&#8217;s for past photos.  For the future, I can get in the habit of either correcting the clock frequently or of snapping a reference shot with my cellphone along with each set of camera shots.</p>
<p>Space-time is tricky.</p>
]]></content:encoded>
			<wfw:commentRss>http://appliedrotation.com/Techblog/?feed=rss2&#038;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal geotagging: note 1</title>
		<link>http://appliedrotation.com/Techblog/?p=123</link>
		<comments>http://appliedrotation.com/Techblog/?p=123#comments</comments>
		<pubDate>Thu, 24 Sep 2015 05:06:34 +0000</pubDate>
		<dc:creator>Dan Rabin</dc:creator>
				<category><![CDATA[Geographic]]></category>
		<category><![CDATA[Geotagging]]></category>
		<category><![CDATA[Personal information]]></category>

		<guid isPermaLink="false">http://appliedrotation.com/Techblog/?p=123</guid>
		<description><![CDATA[The common item that lets you find a photo&#8217;s location in a GPS track is the time it was taken. In database terminology, time is the join column. Since I&#8217;m starting with photos that are already timestamped, I want to &#8230; <a href="http://appliedrotation.com/Techblog/?p=123">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The common item that lets you find a photo&#8217;s location in a GPS track is the time it was taken.  In database terminology, time is the join column.</p>
<p>Since I&#8217;m starting with photos that are already timestamped, I want to be able to look up their timestamps in some sort of GPS database to see whether there&#8217;s a recorded time/location event near that time.  Unfortunately, my initial perusal of a couple of geo-extensions to well known databases (SpatialLIte, PostGIS), show a generous helping of geometry-oriented query capabilities but no obvious time-query capabilities.  </p>
<p>It could be that time-indexing is so simple compared with spatial indexing that what I&#8217;m looking for is just swamped in the documentation, or it could be that I&#8217;ll have to dig some more.  </p>
]]></content:encoded>
			<wfw:commentRss>http://appliedrotation.com/Techblog/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal data: geotagging photos</title>
		<link>http://appliedrotation.com/Techblog/?p=120</link>
		<comments>http://appliedrotation.com/Techblog/?p=120#comments</comments>
		<pubDate>Wed, 02 Sep 2015 06:54:20 +0000</pubDate>
		<dc:creator>Dan Rabin</dc:creator>
				<category><![CDATA[Geographic]]></category>
		<category><![CDATA[Geotagging]]></category>
		<category><![CDATA[Personal information]]></category>

		<guid isPermaLink="false">http://appliedrotation.com/Techblog/?p=120</guid>
		<description><![CDATA[I have over 50,000 photos I&#8217;d like to tag with the locations they were taken. In a perfect world, this would be a relatively simple matter of looking up each photo&#8217;s creation date and time, finding that date and time &#8230; <a href="http://appliedrotation.com/Techblog/?p=120">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have over 50,000 photos I&#8217;d like to tag with the locations they were taken.  </p>
<p>In a perfect world, this would be a relatively simple matter of looking up each photo&#8217;s creation date and time, finding that date and time in my years of GPS logs, and associating my GPS location for that date and time with the photo.</p>
<p>The world isn&#8217;t perfect.  I took a lot of photos before I got a GPS device.  Sometimes the device&#8217;s batteries give out or I forget to turn it on.  There may be time zone and daylight-savings issues that make nonsense of the date-and-time link between the photo and the location, and I need to find and fix them.</p>
<p>Even if I manage to bring perfection to my existing data sets, I had better design a smooth-enough workflow for my future photos that I&#8217;ll actually keep up, and of course I&#8217;ll need to correct future mistakes and omissions.</p>
<p>Further, tagging the photos really becomes useful if I put them on maps, so I need a tool to make located map icons that point to the photos.  I already tag my photos with broad categories, and I&#8217;d like to be able to vary the icon according to the category, or to sort the categories into separate map layers.</p>
<p>These are the basic goals.  I&#8217;ll be blogging more as I design and build this thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://appliedrotation.com/Techblog/?feed=rss2&#038;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
