<?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:georss="http://www.georss.org/georss">

<channel>
	<title>new jersey geographer &#187; National Guard</title>
	<atom:link href="http://njgeo.org/tag/national-guard/feed/" rel="self" type="application/rss+xml" />
	<link>http://njgeo.org</link>
	<description>GIS and planning in New Jersey</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:50:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Script: Geotagged Photos to GIS</title>
		<link>http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/</link>
		<comments>http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 14:49:33 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Visualization]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[National Guard]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[SDSFIE]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=287</guid>
		<description><![CDATA[I think it's somewhat ridiculous that ArcGIS Explorer has the ability to add geotagged photos to the map, but ArcGIS Desktop doesn't have a built-in means of recognizing geotagged photos. <a href="http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the data deliverables to the NJ National Guard as part of our GIS Internship program is photo and video documentation of the state&#8217;s Readiness Centers. There&#8217;s even a SDSFIE (a somewhat complicated, cumbersome data schema) entity type specifically for the location where photographs were taken. (Aside: it&#8217;s not surprising that &#8220;photograph_location_point&#8221; is in SDSFIE, because it seems like <a href="http://tools.sdsfie.org/browser/"><strong>everything</strong> is in SDSFIE.</a>) We have some cameras that have integrated GPS, so we&#8217;ve used them for documenting the field work. The problem was, &#8220;how do we get geotagged photos into GIS?&#8221;</p>
<p>I think it&#8217;s somewhat ridiculous that ArcGIS Explorer has the ability to add geotagged photos to the map, but ArcGIS Desktop doesn&#8217;t have a built-in means of recognizing geotagged photos. ArcCatalog already examines JPGs it finds for additional information in the case that the JPG is a spatially-aware aerial photo or a rectified map. Even a tool for creating a feature class out of geotagged photos would be great.(...)<br/>Read the rest of <a href="http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/">Script: Geotagged Photos to GIS</a> on my blog. </p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2010. |
<a href="http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/">Permalink</a> |
<a href="http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/#comments">8 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/&title=Script: Geotagged Photos to GIS">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/arcgis/" rel="tag">ArcGIS</a>, <a href="http://njgeo.org/tag/geotagging/" rel="tag">geotagging</a>, <a href="http://njgeo.org/tag/national-guard/" rel="tag">National Guard</a>, <a href="http://njgeo.org/tag/python/" rel="tag">python</a>, <a href="http://njgeo.org/tag/scripting/" rel="tag">scripting</a>, <a href="http://njgeo.org/tag/sdsfie/" rel="tag">SDSFIE</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2010/06/01/script-geotagged-photos-to-gis/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Apple iPhoto rounds GPS coordinates to nearest second</title>
		<link>http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/</link>
		<comments>http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/#comments</comments>
		<pubDate>Sun, 30 May 2010 03:33:02 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[iPhoto]]></category>
		<category><![CDATA[National Guard]]></category>
		<category><![CDATA[SDSFIE]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=273</guid>
		<description><![CDATA[I tested the script out on my Woodstown pictures and was conflicted: I was happy the script was doing what I wanted, but I was very disappointed with the results. <a href="http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with <a href="http://en.wikipedia.org/wiki/Geotagging">geotagged photos</a> for the last few weeks as part of our GIS Internship Program with the NJ National Guard. One aspect of our data gathering at each of the state&#8217;s Readiness Centers is to photo-document the site as we collect data. All of the data recorded for the facility is stored in a <a href="http://www.sdsfie.org/">SDSFIE</a>-compliant geodatabase. One of the thousands of <a href="http://tools.sdsfie.org/browser/">SDSFIE entity classes</a> used to organize the data is &#8220;photograph_location_point&#8221; &#8211; a schema specifically for recording geotagged photographs.</p>
<p>We recently conducted field work at the installation in Woodstown, NJ and I took along my Nikon Coolpix p6000 &#8211; with integrated GPS. Since I&#8217;ve gotten the camera, <a href="http://www.flickr.com/photos/johnjreiser/map?&amp;fLat=39.7056&amp;fLon=-75.1207&amp;zl=4">I&#8217;ve been taking plenty of pictures with it</a> and have been pleased with the results. The pictures are of a great quality and the GPS coordinates are usually in the 1-10m range. I took about 150 pictures while the students were collecting data. Using <a href="http://twitter.com/johnjreiser/status/14364757843">my mobile office</a>, I downloaded the photos into iPhoto so we could discuss the work being done. I exported the pictures from iPhoto using the Export functionality and saved them to our workgroup server.</p>
<div id="attachment_274" class="wp-caption alignright" style="width: 160px"><a href="http://njgeo.org/wp-content/uploads/2010/05/geocoded_points.jpg"><img class="size-thumbnail wp-image-274" title="geocoded_points" src="http://njgeo.org/wp-content/uploads/2010/05/geocoded_points-150x150.jpg" alt="An example image showing the GPS locations for unaltered pictures  captured with a Nikon Coolpix p6000 and altered photos exported from  iPhoto." width="150" height="150" /></a><p class="wp-caption-text">&quot;Rounded&quot; and raw positions of geocoded photos.</p></div>
<p>This past week I&#8217;ve been working on a Python script* to take a directory of geotagged photographs and produce a point shapefile with the location of each picture and a path link back to the source photograph. I tested the script out on my Woodstown pictures and was conflicted: I was happy the script was doing what I wanted, but I was very disappointed with the results. It seems like  the geotagged photo points were all snapped to some imaginary grid. In fact, they were! iPhoto&#8217;s export function apparently rounds the seconds value (of <a href="http://en.wikipedia.org/wiki/Geographic_coordinate_system">degrees, minutes, seconds of latitude or longitude</a>) to the nearest whole number. In doing so, it essentially snaps all of the coordinates to a grid with a spacing of 1 second, or around 100 feet. This clearly is a problem, as the most GPS units today are much more precise. The image at left demonstrates the difference between photos exported from iPhoto and the original images from the camera. Green squares represent the point shapefile based on the exported-from-iPhoto images and the blue circles represent the unaltered images. Except for two or so misplaced points, the blue circles accurately represent my position when taking the photograph within 15 feet.</p>
<div id="attachment_276" class="wp-caption alignright" style="width: 310px"><a href="http://njgeo.org/wp-content/uploads/2010/05/measure_tool.png"><img class="size-medium wp-image-276" title="measure_tool" src="http://njgeo.org/wp-content/uploads/2010/05/measure_tool-300x173.png" alt="" width="300" height="173" /></a><p class="wp-caption-text">Measuring the distance.</p></div>
<p>Measuring the distances between the rounded points clearly shows that the location information is improperly exported from iPhoto and the coordinates are being rounded. iPhoto does not by default include GPS <a href="http://en.wikipedia.org/wiki/Exchangeable_image_file_format">Exif</a> tags in exported images, presumably to preserve privacy. Regardless, if the &#8220;Export Location Information&#8221; checkbox is checked, why should iPhoto even touch the GPS info? I would think it should pass the Exif tags along without molestation.</p>
<p>I really hope that this is a bug on Apple&#8217;s part and that they don&#8217;t assume that <a href="http://everything2.com/title/640K+ought+to+be+enough+for+anybody">integer seconds ought to be enough for anybody</a>. Until they do fix the bug, we won&#8217;t be able to edit our photos using iPhoto and retain accurate coordinates.</p>
<p><small>* I intended to release the script this weekend, but realized that I did not include any documentation in the ArcToolbox file. Once I add some documentation to the tool, I&#8217;ll put the script online and add links to this post.</small></p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2010. |
<a href="http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/">Permalink</a> |
<a href="http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/&title=Apple iPhoto rounds GPS coordinates to nearest second">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/apple/" rel="tag">Apple</a>, <a href="http://njgeo.org/tag/geotagging/" rel="tag">geotagging</a>, <a href="http://njgeo.org/tag/iphoto/" rel="tag">iPhoto</a>, <a href="http://njgeo.org/tag/national-guard/" rel="tag">National Guard</a>, <a href="http://njgeo.org/tag/sdsfie/" rel="tag">SDSFIE</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2010/05/29/apple-iphoto-rounds-gps-coordinates-to-nearest-second/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<georss:point>39.662086638701 -75.319599509239</georss:point>	</item>
	</channel>
</rss>

